/*
Theme Name: Brenner & Brandstetter
Theme URI: https://www.b-stb.de/
Description: Brenner & Brandstetter Steuerberatungsgesellschaft
Author: wedebo - Michal Boger
Author URI: http://www.wedebo.de
*/

@font-face {
      font-family: 'icons'; font-display: swap;
      src: url('./font/icons.eot?73773691');
      src: url('./font/icons.eot?73773691#iefix') format('embedded-opentype'),
           url('./font/icons.woff?73773691') format('woff'),
           url('./font/icons.ttf?73773691') format('truetype'),
           url('./font/icons.svg?73773691#icons') format('svg');
      font-weight: normal;
      font-style: normal;
    }
/* manrope-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: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('./font/manrope-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/manrope-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

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



:root {
  --haupthintergrund: #ffffff;
  --textfarbe: #1D3436;
  --designfarbe1: #b89b63;
  --designfarbe2: #c0c4b7;
  --wp--style--block-gap: 2em;
}

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

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

#logocontainer {
margin:20px 1% 20px 4%; float: left; display:block; width: 21%; padding:0;
-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%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}


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

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

div.social {
margin: 0;
}

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

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


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

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

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


#footer {
    float: left; width: 100%; margin: 0; padding: 50px 0; background: var(--textfarbe); text-align: left;position: relative; color: #fff;
}
.footer-abschluss {
    float: left; width: 100%; height:80px;
}

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


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

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

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

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

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

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

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

figure {
    margin: 0; padding: 0;
}

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

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

.box {
    background: var(--designfarbe2); border-radius: 10px; float: left; width: 100%; padding: 10px 30px; box-sizing: border-box;
}
.balken .box {
    background: #fff;
}

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

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

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

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

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

.teaserbox:hover {

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

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

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

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

hr.is-style-wide {
float: left; width: 100%; margin: 20px 0;
}

.weiterlink a {
margin: 10px 20px 10px 0;
padding: 10px 20px; display: inline-block; color: #fff; background: var(--textfarbe);  font-weight: bold;
position: relative; border: 0; font-size: 1.0em; min-width: 150px; text-align: center; line-height: 1.6em;
text-decoration: none !important;
 -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; font-family: 'Manrope', sans-serif;z-index:2; border-radius: 5px;
}

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

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

.buttonlink a, a.buttonlink {
margin: 10px 20px 10px 0;
padding: 10px 20px; display: inline-block; color: #fff; background: var(--designfarbe1);
position: relative; border: 0; font-size: 1.0em; min-width: 100px; text-align: center; line-height: 1.6em;
text-decoration: none !important;
 -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; font-family: 'Manrope', sans-serif; z-index:2; border-radius: 5px; cursor:pointer;
}

.buttonlink a:hover, a.buttonlink:hover {
 color: #fff !important; background: var(--textfarbe);
}

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

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

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


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


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

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

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

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

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

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

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

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

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

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

.fw {
    float: left; width: 34%; margin: 0 2% 0 4%;
}

#footwidget { width: 44%;  }
#footnav { width: 19%;  }
#footwidget2 { float: left; width: 19%; }


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

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


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

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


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

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

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

.bildbalken {
    height: 160px; background: #fff;
}


.rund img {
    border-radius: 60px;
}
.wp-block-group.has-background {
    border-radius: 60px;
}
.wp-block-column .wp-block-group.has-background {
    height: 100%;
}
.wp-block-group.has-background div h2:first-child {
    margin-top: 20px !important; margin-bottom: 20px !important
}
.bewerbung {
    float: left; width: 100%;
}
.bewerbung p + h2 {
    margin-top: 0;
}
.bewerbung .wp-block-group__inner-container p:first-child {
    margin-bottom: 0;
}

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

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



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

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

#menu > div { width: 100%; }

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

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



}


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

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

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

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


#menu ul li a {
float: left;
display: block;
font-weight: normal;
color: #fff;
padding: 10px 30px;
margin: 0; text-decoration: none;
text-align: left;
font-size:19px; font-weight:600; letter-spacing: 1px; font-family: 'Manrope', sans-serif;
}


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

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

#menu ul li a::before {
 content:""; width: calc(100% - 60px); position: absolute; bottom: 5px; left: 30px; height: 2px; background: var(--designfarbe1);
  transform: scaleX(0);              /* Start: unsichtbar */
  transform-origin: center;          /* Wachstum von der Mitte */
  transition: transform 0.3s ease;   /* Animationsdauer */
}

#menu ul li a:hover::before, #menu ul li.current-menu-item > a::before, #menu ul li.current-page-ancestor > a::before {
 transform: scaleX(1);
}

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

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

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

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

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

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

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



#menu ul.sub-menu li a {
padding: 10px 30px;
margin: 0;
font-size: 0.9em;
border: none;
width:100%;
text-align: left;
height: auto;
text-transform: none;
box-sizing: border-box; line-height: 1.8em;
background: var(--designfarbe1);
}
#menu ul.sub-menu li:first-child a{
    border-top-left-radius: 5px; border-top-right-radius: 5px;
}
#menu ul.sub-menu li:last-child a{
    border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}
#menu ul.sub-menu li a:hover::before, #menu ul.sub-menu li.current-menu-item > a::before, #menu ul.sub-menu li.current-page-ancestor > a::before {
display: none;
}

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

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

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

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

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


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

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


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

#footer ul li {
                         display: block; width: 100%;
                         float: left; width: auto;
                         margin: 0; padding: 0; position: relative;
                         }
#footer ul li a {
    display: block; float: left; padding:7px 0; 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;
}


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

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

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

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

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


.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(--designfarbe1);
    padding: 8px 0; text-align: center; width:50px; z-index: 50;
text-decoration: none !important; border-top-left-radius: 10px; border-top-right-radius: 10px;
}
a.totop:hover {
 background: #eee; color: var(--designfarbe1);
}


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

input[type="radio"] {
margin: 0;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%; box-sizing:border-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 20px !important; height: 20px !important; border: 1px solid #eee;
position: relative; padding: 0; cursor: pointer;
}
input[type="radio"]:checked {
border: 2px solid var(--textfarbe);
}

input[type="radio"]:checked::after {
position: absolute; top: 3px; left: 3px; width: 12px; height: 12px; background:  var(--textfarbe); border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%; content: "";
}
.wpcf7-list-item:hover input[type="radio"] {
    border: 1px solid var(--textfarbe) !important;
}


input[type=checkbox] {
    float: left; margin: 3px 10px 0 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(--textfarbe);
}
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);
}

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

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

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



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

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

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

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

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

iframe {
    max-width: 100%;
}

h1 {
    font-weight:600; font-size: 2.9em; margin: 30px 0 20px; padding: 0; line-height: 1.4em; position: relative;  letter-spacing: 0.5px;

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

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

h2 {
    font-weight:600;font-size: 1.8em; margin: 30px 0 20px; line-height: 1.4em;  letter-spacing: 0.5px;
}
h2.has-large-font-size {
    font-size: 2.9em; font-weight:600;
}

p.has-x-large-font-size {
    margin-bottom: 0; font-size: 4.5em !important;
}
p.has-x-large-font-size + p {
    margin-top: 0;
}
p.has-x-large-font-size em {
    font-style: normal; color: var(--designfarbe1);
}
p.has-small-font-size strong {
    font-weight: 400 !important; font-size: 1.3em;
}

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

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

h4 {
    font-size: 1.1em; margin: 20px 0 10px; line-height: 1.4em;
}
.wp-block-column h4 {
    margin-top: 10px;
}
.iconz {
    margin-bottom: 0 !important; border-bottom: 4px solid #fff;
}
.iconz:first-child {
    border-top: 4px solid #fff;
}

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

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

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


strong, b {
    font-weight: 600;
}

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

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

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



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


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

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

.wp-block-columns {
    float: left; width: 100%; position: relative;
}
.wp-block-columns.leiste {
    gap: 1em !important; margin-bottom: 0 !important;
}
.wp-block-columns.has-background {
    padding: 1em !important; border-radius: 5px;
}
.wp-block-columns.has-background .wp-block-column {
    border-radius: 5px;
    }

.bew.leiste p.has-medium-font-size {
    display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
}
.bew.leiste p.has-medium-font-size strong {
    font-size: 40px; margin: 0 20px 0 0;
}

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

.bildhoverbox {
    position: relative; width: 100%;
}
.bildhoverbox .wp-block-image {
    position: relative; z-index: 3; width: 100%;
}
.bildhoverbox .wp-block-image img {
    width: 100% !important;
}

.bildhoverbox div .wp-block-image:nth-child(2) { position: absolute; top: 0; left: 0; z-index: 2;}
.bildhoverbox:hover div .wp-block-image:nth-child(2), .bildhoverbox:focus div .wp-block-image:nth-child(2)  {
     z-index: 4;
}

.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%; gap: 0.5em !important;
}

.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;
  color: #777777 !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;
}


.gallery-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gallery-marquee .wp-block-group__inner-container {
  display: flex;
  width: max-content;
  animation: gallery-scroll 50s linear infinite;
}

.gallery-marquee .wp-block-gallery {
  display: flex; gap: 0 !important;
}

.gallery-marquee .wp-block-gallery figure {
  height: auto !important;
  width: 300px !important;
  margin-right: 10px !important; aspect-ratio: 4 / 3;
}


.gallery-marquee::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background: linear-gradient(
    to right,
    #c0c4b7 0%,
    rgba(255,255,255,0) 15%,
    rgba(255,255,255,0) 85%,
    #c0c4b7 100%
  );

  z-index: 2;
}

@keyframes gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


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

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

#main div.wpcf7 {
    float: left; width: 100%; padding: 10px 0; margin: 0;
}
section#bewerbungsform {
    float: left; width: 100%; display: none; min-height: 500px;
}
.bewerbung form {
    float: left; width: 100%;
}

#bewerbungsform .formschritt {
    display: none; width: 100%; float: left;
}
#bewerbungsform #fschritt1 .wpcf7-list-item {
    display: block; float: left; width: 100%; margin: 10px 0; font-size: 1.2em; padding: 15px; box-sizing: border-box; background-color: rgba(29, 52, 54, 0.05);
    border: 1px solid rgba(29, 52, 54, 0.1); border-radius: 5px;
}
#bewerbungsform .wpcf7-list-item input {
    float: left; width: auto; margin-right: 20px; margin-top: 5px;
}
#bewerbungsform a#zuruckbutton {
    float: right;
}
.wpcf7 .halbe p {
   float: left; width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; margin: 0;
}

.wpcf7 .halbe label {
    width: 49%;
}

.box .wpcf7-radio {
    float: left; width: 100%; display: flex; flex-wrap: wrap;
}

.box .wpcf7-radio .wpcf7-list-item {
    margin: 5px 20px 5px 0;; display: inline-block;
}
.box .wpcf7-radio .wpcf7-list-item input {
    float: left; margin: 5px 5px 5px 0;
}
.atyp {
 margin: 10px 0; float: left; width:100%; padding: 10px; box-sizing: border-box; background-color: rgba(29, 52, 54, 0.05); border-radius: 5px; border: 1px solid rgba(29, 52, 54, 0.08)
}

@media only screen and (min-width: 960px) {
  .bewerbung form {
      width: 60%; margin: 0 20%;
  }

}

#main #anmeldung div.wpcf7 {
    margin: 0 0 20px;
}
.amltop {
    position: absolute; top: -15px; right: 2%;
}

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

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

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

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

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

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-not-valid-tip {
    float: left;
}

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

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


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

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


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

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

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

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

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

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

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

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

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

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


ol.bommel {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;}
ol.bommel li {width: 100%; margin: 10px 0; padding: 0 0 0 70px; counter-increment:item; position: relative; box-sizing: border-box;  }
ol.bommel li:before {
   margin-right: 10px; width: 50px; height: 50px;
   content: counter(item); color: #fff; background: var(--designfarbe1);
   position: absolute; top: 0; left:5px; font-size: 25px;
   text-align: center; line-height: 25px;
   display: inline-block; padding: 12px; box-sizing: border-box; border-radius: 50px;
 }
ol.bommel li p strong {
    font-size: 1.05em;
}

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

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

.aab__accordion_head {
    background: transparent !important; padding-top: 15px !important;
}


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

.bgelement {
    position: relative;
}

.balkenblau h3, .balkenblau a {
    color: #fff;
}
.balkengruen h2, .balkengruen h3  {
    color: var(--textfarbe)
}
.balkengruen a {
    color: var(--textfarbe);
}


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

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

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

@media (min-width: 781px) {

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


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

.content1 .balken:first-child {
    padding-top: 80px;
}

}

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


}

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

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

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

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

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

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

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

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

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

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

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

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

.teaserbox {width:48%;}

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

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

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

#logocontainer { width: 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.1em;}
#content .has-large-font-size {
font-size: 1.4em !important;
}

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

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

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


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

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

.fw, #footnav {
    margin: 0 4%
}
#footnav > div ul li a {

}

}

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

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

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


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

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

#headwidget {
top:250px; max-width: 100px;
}
.wp-block-columns.leiste {
    gap: 1em !important;
}

.wp-block-column.box, .wp-block-column .wp-block-cover {
    margin-bottom: 10px;
}

}


@media only screen and (max-width: 680px) {
#header {  border-top: 0;}

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

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

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

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

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

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


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

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

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


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

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


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

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

.bew.leiste .has-medium-font-size {
    font-size: 1.0em !important; hyphens: auto;
}

}



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

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


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

#breadcrumbs { font-size: 0.9em; }

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

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


#footnav { flex-wrap: wrap;   }


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

.embed-privacy-overlay {
    background: var(--textfarbe) !important; border-radius: 5px;
}
.embed-privacy-container {
    float: left; width: 100%;
}
.embed-privacy-content {
    height: auto !important;
}
