/*
Wireframe: 24
Version: 1.0
Update: 2019.08.16
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Open+Sans:ital,wght@0,400;0,600;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,600;1,600&display=swap');

/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #888;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
}
a {
    color: #000000;
    text-decoration: underline;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #1d2d5e;
    text-decoration: none;
}

.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6 {
    line-height: 1.35em;
    font-family: 'Open Sans', sans-serif;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 19px;
}
h6 {
    font-size: 16px;
}

hr {
	border-color: #666;
}
h2 a{ color: #fff; text-decoration:none;}
h2 a:hover{ color: #fff; text-decoration:underline;}
header.top {
    position: relative;
    min-height: 85vh;
    background: #cabbad;
    display: grid;
    grid-template-rows: 1fr 90px;
}
.homepageTemplate header.top {
    min-height: 85vh;
}
header.top #slideshow,
header.top .NewsItemBackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
header.top .NewsItemBackground {
    background: center no-repeat;
    background-size: cover;
}
header.top > .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 25px;
    grid-template-rows: 0 auto 1fr;
}
header.top .logo {
    grid-column: 1;
}
header.top nav.language {
    grid-column: 2;
    text-align: right;
    font-size: 1.8em;
    text-transform: uppercase;
    position:fixed;
    right:0;
    z-index:999;
    top:100px;
}
header.top nav.language a {
    text-decoration: none;
    background: rgb(29 45 94 / 70%);
    margin-left: 1px;
    padding: .25em;
    width: 2em;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-weight: 300;
    transition: background .4s, color .4s;
}
header.top nav.language a:hover {
    background: #fff;
    color: #1d2d5e;
}
header.top nav.language a.contact-button {
}
header.top .cta-wrapper {
    grid-column: 1 / 3;
    display: flex;
    align-items: center;
}
header.top .cta-wrapper .cta {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
header.top .cta-wrapper .cta p {
    margin: 0 0 5px;
    perspective: 500px;
}
header.top .cta-wrapper .cta p a {
    font-size: 1.15em;
    background: rgba(58, 114, 35, .7);
    color: #fff;
    letter-spacing: .25em;
    padding-left: 1.25em;
    padding-right: 1em;
    line-height: 2.5em;
    text-decoration: none;
    display: block;
    transition: transform .4s, color .4s, background .4s;
}
header.top .cta-wrapper .cta p:hover a {
    background: rgba(58, 114, 35, 1);
    color: #fff;
    transform: scale(1.2);
    z-index: 1;
}
header.top .cta-wrapper .cta span {
    display: block;
    font-weight: bold;
    font-size: 1.65em;
    background: rgb(29 45 94 / 80%);
    color: #ffffff;
    letter-spacing: .4em;
    padding-left: 1.4em;
    padding-right: 1em;
    line-height: 2em;
}
.networks_linking a {
    display: inline-block;
    font-size: 1em;
    line-height: 2em;
    width: 2em;
    border-radius: 50%;
    background: #1d2d5e!important;
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    margin-left: 5px;
    transition: background .4s, color .4s;
}
.networks_linking a.networks_facebook:hover {
    background: #28221b!important;
    color: #fff!important;
}
.networks_linking a.networks_instagram:hover {
    background: #28221b!important;
    color: #fff!important;
}
header.top .cta-wrapper .cta span a {
    color: #ffffff;
    text-decoration: underline;
}
header.top .cta-wrapper .cta span a:hover {
    color: #fff;
}
header.top .cta-wrapper .cta .phone-responsive {
    display: none;
}
header.top nav.mobile-nav {
    display: none;
    position: fixed;
    right: 65px;
    bottom: 15px;
    z-index: 100;
    text-align: center;
    line-height: 70px;
    font-size: 2em;
}
header.top nav.mobile-nav a {
    width: 70px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgb(29 45 94 / 80%);
    border-radius: 50%;
}
header.top nav.main-nav {
    position: relative;
    background: rgb(247 249 252 / 0.8);
    margin: 10px 0;
    transition: background .4s, margin .4s;
}
header.top .is-sticky nav.main-nav {
    z-index: 100;
    background: rgb(247 249 252 / 0.8);
    margin: 0;
}
#sdgdpr_modal_buttons-agree, .privacy_prompt a.return, #preferences_prompt_submit {
    background: #1d2d5e!important;
    color: #fff;
}
main.content-wrapper {
    position: relative;
    padding: 60px 0;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
main.content-wrapper header.page-title {
    position: relative;
    text-align: right;
    margin-bottom: 50px;
    grid-column: 1;
}
main.content-wrapper header.page-title::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100%;
    background: #1d2d5e;
    z-index: -1;
}
main.content-wrapper header.page-title h1 {
    margin: 0;
    padding: 20px 25px 15px 0;
    font-size: 1.75em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 300;
}
main.content-wrapper header.page-title h1 .sub-title {
    font-family: 'Indie Flower', cursive;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: bold;
}
main.content-wrapper header.page-title .networks {
    position: absolute;
    left: 100%;
    bottom: 0;
    white-space: nowrap;
    padding-left: 15px;
}
main.content-wrapper header.page-title .networks a {

    border-radius: 0;
}
main.content-wrapper > .photo {
    position: relative;
    margin-left: 15px;
    grid-column: 2;
}
main.content-wrapper > .photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
main.content-wrapper article.content {
    position: relative;
    grid-column: 1 / 3;
}
.homepageTemplate main.content-wrapper article.content {
    grid-column: 1;
}
main.content-wrapper article.content::after {
    content: '';
    display: block;
    clear: both;
}
article.content .content-inner {
    position: relative;
    width: calc(1170px / 2 - 15px);
    margin-left: auto;
}
article.content p {
    margin: 0 0 20px;
}
article.content ul {
    list-style: outside disc;
    margin-left: 0;
    padding: 0;
}
article.content ul li {
    position: relative;
    left: 1em;
    margin-left: 1em;
    padding-right: 1em;
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
}
article.content .table-style th {
    background: #f2f2f2;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #ccc;
    padding: 2px 5px;
}
article.content #AllNews figure.Item {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    background: rgba(119,84,59, .3);
}
article.content #AllNews figure.Item .photo {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
article.content #AllNews figure.Item .photo::after {
    content: '';
    position: absolute;
    z-index: 5;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border: 4px dotted #fff;
    pointer-events: none;
    transition: transform 1s;
}
article.content #AllNews figure.Item .photo img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    height: 250px;
    width: 100%;
    display: block;
    transition: transform 1s;
}
article.content #AllNews figure.Item:hover .photo img {
    transform: scale(1.2);
}
article.content #AllNews figure.Item .photo h3 {
    font-weight: 300;
    letter-spacing: 0.1em;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    display: block;
    text-align: center;
    background: rgba(0,0,0,.5);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    padding: 5px 1em 5px 1.1em;
    transition: background .4s;
}
article.content #AllNews figure.Item .photo.nophoto h3 {
    position: relative;
    top: auto;
    transform: none;
}
article.content #AllNews figure.Item:hover .photo h3 {
    background: #000;
}
article.content #AllNews figure.Item figcaption span.button {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1em;
    font-weight: normal;
	letter-spacing: 0.1em;
    background: #393939;
    color: #cabcac;
    padding: 15px 30px;
    transition: color .4s, background .4s;
}
article.content #AllNews figure.Item:hover figcaption span.button {
    color: #fff;
    background: #393939;
}
article.content #AllNews figure.Item > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
article.content section.newsletter h4 {
    font-weight: 300;
    letter-spacing: 0.1em;
}
article.content .resto-reservation {
    background: none;
    padding: 0;
}
article.content .resto-reservation h2 {
    font-weight: normal;
}
article.content .resto-reservation .resto-reservation-content .resto-btn {
    background: #393939;
    color: #cabcac;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: normal;
    transition: color .4s;
}
article.content .resto-reservation .resto-reservation-content .resto-btn:hover {
    background: #393939;
    color: #fff;
}

section.openinghours {
    background: #1d2d5e;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: 300;
    color: #fff;
}
section.openinghours .containerOpening {
    display: flex;
    justify-content: center;
}
section.openinghours .containerOpening .openingLine {
    position: relative;
    padding: 10px;
}
section.openinghours .containerOpening .openingLine:not(:first-child) {
    margin-left: 30px;
}
section.openinghours .containerOpening .openingLine:not(:first-child)::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    opacity: .5;
    font-size: .65em;
    width: 30px;
    text-align: center;
    position: absolute;
    left: -30px;
}
section.openinghours .containerOpening .openingLine .openingDay {
    font-weight: bold;
}
div#ContainerBlockSocial {
    margin: 0 auto;
    display: table;
}
/**social**/
social #ContainerBlockSocial.addthis_toolbox .at300b, .networks a.facebook {
    display: inline-block;
    line-height: 2em;
    width: 2em;
    font-size: 1.25em;
    background: #d69f3a;
    color: #ffffff;
    border: 1px solid;
    border-color: #d69f3a;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin-left: 5px;
    transition: background .4s, color .4s;
text-decoration: none !important;}
    
section.networks #ContainerBlockSocial.addthis_toolbox .at300b::before, .networks a.facebook::before {
    position: relative;
    z-index: 5;
    font-family: 'FontAwesome';
    speak: none;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
section.networks #ContainerBlockSocial.addthis_toolbox .at300b:hover, .networks a.facebook:hover {
   color: #d69f3a;
    background: #ffffff!important;
    border-color: #ffffff;
}
section.networks #ContainerBlockSocial.addthis_toolbox .at300b > span{
    display: none;}
section.networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_button_facebook::before, .networks a.facebook::before  {
    content: "\f09a";}
section.networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share {
    position: relative;}
section.networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share #___plusone_0,
section.networks #ContainerBlockSocial.addthis_toolbox .at300b.addthis_32x32_style.addthis_button_google_plusone_share iframe {
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    top: 3px!important;
    opacity: 0;}
/*-------------facebook------------------------*/
social #ContainerBlockSocial.addthis_toolbox .at300b, .networks a.facebook {
    display: inline-block;
    line-height: 2em;
    width: 2em;
    font-size: 1.25em;
    background: #1d2d5e;
    border: none;
    color: #ffffff;
    border-radius: 0;
    text-align: center;
    text-decoration: none;
    transition: background .4s, color .4s;
    text-decoration: none !important;
}
    
section.networks #ContainerBlockSocial.addthis_toolbox .at300b::before, .networks a.facebook::before {
    position: relative;
    z-index: 5;
    font-family: 'FontAwesome';
    speak: none;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
section.networks #ContainerBlockSocial.addthis_toolbox .at300b:hover, .networks a.facebook:hover {
    color: #1d2d5e;
    border: 1px solid #1d2d5e;
    background: #ffffff!important;
}
span.at300bs.at15nc.at15t_facebook {
    display: none !important;
}
a.facebook:before {
    content: "\f09a";
}
.col-md-3.networks {
    text-align: right;
}

section.boxes {
    position: relative;
    background: #ffffff url(../images/bg-section-boxes.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 1.9em;
    line-height: 1.75em;
    letter-spacing: 0.1em;
    padding: 70px 0;
}
section.boxes::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
        backdrop-filter: grayscale(1);
    /*background: rgba(0,0,0,.5);*/
   
}
section.boxes .boxes-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    pointer-events: none;
}
section.boxes .boxes-wrapper [class*="box"] {
    position: relative;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    pointer-events: all;
    display: flex;
    align-items: center;
    background: center no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: transform .4s, opacity .4s;
}
section.boxes .boxes-wrapper:hover [class*="box"] {
    opacity: .7;
}
section.boxes .boxes-wrapper:hover [class*="box"]:hover {
    transform: scale(1.2);
    opacity: 1;
}
section.boxes .boxes-wrapper [class*="box"]::before {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    /*border: 4px dotted #fff;*/
    border-radius: 50%;
    pointer-events: none;
    transition: transform 1s;
}
section.boxes .boxes-wrapper [class*="box"]:hover::before {
    transform: rotate(90deg);
}

section.boxes .boxes-wrapper .box01 {
    background-image: url(../images/bg-box01.jpg);
}
section.boxes .boxes-wrapper .box02 {
    background-image: url(../images/bg-box02.jpg);
}
section.boxes .boxes-wrapper .box03 {
    background-image: url(../images/bg-box03.jpg);
}
section.boxes .boxes-wrapper .box04 {
    background-image: url(../images/bg-box04.jpg);
}
section.boxes .boxes-wrapper .box05 {
    background-image: url(../images/bg-box05.jpg);
}


section.boxes p {
    margin: 0;
    flex: 1 1 auto;
    font-size: 16px;
    background: rgba(0,0,0,.7);
    color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    transition: background .4s;
}
section.boxes [class*="box"]:hover > p {
    background: rgb(29 45 94 / 80%);
}
section.boxes a {
    display: block;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

footer.bottom {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
footer.bottom .maps {
    position: relative;
}
footer.bottom .maps .box_googlemapsv2 iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
    opacity: .98;
    transition: mix-blend-mode .4s, opacity .4s;
}
footer.bottom .maps:hover .box_googlemapsv2 iframe {
    mix-blend-mode: normal;
    opacity: 1;
}
footer.bottom .contact {
    background: #fff;
}
footer.bottom .contact .inner {
    padding: 50px 0 50px 30px;
    width: calc(1170px / 2 - 15px);
}
footer.bottom .contact .contactform {
    margin-bottom: 30px;
}
footer.bottom .contact .contactform h4 {
    font-size: 1.25em;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
}
footer.bottom .contact .contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
    text-align: right;
    color: #000000;
}
footer.bottom .contact .contact-info .phone-responsive {
    display: none;
}
@media only screen and (max-width : 1199px){
.sf-menu a {

    font-size: 16px!important;
  
}
 header.top nav.mobile-nav {
        display: block;
    }
    header.top nav.main-nav {
        display: none;
    }
}
@media only screen and (max-width : 1024px) {
    article.content .content-inner {
        width: calc(970px / 2 - 15px);
    }
    footer.bottom .contact .inner {
        width: calc(970px / 2 - 15px);
    }
     header.top nav.mobile-nav {
        display: block;
    }
    header.top nav.main-nav {
        display: none;
    }

}
@media only screen and (max-width : 991px) {
    header.top nav.mobile-nav {
        display: block;
    }
    header.top nav.main-nav {
        display: none;
    }
    main.content-wrapper {
        display: block;
    }
    main.content-wrapper header.page-title {
        margin-bottom: 75px;
    }
    main.content-wrapper header.page-title .networks {
        left: auto;
        right: 0;
        top: 100%;
        bottom: auto;
        padding: 15px;
    }
    main.content-wrapper > .photo {
        height: 75vw;
        margin: 0;
    }
    main.content-wrapper article.content {
        padding: 0 15px;
    }
    article.content .content-inner {
        width: auto;
    }
    section.boxes .boxes-wrapper [class*="box"] {
        width: calc(90vw / 3);
        height: calc(90vw / 3);
    }
    footer.bottom .contact .inner {
        width: calc(750px / 2 - 15px)
    }
    footer.bottom .contact .contact-info {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
@media only screen and (max-width : 767px) {
    .image-right,
    .image-left {
        float: none;
        margin: 10px auto;
        max-width: 100%;
        height: auto;
        display: block;
    }
    .homepageTemplate header.top,
    header.top {
        min-height: auto;
    }
    header.top > .container {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 15px;
    }
    header.top .logo {
        text-align: center;
    }
    header.top .logo img {
        max-width: 70vw;
        height: auto;
    }
    header.top nav.language {
        grid-column: 1;
        text-align: center;
    }
    header.top .cta-wrapper .cta span {
        width: 100%;
        letter-spacing: .2em;
        padding-left: .4em;
        padding-right: 0;
    }
    header.top .cta-wrapper .cta .phone {
        display: none;
    }
    header.top .cta-wrapper .cta .phone-responsive {
        display: inline-block;
    }
    main.content-wrapper {
        padding: 30px 0;
    }
    main.content-wrapper header.page-title {
        margin-bottom: 60px;
    }
    main.content-wrapper header.page-title h1 {
        font-size: 1.5em;
    }
    section.openinghours .containerOpening {
        display: block;
        text-align: center;
        padding: 15px;
    }
    section.openinghours .containerOpening .openingLine {
        padding: 0;
    }
    section.openinghours .containerOpening .openingLine:not(:first-child) {
        margin: 0;
    }
    section.openinghours .containerOpening .openingLine:not(:first-child)::before {
        position: relative;
        width: auto;
        left: auto;
        display: block;
    }
    section.boxes .boxes-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    section.boxes .boxes-wrapper [class*="box"] {
        width: 75vw;
        height: 75vw;
        margin: 0 auto;
    }
    footer.bottom {
        grid-template-columns: 1fr;
    }
    footer.bottom .maps {
        height: 50vh;
    }
    footer.bottom .contact .inner {
        width: auto;
        padding: 30px 15px;
    }
    footer.bottom .contact .contact-info .phone {
        display: none;
    }
    footer.bottom .contact .contact-info .phone-responsive {
        display: inline-block;
    }
}
@media only screen and (max-width : 480px) {
}

/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
    left: 50%;
    transform: translateX(-50%);
	z-index: 99;
}
.sf-menu {
    display: flex;
}
.sf-menu > li {
    flex: 1 1 auto;
    line-height: 70px;
}
.sf-menu > li:not(:first-child) {
    margin-left: 50px;
}
.sf-menu > li:not(:first-child)::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    color: #1d2d5e;
    font-size: .75em;
    width: 50px;
    text-align: center;
    position: absolute;
    left: -50px;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
    display: block;
    position: relative;
    letter-spacing: 0;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu ul {
	box-shadow: 0px 2px 10px rgba(0,0,0,.2);
	min-width: 12em;
	text-align: left;
}
.sf-menu a {
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    color: #1d2d5e;
    text-align: center;
}
.sf-menu li {
	white-space: nowrap;
}
.sf-menu > li > a::before {
	content: '';
	position: absolute;
    top: 0;
    bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    width: 0;
    border-top: 2px solid #1d2d5e;
    border-bottom: 2px solid #1d2d5e;
	opacity: 0;
	transition: width .4s, opacity .4s;
}
.sf-menu ul li {
}
.sf-menu ul li a {
	background: rgba(202,187,173, .9);
    padding: 5px 10px;
    color: #77543b;
    line-height: 2em;
    font-size: 1.2em;
    text-transform: none;
    letter-spacing: normal;
}
.sf-menu li a:hover::before, .sf-menu li.sfHover > a::before,
.sf-menu li.selected > a::before, .sf-menu li.active > a::before {
	width: 100%;
	opacity: 1;
}
.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a,
.sf-menu ul li.selected > a, .sf-menu ul li.active > a {
    color: rgba(57,57,57, 1);
    background: #fff;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    line-height: 1em;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: color .4s;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul::after,
.sf-arrows > .sfHover > .sf-with-ul::after,
.sf-arrows > .selected > .sf-with-ul::after,
.sf-arrows > .active > .sf-with-ul::after {
}

@media only screen and (max-width : 1024px) {
    .sf-menu a {
        font-size: 1em;
    }
}

/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #ccc;
	transition: background .4s;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
	background: #fff;
}
/* Menu */
.menu-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 300px;
    height: 100%;
    background: rgb(249 244 244);
    box-shadow: 0 0 20px rgba(0,0,0,.8);
    padding: 40px 20px 20px;
    transform: translateX(-100vw);
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5em;
}
.mobile-menu ul ul {
	background: rgba(0,0,0,.15);
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: -5px;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu li {
	padding: 5px 0;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
	left: 10px;
}
.mobile-menu a {
    padding: 0 5px;
    display: block;
    color: #1d2d5e;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .4s, background .4s;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
    color: #fff;
    background: #1d2d5e;
}
.mobile-menu li li a {
	padding-left: 25px;
}
/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}
.cta h2{
    color:#fff;
}
.knop{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration:none;
    color:#fff;
    background:#1d2d5e;
}
.knop:hover{
    color:#000!important;
}
section.parallax {
	position: relative;
	background: #fff/*url(../images/bg-cta-full.jpg) no-repeat center bottom fixed*/;
	background-size: cover;
	padding: 0px 0;
	color: #393939;
	font-weight: bold;
	font-size: 20px;
	/*text-shadow: 0 2px 10px rgba(0,0,0,.9);*/
}
section.parallax h2 {
	font-size: 40px;
	margin: 0;
	padding: 0;
	text-align:center;
}
section.parallax p {
	margin: 20px 0;
	text-align:center;
}
section.parallax strong {
	font-size: 26px;
	font-weight: 800;
}
section.parallax span.number-responsive a {
	color: #fff;
}
section.parallax a.button {
	display: inline-block;
	background: #1d2d5e;
	color: #fff;
	line-height: 30px;
	text-transform: uppercase;
	padding: 15px 30px;
	text-decoration: none;
	text-shadow: none;
}
section.parallax a.button:hover {
	background: #1d2d5e;
}
.logo img{

}

@media only screen and (max-width: 767.98px) {
	header.top .logo img {
		margin-top: 30px;
	}	
	header.top nav.language{
		top: 22px;
	}
}
#news-popup .popup-wrapper .popup-content .news-item-title {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.2em;
    color: #111111;
}
#news-popup-modal .modal__inner #news-popup .popup-wrapper .popup-content .news-item-text {
  color: #000;
}