@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Light.woff2') format('woff2'),
        url('fonts/Muli-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Regular.woff2') format('woff2'),
        url('fonts/Muli-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Bold.woff2') format('woff2'),
        url('fonts/Muli-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Muli', 'Mulish';
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    line-height: 1.75em;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6,p,ul,ol{
    margin-bottom: 20px;
}
img{
    vertical-align: middle;
}
a:focus{
    outline: 0;
}
h1{
    font-family: 'Noto Serif';
    font-size: 28px;
    line-height: 1.35em;
    font-weight: 400;
    color: #A28A4A;
    padding: 0;
}
h2{
    font-family: 'Muli', 'Mulish';
    font-size: 22px;
    line-height: 1.35em;
    font-weight: 400;
    color: #000000;
    padding: 0;
}
h3{
    font-family: 'Noto Serif';
    font-weight: 400;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.align-center { align-items: center; }
[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.col-1 { width: 8.333%; }
.col-2 { width: 16.666%; }
.col-3 { width: 25%; }
.col-4 { width: 33.333%; }
.col-5 { width: 41.666%; }
.col-6 { width: 50%; }
.col-7 { width: 58.333%; }
.col-8 { width: 66.666%; }
.col-9 { width: 75%; }
.col-10 { width: 83.333%; }
.col-11 { width: 91.666%; }
.col-12 { width: 100%; }

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.max-w-32{
    max-width: 32rem;
}
.max-w-48{
    max-width: 48rem;
}
.max-w-65{
    max-width: 65rem;
}
.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 220px;
    background-color: #C9BB96;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 11px 45px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  @media (min-width: 576px) {
  .col-sm-1 { width: 8.333%; }
  .col-sm-2 { width: 16.666%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.333%; }
  .col-sm-5 { width: 41.666%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.333%; }
  .col-sm-8 { width: 66.666%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.333%; }
  .col-sm-11 { width: 91.666%; }
  .col-sm-12 { width: 100%; }
}
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  @media (min-width: 768px) {
  .col-md-1 { width: 8.333%; }
  .col-md-2 { width: 16.666%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.333%; }
  .col-md-5 { width: 41.666%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.333%; }
  .col-md-8 { width: 66.666%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.333%; }
  .col-md-11 { width: 91.666%; }
  .col-md-12 { width: 100%; }
}
}
@media (min-width: 992px) {
    body{
        font-size: 18px;
    }
    .container {
        max-width: 960px;
    }
    .col-lg-1 { width: 8.333%; }
    .col-lg-2 { width: 16.666%; }
    .col-lg-3 { width: 25%; }
    .col-lg-4 { width: 33.333%; }
    .col-lg-5 { width: 41.666%; }
    .col-lg-6 { width: 50%; }
    .col-lg-7 { width: 58.333%; }
    .col-lg-8 { width: 66.666%; }
    .col-lg-9 { width: 75%; }
    .col-lg-10 { width: 83.333%; }
    .col-lg-11 { width: 91.666%; }
    .col-lg-12 { width: 100%; }
    .btn{
        font-size: 18px;
    }
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 25px;
    }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  @media (min-width: 1200px) {
  .col-xl-1 { width: 8.333%; }
  .col-xl-2 { width: 16.666%; }
  .col-xl-3 { width: 25%; }
  .col-xl-4 { width: 33.333%; }
  .col-xl-5 { width: 41.666%; }
  .col-xl-6 { width: 50%; }
  .col-xl-7 { width: 58.333%; }
  .col-xl-8 { width: 66.666%; }
  .col-xl-9 { width: 75%; }
  .col-xl-10 { width: 83.333%; }
  .col-xl-11 { width: 91.666%; }
  .col-xl-12 { width: 100%; }
}
}
@media (min-width: 1400px) {
  .container {
    max-width: 1326px; /* tumhara custom value */
  }
  @media (min-width: 1400px) {
  .col-xxl-1 { width: 8.333%; }
  .col-xxl-2 { width: 16.666%; }
  .col-xxl-3 { width: 25%; }
  .col-xxl-4 { width: 33.333%; }
  .col-xxl-5 { width: 41.666%; }
  .col-xxl-6 { width: 50%; }
  .col-xxl-7 { width: 58.333%; }
  .col-xxl-8 { width: 66.666%; }
  .col-xxl-9 { width: 75%; }
  .col-xxl-10 { width: 83.333%; }
  .col-xxl-11 { width: 91.666%; }
  .col-xxl-12 { width: 100%; }
}
}


/* Header start from here */
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgb(255 255 255 / 79%);
    padding: 15px 0;
}
.header .navbar{
    display: flex;
    justify-content: space-between;
}
.header .navbar .logo{
    display: inline-block;
    width: 170px;
    height: auto;
    text-decoration: none;
    padding: 0;
    /*background-color: rgba(255, 255, 255, .9);*/
}
.header .navbar .logo img{
    max-width: 100%;
    vertical-align: middle;
}
.header .headeRight{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.wpml-menu{
    margin-top: 15px;
    margin-left: auto;
}
.wpml-menu ul{
    display: flex;
    margin-top: 20px;
    margin-bottom: 0;
    list-style: none;
}
.wpml-menu ul li{
    position: relative;
    line-height: 1em;
}
.wpml-menu ul li:not(:first-child){
    padding-left: 20px;
}
.wpml-menu ul li:not(:first-child)::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #8D074D;
    position: absolute;
    left: 10px;
}
.wpml-menu ul li a{
    color: #8D074D;
}
.header .headeRight .menutoggle{
    position: relative;
    width: 50px;
    height: 43px;
    cursor: pointer;
    margin-left: auto;
}
.menutoggle span{
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #8D074D;
    border-radius: 9px;
    opacity: 1;
    left: 0;
}
.menutoggle span:nth-child(1) {
    top: 0px;
}
.menutoggle span:nth-child(2) {
    top: 17px;
}
.menutoggle span:nth-child(3) {
    top: 34px;
}
.menu-block{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #D8A878;
    width: 100%;
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 70px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.menu-block .container{
    position: relative;
}
.menu-block.open{
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.menu-block.open::-webkit-scrollbar{
    display: none; 
}
.top-menu-row{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
}
.top-menu-row .wpml-menu{
    margin-top: 0;
}
.top-menu-row .wpml-menu ul{
    margin-top: 0;
}
.close-menu{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 43px;
    text-align: center;
    cursor: pointer;
}
.close-menu:before, .close-menu::after{
    content: '';
    background-color: #8D074D;
    width: 4px;
    height: 50px;
    border-radius: 9px;
    position: absolute;
    top: -3px;
    left: 50%;
}
.close-menu:before{
    transform: rotate(45deg);
}
.close-menu::after{
    transform: rotate(-45deg);
}
.menu-pattern-1, .menu-pattern-2, .menu-pattern-3{
    position: absolute;
    display: inline-block;
    z-index: 0;
}
.menu-pattern-1 img, .menu-pattern-2 img, .menu-pattern-3 img{
    max-width: 100%;
}
.menu-pattern-1{
    display: none;
    max-width: 465px;
    height: auto;
    top: -24px;
    left: -160px;
    opacity: .1;
}
.menu-pattern-2{
    display: none;
    max-width: 804px;
    width: 100%;
    height: auto;
    bottom: -164px;
    right: 11%;
    opacity: .2;
    overflow: hidden;
}
.menu-pattern-2 img{
    margin-bottom: -50px;
}
.menu-pattern-3{
    max-width: 325px;
    height: auto;
    top: 306px;
    right: 0px;
    opacity: .3;
}
.menu-address{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #8D074D;
    z-index: 1;
}
.menu-address .menu-list{
    width: 100%;
    list-style: none;
    z-index: 1;
}
.menu-address .menu-list .menu-item{

}
.menu-address .menu-list .menu-item:not(:last-child){
    margin-bottom: 20px;
}
.menu-address .menu-list .menu-item a{
    font-family: 'Noto Serif';
    font-size: 18px;
    line-height: 1.5em;
    color: #8D074D;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.menu-address .menu-list .menu-item a:hover{
    color: #fff;
}
.menu-address .menu-list .menu-item .sub-menu{
    list-style: none;
    margin-left: 54px;
    margin-top: 15px;
}
.menu-address .menu-list .menu-item .sub-menu li{
    margin-bottom: 0;
}
.menu-address .menu-list .menu-item .sub-menu li a{
    font-family: 'Muli', 'Mulish';
    font-size: 16px;
    line-height: 1.5em;
    color: #F5EEE7;
}
.address-content{
    position: relative;
    width: 100%;
    margin-top: -94px;
}
.address-content .menu-book-now{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8D074D;
    color: #A28A4A;
    font-family: 'Noto Serif';
    font-size: 16px;
    transform: rotate(5deg);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    width: 114px;
    height: 114px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
} 
.address-content .menu-book-now:hover{
    transform: scale(1.08) rotate(5deg);
}
.address-content .menu-book-now img{
    width: 242px;
    height: 242px;
}
.address-content .menu-book-now:hover{
    transform: scale(1.08) rotate(5deg);
}
.address-content .menu-newsletter{
    font-family: 'Noto Serif';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    text-align: center;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    background-color: #A28A4A;
    color: #8D074D;
    border-radius: 50%;
    position: absolute;
    top: 70px;
    right: 70px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.address-content .menu-newsletter:hover{
    background-color: #DC783E;
    color: #efdfcf5c;
}
.address-content .address-box{
    display: flex;
    justify-content: space-between;
    margin-top: 180px;
    padding-top: 15px;
    border-top: 1px solid #8D074D;
}
.address-content .address-box .address h3, .address-content .address-box h4, .address-content .address-box p{
    color: #8D074D;
    text-align: left;
}
.menu-address .address-box .address h3{
    font-size: 18px;
}
.menu-address .address-box .address h4{
    font-size: 16px;
}
.address-content .address-box p{
    display: none;
}
.menu-address .address-content .address-box .contact-list{
    display: none;
}
.address-content .address-box .contact-list li a{
    justify-content: end;
    color: #8D074D;
}
.mobile-contact-list{
    display: inline-flex;
    align-items: end;
    column-gap: 20px;
    list-style: none;
}
.wpml-menu .wpml-ls-legacy-list-horizontal, .wpml-menu .wpml-ls-legacy-list-horizontal a{
    padding: 0;
}
.wpml-menu .wpml-ls-slot-shortcode_actions .wpml-ls-display{
    display: none;
}
@media(min-width:992px){
    .header{
        position: absolute;
        background-color: transparent;
    }
    .header .navbar .logo{
        width: 287px;
        height: auto;
    }
    .header .headeRight{
        margin-top: 45px;
        flex-direction: row;
        justify-content: space-between;
    }
    .menu-block{
        padding-top: 60px;
        padding-bottom: 120px;
    }
    .menu-address{
        padding-left: 100px;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
    .menu-address .menu-list .menu-item a{
        font-size: 30px;
        line-height: 1.4em;
    }
    .menu-address .menu-list .menu-item .sub-menu li a{
        font-size: 25px;
    }
    .menu-address .menu-list{
        width: unset;
    }
    .address-content{
        width: unset;
        margin-top: 174px;
    }
    .address-content .address-box{
        display: block;
    }
    .address-content .menu-book-now{
        width: 243px;
        height: 243px;
    }
    .address-content .menu-book-now{
        font-size: 35px;
        right: -30px;
        width: 243px;
        height: 243px;
    }
    .address-content .menu-newsletter{
        font-size: 25px;
        width: 180px;
        height: 180px;
        top: 170px;
        right: 92px;
    }
    .address-content .address-box{
        margin-top: 410px;
        padding-top: 0;
        border-top: none;
    }
    .address-content .address-box .address h3, .address-content .address-box h4, .address-content .address-box p{
        text-align: right;
    }
    .menu-address .address-box .address h3{
        font-size: 22px;
    }
    .menu-address .address-box .address h4{
        font-size: 18px;
    }
    .address-content .address-box p{
        display: block;
    }
    .menu-address .address-content .address-box .contact-list{
        display: block;
    }
    .mobile-contact-list{
        display: none;
    }
    .menu-pattern-1, .menu-pattern-2{
        display: block;
    }
    .menu-pattern-3{
        max-width: 465px;
        height: auto;
        top: -58px;
        right: 50px;
        opacity: .1;
    }
}

/* Pages style start from here */

.about-content{
    margin-top: 68px;
    text-align: center;
}
.about-content h1{
    margin-bottom: 27px;
}
.about-content h2{
    margin-bottom: 30px;
}
.sub-pages{
    position: relative;
    background-color: #EFDFCF;
    padding-top: 70px;
    padding-bottom: 100px;
    margin: 81px 0;
}
.sub-pages h2{
    color: #8D074D;
    text-align: center;
}
.page-list{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 20px;
  row-gap: 40px;
  margin-top: 50px;
}
.page-list .page-card{
    position: relative;
}
.page-list .page-card a{
    position: relative;
    display: block;
    width: 100%;
    min-height: 370px;
    background-color: #fff;
    text-align: center;
    padding: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.page-list .page-card a:focus{
    outline: unset;
}
.page-list .page-card h3{
    font-size: 22px;
    font-weight: 400;
    color: #A28A4A;
    margin-bottom: 30px;
    transition: 0.3s;
}
.page-list .page-card img{
    max-width: 203px;
    height: auto;
}
.page-list .page-card .btn{
    background-color: #A28A4A;
    margin-top: 30px;
}
.top-icon,
.bottom-icon{
    width: 250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.top-icon{
    top: -56px;
}
.bottom-icon{
    bottom: -27px;
}
.all-news-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.news-block{
    padding-top: 30px;
    padding-bottom: 70px;
}
.news-block .news-list .owl-stage-outer{
    padding-bottom: 10px;
}

.news-card{
    padding: 10px;
}
.news-card .news-inner-box {
  background: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.29);
}
.news-title{
    color: #A28A4A;
}
.news-category{
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}
.news-card .btn{
    background-color: #A28A4A;
    color: #fff;
    margin-top: 30px;
}
.owl-dots{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background-color: #D1CFD6 !important;
    border-radius: 50%;
}
.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active{
    background-color: #8D074D !important;
}
.cta{
    position: relative;
    background-color: #F7F3EF;
    padding-top: 100px;
    padding-bottom: 150px;
}
.cta-box{
    position: relative;
    text-align: center;
}
.cta-box::before, .cta-box::after{
    display: inline-block;
    width: 241px;
    height: 356px;
    position: absolute;
    top: 50%;
    background-image: url(../images/icon-5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.cta-box::before{
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
}
.cta-box::after{
    content: unset;
}
.cta-box span{
    font-family: 'Noto Serif';
    font-size: 20px;
    color: #8D074D;
}
.cta-box p{
    font-family: 'Noto Serif';
    font-size: 28px;
    color: #DC783E;
    line-height: 1.2em;
    margin-bottom: 0;
}
.news-page{
    margin-bottom: 70px;
}
.all-news-list .news-card{
    flex: 0 0 100%;
    padding: 0;
}
@media(min-width:768px){
    .sub-pages{
        margin: 124px 0;
        padding-top: 100px;
        padding-bottom: 150px;
    }
    .page-list{
        grid-template-columns: repeat(2, 1fr);
    }
    .page-list .page-card a:hover{
        background-color: #8D074D;
    }
    .page-list .page-card a:hover h3{
        transform: translateY(90px);
    }
    .page-list .page-card a:hover img{
        opacity: 0;
    }
    .page-list .page-card .btn{
        margin-top: 0;
        position: absolute;
        top: 86%;
        left: 50%;
        transform: translate(-50%);
        opacity: 0;
        transition: 0.3s;
    }
    .page-list .page-card a:hover .btn{
        opacity: 1;
        top: 50%;
    }
    .top-icon, .bottom-icon{
        width: 332px;
    }
    .top-icon{
        top: -72px;
    }
    .bottom-icon{
        bottom: -36px;
    }
    .all-news-list .news-card{
        flex: 0 0 calc((100% - 30px) / 2);
    }
}
@media(min-width:992px){
    .about-content{
        margin-top: 110px;
    }
    .about-content h1{
        margin-bottom: 27px;
    }
    .about-content h2{
        margin-bottom: 40px;
    }
    .page-list{
        grid-template-columns: repeat(3, 1fr);
    }
    .page-list .page-card h3{
        font-size: 25px;
    }
    .cta{
        padding-top: 150px;
        padding-bottom: 200px;
    }
    .cta-box::before, .cta-box::after{
        content: '';
    }
    .cta-box::before{
        left: 0;
        transform: translateY(-50%);
    }
    .cta-box::after{
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .cta-box p{
        font-size: 35px;
        padding-left: 70px;
        padding-right: 70px;
    }
    .news-page{
        margin-bottom: 100px;
    }
    .all-news-list .news-card{
        flex: 0 0 calc((100% - 60px) / 3);
    }
}



/* Common section style start from here */

.hero-area{
    position: relative;
    margin-bottom: 72px;
    padding-top: 150px;
}
.hero-area:after{
    content: '';
    display: inline-block;
    width: 95px;
    height: 115px;
    position: absolute;
    left: 50%;
    bottom: -58px;
    transform: translateX(-50%);
    background-image: url(../images/hero-bottom-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    
}
.hero-area .hero-media img{
    width: 100%;
}
.page-content{
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-content .top-content p{
    font-size: 22px;
    margin-bottom: 0;
}
.page-content .middle-content{
    margin-top: 40px;
}
.page-content .middle-content h2{
    color: #A28A4A;
    margin-bottom: 0;
}

.enlarge-image-box{
    margin-top: 0;
}
.enlarge-image-box img{
    max-width: 100%;
}
.enlarge-image-box .img-zoom-icon{
    display: block;
    text-align: right;
    color: #DC783E;
    margin-top: 20px;
}
.enlarge-image-box .img-zoom-icon img{
    width: 24px;
    width: 24px;
}
#glightbox-body .goverlay{
    background: rgba(0, 0, 0, .8) !important;
}
#glightbox-body .gcontainer .gclose{
    background-color: unset !important;
    padding: 0 !important;
    opacity: 1;
}
.glightbox-clean .gclose{
    width: 50px;
    height: 50px;
}
.offer{
    position: relative;
    background-color: #D8A878;
    padding-top: 70px;
    padding-bottom: 120px;
}
.offer:before, .modules:before{
    content: '';
    display: inline-block;
    width: 97px;
    height: 117px;
    background-image: url(../images/offer-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
}
.offer h2{
    font-family: 'Noto Serif';
    text-align: center;
    color: #8D074D;
}
.offer-list{
    display: grid;
    grid-template-columns: repeat(1, 192px);
    gap: 50px;
    justify-content: center;
    margin-top: 40px;
}
.offer-list .offer-item a{
    font-family: 'Noto Serif';
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
    color: #8D074D;
}
.offer-list .offer-item .icon-box{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    height: 192px;
    background-color: #A28A4A;
    border-radius: 50%;
    margin-bottom: 18px;
    transition: all 0.3s ease-in-out;
}
.offer-list .offer-item .icon-box img{
    max-width: 100%;
    height: auto;
}
.offer-list .offer-item a:hover .icon-box{
    background-color: #8D074D;
}
.page-grundkurse .offer-list .offer-item:nth-child(1) a .icon-box, 
.page-tmv-diplomprogramm .offer-list .offer-item:nth-child(2) a .icon-box,
.page-tmv-advanced-diplomprogramm .offer-list .offer-item:nth-child(3) a .icon-box,
.page-otheothai-diplomprogramm .offer-item:nth-child(4) a .icon-box,
.module-cat-grundkurse .offer-list .offer-item:nth-child(1) a .icon-box,
.module-cat-tmv-diplomprogramm .offer-list .offer-item:nth-child(2) a .icon-box,
.module-cat-tmv-advanced-diplomprogramm .offer-list .offer-item:nth-child(3) a .icon-box,
.module-cat-otheothai-diplomprogramm .offer-item:nth-child(4) a .icon-box
{
    background-color: #8D074D;
}
.address-box .address h3{
    font-family: 'Noto Serif';
    font-size: 22px;
    color: #A28A4A;
    margin-bottom: 0;
    font-weight: 400;
}
.address-box .address h4{
    font-size: 18px;
    padding: 0;
    font-weight: 400;
}
.contact-list{
    list-style: none;
}
.contact-list li a{
    color: #000;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.contact-list li img{
    width: 30px;
    height: auto;
}
@media(min-width:768px){
    .offer-list {
        grid-template-columns: repeat(2, 192px);
        justify-content: space-between;
    }
    .offer-list .offer-item a{
        font-size: 20px;
    }
    .gslide-image img{
        max-height: 82vh;
    }
}
@media(min-width:992px){
    .hero-area{
        padding-top: 0;
    }
    .hero-area:after{
        bottom: -72px;
        width: 122px;
        height: 147px;
    }
    .page-content .top-content p{
        font-size: 25px;
    }
    .page-content .middle-content{
        margin-top: 60px;
    }
    .enlarge-image-box{
        margin-top: 60px;
    }
    .enlarge-image-box .img-zoom-icon img{
        width: 32px;
        width: 32px;
    }
    .program-row{
        gap: 86px
    }
    .offer{
        padding-top: 140px;
        padding-bottom: 150px;
    }
    .offer-list {
        grid-template-columns: repeat(4, 192px);
        margin-top: 78px;
    }
    .address-box .address h3{
        font-size: 25px;
    }
    .address-box .address h4{
        font-size: 20px;
    }
}


/* Kurse & Ausbildung pages style start from here */
.program .program-item .container{
    position: relative;
}
.program .program-item:nth-child(1),
.program .program-item:nth-child(2) {
    background: #f4ede6;
}
.program .program-item:nth-child(3),
.program .program-item:nth-child(4) {
    background: #ffffff;
}
.program .program-item:nth-child(1){
    padding-top: 37px;
}
.program .program-item:nth-child(2){
    padding-top: 150px;
    padding-bottom: 98px;
}
.program .program-item:nth-child(3){
    padding-top: 30px;
}
.program .program-item:nth-child(1) .container::before,
.program .program-item:nth-child(2) .container::before,
.program .program-item:nth-child(3) .container::before,
.program .program-item:nth-child(4) .container::before{
    content: '';
    display: inline-block;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .15;
}
.program .program-item:nth-child(1) .container::before{
    width: 360px;
    height: 530px;
    background-image: url(../images/grundkurse-icon.png);
    bottom: -135px;
    left: 50%;
    transform: translateX(-50%);
}
.program .program-item:nth-child(2) .container::before{
    width: 349px;
    height: 505px;
    background-image: url(../images/tmv-diplomprogramm-icon.png);
    bottom: -64px;
    left: 50%;
    transform: translateX(-50%);
}
.program .program-item:nth-child(3) .container::before{
    width: 350px;
    height: 306px;
    background-image: url(../images/tmv-advanced-diplomprogramm-icon.png);
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.program .program-item:nth-child(4) .container::before{
    width: 350px;
    height: 337px;
    background-image: url(../images/otheothai-icon.png);
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.program-row {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 35px;
    z-index: 1;
}
.program .program-item:nth-child(4){
    padding-top: 66px;
    padding-bottom: 120px;
}
.program-row .program-content,.program-row .program-image{
    width: 100%;
}
.program-image {
    position: relative;
}
.program-image img {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 40px;
    padding-right: 40px;
    z-index: 2;
}
.program-item:nth-child(even) .program-image img{
    padding-left: 40px;
    padding-right: 0;
}
.program-image::before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #8D074D;
    z-index: 1;
}
.program-item:nth-child(odd) .program-image::before{
    top: 0;
    right: 0;
}
.program-item:nth-child(even) .program-image::before {
    top: 0;
    left: 0;
}

.program-content h2{
    font-family: 'Noto Serif';
    margin-bottom: 35px;
}
.program-content .btn-group{
    text-align: right;
    margin-top: 90px;
}
.program-content .btn-group a{
    color: #FFFFFF;
}
.program-content .btn-group a:hover, .program-content .btn-group a:focus{
    background-color: #A28A4A;
    color: #FFFFFF;
}
@media(min-width:992px){
    .program .program-item:nth-child(1){
        padding-top: 88px;
    }
    .program .program-item:nth-child(2){
        padding-top: 55px;
        padding-bottom: 92px;
    }
    .program .program-item:nth-child(3){
        padding-top: 110px;
    }
    .program .program-item:nth-child(4){
        padding-top: 55px;
        padding-bottom: 120px;
    }
    .program .program-item:nth-child(1) .container::before{
        bottom: 0;
        left: -70px;
        transform: unset;
    }
    .program .program-item:nth-child(2) .container::before{
        width: 392px;
        height: 566px;
        bottom: 54px;
        right: -60px;
        left: unset;
        transform: unset;
    }
    .program .program-item:nth-child(3) .container::before{
        width: 500px;
        height: 436px;
        bottom: 66px;
        left: -70px;
        transform: unset;
    }
    .program .program-item:nth-child(4) .container::before{
        width: 480px;
        height: 462px;
        bottom: 54px;
        right: -60px;
        left: unset;
        transform: unset;
    }
    .program-row{
        flex-direction: row;
    }
    .program .program-item:nth-child(even) .program-row{
        flex-direction: row-reverse;
    }
    .program-row .program-content{
        width: calc(45% - 43px);
    }
    .program-row .program-image{
        width: calc(55% - 43px);
    }
}

/* Inner pages style start from here */
.about-page-content{
    margin-bottom: 70px;
}
.about-page-content .more-content{
    position: relative;
}
.testimonials-list{
    margin-top: 0;
}
.testimonials-list .testimonials-item{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.testimonials-list .testimonials-item:not(:last-child){
    border-bottom: 1px solid #A28A4A;
}
.testimonials-list .testimonials-item .testimonial-image{
    width: 100%;
}
.testimonials-list .testimonials-item .testimonial-image img{
    max-width: 100%;
    width: 100%;
}
.testimonials-list .testimonials-item .testimonial-content{
    width: 100%;
}
.contact-page-content{
    padding-bottom: 100px;
}
.contact-page-content .container{
    position: relative;
}
.contact-page-content .contact-form{
    margin-top: 40px;
}
.contact-page-content .contact-form::before, .contact-page-content .contact-form::after{
    content: none;
    display: inline-block;
    width: 329px;
    height: 349px;
    background-image: url(../images/about-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    opacity: .15;
}
.contact-page-content .contact-form h2{
    font-family: 'Noto Serif';
    color: #A28A4A;
    margin-top: 60px;
    margin-bottom: 40px;
}
.contact-form .address-box .contact-list li:not(:last-child){
    margin-bottom: 10px;
}
.form-group{

}
.form-group label{
    font-weight: 400;
}
.form-group p{
    margin-bottom: 5px;
}
.form-group .form-control{
    background-color: #F7F3EF;
    border: 1px solid #F7F3EF;
    border-radius: 0;
    padding: 13px;
    outline: 0;
}
.form-group .form-control:focus{
    border-color: #F7F3EF;
    outline: 0;
}
.form-group textarea.form-control{
    height: 210px;
    resize: none;
}
.form-group.quiz{
    margin-top: 60px;
}
.form-group.quiz .wpcf7-form-control-wrap label{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.form-group.quiz .wpcf7-form-control-wrap label .wpcf7-quiz-label{
    width: 272px;
}
.form-group.quiz .wpcf7-form-control-wrap label .form-control{
    width: 100%;
}
.contact-form .btn-box{
    text-align: right;
    margin-top: 72px;
}
.contact-form .btn-box .wpcf7-spinner{
    display: none;
}
.contact-form .btn-box .btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 220px;
    background-color: #C9BB96;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 11px 45px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.contact-form .btn-box .btn:hover, .contact-form .btn-box .btn:focus{
    background-color: #A28A4A;
    color: #FFFFFF;
}
@media(min-width:768px){
    .about-page-content{
        margin-bottom: 100px;
    }
    .about-page-content .more-content::before, .about-page-content .more-content::after{
        content: '';
        display: inline-block;
        width: 329px;
        height: 349px;
        background-image: url(../images/about-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: -1;
        opacity: .15;
    }
    .about-page-content .more-content::before{
        left: -127px;
        bottom: 20px;
    }
    .about-page-content .more-content::after{
        right: -127px;
        top: 20px;
    }
}
@media(min-width:992px){
    .testimonials-list .testimonials-item{
        gap: 48px;
    }
    .testimonials-list {
        margin-top: 70px;
    }
    .testimonials-list .testimonials-item{
        padding-bottom: 80px;
    }
    .testimonials-list .testimonials-item .testimonial-image{
        flex: 0 0 33.65%;
        max-width: 33.65%;
    }
    .testimonials-list .testimonials-item .testimonial-content{
        flex: 0 0 61.73%;
        max-width: 61.73%;
    }
    .testimonials-list .testimonials-item .testimonial-content.full-width-content{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .testimonials-list .testimonials-item:nth-child(even) {
        flex-direction: row-reverse;
    }
    .contact-page-content{
        padding-bottom: 160px;
    }
    .contact-page-content .contact-form::before, .contact-page-content .contact-form::after{
        content: '';
    }
    .contact-page-content .contact-form{
        margin-top: 75px;
    }
    .form-group.quiz .wpcf7-form-control-wrap label .form-control{
        width: 365px;
    }
    .contact-page-content .contact-form::before{
        left: 0;
        bottom: -194px;
    }
    .contact-page-content .contact-form::after{
        right: 0;
        top: 210px;
    }
    .contact-form .address-box .contact-list li:not(:last-child) {
        margin-bottom: 0;
    }
    .contact-form .address-box .contact-list li a img{
        display: none;
    }
}


/* Cornerstones page style start from here */
.cornerstones-page .container{
    position: relative;
}
.cornerstones-page .container:before{
    content: '';
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -90px;
    right: 15px;
    z-index: 0;
    opacity: .1;
}
.page-grundkurse .cornerstones-page .container:before{
    width: 105px;
    height: 150px;
    background-image: url(../images/grundkurse-black.svg);
}
.page-tmv-diplomprogramm .cornerstones-page .container:before{
    width: 177px;
    height: 256px;
    background-image: url(../images/tmv-diplomprogramm-black.svg);
}
.page-tmv-advanced-diplomprogramm .cornerstones-page .container:before{
    width: 173px;
    height: 150px;
    background-image: url(../images/tmv-advanced-diplomprogramm-black-icon.svg);
}
.page-otheothai-diplomprogramm .cornerstones-page .container:before{
    width: 157px;
    height: 150px;
    background-image: url(../images/otheothai-diplomprogramm-black.svg);
}
.heading-box{
    margin-bottom: 25px;
}
.heading-box h1{
    margin-bottom: 0;
}
.cornerstones-page .middle-content h2{
    color: #000000;
    margin-bottom: 30px;
}
.download-box{
    margin-top: 35px;
}
.download-box h2{
    margin-bottom: 0 !important;
}
.download-box ul{
    list-style: none;
}
.download-box ul li{
    padding-top: 10px;
}
.download-box ul li:not(:last-child){
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}
.download-box ul li a{
    position: relative;
    display: block;
    color: #DC783E;
    line-height: 2em;
    padding-left: 45px;
}
.download-box ul li a::before{
    content: '';
    display: inline-block;
    width: 27px;
    height: 36px;
    background-image: url(../images/pdf-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.modules{
    position: relative;
    background-color: #F5EEE7;
    padding-top: 100px;
    padding-bottom: 100px;
}
.modules .container{
    position: relative;
    overflow: hidden;
}
.modules .container::before, .modules .container::after{
    content: unset;
    display: inline-block;
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .15;
    width: 349px;
    height: 505px;
    background-image: url(../images/tmv-diplomprogramm-icon.png);
}

.modules h2{
    display: none;
    font-family: 'Noto Serif';
    color: #A28A4A;
    text-align: center;
}
.module-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 43px;
}
.module-list .owl-stage-outer{
    overflow: unset !important;
}
.module-item {
    width: 100%;
    background-color: rgb(255 255 255 / 60%);
    padding: 25px;
}
.module-item .title-box{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -60px;
}
.module-item .title-box h3{
    font-family: 'Noto Serif';
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}
.module-box{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: #DC783E;
    border-radius: 50%;
    padding: 10px;
}
.module-box img{
    height: 100%;
    width: auto;
}
.module-item .btn-group{
    text-align: right;
    margin-top: 50px;
}
.module-item .btn-group .btn{
    color: #FFFFFF;
}
.module-item .btn-group .btn:hover, .module-item .btn-group .btn:focus{
    background-color: #A28A4A;
    color: #FFFFFF;
}
.single-page-content{
    margin-bottom: 70px;
}
.single-page-content .module-main-content{
    position: relative;
}

.modules-single .module-header{
    display: flex;
    align-items:center;
    gap:30px;
}
.modules-single .module-header h1{
    width: calc(100% - 128px);
}
.modules-single .modules-content .module-info{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 43px;
    margin-top: 40px;
    margin-bottom: 65px;
}
.module-info .module-details-list,
.module-info .module-feature-image{
    width: 100%;
}
.module-info .module-details-list{
    list-style: none;
}
.module-info .module-details-list li:not(:first-child) {
    padding-top: 15px;
}
.module-info .module-details-list li:not(:last-child){
    padding-bottom: 15px;
    border-bottom: 1px solid #A28A4A;
}
.module-info .module-details-list li h3{
    font-size: 18px;
    line-height: 1.25em;
    color: #A28A4A;
    margin-bottom: 0;
}
.module-info .module-details-list li p{
    font-weight: 300;
    line-height: 1.56em;
    margin-bottom: 0;
}
.module-main-content ul, .module-main-content ol{
    padding-left: 18px;
}
.module-main-content ul li, .module-main-content ol li, p{
    font-weight: 300;
}
.modules-content .course-date{
    margin-top: 65px;
}
.modules-content .course-date .btn{
    min-width: 180px;
    background-color: #A28A4A;
}
.modules-content .course-date h2{
    font-family: 'Noto Serif';
    color: #A28A4A;
}
.modules-content .course-date ul{
    list-style: none;
}
.modules-content .course-date ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #A28A4A;
    border-bottom: 1px solid #A28A4A;
}
.modules-content .course-date ul li a:hover, .modules-content .course-date ul li a:focus{
    background-color: #A28A4A;
    color: #fff;
}
.module-list .owl-dots{
    margin-top: 52px;
}
.modules .bottom-text{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
} 
@media(min-width:768px){
    .module-item {
        width: calc(50% - 9px);
    }
    .module-item .title-box{
        margin-bottom: 50px;
    }
    .module-item .title-box h3{
        width: calc(100% - 98px);
    }
    .module-box{
        width: 98px;
        height: 98px;
    }
    .modules-single .modules-content .module-info{
        flex-direction: row;
    }
    .module-info .module-details-list{
        width: 353px;
    }
    .module-info .module-feature-image{
        width: calc(100% - 396px);
    }
}
@media(min-width:992px){
    .cornerstones-page .container:before{
        content: unset;
    }
    .cornerstones-page h2{
        margin-bottom: 35px;
    }
    .modules h2{
        display: block;
    }
    .modules .container::before, .modules .container::after{
        content: '';
    }
    .module-item .title-box{
        flex-direction: row;
        justify-content: space-between;
        margin-top: 0;
    }
    .module-item .title-box h3{
        font-size: 25px;
    }
    .modules .container::before{
        top: 0;
        left: 0;
    }
    .modules .container::after{
        bottom: 0;
        right: 0;
    }
    .single-page-content{
        margin-bottom: 100px;
    }
    .single-page-content .module-main-content:after{
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -65px;
        right: -142px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: .15;
        width: 392px;
        height: 566px;
        background-image: url(../images/tmv-deploprogramm-light-icon.png);
    }
    .module-info .module-details-list li h3{
        font-size: 20px;
    }
    .modules .bottom-text{
        display: none;
    }
}

/* alle Kursdaten style start from here */
.course-list-box{
    margin-bottom: 90px;
}
.for-desktop{
    display: none;
}
.for-mobile{
    display: block;
}
.course-row{
    display: grid;
    /*grid-template-columns: 105px 203px 154px 136px 136px 118px 136px;*/
    grid-template-columns: 10.63% 15.55% 14.59% 13.76% 13.76% 11.94% 13.76%;;
    gap: 9px;
}
.course-row > div{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 5px;
    line-height: 1.5em;
}
.course-row:not(:last-child){
    margin-bottom: 9px;
}
.course-row .course-number{
    font-family: 'Noto Serif';
    font-size: 20px;
    font-weight: 400;
}
.course-row .course-number{
    background-color: #8D074D;
    color: #fff;
}
.course-row .course-head{
    background-color: #EFDFCF;
    font-weight: 700;
}
.course-row .course-value{
    background-color: #E5E5E5;
}
.course-status{
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
}
.course-status.full{
    background-color: #8D074D;
}
.course-status.available{
    background-color: #4F8620;
}
.course-button .btn{
    min-width: auto;
    padding: 6px 22px;
}
.course-button .btn:hover, .course-button .btn:focus{
    background-color: #A28A4A;
    color: #fff;
}
.default-amelia-events{
    display: none;
}
.mobile-course-card{
    background-color: #F7F3EF;
    margin-bottom: 30px;
}
.mobile-course-card .course-row-header{
    background-color: #8D074D;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 700;
}
.mobile-course-card .course-row{
    grid-template-columns: 40% 57%;
    gap: 9;
}
.mobile-course-card .course-details-box{
    padding: 30px 10px 20px 10px;
}
.mobile-course-card .course-details-box .course-row .course-head{
    justify-content: start;
    padding: 10px 15px;
}
.mobile-course-card .course-details-box .course-button{
    margin-top: 25px;
    text-align: center;
}
.mobile-course-card .course-details-box .course-button .btn{
    padding: 9px 22px;
}
.hidden-course{
    display: none;
}
.load-more-wrap{
    text-align: center;
}
.load-more-wrap .load-more-btn{
    all: unset;
    position: relative;
    font-size: 16px;
}
.load-more-wrap .load-more-btn:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 14px;
    background-image: url(../images/load-more.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
}
.owl-nav-dots-container{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
}
.owl-nav-dots-container .owl-prev, .owl-nav-dots-container .owl-next{
    all: unset;
    position: relative;
    cursor: pointer;
}
.owl-nav-dots-container .owl-prev span, .owl-nav-dots-container .owl-next span{
    display: none;
}
.owl-nav-dots-container .owl-prev:before, .owl-nav-dots-container .owl-next:after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 30px;
    background-image: url(../images/left-carret-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-nav-dots-container .owl-prev:before{
    left: 0;
}
.owl-nav-dots-container .owl-next:after{
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.owl-nav-dots-container .owl-dots .owl-dot{
    padding: 0;
}
.course-list-box .owl-dots .owl-dot.active, .course-list-box .owl-dots .owl-dot:hover{
    background-color: #DC783E !important;
}
@media(min-width: 992px){
    .for-desktop{
       display: block; 
    }
    .for-mobile{
        display: none;
    }
}

/* Footer style start from here */

footer{
    background-color: #8D074D;
    padding-top: 70px;
    padding-bottom: 80px;
}
footer .address-box .address h4{
    color: #fff;
}
footer .address-box .address p{
    color: #fff;
    font-size: 20px;
}
footer .contact-list li a{
    color: #fff;
}
.footer-menu{
    list-style: none;
    margin-top: 70px;
    margin-bottom: 0;
}
.footer-menu li a{
    font-size: 20px;
    color: #A28A4A;
}
.footer-book{
    position: relative;
    display: none;
    margin-top: -115px;
}
.footer-book-mobile{
    position: relative;
    display: block;
    margin-top: -125px;
    padding-top: 275px;
}
.footer-book-mobile .footer-newsletter{
    width: 138px;
    height: 138px;
    font-size: 22px;
    top: 105px;
    right: 110px;
}
.footer-book-mobile .footer-bok-now{
    width: 175px;
    height: 175px;
    font-size: 28px;
}
.footer-bok-now{
    font-family: 'Noto Serif';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 175px;
    font-size: 28px;
    line-height: 1em;
    background-color: #DC783E;
    color: #8D074D;
    text-decoration: none;
    border-radius: 50%;
    transform: rotate(5deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.footer-bok-now:hover{
    background-color: #A28A4A;
    color: #8D074D;
    transform: scale(1.08) rotate(5deg);
}

.footer-newsletter{
    font-family: 'Noto Serif';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 138px;
    height: 138px;
    font-size: 22px;
    line-height: 1em;
    background-color: #A28A4A;
    color: #8D074D;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    position: absolute;
    top: 105px;
    right: 110px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.footer-newsletter:hover{
    background-color: #D8A878;
    color: #8D074D;
}
.social-links{
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    margin-top: 75px;
    margin-bottom: 0;
}
.social-links li a img{
    width: 50px;
    height: auto;
}
.wpml-ls-statics-footer{
    display: none;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: -4px;
    width: 67px;
    height: 45px;
    text-decoration: none;
    z-index: 10;
}
.back-to-top.show {
    display: block;
    opacity: 1;
    transform: scale(1);
}
@media(min-width:768px){
    footer{
        padding-bottom: 142px;
    }
    .footer-menu{
        margin-top: 100px;
    }
    .footer-book{
        display: block;
    }
    .footer-book-mobile{
        display: none;
    }
    .social-links{
        margin-top: 280px;
    }
}
@media(min-width:992px){
    .footer-book{
        margin-top: -150px;
    }
    .footer-bok-now{
        width: 243px;
        height: 243px;
        font-size: 35px;
    }
    .footer-newsletter{
        width: 180px;
        height: 180px;
        font-size: 25px;
        top: 170px;
        right: 150px;
    }
    .social-links {
        margin-top: 400px;
    }
}

