body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
@media only screen and (max-width: 900px) {
	/* btn */
.nav-btn {
	width: 45px;
	height: 45px;
	margin: 0 15px 0 15px;
    cursor: pointer;
    position: absolute;
    right:0;
    z-index: 200;
    /*top: -12px;*/
    top:38px;
}
	.nav-btn span {
	    height: 2px;
	    display: block;
	    position: absolute;
	    top: 22.5px;
	    left: 0;
	    right: 10%;
	    background-color: #ffffff;
	    -webkit-transition: background 0.15s linear 0.15s;
	    -o-transition: background 0.15s linear 0.15s;
	    transition: background 0.15s linear 0.15s;
	}
	.nav-btn span::before {
	    top: -10px;
	    -webkit-transition: top 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    -o-transition: top 0.15s linear 0.15s, transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, transform 0.15s linear;
	    transition: top 0.15s linear 0.15s, transform 0.15s linear, -webkit-transform 0.15s linear;
	}
	.nav-btn span::after {
	    bottom: -10px;
	    -webkit-transition: bottom 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, -webkit-transform 0.15s linear;
	    -o-transition: bottom 0.15s linear 0.15s, transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, transform 0.15s linear;
	    transition: bottom 0.15s linear 0.15s, transform 0.15s linear, -webkit-transform 0.15s linear;
	}
	.nav-btn span::before, .nav-btn span::after {
	    content: "";
	    width: 100%;
	    height: 2px;
	    display: block;
	    position: absolute;
	    left: 0;
	    background-color: #ffffff;
	}
	body.nav-open .nav-btn span {
	    -webkit-transition: background 0.15s linear;
	    -o-transition: background 0.15s linear;
	    transition: background 0.15s linear;
	    background: none;
	}
	body.nav-open .nav-btn span::before {
	    top: 0px;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: top 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, transform 0.15s linear 0.15s;
	    transition: top 0.15s linear, transform 0.15s linear 0.15s, -webkit-transform 0.15s linear 0.15s;
	    background-color: #ffffff;
	}
	body.nav-open .nav-btn span::after {
	    bottom: 0px;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transition: bottom 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, -webkit-transform 0.15s linear 0.15s;
	    -o-transition: bottom 0.15s linear, transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, transform 0.15s linear 0.15s;
	    transition: bottom 0.15s linear, transform 0.15s linear 0.15s, -webkit-transform 0.15s linear 0.15s;
	    background-color: #ffffff;
	}
/* btn ENDE */

/* nav */
	.header nav{
		display:none;
	}
/* nav ENDE */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../../files/fonts/open-sans-v43-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/fonts/open-sans-v43-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../../files/fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../../files/fonts/open-sans-v43-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../../files/fonts/open-sans-v43-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../../files/fonts/open-sans-v43-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../../files/fonts/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../../files/fonts/open-sans-v43-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    padding:0;
    margin:0;
    text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
}
html,
body {
    margin:0;
    padding:0;
}
img {
	display:block;
}
body {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  color:#000000;
}
h2 {
	font-weight:600;
	color:#e30713;
	font-size:20px;
}
h2 span.small {
	font-weight:600;
	color:#e30713;
	font-size:18px;
	text-transform:unset;
	display:block;
}
header {
	position:fixed;
	z-index:50;
	width:100%;
}
.text-only header {
	background-color:#000000;
}
.home header{
	background-color:rgba(0,0,0,0.7);
}
header,
header a {
	color:#ffffff;
	text-decoration:none;
}
.header,
.footer,
.max-width{
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.logo {
	max-width:300px;
	display:inline-block;
	z-index:2;
	position:relative;
}
header .logo {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}
header nav ul li {
	display:inline-block;
}
header nav a,
header nav strong,
header nav a.trail {
	font-weight:900;
	display:inline-block;
	margin-left:30px;
	font-size:20px;
}
header nav strong,
header nav li:hover a{
	color:#e30713;
}
header nav {
	float: right;
	  margin-top: 28px;
}
footer {
	background-color:rgba(0,0,0,1);
	color:#ffffff;
}
footer a {
	text-decoration:none;
	color:#ffffff;
}
.footer-kontakt {
	display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 500;
}
.header-kontakt,
.footer-leiste{
	background-color:#e30713;
	color:#000000;
	font-weight:bold;
}
.above-fold img {
	height:100vh;
	object-fit: cover;
	width:100%;
}
.above-fold-bereich {
	position:relative;
}
.home .above-fold-bereich .content{
	top:auto;
	bottom: 0;
  position: absolute;
  z-index: 10;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  padding: 50px;
  text-align: center;
  box-sizing:border-box;
}
.above-fold-bereich .content{
	top: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  padding: 160px 50px 20px 50px;
  text-align: center;
  box-sizing: border-box;
}
/* kontaktleiste */
.header-kontakt {
	text-align:right;
	z-index: 3;
	position: relative;
}
.header-kontakt .icons img {
  height: 17px;
  width: auto;
  position: absolute;
  top: 5px;
}
.header-kontakt a {
	color: #000000;
  text-decoration: none;
  padding-left: 20px;
  line-height: 28px;
margin-left: 2px;
  font-size: 12px;
  display: inline-block;
}
/* smaller */
.smaller .header-kontakt {
	margin-top:-25px;
}
.smaller .header .logo {
  max-width:200px;
}
.smaller header nav {
  float: right;
  margin-top: 15px;
}
.smaller header {
	background-color:rgba(0,0,0,1);
}
.smaller .header-kontakt,
.smaller .logo,
.smaller header nav,
.smaller header {
  transition: all ease 0.5s;
}
/* styles */
a.btn {
color: #000000;
  background-color: #e30713;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 800;
  text-decoration: none;
  margin-top: 40px;
}
/* footer */
footer .logo {
	max-width:200px;
	margin-top:-5px;
}
footer {
	display:inline-block;
	width:100%;
}
.footer-leiste {
	margin-top:20px;
}
.footer-leiste {
	font-size:bold;
}
.footer-leiste p {
	line-height:28px;
	font-size:12px;
	color:#ffffff;
}
/* content */
.mod_article.content {
	margin-top:50px;
	margin-bottom:50px;
}
/*.mod_article.content h2 {
	font-size:30px;
	font-weight:800;
	margin-bottom:35px;
}*/
.mod_article.content h2 {
	font-size: 42px;
  font-weight: 800;
  margin-bottom: 50px;
}
.mod_article.content p {
	font-weight:400;
	padding-bottom:15px;
}
.mod_article.content p,
.mod_article.content h3,
.mod_article.content ul li,
.cta h4{
	line-height:1.7em;
}
.mod_article.content p:last-of-type {
	padding-bottom:0;
}
.text-center {
	text-align:center;
}
.map iframe {
	display:block;
	width:100%;
}
.bg-black {
	background-color:#000000;
	color:#ffffff;
	padding-top:100px;
	padding-bottom:100px;
}
.large.mod_article.content h2 {
	font-size:75px;
}
.large h3 {
	font-size:42px;
}
.col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3px;
  background-color:#e30613;
  width:calc(100% + 60px);
  margin-left:-30px;
}
.col-3.red-line {
  grid-gap: 0 3px;
}
.col-3.red-line .ce_text:nth-child(1),
.col-3.red-line .ce_text:nth-child(2),
.col-3.red-line .ce_text:nth-child(3){
	padding-top:0;
}
.col-3.red-line .ce_text{
  padding-top:50px;
}
.col-3 .ce_text {
	padding:0 30px;
	background-color:#ffffff;
}
h2.center {
	text-align:center;
}
.col-3 h3{
	color:#000000;
	font-size:20px;
	font-weight:900;
	margin-bottom:20px;
}
.cta .btn {
	margin-top:15px;
}
.cta {
	margin-top:50px;
}
.cta h4 {
	color:#000000;
	font-size:20px;
	font-weight:900;
}
.cta .btn:hover {
	background-color:#000000;
	color:#ffffff;
	transition:all ease 0.5s;
}
/* ueber uns */
.small.above-fold img {
  height: 375px;
}
.above-fold-bereich h1 {
	font-size: 42px;
  font-weight: 800;
  /*margin-bottom: 50px;*/
}
.above-fold-bereich h2 {
	font-size: 20px;
  font-weight: 900;
}
.ueber-mich .col-3 figure {
	height:100%;
}
.ueber-mich .col-3 img{
	object-fit: cover;
  height: 100%;
}
.ueber-mich .col-3 .ce_image {
	grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
}
/* fonts */
.above-fold-bereich h1 {
	font-size:40px;
	font-weight:900;
}
.above-fold-bereich h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4em;
  color: #fff;
}
.mod_article.content h2,
.text-only h1{
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 50px;
  color:#e30713;
}
h2 {
	font-size:30px;
	text-transform:normal;
	font-weight:900;
}
h2 span.small {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4em;
  padding-left:5px;
	line-height: normal;
  margin-top: 0px;
}
.large.mod_article.content h2 {
	font-size:40px;
	font-weight:900;
}
.large.mod_article.content h3 span.small {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4em;
  /*padding-left:5px;*/
	line-height: normal;
  margin-top: 0px;
}
.large.mod_article.content h3 {
	font-size:18px;
	line-height: normal;
  margin-top: 0px;
}
.cta h4 span.small {
	display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4em;
  margin-top: -9px;
  padding-left: 2px;
	line-height: initial;
  margin-top: 0px;
}
.above-fold-bereich a.btn,
.large a.btn {
  color: #000000;
  background-color: #ffffff;
}
a.btn:hover,
.cta a.btn:hover{
	color:#ffffff;
	background-color: #e30713;
	transition: all ease 0.5s;
}
a.btn {
  color: #ffffff;
  background-color: #000000;
}
.text-only .ce_text a {
	color:#000000;
}
.text-only .ce_text a:hover {
	color:#e30713;
}
.text-only #container {
	padding-top:130px;
}
.text-only .mod_article.content h2 {
	color:#000000;
	margin-top:50px;
	margin-bottom:20px;
	font-size:20px;
	font-weight:900;
}
.text-only .ce_text ul {
	margin-left:30px;
	padding-bottom:15px;
}
.col-3.padding .ce_text {
	padding-top:50px;
}

/* formular */
.kontaktformular input,
.kontaktformular select,
.kontaktformular textarea{
	width:100%;
/*	background-color:#ffffff;*/
	background-color:transparent;
	border:1px solid #000000;
	line-height:50px;
	box-sizing:border-box;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:10px;
	font-size:16px;
	font-family: 'Lato';
	  webkit-border-radius: 0;
	border-radius: 0;
	height:50px;
}
.kontaktformular input:focus,
.kontaktformular select:focus,
.kontaktformular textarea:focus {
	border:1px solid #e30713;
}
.kontaktformular textarea{
	min-width:100%;
	height: 115px;
}
.kontaktformular button.submit{
  color: #ffffff;
  background-color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 800;
  text-decoration: none;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 900;
  border: 3px solid #000000;
  text-decoration: none;
  cursor: pointer;
  margin-top:29px;
}
.kontaktformular button.submit:hover {
  border: 3px solid #e30713;
  color: #ffffff;
  background-color: #e30713;
  transition: all ease 0.5s;
}
.kontaktformular .form-wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 20px;
}
.widget-checkbox {
	margin-top:15px;
	margin-bottom:30px;
}
.checkbox_container {
	border:0;
}
.widget-checkbox input {
	float: left;
  width: auto;
  height: auto;
  margin-right: 15px;
  margin-top: 4px;
}
.widget-checkbox a {
	color:#000000;
}

/* kontaktformular ende */

@media only screen and (max-width: 680px) {
	.kontaktformular .form-wrapper {
		column-count: 1;
	}
	.kontaktformular .widget-explanation {
		width: 100%;
		padding-right: 0;
		font-size:15px;
	}
	.ce_text.kontaktdaten {
	  max-width:100%;
	}
}
@media only screen and (max-width: 520px) {
	
.kontaktformular .form-wrapper {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
  margin-bottom: 15px;
}
}

/* erweiterung mit bild */
.ce_form {
  width: calc(100% - 400px);

}
.ce_text.kontaktdaten {
  max-width: 50%;
  float: right;
  width: 330px;
  /*margin-top: 68px;*/
  margin-top:22px;
}
.ce_text.kontaktdaten p,
.ce_text.kontaktdaten a {
	font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-decoration:none;
}
.ce_text.kontaktdaten a {
  color:#000000;
}
.ce_text.kontaktdaten a:hover {
  color:#ba1926;
}
.ce_text.kontaktdaten figure {
	margin-bottom:20px;
}
.kontaktformular textarea{
	height: 162px;
}
.widget-checkbox input {
	float: left;
  width: auto;
  height: auto;
  margin-right: 15px;
  margin-top: 4px;
}
.widget-checkbox a {
	color:#000000;
}
.widget-checkbox a:hover {
	color:#ba1926;
}
@media only screen and (max-width: 890px) {
	#kontakt {
		display:grid;
	}
  .ce_form {
    width: 100%;
  }
  .ce_text.kontaktdaten {
   	order:2;
  	margin-top:0;
  }
  .kontaktformular {
  	margin-bottom:75px;
  }
	.kontaktformular .form-wrapper {
		column-count: 1;
	}
	.kontaktformular .widget-explanation {
		width: 100%;
		padding-right: 0;
		font-size:15px;
	}
	 .ce_text.kontaktdaten {
    order: 2;
    margin-top: 0;
  }
  .kontaktbereich {
    display:grid;
  }
}
@media only screen and (max-width: 1440px) {
}



@media only screen and (max-width: 680px) {
	.logo {
		max-width: calc(100% - 70px);
		width: 300px;
		display: inline-block;
	}
}

@media only screen and (max-width: 1024px) {
	.above-fold-bereich figure {
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.above-fold-bereich figure img,
	.small.above-fold img{
		object-fit: cover;
		height: 100%;
	}
	.home .above-fold-bereich .content,
	.above-fold-bereich .content {
		position:relative;
		padding: 160px 20px 50px 20px;
	}
	.home header {
		background-color:transparent;
	}
	.home.smaller header {
	  background-color: rgba(0,0,0,1);
	}
	.above-fold-bereich h1 {
		margin-bottom:20px;
	}
}

@media only screen and (max-width: 900px) {
	.header nav ul.level_2 {
	  position: relative;
	  float: right;
	  clear: both;
	}
	.header nav ul li a,
	.header nav ul li strong{
		float:right;
	}
	.header-menu li {
	    display: block;
	    padding-bottom: 20px;
	    float:right;
	    clear:both;
	}
	.header-menu li.show-submenu {
		float:right;
	}
	.header nav{
		position: absolute;
	    background-color: #000;
	    top: 0;
	    right: 0;
	    padding-top: 120px !important;
	    padding: 30px;
	    padding-top: 30px;
	    height: 100vh;
	    width: 100%;
	    overflow-y: auto;
	    z-index: 20;
	    z-index: 1;
	    border-left: 1px solid rgba(0,0,0,0.5);
	    margin-top: 0;
	    box-sizing: border-box;
	    left: 0;
	}
	.header-menu li:not(:last-child)::after {
	  content: '';
	  padding-left: 0;
	}
	.header-menu ul{
		padding-top: 0;
	}
	.header-menu ul.level_2 {
		padding-top: 0;
	}
	header nav a, header nav strong, header nav a.trail {
		margin-left:0;
	}
	.col-3 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 3px;
		width: 100%;
		margin-left: 0;	
	}
	.col-3.red-line {
	  grid-gap: 3px;
	}
	.col-3 .ce_text,
	.col-3.red-line .ce_text,
	.col-3.red-line .ce_text:nth-child(2),
	.col-3.red-line .ce_text:nth-child(3){
		padding: 30px 0;
		background-color: #ffffff;
	}
	.col-3 .ce_text:first-of-type,
	.col-3.red-line .ce_text:first-of-type,
	.col-3.red-line .ce_text:nth-child(1){
		padding-top:0;
	}
	.col-3 .ce_text:last-of-type,
	.col-3.red-line .ce_text:last-of-type{
		padding-bottom:0;
	}
	.ueber-mich .col-3 {
		display:block;
	}
	.ueber-mich .ce_text,
	.ueber-mich .ce_image{
		width:100%;
	}
	.footer-kontakt {
		display:block;
	}
	.footer-kontakt .logo,
	.footer-kontakt p{
		float:left;
	}
	.footer-kontakt .logo,
	.footer-kontakt p:first-of-type{
		padding-right:20px;
	}
	.footer-kontakt .menu {
		display:inline-block;
		margin-top:30px;
		width:100%;
	}
}
@media only screen and (max-width: 680px) {
	.footer-kontakt .logo {
    	float: none;
    	padding-bottom:20px;
	}
	.footer-kontakt p {
		float: right;
		display: block;
		min-width: 50%;
		padding-right: 0;
	}
	.footer-kontakt p:first-of-type {
  		padding-right:0;
	}
	.ce_text.kontaktdaten {
		max-width: 100%;
	}
	span.telefonnummer {
		display:none;
	}
}
@media only screen and (max-width: 480px) {
	.header-kontakt .icons a:nth-child(even) {
		display:none;
	}
	.header-kontakt .icons {
		min-height:28px;
		margin-right:20px;
	}
	.header-kontakt a {
		padding-left:30px;
	}
	.footer-kontakt .logo, .footer-kontakt p {
		float:left;
		width:100%;
	}
}
