/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('/theme/font/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/theme/font/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/theme/font/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/theme/font/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/theme/font/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/theme/font/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/theme/font/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/theme/font/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/theme/font/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/theme/font/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/theme/font/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/theme/font/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('/theme/font/ubuntu-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/theme/font/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/theme/font/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/theme/font/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/theme/font/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/theme/font/ubuntu-v20-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('/theme/font/ubuntu-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/theme/font/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/theme/font/ubuntu-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/theme/font/ubuntu-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/theme/font/ubuntu-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/theme/font/ubuntu-v20-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}



*, iframe * {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	color: #231F20;
	font-family: Trebuchet, "Trebuchet MS", Arial, Verdana,sans-serif;
	font-size: 18px;
}


h1 {
	font-size: 4em;
}

h2 {
	margin-bottom: .75em;
}

h3 {
}

@media screen and (max-width: 992px) {
	
	h1 {
		font-size: 3em;
	}
		
}

.bme-text {
}

.bme-text ul {
	
}

.bme-text ul li[style="text-align: center;"] {
	list-style-position: inside;
	padding-right: 2.778em;
}

.rotate {
  	-moz-transform: rotate(-179.9deg);
	-o-transform: rotate(-179.9deg);
	-webkit-transform: rotate(-179.9deg);
	-ms-transform: rotate(-179.9deg) !important;
	transform: rotate(-179.9deg);
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	zoom: 1;
	z-index: 1;
}

.clearfix:before,
.clearfix:after,
.container:after {
    content: "";
    display: table;
}

.clearfix:after, .container:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


img {
	max-width: 100%;
	height: auto;
}

a.logo
{
position:relative;
}

.logorow .col-md-5 {
text-align: right;
}

.logo img {
	width: 100%;
	max-width: 375px;
	height: auto;
	-webkit-font-smoothing: antialised;
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-font-smoothing: subpixel-antialiased;
	image-rendering: pixelated;
}

footer .logo img {
	max-width: 180px;
}


header .row > div
{
margin-bottom:0;
}

.sticky #header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width:100%;
}

svg[class^="icon"].iconArrowDown {
    width: .51em;
    height: 3.85em;
}

a { /* :not([href^="mailto:"]) */
	/*color: #993436;*/ /* dunkles rost-rot */
	color: #000;
	/*text-decoration: underline;
	border-bottom: 1px solid #6f0825;*/
	text-decoration: none;
}

a.logo {
	border: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

nav a {
	/*text-decoration: none;*/
	border-bottom: 1px solid transparent;
}

a[href^="mailto:"] {
	color: inherit;
	border-bottom: 1px solid transparent;
}

.pc a:not(.btn):hover {

}

.schnell {
	font-size: 2em;
	line-height: 1;
}
.schnell .halb {
	line-height: 1;
	font-size: .45em;
	margin-bottom:10px;
}

.logorow .schnell {
   	float: left;
    margin-right: 0;
   	margin-top: 17px;
}




.rotate {
	-moz-transform: rotate(-179.9deg);
    -o-transform: rotate(-179.9deg);
    -webkit-transform: rotate(-179.9deg);
    -ms-transform: rotate(-179.9deg) !important;
    transform: rotate(-179.9deg);
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    zoom: 1;
    z-index: 1;
}



/* ************************************ GRID *********************************** */

@media screen and (min-width: 768px) {
	.sameHeight, .sameHeight .row > div {
	    display: flex;
	}
	
	.sameHeight .row {
	    display: flex;
	    align-items: stretch;
	}
}

.container_full, .container {
	width: 100%;
	/*padding-right: 5px;
	padding-left: 5px;*/
}

.container {
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}

.clearfix:before,
.clearfix:after,
.container:after {
    content: "";
    display: table;
}

.container-fluid .container-fluid {
    padding: 0;
}



.clearfix:after, .container:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


.fbcontent .farbtab,.fbcontent div.poswahl {
	margin-bottom:10px;
}


.container_full.nopadding, .container.nopadding {
	padding: 0 !important;
}


.container-fluid.minh100 {
	min-height: 100vh;
	display: -ms-flexbox; /* IE 10 */
	display: flex;
}

.container-fluid.minh100 > .container,
.container-fluid > .bg_container > .introContainer.container { 
	display: -ms-flexbox; /* IE 10 */
	-ms-flex-direction: column; /* IE 10 */
	-ms-flex-pack: center; /* IE 10 */
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*height: 300px;*/
	min-height: 100vh;
}

.container-fluid > .bg_container .navi {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.mobile .container-fluid > .bg_container .navi {
	bottom: 8%;
}



/*
@media screen and (max-width: 1024px) {

	 .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	 	margin-bottom: 20px;
	 }
	 

}

@media screen and (max-width: 768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		margin-bottom: 20px;
	}
}
*/

/* ************************************ MENÃœS *********************************** */

#header #main_nav {
	text-align: center;
	/*padding: 30px 0;*/
}

#header ul, #header ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul.ebene1,#header ul.guinav-head-left,#header ul.guinav-head-right,#header ul.guinav-head-left li,#header ul.guinav-head-right li {
	display: inline-block;
}

#header ul.ebene1 > ul {
	display: none;
}

#header ul.ebene1 li {
	display: inline-block;
}

#header ul li a {
	display: block;
	padding: 0 10px;
	line-height: 2em;
	color: inherit;
}

.pc #header ul li a:hover,
.pc #footer ul li a {
	color: inherit;
}

@media screen and (max-width: 991px) {
	
	#header ul.ebene1 li {
		display: block;
		font-size: 2em;
	}
	
}

	#header #main_nav {
		text-align: left;
		display: none;
		position: absolute;
		background-color: #fff;
		width: 100%;
		z-index: 5700;
	}


#footer ul, #footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}


#footer ul li a {
	color: inherit;
}

#footer ul li {
	display: block;
}

/* ************************************ SANDWICH *********************************** */

/*@media screen and (min-width: 992px) {
	
	#sandwich {
		display: none;
	}
}*/

#sandwich {
	display: block;
	width: 38px;
	height: 30px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	/*left: 0;*/
	right:0;
	margin: 10px;
/*	margin-left: -15px; */
	margin-top: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	cursor: pointer;
	z-index: 1000;

	
}

#sandwich span {
	display: block;

	position: absolute;
	height: 4px;
	width: 44px;
	/*width: 42px;*/

	opacity: 1;
	left: 15px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color: #303436;
	/*background-color: #2774b9;*/
}

#sandwich span:nth-child(1) {
	top: 12px;
}

#sandwich span:nth-child(2) {
	top: 28px;
	/*display: none;*/
}

#sandwich span:nth-child(3) {
	top: 44px;
}

#sandwich.open span:nth-child(1),
#sandwich.open span:nth-child(3) {
	top: 25px;
}

#sandwich.open span:nth-child(1) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color: #CAC8C8;
}


#sandwich.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

#sandwich.open span:nth-child(3) {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #CAC8C8;
}


/* ************************************ FOOTER *********************************** */

.container-fluid.bigfont .row h1, .container-fluid .row h2.big {
    font-size: 3.6rem;
    line-height: 1.25;
    margin-bottom: 30px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
	.container-fluid.bigfont .row h1, .container-fluid .row h2.big {
		font-size: 1.6rem;
	}
}

/* ******************************** SOCIAL MEDIA ******************************* */

.smedia {
	margin: 0 -8px;
}

.smedia .social {
	display: inline-block;
	padding: 0 8px;
}

.smedia .social a {
	color: #000;
	border: none;
	font-size: 1.2em;
	transition: all .25s ease;
}

.pc .smedia .social a:hover {
	color: #33AFB5;
}




.section.full {

	width: 100vw;
	height: 100vh;
}

header.h100p, header .hmax {
	/*height:100%;*/
	/*height:100vh;
	width: 100vw;*/
}

header .bigfont h2, header h1 {

	font-size: 3.6rem;
	margin-bottom:4em;
	font-weight:bold;
}
	
.vmiddle {
	display: -ms-flexbox; /* IE 10 */
	-ms-flex-direction: column; /* IE 10 */
	-ms-flex-pack: center; /* IE 10 */
	display: flex;
	flex-direction: column;
	justify-content: center;
}


div.center {
	text-align: center;
}

.grad360 {
	padding-left: 100px;
	padding-right: 100px;
}

.linkonly .row .col-sm-3 ~
.col-sm-6, .linkonly .row .col-sm-12 {
	text-align: left;
}

.stacktable.small-only {
	display: none;
	font-size: .8em;
}


.fullback.h200 {
	min-height: 200px;
}

.fullback.h300 {
	min-height: 300px;
}

.fullback.h400 {
	min-height: 400px;
}

.fullback.h500 {
	min-height: 500px;
}



.container-fluid .cell {
	min-height: 1em;
	display: table-cell;
	vertical-align: middle
}


.container-fluid .row h2 {
	margin-top: 0;
}

.container-fluid.bigfont .row h2 {
	margin-bottom: 20px;
	text-align: center;
}

.container-fluid.buttonback .row h2 {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	/* text-shadow: 0 0 2px #666; */
	font-weight: 300;
	padding-left: 10px !important;
	padding-right: 20px !important;
	text-align: center !important;
}

.container-fluid.buttonback .fal:before, .container-fluid.buttonback .fal {

}

.container-fluid.buttonback .row .fal, .ytlinkwrap .fal {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	color: #fff;
	/* text-shadow: 0 0 2px #666; */
}

.ytlinkwrap {
	position: relative;
}

.container-fluid.kopfbild {
	position: relative;
	margin-bottom: 0;
}

.bg_container.kopf {
	position: relative;
	z-index: 30;
}

.container-fadein {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


.container-fluid .textwrap {
	padding: 10px 20px 0 20px;
}


.clear {
	clear: both;
}

img.w100 {
	width: 100%;
	height: auto;
}

.main {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: .025em;
}

.container-fluid .bg_container {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	
}

.container-fluid.fullback, .container-fadein {
	background-size: cover;
	background-color: #000;
	margin-bottom: 10px;
	padding: 0;
	background-position: 50% 50%;
	background-attachment: fixed;
	/* text-shadow: 0 0 2px #666; */
}


.container-fluid.fullback .container {
	padding: 20px 20px;
}

.container-fluid.fullback.darker .bg_container {
	background-color: rgba(0,0,0,.70);
}

.container-fluid.fullback.dark .bg_container {
	background-color: rgba(0,0,0,.50);
}

.container-fluid.fullback.prx {
	background-position: 50% 0%;
}


.container-fluid.fullback, .container-fluid.fullback a {
	color: #fff;
}
.container-fluid.fullback.dark, .container-fluid.fullback.dark a {
	color: #000003;
}

.container-fluid.fullback .row > div {
	margin-bottom: 0;
}

.container-fluid.fullback.imgonly {
	padding: 0;
}

.container-fluid .nurtext div, .nurtextnormal h3 {
	text-align: center;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h2.center {
	text-align: center;
}

}


.nopadding {
	padding: 0;
}



.js .nurtext.tabelle .textwrap > table, .js .nurtext.tabelle .textwrap .tabwrap > table {
	margin-bottom: 20px;
}
.js .nurtext.tabelle .textwrap {
	padding: 0;
}

.js .nurtext.tabelle .tabwrap {
	display: none;
}

.mehrlesen {
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}

.fancybox-content {
	max-width: 80%;
}

.fbtab td, .tabelle td {
	border: 1px solid #000003;
	padding: 10px;
}

.fbtab > thead, .tabelle .textwrap > table > thead, .fbtab > thead, .tabelle .textwrap > .tabwrap > table > thead {
	background-color: #eeeeee;
	font-weight: bold;
	text-align: center;
}

.fbtab td > table td, .tabelle td > table td {
	border-right: 0;
	border-left: 0;
}

.fbtab td > table tr:first-child td, .tabelle td > table tr:first-child td {
	border-top: 0;
}

.fbtab td > table tr:last-child td, .tabelle td > table tr:last-child td {
	border-bottom: 0;
}

.container-fluid.linkonly .row > div.downloadliste.alternativ {
	text-align: left;
}

.container-fluid.linkonly .row > div.downloadliste.alternativ > div {
	margin-bottom: 20px;
}

.container-fluid.linkonly .row > div.downloadliste.alternativ > div {
	padding-left: 1em;
	padding-right: 1em;
}

.downloadliste.alternativ a {
	color: #000003;
	text-decoration: none;
	text-align: left;
}

.downloadliste.alternativ .fal {
	position: absolute;
	left: -1em;
	top: .3em;
}

.downloadliste.alternativ a {
	position: relative;
}

#footer .mynav .ebene2 {
	border-top: 1px solid #000;
}


.container-fluid.bigfont .row h1 {
	text-align: center;
	font-size: 2.8em;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 600;
}




.buttonback .row a figure {
	z-index: 100;
}
.buttonback .row a h2 {
	z-index: 200;
}

.row a figure, .buttonback .row a h2 {
	position: relative;
}

.row a figure .moimg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.row a figure .moimg, .buttonback .row a h2 {
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-o-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
}

.buttonback .row a h2 {
	opacity: 1;
}

.buttonback .row a:hover h2 {
	opacity: 0;
}

.row a:hover figure .moimg {
	opacity: .95;
}

.container-fluid figure img {
	width: 100%;
}

.reel {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
}

.reel .zoom, .reel .turn {
	z-index: 200;
}

.reel .zoom::after, .reel .turn::after {
font-family: "Font Awesome 5 Free";
	content: "\f06e";
	font-size: 2em;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
	cursor: pointer;
}

.reel .turn::after {
	content: "\f021";
	bottom: 1.5em;
	cursor: pointer;
}

.fancybox-stage .reel {
	width: 100%;
	height: auto;
}

.container-fluid .col-sm-3 ~ .col-sm-6 .textwrap,.container-fluid .col-sm-2 ~
.col-sm-8 .textwrap {
	padding: 0;
	padding: 0;
}


.nurtext.tabelle .textwrap {
	position: relative;
}


.container-fluid.smallfont {
	font-size: .8em;
	line-height: 1.5em;
}

h1.smallfont, .container-fluid.bigfont .row h1.smallfont {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 0.2em;
}

h2.unbold {
	font-weight: 300;
}

.bgcol1 {
	background-color: #d0d2d1;
}

.back {
	padding-top: 60px;
	padding-bottom: 50px;
}

.container-fluid .container .newss .linkzeile, .container-fluid .container .messens .linkzeile {
	padding-top: 15px;
}


.col-xs-12.col-sm-8 figure ~
.textwrap {
	margin-top: 15px;
}


/* ************************ Bild / Link / Text / Video 4-spalt ********************** */

.container-fluid.buttonback .row h2 {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.container-fluid.buttonback .row h2 {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: 0 0 2px #666;
    /*font-weight: 300;*/
    padding-left: 10px !important;
    padding-right: 20px !important;
    text-align: center !important;
    z-index: 200;
}

.buttonback .row a h2 {
    opacity: 1;
}

.pc .buttonback .row a:hover h2,
.pc .buttonback .row div div:hover h2 {
    opacity: 0;
}

.row a figure, .row div div figure, .buttonback .row a h2 {
    position: relative;
}

.buttonback .row a figure,
.buttonback .row div div figure  {
    z-index: 100;
}

figure {
    margin: 0;
}

.container-fluid figure img {
    width: 100%;
}

.container-fluid.buttonback .row > div {
    text-align: center;
}

.row a figure .moimg, 
.row div div figure .moimg,
.buttonback .row a h2 {
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

.row a figure .moimg,
.row div div figure .moimg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.pc .row a:hover figure .moimg,
.pc .row div div:hover figure .moimg {
    opacity: .85;
}


.pc figure.image:hover .etext-wrap, 
.pc h2:hover + figure.image .etext-wrap {
    max-height: 100%;
    padding: 10px;
    opacity: 1;
}

figure.image .etext-wrap {
    padding: 10px;
    max-height: 0;
    transition: all 1s;
    overflow: hidden;
    opacity: 0;
}


.etext-wrap {
    position: absolute;
    bottom: 0;
    background-color: RGBA(255,255,255,.90);
    width: 100%;
}

.container-fluid.buttonback .row .fas, .ytlinkwrap .fas {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 2000;
}

/* ************************ KLAPPLISTE ********************** */

a.btn {
    border-radius: 20px;
    background-color: #993436;
    color: #fff;
}

.pc a.btn:hover {
	color: #fff;
}

.klappliste .klapptitel {
    /*font-weight: 600;*/
    /* color: #771e3a; */
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 1.25em;
}


.klappliste ol .klapptitel:before {
    /*counter-increment: list;
    content: counter(list)'.';*/
   	content: '+';
   	padding-right: .5em;
    display: inline-block;
}

.klappliste ol .klapptitel.open:before {
	content: '-';
	
}

.klappliste ol {
    list-style: none;
    counter-reset: list;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
}

.klappliste ol li {
	padding: 15px;
	border-bottom: 1px solid #000;
}

.klappliste ol li:last-child {
	border-bottom: none;
}	


.klapptitel p {
    display: inline-block;
    padding: 0;
    line-height: 1.5em;
    margin: 0;
}

.klappliste h2 {
	margin-bottom: 50px;
}

.klappliste .klapptext {
    font-weight: normal;
    color: #000;
	display: none;
	padding: 10px 0;
}

.noscript .klappliste .klapptext {
	display: inherit;
}





/* ************************************* SLIDER ************************************* */


.slidebox {
display: -ms-flexbox;
	display: flex;
	
	align-items: stretch;
	position: relative;
}

.slidebox .slidenav {
	display: -ms-inline-flexbox;
	display: inline-flex;
}


.slidebox .slide figure {
	display: block;
}

.slidebox .slide .img {
	display: inline-block;
	overflow: hidden;
	margin-bottom:10px;
}

.slidebox .slide .img img {
	display: block;
    width: auto;
    height: auto;
}

.slidebox nav {
	/*width: 5%;
	display: inline-block;*/
}

.slidebox .vor,
.slidebox .zurueck {
	width: 100%;
	cursor: pointer;
	position: relative;
}

.slidebox .vor {
	text-align: left;
}
.slidebox .vor i {
	left: 5px;
}

.slidebox .zurueck {
	text-align: right;
}

.slidebox .zurueck i {
	right: 5px;
}

.slidebox .vor i,
.slidebox .zurueck i {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.slidebox .slidewrap {
	width: 100%;
	overflow: hidden;
	height: auto;
	display: inline-block;
}

.slidebox .slidewrap .slide {
	display: inline-block;
	padding: 50px 0;
}


.slidebox .kugeln {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 50px;
}

.slidebox .kugeln .kugel {
	width: 16px;
	height: 7px;
	background-color: rgba(255,255,255,.5);
	display: inline-block;
	margin: 0 8px;
	cursor: pointer;
}

.slidebox .kugeln .kugel.aktiv {
	background-color: rgba(255,255,255,1);
}




/* ******************* FADE *************** */

.slidebox.fade_ani .slider{
	position: relative;
}

.slidebox.fade_ani .slide {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.slidebox.fade_ani .slide.aktiv {
	display: inline-block;
} 

/* ******************* INFINITE *************** */

.slidebox.infinite_ani .slider{
	
}

.slidebox.infinite_ani .slide {
	
}

.slidebox.infinite_ani .slide.aktiv {
	
} 


/* ************************************ LINKBLÃ–CKE *********************************** */

.lblock .textwrap {
	display: block;
	text-decoration: none;
	border: none;
}


.lblock .icon {
	font-size: 5em;
}

.lblock .text {
	
}

@media screen and (max-width: 768px) {
	.lblock .textwrap {
		height: 19em;
		padding: 5px 12px 0 12px;
	}
	
	.lblock .icon {
		font-size: 3.5em;
	}
}

/* ************************************ FANCYBOX *********************************** */

.fancybox-wrap {
	width: 96%;
	max-width: 920px;
}


/* ************************************* IPHONE ************************************* */

/* 
   Remove telephone style on iphones 
   https://stackoverflow.com/questions/3736807/how-do-i-remove-the-blue-styling-of-telephone-numbers-on-iphone-ios
*/
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: 1em !important;
	font-family: inherit !important;
	font-weight: 400 !important;
	line-height: inherit !important;
}

/*
#footer a[href^=tel] {
	color: #fff !important;
}
*/

/* ********************** FOCUS OUTLINE ********************* */

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) img:focus,
body:not(.user-is-tabbing) a img {
	outline: none;
}

#main_nav li.aktiv a
{
    border-bottom-color: inherit;

}
#main_nav li.aktiv a:hover
{
/* text-decoration:none; */
}





/* ************************************ Galerie **************************************** */

.galeriebox {
	overflow: hidden;
	position: relative;
    padding-bottom: 50px;
    font-size: 0.8em;
}

.galeriebox .slidebox {
	overflow: hidden;
}

.galeriebox .slidebox .slide {
	float: left;
}

.galeriebox .slidebox .slide .block {
	float: left;
	width: 50%;
}

.galeriebox .slidebox .slide .block figcaption {
	/*padding-top: 20px;*/
	/*font-size: 0.8em;*/
}

.block .img {
	position: relative;
}

.block .img img {
	width:100%;
	}

.block .fal.fa-play {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 0 0 2px #666;
    
}

body.tablet .galeriebox .slidebox .slide .block:nth-child(odd),
body.pc .galeriebox .slidebox .slide .block:nth-child(odd) {
	padding-right: 5px;
}

body.tablet .galeriebox .slidebox .slide .block:nth-child(even),
body.pc .galeriebox .slidebox .slide .block:nth-child(even) {
	padding-left: 5px;
}

.galeriebox .slide .img,.galeriebox .slide .img img
{
width:100%;
}

.galeriebox .slidenav {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.galeriebox .slidenav div {
	display: inline-block;
	
}

.galeriebox .slidenav .vor,
.galeriebox .slidenav .zurueck {
	cursor: pointer;
	padding: 0 15px;
}


/****************************** Sliderbox **********************************/
.bmesliderbox {
/*    width: 100%; */
    overflow: hidden;
    position: relative;
    padding-top:100%;
}
.bmesliderbox.bmsldbx32 {
    padding-top:75%;
}


.bmesliderbox .slidewrap
{
position:absolute;
top:0;
}
.bmesliderbox .slide {
    float: left;
}

.bmesliderbox .slide img {
    width:100%;
    height:auto;
    max-height:100%;
}
.snav {
position:absolute;
bottom:0;
width: 100%;
text-align: center;
}

.snav .navpunkt {
cursor:pointer;	
border:1px solid #fff;
border-radius:50%;
width:16px;
height:16px;
display:inline-block;
margin:10px;
}

.snav .navpunkt.aktiv {
background-color:#fff;
}


.bmesliderbox .vor,
.bmesliderbox .zurueck
{
position: absolute;
color: #fff;
cursor: pointer;
top:0;
width:40px;
left:0;
padding-top:50%;
text-align: center;
}

.bmesliderbox.bmsldbx32 .vor,
.bmesliderbox.bmsldbx32 .zurueck
{
padding-top:33%;

}

.bmesliderbox .vor:before,
.bmesliderbox .zurueck:before
{
content:"<";
margin-top:-50%;
width:100%;
color:#fff;
}

.bmesliderbox .vor
{
right:0;
left:auto;
}
.bmesliderbox .vor:before{
content:">";
}

/****************************** Sliderbox Ende *****************************/


.reiter
{
position:fixed;
right:0;
top:50%;
z-index: 500;
text-align:center;
}
.reiter .bt:before,.nwsgn.bt:before
{
font-family: "Font Awesome 5 Free";
font-size:28px;
display:block;
height:28px;

}
.reiter div
{
text-align:center;
}

.reiter > div > div {
    text-align: right;
}

.reiter .bt div,.nwsgn.bt div
{
width:100%;
font-size:.8em;
height:20px;
font-weight:300;
line-height:80%;
  display: table-cell;
  vertical-align: middle;
}

.reiter .bt,.nwsgn.bt
{
border-left:1px #fff solid;
border-bottom:1px #fff solid;
border-top:1px #fff solid;
background-color: #D91824;
color:#fff;
padding:8px;
padding-top:10px;
cursor:pointer;
margin-bottom:5px;
height:70px;
width:70px;
line-height:1em;
}
.reiter .wrap
{
line-height: 100%;
position:relative;
}
.reiter ul a
{
color:#fff;
}
.reiter ul
{
border:1px solid #fff;
width:200px;
display:none;
list-style:none;
position:absolute;
background-color: #D91824;
top:0;
right:70px;
margin-right:5px;
padding:0;
}
.reiter ul li a
{
    transition: all 0.2s ease-in-out;
    transition-duration: 0.5s;
}

.reiter ul li:hover a
{
color:#000;
}
.reiter ul li
{
padding: .75em 0 ;
border-bottom:1px solid #fff;
}
.reiter ul li:last-child
{
border-bottom:0;
}


#main_nav  a {
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-ms-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}

.linkbloecke .lblock .textwrap
{
/* background-size: cover; */
background-position: center center;
}
.fullwidth
{
width: 100%;
max-width: 100%;
}

.modul0011
{
position:relative;
}

.modul0011 .stoerer p { 

 margin: 0 auto; 
 }
.modul0011 .stoerer
{
font-weight: 600;
font-size: 24px;
width: 220px; 
height: 220px; 
position:absolute;
right:10%;
top:10px;
color:#000; 
  display: -ms-flexbox;

  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
text-align: center; 
border-radius: 50%; 
}

.stoererlinks .modul0011 .stoerer
{
right:auto;
left:10%;
}

#sandwich div {
	clear: both;
	text-align: center;
	font-size: 15px;
	position: absolute;
	width: 44px;
	/*right: 0;*/
	top: 35px;
letter-spacing:0.15em;
font-weight:600;
}