@charset "UTF-8";

/* montserrat-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/montserrat-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/montserrat-v30-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v30-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v30-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body, html {
    height: 100%;
    width: 100%
}

#cookie-note.c7n-loaded {
    bottom: 0px !important;
    opacity: 1;
}

div#cookie-note {
    background-color: white;
    color: black;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.2);
    display: block;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: auto;
    width: 25em;
    z-index: 1337;
    padding: 20px;
}

#cookie-note {
    /*font-size: 0.5em !important;*/
    line-height: 1.4em !important;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(20, 20, 20, .95) !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    -moz-box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    box-shadow: 0px 2px 10px 0px rgba(29,29,29,0.25) !important;
    padding:20px !important;
    width: 100% !important;
    right: 0px !important;
    bottom: 0px !important;
    text-align: center;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    opacity: 1;
}

#cookie-note p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#cookie-note button {
    margin: 10px auto 0 auto;
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgb(0, 0, 0, 0);
    /*border: 1px solid rgba(255,255,255,1);*/
    padding: 0px 30px;
    font-weight: 500;
    letter-spacing: 0.05em;
}


#cookie-note button {
    display: block;
    padding: 0 30px;
    font-family: 'Montserrat', sans-serif;
    background-color: #ac0c33;
    color: #fff;
    font-size: 1em;
    border-radius: 8px;
    line-height: 40px;
    border: 0;
}

#cookie-note button:hover {
    background-color: #ac0c33cc;
    color: #fff;
    text-decoration: none
}

#cookie-note a {
    color: #ac0c33;
    border-bottom: 1px solid #ac0c33;
}

#cookie-note a:hover {
    text-decoration: none;
    color: rgba(184, 23, 23,0.8);
    border-bottom: 1px solid #ac0c33cc;
}

@font-face {
    font-family: FontAwesome;
    src: url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../vendor/font-awesome-v4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

html {
    overflow-y: scroll;
    overflow-x: hidden
}

body {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.55em;
    letter-spacing: .05em;
    font-weight: 300;
    background-color: #fff;
}

body.cke_editable {
    background-color: #FFF
}

#main-navigation {
    display: none;
}

::-moz-selection {
    background: #ac0c33;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #ac0c33;
    text-shadow: none;
    color: #fff
}

.c7n-intro .c7n-lead, .c7n-offer .c7n-lead, .c7n-offer h2, footer h2, h1 {
    text-shadow: 1px 1px 1px rgba(20, 20, 20, .5)
}

.c7n-content-tpl {
    padding-bottom: 30px;
}

.c7n-center-vertically {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%)
}

hr.c7n-backend-only {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    clear: both
}

b, strong {
    font-weight: bold !important;
}

.c7n-share-buttons {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0
}

.c7n-share-buttons li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0
}

.c7n-logo, .c7n-small .c7n-logo {
    margin-top: 15px;
    margin-bottom: 15px
}

.c7n-share-buttons li a {
    list-style: none;
    display: block;
    border: 1px solid rgba(75, 75, 75, .3);
    width: 45px;
    line-height: 45px;
    font-size: 1.2em;
    color: rgba(75, 75, 75, .3)
}

.c7n-share-buttons li a:hover {
    color: #ac0c33;
    border-color: #ac0c33
}

.c7n-share-buttons li a.c7n-facebook-share:hover {
    color: #3b5998;
    border-color: #3b5998
}

.c7n-share-buttons li a.c7n-twitter-tweet:hover {
    color: #1da1f3;
    border-color: #1da1f3
}

.c7n-share-buttons li a.c7n-google-share:hover {
    color: #d34836;
    border-color: #d34836
}

.c7n-share-buttons li a.c7n-linkedin-share:hover {
    color: #0077b5;
    border-color: #0077b5
}

#c7n-search form:after, #c7n-search input {
    color: #ac0c33;
    line-height: 90px;
    font-size: 20px
}

#c7n-search {
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    z-index: 901;
    position: fixed;
    width: 100%;
    top: -110px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: top .3s ease-in-out;
    -moz-transition: top .3s ease-in-out;
    -ms-transition: top .3s ease-in-out;
    -o-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    text-align: center;
    height: 110px
}

#c7n-search.c7n-small {
    background-color: rgba(20, 20, 20, .7)
}

#c7n-search.c7n-small:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .2)
}

#c7n-search.c7n-search-open {
    top: 0
}

#c7n-search form {
    width: auto;
    position: relative
}

#c7n-search input {
    background-color: rgba(0, 76, 153, 0);
    height: 90px;
    border: 0;
    font-weight: 200;
    margin-left: 50px;
    width: 100%;
    position: relative
}

::placeholder {
    color: #fff;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

::-moz-placeholder {
    color: #fff;
    opacity: 1
}

:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

:-moz-placeholder {
    color: #fff;
    opacity: 1
}

input:focus {
    outline: 0
}

#c7n-search form:after {
    content: "\f002";
    top: 0;
    left: 15px;
    position: absolute;
    font-family: FontAwesome
}

header {
    height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(20, 20, 20, 0);
}

header.c7n-search-open {
    top: 110px
}

header.c7n-small {
     border-bottom: 1px solid rgba(20, 20, 20, .2);
}

#c7n-content table th, #sitemap ul li.sitemap_level_1 {
    font-weight: 100;
    border-bottom: 1px solid #003767
}

.c7n-logo {
    max-width: 55%;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 900;
    position: relative
}

#clx-open-mobile-navigation, .c7n-open-lang, .c7n-open-search {
    position: absolute;
    top: 0;
    width: auto
}

.c7n-logo img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    font-family: 'object-fit:contain';
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.c7n-small .c7n-logo img {
    width: auto;
    height: 30px
}

.c7n-open-search {
    display: none;
    right: 50px;
}

#clx-open-mobile-navigation {
    display: inline-block;
    right: 0;
    border: 0px solid #ac0c33;
    border-radius: 50%;
    position: absolute;
    margin: 15px 15px;
    background: #ac0c33;
    top: 0;
    right: 0;
}

#clx-close-mobile-navigation.active {
    display: inline-block;
    right: 0;
    border: 0px solid #fffffc;
    border-radius: 50%;
    margin: 15px 30px;
    background: rgb(139 138 137 / 0.1);
}

#clx-close-mobile-navigation .fa {
    color: #fff;
    font-size: 1.2em;
     line-height: 24px;
    padding: 18px 22px;
    text-transform: uppercase;
    transition: padding .3s ease-in-out 0s;
    width: 60px;
    height: 60px;
    position: relative;
}

#clx-open-mobile-navigation:hover {
    background: rgb(172 12 51 / .8);
}

.c7n-open-lang {
    display: none;
    right: 0
}

.c7n-open-lang li, .c7n-open-lang ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#clx-open-mobile-navigation .fa, .c7n-open-lang li.active-lang, .c7n-open-search .fa {
    color: #fff;
    font-size: 1.6em;
    /* line-height: 30px; */
    padding: 18px;
    text-transform: uppercase;
    transition: padding .3s ease-in-out 0s;
    width: 60px;
    height: 60px;
    position: relative;
}

.c7n-small #clx-open-mobile-navigation .fa, .c7n-small .c7n-open-lang li.active-lang, .c7n-small .c7n-open-search .fa {
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    /* line-height: 30px; */
}

#clx-open-mobile-navigation .fa, .c7n-open-search .fa {
    /* min-width: 50px; */
    text-align: center;
}

.c7n-open-lang li.active-lang:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px
}

#clx-open-mobile-navigation .fa:hover, .c7n-open-lang li.active-lang:hover, .c7n-open-search .fa:hover, .c7n-open-search.c7n-search-open .fa {
    /* background-color: rgba(255, 255, 255, .2); */
    color: #fafafa;
    text-decoration: none;
    cursor: pointer;
}

.c7n-open-lang ul li>ul {
    display: none
}

.c7n-open-lang ul li:hover>ul {
    display: block;
    position: absolute;
    width: auto;
    right: 0;
    top: 90px
}

.c7n-small .c7n-open-lang ul li:hover>ul {
    top: 60px;
    background-color: rgba(20, 20, 20, .7)
}

.c7n-open-lang ul li>ul li a {
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: .9em;
    line-height: 1.3em;
    margin: 1px 0 0;
    padding: 15px 30px;
    text-align: left;
    text-transform: none;
    width: 100%
}

.c7n-open-lang ul li>ul li a.active, .c7n-open-lang ul li>ul li a:hover {
    color: #ac0c33;
    text-decoration: none;
    cursor: pointer
}


.c7n-pager, .c7n-slide:after, .c7n-slide:before {
    width: 100%;
    position: absolute
}

.c7n-offer-content img, .c7n-offer>img, .c7n-small .c7n-slide img {
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

#c7n-navtree, #c7n-navtree a {
    color: rgba(75, 75, 75, .75)
}

a, h1,  h2 {
    color: #ac0c33
}

#c7n-content h1 {
    text-align: center;
    font-weight: 500;
    text-shadow: none;
    padding-bottom: 30px;
}


.mobile-title {
    text-align: left !important;


    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 9;
    color: rgba(60, 60, 60, 1);
}

.c7n-offer:after, .c7n-slide:after, .c7n-slide:before {
    content: ""
}


#c7n-slider {
    background-color: rgba(20, 20, 20, 1);
    position: relative;
    margin-top: 100px;
}

#c7n-slider .c7n-slide {
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#c7n-slider .c7n-slide img {
    width: 100%;
    height: auto;
}

.c7n-slide:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
    content:"";
    display: block;
    background: linear-gradient(110deg,rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.33) 50%);
    z-index: 2;
}

.c7n-slide.home:before {
    background: linear-gradient(110deg,rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.1) 50%);
}


.c7n-slide  h1{
    color: rgba(255,255,255,1);
    z-index: 3;
    position: relative;
    font-weight: 900;
    font-size: 4.5em;
    width: auto;
    line-height: 1em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 8;
    max-width: 960px;
    display: none;
}


#c7n-slider .c7n-scroll-down img {
    display: none
}

h2 {
    margin-bottom: 30px;
    margin-bottom: 15px
}

footer h2 {
    margin-bottom: 30px
}

.c7n-pager-element:hover {
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer
}

.c7n-pager-element.cycle-pager-active {
    background-color: #ac0c33
}

.c7n-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 500;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%
}

.c7n-small .c7n-intro {
    transform: translate(-50%, 0)
}

.c7n-intro .c7n-lead {
    font-size: 2em;
    padding-bottom: 0;
    line-height: 1em
}

.c7n-intro h1 {
    font-size: 4.4em;
    line-height: 1em
}

.c7n-small .c7n-intro h1 {
    font-size: 3.4em
}

#c7n-subnavigation {
    display: none
}

.c7n-offer {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 120px;
    padding-bottom: 150px;
    overflow: hidden
}

.c7n-offer>img {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -20px;
    -webkit-filter: contrast(1.25) blur(10px) brightness(.6);
    -moz-filter: contrast(1.25) blur(10px) brightness(.6);
    -o-filter: contrast(1.25) blur(10px) brightness(.6);
    -ms-filter: contrast(1.25) blur(10px) brightness(.6);
    filter: contrast(1.25) blur(10px) brightness(.6);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='5');
    z-index: 100
}

.c7n-offer:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(20, 20, 20, .5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(20, 20, 20, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(20, 20, 20, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff3232', endColorstr='#007db9e8', GradientType=0);
    z-index: 200
}

.c7n-offer>.container {
    z-index: 300;
    position: relative
}

.c7n-offer-content {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(20, 20, 20, .25);
    -moz-box-shadow: 1px 1px 5px 0 rgba(20, 20, 20, .25);
    box-shadow: 1px 1px 5px 0 rgba(20, 20, 20, .25);
    margin-top: 60px
}

hr, ul.c7n-icon-list li a {
    background-color: rgba(75, 75, 75, 1)
}

.c7n-offer-content div {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 250px
}

#sitemap ul, #sitemap ul li {
    padding: 0;
    margin: 0;
    display: inline-block
}

.c7n-offer-content img {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

#c7n-navtree {
    padding-top: 30px;
    padding-bottom: 0;
    font-size: .85em
}

#c7n-navtree a:hover {
    color: #ac0c33
}

#c7n-content {
    padding-top: 60px;
    padding-bottom: 30px;
    min-height: 250px
}



#c7n-content.no-slider {
}

#no-slider-title {
    padding-top: 150px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 45px;
    background-color: rgba(60, 60, 60, 1);
}


#no-slider-title h1 {
    color: rgba(255, 255, 255, 1);
    z-index: 3;
    position: relative;
    font-weight: 900;
    font-size: 4em;
    width: auto;
    line-height: 1em;

    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 9;
}



#c7n-subnavbar,
#c7n-subcontent{
    padding-top: 60px;
    padding-bottom: 30px;
}

#sitemap ul {
    width: 100%
}

#sitemap ul li {
    list-style: none
}

#sitemap ul li a:before {
    content: "\f0da";
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px
}

#sitemap ul li.sitemap_level_1 {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #003767;
    font-size: 1.2em;
    padding: 15px 10px
}

footer a {
    color: #fff
}

#sitemap ul li.sitemap_level_2 {
    width: 25%;
    padding: 15px 10px
}

a:hover {
    color: #ac0c33;
    text-decoration: none
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em
}

h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

h2 {
    font-size: 2em
}

.c7n-offer h2, footer h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: 900;
}

.c7n-button, .c7n-lead {
    font-family: 'Montserrat', sans-serif
}

footer h2 {
    font-size: 2em
}

.c7n-offer h3 {
    font-size: 2em
}

h3 {
    font-size: 1.4em;
    margin-bottom: 5px;
    margin-top: 30px;
    color: black;
}

.c7n-offer-content h3:first-child {
    margin-top: 0
}

h4 {
    font-size: 1.2em
}

p {
    margin-bottom: 0;
    margin-bottom: 30px
}

hr {
    width: 100%;
    height: 1px;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 0
}

#c7n-content ul, .c7n-offer-content ul {
    margin-bottom: 30px
}

ul.c7n-icon-list {
    padding: 0;
    margin: 0;
    text-align: center
}

ul.c7n-icon-list li {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none
}

ul.c7n-icon-list li a {
    display: block;
    width: 50px;
    list-style: none;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 15px
}

ul.c7n-icon-list li a:hover {
    background-color: #ac0c33;
    text-decoration: none
}

.c7n-link-box h3,
.c7n-link-box ul.c7n-icon-list a:hover {
    color: #fff !important
}

footer hr {
    background-color: rgba(255, 255, 255, .2)
}

.c7n-lead {
    color: rgba(75, 75, 75, 1);
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 400;
}

.c7n-offer .c7n-lead {
    text-align: center;
    line-height: 1em;
    padding-bottom: 0
}

.c7n-button {
    display: inline-block;
    padding: 0 30px;
    background-color: #ac0c33;
    color: #fff;
    font-size: 1em;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border-radius: 8px;
    line-height: 40px;
    font-weight: 400;
}

.c7n-button:hover, footer input[type=submit]:hover {
    background-color: #ac0c33cc
}

.c7n-button:before {
    content: "\f0da";
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px
}

.c7n-button:hover {
    color: #fff;
    text-decoration: none
}

table {
    width: 100%
}

table td {
    vertical-align: top;
    padding-right: 15px
}

#c7n-content table th {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    color: #003767;
    padding: 15px 10px
}

#c7n-content table td {
    padding: 8px 10px
}

#c7n-content table tr:nth-child(odd) td {
    background-color: rgba(75, 75, 75, .05)
}

footer {
    font-size: .8em;
    background-color: rgba(30, 30, 30, 1);
    color: rgba(255, 255, 255, .5)
}

footer form {
    width: 100%;
    display: block
}

footer textarea,
footer input {
    background-color: transparent;
    border-color: #FFFFFF;
}


footer form label {
    color: #FFFFFF;
}

.c7n-imprint, .c7n-imprint a {
    color: rgba(255, 255, 255, .25)
}

.c7n-contact-flag {
    background-color: rgba(20, 20, 20, 1);
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    text-align: center
}

.c7n-imprint, .c7n-link-box {
    padding-bottom: 30px
}

.c7n-link-box a {
    color: rgba(255, 255, 255, .5) !important
}

.c7n-link-box a:hover {
    color: #ac0c33 !important
}

#c7n-contact-flag-terminator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px
}

.c7n-box-container {
    padding-top: 60px
}

.c7n-partner-box {
    background-color: rgba(75, 75, 75, 1);
    padding: 30px;
    cursor: pointer;
    margin-bottom: 30px
}

.c7n-partner-box:hover {
    background-color: #ac0c33
}

.c7n-partner-box img {
    max-width: 100%;
    height: auto;
    width: 100%
}

.c7n-imprint {
    background-color: rgba(20, 20, 20, 1);
    padding-top: 30px;
    margin-top: 30px;
    text-align: center
}

.c7n-imprint ul {
    padding: 0;
    margin: 0
}

.c7n-imprint ul li {
    padding: 0 0 0 15px;
    margin: 0;
    display: inline-block;
    width: auto;
    list-style: none
}

.c7n-imprint a:hover {
    color: #ac0c33;
    text-decoration: none
}

.contact.row.form-group.form-checkbox .checkbox label:hover {
    color: rgba(75, 75, 75, .75)
}

#contactDescription {
    padding: 0 30px
}

#captcha div {
    margin-top: 30px
}



.subnav-box {
}

.subnav-box .subnav-box-image {
    aspect-ratio: 510/400;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.subnav-box .subnav-box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 25% center;
}



@media (min-width: 576px) {
    .c7n-logo, .c7n-small .c7n-logo {
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 35%;
    }

    #c7n-slider.c7n-small .c7n-slide {
        height: 350px
    }

    .c7n-imprint, ul.c7n-icon-list {
        text-align: left
    }

    .c7n-imprint ul {
        text-align: right
    }

    .c7n-partner-box {
        height: calc(100% - 30px);
        display: flex;
        align-items: center
    }
}

@media (min-width: 768px) {
    body {
        font-size: 15px
    }

    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .container, .container-fluid {
        padding-right: 30px;
        padding-left: 30px
    }

    .row {
        margin-left: -30px;
        margin-right: -30px
    }

    .c7n-content-tpl {
        padding-bottom: 45px;
    }

    .c7n-logo {
        max-width: 40%;
        /*margin-top: 30px;*/
        /* margin-bottom: 30px*/
    }

    .c7n-open-search {
        right: 80px
    }

    #clx-open-mobile-navigation .fa, .c7n-open-lang li.active-lang, .c7n-open-search .fa {
        /* padding: 30px; */
        /* min-width: 80px */
    }

    .c7n-intro h1 {
        font-size: 8em
    }

    .c7n-small .c7n-intro h1 {
        font-size: 4em
    }

    .c7n-offer h3, h2 {
        font-size: 2.2em
    }

    .c7n-offer h2, footer h2 {
        font-size: 2em
    }

    .c7n-intro .c7n-lead {
        font-size: 2.4em
    }

    .c7n-lead {
    }
}

@media (max-width: 992px) {
    #c7n-scroll-down img {
        display: none
    }
}

@media (min-width: 992px) {

    #c7n-content {
        padding-top: 120px;
    }


    .c7n-slide h1 {
        display: block;
    }

    .mobile-title {
        display: none;
    }


    #c7n-slider .c7n-slide  {
        justify-content: flex-end;
        align-items: flex-end;
    }

    #c7n-slider .c7n-slide {
        overflow: hidden;
        height: 65vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 5vh 5vw 10vh 5vw;
    }

    #c7n-slider .c7n-slide img {
        width: 100%;
        height: 100%;
        display: inline-block;
        object-fit: cover;
        position: absolute;
        top: 0;
        left:0;
        z-index: 1;
    }

    #c7n-scroll-down {
        width: 18px;
        height: auto;
        z-index: 200;
        position: absolute;
        bottom: 30px;
        left: calc(50% - 9px);
        -webkit-animation-name: up-down;
        animation-name: up-down;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        display: block;
        cursor: pointer
    }


    .c7n-content-tpl {
        padding-bottom: 60px;
    }

    #c7n-scroll-down img {
        height: auto;
        width: 100%
    }

    @-webkit-keyframes up-down {
        0%, 100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        25% {
            -webkit-transform: translateY(-10%);
            transform: translateY(-10%)
        }

        50% {
            -webkit-transform: translateY(-20%);
            transform: translateY(-20%)
        }
    }

    @keyframes up-down {
        0%, 100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        25% {
            -webkit-transform: translateY(-10%);
            transform: translateY(-10%)
        }

        50% {
            -webkit-transform: translateY(-20%);
            transform: translateY(-20%)
        }
    }

    .c7n-offer h3, h2 {
        font-size: 2.4em
    }

    .c7n-offer h2, footer h2 {
        font-size: 2.5em
    }

    .c7n-intro .c7n-lead {
        font-size: 2.7em
    }

    .c7n-lead {
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 17px
    }

    #clx-open-mobile-navigation {
        display: none;
    }

    #main-navigation {
        display: flex !important;
        flex-direction: row;
        justify-content: flex-end;
    }



    #main-navigation > ul {
        display: flex;
        flex-direction: row;
        margin: 0;
        padding: 0;
        height: 100%;
        position: relative;
    }

    #main-navigation > ul > li{
        list-style: none;
    }

    #main-navigation > ul > li > a{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 15px 30px;
        color: #212529;
        font-size: 1.2em;
        font-weight: 400;
        white-space: nowrap;
    }

    #main-navigation .level-1:hover > a{
        color: #ac0c33;
    }

    #main-navigation .level-1 > a.contact {
        color: #ffffff;
        position: relative;
        font-size: 0;
        aspect-ratio: 1;
        text-align: center;
    }

    #main-navigation .level-1.starter_active > a.contact {
        color: #ffffff !important;
    }

    #main-navigation .level-1 > a.contact::after {
        background-color: #ac0c33;
        border-radius: 100%;
        display: block;
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        height: calc(100% - 30px);
        aspect-ratio: 1;
        border-radius: 100%;
        z-index: -1;
    }

    .c7n-small #main-navigation .level-1 > a.contact::after {
        top: 7.5px;
        left: 7.5px;
        height: calc(100% - 15px);
    }

    #main-navigation .level-1:hover > a.contact::after {
        background-color: #ac0c33cc;
    }


    #main-navigation .level-1 > a.contact:before {
        content: "\f003";
        font-family: FontAwesome;
        font-size: 22px;
        z-index: 1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #main-navigation .level-2 > a{
        color: rgba(255, 255, 255, .5) ;
        font-weight: 200;
        font-size: 1.2em !important;
    }

    #main-navigation .level-1.no-mega .level-2 > a,
    #main-navigation .level-3 > a{
        color: rgba(255, 255, 255, 1);
        font-size: 1.1em !important;
        padding: 8px 0 !important;
        display: block;
        font-weight: 400;
    }

    #main-navigation .level-1.no-mega .level-2 > ul{
        display: none;
    }


    #main-navigation .level-1.no-mega .level-2:hover > a,
    #main-navigation .level-3:hover > a{
        color: #ac0c33;
    }


    #main-navigation .level-1.starter_active > a,
    #main-navigation .level-3.active > a{
        color: #ac0c33 !important;
        font-weight: bold;
    }

    #main-navigation .level-1.no-mega{
        position: relative;
    }

    #main-navigation > ul > li:last-child > a{
        padding-right: 0;
    }

    #main-navigation  > ul > li > .menu{
        display: none;
    }

    /*#main-navigation  > ul > li:hover > .menu{*/
    #main-navigation  > ul > li.hover > .menu{
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        background-color: rgba(20,20,20,1);
        min-width: 100%;
        width: auto;
        left: 0;
        padding: 30px 30px;
        font-weight: 300;
        margin: 1px 0 0 0;
    }

    #main-navigation > ul > li:last-child:hover > .menu,
    #main-navigation > ul > li.last:hover > .menu{
        left: unset;
        right: 0;
    }

    #main-navigation  > ul > li.no-mega > .menu{
        flex-direction: column;
    }

    #main-navigation  > ul > li.no-mega > .menu a{
        white-space: nowrap;
    }

    #main-navigation  > ul > li > .menu > li{
        list-style: none;
        min-width: 25%;
        min-width: 50%;
        padding: 0;
    }

    #main-navigation  > ul > li.no-mega > .menu > li{
        width: 100%;
    }

    #main-navigation  > ul > li > .menu > li > ul{
        padding: 0;
        margin: 15px 0;
    }

    #main-navigation  > ul > li > .menu > li > ul > li{
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }


    #c7n-search input {
        font-size: 50px;
        margin-left: 90px
    }

    #c7n-search form:after {
        font-size: 40px
    }

    .c7n-logo {
        max-width: 20%
    }

    .c7n-intro {
        width: 66.6666%
    }

    .c7n-intro h1 {
        font-size: 11em
    }

    .c7n-small .c7n-intro h1 {
        font-size: 6em
    }

    .c7n-pager-element {
        width: 60px;
        margin: 30px 10px
    }

    h1 {
        font-size: 3em
    }

    .c7n-offer h3, h2 {
        font-size: 1.9em
    }

    .c7n-offer h2, footer h2 {
        font-size: 5em
    }

    footer h2 {
        font-size: 3em
    }

    h3 {
        font-size: 1.2em
    }

    h4 {
        font-size: 1.1em
    }

    .c7n-lead {
    }

    .c7n-intro .c7n-lead {
        font-size: 3em
    }

    .c7n-button {
        line-height: 50px
    }



    #c7n-content.no-slider {
        padding-top: 180px;
    }

}

@media (min-width: 1400px) {
    .c7n-logo {
        max-width: 20%
    }

    #c7n-content.no-slider {
        padding-top: 220px;
    }



    #c7n-slider .c7n-slide {
        justify-content: flex-end;
    }

    .c7n-slide  h1{
        max-width: 50vw;
    }


}

@media (min-width: 1800px) {
}


ul {
    padding: 0px 0px 0px 20px;
}

.c7n-content-tpl img {
    max-width: 100%;

    border-radius: 8px;
}
