body, html{
    max-width: 100vw;
    overflow-x: hidden;
}
body.subpage {
	overflow: auto;
}
.landingPage {
	background: #FFF;
	padding-bottom: 40px;
}
.blockOuter{
    width: 100%;
    margin: 25px 0;
}
.egymasMelle{
    display: flex;
}
.egymasMelle ul {
    padding-left: 15px;
}
.egymasMelle > div:first-of-type{
    margin-right: 30px;
    flex: 1;
}
.intro p, .blockOuter p{
    font-size: 22px;
    line-height: 1.4em;
}
.blocktype11 .page-container {
    flex-direction: row-reverse;
}
.viewPage  .textContainer{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.viewPage h2{
    text-align: center;
    width: 100%;
    font-size: 37px;
    font-weight: normal;
    margin: 0px auto;
    margin-bottom: 30px;
    line-height: normal;
    font-family: 'Monteserrat',sans-serif;
    
}
.viewPage h2:after{
    content: '';
    width: 89px;
    margin: 20px auto;
    height: 4px;
    background: #71aa37;
    display: block;
}
.viewPage article h2{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal;
    font-size: 23px;
}
.viewPage article h2 a{
    font-size: 23px;
    line-height: normal;
}
.viewPage article p{
        font-family: 'Montserrat',sans-serif;
    color: rgba(21,21,21,.7);
    font-size: 15px;
}
.viewPage article h2:after{
    display: none;
}

.landing-contact {
	width: 850px;
    margin: 10px 0 0 auto;
}
.landing-contact div {
    text-align: left;
}
.landing-contact label {
	font-weight: bold;
}
.landing-contact .icon {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #888;
	margin-right: 15px;
}
.landing-contact .icon:before {
	content: '';
    background: url(/images/svg/phone-alt-solid.svg) no-repeat;
    width: 30px;
    background-size: contain;
    background-position: center center;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    filter: brightness(10);
    z-index: 10;
    margin: 0;
}

.landing-contact .icon-clock:before {
	background-image: url(/images/svg/clock-svg.svg);
	filter: invert(1);
}
.landing-contact .icon-location:before {
	background-image: url(/images/svg/map-marker-alt-solid.svg); 
}

.horgonyok{
    display: flex;
    flex-direction: column;
}
.cikkek{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.cikkek article, .cikkek .placeholder{
    width: 30%;
    max-width: 30%;
}
.cikkek .placeholder{
    height: 0;
}
.horgonyok a{
    color: #71aa37;
    font-size: 22px;
    line-height: 1.6em;
}
.blocktype3 .egymasMelle{
    justify-content: center;
    align-items: center;
}
.blocktype3 .blockInner{
    padding: 38px 35px 38px 35px;
}
.blocktype3{
    box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
}
.ctaGomb{
    padding: 0 15px;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    margin-left: 0;
    display: inline-block;
    margin-top: 10px;
}

.blocktype2 {
    background-color: #FFF;
    padding: 20px;
}

section.boxes .box .img {
	width: 300px;
    height: 300px;
}
section.boxes .box .img .img-holder {
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 15px #fff;
    position: relative;
    top: -1px;
    overflow: hidden;
    transform: scale(1.0);
    transition: transform 0.2s ease-in-out;
}
section.boxes .box .img img {
    border: none;
    height: 100%;
    width: auto !important;
    max-width: none;
}
.type-container.type-8-container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blocktype10 section.ratings {
    max-width: 1280px;
    margin: 0 auto;
}
.blocktype10 iframe {
    height: 100%;
}

section.ratings .box .quote {
	padding: 0 5px;
}

.ytVideo {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 15px 0;
}
.ytVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocktype10 .ytVideo iframe {
    height: revert-layer;
}

.blocktype9 section.help {
    padding-bottom: 0;
}
.blocktype9 section.boxes .box {
    margin-bottom: 20px;
}

.video-container.ytVideo {
  position: relative;
  padding-bottom: 0; /* 16:9 */
  height: auto;
}
.video-container.ytVideo iframe {
	position:relative;
}

.type-container.type-8-container .list-container .content {
    background: rgba(255, 255, 255, 0.75);
    padding: 20px;
}

.paragraphs > ol > li {
    margin-bottom: 10px;
}


@media screen and (max-width: 1280px){
	section.boxes .box .img {
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	.icon-menu, .icon-search {
		display: none;
	}
}

@media screen and (max-width: 1150px){
	.landing-contact {
		width: 100%;
		display: flex;
	}
	.landing-contact > div {
		width: 100%;
	}
	.landing-contact .icon {
		display: none;
	}
}
@media screen and (max-width: 992px){
	#helpBox > .tns-item {
		width: calc(50%);
	}
	.blocktype11 .page-container {
		flex-direction: column-reverse;
	}
	.landing-box {
		width: 50%;
	}
	.blocktype9 #helpBox > div {
		width: 50%;
	}
	section.boxes .box .img {
		width: 350px;
		height: 350px;
		max-width: none;
	}
	
	.video-container.ytVideo {
	  position: relative;
	  padding-bottom: 56.25%; /* 16:9 */
	  height: 0;
	}
	.video-container.ytVideo iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	div#velemenyBox-ow {
		padding-bottom: 25px !important;
	}
	.landing-contact {
		flex-direction: column;
	}
	.landing-contact-row {
		width: 50%;
	}
	.landing-contact p {
		display: inline;
	}
	div.type-container.page-container {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 740px){
    .egymasMelle{
        flex-direction: column;
    }
    .egymasMelle > div:first-of-type{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .blockInner img{
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    .blockOuter{
        margin: 30px 0;
    }
    .cikkek{
        align-items: flex-start;
        flex-direction: column;
    }
    .cikkek article{
        width: 100%;
        max-width: 100%;
    }
    .intro p, .blockOuter p, .cikkek a, .horgonyok a{
        font-size: 16px;
    }
    .viewPage h2 {
        font-size: 28px;
    }
    .blocktype9 #helpBox > div {
		width: 100%;
	}
	.paragraphs > ol > li > p.box {
		padding: 10px;
	}
	
	#helpBox {
		display: flex;
	}
	.blocktype9 #helpBox > div {
        width: 16.6666%;
        flex-basis: 16.666%;
    }
	section.boxes .box .img {
        width: 250px;
        height: 250px;
    }
    .mobile-header {
		width: 100%;
		text-align: center;
	}
	.landing-contact div {
		text-align: center;
	}
	.mobile-header a.headerLogo {
		width: 50%;
		display: block;
		margin: 5px auto 0;
	}
	.row-header-phone { display: none; }
	.viewPage { padding-top: 0; }
}

@media screen and (max-width: 550px){
	.landing-box {
		width: 100%;
	}
}

@media screen and (max-width: 480px){
    /*section.boxes .box .img {
        width: 270px;
        height: 270px;
	} */ 
	.type-8-container .paragraphs>ol>li:after,
	.type-7-container .paragraphs>ol>li:after {
        top: 5px;
    }  
	.blocktype10 .container {
        width: calc(100%);
    } 
    .landing-contact label {
		display: none;
    }   
}
