@charset "utf-8";
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;	
}
*, ::before, ::after { 
	margin: 0;
	padding: 0;
  	box-sizing: border-box; 
}
body {
	font: 110%/1.4 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #FFF;
	background: url(img/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
p, ul, ol, dl {
	margin-bottom: 20px;
}
p + ul,
p + ol, 
p + dl {
	margin-top: -16px;
}
.footer p {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
}
h1 {
	font-size: 160%;
	margin-bottom: 25px;
	color: #F90;	
}
h2 {
	font-size: 120%;
	margin-bottom: 20px;
	color: #F90;	
}
h3 {
	font-size: 120%;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #F90;
}
h4, h5, h6 {
	font-size: 105%;
	margin-bottom: 10px;
	color: #F90;
}
hr {
	margin-bottom: 20px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: #fff 1px dotted;
	height: 1px;
}
a img { 
	border: none;
}
a {
	color: #FC0;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #C00;
}
.footer a {
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
	color: #FC0;
	text-decoration: underline;
}

.container {
	width: 95%;
	max-width: 1260px;
	background: #333;
	margin: 25px auto;
	-webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow:    0px 0px 15px #000;
    box-shadow:         0px 0px 15px #000;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.header {
	background-color: #C00;
	text-align: center;
	padding-top: 2px;
}
.header img{
	max-width: 100%;
	height: auto;
}

.contentbox {
	clear: both;
	padding: 20px 20px 0px 20px;
	background: #333;
	margin: 0;
}
.voll {
	clear: both;
	display: block;
}
.contentbox li{
	margin: 0px 0px 5px 20px;
	list-style: square;
}
.contentbox img{
	max-width: 100%;
	height: auto;
}
.element {
	clear: both !important;	
}
.formidable_row.row {
	clear: both !important;	
}
.text-muted {
	color: transparent !important;
}
.text-muted:before {
	content: "*" !important;
	color: #C00 !important;
}
.form-control {
	width: 95%;
	max-width: 500px;
	padding: 5px 10px !important;
	margin-bottom: 20px !important;	
}
.dat {
	max-width: 200px;
}
.time {
	max-width: 220px;
}
.control-label {
	font-weight: 700;
}
.radio {
	margin-bottom: 20px !important;	
}
.formidable #submit {
	background-color: #F90;
	color: #000;
	font-size: 100% !important;
	border: none !important;
	padding: 5px 10px;
	font-weight: 400 !important;
	cursor: pointer;
}
.formidable #submit:hover {
	background-color: #C00;
	color: #FFF;	
}
.formidable_message {
	color: #F00;
}
.formidable span.error {
    margin-top: -10px !important;
	margin-bottom: 15px !important;
}

div.alert-success p {
	margin-bottom: 0px !important;
}
div.alert-success {
	font-size: 140%;
	color: #05A000 !important;
	font-weight: 700 !important;
}
.form-control .ccm-input-text .error {
	border: #F00 2px solid !important;
}
.formidable .text-danger.error {
	color: #F00;
}
.formidable .captcha_input.error {
	background: none;
}
.formidable .captcha_input.error input, .formidable input.error {
	background: #F99;
}

/* ~~ Gallery ~~ */
.ccm-block-gallery {
	margin: -5px -5px 25px;
}
.ccm-block-gallery .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.ccm-block-gallery a {
  	width: 50%;
	border: transparent 5px 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: 0 !important;
	aspect-ratio: 5 / 3;
}
.ccm-block-gallery .ccm-block-gallery-image img {
  	padding-top: 0 !important;
	aspect-ratio: 5 / 3;
	bottom: 0 !important;
  	left: 0 !important;
	right: 0 !important;
  	top: 0 !important;
	margin-bottom: 0;
}
.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;
}

.footer {
	padding: 10px 0;
	background-color: #cc0000;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ---------------------------------------------------------------------------------- D E S K T O P ---------------------------------------------------------------------------------- */

@media only screen and (min-width: 600px) {
h1 {
	font-size: 220%;
	margin-bottom: 25px;
	color: #F90;	
}
h2 {
	font-size: 130%;
	margin-bottom: 20px;
	color: #F90;	
}
h3 {
	font-size: 130%;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #F90;	
}
.contentbox {
	clear: both;
	padding: 20px 40px 0px 40px;
	background: #333;
	margin: 0;
}
.left {
	float: left;
	width: 45%;
}
.right {
	float: right;
	width: 50%;
}
/* ~~ Gallery ~~ */
.ccm-block-gallery a {
  	width: 33.333%;
}
}