.navigation ul {
	height: 29px;
}


/* =============================================================================
 * content
 * ========================================================================== */

/*     general
------------------------------------------------- */

#content h1 {
	font-size: 24px;
	font-weight: 600;
	color: #e2001a;
}
#content h2 {
	font-size: 20px;
	font-weight: 600;
	color: #e2001a;
}
#content h3 {
	font-size: 18px;
	font-weight: 600;
	color: #e2001a;
}
#content h4 {
	font-size: 16px;
	font-weight: 600;
	color: #e2001a;
}
#content h5 {
	font-size: 20px;
	font-weight: 600;
	color: #555;
}
#content h6 {
	font-size: 18px;
	font-weight: 600;
	color: #555;
}
#content a:hover {
	cursor: pointer;
}
#content .line-divider {
	height: 1px;
	background: #e2001a;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*     Teambox
------------------------------------------------- */

#content .team-info {
	margin-bottom: 20px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	padding: 10px;
	background: #fafafa;
	-webkit-transition: background .4s;
	-moz-transition: background .4s;
	-ms-transition: background .4s;
	-o-transition: background .4s;
	transition: background .4s;
}

#content .team-info:hover {
	background: #eee;
}

#content .team-info h3{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
}

#content .team-info h6 {
	padding-top: 0;
	padding-bottom: 0;
}

#content .team-info p {
	padding-top: 4px;
	margin-bottom: 4px;
}

/*     Impressionen + Erfahrungsberichte Gallery
------------------------------------------------- */
#gallery_impressionen.content-gallery li {
	overflow: hidden;
	margin-left: 4%;
	width:48%;
	float:left;
	position:relative;
}
#gallery_impressionen.content-gallery li:nth-child(odd) {
	margin-left: 0!important;
	clear: left;
}
#gallery_impressionen.content-gallery figure {
	overflow: hidden;
	margin-bottom: 20px;
}
#gallery_impressionen.content-gallery img {
	display: block;
	opacity: 1;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
#gallery_impressionen.content-gallery img:hover {
	opacity: .7;
	-webkit-transform: scale(1.1) rotate(-2deg);
	-moz-transform: scale(1.1) rotate(-2deg);
	-ms-transform: scale(1.1) rotate(-2deg);
	-o-transform: scale(1.1) rotate(-2deg);
	transform: scale(1.1) rotate(-2deg);
}

/*     Informationen Reisen
------------------------------------------------- */
#content .infosborder {
	border-bottom: 1px solid #e5e5e5;
}
#content .infos {
	background: #fff;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .infos .one_fourth.first {
	text-align: center;
}
#content .infos .one_fourth.first span {
	font-size: 90px;
	color: #ccc;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}
#content .infos:hover {
	background: #f5f5f5;
}
#content .infos:hover .one_fourth.first span {
	color: #e2001a;
}



/* =============================================================================
 * sidebar
 * ========================================================================== */

.subnavi-sidebar {
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0;
}
.subnavi-sidebar {
	margin-top: 0;
}
.subnavi-sidebar .inhalt {
	padding: 15px;
}
#sidebar h2.headline {
	padding-top: 17px;
	/* padding-bottom: 22px; */
	padding-bottom: 17px;
	margin-top: 20px;
	margin-bottom: 0;
	/* background: url(../gui/bg-sidebar.jpg) repeat-x; */
	background: rgb(227,0,27);
	background: -moz-linear-gradient(180deg, rgba(227,0,27,1) 0%, rgba(190,0,22,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(227,0,27,1) 0%, rgba(190,0,22,1) 100%);
	background: linear-gradient(180deg, rgba(227,0,27,1) 0%, rgba(190,0,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3001b",endColorstr="#be0016",GradientType=1);
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	text-shadow: 0px 1px 0px #333;
	filter: dropshadow(color=#333, offx=0, offy=1);
}
.subnavi-sidebar .level_1 > li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc
}
.subnavi-sidebar .level_1 > li > a.trail {
	color: #e2001a;
}
.subnavi-sidebar .level_1 > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.subnavi-sidebar .level_2 {
	margin-top: 5px;
	margin-left: 15px;
}
.subnavi-sidebar a {
	font-size: 16px;
	color: #333;
}
.subnavi-sidebar a:hover {
	color: #555;
}
.subnavi-sidebar span, .subnavi-sidebar strong {
	font-size: 16px;
	color: #e2001a;
}
#sidebar .shadow {
	margin-bottom: 40px;
}
#sidebar .shadow img {
	vertical-align: top;
	width: 100%;
	height: auto;
}


/* =============================================================================
 * formulare
 * ========================================================================== */

.ce_form label, .ce_form span.captcha_text, .ce_form legend {
	display: block;
	font-size: 14px;
	font-family: 'Open Sans','Calibri',Verdana,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}
.ce_form input, .ce_form button, .ce_form textarea {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px solid #fff;
	background: #f5f5f5;
	-webkit-transition: border .6s, background .6s;
	-moz-transition: border .6s, background .6s;
	-ms-transition: border .6s, background .6s;
	-o-transition: border .6s, background .6s;
	transition: border .6s, background .6s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 7px;
	font-family: 'Open Sans','Calibri',Verdana,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}
.ce_form input.captcha {
	margin-bottom: 5px;
	width: 40%;
}
.ce_form input:focus, .ce_form button:focus, .ce_form textarea:focus {
	border: 1px solid #e2001a;
	background: #fff;
	outline: none;
}
.ce_form textarea {
	max-height: 500px;
}
.ce_form button.submit {
	width: 40%;
	font-weight: 600;
	background: #e2001a;
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
	outline: none;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
	-webkit-transition: background .4s, color .4s, border .4s;
	-moz-transition: background .4s, color .4s, border .4s;
	-ms-transition: background .4s, color .4s, border .4s;
	-o-transition: background .4s, color .4s, border .4s;
	transition: background .4s, color .4s, border .4s;
}
.ce_form button.submit:hover, .ce_form button.submit:focus {
	background: #fff;
	color: #e2001a;
	border: 1px solid #e2001a;
}
.ce_form .checkbox_container > span{
	display: block;
	margin-top: 5px;
}
.ce_form .checkbox_container legend {
	margin-bottom: 10px;
}
.ce_form .checkbox_container > span > input {
	width: auto;
	margin-top: 0;
	margin-bottom: 3px;
}
.ce_form .checkbox_container > span > label {
	display: inline-block;
}


/* =============================================================================
 * suche
 * ========================================================================== */

.mod_search input, .mod_search button {
	width: 50%;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px solid #fff;
	background: #f5f5f5;
	-webkit-transition: border .6s, background .6s;
	-moz-transition: border .6s, background .6s;
	-ms-transition: border .6s, background .6s;
	-o-transition: border .6s, background .6s;
	transition: border .6s, background .6s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 7px;
	font-family: 'Open Sans','Calibri',Verdana,Arial,sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	outline: none;
}
.mod_search input:focus, .mod_search button:focus {
	border: 1px solid #e2001a;
	background: #fff;
	outline: none;
}
.mod_search button.submit {
	width: 20%;
	font-weight: 600;
	background: #e2001a;
	color: #fff;
	font-size: 16px;
	outline: none;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    appearance: none;
	-webkit-transition: background .4s, color .4s, border .4s;
	-moz-transition: background .4s, color .4s, border .4s;
	-ms-transition: background .4s, color .4s, border .4s;
	-o-transition: background .4s, color .4s, border .4s;
	transition: background .4s, color .4s, border .4s;
	cursor: pointer;
}
.mod_search button.submit:hover, .mod_search button.submit:focus {
	background: #fff;
	color: #e2001a;
	border: 1px solid #e2001a;
}
.mod_search form {
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.mod_search .header {
	font-size: 12px;
}
.mod_search .relevance, .mod_search .url {
	font-size: 12px;
	color: #555;
}
.mod_search h3 a {
	font-size: 16px;
	font-weight: 600;
}
.mod_search > div {
	border-bottom: 1px solid #eee;
}
.mod_search > div:last-child {
	border-bottom: none;
}
.mod_search .highlight {
	color: #e2001a;
}


/* =============================================================================
 * news
 * ========================================================================== */

#content .mod_newsreader {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 2px solid #e2001a;
}
#content .mod_newsreader h3 {
	font-size: 16px;
}
#content .mod_newsreader h2 {
	font-size: 22px;
	padding-top: 0;
}
#content .mod_newsreader div.teaser {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
#content .mod_newsreader li, #content .mod_newslist li {
	list-style: none;
	padding-left: 12px;
	background: url(../gui/list-style.png) no-repeat;
	background-position: 0px 7px;
}
#content .mod_newslist > div {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #ccc;
}
#content .mod_newslist > div:last-child {
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: none;
}
#content .mod_newslist h3 {
	font-size: 16px;
}
#content .mod_newslist h2 {
	font-size: 22px;
	padding-top: 0;
}
#content .mod_newslist div.teaser {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
#content .mod_newslist > div.active {
	display: none;
}


/* =============================================================================
 * sitemap
 * ========================================================================== */

#content .mod_sitemap .level_2, #content .mod_sitemap .level_3 {
	padding-left: 20px;
	border-left: 1px dotted #ccc;
}
#content .mod_sitemap .sibling {
	margin-bottom: 15px;
}


/* =============================================================================
 * Online Reisebüro
 * ========================================================================== */

.orb-navi ul {
	width: 600px;
	margin: 0 auto 60px;
}
.orb-navi li {
	float: left;
	margin-right: 30px;
}
.orb-navi li:last-child {
	margin-right: 0;
}
.orb-navi strong, .orb-navi a{
	font-size: 20px;
	font-weight: 600;
}
.orb-kreuzfahrten #iframe-placeholder, .orb #iframe-placeholder {
	text-align: center;
}


/* =============================================================================
 * GOOGLE MAP
 * ========================================================================== */

#map_canvas {
	width: 100%;
	height: 400px;
	max-height: 400px;
	z-index:0;
	position:relative;
}

#map_canvas img {
    max-width: none;
}



/* =============================================================================
* MEDIA QUERIES
* ========================================================================== */

/*     --tablets
------------------------------------------------- */
@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1024px) {
	#content .team-info h6 {
		font-size: 14px;
	}
}

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

@media only screen and (max-width: 840px) {
	#content .infos .one_fourth.first span {
		font-size: 80px;
	}
	#content .team-info h6 {
		font-size: 12px;
	}
	.onlinereisebuero {
		display: none;
	}
}


/*     --phones
------------------------------------------------- */
@media only screen and (max-width: 767px) {
	#gallery_impressionen.content-gallery li {
		width: 100%;
		margin: 0 0 15px 0;
	}
	#sidebar {
		margin-left: 10% !important;
		margin-right: 10%;
		width: 80%;
	}
	#sidebar .shadow {
		margin-bottom: 0;
	}
	.subnavi-sidebar .inhalt, .subnavi-sidebar .mod_navigation {
		margin-bottom: 0;
	}
	#content h1{
		text-align: center;
	}
	#content figure {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
	#content h2, #content h6, .ce_form label, .ce_form span.captcha_text {
		text-align: center;
	}
	.ce_form input.captcha, .ce_form button.submit {
		margin-left: 25%;
		margin-right: 25%;
		width: 50%;
	}
	.mod_search input, .mod_search button.submit {
		display: block;
	}
	.mod_search input {
		margin-bottom: 5px;
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.mod_search button.submit {
		width: 50%;
		margin-right: 25%;
		margin-left: 25%;
	}
	#content .team-info {
		text-align: center;
	}
	#content .team-info .two_third {
		margin-bottom: 0;
	}
	#content .team-info h6 {
		font-size: 16px;
	}
	#content .mod_newsreader h3 {
		text-align: center;
	}
	#content .mod_newslist h3 {
		text-align: center;
	}
	#content .infos .three_fourth p {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 600px) {
	.subnavi-sidebar .level_1 > li {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
}

@media only screen and (max-width: 500px) {
	#content figure {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	#sidebar {
		margin-left: 5% !important;
		margin-right: 5%;
		width: 90%;
	}
}

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

}

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

}