/**************************************** Start ****************************************/
body{
  background-color: #fff;
}
#mainHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 9999;
  background: var(--main-bg-color); 
  border-bottom: 2px solid #ddd;
  transition: all .2s ease;
  display: none;
}
#mainHeader .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; 
}
#logo{
  display: block;
  float: left;
  max-width: 20vh;
  transition: all .2s ease;
}
#logo a{
  display: block;
}
/* HEADFIX  */
#mainHeader.fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 949;
  padding: 5px 0;	
}
/**************************************** Language ****************************************/
nav#langNav {  
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 99;
}
#mainHeader.fixed nav#langNav {
  top: 0;
}
.languagepicker {
  /*height: 40px;
  overflow: hidden;*/
  transition: all .3s ease;
}
.languagepicker:hover {
  height: 80px;
}
.languagepicker a{
  text-decoration: none;
  position: relative;
  font-size: 12px;
}
.languagepicker li {
  display: block;
  padding: 0px 0 0 30px;
  margin: 7px 15px;
}
.languagepicker a:first-child li {
  border: none;
  background: #FFF !important;
}
.languagepicker li img {
  margin-right: 5px;
}
.large:hover {
}
.de:before,
.en:before,
.fr:before{
  content:"";
  position: absolute;
  left: -25px;
  top: 1px;
  width: 20px;
  height: 11px;
}
.de:before{
  background:url(../img/de.html) no-repeat;
  background-size:cover;
}
.en:before{
  background:url(../img/en.html) no-repeat;
  background-size:cover;
}
.fr:before{
  background:url(../img/efr.html) no-repeat;
}
/**************************************** fixed ****************************************/
#mainHeader.fixed #logo{
  max-width: 120px;
}
#mainHeader.fixed #mainNav ul li a{
  padding: 5px 10px;
}
/**************************************** Slider DIV ***********************************/
#slider{
  position: relative;
  z-index: 2;
}
#slider .swiper-slide{
  line-height: 0;
}
#slider svg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
/**************************************** Footer ****************************************/
#mainFooter{    
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 6em 0 0 0;
  border-top: 25px solid #333;
}
#mainFooter .articleInner {
  width: 100%;
  margin: auto;
  padding: 0;
}
#mainFooter img {
  max-width: 200px;
}
#mainFooter .footerCol{
  min-height: 93px;
}
#mainFooter a{
  color: #000;
}
#subFooter a{
  color: #fff;
}
#mainFooter .second ul li {
  display: inline-block;
  margin-left: 15px;
}
#mainFooter .second ul li:first-child {
  margin-left: 0;
}
#mainFooter h4 {
  font-size: 24px;
  line-height: 1.16667;
  margin: 0 0 25px 0;
  color: #fff;
  background: #333;
  padding: 0% 2%;
  text-align: right;
  text-transform: uppercase;
}
#mainFooter .second h4:before {
  content: "";
  border-bottom: 1px solid #ccc;
  width: 15%;
  float: left;
  vertical-align: unset;
  padding: 15px 0 0 0;
  margin: 0 5px 0 0;
}
#mainFooter p {
  font-size: 1.3em;
}
/**#mainFooter .first,
#mainFooter .second{
  margin-bottom: 90px;
}
.threeCols.first .left {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}*/
#subFooter {    
  border-top: 1px solid #000;
  padding: 15px 0 0 0;
  background: #333;
}
#subFooter h4 {
  font-size: 12px;
}
#footerNav ul li {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
}
#subFooter h4,
#footerNav{
  float: left;
  line-height: 1;
}
#subFooter:after {
  content: "";
  clear: both;
}
/** Footer Bild Telefon **/
.footerCol.col12 a{
  position: relative;
  padding: 4px 0px 4px 65px;
  float: left;
  margin: 0.5em auto;
  font-size: 1.2em;
}
.footerCol.col12 a:after {
  content: "";
  position: absolute;
  background-image: url(../img/Blauer_Pfeil_Telefon_klein.png);
  background-size: 23%;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/**Footer Bild Mail **/
.footerCol.col13 a{
  position: relative;
  padding: 4px 0px 4px 65px;
  float: left;
  margin: 0.5em auto;
  font-size: 1.2em;
}
.footerCol.col13 a:after {
  content: "";
  position: absolute;
  background-image: url(../img/Gruener_Pfeil_Mail_klein.png);
  background-size: 23%;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#overlay{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  background: rgba(0, 0, 0,0.6);
  cursor: pointer;
  opacity: 0;
  display: none;
  
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
/** Allgemeines Überschrift Layout **/
.frame-gridTitle h2{
  font-size: 1.8em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #333; 
  margin-left: 73%;
  padding: 0.5% 3% 0.5% 3%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.frame-gridTitle h2:before {
  content: '';
  position: absolute;
  top: 223%;
  right: 9.2%;
  height: 100%;
  width: 110%;
  background: #fff;
  transform: rotate(40deg);
}
.frame-gridTitle h2:after {
  content: '';
  position: absolute;
  bottom: 223%;
  right: 9%;
  height: 100%;
  width: 110%;
  background: #fff;
  transform: rotate(-40deg);
}
/** Startseite - Startbild **/

.frame-layout-210 {
  position: relative;
  height: 100%;
}
.frame-layout-210 .parallaxWrap .articleInner {
  height: 100%;
}
.frame-layout-220 {
  color: #fff;
  z-index: 2;
  height: 100vh;
  box-shadow: 2px 2px 20px 7px rgb(0 0 0 / 30%);
}
.frame-layout-220:before {
  content: "";
  position: absolute;
  background: rgba(0,0,0,0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.frame-layout-210 .articleInner .articleInner {
  padding-top: 178px;
  padding-left: 325px;
  display: flex;
  position: relative;
}
.frame-layout-220 .ce-textpic.ce-right.ce-above {
  position: absolute;
  right: 0;
  top: 5%;
}
.frame-layout-220 h2 {
  font-size: 10.0em;
  margin-bottom: 0.5em;
}
.frame-layout-220 h3 {
  font-size: 3.0em;
  
}
.frame-layout-220 .articleInner:before {
  content: "";
  background: url(../img/Logo_Elemente.png);
  background-size: 300px;
  background-repeat: no-repeat;
  position: absolute;
  top: 61.5%;
  bottom: 0;
  left: 0;
  right: 0;
}
.frame-layout-220 figure.image {
    position: relative;
}
.frame-layout-220 figcaption.image-caption {
    position: absolute;
    top: 18%;
    right: 15%;
    font-size: 1.3em;
  	letter-spacing: 1px;
    z-index: 1;
}
.frame-layout-210 a{
  color: #fff;
}
/** Dienstlesitungen **/
.frame-layout-260 .articleInner{
  width: 100%;
  margin: 0;
}
.frame-layout-260 .articleInner .col12{
  margin-left: 0;
  margin-right: 0;
}
.frame-layout-260 .threeCols{
  display: flex;
}
.frame-layout-260 .threeCols .thirty {
    width: 33.33%;
  	display: grid;
}
/** Blaues Layout **/
.frame-layout-230{
  background-color: rgba(0,68,113,1);
  background: linear-gradient(312deg, rgba(0,40,66,1) 0%, rgba(0,68,113,1) 60%);
  color: #fff;
  padding: 5%;
  
}
/** Grünes Layout **/
.frame-layout-240{
  background-color: rgba(0,88,55,1);
  background: linear-gradient(312deg, rgba(0,52,33,1) 0%, rgba(0,88,55,1) 60%);
  color: #fff;
  padding: 5%;
}
/** Lila Layout **/
.frame-layout-250{
  background-color: rgba(68,57,85,1);
  background: linear-gradient(312deg, rgba(33,28,41,1) 0%, rgba(68,57,85,1) 60%);
  color: #fff;
  padding: 5%;
}
.frame-layout-230 hr,
.frame-layout-240 hr,
.frame-layout-250 hr{
  border-color: #fff;
}
.frame-layout-230 .button,
.frame-layout-240 .button,
.frame-layout-250 .button{
  background-color: #fff;
}
.frame-layout-230 .button{
  color: rgba(0,68,113,1); 
}
.frame-layout-240 .button{
  color: rgba(0,88,55,1); 
}
.frame-layout-250 .button{
  color: rgba(68,57,85,1); 
}
.frame-layout-230 .articleInner,
.frame-layout-240 .articleInner,
.frame-layout-250 .articleInner{
    padding: 0% 8% 8%;
}
/** Randpfeilbild rechts **/
.frame-layout-270 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 2px 2px 20px 7px rgb(0 0 0 / 40%);
}
.frame-layout-270 .articleInner {
  width: 90%;
  margin: 0;
}
.frame-layout-270 img.image-embed-item {
  height: 100%;
  width: 100%;
  margin-bottom: -1%;
}
.frame-layout-270 figure.image:before {
  content: "";
  position: absolute;
  bottom: 71%;
  left: 24%;
  height: 50%;
  width: 100%;
  background: #fff;
  transform: rotate(50deg);
}
.frame-layout-270 figure.image:after {
  content: "";
  position: absolute;
  top: 71%;
  left: 24%;
  height: 50%;
  width: 100%;
  background: #fff;
  transform: rotate(-50deg);
}
/** Randpfeilbild links **/
.frame-layout-290{
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 2px 2px 20px 7px rgb(0 0 0 / 40%);
}
.frame-layout-290 .articleInner {
  width: 90%;
  margin-right: 0;
}
.frame-layout-290 .col12 {
  overflow: hidden;
}
.frame-layout-290 img.image-embed-item {
  height: 100%;
  width: 100%;
  margin-bottom: -1%;
}
.frame-layout-290 figure.image:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 47%;
  height: 50%;
  width: 100%;
  background: #fff;
  transform: rotate(50deg);
}
.frame-layout-290 figure.image:after {
  content: "";
  position: absolute;
  right: 47%;
  height: 50%;
  width: 100%;
  background: #fff;
  transform: rotate(-50deg);
}
/** Parallax Änderungen 
.parallax{
  border-top: 20px solid #333;
  border-bottom: 20px solid #333;
}
.parallaxImg {
  opacity: 0.4;
}**/
/** Icon rechts oben **/
.littlePic{
  position: relative;
}
.littlePic img.image-embed-item {
  position: absolute;
  top: 6%;
  right: 6%;
  max-width: 14%;
  opacity: 0.9;
  box-shadow: 1px 1px 20px 7px rgb(0 0 0 / 20%);
  border: 4px solid #fff;
  border-radius: 50px;
  padding: 2%;
}
/** Randpfeillayout **/
.frame-layout-280 {
  background: #333;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.frame-layout-280:before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  right: 59.5%;
  bottom: 0;
  background: linear-gradient(312deg, rgba(68,57,85,1) 10%, rgba(0,88,54,1) 47%, rgba(0,40,66,1) 83%);
}
.frame-layout-280 .articleInner {
  width: 93%;
}
.frame-layout-280 h2 {
  line-height: 92%;
}
.frame-layout-280 .fourCols{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.frame-layout-280 .col11 {
  width: 35.5%;
}
.frame-layout-280 .col11:before{
  content: '';
  position: absolute;
  background: #333;
  top: 0;
  right: 1%;
  height: 100%;
  width: 100%;
  transform: rotate(50deg);
}
.frame-layout-280 .col11:after{
  content: '';
  position: absolute;
  background: #333;
  top: 0;
  left: -1%;
  height: 100%;
  width: 100%;
  transform: rotate(-50deg);
}
.frame-layout-280 img.image-embed-item {
  max-width: 50%;
  margin-top: 15%;
  box-shadow: 1px 1px 20px 7px rgb(0 0 0 / 50%);
  border: 4px solid #fff;
  border-radius: 200px;
  padding: 5%;
}
.frame-layout-280 img.image-embed-item:hover {
  animation: pulse 2s infinite;
}



.frame-layout-280 .col12,
.frame-layout-280 .col13,
.frame-layout-280 .col14 {
    width: 19.5%;
}
/** Grauer Hintergrund **/
.grey{
  background: #333;
  color: #fff;
  padding: 1% 1% 3%;
}
/** background: linear-gradient(312deg, rgba(68,57,85,1) 10%, rgba(0,88,54,1) 47%, rgba(0,40,66,1) 83%); **/