@charset "utf-8";
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font: 100%/1.6 'Libre Franklin', sans-serif;
	background: #0071ba;
	margin: 0;
	padding: 0;
	color: #0071ba;
}

/* ~~ Element-/Tag-Selektoren ~~ */
.cke_contents h1, .cke_contents h2, .cke_contents h3, .cke_contents h4, .cke_contents h5, .cke_contents h6 {	
	line-height: 1.2 !important;
}
.contentbox h1, .contentbox h2, .contentbox h3, .contentbox h4, .contentbox h5 {	
	line-height: 1.2;
	font-weight: 800;
}
.contentbox h6 {	
	line-height: 1.2;
	font-weight: 400;
}
h1 {
	font-size: clamp(1.5rem, 0.64rem + 4.31vw, 2.5rem);
	margin-bottom: 40px;
	text-align: center;
}
h2 {
	font-size: clamp(1.4rem, 1.19rem + 1.03vw, 2rem);
	margin-bottom: 25px;	
}
h3 {		
	font-size: clamp(1.2rem, 1.10rem + 0.52vw, 1.5rem);
	margin-bottom: 20px;	
}
h4 {	
	font-size: clamp(1.1rem, 1.03rem + 0.34vw, 1.3rem);
	margin-bottom: 20px;
}
h5, h6 {	
	font-size: clamp(1.1rem, 1.03rem + 0.34vw, 1.3rem) !important;
	margin-bottom: 15px !important;
}
.cke_contents h1 {
	font-size: clamp(1.5rem, 0.64rem + 4.31vw, 2.5rem) !important;
	margin-bottom: 40px !important;
	font-weight: 800 !important;	
}
.cke_contents h2 {
	font-size: clamp(1.4rem, 1.19rem + 1.03vw, 2rem) !important;
	margin-bottom: 25px !important;	
	font-weight: 800 !important;	
}
.cke_contents h3 {		
	font-size: clamp(1.2rem, 1.10rem + 0.52vw, 1.5rem) !important;
	margin-bottom: 20px !important;	
	font-weight: 800 !important;	
}
.cke_contents h4 {	
	font-size: clamp(1.1rem, 1.03rem + 0.34vw, 1.3rem) !important;
	margin-bottom: 20px !important;
	font-weight: 800 !important;	
}
.cke_contents h5 {	
	font-size: clamp(1.1rem, 1.03rem + 0.34vw, 1.3rem) !important;
	margin-bottom: 15px !important;
	font-weight: 800 !important;	
}
.cke_contents h6 {	
	font-size: clamp(1.1rem, 1.03rem + 0.34vw, 1.3rem) !important;
	margin-bottom: 15px !important;
	text-transform: none !important;
	font-weight: 400 !important;
}
.slider h1 {
	background: #78B3E0;
	color: #FFF;
	border-top: #FFF 2px solid;
	font-size: clamp(1.5rem, 0.64rem + 4.31vw, 2.5rem);
	text-transform: uppercase;
	line-height: 1.0;
	margin: 0;
	padding: 30px 20px;
	text-align: center;
}
.slider h2, .slider h3, .slider h4, .slider h6 {
	background: #78B3E0;
	color: #FFF;
	border-top: #FFF 2px solid;	
	font-size: 200%;
	line-height: 1.0;
	margin: 0;
	padding: 30px 0;
	text-align: center;
}
p {
	margin-bottom: 25px;	
}
p + h2, p + h3, p + h4, p + h5 {
	padding-top: 10px;	
}
.footer p {
	margin-bottom: 15px;	
}
.contentbox ul, .contentbox ol, .contentbox img {
	margin-bottom: 25px;
}
.contentbox p + ul, .contentbox p + ol {
	margin-top: -20px;
}
.contentbox li {
	margin-left: 18px;
}
img { 
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a img { 
	border: none;
}
.contentbox a {
	color: #00A0E3;
	text-decoration: none;
}
.contentbox a:hover, .contentbox a:active, .contentbox a:focus {
	color: #F22428;
}
.footer a {
	color: #c6e2f7;
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
	color: #FFF;
}

/* ~~ Layout ~~ */
.container {
	width: 90%;
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.full {
	width: 100%;
}
.main {
	width: 100%;
}
.sidebar {
	width: 100%;
	text-align: center;
}
.header {
	padding: 10px 0;
	z-index: 999;
	background: #0071ba;	
}
.inhalt {
	text-align: center;
	hyphens: auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;	
}
.header .flex {
	justify-content: center;		
}
.footer .flex {
	justify-content: space-between;		
}
.contentbox .flex {
	justify-content: flex-start;		
}
.logo {
	width: 200px;
	padding: 10px 0;
}
.slider {
	background: #FFF;	
}
.contentbox {
	background-color: #FFF;	
	padding: 40px 0;
}
.contentbox .flex .box {
    width: 100%;
}
.footer {
	padding-top: 30px;
	color: #FFF;
}
.footer .flex .box {
    width: 100%;
	margin-bottom: 25px;
}

/* ~~ Hamburger ~~ */
#hamburger {
display: block;
cursor: pointer;
position:absolute;
left:20px;
top:15px;
}
.bar1, .bar2, .bar3 {
width: 35px;
height: 4px;
background-color:#FFF;
margin: 8px 0;
transition: 0.4s;
}
.change .bar1 {
transform: rotate(-45deg) translate(-10px, 13px) ;
}
.change .bar2 {
opacity: 0;
}
.change .bar3 {
transform: rotate(45deg) translate(-4px, -7px) ;
} 

/* ~~ Navigation ~~ */
nav.navi {
    display: none;
    margin-top: 0;
    position: absolute;
	width: 100%;
    height: auto;
    background-color: #0071ba;
    border: 0;
    right: 0;
	left: 0;
    top: 70px;
	padding: 20px;
    z-index: 10;
	text-transform: uppercase;
}
.show {
    display: block !important;
}


/* ~~ Navigation ~~ */
nav ul.nav {
	position: relative;
	list-style: none;	
}
nav ul.nav li {
	display: block;
	text-align: center;
}
nav ul.nav li a {
	display: block;
	color: #FFF;
	font-weight: 700;
	text-decoration: none;	
	padding: 10px;
}
nav ul.nav li a:hover, nav ul.nav li a:active, nav ul.nav li a:focus {
	color: #b5e0fb;
	text-decoration: none;	
}
nav ul.nav li a.nav-path-selected {
	color: #b5e0fb;
	text-decoration: none;	
}
nav ul.nav ul {
	margin-top: -7px;
}
nav ul.nav li li a {
	font-weight: 400;
	padding: 0 10px 5px;
}

/* ~~ Slider ~~ */
.ccm-image-slider {
	overflow: hidden;
}
.ccm-image-slider-inner ul.rslides {
	margin: 0;
}
.ccm-image-slider-inner ul.rslides li {
	height: 50vh;
	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 {
	width: 100% !important;
	top: 40% !important;
	color: #FFF;
	text-align: center;
	font-size: 120%;
	text-shadow: 0px 0px 5px #000;		
}
.ccm-image-slider-text h2 {
	font-size: 170%;
	text-transform: uppercase;	
	margin-bottom: 0;
}
.rslides_tabs {
	text-align: center;
	position: relative;
	z-index: 998;
	margin-top: -40px;
}
.rslides_tabs li{
    heigt: 40px;
}
.rslides_tabs li a {
    background: transparent !important;
	border: #fff 2px solid;
}
.rslides_tabs li.rslides_here a {
    background: #FFF !important;
	border: #fff 2px solid;	
}

/* ~~ Accordion ~~ */
p.accordion-header {
	margin: 0;
}
.accordion-button {
  	font-weight: 700 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 120% !important;
  	color: #FFF !important;
	cursor: pointer;
	background: #00A0E3 !important;	
	border-radius: 4px !important;
	padding: 10px 20px !important;
	outline: none !important;
}
.accordion-button:hover {
	background: #0071ba !important;
}	
.accordion-button:focus {
	box-shadow: none !important;
	background: #0071ba !important;	
	border-radius: 4px 4px 0 0 !important;	
}
.accordion-button::after {
  background-image: url("img/down.svg")!important;
}
.accordion-collapse.collapse {
	display: none;
} 
.accordion-collapse.collapse.show {
	display: block;
}	
.accordion-body {
	padding: 20px 20px 1px !important;
	background: rgba(0,113,186,0.2)
}
.accordion-item {
	text-align: left;
  	color: #0071ba !important;
	margin-top: 10px !important;
}

/* ~~ Magic Tabs ~~ */
.inhalt div.jl_magic_tabs {
	padding-bottom: 10px;
}
.inhalt ul.nav.jl_magic_tabs {
	list-style: none !important;
	margin: 0;
	padding: 0;
	max-width: none;
}
.inhalt div.ccm-ui .nav a.nav-link {
  	color: #FFF !important;
	background-color: #00A0E3;
	font: 120%/1.0 'Oswald', sans-serif !important;
  	font-weight: 700 !important;
	padding: 12px 15px 7px !important;
	display: flex !important;
	justify-content: space-between;
	border-radius: 4px !important;
}
.inhalt .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 {
	padding: 0 !important;
	margin-top: -3px;
}
.inhalt .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.active::after {
	margin-top: -8px;
}
.inhalt div.ccm-ui .nav a.nav-link:hover, .inhalt div.ccm-ui .nav a.nav-link:active, .inhalt div.ccm-ui .nav a.nav-link:focus, .inhalt div.ccm-ui .nav a.nav-link.active {
  	color: #FFF !important;
	background-color: #0071ba !important;
  	font-weight: 700 !important;	
}
.inhalt div.ccm-ui .nav a.nav-link.active {
	padding: 12px 15px !important;
}
.inhalt div.ccm-ui .nav-tabs, .inhalt div.ccm-ui .nav-tabs .nav-link {
  border-width: 0 !important;
	border-radius: 0 !important;
}

/* ~~ Datei ~~ */
.ccm-block-file {
	display: inline-block;
	margin-bottom: 30px;	
}
.ccm-block-file a {
	padding: 10px 20px;
	background: #00A0E3;	
	color: #FFF;	
	font-weight: 700;
	border-radius: 4px;
}
.ccm-block-file a:hover, .ccm-block-file a:active, .ccm-block-file a:focus {
	background: #0071ba;
	color: #FFF;		
}

/* ~~ Vorstand ~~ */
.teambox.flex {
	margin: 0px -40px 20px;
	justify-content: center;
}
.teambox.flex .member {
	width: 100%;
	padding: 20px 40px;
}
.teambox.flex .member .bild img {
	width: 90%;
	max-width: 350px;
	border-radius: 50%;
}

/* ~~ Kalender ~~ */
.fc-state-default {
  background-color: #FFF !important;
  background-image: none !important;
  border-color: #00A0E3 !important;
  box-shadow: none !important;
  color: #00A0E3 !important;
  text-shadow: none !important;
}
.fc-state-default:hover {
  background-color: #00A0E3 !important;
  color: #FFF !important;
}
.fc-toolbar {
  	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fc-left {
	float: none !important;
  	display: flex;
	justify-content: center;
}
.fc-center {
  	display: flex !important;
	justify-content: center;
	padding-top: 10px;
}
.fc-unthemed .fc-list-view {
  border-color: transparent !important;
}
table.fc-list-table {
	display: block;
  	border: #00A0E3 2px solid !important;
	border-top: none !important;	
	border-radius: 4px;
}
.fc-unthemed tbody {
	display: block;	
  	border: none !important;
	width: 100%;
}
.fc-list-table td {
  padding: 5px 14px !important;
}
.fc-unthemed .fc-list-heading td {
  border-top: #00A0E3 2px solid !important;
	background: #c6e2f7 !important;
}
.fc-unthemed td {
	border-color: #c6e2f7 !important;
}
.fc-list-heading td {
  font-weight: 600 !important;
}
tr.fc-list-heading {
	display: block;
	width: 100%;
}
td.fc-widget-header {
	display: flex;
}
tr.fc-list-item {
	display: table;
	width: 100%;
}
tr.fc-list-item td.fc-list-item-time {
	width: 100px;
	padding-right: 0 !important;
}
.fc-list-heading-main {
	order: 2;
	margin-left: 5px;
}
.fc-list-heading-alt {
	order: 1;
}
.fc-list-heading-alt::after {
	content: " - "
}
.fc-list-item {
	cursor: pointer;
	border-color: #00A0E3 !important;
}
.fc-list-item:hover, .fc-list-item:active, .fc-list-item:focus {
	color: #FFF;
}
.fc-list-item a:hover, .fc-list-item a:active, .fc-list-item a:focus {
	color: #FFF;
	text-decoration: none !important;
}
.fc-list-item:hover td.fc-widget-content, .fc-list-item:active td.fc-widget-content, .fc-list-item:focus td.fc-widget-content {
  	background: #00A0E3 !important;
}
.fc-list-item:hover .fc-event-dot, .fc-list-item:active .fc-event-dot, .fc-list-item:focus .fc-event-dot {
  background: #FFF !important;
}
.fc-ltr .fc-list-item-marker {
  padding-right: inherit !important;
}
.fc-widget-content {
	padding-bottom: 30px;
}	
.fc-unthemed .fc-list-empty {
  background-color: #FFF !important;
	padding: 5px;
	border: #00A0E3 2px solid !important;
	border-radius: 4px;
}

/* ~~ Grand Gallery ~~ */
img.gg-image {
	margin: 0;
}
/* ~~ Formular ~~ */
.ccm-block-type-form input, .ccm-block-type-form textarea {
   	appearance: none;	
    display: block !important;
    padding: 5px 10px !important;
    font-size: inherit !important;
    line-height: inherit !important;
	width: 100%;
	background: #78B3E0;
	border: #c6e2f7 1px solid;
	border-radius: 2px;
	color: #FFF;
}
.ccm-block-type-form .form-control:focus {
	outline: none;
	background-color: #638fb1;
}
.ccm-block-type-form .form-check {
	display: flex;
	flex-direction: row;
}
.ccm-block-type-form input[type="checkbox"] {
	display: inline-block !important;
   	width: 30px; 
   	height: 30px; 
	border-radius: 60px;
}
input[type=checkbox]:checked {
   	background-image: url(img/haekchen.svg);
	background-size:cover;	
}
.ccm-block-type-form .form-group label.form-check-label {
  	display: inline-block;
	margin-left: 10px;
}
.ccm-block-type-form .fields {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.ccm-block-type-form .form-group {
  width: 100%;
	padding-bottom: 10px;
}
.ccm-block-type-form .form-group label.control-label {
  font-weight: 400 !important;
}
.ccm-block-type-form .form-group:first-of-type label.control-label {
  display: none;
}
.ccm-block-type-form .alert {
	padding: 20px;
	margin-bottom: 25px;	
	text-align: center;
	font-weight: 700;
	color: #FFF;
}
.ccm-block-type-form .alert.alert-danger {
	background-color:#cc0000;
} 
.alert.alert-success {
	background-color: #090;
	color: #FFF;
	text-align: center;
} 
textarea {
	height: 150px;
	font-family: 'Roboto', sans-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(255,255,255,1.00) !important;
	font-weight: 400;
}
img.ccm-captcha-image {
	margin: 10px 0;
}
input.ccm-input-captcha {
	width: 190px;
}
.ccm-block-type-form .btn.btn-primary {
	color: #0071ba;
	background-color: #c6e2f7;
    text-decoration: none;
    text-align: center;
    display: block;
	padding: 10px 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-size: 100%;
	cursor: pointer;
	width: auto;
	font-weight: 700;
}
.ccm-block-type-form .btn.btn-primary:hover, .ccm-block-type-form .btn.btn-primary:active, .ccm-block-type-form .btn.btn-primary:focus {
	background-color: #FFF;
	color: #0071ba;
}
/* ~~ Seitenliste ~~ */
.ccm-block-page-list-pages.list {
	border: #00A0E3 2px solid;
	border-radius: 4px;	
  	margin-bottom: 30px;
}
.ccm-block-page-list-pages.thumb {
  	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -15px;
	hyphens: none;
}
.ccm-block-page-list-page-entry {
	display: flex;	
	flex-wrap: wrap;
	width: 100%;
	border-top: #00A0E3 2px solid;
	margin: 0 !important;
}
.ccm-block-page-list-pages.list .ccm-block-page-list-page-entry:first-of-type {
	border-top: none;
}
.list .ccm-block-page-list-date {
	display: block;
	text-align: right;
	padding: 5px 15px;
	border-right: none;
	width: 130px;
	background: #c6e2f7;
	font-weight: 600 !important;
}
.full .ccm-block-page-list-title, .main .ccm-block-page-list-title {
	display: block;
	width: calc(100% - 130px);
	text-align: left;
}
.sidebar .ccm-block-page-list-title {
	display: block;
	width: 100%;
}
.full .ccm-block-page-list-title a, .main .ccm-block-page-list-title a {
	display: block;
	padding: 5px 15px;
}
.sidebar .ccm-block-page-list-title a {
	display: block;
	padding: 5px 10px;
}
.ccm-block-page-list-title a:hover, .ccm-block-page-list-title a:active, .ccm-block-page-list-title a:focus {
	background: #00A0E3;
	color: #FFF;
}
/* ~~ Seitenliste Thumbnail ~~ */
div.ccm-block-page-list-page-entry-horizontal {
 	display: block !important;
  	width: 100% !important;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
	margin: 15px !important;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
  	display: block !important;
  	width: 100% !important;
	aspect-ratio: 5 / 4;
	overflow: hidden;
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
 	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition-duration: .3s;	
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
  display: block !important;
  padding: 15px !important;
}
div.ccm-block-page-list-page-entry-horizontal a:hover img {
 	transform: scale(1.1);
	transition-duration: .3s;	
}
.thumb .ccm-block-page-list-date {
	display: block;
	padding-bottom: 5px;
	text-align: left;
	font-size: 85%;
	text-transform: uppercase;
}
.thumb .ccm-block-page-list-title {
	display: block;
	border: none;
	width: inherit;
	text-align: left;
	text-transform: uppercase;
	font-size: 115%;
}
.thumb a, .thumb a:hover, .thumb a:active, .thumb a:focus {
	color: #0071ba;
}

/* ~~ Sidebar-Navigation ~~ */
.inhalt ul.nav{
	list-style: none;
	margin: -5px 0 10px auto;
	max-width: 120px;
}
.inhalt ul.nav li {
	text-align: center;
	border-top: none;
	margin: 5px 0;
}
.inhalt ul.nav li a{
	display: block;
	padding: 5px;
	border: #00A0E3 2px solid;
	border-radius: 4px;	
}
.inhalt ul.nav li a:hover, .inhalt ul.nav li a:active, .inhalt ul.nav li a:focus, .inhalt ul.nav li a.nav-selected {
	background: #00A0E3;
	color: #FFF;
}

/* ~~ Vor/Zurück-Navigation ~~ */
.ccm-block-next-previous {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 30px;
	hyphens: none;
}
.ccm-block-next-previous .ccm-block-next-previous-previous-header {
	display: none;
}
.ccm-block-next-previous .ccm-block-next-previous-next-header {
	display: none;
}
.ccm-block-next-previous a {
	font-family: Courier New,Courier,monospace;
	font-size: 200%;
	line-height: 1.0;
	font-weight: 700;
  	height: 38px;
  	text-align: center;
	display: block;
	padding: 2px 15px;
	border: #00A0E3 1px solid;
	color: #00A0E3;
}
.ccm-block-next-previous a:hover, .ccm-block-next-previous a:active, .ccm-block-next-previous a:focus {
	background: #00A0E3;
	color: #FFF;
}
.ccm-block-next-previous-previous-link a {
	border-radius: 4px 0 0 4px;		
}
.ccm-block-next-previous-next-link a {
	border-radius: 0 4px 4px 0;	
	border-left: none;
}
p.ccm-block-next-previous-parent-link {
	margin-left: 20px;
}
.ccm-block-next-previous-parent-link a {
	font-family: inherit;
	font-size: inherit;	
	font-weight: inherit;
	padding: 11px 20px;
	border-radius: 4px;	
}
/* ~~ News ~~ */
.news {
	border: #78B3E0 2px solid;
	border-radius: 4px;
	padding: 25px 25px 10px;
	margin-bottom: 40px;
}
@media (min-width: 600px) {
.logo {
	width: 250px;
}
/* ~~ Hamburger ~~ */
#hamburger {
	top: 20px;
}	
}
@media (min-width: 800px) {
.header {
	position: fixed; 
  	top: 0;
	height: 85px;
	width: 100%;
}
.slider {
	margin-top: 85px;
}
.ccm-toolbar-visible .header {
	position: relative;
	height: auto;
}
.ccm-toolbar-visible .slider {
	margin-top: 0;
}
.main {
	width: 80%;
}
.sidebar {
	width: 15%;
}	
.footer .flex .box {
    width: 60%;
}
.footer .flex .box.last {
    width: 30%;
}
h1 {
	font-size: 240%;
}
/* ~~ Kalender ~~ */
.fc-toolbar.fc-header-toolbar {
  position: relative;
	height: 50px;
}
.fc-left {
	position: absolute;
	left: 0;
}
.fc-center {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 0;
}	
tr.fc-list-item td.fc-list-item-time {
	width: 120px;
	padding-right: inherit !important;
}
tr.fc-list-item td.fc-list-item-marker {
	width: 30px;
}	
/* ~~ Seitenliste Thumbnail ~~ */
div.ccm-block-page-list-page-entry-horizontal {
  	width: calc(50% - 30px) !important;
}		
/* ~~ Vorstand ~~ */
.teambox.flex .member {
	width: 50%;
}	
}
@media (min-width: 1024px) {
.main {
	width: 85%;
}	
.sidebar {
	width: 10%;
}	
/* ~~ Navigation ~~ */
nav.navi {
 	text-align: center;
}
.header nav ul.nav li {
  	display: inline-block;
	margin: 0 5px;
}	
/* ~~ Slider ~~ */
.ccm-image-slider-inner ul.rslides li {
	height: 80vh;
}
/* ~~ Vorstand ~~ */
.teambox.flex .member {
	width: 33.333%;
}	
/* ~~ Formular ~~ */
.ccm-block-type-form .form-group:first-of-type, .ccm-block-type-form .form-group:last-of-type {
  width: 100%;
}	
/* ~~ Kalender ~~ */
.fc-list-table tbody {
	display: flex;
	flex-wrap: wrap;
} 
tr.fc-list-heading {
	width: 280px;
}	
td.fc-widget-header {
  justify-content: flex-end;
}	
tr.fc-list-item {
	width: calc(100% - 280px);
}
.fc-list-table td {
  border-width: 2px 0 0 !important;
	border-color: #00A0E3 !important;
}		
}
@media (min-width: 1260px) {
.header {
	height: 90px;
	padding: 0;
}
.slider {
	margin-top: 90px;
}	
.ccm-toolbar-visible .header {
	height: auto;
}
.ccm-toolbar-visible .slider {
	margin-top: 0;
}	
.header .flex {
	justify-content: flex-end;		
}	
.logo {
	position: absolute;
	width: 300px;
	top: 12px;
	left: 30px;
}	
#hamburger {
	display: none;
}
nav.navi {
  display: block;
  margin-top: 0;
  position: relative;
  width: auto;
  height: auto;
  background-color: transparent;
  border: 0;
  right: inherit;
  left: inherit;
  top: inherit;
}	
.header nav ul.nav li {
	font-size: 110%;
}			
/* ~~ Seitenliste Thumbnail ~~ */
div.ccm-block-page-list-page-entry-horizontal {
  	width: calc(33.333% - 30px) !important;
}
}
@media (min-width: 1600px) {
.header .flex {
	justify-content: center;		
}
}
@media only screen and (max-width: 800px)  { 
.ccm-layout-column {
	width: 100% !important;
}
.ccm-layout-column-inner {
	margin: 0 !important;
	}	
}