@charset "UTF-8";
/*****************************************************
standards
*****************************************************/
/*@font-face {
    font-family: 'DINCond';
    src: url('fonts/DINCond-Bold.eot');
    src: url('fonts/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/DINCond-Bold.woff2') format('woff2'),
    url('fonts/DINCond-Bold.woff') format('woff'),
    url('fonts/DINCond-Bold.otf') format('opentype'),
    url('fonts/DINCond-Bold.ttf')  format('truetype'),
    url('fonts/DINCond-Bold.svg') format('svg');
}*/

/*.cc-content,.cc-container {
    display: none !Important;
}*/
* {
    font-family: 'Ropa Sans', sans-serif;
}

body {
    height: 100% !important;
    overflow-x: hidden;
    font-family: 'Ropa Sans', sans-serif;
}

body, html {
    overflow-x: hidden;
}

/*body::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background: #FF0000;
}*/
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin: 0;
    padding: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Ropa Sans', sans-serif;
}

label {
    font-weight: normal;
}

.btn.active.focus,
.btn.active:focus,
.btn:focus,
.btn.focus {
    box-shadow: none;
    outline-offset: 0px;
    outline: 0px auto -webkit-focus-ring-color;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    color: #482f24;
}

a:focus,
a:hover {
    color: inherit;
    outline-offset: 0px;
    text-decoration: none;
    outline: 0px auto -webkit-focus-ring-color;
}

/*****************************************************
topnavigationmenu
*****************************************************/
body.page nav.navbar .navbar-nav > li:last-child > a div.menu,
body.home .navbar-header.page,
nav.navbar .nav-icon div.menu {
    display: none
}

/*****************************************************
preloader
*****************************************************/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

#preloader #preloader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #01446e;
    animation: spin 2s linear infinite
}

#preloader #preloader-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #482f24;
    animation: spin 3s linear infinite
}

#preloader #preloader-inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fd9a0c;
    animation: spin 1.5s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

/*****************************************************
slick.slider
*****************************************************/
.slider {
    width: 100%;
}

.vertical-dots li {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 50%;
}

.vertical-dots li button {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    padding: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/*****************************************************
IMAGE HEADER 360
*****************************************************/
a.polaroid {
    position: absolute;
    top: 190px;
    right: 175px;
    z-index: 99;
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 0.8em;
    -webkit-transition: all 0.5s ease-in;
}

a.polaroid:hover,
a.polaroid:focus,
a.polaroid:active {
    z-index: 999;
    border-color: #6A6A6A;
    -webkit-transform: rotate(-5deg) scale(1);
    -moz-transform: rotate(-5deg) scale(1);
    transform: rotate(-5deg) scale(1);
}

a img {
    border: none;
    display: block;
}

@media only screen and (max-width: 1919px) {
    a.polaroid {
        top: 165px;
        right: 80px;
    }
}

@media only screen and (max-width: 1279px) {
    a.polaroid {
        right: 65px;
    }

    img.bubles {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    a.polaroid {
        top: 145px;
        right: 55px;
    }
}

@media only screen and (max-width: 768px) {
    a.polaroid {
        top: 105px;
        right: 5px;
    }
}

@media only screen and (max-width: 767px) {
    a.polaroid {
        top: 100px;
        right: 0px;
    }
}

@media only screen and (max-width: 639px) {
    a.polaroid {
        top: 100px;
        right: 45px;
    }
}

@media only screen and (max-width: 399px) {
    a.polaroid {
        top: 65px;
        right: 10px;
    }
}

/*****************************************************
HEADER BACKGROUND IMAGE | JUNGS | WELLE
*****************************************************/
header.jumbotron {
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

header.jumbotron .container {
    color: white;
    max-width: 1410px;
    width: 100%;
}

header.jumbotron .bg {
    top: 0px;
    left: 0px;
    opacity: 1;
    width: 100%;
    min-height: 1715px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% -29px;
    background-image: url(../images/home/header/header_1920.png);
}

header.jumbotron .wg {
    top: -30px;
    left: 0px;
    opacity: 1;
    width: 100%;
    height: 1811px;
    position: absolute;
    background: url(../images/home/header/welle_1920.png) no-repeat;
    background-size: cover;
    background-position: 100% 0px;
}

header.jumbotron .jg {
    top: 90px;
    left: 0px;
    opacity: 1;
    width: 100%;
    height: 695px;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../images/home/header/jungs_1920.png);
    background-position: 49.5% 70px;
    background-size: contain;
}

img.bubles {
    position: absolute;
    top: 0px;
    z-index: 1;
}

@media only screen and (max-width: 1919px) {
    header.jumbotron .bg {
        background-position: 100% 0px;
        background-image: url(../images/home/header/header_1280.png);
        min-height: 1770px;
        background-size: cover;
    }

    header.jumbotron .jg {
        background-image: url(../images/home/header/jungs_1920.png);
    }

    header.jumbotron .wg {
        background: url(../images/home/header/welle_1280.png) no-repeat;
        background-size: cover;
        background-position: center center;
    }

    img.bubles {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    header.jumbotron .container {
        color: white;
        max-width: 1120px;
    }

    header.jumbotron .bg {
        background-position: 100% 0px;
        background-image: url(../images/home/header/header_1280.png);
        min-height: 1570px;
        background-size: inherit;
    }

    header.jumbotron .jg {
        background-image: url(../images/home/header/jungs_1280.png);
        background-position: 49.5% 0px;
        top: 60px;
        height: 415px;
    }

    header.jumbotron .wg {
        background: url(../images/home/header/welle_1280.png) no-repeat;
        background-position: 100% 0;
        top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    header.jumbotron .jg {
        height: 415px;
        top: 60px;
    }

    header.jumbotron .bg {
        background-image: url(../images/home/header/header_1024.png);
        min-height: 1570px;
        background-size: inherit;
    }

    header.jumbotron .wg {
        background: url(../images/home/header/welle_1024.png) no-repeat;
        background-position: 100% 0;
        top: 0;
    }
}

@media only screen and (max-width: 1023px) {
    header.jumbotron .jg {
        background-image: url(../images/home/header/jungs_768.png);
        background-position: 49.5% 0px;
        height: 415px;
        top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    header.jumbotron .bg {
        background-image: url(../images/home/header/header_768.png);
        min-height: 1570px;
        background-size: inherit;
        height: 415px;
        top: 0px;
    }

    header.jumbotron .wg {
        background: url(../images/home/header/welle_768.png) no-repeat;
        background-position: 100% 0;
        top: 0;
    }

    header.jumbotron .jg {
        height: 345px;
        top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    header.jumbotron .jg {
        height: 380px;
        top: 0px;
    }

    header.jumbotron .bg {
        background-position: 100% 0px;
    }
}

@media only screen and (max-width: 640px) {
    header.jumbotron .bg {
        background-position: 100% -70px;
        background: url(../images/home/header/header_640.png) no-repeat;
    }

    header.jumbotron .jg {
        background-image: url(../images/home/header/jungs_640.png);
        background-position: 49.5% 0px;
        height: 290px;
        top: 60px;
    }

    header.jumbotron .wg {
        background: url(../images/home/header/welle_640.png) no-repeat;
        background-position: inherit;
        top: 0;
    }
}

@media only screen and (max-width: 639px) {
    header.jumbotron .jg {
        top: 115px;
        height: 345px;
    }
}

@media only screen and (max-width: 400px) {
    header.jumbotron .bg {
        background-position: 100% -70px;
        background: url(../images/home/header/header_400.png) no-repeat;
    }

    header.jumbotron .jg {
        background-image: url(../images/home/header/jungs_480.png);
        background-position: 49.5% 0px;
        height: 225px;
        top: 65px;
    }

    header.jumbotron .wg {
        background: url(../images/home/header/welle_400.png) no-repeat;
        top: 0px;
    }
}

@media only screen and (max-width: 399px) {
    header.jumbotron .bg {
        background-position: 100% -70px;
        background: url(../images/home/header/header_360.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    header.jumbotron .jg {
        background: url(../images/home/header/jungs_360.png) no-repeat;
        height: 240px;
        background-position: 50% -25px;
    }
}

@media only screen and (max-width: 360px) {
    header.jumbotron .bg {
        background: url(../images/home/header/header_360.png) no-repeat;
        background-size: 100%;
    }

    header.jumbotron .jg {
        height: 230px;
        top: 0px;
        background: url(../images/home/header/jungs_360.png) no-repeat;
        background-position: 50% 60px;
    }

    header.jumbotron .wg {
        background: url(../img/welle_360.png) no-repeat;
        top: 0px;
    }
}

@media only screen and (max-width: 320px) {
    header.jumbotron .bg {
        background: url(../images/home/header/header_320.png) no-repeat;
        background-size: 100%;
    }

    header.jumbotron .jg {
        height: 230px;
        top: 0px;
        background: url(../images/home/header/jungs_320.png) no-repeat;
        background-position: 50% 60px;
    }

    header.jumbotron .wg {
        background: url(../images/home/header/welle_320.png) no-repeat;
        top: 0px;
    }
}

/*****************************************************
sections
*****************************************************/
section img {
    max-width: 100%;
}

section h1 {
    font-size: 94px;
    max-width: 600px;
    width: 100%;
    position: absolute;
    top: 520px;
    text-transform: uppercase;
    color: white;
    /*z-index:999;*/
    font-weight: 700;
    line-height: 1;
}

section h2 {
    font-size: 60px;
    line-height: 60px;
}

section h3 {
    font-size: 40px;
    line-height: 40px;
}

section h4 {
    font-size: 20px;
    /*    line-height:20px;*/
}

section p {
    font-size: 20px;
    /*    line-height:20px;*/
}

section .content {
    margin: 0;
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
}

section .content img {
    object-fit: cover;
    object-position: left top;
    height: auto;
}

section .content a {
    color: #fff;
}

@media only screen and (max-width: 1919px) {
    section h1 {
        font-size: 93px;
        max-width: 600px;
    }
}

@media only screen and (max-width: 1280px) {
    section h1 {
        font-size: 89px;
        max-width: 600px;
        top: 300px;
    }
}

@media only screen and (max-width: 1279px) {
    section h1 {
        font-size: 89px;
        max-width: 600px;
        top: 300px;
    }
}

@media only screen and (max-width: 1024px) {
    section h1 {
        font-size: 89px;
        max-width: 600px;
        top: 300px;
    }
}

@media only screen and (max-width: 1023px) {
    section h1 {
        font-size: 60px;
        max-width: 400px;
        top: 265px;
    }

    section h4 {
        font-size: 15px;
        line-height: 15px;
    }

    section h3 {
        font-size: 29px;
        line-height: 29px;
    }

    section p {
        font-size: 15px;
        line-height: 17px;
    }

    section h2 {
        font-size: 43px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 768px) {
    section h1 {
        font-size: 60px;
        max-width: 400px;
        top: 195px;
    }

    section h2 {
        font-size: 33px;
        line-height: 33px;
    }

    section h3 {
        font-size: 23px;
        line-height: 23px;
    }

    section p {
        font-size: 13px;
        /*        line-height: 13px;*/
    }
}

@media only screen and (max-width: 767px) {
    section h1 {
        font-size: 50px;
        max-width: 275px;
        top: 240px;
    }
}

@media only screen and (max-width: 640px) {
    section h1 {
        max-width: 280px;
        top: 180px;
    }
}

@media only screen and (max-width: 639px) {
    section h2 {
        font-size: 36px;
        line-height: 36px;
    }

    section h3 {
        font-size: 28px;
    }

    section p {
        font-size: 16px;
        /*        line-height: 16px;*/
    }
}

@media only screen and (max-width: 479px) {
    section h2 {
        font-size: 28px;
        line-height: 28px;
    }

    section h3 {
        font-size: 23px;
    }

    section p {
        font-size: 13px;
        /*        line-height: 13px;*/
    }
}

@media only screen and (max-width: 400px) {
    section h1 {
        font-size: 32px;
        max-width: 230px;
        top: 145px;
    }
}

@media only screen and (max-width: 359px) {
    section h1 {
        max-width: 220px;
        top: 145px;
    }
}

/*****************************************************
first section: sectionwater
*****************************************************/
section#section_water .container {
    max-width: 1410px;
    width: 100%;
    height: 300px;
}

section#section_water .firstleft {
    margin-bottom: 10px;
    position: relative;
    /* z-index:99;*/
}

section#section_water .firstleft h4 {
    text-transform: uppercase;
    padding: 20px 0px 0px 225px;
    text-align: left;
    color: #fc9f23;
    position: relative;
}

section#section_water .firstleft h3 {
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    padding-left: 55px;
    padding-right: 20px;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    color: #482f24;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.25em;
}

section#section_water .firstleft .newsletter-button {
    background-color: #482f24;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 20px;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}

section#section_water .firstleft .newsletter-button i {
    margin-left: 10px;
    line-height: 0.9em;
}

section#section_water .secondleft {
    z-index: 3;
}

section#section_water .secondleft i {
    position: absolute;
    right: 30px;
    bottom: 50px;
    font-size: 28px;
}

section#section_water .secondleft p {
    margin: 0;
    position: absolute;
    max-width: 400px;
    text-align: left;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
    display: table;
}

section#section_water .secondleft p.color-1 {
    background: #f4c212;
    top: 117px;
}

section#section_water .secondleft p.color-2 {
    background: #fd9a0c;
    top: 165px;
}

section#section_water .secondleft h2 {
    text-transform: uppercase;
    max-width: 300px;
    text-align: left;
    position: absolute;
    bottom: 35px;
    left: 60px;
    font-weight: bold;
}

section#section_water .firstright i {
    position: absolute;
    right: 30px;
    bottom: 55px;
    font-size: 28px;
    z-index: 99;
}

section#section_water .firstright .big-content {
    display: block
}

section#section_water .firstright .small-content {
    display: none
}

section#section_water .firstright .small-content .first {
    z-index: 4;
    position: absolute;
    right: -20px;
    top: -50px;
}

section#section_water .firstright .small-content .border {
    position: relative;
    border: 2px solid #fff !important;
    /*    height:470px;*/
    margin-top: 50px;
}

section#section_water .firstright .small-content .secondimg {
    z-index: 1;
}

section#section_water .firstright {
    margin-top: -65px;
}

section#section_water .firstright h2 {
    text-transform: uppercase;
    max-width: 300px;
    text-align: left;
    position: absolute;
    bottom: 40px;
    left: 60px;
    z-index: 7;
    font-weight: 700;
}

section#section_water .firstright p {
    margin: 0;
    position: absolute;
    max-width: 300px;
    text-align: left;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
    z-index: 4;
}

section#section_water .firstright p.color-1 {
    background: #f4c212;
    top: 130px;
}

section#section_water .firstright p.color-2 {
    background: #fd9a0c;
    top: 178px;
}

@media only screen and (max-width: 1919px) {
    section#section_water .secondleft i {
        right: 35px;
    }

    section#section_water .firstright h2 {
        /*bottom: -80px;*/
        bottom: 40px;
        position: absolute;
        z-index: 4;
        left: 30px;
    }

    section#section_water .secondleft h2 {
        left: 30px;
        bottom: 35px;
    }

    section#section_water .firstright p.color-1 {
        top: 125px;
        z-index: 4;
    }

    section#section_water .firstright p.color-2 {
        top: 173px;
        z-index: 4;
    }

    section#section_water .firstright i {
        position: absolute;
        right: 30px;
        bottom: 45px;
        font-size: 28px;
        z-index: 9;
    }
}

@media only screen and (max-width: 1690px) {
    section#section_water .firstleft h4 {
        padding: 20px 0px 0px 225px;
    }

    section#section_water .firstright h2 {
        bottom: 30px;
    }

    section#section_water .firstright p.color-1 {
        top: 130px;
    }

    section#section_water .firstright p.color-2 {
        top: 178px;
    }

    section#section_water .secondleft p.color-1 {
        background: #f4c212;
        top: 107px;
    }

    section#section_water .secondleft p.color-2 {
        background: #fd9a0c;
        top: 155px;
    }
}

@media only screen and (max-width: 1479px) {
    section#section_water .secondleft h2 {
        font-size: 50px;
        line-height: 50px;
        bottom: 20px;
    }

    section#section_water .firstright h2 {
        bottom: 20px;
        font-size: 50px;
        line-height: 50px;
    }

    section#section_water .secondleft i {
        bottom: 30px;
    }

    section#section_water .firstright i {
        bottom: 30px;
    }

    section#section_water .firstright p {
        padding: 5px 10px 5px 20px;
    }

    section#section_water .secondleft p {
        padding: 5px 10px 5px 20px;
    }

    section#section_water .firstright p.color-1 {
        top: 102px;
    }

    section#section_water .firstright p.color-2 {
        top: 140px;
    }

    section#section_water .secondleft p.color-1 {
        top: 97px;
    }

    section#section_water .secondleft p.color-2 {
        top: 135px;
    }

    section#section_water .firstleft h3 {
        padding-left: 20px;
    }

    section#section_water .firstleft h4 {
        padding: 20px 0px 0px 190px;
    }
}

@media only screen and (max-width: 1279px) {
    section#section_water .firstleft h4 {
        padding: 20px 0px 0px 175px;
    }

    section#section_water .firstleft h3 {
        max-width: 285px;
    }

    section#section_water .firstright p.color-1 {
        top: 104px;
    }

    section#section_water .firstright p.color-2 {
        top: 142px;
    }

    section#section_water .secondleft h2 {
        bottom: 20px;
        font-size: 45px;
        line-height: 45px;
    }

    section#section_water .firstright h2 {
        bottom: 20px;
        font-size: 45px;
        line-height: 45px;
    }

    section#section_water .secondleft i {
        bottom: 25px;
    }

    section#section_water .firstright i {
        bottom: 25px;
    }

    section#section_water .firstleft {
        padding-left: 45px;
        margin-bottom: 10px;
    }

    section#section_water .firstleft h3 {
        padding-left: 55px;
    }
}

@media only screen and (max-width: 1023px) {
    section#section_water .firstright .big-content {
        /* margin-top: 95px;*/
    }

    section#section_water .firstleft h3 {
        max-width: 240px;
    }

    section#section_water .firstleft h4 {
        padding: 20px 0px 0px 115px;
    }

    section#section_water .firstright h2 {
        bottom: 10px;
        font-size: 30px;
        line-height: 30px;
        left: 20px;
    }

    section#section_water .secondleft h2 {
        max-width: 200px;
        bottom: 10px;
        font-size: 32px;
        line-height: 32px;
        left: 20px;
    }

    section#section_water .secondleft p {
        padding: 5px 10px 5px 20px;
    }

    section#section_water .secondleft p.color-1 {
        top: 50px;
    }

    section#section_water .secondleft p.color-2 {
        top: 77px;
    }

    section#section_water .firstright p {
        padding: 5px 10px 5px 20px;
    }

    section#section_water .firstright p.color-1 {
        top: 57px;
    }

    section#section_water .firstright p.color-2 {
        top: 84px;
    }

    section#section_water .firstright i {
        font-size: 20px;
    }

    section#section_water .secondleft i {
        font-size: 20px;
    }

    section h4 {
        font-size: 15px;
        line-height: 15px;
    }

    section h3 {
        font-size: 29px;
        line-height: 29px;
    }

    section p {
        font-size: 15px;
        /*line-height: 15px;*/
    }

    section h2 {
        font-size: 43px;
        line-height: 43px;
    }

    section#section_water .firstright i {
        bottom: 20px;
    }

    section#section_water .secondleft i {
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    section h2 {
        font-size: 33px;
        line-height: 33px;
    }

    section h3 {
        font-size: 23px;
        line-height: 23px;
    }

    section p {
        font-size: 13px;
        /*line-height: 13px;*/
    }

    section#section_water .firstright h2 {
        bottom: 10px;
        left: 20px;
        font-size: 25px;
        line-height: 25px;
    }

    section#section_water .secondleft h2 {
        font-size: 25px;
        line-height: 25px;
        left: 20px;
        max-width: 150px;
    }

    section#section_water .secondleft {
        margin-top: 5px;
    }

    section#section_water .firstleft h4 {
        padding: 0px 0px 0px 25px;
    }

    section#section_water .firstright i {
        bottom: 15px;
        font-size: 20px;
        right: 20px;
    }

    section#section_water .firstleft h3 {
        max-width: 100%;
        padding-left: 0;
        padding-top: 0;
        font-size: 20px;
    }

    section#section_water .secondleft i {
        bottom: 15px;
        font-size: 20px;
        right: 20px;
    }

    section#section_water .firstright p.color-1 {
        top: 45px;
    }

    section#section_water .firstright p.color-2 {
        top: 72px;
    }

    section#section_water .secondleft p.color-1 {
        top: 40px;
    }

    section#section_water .secondleft p.color-2 {
        top: 67px;
    }
}

@media only screen and (max-width: 639px) {
    section#section_water .firstright .big-content {
        display: none
    }

    section#section_water .firstright .small-content {
        display: block
    }

    section h2 {
        font-size: 36px;
        line-height: 36px;
    }

    section h3 {
        font-size: 28px;
        line-height: 28px;
    }

    section p {
        font-size: 16px;
        /*line-height: 16px;*/
    }

    section#section_water .firstright h2 {
        max-width: 200px;
    }

    section#section_water .secondleft h2 {
        max-width: 150px;
    }

    section#section_water .firstleft {
        margin-bottom: 0px;
    }

    section#section_water .firstright .small-content .first {
        z-index: 4;
        position: relative;
        left: -2px;
        right: -15px;
        height: auto;
        max-width: 108%;
        bottom: 0;
    }

    section#section_water .firstleft h4 {
        padding: 20px 0px 0px 30px;
    }

    section#section_water .secondleft {
        margin-top: 0px;
    }

    section#section_water .firstright p.color-1 {
        top: 80px;
    }

    section#section_water .firstright p.color-2 {
        top: 124px;
    }

    section#section_water .secondleft p.color-1 {
        top: 75px;
    }

    section#section_water .secondleft p.color-2 {
        top: 119px;
    }

    section#section_water .secondleft h2 {
        bottom: 15px;
        left: 15px;
    }

    section#section_water .secondleft i {
        font-size: 20px;
        bottom: 20px;
        right: 15px;
    }

    section#section_water .secondleft p {
        padding: 14px 25px 14px 25px;
    }

    section#section_water .firstright p {
        padding: 14px 25px 14px 25px;
    }

    section + #section_white {
        margin-top: calc((100vw - 30px) + 100% - 180px);
    }

    .section_white_padding_ticker {
        margin-top: calc((100vw - 30px) + 100% + 310px)!important;
    }

}

@media only screen and (max-width: 479px) {
    section#section_water .firstright .big-content {
        display: none
    }

    section#section_water .firstright .small-content {
        display: block
    }

    section h2 {
        font-size: 28px;
        line-height: 28px;
    }

    section h3 {
        font-size: 23px;
        line-height: 23px;
    }

    section p {
        font-size: 13px;
        /*line-height: 13px;*/
    }

    section#section_water .firstright h2 {
        max-width: 200px;
    }

    section#section_water .secondleft h2 {
        max-width: 150px;
    }

    section#section_water .firstleft {
        margin-bottom: 0px;
    }

    section#section_water .firstright .small-content .first {
        z-index: 4;
        right: -15px;
        left: -1px;
    }

    section#section_water .firstleft h4 {
        padding: 20px 0px 0px 30px;
    }

    section#section_water .secondleft {
        margin-top: 0px;
    }

    section#section_water .secondleft p {
        padding: 5px 10px 5px 20px;
    }

    section#section_water .firstright p {
        padding: 5px 10px 5px 20px;
    }

    section#section_water .firstright p.color-1 {
        top: 78px;
    }

    section#section_water .firstright p.color-2 {
        top: 105px;
    }

    section#section_water .secondleft p.color-1 {
        top: 75px;
    }

    section#section_water .secondleft p.color-2 {
        top: 102px;
    }

    section#section_water .secondleft h2 {
        bottom: 15px;
        left: 15px;
    }

    section#section_water .secondleft i {
        font-size: 20px;
        bottom: 25px;
        right: 15px;
    }
}

@media only screen and (max-width: 399px) {
    section#section_water .firstright p.color-1 {
        top: 55px;
    }

    section#section_water .firstright p.color-2 {
        top: 82px;
    }

    section#section_water .secondleft p.color-1 {
        top: 53px;
    }

    section#section_water .secondleft p.color-2 {
        top: 80px;
    }
}

/*****************************************************

*****************************************************/
section#section_water .firstbg {
    background-image: url(../images/home/sections/water/image2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 180px;
    position: relative;
    transition: background 0.5s linear;
    z-index: 2;
}

section#section_water .firstbg.hover {
    background-image: url(../images/home/sections/water/image2-hover.png);
    height: 180px;
}

section#section_water .secondbg {
    position: relative;
    left: -2px;
    max-width: 107.8%;
    width: 107.8%;
    /*top:125px;*/
    height: 675px;
    background-image: url(../images/home/sections/water/image5.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

section#section_water .secondimg {
    display: block;
    position: absolute;
    height: 660px;
    bottom: 40px;
    z-index: 2;
}

section#section_water .firstimg {
    position: absolute;
    top: -90px;
    left: 30px;
    width: inherit;
}

section#section_water .firstright a .image-hover,
section#section_water .secondleft a .image-hover {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
}

section#section_water .firstright a:hover .image-hover,
section#section_water .secondleft a:hover .image-hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
}

section#section_water .firstleft .image-hover {
    position: absolute;
    left: 0;
    width: 100%;
}

section#section_water .firstright .image-hover {
    position: absolute;
    bottom: 5px;
    z-index: 4;
    width: 100%;
}

section#section_water .secondleft .image-hover {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

@media only screen and (max-width: 1919px) {
    section#section_water .secondleft .image-hover {
        bottom: 0px;
    }

    section#section_water .firstbg {
        height: 215px;
    }

    section#section_water .firstbg.hover {
        height: 215px;
    }

    section#section_water .firstimg {
        top: -55px;
    }

    section#section_water .secondbg {
        /*background: url(../img/image3_1280.png) no-repeat;*/
        /*top:70px;*/
        height: 675px;
        /*background-size: cover;*/
        z-index: 4;
    }

    section#section_water .secondimg {
        display: block;
        position: absolute;
        bottom: -125px;
        height: 660px;
        z-index: 2;
    }

    section#section_water .firstright .image-hover {
        position: absolute;
        bottom: 5px;

    }

    section#section_water .firstright {
        margin-top: -60px;
    }
}

@media only screen and (max-width: 1690px) {
    section#section_water .container {
        max-width: 1320px;
    }

    section#section_water .firstright {
        margin-top: -60px;
    }

    section#section_water .secondbg {
        /*background: url(../img/image3_1280.png) no-repeat;*/
        /*top:50px;*/
        height: 630px;
        max-width: 108%;
        width: 108%;
        background-size: cover;
    }

    section#section_water .secondimg {
        bottom: 14px;
        position: absolute;
    }

    section#section_water .firstright .image-hover {
        position: absolute;
        bottom: 0px;
    }
}

@media only screen and (max-width: 1479px) {
    section#section_water .container {
        max-width: 1120px;
    }

    section#section_water .firstright {
        margin-top: -50px;
    }

    section#section_water .secondbg {
        /*        background: url(../img/image3_1280.png) no-repeat;*/
        height: 530px;
        background-size: contain;
        max-width: 108%;
        width: 108%;
    }

    section#section_water .secondimg {
        position: absolute;
        bottom: 65px;
    }

    section#section_water .firstright .image-hover {
        bottom: 0px;
    }

    section#section_water .secondleft .image-hover {
        position: absolute;
        bottom: 0px;
    }
}

@media only screen and (max-width: 1279px) {
    section#section_water .container {
        max-width: 970px;
    }

    section#section_water .firstright {
        margin-top: -130px;
    }

    section#section_water .secondbg {
        height: 455px;
        background-size: contain;
        top: 0px;
        max-width: 108%;
        width: 108%;
    }

    section#section_water .secondimg {
        position: absolute;
        bottom: 102px;
    }

    section#section_water .secondbg {
        left: -1px;
    }

    section#section_water .secondleft .image-hover {
        position: absolute;
        bottom: 0px;
    }

    section#section_water .firstright .image-hover {
        bottom: 5px;
    }
}

@media only screen and (max-width: 1023px) {
    section#section_water .firstbg {
        height: 175px;
    }

    section#section_water .firstbg:hover {
        height: 175px;
    }

    section#section_water .container {
        max-width: 720px;
    }

    section#section_water .firstright {
        margin-top: -40px;
    }

    section#section_water .firstleft {
        margin-bottom: 15px;
    }

    section#section_water .secondbg {
        /*background: url(../img/image3_1024.png) no-repeat;*/
        height: 330px;
        background-size: contain;
    }

    section#section_water .secondimg {
        position: absolute;
        bottom: 115px;
        height: 390px;
    }

    section#section_water .firstright .image-hover {
        bottom: 0px;
        height: 400px;
    }

    section#section_water .firstimg {
        top: 0px;
        max-width: 85px;
        left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    section#section_water .firstbg {
        height: auto;
    }

    section#section_water .firstbg:hover {
        height: auto;
    }

    section#section_water .firstimg {
        display: none;
    }

    section#section_water .firstbg {
        padding-top: 20px;
    }

    section#section_water .container {
        max-width: 620px;
        padding-left: 30px;
        padding-right: 30px;
    }

    section#section_water .firstright {
        margin-top: -35px;
    }

    section#section_water .secondbg {
        /*background: url(../img/image3_768.png) no-repeat;*/
        height: 265px;
        background-size: contain;
    }

    section#section_water .secondimg {
        display: block;
        position: absolute;
        height: 320px;
    }

    section#section_water .firstright .image-hover {
        bottom: 0px;
        height: 295px;
    }
}

@media only screen and (max-width: 639px) {
    section#section_water .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    section#section_water .firstright {
        margin-top: 0;
    }

    section#section_water .secondimg {
        /*        display: block;
                margin-top: -370px;
                position: relative;
                height: 485px;*/
    }

    section#section_water .firstimg {
        display: none;
    }

    section#section_water .firstbg {
        height: 145px;
        padding-top: 3px;
    }

    section#section_water .firstbg:hover {
        height: 145px;
    }

    section#section_water .firstright h2 {
        bottom: 15px;
        left: 15px;
    }

    section#section_water .firstright i {
        bottom: 20px;
        font-size: 20px;
        right: 15px;
    }

    section#section_water .secondimg {
        position: relative;
        margin-top: -230px;
        height: auto;
        width: 100%;
        bottom: 0;
    }

    section#section_water .firstright .small-content .first {
        /*        height: 250px;*/
        top: 0px;
    }

    section#section_water .firstright .small-content .border {
        /*        height: 250px;*/
        margin-top: 40px;
    }

    section#section_water .firstright .image-hover {
        height: 315px;
        width: 100%;
        bottom: 2px;
    }
}

/*****************************************************
VERTICAL SLIDER ON HOME PAGE
*****************************************************/
#section_water .slick-slide div {
    height: 125px;
}

#section_water .slick-slider {
    position: relative;
    top: 0px;
    padding-left: 170px;
}

#section_water .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
    height: 125px;
}

@media only screen and (max-width: 1919px) {
    #section_water .slick-slide div,
    #section_water .slick-list {
        height: 155px;
    }
}

@media only screen and (max-width: 1279px) {
    #section_water .slick-slider {
        padding-left: 120px;
    }
}

@media only screen and (max-width: 1023px) {
    #section_water .slick-slider {
        padding-left: 60px;
    }

    #section_water .slick-slide div,
    #section_water .slick-list {
        height: 125px;
    }
}

@media only screen and (max-width: 767px) {
    #section_water .slick-slider {
        padding-left: 25px;
    }
}

/* Dots */
#section_water .vertical-dots {
    left: -30px;
    list-style: none;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10px;
    text-align: left;
    height: 120px;
    width: 25px;
}

#section_water .vertical-dots li.slick-active {
    border: 1px solid #fff;
    border-radius: 50%;
}

#section_water .vertical-dots li button {
    background-color: #fff;
}

@media only screen and (max-width: 1023px) {
    #section_water .vertical-dots {
        top: 5%;
    }
}

@media only screen and (max-width: 767px) {
    #section_water .vertical-dots {
        top: 50%;
    }
}

@media only screen and (max-width: 639px) {
    #section_water .vertical-dots {
        left: -30px;
    }

    #section_water .slick-slide div,
    #section_water .slick-list {
        height: 85px;
    }
}

/*****************************************************
secondsection: sectionwhite
*****************************************************/
section#section_white .container {
    max-width: 1410px;
    width: 100%;
}

section#section_white .thirdleft {
    margin-top: 35px;
}

section#section_white .thirdleft a .image-hover {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

section#section_white .thirdleft a:hover .image-hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

section#section_white .thirdleft .image-hover {
    position: absolute;
    bottom: 0;
}

section#section_white .secondright {
    margin-top: -10px;
}

section#section_white .secondright i {
    position: absolute;
    right: 45px;
    font-size: 28px;
    color: #fff;
    bottom: 80px;
}

section#section_white .secondright .row .col-lg-6:first-child {
    padding-right: 0;
}

section#section_white .secondright .row .col-lg-6:last-child {
    padding-left: 0;
}

section#section_white .secondright .row .col-lg-6:first-child div {
    background: #482f24;
    height: 192px;
}

section#section_white .thirdright {
    margin-top: -325px;
}

section#section_white .thirdright a:hover div.background {
    background-color: #f9750b;
    background-image: linear-gradient(to right, transparent 0%, transparent 19%);
    background-position: 100% 0px;
    background-size: 200%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section#section_white .thirdright div.background {
    background: #fd9a0c;
    position: absolute;
    top: 20px;
    right: 0;
    height: 160px;
    width: 100%;
    max-width: 600px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section#section_white .thirdright img.big {
    display: block;
    max-width: 500px;
}

section#section_white .thirdright img.medium,
section#section_white .thirdright img.small {
    display: none;
}

section#section_white .thirdright .content div.text {
    background: #fff;
    position: relative;
    bottom: 85px;
    margin-left: 270px;
    height: 80px;
    padding-left: 20px;
}

section#section_white .thirdright p:first-child {
    font-size: 24px;
    line-height: 24px;
    color: orange;
    max-width: 330px;
}

section#section_white .thirdright p:last-child {
    margin-top: 10px;
}

section#section_white .thirdright p {
    font-size: 17px;
    line-height: 17px;
    margin: 0;
    text-align: left;
    color: #000;
}

section#section_white .secondright h3 {
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    bottom: 20px;
    left: 45px;
    top: 30px;
    color: #fff;
    font-weight: 700;
}

section#section_white .secondright p {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    max-width: 200px;
    text-align: left;
    padding: 30px;
    color: #fff;
}

section#section_white .thirdleft h2 {
    position: absolute;
    text-transform: uppercase;
    max-width: 255px;
    text-align: left;
    bottom: 35px;
    left: 60px;
    font-weight: 700;
}

section#section_white .thirdleft i {
    position: absolute;
    bottom: 50px;
    right: 60px;
    font-size: 28px;
}

section#section_white .thirdright i.first {
    position: absolute;
    right: 30px;
    top: 100px;
    font-size: 28px;
    z-index: 9;
    display: none;
}

section#section_white .thirdright p i {
    position: relative;
    top: 2px;
    padding-left: 10px;
}

section#section_white .fourthleft {
    margin-top: 35px;
    /*display:none;*/
    visibility: hidden;
    height: 0;
}

section#section_white .fourthleft h3 {
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    bottom: 20px;
    left: 45px;
    color: #fff;
    font-weight: 700;
}

section#section_white .fourthleft i {
    position: absolute;
    bottom: 25px;
    right: 40px;
    font-size: 28px;
}

section#section_white .fourthleft .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

section#section_white .fourthleft .flex > div {
    flex: 1 0 100%;
}

section#section_white .fourthleft .flex > div a div {
    position: relative;
}

section#section_white .fourthleft .flex div:first-child a div {
    background: #92cf1d;
    height: 185px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section#section_white .fourthleft .flex div:first-child a:hover div {
    background: #7bb20f;
}

section#section_white .fourthleft .flex div:last-child a div {
    background: #39c4d6;
    height: 185px;
    margin-top: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section#section_white .fourthleft .flex div:last-child a:hover div {
    background: #39acd6;
}

section#section_white .secondright a .row .col-lg-6:first-child div {
    background-color: #482f24;
    background-image: linear-gradient(to right, transparent 0%, transparent 19%);
    background-position: 100% 0px;
    background-size: 200%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section#section_white .secondright a:hover .row .col-lg-6:first-child div {
    background-image: linear-gradient(to right, #2b1a13 0%, transparent 19%);
    background-color: #482f24;
    background-position: 0% 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 1919px) {
    section#section_white .secondright h3 {
        top: 40px;
    }

    section#section_white .secondright p {
        bottom: 25px;
    }

    section#section_white .fourthleft i {
        right: 50px;
    }

    section#section_white .thirdleft i {
        right: 35px;
    }

    section#section_white .thirdright img.big,
    section#section_white .thirdright img.small {
        display: none;
    }

    section#section_white .thirdright img.medium {
        display: block;
        max-width: 560px;
        width: 100%;
    }

    section#section_white .thirdright div.background {
        height: 195px;
        width: 100%;
        max-width: 600px;
    }

    section#section_white .secondright {
        margin-top: -5px;
    }

    section#section_white .thirdleft {
        margin-top: 33px;
    }

    section#section_white .thirdleft h2 {
        left: 30px;
        bottom: 35px;
        font-size: 50px;
        line-height: 50px;
    }

    section#section_white .thirdright {
        margin-top: -263px;
    }

    section#section_white .secondright .row .col-lg-6:first-child div,
    section#section_white .secondright .row .col-lg-6:last-child img {
        height: 250px;
    }

    section#section_white .secondright .row .col-lg-6:last-child img {
        object-fit: cover;
        object-position: center;
    }

    section#section_white .secondright h3 {
        max-width: 100px;
    }

    section#section_white .fourthleft {
        visibility: visible;
        display: block;
        z-index: 9;
        height: 100%;
    }

    section#section_white .thirdright .content div.text {
        bottom: 126px;
        margin-left: 285px;
        padding-left: 0px;
    }

    section#section_white .secondright i {
        right: 45px;
    }

    section#section_white .thirdright i.first {
        top: 115px;
    }
}

@media only screen and (max-width: 1690px) {
    section#section_white .container {
        max-width: 1320px;
    }

    section#section_white .secondright {
        margin-top: -5px;
    }

    section#section_white .thirdright {
        margin-top: -230px;
    }

    section#section_white .thirdright img.medium {
        max-width: 530px;
    }

    section#section_white .thirdright div.background {
        height: 180px;
        width: 100%;
        max-width: 540px;
    }

    section#section_white .thirdright .content div.text {
        bottom: 115px;
        margin-left: 250px;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1479px) {
    section#section_white .container {
        max-width: 1120px;
    }

    section#section_white .thirdleft i {
        bottom: 40px;
    }

    section#section_white .thirdleft h2 {
        bottom: 30px;
    }

    section#section_white .secondright {
        margin-top: 2px;
    }

    section#section_white .thirdright {
        margin-top: -155px;
    }

    section#section_white .thirdleft {
        margin-top: 35px;
    }

    section#section_white .thirdright .content div {
        bottom: 65px;
        padding-left: 0px;
    }

    section#section_white .thirdright div.background {
        height: 150px;
        width: 100%;
        max-width: 450px;
    }

    section#section_white .thirdright img.medium {
        max-width: 450px;
    }

    section#section_white .thirdright .content div.text {
        bottom: 105px;
        margin-left: 230px;
        padding-left: 0px;
    }

    section#section_white .thirdright i.first {
        top: 115px;
        right: 30px;
    }
}

@media only screen and (max-width: 1279px) {
    section#section_white .container {
        max-width: 970px;
    }

    section#section_white .secondright p {
        bottom: 20px;
    }

    section#section_white .thirdleft h2 {
        left: 30px;
        bottom: 25px;
        font-size: 45px;
        line-height: 45px;
    }

    section#section_white .secondright {
        margin-top: -85px;
    }

    section#section_white .thirdright {
        margin-top: -200px;
    }

    section#section_white .thirdleft {
        margin-top: 33px;
    }

    section#section_white .fourthleft .flex div:first-child a div,
    section#section_white .fourthleft .flex div:last-child a div {
        height: 160px;
    }

    section#section_white .secondright .row .col-lg-6:first-child div,
    section#section_white .secondright .row .col-lg-6:last-child img {
        height: 235px;
        object-fit: cover;
    }

    section#section_white .thirdright .content div {
        bottom: 65px;
        margin-left: 120px;
    }

    section#section_white .thirdright div.background {
        height: 150px;
        width: 100%;
        max-width: 345px;
    }

    section#section_white .thirdright .content div.text {
        bottom: 90px;
        margin-left: 215px;
        padding-left: 0px;
    }

    section#section_white .thirdright img.medium {
        display: none;
    }

    section#section_white .thirdright img.small {
        display: block;
        max-width: 425px;
    }

    section#section_white .secondright h3 {
        top: 25px;
    }
}

@media only screen and (max-width: 1023px) {
    section#section_white .container {
        max-width: 720px;
    }

    section#section_white .thirdleft h2 {
        font-size: 32px;
        line-height: 32px;
        max-width: 150px;
        bottom: 15px;
        left: 20px;
    }

    section#section_white .fourthleft h3 {
        left: 35px;
        bottom: 15px;
    }

    section#section_white .secondright {
        margin-top: 0px;
    }

    section#section_white .thirdleft {
        margin-top: 32px;
    }

    section#section_white .thirdright {
        margin-top: -97px;
    }

    section#section_white .fourthleft {
        margin-top: 30px;
    }

    section#section_white .secondright .row .col-lg-6:first-child div,
    section#section_white .secondright .row .col-lg-6:last-child img {
        height: 165px;
    }

    section#section_white .thirdright .content div {
        bottom: 55px;
        margin-left: 100px;
        z-index: 2;
    }

    section#section_white .thirdright div.background {
        height: 110px;
        width: 100%;
        max-width: 265px;
    }

    section#section_white .fourthleft .flex div:first-child a div,
    section#section_white .fourthleft .flex div:last-child a div {
        height: 135px;
    }

    section#section_white .thirdright .content div.text {
        bottom: 60px;
        margin-left: 145px;
        padding-left: 0px;
        height: 60px;
    }

    section#section_white .secondright p {
        font-size: 17px;
        line-height: 17px;
        max-width: 200px;

    }

    section#section_white .thirdright p:first-child {
        font-size: 17px;
        line-height: 17px;
        max-width: 350px;
    }

    section#section_white .thirdright p {
        font-size: 14px;
        line-height: 14px;
    }

    section#section_white .thirdright img.small {
        max-width: 285px;
        position: relative;
        z-index: 3;
    }

    section#section_white .secondright h3 {
        top: 13px;
        left: 35px;
    }

    section#section_white .secondright p {
        padding: 25px 20px;
        bottom: 5px;
    }

    section#section_white .thirdright i.first {
        top: 80px;
        right: 30px;
        font-size: 20px;
    }

    section#section_white .secondright i {
        bottom: 55px;
        font-size: 20px;
    }

    section#section_white .thirdleft i {
        bottom: 30px;
        font-size: 20px;
    }

    section#section_white .fourthleft i {
        right: 50px;
        font-size: 20px;
        bottom: 20px;
    }

    section#section_white .thirdleft i {
        right: 35px;
        font-size: 20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    section#section_white .secondright .row .col-lg-6:first-child div,
    section#section_white .secondright .row .col-lg-6:last-child img {
        height: 120px;
    }

    section#section_white .thirdright .content div {
        bottom: 55px;
        margin-left: 150px;
    }

    section#section_white .thirdright p:first-child {
        font-size: 18px;
        line-height: 18px;
    }

    section#section_white .thirdright img.small {
        max-width: 200px;
    }

    section#section_white .container {
        max-width: 620px;
        padding-left: 30px;
        padding-right: 30px;
    }

    section#section_white .secondright {
        margin-top: -5px;
    }

    section#section_white .thirdleft {
        margin-top: 30px;
    }

    section#section_white .thirdright {
        margin-top: -90px;
    }

    section#section_white .fourthleft {
        margin-top: 30px;
    }

    section#section_white .secondright p {
        font-size: 14px;
        line-height: 14px;
        max-width: 200px;
    }

    section#section_white .thirdright p:first-child {
        font-size: 15px;
        line-height: 15px;
        max-width: 350px;
    }

    section#section_white .thirdright p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 0px;
        text-align: left;
        color: #000;
    }

    section#section_white .thirdright p:last-child {
        margin-top: 5px;
    }

    section#section_white .thirdright div.background {
        max-width: 220px;
        margin-left: 70px;
        top: 10px;
        height: 75px;
    }

    section#section_white .thirdright .content div.text {
        height: 60px;
        bottom: 50px;
        margin-left: 110px;
    }

    section#section_white .fourthleft .flex div:first-child a div {
        height: 105px;
    }

    section#section_white .fourthleft .flex div:last-child a div {
        margin-top: 30px;
        height: 105px;
    }

    section#section_white .thirdleft i {
        bottom: 20px;
    }

    section#section_white .thirdleft h2 {
        max-width: 150px;
        bottom: 10px;
        font-size: 25px;
        line-height: 25px;
        left: 20px;
    }

    section#section_white .secondright h3 {
        top: 0px;
    }

    section#section_white .secondright p {
        max-width: 165px;
        bottom: -5px;
    }

    section#section_white .thirdleft i {
        right: 20px;
        font-size: 20px;
    }

    section#section_white .secondright i {
        bottom: 40px;
        font-size: 20px;
        right: 35px;
    }

    section#section_white .thirdright i.first {
        top: 50px;
        z-index: 9;
        font-size: 20px;
        right: 20px;
    }

    section#section_white .fourthleft h3 {
        bottom: 10px;
        left: 35px;
    }

    section#section_white .fourthleft i {
        bottom: 15px;
        right: 35px;
    }
}

@media only screen and (max-width: 639px) {
    section#section_white .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    section#section_white .secondright {
        margin-top: 25px;
    }

    section#section_white .thirdleft {
        margin-top: 25px;
    }

    section#section_white .thirdleft a .image-hover {
        height: 100%;
        width: 100%;
    }

    section#section_white .thirdright {
        margin-top: 18px;
    }

    section#section_white .fourthleft {
        margin-top: -40px;
    }

    section#section_white .fourthleft .flex div:last-child a div {
        margin-top: 0px;
    }

    section#section_white .secondright i {
        font-size: 20px;
        right: 30px;
        bottom: 60px;
    }

    section#section_white .secondright .row .col-lg-6:first-child div,
    section#section_white .secondright .row .col-lg-6:last-child img {
        height: 160px;
        width: 100%;
    }

    section#section_white .secondright h3 {
        top: 15px;
        left: 30px;
    }

    section#section_white .secondright p {
        bottom: 10px;
        padding: 15px;
        font-size: 16px;
        line-height: 16px;
        max-width: 145px;
    }

    section#section_white .thirdleft h2 {
        bottom: 15px;
        left: 15px;
    }

    section#section_white .thirdleft i {
        font-size: 20px;
    }

    section#section_white .thirdleft i {
        bottom: 20px;
        right: 15px;
    }

    section#section_white .thirdright img.small {
        max-width: 320px;
    }

    section#section_white .thirdright i.first {
        font-size: 20px;
        top: 65px;
        right: 15px;
    }

    section#section_white .thirdright .content div.text {
        margin-left: 170px;
    }

    section#section_white .thirdright div.background {
        max-width: 495px;
        height: 130px;
        top: 10px;
    }

    section#section_white .thirdright p:last-child {
        margin-top: 5px;
    }

    section#section_white .thirdright p i {
        padding-left: 5px;
    }

    section#section_white .fourthleft .flex div:first-child {
        padding-right: 7px;
    }

    section#section_white .fourthleft .flex div:last-child {
        padding-left: 7px;
    }

    section#section_white .fourthleft .flex > div {
        flex: 1 0 50%;
    }

    section#section_white .fourthleft .flex div:first-child a div,
    section#section_white .fourthleft .flex div:last-child a div {
        height: 105px;
    }

    section#section_white .fourthleft .flex div:first-child h3 {
        left: 30px;
    }

    section#section_white .fourthleft .flex div:last-child h3 {
        left: 20px;
    }

    section#section_white .fourthleft .flex div:first-child i {
        right: 20px;
    }

    section#section_white .fourthleft .flex div:last-child i {
        right: 30px;
    }

    section#section_white .fourthleft h3 {
        bottom: 5px;
        left: 30px;
    }

    section#section_white .fourthleft i {
        font-size: 20px;
        bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    section#section_white .secondright p {
        font-size: 14px;
        line-height: 14px;
    }

    section#section_white .secondright .row .col-lg-6:first-child div,
    section#section_white .secondright .row .col-lg-6:last-child img {
        height: 145px;
        width: 100%;
    }

    section#section_white .secondright h3 {
        top: 15px;
        left: 30px;
    }

    section#section_white .secondright p {
        bottom: 10px;
        padding: 15px;
        font-size: 16px;
        line-height: 16px;
        max-width: 145px;
    }
}

@media only screen and (max-width: 359px) {
    section#section_white .thirdright div.background {
        max-width: 255px;
        height: 95px;
        top: 10px;
    }

    section#section_white .thirdright img.small {
        max-width: 240px;
    }

    section#section_white .thirdright .content div.text {
        margin-left: 130px;
    }
}

/*****************************************************
thirdsection: sectiontabs
*****************************************************/
section#section_tabs .container:first-child {
    max-width: 1410px;
    width: 100%;
}

section#section_tabs {
    background-image: url(../images/home/sections/tabs/bg-small.jpg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 100% 25px;
    /*margin-top:100px;*/
    min-height: 565px;
}

section#section_tabs .white {
    /* margin-top:-100px;*/
}

section#section_tabs .fourthleft {
    margin-top: -10px;
}

section#section_tabs .fourthleft h3 {
    position: absolute;
    text-transform: uppercase;
    text-align: left;
    bottom: 20px;
    left: 45px;
    color: #fff;
    font-weight: 700;
}

section#section_tabs .fourthleft i {
    position: absolute;
    right: 40px;
    bottom: 30px;
    color: #fff;
    font-size: 24px;
}

section#section_tabs .fourthright {
    margin-top: -15px;
}

section#section_tabs .fourthright .image-hover {
    opacity: 0;
    height: 265px;
    position: absolute;
    bottom: 1px;
    max-width: 675px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
}

section#section_tabs .fourthright i {
    position: absolute;
    right: 45px;
    bottom: 30px;
    color: #fff;
    font-size: 28px;
}

section#section_tabs .fourthright h3 {
    text-transform: uppercase;
    text-align: left;
    max-width: 200px;
    display: inline-block;
    font-weight: 700;
}

section#section_tabs .fourthright p {
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    max-width: 300px;
    text-align: left;
}

section#section_tabs .fourthleft .col-lg-7:first-child a div {
    background: #92cf1d;
    height: 180px;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
}

section#section_tabs .fourthleft .col-lg-7:first-child a:hover div {
    background: #7bb20f;
}

section#section_tabs .fourthleft .col-lg-5:last-child div {
    background: #39c4d6;
    height: 180px;
    transition: .9s;
    -webkit-transition: .9s;
    -moz-transition: .9s;
}

section#section_tabs .fourthleft .col-lg-5:last-child a:hover div {
    background: #39acd6;
    height: 180px;
}

section#section_tabs .fourthright .background {
    background: url(../images/home/sections/tabs/image2.png) no-repeat 100% 0%;
    width: 100%;
    height: 265px;
    background-size: cover;
}

@media only screen and (max-width: 1919px) {
    section#section_tabs {
        margin-top: -160px;
    }
}

@media only screen and (max-width: 1690px) {
    section#section_tabs .fourthright .background {
        height: 275px;
    }
}

@media only screen and (max-width: 1479px) {
    section#section_tabs .fourthright i {
        right: 45px;
    }
}

@media only screen and (max-width: 1279px) {
    section#section_tabs {
        /*margin-top: -75px;*/
        min-height: 490px;
        background-position: 100% -40px;
    }
}

@media only screen and (max-width: 1023px) {
    section#section_tabs {
        background-image: url(../images/home/sections/tabs/bg-big.jpg);
        /*margin-top: -70px;*/
        min-height: 475px;
        background-position: 100% 0px;
    }
}

@media only screen and (max-width: 767px) {
    section#section_tabs {
        background-position: 100% 145px;
    }
}

@media only screen and (max-width: 639px) {
    section#section_tabs {
        /* margin-top: 150px;*/
        background-image: url(../images/home/sections/tabs/bg-big.jpg);
    }
}

@media only screen and (max-width: 479px) {
    section#section_tabs {
        background-position: 100% 125px;
    }
}

/*****************************************************
STARTSEITE UND CONTENTSEITEN
*****************************************************/
body.page section#section_tabs {
    margin-top: -45px;
}

input.search::placeholder {
    color: white;
    text-align: left;
    font-style: italic;
    opacity: 0.7%;
}

input.search:-ms-input-placeholder {
    color: white;
    text-align: left;
    font-style: italic;
    opacity: 0.7%;
    font-weight: normal;
}

input.search::-ms-input-placeholder {
    color: white;
    text-align: left;
    font-style: italic;
    opacity: 0.7%;
    font-weight: normal;
}

@media only screen and (max-width: 1919px) {
    section#section_tabs .fourthright .image-hover {
        bottom: 0px;
    }

    section#section_tabs .fourthleft {
        visibility: hidden;
    }

    section#section_tabs .fourthright {
        margin-top: -170px;
    }

    section#section_tabs .container .row.white {
        margin-top: -90px;
    }

    section#section_tabs .fourthright {
        margin-top: -145px;
    }

    section#section_tabs .fourthright .background {
        /*height: 255px;*/
    }
}

@media only screen and (max-width: 1690px) {
    section#section_tabs .container:first-child {
        max-width: 1320px;
    }

    section#section_tabs .fourthright .image-hover {
        max-width: 630px;
    }

    section#section_tabs .container .row.white {
        margin-top: -65px;
    }

    section#section_tabs .fourthright {
        margin-top: -115px;
    }
}

@media only screen and (max-width: 1479px) {
    section#section_tabs .container:first-child,
    section#section_tabs .container {
        max-width: 1120px;
    }

    section#section_tabs .container:first-child,
    section#section_tabs .container {
        max-width: 1120px;
    }

    section#section_tabs .fourthright .image-hover {
        max-width: 530px;
    }

    section#section_tabs .container .row.white {
        margin-top: -15px;
    }
}

@media only screen and (max-width: 1279px) {
    body.page section#section_tabs .container:first-child,
    body.page section#section_tabs .container {
        max-width: 968px;
        width: 100%;
    }

    section#section_tabs .container:first-child,
    section#section_tabs .container {
        max-width: 975px;
    }

    section#section_tabs .fourthright {
        margin-top: -110px;
    }

    section#section_tabs .container .row.white {
        margin-top: -160px;
    }

    section#section_tabs .fourthright {
        padding-right: 45px;
    }

    section#section_tabs .fourthright .image-hover {
        max-width: 428px;
        bottom: 0px;
    }

    section#section_tabs .fourthright i {
        right: 60px;
        bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    body.page section#section_tabs {
        margin-top: -30px;
    }

    body.page section#section_tabs .container:first-child,
    body.page section#section_tabs .container {
        max-width: 100%;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    section#section_tabs .container:first-child,
    section#section_tabs .container {
        max-width: 720px;
    }

    section#section_tabs .container .row.white {
        /*margin-top: -360px;*/
        margin-top: 0;
    }

    section#section_tabs .fourthleft {
        visibility: hidden;
        height: 0;
    }

    section#section_tabs .fourthright {
        margin-top: -50px;
    }

    section#section_tabs .fourthright p {
        font-size: 17px;
        line-height: 17px;
        max-width: 300px;
    }

    section#section_tabs .fourthright .background {
        height: 210px;
    }

    section#section_tabs .fourthright .image-hover {
        max-width: 300px;
        bottom: 0px;
        width: 100%;
        height: 165px;
    }

    section#section_tabs .fourthright i {
        right: 50px;
        bottom: 25px;
        font-size: 20px;
    }

    input.search::placeholder {
        color: white;
        text-align: left;
    }

    input.search:-ms-input-placeholder {
        color: white;
        text-align: left;
    }

    input.search::-ms-input-placeholder {
        color: white;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    section#section_tabs .container:first-child,
    section#section_tabs .container {
        max-width: 620px;
        padding-left: 30px;
        padding-right: 30px;
    }

    section#section_tabs .fourthright {
        margin-top: 85px;
    }

    section#section_tabs .fourthright p {
        font-size: 16px;
        line-height: 16px;
        max-width: 300px;
    }

    section#section_tabs .fourthright .background {
        height: 175px;
    }

    section#section_tabs .container .row.white {
        margin-top: -275px;
    }

    section#section_tabs .fourthright .image-hover {
        max-width: 235px;
        bottom: 0px;
        height: 100px
    }

    section#section_tabs .fourthright i {
        right: 50px;
        bottom: 20px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 639px) {
    body.page section#section_tabs {
        margin-top: 0px;
    }

    body.page section#section_tabs .container:first-child,
    body.page section#section_tabs .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    section#section_tabs .container .row.white {
        margin-top: -330px;
    }

    section#section_tabs .container .row.white {
        margin-top: 140px;
    }

    section#section_tabs .fourthright .background {
        height: 205px;
    }

    section#section_tabs .fourthright {
        margin-top: 50px;
    }

    section#section_tabs .fourthright h3 {
        max-width: 150px;
    }

    section#section_tabs .fourthright p {
        max-width: 120px;
    }

    section#section_tabs .fourthright i {
        bottom: 40px;
        font-size: 20px;
        right: 60px;
    }

    section#section_tabs .fourthright .image-hover {
        position: relative;
        margin-top: -185px;
        max-width: 100%;
        height: 160px;
    }
}

@media only screen and (max-width: 419px) {
    section#section_tabs .fourthright i {
        bottom: 35px;
    }

    section#section_tabs .fourthright p {
        font-size: 11px;
    }
}

@media only screen and (max-width: 359px) {
    section#section_tabs .fourthright .image-hover {
        max-width: 260px;
    }
}

/*****************************************************
TABS AKTUELLES UND VERANSTALTUNGEN
*****************************************************/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: inherit;
}

.vertical-tab.desktop {
    display: block
}

.vertical-tab.mobile {
    display: none
}

.vertical-tab {
    display: table;
    margin-top: 35px;
    height: 200px;
    margin-bottom: 50px;
    width: 100%;
}

.vertical-tab .row {
    margin: 0;
}

.vertical-tab .nav-tabs {
    display: table-cell;
    width: 225px;
    border-bottom: none;
    border-right: 1px solid #c8c2b2;
    display: table-cell;
    width: 1%;
    min-width: 1%;
    border: none;
    vertical-align: top;
    position: relative;
    z-index: 5;
}

.vertical-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.vertical-tab .nav-tabs li a {
    display: block;
    padding: 15px 20px;
    margin-right: 0;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    background: #f4c212;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    position: relative;
    text-align: left;
    border: none;
    color: #fff;
    transition: 0.9s;
}

.vertical-tab .nav-tabs li.active a {
    border: none;
    color: #fff;
    background-color: #fd9a0c;
}

.vertical-tab .nav-tabs > a {
    position: absolute;
    bottom: 50px;
    color: #000;
    font-size: 16px;
    transition: 0.9s;
}

.vertical-tab .nav-tabs > a:hover {
    color: #f4c212;
}

.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li a:focus {
    background-color: #fd9a0c !important;
    border: none !important;
    color: #fff !important;
}

.vertical-tab .nav-tabs li a:after {
    background: linear-gradient(225deg, #fd9a0c 50%, transparent 50%);
    transition: 0.9s;
}

.vertical-tab .nav-tabs li.active a:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%) rotate(45deg);
}

.vertical-tab .nav-tabs li a:hover:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%) rotate(45deg);
}

.vertical-tab .tab-pane div.col-md-4,
.vertical-tab .tab-pane div.col-md-6 {
    border-right: 1px solid #c8c2b2;
    padding: 0;
}

.vertical-tab .tab-pane div.col-md-4 a,
.vertical-tab .tab-pane div.col-md-6 a {
    display: block;
    padding: 23px 15px 70px 30px;
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(193, 165, 112, 0.41) 0%, transparent 39%);
    background-position: 0% 0%;
    background-size: 100% 200%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-height: 100%;
}

.vertical-tab .tab-pane div.col-md-4 a:hover,
.vertical-tab .tab-pane div.col-md-6 a:hover {
    background-image: linear-gradient(to top, rgba(193, 165, 112, 0.41) 0%, transparent 39%);
    background-position: 0% 100%;
}

.vertical-tab .tab-pane div.col-md-4 i,
.vertical-tab .tab-pane div.col-md-6 i {
    position: absolute;
    bottom: 0;
    color: #fd9a0c;
}

.vertical-tab .tab-pane p.datum {
    color: #e0af02;
    font-size: 17px;
    line-height: 17px;
}

.vertical-tab .tab-pane p.title {
    font-size: 24px;
    line-height: 24px;
    min-height: 48px;
}

.vertical-tab .tab-content {
    display: table-cell;
    font-size: 15px;
    color: #272e38;
    line-height: 25px;
    text-align: left;
    vertical-align: top;
}

.tab-content > .tab-pane {
    padding-bottom: 40px;
}

.vertical-tab .tab-content a {
    color: #000;
    font-size: 17px;
    transition: 0.3s;
}

.vertical-tab .tab-content a:hover {
    color: #f9750b
}

.vertical-tab .ubersicht {
    position: relative;
    left: 0px;
    color: #000;
    margin-top: 0px;
    bottom: 67px;
    display: inline-block;
    z-index: 5;
}

.vertical-tab .ubersicht a {
    color: #000;
    font-size: 17px;
    transition: 0.3s;
}

.vertical-tab .ubersicht a:hover {
    color: #f9750b;
}

.vertical-tab .ubersicht i {
    position: relative;
    top: 2px;
    padding-left: 10px;
}

.vertical-tab .feed {
    position: relative;
    right: 0px;
    float: right;
    color: #000;
    bottom: 30px;
}

.vertical-tab .feed a {
    color: #000;
    font-size: 17px;
    transition: 0.3s;
}

.vertical-tab .feed a:hover {
    color: #f9750b;
}

.vertical-tab .feed a i {
    padding-left: 10px;
}

@media only screen and (max-width: 1279px) {
    .vertical-tab .tab-pane div.col-md-4 a,
    .vertical-tab .tab-pane div.col-md-6 a {
        padding: 23px 15px 45px 30px;
    }

    .vertical-tab {
        display: table;
        margin-top: 80px;
        height: 200px;
        margin-bottom: 50px;
        width: 100%;
    }
}

@media only screen and (max-width: 1690px) {
    .vertical-tab {
        display: table;
        margin-top: 30px;
        height: 200px;
        margin-bottom: 50px;
        width: 100%;
    }
}

@media only screen and (max-width: 1279px) {
    .vertical-tab {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1023px) {
    .vertical-tab.desktop {
        display: none
    }

    .vertical-tab.mobile {
        display: block;
    }

    .vertical-tab .tab-pane div.col-md-4:first-child,
    .vertical-tab .tab-pane div.col-md-6:first-child {
        border-left: 1px solid #c8c2b2;
    }

    .vertical-tab.mobile .tab-content .tab-pane p.title {
        font-size: 18px;
        line-height: 18px;
    }

    .vertical-tab .tab-pane div.col-md-4 a,
    .vertical-tab .tab-pane div.col-md-6 a {
        padding: 23px 15px 85px 30px;
    }

    .vertical-tab {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .vertical-tab .nav-tabs li a {
        font-size: 15px;
    }

    .vertical-tab .tab-pane p.title {
        font-size: 17px;
        line-height: 17px;
    }

    .vertical-tab {
        margin-top: 76px;
    }

    .vertical-tab .nav-tabs {
        width: 160px;
        width: 1%;
    }
}

@media only screen and (max-width: 639px) {
    .vertical-tab {
        margin-top: -55px;
    }

    .vertical-tab {
        display: block;
        /*margin-bottom:65px;*/
    }

    .vertical-tab.mobile {
        border-left: none;
        margin-top: 10px;
    }

    .vertical-tab .tab-pane div.col-md-4:first-child,
    .vertical-tab .tab-pane div.col-md-6:first-child {
        /*border-left: none;*/
    }

    .vertical-tab .tab-pane div.col-md-4 a,
    .vertical-tab .tab-pane div.col-md-6 a {
        padding: 23px 15px 50px 15px;
    }

    .tab-content > .tab-pane {
        padding-bottom: 20px;
    }

    .vertical-tab .ubersicht {
        bottom: 30px;
    }

    .vertical-tab .ubersicht a,
    .vertical-tab .feed a {
        font-size: 15px;
    }

    .vertical-tab .nav-tabs {
        display: flex;
        border-right: none;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .vertical-tab .nav-tabs li {
        margin-bottom: 10px;
        width: 100%;
        flex: 1 1 50%;
        border-right: none
    }

    .vertical-tab .nav-tabs li:last-child {
        margin-bottom: 0;
    }

    .vertical-tab .nav-tabs li a {
        padding: 10px;
    }

    .vertical-tab .nav-tabs li a:hover:after,
    .vertical-tab .nav-tabs li.active a:after {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 100%;
        right: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .vertical-tab .nav-tabs li a:after {
        background: linear-gradient(225deg, #fd9a0c 95%, transparent 50%);
        transition: 0.9s;
    }

    .vertical-tab .tab-content {
        display: block;
        padding: 15px 0;
    }

    .vertical-tab .tab-content h3 {
        font-size: 18px;
    }

    .vertical-tab .nav-tabs li a {
        font-size: 17px;
        padding: 10px 20px;
    }

    .vertical-tab .tab-pane p.title {
        font-size: 18px;
        line-height: 18px;
    }

    .vertical-tab .nav-tabs > a {
        font-size: 15px;
        bottom: 40px;
    }

    .vertical-tab .tab-content a {
        font-size: 15px;
    }

    .vertical-tab .tab-pane div.col-md-4 a,
    .vertical-tab .tab-pane div.col-md-6 a {
        padding-top: 0;
    }

    .vertical-tab .tab-pane div.col-md-4:first-child a {
        padding: 0 15px 0 0px;
    }

    .vertical-tab .tab-pane div.col-md-4 a {
        padding: 0 15px 0 10px;
    }

    .vertical-tab .tab-pane div.col-md-4,
    .vertical-tab .tab-pane div.col-md-6 {

    }

    .vertical-tab .tab-pane div.col-md-4:first-child a,
    .vertical-tab .tab-pane div.col-md-6:first-child a {
        padding: 0 15px 30px 15px;
    }

    .vertical-tab.mobile .tab-content .tab-pane p.title {
        font-size: 17px;
        line-height: 17px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 479px) {
    .vertical-tab .tab-pane div.col-md-4 a,
    .vertical-tab .tab-pane div.col-md-6 a {
        padding: 0px 15px 30px 10px;
    }

    .vertical-tab .nav-tabs li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 350px) {
    .vertical-tab .nav-tabs li {
        flex: 1 0 45%;
    }

}

@media only screen and (max-width: 349px) {
    .section_white_padding_ticker {
        margin-top: calc((100vw - 30px) + 100% + 340px)!important;
    }
}

/*****************************************************
VERTICAL SLIDER MOBILE
*****************************************************/
.firstbox {
    position: relative;
    color: #fff;
    display: none;
}

.firstbox .text {
    position: absolute;
    bottom: 20px;
    padding-left: 30px;
    z-index: 5;
}

.firstbox p {
    max-width: 170px;
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
}

.firstbox a {
    color: #fff;
    position: relative;
}

.firstbox span {
    font-size: 18px;
    margin-bottom: -19px;
    position: absolute;
    right: 40px;
    bottom: 45px;
}

.firstbox h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    max-width: 200px;
    font-weight: normal;
}

.firstbox .slick-dots {
    left: 0px;
    list-style: none;
    display: block;
}

.firstbox .slick-dots li {
    margin: 0;
    position: relative;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.firstbox .slick-dots li.slick-active {
    border: 1px solid #000;
    border-radius: 50%;
}

.firstbox .slick-dots li button {
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    padding: 0;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/*****************************************************
VERTICAL SLIDER
*****************************************************/
#section_tabs .slider-wrapper {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    height: 265px;
    padding-top: 20px;
}

#section_tabs .slider-wrapper > div {
    flex: 1 1 50%;
}

#section_tabs .slider-wrapper > div.text {
    padding-top: 0;
    height: auto;
    color: #fff;
}

#section_tabs .slider-wrapper > div.image {
    position: relative;
    right: 20px;
    height: auto;
}

#section_tabs .slick-slide {
    width: 100% !important;
    height: 265px;
}

#section_tabs .slick-slide {
    width: 100% !important;
    height: 265px;
}

#section_tabs .slick-slide > div {

    position: relative;
}

#section_tabs .slick-slide div a {
    color: #fff;
}

#section_tabs .slider-wrapper img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
}

#section_tabs .slick-slider {
    display: block;
    position: relative;
    top: 0px;
    padding-left: 30px;
    z-index: 9;
    height: 265px;
}

#section_tabs .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
    height: 265px !important;
}

@media only screen and (max-width: 1690px) {
    #section_tabs .slider-wrapper > div.text {
        padding-top: 60px;
    }

    #section_tabs .slider-wrapper img {
        top: 12px;
    }

    #section_tabs .slider-wrapper {
        height: 275px;
    }

    #section_tabs .slick-slider {
        height: 275px;
    }
}

@media only screen and (max-width: 1479px) {
    #section_tabs .slider-wrapper {
        height: 235px;
    }

    #section_tabs .slick-slide {
        height: 235px;
    }

    section#section_tabs .fourthright .background {
        height: 235px;
    }

    #section_tabs .slick-list {
        height: 235px !important;
    }

    #section_tabs .slider-wrapper > div.text {
        padding-top: 20px;
    }

    #section_tabs .slider-wrapper img {
        top: 5px;
        right: 15px;
    }

    #section_tabs .slick-slider {
        height: 235px;
    }
}

@media only screen and (max-width: 1279px) {
    #section_tabs .slider-wrapper img {
        top: 25px;
    }

    #section_tabs .slider-wrapper > div.text {
        padding-top: 10px;
    }

    section#section_tabs .fourthright .background {
        height: 225px;
    }

    #section_tabs .slick-list {
        height: 225px !important;
    }

    #section_tabs .slick-slider {
        height: 225px;
    }

    #section_tabs .slider-wrapper {
        height: 225px;
    }
}

@media only screen and (max-width: 1023px) {
    #section_tabs .slider-wrapper img {
        right: 0;
    }

    #section_tabs .slider-wrapper {
        height: 175px;
    }

    #section_tabs .slick-slide {
        height: 175px;
    }

    section#section_tabs .fourthright .background {
        height: 175px;
    }

    #section_tabs .slick-list {
        height: 175px !important;
    }

    #section_tabs .slick-slider {
        height: 175px;
        padding-left: 20px;
    }

    #section_tabs .slider-wrapper > div.text {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    section#section_tabs .fourthright .background {
        height: 160px;
    }

    #section_tabs .slick-list {
        height: 160px !important;
    }

    #section_tabs .slick-slide {
        height: 160px;
    }

    #section_tabs .slick-slider {
        height: 160px;
        padding-left: 15px;
    }

    #section_tabs .slick-slide div {
        height: 160px;
        position: relative;
    }

    #section_tabs .slider-wrapper > div.text {
        padding-top: 0px;
    }

    #section_tabs .slider-wrapper img {
        top: 35px;
    }

    section#section_tabs .fourthright h3 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 639px) {

    #section_tabs .slider-wrapper > div.text {
        padding-top: 30px;
    }

    #section_tabs .slick-slide div {
        height: 255px;
        position: relative;
    }

    #section_tabs .slider-wrapper img {
        top: inherit;
        bottom: 20px;
        right: -20px;
        max-width: inherit;
    }

    section#section_tabs .fourthright .background {
        height: 255px;
    }

    #section_tabs .slick-list {
        height: 255px !important;
    }

    #section_tabs .slick-slider {
        height: 255px;
    }

    #section_tabs .slick-slide {
        height: 255px;
    }

    section#section_tabs .fourthright h3 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 479px) {
    #section_tabs .slider-wrapper > div.text {
        padding-top: 15px;
    }

    #section_tabs .slider-wrapper img {
        right: 0;
        max-width: 100%;
    }

    section#section_tabs .fourthright .background {
        height: 205px;
    }

    #section_tabs .slick-list {
        height: 205px !important;
    }

    #section_tabs .slick-slider {
        height: 205px;
    }

    #section_tabs .slick-slide {
        height: 205px;
    }

    #section_tabs .slick-slide div {
        height: 205px;
        position: relative;
    }
}

@media only screen and (max-width: 419px) {
    #section_tabs .slider-wrapper > div.text {
        padding-top: 25px;
    }

    section#section_tabs .fourthright .background {
        height: 175px;
    }

    #section_tabs .slick-list {
        height: 175px !important;
    }

    #section_tabs .slick-slider {
        height: 175px;
    }

    #section_tabs .slick-slide {
        height: 175px;
    }

    #section_tabs .slick-slide div {
        height: 175px;
        position: relative;
    }
}

@media only screen and (max-width: 359px) {
    #section_tabs .slider-wrapper > div.text {
        padding-top: 5px;
    }

    section#section_tabs .fourthright .background {
        height: 200px;
    }

    #section_tabs .slick-list {
        height: 155px !important;
    }

    #section_tabs .slick-slider {
        height: 155px;
    }

    #section_tabs .slick-slide {
        height: 155px;
    }

    #section_tabs .slick-slide div {
        height: 155px;
        position: relative;
    }
}

@media only screen and (max-width: 322px) {
    #section_tabs .slider-wrapper > div.text {
        padding-top: 0px;
    }

    #section_tabs .slider-wrapper {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 359px) {
    /*#section_tabs .slick-slider.desktop
    {
        display:none;
    }
    #section_tabs .slick-slider.mobile
    {
        display:block;
    }
    section#section_tabs .fourthright .background{
        background: none;
        height:385px;
    }
    #section_tabs .slick-slide {
        height: 395px;
    }
    #section_tabs .slick-slide div {
        height: 395px;
    }
    #section_tabs .slick-slide div.text {
        position: absolute;
        bottom:0px;
        height:inherit;
    }*/
}

/* Dots */
#section_tabs .vertical-dots {
    right: -30px;
    list-style: none;
    display: block;
    position: absolute;
    top: 45%;
    text-align: right;
    width: 20px;
    height: 100%;
    display: table;
    float: right;
}

#section_tabs .vertical-dots li {
    float: right;
}

#section_tabs .vertical-dots li.slick-active {
    border: 1px solid #000;
    border-radius: 50%;
}

#section_tabs .vertical-dots li button {
    background-color: #000;
}

@media only screen and (max-width: 1479px) {
    #section_tabs .vertical-dots {
        top: 40%;
    }
}

@media only screen and (max-width: 1023px) {
    #section_tabs .vertical-dots {
        top: 35%;
    }
}

@media only screen and (max-width: 767px) {
    #section_tabs .vertical-dots {
        top: 35%;
    }
}

@media only screen and (max-width: 639px) {
    #section_tabs .vertical-dots {
        right: -30px;
        top: 45%;
    }
}

@media only screen and (max-width: 479px) {
    #section_tabs .vertical-dots {
        right: -30px;
        top: 35%;
    }
}

@media only screen and (max-width: 419px) {
    #section_tabs .vertical-dots {
        right: -30px;
        top: 35%;
    }
}

@media only screen and (max-width: 359px) {
    #section_tabs .vertical-dots {
        right: -30px;
        top: 35%;
    }
}

/*****************************************************
fourthsection: newsletter
*****************************************************/
section#section_newsletter {
    background-color: #fff;
    color: #000;
    padding-top: 50px;
}

body.page section#section_newsletter {
    background-color: #fff;
    color: #000;
    padding-top: 50px;
}

section#section_newsletter .col-md-3 h4 {
    font-size: 24px;
    line-height: 24px;
}

section#section_newsletter .col-md-3 p {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
}

section#section_newsletter .col-md-6,
section#section_newsletter .col-md-3 {
    position: relative;
    z-index: 9;
    height: auto;
}

section#section_newsletter .col-md-6 input[type=text] {
    height: 45px;
    background: #f0e9d6;
    margin-top: 10px;
    border-radius: 0;
    font-size: 16px;
}

section#section_newsletter .col-md-6 p {
    margin-top: 3px;
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

section#section_newsletter .col-md-6 a {
    color: #f9750b;
}

section#section_newsletter .col-md-6 a:hover {
    text-decoration: underline !important;
}

section#section_newsletter .col-md-6 input[type=checkbox] {
    float: left;
    border-radius: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 20px;
    width: 15px;
}

section#section_newsletter .col-md-3 button[type=submit] {
    height: 45px;
    background: #482f24;
    margin-top: 10px;
    text-align: right;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    transition: 0.9s;
}

section#section_newsletter .col-md-3 button[type=submit]:hover {
    background: #fd9a0c;
}

section#section_newsletter .col-md-3 i {
    padding-left: 5px;
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 1479px) {
    body.home section#section_newsletter .container {
        max-width: 1120px;
    }

    body.page section#section_newsletter .container {
        max-width: 1120px;
    }
}

@media only screen and (max-width: 1279px) {
    body.home section#section_newsletter .container {
        max-width: 975px;
    }

    body.page section#section_newsletter .container {
        max-width: 975px;
    }

    body.page section#section_newsletter {
        /*padding-top: 65px;*/
    }
}

@media only screen and (max-width: 1023px) {
    section#section_newsletter {
        padding-top: 28px;
    }

    body.home section#section_newsletter .container {
        max-width: 720px;
    }

    body.page section#section_newsletter .container {
        max-width: 750px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    body.page section#section_newsletter {
        padding-top: 40px;
    }
}

@media all and (min-width: 640px) and (max-width: 1023px) {
    section#section_tabs .container:first-child, section#section_tabs .container .row.tabs {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 767px) {
    body.page section#section_newsletter .container {
        max-width: 620px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    body.home section#section_newsletter .container {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 620px;
    }

    section#section_newsletter {
        padding-top: 40px;
    }

    body.home section#section_newsletter {
        /* margin-top: 20px;*/
    }

    section#section_newsletter .col-sm-3 p {
        font-size: 14px;
    }

    section#section_newsletter .col-sm-3 h4 {
        font-size: 18px;
    }

    section#section_newsletter .col-sm-8 {
        padding-right: 5px;
    }

    section#section_newsletter .col-sm-4 {
        padding-left: 0;
        padding-right: 15px;
    }

    section#section_newsletter .col-md-6 input[type=text] {
        height: 50px;
    }

    section#section_newsletter .col-md-3 button[type=submit] {
        height: 50px;
    }
}

@media only screen and (max-width: 639px) {
    body.home section#section_newsletter .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.page section#section_newsletter .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.home section#section_newsletter {
        /*margin-top: -20px;*/
    }

    section#section_newsletter {
        /*padding-top: 20px;*/
    }

    section#section_newsletter .col-md-6 input[type=text] {
        font-size: 14px;
        padding: 6px 15px;
    }

    section#section_newsletter .col-md-3 button[type=submit] {
        font-size: 14px;
        text-align: center;
    }

    section#section_newsletter .col-md-6 input[type=checkbox],
    section#section_newsletter .col-md-6 p {
        margin-top: 20px;
    }

    section#section_newsletter .col-sm-8 {
        width: 65%;
    }

    section#section_newsletter .col-sm-4 {
        width: 35%;
    }

    section#section_newsletter .col-md-3 i {
        display: none;
    }
}

/*****************************************************
footer bereich
*****************************************************/
footer.jumbotron {
    background-image: url(../images/footer/footer_1920.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 0;
    margin: 0;
    position: relative;
    bottom: 0;
    text-align: left;
    background-color: #fff;
    height: 385px;
    margin-top: -60px;
    overflow: hidden;
}

body.home footer.jumbotron .container {
    max-width: 1140px;
    color: white;
    padding-top: 140px;
}

body.page footer.jumbotron .container {
    max-width: 1140px;
    color: white;
    padding-top: 140px;
}

footer.jumbotron input {
    background-color: transparent;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

footer.jumbotron .container .second {
    padding-top: 50px;
    z-index: 99;
}

footer.jumbotron .container .social {
    padding-top: 10px;
    margin-top: 20px;
}

footer.jumbotron .container .col-lg-4 p {
    max-width: 180px;
}

footer.jumbotron .container .first .text {
    padding-top: 60px;
}

footer.jumbotron .container .col-lg-6 span,
footer.jumbotron .container .col-lg-6 a {
    padding-right: 10px;
    color: #a78971;
    font-size: 13px;
}

footer.jumbotron .container .col-lg-6 a:hover {
    color: #f9750b;
}

footer.jumbotron .container .col-lg-6 p:last-child {
    margin-top: 20px;
    margin-bottom: 20px;
}

footer.jumbotron p {
    margin: 0;
    font-size: 15px;
}

footer.jumbotron .lampe {
    position: absolute;
    margin-left: -75px;
    bottom: 0;
}

footer.jumbotron .logos img:first-child {
    padding-right: 15px;
    margin-top: 0;
    max-width: 220px;
}

footer.jumbotron .logos img {
    margin-top: 25px;
}

@media only screen and (max-width: 1919px) {
    footer.jumbotron {
        margin-top: -60px;
        background-image: url(../images/footer/footer_1920.png);
        background-repeat: no-repeat;
        height: 385px;
    }

    footer.jumbotron .col-lg-6 {
        width: 41.66666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    footer.jumbotron .col-lg-4 {
        width: 33.33333333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    footer.jumbotron .col-lg-2 {
        width: 16.66666667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    footer.jumbotron .lampe {
        margin-left: -65px;
    }

}

@media only screen and (max-width: 1479px) {
    body.home footer.jumbotron .container {
        max-width: 1120px;
    }

    body.page footer.jumbotron .container {
        max-width: 1120px;
    }
}

@media only screen and (max-width: 1280px) {
    footer.jumbotron {
        margin-top: -50px;
        background-image: url(../images/footer/footer_1280.png);
        background-repeat: no-repeat;
        height: 385px;
    }

    body.home footer.jumbotron .container {
        padding-top: 140px;
    }

    body.page footer.jumbotron .container {
        padding-top: 140px;
    }
}

@media only screen and (max-width: 1279px) {
    body.home footer.jumbotron .container {
        max-width: 975px;
        padding-top: 150px;
    }

    body.page footer.jumbotron .container {
        max-width: 975px;
        padding-top: 150px;
    }

    footer.jumbotron .lampe {
        margin-left: -145px;
        margin-top: 120px;
        max-width: 380px;
    }

    footer.jumbotron .container .second {
        padding-top: 40px;
    }

    footer.jumbotron .logos img:first-child {
        max-width: 210px;
    }

    footer.jumbotron .logos img {
        max-width: 110px;
    }
}

@media only screen and (max-width: 1200px) {
    footer.jumbotron .logos img:first-child {
        max-width: 210px;
        margin-top: 0;
    }

    footer.jumbotron .logos img {
        max-width: 110px;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    footer.jumbotron {
        margin-top: -50px;
        background-image: url(../images/footer/footer_1024.png);
        background-repeat: no-repeat;
        height: 353px;
    }

    body.home footer.jumbotron .container {
        padding-top: 115px;
    }

    body.page footer.jumbotron .container {
        padding-top: 115px;
    }
}

@media only screen and (max-width: 1023px) {
    body.home footer.jumbotron .container {
        max-width: 720px;
        padding-top: 130px;
    }

    body.page footer.jumbotron .container {
        max-width: 750px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 130px;
    }

    footer.jumbotron .logos img:first-child {
        max-width: 180px;
        margin-top: 0;
    }

    footer.jumbotron .logos img {
        max-width: 80px;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 768px) {
    footer.jumbotron {
        margin-top: -40px;
        background-image: url(../images/footer/footer_768.png);
        background-repeat: no-repeat;
        height: 293px;
    }

    body.home footer.jumbotron .container {
        padding-top: 70px;
    }

    body.page footer.jumbotron .container {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    body.home footer.jumbotron .container {
        padding-left: 30px;
        padding-top: 115px;
        max-width: 620px;
    }

    body.page footer.jumbotron .container {
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 115px;
        max-width: 620px;
    }

    footer.jumbotron .logos img:first-child {
        max-width: 135px;
        margin-top: 0;
    }

    footer.jumbotron .facebook,
    footer.jumbotron .instagram,
    footer.jumbotron .youtube,
    footer.jumbotron .whatsapp {
        font-size: 28px;
        line-height: 28px;
        width: 35px;
        height: 35px;
    }

    footer.jumbotron .lampe {
        max-width: 340px;
        margin-left: -200px;
        margin-top: 135px;
    }

    footer.jumbotron p {
        max-width: 160px;
    }

    footer.jumbotron .container .col-lg-4 p {
        max-width: 160px;
    }

    footer.jumbotron .container .col-lg-6 p:last-child {
        max-width: 220px;
    }

    footer.jumbotron .logos img {
        margin-top: 10px;
    }

    footer.jumbotron .container .col-lg-6 span,
    footer.jumbotron .container .col-lg-6 a {
        padding-right: 5px;
    }

    footer.jumbotron p {
        font-size: 14px;
        line-height: 14px;
    }

    footer.jumbotron .container .col-lg-5 span,
    footer.jumbotron .container .col-lg-5 a {
        font-size: 12px;
    }

    footer.jumbotron .lampe {
        max-width: 340px;
        margin-left: -170px;
        margin-top: 115px;
    }

    footer.jumbotron .container .first .text {
        padding-top: 35px;
    }

    footer.jumbotron .container .second {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 697px) {
    footer.jumbotron {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 640px) {
    footer.jumbotron {
        margin-top: -50px;
        background-image: url(../images/footer/footer_640.png);
        background-repeat: no-repeat;
        height: 249px;
    }

    body.home footer.jumbotron .container {
        color: white;
        padding-top: 69px;
    }

    body.page footer.jumbotron .container {
        color: white;
        padding-top: 69px;
    }

    footer.jumbotron .container .first .logos {
        padding-top: 15px;
    }

    footer.jumbotron .container .second {
        padding-top: 40px;
    }

    footer.jumbotron .container .first .text {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 639px) {

    body.home footer.jumbotron .container {
        padding-top: 50px;
        padding-left: 15px;
    }

    body.page footer.jumbotron .container {
        padding-top: 50px;
        padding-left: 15px;
    }

    footer.jumbotron .col-lg-4 {
        padding-left: 0;
        padding-right: 0;
    }

    footer.jumbotron .logos img:first-child {
        max-width: 100px;
        margin-top: 0;
    }

    footer.jumbotron .container .first .text {
        padding-top: 15px;
    }

    footer.jumbotron .container .first .logos {
        padding-top: 40px;
    }

    footer.jumbotron .container .second {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 540px) {
    footer.jumbotron .logos img {
        max-width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    footer.jumbotron {
        background-image: url(../images/footer/footer_400.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 460px;
    }

    body.home footer.jumbotron .container {
        color: white;
        padding-top: 85px;
    }

    body.page footer.jumbotron .container {
        color: white;
        padding-top: 85px;
    }

    footer.jumbotron .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer.jumbotron .container .first {
        padding-top: 10px;
    }

    footer.jumbotron .container .first .logos {
        padding-top: 60px;
    }

    footer.jumbotron .container .first .text {
        padding-top: 20px;
    }

    footer.jumbotron p {
        max-width: 160px;
        line-height: 22px;
    }

    footer.jumbotron .logos img:first-child {
        max-width: 120px;
        margin-top: 0;
    }

    footer.jumbotron img:last-child {
        max-width: 60px;
    }

    footer.jumbotron img.lampe {
        max-width: 270px;
        margin-left: 0px;
        margin-top: 0px;
        position: absolute;
        right: 0px;
        bottom: 0;
    }

    footer.jumbotron .container .social {
        padding-top: 10px;
        margin-top: 0px;
    }

    footer.jumbotron .container .col-lg-4 p {
        max-width: 160px;
    }

    footer.jumbotron .container .second {
        margin-top: -168px;
        padding-top: 0;
    }

    footer.jumbotron .container .col-lg-6 p:last-child {
        margin-top: 140px;
        position: relative;
        z-index: 99;
    }

    footer.jumbotron .container .second .social {
        padding-top: 10px;
    }

    footer.jumbotron .container .col-lg-5 p:last-child {
        margin-top: 125px;
        max-width: 140px;
    }

    footer.jumbotron .col-lg-6,
    footer.jumbotron .col-lg-4,
    footer.jumbotron .col-lg-2 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    footer.jumbotron {
        background-image: url(../images/footer/footer_360.png);
        background-repeat: no-repeat;
        height: 381px;
    }

    body.home footer.jumbotron .container {
        padding-top: 0px;
    }

    body.page footer.jumbotron .container {
        padding-top: 0px;
    }

    footer.jumbotron .container .col-lg-6 p:last-child {
        max-width: 130px;
        margin-top: 120px;
        position: relative;
        z-index: 9999;
    }

    footer.jumbotron .container .second {
        margin-top: -170px;
        padding-top: 0;
    }
}

/*****************************************************
bootstrap edit
*****************************************************/
@media only screen and (max-width: 639px) {
    .col-xs-push-6 {
        left: 0%;
    }

    .col-xs-pull-6 {
        right: 0%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-sm-6:not(.flex) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
    }

    .col-sm-12.flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xs-6.flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .flex-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}


@media only screen and (max-width: 359px) {
    section#section_white .thirdright div.background {
        max-width: 255px;
        height: 95px;
        top: 10px;
    }

    section#section_white .thirdright img.small {
        max-width: 240px;
    }

    section#section_white .thirdright .content div.text {
        margin-left: 110px;
    }
}

@media only screen and (min-width: 640px) {
    section#section_white {
        margin-top: 200px;
    }
}

@media only screen and (min-width: 1024px) {
    section#section_white {
        margin-top: 380px;
    }
}

@media only screen and (min-width: 1280px) {
    section#section_white {
        margin-top: 450px;
    }
}

@media only screen and (min-width: 1480px) {
    section#section_white {
        margin-top: 580px;
    }
}

.grabbiesboxstart {
    background-color: #fd9a0c;
    display: block;
}

section#section_white .thirdright .content .grabbiesboxstart div {
    bottom: 0 !important;
    padding: 0 15px !important;
    margin: 0;
}

@media only screen and (max-width: 1279px) {
    section#section_white .thirdright .content .grabbiesboxstart h3 {
        font-size: 24px !important;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 1023px) {
    section#section_white .thirdright .content .grabbiesboxstart [class*="col-"] {
        padding: 0 !important;
    }

    section#section_white .thirdright .content .grabbiesboxstart img[style] {
        margin-left: -15px !important;
        width: calc(100% + 15px) !important;
    }

    section#section_white .thirdright .content .grabbiesboxstart p {
        display: none;
    }

    section#section_white .thirdright .content .grabbiesboxstart h3 {
        font-size: 20px !important;
        line-height: 1em;
    }
}

@media only screen and (max-width: 639px) {
    section#section_white .thirdright .content .grabbiesboxstart {
        margin-bottom: 60px;
    }

    section#section_white .thirdright .content .grabbiesboxstart h3 {
        font-size: 6vw !important;
        line-height: 1.2em;
    }
}

@media all and (min-width: 640px) and (max-width: 767px) {
    section#section_tabs .fourthright p {
        font-size: 12px;
        line-height: 1.2em;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    section#section_tabs .fourthright p {
        font-size: 14px;
        line-height: 1.2em;
    }
}

@media all and (min-width: 1024px) and (max-width: 1690px) {
    section#section_tabs .fourthright p {
        font-size: 18px;
        line-height: 1.2em;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    section#section_water .firstleft h3 {
        font-size: 18px;
        line-height: 1.2em;
    }
}


.aqp-shortlinks {
    display: block;
    width: 260px;
    max-width: 100%;
    margin-left: auto;
    position: absolute;
    z-index: 5;
    left: -640px;
    /*top: -680px;*/
    top: -600px;
}

.aqp-shortlinks a {
    display: block;
    transition: transform 0.38s ease;
}

.aqp-shortlinks a:first-child {
    padding: 0 20px;
    box-sizing: border-box;
}

.aqp-shortlinks a:hover {
    transform: scale(1.1);
}

@media all and (max-width: 1690px) {
    .aqp-shortlinks {
        left: -610px;
    }
}

@media all and (max-width: 1479px) {
    .aqp-shortlinks {
        left: -510px;
    }
}

@media all and (max-width: 1280px) {
    .aqp-shortlinks {
        position: absolute;
        left: -405px;
        top: -440px;
        width: 205px;
    }
}

@media all and (max-width: 1023px) {
    .aqp-shortlinks {
        position: absolute;
        right: calc(100% + 16px);
        top: -155px;
    }
}

@media all and (max-width: 639px) {
    .aqp-shortlinks {
        position: absolute;
        right: 20px;
        top: -150px;
        transform: rotate(-5deg);
    }
}



.tpl__aquapark__ticket{
    display: block;
    position: absolute;
    left: 100%;
    top: 100%;
}