@charset "utf-8";
html, body {
    height: 100%;
}
body {
	font: 100%/1.4 'Open Sans', sans-serif;
	background-color: #DFDFDF;
	margin: 0;
	padding: 0;
	color: #545a5a;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: 4px;
}
h1 {
	font-size: 200%;
	margin-bottom: 15px;
	color: #a12537;	
}
h2, h3, h4, h5, h6 {
	font-size: 150%;
	margin-bottom: 5px;
}
p{
	margin-bottom: 20px;	
}
a img {
	border: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 15px;
}

a {
	color:#a12537;
	text-decoration: none; 
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

/* ~~ BOXEN ~~ */
.ccm-page {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.headerbox {
	padding-top: 10px;
	background: #FFF;
}
.logo {
	text-align: center;
}
.logo img {
	width: 95%;
	max-width: 400px;
	margin: 10px 0;
}
.navigation {
	display: block;
	background: #a12537;
	text-align: center;
}
.sliderbox {
	width: 95%;
	max-width: 1200px;
	margin: 20px auto 10px;
}
div.sliderbox[style] {
   height: 250px !important;
   margin-bottom: 20px;
}
.vegas-timer {
	visibility: hidden;
	height: 0px;
}
.contentbox {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 200px;
	box-sizing: border-box;
}
.footer {
	position: absolute;
    bottom: 0px;
    width: 100%;
	background: url(img/bggrau.jpg);
	background-position: center;
	background-display: cover;
	color: #FFF;
	padding: 20px 0 0;
	box-sizing: border-box;
}
.footerbox {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.footer .links {

}
.footer .rechts {
	text-align: right;
}
.footer .rechts img {
	max-width: 200px;
}
.footer .rechts p {
	margin-bottom: 0;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	color:#FFF;
}
.full {
	display: none;
}
.clearfloat {
	clear:both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
/* Slider */
.ccm-image-slider-container {
	margin-bottom: 25px;
}
.ccm-image-slider-container, .ccm-image-slider-inner li {
	height: 300px;
	overflow: hidden;
}
.ccm-image-slider-inner li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
	max-width: none;	
    height: 100%;	
}
@media only screen and (min-width: 600px) {
div.sliderbox[style] {
   height: 300px !important;
}
.contentbox {
	padding-bottom: 150px;
}
.footer .links {
	float: left;
	width: 69%;
}
.footer .rechts {
	float: right;
	width: 30%;
}	
}
@media only screen and (min-width: 800px) {
.ccm-image-slider-container, .ccm-image-slider-inner li {
	height: 400px;
}
.links {
	float: left;
	width: 66%;
}
.rechts {
	float: right;
	width: 30%;
}
.links.unten {
	float: left;
	width: 48%;
}
.rechts.unten {
	float: right;
	width: 48%;
}
}
@media only screen and (min-width: 1024px) {
div.sliderbox[style] {
   height: 380px !important;
}
}