/* === general === */

body {
	color: #333;
}

p, dl, dd, dt, ul, li {
	line-height: 23px;
}

hr {
	margin: -5px 0 20px 0;
}

h2 {
	font-size: 18px;
	margin: 5px 0;
	line-height: 18px;
	font-weight: 600;
}

h3 {
	font-size: 16px;
	color: #555555;
	margin: 5px 0 20px 0;
	line-height: 16px;
	font-weight: 400;
}



/* === cloud pepper === */

.cp-table {
	margin: -8px 0 20px 0;
}

.cp-nav {
	margin-top: 10px;
	margin-bottom: 42px;
	height: 200px;
	border-bottom: solid 1px #999999;
}

.cp-logo {
	float: left;
	width: 250px;
	height: 180px;
	margin: 10px 0 0 0;
}

.cp-nav ul {
	float: right;
	list-style: none;
}

.cp-nav ul li {
	display: inline;
	margin: 0 0;
	line-height: 98px;
}

.cp-nav ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

.cp-nav ul li a:hover, .cp-nav ul li a:selected, .cp-nav ul li a:active {
	border-bottom: 3.5px solid #00AEC8;
}

.cp-nav-link {
	display: block;
	float: right;
	height: 60px;
	margin: 0 15px;
}

.cp-nav-link:hover {
	border-bottom: solid 3px #666666;
}

.cp-nav-active {
	border-bottom: solid 3px #000000 !important;
}

.cp-camera-text-1 {
	position: absolute;
	bottom: 5%;
	right: 5%;
	background: rgba(255,255,255,0.8);
	color: #000;
	width: 280px;
	font-size: 24px;
	font-weight: 200;
	line-height: 30px;
	text-align: center;
	padding: 10px 0 0 0;
}

.cp-img-teaser {
	margin-bottom: 45px;
}

.cp-source {
	display: block;
	float: right;
	font-size: 12px;
}

.cp-gmaps {
	width: 100%;
	height: 350px;
}

.cp-footer {
	margin-top: 42px;
	margin-bottom: 70px;
	padding-top: 30px;
	border-top: solid 1px #999999;
}

.cp-footer-img {
	float: right;
	margin: 0 0 0 20px;
}

.cp-gutter-correction {
	margin-left: 0;
}

.cp-row-seperator {
	height: 25px;
}

select#cp-nav-mobile {
	width: 250px;
}

.cp-direction {
	font-weight: bold;
}

.cp-direction-location {
	color: #666666;
	font-weight: 200;
}

.cp-text-right {
	text-align: right !important;
}

.cp-to-top {
	float: right;
	margin: 25px 0 0 0;
}

.cp-textbox-margin {
	margin-bottom: 0px !important;
}

.cp-button-margin {
	margin: 9px 0 0 0;
}

.cp-col-width {
	min-width: 60px;
}

.cp-span-bottom {
	margin-bottom: 28px;
}

.cp-span-top-2 {
	margin-top: 65px;
}

.cp-span-top-img {
	margin-top: 75px;
}

.cp-span-left {
	margin-left: 40px;
}

.cp-camera-text-3 {
	position: absolute;
	bottom: 0%;
	/*right: 5%;*/
	background: rgba(255,255,255,0.7);
	color: #000;
	width: 100%;
	height: 30px;
	font-size: 18px;
	font-weight: 200;
	line-height: 28px;
	text-align: center;
	padding: 10px 15px;
	margin: 0 0 30px 0;
}

.clear {
	clear: all;
}

/* === responsive settings === */

/* Large desktop */
@media (min-width: 1200px) {
	.cp-span-top-2 {
		margin-top: 65px;
	}
	.cp-span-top-img {
		margin-top: 75px;
	}
	.cp-span-left {
		margin-left: 40px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#cp-nav-mobile {
		float: right;
		margin: 38px 0 0 0;
	}
	.cp-gmaps {
		height: 266px;
	}
	.cp-span-top-2 {
		margin-top: 65px;
	}
	.cp-span-top-img {
		margin-top: 75px;
	}
	.cp-span-left {
		margin-left: 40px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.cp-logo {
		float: none;
		margin: 0 auto;
	}
	select#cp-nav-mobile {
		width: 100%;
	}
	/*
	 .cp-gmaps {
	 height: 250px;
	 }
	 */
	.cp-footer-img {
		float: left;
		margin: 0 20px 0 0;
	}
	.camera_thumbs_cont {
		display: none;
	}
	.cp-span-impressum {
		margin-bottom: 23px;
	}
	.cp-span-camera {
		margin-top: -246px;
	}
	.cp-span-top {
		margin-top: 40px;
	}
	.cp-span-top-2 {
		margin-top: 40px;
	}
	.cp-span-top-img {
		margin-top: 40px;
	}
	.cp-span-left {
		margin-left: 0;
	}
	.cp-span-footer {
		margin-top: 25px !important;
		margin-bottom: 100px;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	#cp-nav-mobile {
		float: left;
		margin: 0 auto;
	}
	.cp-gmaps {
		width: 100%;
		height: 200px;
	}
	select#cp-nav-mobile {
		width: 100%;
	}
	.cp-footer-img {
		float: left;
		margin: 0 20px 0 0;
	}
	.camera_thumbs_cont {
		display: none;
	}
	.cp-span-impressum {
		margin-bottom: 23px;
	}
	.cp-span-footer {
		margin-top: 25px !important;
		margin-bottom: 100px;
	}
	.cp-span-top {
		margin-top: 40px;
	}
	.cp-span-top-2 {
		margin-top: 40px;
	}
	.cp-span-top-img {
		margin-top: 20px;
	}
	.cp-span-left {
		margin-left: 0;
	}
	.cp-sonderangebot {
		margin: 0 0 0 0;
	}
}

/* === custom settings for camera slider === */

/*.camera_prevThumbs, .camera_nextThumbs, .camera_thumbs_cont, */
.camera_prev, .camera_next, .camera_commands {
	background: rgba(26, 26, 26, 0.85);
}

/* === custom setting jquery validator === */

label.error {
	float: none;
	color: red;
	padding-left: 33px;
}

.error {
	color: #B94A48 !important;
}

input.error, textarea.error {
	border-color: #B94A48;
}