@charset "utf-8";
html {
	scroll-behavior: smooth;	
}
body {
	font: 115%/1.6 "Lato", serif;
	color: #3F4545;	
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
}

/* ~~ Element-/Tag-Selektoren ~~ */
.contentbox > p, 
.contentbox > ul, 
.contentbox > ol, 
.contentbox > dl,
.contentbox > pre, 
.contentbox > hr, 
.contentbox > h1, 
.contentbox > h2, 
.contentbox > h3, 
.contentbox > h4, 
.contentbox > h5, 
.contentbox > h6,
.contentbox > img.ccm-image-block,
.contentbox > .ccm-block-feature-link,
.ccm-custom-style-container > p, 
.ccm-custom-style-container > ul, 
.ccm-custom-style-container > ol, 
.ccm-custom-style-container > dl,
.ccm-custom-style-container > pre, 
.ccm-custom-style-container > hr, 
.ccm-custom-style-container > h1, 
.ccm-custom-style-container > h2, 
.ccm-custom-style-container > h3, 
.ccm-custom-style-container > h4, 
.ccm-custom-style-container > h5, 
.ccm-custom-style-container > h6,
.ccm-custom-style-container > img.ccm-image-block,
.ccm-custom-style-container > .ccm-block-feature-link,
.ccm-layout-column-wrapper {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;		
}
ul.ccm-ui {
	margin: 0;
	width: auto;
	max-width: none;		
}
.wrapper h1 {
	font-weight: 400;
	font-size: 180%;
    line-height: 1.2;
	padding-bottom: 35px;
}
.wrapper h2 {
	font-weight: 400;
	font-size: 160%;
    line-height: 1.2;
	padding-bottom: 25px;
}
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
	font-weight: 400;	
	font-size: 130%;
    line-height: 1.2;
	padding-bottom: 5px;
}
.contentbox h1,
.contentbox h2,
.contentbox h3,
.contentbox h4,
.contentbox h5,
.contentbox h6 {
	color: #7D8F6D;
}
.contentbox .inf-form h4 {
	font-weight: 400;
	font-size: 180%;
    line-height: 1.2;
	padding-bottom: 35px;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	color: #FFF;
}
.wrapper p,
.wrapper ol,
.wrapper ul {
	padding-bottom: 25px;
}
.wrapper p + ol,
.wrapper P + ul {
	margin-top: -20px;
}
.contentbox li,
.ccm-error li { 
	margin-left: 18px;	
}
.wrapper hr {
	height: 70px;
	margin-bottom: 25px;
	border: none;
	background-image: url("img/hr.svg");
	background-position: center;
	background-repeat: repeat-x;
}
.wrapper hr.deko {
	background-image: url("img/hrdeko.svg");
	background-repeat: no-repeat;
}
.ccm-block-feature-link-text s {
	text-decoration: none;
	background-color:#cc0000;
	color: #FFF;
	padding: 10px 30px;
  	border-radius: 4px;
	fontweight: 700;
} 
img { 
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.contentbox img { 
	padding-bottom: 25px;	
}
.contentbox img.rund { 
	display: block;
	border-radius: 50%;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto 25px;
	padding: 0;
}
a img { 
	border: none;
}
.wrapper a {
	color: #7BB5AE;
	text-decoration: underline;
}
.wrapper a:hover, 
.wrapper a:active, 
.wrapper a:focus { 
	text-decoration: none;
}

/* ~~ Layout ~~ */
.wrapper{

}
.container{
	width: 100%;
	clear: both;
}
.box {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
.box.breit {
	max-width: none;
}
.header {
	position: relative;
	display: block;
	height: 110px;
	overflow: visible;
	background-color: #7D8F6D;
	z-index: 999;	
}
.contentbox {
	padding-bottom: 15px;
	
}
.footer {
	color: #FFF;
	text-align: center;	
	padding: 60px 0 20px;
	background-color: #7D8F6D;
	background-image: url("img/deko.png");
	background-repeat: repeat-x;
	background-position: center top;
}

/* ~~ Header ~~ */
.logo {
	width: 200px;
	height: auto;
	margin-left: 20px;
}

/* ~~ Content ~~ */
.headerimage {
	margin-top: -2px;
	padding-bottom: 60px;
}
.headerimage > div {
	margin-bottom: -10px;
}

/* ~~ Bannerbild ~~ */
.ccm-block-hero-image-text {
	color: #FFF;
	font-size: 120%;
}
/* ~~ Slider ~~ */
.ccm-image-slider-container {
	margin-bottom: 30px;
}
.headerimage .ccm-image-slider-container, .headerimage .ccm-image-slider-inner ul.rslides li {
	height: 60vh;
	overflow: hidden;
}
.ccm-image-slider-inner li {
	background-color: #161920;	
}
.headerimage .ccm-image-slider-inner li {
	background-color: transparent;	
}
.ccm-image-slider-inner li img {
    position: relative;
    object-fit: cover;
    width: 50%;
	max-width: none;	
    height: 100%;	
	margin-bottom: 0;
}
.headerimage .ccm-image-slider-inner li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
	max-width: none;	
    height: 100%;	
}
.ccm-image-slider-text {
	position: relative !important;
	display: table-cell;
	width: 100% !important;
	height: 100% !important;
	vertical-align: middle;
	color: #FFF;
}
.ccm-image-slider-text p {
	display: none;	
}
.ccm-image-slider-title {
	color: #FFF;
	text-align: left;
	padding-left: 50px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);	
	font-size: 250%;
	font-weight: 400;
}
.rslides_tabs {
	position: relative;
	text-align: center;
    margin-top: -60px;
	z-index: 998;
}
.rslides_tabs li a {
    background: transparent !important;
    border: #DAF0AD 2px solid;	
	height: 20px !important;
	width: 20px !important;
	border-radius: 40px !important;
}
.rslides_tabs li.rslides_here a {
    background: #DAF0AD !important;
}
/* ~~ Button ~~ */
.ccm-block-feature-link {
	padding-bottom: 30px;
}
.ccm-block-feature-link-inner {
	display: block;
	position: relative;
}
.ccm-block-feature-link-image {
 	text-align: center;
	margin-bottom: 20px;
}
.ccm-block-feature-link-image img {
 	border-radius: 50%;
	width: 100%;
	max-width: 300px;
  	height: auto;
 	aspect-ratio: 1 / 1;
  	object-fit: cover;
	margin: 0;
	padding: 0;	
}
.ccm-block-feature-link p + .mt-4 {
	padding-top: 20px;
}
.wrapper a.btn {
	color: #3F4545;
	background:#DAF0AD;
	text-decoration: none;
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 4px;
}
.wrapper a.btn:hover,
.wrapper a.btn:active,
.wrapper a.btn:focus {
	color:#FFF;
	background: #7D8F6D;
}
.wrapper a.btn.btn-outline- {
	color: #7D8F6D;
	background:#FFF;
	border: #7D8F6D 1px solid;
}
.wrapper a.btn.btn-outline-:hover,
.wrapper a.btn.btn-outline-:active,
.wrapper a.btn.btn-outline-:focus {
	color:#FFF;
	background: #7D8F6D;
}
.wrapper a.btn.btn-link {
	color: #7BB5AE;
	background: none;
	padding: 0;
}
.wrapper a.btn.btn-link:hover,
.wrapper a.btn.btn-link:active,
.wrapper a.btn.btn-link:focus {
	color: #7D8F6D;
}
.wrapper a.btn.btn-sm {
	font-size: 80%;
	padding: 5px 10px;	
}
.wrapper a.btn.btn-lg {
	font-size: 140%;
}
.wrapper i.fas::before {
	padding-right: 10px;
}

/* ~~ Formular ~~ */
.ccm-block-express-form,
.inf-form {
	display: block;
	margin: 0 auto 30px;
	width: 90%;
	max-width: 1200px;	
}
.footer .ccm-block-express-form {
	width: 400px;	
}
.ccm-block-express-form fieldset {	
	border: none;
}
.ccm-block-express-form .form-label {
   	font-weight: 700;
}
.footer .ccm-block-express-form .form-label,
.footer .ccm-block-express-form .text-muted {
   	display: none;
}
.ccm-block-express-form input, 
.ccm-block-express-form textarea,
.inf-input input {
   	appearance: none;	
    display: block !important;
    padding: 5px 10px !important;
    font-size: inherit !important;
    line-height: inherit !important;
	width: 100%;
	background: #f2fae1;
	border: #7D8F6D 1px solid;
	border-radius: 4px;
	color: #3F4545;	
}
.ccm-block-express-form .form-control:focus,
.inf-input input:focus {
	outline: none;
	background-color: #DAF0AD;
}
.inf-input input {
	max-width: 800px;
}
.ccm-block-express-form .form-check {
	display: flex;
	flex-direction: row;
	margin: 5px 0;
}
.ccm-block-express-form input[type="checkbox"] {
	display: inline-block !important;
   	width: 30px; 
   	height: 30px; 
	border-radius: 60px;
	cursor: pointer;	
}
input[type=checkbox]:checked {
   	background-image: url(img/haken.svg);
	background-size:cover;	
}
.ccm-block-express-form .mb-3 label.form-check-label {
  	display: inline-block;
	margin-left: 10px;
}
.ccm-block-express-form .fields {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.ccm-block-express-form .mb-3 {
  	width: 100%;
	padding-bottom: 20px;
}
.footer .ccm-block-express-form .mb-3 {
	padding-bottom: 10px;
}
.ccm-block-express-form .mb-3 label.control-label,
.captcha .form-label {
  	font-weight: 400 !important;
	font-size: 80%;
}
.footer .captcha .form-label {
  	display: block;
}
.ccm-block-express-form .mb-3:first-of-type label.control-label {
  display: none;
}
.ccm-block-express-form .alert {
	padding: 10px;
	margin-bottom: 25px;	
	text-align: center;
	font-weight: 700;
	color: #FFF;
}
.ccm-block-express-form .alert.alert-danger {
	background-color:#cc0000;
	text-align: left;
} 
ul.ccm-error {
	margin: 0;
	padding: 0;
}
.alert.alert-success {
	background-color: #090;
	color: #FFF;
	text-align: center;
} 
textarea {
	height: 150px;
	font-family: "Lato", serif;
	font-weight: 400;
	font-size: 110%;
	color: #000;
	resize: vertical;
}
.text-muted {
	display: inline-block;
	color: transparent !important;
	opacity: 1.0 !important;
}
.text-muted:before {
	content: "*" !important;
	color: rgba(63,69,69,1.00) !important;
	font-weight: 400;
}
img.ccm-captcha-image {
	margin: 10px 0;
	padding: 0;
}
input.ccm-input-captcha {
	width: 190px;
}
.ccm-block-express-form .btn.btn-primary,
.inf-submit input {
	color: #3F4545;
	background: #DAF0AD;
	border: #DAF0AD 1px solid;	
	text-decoration: none;
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 4px;
	font-size: 100%;	
	cursor: pointer;	
}
.ccm-block-express-form .btn.btn-primary:hover, 
.ccm-block-express-form .btn.btn-primary:active, 
.ccm-block-express-form .btn.btn-primary:focus,
.inf-submit input:hover, 
.inf-submit input:active, 
.inf-submit input:focus{
	color:#FFF;
	background: #7D8F6D;
	border: #FFF 1px solid;	
}
.inf-rgpd {
	margin-top: 20px;
}
::-webkit-input-placeholder {
  font-style: normal !important;
}
::-moz-placeholder {
  font-style: normal !important;
}
::placeholder {
  font-style: normal !important;	
}

/* ~~ Footer ~~ */
.footer a {
	color:#DAF0AD;
	text-decoration: none;	
}
.footer a:hover, 
.footer a:active, 
.footer a:focus { 
	color: #FFF;
}
.footer em {
	font-style: normal;
	display: inline-block;
	margin-right: 10px;
}

.ccm-ui .form-control {
  border: var(--bs-border-width) solid #999 !important;
}
@media (min-width: 800px) {
/* ~~ Button ~~ */
.ccm-block-feature-link-inner {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}	
.ccm-block-feature-link-image {
	width: 200px;
}
.ccm-block-feature-link-image + .ccm-block-feature-link-text {
	width: calc(100% - 250px);
}	
/* ~~ Spaltenlayout ~~ */
div.ccm-layout-column-wrapper {
	display: flex;
	gap: 10%;
}
div.ccm-layout-column-wrapper .ccm-layout-column:first-child {
	margin-left: -10%;
}
div.ccm-layout-column-wrapper .ccm-layout-column:last-child {
	margin-right: -10%;
}
.dreiviertel div.ccm-layout-column-wrapper .ccm-layout-column:first-child {
	width: 33.333% !important;
}
.dreiviertel div.ccm-layout-column-wrapper .ccm-layout-column:last-child {
	width: 66.666% !important;
}
}
@media (min-width: 1024px) {
h1 {
	font-size: 280%;
}	
/* ~~ Layout ~~ */
.header {
	position: fixed;
	height: 120px;
	overflow: visible;
}
.ccm-edit-mode .header {
	position: relative;
}
.cont {
	padding-top: 120px;
}
.ccm-edit-mode .cont {
	padding-top: 0;
}
/* ~~ Header ~~ */
.logo {
	position: absolute;	
	width: 220px;
	top: 0;
	left: 0;
}
/* ~~ Button ~~ */
.ccm-block-feature-link-image {
	width: 250px;
}
.ccm-block-feature-link-image + .ccm-block-feature-link-text {
	width: calc(100% - 350px);
}	
/* ~~ Footer ~~ */
.footer {
	text-align: left;	
}
.footer .box {
	display: flex;
	justify-content: space-between;	
}	

}
@media (min-width: 1200px) {	
/* ~~ Button ~~ */
.ccm-block-feature-link-image {
	width: 280px;
}	
.ccm-block-feature-link-image + .ccm-block-feature-link-text {
	width: calc(100% - 400px);
}
}
@media (min-width: 1500px) {
	

}
@media (max-width: 800px) {
/* ~~ Spaltenlayout ~~ */
div.ccm-layout-column {
  width: 100% !important;
}
}