@charset "utf-8";
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #FFF;
	font-family: 'Assistant', serif;
	font-optical-sizing: auto;	
	font-size: 135%;
	line-height: 1.6;
	color: #826F58;	
}
.wrapper {
	position: relative;
	display: block;
}
/* ~~ Element-/Tag-Selektoren ~~ */
.container h1, .cke_browser_gecko h1  {
	font-family: "Noto Serif", serif;
	line-height: 1.2;	
	font-size: 160%;
	color: #FFC444;
	font-weight: normal;
	margin-bottom: 25px;
}
.container h2, .cke_browser_gecko h2 {
	font-family: "Noto Serif", serif;
	line-height: 1.2;	
	font-size: 130%;
	color: #FFC444;
	font-weight: normal;
	margin-bottom: 20px;	
}
.container h3, .cke_browser_gecko h3 {
	font-family: "Noto Serif", serif;
	line-height: 1.2;	
	font-size: 110%;
	color: #FFC444;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: #FFC444 2px solid;
}
.container h4, .cke_browser_gecko h4, .conainer h5, .cke_browser_gecko h5, .container h6, .cke_browser_gecko h6 {
	font-family: "Noto Serif", serif;
	line-height: 1.2;	
	font-size: 110%;
	color: #826F58;	
	font-weight: normal;
	margin-bottom: 20px;	
}
.footer .container h1, .footer .container h2, .footer .container h3, .footer .container h4, .footer .conainer h5, .footer .container h6 {
	color: #FFF;
	font-weight: normal;
	margin-bottom: 20px;	
}
.footer .container h1 {
	font-size: 150%;
}
.footer .container h2, .footer .container h3, .footer .container h4, .footer .conainer h5, .footer .container h6 {
	font-size: 130%;
}
.footer .container h3 {
	border-bottom: #FFF 2px solid;
}
.container p {
	margin-bottom: 20px;	
}
.container hr, .cke_browser_gecko hr {
	border: 0;
	border-top: 2px dotted #826F58; 
	height: 1px;
	margin: 30px 0;
}
.contentbox ul, .cke_browser_gecko ul, .contentbox ol, .cke_browser_gecko ol {
	margin: 0 0 20px 0;	
}
.contentbox li {
	list-style: none;
	margin-bottom: 5px;	
}
.contentbox li h1, .contentbox li h2, .contentbox li h3, .contentbox li h4, .contentbox li h5, .contentbox li h6 {
	margin-bottom: 0;	
}

.container img { 
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-bottom: 25px;
}
a img { 
	border: none;
}
a {
	color: #000099;
}
a:hover, a:active, a:focus {
	color: #CC0000;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
	color: #FFC444;
}
/* ~~ Navigation ~~ */
ul.nav {
	list-style: none;
	font-size: 120%;
}
ul.nav li {
	display: inline-block;
}
ul.nav li a {
	color: #826F58;
	text-decoration: none;
	padding: 10px 0 10px 25px;
}
ul.nav li a:hover, ul.nav li a:active, ul.nav li a:focus {
	color: #EF7F1A;
}
/* ~~ Layout ~~ */
.header {
	position: absolute;
	width: 100%;
	display: block;
	padding-top: 25px;
	z-index: 90;
}
.header .container {
	display: flex; 
    flex-wrap: nowrap;
	justify-content: center;
}
.logo {
	display: block;	
	width: 350px;
}
.navigation {
	display: block;	
	text-align: right;
}
.slider {
	display: block;
	min-height: 40vh;
	background: #FFC444;
	z-index: 80;	
}
.contentbox {
	position: relative;	
	display: block;
	background-color: rgba(255,255,255,0.8);
	padding: 15px 0;
	margin: 30px 0;
}
.container {
	display: block;
	width: 90%;
	max-width: 1260px;
	margin: 0 auto; 
	clear: both;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.footer {
	position: relative;	
	display: block;
	background-color: #826F58;
	color: #FFF;
	font-size: 90%;
	margin-top: 40px;
	padding: 40px 0 30px;
}
/* ~~ Spaltenlayout ~~ */
.ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: nowrap;
  	justify-content: space-between;
	gap: 40px;
	margin: 0 -40px;
}
/* ~~ Slider ~~ */
.slider {
	overflow: hidden;
	min-height: 50px;
	margin-bottom: 10px;
}
.ccm-edit-mode .slider {
	min-height: inherit;
}
.ccm-image-slider,
.ccm-image-slider-inner,
.ccm-image-slider ul.rslides,
.ccm-image-slider ul.rslides li {
	height: 80vh !important;
	overflow: hidden;
}
.ccm-image-slider {
	background: #FFF;
}
.ccm-image-slider img {
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.rslides_tabs {
	position: relative;
	text-align: center;
	margin-top: -50px;
	z-index: 100;
}
.rslides_tabs li a {
	background: #FFF !important;
}
.rslides_tabs li.rslides_here a {
	background: #FFC444 !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 #826F58; 
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.tablecell {
	display: block;
}
/* ~~ Formular ~~ */
.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: "Assistant", 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: "Assistant", serif;
	font-weight: 400;
	font-size: 110%;	
}
.ccm-block-express-form .btn.btn-primary {
    color: #FFF;
	background: #826F58;
    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;
}

/* ~~ Gallery ~~ */
.ccm-block-gallery {
	margin: -2px -2px 25px;
}
.ccm-block-gallery .row {
	display: flex;
	flex-wrap: wrap;
}
.ccm-block-gallery a {
  	width: 50%;
	border: transparent 2px 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: 3 / 2;
}
.ccm-block-gallery .ccm-block-gallery-image-overlay-text {
	text-align: center;
	font-weight: 400 !important;
	padding: 10px;
}
.ccm-block-gallery img {
  	bottom: 0 !important;
  	left: 0 !important;
  	right: 0 !important;
  	top: 0 !important;
	margin: auto;
    display: block;
	object-fit: cover; 
	width: 100%; 
	height: 100%;
}

/* ~~ Faeture Link ~~ */
.ccm-block-feature-link {
	margin-bottom: 15px;
}
.ccm-block-feature-link .fas {
	font-size: 130%;
	width: 40px;
	text-align: center;
}
/* ~~ Accordion ~~ */
p.accordion-header {
	margin: 0;
}
.accordion-button {
  	font-weight: 700 !important;
	font-family: 'Assistant', serif !important;
	font-size: 100% !important;
  	color: #FFC444 !important;
	cursor: pointer;
	background: #FFF !important;	
	padding: 10px 20px !important;
	outline: none !important;
	border-bottom: #FFC444 2px solid;
}
.accordion-button:hover {
	color: #826F58 !important;
	border-bottom: #826F58 2px solid;	
}	
.accordion-button:focus {
	box-shadow: none !important;
	color: #826F58 !important;
	border-bottom: #826F58 2px solid;	
}
.accordion-button::after {

}
.accordion-collapse.collapse {
	display: none;
} 
.accordion-collapse.collapse.show {
	display: block;
}	
.accordion-body {
	padding: 20px 20px 1px !important;
}
.accordion-item {
	text-align: left;
  	color: #826F58 !important;
	margin-top: 10px !important;
}

@media (min-width: 1024px) {
.links {
	float: left;
	width: 45%;
}
.rechts {
	float: right;
	width: 45%;
}
/* ~~ Bild & Text ~~ */
.table {
    display: flex;
    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;
}
	
/* ~~ Gallery ~~ */
.ccm-block-gallery a {
  	width: 25%;
}	

}
@media (min-width: 1200px) {
/* ~~ Bild & Text ~~ */
.tablecell.bild {
    width: 35%;		
}
.tablecell.desc {
    width: 65%;	
}
	
/* ~~ Gallery ~~ */
.ccm-block-gallery a {
  	width: 16.666%;
}
}
@media only screen and (max-width: 1024px)  { 
/* ~~ Spaltenlayout ~~ */
.ccm-layout-column-wrapper {
    display: block;
	margin: 0;
}	
.ccm-layout-column {
	width: 100% !important;
	display: block;
}
.ccm-layout-column-inner {
	margin: 0 !important;
	}	
}
