/* fonts
font-family: "NotoSans Medium", "Times New Roman", serif;
font-family: "NotoSans Medium", sans-serif;
font-family: "Avance W04 Regular";
font-family: "Avance W04 Italic", "Times New Roman", serif;
font-family: "Avance W04 Bold";
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font: 18px "Avance W04 Regular";
  color: #4a4a4a;  
  line-height: 130%;
  background-color: #fff;
  padding:0;
  margin:0;
  height: 100%;
  position:relative;
}
#wrapper {width: 100%;max-width:100%;overflow:hidden;}
h1, h2 {
  text-align:left;
  line-height: 120%;
  font-family:"NotoSans Medium";  
}
main.content h1 {
  font-size: 1.8em;
  padding: 8px 12px;
  color: #fff;
  background-color: #b5152b; /*#333;*/
  display:inline;
  margin-bottom: 20px;
}
main.content.rechtlich h1 {
  margin-left: -70px;
}

h2 {
  font-family: "NotoSans Medium", "Times New Roman", serif;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: normal;
  color: #333;
}
h3.schraeg {
  font-family: "NotoSans Medium", "Times New Roman", serif;
  font-size: 1.6em;
  padding: 8px 12px;
  color: #fff;
  background-color: #333;
  display:inline-block;
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 30px;
  transform: rotate(10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);  
  
}
p, span.link {
  text-align:left;
  line-height: 150%;
  margin: 0 0 10px 0;
  font-size: 1em;
  font-family: "Avance W04 Regular";
}
figure.image {
	margin:0;
	padding:0;
}
.ce-gallery img {width: 100%; height: auto;}
.clearfix::before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.clearfix::after {
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;	
    clear: both;
    content: "";
}
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    /*.ce-column { margin-right: 10px; }*/
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    /*.ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }*/
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: #fff/*rgba(0,0,0,.05); */}
	.frame-layout-30 .ce-table.ce-table-striped { padding-left: 2%;}
    /*.ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }*/

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }
/* default styles typo3 css end */	
.frame-type-header {
  margin-bottom: 15px;
}
section a {color: #333;}
section, #footer {
  width: 100%;
  display:block;
}
header.logo {
	position: relative;
	padding-bottom: 5px;
}
@media screen and (min-width: 1241px) {
	header.logo {
		border-top: 8px solid #b5152b;
	}
}
header.logo:before {
    position: absolute;
    top: -8px;
    width: 30%;
    border-top: solid #fff 10px;
    content: '';
}
#header-logo {
    background-color: #fff;
    width: 100%;
    line-height: 0;
	max-width: 1400px;
	margin: 0 auto;
}
#head-logo {
    position: relative;
    top: -8px;
    left: 0;
    display: inline-block;
    z-index: 999;
    padding-top: 12px;
    background: #fff;
    float: left;
}
/* < 1240 Hamburger */
@media screen and (max-width: 1240px) {
	#head-logo  {
		top: -20px;
		left: 5px;
	}	
	#head-logo img {
		max-width: 160px;
	}
}
#navbar {
  display:block;
  padding-bottom: 10px;
  height: 30px;
  max-width: 1400px;
  margin: 0 auto;	
  min-height: 40px;
}

#navbar ul.navigation {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
section div.wrap, #footer div{
  max-width: 1240px;
  margin: 0 auto 0 auto;
  display:block;
}

nav#navbar ul li {
  list-style:none;
  float:left;
  background-color: #fff;
}

nav#navbar ul li a {
  font-family: "NotoSans Medium";
  text-decoration:none;
  color: #3E96BE;/*#333333;*/
  font-weight: normal;
  font-size: 15px; /*17*/
  text-transform: uppercase;
line-height: 2.5;
padding: 10px 0.8em;/*10px 1em;*/
position: relative;
transition: all .3s ease;
z-index: 510;
letter-spacing: 0.6px;  
}
nav#navbar ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    border-right: 1px solid #3e96be;
    height: 45%;
    top: 27%;
    transition: all .3s ease;
}
nav#navbar ul li:first-child a::before {
  border-right: none;
}
nav#navbar ul li a:hover,nav#navbar ul li a:active  {
  color: #b5152b;
}
#navbar.sticky {
  padding-top: 2px;
  /*background-size: 8%; */ 

  height: 30px;
}
#navbar.sticky  > ul.navigation li {margin-top: 0;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  display:block;
  margin-top: 0 auto; 
  left: 0;
  right: 0;
  z-index:9999;
}
.sticky + .content {
  padding-top: 60px;
}
main.content {position:relative;}
.parallax { 
  height: 100%; 
  min-height: 1000px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display:block;
  background-color: #fff;
}
/* Headerbild */

section:first-child {
  margin-top: 0;
  padding: 0 0 0 0;
  position:absolute;
  top: 150px;
  left: 0;
  z-index:5;
  background-color: transparent;
  /*background-color:rgb(0,0,255, 0.6);*/
}
section:first-child h1 {
  color: white;
  text-shadow: 1px 1px 1px #333;
  font-size: 2em;
  background-color: transparent !important;
  font-family: "Avance W04 Italic";
  text-align:center;
  display:inline-block;
  width: 100%;
}
section:first-child h2 {
  color: white;
  text-shadow: 1px 1px 1px #333;
  font-size: 1.2em;
  font-family: "NotoSans Medium", sans-serif;
  background-color: transparent !important;
  text-align:center;
  display:inline-block;
  width: 100%;
  text-transform: none;
  margin-top: 0;
}
@media screen and (max-width: 766px) {
	section:first-child h1 {
	  font-size: 1em;
	}
	section:first-child h2 {
	  font-size: 0.8em;
	}	
	main.content h1 {
	  font-size: 1.2em;
	}	
}
@media screen and (max-width: 640px) {
	section:first-child h1 {
	  font-size: 0.9em;
	}
	section:first-child h2 {
	  font-size: 0.7em;
	}	
	section {
		  padding-top: 20px;
		  padding-bottom: 20px;
	}
	h5#cookieman-modal-title.modal-header {font-size:1.4em;}
	p {line-height: 130%;}
	.modal-body p {line-height: 115%;}
}
@media screen and (min-width: 1024px) {
  section:first-child {
    top: 400px;
  }
  section:first-child h1 {
    font-size: 3em;
	letter-spacing: 1;
  }  
}
/* Aufz�hlungen */
section ul  {
  margin-left: 0;
  padding-left: 0;
  display:table;
}
section ul li {
  list-style:none;
  line-height: 150%;
  display:table-row;
}
section ul li::before { 
    content: "\00BB  ";
    display:table-cell;
    padding-right: 6px;
}
.frame-layout-10   {
	width: 100%;
	column-count: 1;
}
/* Text mehrspaltig frame-layout-10 */
@media screen and (min-width: 960px) { 
	.frame-layout-10   {
		 width: 100%;
		 column-count: 4;
		 column-gap: 20px;
	}
}
@media screen and (min-width: 768px) { 
	.frame-layout-10   {
		 column-count: 3;
		 column-gap: 20px;
	}
}


button.accordion {
  line-height: 130%;
  font-size: 1.4em;
  padding: 16px 20px 14px 16px;
  margin:0;  
  width: 100%;
  border: 2px solid #ececec;
  text-align:left;
  color:#333333;
}

button.accordion:before {
    /*content: ' \2795';*/
	content: ' \002B';
    font-size: 1.1em;
	font-weight: bold;
    position: relative;
    bottom: 2px;
	margin-right: 5px;
}
button.accordion.active:before {
    /*content: ' \2796';*/
	content: ' \2212';
}

button.accordion.active, button.accordion:hover {
    color: #333333;
}
button.accordion span {
  font-size: 0.6em;
  padding-left: 24px;
  margin-top: 0px;
  line-height: 130%;
  display:block;
}
/* Accordion Panel */
.frame-layout-30 > div, .frame-layout-30 > table  {
    display: none;
}
.frame-layout-30 > div.show, .frame-layout-30 > div.show,
.frame-layout-30 > table.show {
    display: block !important;
    padding: 10px 20px;
    background-color: #f1f1f1;
    display: none;
    border: 1px solid #ececec;
}
.panel span.close {
    color: #fff;
    margin-top: -40px;
}




/* Formulare --------------------------------------- */
form#kontakt-89 h2 {
	display:none;
}
form#kontakt-89 ol {
	list-style:none;
	margin-left:0;
}
form#kontakt-89 label, input[type="submit"] {
	display:block;
	width: 96% !important;
}
form#kontakt-89 select {
	display:block;
	width: 95% !important;

}
form#kontakt-89 input[type="text"], 
form#kontakt-89 input[type="email"],
form#kontakt-89 input[type="tel"],
form#kontakt-89 textarea {
	display:block;
	width: 94%;
	padding: 6px 4px 6px 4px;
}
form#kontakt-89 label, label.control-label{
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000;
	font-weight:bold;
}
input[type="text"], input[type="email"], input[type="tel"], select, form#kontakt-89 textarea {
	padding: 5px 10px 5px 10px;	
	border: 1px solid #808080;
}
form#kontakt-89 button[type="submit"] {
	/*margin-top: 20px;
	background-color: #fff;
	border: 2px solid #b5152b;
	padding: 5px 10px 5px 10px;
    font-size: 15px;
	font-weight: bold;
	width: 96%;*/
    float: none;
    background: #f1f7fa;
    color: #B5152B;
    font: 16px "NotoSans Medium";
    line-height: 1.2;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 20px;
    border: none;
    width: 200px;
    height: 55px;
    display: block;
    margin: 20px auto 0 auto;	
}

form#kontakt-89 .btn-primary:hover {
    background-color:  #D13F48;
	color: #fff;
}

form#kontakt-89 span.help-block {display:none;}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 35px;
    font-weight: bold;
	margin-right: 20px;
	margin-bottom: 20px;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


form#kontakt-89 {
	margin-left: 5%;
	margin-right: 5%;
	padding: 20px;
}

section#c42 button.accordion {
  background-color: #b5152b !important;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  /*margin-left: -10px;*/
}

/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_tab_header */
a.button {
    background-color: #808080;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 85%;
    text-decoration:none;
    display:inline-block;
    text-align:center;
}

.tablink, .button {
    background-color: #808080;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 96%;
}
section#c44  a.button:link, section#c44  a.button:visited {
   color: #fff;
}
.tablink:hover, .button:hover {
    background-color: #777;
}

/* Style the tab content */
.tabcontent {
    background-color: #ccc;
    display: none;
    position:relative;
    top: 80px;   
    text-align: center;
    padding: 20px;
    width: 80%;
    max-width: 900px;
    border: 2px solid #b5152b;
    margin-left: 5%;
}

.tabcontent > div, .tabcontent > form {
	text-align:left;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Popup f�r Formularfunktion */
.popup {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 11; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}
.popup-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
	max-width: 600px;
	font-size: 130%;
	border: 2px solid #b5152b;

}
.closeP {
	color: #aaa;
	float: right;
	font-size: 22px;
	font-weight: bold;
}
.closeP:hover,
.closeP:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/*---------------- media queries ----------------------------*/
@media screen and (max-width: 1024px) {
    section .wrap {padding-left: 2%;}
    section#c49 h1 {font-size: 2em;}
    section#c49 h2 {font-size: 4.6em;}
    .parallax { background-attachment: initial; min-height: 600px;background-size:initial;}

}
@media screen and (max-width: 640px) {
    #header div.clearfix {height: 90px;}
    #header ul.navigation { width: 100%;}
    #header nav ul li {  padding-right: 3%; width: auto;}
    /*.parallax {min-height: 600px;max-width: 640px;}*/
    .parallax {min-height: 350px;max-height: 380px;max-width: 640px;background-size:initial;}

    section .wrap {padding-right: 2%;padding-left: 2%;}
    /*section#c43 {position: relative;animation-name:test;animation-duration: 4s;}*/
    /* Kontakt, Bewerbung, Newsletter */	
    #c261, #c262, #c263 {width: 82%;float:none;margin: 2% 4% 2% 6%;}
    #c261 button,#c262 button, #c263 button {margin-top: 0;width: 98%;}
    section#c44 h2 {font-size: 1.3em;}
    .tabcontent {width: 92%;margin-left: 0;}
    .csc-mailform {margin-left: 1%;margin-right:1%;padding: 1%;}
    .csc-mailform ol {padding-left:1%;}
    iframe {max-width: 95%;}
    h1, h2 {line-height: 140%;}
    section#c49 h1 {font-size: 1.5em;}
    section#c49 h2 {font-size: 2.2em;}
}
@media screen and (max-width: 767px) {
    .parallax {background-size:contain;}
}
@media screen and (max-width: 480px) {
    section#c49 h1 {font-size: 1.1em;}
    section#c49 h2 {font-size: 1.9em;}
}
/*
@media screen and (min-width: 641px) and (max-width: 1024px) {
    #d49.parallax {min-height:700px;max-height: 715px;max-width: 1024px;background-size:initial;}
    .parallax {min-height:550px;max-height: 600px;max-width: 1024px;background-size:initial;}
}
*/
@media screen and (min-width: 481px) and (max-width: 640px) {
    #d49.parallax {min-height:430px;max-height: 436px;max-width: 640px;/*background-size:initial;*/}
    section#c49 {margin-top: -230px;}
    #c49 img {max-width: 150px; height:auto;}
    .parallax {min-height:300px;max-height: 380px;max-width: 640px;/*background-size:initial;*/}
}
@media screen and (min-width: 321px) and (max-width: 480px) {
    #d49.parallax {min-height:300px;max-height: 306px;max-width: 100%;/*background-size:initial;*/}
    section#c49 {margin-top: -175px;}
    #c49 img {max-width: 120px; height:auto;}
    .parallax {min-height:280px;max-height: 300px;max-width: 480px;/*background-size:initial;*/}
}
@media screen and (max-width: 480px) {
    section .wrap {padding-right: 1%;padding-left: 1%;}
  }
}
@media screen and (max-width: 320px) {
    section#c49 {margin-top: -250px;}
    section#c49 h1 {font-size: 1em;}
    section#c49 h2 {font-size: 2em;}
    section#c49 img {max-width: 100px;height:auto;}
    .parallax {min-height: 500px;max-width: 320px;}

}

/* MeanMenu 2.0.7  To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/) */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}
/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	/*background: #fff;*/
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}
.mean-container a.meanmenu-reveal {
	width: 35px;
	/*height: 22px;*/
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #3e96be;
	height: 5px;
	margin-top: 6px;
}
/*
#respmenue-toggle div {
    width: 35px;
    height: 5px;
    background-color: #3e96be;
    margin: 6px 0;
}*/
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 44px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
	font-family: "NotoSans Bold";
	color: #3E96BE;	
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
.tx-maps2 {
	position:relative;
	z-index: 1;
	/*display:inline-block;*/
	margin-bottom: 30px !important;
}


button.pj.btn-default {
	background-color: transparent;
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 1.6em;
	font-family: Avance, "Times New Roman", serif;	
	padding: 0 0 0 0;
	margin-top: 30px;
	margin-bottom: 40px;
}

/* SPZ-Boxen Layout Erscheinungsbild   */
/*main.content section div.wrap {
	display:flex;
}*/
/*
frame-layout-0  = 100% = Standard
frame-layout-10 = 25%
frame-layout-11 = 33%
frame-layout-12 = 50%
frame-layout-13 = 62%
*/
.frame-layout-11, .frame-layout-12, .frame-layout-13 {
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 2%;
	padding-left: 2%;
	border-radius:10px;
	/*float:left;*/
}
@media screen and (min-width: 767px) {
	/*33%*/
  .frame-layout-11 {
	  width: 25%;
  }	
  	/*50%*/
  .frame-layout-12 {
	  width: 42%;
  }	
	/*66%*/  
  .frame-layout-13 {
	  width: 58%;
  }
}
/* SPZ-Boxen Erscheinungsbild  Rahmen */

.frame-rot {
	background-color: #b5152b;
}
/*
Sekund�r-Blau (7%)*/
.frame-hellgrau {
	background-color: #F1F7FA;
}
/*Sekund�r-Blau (100%)*/
.frame-silbergrau {
	background-color: #3E96BE;
}
.frame-gruen {
	background-color: #13a200;
}
.frame-blaugrau h2, .frame-blaugrau p, .frame-blaugrau a,
.frame-rot h2, .frame-rot p, .frame-rot a,
.frame-gruen h2, .frame-gruen p, .frame-gruen a {
	color: #fff;
}
.frame-graue-linie {
	border: 2px solid #333;
}
/* Button*/
.frame-layout-20 a  {
	background-color: #b5152b;
	color: #fff;
	text-decoration: none;
	padding: 10px 14px;
	
}
/*Bildergalerie*/
.frame-layout-50  {
	margin: 0 auto;
}
.frame-layout-50 .ce-column {
	float:left;
	width: 25%;
}
.frame-layout-50 .ce-column figure {
    margin: 10px;
}
.frame-layout-50 .ce-column figure img {
	width: 100%;
	height: auto;
}
/* SPZ-Boxen Grid-Layout Erscheinungsbild   */
/*
frame-layout-61  = 100% = Standard
frame-layout-62 = 66-33%
frame-layout-63 = 33%
frame-layout-64= 25%
*/
.grid-container {
	width: 100%;
}
/*
main.content section .grid-row {
	flex-direction:row;
}*/
.frame-layout-61 .grid-col {width: 100%;}
.frame-layout-62 .grid-col, .frame-layout-63 .grid-col, .frame-layout-64 .grid-col, .frame-layout-65 .grid-col {
	margin-right: 2%;
	margin-left: 2%;
}
@media screen and (min-width: 960px) {
	.frame-layout-65 .grid-col {
		width: 46%;
	}	
}	
.grid-col > div {
	padding-top: 3px;
	padding-right: 3%;
	padding-bottom: 15px;
	padding-left: 3%;
	border-radius:10px;
	margin-top: 20px;	
	margin-bottom: 20px;	
}
.grid-col > div.frame-layout-30 {
	margin-top: 3px;	
	margin-bottom: 3px;	
}
@media screen and (min-width: 641px) {
  main.content section .grid-row {
    display:flex;	  
	flex-direction: row;
  }	
	/*25%*/
  .frame-layout-64 .grid-col {
	  width: 21%;
  }	
	/*33%*/
  .frame-layout-63 .grid-col {
	  width: 29%;
  }	
	/*66%*/  
  .frame-layout-62 .grid-col:first-child {
	  width: 62%;
  }  
  	/*50%*/
  .frame-layout-62 .grid-col:last-child {
	  width: 29%;
  }	

}
/* Footer Impressum, Datenschutz */
.content.rechtlich {width:80%; margin: 20px 10%;}
.frame-type-shortcut > .frame-layout-64 > .grid-row {
	display:flex;
	margin-top: 80px;
}
.frame-footer a.buttonlink, .frame-footer button {
	font-size: 1em;
    font-family: "Avance W04 Regular";
    text-align:center;
    padding: 6px 8px;
    background-color: #f1f1f1;
    border: 1px solid #ececec;
	text-decoration:none;
	color: #333;
	width: 100%;
	margin-top:5px;
	margin-bottom: 5px;
	display:inline-block;
	border-radius: 10px;
}
.frame-footer a.buttonlink:hover, .frame-footer button:hover {
    background-color: #ececec;
    border: 1px solid #f1f1f1;
}
/** ToTop **/

#myBtn {
  display: none;  
  position: fixed;  
  bottom: 20px;  
  right: 20px;  
  z-index: 99;  
  border: none;  
  outline: none;  
  background-color: #b5152b;  
  color: white;  
  cursor: pointer;  
  padding: 10px 15px 8px 15px;  
  border-radius: 10px;  
  font-size: 18px;  
}
#myBtn:after {
	font-family: "alexianer_icons";
    content: "\f106";
	font-size: 2em;
}
#myBtn:hover {
  background-color: #555; 
}

