@charset "utf-8";
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 100%/1.6 'Open Sans', sans-serif;
	background-color: #005D37;
	margin: 0;
	padding: 0;
	color: #333;
}

/* ~~ Element-/Tag-Selektoren ~~ */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
}
.contentbox h1, .contentbox h2, .contentbox h3, .contentbox h4, .contentbox h5, .contentbox h6 {	
	color: #063;	
}
h1 {
	font-size: 200%;
	text-transform: uppercase;
	margin-bottom: 20px;	
}
h2 {
	font-size: 140%;
	margin-bottom: 10px;	
}
h3 {
	font-size: 140%;	
}
h4 {
	font-size: 110%;
	margin-bottom: 3px;			
}
.page-title {
	text-align: center;
}
p {
	margin-bottom: 25px;	
}
.contentbox p {
	max-width: 800px;
	margin: 0 auto 25px;
}
.contentbox ul, .contentbox ol {
	max-width: 800px;	
	margin: 0 auto 25px;
}
.contentbox li {
	margin: 0 0 5px 18px;
}
.contentbox img {	
	margin-bottom: 25px;
	vertical-align: bottom;
}
img { 
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a img { 
	border: none;
}
.header a, .footer a {
	color: #CF9;
	text-decoration: none;
}
.contentbox a {
	color: #C00;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
hr {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: #666 1px solid;
	height: 1px;
}
.footer hr {
	border-bottom: #FFF 1px dotted;
}

/* ~~ Layout ~~ */
.container {
	width: 90%;
	max-width: 1260px;
	margin: 0 auto;
}
.header {
	display: block;
	position: relative;
	height: 150px;
	z-index: 9;
	background-color: #005D37;
	color: #FFF;
	padding: 0 2%;
}
.ccm-toolbar-visible .ccm-page {
    padding-top: 1px;
}
.ccm-toolbar-visible .navigation {
    padding-top: 48px;
}
.flex {
	width: 100%;
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;	
}
.logo {
	width: 250px;
	margin: 10px 0;
	position: absolute;		
}
.navigation {
	margin-top: 30px;
	float: right;
}
.adresse {
	margin: 20px 0 20px auto;	
}
.slider {
	position: relative;
	z-index: 8;
	background: #FFF;
	min-height: 60px;
}
.contentbox {
	background-color: #FFF;	
	padding: 30px 0;
}
.flex.duo .inhaltbox {
    width: 100%;
	dispaly: block;
}
.flex .inhaltbox {
    width: 100%;
	dispaly: block;	
}
.footer {
	padding: 30px 0;
	background-color: #005D37;
	color: #FFF;
}
.footer .flex, .contentbox .flex {
	justify-content: space-between;
}
.footerbox {
    width: 100%;
}
/* ~~ Mega Menu ~~ */
.jbmm.blank {
	float: right;
}
#mmhamburger ul.mega-menuh {
    margin-top: 60px !important;
}
.blank ul.mega-menuh {
    width: auto !important;
    height: auto !important;
}
ul.mega-menuh li a {	
	font-weight: 400;
}
ul.mega-menuh li a, ul.mega-menuh a  {
	font-family: 'Roboto Slab', serif !important;
    text-shadow: none !important;	
	font-weight: 400;
}
ul.mega-menuh ul.sub_menu li a {	
	font-weight: 400;
}
.blank ul.mega-menuh li a {
    font-size: 18px !important;
}
ul.mega-menuh li a {
    font-size: 18px !important;
}
ul.mega-menuh ul.sub_menu li a {
    font-size: 15px !important;
}
.jbmm ul.mega-menuh li a {
	margin-left: 0 !important;
	background: none;	
}
.jbmm.blank ul.mega-menuh li a {
	
}
li.top-level-nav   {
	text-transform: uppercase;
	font-weight: 400;
	border: none !important;
}
.blank ul.mega-menuh li a.top-level-nav {
	 padding: 10px 15px !important;
}
.blank ul.mega-menuh li a .dc-mega-icon {
    right: 7px !important;
}
li.top-level-nav li  {
	text-transform: none;
	font-weight: 400;	
}
li.mega-hover div.sub-container {
	margin-top: 50px;
	padding: 5px !important;
}
.mmtoggle-button, .mmopen {
    top: 20px !important;
	right: 20px !important;
}
.mmtoggle-button span {
    background: #FFF !important;
    border-radius: 0px !important;
}
.blank ul.mega-menuh .topnavi {
	text-align: right;
	font-size: 17px;
	padding: 0 15px 30px 0;
}
.mmslideout-menu  .topnavi {
	padding: 15px 5px;
}
a.toplink {
	text-transform: uppercase;	
	padding: 5px 10px;
	text-decoration: none;
}
.jbmm a.toplink {	
	color: #FFF !important;
	border: #FFF 2px solid;
}
.jbmm.blank a.toplink {	
	color: #ddcfaa !important;
	border: #ddcfaa 2px solid;
}
.jbmm.blank a.toplink:hover, .jbmm.blank a.toplink:active, .jbmm.blank a.toplink:focus {
	color: #FFF !important;
	border: #FFF 2px solid !important;
}
.blank ul.mega-menuh li.first {
  clear: both;
}
/* ~~ Slider ~~ */
.ccm-image-slider-container {
}
.ccm-image-slider-inner ul.rslides {
	margin: 0;
}
.ccm-image-slider-inner ul.rslides li {
	height: 80vh;
	overflow: hidden;
	margin: 0;
}
.ccm-image-slider-inner li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
	max-width: none;	
    height: 100%;
	margin-bottom: 0;	
}
.ccm-image-slider-text {
	display: none;	
}
.rslides_tabs {
	text-align: center;
	position: relative;
	z-index: 998;
	margin-top: 10px;
}
.rslides_tabs li{
    heigt: 40px;
}
.rslides_tabs li a {
    background: #006E36 !important;
}
.rslides_tabs li.rslides_here a {
    background: #AF955C !important;
}
.gg-container img {
	margin: 0;
}
/* ~~ Gallery ~~ */
.ccm-block-gallery {
	margin: 25px -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: 10rem !important;
}
.ccm-block-gallery .ccm-block-gallery-image-overlay-text {
	text-align: center;
	font-weight: 400 !important;
	padding: 10px;
}
/* ~~ Formidable ~~ */
.formidable {
	padding: 0;
	display: block;
	overflow: hidden;
}
.formidable .row {
    position: relative;
	display: block;
	clear: both;
}
.formidable .formidable_column {
    padding-top: 0 !important;
}
.formidable .col-sm-6 {
  width: 100% !important;
}
.formidable .row, .formidable .row .form-group {
    overflow: visible !important;
}
.formidable .row .form-group {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.formidable .row .form-group label {
	display: table-cell;
	width: 150px;
}
.formidable .row .form-group .input {
	display: table-cell;
}
.formidable .standard .form-group {
	display: block;
}
.formidable .standard .form-group label {
	display: inline-block;
	width: auto;
}
.formidable .form-group label.form-check-label {
	margin-left: 5px;	
}
.formidable .standard.bold .form-group label {
	font-weight: 700;
}
.formidable .standard.bold .form-group label.form-check-label {
	font-weight: 400;
}
.formidable .standard .form-group input {
	display: block;
}
.formidable .standard .form-group input.form-check-input {
	display: inline-block;
}
.formidable .row .form-group .radio label {
	font-weight: 400;
	width: auto;
}
.formidable .form-control {
	width: 100%;
	max-width: 500px;
	padding: 2px 4px  !important;
	margin: 0;
	font: 100%/1.4 'Open Sans', sans-serif;
	border: #999 1px solid !important;
	border-radius: 0px;
	background-color: #EFEFEF;
}
.formidable .form-control.ccm-input-number, .formidable .form-control.datepicker {
	width: 150px;
}
.formidable textarea.form-control {
	height: 120px;
	display: block;
	margin-bottom: 25px;
}
.formidable .form-control:focus {
	outline: none;
	background-color: #e7ffd0;
}
.formidable .required {
    font-size: 100% !important;
	color: #C00 !important;
}
.formidable h4 {
	margin-bottom: 10px;			
}
.formidable p {
    padding-top: 5px;
	max-width: none;
}
.formidable .captcha-display,
.formidable .ccm-input-captcha {
	width: 250px;
}
.formidable .captcha-display img {
	width: 250px;
	margin-bottom: 10px;
}
.formidable .help-block {
	margin: -15px 0 25px;
}
.formidable .btn {
	font-family: 'Roboto Slab', serif;		
	background-color: #063;
    color: #CF9;
	padding: 8px 10px;
	margin: 0 !important;
    border: none;	
	font-size: 100%; 
	cursor: pointer;
}
.formidable .btn:hover {
    background-color: #063;
    color: #FFF;
}
.formidable .invalid-feedback {
    color: #F00 !important;
}
.formidable .is-invalid {
    background-color: #fcd0d0;
	border: none;
}
.formidable_message.hide {
	display: none;
}
div.alert-success {
    color: #030;
	font-size: 120%;
	text-align: center;
	margin: 10px;
}
div.alert-success p {
    margin: 10px 0;
}
::-webkit-input-placeholder {
  font-style: normal !important;
}
::-moz-placeholder {
  font-style: normal !important;
}
::placeholder {
  font-style: normal !important;	
}
@media (min-width: 700px) {
.flex.duo .inhaltbox, .flex .inhaltbox, .footerbox {
    width: 48%;
}
/* ~~ Gallery ~~ */
.ccm-block-gallery a {
  	width: 33.333%;
}	
.formidable .col-sm-6 {
float: left;
  width: 48% !important;
}
.formidable .width-6.last {
  margin-left: 4% !important;
}
}
@media (min-width: 1024px) {
.flex .inhaltbox {
    width: 22%;
}
/* ~~ Gallery ~~ */
.ccm-block-gallery .ccm-block-gallery-image {
  	padding-top: 13rem !important;
}	
.footerbox {
    width: 30%;
}	
}
@media (min-width: 1480px) {
.header {
	padding: 0 5%;	
}
/* ~~ Gallery ~~ */
.ccm-block-gallery .ccm-block-gallery-image {
  	padding-top: 16rem !important;
}
}