/*
Theme Name: Digitale Bauplanung
Theme URI: https://www.planung-digital.de/
Description: Andreas Klingerbeck - Digitale Bauplanung
Author: wedebo - Michal Boger
Author URI: http://www.wedebo.de
*/

@font-face {
      font-family: 'icons'; font-display: swap;
      src: url('./font/icons.eot?73773691');
      src: url('./font/icons.eot?73773691#iefix') format('embedded-opentype'),
           url('./font/icons.woff?73773691') format('woff'),
           url('./font/icons.ttf?73773691') format('truetype'),
           url('./font/icons.svg?73773691#icons') format('svg');
      font-weight: normal;
      font-style: normal;
    }
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./font/inter-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/inter-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('./font/inter-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/inter-v20-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('./font/inter-v20-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/inter-v20-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./font/roboto-v50-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/roboto-v50-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./font/roboto-v50-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/roboto-v50-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('./font/roboto-condensed-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/roboto-condensed-v31-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('./font/roboto-condensed-v31-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/roboto-condensed-v31-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('./font/roboto-condensed-v31-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/roboto-condensed-v31-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



:root {
  --haupthintergrund: #ffffff;
  --textfarbe: #003c5c;
  --designfarbe1: #94c356;
  --designfarbe2: #8cbedc;
  --wp--style--block-gap: 2em;
}

html, body {
    margin: 0; padding: 0; background: var(--haupthintergrund); text-align: center;
    -webkit-text-size-adjust:none; color: var(--textfarbe); font-family: 'Inter', sans-serif;
    font-weight:400;
    float: left; width: 100%; height: 100%;
    font-size: 1.05em;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#wrapper {
    float: left; width: 100%; margin: 0; padding: 0; text-align: left; overflow: hidden;
}
#header {
    float: left; width: 100%; margin:0; padding: 0; background: #fff; position: fixed; top: 0; left: 0; z-index: 12; min-width: 320px; text-align: center;
    border-bottom: 1px solid var(--textfarbe);
}

#logocontainer {
margin:20px 4%; float: left; display:block; width: 17%; padding:0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; position: relative; z-index: 10; max-width: 200px;
}

#logocontainer #logo, #logo img {
float: left; width: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

#logo img#logo2 {
    max-width:100%; position: absolute; top: -150px; left: 0;
}
.fixiert #logo img#logo1 {
    visibility: hidden; opacity: 0;
}
.fixiert #logo img#logo2 {
    top: 0;
}
.fixiert #logo {
    max-height: 80px;
}

#headwidget {
 position: absolute; margin: 0; top:70vh; right:0; z-index: 10;
}

.wp-block-search__button { padding: .375em .1em !important; }

div.social {
margin: 0;
}

div.social span {
    display: inline-block; margin: 10px;
}
div.social a {
    display: inline-block; margin: 5px; padding:0; line-height:20px; font-family: icons; text-align: center;
    box-sizing: border-box;
}
div.social a:hover svg .bg {
    fill: var(--designfarbe2) !important;
}

#wrapper > div.social {
    position: fixed; bottom: 50px; right: 0; width: 50px; z-index: 20; background: var(--designfarbe1); padding: 3px;
    border-top-left-radius:10px;
border-bottom-left-radius:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
}


#menuelink {display: none; position: absolute; top:35px; right:5%; margin: 0; padding:4px 5px; z-index: 20; height: 32px; width: 25px; }
#menuelink.open {top: 20px; position: fixed;}

#menuelink span { display: block; float: left; width: 100%; height: 3px; background: var(--textfarbe); position: absolute; top: 5px; left: 0;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
transform-origin: center;
}
.fixiert #menuelink:not(.open) span {
    background: #fff;
}

#menuelink span#mlm { top: 13px; }
#menuelink span#mlu { top: 21px; }
#menuelink.open span#mlo {transform: rotate(45deg);translate(7px,8px); -moz-transform: rotate(45deg) translate(7px,8px); transform: rotate(45deg) translate(7px,8px);   }
#menuelink.open span#mlm { display: none;  }
#menuelink.open span#mlu {transform: rotate(-45deg);translate(4px,-4px); -moz-transform: rotate(-45deg) translate(4px,-4px); transform: rotate(-45deg) translate(4px,-4px);  }

#main {
    float: left; width: 100%; margin: 0; padding:0; min-height: 300px; position: relative; z-index: 9; min-height: 1000px; background: url('images/bg.svg') left bottom no-repeat; background-size: 800px auto;
}

#titel {
    float: left; margin:-150px 2% 50px; width: 46%; max-width: 700px; padding: 30px; box-sizing: border-box; position: relative; z-index: 10; background: var(--designfarbe1); color: #fff;
    left: 50%; top: 0;
}
#titel h1, #titel h2 {
    color: #fff; margin: 10px 0;
}


#footer {
    float: left; width: 100%; margin: 0; padding: 50px 0 30px; background: var(--textfarbe); text-align: left;position: relative; color: #fff;
    border-bottom: 20px solid var(--designfarbe1);
}
.footer-abschluss {
    float: left; width: 100%; height:80px; background-image: url('images/dreieck-oben.svg'); background-size: 100% 100%;
}

#header .zc {
    max-width: 1560px;
}
.zc {
    margin: 0 auto; width: 100%; max-width: 1460px;
}
#footer .zc {
    max-width: 1560px; display: flex; flex-wrap: wrap;
}


#footer svg#Ebene_2 {
     width: 300px; height: 300px; position: absolute; left: calc(50% - 150px); top: -150px; background: #fff; border-radius: 150px;
 box-shadow: 0px 0px 15px 0px #000;
-moz-box-shadow: 0px 0px 15px 0px #000;
-webkit-box-shadow: 0px 0px 15px 0px #000;
}

#footer svg path.anipath {
  /*fill: #95969d;  Startfarbe
  //animation: colorChange 5s infinite alternate; */
}

@keyframes colorChange {
  0% {
    fill: var(--designfarbe2); /* Blau */
  }
  100% {
    fill: var(--designfarbe1); /* Orange */
  }
}

.breit .zc {
    max-width: 1560px;
}
#content {
    margin: 0; width: 100%;  position: relative; float: left; min-height: 600px;
}
.contentseite div#content {
    max-width: 1160px;
}
.content1, .content1_  {
    float: left; width: 100%; min-height:500px; padding:0; position: relative;
}
.content2  {
    float: left; width: 100%; min-height: 200px; padding: 0; position: relative;
}

.pageteaser {
    float: left; width: 102%; margin: 0 0 30px -1%; display: flex; flex-wrap: wrap;
}

.content3 {
    float: left; width: 100%; background: #666666; margin:20px 0 0; padding: 20px 0 30px; position: relative;
}
.content3::after {
    background: #666666;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 1;
}

.content3::before {
    background: #666666;
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

figure {
    margin: 0; padding: 0;
}

.balken { margin:0 !important; padding: 50px 0; position: relative; float: left; width: 100%; z-index: 1; }
.balken::after {
    background: #e4f2fa;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    z-index: -2; margin: 0 0 0 -50vw;
}

.balkenblau { margin:0 !important; padding: 50px 0; position: relative; float: left; width: 100%; z-index: 1; color: #fff; }
.balkenblau::after {
    background: var(--textfarbe);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    z-index: -2; margin: 0 0 0 -50vw;
}
.balkengruen { margin:0 !important; padding: 50px 0; position: relative; float: left; width: 100%; z-index: 1;  }
.balkengruen::after {
    background: var(--designfarbe1);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    z-index: -2; margin: 0 0 0 -50vw;
}

.inhalt {
    float: left; width: 92%; padding: 50px 4% 0;
}

.suche .inhalt {
    display: flex; flex-wrap: wrap; justify-content: center;
}
.suche h1 {
    width: 100%;
}

#sidebar {
    margin: 20px 0; float: right; width: 100%; box-sizing: border-box; padding: 0 4%;
}
#sidebar ul.umen {
    margin: 30px 0; padding: 0; list-style:none; float: left; width: 100%;
}
#sidebar ul.umen li {
    float: left; width:100%;
}
#sidebar ul.umen li a {  display: block; padding: 20px; box-sizing: border-box; border-top: 1px solid var(--designfarbe1); }
#sidebar ul.umen li a:hover {  background: var(--designfarbe1); color: #000; }
.theading h3 {
    text-transform: uppercase; text-align: center;
}
.theading h3 span {
    background: #fff; padding: 5px 10px 2px; display: inline-block; color: #666666;
}

.blogcategory  {
    float: left; width: 102%; margin: 30px 0 30px -1%; display: flex; flex-wrap: wrap; justify-content: center;
}

.teaserbox {
    float: left; width:31.33%; margin: 15px 1%; box-sizing: border-box; padding: 0 0 10px;;
    position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.teaserbox:hover {

}
.teaserbox .postinfo {
    font-size: 0.9em;
}

.teaserbox h2 {
    margin: 10px 0; padding: 0; font-size: 1.4em; color:var(--designfarbe1); line-height: 1.2em;
}
.teaserbox h2 a {
    color: var(--designfarbe1);
}

.teaserbox div.postinhalt {
   float: left; width: 100%; padding: 10px 0;
}

.teaserbox .weiterlink a {
    margin-top: 10px; margin-left: 0;
}

.weiterlink a {
margin: 10px;
padding: 10px 20px; display: inline-block; color: var(--textfarbe) !important;  font-weight: bold;
position: relative; border: 0; font-size: 1.1em; min-width: 150px; text-align: center; line-height: 1.6em;
text-decoration: none !important;
 -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; z-index:2;
}
.weiterlink a::after {
    content:""; position: absolute; top: 0; left: -10px; width: calc(100% + 20px); background: var(--designfarbe2); display: block; height: 100%;  z-index: -1;
    transform: skew(-45deg, 0);  -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

.weiterlink a:hover {
 color: #fff !important;
}
.weiterlink a:hover::after {
 background: var(--designfarbe1);  left: -10px; width: calc(100% + 20px);
}


.backlink a {
margin: 20px 10px;
padding: 10px 40px; display: inline-block; color: var(--designfarbe1); background: transparent;
position: relative; border: 1px solid var(--designfarbe1); font-size: 1.0em; min-width: 150px; text-align: center; line-height: 1.3em;
text-decoration: none !important;  -webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s;
}

.backlink a:hover {
    background: var(--designfarbe1); color: #fff;
}

address, div.kontakt {
    float: left; width: 100%; margin: 0 0 10px; font-style: normal; line-height: 1.4em;
}


.buttonlink a, a.dslink {
padding: 10px 30px; display: inline-block;
font-weight: 300 !important; margin: 10px 0;
background: #b8d935; color: #353e55;
}
.buttonlink a:hover, a.dslink:hover {
    background: var(--designfarbe1); color: #fff;
}


#content ul.wp-block-latest-posts__list {
    float: left; width: 102%; margin: 0 0 0 -1%; padding: 0;position: relative; line-height: 1.5em;
}
#content ul.wp-block-latest-posts__list li {
    float: left; width: 100%; margin: 10px 0;

}
#content ul.wp-block-latest-posts__list.is-grid li {
    float: left; width:31.33%; margin: 15px 1%;  box-sizing: border-box; padding: 0 0 30px;
    position: relative;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#content ul.wp-block-latest-posts__list.is-grid {
    display: flex; flex-wrap: wrap; justify-content: center;
}
#content ul.wp-block-latest-posts__list.is-grid li {
display: flex; flex-direction: column;
}
#content ul.wp-block-latest-posts__list.is-grid li:hover {

}
#content ul.wp-block-latest-posts__list.is-grid li div.wp-block-latest-posts__featured-image  {
    float: left; width: 100%; margin: 0 0 20px; max-height: 250px; overflow: hidden; order: 1;
}

#content ul.wp-block-latest-posts__list.is-grid li > a {
    display: block; margin: 10px 0 5px; padding: 0 5%; float: left; width: 90%;
    overflow: hidden;
font-size: 1.5em;
line-height: 1.4em;
 order: 3;
}
#content ul.wp-block-latest-posts__list.is-grid time {
    float: left; width: 90%; margin: 0 5%; font-size: 1.0em; color: #353e55;order:2;
}

#content ul.wp-block-latest-posts__list.is-grid div.wp-block-latest-posts__post-excerpt {
   float: left; width: 90%; padding: 10px 5%;order: 4; margin: 10px 0;
}
#content ul.wp-block-latest-posts__list.is-grid .weiterlink { order: 5; float: left; width: 90%; padding: 5px 5%;  }

#content .wp-block-latest-posts__featured-image img {
  height: auto !important;
  max-width: 100% !important;
}

.blogsingle h1.title {
    text-align: left;
    padding: 0 0 10px;
}
#main > .postimage img {
    width: 100%; float: left;
}

.blogsingle .postimage {
    float: left; width: 100%; margin: 5px 0; text-align: center;
}
.blogsingle .postimage img {
    max-width: 100%; height: auto !important; margin: 0 0 20px 0;
}

.blogsingle div.postinhalt {
    float: left; width: 100%;
}

#footwidget2 { margin-top: 30px; float: left; width: 92%; padding:0 4%; font-size: 0.9em; }
.fw {
    float: left; width: 34%; margin: 0 2% 0 4%;
}

#footwidget { width: 69%;  }
#footnav { width: 19%;  }



.widget {
    float: left; width: 100%;
}

.index-video-wrapper {
    height: 100%;
    width: 100%;
   position: absolute; top: 0; left: 0; z-index: 4;
   background: url('images/loader.svg') center center no-repeat;
}


#index-video {
    float: left;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: relative;
    z-index: 80;
}

.copy {
    float: right; width: 90%; margin:0; padding:40px 5%;
}


#menu {
    float: right !important; width:75%; margin: 70px 0 0 0; text-align: center; padding: 0;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#menu #navhg {
    display: none;
}

#menu ul#menu-hauptmenue {
 justify-content: center;
}

.menu-hauptmenue-container {
    position: relative; float: left; width: 100%;
}

.bildbalken {
    height: 130px; background:url('images/g5.png') center center #fff;
}


.rund img {
    border-radius: 60px;
}
.wp-block-group.has-background {
    border-radius: 60px;
}
.wp-block-column .wp-block-group.has-background {
    height: 100%;
}
.wp-block-group.has-background div h2:first-child {
    margin-top: 20px !important; margin-bottom: 20px !important
}
#header.fixiert {
    background: var(--textfarbe);
}

@media only screen and (min-width: 1160px) {

.vpg #menu {
 display: block !important;
}



.fixiert #logocontainer {  width:35%; margin: 10px 4%; }
.fixiert #menu { margin-top: 30px;}

.fixiert #menu ul li a, .fixiert span.qn { color: #fff;}

#menu > div { width: 100%; }

#menu ul#menu-hauptmenue {
    display: flex; flex-wrap: nowrap;
}
.bildbalken {
    height: 140px;
}
.bild {
    margin-top: 0;
}

#fsidebar {
      background-attachment: fixed; min-height:650px;
}



}


.bildtitle {
     position: absolute; bottom: 0; left: 5%; width: 90%; z-index: 9;  color: #fff;  padding: 20px 0; text-align: center;
     -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;text-shadow: 0px 0px 5px #000000;
}
.bildtitle.iv {
    bottom: 15%;
}

.bildtitle h1 {
    color: #fff; margin: 10px 0;  font-size: 2.0em; font-weight: 400; cursor: pointer;
}
.bildtitle h1 a {
    color: #fff;
}

#menu ul
{
            float: left;
            margin: 0;
            padding: 0; min-width: 100%;
            list-style-type: none; display: flex; justify-content: center;
}

#menu ul li {
                         float: left;
                         margin: 0; padding: 0;
                         z-index: 2; position: relative;
}


#menu ul li a {
float: left;
display: block;
font-weight: normal;
color: var(--textfarbe);
padding: 10px 30px;
margin: 0; text-decoration: none;
text-align: left;
font-size:19px; font-weight:600; letter-spacing: 1px; font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
}

@media only screen and (min-width: 1160px) {
#menu #menu-hauptmenue > li::before {
    content:"■"; position: absolute; left: -5px; top: 8px; color: var(--designfarbe1);
}
#menu #menu-hauptmenue > li:first-child::before {
    display: none;
}
}

#menu ul li a.hakt {
    color:var(--designfarbe1);
}
#menu ul li.current-menu-item > a, #menu ul li.current-page-ancestor > a, #menu ul li.current_page_item > a {
color: var(--designfarbe1); font-weight: bold;
}

#menu ul li a:hover {
   color: var(--designfarbe1);
}

#menu ul.sub-menu {
position: absolute;
top:55px; z-index: 5;
left: 0; padding: 10px 0 0;
min-width: 280px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
width: auto;
opacity: 0;
display: block;
visibility: hidden;
}

#menu ul.sub-menu ul { display: block; position: absolute; top: auto !important; left: 100%; background: transparent; margin: 0; padding: 0 !important;}

.vpg #menu ul.sichtbar { opacity: 1; top: 50px; visibility: visible; }

#menu ul.sub-menu li {float: left; margin: 0; box-sizing: border-box; width: 100%;}

.qn2 {
    font-family: icons; position: absolute; top: 15px; right:10px;
}

@media only screen and (min-width: 1160px) {

.fixiert #menu ul.sub-menu { top: 45px; }
#menu ul.sub-menu li {width: 100%; float: left; margin: 0; box-sizing: border-box; }
#menu ul.sub-menu li:last-child { border-right: none; }
}



#menu ul.sub-menu li a {
padding: 8px 30px;
margin: 0;
font-size: 0.9em;
border: none;
width:100%;
text-align: left;
height: auto;
text-transform: none;
box-sizing: border-box; line-height: 1.8em;
background: #e4f2fa;
}

#menu ul.sub-menu li a {
color: var(--textfarbe);
}

#menu ul.sub-menu li a:hover {
text-decoration: underline;
}

#menu ul li ul.sub-menu li.current-menu-item a {
background:  var(--designfarbe1); color: #fff;
}

#menu ul.sub-menu li ul.sub-menu {
    float: left; width: 100%; padding: 5px 0;
}

#menu ul.sub-menu li ul.sub-menu li {
    float: left; width: 100%; min-height: 5px; border-right: none;
}


#menu ul.sub-menu li ul.sub-menu li a{
   font-weight: 300; font-size: 0.95em;text-transform: none; padding: 15px 5%;
}
#menu ul li ul.sub-menu li.current-menu-item ul.sub-menu li a {
background: transparent; font-weight: 300;
}
#menu ul li ul.sub-menu li.current-menu-item ul.sub-menu li a:hover {
 font-weight: 300;
}
#menu ul li ul.sub-menu li ul.sub-menu li.current-menu-item a {
background: transparent; font-weight: bold;
}

span.qn {display: none; font-family: icons; font-size: 23px; background: #fff;  background: rgba(255,255,255,0.5);
position: absolute; top: 0; right: 0; z-index: 4; width: 20px; height: 26px; cursor: pointer; padding: 13px; color: #000; }


#footer ul
{
            float: left;
            margin: 0;
            padding: 0;
            list-style-type: none; width: 100%; text-align: left;
}

#footer ul li {
                         display: block; width: 100%;
                         float: left; width: auto;
                         margin: 0; padding: 0; position: relative;
                         }
#footer ul li a {
    display: block; float: left; padding:5px 20px; font-size: 1.0em; color: #fff;
}

#footer #menu-footermenu > li::before {
    content:"|"; position: absolute; left: -5px; top: 2px; color: #fff;
}
#footer #menu-footermenu > li:first-child::before {
    display: none;
}


#footnav > div ul {
    float: left; margin: 10px 0; width: 100%; display: flex; flex-wrap: wrap; justify-content: center;
}
#footnav > div ul li {
    float: left; width: 100%;
}

#footnav > div ul li a  {
    display: block; padding:7px; width: 100%;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: var(--designfarbe1);
}

#footer p strong {
    color: var(--designfarbe1);
}

a {
  color: var(--designfarbe1); text-decoration: none;
}

a:hover {
  color: #000; text-decoration: underline;
}


.bild {
    float: left; width: 100%; min-height:700px;
    background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;  background-repeat: no-repeat; position: relative;
height:90vh; background-color: #efecec;
}

.bild2 {
     float: left; width: 100%;position: relative;
}

#bildad {
    float: left; width: 92%; padding: 15px 4% 10px; color: #fff;
}
.bildbalken {
    float: left; width: 100%; min-height:60px;
}

.projektbild  {
    float: left; width: 100%; margin: 20px 0 0;
}

a.totop {
    position: fixed; bottom: 0; right: 5%; font-family: icons; font-size: 1.2em; color: #fff;background: var(--designfarbe1);
    padding: 8px 0; text-align: center; width:50px; z-index: 50;
text-decoration: none !important;
}
a.totop:hover {
 background: #eee; color: var(--designfarbe1);
}


input {
    border: 2px solid var(--designfarbe2) !important; padding: 10px; background: #fff; font-size: 1.0em; box-sizing: border-box; font-family: 'Inter', sans-serif; color: #757575; font-weight: 300;
     letter-spacing: 1px;
}
select {
    border: 2px solid var(--designfarbe2); padding: 10px; background: #fff; font-size: 1.0em; font-family: 'Inter', sans-serif; color: var(--textfarbe); font-weight: 400;
}
input:focus {
 border: 2px solid var(--designfarbe1) !important; background: #fff; color: var(--textfarbe); outline: none;
}
textarea {
 border: 2px solid  var(--designfarbe2); padding: 10px; background: #fff; font-size: 1.0em; font-family: 'Inter', sans-serif; color: var(--textfarbe); font-weight: 400;
letter-spacing: 1px; }
textarea:focus {
 border: 2px solid var(--designfarbe1); background: #fff;  color: var(--textfarbe); outline: none;
}

input::placeholder, textarea::placeholder {
  color: #959595;
  opacity: 1;
}

.balken input, .balken textarea, .balken select {
    background: #fff;
}

#searchform input {
    width: 60%;
}
.select2-container .select2-selection--single .select2-selection__rendered { padding-top: 10px; padding-bottom: 10px;}
.select2-container .select2-selection--single {    height: 45px !important; }



input[type=submit] {
    background: var(--designfarbe1) !important; color: #fff !important; cursor: pointer;
    -webkit-appearance:none;-moz-appearance:none; appearance:none; border: 0; border: 2px solid var(--designfarbe1) !important; font-family: 'Inter', sans-serif;
}
input[type=submit]:hover {
    background: #fff !important; color: var(--designfarbe1) !important;
}
#searchform [type=submit] {
    width: 35%; box-sizing: border-box;
}

.wp-block-button__link:hover {
    opacity: 0.9;
}

img {
    max-width: 100%; height: auto !important;
}
.wp-block-eedee-block-gutenslider {
    float: left; width: 100%;
}

.wp-block-eedee-block-gutenslider.slides-number .eedee-background-div img {
   height: 100% !important;
}

.slide-content p {
    padding: 15px 40px 15px 20px; background: rgba(255,255,255,0); margin: 0 0 60px -10px !important;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg .arrow {
  fill: var(--designfarbe1) !important;
}
.teaserbox img {
    height: auto !important;
}

iframe {
    max-width: 100%;
}

h1 {
    font-weight:600; font-size: 2.9em; margin: 30px 0 20px; padding: 0; line-height: 1.4em; position: relative;  letter-spacing: 0.5px; text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;

}
h1:first-child {
    margin-top: 0;
}

h1.has-text-align-center::after {
    left: 50%; margin-left: -200px;
}

h2 {
    font-weight:600;font-size: 1.5em; margin: 30px 0 20px; line-height: 1.4em;  letter-spacing: 0.5px;
}
h2.has-large-font-size {
    font-size: 2.9em; font-family: 'Roboto Condensed', sans-serif; font-weight:600; color: var(--designfarbe1); text-transform: uppercase;
}

h1 strong, h2 strong {
    font-style: normal; font-weight:400; color: var(--designfarbe1); display: inline-block; margin: 0 0 0 40px;
}

h3 {
    font-weight: 400; font-size: 1.2em; margin: 20px 0 10px;  line-height: 1.4em;  letter-spacing: 0;  color: var(--textfarbe);
}
#footer h3 {
    margin-top: 10px; color: #fff; font-weight: 800;
}

h4 {
    font-size: 1.1em; margin: 20px 0 10px; line-height: 1.4em;
}
.wp-block-column h4 {
    margin-top: 10px;
}

p {
    margin: 15px 0 20px; line-height: 1.7em;
}
#content li {
      line-height: 2.0em;
}

#content ul li::marker {
  color: var(--designfarbe1);
}
#content ul {
    padding: 0 0 0 25px;list-style-type: square;
}

.startbox {
    position: relative;
}
.startbox .seit {
    position: absolute; top: -20px; right: -20px; font-size:30px; color:var(--designfarbe1); transform: rotate(30deg) !important; text-shadow: 0px 0px 5px #4f4c4c;
}


strong, b {
    font-weight: 700;
}

.wp-block-cover .has-large-font-size {
  font-style: normal;
  font-weight: 400;
}

.wp-block-cover .wp-block-group {
    margin: 0 auto !important; max-width: 1060px;
}

.wp-block-cover.abu {
    padding-bottom: 100px !important;
}
.wp-block-cover.abu + .balken {
    padding-top: 20px;
}
.wp-block-cover.abu + .balkenblau {
    padding-top: 20px;
}



.wp-block-cover.abo {
    padding-top: 100px !important;
}


@media only screen and (min-width: 680px) {
div.zs {-webkit-columns: 2; -moz-columns: 2; columns: 2; float: left; width: 100%; margin: 0;
-webkit-column-gap: 30px; -moz-column-gap: 30px; column-gap: 30px;
    }
div.zs p {margin: 0 0 20px;}
}

/* == WordPress WYSIWYG Editor Styles == */

.wp-block-columns {
    float: left; width: 100%; position: relative;
}

.alignfull {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 0 !important;
  width: 100vw;
  max-width: 100vw;
}

.wp-block-image.alignfull  {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 0 !important;
  width: 100vw;
  max-width: 100vw;
 }
.wp-block-video.alignfull {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-bottom: 0 !important;
  width: 100vw;
  max-width: 100vw;
 }

.wp-block-cover img {
    height: 100% !important;
}

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
    margin-top: 0;
    text-align: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
    text-align: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
    text-align: center;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 0.9em;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.content1 > ul {
    margin: 20px 0; padding: 0 0 0 30px;
}
.content1 > ul li {
    padding: 5px 0;
}

.wp-block-gallery  {
 float: left; width: 100%;
}

.content1 > ul.wp-block-gallery {
    margin: 0; padding: 0;
}
.wp-block-gallery .blocks-gallery-item figcaption { box-sizing: border-box;}
.content1 > ul.wp-block-gallery  li {
    padding: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: rgba(255,255,255,0.6) !important;
  font-size: 1.0em !important; padding:10px !important;
  text-shadow: none !important;
color: var(--textfarbe) !important;
}
.wp-block-image {
  margin: 0 !important;
}

.wp-block-image .alignright {
  margin: 0 0 .5em 1em !important;
}


.content1.am {
    margin-bottom: 0; padding-bottom: 0;
}

#anmeldung {
    float: left; width: 100%; margin: 0; padding: 0;
}
.anmeldelink {
    display: inline-block; padding: 10px 20px; background: #666666; color: #fff; font-weight: bold;
    border: 1px solid #878787; margin: 10px 0 0;
}
.anmeldelink:hover {
   background: #878787; color: #fff;
}

#main div.wpcf7 {
    float: left; width: 100%; padding: 10px 0; margin: 0;
}
#main #anmeldung div.wpcf7 {
    margin: 0 0 20px;
}
.amltop {
    position: absolute; top: -15px; right: 2%;
}

.wpa-test-msg {
    float: left; width: 100%;
}

.formfeld {
    float: left; width: 100%; margin:2px 0;
}

.wpcf7-form p {
    float: left; width: 100%; margin:0;
}

.wpcf7 label {
    float: left; width: 100%; padding: 5px 0; font-size: 0.9em;
}

.wpcf7 input {
   box-sizing: border-box; width: 100%;
}
.wpcf7 textarea {
   box-sizing: border-box; width: 100%; height:150px;
}
.wpcf7 input[type=submit] {
  width: 200px;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok  {
    float: left;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, .wpcf7-response-output  {
    float: left;
}

.wpcf7 form.invalid .wpcf7-response-output::before {
  display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.2em;
  content: "\2757"; color: #ffb900;
}
.wpcf7 form.sent .wpcf7-response-output::before {
  display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.2em;
  content: "\2714"; color: #46b450;
}

.datenschutzfeld {
    float: left; width: 100%; margin: 0 0 10px 0;
}
.datenschutzfeld span.wpcf7-list-item-label {
    display: none;
}
.datenschutzfeld  span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}
.datenschutzfeld .dsfw {
    float: left; width: 100%; padding: 10px; box-sizing: border-box; background: #efefef; text-align: center; border: 1px solid #ccc;
}


a.extern::before {
 display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.2em;
  content: "\e8a1";
}

.details {
    float: left; width: 100%; margin: 20px 0 50px; border-top: 2px solid var(--designfarbe1); border-bottom: 2px solid var(--designfarbe1); padding: 10px 0 20px;
}
#detaillink {
    display: inline-block; padding: 10px 20px 7px; background: #666666; color: #fff; font-weight: bold;
    border: 1px solid #878787; margin: 10px 0;text-transform: uppercase;
}
#detaillink:hover {
   background: #878787; color: #fff;
}


.pagination {
  display: block !important;  float: left; width: 98%; margin: 20px 1%; text-align: center; padding: 10px 0; border-top: 1px solid #ddd;
}
.pagination h2 { display: none;}
.pagination a {
    display: inline-block; padding: 3px; margin: 5px;
}
.pagination span.current {
    display: inline-block; padding: 3px; margin: 5px; font-weight: bold;
}
.pagination a.prev::before {
 display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.1em;
  content: "\e80b"; line-height: 20px;
 }
.pagination a.next::after {
 display: inline-block; padding: 0 0 0 10px;
  font-family: 'icons';
  text-decoration: none; font-size: 1.1em;
  content: "\e80c"; line-height: 20px;
 }

 #postnavigation, #pagenavigation {
    display: block !important;  float: left; width: 100%; margin: 20px 0; text-align: center; padding: 10px 0; border-top: 1px solid #ddd;
 }
 #postnavigation > div, #pagenavigation > div {
  float: left; width: 33.33%; padding: 10px 0 0; text-align: center;
 }
 #pagenavigation div.nexlink, #postnavigation div.prevlink  {
     float: right;
 }

 #postnavigation div.prevlink a, #pagenavigation div.prevlink a {
     display: inline-block; padding: 20px;
 }
 #postnavigation div.nexlink a::before, #pagenavigation div.prevlink a::before {
 display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.1em;
  content: "\e80b"; line-height: 20px;
 }

 #postnavigation div.nexlink a, #pagenavigation div.nexlink a {
     display: inline-block; padding: 20px;
 }
 #postnavigation div.prevlink a::after, #pagenavigation div.nexlink a::after {
 display: inline-block; padding: 0 0 0 10px;
  font-family: 'icons';
  text-decoration: none; font-size: 1.1em;
  content: "\e80c"; line-height: 20px;
 }

 .shareandprint {
    margin: 30px 0; text-align: center; padding: 10px 0 0; float: left; width: 100%;
}

.shareandprint a {
    display: inline-block; padding: 10px; font-family: icons; background: #fff; color: #353e55; font-size: 1.5em;
    width: 55px; height: 55px; box-sizing: border-box; margin:1px; text-align: center; line-height: 30px;
     border-radius: 50%; border: 2px solid #fff;
}
.shareandprint a:hover {  color: #353e55; border: 2px solid #353e55; background: var(--designfarbe1); }

.wp-block-group figure.wp-block-table {
    margin-bottom: 0 !important;
}
.wp-block-group figure.wp-block-table table td:first-child {
    font-weight: bold; padding-right: 20px; padding-left: 20px; border-right: 1px solid var(--designfarbe1) !important; width: 200px;
}
.wp-block-group figure.wp-block-table table td:nth-child(2) {
    padding-left: 8%;
}

.wp-block-table table td, .wp-block-table table th  {
    border: 0 !important;
}
.wp-block-table thead {
  border-bottom: 0 !important; background: #353e55;
}

.startlogo figure {
 background: #fff; border-radius: 50%;
}

ul.check {
            margin: 0 0 10px 0;
			padding: 0;
			list-style-type: none;
}
ul.check li {
    position: relative; padding: 3px 0 3px 20px;
}
ul.check li:before {
   position: absolute; top: 10px; left: 3px;
  display: block; padding:0;
  float: left;  width:5px; height: 12px; background: var(--designfarbe1);
  speak: none;
  content: "";
}


.balken ol {width: 100%; float: left; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin: 0; padding: 0;counter-reset:item; list-style: none;}
.balken ol li {width: 25%; margin: 20px 0 30px; padding: 0 2% 40px 70px; counter-increment:item; position: relative;  min-height: 100px; box-sizing: border-box;  }
.balken ol li:before {
   margin-right: 10px; width: 50px;
   content: counter(item); color: var(--designfarbe1); font-weight: 400;
   position: absolute; top: 0; left:5px; font-size: 60px;
   text-align: center; border-right: 4px solid var(--designfarbe1); line-height:60px;
   display: inline-block; padding: 0 10px 0 0; height: 70px; box-sizing: border-box;
 }


 a#nulink { font-family: icons; font-size: 2.5em; text-decoration: none; position: absolute;
padding:15px 0; bottom: 8%; left: 50%; margin: 0 0 0 -30px;
width: 60px; height: 60px; box-sizing: border-box;
font-weight: normal;
color: #fff;
z-index: 200; text-align: center;
opacity:0.6;-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
line-height: 30px;
}
#bilder:hover a#nulink {
bottom:5%;
}
a#nulink:hover {opacity:0.9; color: var(--designfarbe1);}

.wp-block-aab-accordion-block {
    box-shadow: none !important; border: 0 !important;
}

.aab__accordion_head {
    background: #e4f2fa !important;
}


ul.daten {
    float: left; width: 100%; margin: 50px 0; padding: 0 !important; list-style: none; display: flex; flex-wrap: wrap;  justify-content: center;
}
ul.daten li {
    float: left; width: 350px; height: 350px; border: 1px solid var(--designfarbe1); border-radius: 50%; padding: 20px 50px; margin: -20px 10px; box-sizing: border-box;  text-align: center;
    display: flex; justify-content: center; align-items: center;
}
ul.daten li h3 {
    margin: 0;
}
.logos .wp-block-image {
  padding: 20px;
}

.bgelement {
    position: relative;
}

.bgq1::before {
    content:""; width: 600px; height:400px; position: absolute; bottom:0;
    left: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='661.45837mm' height='444.38748mm' viewBox='0 0 661.45837 444.38748' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath3'%3E%3Cpath d='M 0,0 H 9637.794 V 4903.938 H 0 Z' transform='translate(-5431.8526,30.484376)' id='path3' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='layer1' transform='translate(855.13332,496.62293)'%3E%3Cpath id='path2' d='M 0,0 -1217.874,1230.719 H -2404.413 L -1109.141,-64.57 H -26.948 C 6.723,-64.57 23.688,-23.93 0,0 m -2523.173,1370.742 h 1166.502 l -1166.502,1176.86 z M -3006.043,-64.57 h 342.832 V 1230.719 H -4285.734 Z M -4254.66,3080.977 -2663.211,1489.508 v 1199.359 l -989.574,998.313 z M -2742.47,1370.742 -4378.482,3006.773 V 1370.742 Z M -5706.345,-64.57 h 1187.838 v 1202.109 z m -246.304,1435.312 h 1434.142 v 1444.469 z m 1329.334,-140.023 h -1468.377 l -212.316,-213.844 V -64.57 h 400.799 z M -7301.877,-64.57 h 857.846 v 940.39 l -878.591,-890.804 c -18.149,-18.414 -5.107,-49.586 20.745,-49.586 m 4099.013,0 -1175.618,1189.929 V -64.57 Z m 1895.69,0 -1215.999,1216.023 V -64.57 Z' style='fill:%23e4f2fa;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0.12152706,0,0,-0.12152706,-195.01624,-48.530784)' clip-path='url(%23clipPath3)' /%3E%3C/g%3E%3C/svg%3E");
    z-index: -1; margin: 0 0 0 -50vw;
    background-size: 100% auto;
    -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  transition: all 1s ease;
    opacity: 0; transform: scale(0.5); transform: translate(-200px, 0);
}
.bgq1.inview::before {
    opacity: 1; transform: scale(1.0); transform: translate(0);
}
.balken.bgq1::before {
    background-image: url("data:image/svg+xml,%3Csvg width='661.45837mm' height='444.38748mm' viewBox='0 0 661.45837 444.38748' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath3'%3E%3Cpath d='M 0,0 H 9637.794 V 4903.938 H 0 Z' transform='translate(-5431.8526,30.484376)' id='path3' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='layer1' transform='translate(855.13332,496.62293)'%3E%3Cpath id='path2' d='M 0,0 -1217.874,1230.719 H -2404.413 L -1109.141,-64.57 H -26.948 C 6.723,-64.57 23.688,-23.93 0,0 m -2523.173,1370.742 h 1166.502 l -1166.502,1176.86 z M -3006.043,-64.57 h 342.832 V 1230.719 H -4285.734 Z M -4254.66,3080.977 -2663.211,1489.508 v 1199.359 l -989.574,998.313 z M -2742.47,1370.742 -4378.482,3006.773 V 1370.742 Z M -5706.345,-64.57 h 1187.838 v 1202.109 z m -246.304,1435.312 h 1434.142 v 1444.469 z m 1329.334,-140.023 h -1468.377 l -212.316,-213.844 V -64.57 h 400.799 z M -7301.877,-64.57 h 857.846 v 940.39 l -878.591,-890.804 c -18.149,-18.414 -5.107,-49.586 20.745,-49.586 m 4099.013,0 -1175.618,1189.929 V -64.57 Z m 1895.69,0 -1215.999,1216.023 V -64.57 Z' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0.12152706,0,0,-0.12152706,-195.01624,-48.530784)' clip-path='url(%23clipPath3)' /%3E%3C/g%3E%3C/svg%3E");
}
.balkenblau.bgq1::before {
    background-image: url("data:image/svg+xml,%3Csvg width='661.45837mm' height='444.38748mm' viewBox='0 0 661.45837 444.38748' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath3'%3E%3Cpath d='M 0,0 H 9637.794 V 4903.938 H 0 Z' transform='translate(-5431.8526,30.484376)' id='path3' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='layer1' transform='translate(855.13332,496.62293)'%3E%3Cpath id='path2' d='M 0,0 -1217.874,1230.719 H -2404.413 L -1109.141,-64.57 H -26.948 C 6.723,-64.57 23.688,-23.93 0,0 m -2523.173,1370.742 h 1166.502 l -1166.502,1176.86 z M -3006.043,-64.57 h 342.832 V 1230.719 H -4285.734 Z M -4254.66,3080.977 -2663.211,1489.508 v 1199.359 l -989.574,998.313 z M -2742.47,1370.742 -4378.482,3006.773 V 1370.742 Z M -5706.345,-64.57 h 1187.838 v 1202.109 z m -246.304,1435.312 h 1434.142 v 1444.469 z m 1329.334,-140.023 h -1468.377 l -212.316,-213.844 V -64.57 h 400.799 z M -7301.877,-64.57 h 857.846 v 940.39 l -878.591,-890.804 c -18.149,-18.414 -5.107,-49.586 20.745,-49.586 m 4099.013,0 -1175.618,1189.929 V -64.57 Z m 1895.69,0 -1215.999,1216.023 V -64.57 Z' style='fill:%23005b7c;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0.12152706,0,0,-0.12152706,-195.01624,-48.530784)' clip-path='url(%23clipPath3)' /%3E%3C/g%3E%3C/svg%3E");
}
.balkengruen.bgq1::before {
    background-image: url("data:image/svg+xml,%3Csvg width='661.45837mm' height='444.38748mm' viewBox='0 0 661.45837 444.38748' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1'%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath3'%3E%3Cpath d='M 0,0 H 9637.794 V 4903.938 H 0 Z' transform='translate(-5431.8526,30.484376)' id='path3' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='layer1' transform='translate(855.13332,496.62293)'%3E%3Cpath id='path2' d='M 0,0 -1217.874,1230.719 H -2404.413 L -1109.141,-64.57 H -26.948 C 6.723,-64.57 23.688,-23.93 0,0 m -2523.173,1370.742 h 1166.502 l -1166.502,1176.86 z M -3006.043,-64.57 h 342.832 V 1230.719 H -4285.734 Z M -4254.66,3080.977 -2663.211,1489.508 v 1199.359 l -989.574,998.313 z M -2742.47,1370.742 -4378.482,3006.773 V 1370.742 Z M -5706.345,-64.57 h 1187.838 v 1202.109 z m -246.304,1435.312 h 1434.142 v 1444.469 z m 1329.334,-140.023 h -1468.377 l -212.316,-213.844 V -64.57 h 400.799 z M -7301.877,-64.57 h 857.846 v 940.39 l -878.591,-890.804 c -18.149,-18.414 -5.107,-49.586 20.745,-49.586 m 4099.013,0 -1175.618,1189.929 V -64.57 Z m 1895.69,0 -1215.999,1216.023 V -64.57 Z' style='fill:%23accf7b;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0.12152706,0,0,-0.12152706,-195.01624,-48.530784)' clip-path='url(%23clipPath3)' /%3E%3C/g%3E%3C/svg%3E");
}
.bgq2::before {
    content:""; width: 230px; height:230px; position: absolute; top:80px;
    background-image: url("data:image/svg+xml,%3Csvg width='132.29167mm' height='133.4628mm' viewBox='0 0 132.29167 133.4628' version='1.1' id='svg1' inkscape:version='1.3.2 (091e20e, 2023-11-25, custom)' sodipodi:docname='eck.svg' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:document-units='mm' inkscape:zoom='0.79375' inkscape:cx='347.08661' inkscape:cy='285.35433' inkscape:window-width='1920' inkscape:window-height='1129' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='layer1' /%3E%3Cdefs id='defs1' /%3E%3Cg inkscape:label='Ebene 1' inkscape:groupmode='layer' id='layer1' transform='translate(-13.062461,6.9604433)'%3E%3Cpath id='path4' d='M 13.062461,126.50235 H 145.35413 V -6.9604433 Z' style='fill:%23e4f2fa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.112457' /%3E%3C/g%3E%3C/svg%3E");
    right: 50%; background-repeat: no-repeat; background-size: 100% auto;;
    z-index: -1; margin: 0 -50vw 0 0;
    -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  transition: all 1s ease;
    opacity: 0; transform: scale(0.5); transform: translate(200px, 0);
}
.balkenblau h3, .balkenblau a {
    color: #fff;
}
.balkengruen h2, .balkengruen h3  {
    color: var(--textfarbe)
}
.balkengruen a {
    color: var(--textfarbe);
}

.balken.bgq2::before  {
  background-image: url("data:image/svg+xml,%3Csvg width='132.29167mm' height='133.4628mm' viewBox='0 0 132.29167 133.4628' version='1.1' id='svg1' inkscape:version='1.3.2 (091e20e, 2023-11-25, custom)' sodipodi:docname='eck.svg' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:document-units='mm' inkscape:zoom='0.79375' inkscape:cx='347.08661' inkscape:cy='285.35433' inkscape:window-width='1920' inkscape:window-height='1129' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='layer1' /%3E%3Cdefs id='defs1' /%3E%3Cg inkscape:label='Ebene 1' inkscape:groupmode='layer' id='layer1' transform='translate(-13.062461,6.9604433)'%3E%3Cpath id='path4' d='M 13.062461,126.50235 H 145.35413 V -6.9604433 Z' style='fill:%234bb9dc;fill-opacity:0.3;fill-rule:nonzero;stroke:none;stroke-width:0.112457' /%3E%3C/g%3E%3C/svg%3E");
}
.balkenblau.bgq2::before  {
  background-image: url("data:image/svg+xml,%3Csvg width='132.29167mm' height='133.4628mm' viewBox='0 0 132.29167 133.4628' version='1.1' id='svg1' inkscape:version='1.3.2 (091e20e, 2023-11-25, custom)' sodipodi:docname='eck.svg' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:document-units='mm' inkscape:zoom='0.79375' inkscape:cx='347.08661' inkscape:cy='285.35433' inkscape:window-width='1920' inkscape:window-height='1129' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='layer1' /%3E%3Cdefs id='defs1' /%3E%3Cg inkscape:label='Ebene 1' inkscape:groupmode='layer' id='layer1' transform='translate(-13.062461,6.9604433)'%3E%3Cpath id='path4' d='M 13.062461,126.50235 H 145.35413 V -6.9604433 Z' style='fill:%23005b7c;fill-opacity:0.3;fill-rule:nonzero;stroke:none;stroke-width:0.112457' /%3E%3C/g%3E%3C/svg%3E");
}
.balkengruen.bgq2::before  {
  background-image: url("data:image/svg+xml,%3Csvg width='132.29167mm' height='133.4628mm' viewBox='0 0 132.29167 133.4628' version='1.1' id='svg1' inkscape:version='1.3.2 (091e20e, 2023-11-25, custom)' sodipodi:docname='eck.svg' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Csodipodi:namedview id='namedview1' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:document-units='mm' inkscape:zoom='0.79375' inkscape:cx='347.08661' inkscape:cy='285.35433' inkscape:window-width='1920' inkscape:window-height='1129' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='layer1' /%3E%3Cdefs id='defs1' /%3E%3Cg inkscape:label='Ebene 1' inkscape:groupmode='layer' id='layer1' transform='translate(-13.062461,6.9604433)'%3E%3Cpath id='path4' d='M 13.062461,126.50235 H 145.35413 V -6.9604433 Z' style='fill:%23accf7b;fill-opacity:0.3;fill-rule:nonzero;stroke:none;stroke-width:0.112457' /%3E%3C/g%3E%3C/svg%3E");
}
.bgq2.inview::before {
    opacity: 1; transform: scale(1.0); transform: translate(0);
}



.bgq3::before {
    content:""; width: 40vw; height:320px; position: absolute; top:80px;
    right: 50%; background: #e5e5e5;
    right: 50%; background: #e5e5e5;
    z-index: -1; margin: 0 -50vw 0 0;
    -webkit-transition: all 1s ease;  -moz-transition: all 1s ease;  transition: all 1s ease;
    opacity: 0; transform: scale(0.5); transform: translate(200px, 0);
}
.bgq3.inview::before {
    opacity: 1; transform: scale(1.0); transform: translate(0);
}

.bgq3b::before {
    top: auto !important; bottom: -30px;
}

.startinfo {
    position: relative; z-index: 2; color: #fff;
}
.startinfo::after { content:""; display: block; position: absolute; top: -30px; left: -50px; height: calc(100% + 60px); width: calc(100% + 100px); background: var(--textfarbe); opacity: 0.6; z-index: -1;transform: skew(-45deg, 0);  }

.startinfo h1, .startinfo h2 {
    color: #fff;
}

@media only screen and (min-width: 960px) {
.wp-block-group.has-background {
  padding: 1.25em 5em !important;
}
}

@media (min-width: 781px) {

.oversize img {
    float: right; width: 50vw !important; height: auto !important; max-width: 200% !important;
}


.mitsidebar .inhalt {
    width: 67%;
}
#sidebar {
    width: 25%; padding: 0;
}

}

@media only screen and (max-width: 1160px) {
    #menu .current-menu-item ul.sub-menu, #menu .current-menu-parent ul.sub-menu {
  display: block;
}
}

@media only screen and (max-width: 1560px) {

#menu {
      margin-left: 0;
    }
.wp-block-cover .wp-block-group {
    box-sizing: border-box; padding: 0 3%;
}
}

@media only screen and (max-width: 1160px) {

#main { padding: 0;}
.bild { min-height: 500px; max-height: 500px; }
#inhalt {
    padding-top: 0;
}

#menuelink{  display: block; z-index: 130;}

.mobilenav {
    display: none;
}
.mobilenav .menu-hauptmenue-container  {
    margin-right: -500px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease; position: relative; z-index: 2;
}
.mobilenav.open .menu-hauptmenue-container {
  margin-right: 0;
}
#menu { width: 100%; margin: 0;
-webkit-transition: none;
-moz-transition: none;
transition: none;
position: fixed; top: 0; right: 0; height: 100%; z-index: 120;}

#menu > div.menu-hauptmenue-container {
    float: right; width: 60%; height: 100%; background:#fff; padding-top: 70px; box-sizing: border-box;  box-shadow: 0 0 10px 0 #000; overflow: auto;
}

#menu > div#navhg {
float: left;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    padding: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
}
#menu ul.nav-men {
   flex-wrap: wrap;
}

#menu ul li { display: block; width:100%; position: relative; max-width: 100%; margin: 0; }
span.qn {display: block; }

#menu ul li a {
float: left;
width: 100%;
padding: 15px 5%;
box-sizing: border-box;
height: auto;
text-align: center;
}

#menu ul.sub-menu {
position: relative;
top: auto !important; padding: 0 !important;
width: 100%;
-webkit-transition: none;
-moz-transition: none;
transition: none;
display: none;
opacity: 1; min-width: 50px;
visibility: visible;
}
#menu ul.sub-menu::after { height:100%; }
#menu li ul.sub-menu {
    width: 100% !important;
    -webkit-transition: none;
-moz-transition: none;
transition: none;
}
#menu li ul.sub-menu li {
    min-height: 0 !important;
}
#menu ul.sub-menu li a {
padding: 15px 5%;
font-size: 0.95em;
text-align: center;
}
#menu ul.sub-menu ul { display: block; position: relative; left: 0; background: transparent; margin: 0; padding: 0 !important;}

.copy {width: 92%; margin: 10px 4%;}

.teaserbox {width:48%;}

#wrapper > div.social { display: none;}

.balken ol li {width: 50%;  }
#footer .social {
    text-align: center;
}

}
@media only screen and (max-width: 960px) {

#logocontainer { width: 20%; margin-top: 20px; margin-bottom: 20px; }
#titel { margin:-150px 2% 30px; width: 71%; left: 20%;}



.fzic div.info-men {width: 92%; margin: 10px 4%;}

h1 { font-size:1.8em !important;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.1em;}
#content .has-large-font-size {
font-size: 1.4em !important;
}

.bildtitle.iv { bottom: 10%;}
.bildtitle h1 {  font-size: 1.8em;}

.wp-block-eedee-block-gutenslider.arrow-position-sides button {
    display: none !important;
}

#breadcrumbs { left: 80%; margin: 0 0 0 -80vw; width: 80vw;  }
.startbild {
    max-height: 400px; min-height: 50vh !important;
}


.rund img {
    border-radius: 30px;
}
.wp-block-group.has-background {
    border-radius: 30px; position: relative;
}

#footnav, #footwidget {  width: 92%;  }

.fw, #footnav {
    margin: 0 4%
}
#footnav > div ul li a {
    text-align: center;
}

.wp-block-gallery {
    gap: 1em !important;
}


}

@media only screen and (max-width: 780px) {

.mobilnone { display: none;}
#main div.wpcf7 {
    margin-top: 0 !important;
}

.etg24 .aligncenter {
    float: left; max-width: 120px;
}
.wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax {
  background-attachment: scroll !important;
  max-height: 400px; min-height: 400px !important;
}


#footer .wp-block-columns {
    margin: 0 !important;
}

.wp-block-columns {
    row-gap: 0 !important; margin-bottom: 0 !important;
}
.single #main .postimage {
    margin-top: 130px;
}

#headwidget {
top:250px; max-width: 100px;
}


}


@media only screen and (max-width: 680px) {
#content ul.wp-block-latest-posts__list.is-grid li { width:97%; margin: 10px 1.5%; }
.wp-block-cover.alignfull {
    min-height: 400px !important;
}
.home .wp-block-cover.alignfull {
    min-height: 550px !important;
}
.amltop {  display: none; }
.bild { min-height: 300px; max-height: 400px; }

.mtphr-dnt-nav {
    display: none;
}
#main {  background-size: 400px auto; }

.has-larger-font-size {
    font-size: 1.8em !important;
}
h1::after {
    width: 250px;
}

h1.has-text-align-center::after { width: 250px; margin-left: -125px; }
#menu > div.menu-hauptmenue-container {width: 80%;}

.startlogo figure { max-width: 40%; }
.balken ol li {width:100%;  }

.wp-block-group figure.wp-block-table table td:first-child { width: 120px; }


.fw { width: 92%; margin: 0 4%;}

.teaserbox {width:98%; margin: 10px 1%; }

ul.daten li {width: 280px; height: 280px;  padding: 20px 50px; }


.verzdaten .daten {width: 100%;}
.verzdaten .logo {width: 100%;}
.verzdaten .logo img { width: 280px;}
.verzcontent .wp-block-table table {
    min-width: 480px;
}

.startinfo::after {  top: -30px; left: -150px; height: calc(100% + 60px); width: calc(100% + 230px); }


.bildbalken {
    height: 110px;
}
.fixiert #logo {
  max-height: 50px;
}
.bgq1::before { width: 400px; height:250px; }

.bgq2::before { width: 150px; height:150px; }


.wp-block-gallery .wp-block-image {
    width: 100% !important;
}

}



@media only screen and (max-width: 460px) {
#logocontainer { width:38%; }
.fixiert #logocontainer {  width:35%; }

.bild { min-height: 300px; max-height: 400px; }
#titel { margin:-50px 2% 30px; width: 96%; left:0;}
.wp-block-search input {  font-size: 0.9em;  }
.wp-block-search [type=submit] { font-size: 0.9em;  }
.alignleft, img.alignleft {
	margin-right: 0;max-width: 100%; width: 100% !important;
	}
.alignright, img.alignright {
	margin-left: 0;max-width: 100%; width: 100% !important;
	}


.bildtitle.iv { bottom: 5%;}
.bildtitle h1 {  font-size: 1.2em;}

#breadcrumbs { font-size: 0.9em; }

.startbild {
    max-height: 200px; min-height: 30vh !important;
}

.wp-block-image .alignright {
    text-align: left;
}


#footnav { flex-wrap: wrap;   }


#footwidget { width: 92%;  }
#footnav { width: 92%;  }
}




