@charset "utf-8";
/* reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font: 130%/1.4 'Ropa Sans', sans-serif;
	color: #FFF;
}
body.default {
	background-color: #141414;
}
body.color {
	background-color: #642127;
}
/* ~~ Element-/Tag-Selektoren ~~ */
h1, h2 {
	text-transform: uppercase;
}
h1 {
	font-family: 'LinotypeFreytagStdRegular';
	font-size: 260%;
    margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.2;
}
h2 {
	font-family: 'LinotypeFreytagStdRegular';
	font-size: 180%;
    margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.2;
}
h3 {
	font-size: 140%;
	font-weight: 400;
	line-height: 1.2;
    margin-bottom: 20px;
}
h4 {
	font-family: 'PT Serif', serif;	
	font-size: 140%;
	font-weight: 400;
	line-height: 1.2;		
    margin-bottom: 5px;
}
h5 {
	font: 100%/1.4 'Ropa Sans', sans-serif;
	font-weight: 400;
    margin-bottom: 10px;
}
p {
    margin-bottom: 20px;
}
a img {
	border: none;
}
a {
	color:#9CF;
}
a:hover, a:active, a:focus { 
	color:#39F;
}
.footer a {
	color:#141414;
}
.footer a:hover, .footer a:active, .footer a:focus { 
	color:#06F;
}
s {
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
}
u {
	text-decoration: none;
	color: #ca8a81;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
table em {
    font-style: normal;
    color: #9CF;
	margin-right: 20px;
}
table {
	margin-bottom: 30px;
}

/* ~~ Layout ~~ */
.container {
	display: block;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.header {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.logo {
	display: block;	
	width: 300px;
	padding: 20px;
}
.navigation {
	display: none;
}
.navigationmobile {
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 99;
}
.banner {
	display: block;
	position: relative;
}
.gross {
	display: none;
}
.contentbox {
	display: block;
	vertical-align: top;
	padding: 40px 0 10px;
	color: #FFF;

}
.contentbox.black {
	color: #264561;
}
.links { 
	margin-bottom: 50px;
}
.footer {
	background: #FFF;
	color: #141414;
	display: block;
	padding: 30px;
}
.footer .item {
	margin-bottom: 35px;
}
.contentbox ul { 
	padding: 0 0 15px 18px;
}
.contentbox ol, .footer ol { 
	padding-bottom: 15px;
	list-style: none;
}
.contentbox ol li { 
	margin-bottom: 15px;
}
.contentbox hr { 
	border: 0; 
	height: 1px;
	background: #FFF;
	margin: 10px 0 20px;
}
.contentbox.black hr { 
	background: #264561;
}
.contentbox.black em {
	font-style: normal;
	color: #96a17d;
}
.breit {
	clear:both;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.ccm-layout-column-wrapper {
	display: -webkit-flex;
 	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;		
}
.ccm-layout-column {
	width: 100% !important;
}
/* ~~ Button ~~ */
h2.button a {
   	background: #FFF;
    color: #642127;
	padding: 5px 15px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 120%;
}
h2.button a:hover, h2.button a:active, h2.button a:focus {
	color: #FFF;
	background-color: #ca8a81;
}
/* ~~ Kalender ~~ */
.ccm-block-calendar-event-list-event {
	border: #999 2px dotted;
	margin-bottom: 20px;
	padding: 15px 20px;
}
.ccm-block-calendar-event-list-event-title {
	font-weight: 700;
}
.ccm-block-calendar-event-list-event-description p {
	margin: 0;
}
span.t0000, span.t2359 {
	display: none;
}
/* ~~ Navigation Galerie ~~ */
.rechts ul.nav{
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}
.rechts ul.nav .nav-path-selected a {
	color: #FC0;
	
}
/* ----------------- Formular ----------------- */
.ccm-block-express-form {
	max-width: 600px;
	margin: 0 auto;
	border: #999 2px dotted;
	padding: 20px;
}
fieldset {
	border: none;
}
.mb-3 {
	margin-bottom: 25px;
	position: relative;
}
.text-muted {
	color: transparent !important;
}
.text-muted:before {
	content: "*" !important;
	color: #FFF !important;
}
.form-label {
	font-weight: 700;
}
.captcha .form-label {
	font-weight: 400;
}
.form-control {
	display: block;
	clear: both;
	font: 100%/1.4 'Ropa Sans', sans-serif;	
	padding: 4px 10px;
	width: 100%;
	max-width: 570px;
}
img.ccm-captcha-image {
    margin: 0px 0px 10px !important;
}
.ccm-input-captcha {
	max-width: 190px;
}
.form-actions .btn-primary {
	color: #000;
	background: #99CCFF;
	padding: 4px 10px;
	font-size: 100%;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
}
.form-actions .btn-primary:hover {
	background: #FFF;
}
.ccm-error {
	color: F66;
}
div.alert-success {
    color: #9F6;
	margin: 0 0 20px !important;
}
div.alert-danger {
    color: #F99;
	margin: 0 0 20px !important;
}

/* ~~ Formidable 
.formidable {
	padding: 0;
	display: block;
	overflow: hidden;
}
.formidable .formidable_column {
    padding-top: 0 !important;
}
.formidable .formidable_row, .formidable .formidable_row .element {
    overflow: visible !important;
}
.formidable .element {
	margin-bottom: 20px;
}
.formidable .form-control {
	width: 100%;
	padding: 5px !important;
	margin: 0;
	font: 100%/1.4 'Ropa Sans', sans-serif;
	color: #000;	
	border: none !important;
	border-radius: 0px;
}
.formidable textarea.form-control {
	height: 120px;
}
.formidable .required {
    font-size: 100% !important;
	color: #FFF !important;
}
.formidable p {
    padding-top: 5px;
}
.formidable .submit {
    background-color: #f2f622;
    color: rgb(0,0,0);
	padding: 8px 10px;
	margin: 0 !important;
    border: none;	
	font-size: 100%;
	font-weight: 400; 
	cursor: pointer;
}
.formidable .submit:hover {
    background-color: #1b68b6;
    color: rgb(255,255,255);	
}
.formidable span.error {
    color: #F00 !important;
}
.formidable .form-control.error, .formidable  .datepicker.error, .formidable .captcha_input.error .ccm-input-captcha {
    background-color: #F79395;
	border: none;
}
.formidable_message.hide {
	display: none;
}
div.alert-success p {
    margin: 10px 0;
}
~~ */
/* Magic Tabs */
.jl_magic_tabs_default.jl_magic_tabs ul.nav-tabs.nav {
	justify-content: center;
	margin-bottom: 5px;
}
.contentbox .ccm-ui {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}
div.ccm-ui ul.nav-tabs {
    padding-left: 0 !important;
    margin-left: 0px !important;
    margin-right: 0 !important;
}
.contentbox div.ccm-ui ul.nav-tabs > li {
    margin: 0 4px !important;
}
.contentbox div.ccm-ui ul.nav-tabs > li > a, .contentbox div.ccm-ui ul.nav-tabs > li > a:hover, .contentbox div.ccm-ui ul.nav-tabs > li > a:focus {
	font-family: 'Ropa Sans', sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.0;
	font-weight: 700 !important;
}
.contentbox div.ccm-ui ul.nav-tabs > li > a {
	background: #9CF !important;
    color: #141414 !important;
	border: none !important;
	padding: 10px 15px 0;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
.contentbox div.ccm-ui ul.nav-tabs > li > a:hover, .contentbox div.ccm-ui ul.nav-tabs > li > a:focus, .contentbox div.ccm-ui ul.nav-tabs > li > a.active {
    background: #FFF !important;
}
.contentbox div.ccm-ui ul.nav-tabs > li.active::after {
    content: "" !important;
}
.contentbox .ccm-ui .nav-tabs {
    border-bottom: none !important;
}
.ccm-ui.jl_magic_tabs_default.jl_magic_tabs_controls.jl_magic_tabs.jl_magic_tabs_accordion > ul.nav-tabs.nav.jl_magic_tabs > li > a::after {
	font-weight: normal !important;
	margin-top: -5px;
}
.jl_magic_tabs_end {
	margin-bottom: 30px;
}
/* Slider */
ul.rslides,
li.rslides {
	text-align: center;
	margin: 0;
	padding: 0;
}
.ccm-image-slider-text {
  padding-top: 5px !important;
}
/* Soial Links */
.ccm-block-social-links {
	font-size: 120%;
}
/* ~~ Sponsoren ~~ */
.flex {
    display: flex;
	flex-wrap: wrap;
  	justify-content: space-between;
	justify-content: flex-start;
	margin: -20px -20px 20px;
}
.flex a {
    width: 50%;
	border: 20px solid #141414;
	background: #39F;
}
.flex a img {
  transition: filter .1s ease-in-out;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.flex a img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
	opacity: 0.5;
}
.ccm-edit-mode .flex img {
    width: 200px;
}

/* ~~ Featured Link ~~ */
.ccm-block-feature-link a {
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	margin: 25px 0;
	border: #9CF 1px solid;
	font-weight: bold;
}
.ccm-block-feature-link a:hover,
.ccm-block-feature-link a:active,
.ccm-block-feature-link a:focus {
	border: #FFF 1px solid;
	background: #FFF;
	color: #141414;
}
.ccm-block-feature-link .me-3 {
	margin-right: 10px;
}

/* ~~ Twint ~~ */
.size-large {
  padding: 0 !important;
}

/* ~~ Spaltenlayout ~~ */
.ccm-layout-column-wrapper {
    display: flex;
    flex-wrap: nowrap;
  	justify-content: space-between;
	gap: 40px;
	margin: 0 -40px;
}
@media (min-width: 800px) {	
.logo {
	width: 400px;
	padding: 20px 40px;
}	
/* ~~ Sponsoren ~~ */
.flex a {
    width: 33.333%;
}
/* ~~ Footer ~~ */		
.footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .item {
	width: auto;
	max-width: 30%;	
}	
.footer .item:first-of-type {
	width: 100%;
	max-width: none;
}
/* ~~ Sponsoren ~~ */
.flex a {
    width: 33.333%;
}
}
@media (min-width: 1024px) {
.navigation {
	display: block;
	width: calc(100% - 350px);
	padding-top: 45px;
	text-align: center;
}	
.navigationmobile {
	display: none;
}	
.ccm-layout-column {
	width: 45% !important;
}
h1 {
	font-size: 220%;
}
h2 {
	font-size: 160%;	
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
/* ~~ Sponsoren ~~ */
.flex a {
    width: 25%;
}	
}
@media (min-width: 1240px) {
h1 {
	font-size: 260%;
}
h2 {
	font-size: 180%;	
}
.rechts {  
	float: right;
	width: 30%;
}
.links { 
	float: left;
	width: 60%;
}
/* ~~ Sponsoren ~~ */
.flex a {
    width: 20%;
}
}
@media (min-width: 1400px) {
	/* ~~ Footer ~~ */	
.footer {
	gap: 50px;
	justify-content: space-around;
}
.footer .item:first-of-type {
	width: auto;
}
}
@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;
	}	
}