.blogajanlo {
	width: 100%;
	display: table;
}
.blogajanlo img{
	width: 200px;
	max-width: 50%;
	float: left;
	margin: 8px 10px 10px 0px;
}
.blogajanlo h5{
	margin: 10px 2px;
}
.blogajanlo p{
	font-size: 9pt;
	margin: 3px 0px 0px 0px;
}
.blogajanlo-lab{
	clear: both;
	font-size: 9pt;
	width: 100%;
	display: table;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
}
.blogajanlo-lab button{
 float: right;
	background-color: transparent; /* Green */
    border: none;
    color: #ec008c;
	cursor: pointer;
}
.flex-blog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
background: #00a9ae;
}

.flex-blog-bent {
  height: 80vh;
  width: 80vw;
  background-color: #edede5;
  border-radius: 4px;
	padding: 20px;
	display: block;
}
.flex-blog img{
	width: 40%;
}
.flex-blog h2{
	margin: 20px;
}
.blog-jobb {
	height: 100%;
	width: 23%;
	float: right;
	border-left: 1px solid #00a9ae;
	padding: 0px 8px;
	box-sizing: border-box;
	
}
.blog-bal {
	float: left;
	width: 75%;
	overflow-y: scroll;
	height:100%;
}
.flex-blog ul {
	list-style: none;
}
.flex-blog li {
	margin: 20px 0px;
}
.flex-blog li::before {
	content: "► "; color: #00a9ae;
	display: inline-block; width: 1.4em;
  margin-left: -1.4em;
}
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
.blog-jobb {
	width: 100%;
display: table;	
	border-top: 1px solid #00a9ae;
	border-left: 0px solid #00a9ae;
	padding-top: 20px;
}
.blog-bal {
	width: 100%;
	display: table;
}
.blog-bal h2{
margin:  20px 0px;
}
.flex-blog-bent {
display: table;
	height: auto;
	margin:  20px auto;
}
.flex-blog {
display: table;
	height: auto;
	width: 100%;
}
.flex-blog img{
	width: 50%;
}
}
@media screen and (max-width: 400px) {
	.flex-blog img{
	width: 100%;
		margin: 10px 0px;
}
.szovegbox h4 {
	font-size: 14pt;
	line-height: 21pt;
}
.flex-blog ul {
	margin:  0px -15px;
}
.flex-blog li::before {
	display: inline-block; width: 1.5em;
  margin-left: -1.5em;
}
}