@charset "utf-8";
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nova_klassesemibold';
    src: url('../fonts/novaklasse-semibold-webfont.woff2') format('woff2'),
         url('../fonts/novaklasse-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#FuturaMdBTBold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}


/* Grundenstellungen */
html {
	scroll-behavior: smooth;
}
body {
	margin:0;
	padding:0;
    font-size: 18px;
    background: #969696;
	}
#bodyarea {
    padding:120px 0 0;
    margin:0;
	hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
    background: #969696;
    color:#fff;
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    position: relative;
    width:100%;
    overflow: hidden;
	}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
#bodyarea {
    padding:80px 0 0;
    }
}


/* menubereich */
#headerarea {
    display:grid;
    grid-template-columns: calc(5% - 19px) 250px calc(90% - 221px) calc(5% - 10px) ;
    grid-template-rows: 73px 36px min-content;
    position: fixed;
    width:100%;
    top:0;
    z-index: 500;
}
#logoarea {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    position: relative;
    z-index:500;
}
#logoarea img {
    width:100%;
    height:auto;
    top: -1px;
  position: relative;
}
#menubigarea {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 14px;
    text-transform: uppercase;
}
#menuarea ul {
    padding:0;
    margin:0;
    text-align: right;
}
#menuarea ul li {
    padding:0;
    margin:0;
    display:inline-block;
    list-style: none;
}
#menuarea a {
    color:#fff;
    text-decoration: none;
    padding: 10px 1.25vw;
    border-left: 2px solid #e30613;
}
.ctatel {
    background: #e30613;
}
.ctatel:before {
    content: url("../images/icon-telefon.svg");
    display:inline-block;
    position: relative;
    width:18px;
    height:18px;
    top: 3px;
    left: -10px;
}
#mobilebutton {
	display:none;
	}
#menubigarea > input {
	display:none;
	}
#mobilebutton + span,
#mobilebuttonactive + span{
    display:none;
}

@media (max-width: 1280px) {
#menubigarea {
    grid-column: 1 / 5;
  grid-row: 1 / 5;
    }
#mobilebutton {
	clear:both;
	position:absolute;
	top:78px;
	right:5%;
	display:block;
    width: 60px;
	height:30px;
    z-index: 100;
	float:right;
	}
#mobilebutton #bars {
    display: block;
    padding: 0 0 6px;
    width: 27px;
	margin:0;
}
#mobilebutton + span {
	position:absolute;
    display:block;
	right:5%;
	top:120px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.3em;
	width: 60px;
    color:#0053a1;
    z-index: 110;
	}
#mobilebutton #bars span.bar {
    display: block;
    margin: 0 auto 9px;
    padding-bottom: 5px;
    width: 60px;
	background:#e30613;
    z-index: 110;
    position: relative;
}
#realbutton {
	clear:both;
	position:absolute;
	top:78px;
	right:5%;
	display:block;
    width: 60px;
	height:30px;
    z-index: 510;
	float:right;
	opacity:0;
	}
#mobilebuttonactive {
	position:absolute;
	top:78px;
	right:5%;
	display:block;
    width: 60px;
	height:30px;
    z-index: 120;
	float:right;
}
#mobilebuttonactive #bars {
    display: block;
    padding: 0 0 5px;
    width: 27px;
	margin:0;
}
#mobilebuttonactive + span {
	position:absolute;
    display:block;
	right:5%;
	top:112px;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	width: 45px;
	}
#mobilebuttonactive #bars span.bara,
#mobilebuttonactive #bars span.barb,
#mobilebuttonactive #bars span.barc {
    background: #e30613 none repeat scroll 0 0;
    display: block;
    margin: 0 0 9px;
    padding-bottom: 5px;
    width: 60px;
	opacity:1;
 transition: all 0.5s ease-in-out 0ms;
 -webkit-transition: all 0.5s ease-in-out 0ms;
 -moz-transition: all 0.5s ease-in-out 0ms; 
 -o-transition: all 0.5s ease-in-out 0ms; 
 -ms-transition: all 0.5s ease-in-out 0ms;
}
#menubigarea > label + input:checked + div#menuarea .bara{
    background: #d4210e none repeat scroll 0 0;
 	transform: rotate(45deg) translateY(0px) translateX(0px);
	margin: 10px 0 0 5px;
	width: 45px; 
 transition: all 0.5s ease-in-out 50ms;
 -webkit-transition: all 0.5s ease-in-out 50ms;
 -moz-transition: all 0.5s ease-in-out 50ms; 
 -o-transition: all 0.5s ease-in-out 50ms; 
 -ms-transition: all 0.5s ease-in-out 50ms;
}
#menubigarea > label + input:checked + div#menuarea .barb{
	opacity:0;
 transition: all 0.5s ease-in-out 50ms;
 -webkit-transition: all 0.5s ease-in-out 50ms;
 -moz-transition: all 0.5s ease-in-out 50ms; 
 -o-transition: all 0.5s ease-in-out 50ms; 
 -ms-transition: all 0.5s ease-in-out 50ms;
	}
#menubigarea > label + input:checked + div#menuarea .barc{
    background: #d4210e none repeat scroll 0 0;
	transform: rotate(-45deg) translateY(0px) translateX(0px);
	margin-top: -14px;
	width: 45px;
	margin: -18px 0 0 5px;
 transition: all 0.5s ease-in-out 50ms;
 -webkit-transition: all 0.5s ease-in-out 50ms;
 -moz-transition: all 0.5s ease-in-out 50ms; 
 -o-transition: all 0.5s ease-in-out 50ms; 
 -ms-transition: all 0.5s ease-in-out 50ms;
}
#menubigarea > input {
	display:none;
	}
#menubigarea {
	clear:both;
	position:fixed;
	float:none;
  	width: 100%;
	padding:0;
	margin:0;
	top:0;
	left:0;
	height:5px;
	max-height:5px;
	display:block;
	}
#menubigarea > div#menuarea {
	position:absolute;
  	width: 100%;
	padding:0;
	margin:0 0 2rem 0;
	height: 0;
	max-height:0;
	display:block;
	overflow:hidden;
  	color:#fff;
	background:#969696;
    border-bottom:0px solid #fff;
  	z-index:500;
 transition: all 0.5s ease-in-out 50ms;
 -webkit-transition: all 0.5s ease-in-out 50ms;
 -moz-transition: all 0.5s ease-in-out 50ms; 
 -o-transition: all 0.5s ease-in-out 50ms; 
 -ms-transition: all 0.5s ease-in-out 50ms;

}
#menubigarea > label + input:checked + div#menuarea{
  	height:700px;
  	max-height:1200px;
  	padding:0;
    border-bottom:1px solid #fff;
  transition: all 0.5s ease-in-out 50ms;
 -webkit-transition: all 0.5s ease-in-out 50ms;
 -moz-transition: all 0.5s ease-in-out 50ms; 
 -o-transition: all 0.5s ease-in-out 50ms; 
 -ms-transition: all 0.5s ease-in-out 50ms;
}    
#menuarea ul {
  margin: 180px auto 0;
  text-align: center;
}
#menuarea ul li {
  line-height: 2em;
    display:block;
    }
#menuarea ul li a {
  width: 90%;
  display: block;
    margin: 0 auto;
    letter-spacing: 0.2em;
    border-left:none;
    transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -webkit-appearance: none;
}
#menuarea ul li a:hover {
letter-spacing: 0.4em;
    transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -webkit-appearance: none;
}       
    
    
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
#headerarea {
  background: #969696;
    border-bottom: 1px solid #fff;
}
#logoarea img {
    width: 50%;
    top: 20px;
    margin-left: 4vw;
}
     
#mobilebutton {
	top:60px;
	right:5%;
    width: 60px;
	height:30px;
	}
#mobilebutton + span {
	top:84px;
}
#mobilebutton #bars span.bar {
    margin: 0 auto 4px;
    padding-bottom: 3px;
    width: 60px;
}
#realbutton {
	top:60px;
	right:5%;
    width: 60px;
	height:30px;
}
#mobilebuttonactive {
	top:60px;
	right:5%;
    width: 60px;
	height:30px;
}
#mobilebuttonactive #bars {
    padding: 0 0 5px;
    width: 27px;
}
#mobilebuttonactive + span {
	top:84px;
}
#mobilebuttonactive #bars span.bara,
#mobilebuttonactive #bars span.barb,
#mobilebuttonactive #bars span.barc {
    margin: 0 0 4px;
    padding-bottom: 3px;
    width: 60px;
}
#menubigarea > label + input:checked + div#menuarea .bara{
	margin: 10px 0 0 5px;
	width: 45px; 
}
#menubigarea > label + input:checked + div#menuarea .barc{
	width: 45px;
	margin: -9px 0 0 5px;
}     
}





/* Modulposition 1 */
#precontent1 {
}
.hero .mod-custom {
    display:grid;
    grid-template-columns: 16.5% 9.5% 2% 7.5% 36.5% 2% 26%;
    grid-template-rows: 60px 60px min-content 40px min-content min-content 40px;
    margin: 120px 0 200px;
}
.hero .mod-custom:before {
    grid-column: 3 / 7;
    grid-row: 1 / 8;
    content: "";
    display:block;
    background: #505050;
}
.hero .mod-custom .herotitle {
    grid-column: 2 / 6;
    grid-row: 2 / 4;    
    z-index: 60;
}
.hero .mod-custom h1 {    
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 72px;
    line-height: 1em;
    font-weight: normal;
    padding: 20px 0 20px 15px;
    margin:0;
    border-left: 5px solid #e30613;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;    
}
.hero .mod-custom .heroimage {
    grid-column: 5 / 8;
    grid-row: 3 / 4;    
    z-index: 40;
    position: relative;
    overflow: hidden;
    opacity:0;
    top:20px;
transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.hero .mod-custom .heroimage.faded {
    opacity:1;
    top:0;
transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
}
.hero .mod-custom .heroimage img {
    width:100%;
    height:auto;
    filter: brightness(0.7);
}
.hero .mod-custom .heroimage:after {
    content: "";
    display:block;
    height:70vw;
    width:70vw;
    z-index: 50;
    position: absolute;
    left:-35vw;
    top:-35vw;
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
    transform: scale(1.5);
    transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.hero .mod-custom .heroimage.faded:after {
    transform: scale(1);
transition: all 1500ms ease-in-out 0s;
-webkit-transition: all 1500ms ease-in-out 0s;
-moz-transition: all 1500ms ease-in-out 0s;
-o-transition: all 1500ms ease-in-out 0s;
-ms-transition: all 1500ms ease-in-out 0s;
}
.hero .mod-custom p {
    grid-column: 4 / 6;
    grid-row: 5 / 6;    
    z-index: 60;
    text-align: center;
}
.hero .mod-custom p:nth-of-type(2) {
    grid-row: 6 / 7;    
}
@media (max-width: 1200px) {
.hero .mod-custom h1 {    
    font-size: 60px;
    }
.hero .mod-custom {
  grid-template-columns: 9.5% 9.5% 2% 3% 55.5% 2% 15.5%;
    }
}
@media (max-width: 959px) {
.hero .mod-custom h1 {    
    font-size: 48px;
    }
.hero .mod-custom .herotitle {
  grid-column: 2 / 8;
    }
}
@media (max-width: 767px) {
.hero .mod-custom h1 {    
    font-size: 36px;
    }
 .hero .mod-custom {
    grid-template-columns: 9.5% 5% 2% 0% 70% 2% 9.5%;
  }
.hero .mod-custom .heroimage {
  grid-column: 1 / 8;
    }
.hero .mod-custom .heroimage img {
  width: auto;
  height: 60vw;
    position: relative;
    left:calc(30vw - 50%);
    }
.hero .mod-custom::before {
  grid-column: 1 / 7;
    }
.hero .mod-custom p {
    grid-column: 2 / 6;
}
}
@media (max-width: 460px) {
 .hero .mod-custom {
    grid-template-columns: 9.5% 5% 2% 0% 70% 2% 9.5%;
     grid-template-rows: 60px 60px min-content 20px min-content min-content 40px;
  }
.hero .mod-custom h1 {    
    font-size: 24px;
    }
}


/* Modulposition 2 */
#precontent2  { 
    
}
.services {
    display:grid;
    grid-template-columns:5% 11.5% 46% 32.5% 5%;
    grid-template-rows: min-content min-content 60px;
    background: #505050;
    margin:40px 0 200px;
} 
.services h2 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 48px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    margin:0;
    border-left: 3px solid #e30613;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    top:-40px;
    position: relative;
}
.services .mod-custom {
    grid-column: 2 / 5;
    grid-row: 2 / 3;
    position: relative;
}
.services .mod-custom ul {
    padding:0;
    margin:0;
    width:100%;
    display:grid;
    grid-template-columns: 2% 14.6% 2% 14.6% 2% 14.6% 2% 14.6% 2% 14.6% 2% 14.6%;
    grid-template-rows: min-content 6vw;
}
.services .mod-custom ul li {
    grid-row: 1 / 2;
    list-style: none;
    margin:0;
  position: relative;
    width:100%;
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-size: 24px;
  line-height: 1em;
  font-weight: normal;
  padding: 10px 0 20px 15px;
    width:calc(100% - 18px);
  border-left: 3px solid #e30613; 
}
.services .mod-custom ul li a {
    color:#fff;
    text-decoration: none;
}
.services .mod-custom ul li:nth-of-type(1) {
    grid-column: 2 / 3;
}
.services .mod-custom ul li:nth-of-type(2) {
    grid-column: 4 / 5;
}
.services .mod-custom ul li:nth-of-type(3) {
    grid-column: 6 / 7;
}
.services .mod-custom ul li:nth-of-type(4) {
    grid-column: 8 / 9;
}
.services .mod-custom ul li:nth-of-type(5) {
    grid-column: 10 / 11;
}
.services .mod-custom ul li:nth-of-type(6) {
    grid-column: 12 / 13;
}
.services .mod-custom ul li:after {
    position: absolute;
    content:url("../images/icon-rohrleitungsbau.svg");
    display:block;
    width:6vw;
    height:6vw;
    position: absolute;
    left:-2vw;
    top:60px;
    filter: invert(1);
}
.services .mod-custom ul li.strasse:after {
    content:url("../images/icon-strassenbau.svg");
}
.services .mod-custom ul li.tief:after {
    content:url("../images/icon-tiefbau.svg");
}
.services .mod-custom ul li.wege:after {
    content:url("../images/icon-wegebau.svg");
}
.services .mod-custom ul li.pflaster:after {
    content:url("../images/icon-pflaster.svg");
}
.services .mod-custom ul li.aussen:after {
    content:url("../images/icon-aussenanlagen.svg");
}
.services .mod-custom p {
    text-align: center;
}
@media (max-width: 1400px) {
.services .mod-custom ul {
  grid-template-columns: 2% 31.2% 2% 31.2% 2% 31.2%;
  grid-template-rows: min-content 12vw min-content 12vw;
}
.services .mod-custom ul li:nth-of-type(1) {
    grid-column: 2 / 3;
}
.services .mod-custom ul li:nth-of-type(2) {
    grid-column: 4 / 5;
}
.services .mod-custom ul li:nth-of-type(3) {
    grid-column: 6 / 7;
}
.services .mod-custom ul li:nth-of-type(4) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}
.services .mod-custom ul li:nth-of-type(5) {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}
.services .mod-custom ul li:nth-of-type(6) {
    grid-column: 6 / 7;
    grid-row: 3 / 4;
}
.services .mod-custom ul li::after {
  width: 10vw;
  height: 10vw;
    top:50px;
    }
}
@media (max-width: 1200px) {
.services h2 {
  font-size: 36px;
    }
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
.services .mod-custom ul {
  grid-template-columns: 2% 48% 2% 48%;
  grid-template-rows: min-content 18vw min-content 18vw min-content 18vw ;
}
.services .mod-custom ul li:nth-of-type(1) {
    grid-column: 2 / 3;
}
.services .mod-custom ul li:nth-of-type(2) {
    grid-column: 4 / 5;
}
    
.services .mod-custom ul li:nth-of-type(3) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}
.services .mod-custom ul li:nth-of-type(4) {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}
    
.services .mod-custom ul li:nth-of-type(5) {
    grid-column: 2 / 3;
    grid-row: 5 / 6;
}
.services .mod-custom ul li:nth-of-type(6) {
    grid-column: 4 / 5;
    grid-row: 5 / 6;
}
.services .mod-custom ul li::after {
  width: 15vw;
  height: 15vw;
    top:50px;
    }
}
@media (max-width: 460px) {
.services h2 {
  font-size: 24px;
    }
.services .mod-custom ul {
  grid-template-columns: 34% 66%;
  grid-template-rows: min-content 24vw min-content 24vw min-content 24vw min-content 24vw min-content 24vw min-content 24vw;
}
.services .mod-custom ul li {
  font-size: 18px;
    }
.services .mod-custom ul li:nth-of-type(1) {
    grid-column: 2 / 3;
}
.services .mod-custom ul li:nth-of-type(2) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}
.services .mod-custom ul li:nth-of-type(3) {
    grid-column: 2 / 3;
    grid-row: 5 / 6;
}
.services .mod-custom ul li:nth-of-type(4) {
    grid-column: 2 / 3;
    grid-row: 7 / 8;
}
    
.services .mod-custom ul li:nth-of-type(5) {
    grid-column: 2 / 3;
    grid-row: 9 / 10;
}
.services .mod-custom ul li:nth-of-type(6) {
    grid-column: 2 / 3;
    grid-row: 11 / 12;
}
.services .mod-custom ul li::after {
  width: 20vw;
  height: 20vw;
    top:10px;
    left:-20vw;
    }
}



/* Modulposition 3 */
.teaserthree {
    display:grid;
    grid-template-columns: 14.5vw 23vw 2vw 21vw 2vw 20vw 11.5vw min-content;
    grid-template-rows: min-content min-content 60px; 
    margin:40px 0 0;
}
.teaserthree:before {
    grid-column: 2 / 7;
    grid-row: 1 / 4;
    content: "";
    display:block;
    background: #505050;
}
.teaserthree h2 {
    grid-column: 2 / 5;
    grid-row: 1 / 2;    
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 48px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    margin:0 0 0 9.5vw;
    border-left: 3px solid #e30613;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    top:-40px;
    position: relative;
}
.teaserthree .newsflash {
    grid-column: 1 / 8;
    grid-row: 2 / 3;   
    display:grid;
    grid-template-columns: 14.5vw 23vw 2vw 21vw 2vw 31.5vw 5vw;
    grid-template-rows: min-content;    
}
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    display:grid;
    grid-template-columns:14.5vw 2vw 21vw;
    grid-template-rows: min-content min-content min-content;
}
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(2) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    display:grid;
    grid-template-columns:1vw 20vw;
    grid-template-rows: min-content min-content min-content;
}
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(3) {
    grid-column: 6 / 7;
    grid-row: 1 / 2;
    display:grid;
    grid-template-columns:11.5vw 21vw;
    grid-template-rows: min-content min-content min-content;
}
.teaserthree .newsflash .mod-articlesnews__item h3 {
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    border-left: 3px solid #e30613;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    top:-20px;
    position: relative;
    margin:0;
transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
}
.teaserthree .newsflash .mod-articlesnews__item h3:hover {
    border-left: 10px solid #e30613;
transition: all 100ms ease-in-out 0ms;
  -webkit-transition: all 100ms ease-in-out 0ms;
  -moz-transition: all 100ms ease-in-out 0ms;
  -o-transition: all 100ms ease-in-out 0ms;
  -ms-transition: all 100ms ease-in-out 0ms;
}
.teaserthree .newsflash .mod-articlesnews__item h3 a {
    color:#fff;
    text-decoration: none;
}
.teaserthree .newsflash-title {
    grid-row: 2 / 3;
    z-index: 50;
}
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(1) .newsflash-title {
    grid-column: 3 / 4;
} 
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(2) .newsflash-title {
    grid-column: 2 / 3;
} 
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(3) .newsflash-title {
    grid-column: 2 / 3;
} 
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(1) .introtext {
    grid-column: 3 / 4;
} 
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(2) .introtext,
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(3) .introtext{
    grid-column: 2 / 3;
} 


.teaserthree .newsflash-image {
    grid-row: 1 / 2;
    grid-column: 1 / 4;
    z-index: 30;
    margin: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    opacity:0;
    top:20px;
transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.teaserthree .newsflash-image.faded {
    opacity:1;
    top:0;
transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
}
.teaserthree .newsflash-image img {
    width:100%;
    height:auto;
    filter: brightness(0.7);
}
.teaserthree .newsflash-image:after {
    content: "";
    display:block;
    height:45vw;
    width:45vw;
    z-index: 40;
    position: absolute;
    left:-22.5vw;
    bottom:-22.5vw;
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
    transform: scale(1.5);
    transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.teaserthree .newsflash-image.faded:after {
    transform: scale(1);
transition: all 1500ms ease-in-out 0s;
-webkit-transition: all 1500ms ease-in-out 0s;
-moz-transition: all 1500ms ease-in-out 0s;
-o-transition: all 1500ms ease-in-out 0s;
-ms-transition: all 1500ms ease-in-out 0s;
}
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(2) .newsflash-image:after {
    height:35vw;
    width:35vw;
    left:-17.5vw;
    bottom:-17.5vw;
}
.teaserthree .introtext {
    grid-column: 3 / 4;
}



.underteaserthree {
    display:block;
    background: #505050;
    width: calc(68vw - 9.5vw);
    height:60px;
    margin:0 0 200px 14.5vw;
    padding:0 0 0 9.5vw;
}
.underteaserthree p {
    margin: 0;
}
@media (max-width: 1200px) {
.teaserthree {
    grid-template-columns: 14.5vw 23vw 2vw 21vw 2vw 22vw 11.5vw min-content;
    } 
.teaserthree h2 {
  font-size: 36px;
    }
.underteaserthree {
  width: calc(70vw - 9.5vw);
    }
}
@media (max-width: 959px) {
.teaserthree {
    grid-template-columns: 14.5vw 72vw 9.5vw min-content;
    grid-template-rows: min-content min-content 60px;
    }
.teaserthree::before {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  }    
.teaserthree .newsflash {
  grid-column: 1 / 5;
  grid-row: 2 / 3;
  grid-template-columns: 14.5vw 2vw 68vw 2vw 9.5vw 5vw;
  grid-template-rows: min-content 60px min-content 60px min-content;
}    
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  display: grid;
  grid-template-columns: 14.5vw 2vw 68vw;
  grid-template-rows: min-content min-content min-content;
}    
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(2) {
  grid-column: 3 / 6;
  grid-row: 3 / 4;
  display: grid;
  grid-template-columns: 11.5vw 68vw;
  grid-template-rows: min-content min-content min-content;
}   
.teaserthree .newsflash .mod-articlesnews__item:nth-of-type(3) {
  grid-column: 3 / 4;
  grid-row: 5 / 6;
  display: grid;
  grid-template-columns: 2vw 66vw;
  grid-template-rows: min-content min-content min-content;
}   
.underteaserthree {
  width: calc(72vw - 9.5vw);
    }
}
@media (max-width: 767px) {

}
@media (max-width: 460px) {
.teaserthree h2 {
  font-size: 24px;
    }
.teaserthree .newsflash .mod-articlesnews__item h3 {
  font-size: 18px;
    }
.underteaserthree {
  width: calc(72vw - 4vw);
    padding:0 2vw 0 2vw;
    }
.underteaserthree .cta {
        margin-top:0;
    }
}


/* Hauptinhalt */
#contentarea {
}
.blog-featured .items-leading {
    display:grid;
    grid-template-columns: 5% 46% 9.5% 34.5% 5%;
    grid-template-rows: min-content 200px;
}
.blog-featured .items-leading .blog-item:nth-of-type(1) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    display:grid;
    grid-template-columns: 9.5vw 2vw 32.5vw 2vw;
    grid-template-rows: 60px min-content min-content 40px;
}
.blog-featured .items-leading .blog-item:nth-of-type(2) {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
    display:grid;
    grid-template-columns: 2vw 23vw 9.5vw;
    grid-template-rows: 60px min-content min-content 40px;
}


.blog-featured .items-leading .blog-item:nth-of-type(1):before {
    grid-column: 2 / 5;
    grid-row: 1 / 8;
    content: "";
    display:block;
    background: #505050;
}
.blog-featured .items-leading .blog-item:nth-of-type(1) .item-content {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    display:grid;
    grid-template-columns: 100%;
    grid-template-rows: min-content min-content min-content min-content min-content;
}

.blog-featured .items-leading .blog-item:nth-of-type(1) .item-title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    z-index: 50;
}
.blog-featured h2 {
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 48px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    border-left: 3px solid #e30613;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    top:-40px;
    position: relative;
    margin:0;
}
.blog-featured h2 a {
    color:#fff;
    text-decoration: none;
}
.blog-featured .items-leading .blog-item:nth-of-type(1) p:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.blog-featured .items-leading .blog-item:nth-of-type(1) p:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.blog-featured .items-leading .blog-item:nth-of-type(1) p:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.blog-featured .items-leading .blog-item:nth-of-type(1) p:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.blog-featured .items-leading .blog-item:nth-of-type(1) .item-image {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    z-index: 30;
    margin:0;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.blog-featured .items-leading .blog-item .item-image {
    opacity:0;
    top:20px;
transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.blog-featured .items-leading .blog-item .item-image.faded {
    opacity:1;
    top:0;
transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
}


.blog-featured .items-leading .blog-item .item-image img {
    width:100%;
    height:auto;
    filter: brightness(0.7);
}
.blog-featured .items-leading .blog-item:nth-of-type(1) .item-image:after {
    content: "";
    display:block;
    height:55vw;
    width:55vw;
    z-index: 40;
    position: absolute;
    left:-27.5vw;
    bottom:-27.5vw;
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
}



.blog-featured .items-leading .blog-item:nth-of-type(2):before {
    grid-column: 1 / 3;
    grid-row: 1 / 5;
    content: "";
    display:block;
    background: #505050;
}
.blog-featured .items-leading .blog-item:nth-of-type(2) .item-content {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    display:grid;
    grid-template-columns: calc(100% - 9.5vw) 9.5vw;
    grid-template-rows: min-content min-content min-content min-content min-content;
}

.blog-featured .items-leading .blog-item:nth-of-type(2) .item-title {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    z-index: 50;
}
.blog-featured .items-leading .blog-item:nth-of-type(2) p:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.blog-featured .items-leading .blog-item:nth-of-type(2) p:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.blog-featured .items-leading .blog-item:nth-of-type(2) p:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.blog-featured .items-leading .blog-item:nth-of-type(2) p:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.blog-featured .items-leading .blog-item:nth-of-type(2) .item-image {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    z-index: 30;
    margin:0;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.blog-featured .items-leading .blog-item:nth-of-type(2) .item-image:after {
    content: "";
    display:block;
    height:45vw;
    width:45vw;
    z-index: 40;
    position: absolute;
    left:-22.5vw;
    bottom:-22.5vw;
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
}
.blog-featured .items-leading .blog-item .item-image:after {
    transform: scale(1.5);
    transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.blog-featured .items-leading .blog-item .item-image.faded:after {
    transform: scale(1);
transition: all 1500ms ease-in-out 0s;
-webkit-transition: all 1500ms ease-in-out 0s;
-moz-transition: all 1500ms ease-in-out 0s;
-o-transition: all 1500ms ease-in-out 0s;
-ms-transition: all 1500ms ease-in-out 0s;
}
.blog-featured .items-leading .blog-item:nth-of-type(2) .item-image img {
    width:80%;
}





#contentarea .blog .page-header {
    text-align: center;
}
#contentarea .blog .category-desc {
    width:90%;
    margin:0 5% 60px;
    text-align: center;
}
#contentarea .blog .category-desc p {
    margin-top:0;
}
#contentarea .blog .category-desc h1{ 
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 48px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    position: relative;
    margin:120px auto 20px;
    display:inline-block;
    text-align: center;
    width:calc(100% - 15px);
}
#contentarea .blog .page-header h1{ 
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 48px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    position: relative;
    margin:120px auto 60px;
    display:inline-block;
    text-align: center;
    width:100%;
}
.readmore .btn {
    transition: all 200ms ease-in-out 100ms;
-webkit-transition: all 200ms ease-in-out 100ms;
-moz-transition: all 200ms ease-in-out 100ms;
-o-transition: all 200ms ease-in-out 100ms;
-ms-transition: all 200ms ease-in-out 100ms;
}
.readmore .btn:hover {
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
}



.blog .blog-items {
    display:grid;
    grid-template-columns: 5% 34.5% 9.5% 2% 9.5% 34.5% 5%;
    grid-template-rows: min-content 0px min-content 0px min-content 0px min-content 0px min-content min-content 40px;
}
.blog .blog-items .blog-item:nth-of-type(1),
.blog .blog-items .blog-item:nth-of-type(2) {
    grid-row: 1 / 2;
    margin:0 !important;
}
.blog .blog-items .blog-item:nth-of-type(3) {
    grid-row: 2 / 4;
}
.blog .blog-items .blog-item:nth-of-type(4) {
    grid-row: 3 / 4;
}
.blog .blog-items .blog-item:nth-of-type(5) {
    grid-row: 4 / 6;
}
.blog .blog-items .blog-item:nth-of-type(6) {
    grid-row: 5 / 6;
}
.blog .blog-items .blog-item:nth-of-type(7),
.blog .blog-items .blog-item:nth-of-type(8) {
    grid-row: 6 / 8;
}
.blog .blog-items .blog-item:nth-of-type(9) {
    grid-row: 9 / 10;
}
.blog .blog-items .blog-item:nth-of-type(10) {
    grid-row: 8 / 10;
}
.blog .blog-items .blog-item:nth-of-type(4n - 3) {
    grid-column: 2 / 5;
    display:grid;
    grid-template-columns: 9.5vw 2vw 32.5vw 2vw;
    grid-template-rows: 60px min-content min-content 40px 200px;
}
.blog .blog-items .blog-item:nth-of-type(4n - 2) {
    grid-column: 6 / 7;
    display:grid;
    grid-template-columns: 2vw 23vw 9.5vw;
    grid-template-rows: 60px min-content min-content 40px 200px;
    margin:60px 0 0;
}
.blog .blog-items .blog-item:nth-of-type(4n - 1) {
    grid-column: 2 / 3;
    display:grid;
    grid-template-columns: 9.5vw 2vw 21vw 2vw;
    grid-template-rows: 60px min-content min-content 40px 200px;
}
.blog .blog-items .blog-item:nth-of-type(4n) {
    grid-column: 4 / 7;
    display:grid;
    grid-template-columns: 2vw 9.5vw 23vw 2vw 9.5vw;
    grid-template-rows: 60px min-content min-content 40px 200px;
    margin:60px 0 0;
}



.blog .blog-items .blog-item .page-header {
    z-index: 50;
    text-align: left !important;
}
.blog .blog-items .blog-item .item-image {
    z-index: 30;
}
.blog .blog-items .blog-item .item-image:after {
    z-index: 40;
}
.blog .blog-items .blog-item .item-image img {
    width:100%;
    height:auto;
    filter: brightness(0.7);
}
.blog h2 {
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    border-left: 3px solid #e30613;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    top:-40px;
    position: relative;
    margin:0;
transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
}
.blog h2:hover {
    border-left: 10px solid #e30613;
transition: all 100ms ease-in-out 0ms;
  -webkit-transition: all 100ms ease-in-out 0ms;
  -moz-transition: all 100ms ease-in-out 0ms;
  -o-transition: all 100ms ease-in-out 0ms;
  -ms-transition: all 100ms ease-in-out 0ms;
}
.blog h2 a {
    color:#fff;
    text-decoration: none;
}
.blog .article-info {
    margin:0; 
}
.blog .modified {
    display:none;
    margin:0; 
}
.blog .article-info dd {
    margin: 0 5px;
    color: #cbcbcb;
    text-transform: uppercase;
  font-size: 14px;
}



.blog .blog-items .blog-item:nth-of-type(4n - 3):before {
    grid-column: 2 / 5;
    grid-row: 1 / 5;
    content: "";
    display:block;
    background: #505050;
}
.blog .blog-items .blog-item:nth-of-type(4n - 3) .item-content {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    display:grid;
    grid-template-columns: 100%;
    grid-template-rows: min-content min-content min-content min-content min-content;
}

.blog .blog-items .blog-item:nth-of-type(4n - 3) .item-title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.blog .blog-items .blog-item:nth-of-type(4n - 3) p:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.blog .blog-items .blog-item:nth-of-type(4n - 3) p:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.blog .blog-items .blog-item:nth-of-type(4n - 3) p:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.blog .blog-items .blog-item:nth-of-type(4n - 3) p:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.blog .blog-items .blog-item:nth-of-type(4n - 3) .item-image {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    z-index: 30;
    margin:0;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.blog .blog-items .blog-item:nth-of-type(4n - 3) .item-image:after {
    content: "";
    display:block;
    height:55vw;
    width:55vw;
    z-index: 40;
    position: absolute;
    left:-27.5vw;
    bottom:-27.5vw;
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
}
.blog .blog-items .blog-item .item-image:after {
    transform: scale(1.5);
    transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.blog .blog-items .blog-item .item-image.faded:after {
    transform: scale(1);
transition: all 1500ms ease-in-out 0s;
-webkit-transition: all 1500ms ease-in-out 0s;
-moz-transition: all 1500ms ease-in-out 0s;
-o-transition: all 1500ms ease-in-out 0s;
-ms-transition: all 1500ms ease-in-out 0s;
}




.blog .blog-items .blog-item:nth-of-type(4n - 2):before {
    grid-column: 1 / 3;
    grid-row: 1 / 5;
    content: "";
    display:block;
    background: #505050;
}
.blog .blog-items .blog-item:nth-of-type(4n - 2) .item-content {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    display:grid;
    grid-template-columns: calc(100% - 9.5vw) 9.5vw;
    grid-template-rows: min-content min-content min-content min-content min-content;
}

.blog .blog-items .blog-item:nth-of-type(4n - 2) .item-title {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}
.blog .blog-items .blog-item:nth-of-type(4n - 2) p:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.blog .blog-items .blog-item:nth-of-type(4n - 2) p:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.blog .blog-items .blog-item:nth-of-type(4n - 2) p:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.blog .blog-items .blog-item:nth-of-type(4n - 2) p:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.blog .blog-items .blog-item:nth-of-type(4n - 2) .item-image {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    margin:0;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.blog .blog-items .blog-item:nth-of-type(4n - 2) .item-image:after {
    content: "";
    display:block;
    height:45vw;
    width:45vw;
    position: absolute;
    left:-22.5vw;
    bottom:-22.5vw;
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
}
.blog .blog-items .blog-item:nth-of-type(4n - 2) .item-image img {
    width:80%;
}





.blog .blog-items .blog-item:nth-of-type(4n - 1):before {
    grid-column: 2 / 6;
    grid-row: 1 / 5;
    content: "";
    display:block;
    background: #505050;
}
.blog .blog-items .blog-item:nth-of-type(4n - 1) .item-content {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    display:grid;
    grid-template-columns: 100%;
    grid-template-rows: min-content min-content min-content min-content min-content;
}

.blog .blog-items .blog-item:nth-of-type(4n - 1) .item-title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.blog .blog-items .blog-item:nth-of-type(4n - 1) p:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.blog .blog-items .blog-item:nth-of-type(4n - 1) p:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.blog .blog-items .blog-item:nth-of-type(4n - 1) p:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.blog .blog-items .blog-item:nth-of-type(4n - 1) p:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.blog .blog-items .blog-item:nth-of-type(4n - 1) .item-image {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    z-index: 30;
    margin:0;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.blog .blog-items .blog-item:nth-of-type(4n - 1) .item-image:after {
    content: "";
    display:block;
    height:55vw;
    width:55vw;
    z-index: 40;
    position: absolute;
    left:-27.5vw;
    bottom:-27.5vw;
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
}




.blog .blog-items .blog-item:nth-of-type(4n):before {
    grid-column: 2 / 4;
    grid-row: 1 / 5;
    content: "";
    display:block;
    background: #505050;
}
.blog .blog-items .blog-item:nth-of-type(4n) .item-content {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
    display:grid;
    grid-template-columns: calc(100% - 9.5vw) 9.5vw;
    grid-template-rows: min-content min-content min-content min-content min-content;
}

.blog .blog-items .blog-item:nth-of-type(4n) .item-title {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}
.blog .blog-items .blog-item:nth-of-type(4n) p:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.blog .blog-items .blog-item:nth-of-type(4n) p:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.blog .blog-items .blog-item:nth-of-type(4n) p:nth-of-type(3) {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}
.blog .blog-items .blog-item:nth-of-type(4n) p:nth-of-type(4) {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
}

.blog .blog-items .blog-item:nth-of-type(4n) .item-image {
    grid-column: 1 / 6;
    grid-row: 2 / 3;
    margin:0;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.blog .blog-items .blog-item:nth-of-type(4n) .item-image:after {
    content: "";
    display:block;
    height:55vw;
    width:55vw;
    z-index: 40;
    position: absolute;
    left:-27.5vw;
    bottom:-27.5vw;
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
}


.blog .blog-items .blog-item:nth-of-type(4n) .item-image img {
    width:100%;
}





.blog .blog-items.leistungen {
    display:grid;
    grid-template-columns: 5% 21% 13.5% 21% 13.5% 21% 5%;
    grid-template-rows: min-content 60px min-content 60px min-content min-content 200px;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(1),
.blog .blog-items.leistungen .blog-item:nth-of-type(2),
.blog .blog-items.leistungen .blog-item:nth-of-type(3){
    grid-row: 1 / 2;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(4),
.blog .blog-items.leistungen .blog-item:nth-of-type(5),
.blog .blog-items.leistungen .blog-item:nth-of-type(6){
    grid-row: 3 / 4;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(7),
.blog .blog-items.leistungen .blog-item:nth-of-type(8),
.blog .blog-items.leistungen .blog-item:nth-of-type(9){
    grid-row: 5 / 6;
}

.blog .blog-items.leistungen .blog-item:nth-of-type(1),
.blog .blog-items.leistungen .blog-item:nth-of-type(4),
.blog .blog-items.leistungen .blog-item:nth-of-type(7) {
    grid-column: 2 / 3;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(2),
.blog .blog-items.leistungen .blog-item:nth-of-type(5),
.blog .blog-items.leistungen .blog-item:nth-of-type(8) {
    grid-column: 4 / 5;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(3),
.blog .blog-items.leistungen .blog-item:nth-of-type(6),
.blog .blog-items.leistungen .blog-item:nth-of-type(9){
    grid-column: 6 / 7;
}

.blog .blog-items.leistungen .blog-item {
    display:grid;
    grid-template-columns: 2vw 9.5vw 9.5vw;
    grid-template-rows: 60px min-content min-content 40px;
}
.blog .blog-items.leistungen .blog-item:before {
    grid-column: 2 / 4;
    grid-row: 1 / 5;
    content: "";
    display:none;
    background: #505050;
}
.blog .blog-items.leistungen .blog-item .item-image {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    margin:0;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.blog .blog-items .blog-item .item-image {
    top:20px;
    opacity: 0;
transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.blog .blog-items .blog-item .item-image.faded {
    top:0;
    opacity:1;
transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
}
.blog .blog-items.leistungen .blog-item .item-image img {
    max-height:150px;
    height:150px;
    width:auto;
}
.blog .blog-items.leistungen .blog-item .item-image:after {
    display:none;
}
.blog .blog-items.leistungen  .blog-item .item-content {
  grid-column: 2 / 4;
  grid-row: 3 / 4;
}
@media (max-width: 1200px) {
.blog-featured h2 {
    font-size: 36px;
    top:-30px;
    }
.blog-featured .items-leading {
  grid-template-columns: 5% 46% 5% 39% 5%;
    }
.blog-featured .items-leading .blog-item:nth-of-type(2) {
  grid-template-columns: 2vw 27.5vw 9.5vw;
    }
}
@media (max-width: 959px) {
.blog .blog-items {
  grid-template-columns: 5% 9.5% 34.5% 2% 34.5% 9.5% 5%;
  grid-template-rows: min-content min-content min-content min-content min-content min-content min-content min-content min-content min-content 40px;
}
.blog .blog-items .blog-item:nth-of-type(1) {
    grid-row: 1 / 2;
}
.blog .blog-items .blog-item:nth-of-type(2) {
    grid-row: 2 / 3;
    margin:0 !important;
}
.blog .blog-items .blog-item:nth-of-type(3) {
    grid-row: 3 / 4;
}
.blog .blog-items .blog-item:nth-of-type(4) {
    grid-row: 4 / 5;
}
.blog .blog-items .blog-item:nth-of-type(5) {
    grid-row: 5 / 6;
}
.blog .blog-items .blog-item:nth-of-type(6) {
    grid-row: 6 / 7;
}
.blog .blog-items .blog-item:nth-of-type(7),
.blog .blog-items .blog-item:nth-of-type(8) {
    grid-row: 7 / 8;
}
.blog .blog-items .blog-item:nth-of-type(9) {
    grid-row: 8 / 9;
}
.blog .blog-items .blog-item:nth-of-type(10) {
    grid-row: 9 / 10;
}
.blog .blog-items .blog-item:nth-of-type(4n - 3) {
    grid-column: 2 / 6;
    grid-template-columns: 9.5vw 2vw 67vw 2vw;
    grid-template-rows: 60px min-content min-content 40px 150px;
}
.blog .blog-items .blog-item:nth-of-type(4n - 2) {
    grid-column: 3 / 7;
    grid-template-columns: 2vw 69vw 9.5vw;
    grid-template-rows: 60px min-content min-content 40px 150px;
    margin:0;
}
.blog .blog-items .blog-item:nth-of-type(4n - 1) {
    grid-column: 2 / 7;
    grid-template-columns: 9.5vw 2vw 76.5vw 2vw;
    grid-template-rows: 60px min-content min-content 40px 150px;
}
.blog .blog-items .blog-item:nth-of-type(4n) {
    grid-column: 2 / 7;
    grid-template-columns: 9.5vw 2vw 67vw 2vw 9.5vw;
    grid-template-rows: 60px min-content min-content 40px 150px;
    margin:0;
}    
    
    
    
    
.blog .blog-items .blog-item:nth-of-type(4n-2) .item-image img {
  width: 100%;
}    
.blog .blog-items .blog-item:nth-of-type(4n)::before {
  grid-column: 2 / 5;    
}    
    

.blog-featured .items-leading {
  display: grid;
  grid-template-columns: 5% 90% 5%;
  grid-template-rows: min-content 60px min-content 200px;
}    
.blog-featured .items-leading .blog-item:nth-of-type(1) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  grid-template-columns: 9.5vw 2vw 67vw 2vw;
  grid-template-rows: 60px min-content min-content 40px;
}    
.blog-featured .items-leading .blog-item:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  grid-template-columns: 2vw 69vw 9.5vw;
  grid-template-rows: 60px min-content min-content 40px;
    margin-left:9.5vw;
}    
    
    
    
.blog .blog-items.leistungen {
    display:grid;
    grid-template-columns: 5% 26% 5.5% 26% 5.5% 26% 5%;
    grid-template-rows: min-content 60px min-content 60px min-content min-content 200px;
}    
.blog .blog-items.leistungen .blog-item:nth-of-type(1),
.blog .blog-items.leistungen .blog-item:nth-of-type(2),
.blog .blog-items.leistungen .blog-item:nth-of-type(3){
    grid-row: 1 / 2;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(4),
.blog .blog-items.leistungen .blog-item:nth-of-type(5),
.blog .blog-items.leistungen .blog-item:nth-of-type(6){
    grid-row: 3 / 4;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(7),
.blog .blog-items.leistungen .blog-item:nth-of-type(8),
.blog .blog-items.leistungen .blog-item:nth-of-type(9){
    grid-row: 5 / 6;
}

.blog .blog-items.leistungen .blog-item:nth-of-type(1),
.blog .blog-items.leistungen .blog-item:nth-of-type(4),
.blog .blog-items.leistungen .blog-item:nth-of-type(7) {
    grid-column: 2 / 3;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(2),
.blog .blog-items.leistungen .blog-item:nth-of-type(5),
.blog .blog-items.leistungen .blog-item:nth-of-type(8) {
    grid-column: 4 / 5;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(3),
.blog .blog-items.leistungen .blog-item:nth-of-type(6),
.blog .blog-items.leistungen .blog-item:nth-of-type(9){
    grid-column: 6 / 7;
} 
.blog .blog-items.leistungen .blog-item {
    display:grid;
    grid-template-columns: 2vw 12vw 12vw;
    grid-template-rows: 60px min-content min-content 40px;
}
.blog .blog-items.leistungen .blog-item .item-image {
    grid-column: 1 / 4;
    grid-row: 2 / 3;
    margin:0;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.blog .blog-items.leistungen .blog-item .item-image img {
    max-height:150px;
    height:150px;
    width:auto;
}
.blog .blog-items.leistungen .blog-item .item-content {
  grid-column: 2 / 4;
  grid-row: 3 / 4;
}    
.blog .blog-items.leistungen .blog-item .item-content .page-header {
    grid-column: 1 / 3;
}
.blog .blog-items.leistungen h2 {
    hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
    }
    
}
@media (max-width: 767px) {
#contentarea .blog .category-desc h1{ 
    font-size: 36px;
    padding:10px 0;
    }
.blog-featured .items-leading .blog-item:nth-of-type(1) {
    grid-template-columns: 9.5vw 2vw 68.5vw 2vw;
}    
.blog-featured .items-leading .blog-item:nth-of-type(2) {
    grid-template-columns: 2vw 70.5vw 9.5vw;
    }
    
    
.blog .blog-items.leistungen {
    grid-template-columns: 5% 44% 2% 44% 5%;
    grid-template-rows: min-content 60px min-content 60px min-content 60px min-content min-content 200px;
} 
.blog .blog-items.leistungen .blog-item:nth-of-type(1),
.blog .blog-items.leistungen .blog-item:nth-of-type(2){
    grid-row: 1 / 2;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(3),
.blog .blog-items.leistungen .blog-item:nth-of-type(4){
    grid-row: 3 / 4;  
    }
.blog .blog-items.leistungen .blog-item:nth-of-type(5),
.blog .blog-items.leistungen .blog-item:nth-of-type(6){
    grid-row: 5 / 6;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(7),
.blog .blog-items.leistungen .blog-item:nth-of-type(8){
    grid-row: 7 / 8;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(9){
    grid-row: 8 / 9;
}

.blog .blog-items.leistungen .blog-item:nth-of-type(1),
.blog .blog-items.leistungen .blog-item:nth-of-type(3),
.blog .blog-items.leistungen .blog-item:nth-of-type(5),
.blog .blog-items.leistungen .blog-item:nth-of-type(7),
.blog .blog-items.leistungen .blog-item:nth-of-type(9) {
    grid-column: 2 / 3;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(2),
.blog .blog-items.leistungen .blog-item:nth-of-type(4),
.blog .blog-items.leistungen .blog-item:nth-of-type(6),
.blog .blog-items.leistungen .blog-item:nth-of-type(8) {
    grid-column: 4 / 5;
}
.blog .blog-items.leistungen .blog-item {
    grid-template-columns: 2vw 42vw;
    grid-template-rows: 60px min-content min-content 40px;
}
.blog .blog-items.leistungen .blog-item .item-image {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}
.blog .blog-items.leistungen .blog-item .item-image img {
    max-height:150px;
    height:150px;
    width:auto;
}
.blog .blog-items.leistungen  .blog-item .item-content {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}  
    
    
}
@media (max-width: 460px) {
.blog-featured h2 {
    font-size: 24px;
    top:-20px;
    }
.blog-featured .items-leading .blog-item:nth-of-type(2) .item-content {
    grid-template-columns: calc(100% - 11.5vw) 11.5vw;
    }
.blog-featured .items-leading .blog-item .item-content .cta {
    margin-top:0;
    }

    
    
.blog .blog-items .blog-item:nth-of-type(4n-2) .item-content {
  grid-template-columns: calc(100% - 11.5vw) 11.5vw;
}    
    
    
    
.blog .blog-items.leistungen {
    grid-template-columns: 5% 90% 5%;
    grid-template-rows: min-content 60px min-content 60px min-content 60px min-content 60px min-content 60px min-content min-content 200px;
} 
.blog .blog-items.leistungen .blog-item:nth-of-type(1){
    grid-row: 1 / 2;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(2){
    grid-row: 3 / 4;  
    }
.blog .blog-items.leistungen .blog-item:nth-of-type(3){
    grid-row: 5 / 6;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(4){
    grid-row: 7 / 8;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(5){
    grid-row: 9 / 10;
}
.blog .blog-items.leistungen .blog-item:nth-of-type(6){
    grid-row: 11 / 12;  
    }
.blog .blog-items.leistungen .blog-item:nth-of-type(7){
    grid-row: 12 / 13;
}


.blog .blog-items.leistungen .blog-item:nth-of-type(1),
.blog .blog-items.leistungen .blog-item:nth-of-type(3),
.blog .blog-items.leistungen .blog-item:nth-of-type(5),
.blog .blog-items.leistungen .blog-item:nth-of-type(7),
.blog .blog-items.leistungen .blog-item:nth-of-type(9),
.blog .blog-items.leistungen .blog-item:nth-of-type(2),
.blog .blog-items.leistungen .blog-item:nth-of-type(4),
.blog .blog-items.leistungen .blog-item:nth-of-type(6),
.blog .blog-items.leistungen .blog-item:nth-of-type(8) {
    grid-column: 2 / 3;
}
.blog .blog-items.leistungen .blog-item {
    grid-template-columns: 2vw 88vw;
    grid-template-rows: 0px min-content min-content 0px;
}
.blog .blog-items.leistungen .blog-item .item-image {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}
.blog .blog-items.leistungen .blog-item .item-image img {
    max-height:150px;
    height:150px;
    width:auto;
}
.blog .blog-items.leistungen  .blog-item .item-content {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
}     
    
}








/* Inhaltsseite */
#contentarea .item-page {
}
.item-page {
    display:grid;
    grid-template-columns: 16.5% 9.5% 2% 7.5% 36.5% 2% 26%;
    grid-template-rows: 60px 60px min-content 40px min-content min-content 40px;
    margin: 120px 0 200px;
}
.item-page:before {
    grid-column: 3 / 7;
    grid-row: 1 / 8;
    content: "";
    display:block;
    background: #505050;
}
.item-page .page-header {
    grid-column: 2 / 6;
    grid-row: 2 / 4;    
    z-index: 60;
}
.item-page h1,
.item-page h2 {    
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 72px;
    line-height: 1em;
    font-weight: normal;
    padding: 20px 0 20px 15px;
    margin:0;
    border-left: 5px solid #e30613;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;    
}
.item-page .article-info {
    margin:0;
    grid-column: 5 / 7;
    grid-row: 1 / 2;    
    z-index: 60;
    justify-self: end; 
}
.item-page .article-info dd {
    margin: 0 5px;
    color: #cbcbcb;
    text-transform: uppercase;
  font-size: 14px;
}
.item-page .item-image {
    grid-column: 5 / 8;
    grid-row: 3 / 4;    
    z-index: 40;
    position: relative;
    overflow: hidden;
    opacity:0;
    margin:0;
    line-height: 0;
    top:20px;
transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.item-page .item-image.faded {
    opacity:1;
    top:0;
transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
}
.item-page .item-image img {
    width:100%;
    height:auto;
    filter: brightness(0.7);
}
.item-page .item-image:after {
    content: "";
    display:block;
    height:70vw;
    width:70vw;
    z-index: 50;
    position: absolute;
    left:-35vw;
    top:-35vw;
    transform: scale(1.5);
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
    transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.item-page .item-image.faded:after {
    transform: scale(1);
transition: all 1500ms ease-in-out 0s;
-webkit-transition: all 1500ms ease-in-out 0s;
-moz-transition: all 1500ms ease-in-out 0s;
-o-transition: all 1500ms ease-in-out 0s;
-ms-transition: all 1500ms ease-in-out 0s;
}
.item-page .com-content-article__body {
    grid-column: 4 / 6;
    grid-row: 5 / 6;    
    z-index: 60;
    text-align: left;
}
.item-page .com-content-article__body h3 {
  font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-size: 24px;
  line-height: 1em;
  font-weight: normal;
  margin: 0 0 1em;
  hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
}
.item-page .com-content-article__body h4 {
    font-size: 20px;
}
.item-page .com-content-article__body p a {
  color: #e30613;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
    transition: all 100ms ease-in-out 0ms;
  -webkit-transition: all 100ms ease-in-out 0ms;
  -moz-transition: all 100ms ease-in-out 0ms;
  -o-transition: all 100ms ease-in-out 0ms;
  -ms-transition: all 100ms ease-in-out 0ms;
}
.item-page .com-content-article__body p a.cta {
  color: #fff;
    border-bottom:none;
}
.item-page .com-content-article__body p a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
    transition: all 100ms ease-in-out 0ms;
  -webkit-transition: all 100ms ease-in-out 0ms;
  -moz-transition: all 100ms ease-in-out 0ms;
  -o-transition: all 100ms ease-in-out 0ms;
  -ms-transition: all 100ms ease-in-out 0ms;
}
.item-page .com-content-article__body p a.cta:hover {
  border-bottom:none;
}
.item-page .com-content-article__body ol {
    padding:0;
    margin:40px 0;
}
.item-page .com-content-article__body ol li {
    padding:5px 0;
    margin:0;
    list-style: none;
    border-top: 1px dotted #ffffff;
}
.item-page .com-content-article__body ol li:last-child {
    border-bottom: 1px dotted #ffffff;
}
.item-page .com-content-article__body span[itemprop=logo] img {
 background: #cbcbcb;
    padding:10px;
}

.item-page .pagenavigation {
    grid-column: 4 / 6;
    grid-row: 6 / 7;  
    width:100%;
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-size: 24px;
  line-height: 1em;
  font-weight: normal;
  margin: 0 0 1em;
    position: relative;
}
.item-page .pagenavigation .previous {
    color:#fff;
    width:49%;
    text-align: left;
    display:inline-block;
    text-decoration: none;
}
.item-page .pagenavigation .next {
    color:#fff;
    width:49%;
    text-align: right;
    display:inline-block;
    text-decoration: none;
    float:right;
}
#rc_sb_title {
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.item-page a.pdf::before {
  content: url("../images/pdficon.png");
  display: inline-block;
  opacity: 1;
    padding:0 15px 0 0;
    position: relative;
    bottom:-5px;
}
@media (max-width: 1200px) {
.item-page {
    display:grid;
    grid-template-columns: 5% 9.5% 2% 7.5% 59.5% 2% 14.5%;
    grid-template-rows: 60px 60px min-content 40px min-content min-content 40px;
    margin: 120px 0 200px;
}
.item-page:before {
    grid-column: 3 / 7;
    grid-row: 1 / 8;
}
.item-page .page-header {
    grid-column: 2 / 6;
    grid-row: 2 / 4;    
}
.item-page h1,
.item-page h2 {    
    font-size: 60px; 
}
}
@media (max-width: 959px) {
.item-page h1,
.item-page h2 {    
    font-size: 48px; 
}
}
@media (max-width: 767px) {
.item-page {
    display:grid;
    grid-template-columns: 5% 0% 2% 7.5% 78.5% 2% 5%;
    grid-template-rows: 60px min-content min-content 40px min-content min-content 40px;
    margin: 120px 0 200px;
}
.item-page .page-header {
    grid-column: 4 / 6;
    grid-row: 2 / 3;
}
.item-page h1,
.item-page h2 {    
    font-size: 36px; 
}
.item-page .pagenavigation {
  font-size: 18px;
    }
}
@media (max-width: 460px) {
.item-page {
    display:grid;
    grid-template-columns: 5% 0% 4% 7.5% 74.5% 4% 5%;
    grid-template-rows: 60px min-content min-content 40px min-content min-content 40px;
    margin: 120px 0 200px;
}
.item-page h1,
.item-page h2 {    
    font-size: 24px; 
}
.item-page .com-content-article__body h3 {
  font-size: 18px;
    }
}



/* Modulposition 4 */
#postcontent1 {
} 
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}


/* Modulposition 5 */
#postcontent2  {
} 
.teaserone .newsflash .mod-articlesnews__item {
    display:grid;
    grid-template-columns: 16.5% 32.5% 2% 32.5% 11.5% 5%;
    grid-template-rows: 75px min-content 0px min-content min-content min-content min-content min-content min-content 40px;
    margin:40px 0 200px;    
}
.teaserone .newsflash .mod-articlesnews__item:before {
    grid-column: 1 / 5;
    grid-row: 1 / 11;
    content: "";
    display:block;
    background: #505050;
}
.teaserone .newsflash-title {
    grid-column: 2 / 5;
    grid-row: 2 / 3;
    z-index: 50;
}
#postcontent2 h3 {
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 48px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    border-left: 3px solid #e30613;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    top:-40px;
    position: relative;
    margin:0;
}
.teaserone .newsflash-image {
    grid-column: 4 / 6;
    grid-row: 2 / 10;
    margin:0;
    z-index: 30;
    position: relative;
    opacity:0;
    top:20px;
    overflow: hidden;
transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.teaserone .newsflash-image.faded {
    opacity:1;
    top:0;
transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
}
.newsflash-image img {
    width:100%;
    height:auto;
    filter: brightness(0.7);
}
.teaserone .newsflash-image:after {
    content: "";
    display:block;
    height:33vw;
    width:33vw;
    z-index: 40;
    position: absolute;
    top: -15vw;
    left:-15vw;
    transform: scale(1.5);
 background: rgb(227,6,19);
background: -moz-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: -webkit-radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
background: radial-gradient(circle, rgba(227,6,19,1) 0%, rgba(227,6,19,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e30613",endColorstr="#e30613",GradientType=1); 
    transition: all 200ms ease-in-out 0s;
-webkit-transition: all 200ms ease-in-out 0s;
-moz-transition: all 200ms ease-in-out 0s;
-o-transition: all 200ms ease-in-out 0s;
-ms-transition: all 200ms ease-in-out 0s;
}
.teaserone .newsflash-image.faded:after {
    transform: scale(1);
transition: all 1500ms ease-in-out 0s;
-webkit-transition: all 1500ms ease-in-out 0s;
-moz-transition: all 1500ms ease-in-out 0s;
-o-transition: all 1500ms ease-in-out 0s;
-ms-transition: all 1500ms ease-in-out 0s;
}



.teaserone p {
    text-align: center;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
}
.teaserone .introtext {
    grid-column: 2 / 3;
    grid-row: 4 / 5;  
}
.teaserone .introtext h4 {
    text-align: center;
}


.cta{
  padding: 14px 30px;
  margin: 50px 0 0;
  background: #e30613;
  border: none;
  border-radius: 0;
    text-decoration: none;
  color: #fff;
  font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-size: 14px !important;
    text-transform: uppercase;
  transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -webkit-appearance: none;
}
.cta:hover, .cta:active {
  padding: 14px 50px;
  transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
}

.readmore a{
  padding: 14px 30px;
  margin: 50px 0 0;
  background: #e30613;
  border: none;
  border-radius: 0;
    text-decoration: none;
  color: #fff;
  font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-size: 14px !important;
    text-transform: uppercase;
  transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -webkit-appearance: none;
}
.readmore a:hover, .readmore a:active {
  padding: 14px 50px;
  transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
}
@media (max-width: 1200px) {
.teaserone .newsflash .mod-articlesnews__item {
    display:grid;
    grid-template-columns: 16.5% 32.5% 29.5% 7% 9.5% 5%;
    grid-template-rows: 75px min-content min-content min-content min-content min-content min-content min-content min-content 40px;   
}
.teaserone .newsflash-image {
  grid-column: 2 / 6;
  grid-row: 3 / 4;
    }
.teaserone .newsflash-image:after {
    height:83vw;
    width:83vw;
    top: -40vw;
    left:-40vw;
    }
.teaserone .introtext {
  grid-column: 2 / 4;
}
#postcontent2 h3 {
    font-size: 36px;
}
}
@media (max-width: 959px) {

}
@media (max-width: 767px) {
.teaserone .newsflash .mod-articlesnews__item {
    grid-template-columns: 5% 42% 38% 5% 5% 5%;
    }
}
@media (max-width: 460px) {
#postcontent2 h3 {
    font-size: 24px;
}
.cta,
.readmore a  {
    display:block;
}
}




/* Modulposition 6 */
#postcontent3 {
    display:grid;
    grid-template-columns: 14.5% 2% 11.5% 23% 11.5% 23% 9.5% 5%;
    grid-template-rows: min-content 55px min-content 40px;
    margin:40px 0 100px;
} 
#postcontent3:before {
    grid-column: 2 / 8;
    grid-row: 1 / 5;
    content: "";
    display:block;
    background: #505050;
}
.contacttitle {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
}
.contactleft {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}
.contactright {
    grid-column: 6 / 7;
    grid-row: 3 / 4;
}
#postcontent3 h3 {
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 48px;
    line-height: 1em;
    font-weight: normal;
    padding: 10px 0 10px 15px;
    border-left: 3px solid #e30613;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    top:-40px;
    position: relative;
    margin:0;
}
h4 {
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
    margin:0 0 1em;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
}
#postcontent3 a {
    color:#fff;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}


#postcontent3 fieldset {
    border:none;
    padding:0;
    margin:0;
}
.visforms input[type="text"], 
.visforms input[type="email"], 
.visforms textarea {
  display: inline;
  width: 96%;
  max-width: 96% !important;
  padding: 0 2%;
  margin: 0 0 15px;
  border:none;
  border-left: 3px solid #e30613;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, "sans-serif";
  min-height: 50px;
  background: none;
  color: #fff;
}
.vis_mandatory,
.asterix-ancor {
    display: none;
}
.smaller {
    font-size: 12px;
    margin:0 0 0 5px;
}

.visforms input[type="submit"]{
  padding: 14px 30px;
  margin: 50px 0 0;
  background: #e30613;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-size: 14px !important;
    text-transform: uppercase;
  transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
  -webkit-appearance: none;
}
.visforms input[type="submit"]:hover, .visforms input[type="submit"]:active {
  padding: 14px 50px;
  transition: all 200ms ease-in-out 0ms;
  -webkit-transition: all 200ms ease-in-out 0ms;
  -moz-transition: all 200ms ease-in-out 0ms;
  -o-transition: all 200ms ease-in-out 0ms;
  -ms-transition: all 200ms ease-in-out 0ms;
}
@media (max-width: 1200px) {
.contacttitle {
  grid-column: 3 / 7;
}
}
@media (max-width: 959px) {
#postcontent3 {
  grid-template-columns: 14.5% 2% 11.5% 23% 11.5% 23% 9.5% 5%;
  grid-template-rows: min-content 55px min-content 55px min-content 40px;
    }
.contactleft {
    grid-column: 4 / 7;
    grid-row: 3 / 4;
}
.contactright {
    grid-column: 4 / 7;
    grid-row: 5 / 6;
}
#postcontent3::before {
  grid-row: 1 / 7;
    }
}
@media (max-width: 767px) {
#postcontent3 h3 {
  font-size: 36px;
    }
}
@media (max-width: 460px) {
#postcontent3 {
  grid-template-columns: 14.5% 2% 2% 30% 11.5% 30% 4% 5%;
    }
}





/* Formular */




/* Fussbereich */
#footerarea {
    display:grid;
    grid-template-columns: 5% 45% 45% 5%;
    grid-template-rows: 45px min-content 120px;
    color: #cbcbcb;
    text-transform: uppercase;
    font-size: 14px;
}
.footerelement1 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.footerelement2 {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    justify-self: end; 
}
#footerarea a {
    text-decoration:none;
    color: #cbcbcb;
}
#footerarea ul {
    padding:0;
    margin:0;
    text-align: right;
}
#footerarea li {
    padding:0 0 0 1.25vw;
    margin:0;
    list-style: none;
    display: inline-block;
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
#footerarea {
    grid-template-columns: 5% 45% 45% 5%;
    grid-template-rows: 45px min-content min-content 120px;
}
.footerelement1 {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    justify-self: center;
}
.footerelement2 {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    justify-self: center; 
}
}
@media (max-width: 460px) {
}



/* Cookiebanner */
#redim-cookiehint {
  padding: 7px 4%;
  box-sizing: border-box;
  background-color: rgba(80,80,80,0.9);
  font-size: 10px;
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color:#969696;
}
#redim-cookiehint-bottom {
  left:0px;
  right: auto;
  bottom: 0px;
  top: auto !important;
  width: 20%;
}
#redim-cookiehint .cookiecontent {
    font-size: 10px;
}
#redim-cookiehint .cookiecontent p {
    margin:0;
}
#redim-cookiehint .cookiebuttons {
    color: #fff;
    font-family: 'nova_klassesemibold', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 14px !important;
    text-transform: uppercase;
}
#cookiehintinfo {
    font-size: 12px;
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color:#969696;   
    text-transform: none;
}
#cookiehintinfo a {
    color:#969696;
}

@media (max-width: 1200px) {
#redim-cookiehint-bottom {
  width: 40%;
}
}
@media (max-width: 959px) {
#redim-cookiehint-bottom {
  width: 60%;
}
}
@media (max-width: 767px) {
#redim-cookiehint-bottom {
  width: 100%;
}
}


@media (max-width: 460px) {
#redim-cookiehint .cookiecontent {
    font-size: 10px;
    line-height: 1.1em;
}
}





/* Module editieren */
.jmodedit {
    display:none;
}
[role=tooltip] {
    display:none;
    font-size: 14px;
    background: rgba(255,255,255,0.8);
    color:#000000;
    padding:10px;
    text-transform: none;
}




/* Editorbereich */
.icons {
    display:none;
}

.icons a,
.edit-icon a,
.edit .btn-toolbar button,
.login button,
.edit #jform_title,
joomla-tab button[role="tab"],
.edit #images .btn,
.edit.item-page .btn,
.choices__button_joomla{
    font-family: 'YuGothic-Bold', "Franklin Gothic Bold", "Arial Black", "sans-serif";    
    }
.icons ul {
    padding:0;
    margin:0 0 30px;
}
.edit.item-page {
    display:block;
}
.icons a,
.edit-icon a,
.edit .btn-toolbar button,
.login button{
	Border:3px solid #000;
	padding: 2px 20px;
    background:#000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color:#fff;
    box-shadow: #92aadb 0 0 10px;
transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
}
.icons a:hover,
.edit-icon a:hover,
.edit .btn-toolbar button:hover,
.login button:hover{
    box-shadow: #92aadb 0 0 20px;
transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
}
li.edit-icon {
	list-style:none;
	}
.edit-icon .tip, 
.edit-icon .hasTooltip {
    display: unset !important;
}
joomla-tab[view="tabs"] > div[role="tablist"] {
    display: flex;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    list-style: outside none none;
    background-color: #fff;
    border-style: solid solid none;
    border-width: 0;
    border-radius: 0;
    -o-border-image: none;
    border-image: none;
    box-shadow: 0 0 #fff inset, 0 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.05) inset, 0 0 0 rgba(0, 0, 0, 0.04);
}
#jform_state,
#jform_featured,
#jform_publish_up,
#jform_publish_down,
#jform_metadesc{
    border-radius: 0;
    border: 1px solid #d3d3d3;
    padding: 5px 10px;
}
#jform_images_float_intro-lbl,
#jform_images_float_intro_chzn,
#jform_images_float_intro,
#jform_images_float_fulltext-lbl,
#jform_images_float_fulltext_chzn,
#jform_images_float_fulltext,
#jform_urls_urla-lbl,
#jform_urls_urla,
#jform_urls_urlb-lbl,
#jform_urls_urlb,
#jform_urls_urlc-lbl,
#jform_urls_urlc,
#jform_urls_urlatext-lbl,
#jform_urls_urlbtext-lbl,
#jform_urls_urlctext-lbl,
#jform_urls_urlatext,
#jform_urls_urlbtext,
#jform_urls_urlctext,
/*#jform_tags-lbl,
#jform_tags_chzn,
#jform_tags,*/
#jform_created_by_alias-lbl,
#jform_created_by_alias,
#jform_metakey-lbl,
#jform_metakey,
#jform_access-lbl,
#jform_access_chzn,
#jform_access,
#jform_images_image_intro_alt-lbl,
#jform_images_image_intro_alt,
#jform_images_image_fulltext_alt-lbl,
#jform_images_image_fulltext_alt,
.edit.item-page .nav-tabs,
/*#jform_images_image_fulltext_caption-lbl,
#jform_images_image_fulltext_caption,
#jform_images_image_intro_caption-lbl,
#jform_images_image_intro_caption,
#jform_featured-lbl,
#jform_featured_chzn,*/
#jform_version_note-lbl,
#jform_version_note,
#jform_language-lbl,
#jform_language_chzn,
#jform_language,
#jform_note-lbl,
#jform_note,
div.edit + div#contentaddarea,
.dropdown-toggle,
.btn.modal-button,
#editor-xtd-buttons a:last-child,
#attrib-fields-0,
#jform_featured_up-lbl,
#jform_featured_up,
#jform_featured_up_btn,
#jform_featured_down-lbl,
#jform_featured_down,
#jform_featured_down_btn
 {
	display:none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	}
.mceDefaultSkin .mceLayout .mceBranding {
	display:none !important;
	}
joomla-tab[view="tabs"] > div[role="tablist"],
joomla-tab[view="accordion"] button {
    display: none;
}
joomla-tab > joomla-tab-element,
joomla-tab[view="accordion"] joomla-tab-element{
    display: block;
    padding: 15px;
    background-color: #fff;
    border-left: none;
    border-right:none;
    border-top: none;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.04);
}
joomla-tab[view="accordion"] {
    max-width:calc(100% - 40px);
}
#jform_images_image_intro-lbl,
#jform_images_image_fulltext-lbl,
#jform_com_fields_preis-lbl,
#jform_catid-lbl,
#jform_state-lbl,
#jform_publish_up-lbl,
#jform_publish_down-lbl,
#jform_metadesc-lbl,
#jform_tags-lbl,
#jform_featured-lbl,
#jform_articletext-lbl
{
    padding: 20px 0 0;
    display: block;
}
.edit .inputbox,
.wf-editor-toggle,
.edit button,
#images input {
	margin:0 !important;
	}
.mceToolbar button {
	padding:0;
	margin:0 !important;
	}
.btn-group button.btn {
    margin:10px 20px 0 0 !important;
	float: left !important;
	}
.edit #images .btn,
.edit.item-page .btn,
.choices__button_joomla{
    padding: 5px 15px;
    margin: 20px 5px 20px 0;
    border: none;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}
.edit #jform_title {
    font-size: 36px;
	margin:0 !important;
	width:80% !important;
	}
a.btn-outline-secondary + a.btn.hasTooltip {
	display:none !important;
	}
joomla-tab button[aria-expanded="true"]::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 5px;
    content: "";
    background-color: #000;
    opacity: 0.8;
}
	
body#tinymce,
.mce-content-body{
	background:#fff;
    font-size:16px !important;
	}	
.calendar-container,
#contentarea .controls a {
	color:#000;
	}
.icon-upload:before {
	content:"";
	background:url(../images/upload-icon.svg) no-repeat 0px 5px;
	background-size:cover;
	width:20px;
	height:20px;
	display:inline-block;
}
.icon-calendar:before {
	content:"";
	background:url(../images/calendar-icon.svg) no-repeat;
	background-size:cover;
	width:20px;
	height:20px;
	display:block;
	}
.edit fieldset,
.login fieldset {
	border: dashed 1px;
}
.tip, 
.hasTooltip{
    display:block!important;
}
.fade {
    display:none;
}	

.modal .modal-body{
    overflow: visible;
    height:500px;
    width:calc(100% - 2px);
}
.modal .modal-body iframe{
    width:calc(100% - 4px);
    border:2px dashed #000;
}
div[data-url].wf-media-wrapper > div.modal, div[data-url] > div.modal-dialog > div.modal-content {
  height: auto;
}
.edit button.btn-close {
    display:block;
    height:30px;
    width:auto;
    background:#000;
    border:3px solid #000;
}
.edit button.btn-close:after {
display:block;
    content: "Schliessen";
    position: relative;
    color:#fff;
    font-size: 14px;
}





.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}




ul.actions {
	margin: 0;
	padding: 0;
}
ul.actions li {
	list-style-image: none;
	list-style-type: none;
	float: right;
}
ul.actions li a img {
	border: 0 none;
	padding-left: 0px;
	padding-right: 0px;
}
ul.actions li a,
ul.actions li a:hover, 
ul.actions li a:active, 
ul.actions li a:visited, 
ul.actions li a:link {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.row-separator, .item-separator {
	display:block;
	width: 100%;
	height:5px;
	clear:both;
}
img {
	border: none;
	}


/*-----SOCIALICONS-----*/
[data-icon]:before {
	font-family:"socicon"!important;
	content:attr(data-icon);
	font-style:normal!important;
	font-weight:400!important;
	font-variant:normal!important;
	text-transform:none!important;
	speak:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family:"socicon"!important;
	font-style:normal!important;
	font-weight:400!important;
	font-variant:normal!important;
	text-transform:none!important;
	speak:none;
	line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
    font-size: 30px;
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
    color:#fff
}
[class^="icon-"]:hover:before,
[class*=" icon-"]:hover:before {
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
    color:#79654e
}

.icon-twitter:before {
	content:"\e040";
}
.icon-facebook:before {
	content:"\e041";
}
.icon-googleplus:before {
	content:"\e042";
}
.icon-pinterest:before {
	content:"\e043";
}
.icon-youtube:before {
	content:"\e051";
}
.icon-instagram:before {
	content:"\e057";
}
.icon-xing:before {
	content:"\e04b";
}
.icon-linkedin:before{
	content:"\e049";
}


@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}