/*@import url('https://fonts.googleapis.com/css?family=Charmonman');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display');
@import url('https://fonts.googleapis.com/css?family=Lato');*/

/* charmonman-regular - latin */
@font-face {
    font-family: 'Charmonman';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/charmonman-v3-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Charmonman Regular'), local('Charmonman-Regular'),
    url('../fonts/charmonman-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/charmonman-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/charmonman-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/charmonman-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/charmonman-v3-latin-regular.svg#Charmonman') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* playfair-display-regular - latin */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playfair-display-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
    url('../fonts/playfair-display-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/playfair-display-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/playfair-display-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/playfair-display-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/playfair-display-v18-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
    url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Lato', sans-serif;
}
img {
    max-width: 100%;
    height: 100%;
}
#wpadminbar {
    /* display: none;*/
}

#site {
    min-height: calc(100vh - 100px);
    margin-top: 60px;
}

.pa-columns {
    padding: 80px 0;
}

.pa-columns p:last-child {
    margin-bottom: 0;
}

.toplevel-header {
    border-bottom: 1px solid #697274;
    margin-bottom: 20px;
}

.toplevel-header ul {
    float: right;
    margin-bottom: 0;
}

.toplevel-header li {
    display: inline-block;
    padding: 15px 20px;
}

.toplevel-header li:last-child {
    padding-bottom: 5px;
}

.toplevel-header li a {
    color: #697274;
}

.toplevel-header #searchform {
    display: inline;
}

.toplevel-header #searchform div {
    display: inline;
}

.navbar-brand {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}

.navbar-brand img {
    height: 100px;
}

.fixed-menu {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    -webkit-transition: box-shadow ease 0.4s;
    -moz-transition: box-shadow ease 0.4s;
    -ms-transition: box-shadow ease 0.4s;
    -o-transition: box-shadow ease 0.4s;
    transition: box-shadow ease 0.4s;
}

.fixed-menu.box-shadow {
    -webkit-box-shadow: 0px 10px 50px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 50px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 50px -12px rgba(0, 0, 0, 0.75);
}

.logo-scroll {
    width: 80px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.logo-scroll.display-none {
    width: 0;
}

.nav.navbar-nav {
    display: table;
    width: 100%;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.nav-item {
    display: table-cell;
}

.navbar-nav .nav-link {

    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #697274;
    font-weight: 200;
}

.navbar-nav .active .nav-link, .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-nav .active .nav-link {
    font-weight: 400;
}

.nav.navbar-nav li a {
    display: inline-block;
    overflow: hidden;
}

.headline-section {
    text-align: center;
    color: #dd9b1a;
    padding: 50px 0;
    background: #fdfaf3;
    padding-top: 100px;
}

.headline-section .background-headline {
    font-family: "Charmonman";
    font-size: 138px;
    opacity: 0.2;
    color: #3f3f3f;
}

.headline-section .front-headline {
    font-size: 38px;
    margin-top: -84px;
    font-family: 'Playfair Display';
}
.headline-section .front-headline:before {
    content: none!important;
}

.three-elements-section {
    background: #eff0f1;
    padding: 50px 0;
}

.three-elements-section .col-md-4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.three-elements-section .box-shadow {
    -webkit-box-shadow: 0px 0px 37px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 37px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 37px -13px rgba(0, 0, 0, 0.75);
    height: 100%;
    position: relative;
    background-color: #dd9b1a;
}

.three-elements-section img {
    width: 100%;
    height: auto;
}

.three-elements-section p {
    padding: 0 15px 40px 15px;
    color: #ffffff;
}

#site .three-elements-section h3 {
    font-family: 'Playfair Display';
    color: #ffffff;
    font-size: 22px;
    padding: 15px;
    margin-bottom: 5px;
}

.three-elements-section a {
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px 20px;
    border-top: 2px solid;
    padding-left: 40px;
}

/*WYSIWYG w. Youtube*/
.wysiwyg-yt-section .container {
    padding: 50px 0;
    border-bottom: 1px solid #697274;
}

.wysiwyg-yt-section h3 {
    font-family: 'Playfair Display';
    color: #dd9b1a;
    margin-bottom: 40px;
    position: relative;
    font-size: 36px;
}

/*.wysiwyg-yt-section h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100px;
    height: 3px;
    background-color: #dd9b1a;
}*/

iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.wysiwyg-yt-section .col-6-image {
    width: 100%;
    height: auto;
}

.wysiwyg-yt-section .content {
    margin-bottom: 50px;
}

.wysiwyg-yt-section .col-6-link {
    background: #dd9b1a;
    border: 3px solid #dd9b1a;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 25px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.wysiwyg-yt-section .col-6-link:hover {
    text-decoration: none;
    background: #ffffff;
    color: #dd9b1a;
}

.owl-dots {
    text-align: center;
    width: 100%;
    padding: 25px 0;
}

.owl-item.center.active .content {
    opacity: 1;
}

.owl-item img {
    height: auto;
}

.spacer-bg {
    background-color: #647375;
    padding: 30px 30px 0 30px;
}

.owl-carousel button.owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: transparent;
    margin-left: 5px;
    border: 1px solid #ffffff;
    margin-right: 5px;
}

.owl-carousel button.owl-dot.active {
    background: #ffffff;
}

.icon-list {
    list-style: none;
    padding: 0;
    display: table;
}

.icon-list .icon-element {
    text-align: center;
    display: table-cell;
}

.icon-list .icon-element span {
    display: inline-block;
    width: 100%;
}

.icon-list .icon-element i {
    color: #ffffff;
    display: inline-block;
    font-size: 40px;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.icon-list .icon-element i:after {
    background: #dd9b1a;
    border-radius: 333119%;
    width: 54px;
    height: 54px;
    content: '';
    position: absolute;
    left: calc(50% - 27px);
    top: -8px;
    z-index: -1;
}


.headline-content {
    position: relative;
    margin-bottom: 1.5rem;
}


h1, h2 {
    font-weight: 200;
}
h2 a {
    color: #000;
}
h2 a:hover {
    color: #000;
}


.blog-footer {
    background-color: #e7eaea;
    color: #7e8b8c;
}

.blog-footer h3 {
    color: #647375;
    font-size: 1.5rem;
    font-weight: 300;
    height: 28px;
}

.blog-footer a {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: #7e8b8c;
}

.blog-footer a:hover {
    text-decoration: none;
    color: #000;
}

.blog-footer ul {
    list-style: none;
    padding: 0;
}

.blog-footer .col-md-3 ul {
    margin: auto;
    width: 60%;
}

.blog-footer .container {
    background-image: url('/wp-content/themes/hotel-sonnengarten/static/images/FooterBackground.png');
    -webkit-background-size: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    min-height: 300px;
    background-position-x: 100%;
    padding-bottom: 150px;
    padding-top: 50px;
}

.blog-footer i {
    font-size: 50px;
    padding-right: 15px;
    padding-top: 30px;
}

.footer-headline {
    font-size: 60px;
    color: #e7eaea;
    font-family: 'Playfair Display';
    text-align: center;
    margin-bottom: -12px;
}

/* Menu */
.nav-item:hover .dropdown-menu {
    display: block;
}

.nav-item:hover .dropdown-menu ul {
    display: none;
}

.nav-item .dropdown-menu .nav-item:hover ul {
    display: block;
    top: 0;
    left: 100%;
}

.nav-item a:active {
    background-color: #ffffff;
}

.nav-item, .nav-item a {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.nav-item .nav-item a {
    color: #212529;
}

.current_page_ancestor, .current_page_item, .nav-item:hover {
    border-bottom: 3px solid #dd9b1a;
}

.nav-item .current_page_item, .nav-item .nav-item {
    border: 0;
}

.current_page_ancestor .current_page_item a, .current_page_ancestor .active > a, .nav-item .nav-item:hover > a {
    color: #dd9b1a;
}

.nav-item .dropdown-menu .nav-item.dropdown:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 6px;
}

.dropdown .dropdown-menu li {
    display: block;
}

@media (max-width: 1199px) {
    .headline-content:before {
        content: '';
    }

    .custom-owl-dot img {
        /*zoom: 25%;*/
        height: 60px;
    }
}

@media (max-width: 991px) {
    .footer-headline {
        font-size: 48px;
        margin-bottom: -9px;
    }

    .blog-footer ul {
        text-align: center;
        margin-top: 50px;
    }

    .custom-owl-dot img {
        /*zoom: 20%;*/
        height: 40px;
    }

    .owl-item .content h2 {
        font-size: 46px;
    }

    .headline-content.headline-arrow:before {
        left: -30%;
    }
}

@media (max-width: 767px) {
    .wysiwyg-yt-section .container {
        padding: 50px 15px;
    }

    .headline-section .background-headline {
        font-size: 60px;
        opacity: 0.2;
    }

    .headline-section .front-headline {
        font-size: 25px;
        margin-top: -27px;
    }

    .toplevel-header span {
        display: none;
    }

    .footer-headline {
        font-size: 36px;
        margin-bottom: -7px;
    }

    .headline-content.headline-arrow:before {
        background-image: none;
    }

    .overlay-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: -1;
    }

    .responsive-menu-open .overlay-menu {
        z-index: 99;
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -ms-backface-visibility: visible;
        backface-visibility: visible;
        background: rgba(0, 0, 0, 0.5);
    }

    .headline-content {
        font-size: 2rem;
    }

    .navbar-brand .logo {
        height: 50px !important;
    }

    .responsive-menu-open #responsive-menu-container {
        z-index: 99999999;
        -webkit-box-shadow: 0px 10px 50px -12px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 10px 50px -12px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 10px 50px -12px rgba(0, 0, 0, 0.75);
    }

    .owl-dots {
        padding: 25px 0;
    }

    .custom-owl-dot img {
        /*zoom: 10%;*/
        height: 30px;
    }

    .custom-owl-dot h4 {
        font-size: 12px;
    }

    .owl-prev {
        left: 25px;
        top: 15%;
    }

    .owl-next {
        right: 25px;
        top: 15%;
    }

    .owl-item .content {
        opacity: 1;
        padding-top: 25px;
    }

    .owl-item .content h2 {
        font-size: 34px;
    }

    .blog-footer img {
        display: none;
    }

    .blog-footer .col-lg-8 a {
        display: block;
        text-align: center;
    }

    .blog-footer ul li {
        display: block;
    }

    .blog-footer ul {
        margin-top: 20px;
    }

    @media (max-width: 539px) {
        .owl-item .content h2 {
            font-size: 23px;
        }
    }
}

/* Events Plugin */


/* Carousel Customizations */
.owl-prev {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 30px;
    left: 15px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 30px;
    right: 15px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i, .owl-next i { /*transform : scale(1,6);*/
    color: #fff;
}

.nav-icon {
    color: #697274;
}

#site h2 {
    font-family: 'Playfair Display';
    color: #dd9b1a;
    margin-bottom: 40px;
    position: relative;
    font-size: 36px;
}

#site h3 {
    font-family: 'Playfair Display';
    color: #dd9b1a;
    margin-bottom: 40px;
    position: relative;
    font-size: 32px;
}

/*#site h3:before */
#site h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100px;
    height: 3px;
    background-color: #dd9b1a;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* RS: Anpassung Header */
.wpml-ls-legacy-list-horizontal {}