/* CSS Document */
@font-face {
	font-family: 'DINWeb';
	src: url(fonts/DINWeb.eot); /* IE9 Compat Modes */
	src: url(fonts/DINWeb.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	     url(fonts/DINWeb.woff) format('woff'), /* Modern Browsers */
	     url(fonts/DINComp.ttf)  format('truetype'); /* Safari, Android, iOS */
}
/* Allgemein */
body, html {
	height: 100%;
	width: 100%;
	background-color: #fffff7;
	font-family: 'DINWeb';
	color: #013b4f;
}
body {
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
			
}
a {
	color: #013b4f;	
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 30px;	
}
.wrapper {
	border-left: 2px solid #013b4f;
	border-right: 2px solid #013b4f;
	border-bottom: 2px solid #013b4f;
	margin-bottom: 12px;
}
.content {
	padding-top: 35px;
	padding-bottom: 35px;	
}
/* Header + Navi */
.header {
	height: 115px;
	width: 100%;
	border: 2px solid #013b4f;	
}
.header-small {
	position: fixed;
	top: -70px;
	background-color: #fffff7;
	z-index: 100;
	width: 100%;	
}
.mobile-header {
	display: none;	
}
.main-logo {
	margin-top: 30px;	
}
.main-logo-small {
	display: none;
	margin-top: 12px;	
}
.main-menu {
	padding-left: 0px;
	list-style: none;
	margin-top: 60px;	
}
.main-menu li {
	display: inline-block;	
}
.main-menu li a {
	font-size: 18px;	
}
.menu-right {
	float: right;		
}
.main-menu li:nth-of-type(1) {
	margin-right: 75px;	
}
.mobile-menu-wrapper {
	display: none;	
}
.footer {
	width: 100%;
	background-color: #013b4f;
	margin-bottom: 12px;
}
.footer-logo {
	margin-top: 40px;	
}
.footer-text {
	color: white;
	font-size: 13px;
	margin-top: 25px;	
}
.footer a {
	color: white;
	font-size: 13px;	
}
.footer .container {
	padding-bottom: 5px;	
}
.footer-menu {
	list-style: none;	
}
.footer-menu li {
	margin-bottom: 5px;	
}
.footer-logo {

}
.footer-logo2 {
	display: none;
}
/* Startseite */
.project-image-wrapper {
	margin-top: 15px;
	position: relative;	
}
.project-image {
	width: 100%;	
}
.project-image-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(1, 59, 79, 0.7);
	display: none;
}
.project-image-overlay-visible {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
}
.project-image-overlay-reverse {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(1, 59, 79, 1);		
}
.blue-overlay {
	background-color: rgba(1, 59, 79, 0.7);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
}
.project-image-overlay-text {
	color: white;
	margin-left: 10px;
	padding-right: 10px;
	font-size: 14px;	
}
.project-image-overlay-footer {
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-size: 11px;
	color: white;	
}
.overlay-link {
	display: block;
	width: 100%;
	color: white;
	text-align: center;
	font-size: 35px;
	line-height: 165px;	
}
.overlay-link:hover {
	color: white;
	text-decoration: none;
		
}
.homepage-content {
	padding-bottom: 15px;	
}
.homepage-content .col-sm-3, .homepage-content .col-sm-9, .homepage-content .col-sm-6 {
	padding-left: 7.5px;
	padding-right: 7.5px;	
}
.blue-block {
	width: 100%;
	height: 182px;
	background-color: rgba(1,59,79,0.5); 	
}
#map-canvas {
	height: 300px;	
}
.link-box {
	color: white;	
}
.link-box:hover {
	color: white;
	cursor: pointer;
	text-decoration: none;	
}
.placeholder13 {
	background-color: rgb(1, 59, 79);
	width: 100%;
	margin-top: 15px;	
}
.no-scroll {
	overflow: hidden;	
}
.start-audio {
	cursor: pointer;
}
.end-audio {
	cursor: pointer;
	display: none;	
}
.webdesign {
	float: right;	
}
.webdesign a {
	color: white;	
}
.placeholder12 {
	width: 100%;
	background-color: rgb(1, 59, 79);
	margin-top: 15px;	
}
.live-today {
	display: none;	
}
.upcoming {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);	
}
/* Responsive */
@media (min-width: 1201px) {
	.background-specials {
		height: 365px;	
	}
	.size-checker5 {
		height: 729px;
	}	
}
@media (max-width: 1200px) {
	.background-specials {
		height: 303px;	
	}
	.overlay-link {	
		line-height: 135px;	
	}
	.footer-logo {
		display: none;	
	}
	.footer-logo2 {
		margin-top: 30px;
		display: block;	
	}
	.size-checker5 {
		height: 606px;
	}
}
@media (max-width: 1024px) {
	body {
		padding-left: 5px;
		padding-right: 5px;	
	}
	.content {
		padding-top: 0px;	
	}
	.main-menu li:nth-of-type(1) {
		margin-right: 20px;	
	}
	.hide1024 {
		display: none;	
	}
	body {
		padding-top: 7.5px;	
	}
	.project-image-logo {
		height: 134px;
	}
	.size-checker {
		height: 289px;	
	}
	.size-checker2 {
		height: 307px;
	}
	.size-checker3 {
		height: 307px;
	}
	.size-checker4 {
		height: 286px;	
	}
	.size-checker5 {
		height: 605px;
	}
	.homepage-content {
		padding-top: 12px;	
	}
	
}
@media (min-width: 992px) {
	.hidebigger991 {
		display: none;	
	}
}
@media (max-width: 991px) {
	.hide991 {
		display: none;	
	}
	.background-specials {
		height: auto;	
	}
	.overlay-link {	
		line-height: 103px;	
	}
	.project-image-logo {
		height: 98px;
	}
	.size-checker {
		height: 222px;	
	}
	.size-checker2 {
		height: 237px;
	}
	.size-checker3 {
		height: 237px;	
	}
	.size-checker4 {
		height: 216px;	
	}
	.size-checker5 {
		height: 468px;
	}
	.homepage-content {
		padding-top: 0px;
		margin-top: -5px;	
	}
}
@media (max-width: 767px) {
	.hide767 {
		display: none;	
	}
	.header {
		display: none;	
	}
	.mobile-header {
		width: 100%;
		position: absolute;
		display: block;
		height: 70px;
		border-top: 2px solid #013b4f;
		border-bottom: 2px solid #013b4f;
		background-color: #fffff7;	
		border-left: 2px solid #013b4f;
		border-right: 2px solid #013b4f;
		z-index: 101;
	}
	.mobile-logo {
		max-width: 55px;
		margin-top: 20px;
		float: left;	
	}
	.mobile-toggle {
		float: right;
		margin-top: 24px;
		cursor: pointer;	
	}
	.mobile-close {
		float: right;
		margin-top: 24px;
		display: none;
		cursor: pointer;	
	}
	.mobile-menu-wrapper {
		display: none;
		width: 100%;
		position: fixed;
		top: 0;
		height: 100%;
		background-color: #fffff7;
		z-index:100;
		left: 10px;	
		padding-top: 80px;
	}
	.mobile-menu {
		list-style: none;
		padding-left: 0px;	
	}
	.mobile-menu li {
		margin-bottom: 15px;	
	}
	.mobile-menu li a {
		font-size: 18px;	
		font-weight: bold;
	}
	.wrapper {
		padding-top: 70px;	
	}
	.footer-logo2 {
		display: none;	
	}
	.footer-menu {
		display: none;	
	}
	.project-image-logo {
		height: auto;
	}
	.size-checker {
		height: auto;	
	}
	.size-checker2 {
		height: auto;	
	}
	.size-checker3 {
		height: auto;	
	}
	.size-checker4 {
		height: auto;	
	}
	.size-checker5 {
		height: auto;
	}
	.homepage-content .col-sm-6 {
		padding-left:7.5px !important;
		padding-right:7.5px !important;	
	}
	.homepage-content .col-sm-6 .col-sm-6 {
		padding-left: 15px !important;
		padding-right: 15px !important;	
	}
	.specials-link {
		margin-top: 40px;	
	}
	.webdesign {
		float: left;	
	}
	.placeholder12 {
		height: 90px !important;	
	}
}
@media (max-width: 374px) {
	.hide374 {
		display: none;	
	}
}