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

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


body, html {
	margin: 0;
	font: 300 18px/140% 'Raleway', serif;
	min-height: 100%;
	color: #333;
	background-color: white;
	-webkit-text-size-adjust: none;
}

body {
}
body.advice {
	padding: 20px;
	background: none;
	background-color: white;
}
* {
	box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
/* @group Allgemein */

p {
	padding: 0;
	margin: 10px 0;
}
b, strong {
	font-weight: 600;
}
a {
	color: #E01686;
	text-decoration: none;
	transition: all 0.2s;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
a:hover > img {
	opacity: 0.9;
}
a:hover {
	color: #E01686;
	text-shadow: none;
}

ul {
	padding: 0 0 10px 25px;
	margin: 10px 0 0;
}
li_ALT {
	list-style-type: none;
	list-style-image: url(../img/li.png);
}

.clearAll {
	clear: both;
}
h1 {
	font-size: 28px;
	color: #E01686;
	padding: 0;
	margin: 0 0 5px;
	font-style: normal;
	line-height: 120%;
	font-weight: 400;
}

h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 10px;
	font-style: normal;
	color: #666;
	line-height: 120%;
}

/* @end */
.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%;
	display: none;
}

.debugInfoBox:hover {
	opacity: 0;
}

.telefon:before {
	content: '';
	width: 12px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 9px;
	background: url(/projects/imken/images/telefon.png) no-repeat 0 0;
	margin-left: 7px;
}

.emailTop:before {
	content: '@';
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin-left: 2px;
	margin-right: 8px;
}

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

/* @group navigation */

.navigationBox {
	background-color: #3366CC;
	border-bottom: 2px solid #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}
.navigation {
	max-width: 1420px;
	margin: 0 auto;
}
.navigation a {
	color: #fff;
	font-style: normal;
	display: block;
	transition: all 0.2s;
	padding: 10px;
	font-size: 19px;
}
.navigation a.active, .navigation span:hover > a {
	background-color: rgba(255,255,255,0.2);
}

.sub a.active, .sub a:hover {
	background-color: transparent;
}
.navigation > span {
	position: relative;
	display: block;
	float: left;
}
.sub {
	position: absolute;
/*	left: 0;
	top: 36px;*/
	background-color: #3366CC;
	box-shadow: 0 2px 2px rgba(0,0,0,0.8);
	z-index: 200;
	max-height: 0;
	transition: all 0.2s;
	overflow: hidden;
}
span:hover .sub {
	max-height: 800px;
}
span:hover .sub a {
	background-color: transparent;
}
.sub a {
	margin-left: 0;
	font-size: 18px;
	line-height: 20px;
	width: auto;
	height: auto;
	padding: 5px 10px;
}
.sub span {
	display: block;
	white-space: nowrap;
	transition: all 0.2s;
}
/* @end */
a.lightbox, .imageBox {
	display: block;
	position: relative;
}
.header {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* @group Bildergalerie */
.galerie {
    line-height: 0;
    position: relative;
	margin-top: 10px;
}
.galerie > a, .galerie > div {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 20%;
	border: 1px solid white;
}
.galerie > a > img {
    height: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 0.15s ease 0s;
    width: 100%;
}
.galerie > a:hover > img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.gallery-poster img {
    color: white;
    font-size: 20px !important;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s;
}
.galerie > a .gallery-poster {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
}
.galerie > a:hover img {
    opacity: 1;
}
.galerie > a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}


/* @end */

.fb-mobile {
	display: none !important;
}
.facebook {
	transition: all 0.2s;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}

.facebook:hover img {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.header .wrapper {
}
.kopfWrapper {
	position: relative;
	border-bottom: 5px solid #3366CC;
	margin-bottom: 20px;
}
.kopfBild_alt {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.kopfBild {
	width: 100%;
}
.logo {
    width: 300px;
	max-width: 35%;
}

.spruch {
	margin-left: 20px;
	/*max-width: 40%;*/
    /*width: 330px;*/
    float: right;
}
.bus {
	position: absolute;
	right: 0;
	max-width: 25%;
	bottom: -40px;

}
.wrapper {
	position: relative;
	max-width: 1420px;
	margin: 0 auto;
}

.wrapper:after {
	content: '';
	display: block;
	clear: both;
}
.blockLinks {
	float: left;
	width: 20%;
	min-height: 50px;
}

.blockRechts{
	float: left;
	width: 80%;
}
.content {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	position: relative;
}
/* @group download */


.downloadButton {
	background-color: #9bc300;
	padding: 6px 6px 3px;
	color: white;
	transition: all 0.2s;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	display: block;
	vertical-align: middle;
	float: right;
}

.downloadButton img {
	margin-right: 5px;
	width: 22px;
	vertical-align: text-bottom;
}

.downloadButton:hover {
	background-color: #C01313;
	color: white;
	box-shadow: 0 0 2px #666;
	cursor: pointer;
	text-decoration: none;
}
.downloadSize {
	font-size: 12px;
}


/* @end */
/* @group Aktuelles */

.textBlockAktuell {
	background-color: rgba(155,195,0,0.9);
	color: white;
}

.textBlockAktuell * {
	color: white;
}



/* @end */

.footer {
	background-color: #F4C21F;
	color: #36c;
	margin-top: 20px;
	padding: 10px 0;
	font-size: 24px;
}

.footer .wrapper, .footer2 .wrapper {
	padding-right: 20px;
	padding-left: 20px;
}

.footer2 {
	background-color: #999999;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	text-align: right;
}

.footer2 a {
	color: white;
	margin-left: 5px;
}

.footer2 a:before {
	content: '•';
	margin-right: 5px;
}

/* @group NewsletterFormular */
.desc:first-child {
	float: left;
	width: 20%;
}

.desc:last-child {
	width: 80%;
	float: left;
}
.newsletter input {
	width: 100%;
}

/* @end */

.footer2 a:first-child:before {
	content: '';
}
/* @group blockGroesse */
.groesse-1 {
	width: 25%;
	float: left;
	clear: none;
}

.groesse-1-nur-Bild {
	width: 25%;
	float: left;
	clear: none;
}
.groesse-1-nur-Bild .image {
	max-width: 100%;
	margin: 0;
}

.groesse-2 {
	width: 50%;
	float: left;
	clear: none;
	padding-bottom: 20px;

}

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

.groesse-3 {
	width: 75%;
	float: left;
	clear: none;
}

.groesse-3 .image {
	max-width: 47%;
}

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


.spacer {
	margin-bottom: 0;
}

.startTeaser {
	position: absolute !important;
	padding-bottom: 10px !important;
	z-index: 100;
	left: 20%;
	right: 20%;
	margin-top: 20px;
}

.startTeaser h1 {
	color: #F4C21F;
	font-weight: bold;
}
.blockGelb {
	background-color: rgba(244,194,31,0.2);
	padding: 20px 20px 35px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	position: relative;
	transition: all 0.2s;
	clear: both;
}
/* @end */

.head {
	background-color: #999;
	color: white;
	text-align: center;
	padding: 5px 10px 3px;
}

.image, .imageBox {
	position: relative;
	margin-bottom: 20px;
}
.tripPrev .imageBox {
	margin-bottom: 0;
}
.image {
	float: right;
	margin-left: 20px;
	max-width: 60%;
}
.bildWrapper {
	position: relative;
}
.copyright {
    bottom: 8px;
    color: white;
    font-size: 12px;
    position: absolute;
    right: 5px;
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
    z-index: 1;
	line-height: 100%;
}

.copyright a {
	color: white;
}
.kopfWrapper .copyright {
	bottom: 5px;
}
.zentriert {
	text-align: center;
}
/* @group tripcategories */
.tripCategoriesBox a {
	display: block;
	padding: 5px;
	background-color: #3366CC;
	color: white;
	transition: all 0.2s;
}

.tripCategoriesBox span {
	font-size: 16px;
	color: rgba(255,255,255,0.6);
}

.tripCategoriesBox a:hover {
	background-color: #E01686;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.tripCategoriesBox div {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 10px;
}
.flag {
	margin-right: 10px;
	vertical-align: text-bottom;
}
.categoryImg {
	width: 100%;
}
/* @end */

/* @group Gutschein */
.gutscheinImage {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top:20px;
}
.gutschein {
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	padding-bottom: 4px;
}


/*.gutschein:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 80%;
	background-color: #F4C21F;
	height: 4px;
}*/
.gutscheinLink {
	display: block;
	border: 6px dotted #F4C21F;
}
a.gutscheinLink:hover  {
	/*box-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
	display: block;
	border: 6px dotted #E01686;
}

.gutscheinHead {
	background-color: #E01686;
	color: white;
	position: relative;
	text-align: center;
	padding: 10px;
}

.gutscheinHead * {
	color: white;

}

.gutscheinHead h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.gutscheinEyeCatcher {
	background-color: #F4C21F;
	color: white;
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: center;
	padding: 10px;
	width: 60%;
	border-radius:50px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.gutscheinEyeCatcher h1 {
	font-size: 24px;
}

.gutscheinEyeCatcher h2 {
	font-size: 16px;
}


/* @end */

/* @group Tagesfahrten */
.dayTripsHead {
	background-color: #E01686;
	color: white;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	margin-right: 10px;
	padding: 10px;
}

.dayTripsHead h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.dayTripsFooter {
	background-color: #E01686;
	padding: 10px;
	color: white;
	margin-left: 10px;
	position: relative;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
}

.dayTripsList {
	margin-right: 10px;
	margin-left: 10px;
}

.dayTripsList td {
	vertical-align:top;
	padding: 5px;
}

.dayTrip {
	padding: 5px 10px;
	color: #E01686;
	transition: all 0.2s;
}

.dayTrip:nth-child(even) {
  background-color: #D0DFEF;
}
.dayTripPrice {
	text-align: right;
	white-space: nowrap;
}
.dayTrip:hover {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	position: relative;
	z-index: 1;
	background-color: rgba(244,194,31,0.1);
	color: #3366CC;
}

.dayTrip:hover a {
	color: #3366CC;
}

.dayTripsHead *, .dayTripsFooter * {
	color: white;
}

.dayTripsFooter a:hover {
	color: #F4C21F;
}


/* @end */

/* @group Teaser */
.teaser {
	background-color: #E01686;
	padding: 20px 20px 35px;
	color: white;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	transition: all 0.2s;
}


.teaser:hover  {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	display: block;
}
.teaser * {
	color: white;
}
.teaser input, .teaser textarea {
	color: #333;
}
.teaserButton {
	content: '';
	width: 60px;
	height: 60px;
	background: #F4C21F no-repeat center center;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	border-radius: 30px;
	transition: all 0.2s;
}

.teaser:hover .teaserButton {
	transition: all 0.5s;
	transform: rotateY(180deg);
}


/* @end */

/* @group Katalogteaser */

.fb-page {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}

.katalogTeaser {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
}

.katalogTeaser:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	background-color: #F4C21F;
	height: 4px;
}

.katalogTeaser img {
	max-width: 50%;
	border: 5px solid white;
}

.katalogTeaserText {
	background-color: #E01686;
	color: white;
	margin-bottom: 5px;
	position: relative;
	text-align: center;
	padding: 10px;
}

.katalogTeaser * {
	color: white;
}

.katalogTeaser a {
	color: white;
	text-decoration: underline;
}

.katalogTeaser h1 a {
	color: white;
	text-decoration: none !important;
}

.katalogTeaser a:hover {
	color: #F4C21F;
}

/* @end */

/* @group Search */

/*.searchBox {*/
/*	background-color: #F4C21F;*/
/*	color: white;*/
/*	line-height: 100%;*/
/*	padding: 10px 0;*/
/*}*/
.searchBox {
	 background-color: rgba(230,230,230,0.85);
	 line-height: 100%;
	 padding: 10px 0;
	 position: absolute;
	 z-index: 1;
	 width: 100%;
}
.styleSelect {
	display: inline-block;
	width: 16.6%;
	padding-right: 20px;
}

.styleSelect select, .styleSelect input {
	color: #E01686;
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
	border: 0;
	padding: 4px 10px;
	width: 100%;
	transition: all 0.2s;
}

.styleSelect select:hover, .styleSelect input:hover {
	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.4);
}
.trip .searchBox {
    position: relative;
}
.searchBox .wrapper {
	padding-right: 0;
	padding-left: 0;
}
input.searchButton {
	background-color: #E01686;
	color: white;
	cursor: pointer;
	transition: all 0.2s;
}

input.searchButton:hover {
	background-color: #3366CC;
}
/* @end */

/* @group tripTeaser */

.tripPrev {
	padding: 0 10px 20px;
	position: relative;
	color: white;
	text-align: center;
}

.tripPrev * {
	color: white;
}

.tripPrev .textBlockInner * {
	padding-right: 10px;
	padding-left: 10px;
}

.tripPrevImg {
	max-width: 100%;
	width: 100%;
	border-bottom: 3px solid #F4C21F;
}

.tripPrev .tripSymbol {
	float: none;
	position: absolute;
	right: 0;
	top: -8px;
	z-index: 1;
}

.tripPrevPrice {
	background-color: #E01686;
	color: white;
	font-weight: 400;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: all 0.3s;
	font-size: 24px;
}

.tripPrev:hover a {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	display: block;
}

.tripPrev:hover .tripPrevPrice {
	background-color: #F4C21F;
}

.tripPrev .textBlockInner {
	background-color: #3366CC;
	padding-bottom: 10px;
	transition: all 0.5s;
	padding-top: 10px;
	transition:all 0.2s;
}

.tripPrev:hover .textBlockInner {
	background-color: #E01686;
}
.tripPrev h1 {
	color: white;
	line-height: 110%;
	font-weight: 300;
	font-size: 24px;
}

.tripPrev h2 {
	color: white;
	line-height: 110%;
	font-weight: 300;
	font-size: 22px;
}

.tripPrev .textBlockInner .tripPrevTerms {
	background-color: rgba(255,255,255,0.2);
	overflow-y: auto;
	max-height: 100%;
	padding-right: 0;
	padding-left: 0;
}

.tripPrevTermHide {
	display: none;
}

.tripPrevTerm {
	color: white;
	line-height: 110%;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* @end */

/* @group topTrip */

.topTrip {
	background-color: #F4C21F;
	padding: 20px 20px 35px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	margin-bottom: 40px;
	transition: all 0.2s;
}

.topTrip:hover  {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	display: block;
}
.topTrip * {
	color: #36c;
}

.topTrip:after {
	content: '';
	width: 60px;
	height: 60px;
	background: #E01686 url(../img/schwein.png) no-repeat center center;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	border-radius: 30px;
	transition: all 0.2s;
}

.topTrip:hover:after {
	transition: all 0.5s;
	transform: rotateY(360deg);
}
/* @end */

/* @group trip */
.addValues {
	padding-top: 0;
	margin-top: 0;
}
.tripDestinationList, .tripCategorieList {
	display: none;
}
.intro {
	margin-top: 10px;
	margin-bottom: 20px;
}
.dayTitle {
	margin-top: 10px;
	font-weight: bold;
}
.tripImages {
	float: none;
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
}
.slick-slide img {
	max-width: 100%;
}
.tripTeaser {
	display: inline-table;
	background-color: #E01686;
	padding: 10px;
	color: white;
	margin-bottom: 10px;
	position: relative;
	transition: all 0.2s;
}

.tripTeaser p {
	margin-top: 0;
	margin-bottom: 0;
}

div.scrollWrapper {
	overflow: hidden;
	height: 140px;
}
.bigImage {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	max-width: 50%;
}

.tripSymbol {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.prevImage {
	border: 2px solid white;
}
.prevImage:hover {
	opacity: 0.8;
}
table.terms {
	width: 100%;
	margin-bottom: 10px;
}

table.terms tr {
	transition:all 0.2s
}
table.terms td {
	padding: 2px 3px;
}

tr.term, .terms tr:hover {
	background-color: #F4F4F4;
}

tr.term td {
	padding: 3px;
}
td.preis {
	font-weight: bold;
}
.terminInfo {
	color: #E10019;
	font-weight: bold;
}

.button {
	display: block;
	float: left;
	padding: 5px 10px;
	background-color: #3366CC;
	color: white;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	transition: all 0.2s;
}

.button:hover {
	background-color: #E01686;
	color: white;
}
/* @end */

/* @group Merkliste */

.noteButtonDel {
	width: 33px;
	height: 32px;
	background: url(../img/herz.png) no-repeat 0 -32px;
	position: absolute;
	left: -3px;
	top: -12px;
	transition: all 0.2s;
	z-index: 10;
}

.noteButtonDel:hover {
	/*background: url(../img/herz.png) no-repeat 0 0;*/
}

.noteButtonAdd {
	width: 33px;
	height: 32px;
	background: url(../img/herz.png) no-repeat 0 0;
	position: absolute;
	left: -3px;
	top: -12px;
	opacity: 0;
	transition: all 0.2s;
	z-index: 10;
}

.noteButtonAdd:hover {
	background: url(../img/herz.png) no-repeat 0 -32px;
}

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

.topTrip .noteButtonAdd {
	top: 35px;
}

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

.noteList {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.noteList:before {
	content: '';
	display: inline-block;
	background: url(../img/herz.png) no-repeat 0 -32px;
	width: 33px;
	height: 32px;
	margin-right: 10px;
}

.noteDelete {
	color: #E10019;
    font-size: 16px;
    float: left;
	cursor: pointer;
	font-weight: bold;
	width: 15px;
}

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

.noteListDelete:hover {
	text-decoration: underline;
}

/* @end */

/* @group formulare */
.formSpecial {
	display: none;
}
.formular {
	width: 100%;
}
.fullwidth {
	width: 100%;
}
.reload {
	background: url(/projects/imken/images/reload.png) no-repeat left center;
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
}
form[name=contact] input  {
	border: 1px solid #dfdee0;
	padding: 4px;
}
form[name=contact] input:focus, form[name=contact] input:hover, textarea:hover, textarea:focus {
	background-color: #F8FDFE;
}
select, input, textarea {
 	font: 300 18px/140% 'Raleway', serif;
	border: 1px solid #E5E5E5;
    padding: 3px;
	margin-top: 3px;
	color: #666;
	background-color: #f7f6f8;
}
input:hover, textarea:hover {
}
option {
	padding: 0 2px;
}
.captchaInput {
	height: 25px;
}
.captcha {
	float: left;
}
form[name="contact"] input.code {
	background-color: #F8FDFE;
	height: 33px;
	padding-top: 4px;
	display: block;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	border-color: #999;
	color: #333;
	border-width: 2px;
}
form[name=contact] input[type=button] {
	background-color: #3366CC;
	/*box-shadow: 0 0 4px #666;*/
	padding: 10px;
	color: white;
	margin: 5px 0 0;
	border: 0;
	transition: all 0.2s;
}
form[name=contact] input[type=button]:hover {
	color: white;
	cursor: pointer;
	background-color: #E01686;
	box-shadow: none;
}

.teaser form {
	text-align: left;
}

.teaser input {
	margin-bottom: 10px;
}

.teaserFormButton, input.teaserFormButton {
	background-color: #F4C21F;
	/*box-shadow: 0 0 4px #666;*/
	padding: 10px;
	color: white;
	margin: 5px 0 0;
	border: 0;
	transition: all 0.2s;
	width: 100%;
	cursor: pointer;
	font-size: 20px;
	line-height: 100%;
}

input.teaserFormButton:hover, .teaserFormButton:hover {
	background-color: #3366CC;
	color: white;
}
.teaser .g-recaptcha {
	max-height: 0;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s;
}
.teaser .showCaptcha{
	max-height: 500px;
}
.teaser .g-recaptcha > div{
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.katalogBox {
	width: 210px;
	float: left;
}

.katalogBox img {
	margin-bottom: 5px;
}
/* @end */

/* @group Buchungsformular */
.clickInfo{
	cursor: pointer;
}
.personDetail {
	width: 49%;
	display: inline-table;
 	border-left: 5px solid #E5F7FC;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: all 0.3s ease-out;
}
select.versicherung {
	width: 300px;
}
.personDetail input {

}
.inputInfo {
	width:140px;
	display:inline-block;
}
.personDetail:hover {
	background-color: #fbfddc;
}
.versicherungHidden {
	display: none;
}
/* @end */
@media (max-width: 1400px) {
    .searchBox .wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1200px) {

/* @group blockGroesse */

.blockLinks {
	float: left;
	width: 33.3%;
	min-height: 50px;
}

.blockRechts{
	float: left;
	width: 66.6%;
}
.groesse-1, .groesse-1-nur-Bild {
	width: 33.3%;
	float: left;
	clear: none;
}

.groesse-2 {
	width: 66.6%;
	float: left;
	clear: none;
}

.groesse-3 {
	width: 100%;
	float: none;
	clear: both;
}


/* @end */

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

.tripCategoriesBox div {
	width: 33%;
}

.spruch {
	margin-left: 0;
}
.logo {
}
}

@media (max-width: 1000px) {

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

.tripCategoriesBox div {
	width: 50%;
}

/* @group blockGroesse */
.groesse-1, .groesse-1-nur-Bild {
	width: 50%;
}

.groesse-2 {
	width: 100%;
	float: none;
	clear: both;
}

.personDetail {
	width: 100%;

}
/* @end */
}

@media (max-width: 870px) {

.galerie > a, .galerie > div {
    width: 33%;
}

.tripCategoriesBox div {
	width: 100%;
}
.spruch {
	display: none;
}

.styleSelect {
	width: 33%;
}

.logo {
	max-width: 55%;
}
.bus {
	max-width: 40%;
}
.header .wrapper {
	padding-right: 0;
}

.groesse-1, .groesse-1-nur-Bild {
	width: 100%;
	float: none;
	clear: both;
}

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

.groesse-3 .image {
	max-width: 100%;
}
}
@media (max-width: 580px) {
.blockLinks, .blockRechts {

	width: 100%;
	float: none;
}

.styleSelect {
	width: 50%;
	padding-right: 2px;
	padding-left: 2px;
}

.styleSelectText {
	width: 100%;
}
.blockLinks > * {
	display: none;
}

.blockLinks .topTrip {
	display: block;
}
.groesse-1, .groesse-1-nur-Bild {
	width: 100%;
	float: none;
	clear: both;
}

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

.groesse-3 .image {
	max-width: 100%;
}
.noteListMobile {
	width: 33px;
	height: 32px;
	background: url(../img/herz.png) no-repeat 0 -32px;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 200;
}

.fb-page {
	display: none !important;
}
.kopfWrapper .slick-dots {
	display: none !important;
}

/* @group Navigation */

.mobiNavi {
	background: #3366CC url(/projects/behrens/img/navi.png) no-repeat center center;
	height: 34px;
	cursor: pointer;
    position: sticky;
    top: 0;
    z-index: 10;
}

.navigationBox {
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s;
    top: 34px;
}
.showNavi .navigationBox {
	display: block;
	max-height: 5000px;
}
.navigation a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navigation > span {
	display: block;
	float: none;
	text-align: center;
}
.sub {
	position: relative;
	max-height: 10000px;
	box-shadow: none;
	background-color: rgba(255,255,255,0.2);
}
/* @end */
.personDetail {
	border: none;
 	border-top: 5px solid #E5F7FC;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}
.formular td {
	display: block;
}
.image {
	float: none;
	max-width: 100%;
	margin-left: 0;
}
.fb-mobile {
	display: block !important;
}
.header {
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo {
	max-width: 80%;
	position: relative;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.bus {
	display: none;
}
.kopfBox {
	position: relative;
}

#noteList {
	display: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	float: none;
}

.kopfWrapper {
	margin-top: 0;
}
.topTripPrevImg {
	width: 100%;
	border: none;
}

.bigImage {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.bigImage img {
	width: 100%;
	max-width: 100%;
}

.topTrip:hover .topTripPrevImg, .topTrip:hover .topTripText {
	border: none;
}
}