@font-face {
    font-family: 'AvenirNextLTPro';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/AvenirNextLTPro-Regular.otf") format('opentype');
}

body {
    width: 100%;
    height: 100%;
    font-family: 'AvenirNextLTPro', Helvetica, Verdana, sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

    p.lead {
        font-weight: 600;
    }

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #176e61;
    }

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 10px 0 8px;
    border-bottom: 0;
    letter-spacing: 1px;
    background: #6b584c;
    background-color: #6b584d;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-box-shadow: 0px 1px 5px rgba(233,221,198,0.5), inset 0px 0px 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 1px 5px rgba(233,221,198,0.5), inset 0px 0px 1px rgba(255,255,255,0.3);
    box-shadow: 0px 1px 5px rgba(233,221,198,0.5), inset 0px 0px 1px rgba(255,255,255,0.3);
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand {
    height: 40px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1em;
    margin-right: -15px;
}

    .navbar-brand h1 {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        background-image: url('../images/hesscarLogo.png');
        height: 55px;
        width: 315px;
        position: relative;
        bottom: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
        transition: all .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-brand:focus {
        outline: 0;
    }

.nav.navbar-nav {
    /*background-color: rgba(255,255,255,.4);*/
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    /*background-color: rgba(0,0,0,0);*/
}

/* bei AKTUELL eine 1 hinschreiben wenn ein neuer Artikel vorliegt */
.navbar-nav li a[href*="Aktuell"]::after {
    content: '1';
    width: 18px;
    height: 18px;
    background-color: #f00;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    line-height: 16px;
    position: absolute;
    z-index: 5;
    top: 10px;
    font-size: 10px;
    font-weight: bold;
    padding-left: 6px;
    margin-left: 3px;
}

.navbar-fixed-top, .navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-default .navbar-nav > li {
    color: #f2f2f2;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: 1px solid #f2f2f2;
}

    .navbar-default .navbar-nav > li > a {
        position: relative;
        display: block;
        padding: 15px 5px;
        color: #f2f2f2;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #f2f2f2;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #f2f2f2;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f2f2f2;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -5px;
    padding: 0;
}

    /*.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}*/

    .navbar-nav > li > .dropdown-menu li {
        padding: 5px;
        border-bottom: 1px dotted #6b584d;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    line-height: normal;
    padding: 3px 10px;
    color: #f2f2f2;
}

.navbar-nav > li > .dropdown-menu li:last-child {
    border-bottom: 0;
}

.navbar-custom ul.nav li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #e9ddc6;
    text-transform: uppercase;
    font-weight: 400;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.nav .open .dropdown-menu > li > a {
    color: #6b584d;
}

ul.nav + div {
    color: #f2f2f2;
    font-weight: 600;
    line-height: 3em;
    margin-left: 0;
    float: left;
}

    ul.nav + div span:first-child {
        border-right: 1px solid #f2f2f2;
        padding-right: 5px;
        margin-right: 5px;
    }

    ul.nav + div span a {
        font-weight: normal;
    }

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #e9ddc6;
    background-color: transparent;
}

.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
}

    .navbar-custom ul.nav ul.dropdown-menu li {
        border-bottom: 1px solid #f5f5f5;
    }

        .navbar-custom ul.nav ul.dropdown-menu li:last-child {
            border-bottom: none;
        }

        .navbar-custom ul.nav ul.dropdown-menu li a {
            padding: 10px 20px;
            color: #e9ddc6;
        }

            .navbar-custom ul.nav ul.dropdown-menu li a:hover {
                /*background: #fefefe;*/
            }

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
        outline: 0; /*background-color: rgba(255,255,255,.2);*/
    }

    .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
        outline: 0; /*background-color: rgba(255,255,255,.2);*/
    }

.navbar-default .navbar-nav > li > a:hover {
    color: #f2f2f2;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 35px;
    color: #e9ddc6;
    width: 50px;
    left: 15px;
    top: 15px;
    float: left;
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle:focus, .navbar-toggle:active {
    outline: 0;
}

.navbar .mandInfo {
    width: 100%;
    text-align: right;
    color: #fff;
    position: relative;
    right: 5px;
}

    .navbar .mandInfo span {
        width: 100%;
        text-align: right;
        font-size: 16px;
    }

        .navbar .mandInfo span img {
            height: 18px;
            width: auto;
        }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav li a, .nav li a:hover, .nav li a:focus {
    background-color: transparent;
    border-color: transparent;
}
/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#loaderInner {
    background: #ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin {
    0% {
        transform: translate(-10px, 0px);
    }

    25% {
        transform: translate(10px, 10px);
    }

    50% {
        transform: translate(10px, -10px);
    }

    75% {
        transform: translate(-10px, -10px);
    }

    100% {
        transform: translate(-10px, 10px);
    }
}

@keyframes shadowSpin {
    0% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }

    25% {
        box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
    }

    50% {
        box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
    }

    75% {
        box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
    }

    100% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }
}

#load {
    z-index: 9999;
    background-color: #FF4136;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #FF4136;
    box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
    animation: shadowSpin 1s ease-in-out infinite;
}
/* misc */
hr {
    margin-top: 10px;
}
/* margins */
.marginbot-0 {
    margin-bottom: 0 !important;
}

.marginbot-10 {
    margin-bottom: 10px !important;
}

.marginbot-20 {
    margin-bottom: 20px !important;
}

.marginbot-30 {
    margin-bottom: 30px !important;
}

.marginbot-40 {
    margin-bottom: 40px !important;
}

.marginbot-50 {
    margin-bottom: 50px !important;
}
/* ===========================
--- sections
============================ */

section.home-section {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    z-index: 120;
}

section .container .row {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
/* Sprungmarken */
a#ReiseangeboteTitel, a#DienstleistungenTitel, a#GruppenTitel, a#GruppenreisenTitel, a#FahrzeugeTitel, a#GeschichteTitel, a#AktuellTitel {
    padding-top: 50px;
}

#Reiseangebote > .section-heading, #Dienstleistungen > .section-heading, #Gruppenreisen > .section-heading, #Fahrzeuge > .section-heading, #Geschichte > .section-heading, #Aktuell > .section-heading {
    background-color: #6b584d;
    padding: 15px 0;
    -moz-box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
}

.section-heading h2 {
    font-size: 24px;
    color: #e9ddc6;
    font-weight: 400;
    background-color: #6b584d;
    text-align: center;
}

.section-heading i {
    margin-bottom: 20px;
    display: none;
}

#Dienstleistungen .container .dienstleistungen h2::before, #Reiseangebote .container .reiseArten h2::before, #Gruppen .container .gruppen h2::before, #Fahrzeuge .container .fahrzeuge h2::before, #Aktuell .container .aktuell h2::before {
    display: inline-block;
    content: '';
    position: relative;
    width: 100px;
    height: 5px;
    background-repeat: no-repeat;
    top: -20px;
    text-align: left;
    filter: drop-shadow( -2px 2px 5px rgba(0,0,0,0.8));
    right: 35px;
}

#Dienstleistungen .container .dienstleistungen h2::after, #Reiseangebote .container .reiseArten h2::after, #Gruppen .container .gruppen h2::after, #Fahrzeuge .container .fahrzeuge h2::after, #Aktuell .container .aktuell h2::after {
    display: inline-block;
    content: '';
    position: relative;
    width: 100px;
    height: 5px;
    left: 25px;
    background-repeat: no-repeat;
    top: -20px;
    text-align: right;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    filter: drop-shadow( -2px 2px 5px rgba(0,0,0,0.8));
}

#Dienstleistungen .container .dienstleistungen h2::before, #Dienstleistungen .container .dienstleistungen h2::after, #Gruppen .container .gruppen h2::before, #Gruppen .container .gruppen h2::after, #Aktuell .container .aktuell h2::before, #Aktuell .container .aktuell h2::after {
    background-image: url('../images/bus-balken-weiss.png');
}

#Reiseangebote .container .reiseArten h2::before, #Reiseangebote .container .reiseArten h2::after, #Fahrzeuge .container .fahrzeuge h2::before, #Fahrzeuge .container .fahrzeuge h2::after {
    background-image: url('../images/bus-balken-braun.png');
}

#Reiseangebote .container, #Dienstleistungen .container, #Gruppen .container, #Gruppenreisen .container, #Fahrzeuge .container, #Geschichte .container, #Aktuell .container, #Kontakt .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#Reiseangebote .container {
    padding: 0;
}

#Dienstleistungen > .container, #Gruppenreisen > .container {
    min-height: 250px;
}

#Reiseangebote .container .row .menuBox, #Dienstleistungen .container .row .menuBox, #Gruppen .container .row .menuBox, #Gruppenreisen .container .row .menuBox, #Fahrzeuge .container .row .menuBox, #Geschichte .container .row .menuBox, #Aktuell .container .row .menuBox, #Kontakt .container .row .menuBox {
    padding: 0;
    box-sizing: border-box;
}

    #Reiseangebote .container .row .menuBox .reiseArten {
        width: 100%;
        padding: 0;
    }

#Reiseangebote {
    /*-moz-box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);*/
}

    #Reiseangebote > .container {
        background-image: url('../images/ReiseangeboteBild.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        min-height: 150vh;
        max-height: 2000px;
        background-position: bottom; /*background-attachment: fixed;*/
    }

    #Reiseangebote > .section-heading {
        display: none;
    }

    #Reiseangebote .container .reiseArten h2 {
        color: #6b584d;
        padding: 45px 15px 25px 15px;
        text-indent: 20px;
        width: auto;
        text-transform: none;
        text-align: center;
        font-size: 3.5em;
        line-height: 1.36363636em;
        font-weight: normal;
    }

    #Reiseangebote .reiseArten .inhalt {
        width: 100%;
        max-width: 1500px;
        margin: 50px auto 75px;
        display: table;
    }

        #Reiseangebote .reiseArten .inhalt > div {
            width: 100%;
            height: auto;
            display: table-row;
        }

        #Reiseangebote .reiseArten .inhalt a[class*="box"] {
            width: 230px;
            height: 100%;
            text-align: center;
            margin: 0 auto;
            /*transform: rotate(-45deg);*/
            display: block;
            position: relative;
        }

            #Reiseangebote .reiseArten .inhalt a[class*="box"] div {
                width: 162px;
                height: 162px;
                background-color: #6b584d;
                color: #f2f2f2;
                text-align: center;
                transform: rotate(45deg);
                position: absolute;
                top: 35px;
                left: 35px;
            }

        #Reiseangebote .reiseArten .inhalt div + div {
            width: 316px;
            height: 316px;
        }
        /*#Reiseangebote .reiseArten .inhalt a[class*="box"] {
            border: 5px solid #6b584d;
        }*/
        #Reiseangebote .reiseArten .inhalt a[class*="box"] span.boxbild {
            border: 1px solid red;
            width: 230px;
            height: 230px;
            position: relative;
            display: inline-block;
        }

        #Reiseangebote .reiseArten .inhalt a[class*="box"] span.reiseartboxtext {
            top: calc(50% - 40px);
            left: 0;
            width: 100%;
            text-align: center;
            height: 80px;
            line-height: normal;
            font-size: 25px;
            font-weight: 400;
            color: #f2f2f2;
            padding-top: 5px;
            /*transform: rotate(45deg);*/
            position: absolute;
            z-index: 1;
        }

        #Reiseangebote .reiseArten .inhalt .box2 span, #Reiseangebote .reiseArten .inhalt .box3 span, #Reiseangebote .reiseArten .inhalt .box5 span, #Reiseangebote .reiseArten .inhalt .box6 span {
            padding-top: 20px !important;
        }

        #Reiseangebote .reiseArten .inhalt a[class*="box"]:hover {
            -webkit-transition: opacity .3s ease-in-out;
            -moz-transition: opacity .3s ease-in-out;
            -o-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
            background-color: transparent;
        }

            #Reiseangebote .reiseArten .inhalt a[class*="box"]:hover img {
                opacity: 1;
            }

            #Reiseangebote .reiseArten .inhalt a[class*="box"]:hover div {
                background-color: transparent;
                border: 5px solid #6b584d;
            }

        #Reiseangebote .reiseArten .inhalt a[class*="box"] img {
            /*transform: rotate(45deg);*/
            /*position: absolute;
            top: -45px;
            left: -45px;*/
            height: 100%;
            width: auto;
            z-index: 0;
            padding-top: 2px;
            padding-left: 2px;
            /*border: 2px solid #6b584d;
            -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            -o-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            -ms-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
        }

            #Reiseangebote .reiseArten .inhalt a[class*="box"] img:after {
                content: '';
                position: absolute;
                left: -50px;
                top: 50px;
                width: 0;
                height: 0;
                border: 50px solid transparent;
                border-top-color: #037CA9;
            }

        #Reiseangebote .reiseArten .inhalt a.box2 div span, #Reiseangebote .reiseArten .inhalt a.box3 div span, #Reiseangebote .reiseArten .inhalt a.box6 div span {
            padding-top: 20px;
        }

        #Reiseangebote .reiseArten .inhalt > div {
            width: 80%;
            height: auto;
            max-width: 1000px;
            margin: 15% auto 0;
        }

        #Reiseangebote .reiseArten .inhalt div.element1 {
        }

        #Reiseangebote .reiseArten .inhalt div.element2 {
        }

        #Reiseangebote .reiseArten .inhalt div.element3 {
        }

        #Reiseangebote .reiseArten .inhalt div.element4 {
        }

        #Reiseangebote .reiseArten .inhalt div.element5 {
        }

        #Reiseangebote .reiseArten .inhalt div.element6 {
        }

        #Reiseangebote .reiseArten .inhalt div div[class*='element'] {
            width: 100%;
            height: 230px;
            display: table-cell;
            text-align: center;
            float: left;
        }

    /*#Reiseangebote .container span.bild {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
    }

        #Reiseangebote .container span.bild img {
            width: 100%;
            height: auto;
        }

    #Reiseangebote .container .inner.right {
        position: absolute;
        top: 10px;
        right: 5px;
        width: 100%;
        z-index: 10;
    }

    #Reiseangebote .container .inner.left {
        position: absolute;
        top: 10px;
        left: 5px;
        width: 100%;
        z-index: 10;
    }*/

    #Reiseangebote .container .inner h5 {
        color: #6b584d;
        font-size: 20px;
        padding: 10px 10px 5px;
    }

    #Reiseangebote .container .inner.right h5, #Reiseangebote .container .inner.right p {
        text-align: center;
    }

    #Reiseangebote .container .inner.left h5, #Reiseangebote .container .inner.left p {
        text-align: center;
    }

#Gruppenreisen {
    -moz-box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
}

    #Gruppenreisen > .section-heading {
        display: none;
    }

    #Gruppenreisen > .container {
        background-image: url('../images/Gruppenreisen.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        min-height: 850px;
        background-position: center;
        background-attachment: fixed;
    }

    #Gruppenreisen .container .gruppenreisen .inner {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
    }

    #Gruppenreisen .container .gruppenreisen .inhalt {
        width: 100%;
        /*max-width: 1300px;*/
        margin: 50px auto 75px;
        display: inline-block;
        text-align: left;
    }
    /*#Gruppenreisen .container .inhalt h2 {
        padding: 15px;
        background-color: rgba(107, 88, 77, 0.8);
        color: #e9ddc6;
        text-indent: 20px;
        width: 80%;
        text-transform: none;
    }*/
    #Gruppenreisen .container .inhalt h2 {
        padding: 45px 15px 25px 15px;
        color: rgba(255,255,255,.8);
        text-indent: 20px;
        width: auto;
        text-transform: none;
        text-align: center;
        font-size: 5.35714286em;
        line-height: 1.36363636em;
        font-weight: normal;
    }
    /*#Gruppenreisen .container .inhalt p {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.6);
        color: #000;
        width: 80%;
        margin-top: 75px;
        font-size: 20px;
    }*/
    #Gruppenreisen .container .inhalt p {
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        color: rgba(255,255,255,.7);
        width: auto;
        margin-top: 75px;
        font-size: 25px;
    }

    #Gruppenreisen .gruppenreisen .inner .inhalt a {
        padding: 25px;
        margin: 10% auto 0;
        background-color: rgba(107, 88, 77, 0.8);
        width: auto;
        display: inline-block;
        color: #e9ddc6;
        font-size: 30px;
        min-width: 230px;
        position: relative;
        left: calc(50% - 115px);
    }

        #Gruppenreisen .gruppenreisen .inner .inhalt a:hover {
            text-decoration: none;
            background-color: #6b584d;
        }
/*#Fahrzeuge > .container {
    background-color: #6b584d;
    -moz-box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 10px 1px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
}

#Fahrzeuge .container .fahrzeuge .inhalt {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto 75px;
    display: inline-block;
}

    #Fahrzeuge .container .fahrzeuge .inhalt > h2 {
        padding: 0 0 25px;
        width: 100%;
        text-align: center;
        color: #e9ddc6;
        font-weight: normal;
    }

    #Fahrzeuge .container .fahrzeuge .inhalt > p {
        color: #e9ddc6;
    }

#Fahrzeuge .container .fahrzeuge .inhaltBild span {
    display: block;
}

    #Fahrzeuge .container .fahrzeuge .inhaltBild span img {
        box-shadow: 0 23px 40px rgba(253, 221, 198, 0.3);
        margin: 50px auto 0;
        width: 320px;
        height: auto;
        border-radius: 15px 15px 0 0;
    }

    #Fahrzeuge .container .fahrzeuge .inhaltBild span.bildTitel {
        background-color: #e9ddc6;
        width: 320px;
        display: block;
        margin: 0 auto;
        padding: 10px 0;
        font-size: 18px;
        color: #6b584d;
        border-radius: 0 0 15px 15px;
    }*/

/* --- Dienstleistungen - BG braun, Schrift und Icons hell --- */
#Dienstleistungen > .container {
    background-color: #6b584d;
    font-family: 'AvenirNextLTPro', sans-serif
}

#Dienstleistungen .container .dienstleistungen h2 {
    color: #F2F2F2;
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText h5 {
    color: #f2f2f2;
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span h5::before {
    filter: drop-shadow( -2px 2px 5px rgba(0,0,0,0.8));
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span.dienstleistung1 h5::before {
    background-image: url('../images/icons/airport-hell.png');
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span.dienstleistung2 h5::before {
    background-image: url('../images/icons/suitcase-hell.png');
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span.dienstleistung3 h5::before {
    background-image: url('../images/icons/customer-hell.png');
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span.dienstleistung4 h5::before {
    background-image: url('../images/icons/landscape-hell.png');
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText > span {
    color: #f2f2f2;
}
/* --- Dienstleistungen - BG hell, Schrift und Icons braun --- */
/*ienstleistungen > .container {
    background-color: #f2f2f2;
}

#Dienstleistungen .container .inhalt h2 {
    color: ##6b584d;
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText h5 {
    color: #6b584d;
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span h5::before {
    filter: drop-shadow( -2px 2px 5px rgba(0,0,0,0.4));
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span.dienstleistung1 h5::before {
    background-image: url('../images/icons/airport-braun.png');
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span.dienstleistung2 h5::before {
    background-image: url('../images/icons/suitcase-braun.png');
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span.dienstleistung3 h5::before {
    background-image: url('../images/icons/customer-braun.png');
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText span.dienstleistung4 h5::before {
    background-image: url('../images/icons/landscape-braun.png');
}

#Dienstleistungen .container .dienstleistungen .inhaltBoxText > span {
    color: #6b584d;
}*/


#Dienstleistungen {
    position: relative;
    top: -45px;
    margin-bottom: -45px;
}

    #Dienstleistungen .container .dienstleistungen .inner {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto 25px;
    }

    #Dienstleistungen .container .dienstleistungen .inhalt {
        width: 100%;
        margin: 50px auto 75px;
        display: inline-block;
        text-align: center;
    }

    #Dienstleistungen .container .dienstleistungen h2 {
        padding: 45px 15px 25px 15px;
        text-indent: 20px;
        width: auto;
        text-transform: none;
        text-align: center;
        font-size: 3.5em;
        line-height: 1.36363636em;
        font-weight: normal;
        display: inline-block;
        margin: 0 auto;
    }

    #Dienstleistungen .container .dienstleistungen .inhalt p {
        max-width: 1300px;
        margin: auto;
        text-align: center;
        color: #6b584d;
        font-size: 20px;
    }

    #Dienstleistungen .container .dienstleistungen .inhaltBoxText {
        max-width: 1300px;
        margin: 0 auto;
        padding-left: 85px;
        box-sizing: border-box;
    }

        #Dienstleistungen .container .dienstleistungen .inhaltBoxText > span {
            font-size: 20px;
            letter-spacing: 1px;
            text-align: left;
            margin: 10px 10px 50px;
            /*width: 95%;*/
            height: 200px;
            border-radius: 15px;
            padding: 20px 15px 10px 5px;
            display: block;
            line-height: 30px;
        }

        #Dienstleistungen .container .dienstleistungen .inhaltBoxText h5 {
            padding: 0 0 25px;
            font-size: 25px;
            text-transform: none;
        }

        #Dienstleistungen .container .dienstleistungen .inhaltBoxText span h5::before {
            content: '';
            position: relative;
            top: 35px;
            left: -85px;
            background-repeat: no-repeat;
            background-size: cover;
            width: 55px;
            height: 55px;
            display: block;
        }

        #Dienstleistungen .container .dienstleistungen .inhaltBoxText span a {
            text-decoration: underline;
        }

        #Dienstleistungen .container .dienstleistungen .inhaltBoxText .boxText {
            min-height: 100px;
            display: block;
        }
/* --- Gruppen - BG braun, Box mit Inhalt hell und Schrift und Icons braun --- */
#Gruppen > .container {
    background-color: #6b584d;
    font-family: "AvenirNextLTPro", sans-serif;
}

#Gruppen .container .gruppen h2 {
    color: #f2f2f2;
}

#Gruppen .container .gruppen .inhaltBoxText h5 {
    color: #6b584d;
}

#Gruppen .container .gruppen .inhaltBoxText span h5::before {
    /*filter: drop-shadow( -2px 2px 5px rgba(0,0,0,0.4));*/
}

#Gruppen .container .gruppen .inhaltBoxText span.gruppen1 h5::before {
    background-image: url('../images/icons/customer-braun.png');
}

#Gruppen .container .gruppen .inhaltBoxText span.gruppen2 h5::before {
    background-image: url('../images/icons/suitcase-braun.png');
}

#Gruppen .container .gruppen .inhaltBoxText span.gruppen3 h5::before {
    background-image: url('../images/icons/fireworks-braun.png');
}

#Gruppen .container .gruppen .inhaltBoxText span.gruppen4 h5::before {
    background-image: url('../images/icons/icon-schule.png');
}

#Gruppen .container .gruppen .inhaltBoxText > span {
    color: #6b584d;
    background-color: #f2f2f2;
}
/* --- Gruppen - BG gell, Box mit Inhalt braun und Schrift und Icons hell --- */
/*Gruppen > .container {
    background-color: #f2f2f2;
}

#Gruppen .container .gruppen h2 {
    color: #6b584d;
}

#Gruppen .container .gruppen .inhaltBoxText h5 {
    color: #f2f2f2;
}

#Gruppen .container .gruppen .inhaltBoxText span h5::before {
    filter: drop-shadow( -2px 2px 5px rgba(0,0,0,0.4));
}

#Gruppen .container .gruppen .inhaltBoxText span.gruppen1 h5::before {
    background-image: url('../images/icons/customer-hell.png');
}

#Gruppen .container .gruppen .inhaltBoxText span.gruppen2 h5::before {
    background-image: url('../images/icons/suitcase-hell.png');
}

#Gruppen .container .gruppen .inhaltBoxText span.gruppen3 h5::before {
    background-image: url('../images/icons/fireworks-hell.png');
}

#Gruppen .container .gruppen .inhaltBoxText > span {
    color: #6b584d;
}*/



#Gruppen .container .gruppen .inner {
    width: 100%;
    max-width: 1500px;
    margin: 55px auto 125px;
}

#Gruppen .container .gruppen .inhalt {
    width: 100%;
    margin: 50px auto 75px;
    display: inline-block;
    text-align: center;
}

#Gruppen .container .gruppen h2 {
    padding: 45px 15px 25px 15px;
    text-indent: 20px;
    width: auto;
    text-transform: none;
    text-align: center;
    font-size: 3.5em;
    line-height: 1.36363636em;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto;
}

#Gruppen .container .gruppen .inhalt p {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    color: #6b584d;
    font-size: 20px;
}

#Gruppen .container .gruppen .inhaltBoxText {
    max-width: 1300px;
    margin: 0 auto;
}

    #Gruppen .container .gruppen .inhaltBoxText > span {
        font-size: 20px;
        letter-spacing: 1px;
        text-align: left;
        margin: 50px 10px 0;
        width: 95%;
        height: 200px;
        border-radius: 15px;
        padding: 15px 15px 5px;
        display: block;
        line-height: 30px;
        -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
    }

        #Gruppen .container .gruppen .inhaltBoxText > span.gruppen5 {
            background-color: transparent;
            box-shadow: none;
            color: #f2f2f2;
            text-align: right;
            line-height: normal;
            padding: 0;
            margin: 0;
        }

            #Gruppen .container .gruppen .inhaltBoxText > span.gruppen5 a {
                border-bottom: 1px solid #f2f2f2;
                text-decoration: none;
            }

    #Gruppen .container .gruppen .inhaltBoxText h5 {
        padding: 0 0 25px;
        font-size: 25px;
        text-transform: none;
    }

    #Gruppen .container .gruppen .inhaltBoxText span h5::before {
        content: '';
        position: relative;
        top: 35px;
        left: -85px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 55px;
        height: 55px;
        display: block;
    }

    #Gruppen .container .gruppen .inhaltBoxText span a {
        text-decoration: underline;
    }
/* --- Fahrzeuge - BG gell, Box mit Inhalt braun und Schrift und Icons hell --- */
#Fahrzeuge > .container {
    background-color: #f2f2f2;
}

    #Fahrzeuge > .container:before {
        background-image: url('../images/3Flotte-01-kl.jpg');
        content: '';
        display: block;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top 0;
        background-attachment: scroll;
        padding: 0;
    }

#Fahrzeuge .container .fahrzeuge h2 {
    color: #6b584d;
}

#Fahrzeuge .container .fahrzeuge .inhaltBoxText h5 {
    color: #f2f2f2;
}

#Fahrzeuge .container .fahrzeuge .inhaltBoxText span {
    color: #f2f2f2;
    background-color: #6b584d;
    padding: 15px 15px 0 55px;
}

#Fahrzeuge .container .fahrzeuge .inner {
    width: 100%;
    max-width: 1500px;
    margin: 55px auto 125px;
}

#Fahrzeuge .container .fahrzeuge .inhalt {
    width: 100%;
    margin: 50px auto 75px;
    display: inline-block;
    text-align: left;
}

#Fahrzeuge .container .fahrzeuge h2 {
    padding: 105px 15px 25px 15px;
    text-indent: 20px;
    width: auto;
    text-transform: none;
    text-align: center;
    font-size: 3.5em;
    line-height: 1.36363636em;
    font-weight: normal;
}

#Fahrzeuge .container .fahrzeuge .inhalt p {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    color: #6b584d;
    font-size: 45px;
}

#Fahrzeuge .container .fahrzeuge .inhaltBoxText {
    max-width: 1300px;
    margin: 0 auto;
}

    /* Bildergalerie vom Fahrzeug */
    #Fahrzeuge .container .fahrzeuge .inhaltBoxText .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 400px;
        padding: 0 !important;
    }

        #Fahrzeuge .container .fahrzeuge .inhaltBoxText .carousel-inner .agileits_testimonial_grid {
            padding: 0;
        }

        #Fahrzeuge .container .fahrzeuge .inhaltBoxText .carousel-inner .thumbnail {
            padding: 0;
            background-color: transparent;
            border: none;
        }
    /*--*/

    #Fahrzeuge .container .fahrzeuge .inhaltBoxText > div {
        font-size: 18px;
        letter-spacing: 1px;
        text-align: left;
        margin: 50px auto 0;
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 15px 15px;
        line-height: 30px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: start;
        background-color: #6b584d;
        -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
    }

    #Fahrzeuge .container .fahrzeuge .inhaltBoxText div img {
        width: 400px;
        height: auto;
    }

    #Fahrzeuge .container .fahrzeuge .inhaltBoxText h5 {
        padding: 0 0 25px;
        font-size: 30px;
        text-transform: none;
    }

    #Fahrzeuge .container .fahrzeuge .inhaltBoxText span a {
        text-decoration: underline;
    }
/* --- Team - BG braun, Box mit Inhalt transparent und Schrift hell --- */
#Team > .container {
    background-color: #6b584d;
    padding: 0;
}

#Team .container .inhalt h2 {
    color: #f2f2f2;
}

#Team .container .team div[class*='inhaltBoxText'] h5, #Team .container .team .inhaltBoxText2 h5 {
    color: #f2f2f2;
}

#Team .container .team div[class*='inhaltBoxText'] > div, #Team .container .team .inhaltBoxText2 > div {
    color: #f2f2f2;
}
/* --- Team - BG hell, Box mit Inhalt transparent und Schrift braun --- */
/*#Team > .container {
    background-color: #f2f2f2;
}

#Team .container .inhalt h2 {
    color: ##6b584d;
}

#Team .container .team .inhaltBoxText1 h5,
#Team .container .team .inhaltBoxText2 h5 {
    color: ##6b584d;
}

#Team .container .team .inhaltBoxText1 > div,
#Team .container .team .inhaltBoxText2 > div {
    color: ##6b584d;
}*/

#Team > .container {
    width: 100%;
}

    #Team > .container:before {
        background-image: url('../images/510-kl.jpg');
        content: '';
        display: block;
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top 0;
        background-attachment: scroll;
        padding: 0;
    }

#Team .container .team .inner {
    width: 100%;
    max-width: 1500px;
    margin: 55px auto 15px;
}

#Team .container .team .inhalt {
    width: 100%;
    margin: 50px auto 75px;
    display: inline-block;
    text-align: center;
}

#Team .container .inhalt h2 {
    padding: 45px 15px 25px 15px;
    text-indent: 20px;
    width: auto;
    text-transform: none;
    text-align: center;
    font-size: 5.35714286em;
    line-height: 1.36363636em;
    font-weight: normal;
}

#Team .container .team .inhalt p {
    max-width: 1300px;
    margin: auto auto 95px;
    text-align: center;
    color: #f2f2f2;
    font-size: 45px;
}

#Team .container .team div[class*='inhaltBoxText'], #Team .container .team .inhaltBoxText2 {
    width: 100%;
    max-width: 1300px;
    display: inline-block;
    margin: auto;
    min-height: 250px;
    border-top: 1px solid #f2f2f2;
}

    #Team .container .team div[class*='inhaltBoxText'] > div, #Team .container .team .inhaltBoxText2 > div {
        font-size: 20px;
        letter-spacing: 1px;
        text-align: left;
        margin: 15px 0 0;
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 15px 0 5px;
        display: block;
        line-height: 30px;
    }

    #Team .container .team div[class*='inhaltBoxText'] .person, #Team .container .team .inhaltBoxText2 .person {
        /*width: calc(100% / 3);*/
        display: block;
        float: left;
        text-align: center;
        margin-bottom: 75px;
        text-align: right;
    }

        #Team .container .team div[class*='inhaltBoxText'] .person span, #Team .container .team .inhaltBoxText2 .person span {
            width: 175px;
            text-align: center;
            display: inline-block;
        }

        #Team .container .team div[class*='inhaltBoxText'] .person img, #Team .container .team .inhaltBoxText2 .person img {
            width: 125px;
            height: auto;
            margin-bottom: 25px;
            -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
            -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
            box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        }

    #Team .container .team div[class*='inhaltBoxText'] h5, #Team .container .team .inhaltBoxText2 h5 {
        padding: 0 0 25px;
        font-size: 25px;
        text-transform: none;
    }

    #Team .container .team div[class*='inhaltBoxText'] span a, #Team .container .team .inhaltBoxText2 span a {
        text-decoration: underline;
    }
/* --- Geschichte - BG hell, Box mit Inhalt transparent, Box mit Text/Geschichte braun - Schrift hell, Schrift hell --- */
#Geschichte > .container {
    background-color: #f2f2f2;
    padding: 0;
    padding-bottom: 175px;
}

#Geschichte .container .inhalt h2 {
    color: #6b584d;
}

#Geschichte .container .geschichte .inhaltBoxText h5 {
    color: #6b584d;
}

#Geschichte > .container:before {
    background-image: url('../images/Geschichte-kl.jpg');
    content: '';
    display: block;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 0;
    background-attachment: scroll;
    padding: 0;
}

#Geschichte .container .geschichte .inhaltBoxText div h5::before {
    /*filter: drop-shadow( -2px 2px 5px rgba(0,0,0,0.4));*/
}

#Geschichte .container .geschichte .inner {
    width: 100%;
    max-width: 1500px;
    margin: 55px auto auto;
}
/* Timeline bei Geschichte */


.toggle-buttons input[type="radio"] {
    /*visibility: hidden;*/
    width: 85px;
    height: 85px;
    position: relative;
    bottom: 55px;
    left: 85px;
    z-index: 1;
    opacity: 0;
    float: left;
    cursor: pointer;
}

.toggle-buttons div.ps-top {
    display: none;
    /*border: 1px solid #333;*/
    border-radius: 0.5em;
    padding: 0.5em;
}

.toggle-buttons input:checked + li div.ps-top {
    display: block;
    color: #f2f2f2;
}

.toggle-buttons input#b8:not(:checked) + li div.ps-top {
    display: block;
    color: #f2f2f2;
}

.toggle-buttons input:checked + li + div.ps-top + span.ps-sp-top:after {
    background-color: #8f8178 !important;
}

.toggle-buttons input:checked + li + div.ps-top + span.ps-sp-top {
    color: #8f8178 !important;
}

.toggle-buttons input#b6:checked + li div.ps-top + span.ps-sp-top:after {
    background-color: #696969 !important;
}

.toggle-buttons input#b6:checked + li div.ps-top + span.ps-sp-top {
    color: #696969 !important;
}

.toggle-buttons input#b1:checked ~ li.element8 div.ps-top, .toggle-buttons input#b2:checked ~ li.element8 div.ps-top, .toggle-buttons input#b3:checked ~ li.element8 div.ps-top, .toggle-buttons input#b4:checked ~ li.element8 div.ps-top, .toggle-buttons input#b5:checked ~ li.element8 div.ps-top, .toggle-buttons input#b6:checked ~ li.element8 div.ps-top, .toggle-buttons input#b7:checked ~ li.element8 div.ps-top {
    display: none;
}

.ps-timeline-sec {
    position: relative;
}

    .ps-timeline-sec .container {
        position: relative;
    }
        /*.ps-timeline-sec .container ol:before {
            background: #348e80;
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 100%;
            position: absolute;
            left: 8px;
            top: 49.5%;
        }*/

        .ps-timeline-sec .container ol:after {
            content: '';
            position: absolute;
            right: -10px;
            display: block;
            border-right: 3px solid #6b584d;
            border-bottom: 3px solid #6b584d;
            width: 25px;
            height: 25px;
            transform: translate(-50%, -50%) rotate(-45deg);
        }

        .ps-timeline-sec .container ol.ps-timeline {
            margin: 500px 0 100px;
            padding: 0;
            border-top: 2px solid #6b584d;
            list-style: none;
        }

            .ps-timeline-sec .container ol.ps-timeline li {
                float: left;
                width: calc(100% / 8 - 85px);
                padding-top: 30px;
                position: relative;
                box-sizing: border-box;
                margin-left: -10px;
            }

                .ps-timeline-sec .container ol.ps-timeline li span {
                    width: 50px;
                    height: 50px;
                    margin-left: -25px;
                    border-radius: 50%;
                    box-shadow: 0 0 0 0px #fff;
                    text-align: center;
                    color: #6b584d;
                    font-size: 20px;
                    font-style: normal;
                    position: absolute;
                    top: -50px;
                    left: 30%;
                }

                .ps-timeline-sec .container ol.ps-timeline li .ps-top span.bildgeschichte {
                    display: block;
                    width: 100%;
                    height: auto;
                    position: relative;
                    margin: 30px auto 0;
                    left: 0;
                    top: 0;
                }

                    .ps-timeline-sec .container ol.ps-timeline li .ps-top span.bildgeschichte img {
                        width: 100%;
                        height: auto;
                        border: 5px solid #f2f2f2
                    }

                .ps-timeline-sec .container ol.ps-timeline li .ps-top::after {
                    border-bottom: 75px solid transparent;
                    border-right: 55px solid #6b584d;
                    content: '';
                    position: absolute;
                    left: 35px;
                    bottom: -75px;
                }

                .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top::after {
                    border-bottom: 75px solid transparent;
                    border-right: 55px solid #6b584d;
                    content: '';
                    position: absolute;
                    left: 290px;
                    bottom: -75px;
                }

                .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
                    content: "";
                    color: #6b584d;
                    width: 22px;
                    height: 22px;
                    background: #6b584d;
                    position: absolute;
                    bottom: -10px;
                    left: 50%;
                    border-radius: 100%;
                }

            .ps-timeline-sec .container ol.ps-timeline input:hover + li span.ps-sp-top::after {
                background-color: #ff8131;
            }

            .ps-timeline-sec .container ol.ps-timeline input:hover + li span.ps-sp-top {
                color: #ff8131;
            }

            .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
                content: "";
                color: #348e80;
                width: 2px;
                height: 50px;
                background: #348e80;
                position: absolute;
                bottom: -50px;
                left: 50%;
            }

            .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
                content: "";
                color: #348e80;
                width: 8px;
                height: 8px;
                background: #348e80;
                position: absolute;
                top: 90px;
                left: 44%;
                border-radius: 100%;
            }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
                position: absolute;
                bottom: 0;
                margin-bottom: 130px;
                width: 100%;
            }

                .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
                    display: table;
                    margin: 0 auto;
                }

            .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
                position: absolute;
                margin-top: 60px;
                width: 100%;
            }

                .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
                    display: table;
                    margin: 0 auto;
                }

            .ps-timeline-sec .container ol.ps-timeline li label {
                text-align: left;
                width: 100%;
                margin: 0 auto;
                color: #f2f2f2;
                line-height: 1.6em;
            }

            .ps-timeline-sec .container ol.ps-timeline li .ps-top {
                position: absolute;
                bottom: 155px;
                left: -40px;
                background-color: #6b584d;
                width: 400px; /* ALT 400% */
                border-radius: 20px;
                height: auto;
                padding: 30px;
                -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
                -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
                box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
            }

            .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
                position: absolute;
                bottom: 155px;
                left: -300px;
                background-color: #6b584d;
                width: 400px;
                border-radius: 20px;
                height: auto;
                padding: 30px;
            }

            .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
                position: absolute;
                margin-top: 35px;
            }

#Geschichte .container .geschichte .inhalt {
    width: 100%;
    margin: 50px auto auto;
    display: inline-block;
    text-align: left;
}

#Geschichte .container .inhalt h2 {
    padding: 45px 15px 25px 15px;
    text-indent: 20px;
    width: auto;
    text-transform: none;
    text-align: center;
    font-size: 5.35714286em;
    line-height: 1.36363636em;
    font-weight: normal;
}

#Geschichte .container .geschichte .inhalt p {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    font-size: 20px;
}

#Geschichte .container .geschichte .inhaltBoxText {
    max-width: 1300px;
    margin: 0 auto;
}

    #Geschichte .container .geschichte .inhaltBoxText > div {
        font-size: 20px1 letter-spacing: 2px;
        text-align: left;
        margin: 50px 10px 0;
        width: 100%;
        height: 200px;
        border-radius: 15px;
        padding: 15px 15px 5px;
        display: block;
        line-height: 30px;
    }

    #Geschichte .container .geschichte .inhaltBoxText h5 {
        padding: 0 0 25px;
        font-size: 30px;
        text-transform: none;
        text-align: center;
        max-width: 750px;
        margin: auto;
    }

    #Geschichte .container .geschichte .inhaltBoxText div a {
        text-decoration: underline;
    }
/* --- Aktuell- BG braun, Box mit Inhalt hell und Schrift braun --- */
#Aktuell > .container {
    background-color: #6b584d;
}

    #Aktuell > .container:before {
        background-image: url('../images/BannerAktuell-kl.jpg');
        content: '';
        display: block;
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top 0;
        background-attachment: scroll;
        padding: 0;
    }

#Aktuell .container .aktuell h2 {
    color: #f2f2f2;
}

#Aktuell .container .aktuell .inhaltBoxText h5 {
    color: #6b584d;
}

#Aktuell .container .aktuell .inner {
    width: 100%;
    max-width: 1500px;
    margin: 55px auto 95px;
}

#Aktuell .container .aktuell .inhalt {
    width: 100%;
    margin: 50px auto 75px;
    display: inline-block;
    text-align: center;
}

#Aktuell .container .aktuell h2 {
    padding: 45px 15px 25px 15px;
    text-indent: 20px;
    width: auto;
    text-transform: none;
    text-align: center;
    font-size: 5.35714286em;
    line-height: 1.36363636em;
    font-weight: normal;
    display: inline-block;
    margin: 0 auto;
}

#Aktuell .container .aktuell p {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    color: #f2f2f2;
    font-size: 45px;
}

#Aktuell .container .aktuell .inhaltBoxText {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: inline-block;
    /*background-color: #f2f2f2;*/
    text-align: left;
    padding: 25px 0;
}

article {
    display: block;
    padding: 0 0 25px;
}
/* Artikel einzeln - heller Hintergrund mit Schatten */
article {
    text-align: left;
    margin: 50px auto;
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 10px 35px 50px;
    display: block;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    background-color: #f2f2f2;
    -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
    -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
    box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
}

.bd-spacer-15 {
    height: 30px;
    clear: both;
}

.artikelTitel {
    overflow: hidden;
    margin-top: 5px;
}

h2.artikelTitel {
    line-height: 28.8px;
    text-transform: capitalize;
    font-size: 24px;
}

.artikelTitel {
    padding: 0 0 25px;
    font-size: 30px;
    text-transform: none;
}

.artikelDatum {
    float: left;
    width: auto;
    padding: 5px 0 15px
}

.artikelLink {
    float: right;
    width: auto;
    padding: 5px 0 15px;
}

.bd-spacer-17 {
    height: 20px;
    clear: both;
}

.bd-layoutbox-20 {
    padding-top: 10px;
    /*border-top: 1px solid #dddddd;*/
    border-bottom: 1px solid #dddddd;
}

.bd-container-inner .bd-container-inner {
    padding-left: 0;
    padding-right: 0;
}

.bd-posticondate-20 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    border-right: 1px solid #cccccc;
    line-height: 17.14285715px;
    color: #777777;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
}

    .bd-posticondate-20 .bd-icon-42 {
        white-space: nowrap;
    }

        .bd-posticondate-20 .bd-icon-42 > span {
            vertical-align: middle;
            white-space: normal;
        }

.bd-icon-48 {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

.artikelLink {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    float: right;
}
/* --- Kontakt - BG hell, Box mit Inhalt transparent, Schrift braun, Formularfelder mit braunem Rand, Button braun --- */
#Kontakt > .container {
    background-color: #f2f2f2;
    padding: 0;
}

#Kontakt .container .inhalt h2 {
    color: #6b584d;
}

#Kontakt .container .kontakt .inhaltBoxText h5 {
    color: #6b584d;
}

#Kontakt > .container:before {
    background-image: url('../images/Gruppenreisen-kl.jpg');
    content: '';
    display: block;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 0;
    background-attachment: scroll;
    padding: 0;
}

#Kontakt .container .kontakt .inhaltBoxText div h5::before {
    /*filter: drop-shadow( -2px 2px 5px rgba(0,0,0,0.4));*/
}

#Kontakt .container .kontakt .inner {
    width: 100%;
    max-width: 1500px;
    margin: 55px auto 125px;
}

#Kontakt .container .kontakt .inhalt {
    width: 100%;
    margin: 50px auto 75px;
    display: inline-block;
    text-align: left;
}

#Kontakt .container .inhalt h2 {
    padding: 45px 15px 25px 15px;
    text-indent: 20px;
    width: auto;
    text-transform: none;
    text-align: center;
    font-size: 45px;
    line-height: 1.36363636em;
    font-weight: normal;
}

#Kontakt .container .kontakt .inhalt p {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    color: #6b584d;
    font-size: 20px;
}

#Kontakt .container .kontakt .inhaltBoxText {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

    #Kontakt .container .kontakt .inhaltBoxText .formular {
        text-align: left;
        /*width: 900px;*
        height: 100%;
        min-height: 300px;
        /*margin-left: calc(50% - 450px);*/
        margin-top: 50px;
    }

        #Kontakt .container .kontakt .inhaltBoxText .formular + span {
            display: inline-block;
            margin-top: 85px;
            font-size: 16px;
            line-height: normal;
        }

        #Kontakt .container .kontakt .inhaltBoxText .formular .form-group.name, #Kontakt .container .kontakt .inhaltBoxText .formular .form-group.email {
            padding-left: 0;
        }

        #Kontakt .container .kontakt .inhaltBoxText .formular #Fusszeile_off_name, #Kontakt .container .kontakt .inhaltBoxText .formular #Fusszeile_off_mail {
            width: 100%;
        }

        #Kontakt .container .kontakt .inhaltBoxText .formular .form-group.nachricht {
            padding-left: 0;
            padding-right: 20px;
        }

        #Kontakt .container .kontakt .inhaltBoxText .formular .form-group.email {
            padding-right: 20px;
        }

        #Kontakt .container .kontakt .inhaltBoxText .formular #Fusszeile_Panel1 {
            text-align: right;
            margin-right: 20px;
        }

            #Kontakt .container .kontakt .inhaltBoxText .formular #Fusszeile_Panel1 > div {
                width: 304px;
                height: 78px;
                margin: 0 10px auto auto;
            }

        #Kontakt .container .kontakt .inhaltBoxText .formular #Fusszeile_btn {
            width: 250px;
            margin: 45px 20px auto auto;
            float: right;
            background-color: #6b584d;
            color: #f2f2f2;
            position: relative;
            top: 45px;
        }

    #Kontakt .container .kontakt .inhaltBoxText > div {
        font-size: 20px;
        letter-spacing: 1px;
        text-align: left;
        margin: 0 10px 0;
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 0px 15px 5px;
        display: block;
        line-height: 30px;
    }

    #Kontakt .container .kontakt .inhaltBoxText h5 {
        padding: 0 0 25px 15px;
        font-size: 25px;
        text-transform: none;
        text-align: left;
    }

    #Kontakt .container .kontakt .inhaltBoxText div h5::before {
        content: '';
        position: relative;
        top: 35px;
        left: -85px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 55px;
        height: 55px;
        display: block;
    }

    #Kontakt .container .kontakt .inhaltBoxText div a {
        text-decoration: underline;
    }
    /* bei Tel.Nr. kein underline */
    #Kontakt .container .kontakt .inhaltBoxText a[href*="tel"] {
        text-decoration: none;
    }
/* --- section bg var --- */
.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f8f8f8;
}

.bg-dark {
    background: #575757;
}
/* --- section color var --- */

.text-light {
    color: #fff;
}
/* ===========================
--- Intro
============================ */

.intro {
    width: 100%;
    position: relative;
    margin-top: 0;
    /*background-color: #6b584d;*/
    margin-bottom: -80px; /*background: url('../video/Logo-mit-Hintergrund-01.jpg');
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
}

#intro.intro {
    padding: 0;
    height: auto;
    width: 100%;
}

    #intro.intro::after {
        position: absolute;
        bottom: 75px;
        left: 0;
        display: block;
        background-image: -webkit-linear-gradient(transparent, #6b584d);
        background-image: -moz-linear-gradient(transparent, #6b584d);
        background-image: -ms-linear-gradient(transparent, #6b584d);
        background-image: -o-linear-gradient(transparent, #6b584d);
        background-image: linear-gradient(transparent, #6b584d);
        height: 35%;
        content: '';
        width: 100%;
    }

    #intro.intro::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        background-image: -webkit-linear-gradient(#6b584d, transparent);
        background-image: -moz-linear-gradient(#6b584d, transparent);
        background-image: -ms-linear-gradient(#6b584d, transparent);
        background-image: -o-linear-gradient(#6b584d, transparent);
        background-image: linear-gradient(#6b584d, transparent);
        height: 20%;
        content: '';
        width: 100%;
        z-index: 100;
    }

    #intro.intro video::-webkit-media-controls-start-playback-button {
        display: none;
    }

    #intro.intro .video {
        width: 100%;
        height: auto;
        border: none;
    }

    #intro.intro .video_wrapper {
        display: block;
        height: auto;
        position: relative;
        width: 100%;
        cursor: pointer;
        margin-top: 85px;
    }

    #intro.intro .playpause {
        width: 74px;
        height: 74px;
        border-style: solid;
        border-width: 37px;
        border-color: transparent; /*width: 65px;
        height: 65px;
        position: absolute;
        left: 0%;
        right: 0%;
        top: 0%;
        bottom: 0%;
        margin: auto;
        background-size: contain;
        background-position: center;*/
    }

.intro .slogan {
    text-align: center;
}

.intro img {
    width: 100%;
    height: auto;
}

.intro .page-scroll {
    text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
    color: #FFF;
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'AvenirNextLTPro', sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    border-width: 0px;
    border-color: #000;
    border-style: none;
    text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
    color: #fff;
    text-shadow: -1px 1px 1px #000;
}
/* ===========================
--- About
============================ */

.boxed-grey {
    background: #f9f9f9;
    padding: 20px;
}

.team h5 {
    margin-bottom: 10px;
}

.team p.subtitle {
    margin-bottom: 10px;
}

.avatar {
    margin-bottom: 20px;
}

.team-social {
    margin-left: 0;
    padding-left: 0;
}

.team-social {
    text-align: center;
}

    .team-social li {
        display: inline-block;
        margin: 0 !important;
        padding: 0;
    }

    .team-social a {
        margin: 0;
        padding: 0;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #3bbec0;
        color: #fff;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .team-social a i {
            text-align: center;
            margin: 0;
            padding: 0;
        }

    .team-social .social-facebook a {
        background: #3873ae;
    }

    .team-social .social-twitter a {
        background: #62c6f8;
    }

    .team-social .social-dribble a {
        background: #d74980;
    }

    .team-social .social-deviantart a {
        background: #8da356;
    }

    .team-social .social-google a {
        background: #000;
    }

    .team-social .social-vimeo a {
        background: #51a6d3;
    }

    .team-social .social-facebook a:hover {
        background: #4893ce;
    }

    .team-social .social-twitter a:hover {
        background: #82e6ff;
    }

    .team-social .social-dribble a:hover {
        background: #f769a0;
    }

    .team-social .social-deviantart a:hover {
        background: #adc376;
    }

    .team-social .social-google a:hover {
        background: #333;
    }

    .team-social .social-vimeo a:hover {
        background: #71c6f3;
    }
/* ===========================
--- Services
============================ */

.service-icon {
    margin-bottom: 20px;
}
/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

form#contact-form input, form#contact-form select, form#contact-form textarea {
    border-radius: 0;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    }

.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 0;
}

.widget-contact {
    text-align: left;
}

.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}

.company-social {
    text-align: left;
}

    .company-social li {
        display: inline-block;
        margin: 0 !important;
        padding: 0;
    }

    .company-social a {
        margin: 0;
        padding: 0;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #3bbec0;
        color: #fff;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }

        .company-social a i {
            text-align: center;
            margin: 0;
            padding: 0;
        }

    .company-social .social-facebook a {
        background: #3873ae;
    }

    .company-social .social-twitter a {
        background: #62c6f8;
    }

    .company-social .social-dribble a {
        background: #d74980;
    }

    .company-social .social-deviantart a {
        background: #8da356;
    }

    .company-social .social-google a {
        background: #000;
    }

    .company-social .social-vimeo a {
        background: #51a6d3;
    }

    .company-social .social-facebook a:hover {
        background: #4893ce;
    }

    .company-social .social-twitter a:hover {
        background: #82e6ff;
    }

    .company-social .social-dribble a:hover {
        background: #f769a0;
    }

    .company-social .social-deviantart a:hover {
        background: #adc376;
    }

    .company-social .social-google a:hover {
        background: #333;
    }

    .company-social .social-vimeo a:hover {
        background: #71c6f3;
    }
/* ===========================
--- Footer
============================ */

footer {
    text-align: center;
    padding: 10px 0 0;
    border-bottom: 15px solid #6b584d;
    background-color: #f2f2f2;
}

    footer #Abschluss {
        padding: 10px 0;
        background-color: #6b584d;
        color: #e9ddc6;
    }

        footer #Abschluss a {
            color: #e9ddc6;
        }

    footer p {
        color: #f8f8f8;
    }

    footer .fa {
        color: #6b584d;
        font-size: 45px;
    }

    footer #Fusszeile {
        background-color: #6b584d;
        color: #f2f2f2;
        display: flex;
        padding: 75px 0 150px;
    }

    footer .FusszeileInhalt {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
    }

    footer #Fusszeile .FusszeileInhalt > div {
        /*width: calc(100% / 4 - 20px);*/
        float: left;
        padding: 25px 10px;
        text-align: left;
        /*min-height: 250px;*/
    }

    footer #Fusszeile .FusszeileInhalt h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    footer #Fusszeile .FusszeileInhalt .FusszeileBox1 span {
        width: 250px;
        background-color: #fff;
        padding: 5px;
        display: block;
        text-align: center;
    }

        footer #Fusszeile .FusszeileInhalt .FusszeileBox1 span img {
            width: auto;
            height: auto;
        }

    footer #Abschluss {
        background-image: repeating-linear-gradient(#6b584d, #6b584d 10px, #f2f2f2 10px, #f2f2f2 30px);
        height: 65px;
    }

        footer #Abschluss .AbschlussInhalt {
            width: 100%;
            height: 50px;
            max-width: 1500px;
            margin: 0 auto;
            position: relative;
        }

            footer #Abschluss .AbschlussInhalt div {
                width: 100%;
                text-align: right;
                position: absolute;
                bottom: 0;
                right: 0;
                color: #6b584d;
            }
/* ==========================
Parallax
============================= */
#parallax1 {
    background-image: url(../img/parallax/1.jpg);
}

    #parallax1:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.7;
        z-index: -1;
    }

#parallax2 {
    background-image: url(../img/parallax/2.jpg);
}

    #parallax2:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0.7;
        z-index: -1;
    }
/* ===========================
--- Elements
============================ */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'AvenirNextLTPro', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-circle {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #b8bf0d;
    border-radius: 50%;
    font-size: 40px;
    color: #b8bf0d;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0.08em 0.3em 0.3em 0.26em;
    z-index: 999;
}

.fa-angle-double-up::before {
    content: "\f102";
    color: #b8bf0d;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}

.btn-circle:hover, .btn-circle:focus {
    outline: 0;
    color: #b8bf0d;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover, .btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

    .btn-circle.btn-dark :hover i, .btn-circle.btn-dark :focus i {
        color: #999;
    }

.page-scroll .btn-circle i.animated:after {
    content: url();
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

#text {
    color: #fff;
    background: #ffcc00;
}

#map {
    height: 500px;
}

.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-default:hover, .btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:768px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #6b584c;
        background-color: #6b584d;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-box-shadow: 0px 1px 5px rgba(242,242,242,0.5), inset 0px 0px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 0px 1px 5px rgba(242,242,242,0.5), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 0px 1px 5px rgba(242,242,242,0.5), inset 0px 0px 1px rgba(255,255,255,0.3);
    }

    .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }

    .nav .open > .dropdown-menu li {
        padding: 5px !important;
    }

        .nav .open > .dropdown-menu li a {
            color: #6b584d !important;
            padding: 4px 20px !important;
        }

    ul.nav + div {
        color: #f2f2f2;
        font-weight: 600;
        line-height: 3em;
        margin-left: 35px;
        float: right;
    }

    .nav li a[aria-expanded="false"] + ul.dropdown-menu {
        display: none !important;
    }

    .nav li a[aria-expanded="false"]:hover + ul.dropdown-menu {
        display: block !important;
    }

    .navbar-default .navbar-nav > li {
        border-bottom: none;
    }

    .navbar-brand h1 {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        background-image: url('../images/hesscarLogo.png');
        height: 75px;
        width: 385px;
        position: relative;
        bottom: 25px;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
        transition: all .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar .container {
        width: 100%;
        max-width: 1500px;
    }

        .navbar .container .navbar-collapse {
            margin-right: 50px;
        }

    .navbar.top-nav-collapse {
        padding: 10px 0;
        background-color: #6b584d;
    }

        .navbar.top-nav-collapse ~ #Fahrzeuge {
            margin-top: -15px !important;
        }

    .navbar.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
        -moz-box-shadow: 0px 1px 10px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 0px 1px 10px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 0px 1px 10px rgba(000,000,000,0.8), inset 0px 0px 1px rgba(255,255,255,0.3);
    }

        .navbar.top-nav-collapse .navbar-brand {
            padding: 12px 0 5px;
        }
        /*.navbar.top-nav-collapse .mandInfo {
	display: none;
}*/
        .navbar.top-nav-collapse h1 {
            color: #fff;
            font-size: 20px;
            line-height: 40px;
            background-image: url('../images/hesscarLogo.png');
            height: 55px;
            width: 282px;
            background-size: contain;
            background-repeat: no-repeat;
            -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
            -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
            transition: all .5s ease-in-out, padding .5s ease-in-out;
            position: relative;
            bottom: 20px;
        }

    .navbar .mandInfo {
        width: auto;
        text-align: right;
        color: #f2f2f2;
        position: relative;
        right: 15px;
        top: 15px;
        display: block;
        float: right;
    }

    .nav > li.menuspez {
        display: none;
    }

    .navbar-fixed-top, .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar.top-nav-collapse {
        padding: 10px 0;
        background-color: #6b584d;
    }

    .intro {
        /*height: 100%;*/
        padding: 0;
    }

    #intro.intro {
        padding: 0;
        height: auto;
    }

        #intro.intro video {
            height: auto;
            width: 100%;
            box-shadow: 0 5px 15px 15px rgba(0,0,0,0.08);
        }

            #intro.intro video::-webkit-media-controls-start-playback-button {
                display: none;
            }

        #intro.intro .video {
            width: auto;
            height: 100%;
            border: none;
        }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }

    #Reiseangebote .reiseArten .inhalt div div[class*="element"] {
        height: 300px
    }

    #Reiseangebote .reiseArten .inhalt a[class*="box"] {
        width: 300px;
        display: block;
        position: relative;
    }

        #Reiseangebote .reiseArten .inhalt a[class*="box"] img {
            padding-left: 2px;
            padding-top: 2px;
        }

        #Reiseangebote .reiseArten .inhalt a[class*="box"] div {
            width: 212px;
            height: 212px;
            background-color: #6b584d;
            color: #f2f2f2;
            text-align: center;
            transform: rotate(45deg);
            position: absolute;
            top: 45px;
            left: 45px;
        }

    #Reiseangebote .reiseArten .inhalt {
        width: 100%;
        max-width: 1500px;
        margin: 50px auto 175px;
        display: block;
        text-align: center;
    }

        #Reiseangebote .reiseArten .inhalt > div {
            width: 100%;
            height: auto;
            display: -ms-grid;
            display: grid;
            grid-gap: 0px;
            -ms-grid-columns: 20% auto 1fr;
            grid-template-columns: 20% 20% 20% 20% 20%;
            grid-auto-columns: 20%;
            max-width: 1000px;
            margin: 15% auto 0;
        }

        #Reiseangebote .reiseArten .inhalt div.element1 {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1;
        }
        /*#Reiseangebote .reiseArten .inhalt a.box1:hover div {
                background-image: url('../images/reisen/rundreisen-kl.jpg');
                display: block;
                z-index: 999;
                position: relative;
                background-position: center;
                background-size: 100%;
            }*/

        #Reiseangebote .reiseArten .inhalt div.element2 {
            -ms-grid-column: 2;
            grid-column: 2;
            -ms-grid-row: 4;
            grid-row: 4;
        }

        #Reiseangebote .reiseArten .inhalt div.element3 {
            -ms-grid-column: 3;
            grid-column: 3;
            -ms-grid-row: 1;
            grid-row: 1;
        }

        #Reiseangebote .reiseArten .inhalt div.element4 {
            -ms-grid-column: 4;
            grid-column: 4;
            -ms-grid-row: 4;
            grid-row: 4;
        }
        #Reiseangebote .reiseArten .inhalt div.element5 {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 5;
            grid-row: 5;
        }

        #Reiseangebote .reiseArten .inhalt div.element6 {
            -ms-grid-column: 4;
            grid-column: 4;
            -ms-grid-row: 5;
            grid-row: 5;
            margin-top: 75px;
        }

        #Reiseangebote .reiseArten .inhalt div + div {
            width: 316px;
            height: 316px;
        }

    #Reiseangebote .container .inner.right {
        position: absolute;
        top: 10px;
        right: 5px;
        z-index: 10;
    }

    #Reiseangebote .container .reiseArten h2, #Dienstleistungen .container .dienstleistungen h2, #Gruppen .container .gruppen h2, #Fahrzeuge .container .fahrzeuge h2 {
        font-size: 4em;
    }


    #Reiseangebote .container .inner.left {
        position: absolute;
        top: 10px;
        left: 5px;
        z-index: 10;
    }

    #Reiseangebote .container .inner h5 {
        color: #6b584d;
        font-size: 4.35714286em;
        line-height: 1.36363636em;
        font-weight: normal;
        /*font-size: 20px;*/
        padding: 10px 10px 5px;
    }

        #Reiseangebote .container .inner h5 a {
            text-decoration: none;
        }

    #Reiseangebote .container .inner.right h5, #Reiseangebote .container .inner.right p {
        text-align: right;
    }

    #Reiseangebote .container .inner.left h5, #Reiseangebote .container .inner.left p {
        text-align: left;
    }

    #Dienstleistungen .container .dienstleistungen .inner {
        width: 100%;
        max-width: 1500px;
        margin: 55px auto 25px;
    }

    #Dienstleistungen .container .dienstleistungen .inhaltBoxText {
        max-width: 1300px;
        margin: 0 auto;
        padding-left: 0;
    }

        #Dienstleistungen .container .dienstleistungen .inhaltBoxText > span {
            text-align: left;
            margin: 10px 40px;
            /*width: calc(100% / 2 - 100px);*/
            height: auto;
            border-radius: 15px;
            padding: 10px 55px 10px 95px;
            display: block;
        }


    #Gruppen .container .gruppen .inhaltBoxText > span {
        text-align: left;
        margin: 50px auto;
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 10px 55px 50px 125px;
        display: block;
    }

    #Fahrzeuge > .container:before {
        background-image: url('../images/3Flotte-01.jpg');
        background-size: cover;
        background-position: center bottom -200px;
        background-attachment: fixed;
        height: 550px;
    }

    #Kontakt > .container:before {
        background-image: url('../images/Gruppenreisen.jpg');
        height: 550px;
        background-size: cover;
        background-position: center bottom -200px;
        background-attachment: fixed;
    }

    #Aktuell > .container:before {
        background-image: url('../images/BannerAktuell.jpg');
        height: 500px;
        background-size: cover;
        background-position: center bottom -200px;
        background-attachment: fixed;
    }

    #Geschichte > .container:before {
        background-image: url('../images/Geschichte.jpg');
        height: 550px;
        background-size: cover;
        background-position: center bottom -200px;
        background-attachment: fixed;
    }

    #Team > .container:before {
        background-image: url('../images/510.jpg');
        height: 550px;
        background-size: cover;
        background-position: center bottom -200px;
        background-attachment: fixed;
    }

    #Team .container .team div[class*='inhaltBoxText'] .person img, #Team .container .team .inhaltBoxText2 .person img {
        width: 175px;
        height: auto;
        margin-bottom: 25px;
        -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
    }

    #Geschichte .container .geschichte .inhaltSpalten3 {
        width: 100%;
        padding: 15px 0 0;
        text-align: justify;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
        -webkit-column-rule: 1px dotted #6B584d;
        -moz-column-rule: 1px dotted #6B584d;
        -o-column-rule: 1px dotted #6B584d;
        column-rule: 1px dotted #6B584d;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        -o-column-gap: 40px;
        column-gap: 40px;
    }

    #Aktuell .container .aktuell .inhaltBoxText {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        display: inline-block;
        /*background-color: #f2f2f2;*/
        text-align: left;
        padding: 25px;
    }

    footer #Fusszeile .FusszeileInhalt > div {
        /*width: calc(100% / 4 - 20px);*/
        float: left;
        padding: 25px 10px;
        text-align: left;
        min-height: 250px;
    }
}

@media(min-width:768px) and (max-width:1000px) {
    .navbar-brand h1 {
        height: 55px;
        width: 255px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        line-height: normal;
        padding: 3px 10px;
        color: #6b584d;
    }

    #Fahrzeuge .container .fahrzeuge .inhaltBoxText div img {
        width: 300px;
        height: auto;
    }

    #Reiseangebote .reiseArten .inhalt .element1 a.box1,
    #Reiseangebote .reiseArten .inhalt .element3 a.box3,
    #Reiseangebote .reiseArten .inhalt .element6 a.box6 {
        margin-left: 15%;
    }

    #Reiseangebote .reiseArten .inhalt .element2 a.box2,
    #Reiseangebote .reiseArten .inhalt .element4 a.box4,
    #Reiseangebote .reiseArten .inhalt .element4 a.box5 {
        margin-right: 15%;
    }
}

@media(min-width:980px) and (max-width:1200px) {
    .navbar-brand h1 {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        background-image: url('../images/hesscarLogo.png');
        height: 55px;
        width: 305px;
        position: relative;
        bottom: 20px;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
        transition: all .5s ease-in-out, padding .5s ease-in-out;
    }

    #Dienstleistungen .container .dienstleistungen .inhaltBoxText .boxText {
        min-height: 310px;
    }

    #Gruppen .container .gruppen .inhaltBoxText > span {
        text-align: left;
        margin: 50px auto;
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 10px 55px 50px 125px;
        display: block;
    }
}

@media(min-width:1200px) and (max-width:1700px) {
    #Dienstleistungen .container .dienstleistungen h2::before, #Reiseangebote .container .reiseArten h2::before, #Gruppen .container .gruppen h2::before, #Fahrzeuge .container .fahrzeuge h2::before, #Aktuell .container .aktuell h2::before {
        width: 300px;
        height: 10px;
    }

    #Dienstleistungen .container .dienstleistungen h2::after, #Reiseangebote .container .reiseArten h2::after, #Gruppen .container .gruppen h2::after, #Fahrzeuge .container .fahrzeuge h2::after, #Aktuell .container .aktuell h2::after {
        width: 300px;
        height: 10px;
    }

    #Reiseangebote .container .reiseArten h2,
    #Dienstleistungen .container .dienstleistungen h2,
    #Gruppen .container .gruppen h2,
    #Fahrzeuge .container .fahrzeuge h2 {
        font-size: 4.5em;
    }

    #Dienstleistungen .container .dienstleistungen .inhaltBoxText > span {
        text-align: left;
        margin: 10px 40px;
        /*width: calc(100% / 2 - 100px);*/
        height: auto;
        border-radius: 15px;
        padding: 10px 55px 50px 95px;
        display: block;
    }

    #Dienstleistungen .container .dienstleistungen .inhaltBoxText .boxText {
        min-height: 215px;
    }
}

@media (max-width:1000px) {
    .ps-timeline-sec .container ol.ps-timeline li {
        float: left;
        width: calc(100% / 8 - 95px);
        padding-top: 30px;
        position: relative;
        box-sizing: border-box;
    }
}

@media (max-width:1385px) {
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        position: absolute;
        bottom: 155px;
        left: -330px;
        background-color: #6b584d;
        width: 400px;
        border-radius: 20px;
        height: auto;
        padding: 30px;
    }

        .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top::after {
            border-bottom: 75px solid transparent;
            border-right: 55px solid #6b584d;
            content: '';
            position: absolute;
            left: 310px;
            bottom: -75px;
        }
}

@media(min-width:1701px) {
    #Dienstleistungen .container .dienstleistungen h2::before, #Reiseangebote .container .reiseArten h2::before, #Gruppen .container .gruppen h2::before, #Fahrzeuge .container .fahrzeuge h2::before, #Aktuell .container .aktuell h2::before {
        width: 500px;
        height: 16px;
    }

    #Dienstleistungen .container .dienstleistungen h2::after, #Reiseangebote .container .reiseArten h2::after, #Gruppen .container .gruppen h2::after, #Fahrzeuge .container .fahrzeuge h2::after, #Aktuell .container .aktuell h2::after {
        width: 500px;
        height: 16px;
    }

    #Reiseangebote .container .reiseArten h2,
    #Dienstleistungen .container .dienstleistungen h2,
    #Gruppen .container .gruppen h2,
    #Fahrzeuge .container .fahrzeuge h2 {
        font-size: 5.35714286em;
    }

    #Dienstleistungen .container .dienstleistungen .inhaltBoxText .boxText {
        min-height: 215px;
    }
}

@media (max-width:768px) {

    .navbar-collapse {
        max-height: 100%;
    }

    .navbar-brand h1 {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        background-image: url('../images/hesscarLogo.png');
        height: 55px;
        width: 265px;
        position: relative;
        bottom: 5px;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-transition: all .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: all .5s ease-in-out, padding .5s ease-in-out;
        transition: all .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-nav > li > .dropdown-menu li {
        padding: 0 5px;
        border-bottom: 1px dotted #6b584d;
    }

    #intro.intro .video_wrapper {
        display: block;
        height: auto;
        position: relative;
        width: 100%;
        cursor: pointer;
        margin-top: -15px;
    }

        #intro.intro .video_wrapper video {
            width: 100%;
        }

    #Dienstleistungen {
        position: relative;
        top: 75px;
        margin-bottom: -45px;
    }

    #intro.intro::before,
    #intro.intro::after {
        display: none;
    }

    #Dienstleistungen .container .dienstleistungen h2 {
        font-size: 2.5em;
        text-indent: 0;
    }

        #Dienstleistungen .container .dienstleistungen h2::before, #Reiseangebote .container .reiseArten h2::before, #Gruppen .container .gruppen h2::before, #Fahrzeuge .container .fahrzeuge h2::before, #Aktuell .container .aktuell h2::before {
            display: none;
            width: 300px;
            height: 10px;
        }

        #Dienstleistungen .container .dienstleistungen h2::after, #Reiseangebote .container .reiseArten h2::after, #Gruppen .container .gruppen h2::after, #Fahrzeuge .container .fahrzeuge h2::after, #Aktuell .container .aktuell h2::after {
            display: none;
            width: 300px;
            height: 10px;
        }

    #Dienstleistungen .container .dienstleistungen .inhaltBoxText {
        max-width: 1300px;
        margin: 0 auto;
        padding-left: 10px;
        box-sizing: border-box;
    }

    #Dienstleistungen .container dienstleistungen .inhaltBoxText > span {
        margin: 50px 10px 0;
        width: 95%;
        height: 200px;
    }

    #Dienstleistungen .container dienstleistungen .inhaltBoxText h5 {
        padding: 0 0 25px;
        font-size: 25px;
    }

    #Dienstleistungen .container .dienstleistungen .inhaltBoxText span h5::before {
        position: relative;
        top: -35px;
        left: 0;
    }

    #Reiseangebote .reiseArten .inhalt > div {
        width: 100%;
        height: auto;
        /*display: block;*/
        margin: 15% auto 0;
        padding: 0;
        box-sizing: border-box;
    }

    #Reiseangebote .reiseArten .inhalt div.element1 {
    }

    #Reiseangebote .reiseArten .inhalt div.element2 {
    }

    #Reiseangebote .reiseArten .inhalt div.element3 {
    }

    #Reiseangebote .reiseArten .inhalt div.element4 {
    }

    #Reiseangebote .reiseArten .inhalt div.element5 {
    }

    #Reiseangebote .reiseArten .inhalt div.element6 {
    }

    #Reiseangebote .reiseArten .inhalt a[class*="box"] {
        width: 230px;
        height: 100%;
        text-align: center;
        /*transform: rotate(-45deg);*/
    }

        #Reiseangebote .reiseArten .inhalt a[class*="box"] div {
            /*width: 170px;
            height: 170px;*/
            background-color: #6b584d;
            color: #f2f2f2;
            text-align: center;
        }

    #Reiseangebote .reiseArten .inhalt .element1 a.box1,
    #Reiseangebote .reiseArten .inhalt .element3 a.box3,
    #Reiseangebote .reiseArten .inhalt .element6 a.box6 {
        margin-left: 15px;
    }

    #Reiseangebote .reiseArten .inhalt .element2 a.box2,
    #Reiseangebote .reiseArten .inhalt .element4 a.box4,
    #Reiseangebote .reiseArten .inhalt .element4 a.box5 {
        margin-right: 15px;
    }

    #Reiseangebote .reiseArten .inhalt a[class*="box"] span.reiseartboxtext {
        top: calc(50% - 30px);
        left: 0;
        width: 100%;
        text-align: center;
        height: 80px;
        line-height: normal;
        font-size: 20px;
        font-weight: 400;
        color: #f2f2f2;
        padding-top: 5px;
        /*transform: rotate(45deg);*/
        z-index: 1;
    }

    #Reiseangebote .reiseArten .inhalt a[class*="box"] img {
        /*transform: rotate(45deg);*/
        /*top: -30px;
            left: -30px;*/
        height: 230px;
        width: 230px;
        z-index: 0;
    }

    #Gruppen .container .gruppen h2 {
        font-size: 2.5em;
        text-indent: 0;
    }

    #Gruppen .container .gruppen .inhaltBoxText > span {
        text-align: left;
        margin: 30px auto;
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 10px 35px 50px 35px;
    }

    #Gruppen .container .gruppen .inhaltBoxText h5 {
        padding: 10px 0 25px;
        font-size: 25px;
        text-transform: none;
    }

    #Gruppen .container .gruppen .inhaltBoxText span h5::before {
        content: '';
        position: relative;
        top: 0px;
        left: 5px;
        background-repeat: no-repeat;
        background-size: cover;
        width: 55px;
        height: 55px;
        display: block;
        margin-bottom: 10px;
    }

    #Fahrzeuge .container .fahrzeuge h2 {
        font-size: 2.5em;
        text-indent: 0;
    }

    #Fahrzeuge .container .fahrzeuge .inhalt p {
        max-width: 1300px;
        margin: auto;
        text-align: center;
        color: #6b584d;
        font-size: 35px;
    }

    #Fahrzeuge .container .fahrzeuge .inhaltBoxText > div {
        font-size: 18px;
        letter-spacing: 1px;
        text-align: left;
        margin: 50px auto 0;
        width: 100%;
        height: auto;
        border-radius: 15px;
        padding: 15px 15px;
        line-height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
    }

    #Fahrzeuge .container .fahrzeuge .inhaltBoxText div img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #Fahrzeuge .container .fahrzeuge .inhaltBoxText span {
        color: #f2f2f2;
        background-color: #6b584d;
        padding: 15px;
    }

    #Fahrzeuge .container .fahrzeuge .inner {
        width: 100%;
        max-width: 1500px;
        margin: 5px auto 75px;
    }





    .team.boxed-grey {
        margin-bottom: 30px;
    }

    #Team .container .team div[class*="inhaltBoxText"] > div, #Team .container .team .inhaltBoxText2 > div {
        font-size: 14px;
        letter-spacing: 1px;
        text-align: left;
        line-height: normal;
    }

    #Team .container .team div[class*="inhaltBoxText"] .person, #Team .container .team .inhaltBoxText2 .person {
        padding: 0;
    }

    .boxed-grey {
        margin-bottom: 30px;
    }

    #Geschichte > .container {
        background-color: #f2f2f2;
        padding: 0;
        padding-bottom: 0px;
        padding-bottom: 145px;
    }

    #Geschichte .container .geschichte .inhalt {
        width: 100%;
        margin: 0 auto auto;
        display: inline-block;
        text-align: left;
    }

    .ps-timeline-sec .container ol:before {
        /*background: #6b584d;*/
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 130px !important;
        left: 36px !important;
    }

    .ps-timeline-sec .container ol:after {
        /*background: #348e80;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 25px;*/
    }

    .ps-timeline-sec .container ol::after {
        content: '';
        position: absolute;
        left: 27px;
        display: block;
        border-right: 3px solid #6b584d;
        border-bottom: 3px solid #6b584d;
        width: 25px;
        height: 25px;
        transform: translate(-50%, -50%) rotate(45deg);
        top: calc(100% - 45px);
    }

    .ps-timeline-sec .container ol.ps-timeline {
        margin: 30px 0 !important;
        border-left: 4px solid #6b584d;
        padding-left: 0 !important;
        /*padding-top: 120px !important;*/
        border-top: 0 !important;
        margin-left: 25px !important;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        padding-bottom: 55px;
    }

        .ps-timeline-sec .container ol.ps-timeline li {
            height: auto;
            float: none !important;
            width: 90%;
            padding-top: 0;
            position: relative;
            box-sizing: border-box;
            top: 0;
            left: 30px;
            margin: 0;
            margin-top: 0px;
            margin-bottom: 0px;
            display: inline-block;
            margin-top: -75px;
            margin-bottom: 25px;
        }

            .ps-timeline-sec .container ol.ps-timeline li .ps-top span.bildgeschichte img {
                width: auto;
                height: auto;
                border: 5px solid #f2f2f2;
                max-height: 150px;
                max-width: 100%;
            }


    .toggle-buttons input[type="radio"] {
        width: 85px;
        height: 85px;
        position: relative;
        /*bottom: 85px;*/
        left: -30px;
        top: 80px;
        z-index: 1;
        opacity: 0;
        float: left;
        cursor: pointer;
    }

    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        /*margin: 0;
        bottom: 0 !important;
        height: 220px;*/
        height: auto;
        float: none !important;
        width: 90%;
        padding-top: 0;
        position: relative;
        box-sizing: border-box;
        top: 0;
        left: 30px;
        margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        display: inline-block;
        margin-top: -75px;
        margin-bottom: 25px;
    }

        .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
            bottom: 40px !important;
            width: 40% !important;
            margin-left: 25px !important;
            margin-top: 0 !important;
        }

            .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
                width: 100%;
            }

        .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
            /*margin-bottom: 0 !important;
            top: 20px;
            width: 90% !important;
            height: 390px;
            left: 0;*/
            position: relative;
            bottom: 0;
            left: 0;
            width: 90% !important;
            float: left;
            right: 0;
            background-color: #6b584d;
            border-radius: 20px;
            height: auto;
            padding: 20px;
            -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
            -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
            box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
            display: block;
        }

    .ps-timeline-sec .container ol.ps-timeline li span {
        left: -50px;
        top: 110px;
    }

        .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top {
            transform: rotate(-90deg);
        }

            .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top::after {
                content: "";
                color: #6b584d;
                width: 22px;
                height: 22px;
                background: #6b584d;
                position: absolute;
                bottom: -10px;
                left: 25px;
                border-radius: 100%;
                top: 30px;
            }

            .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
                content: none !important;
            }


        .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
            content: none !important;
        }


    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }

        .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
            margin: 0 auto !important;
            width: 80% !important;
        }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        position: relative;
        bottom: 0;
        left: 0;
        width: 90% !important;
        float: left;
        right: 0;
        background-color: #6b584d;
        width: 400%;
        border-radius: 20px;
        height: auto;
        padding: 20px;
        -moz-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        -webkit-box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        box-shadow: 7px 7px 10px 1px rgba(000,000,000,0.4), inset 0px 0px 1px rgba(255,255,255,0.3);
        display: block;
    }

        .ps-timeline-sec .container ol.ps-timeline li .ps-top::after {
            border-bottom: 75px solid transparent;
            border-right: 55px solid #6b584d;
            content: '';
            position: absolute;
            left: 35px;
            bottom: -75px;
            display: none;
        }

    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }

    #Reisen {
        margin: 55px auto 150px;
    }

        #Reisen #Standardreisen {
            background-color: #fff;
            padding: 10px 5px 50px !important;
        }

            #Reisen #Standardreisen ul li {
                margin-bottom: 40px;
            }

                #Reisen #Standardreisen ul li .standardreiseDetails .standardreiseDatum {
                    position: absolute;
                    bottom: auto !important;
                }
}

@media (min-width: 550px) and (max-width: 768px) {

    #Reiseangebote .reiseArten .inhalt .element1 a.box1,
    #Reiseangebote .reiseArten .inhalt .element3 a.box3,
    #Reiseangebote .reiseArten .inhalt .element6 a.box6 {
        margin-left: 15%;
    }

    #Reiseangebote .reiseArten .inhalt .element2 a.box2,
    #Reiseangebote .reiseArten .inhalt .element4 a.box4,
    #Reiseangebote .reiseArten .inhalt .element4 a.box5 {
        margin-right: 15%;
    }
}

@media (max-width:480px) {

    #Dienstleistungen .container .dienstleistungen .inhaltBoxText > span {
        text-align: left;
        margin: 10px auto;
        /*width: calc(100% / 2 - 100px);*/
        height: auto;
        border-radius: 15px;
        padding: 10px 5px 70px 5px;
        display: block;
    }

    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255,255,255,.4);
    }

    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }

    .tp-banner-container {
        padding-top: 40px;
    }

    .page-scroll a.btn-circle {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        padding: 7px 0;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 20px;
    }
}
