@charset "utf-8";
html, body {
	width: 100%;
	height: 100%;
}
*, ::before, ::after { 
  	box-sizing: border-box; 
	padding: 0;
	margin: 0;  
}
body {
	font: 100%/1.4 'Poppins', sans-serif;
	background-color: #ffe141;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element-/Tag-Selektoren ~~ */
a img {
	border: none;
}
.fjh img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.fjh a {
	color:#e3001b;
	text-decoration: none;
	outline: none;
}
.fjh a:hover, .fjh a:active, .fjh a:focus { 
	text-decoration: underline;
}
.fjh h1 {
	font: 150%/1.2 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 25px;
	color: #a5aaad;
}
.fjh h2 {
	font: 120%/1.2 'Poppins', sans-serif;
	font-weight: 300;	
	margin-bottom: 10px;
	color: #a5aaad;
}
.fjh h3, .fjh h4, .fjh h5, .fjh h6 {
	font: 120%/1.2 'Poppins', sans-serif;
	font-weight: 300;	
	margin-bottom: 10px;
	color: #a5aaad;
}
/* ~~ Layout ~~ */
.container {
	position: relative;
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
	clear: both;	
}
.floatcontainer {
	position: relative;
	display: table;
	width: 94%;
	margin: 0 auto;	
	clear: both;
}
.contentbox .floatbox {
	display: block;

}
.breit {
	width: 94%;
	margin: 0 auto;	
}

/* ~~ Header ~~ */
.header {
	display: block;
	position: relative;
	background: #FFF;
	padding: 20px 0;
}
.header .container {
	position: relative;
	width: 94%;
	max-width: none;
}
.header .logo img {
	width: 100%;
	max-width: 450px;
}
.header .navi {
}
.header ul.nav {
	list-style: none;
	display: block;
	margin: 0 -5px;
}
.header .logos {
	display: none;
}
/* ~~ Contentbox ~~ */
.contentbox {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px rgba(68, 68, 68, 0.6);
	-moz-box-shadow: 0px 0px 15px rgba(68, 68, 68, 0.6);
	box-shadow: 0px 0px 15px rgba(68, 68, 68, 0.6);
	padding-bottom: 5px;
}
.contentbox ul, .contentbox ol, .contentbox p { 
	padding-bottom: 25px;
}
.contentbox img {
	margin: 0 auto 25px;
}
.contentbox li { 
	margin: 0 0 5px 18px;
}
/* ~~ Öffnungszeiten ~~ */
.titel {
	font-weight: 700;
}
.timetable {
	display: table;
	margin-bottom: 40px;
}
.zeile {
	display: table-row;
}
.spalte {
	display: table-cell;
}
.spalte.a {
	padding-right: 25px;
}
/* ~~ News ~~ */
.newsblock {
	color: #fff;
	background: #ea001b;	
	padding: 20px 20px 10px;
	margin-bottom: 25px;
}
.newsblock h1, .newsblock h2, .newsblock h3, .newsblock h4, .newsblock h5, .newsblock h6, .newsblock a{
	color: #fff;
}
.newsblock a {
	text-decoration: underline;
}
.newsblock a:hover {
	text-decoration: none;
}

/* ~~ 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: 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;
}
.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;
}

/* ~~ Formular ~~ */
.formidable {
	border: #ffe141 2px solid;
	background: #fff6c6;
	padding: 15px 25px 0;	
	margin-bottom: 25px;
}
.formidable .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.formidable .width-6 {
	width: 100%;
}
.formidable .col-sm-12 {
	width: 100%;
}	
.formidable .form-group {
	margin-bottom: 15px;
}
.formidable .element.ich-bestelle-2 {
	margin-bottom: 0;
}
.formidable label {
}
.formidable br {
	line-height: 2.0;
}
.formidable .checkbox label, .formidable .radio label {
	font-weight: 400;	 
}
.formidable .form-control {
	width: 100%;
	padding: 5px 10px !important;
	margin: 5px 0;
	font: 100%/1.4 'Poppins', sans-serif;
	color: #1a171b;	
	border: #666 1px solid !important;
}
.formidable textarea {
	font: 100%/1.4 'Poppins', sans-serif;
}
.formidable .form-control:focus {
	outline: none;
	background: #fdfae8;
}
.formidable .custom-radio {
	padding-top: 5px;
}
.formidable .form-check-input {
	margin-right: 10px;
}
.formidable .ccm-captcha-image {
	padding: 5px 0;	
}
.formidable textarea.form-control {
	height: 120px;
}
.formidable .required {
    font-size: 100% !important;
	color: #b1b1b1 !important;
}
.formidable .btn {
    background-color: #000;
    color: #FFF;
	padding: 10px 15px;
	margin-bottom: 25px;
    border: none;	
	text-transform: uppercase;
	font-size: 100%;
	font-weight: 700; 
	cursor: pointer;
}
.formidable .btn:hover {
    background-color: #e3001b;
}
.formidable .invalid-feedback {
    color: #F00 !important;
}
.formidable_message.hide {
	display: none;
}
div.alert-success {
    color: #030;
	margin: -30px -30px 0 !important;
	padding: 20px !important;
}
div.alert-success h2 {
    color: #000;
}
div.alert-success p {
    margin: 10px 0;
	padding: 0;
}
.ui-datepicker-week-end:last-of-type {
	display: none !important;
}
::-webkit-input-placeholder {
  font-style: normal !important;
}
::-moz-placeholder {
  font-style: normal !important;
}
::placeholder {
  font-style: normal !important;	
}
/* ~~ Footer ~~ */
.footer {
	padding: 30px 0 20px;
	color: #000;
}
.footer .floatbox {
	display: inline-block;
	vertical-align: top;
	padding: 0 50px 30px 0;
}
.footer .floatbox:first-of-type {
	padding: 0 50px 10px 0;
}
.footer .floatbox:last-of-type {
	padding: 0;
}
.footer p {
	margin-bottom: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~ S M A L L ~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 501px) {
.fjh h1 {
	font: 160%/1.2 'Poppins', sans-serif;
	font-weight: 300;
}
.fjh h2 {
	font: 130%/1.2 'Poppins', sans-serif;
	font-weight: 300;	
}
.fjh h3, .fjh h4, .fjh h5, .fjh h6 {
	font: 120%/1.2 'Poppins', sans-serif;
	font-weight: 300;	
}	
/* ~~ Header ~~ */
.header .container {
	display: table;
	width: 94%;
}
.header .logo {
	display: table-cell;
	width: 70%;
	max-width: 450px;
	vertical-align: top;
}
.header .navi {
	display: inline-block;
	float: right;
}
.ccm-block-gallery a {
  	width: 33.333%;
}

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~ M E D I U M ~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 1024px) {
.fjh h1 {
	font: 180%/1.2 'Poppins', sans-serif;
	font-weight: 300;
}
.fjh h2 {
	font: 140%/1.2 'Poppins', sans-serif;
	font-weight: 300;	
}
.fjh h3, .fjh h4, .fjh h5, .fjh h6 {
	font: 120%/1.2 'Poppins', sans-serif;
	font-weight: 300;	
}	
/* ~~ Header ~~ */
.header .logo {
	width: 50%;
}
.header .floatbox {
	display: table-cell;
}
.header .floatbox:first-of-type {
	width: 0;
}
.header .floatbox:last-of-type {
	width: 100%;
}
.header .logos {
	display: inline-block;
	float: left;
}
.header .logos img {
	height: 100px;
	width: auto;
	display: inline-block;
}
/* ~~ Contentbox ~~ */
.contentbox .floatbox {
	display: table-cell;
	width: 50%;
}
.contentbox .floatbox:first-of-type {
	padding-right: 20px;
	vertical-align: top;
}
.contentbox .floatbox:last-of-type {
	padding-left: 20px;
	vertical-align: middle;	
}
/* ~~ Formidable ~~ */
.formidable .col-sm-6 {
	width: 45%;
}	
/* ~~ Footer ~~ */
.footer .floatbox:first-of-type {
	width: 33%;
}
.footer .floatbox:last-of-type {
	float: right;
}
/* ~~ Gallery ~~ */
.ccm-block-gallery a {
  	width: 25%;
}
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~ L A R G E ~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 1200px) {
.fjh h1 {
	font: 200%/1.2 'Poppins', sans-serif;
	font-weight: 300;
}
.fjh h2 {
	font: 150%/1.2 'Poppins', sans-serif;
	font-weight: 300;	
}
.fjh h3, .fjh h4, .fjh h5, .fjh h6 {
	font: 130%/1.2 'Poppins', sans-serif;
	font-weight: 300;	
}		
/* ~~ Contentbox ~~ */
.contentbox .floatbox:first-of-type {
	padding-right: 40px;
}
.contentbox .floatbox:last-of-type {
	padding-left: 40px;
}

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~ E X T R A  L A R G E ~~~~~~~~~~~~~~~~~~~~~~~~ */
@media only screen and (min-width: 1500px) {
.header .floatbox:first-of-type {
	width: 50%;
}
.header .floatbox:last-of-type {
	width: 50%;
	padding-left: 40px;
}


}