body {
	background-color: #FFFFFF;
}
.wrapper {
	font: 110%/1.6 'Open Sans', sans-serif;
}
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
}
/* ~~ Element-/Tag-Selektoren ~~ */
.container h1, .cke_browser_gecko h1  {
	font-family: 'Lora', serif;
	line-height: 1.2;	
	font-size: 200%;
	font-weight: normal;
	margin-bottom: 25px;
}
.container h2, .cke_browser_gecko h2 {
	font-family: 'Lora', serif;
	line-height: 1.2;	
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 20px;	
}
.container h3, .cke_browser_gecko h3, .container h4, .cke_browser_gecko h4, .conainer h5, .cke_browser_gecko h5, .container h6, .cke_browser_gecko h6 {
	font-family: 'Lora', serif;
	line-height: 1.2;	
	font-size: 150%;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;	
}
.footer .container h1, .footer .container h2, .footer .container h3, .footer .container h4, .footer .conainer h5, .footer .container h6 {
	font-size: 150%;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 20px;	
}
.container p {
	margin-bottom: 20px;	
}
.container hr, .cke_browser_gecko hr {
	border: 0;
	border-top: 2px dotted #652875; 
	height: 1px;
	margin: 30px 0;
}
.contentbox ul, .cke_browser_gecko ul, .contentbox ol, .cke_browser_gecko ol {
	margin: 0 0 20px 18px;	
}
.contentbox li {
	margin-bottom: 2px;	
}
.contentbox li h1, .contentbox li h2, .contentbox li h3, .contentbox li h4, .contentbox li h5, .contentbox li h6 {
	margin-bottom: 0;	
}

img { 
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 25px;
}
a img { 
	border: none;
}
a {
	color: #00b44e;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
/* ~~ Navigation ~~ */
ul.nav {
	list-style: none;
	font-size: 120%;
}
ul.nav li {
	display: inline-block;
}
ul.nav li a {
	color: #000;
	text-decoration: none;
	padding: 10px 0 10px 25px;
}
ul.nav li a:hover, ul.nav li a:active, ul.nav li a:focus {
	color: #00b44e;
}
/* ~~ Layout ~~ */
.header {
	position: relative;	
	display: block;
	background-color: rgba(255,255,255,0.8);
	margin-top: 20px;
	padding: 15px 0;
}
.header .container {
	display: block; 
}
.logo {
	display: block;	
	text-align: center;
}
.logo img {
}
.navigation {
	display: block;	
	font-family: 'Lora', serif;
	text-align: center;
}
.contentbox {
	position: relative;	
	display: block;
	background-color: rgba(255,255,255,0.8);
	padding: 15px 0;
}
.container {
	display: block;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto; 
	clear: both;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer {
	position: relative;	
	display: block;
	font-size: 90%;
	margin-top: 20px;
}
.footer .container {
	border-top: #000 1px solid;
	padding-top: 20px;
}
/* ~~ Slider ~~ */
.ccm-image-slider-container  {
	position: relative;
	height: 60vw !important;
	max-height: 600px;
	overflow: hidden;
	z-index: 1;
	color: #FFF;
}
.ccm-image-slider-container ul  {
	margin: 0 0 40px;
}
.ccm-image-slider-container li  {
	margin: 0;
}
.ccm-image-slider {
	height: 60vw !important;
	max-height: 600px;	
	overflow: hidden;	
}
.ccm-image-slider-container ul.rslides li {
	height: 60vw !important;
	max-height: 600px;
}
.ccm-image-slider-container ul.rslides li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  width:100%;
	height:100%;
		padding-bottom: 30px;
}
.ccm-image-slider-text {
	display: none;
}
ul.rslides_tabs {
    position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	padding: 0 !important;
	margin: 0 0 45px;
}
.rslides_tabs li a {
    background: #FFF !important;
}
.rslides_tabs li.rslides_here a {
    background: #000 !important;
}
/* ~~ Datei ~~ */
.ccm-block-file {
	display: list-item;
	margin-left: 18px;
	list-style-type: disc;
	margin-bottom: 10px;	
}
/* ~~ Bild & Text ~~ */
.table {
	width: 100%;	
	display: block;	
	border-bottom: 2px dotted #652875; 
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.tablecell {
	display: block;
}
/* ~~ Formular ~~ */
/* ~~ 
.contentbox .formidable .element {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.contentbox .formidable .element:last-of-type {
	margin-bottom: 20px;
}
.contentbox .formidable_row label  {
	display: table-cell;
	vertical-align: top;
	width: 150px;
}
.contentbox .formidable_row .input  {
	display: table-cell;
	vertical-align: top;
}
.contentbox .formidable .form-control {
	padding: 4px 10px;
	width: 100%;
	font: 100%/1.0 'Open Sans', sans-serif;	
	border: #000 1px solid;	
}
.formidable textarea {
	height: 100px;
}
.formidable .required {
    color: #000 !important;
    font-size: 100% !important;
}
.contentbox .formidable .submit {
	color: #FFF;
	background: #652875;
	padding: 6px 10px;
	margin: 15px 0 25px;
	border: none;
	cursor: pointer;
	font: 110%/1.0 'Open Sans', sans-serif;
	font-weight: 700;
}
.contentbox .formidable .submit:hover {
	color: #FF0;
} 
.contentbox .formidable .form-control.error {
	background: #FCC;
	border: #F00 1px solid;	
}
.contentbox .formidable .alert p {
	margin: 0;
}
.formidable span.error {
	background: none;
    margin-top: 0 !important;
	margin-bottom: 15px;
	color: #F00;
}
.form-group {
	display: block;
	margin-bottom: 10px;
}
.control-label {
	display: inline-block;
}
.formidable_row {
	clear: both;
}
.has_label {
	clear: both;
	display: block;
	width: 100%;	
}
~~ */
.ccm-dashboard-express-form input, .ccm-dashboard-express-form textarea {
    display: block !important;
    padding: 5px 10px !important;
    font-size: inherit !important;
    line-height: inherit !important;
	width: 100%;
	margin-bottom: 20px;
}
fieldset {
	border: none;
}
textarea {
	height: 150px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 110%;
	color: #000;
}
.text-muted {
	display: inline-block;
	color: transparent !important;
}
.text-muted:before {
	content: "*" !important;
	color: #C00 !important;
	font-weight: bold;
}
.form-group.captcha {
	margin: 20px 0 0;
}
img.ccm-captcha-image {
    margin: 10px 0 !important;
}
input[name="ccmCaptchaCode"] {
	width: 190px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 110%;	
}
.ccm-block-express-form .btn.btn-primary {
    color: #FFF;
	background: #652875;
    text-decoration: none;
    text-align: center;
    display: block;
	padding: 5px 10px;
	margin: 20px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	font-size: 100%;
	cursor: pointer;
	font-weight: bold;
}
.ccm-block-express-form .btn.btn-primary:hover {
	background: #EF7F1A;
}
@media (min-width: 1024px) {
.links {
	float: left;
	width: 45%;
}
.rechts {
	float: right;
	width: 45%;
}
/* ~~ Bild & Text ~~ */
.table {
    display: -moz-webkit-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.trans {
    flex-direction: row-reverse;
}
.tablecell {
	display: table-cell;
}
.tablecell.bild {
    width: 40%;		
}
.tablecell.desc {
    width: 60%;	
	padding-left: 40px;
}
.trans .tablecell.desc {
	padding-left: 0;
	padding-right: 40px;
}

.links .table, .rechts .table {
	display: block;	
}
.links .tablecell, .rechts .tablecell {
	display: block;
}
.links .tablecell.bild, .rechts .tablecell.bild {
    width: 100%;		
}
.links .tablecell.desc, .rechts .tablecell.desc {
    width: 100%;	
	padding-left: 0;
}
.links .trans .tablecell.desc, .rechts .trans .tablecell.desc {
	padding-right: 0;
}

}
@media (min-width: 1200px) {
/* ~~ Bild & Text ~~ */
.tablecell.bild {
    width: 35%;		
}
.tablecell.desc {
    width: 65%;	
}
}

