html {
    font-size: 14px;
}

/* masodik fooldal */

body{
    background: #f0f1f3;
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
}

body.fooldal2020 p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 14px;
}

body.fooldal2020 h2 {
    font-size: 16px;
}

input[type=checkbox]{
    margin: 8px 0 0 0;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
.fooldal2020 .col,
.fooldal2020 .col-lg-2,
.fooldal2020 .col-lg-4,
.fooldal2020 .col-lg-3,
.fooldal2020 .col-lg-6,
.fooldal2020 .col-lg-12{
    position: relative;
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px){
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px){
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.mt-2{
    margin-top:2rem !important;
}
.mb-2{
    margin-top:2rem !important;
}
.mt-3{
    margin-top:3rem !important;
}
.mb-3{
    margin-top:3rem !important;
}
.text-white{
    color: white !important;
}
#toparea{
    background: #1e2d40;
    padding-top:100px;
    padding-bottom: 30px;
}
#toparea img{
    width:auto;
    height:150px;
    margin: 0 auto;
}
.text-center{
    text-align: center !important;
}
.fooldal2020 h1{
    font-weight:900;
    color: #57c0e8;
    font-size:2rem;
    font-family: 'Poppins', sans-serif;
}
.fooldal2020 h2{
    font-weight:900;
    color: #57c0e8;
    font-size:1.3rem;
    font-family: 'Poppins', sans-serif;
}
.fooldal2020 h3{
    font-weight:bold;
    color: white;
    font-size:1rem;
    font-family: 'Poppins', sans-serif;
}
#loginarea{
    background: linear-gradient(to bottom, #1e2d40 190px, #f0f1f3 190px);
}
#loginarea .row{
    background: white;
    box-shadow: 8px 8px 30px 0px rgba(0,0,0,0.3);
}
.hero-right{
    background-color: #57c0e8;
    background-image: url('/wp-content/themes/dental/images//right-hero-bg.jpg');
    background-position: top center;
    background-size: cover;
}
#loginarea .col-lg-6{
    padding:3rem 8rem;
}
@media (max-width: 576px){
    #loginarea .col-lg-6{
        padding:1rem 1rem;
    }
}
#loginarea p{
    font-size:0.8rem;
}
.log-bottom-left.checkbox input {
    margin: 9px 0 0 0;
}
.log-bottom-left.checkbox p {
    margin: 10px 0px 0 12px;
}

.log-bottom-left{
    width: 40%;
    display: flex;
    position: relative;
    text-align: left;
    float: left;
}

.log-bottom-right{
    width: 50%;
    display:inline-block;
    position: relative;
    text-align: right;
    float: right;
}

.hero-left a,
.log-bottom-right a{
    font-size:0.8rem;
    color: #57c0e8;
    text-decoration: none;
}

.log-bottom-left p{
    display: inline-block;
    padding-top: 0;
    margin-top:0;
    margin-left:18px;
}

#loginarea input[type="checkbox"]{
    color:#a9e400;
    display: inline-block;
    width: 15px;
    left:-5px;
    top:2px;
    /* position: absolute; */
}
#loginarea .btn{
    width:100%;
    margin-top: 1rem;
}
#loginarea .delivery-info{
    background-image: url(/wp-content/themes/dental/images//delivery-truck.svg);
    background-color: rgba(57,116,153,0.35);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 72px;
    padding: 0.6rem 0.6rem 0.6rem 6rem;
    text-align: left;
    color:white;
    font-size:0.8rem;
    border-radius: 1rem;
    border:1px solid white;
    margin-top:3rem;
    margin-bottom:2rem;
}
#infoarea{
    margin-top:2rem;
    margin-bottom:3rem;
}
.fooldal2020 #infoarea .left{
    padding-left:0;
}
.fooldal2020 #infoarea .right{
    padding-right:0;
}
@media (max-width: 576px){
    #infoarea .left{
        padding-left:15px;
        margin-bottom: 2rem;
    }
    #infoarea .right{
        padding-right:15px;
    }
}
#infoarea p{
    font-size: 0.8rem;
}
#infoarea .white-container{
    background:white;
    padding:1rem 2rem;
    box-shadow: 8px 8px 30px 0px rgba(0,0,0,0.3);
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    justify-content: center;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.mobile .fooldal2020 .row > [class*='col-'] {padding: 15px 0;}
#sloganarea{
    background-color: #57c0e8;
    color:white;
    font-style: italic;
    font-size: 1.2rem;
}

#quick-buttons{
    background: linear-gradient(to bottom, #1e2d40 260px, #f0f1f3 260px);
    padding-top: 11rem;
    margin-top: -30px;
}

@media only screen and (max-width: 470px) {
    #quick-buttons {
        padding-top: 0;
    }
}

#quick-buttons a{
    background-size: initial;
    background-position-y: center;

    color:white;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
#quick-buttons img{
    height:110px;
    width: auto;
    margin: 0 auto;
}
.quick1,
.quick2,
.quick3{
    background-image: url('/wp-content/themes/dental/images//quick-button-bg.jpg');
    padding:1rem;
    width: fit-content;
    display: inline-block;
    margin-bottom: 1rem;
    box-shadow: 8px 8px 30px 0px rgba(0,0,0,0.3);
}
.quick1{
    background-position-x: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-right: 10px;
}
.quick2{
    background-position-x: 290px;
}
.quick3{
    background-position-x: 680px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    margin-left: 10px;
}
@media (max-width: 576px){
    .quick1,
    .quick2,
    .quick3{
        width: 100%;
        margin-bottom: 1rem;
        border-radius: 0;
        margin: 10px auto;
    }
    #quick-buttons img{
        height:70px;
    }
}
#newsarea h1{
    color: #1e2d40;
    background: url('/wp-content/themes/dental/images//news-header-bg.svg') no-repeat;
    background-size:1284px;
    background-position-y: center;
    padding-left:5rem;
    margin-top:0rem;
    text-transform: uppercase;
}
#newsarea{
    margin-top:2rem;
    margin-bottom:3rem;
}
body.fooldal2020 #newsarea .white-container{
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    top:0px;
    transition: all 0.5s ease 0s;
    font-size: 0.8rem;
    display: flex;
    margin-bottom: 1rem;
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    height: 341px;
}
#newsarea .white-container:hover{
    -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 20px 0 rgba(0,0,0,.12);
    top:-18px;
}
.img-holder{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.text-holder{
    padding: 20px 30px 15px 10px;
    max-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.3333%;
    overflow: hidden;
    place-content: top;
    vertical-align: top;
    height: 100%;
}
.text-holder.small-article{
    width: 100%;
}
.overlay-link {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -1000em;
    overflow: hidden;
}
.image-fit {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
.img-wrapper{
    height: 100%;
    width: 66.6667%;
}
.img-wrapper.small-article{
    width: 100%;
    height: 120px;
}
.text-holder h2{
    color:#1e2d40;
    font-weight: normal;
    font-size: 1rem;
}
.article-date {
    position: absolute;
    bottom: 0;
    right: 33.3333%;
    z-index: 0;
    box-sizing: border-box;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    padding-right: 11px;
    padding-left: 11px;
    text-align: center;
    font-size: 14px;
    background-color: #a9e400;
    color: #fff;
    font-weight: 400;
    font-weight: bold;
}
.img-wrapper.small-article .article-date{
    right: 0;
    top:81px;
}
.article-date:after {
    content: "";
    display: block;
    width: 12px;
    height: 13px;
    background: url(/wp-content/themes/dental/images//article-date.svg) 100% 0 no-repeat;
    background-size: 12px 13px;
    position: absolute;
    bottom: -12px;
    right: 0;
}
@media (max-width: 767px){
    .img-wrapper {
        width: 70px;
        height: 60px;
    }
    .article-date{
        display: none;
    }
    #newsarea .white-container{
        height: auto;
    }
    .text-holder p{
        display: none;
    }
    .text-holder h2{
        font-size: 0.8rem;
    }
    .text-holder{
        padding: 0px 10px 0px 10px;
        place-content: center;
    }
}

.fooldal1 .desktop-logo-wrapper {
    display: none;
}
.col-lg-2 {
    width: 90%;
}
.fooldal2020 .breadcrumb{
    display: none !important;
}
#toparea .row {justify-content: center;}
@media (min-width: 1200px){
    .col-lg-2 {
    width: 34%;
}
}
