/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }


body, html {
    margin: 0;
    font: 20px/140% 'Open Sans Condensed', sans-serif;
    min-height: 100%;
    color: #707070;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

body {
    background-color: #fff;
}

* {
    box-sizing: border-box;
}

.advice {
    background-color: white;
}

/* @group allgemein */

.clearAll {
    clear: both;
}

h1 {
    font-size: 28px;
    color: #0C4493;
    padding: 0;
    margin: 5px 0 10px;
    line-height: 120%;
    font-weight: bold;
}

.searchBox .UeberschriftLinie {
    color: #FFFFFF;
    text-shadow: 0 0 3px black;
    font-size: 25px;
    padding-left: 18px;
    text-transform: uppercase;
}

.searchBox .UeberschriftLinie:after {
    content: '';
    display: block;
    background-color: #FFFFFF;
    height: 3px;
    width: auto;
    left: 5px;
    margin-left: auto;
    right: 5px;
}

.UeberschriftLinie {
    font-size: 28px;
    color: #0C4493;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
}

.UeberschriftLinie:after {
    content: '';
    display: block;
    background-color: #707070;
    height: 1px;
    width: 100vw;
    left: 50%;
    bottom: 0;
    margin-left: -50vw;
    margin-bottom: 5px;
    position: absolute;
}

.spruch {
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    width: 50%;
    display: inline-block;
    padding-top: 20px;
}

.spruch span {
    font-size: 18px;
    line-height: 120%;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    /*color: #FFFFFF;*/
    border: 1px solid #FFFFFF;
    display: block;
}

.balken h2 {
    color: #fff;
}

.tripHeadLeft h2 {
    color: #00B3DE;
    margin: 0 0 30px 0;
}

.tripHeadLeft .terminTrips {
    font-size: 20px;
    color: #707070;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

p {
    padding: 0;
    margin: 0 0 10px;
}

b, strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    font-style: normal;
    color: #00B3DE;
    /*transition: all 0.2s;*/
}

a:hover {
    color: #b3b3b3;
    text-shadow: none;
}

a img {
    border: none;
    transition: all 0.2s;
}

.email:before {
    content: '@';
}

a:hover img {
    opacity: 0.8;
}

a.logo:hover > img {
    opacity: 1;
}

li {
    list-style-image: url(../images/li.png);
}

/* @end */
.relative {
    position: relative;
}


.wrapper {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    padding: 20px 10px 20px;
}

.infoBlock .wrapper {
    padding: 15px 0 10px 0;
}

.debugInfoBox {
    border: 2px solid #E10019;
    background-color: rgba(254, 255, 255, 0.79);
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 300;
    overflow: hidden;
    transition: all 0.2s;
    font-size: 14px;
    padding: 5px;
    line-height: 120%;
}

.debugInfoBox:hover {
    opacity: 0;
}

.wrapper:after {
    content: '';
    clear: both;
    display: block;
}

.boxGrey .wrapper, .wrapperTrips {
    margin: 0 auto;
    position: relative;
    padding: 20px 10px;
    max-width: 1160px;
}

.wrapperTop {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.wrapperTop .wrapper {
    height: 100%;
    padding: 0;
}

.kopf {
    position: relative;
}

.kopf .slick-dots li button {
    background-color: #FFFFFF;
}

.kopf .slick-dots li {
    /*bottom: 25px;*/
}
.kopf .slick-dots {
   margin-top: -25px;
}

.kopf .slick-dots .slick-active button {
    background-color: rgba(255,255,255, 0.6);
}
.kopfBild {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}

.kopfBild img {
    width: 100%;
}

.kopfBildImage {
    height: 600px !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.kopfSpruch {
    position: absolute;
    top: 20px;
    right: 270px;
    z-index: 100;
}

.logo img {
    display: block;
    max-width: 100%;
    width: 390px;
    float: left;
    position: relative;
    z-index: 100;
}


.bgLogo {
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    top: 0;
    right: -10px;
}

.telefon {
    font-size: 35px;
    z-index: 150;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    bottom: 20px;
    line-height: 100%;
    text-align: right;
    color: #00B3DE;
    font-weight: bold;
    padding-right: 10px;
}

.telefonsymbol {
    display: inline-block;
    margin-right: 10px;
}

.copyright {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 10px;
    line-height: 110%;
    z-index: 1;
    text-shadow: 0 0 4px black;
}

.copyright a {
    color: white;
}

.slick-slider .image .copyright {
    bottom: 60px;
}

.image {
    position: relative;
    display: inline;
    margin: 5px;
}

.bildBlockWeb {
    float: right;
    width: 33%;
    margin-left: 20px;
    margin-bottom: 5px;
}

/* @group infoBlock */
.infoBlock {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;

    background-color: #0C4493;
    text-align: center;
    margin-top: 20px;
}


/* @end */

/* @group teaser */

.teaser {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.kategorieTeaser {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    color: #707070;
}
.kategorieTeaser img{
    max-width: 100%;
    width: 100%;
}
.teaserText {
}

.teaser h1 {
    background-color: #0C4493;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}

.teaser > div {
    text-align: center;
}

.teaser img {
    width: 100%;
}

.teaser img.flagge {
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    z-index: 1;
}

.footerKataloge img {
    width: auto;
    max-width: 70%;
}
.socialMedia {
    padding-top: 5px;
}
.socialMedia  a{
     margin-left: 10px;
}
.socialMedia i {
    font-style: normal;
    font-size: 34px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #0C4493;
}
.socialMedia i:hover {
    color: #00B3DE;
}
.fa-facebook:before {
    content: '\f082';
}
.fa-twitter:before {
    content: '\f081';
}
.fa-instagram:before {
    content: '\f955';
    /*
    content: '\f16d';
    */
}
.fa-pinterest:before {
    content: '\f0d3';
    /*
    content: '\f16d';
    */
}
.buttonFahrschule {
    border-radius: 3px;
	display: inline-block;
    vertical-align: middle;
	padding: 7px 10px;
	color: white;
	font-size: 16px;
	line-height: 100%;
	cursor: pointer;
	/*border: 1px solid white;*/
	background-color: #0C4493;
	transition: all 0.2s;
	/*border-radius: 16px;*/

}
.buttonFahrschule:hover {
	color: white;
	background-color: #00B3DE;
}

.button {
    padding: 5px 7px;
    color: white;
    background-color: #00B3DE;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid white;
}

.button:hover {
    border: 1px solid white;
    background-color: #0C4493;
    color: white;
}

.slick-track .teaser {
    width: 100%;
}

/* @end */

/* @group Tagesfahrten */
.tagesfahrtenBox > div {
    padding: 10px 0;
    background: #F7F7F9 url(/global/show.image.php?id=226092&x=550&y=1200) no-repeat center center;
    background-size: cover;
}

.dayTripsHead {
    padding-right: 20px;
    padding-left: 20px;
}

.dayTripsBlock {
    height: 200px;
    overflow: auto;
    background-color: rgba(254, 255, 255, 0.8);
    margin-right: 20px;
    margin-left: 20px;
}

.dayTripsList {
    width: 100%;
}

.dayTripTerm {
    padding-right: 10px;
}

.dayTripPrice {
    white-space: nowrap;
    padding-left: 10px;
}

.dayTripsFooter {
    padding: 5px 10px;
    transition: all 0.2s;
    background-color: #0C4493;
    position: relative;
    top: 10px;
}

.dayTripsFooter:hover {
    background-color: #0C4493;
}

.dayTripsFooter a {
    color: white;
}

/* @end */

/* @group Design Klassen */

.headline {
    text-align: center;
}

.headline .wrapper {
    padding-bottom: 10px;
}

.groesse2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

/* @end */

/* @group Download */

.Download {
    margin-bottom: 5px;
}

.Download a {
    color: #555;
}
.webPage {
    padding-bottom: 40px;
}
.webPage:last-of-type {
    padding-bottom: 0;
}
.webPage:after {
    display: block;
    content: '';
    clear: both;
}

.webPage .Download:last-of-type {
    padding-bottom: 20px;
}

.webpageDescription:after {
    display: block;
    content: '';
    clear: both;
}
.Download h1 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 0;
}

.Download h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    color: #999;
}

.Download a:hover * {
    color: #666 !important;
}

.downloadSize {
    float: right;
}

.Download .fa-download {
    float: left;
    margin-right: 15px;
    font-size: 40px;
}


/* @end */

/* @group webPages */
.news {
    background-color: #E93F72;
    color: white;
}

.news .imageBox img, .image img {
    /*/border: 10px solid #fff;*/
    /*	box-shadow: 0 0 6px rgba(0,0,0,0.5);*/
    width: 100%;
}

.mitarbeiter .image img {
    border-radius: 50%;
    filter: grayscale(100%);
}

.mitarbeiter .image img:hover {
    filter: none;
    opacity: 1;
    border: 3px solid #0C4493;
    transition: all 0.1s;
}



.news * {
    color: white;
}

.imageBox {
    float: right;
    padding-left: 20px;
    width: 25%;
}

/* @end */
.videoSmall {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
.responsiveFrame {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
}

.responsiveFrame iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.webpageplainHTML iframe.googleMaps {
    height: 350px;
}

/*.webpageplainHTML iframe {*/
/*    width: 100%;*/
/*    height: 650px;*/
/*    border: 0;*/
/*}*/

.galleryText {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    z-index: 1;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.reiseart .tripPrev h1 {
    margin-top: 10px;
    background-color: #FFFFFF;
}

/* @group Mitarbeiter */
.mitarbeiter {
    width: 33.33%;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    text-align: center;
}

.mitarbeiter .slick-arrow {
    display: none !important;
}

.mitarbeiter h1 {
    font-size: 28px;
    line-height: 120%;
    margin: 15px 0;
}

.mitarbeiter h2 {
    font-size: 20px;
    line-height: 120%;
    margin: 15px 0;
    border: none;
}


/* @end */

/* @group Bildergalerie */
.galleryImages {
    line-height: 0;
    text-align: center;
}

.galleryImage {
    display: inline-table;
    margin: 5px;
}

.imagesList img {
    width: 25%;
    margin: 0;
    padding: 0;
}

/* @end */

/* @group Search */
.searchBox {
    position: absolute;
    bottom: 50px;
    padding: 5px;
    width: 100%;
}

.searchStyle {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 16.667%;
    padding: 5px;
    margin-top: 10px;
}

.searchCategory, .searchDestination, .searchDate, .searchfield {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    color: #0C4493;
    padding: 5px 10px;
    border: 1px solid #0C4493;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

.searchStyle div, .searchfield {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: all 0.2s;
}

.searchStyle div:before {
    content: '\f078';
    position: absolute;
    right: 10px;
    top: 6px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    color: #0C4493;
}

.navigation .fa-angle-down:before {
    content: '\f078';
    position: absolute;
    right: 10px;
    top: 2px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 10px;
    color: #fff;
}

.searchCategory, .searchDestination, .searchDate {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px;
}

.searchCategory:hover, .searchDestination:hover, .searchDate:hover {
    background: transparent;
}

.searchCategory:focus, .searchDestination:focus, .searchDate:focus {
    background: transparent;
    color: #0C4493;
}

.searchCategory:focus:hover, .searchDestination:focus:hover, .searchDate:focus:hover {
    color: #fff;
}
.searchCategory:focus:hover option, .searchDestination:focus:hover option, .searchDate:focus:hover option {
    color: #707070;
}
.searchStyle div:hover {
    background: #00B3DE;
}

.searchBox input[type=radio] {
    display: none;
}

.searchBox .Button {
    background-color: #0C4493;
    display: block;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s;
    line-height: 100%;
    font-weight: normal;
    font-style: normal;
    padding: 8px 10px;
    border: 1px solid #0C4493;
    border-radius: 0 !important;
    margin: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.ui-datepicker {
    z-index: 150 !important;
}

/* @end */
.trip .wrapperTop {
    position: relative;
    padding-top: 85px;
    padding-bottom: 10px;
    background-color: #00B3DE;
}

.trip .searchBox {
    position: relative;
    bottom: 0;
}

/* @group tripTeaser */
/*.tripSlider .slick-prev::before, .tripSlider .slick-next::before {
	opacity: 0;
	transition: all 0.2s;
	font-size: 30px !important;
	color: #E93F72;
}

.tripSlider:hover .slick-prev::before, .tripSlider:hover .slick-next::before {
	opacity: 1;
}
.slick-prev {
	left: -35px !important;
}*/
.thema h1 {
    font-size: 28px;
    color: #0C4493;
    padding: 0;
    margin: 5px 10px 10px;
    line-height: 120%;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #0C4493;
}

.tripSlider, .reiseart, .reisebox {
    float: none;
    clear: both;
    margin-left: -10px;
    margin-right: -10px;
}

.tripPrevOuter {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px;
}

.tripPrev {
    background-color: #fff;
    position: relative;
    transition: all 0.4s;
    overflow: hidden;

}

.tripPrevImgDays {
    position: relative;
}

.tripDays {
    color: #fff;
    text-align: center;
    border-radius: 16px;
    border-bottom: 3px solid #0C4493;
    position: absolute;
    background-color: #0C4493;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    transition: all 1s;
}

.mehr {
    color: #fff;
    border-radius: 16px;
    font-size: 14px;
    background-color: #0C4493;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 1s;
    float: right;
    text-transform: uppercase;
}
.mehrButton {
    border-radius: 3px;
    vertical-align: middle;
    padding: 7px 10px;
    color: white;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    background-color: #0C4493;
    transition: all 0.2s;
    float: right;
    font-weight: bold;
}

.tripPrev:hover .tripDays {

}

.tripPrev h1, .tripPrev h2 {
    color: #0C4493;
    font-size: 20px;
    margin-top: 0;
}

/*
.tripPrev:hover {
	transition: all 0.2s;
	background-color: #0C4493;
	color: white !important;
}

.tripPrev:hover * {
	color: white !important;
}*/

.h1Reisearten {
    text-transform: uppercase;
}

a.tripPrevLink {
    position: relative;
    color: #707070;
}

.tripPrevText {
    padding: 10px 0 10px 0;
}

.tripPrevImg {
    width: 100%;
}

.tripPrevInfos {
    background-color: #0C4493;

    padding: 7px 50px;
    position: absolute;
    top: 30px;
    left: -70px;
    border-radius: 4px;
    z-index: 10;
    line-height: 100%;

    transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    /*
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -o-transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    */
    box-shadow: 0 0 4px #fff;
    width: 260px;
    text-align: center;
    font-size: 18px;
    color: white;
}

.tripPrevGarantie {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 80%;
    z-index: 1;
}

.tripPrevSymbol {
    margin-bottom: 5px;
    display: block;
}

.tripCategory {
    display: none;
}

.infoIcon {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 5px;
}

.tripPrevTerms {

}

/* @end */

/* @group trip */

/* @group Tabellen */
.tripLeistungen table {
    width: auto !important;
    border-collapse: collapse !important;
}

.tripLeistungen table td {
    width: auto !important;
    padding: 3px !important;
    border: none !important;
    border-top: 1px solid gray !important;
    border-left: 1px solid gray !important;
}

.tripLeistungen table td:last-child {
    border-right: 1px solid gray !important;
}

.tripLeistungen table tr:last-child {
    border-bottom: 1px solid gray !important;
}


/* @end */
.trip {
    /* padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px; */
}

.intro {
    font-weight: bold;
    color: #0C4493;
}

.dayTitle {
    font-weight: bold;
    color: #0C4493;
}

.abPreis {
    font-weight: bold;
    color: #0C4493;
    margin-left: 20px;
    font-size: 28px;
}

.tripTeaserText {
    color: #0C4493;
}

.tripHead {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.tripHeadLeft {
    background-color: #0000;
    /* padding: 0 0 50px 0; */
    display: table-cell;
    width: 50%;
    position: relative;
    vertical-align: top;
    min-height: 270px;
}

.tripHeadLeft h1 {
    font: 25px 'Open Sans Condensed';
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.tripHeadLeft-bak:before {
    content: '';
    display: block;
    width: 100px;
    height: 20px;
    float: right;
}

.tripHeadLeft .tripPrevPrice {
    top: -5px;
    right: -10px;
}

.tripHeadLeft .tripPrevPriceShadow {
    top: 20px;
    right: -15px;
}

.tripHeadMiddle {
    display: table-cell;
}

.tripHeadMiddle:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
}

.tripHeadRight {
    display: table-cell;
    width: 50%;
    position: relative;
    vertical-align: top;
}

.tripHeadInfos {
    float: right;
    margin-left: 10px;
}

.btnDownload {
    background-color: #0C4493;
    color: white;
    padding: 5px;
}

.btnDownload:hover {
    background-color: #0C4493;
    color: white;
    padding: 5px;
}

.btnDownload:active {
    background-color: #0C4493;
    color: white;
    padding: 5px;
}

.buttonBackground {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: #0C449340;
}

.buttonLine {
    display: table;
    width: 100%;
    left: 0;
    bottom: 0;
}

.tripText .buttonLine {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;

    border-top: none;
    /*padding-right: 20px;
    padding-left: 20px; */
    color: white;
}

.buttonLine div {
    cursor: pointer;
    transition: all 0.5s;
    padding: 6px 30px 6px 0;
    display: inline-block;
    background-color: #0000;
    font-weight: bold;
    color: #00B3DE;
    font-size: 16px;
    line-height: 16px;
}

.buttonLine div:hover {
    color: #707070;
}

.tripText .buttonLine div {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 25px 0;
    cursor: pointer;
    transition: all 0.5s;
    width: 16.66%;
    background-color: transparent;
    /* line-height: 20px; */
    color: #707070;
    margin: 0;
    font-weight: normal;
}

.tripText .buttonLine div:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: #707070;
    font-weight: bold;
}

.tripText {
    background-color: #FFFFFF;
}

.tripText ul {
    margin: 0;
    padding: 0 0 0 22px;
}

.mobileInfo {
    display: none;
}

.tripTextBlock {
    padding: 50px 0;
    display: none;
}

.tripTextBlockActive {
    display: block;
}

.tripText .buttonLine div.reiterActive {
    color: white;
    background-color: #00B3DE;
    font-weight: bold;
}

.prevCard {
    float: right;
    margin-left: 20px;
    margin-bottom: 5px;
}

.prevImage {
    margin-right: 2px;
    margin-bottom: 2px;
}

.terminTrip {
    width: 33%;
    display: inline-table;
    padding-right: 20px;
    padding-bottom: 20px;
}

table.terms {
    width: 100%;
}

table.terms td {
    background-color: #edecee;
    padding: 2px 5px;
}

.termSubtitle {
    color: #0C4493;
    margin-left: 5px;
}

/* @end */

/* @group topangebote */
.topTrip a {
    display: block;
    transition: all 0.2s;
    background-color: #F7F7F9;
    position: relative;
    margin-bottom: 20px;
    color: #666666;
}

.topTrip h1, .topTrip h2 {
    color: #666666;
}

.topTrip a:hover {
    transition: all 0.2s;
    background-color: #0C4493;
    color: white !important;
}

.topTrip a:hover * {

    color: white !important;
}

.topTripPrevImg {
    width: 48%;
    height: 100%;
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    position: absolute;
}

.topTripText {
    float: right;
    width: 52%;
    padding: 20px;
}

.topTripText h1 {
    margin-top: 0;
}

.topTripPrevTerms {
    padding-top: 20px;
}

/* @end */

/* @group navigation */

.navigation {
    border-top: 6px solid #00B3DE;
    background-color: #0C4493;
    position: absolute;
    z-index: 11;
    width: 100%;
    font-weight: bold;
    top: 0;
}

.fixed .navigation {
    position: fixed;
}

.navigation .wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.navigation a {
    color: white;
    font-size: 20px;
    transition: all 0.2s;
    padding: 20px 25px;
    display: inline-table;
    text-transform: uppercase;
}

.navigation a.active, .navigation a:hover {
    color: white;
    background-color: #00B3DE;
}

.navigation span {
    position: relative;
}

.sub {
    position: absolute;
    left: 0;
    box-shadow: 0 2px 2px #999;
    z-index: 200;
    background-color: white;
    max-height: 0;
    transition: all 0.2s;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.volltextsuche {
    float: right;
    padding: 14px 0;

}

.textVolltextsuche {
    border: 1px solid #FFFFFF;
    color: #0C4493;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

::placeholder {
    opacity: 1;
}

.textVolltextsuche:hover {
    opacity: 1;
}

.volltextSucheButton {
    display: inline-block;
    background-color: #00B3DE;
    border: 1px solid #FFFFFF;
    color: white;
    font-weight: bold;
    margin-left: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.volltextSucheButton:hover {
    color: #0C4493;
}

span:hover .sub {
    max-height: 2000px;
    padding: 10px 0;
}

.sub a, .sub span:hover a, .sub a.active {
    margin-left: 0;
    font-size: 16px;
    text-transform: none;
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    display: block;
    color: #333;
}

.sub span:hover a, .sub a.active {
    color: #FFFFFF;
}

.sub span {
    display: block;
    white-space: nowrap;
    transition: all 0.2s;
}

/* @end */
/* @group Footer */
.printFooter {
    display: none;
}

.imprint {
    float: left;
    font-size: 16px;
}

.imprint a {
    color: #707070;
}

.footer {
    background-color: #00B3DE;
    color: white;
    padding: 10px;
    font-size: 16px;
    line-height: 140%;
}
.logoWeiss {
    max-width: 80%;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.39));
}
.footer .footerBlock {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.footerBlock table {
    border: 0;
    padding: 0;
}

.footerBlock td:first-child {
    padding-right: 10px;
}

.footer .partnerLogos {

    display: inline-block;
    vertical-align: top;
}
.footer .logoWeiss {
    margin-top: 18px;
}

.partnerLogos img {
    max-width: 100%;
    margin-left: 5px;
    margin-bottom: 5px;
}

.footer .wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.footer a {
    transition: all 0.2s;
    color: white;
}


/* .footer a:hover {
	color: #ddc0bd;
}*/
.vistabus {
    font-size: 16px;
    line-height: 140%;
    text-align: right;
}

/* @end */

/* @group Merkliste */
/*
.noteButtonDel {
	width: 29px;
	height: 26px;
	background: url(../images/stern.png) no-repeat 0 -26px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	transition: opacity 0.2s;
}

.noteButtonDel:hover {
	background: url(../images/stern.png) no-repeat 0 -52px;
}

.noteButtonAdd {
	width: 29px;
	height: 26px;
	background: url(../images/stern.png) no-repeat 0 0;
	position: absolute;
	left: 10px;
	top: 10px;
	opacity: 0.3;
	z-index: 10;
	transition: opacity 0.2s;
}

.noteButtonAdd:hover {
	background: url(../images/stern.png) no-repeat 0 -26px;
}

.tripPrev:hover .noteButtonAdd, .topTrip:hover .noteButtonAdd {
	opacity: 1;
}

#noteList {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	text-align: center;
	padding: 10px;
}
#noteList a {
}
.noteDelete {
	color: #0C4493;
    font-size: 16px;
    float: left;
	cursor: pointer;
	font-weight: bold;
	width: 15px;
}

.noteListDelete {
	color: #0C4493;
	cursor: pointer;
	margin-top: 3px;
}

.noteListDelete:hover {
	text-decoration: underline;
}
*/
/* @end */


/* @group Merkliste */
/*#noteList a {
    background: url(../images/noteList.png) no-repeat center center;
    color: white;*/
#noteList a:before {
    content: '\f005';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -15px;
    font-size: 33px;
}


.noteButtonAdd, .noteButtonDel {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
}

.noteButtonAdd::before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #ffffff;
    opacity: 0.3;
    transition: all 0.2s;
}

.noteButtonAdd:hover::before {
    opacity: 1;
}

.noteButtonAdd:active::before {
    font-weight: 900;
    transition: all 0.2s;
    opacity: 1;
}

.noteButtonDel::before {
    content: '\f005';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #ffffff;
    /*opacity: 0;*/
    transition: all 0.2s;
}

.noteButtonDel:hover::before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: 6px;
    top: 1px;
}

.topTrip .noteButtonDel, .topTrip .noteButtonAdd {
    top: 35px;
}

.topTrip .noteButtonAdd {
    top: 35px;
}


.tripPrev:hover .noteButtonAdd, .topTrip:hover .noteButtonAdd {
    opacity: 1;
}

/* @end */
/* @group Newsletter */
.newsletter div.title {
    display: none;
}

.row {
    display: table;
    width: 100%;
    padding-bottom: 5px;
}

.desc {
    display: table-cell;
    width: 75%;
}

.desc input {
    width: 100%;
}

.desc:first-child {
    width: 20%;
}

body.newsletter {
    padding: 5px;
}

.error {
    color: #0C4493;
}


/* @end */

/* @group AktuellesListe */

.aktuelles {
    color: white;
    width: 210px;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 10px;
    float: left;
    box-shadow: 0 0 4px #666;
    position: relative;
    background: rgb(252, 239, 199); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgb(252, 239, 199) 0%, rgb(254, 191, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(252, 239, 199)), color-stop(100%, rgb(254, 191, 1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgb(252, 239, 199) 0%, rgb(254, 191, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgb(252, 239, 199) 0%, rgb(254, 191, 1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgb(252, 239, 199) 0%, rgb(254, 191, 1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgb(252, 239, 199) 0%, rgb(254, 191, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcefc7', endColorstr='#febf01', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    text-shadow: 2px 2px 5px #333;
}

.aktuelles a p {
    color: white;
}

.aktuelles img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}

.aktuelles:hover img {
    opacity: 1;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    -o-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}

.aktuellesArtikel {
    margin-bottom: 20px;
    border-bottom: 1px dotted #666;
    padding-bottom: 20px;
}

.aktuellesArtikel:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.aktuellesArtikel img {
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
}

.aktuellesArtikel h1 {
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 5px;
    font-size: 24px;
}

.aktuellesUntertitel {
    font-size: 18px;
    color: #0C4493;
    font-weight: 700;
    margin: 0;
    padding: 0 0 10px;
    text-transform: none;
    text-shadow: none;
}


/* @end */

/* @group formulare */
.fullwidth, table.buchung {
    width: 100%;
}

.formFieldCode {
    width: 137px;
    display: block;
    float: left;
}

.formField {
    padding: 3px;
    clear: both;
    float: none;
}

.formField .fullwidth {
    float: right;
}

.formSpecial {
    display: none;
}

.reload:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

textarea.anmerkungen {
    height: 62px;
    width: 440px;
    border: 1px solid #E5E5E5;

}

textarea.nachricht {
    height: 250px;
    width: 420px;
    border: 1px solid #E5E5E5;
}

/* @group Kataloge */

.katalogBox {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}

.katalogText {
    display: inline-block;
    vertical-align: top;
    padding-top: 55px;
    padding-left: 10px;
    color: #0C4493;
    width: 50%;
}

.katalogText label {
    font-weight: bold;
    display: inline !important;
}

.blaetterKatalog {
    background: #00B3DE;
    margin-top: 5px;
    margin-left: -10px;
    padding-left: 15px;
    padding-right: 10px;
}

.blaetterKatalog a {
    color: #FFFFFF;
    font-weight: normal;
}

.blaetterKatalog:before {
    content: '\f054';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    color: #ffffff;
    padding-right: 7px;
}

.blaetterKatalog a:hover {
    color: #0C4493;
    transition: all 0.2s;
}

.katalogBox .formField label {
    padding-top: 15px;
}

.katalogBox img {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
}

.katalogBox:hover img {
}

.katalogBox img.katalog2 {
    right: 20px;
    position: absolute;
    top: 10px;
    transform: rotate(5deg);
    z-index: 3;
}

.katalogBox img.katalog1 {
    left: 10px;
    position: absolute;
    top: 0;
    transform: rotate(-4deg);
    z-index: 2;
}

/* @end */
.katalogImage {
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.katalogBox img {
    margin-bottom: 5px;
    border: 1px solid #ccc;
    width: 100%;
}

textarea.nachrichtKlein {
    width: 265px;
    height: 250px;
    border: 1px solid #E5E5E5;
}

label.allgemein {
    width: 137px;
}

input, textarea, select {
    background-color: #e8e8e8;
    padding: 8px;
    font: 16px/140% 'Open Sans Condensed', sans-serif;
    transition: all 0.6s;
    border: none;
}

input.hausnr {
    width: 20%;
    border-left: 2px solid white;
    background-color: #d8d8d8;
}


.plz {
    width: 20%;
    border-right: 2px solid white;
    background-color: #d8d8d8;
}

input:focus, input:hover, textarea:hover, textarea:focus, select:hover, select:focus {
    background-color: #00B3DE;
    color: white;
    transition: all 0.2s;
}

table tr {
    vertical-align: middle;
}


.captcha {
}

.code {
    height: 33px;
    padding-top: 4px;
    display: block;
    float: left;
    padding-right: 4px;
    padding-left: 4px;
}

form[name=contact] input[type=button], input.Button, .formField input[type=button] {
    background-color: #0C4493;
    /*box-shadow: 0 0 4px #666;*/
    padding: 10px;
    color: white;
    border: 0;
    transition: all 0.2s;
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sendmailButton:after {
    content: ' ';
    float: none;
    clear: both;
}

form[name=contact] input[type=button]:hover, input.Button:hover, .formField input[type=button]:hover {
    background-color: #00B3DE;
    color: white;
    cursor: pointer;
}

.preisInfo {
    font-weight: bold;
}

.subtitle {

}

.subtitle h3 {
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    padding: 7px 7px 5px;
}

.personDetaila {
    float: left;
    width: 50%;
    border-left: 3px solid #0C4493;
    padding-right: 10px;
    transition: all 0.2s;
    margin-bottom: 10px;
}

.personDetail {
    float: left;
    width: 48%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    background-color: white;
    color: #666;
    margin-right: 2%;
}

.personDetail .ueberschrift {
    padding: 7px 7px 5px;
}

.personDetail:hover .subtitle {
    background-color: #0C4492;
}

.personDetail:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.personDetail table {
    width: 100%;
    margin-left: 0;
}

.personDetail .inputInfo {
    padding-left: 10px;
}

/* @end */

/* @group neueformulare */
.formField label {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.formField input, .formField textarea, .formField .g-recaptcha {
    display: inline-block;
    width: 80%;
    padding: 10px;
}

.formField input[type=input], .formField textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.formField textarea {
    display: inline-block;
    height: 120px;
}

.formField.checkbox {
    /* padding-left: 20%; */
}

.datenschutz {
    display: inline-block;
    width: 20%;
}

.datenschutzText {
    display: inline-block;
    float: right;
    width: 80%;
}

.checkboxDatenschutz {
    margin-left: 0;
}

.formField.checkbox label {
    width: 95%;
}

.formField input[type=checkbox] {
    width: auto;
    margin-right: 5px;
}

.formField input[type=button] {
    width: 100%;
    cursor: pointer;
}

.formField {
    padding-bottom: 5px;
    padding-top: 5px;
}

.formSpecial {
    display: none;
}

.formfieldTitle {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

.captcha {
}

.formError {
    color: #990033;
    font-weight: bold;
}

.formTable {
    float: left;
    width: 50%;
}

form td {
    vertical-align: top;
}


.formField input[type=radio] {
    width: auto;
    margin-right: 20px;
}

.radioBox {
    display: inline-block;
    width: 80%;

}

.radioBox label {
    width: auto;

}

/* @end */

/* @group neue Buchung */


.days {
    margin-left: 10px;
    float: left
}

.value ul {
    margin-top: 5px;
}

.termin {
    display: inline-table;
    margin-top: 10px;
    padding-bottom: 5px;
    width: 50%;
    padding-right: 5px;
}

.termin input, .keinTermin input {
    float: left;
    margin-right: 5px;
    cursor: pointer;
    height: auto;
}

.termInfo {
    font-style: italic;
}

.termin .subtitle {
    clear: both;
    font-weight: bold;
    margin-left: 24px;
    min-height: 0
}

.keinTermin {
    margin-top: 5px;
    margin-bottom: 10px;
    float: none;
    clear: both
}

.period {
    float: left;
    font-weight: 400
}

.prices {
    float: none;
    clear: both;
    padding-top: 5px
}

.priceOption {
    float: none;
    clear: both;
    margin-bottom: 2px;
}

.price {
    display: inline-block;
    padding-left: 10px;
    width: 80%;
    vertical-align: top;
}

.price span, .personChoice span {
    padding-left: 10px;
    font-weight: bold;
}

.persons {
    display: inline-block;
    vertical-align: top;
}

.priceOption .persons {
    width: 20%;
}

.priceOption .persons select {
    width: 100%;
}

.personsDetailed * {
    box-sizing: border-box;
}

.personsDetailed {
    margin-bottom: 30px
}

.personDetails {
    display: block;
    float: left;
    width: 50%;
    position: relative;
    padding: 10px;
}

.personDetails > div {
    clear: both;
    margin-bottom: 3px;
}

.personDetailsInner {
    display: block;
    position: relative;
    background-color: white;
}

.personDetails input {
    width: 100%
}

div.addValues {
    float: none;
    clear: both;
    padding-top: 1px
}

input.addValue {
    width: auto;
    margin-right: 5px
}

.personText {
    padding-bottom: 5px;
    width: 20%;
    display: inline-table;
}

.personInput, .addValuesBlock {
    width: 80%;
    display: inline-table;
}

.addValues .personInput {
    width: 100%;
}

.personChoice {
    background-color: #0C4493;
    padding: 5px;
    color: white;
}

input.order {
    background-color: #0C4493;
    color: #fff;
    cursor: pointer;
    font-weight: 700
}

.fullPrice, .buchungHead {
    padding-left: 15px;
    padding-top: 6px;
    background-color: #0C4493;
    margin-bottom: 5px;
    padding-bottom: 6px;
    margin-left: 5px;
    color: white;
    font-size: 16px;
}

#fullPrice {
    font-weight: 700
}

.billPerson td {
    padding-bottom: 5px;
    padding-right: 10px;
}

.strasse {
    width: 80%
}

.spanStrasse {
    width: 80%;
    display: block;
    float: left
}

.land {
    float: left;
    margin-right: 10px;
    width: 100%
}

.landsonstiges {
    float: left;
    width: 160px;
    display: none
}

.normalField {
    width: 100%
}

input.ort {
    width: 80%;
}

.mitteilung {
    width: 100%;
    border: 1px solid #999;
    padding: 5px
}
.bill {
    display: none;
}

/* @end */
@media (max-width: 1200px) {
    .mohn {
        display: none;
    }

    .footer .footerBlock {
        width: 33.33%;
    }

    .navigation a {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width: 975px) {
    .katalogBox {
        width: 50%;
    }

    .katalogImage {
        margin-bottom: 5px;
    }
}

@media (max-width: 850px) {

    table.formular {
        width: 100%;
        float: none;
    }

    .termin {
        width: 50%;
    }

    .personDetails {
        width: 100%;
    }

    .tripText .buttonLine div {
        width: 33.33%;
    }
}

@media (max-width: 780px) {
    .telefon {
        position: relative;
        bottom: auto;
        right: auto;
        font-size: 26px;
    }
    .textBlock .mitarbeiter {
        width: 50%;
    }
}

@media (max-width: 750px) {
    .logo img {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .telefon {
        top: 10px;
        bottom: auto;
        right: auto;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .logo img {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
.kategorieTeaser {
    width: 100%;
}

    .footer .footerBlock {
        width: 50%;
        padding-top: 5px;
    }

    .footerBlock table {
        width: auto;
    }


    .mobileInfo {
        display: block;
    }

    .tripHeadLeft, .tripHeadRight {
        width: 100%;
        display: block;
    }


    .tripHeadLeft {
        margin-bottom: 30px;
        height: auto;
        min-height: 0;
    }

    .tripHeadMiddle {
        display: none;
    }

    .telefon {
        top: 10px;
        bottom: auto;
        right: auto;
        text-align: center;
        width: 100%;
    }

    #noteList {
        /*  top: 60px;*/
    }

    .teaser, .tripPrevOuter {
        /*width: 33%;*/
    }

    .footerLogo {
        max-width: 50%;
    }

    .personDetail {
        width: 100%;

    }

    .termin {
        width: 100%;
    }

    .footerAdress {
        width: 50%;
    }

    .smallContact, .adresse {
        float: none;
        width: 100%;
    }

    .searchStyle {
        width: 33.33%;
    }

    .volltextsuche {
        display: none;
    }
}

@media (max-width: 680px) {
    .teaser, .tripPrevOuter, .terminTrip, .termin {
        width: 100%;
    }

    .tripText .buttonLine {
        display: none;
    }

    .textBlock.mitarbeiter {
        width: 50%;
        display: inline-block;
        padding: 0 20px;
    }

    .textBlock, .bildBlock {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }



    .katalogBox {
        width: 100%;
    }

    .fullPrice {
        margin-right: 0;
        margin-left: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .billPerson td {
        padding-right: 0;
    }


    .mobileInfo {
        background-color: #00B3DE;
        padding: 5px;
    }

    .textBlock, .bildBlock .image {
        display: none;
    }

    .textBlock, .bildBlock .image:first-child {
        display: block;
    }

    .tripTextBlock {
        display: block;
        padding: 0;
    }

    .wrapperTop {
        position: relative;
        height: auto;
    }

    .wrapperTop .wrapper {
        height: auto;
        padding-top: 0;
    }

    .searchBox {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .kopfBildImage {
        height: auto !important;
        padding-bottom: 5%;
    }

    .mobiNavi {
        background: #0C4493 url(/projects/gehle2/images/navi.png) no-repeat center center;
        height: 34px;
        cursor: pointer;
    }

    .fixed .navigation {
        position: absolute;
    }

    .navigation .wrapper {
        background-color: white;
    }

    .sub {
        position: relative;
        max-height: 5000px;
        text-align: center;
    }

    span:hover .sub {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navigation {
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s;
        text-align: center;
    }

    .showNavi .navigation {
        max-height: 5000px;
    }
    .navigation .fa-angle-down {
        display: none;
    }
    .navigation a {
        display: block;
        margin-bottom: 5px;
        border-bottom: 1px dotted #0C4493;
    }

    #noteList a {
        background-color: #00B3DE;
        text-align: center;
    }

    #noteList a:before {
        margin-top: 5px;
    }

    .level1 {
        background-color: rgba(204, 204, 204, 0.8);
    }


    .searchBox {
        background-color: #00B3DE;
    }

    .navigation > span {
        padding: 0;
        margin: 0;
    }

}


@media (max-width: 480px) {
    .formField label, .formField input, .formField textarea, .formField .g-recaptcha, .formField .datenschutz, .formField .datenschutzText {
        width: 100%;
    }

    .textBlock.mitarbeiter {
        width: 100%;
    }

    .textBlock.mitarbeiter .image {
        max-width: 100%;
    }

    .footer .footerBlock {
        width: 100%;
        padding-top: 5px;
    }

    .footerBlock table {
        width: 100%;
    }

    .award {
        display: none;
    }


    .teaser, .footerLogo, .tripPrevOuter {
        width: 100%;
        max-width: 100%;
    }

    .footerAdress {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .logo img {
        margin-right: auto;
        margin-left: auto;
    }

    .spruch, .wrapperSearch h1.center {
        display: none;
    }

    .kopfInfos {
        text-align: left;
        position: relative;
    }

    .textBlock, .bildBlock {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .image {
        display: inline-table;
        max-width: 50%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .rot .bildBlock {
        width: 25%;
    }

    .rot .bildBlock .image {
        max-width: 100%;
        display: block;
        padding-right: 0;
        padding-left: 0;
    }

    .prevImage {
        max-width: 100%;
    }

    .smallInput, .bigInput {
        width: 100%;
        position: relative;
        padding-right: 0;
    }

    .formular td {
        display: block;
    }

    .dayTripsList tr:nth-child(even) {
        background-color: white;
    }

    .dayTripsList td {
        display: inline-block;
        width: 70%;
    }

    td.dayTripTerm {
        width: 30%;
    }

    td.dayTripPrice {
        width: 100%;
        text-align: right;
    }

    .billPerson td {
        display: block;
    }


}
