/* oswald-700 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/oswald-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Oswald Bold'), local('Oswald-Bold'),
    url('fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/oswald-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/oswald-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/oswald-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/oswald-v16-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* titillium-web-300 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/titillium-web-v6-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
    url('fonts/titillium-web-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/titillium-web-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/titillium-web-v6-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/titillium-web-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/titillium-web-v6-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-regular - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/titillium-web-v6-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
    url('fonts/titillium-web-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/titillium-web-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/titillium-web-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/titillium-web-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/titillium-web-v6-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* titillium-web-600 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/titillium-web-v6-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
    url('fonts/titillium-web-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/titillium-web-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/titillium-web-v6-latin-600.woff') format('woff'), /* Modern Browsers */ url('fonts/titillium-web-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/titillium-web-v6-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}


body, html {
    margin: 0;
    font: 300 18px/140% 'Titillium Web', sans-serif;
    min-height: 100%;
    color: #666;
}

body {
    overflow-x: hidden;
}

body.trip, body.advice {
    background-color: #f1f1f1;
}

body.white {
    background-color: white;
}

* {
    box-sizing: border-box;
}

.advice {
    padding: 10px;
}

.red {
    color: #DF0019;
    font-weight: bold;
}

/* @group allgemein */
/*
.tooltip {
	display:none;
	position:absolute;
	background-color: rgba(221,221,222,0.8);
	border-radius:5px;
	padding: 8px 10px;
	font-size:12px Arial;
	z-index: 1;
	color: #333;
}

.tooltip:before {
	border-right: 16px solid rgba(221,221,222,0.8);
    border-bottom: 12px solid transparent;
    border-top: 2px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -16px;
    top: 10px;
    width: 0;
	font-size: 14px;
}*/
.tooltip {
    display: none;
    position: absolute;
    background-color: #8d060b;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    z-index: 100;
    color: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 120%;
}

.tooltip:before {
    border-right: 16px solid #8d060b;
    border-bottom: 12px solid transparent;
    border-top: 2px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: -16px;
    top: 10px;
    width: 0;
}

.anker, .clearAll {
    clear: both;
    display: block;
}

h1, .ueberschrift {
    font-size: 40px;
    color: #3a6fa1;
    font-weight: 300;
    padding: 0;
    margin: 5px 0 10px;
    line-height: 120%;
    text-align: center;
}


h1:first-child {
    margin-top: 0;
}

h2, .untertitel {
    font-weight: normal;
    margin: 0 0 10px;
    font-style: normal;
    font-size: 24px;
    color: #000;
    line-height: 140%;
}

.center {
    text-align: center;
}

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

b, strong {
    font-weight: 600;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.relative {
    position: relative;
}


a {
    text-decoration: none;
    font-style: normal;
    color: #3a6fa1;
    transition: all 0.2s;
}

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

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

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

a:hover > img {
    opacity: 0.8;
}

li {
}

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

.zentriert {
    text-align: center;
}

.blocksatz {
    text-align: justify;
}

.rechtsbuendig {
    text-align: right;
}

::selection {
    background: #3a6fa1;
    color: #ffffff;
}

::-moz-selection {
    background: #3a6fa1;
    color: #ffffff;
}

.tripTeaserText ::-moz-selection, .tripHeadBox ::-moz-selection {
    background: #fff;
    color: #3a6fa1;
}

.tripTeaserText ::selection, .tripHeadBox ::selection {
    background: #fff;
    color: #3a6fa1;
}

.kopfWrapper ::-moz-selection, .kopfWrapper ::-moz-selection {
    background-color: transparent;
}

.kopfWrapper ::selection, .kopfWrapper ::selection {
    background-color: transparent;
}

/* @end */

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

.kopfWrapper2 {
    position: relative;
    border-bottom: 1px solid #FFAD0D;
}

.kopfWrapper .wrapper {
    padding: 0;
    max-width: 1180px;
}

.kopfWrapper {
    position: relative;
    background-color: white;
}

.kopfBild {
    width: 100%;
}

.navigation .logo {
    /*float: right;*/
    padding: 0px 18px;
}

/*.naviBlock {*/
/*	float: right;*/
/*	width: 60%;*/
/*}*/
.logo img {
    max-width: 100%;
    width: 250px;
    margin-bottom: -20px;
    margin-top: -20px;
    margin-right: 20px;
}

.wrapperBild {
    position: relative;
}

.wrapper .wrapperBild {
    padding: 20px;
}

.wrapperBild img {
    width: 100%;
}

.wrapperBildText {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -70px;
}

.headerTitle {
    color: white;
    text-align: left;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    z-index: 100;
    text-transform: uppercase;
    font: bold 85px/80px Oswald;
}

.wrapperBildText h1 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.8;
    font: bold 85px/85px Oswald;
}

.wrapperBildText h2 {
    color: white;
    font-size: 40px;
    text-align: center;
    line-height: 50px;
}

.untenLinks {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    text-align: left;
}

.untenLinks h1 {
    text-align: left;
    margin-bottom: 0;
}

.webpageList {
}

.webpageList .wrapper {
    padding-bottom: 0;
}

.parallax {
    background-size: cover;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.parallax * {
}

.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;
}

.copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    font-size: 10px;
    line-height: 110%;
    padding: 10px;
    text-align: right;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.copyright a {
    color: white;
}

.imgSubline {
    z-index: 1;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    color: white;
}

.image {
    position: relative;
    float: right;
    line-height: 100%;
    margin-bottom: 5px;
}

.image a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: all 0.2s;
    opacity: 0;
}

.image:hover a:before {
    opacity: 0;
}

.imageBox {
    /*	line-height: 0;*/

    width: 50%;
    margin-left: 20px;
    float: right;
}

.imageBox-BAK {
    /*	line-height: 0;*/

    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    column-count: 4;
    column-gap: 0px;
    width: 50%;
    margin-left: 20px;
    float: right;
}

.imageCols3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

}

.imageCols2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

}

.bildBlock .imageBox {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 20px;
}

.textBlock .imageBox .image {
    float: none;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}

.imageWrap {
    position: relative;
}

/* @group Responsive Table */

.responsiveVideo {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    /*padding-top: 38.2%;*/
}

video {
    width: 100%;
    max-width: 100%;
    height: auto;
    /*margin: 0 auto;*/
    display: block;
}

.responsiveTable {
    width: 100%;
    display: block;
    overflow-x: scroll;
    border: 0;
    margin-bottom: 20px;
}


.responsiveTable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.responsiveTable::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}


.responsiveTable td {
    width: 100%;
    overflow: auto;
    display: block;
    border: 0;
}

.responsiveTable img {
    width: auto;
    max-width: inherit;
}

/* @end */

/* @group Teaser */

.teaserBlock p {
    margin-bottom: 0;
}

.teaserBlock {
    text-align: center;
    color: #3a6fa1;
}

.teaserBlock .image {
    border-top: 1px solid white;
    width: 100%;
    max-width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.teaserBlock .image img {
    width: 100%;
}

.EyecatcherImage {
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    line-height: 0;
}

.EyecatcherImage img {
    overflow: hidden;
}

.EyecatcherImage:hover img {
    opacity: 0.9;
    transform: scale3d(1.02, 1.02, 1.02);
}

/* @end */

/* @group Download */

.Download {
    background-color: rgba(227, 201, 137, 0.5);
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 10px 10px 10px 70px !important;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}


.Download h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.Download h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #999;
}

.Download p {
    margin-bottom: 0;
}

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

.downloadButton {
    background-color: #97c00e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: white;
    white-space: nowrap;
    padding: 10px;
}

.downloadSize {
    display: inline-block;
    max-width: 0;
    overflow: hidden;
    transition: all 0.2s;
}

.downloadButton:hover .downloadSize {
    transition: all 0.2s;
    max-width: 5000px;
    padding-right: 10px;
    padding-left: 10px;
}

.DownloadImage {
}


/* @end */

/* @group Reisefilter */
.reiseFilter span:hover {
    cursor: pointer;
}

.filterAktiv {
    background-color: #3a6fa1 !important;
    color: white;
}


/* @end */

.responsiveFrame {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

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

iframe {
    max-width: 100% !important;
}

.googleMap {
    padding-bottom: 50%;
}

.buttonBottom {
    position: absolute;
    bottom: -10px;
    right: 20px;
    background-color: #9797BA;
    color: white;
    padding: 10px 5px 10px 10px;
    line-height: 100%;
    font-size: 20px;
    height: 40px;
}

.buttonBottom:hover {
    background-color: #3a6fa1;
    color: white;
}

/* @group breadCrumb */

.breadCrumb {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    position: absolute;
    z-index: 100;
}

.breadCrumb a {
    color: white;
}

.breadCrumb .wrapper {
    padding: 5px 20px;
}

.trip .breadCrumb {
    background-color: transparent;
}

.trip .breadCrumb .wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1180px;;
}


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

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


/* @end */
.reiseUebersicht {
    background-color: #3a6fa1;
    color: white;
    padding: 10px 20px;
    display: block;
    border-radius: 20px;
}

/* @group Reisesuche */
.searchbox input, .searchbox select {
    width: 100%;
    margin-bottom: 10px;
}

.searchbox input:focus, .searchbox input:hover, .searchbox select:hover, .searchbox select:focus {
    background-color: white;
}


/* @end */
/* @group tripTeaser */
.showMoreButton {
    text-align: center;
}

.tripTip {
    position: absolute;
    background-color: #97c00e;
    padding: 10px;
    color: #fff;
    right: 0;
    bottom: 0;
    line-height: 100%;
    z-index: 1;
    text-align: right;
}

.showMoreButton i {
    cursor: pointer;
    color: #3a6fa1;
}

.showMoreTrips .showMoreButton {
    display: none;
}

.hideMoreTrips {
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s;
}

.showMoreTrips .hideMoreTrips {
    max-height: 8000px;
}

.showAllTrips {
    display: block;
    text-align: center;
    color: #3a6fa1;
}

.link_block {
    margin: 0 27%;
}

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

.tripPrevOuter h2 {
    margin: 10px 0 10px;
    font-size: 22px;
    line-height: 120%;
}

.tripPrev {
    position: relative;
    transition: all 0.2s;
    background-color: white;
    /*padding-bottom: 50px;*/
}

.textBlock h1, .textBlock .ueberschrift {
    text-align: left;
    margin-bottom: 5px;
}

.textBlock ul {
    padding-inline-start: 20px;
}

.textBlock ul li {
}

.selectIcon {
    position: absolute;
    top: -12px;
    right: -10px;
}

.selectIconTrip {
    float: right;
}

.tripPrev:hover .tripPrevImgBox {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.tripPrev:hover .tripPrevText {
    display: block;
}

.tripPrev:after {
    /*content: '';*/
    display: block;
    clear: both;
}

.tripPrevImgBox {
    overflow: hidden;
    transition: all 0.2s;
    /*border-radius: 10px 10px 0 0;*/
    line-height: 0;
    position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    /*overflow: hidden;*/

}

.tripPrevImg {
    width: 100%;
}


.tripPrev:hover .tripPrevImg {
    opacity: 0.9;
    /*transform: scale3d(1.1, 1.1, 1.1) rotate(-2deg);*/
    transform: scale3d(1.1, 1.1, 1.1);
}

.tripPrevText {
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    /*background: #2e8cc3;*/
    opacity: 0.8;
    display: none;
}

.tripPrevSymbole {
    padding-bottom: 20px;
}

.tripPrevSymbole img {
    margin-right: 10px;
    width: auto !important;
    display: inline-block !important;
}


.tripPrev .reiseTitel {

    line-height: 120%;
    text-align: left;
    /*color: #666;*/
    font-weight: 300;
    font-style: normal;
    color: #000;
    margin: 10px 0 10px;
    font-size: 22px;
    line-height: 120%;
}

.tripPrev .reiseUnterTitel {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    text-align: left;
    color: #666;
    font-weight: normal;
    font-style: normal;
}

.tripPrevPrice {
    z-index: 1;
    /*margin-top: 10px;*/
    font-size: 15px;
    text-align: left;
    /*padding-top: 5px;*/
    /*position: absolute;*/
    /*bottom: 15px;*/
    /*right: 20px;*/
    /*color: #fff;*/
    font-weight: bold;
}

.tripPrevPrice span {
    font-size: 30px;
}

.tripSlider:hover button {
    opacity: 0.8;
}

/* @end */

/* @group tripTeaserBig */

.tripPrevOuterBig {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
}

.tripPrevOuterBig .tripPrevImgBox {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px 0 0 10px;
}

.tripPrevOuterBig .tripPrevText {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    bottom: 0;
    position: absolute;
    max-height: 100%;
    background-color: transparent;
    height: auto;
}

.tripPrevOuterBig .tripPrevText:after {
    content: '';
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tripPrevOuterBig .tripPrev {
    padding-bottom: 0;
}

.tripPrevOuterBig .tripPrevImg {
}

.tripPrevIntro {
    font-size: 18px;
    padding-top: 20px;
    color: #666;
}


/* @end */

/* @group tripTeaserBig */

.topTripOuter {
    display: inline-block;
    position: relative;
    width: 66.66%;
    padding: 20px;
    vertical-align: top;
}

.topTripOuter h1 {
    text-align: left;
    text-transform: uppercase;
    font: bold 42px/46px Oswald;
}

.topTripText {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 0.9;
    z-index: 1;
    font: bold 70px/66px Oswald;
}

.topTripTextBlock {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 80px;
    padding-right: 40px;
    padding-left: 40px;
}

.topTripOuter .tripPrevImgBox {
    width: 47.5%;
    display: inline-block;
    vertical-align: top;
    border-radius: 10px 0 0 10px;
}

.topTripOuter .tripPrevText {
    display: inline-block;
    vertical-align: top;
    width: 52.5%;
    position: absolute;
    min-height: 100%;
    padding: 40px;
}

.topTripOuter .tripPrev {
    padding-bottom: 0;
}

.topTripOuter .tripPrevImg {
}


/* @end */

/* @group trip */

.trip .wechselBilder {
    /*max-width: 1180px;*/
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.tripHeadBox {
    color: white;
    background: #3a6fa1;
    width: 100%;
}

.flagge {
    float: right;
}

.tripCategorieList {
    font-size: 20px;
}

.tripDestinationList {
    display: none;
}

.tripHeadBox * {
    color: white;
    text-align: left;
}

.tripHeadBox h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.tripHeadBox h1, .tripHeadBox h2, .tripCategorieList {
    margin-right: 260px;
}

.tripHeadBox h2 {
    margin-bottom: 0;
}

.tripHeadBox .wrapper {
    padding: 15px 0;
}

.addValues {
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 0;
}

.tripTeaserText {
    background-color: #8d060b;
    color: white;
    padding: 15px;
    margin-bottom: 5px;
    margin-left: 5px;
    float: right;
    line-height: 100%;
    font-weight: bold;
    border-radius: 10px;
}

.tripTeaserText p {
    margin-bottom: 0;
}

.addValueTitle {
}

.showMore {
    cursor: pointer;
}

.showMore:hover {
    cursor: pointer;
    color: #3a6fa1;
    font-weight: bold;
}

.addValue {
    padding-bottom: 20px;
}

.addValueText, .hideBlock {
    display: none;
}

.showBlock {
    display: block;
}

.prevImage {
}

.leistungen {
    background-color: #8d060b;
    color: white;
}

.termine {
    background-color: #3a6fa1;
    color: white;
}

.leistungen h2, .termine h2 {
    color: white;
    text-align: left;
}

.tripTeaser {
    color: white;
    background-color: #3a6fa1;
    padding: 20px;
    width: 30%;
    margin-left: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.tripLowestPrice {
    position: absolute;
    right: 0;
    top: 15px;
}

.tripLowestPrice span {
    font-size: 40px;
}

.tripImages {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.slick-slider {
    margin-bottom: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    height: 100%;
    position: relative;
    z-index: 0;
}

.slick-slide {
    /*position: absolute;*/
    display: inline-block;
    line-height: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-prev, .slick-next {
    z-index: 1;
}

.slick-prev {
    left: 20px;
    color: white;
}
.slick-next {
    right: 20px;
    color: white;
}

.slick-prev .slick-prev-icon::before {
    content: '\f053';
    font: 30px 'FontAwesome';
    color: white;
}
.slick-next .slick-next-icon::before {
    content: '\f054';
    font: 30px 'FontAwesome';
    color: white;
}

.slick-track .imageWrap {
    padding-right: 1px;
    padding-left: 1px;
}
.slick-autoplay-toggle-button {
    bottom: 10px;
    color: white;
    opacity: 1;
}
.slick-autoplay-toggle-button:before {
    color: white;
}
.chooseTerm {
    background-color: white;
    padding: 5px 10px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #3a6fa1;
    text-align: center;
    cursor: pointer;
}

.chooseTerm h3 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: #3a6fa1;
    text-align: center;
}

.chooseTerm:hover {
    background-color: #97c00e;
    color: white;
    transition: all 0.2s;
}

.chooseTerm:hover h3 {
    transition: all 0.2s;
    color: white;
}

.infoBox {
    margin-bottom: 20px;
    position: relative;
}

.googleMapBox {
    padding: 0;
}

.infoBox h2 {
    text-align: left;
    color: #294F75;
}

.termine h2 {
    color: #fff;
}

.leistungen ul, .infoBox p {
    margin: 0 0 10px;
}

.intro {
    font-size: 20px;
    color: #294F75;
    line-height: 140%;
}

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

.symbol {
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
    display: block;
    position: relative;
}

.introText {
    display: table;
}

.dayTitle, .dayTextTitle {
    font-weight: 600;
}

.dayTextTitle {
    float: left;
}

.dayText {
    margin-bottom: 20px;
}

.termsBlock-bak {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}

.tripTerm {
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    padding: 10px 12px;
    transition: all 0.2s;
    font-style: normal;
    border-radius: 10px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #666;
    background-color: white;
}

.priceBlock {
    /*position: relative;
    right: 40px;
    bottom: 40px;*/
    text-align: center;
    float: right;
}

.priceInfo {
    font-weight: 600;
    text-align: center;
    transition: all 0.2s;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.tripTerm:hover, .tripTermAktiv {
    background-color: #97c00e;
    color: #fff;
}

.buttonKlein {
    color: #fff;
    font-weight: normal;
    text-align: center;
    background-color: #666;
    padding: 7px 12px;
    display: inline-table;
    transition: all 0.2s;
    font-style: normal;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
}

.buttonKlein:hover {
    color: white;
    background-color: #3a6fa1;
    text-shadow: 2px 2px 5px #333;
}

.buchenButton, .button {
    color: #fff;
    font-weight: normal;
    text-align: center;
    background-color: #8d060b;
    padding: 10px 12px;
    transition: all 0.2s;
    font-style: normal;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.buchenAnfrage {
    background-color: #FFAD0D;
}

.buchenButton:hover, .button:hover {
    color: white;
    background-color: #97c00e;
    /*background-color: #8d060b;*/
}

table.terms {
    width: 100%;
}

td.term {
    background-color: rgba(227, 201, 137, 0.3);
    padding-right: 5px;
    padding-left: 5px;
}

.tripTermSubtitle {
    float: right;
}

.buttonDrucken {
    color: #fff;
    font-weight: normal;
    text-align: center;
    background-color: #3a6fa1;
    padding: 6px 12px;
    transition: all 0.2s;
    font-style: normal;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    margin-right: 20px;
}

.buttonDrucken:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.buttonEmpfehlen {
    color: #fff;
    font-weight: 300;
    text-align: center;
    background-color: #97c00e;
    padding: 6px 12px;
    transition: all 0.2s;
    font-style: normal;
    cursor: pointer;
    border-radius: 10px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}

.buttonEmpfehlen:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.buttonDrucken:hover, .buttonEmpfehlen:hover {
    color: white;
    background-color: #666;
}

/* @end */

/* @group designClasses */

.textBlock {
    padding: 20px;
}

.textBlockInner {
    position: relative;
}

.groesse-2 .image {
    max-width: 50%;
}

.textBlock .image {
    max-width: 50%;
    /*margin-left: 20px;*/
    /*margin-right: 0;*/
    width: 370px;
    float: left;
    margin-right: 40px;
}
.textBlock table td {
    color: black;
}
.bildRechts .image {
    float: right;
    margin-right: 0;
    margin-left: 40px;
}

.textBlock .image img, img.rundeEcken {
    overflow: hidden;
    border-radius: 50px;
}

.Reiseleiter .image {
    float: left;
    max-width: 50%;
    margin-left: 0;
    margin-right: 20px;
    width: 370px;
}

.Reiseleiter h1 {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
}

.Mitarbeiter {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
    padding-left: 40px;
}

.Mitarbeiter h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
}

.Mitarbeiter h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
    color: #666;
    font-weight: 300;
}

.Mitarbeiter .image {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}

.Mitarbeiter .image img {
    width: 100%;
    border-radius: 220px;
}

.groesse-1 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    clear: none;
}

.groesse-1 h1 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 5px;
}

.groesse-1 .image {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.groesse-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    clear: none;
}

.groesse-3 {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    clear: none;
}

.groesse-4 {
    width: 25%;
    float: none;
    clear: both;
}

.groesse-3 .topTripText {
    font: bold 50px/50px Oswald;
    text-transform: uppercase;
}

.gutschein h1, .gutschein .ueberschrift {
    font-size: 30px;
}

/* @end */

/* @group navigation */
.closeNavi {
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    cursor: pointer;
}

.mobiNavi {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    color: #3a6fa1;
    font-size: 30px;
    text-align: center;
}

.mobiNavi i, .mobiNavi a {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin-right: 15px;
}

.mobiNavi img {
    width: 28px;
}

.mobiNavi #noteList img {
    width: 32px;
}

.mobiNavi i:hover {
    opacity: 0.8;
}

.mobiNavi a i {
    color: #58585a;
}

.navigation {
    /*max-height: 0;*/
    /*overflow: hidden;*/
    transition: all 0.5s;
    /*bottom: 0;	*/
    /*left: 0;*/
    width: 100%;
    z-index: 102;
    background-color: white;
}

.showNavi .navigation {
    max-height: 400px;
}

.navigation .wrapper {
    background-color: #fff;
    padding: 20px 20px 10px;
}

.navigation a {
    color: #3a6fa1;
    font-size: 20px;
    transition: all 0.2s;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
}

.navigation > .wrapper > span > a.active, .level1:hover {
    /*color: #3a6fa1;
    background-color: #9797BA;*/
}

.navigation span {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.footerInfo {
    float: left;
}

.footerNavi {
    padding-bottom: 20px;
    width: 100%;
}

.footerNavi span {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 20%;
}

.footerNavi .menu21836 {
    display: none;
}

.footerNavi .menu27876 {
    display: none;
}

.footerNavi a {
    color: #3a6fa1;
    font-size: 20px;
    transition: all 0.2s;
    padding: 10px 18px;
    display: inline-block;
    font-weight: 400;
}
.footerFlex > div {
    flex: 300px 0 1;
}
.footerFlex {
    justify-content: center;   gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
.sub {
    position: absolute;
    left: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    z-index: 200;
    background-color: #3a6fa1;
    display: none;
    transition: all 0.2s;
    padding-top: 0;
    padding-bottom: 0;
}
span:hover> .sub, span:focus> .sub, span:focus-within> .sub {
    display: block;
    padding: 10px 0;
}


.sub .sub {
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    z-index: 200;
    background-color: rgba(255, 255, 255, 0.97);
    display: none;
    transition: all 0.2s;
    padding-top: 0;
    padding-bottom: 0;
}

.sub span:hover .sub {
    display: block;
    padding: 10px 0;
}

.sub a, .sub span:hover a, .sub a.active {
    margin-left: 0;
    font-size: 15px;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-weight: 400;
    color: white;
    text-align: left;
}

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

.sub span:hover > a, .sub a.active {
    background-color: rgba(255, 255, 255, 0.5);
}

.footerNavi .sub {
    position: relative;
    display: block;
    background-color: transparent;
    box-shadow: none;
    padding-top: 0;
}

.footerNavi .sub a {
    color: #666;
}

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

.footerNavi span:hover > .sub {
    padding: 0;
}

/* @end */
/* @group Footer */

.footerBlock {
    background-color: #3a6fa1;
    border-radius: 23px;
    min-height: 300px;
    margin: 0 15px 0 15px;
    color: white;
    text-align: left;
}

.footerBlock .footerBlockImage {
    margin: 0;
    border-radius: 22px;
}

.footerBlock .titel, .footerBlock p, .footerBlock a, .footerBlock ul li, .footerBlock label {
    color: #fff;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.footerBlock input {
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 0;
}

.footerBlock .nlSubmit, .footerBlock .nlSubmit:hover {
    background-color: #3a6fa1;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.footerBlock .smallText {
    font-size: 10px;
    text-align: center;
    margin-top: 0;
}

.footerBlock label {
    float: left;
    font-size: 15px;
}

.footerBlock .titel {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 24px;
}

.footerBlock p {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
}

.footerBlock ul {
    margin: 0;
    padding-inline-start: 32px;
    font-size: 16px;
    font-weight: 400;
}

.footerBlock ul li {
    padding: 0;
}

.footerBlock a {
    font-weight: bold;
    /*float: left;*/
}

.footerBlockInnen {
    padding-right: 10px;
    padding-left: 10px;
}

.footer {
    padding-bottom: 20px;
}

.footer * {
    color: #3a6fa1;
}

.footer h1 {
    color: #3a6fa1;
    margin-bottom: 10px;
}

.footer h2 {
    color: #3a6fa1;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 20px;
}

.footerLogos {
    text-align: center;
}

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

.footerLogos img {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.footerImprint {
    float: right;
    font-size: 14px;
}

.footerImprint a:before {
    content: ' • ';
}

.footerImprint a:first-child:before {
    content: '';
}

.imprint {
    font-size: 14px;
    padding-top: 10px;
}

.socialMedia {
    float: left;
}

.socialMedia a {

}

.socialMedia i {
    margin-right: 10px;
    font-size: 30px;
}

.imprint span {
    float: right;
}

.footerTop a {
    color: white;
}

.footerTop {
    background-color: #8d060b;
    color: white;
}

.footerTop img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


/* @end */

/* @group nlAnmeldung */
.nlAnmeldung {
    padding-top: 30px;
    font-size: 16px;
}

.nlInput {

}

.nlInput:hover, .nlInput:focus {
    background-color: #fff;
}

.nlSubmit {
    margin-right: 10px;
    border-radius: 4px;
    background-color: #3a6fa1;
    color: white;
    border: none;
    cursor: pointer;
}

.nlSubmit:hover, .nlSubmit:focus {
    background-color: #3a6fa1;
    color: white;
    border: none
}


/* @end */

/* @group Merkliste */

.noteButtonDel {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    transition: opacity 0.2s;
}

.noteButtonDel:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/global/show.image.php?x=30&y=30&png=1&aliasing=1&id=229156) no-repeat center center;
}

.noteButtonAdd {
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.3;
    z-index: 10;
    transition: opacity 0.2s;
}

.noteButtonAdd:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(/global/show.image.php?x=30&y=30&png=1&aliasing=1&id=229156) no-repeat center center;
}

.tripPrevOuterBig .noteButtonDel, .tripPrevOuterBig .noteButtonAdd {
    left: auto;
    right: 10px;
}

.tripPrevOuterBig .noteButtonAdd {

    opacity: 0.1;
}

.tripPrevOuterBig .noteButtonDel:before, .tripPrevOuterBig .noteButtonAdd:before {
    width: 36px;
    height: 36px;
    background: url(/global/show.image.php?x=36&y=36&png=1&aliasing=1&id=229156) no-repeat center center;
}

.noteButtonAdd:hover, .noteButtonDel:hover {
    opacity: 1;
}

.tripPrev:hover .noteButtonAdd:before, .topTrip:hover .noteButtonAdd:before {
    color: #3a6fa1;
    opacity: 1;
}

#noteList {
}

#noteList a {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

#noteList a div {
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-right: 3px;
}

/* @end */

/* @group formulare */

input::-moz-focus-inner, select::-moz-focus-inner {
    border: 0;
}

.fullwidth, table.buchung {
    width: 100%;
}

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

.formField {
    clear: both;
    float: none;
}

.formField .fullwidth {
    float: right;
}

.reload {
    background: url(/projects/nordland/images/reload.png) no-repeat left center;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    transition: all 0.5s;
}

.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;
}

.katalogBox {
    width: 210px;
    float: left;
    padding-right: 10px;
}

.katalogBox img {
    margin-bottom: 5px;
}

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

label.allgemein {
    width: 137px;
}

input, textarea, select {
    background-color: white;
    border: 1px solid #e5e5e5;
    padding: 8px;
    font: 16px/140% 'Titillium Web', sans-serif;
    transition: all 0.2s;
}

input:focus, input:hover, textarea:hover, textarea:focus, select:hover, select:focus {
    /*box-shadow: 0 0 3px #F0D1D1;*/
    background-color: rgba(0, 56, 130, 0.05);
    color: #333;
}

table tr {
    vertical-align: middle;
}

.personDetail > div {
    padding: 0 0 3px;
}

.captchaInput {
    height: 25px;
}

.captcha {
    float: left;
}

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

input[type=button], input.Button, .newsletter input[type=submit] {
    background-color: #8d060b;
    display: block;
    /*box-shadow: 0 0 4px #666;*/
    padding: 10px;
    color: white;
    border: 0;
    transition: all 0.2s;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

.Button {
    background-color: #8d060b;
    display: inline-block;
    /*box-shadow: 0 0 4px #666;*/
    padding: 10px;
    color: white;
    border: 0;
    transition: all 0.2s;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

.link_block .Button {
    width: 100%;
}

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

input[type=button]:hover, input.Button:hover, .Button:hover {
    background-color: #3a6fa1;
    cursor: pointer;
    color: white;
}

.preisInfo {
    font-weight: bold;
}



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

.personDetail {
    float: left;
    width: 48%;
    margin-bottom: 20px;
    color: #666;
    margin-right: 2%;
}

.personDetail .ueberschrift, .subtitle {
    background-color: #3a6fa1;
    line-height: 100%;
    color: white;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 21px;
}

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

.personDetail:hover {
}

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

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

/* @group Buchung */

.blockBuchung {
    position: relative;
}

.reiseForm {
    width: 70%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.endPreis {
    text-transform: uppercase;
    font: bold 40px/50px Oswald;
}

.summaryContent .endPreis {
    color: white;
}

.summary {
    display: inline-block;
    width: 30%;
    position: relative;
}

.summaryContent {
    background-color: #3a6fa13a6fa1;
    color: white;
    padding: 10px;
    position: relative;
    display: inline-block;
    z-index: 100;
}

.fixed .summaryContent {
    position: fixed;
    display: block;
    top: 20px;
}


/* @end */

/* @group neueformulare */

.newsletter .title {
    display: none;
}

.newsletter .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.newsletter .desc {
    display: inline-block;
    width: 79%;
}

.newsletter .desc input, .newsletter .desc select {
    width: 100%;
}

.newsletter .desc:first-child {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.formField label, .label {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-weight: 600;
}
fieldset {
    border: 1px solid #e5e5e5;
}
fieldset legend {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: 20%;*/
    /*font-weight: 600;*/
display: none;
}
.formField input, .formField textarea {
    display: inline-block;
    width: 80%;
}

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

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

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

.formField.radio > div, .formField.select > div {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}

.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;
}

/* @end */
/* @end */
@media (max-width: 850px) {
    .teaser, .teaserBlock, .groesse-1 {
        width: 50%;
    }

    .tripPrevOuter {
        width: 50%;
    }

    .footerNavi {
        display: none;
    }

    .topTripOuter .tripPrevImgBox {
        width: 100%;
        position: relative;
    }

    .topTripOuter .tripPrevText {
        position: relative;
        display: block;
        width: 100%;
    }

    .topTripTextBlock {
        position: relative;
        padding: 20px 0 0;
    }

    .tripHeadBox h1, .tripHeadBox h2, .tripCategorieList {
        margin-right: 0;
    }

    .chooseTerm {
        position: relative;
        display: inline-block;
        bottom: auto;
        right: auto;
        margin-top: 10px;
    }

    .tripLowestPrice {
        position: relative;
        display: inline-block;
        float: right;
        top: auto;
        margin-top: 20px;
    }

    .reiseForm {
        width: 100%;
        display: block;
        padding-right: 0;
    }

    .summary, .summaryContent {
        display: block;
        width: 100%;
        position: relative;
    }

    .fixed .summaryContent {
        position: relative;
        display: block;
        top: auto;
    }

    .footerTop td {
        display: block;
    }
}

@media (max-width: 580px) {
    .logo, .socialMedia {
        float: none;
    }

    .tripPrevOuter, .formField label, .formField input, .formField textarea {
        width: 100%;
    }

    .groesse-1, .groesse-2 {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer {
        padding-bottom: 0;
    }

    .footerInfo {
        float: none;
        margin-bottom: 20px;
    }

    .footerImprint {
        margin-bottom: 0;
        padding-right: 20px;
        padding-left: 20px;
    }

    .headerTitle, .footerNavi, .topTripText {
        display: none;
    }

    .logo img {
        max-width: 80%;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .mobiNavi {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 20px;
    }

    .navigation {
        position: relative;
    }

    .navigation a {
        padding: 5px 10px;
        display: block;
    }

    a.level1 {
        font-weight: bold;
    }

    .navigation {
        z-index: 1;
    }

    .navigation .wrapper {
        padding: 0;
    }

    .navigation span {
        display: block;
        text-align: center;
    }

    .wrapperBildText {
        margin-top: -20px;
    }

    .wrapperBildText h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .showNavi .navigation {
        max-height: 3000px;
    }

    .navigation > .wrapper > span > a.active, .level1:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }


    .tripPrevOuterBig .tripPrevImgBox {
        display: block;
        width: 100%;
    }

    .tripPrevOuterBig .tripPrevText {
        position: relative;
        width: auto;
        display: block;
        max-height: 400px;
    }

    .topTripOuter .tripPrevPrice {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .topTripOuter .tripPrevText {
        padding: 20px;
    }

    /*
    .tripPrevOuterBig .tripPrevImgBox {
        width: 30%;
    }
    .tripPrevOuterBig .tripPrevText {
        position: relative;
        width: 70%;
        display: inline-block;
    }*/
    .tripPrevOuterBig .tripPrevText .tripPrevPrice {
        position: relative;
        bottom: auto;
        right: auto;
        font-size: 18px;
        line-height: 120%;
    }

    .tripPrevOuterBig .tripPrevText .tripPrevPrice span {
        font-size: 24px;
        line-height: 120%;
    }

    .tripPrevOuterBig .tripPrevText::after {
        display: none;
    }

    .tripPrevIntro, .tripPrevSymbole {
        display: none;
    }

    .tripPrev h2 {
        font-size: 18px;
        line-height: 120%;
    }

    .tripPrev h3 {
        font-size: 14px;
        line-height: 120%;
    }
}

@media (max-width: 480px) {
    .footer .wrapper {
        text-align: center;
    }

    .teaserBlock {
        width: 100% !important;
    }

    .formular td {
        display: block;
    }
}
