@charset "utf-8";
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
	width: 100%;
}
body {
	font: 100%/1.6 'Roboto', sans-serif;
	color: #1d1d1b;	
	background-color: #FFF;
	background-image:url(img/fsgtop.gif); 
	background-position: center top; 
	background-repeat: no-repeat;
}
.ccm-page {
	
}
.cke_browser_gecko {
	font-family: 'Roboto' !important;
	color: #666 !important;
	line-height: 1.6 !important;
	font-size: 110% !important;
}

/* ~~ Element-/Tag-Selektoren ~~ */
img { 
	width: 100%;
	max-width: 100%;
	height: auto;
}
a img { 
	border: none;
}
h1 {
	font: 240%/1.2 'Oswald', sans-serif;
	font-weight: 400;	
	color: #006ab2;	
	margin-bottom: 25px;
	text-transform: uppercase;
}
h2 {
	font: 130%/1.2 'Oswald', sans-serif;	
	font-weight: 400;
	color: #006ab2;	
	margin-bottom: 10px;	
}
h3, h4, h5, h6 {
	font-size: 110%;	
	font-weight: 700;
	margin-bottom: 5px;	
}
a {
	outline: 0;	
}
.container a {
	color: #e50f2e;
	text-decoration: none; 
}
.container a:hover, 
.container a:active, 
.container a:focus { 
	color: #000;
}
.container p,
.container ul, 
.container ol {
	margin-bottom: 20px; 
}
.container li {
	margin-left: 18px; 
}
.footer .container a {
	color: #FFF; 
} 
.footer .container a:hover, 
.footer .container a:active, 
.footer .container a:focus { 
	color: #e50f2e;
}
img {
	vertical-align: bottom;
}
.footer em {
	font-style: normal;
	display: inline-block;
	width: 50px; 
}

/* ~~ Layout ~~ */
.container {
	width: calc(100% - 60px);
	max-width: 1280px;
	margin: 200px auto 30px;
}
.ccm-image-block {
	display: block;
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;	
}
.navi {
	display: block;
	width: 100%;
}
.contentbox {
	width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.desktop { 
	display: none;
}
.ccm-block-file a {
	display: block;
	padding: 5px 2px;
	border-bottom: #006ab2 1px dotted;
}

/* ~~ Gallery ~~ */
.ccm-block-gallery {
	margin: -5px -5px 25px;
}
.ccm-block-gallery .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.ccm-block-gallery a {
  	width: 50%;
	border: transparent 5px 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: 5 / 3;
}
.ccm-block-gallery .ccm-block-gallery-image img {
  	padding-top: 0 !important;
	aspect-ratio: 5 / 3;
	bottom: 0 !important;
  	left: 0 !important;
	right: 0 !important;
  	top: 0 !important;
	margin-bottom: 0;
}
.ccm-block-gallery .ccm-block-gallery-image-overlay-text {
	text-align: center;
	font-weight: 400 !important;
	padding: 10px;
}
.ccm-block-gallery a:before {
  content: url(img/lupe.svg);
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 2;
	scale: 0.2;
	opacity: 0;
	 -webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.ccm-block-gallery a:hover:before {
	scale: 1;
	opacity: 1;
}
.mfp-title {
  text-align: center !important;
}

/* ~~ Calendar ~~ */
div.ccm-block-calendar-event-list-event {
  padding-bottom: 5px !important;
}
.zeile {
	display: flex;
    flex-wrap: wrap;
	border-bottom: #006ab2 1px dotted;
	justify-content: space-between;
	padding-bottom: 5px;
}
.einzelanlass .zeile {
	justify-content: flex-start;
}
.flex-container {
	display: flex;
    flex-wrap: wrap;
}
.zwei {
	width: 100%;
}
.tag {
	width: 40px;
}
.tag.einzel {
	width: 100px;
}
.short {
	text-transform: uppercase;
}
.long {
	display: none;
}
.datum,
.zeit {
	width: 100px;
}
.datum.einzel {
	width: 120px;
}
.t0000 {
	display: none;
}
.title {
	font-weight: 700;
}
.ccm-block-calendar-event-list-event p {
	margin-bottom: 0;
}
@media (min-width: 500px) {
/* ~~ Calendar ~~ */
.zwei {
	width: calc(100% - 250px);
	justify-content: center;
}
}
@media (min-width: 600px) {
/* ~~ Calendar ~~ */
.short {
	display: none;
}
.long {
	display: inline-block;
}
.tag {
	width: 100px;
}
.zwei {
	width: calc(100% - 310px);
	justify-content: center;
}
}

@media (min-width: 1024px) {
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;	
}	
/* ~~ Layout ~~ */
.container {
	margin: 124px auto 30px;
}	
.navi {
	width: 180px;
}	
.contentbox {
	width: calc(100% - 250px);
	padding-top: 120px;
}
/* ~~ Gallery ~~ */
.ccm-block-gallery a {
  	width: 33.333%;
}
}
@media (min-width: 1240px) {
/* ~~ Spaltenlayout ~~ */
div.ccm-layout-column-wrapper {
	margin: 0 -30px 30px;
}
div.ccm-layout-column {
  padding: 0 30px;
}
}
@media (max-width: 1240px) {
/* ~~ Spaltenlayout ~~ */
div.ccm-layout-column {
  width: 100% !important;
	margin-bottom: 30px;
}
}
