/*
* blue: color:#001e50;
*/



@font-face {
    font-family: 'roboto_monoregular';
    src: url(fonts/robotomono-regular-webfont.woff2) format('woff2'), url(fonts/robotomono-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto_monothin';
    src: url(fonts/robotomono-thin-webfont.woff2) format('woff2'), url(fonts/robotomono-thin-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vw-regular';
    src: url(fonts/VWHeadOffice-Regular_0.ttf) format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vw-bold';
    src: url(fonts/VWHeadOffice-Regular_0.ttf) format('truetype');
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html, .pageWrapper {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'vw-regular', sans-serif;
    font-size: 1em;
    font-weight: 400;
    -webkit-animation: fadeIn 2s;
    background: #fff;
    color: #313131;
    height: 100%;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mobile, .tablet {
    display: none;
}

.desktop, .fullscreen {
    display: block;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
}

.row {
    width: 100%;
}

.container-full {
    margin: 0 auto;
    padding: 0;
}

.container > .container {
    padding: 0;
}

.contentWrapper {
    margin: 0 auto;
    position: relative;
}

.contentWrapper::before {
    content: '';
    width: 100%;
    height: 630px;
    position: absolute;
    top: 0;
    left: 0;
    background: #001e50;
}
.contentRight {
    width:100%;
}
#rex-5 {
max-width:800px;
}

.flexbox.topContent {
    padding-top: 200px;
    position: relative;
    z-index: 10;
}

.flexbox {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.flexbox.txtImg {
    flex-wrap: nowrap;
    /*align-items: center; */
}

.flex-100 {
    width: 100%;
}

.flex-75 {
    width: 75%;
}

.flex-66 {
    width: 66%;
}

.flex-50 {
    width: 50%;
}

.flex-33 {
    width: 33.33%;
}

.flex-25 {
    width: 25%;
}

.container .flexbox {
    margin: 0 -15px;
}

.flexItem, .flex_item {
    padding: 15px;
}

.imgList {
    padding: 0;
}

.flexJustify-left {
    justify-content: flex-start;
}

.flexJustify-center {
    justify-content: center;
}

.flexJustify-right {
    justify-content: flex-end;
}

.flexJustify-sb {
    justify-content: space-between;
}

.flexJustify-sa {
    justify-content: space-around;
}

.flexJustify-se {
    justify-content: space-evenly;
}

.flexAlign-start {
    align-items: flex-start;
}

.flexAlign-center {
    align-items: center;
}

.flexAlign-baseline {
    align-items: baseline;
}

.flexAlign-end {
    align-items: flex-end;
}

.flexAlign-strech {
    align-items: stretch;
}

.spaceBetween .flexbox {
    justify-content: space-between;
    padding: 15px;
}

.noFlex {
    width: 100%;
    display: block;
}

.content {
    padding: 50px 0;
}

h1, h2, h3 {
    font-family: 'vw-bold', sans-serif;
    color: #012a5e;
}

h1 + h2, h2 + h3 {
    margin-top: 0;
}

.white {
    color: #fff !important;
}

.topContent::after {
    content: '' ;
    width: 280px;
    height: 137px;
    background: url(../assets/logo-80-jahre.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 78px;
    left: 15px;
    z-index: 2;
}

blockquote {
    font-size: 1.2em;
    font-weight: 400;
}

a {
    color: #001e50;
    transition: all .4s ease;
    text-decoration: none;
    transition: all .4s ease;
}
.dealer a {
    color:#fff;
}

a:focus, a:hover {
    color: #999;
}

.divider {
    width: 100%;
    padding: 30px 15px;
}

.article_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a, li, p {
    font-size: 1.2em;
}
li {
    padding:10px 0;
}

label a {
    font-size: 1em;
}

.nav li li, li a, p a, span a {
    font-size: 1em;
}

.article_nav ul li {
    margin: 15px;
}

.mobile {
    display: none;
}

img:not([width]), .listImg img:not([width]) {
    max-width: 100%;
    height: auto;
}
.imgLinkItem img {
    width:100%;
    height:auto;

}
.imgLinkItem {
    margin:15px 0;
}

.imgLink a {
  display:block;
  text-align:center;
  margin-top:10px;
  text-decoration:underline;
}
a.underline {
    text-decoration:underline;
}

.text-center, .align-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.smallContent {
    max-width: 768px;
}
.contentCenter, .contentbottom {
    padding:15px 120px;
}

.text-justify {
    text-align: justify;
}

p.twoCols {
    column-count: 2;
    column-gap: 30px;
}

.header_top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    padding: 0 0 15px 0;
    width: 100%;
    transition: all .4s ease;
    color: #fff;
    background: linear-gradient( to bottom, rgba(0,0,0,.7) 45%, rgba(0,0,0,0) );
}

.header_top .container {
    padding: 0 15px;
}

.header_top .flexbox {
    /*justify-content:space-between;*/
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.header_top .flex_item {
    padding: 0 15px;
}

.nav-up {
    top: -250px;
}

.headContent {
    position: relative;
}

.menu {
    padding: 10px 60px 0 60px;
}

.border {
    position: relative;
}

.borderOne {
    width: 67%;
    height: 2px;
    background: #fff;
    display: inline-block;
    bottom: 0;
    left: 0;
}

.border .flexbox {
    flex-wrap: nowrap;
}

.borderTwo {
    width: auto;
    height: 2px;
    background: #fff;
    display: inline-block;
    flex-grow: 1;
}
.blueBorder .borderTwo, .blueBorder .borderOne {
    background:#001e50;
}
.blueBorder .borderOne {
    width:69.5%;
}

.blueBorder {
    width:100%;
    margin:60px 0;
}
.blueBorder .flexbox {
    justify-content:flex-end;
    align-items:center;
}

.menu_btn {
    display: none;
}

.menu_btn a {
    height: 30px;
    display: block;
    width: 30px;
    margin-right: 10px;
}

.border img {
    width: 50px;
    height: auto;
    margin: 0 10px;
}

.menu_btn a span, .menu_btn a:after, .menu_btn a:before {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    /* box-shadow: 2px 2px rgba(0,0,0,0.6); */
    margin: 6px 0;
    display: block;
    transition: all .4s ease;
}

.cm, .active .om {
    display: none;
}

.active .cm {
    display: block;
}

.nav li ul, .menu_btn.active a span {
    display: none;
}

.menu_btn.active a:before {
    transform: rotate(45deg);
}

.menu_btn.active a:after {
    transform: rotate(-45deg);
    margin-top: -9.5px;
}

.menu_btn.active a {
    margin-top: 20px;
}

.navContainer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navContainer .navExtern {
    width: 60%;
}

.navContainer li a {
    padding: 10px 15px;
    color: #fff;
    width: 100%;
    display: block;
    position: relative;
    font-size: 1.4em;
}

.navExtern li a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 0;
    top: 20px;
    transform: rotate(-45deg);
}

.tlHeadline {
    margin-top: 10px;
}

.navContainer .flex-33 {
    border-left: 1px solid #fff;
    padding-left: 30px;
}

.navContainer li a:hover, .navContainer li a:focus, .navContainer li.active a, .info a:hover, .info a:focus {
    color: #ddd;
}

.navContainer li.topLinkItem a {
    display: inline-block;
    position: relative;
    width: auto;
    font-size: .9em;
}

.topLinkItem .linkBg {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 10px;
    background: rgba(0,0,0,.6);
}

.navContainer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001e50+0,001e50+51,001e50+51,1e5799+100,001e50+100 */
    background: #001e50; /* Old browsers */
    background:    -moz-linear-gradient(-45deg,  #001e50 0%, #001e50 51%, #001e50 51%, #1e5799 100%, #001e50 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #001e50 0%,#001e50 51%,#001e50 51%,#1e5799 100%,#001e50 100%); /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(135deg,  #001e50 0%,#001e50 51%,#001e50 51%,#1e5799 100%,#001e50 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e50', endColorstr='#001e50',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    overflow: hidden;
    z-index: 100;
    transition: all .5s ease;
    padding: 0 120px;
}

.navContainer.open {
    height: 100%;
    max-height: 1500px;
    bottom: 0;
    padding-top: 120px;
}

/*slider*/
.headSlider, .headSliderSub {
    position: relative;
}

.headSlider .slick-slider, .headSliderSub .slick-slider {
    margin: 0;
}

.arrowDown {
    width: 50px;
    height: 50px;
    background: url(/custom/assets/arrow-down.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 15%;
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(.95);
    }
}

.flexSlider {
    padding-left: 0;
}

.sliderItem, .parallaxTxt {
    position: relative;
}

.sliderItem img, .listImg img:not['width'] {
    width: 100%;
    height: auto;
}
.imgLeft .listImg, .bottomLeftImg .listImg:first-child {
    padding-left:0;
}
.logoWrapper {
    justify-content: center;
    align-items:center;
    flex-wrap:nowrap;
}
.logoWrapper img {
    max-height:200px;
    width:auto;
}

.sliderItem .flexbox, .parallaxTxt .flexbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}

.parallaxTxt .flexbox {
    align-items: center;
}

.sliderItem .linkWrapper {
    text-align: center;
    position: relative;
    z-index: 100;
}

.sliderTxt {
    max-width: 50%;
    background: rgba(49,49,49,.7);
    padding: 60px;
    position: relative;
}

.slick-active .sliderTxt {
    -webkit-animation: fadeIn 2s;
            animation: fadeIn 2s;
}

.sliderTxtInner p, .parallaxTxt {
    color: #fff;
    font-family: 'roboto';
    font-size: 2em;
    text-shadow: 1px 1px rgba(0,0,0,.6);
    text-align: center;
    margin: 5px;
    font-weight: 100;
}

.buttonBlue {
    padding: 10px 20px;
    font-size: 1.2em;
    color: #001e50;
    border: 1px solid #001e50;
    background: transparent;
    transition: all .4s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    /* box-shadow: 2px 2px 6px rgba(0,0,0,0.6); */
}

.buttonWhite {
    padding: 10px 20px;
    font-size: 1.2em;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    transition: all .4s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    /* box-shadow: 2px 2px 6px rgba(0,0,0,0.6); */
}

.buttonWhite:hover, .buttonWhite:focus {
    background: #fff;
    color: #001e50;
}

.buttonRed {
    padding: 15px 50px;
    font-size: 1.2em;
    color: #fff;
    border: 1px solid #b80000;
    background: #b80000;
    transition: all .4s ease
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    position: relative;
    width:45%;
    margin:10px;
    text-align:center;
    /* box-shadow: 2px 2px 6px rgba(0,0,0,0.6); */
}

.bigBtn.buttonRed::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../assets/click.png) no-repeat center center;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 60px;
    animation: pulse 2s infinite;
}

.buttonRed:hover, .buttonRed:focus {
    background: transparent;
    color: #b80000;
}

.buttonBlue:hover, .buttonBlue:focus {
    background: #001e50;
    color: #fff;
}

.headSlider .slick-dots, .headSliderSub .slick-dots {
    bottom: -40px;
    z-index: 10;
}

.headSlider .slick-dots li button::before, .headSliderSub .slick-dots li button::before {
    color: #001e50;
    font-size: 12px;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-prev::before, .slick-next::before {
    color: #001e50;
}

/*contentSlider*/

.contentSliderItem .flex_item {
    width: 50%;
    height: 400px;
    padding: 30px 60px 30px 30px;
}

.fullImg .contentSliderImg {
    height: 400px;
    background-size: 100% auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fullImg .contentSliderTxt, .fullImg .contentSliderTxt h2, .fullImg .contentSliderTxt h3 {
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.6);
}

.fullImg .contentSliderTxt {
    height: 400px;
    z-index: 100;
    position: relative;
    text-align: center;
}

.contentSliderTxt .flexbox {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.contentSliderItem {
    position: relative;
}

.contentSliderItem .nextItem {
    height: 60px;
    width: 30px;
    background: url(/custom/assets/arrow-next.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 30px;
    z-index: 100;
    cursor: pointer;
}

/*content*/


/*parallax*/
.parallaxItem {
    height: 500px;
    background-size: cover !important;
    background-attachment: fixed !important;
    overflow: hidden;
    position: relative;
}

.parallaxTxt {
    height: 100%;
}

.parallaxTxt h2, .parallaxTxt h3 {
    color: #fff;
}

.parallaxItem::before {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.4);
    top: -20px;
    left: 0;
    right: 0;
    height: 40px;
    border-radius: 50%;
    filter: blur(12px);
    z-index: 100;
}

.parallaxItem::after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.4);
    bottom: -20px;
    left: 0;
    right: 0;
    height: 40px;
    border-radius: 50%;
    filter: blur(12px);
    z-index: 100;
}

/*Video*/
.plyr {
    min-width: 500px;
    margin: 15px;
}

/*fadIn effect*/
.fade-in {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity .6s ease-out, transform 1.2s ease-out;
    will-change: opacity, visibility;
}

.fade-in.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

/*formular*/
.yform {
    padding: 15px;
    width: 80%;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.control-label {
    padding: 5px 15px;
    width: 30%;
    text-align: right;
    font-size: 1.2em;
    color: #00547a;
}

.form-control {
    padding: 5px 15px;
    background: transparent;
    border: 1px solid #8ab68a;
    border-radius: 0;
    width: 60%;
    font-size: 1.2em;
    color: #666;
    background: #eee;
}

.form-control.datepicker {
    width: 20%;
}

.qRequest {
    width: 80%;
    margin: 0 auto;
}

.qRequest label {
    display: none;
}

.qRequest .form-control.datepicker, .qRequest .btn {
    width: 100%;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #8ab68a;
    color: #fff;
    font-weight: 100 !important;
    margin: 15px 0;
    font-family: 'roboto';
}

.yform .btn {
    color: #666;
    padding: 10px 20px;
    font-size: 1.2em;
    font-weight: 400;
    border: 1px solid #8ab68a;
    background: transparent;
    margin-left: 30%;
    cursor: pointer;
    transition: all .4s ease;
}

.yform .qRequest .btn, .pinkBtn {
    border: 1px solid #8ab68a;
    padding: 10px 20px;
    font-size: 1.2em;
    color: #8ab68a;
    border-radius: 0;
    margin: 15px 0;
}

.button:hover, .button:focus, .yform .btn:hover, .yform .btn:focus, .yform .qRequest .btn:hover, .yform .qRequest .btn:focus, .yform .btn:hover, .yform .btn:focus {
    background: #cebca5;
    color: #313131;
    border-color: #cebca5;
}

.formcheckbox label {
    margin-left: 30%;
}

.formcheckbox {
    margin-bottom: 15px;
}

/*footer*/
footer {
    padding-bottom: 10px;
    position: relative;
    height:300px;
}

.rating {
    position: absolute;
    bottom: -10px;
    right: 45px;
    z-index:10;

}
.rating .flexbox {
    align-items:flex-end;
}



.rating img {
    margin:0 15px;
    height: 178px;
    width: auto;
}
.service {
    padding-bottom:55px;
}

 .service span {
     display:block;
     text-align:center;
     font-size:1.2em;
     padding:10px 0;
 }

.footer {
    position: relative;
}

.footer .flexbox {
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 -15px;
}

.fLinks {
    margin-top: 30px;
}

.footer .flex_item {
    width: 50%;
}

.fLogo img {
    width: 150px;
    height: auto;
}

.fLogo {
    padding: 15px;
}

.navFooter ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navFooter ul li {
    padding: 0 15px 0 0;
    display: inline-block;
}

.rex-navi1 li {
    list-style: none;
}

.copyWrapper {
    text-align: center;
    padding: 5px 15px;
}

.copyWrapper p {
    margin: 5px 0;
}

.social {
    display: inline-block;
    padding: 10px;
}

/*mediaqueries*/
@media screen and (max-width:1650px) {
    .borderTwo {
        width: 30%;
    }

    .rating {
        right: 15px;
    }
    .buttonRed {
        padding:15px 30px;
    }

}

@media screen and (max-width:1350px) {
    body {
        font-size: 1em;
    }

    .container {
        width: 100%;
    }

    .info {
        width: 20%;
    }

    .copyWrapper p {
        text-align: left;
    }
    .buttonRed {
        padding:15px;
        font-size:1em;
    }
}

@media screen and (max-width:1200px) {
    .navContainer li a {
        font-size: 1.2em;
    }
        .topContent .flex-50 {
        width: 100%;
        padding: 15px 0;
    }
        .contentRight, .topContent {
        position: relative;
        background: #001e50;
        color:#fff;
    }
    .contentCenter, .contentbottom {
        padding:15px 0;
    }
    .sliderItem img {
        width:100%;
    }

}

@media screen and (max-width:1024px) {
    h1 {
        font-size: 1.8em;
    }

    .buttonWhite {
        font-size: 1em;
    }

    .fullscreen {
        display: none;
    }

    .tablet {
        display: block;
    }
    .flex-25, .bottomLeftImg .listImg {
        width:50%;
    }
    .listImg img {
        width:100%;
        height:auto;
    }

    .borderTwo {
        width: 28%;
    }

    .navContainer {
        padding: 0 60px;
    }

    .topLinkItem img {
        max-width: 100%;
        height: auto;
    }

    .borderOne {
        width: 48%;
    }

    .border img {
        width: 40px;
    }

    .topContent:after {
        width: 240px;
        height: 100px;
        top: 95px;
    }

    .rating img {
        margin: 5px;
    }


    .contentWrapper:before {
        display:none;
    }

    .contentRight .txt {
        position: relative;
        z-index: 10;
    }

    .contentRight .flexbox .flexItem:nth-child(1) {
        background: #001e50;
    }

    .headSlider .slick-dots li button::before, .headSliderSub .slick-dots li button::before {
        color: #fff;
    }
    .rating {
        position:relative;
        padding:0 15px;
    }
    .footer {
        height:auto;
    }

}

@media screen and (max-width:767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .header_top {
        position: absolute;
    }

    p, li, a {
        /* font-size: 1em; */
    }

    .rex-yform {
        padding: 15px 0;
    }

    .control-label {
        width: 30%;
    }

    .contentImg {
        width: 100%;
    }

    .navContainer li a {
        font-size: 1em;
    }

    .navContainer .navExtern {
        width: 80%;
    }

    h2 {
        font-size: 1.4em;
    }

    .contentWrapper:before {
        height: 50%;
    }

    .topContent:after {
        width: 240px;
        height: 90px;
        top: 100px;
    }

    .menu {
        padding: 10px 15px 0 15px;
    }

    .navContainer {
        padding: 0 15px;
    }
        .flex-33 {
        width:50%;
    }
    .contentCenter .flex-33, .contentCenter .flex-66, .flex-66 {
        width:100%;
    }
     .contentCenter .flex-33 .imgLinkItem {
         width:60%;
         margin:15px auto;
     }

    footer {
        padding-bottom: 240px;
    }
    .rating .flexbox {
        justify-content: center;
    }

    .rating {
        left: 0;
        right: 0;
        text-align: center;
    }

    .copyWrapper p {
        text-align: center;
    }
}

@media screen and (max-width:600px) {
    .form-group {
        flex-wrap: wrap;
    }

    .form-control, .control-label {
        width: 100%;
    }

    .control-label {
        padding: 5px 0;
        text-align: left;
    }

    .rex-yform .btn {
        margin-left: 0;
    }

    .navContainer .flexbox {
        flex-wrap: wrap;
    }

    .navContainer .flex_item {
        width: 100%;
    }

    .navContainer .flex-33 {
        border-left: none;
        border-top: 1px solid #fff;
    }
    .contentCenter, .contentbottom {
    padding:15px 0;
    }
         .contentCenter .flex-33 .imgLinkItem {
         width:100%;
         margin:15px auto;
     }
     .buttonRed {
         width:80%;
         margin:10px auto;
         display:block;
     }

    .menuOpen {
        height: 1500px;
    }
    .imgLinkItem.flex-25, .imgLinkItem.flex-33,.imgLinkItem.flex-50, .flex-33, .flex-66 {
       width:100%;
    }
    .flexbox.txtImg {
        flex-wrap:wrap;
    }

}

@media screen and (max-width:400px) {
}
