@charset "utf-8";
html, body {
	width: 100%;
	height: 100%;
}
*, ::before, ::after { 
  	box-sizing: border-box; 
	padding: 0;
	margin: 0;  
}
body {
	font: 110%/1.4 'Roboto', sans-serif;
	background-image: linear-gradient(to top left, rgb(255, 204, 0), rgb(255, 255, 51));
	background-attachment: fixed;
	color: #036;
}

/* ~~ Element-/Tag-Selektoren ~~ */
img {
	max-width: 100%;
	height: auto;
}
.contentbox img {
	display: block;
	border-radius: 10px;
}
img.ccm-image-block {
	margin: 0 auto 25px;
}
a img { 
	border: none;
}
a {
	color: #39F;
	text-decoration: none;
}
.footer a {
	color: #9CF;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.container h1 {
	font-size: 180%;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 15px;
}
.container h2 {
	font-size: 180%;
	line-height: 1.2;
	font-weight: 700;	
}
.container h3 {
	font-size: 150%;
	line-height: 1.2;	
	font-weight: 700;
	margin-bottom: 5px;		
}
.container h4 {
	font-size: 130%;
	line-height: 1.2;	
	font-weight: 700;
	margin-bottom: 5px;	
}

/* ~~ Layout ~~ */
.container {
	width: 90%;
	max-width: 1260px;
	margin: 0 auto;
}
.headerbox {
	position: relative;
	padding: 20px 0;
	display: block;
	z-index: 900;
}
.logo {
	display: block;
	float: left;
	width: 100%;
	max-width: 380px;
	padding-right: 50px;
}
.navigation {
	position: absolute;
	width: 100%;
	text-align: right;	
	height: 1px;
	overflow: visible;
}
.contentbox {
	clear: both;
	padding: 10px 0 50px;
}
.breit {
	clear: both;
}
.footer {
	clear: both;
	padding: 30px 0 25px;;
	background-color: #036;
	color: #FFF;
}
.footer span{
	float: right;
	margin-left: 80px;
}


/* ~~ Grand Gallery ~~ */
.gg-container {
	margin: 0 0 30px !important;
}
.gg-container img {
	margin: 0;
}
.gg-item-outer {
	border-radius: 10px;
}
h2.gg-title {
	font-size: 150%;	
	background-color: #036;
	color: #FFF;
	padding: 5px 20px;
	margin-bottom: 20px;
	border-radius: 10px;	
}
.ccm-page .gg-item-overlay:hover {
    background: rgba(0,0,0,0) !important;
}

/* ~~ Gallery ~~ */
.ccm-block-gallery {
	margin: -10px -10px 25px;
}
.ccm-block-gallery .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ccm-block-gallery a {
  	width: 50%;
	border: transparent 10px solid;
	overflow: hidden;
}

.ccm-block-gallery .ccm-block-gallery-image-overlay-color {
  	background-color: rgba(0,0,0,.5) !important;
}
.ccm-block-gallery .ccm-block-gallery-image {
  	padding-top: 15rem !important;
}
.ccm-block-gallery .ccm-block-gallery-image-overlay-text {
	text-align: center;
	font-weight: 400 !important;
	padding: 10px;
}
.ccm-block-gallery a:before {
  content: url(img/lupe.svg);
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 2;
	scale: 0.2;
	opacity: 0;
	 -webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.ccm-block-gallery a:hover:before {
	scale: 1;
	opacity: 1;
}


/* ~~ Slider ~~ */
.ccm-image-slider {
	margin-bottom: 20px;
}
.ccm-image-slider img {
	margin-bottom: 0;
}
.rslides_tabs {
	text-align: center;
}
.rslides_tabs li a {
    background: #FFF !important;
    width: 10px !important;
    height: 10px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}
.rslides_tabs li.rslides_here a {
    background: #39F !important;
}

/* ~~ Formular ~~ */
.ccm-form fieldset {
	border: none;
}
.ccm-form .mb-3 {
	padding: 10px 0;
}
.ccm-form label {
	display: inline-block;
}
.ccm-form input, .ccm-form textarea {
	display: block;
	padding: 4px 10px;	
	width: 100%;
	max-width: 400px;
	vertical-align: top;
	font: 100%/1.0 'Roboto', sans-serif;
}
.ccm-form .ccm-input-number {
	padding: 4px 0 4px 10px;
	width: 100px;
}
.ccm-form span.text-muted {
	color: transparent !important;
	display: inline-block;	
	width: 0px !important;
}
.ccm-form span.text-muted:before {
	content: "*" !important;
	color: #036;
}
.ccm-form h3 {
	font-size: 140%;
	padding: 25px 0 0;
}
.ccm-form .form-group.captcha {
	padding-top: 30px;
}
.ccm-form img.ccm-captcha-image {
	margin: 10px 0;
}
.ccm-form input.ccm-input-captcha {
	width: 190px;
	font: 100%/1.0 'Roboto', sans-serif;	
}
.ccm-form button {
	border: none;
	font-size: 100%;
	font-weight: 700;
	background: #036;
	color: #FFF;
	padding: 10px 20px;
	cursor: pointer;
}
.ccm-form button:hover {
	background: #39F;
}
.ccm-form ul.ccm-error {
	list-style: none;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

@media (min-width: 800px) { 
.container h1 {
	font-size: 250%;
	font-weight: 700;
	margin-bottom: 15px;
}
.container h2 {
	font-size: 250%;
	font-weight: 700;	
}
.container h3 {
	font-size: 200%;
	font-weight: 700;	
}
.container h4 {
	font-size: 170%;
	font-weight: 700;	
}
.logo {
	max-width: 400px;
	padding-right: 0;	
}
.links {
	float: left;
	width: 47%;
}
.rechts {
	float: right;
	width: 47%;
}
/* ~~ Gallery ~~ */
.ccm-block-gallery a {
  	width: 33.333%;
}
/* ~~ Formular ~~ */
.ccm-form .mb-3 {
	padding: 5px 0;
}
.ccm-form label {
	display: inline-block;
	min-width: 300px;
}
.ccm-form input, .ccm-form textarea {
	display: inline-block;	
}
.ccm-form span.text-muted {
	color: transparent !important;
	display: inline-block;	
	width: 0px !important;
	margin-left: -5px;
}
.ccm-form span.text-muted:before {
	content: "*" !important;
	color: #036;
	margin-left: -10px;
}
.ccm-form h3 {
	font-size: 140%;
	padding: 15px 0;
}
}
@media (min-width: 1200px) { 
.headerbox {
	position: relative;
	padding: 20px 0;
	display: table;
	width: 100%;
	z-index: 999;
}
.logo {
	display: table-cell;
	float: none;
	width: 400px;
	max-width: none;
}
.navigation {
	position: relative;
	display: table-cell;
	width: auto;
	vertical-align: middle;
	text-align: right;	
}
}