/*========================================================
                    Main layout styles
=========================================================*/
/*@import url(//fonts.googleapis.com/css?family=Droid+Serif:400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,800,600);*/
/*========================================================
                    Main layout styles
=========================================================*/
:root {
	--text: #444444;
	--gruen: rgba( 126,204, 48,1);
	--hellgruen: #E7FBD2;
	--tuerkis: #2A9860;
	--helltuerkis: #CCF4E0;
	--moos: #76CF1D;
	--hellmoos: #F1FCAB;
	--blau:	#00386A;
	--orange: #E25F35;
	--dunkelrot: #982704;
}

html {bo
	width: 100%;
}
body {
  font-family: 'Droid Serif', sans-serif;
  font-size: 16px;
  line-height: 17px;
  font-weight: 200;
  background-color:#fff;
  color: #333;
  width: 100%;
  margin: 0;
  padding: 0;
}

#main ul, #main li {
	list-style:circle;

}

#main ul {
	padding:0;
	margin:0;
}

#main li {
	padding-left:20px;
	margin-left:20px;
}

#mobileswitch {
	position: absolute;
	overflow: hidden;
	right: 20px;
	top: 10px;
	width: 60px;
	height: 45px;
	text-align: center;
	z-index: 1050;
	display: block;
	background-image: url(../images/mobileswitch.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#mobileswitch:hover {
	cursor: pointer;
}

.clearfix {
	clear: both;
}

.btn {
	padding: 20px 50px;
	margin: 50px 0 0 0;
}

#slider {
	cursor: pointer;
}

#logo {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: auto;
	top: 0;
}

#logo img {
	width: 25vw;
	height: auto;
	position: absolute;
	top: 7vw;
	left: 3vw;
	box-shadow: 0px 0px 0px 0px;
	border-radius: 0px;
}

#logo h1 {
	font-weight: 800;
	color: #FFF;
	font-size: 2vw;
	text-align: right;
 	margin-top: calc(26vw - 74px);
	margin-right: 5vw;
}

#cookiezustimmung {
	position: fixed;
	top: 100px;
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0;
	background-color: #fff;
	color: #1b6097;
	text-align: center;
	z-index: 1000;
}

#allowcookies:hover {
                cursor: pointer;
}

body.cookieheader {
         margin-top: 43px;	 
}

div.colbox {
    float:left;
    background-color:#00efDD;
    width:3em;
    height:1em;
    margin:0px 10px 0px 0px;
    border:1px solid #3d414f;
}

#loginabdunkeln {
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	z-index: 5000;
}

#loginclose {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-image: url('/img/close.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#loginbox {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	width: 350px;
	height: auto;
	background-color: #FFF;
	margin-left: calc(50% - 175px);
	margin-top: 200px;
}

#loginbox label {
	display: inline-block;
	width: 120px;
}
  
@media (max-width: 1240px) {
	
	#logo h1 {
			left: auto;
			margin-top: 20vw;
			font-size: 20px !important;
			text-align: center;
			margin-right: 0;
	}
}

.galeriecontainer {
	margin-top: 20px;
	margin-left: 10px;
}

div.galeriecontainer.links {
	text-align:left;
}

.thumbnail {
	display: inline-block;
	width: 120px;
	height: 120px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#content {
	z-index: 0;
}

article {
	position: relative;
	display: block;
	/*visibility: hidden;*/
	width: 90%;
	max-width: 1200px;
	padding-top: 0px;
	margin: 0 auto;
}

.artikellink {
               position: absolute;
               display: block;
               width: 100%;
               height: 100%;
               z-index: +1;
}


@media (max-width: 1200px) {
	article {
		width: calc(100% - 40px);
		padding: 20px 20px;
	}
	
	.box33 {
		width: calc(100% - 40px);
	}
	
	.boxtermine {
		width: calc(100% - 40px);
	}
}

@media (max-width: 997px) {

	#logo img {
		width: 25vw;
		height: auto;
		position: absolute;
		top: 1vw;
		left: 3vw;
	}
}

@media only screen and (max-width: 599px) {

#logo img {
		width: 35vw;
		height: auto;
		position: absolute;
		top: 1vw;
		left: 3vw;
	}
	
article.parallaxbox {
display: none;

}
}

article.parallaxbox {
	
	width: 100%;
	min-height: 600px;
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
	background-size: cover;
	background-position: center 0;
	background-attachment: fixed;
	color: #fff;
	margin-bottom: 5px;
	text-align: center;
	line-height:15px;
}

article.parallaxbox p {
	text-shadow: rgba(0,0,0,0.8) 3px 3px 4px;
	line-height: 25px;
}

.box33 {
	position: relative;
	max-width: 100%;
	margin: 20px auto auto auto;
	padding: 5px;
	overflow: hidden;
	text-align:center;
}

.box33 h1 {
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
	color: #34548e;
}

.box33 h2 {
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
	color: #34548e;
}


.boxtermine h1 {
	margin: 0;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
}

.boxtermine h2 {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}

.box33 {
	float: left;
	min-height: 300px;
	width: calc(100% - 20px);
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 10px 10px 15px silver;
	border: #aaa solid 1px;
	box-sizing: border-box;
	border-radius: 15px 15px 15px 15px;
	background: #fff;
}

.boxtermine {
	float: left;
	min-height: 150px;
	width: calc(100% - 20px);
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 10px 10px 15px silver;
	border: #aaa solid 1px;
	box-sizing: border-box;
	border-radius: 15px 15px 15px 15px;
	background: #34548e;
}


/*-----------------------------------Hintergrundfarben----------------*/
article.hintergrundgrau {
	width: 100%;
	box-sizing: border-box;
	background-color: #eee;
	padding: 10px;
}

article.hintergrundhellgrau {
	width: 100%;
	box-sizing: border-box;
	background-color: #efefef;
	padding: 10px;
}

article.hintergrunddunkelgrau {
	width: 100%;
	box-sizing: border-box;
	background-color: #a0a1a1;
	padding: 10px;
}

article.hintergrundbeige {
	width: 100%;
	box-sizing: border-box;
	background-color: #fffeec;
	padding: 10px;
}

/*----------------------------------------------------------------------*/



article.linkzurseite {
	cursor: pointer;
}

article.linkzurseite::before {
	content: "mehr ...";
	font-size: 10px;
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: 0;
	color: #F00;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 5px;
}
}
	
	figure img {
		box-shadow: 10px 5px 15px silver;
	}
		
	
	.bildlinks {
		float: left;
		margin: 0 40px 30px 0;
		
	}
	
	.bildrechts {
		float: right;
		margin: 0 0 30px 40px;
	}
	
	.bildtop {
		float: none;
		margin: 0 auto;
}

h1 {
	color: #34548e;
	font-size: 150%;
	line-height: 150%;
	margin: 20px 0 20px 0;
}

h2 {
	color: #34548e;
	font-size: 120%;
	line-height: 100%;
	padding-bottom: 10px;
}

h3 {
	color: #34548e;
	font-size: 100%;
	line-height: 100%;
	margin: 20px 0 20px 0;
}

h4 {
	color: #34548e;
	font-size: 60%;
	line-height: 100%;
	margin: 20px 0 20px 0;
}

p.italic {
  font-family: 'Droid Serif', sans-serif;
  font-style: italic;
  line-height: 30px;
}

@media (max-width: 1279px) {
	body {
		font-size: 15px;
	}
		
	h1 {
		font-size: 4vw;
	}
	
	h2 {
		font-size: 3.5vw;
	}
}

p.italic__lh-21 {
  line-height: 21px;
}

a {
  font: inherit;
  color:#d60000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

img {
	max-width: 100%;
	box-shadow: 10px 10px 15px silver;
	border-radius: 15px 15px 15px 15px;
}

#content a,
#content a:visited {
	color: #00C;
	text-decoration: underline;
}

#content a:hover {
	color:#e0e0e0;
}

h1 a:hover {
  text-decoration: none;
}
h3 {
  font-size: 15px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  line-height: 36px;
}
h4 a:hover {
  text-decoration: none;
  color: #34548e;
}
.overlay-wrap {
  position: relative;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  text-align: left;
  background-size: cover;
  background-position: center center;
}

#header .container {
	width: 60%;
	margin: 0 20%;
}

#header .container .row {
	margin-left: 0;
}

#header .header-wrapper {
  position: relative;
}


/* Main menu styles
========================================================*/
nav {
	background: rgba(181, 181, 181, 0.5);
    width: 100%;
	height: 50px;
	margin: 0 auto;
	line-height: 10px;
	z-index: 1000;
	position: absolute;
	list-style:none;
	text-align: left;
	display: none;
}

@media only screen and (min-width: 1000px) {
	nav {
		position: fixed;
	}
}

.modul {
	position: relative;
	max-width: 1200px;
	margin: 20px auto auto auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.container_box33 {
	position: relative;
	max-width: 1200px;
	margin: 20px auto auto auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

.container_boxtermine {
	position: relative;
	max-width: 1200px;
	margin: 20px auto auto auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

.modul .box33 {
	float: none;
	flex: 1;
	min-width: 350px;
	text-align:center;
}

.modul .boxtermine {
	float: none;
	flex: 1;
	min-width: 350px;
	text-align:center;
}

.box33 {
	float: left;
	min-height: 300px;
	width: calc(100% / 3 - 20px);
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 10px 10px 15px silver;
}

.boxtermine {
	float: left;
	min-height: 200px;
	width: calc(100% / 4 - 20px);
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 10px 10px 15px silver;
}

.box33 img {
	box-shadow: 0px 0px 0px 0px;
	border-radius: 0px;
	padding-top 10px;
	padding-left 0px;
	padding-right 0px;
	
}

.boxtermine img {
	box-shadow: 0px 0px 0px 0px;
	border-radius: 0px;
	padding-top 10px;
	padding-left 0px;
	padding-right 0px;
	
}

nav ul {
	width: 100%;
	margin: 0 auto;
	z-index: 900;
	padding-left: 20%;
	color: #34548e;
	font-weight: bold;
}

nav ul li {
	position: relative;
	padding: 0;
	transition: 0.3s all ease;
	text-align: left; 
	float: none; 
	list-style:none;
	padding: 10px 10px;
}

nav ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: 1px 1px rgba(0,0,0,0.7);
  line-height: 18px;
  transition: 0.3s all ease;
  background-color: #e0e0e0;
  min-width: 200px;
  padding:10px;
}

nav ul > li > a:hover {
  text-decoration: none;
  color:#34548e;
  text-align: left;
}

nav > ul > li:first-child > a {
	padding-left: 10px;
}

nav > ul > li:last-child > a {
	padding-right: 10px;
}

nav ul > li.current > a {
  color:#34548e;
}

nav ul a {
  transition: 0.3s all ease;
}

nav ul a:hover {
  transition: 0.3s all ease;
}

/* First level sub-menu styles
========================================================*/
nav ul ul {
  position: relative;
  padding-left: 0;
  z-index: 4;
  width: 230px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(181,181,181,0.5);
  color:#34548e;
   
}

nav ul ul li a {
  display: block;
  padding-left: 10px;
  color:#34548e;
}
nav ul ul li a:hover {
  text-decoration: none;
  color: #e0e0e0;
}
/* Second level sub-menu styles
========================================================*/
nav ul ul ul {
  position: absolute;
  left: 160px;
  z-index: 4;
  margin-top:-8px;
}

/*========================================================
                    Mobile Ansicht
=========================================================*/

@media (max-width: 800px) {

#content .box3 p {
	padding: 0;
	}
	
body {
	font-family: 'Droid Serif', sans-serif;
	font-size: 1.5;
	line-height: 1.2;
	font-weight: 200;
	background-color:#fff;
	color: #000;
	width: 100%;
	margin: 0;
	padding: 0;
}

nav ul {
	width: 100%;
	margin: 0 auto;
	z-index: 900;
	padding-left: 0%;
	color: #34548e;
	background-color: rgba(181,181,181,0.9);
	font-weight: bold;
}

#content .bildlinks { 
	min-width: 100%;
	margin: 10px 10px 10px 0px;
}

#content .bildrechts { 
	min-width: 100%;
	margin: 10px 10px 10px 0px;
}

table {
	max-width: 100% !important;
}

article.parallaxbox {
	display: none;
}

#mobileswitch {
	position: absolute;
	overflow: hidden;
	right: 20px;
	top: 10px;
	width: 60px;
	height: 45px;
	text-align: center;
	z-index: 1050;
	display: block;
	background-image: url(../images/mobileswitch.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

#mobileswitch:hover {
	cursor: pointer;
}

nav ul ul {
	position: relative;
	padding-left: 0;
	z-index: 4;
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #34548e;
}

nav ul li {
		
	padding: 10px 20px;
	border-bottom: solid 1px #e0e0e0;
}

	h1 {
		color: #34548e;
		font-size: 120%;
		line-height: 120%;
		margin: 20px 0 20px 0;
		}
	
	.slideboxcontainer {
		position: relative;
		max-width: 100%;
		margin: 10px 10px 10px 10px;
		padding: 20px;
		overflow: hidden;
	}
	
	.box33 {
		float: left;
		min-height: 300px;
		width: calc(100% - 20px);
		overflow: hidden;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px;
		border-bottom-color:#CCC;
		box-shadow: 15px 10px 10px silver;
		padding-right: 10px;
	}

	.boxtermine {
		float: left;
		min-height: 200px;
		width: calc(100% - 20px);
		overflow: hidden;
		margin-right: 10px;
		margin-bottom: 10px;
		border: 1px;
		border-bottom-color:#CCC;
		box-shadow: 15px 10px 10px silver;
		padding-right: 10px;
	}
	
	
	figure img {
		box-shadow: 0px 0px 0px silver;
}
	
#footer {
	width: 100%;
	height:auto;
	background-color:#e0e0e0;
	background-repeat: repeat
	position:relative;
	display:block;
}




}

/*========================================================
                    Mobile Ansicht Tablet
=========================================================*/

@media (min-width: 801px) and (max-width: 1199px) {

	#content .box3 p {
	padding: 0;
	}
	
	body {
	font-family: 'Droid Serif', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	background-color:#fff;
	color: #000;
	width: 100%;
	margin: 0;
	padding: 0;
	}


#mobileswitch {
	position: absolute;
	overflow: hidden;
	right: 20px;
	top: 10px;
	width: 60px;
	height: 45px;
	text-align: center;
	z-index: 1050;
	display: block;
	background-image: url(../images/mobileswitch.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

#mobileswitch:hover {
	cursor: pointer;
}

nav ul ul {
	position: relative;
	padding-left: 0;
	z-index: 4;
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #999;
}

nav ul li {
		
	padding: 10px 20px;
	border-bottom: solid 1px #a42335;
}

	h1 {
		color: #34548e;
		font-size: 3vw;
		line-height: 200%;
		margin: 20px 0 20px 0;
		}

	h2 {
		color: #34548e;
		font-size: 2vw;
		line-height: 200%;
		margin: 20px 0 20px 0;
		}

	
	.slideboxcontainer {
		position: relative;
		max-width: 100%;
		margin: 10px 10px 10px 10px;
		padding: 20px;
		overflow: hidden;
	}
	
	.box33 {
		float: left;
		min-height: 300px;
		width: calc(100% - 20px);
		overflow: hidden;
		margin-right: 20px;
		margin-bottom: 20px;
		border: 1px;
		border-bottom-color:#CCC;
		box-shadow: 15px 10px 10px silver;
	}
	
	.boxtermine {
		float: left;
		min-height: 200px;
		width: calc(100% - 20px);
		overflow: hidden;
		margin-right: 20px;
		margin-bottom: 20px;
		border: 1px;
		border-bottom-color:#CCC;
		box-shadow: 15px 10px 10px silver;
		
	}

	.boxtermine h1 {
		color: #fff;
		font-size: 100%;
		line-height: 100%;
		margin: 20px 0 20px 0;
}

	.boxtermine h2 {
		color: #fff;
		font-size: 80%;
		line-height: 100%;
		padding-bottom: 10px;
}

	.boxtermine h3 {
		color: #fff;
		font-size: 60%;
		line-height: 100%;
		margin: 20px 0 20px 0;
}

	.boxtermine h4 {
		color: #fff;
		font-size: 50%;
		line-height: 100%;
		margin: 20px 0 20px 0;
}





	figure img {
		box-shadow: 0px 0px 0px silver;
	}
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
	width: 100%;
	height:auto;
	background-color: #fdcf00;
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
	position:relative;
	display:block;
	font: inherit;
  	color:#34548e;
  	text-decoration: none;
  	transition: all 0.3s ease;
}

footer a {
  font: inherit;
  color:#34548e;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}

footer img {
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px silver;
}

#footer div {
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
}

footer #footerwrapper div {
		float: left;
		width: 300px;
		color: #34548e;
		margin-right: 50px;
		padding-left: 0;
	}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
.color_2 {
  color: #eea156;
}

#scrollup {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 40px;
	color:#34548e;
	display: none;
	z-index: 1000;
	box-shadow: 0px 0px 0px silver;
	border-radius: 0px 0px 0px 0px;
}

#scrollup:hover {
	cursor: pointer;
}

@media only screen and (min-width: 1200px) {
	/* navigation desktop ab 1200 */

	#mobileswitch { 
		display: none;
	}

	nav {
		display: block;
		text-align: left;
		margin-left: 0px;
		width: 100%;
	}
	
	nav ul li {
		float: left;
	}

	nav ul ul li {
    	max-height: 0;
		overflow: hidden;
		display: block;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 60%;
		transition: 0.3s all ease;
		transition-delay: 0.4s;
		padding: 0px 20px 0px 0px;
		color: #34548e;
		font-weight: 800;		
		text-shadow: 1px 1px rgba(0,0,0,0.7);
		box-sizing: border-box;
	}
	
	nav ul li:hover li {
		max-height: 80px;
		padding: 10px 20px;
		border-bottom: solid 1px #a42335;
	}

	nav ul li a {
		background: none;
		min-width: 0;
	}
	
	nav ul li ul {
		height: auto;
		position: absolute;
		min-width: 100%;
	}
	
	nav ul ul li {
		background-color: rgba(181,181,181,0.5);
		width: 100%;
	}
	
	nav ul li ul li a {
		text-align: left;
	}
	
	nav.notfix {
		position: absolute;
		top: 0vw;
		margin-left: 0%;
		text-align: left;
		width: 100%;
	}
	
	nav.notfix nav ul {
		width: auto;
		margin: 0 auto;
	 	line-height: 10px;
	}
	
	nav.notfix nav ul ul {
		padding-left: 0;
		margin: 0;
	}
	
	nav.notfix nav ul > li > a:hover {
		background: #e0e0e0;
	}
	nav.notfix nav ul > li > a {
		text-shadow: 1px 1px rgba(0,0,0,0.7);
		padding: 10px 10px 10px 10px;
	}

	#scrollup {
		width: 60px;
		height: 60px;
		position: fixed;
		bottom: 50px;
		right: 40px;
		font-size: 50px;
		color:#34548e;
		display: none;
		z-index: 1000;
		
	}
	
	#scrollup:hover {
		cursor: pointer;
	}

	#scrollup.show {
		display: block;
	}
	
article.parallaxbox {
	width: 100%;
	min-height: 300px;
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
	background-size: cover;
	background-position: center 0;
	background-attachment: fixed;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
}

article.parallaxbox h2 {
	color: #fff;
	font-size: 30px;
	text-shadow: rgba(0,0,0,0.8) 3px 3px 4px;
	
}

article.parallaxbox p {
	text-shadow: rgba(0,0,0,0.8) 3px 3px 4px;
	}

	.boxtermine h1 {
		color: #fff;
		font-size: 100%;
		line-height: 120%;
		margin: 20px 0 20px 0;
}

	.boxtermine h2 {
		color: #fff;
		font-size: 80%;
		line-height: 120%;
		padding-bottom: 10px;
}

	.boxtermine h3 {
		color: #fff;
		font-size: 60%;
		line-height: 120%;
		margin: 20px 0 20px 0;
}

	.boxtermine h4 {
		color: #fff;
		font-size: 50%;
		line-height: 120%;
		margin: 20px 0 20px 0;
}





/*-----------------------------------Hintergrundfarbe---------------------*/
article.hintergrundgrau {
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
	max-width: none;
}

article.hintergrundhellgrau {
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
	max-width: none;
}

article.hintergrunddunkelgrau {
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
	max-width: none;
	color: #fff;
}

article.hintergrundbeige {
	padding-left: calc(50% - 600px);
	padding-right: calc(50% - 600px);
	max-width: none;
}

}