/*
Theme Name: SEEYA – dein Augenlaser
Theme URI: https://www.seeya-deinaugenlaser.de/
Description: Website-Theme SEEYA – dein Augenlaser
Author: wedebo - Michal Boger
Author URI: http://www.wedebo.de
*/

@font-face {
      font-family: 'icons'; font-display: swap;
      src: url('./font/icons.eot?5501400');
      src: url('./font/icons.eot?5501400#iefix') format('embedded-opentype'),
           url('./font/icons.woff?5501400') format('woff'),
           url('./font/icons.ttf?5501400') format('truetype'),
           url('./font/icons.svg?5501400#icons') format('svg');
      font-weight: normal;
      font-style: normal;
    }

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

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

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./font/montserrat-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/montserrat-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('./font/montserrat-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/montserrat-v30-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;
  --hellgrau: #f5f7fa;
  --designfarbe: #45597a;
  --designfarbe2: #25395a;
}

html, body {
    margin: 0; padding: 0; background: var(--haupthintergrund); text-align: center;
    -webkit-text-size-adjust:none; color: #1f2a3c; font-family: 'PT Sans', Arial, sans-serif;
    font-weight:400;
    float: left; width: 100%; height: 100%;
    font-size: 1.05em;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; letter-spacing: 0.5px;
}

#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; background-size: cover; position: fixed; top: 0; left: 0; z-index: 12; min-width: 320px; text-align: center;
     background: rgba(255,255,255,0.8);
}
#header:not(.fixiert) {
background: -moz-linear-gradient(top, #ffffff 0%, transparent 100%);
background: -webkit-linear-gradient(top, #ffffff 0%, transparent 100%);
background: linear-gradient(to bottom, #ffffff 0%, transparent 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='transparent',GradientType=0 );
}

#logocontainer {
margin: 3vh 4% 30px; float: left; display:block; width: 12%; min-height:40px;padding:0;  max-width:300px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; position: relative; z-index: 10;
}
#logocontainer #logo, #logo img {
float: left; width: 100%;
}

.home #header:not(.fixiert) #logocontainer {
    opacity: 0;
}

#headwidget {
 position: absolute; margin: 0; top:5px; right:5px; z-index: 10; font-family: 'Montserrat', sans-serif;
}
#headwidget p {
    float: left; width: 100%; margin: 0; padding: 0;
}
#headwidget a {
    display: inline-block; padding: 5px 10px; background: #e37b40; margin: 0 2px; color: #fff; border-radius: 3px; font-size: 0.9em;
}
#headwidget a:hover {
    background: var(--designfarbe); color: #fff; text-decoration: none;
}

#headwidget a#terminlink::before {
 display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.0em;
  content: "\f133";
}
#headwidget a#tellink::before {
 display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.1em;
  content: "\e808";
}
.wp-block-search__button { padding: .375em .1em !important; }

div.social {
margin: 0 5% 40px; float: left; width: 90%; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}

div.social span {
    display: inline-block; margin: 10px;
}
div.social a {
    display: inline-block; margin: 5px; font-family: icons; color: #353e55 !important; text-align: center;
    box-sizing: border-box;-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

div.social a svg {
    float: left; width: 100%;
}
div.social a:hover {
 transform: scale(0.9);
}

#wrapper > div.social {
    position: fixed; bottom: 50px; right: 0; width: 50px; z-index: 20; background: var(--designfarbe); 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:60px; 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(--designfarbe2); position: absolute; top: 5px; left: 0;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
transform-origin: center;
}
#menuelink.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;
}

#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(--designfarbe); color: #fff;
    left: 50%; top: 0;
}
#titel h1, #titel h2 {
    color: #fff; margin: 10px 0;
}

hr {
    float: left; width: 100%; border: 0; height: 1px; background: var(--designfarbe);
}

#footer {
    float: left; width: 100%; margin: 0; padding:20px 0 50px 0;font-family: 'Montserrat', sans-serif; background:var(--designfarbe2); text-align: left;position: relative; border-top: 1px solid var(--designfarbe); color: #fff; z-index: 10;
}
.zc {
    margin: 0 auto; width: 100%; max-width: 1460px;
}
#header .zc {
    max-width: 1860px;
}

#footer .zc {
    max-width: 1360px; display: flex; flex-wrap: wrap;  position: relative; z-index: 2;
}
#footer > svg {
    position: absolute; left: 50%; bottom: 40px; z-index: 1; width: 500px; margin: 0 0 0 -250px;
}

.breit .zc {
    max-width: 1560px;
}
#content {
    margin: 0; width: 100%;  position: relative; float: left; min-height: 600px;  z-index: 3;  text-align: left;
}
.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: #f5f7fa;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    z-index: -2; margin: 0 0 0 -50vw;
}

.balkenhell { margin:0 !important; padding: 50px 0; position: relative; float: left; width: 100%; z-index: 1; }
.balkenhell::after {
    background: #f5f7fa;
    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(--designfarbe);
    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 h2, .balkenblau h3 {
    color: #fff;
}

blockquote.wp-block-quote, .blockquote {
    background: #f5f7fa; position: relative; padding: 20px 5% !important; box-sizing: border-box;  width: 100%; margin: 30px 0; border: 0 !important;
    border-radius: 20px;
}
blockquote.wp-block-quote.info {
    background: var(--designfarbe); position: relative; padding: 20px 5% !important; box-sizing: border-box;  width: 100%; margin: 30px 0; border: 0 !important;
    border-radius: 20px; color: #fff;
}
blockquote.wp-block-quote.info h2, blockquote.wp-block-quote.info h3 {
    color: #fff;
}
blockquote.wp-block-quote.info a {
    color: #eee !important;
}

.terminbox {
    background: #f5f7fa; position: relative; padding: 20px 5% !important; box-sizing: border-box;  width: 100%; margin: 20px 0 !important; border: 0 !important;
    box-shadow: 0 0 20px 0 rgba(69, 89, 122, 0.4); border-radius: 10px;
}
.terminbox label {
    font-size: 1.1em !important;
}

blockquote.wp-block-quote::after, .blockquote::after {
    content:""; position: absolute; top: -35px; right: -35px; width: 120px; height: 80px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%2325395a'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z'/%3E%3C/svg%3E");
    background-position: center center; background-repeat: no-repeat; background-size: 120px auto;
}
blockquote.wp-block-quote.info::after {
    content:""; position: absolute; top: -10px; right: -20px; width: 70px; height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23f5f7fa' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 0 416.979 416.979' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M356.004,61.156c-81.37-81.47-213.377-81.551-294.848-0.182c-81.47,81.371-81.552,213.379-0.181,294.85 c81.369,81.47,213.378,81.551,294.849,0.181C437.293,274.636,437.375,142.626,356.004,61.156z M237.6,340.786 c0,3.217-2.607,5.822-5.822,5.822h-46.576c-3.215,0-5.822-2.605-5.822-5.822V167.885c0-3.217,2.607-5.822,5.822-5.822h46.576 c3.215,0,5.822,2.604,5.822,5.822V340.786z M208.49,137.901c-18.618,0-33.766-15.146-33.766-33.765 c0-18.617,15.147-33.766,33.766-33.766c18.619,0,33.766,15.148,33.766,33.766C242.256,122.755,227.107,137.901,208.49,137.901z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center center; background-repeat: no-repeat; background-size: 70px auto;
}


ul.check {
    display: flex; width: 100%; margin: 0 !important; padding: 0 !important; list-style: none; flex-wrap: wrap; justify-content: space-between;
}
.page-id-21 ul.check {
    justify-content: center;
}

ul.check li {
    display: block; width: 320px; margin: 0; padding: 10px 20px 10px 45px!important; box-sizing: border-box; float: left; position: relative;
}
ul.check li::before {
 display: inline-block;
  font-family: 'icons'; position: absolute; top: 5px; left: 5px;  width: 20px; height: 20px; background: var(--designfarbe); border-radius: 20px; color: #fff;
  padding: 5px; text-align: center;
  text-decoration: none; font-size: 1.2em;
  content: "\e817"; line-height:1.0em;
}

.inhalt {
    float: left; width: 92%; padding: 30px 4% 0;
}
.home .inhalt {
    padding-top: 0;
}

.home .wp-block-image figure.aligncenter {
    max-width: 80%;
}

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

#sidebar {
    margin: 20px 5%; float: right; width: 90%; box-sizing: border-box; padding: 30px 4%; border-top: 1px solid var(--designfarbe);
}
#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(--designfarbe); }
#sidebar ul.umen li a:hover {  background: var(--designfarbe); 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:48%; margin: 15px 1%; background: #fff; box-sizing: border-box; padding: 0 0 10px;;
    position: relative;
    overflow: hidden;
-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(--designfarbe); line-height: 1.2em;
}
.teaserbox h2 a {
    color: var(--designfarbe);
}

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

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

.teaserbox > a {
    float: left; width: 100%; overflow: hidden;border-radius: 30px;
}
.teaserbox > a img {
float: left; width: 100%;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.teaserbox > a:hover img {
   transform: scale(1.05,1.05);
 }

.weiterlink a, .weiterlink2 a {
margin: 10px 10px 0 0;
padding: 10px 30px; display: inline-block; background: #fff; color: #e37b40;
position: relative; border: 1px solid #e37b40; font-size: 0.95em; min-width: 150px; text-align: center; line-height: 1.6em;
text-decoration: none !important;
 -webkit-transition: all 0.8s;
-moz-transition: all 0.8s; font-weight:400;
transition: all 0.8s; overflow: hidden;  border-radius: 10px; font-family: 'Montserrat', sans-serif;
}
.weiterlink.kreis a, .weiterlink2.kreis a {
    width: 200px; height: 200px; border-radius: 50%; box-sizing: border-box; padding: 50px 10px; hyphens: auto; font-size: 22px;
}
.home .weiterlink.kreis a, .home .weiterlink2.kreis a {
   padding: 25px 10px;
}

.has-text-align-center.weiterlink a, .has-text-align-center.weiterlink2 a {
margin: 20px 10px;
}

.weiterlink a:hover {
    color: #fff; background: #e37b40;
}

.weiterlink a:nth-child(2), .weiterlink2 a {
 color: #fff; background: #e37b40;
}

.weiterlink a:nth-child(2):hover, .weiterlink2 a:hover {
    background: #fff; color: #e37b40;
}


.locationlink a {
    display: inline-block; padding: 100px 10px 20px 10px; color: #fff; position: relative; margin: 10px; font-weight: bold; font-size: 1.2em;
   -webkit-transition: all 0.5s;
-moz-transition: all 0.5s; font-weight: 400;
transition: all 0.5s;font-family: 'Montserrat', sans-serif;  width: 150px; height: 50px; border-radius: 50%;
}
.locationlink a::before {
    content:""; display: block; width: 80px; height: 100px; position: absolute; left: 50%; top: 0; margin: 0 0 0 -40px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' version='1.1' id='Capa_1' width='800px' height='800px' viewBox='0 0 413.099 413.099' xml:space='preserve' sodipodi:docname='location2_w.svg' inkscape:version='1.3.2 (091e20e, 2023-11-25, custom)' 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%3Cdefs id='defs2'%3E%3Cstyle id='style1'%3E.cls-1%7Bfill:%2345597a;%7D%3C/style%3E%3C/defs%3E%3Csodipodi:namedview id='namedview2' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' inkscape:zoom='0.2784375' inkscape:cx='398.6532' inkscape:cy='328.61953' inkscape:window-width='1920' inkscape:window-height='1129' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Capa_1' /%3E%3Cg id='g2' style='fill:%23ffffff;fill-opacity:1'%3E%3Cg id='g1' style='fill:%23ffffff;fill-opacity:1'%3E%3Cpath d='M206.549,0L206.549,0c-82.6,0-149.3,66.7-149.3,149.3c0,28.8,9.2,56.3,22,78.899l97.3,168.399c6.1,11,18.4,16.5,30,16.5 c11.601,0,23.3-5.5,30-16.5l97.3-168.299c12.9-22.601,22-49.601,22-78.901C355.849,66.8,289.149,0,206.549,0z M206.549,193.4 c-30,0-54.5-24.5-54.5-54.5s24.5-54.5,54.5-54.5s54.5,24.5,54.5,54.5C261.049,169,236.549,193.4,206.549,193.4z' id='path1' style='fill:%23ffffff;fill-opacity:1' /%3E%3C/g%3E%3C/g%3E%3Cellipse style='fill:%23ffffff;fill-opacity:1;stroke-width:0.516374' id='path3' cx='208.40404' cy='152.30417' rx='70.704376' ry='78.586174' /%3E%3Cg id='Ebene_1-2' transform='matrix(0.51637375,0,0,0.51637375,84.22358,32.228674)' style='fill:%2345597a;fill-opacity:1'%3E%3Cpath class='cls-1' d='m 205.24,164.08 c -5.92,0 -10.72,4.8 -10.72,10.72 0,5.92 4.8,10.72 10.72,10.72 5.92,0 10.72,-4.8 10.72,-10.72 0,-5.92 -4.8,-10.72 -10.72,-10.72 z' id='path1-0' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='44.43' y='234.56' width='128.95' height='4.1199999' transform='rotate(-10.92,108.92588,236.65955)' id='rect1' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='100.25' y='139.13' width='4.1199999' height='112.95' transform='rotate(-79.62,102.30439,195.60277)' id='rect2' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='200.3' y='28.290001' width='4.1199999' height='112.45' transform='rotate(-14.68,202.39589,84.51161)' id='rect3' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='93.559998' y='164.78' width='4.1199999' height='104.7' transform='rotate(-89.68,95.63245,217.13173)' id='rect4' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='116.54' y='96.330002' width='4.1199999' height='114.81' transform='rotate(-61.23,118.59366,153.72061)' id='rect5' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='158.67' y='20.25' width='4.1199999' height='118.12' transform='rotate(-28.26,160.74268,79.305875)' id='rect6' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='100.84' y='121.15' width='4.1199999' height='100.07' transform='rotate(-71.35,102.90862,171.18905)' id='rect7' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='176.74001' y='38.290001' width='4.1199999' height='100.59' transform='rotate(-23.16,178.77339,88.576939)' id='rect8' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='39.150002' y='279.92999' width='98.989998' height='4.1199999' transform='rotate(-23.55,88.675093,282.03183)' id='rect9' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='87.019997' y='315.70001' width='112.02' height='4.1199999' transform='rotate(-47.95,143.01033,317.74515)' id='rect10' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='232.36' y='0' width='4.1199999' height='89.440002' transform='rotate(-0.29,231.04834,44.050671)' id='rect11' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='177.62' y='10.39' width='4.1199999' height='90.669998' transform='rotate(-18.32,179.73493,55.737795)' id='rect12' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='244.14' y='53.279999' width='91.599998' height='4.1199999' transform='rotate(-71.44,289.91846,55.346654)' id='rect13' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='73.959999' y='303.78' width='96.839996' height='4.1199999' transform='rotate(-38.66,122.37968,305.83989)' id='rect14' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='24.91' y='229.27' width='79.699997' height='4.1199999' transform='rotate(-6.63,64.732915,231.19294)' id='rect15' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='96.110001' y='338.59' width='115.58' height='4.1199999' transform='rotate(-56.5,153.89099,340.64959)' id='rect16' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='215.44' y='72.57' width='4.1199999' height='75.589996' transform='rotate(-10.22,217.54671,110.36377)' id='rect17' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='65.690002' y='135' width='4.1199999' height='79.110001' transform='rotate(-75.79,67.745713,174.55672)' id='rect18' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='91.25' y='80.57' width='4.1199999' height='88.720001' transform='rotate(-55.67,93.300474,124.9243)' id='rect19' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='80.660004' y='245.32001' width='71.809998' height='4.1199999' transform='rotate(-13.58,116.61804,247.44289)' id='rect20' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='71.839996' y='325.64999' width='88.459999' height='4.1199999' transform='rotate(-42.73,116.09349,327.73969)' id='rect21' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='162.49001' y='87.82' width='4.1199999' height='77.139999' transform='rotate(-37.65,164.54425,126.39262)' id='rect22' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='54.830002' y='310.17999' width='72.279999' height='4.1199999' transform='rotate(-33.18,90.990232,312.26839)' id='rect23' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='109.61' y='351.34' width='105.88' height='4.1199999' transform='rotate(-62.55,162.56753,353.40693)' id='rect24' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='226.19' y='106.59' width='52.98' height='4.1199999' transform='rotate(-81.15,252.68768,108.64562)' id='rect25' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='236.52' y='29.469999' width='58.299999' height='4.1199999' transform='rotate(-81.58,265.68195,31.528417)' id='rect26' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='47.68' y='177.10001' width='4.1199999' height='50.040001' transform='rotate(-85.59,49.732124,202.11647)' id='rect27' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='99.589996' y='61.119999' width='4.1199999' height='63.310001' transform='rotate(-46.76,101.65081,92.773102)' id='rect28' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='200.92' y='2.79' width='4.1199999' height='47.41' transform='rotate(-9.09,202.97404,26.515501)' id='rect29' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='157.55' y='124.57' width='4.1199999' height='46.099998' transform='rotate(-47.05,159.59501,147.61061)' id='rect30' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='55.950001' y='119.48' width='4.1199999' height='39.110001' transform='rotate(-65.84,58.002911,139.03143)' id='rect31' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='136.02' y='267.42001' width='39.040001' height='4.1199999' transform='rotate(-33.45,155.52734,269.46297)' id='rect32' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='246.07001' y='133.23' width='32.919998' height='4.1199999' transform='rotate(-71.31,262.53666,135.29185)' id='rect33' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='162.28999' y='150.50999' width='4.1199999' height='37.290001' transform='rotate(-57.92,164.33634,169.15567)' id='rect34' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='30.84' y='262.26999' width='30.959999' height='4.1199999' transform='rotate(-14.47,46.294217,264.24825)' id='rect35' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='232.59' y='112.72' width='4.1199999' height='24.43' id='rect36' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='112.66' y='43.330002' width='4.1199999' height='35.52' transform='rotate(-38.91,114.70582,61.088112)' id='rect37' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='112.81' y='353.51001' width='28.459999' height='4.1199999' transform='rotate(-49.15,127.03312,355.57172)' id='rect38' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='154.85001' y='248.81' width='10.68' height='4.1199999' transform='rotate(-29.36,160.16753,250.85388)' id='rect39' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='194.12' y='280.51001' width='10.68' height='4.1199999' transform='rotate(-60.63,199.46851,282.5794)' id='rect40' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='297.66' y='186.25999' width='127.85' height='4.1199999' transform='rotate(-10.58,361.7338,188.38837)' id='rect41' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='365.64999' y='173.33' width='4.1199999' height='112.95' transform='rotate(-79.62,367.68513,229.80811)' id='rect42' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='265.60001' y='284.67999' width='4.1199999' height='112.45' transform='rotate(-14.69,267.59096,340.85455)' id='rect43' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='372.34' y='155.92999' width='4.1199999' height='104.7' transform='rotate(-89.68,374.40846,208.28063)' id='rect44' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='349.35999' y='214.28' width='4.1199999' height='114.8' transform='rotate(-61.23,351.4048,271.68229)' id='rect45' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='311.29001' y='294.54999' width='4.1199999' height='108.16' transform='rotate(-30.45,313.36868,348.6527)' id='rect46' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='365.07001' y='204.2' width='4.1199999' height='100.07' transform='rotate(-71.35,367.15578,254.23432)' id='rect47' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='289.16' y='286.54001' width='4.1199999' height='100.59' transform='rotate(-23.15,291.30344,336.89328)' id='rect48' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='331.88' y='141.37' width='98.989998' height='4.1199999' transform='rotate(-23.55,381.41475,143.43006)' id='rect49' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='270.98001' y='105.59' width='112.02' height='4.1199999' transform='rotate(-47.95,326.96336,107.65479)' id='rect50' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='233.50999' y='335.95999' width='4.1199999' height='87.830002' transform='rotate(-0.25,235.23324,378.66654)' id='rect51' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='288.44' y='324.29001' width='4.1199999' height='90.230003' transform='rotate(-18.62,290.47176,369.39495)' id='rect52' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='135.28' y='367.35001' width='90.160004' height='4.1199999' transform='rotate(-71.51,180.35629,369.40743)' id='rect53' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='299.22' y='117.52' width='96.839996' height='4.1199999' transform='rotate(-38.66,347.63543,119.57543)' id='rect54' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='365.45001' y='192.38' width='80.68' height='4.1199999' transform='rotate(-6.03,406.12951,194.54796)' id='rect55' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='264.51001' y='93.959999' width='88.889999' height='4.1199999' transform='rotate(-56.21,308.93622,96.020861)' id='rect56' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='250.8' y='275.35999' width='4.1199999' height='77.419998' transform='rotate(-9.46,253.02607,314.19638)' id='rect57' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='400.54999' y='211.24001' width='4.1199999' height='79.949997' transform='rotate(-75.41,402.62175,251.21194)' id='rect58' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='374.79999' y='255.99001' width='4.1199999' height='88.93' transform='rotate(-55.8,376.87956,300.4687)' id='rect59' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='317.54999' y='175.97' width='71.809998' height='4.1199999' transform='rotate(-13.59,353.50898,178.05292)' id='rect60' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='309.35001' y='94.830002' width='90.550003' height='4.1199999' transform='rotate(-42.92,354.59607,96.895425)' id='rect61' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='303.41' y='260.45999' width='4.1199999' height='77.139999' transform='rotate(-37.65,305.43929,299.00911)' id='rect62' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='342.91' y='111.12' width='72.279999' height='4.1199999' transform='rotate(-33.18,379.03813,113.17996)' id='rect63' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='255.47' y='70.120003' width='107' height='4.1199999' transform='rotate(-61.05,308.96526,72.181419)' id='rect64' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='190.86' y='314.70999' width='52.98' height='4.1199999' transform='rotate(-81.15,217.36089,316.77164)' id='rect65' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='176.25' y='390.64001' width='56' height='4.1199999' transform='rotate(-81.01,204.26481,392.71016)' id='rect66' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='418.76001' y='197.89999' width='4.1199999' height='51.130001' transform='rotate(-85.31,420.80963,223.46053)' id='rect67' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='366.59' y='300.69' width='4.1199999' height='63.330002' transform='rotate(-47.48,368.61161,332.33729)' id='rect68' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='264.88' y='375.23001' width='4.1199999' height='45.93' transform='rotate(-9.11,267.066,398.3993)' id='rect69' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='308.35001' y='254.75' width='4.1199999' height='46.099998' transform='rotate(-47.05,310.37592,277.77665)' id='rect70' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='410.29999' y='266.5' width='4.1199999' height='39.709999' transform='rotate(-66.31,412.38131,286.35153)' id='rect71' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='284.01999' y='158.00999' width='51.5' height='4.1199999' transform='rotate(-35.35,309.7307,160.057)' id='rect72' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='190.63' y='287.20001' width='34.939999' height='4.1199999' transform='rotate(-70.35,208.07697,289.26152)' id='rect73' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='303.82001' y='237.64999' width='4.1199999' height='37.029999' transform='rotate(-57.33,305.87137,256.16984)' id='rect74' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='408.19' y='158.8' width='32.099998' height='4.1199999' transform='rotate(-14.75,424.19096,160.83465)' id='rect75' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='233.32001' y='288.26001' width='4.1199999' height='24.43' id='rect76' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='353.45999' y='346.32999' width='4.1199999' height='35.16' transform='rotate(-40.29,355.48441,363.8988)' id='rect77' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='325.72' y='60.720001' width='47.849998' height='4.1199999' transform='rotate(-48.15,349.62402,62.788658)' id='rect78' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='304.48999' y='172.48' width='10.68' height='4.1199999' transform='rotate(-29.36,309.79818,174.53074)' id='rect79' style='fill:%2345597a;fill-opacity:1' /%3E%3Crect class='cls-1' x='265.23001' y='140.78' width='10.68' height='4.1199999' transform='rotate(-60.63,270.58918,142.84976)' id='rect80' style='fill:%2345597a;fill-opacity:1' /%3E%3C/g%3E%3C/svg%3E");
background-size: 100% auto; background-position: center center; background-repeat: no-repeat;
}
.locationlink a:hover {
    background: var(--designfarbe); color: #fff; text-decoration: none; transform: scale(0.95);
    box-shadow: 0 0 20px 0 #fff;
}

.backlink a {
margin: 20px 10px;
padding: 10px 40px; display: inline-block; color: var(--designfarbe); background: transparent;
position: relative; border: 1px solid var(--designfarbe); 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(--designfarbe); color: #fff;
}


address, div.kontakt {
    float: left; width: 100%; margin: 0 0 10px; font-style: normal; line-height: 1.4em;
}
.verzdaten, .verzcontent {
    float: left; width: 100%; margin: 10px 0;
}
.verzdaten .daten {
    float: left; width: 50%;
}
.verzdaten .logo {
    float: left; width: 50%; text-align: center;
}
.verzdaten .logo img {
    width: 400px;
}

.verzcontent h3 {
    font-size: 1.1em; border-bottom: 1px solid var(--designfarbe); margin: 20px 0 0; padding: 0;
}
.verzcontent table td { padding: 5px 0;}

.verzeichnisliste, .standortliste {
    float: left; width: 102%; margin: 20px 0 20px -1%; display: flex; flex-wrap: wrap;
}
#standorte h2 {
    text-align: center; text-transform: uppercase;
}
#standorte h3 {
    text-transform: uppercase; font-weight: bold;
}
.standortliste .teaserbox {
    background: transparent;
}
.standortliste .teaserbox h3 {
    font-size: 1.0em;
}
#standorte .backlink {
    float: left; width: 100%; text-align: right;
}

.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(--designfarbe); 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%; background: #eaeae9; box-sizing: border-box; padding: 0 0 30px;
    position: relative;
    overflow: hidden;
-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;
}
#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 {
box-shadow: 0px 0px 5px 0px #333;
-moz-box-shadow: 0px 0px 5px 0px #333;
-webkit-box-shadow: 0px 0px 5px 0px #333;
}
#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%;
}

#footnav { margin: 20px 0; float: left; width: 92%; padding:0 4%; }
.fw {
    float: left; width: 92%; margin: 0 4%;
}

.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; width:78%; margin: 7vh 0 0 2%; 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;
}


.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 {  }
.fixiert #logocontainer {  width:12%; margin: 10px 4%; }

.home #header:not(.fixiert) {
background: -moz-linear-gradient(top, rgba(5, 25, 58, 0.7) 0%, transparent 100%);
background: -webkit-linear-gradient(top, rgba(5, 25, 58, 0.7) 0%, transparent 100%);
background: linear-gradient(to bottom, rgba(5, 25, 58, 0.7) 0%, transparent 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05193a', endColorstr='transparent',GradientType=0 );
}
.home #header:not(.fixiert) #menuelink span {
    background: #fff;
}

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

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

.fixiert #menu { margin-top: 50px;}


#menu > div { width: 100%; }

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

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



.home #header:not(.fixiert) #menu ul li a {
color: #fff;
}

}


.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;
}

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


#menu ul li a {
float: left;
display: block;
font-weight: normal;
color: var(--designfarbe2);
padding: 10px 15px;
margin: 0; text-decoration: none;
text-align: left;
font-size: 0.94vw; font-weight: 400;
text-transform: uppercase;
 font-family: 'Montserrat', sans-serif; white-space: nowrap;
}

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


}

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

#menu ul li a:hover {
   color: #e37b40;
}

#menu ul.sub-menu {
position: absolute;
top:55px; z-index: 5;
left: 0; padding: 10px 0 0;
min-width: 310px;
-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 20px;
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: var(--designfarbe);
}

#menu ul.sub-menu li a {
color: #fff;
}

#menu ul.sub-menu li a:hover {
background: var(--designfarbe2); color: #fff;
}

#menu ul li ul.sub-menu li.current-menu-item a {
background: var(--designfarbe2); 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: var(--designfarbe); }


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

#footer ul li {
                         display: block;
                         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; width: 100%; display: flex; flex-wrap: wrap; justify-content: center;
}
#footnav > div ul li a  {
    font-size: 17px; text-align: center; width: 100%; box-sizing: border-box;
}
#footer a {
    color: #fff;
}
#footer .weiterlink a {
    color: var(--designfarbe2); border: 1px solid var(--designfarbe); margin-top: 0;
}
#footer .weiterlink a:hover {
    color: #fff !important;
}

.fbuttons {
  position: fixed; right: 5%; bottom: 40px; width: 70%; max-width: 280px; z-index: 10000; font-size: 0.9em;
}
.fbuttons a#bllink {
    float: right; width: 80px; height: 80px;padding: 10px; background-color: var(--designfarbe); border-radius: 50%; position: relative; z-index: 6;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.6);
	transform: scale(1);
	animation: pulse 2s infinite;
    background-image: url("data:image/svg+xml,%3Csvg width='127.38501mm' height='117.41056mm' viewBox='0 0 127.38501 117.41056' version='1.1' id='svg1' inkscape:version='1.3.2 (091e20e, 2023-11-25, custom)' sodipodi:docname='symbol.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='534.17323' inkscape:cy='224.88189' 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%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath2'%3E%3Cpath d='M 0,566.929 H 850.394 V 0 H 0 Z' transform='translate(-379.72221,-484.44091)' id='path2' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath4'%3E%3Cpath d='M 0,566.929 H 850.394 V 0 H 0 Z' transform='translate(-245.86231,-471.14741)' id='path4' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath6'%3E%3Cpath d='M 0,566.929 H 850.394 V 0 H 0 Z' transform='translate(-124.9863,-387.06051)' id='path6' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath8'%3E%3Cpath d='M 0,566.929 H 850.394 V 0 H 0 Z' transform='translate(-225.61431,-152.4145)' id='path8' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath10'%3E%3Cpath d='M 0,566.929 H 850.394 V 0 H 0 Z' transform='translate(-163.2114,-175.25731)' id='path10' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath12'%3E%3Cpath d='M 0,566.929 H 850.394 V 0 H 0 Z' transform='translate(-163.2114,-175.25731)' id='path12' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath14'%3E%3Cpath d='M 0,566.929 H 850.394 V 0 H 0 Z' transform='translate(-209.30031,-152.4301)' id='path14' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath17'%3E%3Cpath d='M 0,566.929 H 850.394 V 0 H 0 Z' transform='translate(-572.37211,-256.64201)' id='path17' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath19'%3E%3Cpath d='M 0,566.929 H 850.394 V 0 H 0 Z' transform='matrix(1.3333333,0,0,-1.3333333,0,755.90533)' id='path19' /%3E%3C/clipPath%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='clipPath18'%3E%3Cpath d='m 383.407,214.014 h 435.218 v -89.45 H 383.407 Z' transform='matrix(1,0,0,-1,-383.40671,148.1152)' id='path18' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg inkscape:label='Ebene 1' inkscape:groupmode='layer' id='layer1' transform='translate(36.247915,-89.164582)'%3E%3Cpath id='path1' d='m 0,0 c -31.147,-30.227 -44.529,-80.5 -47.918,-138.188 -1.145,-19.487 0.411,-39.77 -1.545,-60.591 -5.277,-56.144 -31.194,-93.224 -70.177,-116.547 -12.965,-7.758 -27.595,-14.737 -45.443,-16.695 12.854,4.03 22.175,13.521 31.223,22.569 8.776,8.775 17.275,18.723 24.732,29.059 14.92,20.679 28.496,44.478 30.604,76.667 2.219,33.843 -14.855,55.052 -39.26,62.758 -27.385,8.645 -58.179,-2.871 -79.142,-14.532 8.401,21.077 25.332,35.242 52.554,36.48 13.985,0.635 27.84,-3.438 41.426,-1.855 13.355,1.555 20.732,8.003 25.041,19.477 2.252,5.995 3.161,11.918 4.947,17.31 C -60.759,-47.226 -33.259,-17.147 0,0' style='fill:%2385c06a;fill-opacity:1;fill-rule:evenodd;stroke:none' transform='matrix(0.35277776,0,0,-0.35277776,91.137092,89.164582)' clip-path='url(%23clipPath2)' /%3E%3Cpath id='path3' d='m 0,0 c 15.754,1.45 27.6,-4.287 36.17,-12.675 8.37,-8.192 14.646,-20.066 13.294,-36.787 -1.809,-22.337 -21.398,-40.192 -44.208,-40.499 -30.668,-0.414 -55.935,30.783 -42.354,63.066 3.99,9.478 11.032,17.072 20.406,21.949 C -11.803,-2.401 -7.055,-0.649 0,0' style='fill:%2385c06a;fill-opacity:1;fill-rule:evenodd;stroke:none' transform='matrix(0.35277776,0,0,-0.35277776,43.914294,93.854235)' clip-path='url(%23clipPath4)' /%3E%3Cpath id='path5' d='m 0,0 c 19.27,1.887 36.274,-12.653 38.025,-30.605 2.14,-21.932 -12.898,-37.931 -31.532,-39.571 -20.789,-1.829 -38.92,13.564 -38.952,34.934 -0.014,9.765 4.048,18.211 9.584,24.113 C -17.618,-5.522 -10.459,-1.024 0,0' style='fill:%2352aba4;fill-opacity:1;fill-rule:evenodd;stroke:none' transform='matrix(0.35277776,0,0,-0.35277776,1.2719276,123.51822)' clip-path='url(%23clipPath6)' /%3E%3Cpath id='path7' d='M 0,0 H -0.005 L 0,-0.002 C -0.01,-1.023 0.138,0.89 0,0' style='fill:%2352aba4;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0.35277776,0,0,-0.35277776,36.77125,206.29612)' clip-path='url(%23clipPath8)' /%3E%3Cpath id='path9' d='M 0,0 C -0.15,0.112 -0.301,0.227 -0.454,0.34 -0.312,0.231 -0.173,0.126 -0.044,0.031 -0.029,0.021 -0.014,0.012 0,0' style='fill:%2352aba4;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0.35277776,0,0,-0.35277776,14.756893,198.23768)' clip-path='url(%23clipPath10)' /%3E%3Cpath id='path11' d='m 0,0 c -0.014,0.012 -0.029,0.021 -0.044,0.031 -0.129,0.095 -0.268,0.2 -0.41,0.309 -8.491,6.384 -16.489,13.207 -23.523,21.073 -3.114,-4.876 -6.8,-9.647 -5.744,-15.816 C -27.505,-7.361 -8.53,-13.07 5.52,-16.661 18.651,-20.018 33.703,-21.922 46.089,-22.827 31.65,-21.389 19.76,-14.002 9.383,-6.761 6.207,-4.544 3.072,-2.299 0,0' style='fill:%2352aba4;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0.35277776,0,0,-0.35277776,14.756893,198.23768)' clip-path='url(%23clipPath12)' /%3E%3Cpath id='path13' d='m 0,0 c -14.439,1.438 -26.329,8.825 -36.706,16.066 -3.176,2.217 -6.311,4.462 -9.383,6.761 -0.014,0.012 -0.029,0.022 -0.044,0.031 -0.129,0.095 -0.267,0.201 -0.409,0.309 -8.492,6.384 -16.49,13.207 -23.523,21.073 -6.994,7.821 -13.033,16.672 -17.648,27.163 -5.416,12.312 -8.86,29.834 -3.093,43.899 10.465,25.521 47.661,34.084 79.452,24.113 -7.592,11.77 -20.885,19.119 -37.407,18.239 -8.665,-0.462 -15.813,-2.875 -23.185,-5.873 -7.121,-2.896 -15.573,-6.091 -24.115,-5.256 -14.436,1.409 -17.964,15.076 -24.731,25.04 -16.095,23.705 -38.361,37.827 -69.557,46.062 -0.188,-0.017 -0.366,-0.047 -0.31,-0.309 11.326,-5.021 20.17,-14.175 28.133,-24.112 15.28,-19.068 26.047,-42.423 34.624,-67.394 4.517,-13.148 7.378,-26.755 11.438,-39.879 C -104.35,46.778 -81.706,18.476 -44.125,5.247 -31.604,0.84 -16.579,-2.367 0.083,-0.01 0.055,-0.005 0.029,-0.004 0,0' style='fill:%2352aba4;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(0.35277776,0,0,-0.35277776,31.016034,206.29061)' clip-path='url(%23clipPath14)' /%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% auto; background-position: center center; background-repeat: no-repeat; text-indent: -1000px; overflow: hidden;
}


@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(0.95);
	}
}

.fbuttons ul {
    position: absolute; bottom: 10px; width: 100%; list-style: none; margin: 0; padding: 0; z-index: 5; visibility: hidden; opacity: 0;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; border-radius: 30px;
}
.fbuttons ul li {
    float: left; width: 100%; margin: 0; padding: 0; -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

#footer .fbuttons ul li a { display: block; width: 100%; box-sizing: border-box; padding: 1px 10px; text-align: right; color: var(--designfarbe); }
#footer .fbuttons ul li a:hover {
   color: #000;
}

.fbuttons ul li a strong {
    display: inline-block; padding: 6px 0; font-weight: normal;
}

.fbuttons ul li a i {
    display: block; float: left;  padding:2px; margin: 0 10px; background: #fff; border-radius: 50%; width: 35px; height: 35px; box-sizing: border-box;
    text-align: center; display: flex; justify-content: center; align-items: center;  font-family: icons; font-style: normal; font-size: 18px;
}
.fbuttons ul li a:hover i {
   color:#fff; background: var(--designfarbe);
}

.fbuttons.aktiv ul {
    position: absolute; bottom: 100px; width: 100%; list-style: none; margin: 0; padding: 0; z-index: 5; visibility: visible; opacity: 1; background: rgba(255,255,255,0.8);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.4);
}
.fbuttons.aktiv ul li {
    margin: 5px 0 !important; padding: 0;
}

a {
  color: var(--designfarbe); text-decoration: none;
}
a:hover {
  color: #e37b40; 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:50px;
}

.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(--designfarbe);
    padding: 8px 0; text-align: center; width:50px; z-index: 50; border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
text-decoration: none !important;
}
a.totop:hover {
 background: #85c06a; color: var(--designfarbe);
}


input {
    border: 1px solid var(--designfarbe); padding: 10px; background: #fff; font-size: 1.0em; box-sizing: border-box;font-family: 'PT Sans', Arial, sans-serif;  color: var(--designfarbe); font-weight: 300;
}
select {
    border: 1px solid var(--designfarbe); padding: 10px; background: #fff; font-size: 1.0em; font-family: 'PT Sans', Arial, sans-serif; color: var(--designfarbe); font-weight: 300;
}
input:focus {
 border: 1px solid var(--designfarbe); background: #edefff; color: var(--designfarbe);
}
textarea {
    border: 1px solid var(--designfarbe); padding: 10px; background: #fff; font-size: 1.0em; font-family: 'PT Sans', Arial, sans-serif; color: var(--designfarbe);font-weight: 300;
letter-spacing: 1px; }
textarea:focus {
 border: 1px solid var(--designfarbe); background: #edefff;  color: var(--designfarbe);
}

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: #e37b40 !important; color: #fff !important; cursor: pointer; font-size: 1.1em; border-radius: 10px;
    -webkit-appearance:none;-moz-appearance:none; appearance:none; border: 0; border: 2px solid #e37b40 !important; font-family: 'PT Sans', Arial, sans-serif;
}
input[type=submit]:hover {
    background: #fff !important; color: var(--designfarbe) !important;
}
#searchform [type=submit] {
    width: 35%; box-sizing: border-box;
}


input[type=checkbox] {
    float: left; margin: 5px 10px 5px 0 !important;-webkit-appearance:none;-moz-appearance:none; appearance:none; width: 20px !important; height: 20px !important; display: inline-block; position: relative;
     border-radius: 0; border: 2px solid var(--designfarbe2); padding: 5px !important;
}
input[type=checkbox]:checked {
    background:var(--designfarbe2);
}
input[type=checkbox]:checked::after {
content: '';
position: absolute;
background-color: #fff;
left: 3px;
top: 8px;
width: 2px;
height: 2px;
box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
transform: rotate(45deg);
}


.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(--designfarbe) !important;
}
.teaserbox img {
    height: auto !important;
}

iframe {
    max-width: 100%;
}

h1 {
    font-weight:300;  font-size: 2.4em; margin: 30px 0 20px; padding: 0; line-height: 1.4em; position: relative; font-family: 'Montserrat', sans-serif;
    color: var(--designfarbe);

}
.content1 > h1:first-child {
 padding-left: 40px;  margin-bottom: 40px;
}

.content1 > h1:first-child::before {
 content:""; width: 70px; height: 70px;
 background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg id='Ebene_2' viewBox='0 0 421.8308 423.82402' version='1.1' sodipodi:docname='symbol.svg' width='421.83081' height='423.82401' inkscape:version='1.3.2 (091e20e, 2023-11-25, custom)' 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='namedview88' pagecolor='%23ffffff' bordercolor='%23000000' borderopacity='0.25' inkscape:showpageshadow='2' inkscape:pageopacity='0.0' inkscape:pagecheckerboard='0' inkscape:deskcolor='%23d1d1d1' showgrid='false' inkscape:zoom='1.2675876' inkscape:cx='214.58082' inkscape:cy='196.04167' inkscape:window-width='1920' inkscape:window-height='1129' inkscape:window-x='-8' inkscape:window-y='-8' inkscape:window-maximized='1' inkscape:current-layer='Ebene_1-2' /%3E%3Cdefs id='defs1'%3E%3Cstyle id='style1'%3E.cls-1%7Bfill:%2345597a;%7D%3C/style%3E%3C/defs%3E%3Cg id='Ebene_1-2' transform='translate(-24.631935,0.02692773)'%3E%3Cpath class='cls-1' d='m 205.24,164.08 c -5.92,0 -10.72,4.8 -10.72,10.72 0,5.92 4.8,10.72 10.72,10.72 5.92,0 10.72,-4.8 10.72,-10.72 0,-5.92 -4.8,-10.72 -10.72,-10.72 z' id='path1' /%3E%3Crect class='cls-1' x='44.43' y='234.56' width='128.95' height='4.1199999' transform='rotate(-10.92,108.92588,236.65955)' id='rect1' /%3E%3Crect class='cls-1' x='100.25' y='139.13' width='4.1199999' height='112.95' transform='rotate(-79.62,102.30439,195.60277)' id='rect2' /%3E%3Crect class='cls-1' x='200.3' y='28.290001' width='4.1199999' height='112.45' transform='rotate(-14.68,202.39589,84.51161)' id='rect3' /%3E%3Crect class='cls-1' x='93.559998' y='164.78' width='4.1199999' height='104.7' transform='rotate(-89.68,95.63245,217.13173)' id='rect4' /%3E%3Crect class='cls-1' x='116.54' y='96.330002' width='4.1199999' height='114.81' transform='rotate(-61.23,118.59366,153.72061)' id='rect5' /%3E%3Crect class='cls-1' x='158.67' y='20.25' width='4.1199999' height='118.12' transform='rotate(-28.26,160.74268,79.305875)' id='rect6' /%3E%3Crect class='cls-1' x='100.84' y='121.15' width='4.1199999' height='100.07' transform='rotate(-71.35,102.90862,171.18905)' id='rect7' /%3E%3Crect class='cls-1' x='176.74001' y='38.290001' width='4.1199999' height='100.59' transform='rotate(-23.16,178.77339,88.576939)' id='rect8' /%3E%3Crect class='cls-1' x='39.150002' y='279.92999' width='98.989998' height='4.1199999' transform='rotate(-23.55,88.675093,282.03183)' id='rect9' /%3E%3Crect class='cls-1' x='87.019997' y='315.70001' width='112.02' height='4.1199999' transform='rotate(-47.95,143.01033,317.74515)' id='rect10' /%3E%3Crect class='cls-1' x='232.36' y='0' width='4.1199999' height='89.440002' transform='rotate(-0.29,231.04834,44.050671)' id='rect11' /%3E%3Crect class='cls-1' x='177.62' y='10.39' width='4.1199999' height='90.669998' transform='rotate(-18.32,179.73493,55.737795)' id='rect12' /%3E%3Crect class='cls-1' x='244.14' y='53.279999' width='91.599998' height='4.1199999' transform='rotate(-71.44,289.91846,55.346654)' id='rect13' /%3E%3Crect class='cls-1' x='73.959999' y='303.78' width='96.839996' height='4.1199999' transform='rotate(-38.66,122.37968,305.83989)' id='rect14' /%3E%3Crect class='cls-1' x='24.91' y='229.27' width='79.699997' height='4.1199999' transform='rotate(-6.63,64.732915,231.19294)' id='rect15' /%3E%3Crect class='cls-1' x='96.110001' y='338.59' width='115.58' height='4.1199999' transform='rotate(-56.5,153.89099,340.64959)' id='rect16' /%3E%3Crect class='cls-1' x='215.44' y='72.57' width='4.1199999' height='75.589996' transform='rotate(-10.22,217.54671,110.36377)' id='rect17' /%3E%3Crect class='cls-1' x='65.690002' y='135' width='4.1199999' height='79.110001' transform='rotate(-75.79,67.745713,174.55672)' id='rect18' /%3E%3Crect class='cls-1' x='91.25' y='80.57' width='4.1199999' height='88.720001' transform='rotate(-55.67,93.300474,124.9243)' id='rect19' /%3E%3Crect class='cls-1' x='80.660004' y='245.32001' width='71.809998' height='4.1199999' transform='rotate(-13.58,116.61804,247.44289)' id='rect20' /%3E%3Crect class='cls-1' x='71.839996' y='325.64999' width='88.459999' height='4.1199999' transform='rotate(-42.73,116.09349,327.73969)' id='rect21' /%3E%3Crect class='cls-1' x='162.49001' y='87.82' width='4.1199999' height='77.139999' transform='rotate(-37.65,164.54425,126.39262)' id='rect22' /%3E%3Crect class='cls-1' x='54.830002' y='310.17999' width='72.279999' height='4.1199999' transform='rotate(-33.18,90.990232,312.26839)' id='rect23' /%3E%3Crect class='cls-1' x='109.61' y='351.34' width='105.88' height='4.1199999' transform='rotate(-62.55,162.56753,353.40693)' id='rect24' /%3E%3Crect class='cls-1' x='226.19' y='106.59' width='52.98' height='4.1199999' transform='rotate(-81.15,252.68768,108.64562)' id='rect25' /%3E%3Crect class='cls-1' x='236.52' y='29.469999' width='58.299999' height='4.1199999' transform='rotate(-81.58,265.68195,31.528417)' id='rect26' /%3E%3Crect class='cls-1' x='47.68' y='177.10001' width='4.1199999' height='50.040001' transform='rotate(-85.59,49.732124,202.11647)' id='rect27' /%3E%3Crect class='cls-1' x='99.589996' y='61.119999' width='4.1199999' height='63.310001' transform='rotate(-46.76,101.65081,92.773102)' id='rect28' /%3E%3Crect class='cls-1' x='200.92' y='2.79' width='4.1199999' height='47.41' transform='rotate(-9.09,202.97404,26.515501)' id='rect29' /%3E%3Crect class='cls-1' x='157.55' y='124.57' width='4.1199999' height='46.099998' transform='rotate(-47.05,159.59501,147.61061)' id='rect30' /%3E%3Crect class='cls-1' x='55.950001' y='119.48' width='4.1199999' height='39.110001' transform='rotate(-65.84,58.002911,139.03143)' id='rect31' /%3E%3Crect class='cls-1' x='136.02' y='267.42001' width='39.040001' height='4.1199999' transform='rotate(-33.45,155.52734,269.46297)' id='rect32' /%3E%3Crect class='cls-1' x='246.07001' y='133.23' width='32.919998' height='4.1199999' transform='rotate(-71.31,262.53666,135.29185)' id='rect33' /%3E%3Crect class='cls-1' x='162.28999' y='150.50999' width='4.1199999' height='37.290001' transform='rotate(-57.92,164.33634,169.15567)' id='rect34' /%3E%3Crect class='cls-1' x='30.84' y='262.26999' width='30.959999' height='4.1199999' transform='rotate(-14.47,46.294217,264.24825)' id='rect35' /%3E%3Crect class='cls-1' x='232.59' y='112.72' width='4.1199999' height='24.43' id='rect36' /%3E%3Crect class='cls-1' x='112.66' y='43.330002' width='4.1199999' height='35.52' transform='rotate(-38.91,114.70582,61.088112)' id='rect37' /%3E%3Crect class='cls-1' x='112.81' y='353.51001' width='28.459999' height='4.1199999' transform='rotate(-49.15,127.03312,355.57172)' id='rect38' /%3E%3Crect class='cls-1' x='154.85001' y='248.81' width='10.68' height='4.1199999' transform='rotate(-29.36,160.16753,250.85388)' id='rect39' /%3E%3Crect class='cls-1' x='194.12' y='280.51001' width='10.68' height='4.1199999' transform='rotate(-60.63,199.46851,282.5794)' id='rect40' /%3E%3Crect class='cls-1' x='297.66' y='186.25999' width='127.85' height='4.1199999' transform='rotate(-10.58,361.7338,188.38837)' id='rect41' /%3E%3Crect class='cls-1' x='365.64999' y='173.33' width='4.1199999' height='112.95' transform='rotate(-79.62,367.68513,229.80811)' id='rect42' /%3E%3Crect class='cls-1' x='265.60001' y='284.67999' width='4.1199999' height='112.45' transform='rotate(-14.69,267.59096,340.85455)' id='rect43' /%3E%3Crect class='cls-1' x='372.34' y='155.92999' width='4.1199999' height='104.7' transform='rotate(-89.68,374.40846,208.28063)' id='rect44' /%3E%3Crect class='cls-1' x='349.35999' y='214.28' width='4.1199999' height='114.8' transform='rotate(-61.23,351.4048,271.68229)' id='rect45' /%3E%3Crect class='cls-1' x='311.29001' y='294.54999' width='4.1199999' height='108.16' transform='rotate(-30.45,313.36868,348.6527)' id='rect46' /%3E%3Crect class='cls-1' x='365.07001' y='204.2' width='4.1199999' height='100.07' transform='rotate(-71.35,367.15578,254.23432)' id='rect47' /%3E%3Crect class='cls-1' x='289.16' y='286.54001' width='4.1199999' height='100.59' transform='rotate(-23.15,291.30344,336.89328)' id='rect48' /%3E%3Crect class='cls-1' x='331.88' y='141.37' width='98.989998' height='4.1199999' transform='rotate(-23.55,381.41475,143.43006)' id='rect49' /%3E%3Crect class='cls-1' x='270.98001' y='105.59' width='112.02' height='4.1199999' transform='rotate(-47.95,326.96336,107.65479)' id='rect50' /%3E%3Crect class='cls-1' x='233.50999' y='335.95999' width='4.1199999' height='87.830002' transform='rotate(-0.25,235.23324,378.66654)' id='rect51' /%3E%3Crect class='cls-1' x='288.44' y='324.29001' width='4.1199999' height='90.230003' transform='rotate(-18.62,290.47176,369.39495)' id='rect52' /%3E%3Crect class='cls-1' x='135.28' y='367.35001' width='90.160004' height='4.1199999' transform='rotate(-71.51,180.35629,369.40743)' id='rect53' /%3E%3Crect class='cls-1' x='299.22' y='117.52' width='96.839996' height='4.1199999' transform='rotate(-38.66,347.63543,119.57543)' id='rect54' /%3E%3Crect class='cls-1' x='365.45001' y='192.38' width='80.68' height='4.1199999' transform='rotate(-6.03,406.12951,194.54796)' id='rect55' /%3E%3Crect class='cls-1' x='264.51001' y='93.959999' width='88.889999' height='4.1199999' transform='rotate(-56.21,308.93622,96.020861)' id='rect56' /%3E%3Crect class='cls-1' x='250.8' y='275.35999' width='4.1199999' height='77.419998' transform='rotate(-9.46,253.02607,314.19638)' id='rect57' /%3E%3Crect class='cls-1' x='400.54999' y='211.24001' width='4.1199999' height='79.949997' transform='rotate(-75.41,402.62175,251.21194)' id='rect58' /%3E%3Crect class='cls-1' x='374.79999' y='255.99001' width='4.1199999' height='88.93' transform='rotate(-55.8,376.87956,300.4687)' id='rect59' /%3E%3Crect class='cls-1' x='317.54999' y='175.97' width='71.809998' height='4.1199999' transform='rotate(-13.59,353.50898,178.05292)' id='rect60' /%3E%3Crect class='cls-1' x='309.35001' y='94.830002' width='90.550003' height='4.1199999' transform='rotate(-42.92,354.59607,96.895425)' id='rect61' /%3E%3Crect class='cls-1' x='303.41' y='260.45999' width='4.1199999' height='77.139999' transform='rotate(-37.65,305.43929,299.00911)' id='rect62' /%3E%3Crect class='cls-1' x='342.91' y='111.12' width='72.279999' height='4.1199999' transform='rotate(-33.18,379.03813,113.17996)' id='rect63' /%3E%3Crect class='cls-1' x='255.47' y='70.120003' width='107' height='4.1199999' transform='rotate(-61.05,308.96526,72.181419)' id='rect64' /%3E%3Crect class='cls-1' x='190.86' y='314.70999' width='52.98' height='4.1199999' transform='rotate(-81.15,217.36089,316.77164)' id='rect65' /%3E%3Crect class='cls-1' x='176.25' y='390.64001' width='56' height='4.1199999' transform='rotate(-81.01,204.26481,392.71016)' id='rect66' /%3E%3Crect class='cls-1' x='418.76001' y='197.89999' width='4.1199999' height='51.130001' transform='rotate(-85.31,420.80963,223.46053)' id='rect67' /%3E%3Crect class='cls-1' x='366.59' y='300.69' width='4.1199999' height='63.330002' transform='rotate(-47.48,368.61161,332.33729)' id='rect68' /%3E%3Crect class='cls-1' x='264.88' y='375.23001' width='4.1199999' height='45.93' transform='rotate(-9.11,267.066,398.3993)' id='rect69' /%3E%3Crect class='cls-1' x='308.35001' y='254.75' width='4.1199999' height='46.099998' transform='rotate(-47.05,310.37592,277.77665)' id='rect70' /%3E%3Crect class='cls-1' x='410.29999' y='266.5' width='4.1199999' height='39.709999' transform='rotate(-66.31,412.38131,286.35153)' id='rect71' /%3E%3Crect class='cls-1' x='284.01999' y='158.00999' width='51.5' height='4.1199999' transform='rotate(-35.35,309.7307,160.057)' id='rect72' /%3E%3Crect class='cls-1' x='190.63' y='287.20001' width='34.939999' height='4.1199999' transform='rotate(-70.35,208.07697,289.26152)' id='rect73' /%3E%3Crect class='cls-1' x='303.82001' y='237.64999' width='4.1199999' height='37.029999' transform='rotate(-57.33,305.87137,256.16984)' id='rect74' /%3E%3Crect class='cls-1' x='408.19' y='158.8' width='32.099998' height='4.1199999' transform='rotate(-14.75,424.19096,160.83465)' id='rect75' /%3E%3Crect class='cls-1' x='233.32001' y='288.26001' width='4.1199999' height='24.43' id='rect76' /%3E%3Crect class='cls-1' x='353.45999' y='346.32999' width='4.1199999' height='35.16' transform='rotate(-40.29,355.48441,363.8988)' id='rect77' /%3E%3Crect class='cls-1' x='325.72' y='60.720001' width='47.849998' height='4.1199999' transform='rotate(-48.15,349.62402,62.788658)' id='rect78' /%3E%3Crect class='cls-1' x='304.48999' y='172.48' width='10.68' height='4.1199999' transform='rotate(-29.36,309.79818,174.53074)' id='rect79' /%3E%3Crect class='cls-1' x='265.23001' y='140.78' width='10.68' height='4.1199999' transform='rotate(-60.63,270.58918,142.84976)' id='rect80' /%3E%3C/g%3E%3C/svg%3E%0A");
 background-size: 100% auto; position: absolute; top:-5px; left: -45px;
}


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

h2 {
    font-weight:300; font-size: 2.0em; margin: 30px 0 20px; line-height: 1.4em; font-family: 'Montserrat', sans-serif; color: var(--designfarbe);
}
h2.has-medium-font-size {
    font-size: 1.4em !important;
}
#page-106 h2 {
    border-top: 1px solid #c5c7ca; padding: 10px 0 0 0;
}

h1 strong, h2 strong {
    font-weight:bold; display: inline-block;
}
h1 em, h2 em {
    font-weight:normal; font-size: 0.6em; font-style: normal;
}

h3 {
    font-weight: 400; font-size: 1.4em; margin: 30px 0 10px;  line-height: 1.4em; font-family: 'Montserrat', sans-serif; letter-spacing: 0;  color: var(--designfarbe);
}
#footer h3 {
    margin-top: 10px; color: #fff;
}

h4 {
    font-size: 1.1em; margin: 20px 0 10px; line-height: 1.4em;
}

p {
    margin: 15px 0 20px; line-height: 1.6em;
}
p.weiterlink, p.weiterlink2 {
    margin-bottom: 10px;
}

#content li {
      line-height: 1.6em;
}

#content ul li::marker {
  color: var(--designfarbe);
}
#content ul {
    padding: 0 0 0 25px;
}

.startbox {
    position: relative;
}
.startbox .seit {
    position: absolute; top: -20px; right: -20px; font-size:30px; color:var(--designfarbe); 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;
}
#content .has-large-font-size {
    font-family: 'Verdana', Arial, sans-serif; line-height: 1.4em; font-size: 1.6em !important;
}

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

.home .balken .wp-block-cover__background {
  -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.home .balken .wp-block-cover:hover .wp-block-cover__background {
 opacity: 0.8 !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%;
}

.wp-block-gallery figure.wp-block-image {
     aspect-ratio: 4 / 3;
}

.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: 0.9em !important; padding:10px !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: 20px 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:5px 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, .wpcf7 select {
   box-sizing: border-box; width: 100%;
}
.wpcf7 textarea {
   box-sizing: border-box; width: 100%; height:150px;
}
.wpcf7 input[type=submit] {
  width: 250px;
}

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;
}

.kontaktform {
    float: left; width: 100%;
}
.kontaktform fieldset {
    width: 50%; margin: 0; border: 0; padding: 0 5% 0 0; float: left; box-sizing: border-box;
}
.formfeld .wpcf7-list-item {
    float: left; width: 100%; margin: 2px 0 !important; text-align: left;
}
.formfeld .wpcf7-list-item input {
    float: left; width: auto; margin: 7px 10px 7px 0;
}

.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(--designfarbe); border-bottom: 2px solid var(--designfarbe); 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(--designfarbe); }

figure.wp-block-table th, figure.wp-block-table td  {
    border-color: var(--designfarbe) !important;
}
.wp-block-table thead {
  border-bottom: 2px solid !important;
}
.wp-block-group figure.wp-block-table {
    margin-bottom: 0 !important;
}
.wp-block-group figure.wp-block-table table td:first-child {

}

.wp-block-table table td, .wp-block-table table th  {

}
.wp-block-table thead {
}

#footer table td {
    padding: 5px 0;
}

.startlogo figure {
   margin-left: 20% !important; max-width: 25%;
}




.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(--designfarbe); font-weight: 400;
   position: absolute; top: 0; left:5px; font-size: 60px;
   text-align: center; border-right: 4px solid var(--designfarbe); 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(--designfarbe);}

.c-accordion__item { float: left; width: 100%;} /* The accordion item container */
.c-accordion__title { font-size: 1.2em; border-bottom: 1px solid #ccc; padding: 10px; margin-bottom: 0; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease; margin-top: 5px !important; } /* An accordion item title */
.c-accordion__title:focus { outline: 0 none; } /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content { float: left; width: 100%;} /* An accordion item content container */

.c-accordion__title::after {
    font-size: 30px; width: 35px; height: 35px; color: var(--designfarbe) !important; text-align: center; border-radius: 50%;background: #fff; right: 10px !important; box-sizing: border-box;
}
.c-accordion__title:hover {
    background: #eee; color: var(--designfarbe);
}
.is-open .c-accordion__title {
    background: var(--designfarbe); color: #fff;
}


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(--designfarbe); 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;
}

.bgelement .wp-block-cover__image-background {
  filter: blur(4px); -webkit-transition: all 2s ease;  -moz-transition: all 2s ease;  transition: all 2s ease; transition-delay: 0.5s;
}
.bgelement.inview .wp-block-cover__image-background {
  filter: blur(0);
}

.bgelement::after {
    content:""; width: 200px; height: 200px; display: block; background: #eee; position: absolute; right: 4%; bottom: 5px; z-index: 20; background: url('images/symbol.svg') center center no-repeat; background-size: 100% 100%;
transform: scale(0.01); opacity: 0;-webkit-transition: all 1.5s ease;  -moz-transition: all 1.5s ease;  transition: all 1.5s ease; transition-delay: 0.5s;   }
.bgelement.inview::after {
  transform: scale(1); opacity: 1; }

.bgq1::before {
    content:""; width: 60vw; height:320px; position: absolute; top:-50px;
    left: 50%; background: #e5e5e5;
    z-index: -1; margin: 0 0 0 -50vw;
    -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);
}

.bgq2::before {
    content:""; width: 60vw; height:320px; position: absolute; top:80px;
    right: 50%; background: #d9d9d9;
    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);
}
.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;
}

#breadcrumbs {
    float: left; width: 92%; margin: 10px 4%; font-family: 'Montserrat', sans-serif; font-size: 0.9em;
}

.erfahrung figure {
    position: relative;
}

.erfahrung figure figcaption {
   position: absolute; padding: 10px; background: var(--designfarbe); color: #fff; left: 0; bottom: 0; margin: 0; font-size: 1.1em; max-width: 80%; text-align: left; opacity: 0.8;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;font-family: 'Montserrat', sans-serif;
}
.erfahrung figure figcaption a {
    text-decoration: none; color: #fff;
}
.erfahrung figure:hover figcaption {
    opacity: 1;
}


:root :where(.wp-block-image.is-style-rounded.ecken img, .wp-block-image.ecken .is-style-rounded img) {
  border-radius: 20px !important;
}

.home .wp-block-cover.desktopnone {
   position: relative; padding: 70px 0 0 !important;
}
.home .wp-block-cover.desktopnone .startmobil figure {
    margin: 0 !important;
}
.home .wp-block-cover.desktopnone .alignright {
    width: auto !important;
}

@media only screen and (min-width: 1960px) {
html, body {
    font-size: 1.15em;
    }
.zc {
     max-width: 1660px;
}

}

@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;
}


.desktopnone { display: none !important;}
}

@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) {
.startlogo figure { margin-left: 5% !important; }

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

@media only screen and (max-width: 1160px) {
#logocontainer { width: 25%; }
.fixiert #logocontainer {  width:25%; }
#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-left: -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-left: 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: left; 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 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;
font-size: 17px;
}

#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: 10px 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%;  }

.fw {
    margin: 0 4%
}
#headwidget a {font-size: 0.9em;}
}
@media only screen and (max-width: 960px) {

#logocontainer { width: 30%; 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.6em !important;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.2em;}
#content .has-large-font-size, #footer .has-large-font-size  {
font-size: 1.5em !important;
}

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

.wp-block-eedee-block-gutenslider.arrow-position-sides button {
    display: none !important;
}
.startbild {
    max-height:500px; min-height: 60vh !important;
}
.startlogo figure { margin-left: 1% !important; }

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

#footnav {  width: 92%; padding: 10px 4%; }

ul.check {
    justify-content: center;
}
blockquote.wp-block-quote::after {
    content:""; position: absolute; top: -25px; right: -25px; width: 80px; height: 50px; background-size: 70px auto;
}
blockquote.wp-block-quote.info::after {
    content:""; position: absolute; top: -5px; right: -5px; width: 40px; height: 40px; background-size: 40px auto;
}
}

@media only screen and (max-width: 780px) {
html,body {
    font-size: 1.0em;
}

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

.etg24 .aligncenter {
    float: left; max-width: 120px;
}
.wp-block-cover:not(.hoch).has-parallax, .wp-block-cover__image-background.has-parallax {
  background-attachment: scroll !important;
  max-height: 300px; min-height: 300px !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;
}


#footer > svg { width:300px; margin: 0 0 0 -150px; }
#footer ul li {  width: 100% !important; text-align: left; }

.weiterlink a { margin-top: 10px; margin-bottom: 10px; }


ul.check li {width: 270px; margin: 0; }

.kontaktform fieldset {
    width: 100%; padding: 0;
}

.home .wp-block-cover.alignfull {
    min-height:550px !important; align-items: flex-end !important;
    font-size: 0.9em;
}
.home .startbild .has-text-align-center {
    text-align: right !important;
}
.home .startbild .wp-block-image .aligncenter {
    margin-right: 0 !important; max-width:200px !important;
}

}


@media only screen and (max-width: 680px) {
#logocontainer {  margin-top: 40px;}
.fixiert #logocontainer { margin-top: 40px; }
#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-image figure.aligncenter {
    max-width: 60%;
}

.amltop {  display: none; }
.bild { min-height: 300px; max-height: 400px; }

.mtphr-dnt-nav {
    display: none;
}
#main {  background-size: 200px 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;
}



.bildbalken {
    height: 130px;
}
#headwidget a { padding: 5px; letter-spacing: 0;}

.bgelement::after { width: 100px; height: 100px; }

.home .startbild .has-text-align-center {
    text-align: left !important;
}
.home .startbild .wp-block-image .aligncenter {
    margin-right: auto !important; margin-left: 0 !important;  max-width:200px !important;
}

}


@media only screen and (max-width: 460px) {
#logocontainer { width:45%; }
.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 {
 min-height: 30vh !important;
}

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


#footnav { flex-wrap: wrap;   }

.startlogo figure { max-width: 50%; }

#headwidget a {font-size: 0.8em;}
#headwidget a#terminlink::before {padding: 0 5px 0 0;font-size: 0.9em;}
#headwidget a#tellink::before { padding: 0 5px 0 0; font-size: 1.0em;}

.weiterlink {
    text-align: center !important;
}

}



#start.losgehts {
    position: fixed; right: 0; top: 0; width: 100vw; height: 100vh; z-index: 10000; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    background: #fff;
}
#start.losgehts #startlogo {
    float: left; width: 100%; height: 100%; z-index: 10000; background-color: #ff;display: flex; flex-wrap: wrap; justify-content: center; align-items: center;  border-radius: 0;
    }
#start.losgehts #startlogo img {
    max-width: 50%;
}

