/*
Theme Name: Christoph Goldstein
Theme URI: https://christoph-goldstein.de
Description: Website-Theme christoph-goldstein.de
Author: wedebo - Michal Boger
Author URI: http://www.wedebo.de
*/

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

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

/* open-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./font/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/open-sans-v40-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* faculty-glyphic-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: 'Faculty Glyphic';
  font-style: normal;
  font-weight: 400;
  src: url('./font/faculty-glyphic-v4-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('./font/faculty-glyphic-v4-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

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



:root {
  --haupthintergrund: #ece6e3;
  --hellgrau: #c2c2c2;
  --designfarbe: #8f3b15;
  --designfarbe2: #ae5629;
  --wp--style--gallery-gap-default: 20px !important;
}



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

#wrapper {
    float: left; width: 100%; margin: 0; padding: 0; text-align: left; overflow: hidden; min-width:280px;
}
#header {
    float: left; width: 100%; margin:0; padding: 0; background: transparent; position: fixed; top: 0; left: 0; z-index: 21; min-width: 320px; text-align: center;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}


#logocontainer {
margin:50px 1% 50px 4%; float: left; display:block; width: 50%; padding:0;
-webkit-transition: all 0.5s; text-align: left;
-moz-transition: all 0.5s;  font-size: 45px; font-weight: 400;
transition: all 0.5s; position: relative; z-index: 8; font-family: 'Libre Baskerville', serif;
}
.home #header:not(.fixiert) #logocontainer a {
    color: #fff;
}

#headwidget {
 position: absolute; margin: 0; top:5px; right: 10px; -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; z-index: 9;
}
#headwidget p {
    margin: 5px 0;
}
#headwidget a.tellink {
    margin: 10px; font-size: 0.9em;
}
.fixiert #headwidget a {
    color: #fff !important;
}

div.social {
margin: 10px 0;
}

div.social a {
    display: flex; flex-wrap: wrap; float: left; justify-content: center; align-items: center; margin: 0 15px 5px 0; font-size:30px; padding:5px; line-height:18px; font-family: icons; color: #fff !important; text-align: center;
    box-sizing: border-box; width: 50px; height: 50px; box-sizing: border-box; border-radius:50%; background: var(--designfarbe);
    text-decoration: none !important;
}
div.social a:hover {
  color: #fff !important; background:var(--designfarbe2);
}

#searchicon {
   color: #fff !important; position: absolute; top: 50px; right: 20px; z-index: 2;-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#searchicon a {
    color: #fff; font-size: 20px;
}
#searchicon a .se {
font-family: icons;
}
#searchicon a .close {  display: none;}
.suo #searchicon a .se { display: none; }
.suo #searchicon a .close { display: block; }
#headwidget a:hover {
    color: var(--designfarbe) !important;
}

#headwidget .widget_polylang { position: absolute; right: 220px; top: 0; width: 60px; height: 50px; }
#headwidget .widget_polylang label {
    display: none;
}

#headwidget div.widget_polylang select {
    border: 0; background: transparent; color: #fff; padding: 5px 15px; cursor:pointer;
    -webkit-appearance:none;-moz-appearance:none; appearance:none; border-radius: 0 !important;
}
#headwidget div.widget_polylang select option {
    color: #000;
}

#headwidget div.widget_polylang::after {
 display: inline-block; padding: 0; position: absolute; top: 8px; right: 0;
  font-family: 'icons';
  text-decoration: none; font-size: 0.9em;
  content: "\e804";  color: #fff; z-index: -1;
}


#wrapper > div.social {
    position: fixed; bottom: 50px; right: 0; width: 50px; z-index: 20; background: #555; 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;
}

#headwidget .widget_search {
    position: absolute; top: 0; right: 0; padding: 45px 70px 20px 20px; background:#555;  width: 60vw;  z-index: 1; webkit-transition: padding 0.5s;
-moz-transition: padding 0.5s;
transition: padding 0.5s;
}
#headwidget .widget_search label {
    display: none;
}
#headwidget .widget_search form > div {

}
#headwidget .widget_search form input {
    width: 70%;  border: 2px solid #555;
}
#headwidget .widget_search form button, #headwidget .widget_search form input[type=submit]
 {
    width: 25%; float: right;
}


#menuelink {display: none; position: absolute; top:60px; right:10%; margin: 0; padding:4px 5px; z-index: 20; height: 32px; width: 25px;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;}
#menuelink.open {top: 20px; position: fixed;}
.fixiert #menuelink {
    top: 35px;
}

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

.home #header:not(.fixiert) #menuelink:not(.open) span {
    background: #fff;
}

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

#main {
    float: left; width: 100%; margin: 0; padding:0; min-height: 900px; position: relative; z-index: 9;
}

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

#footer {
    float: left; width: 100%; margin:0; padding:0; text-align: left; color: #fff; position: relative; z-index: 20;
}
#footer > svg#geige {
    position: absolute; bottom: 20px; right: 20px; width: 500px; height:500px;
      fill: #ae5629; /* Startfarbe */
  animation: colorChange 10s infinite alternate;
}

@keyframes colorChange {
  0% {
    fill: #ae5629;
  }
  100% {
    fill: #792400; /* Blau */
  }
}

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

.breit .zc {
    max-width: 1560px;
}
#content {
    margin: 0; width: 100%;  position: relative; float: left; min-height: 500px;
}
.contentseite div#content {
    max-width: 1160px;
}
.content1, .content1_  {
    float: left; width: 100%; min-height:300px; 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; float: left; width: 100%; box-sizing: border-box; padding: 50px 0 70px; position: relative; z-index: 10;
}
.balken::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    z-index: -1; margin: 0 0 0 -50vw;
}
}
.content {
    position: relative; z-index: 2;
}
.balken h2, .balken h3 {
 color: var(--designfarbe);
}

.balken.hellblau {
  background: var(--hellgrau);
}
.balken.hellblau::after {  background: var(--hellgrau); }

.balken.gelb {
  background: var(--designfarbe2);
}
.balken.gelb::after {  background: var(--designfarbe2); }



.balken.hellblau h1, .balken.hellblau h1 {
    color: var(--designfarbe);
}

.balkenblau a {
    color: #eee;
}
.balkenblau a:hover {
    color: #fff;
}
.balkenblau.randoben::after {
    box-sizing: border-box; border-top: 10px solid var(--designfarbe);
}
.balken.gelb h2 {
    color: var(--designfarbe);
}

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

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


#sidebar {
    margin: 100px 0 0; float: left; width: 100%; box-sizing: border-box; padding: 0;background: #7f2b05; color: #fff; position: relative; z-index: 8;  min-height: 100px;
}

#hauptsidebar {
    float: left; width: 92%; padding: 100px 4%;    position: relative;
}
#hauptsidebar .mehrpfeil {
    position: absolute; top: -80px; left: 4%;
}
#sidebar h2 {
    color: #fff;
}

.hochcover1 {
    min-width: 500px;
}
.ghl {
    gap: 0.2em !important;
}

.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%; background: #fff; box-sizing: border-box; padding: 0 0 60px;
    position: relative;
    overflow: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px 0px
}

.teaserbox:hover {

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

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

.teaserbox div.postinhalt {
   float: left; width: 90%; padding: 10px 5%;
}
.teaserbox .weiterlink {
    position: absolute; bottom: 0; left: 5%; width: 90%;  text-align: center;
}

.weiterlink a {
margin:10px 0;
padding: 10px 25px; display: inline-block; color: #fff !important; background: var(--designfarbe);
position: relative; border: 2px solid var(--designfarbe); font-size: 1.0em; min-width: 150px; text-align: center; line-height: 1.3em;
font-weight: 700; border-radius: 5px; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

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

.weiterlink a:hover {
    background: var(--designfarbe2);
}

.pfeillink a {
    color: var(--designfarbe); position: relative; padding: 0 0 0 80px; display: inline-block; margin: 20px 0;
}

.pfeillink a:hover { color: #fff; }
.pfeillink a::before {
    content:""; width: 80px; height: 80px; position: absolute; top: -20px; left: -20px;
    background-image: url("data:image/svg+xml,%3Csvg width='29.375942mm' height='29.37595mm' viewBox='0 0 29.375942 29.37595' version='1.1' id='svg1' inkscape:version='1.3.2 (091e20e, 2023-11-25, custom)' sodipodi:docname='cr4.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.80087682' inkscape:cx='55.5641' inkscape:cy='55.5641' inkscape:window-width='1920' inkscape:window-height='1137' 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='clipPath117'%3E%3Cpath d='M 0,0 H 1200 V 7890 H 0 Z' transform='translate(-305.11351,-979.1653)' id='path117' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg inkscape:label='Ebene 1' inkscape:groupmode='layer' id='layer1' transform='translate(-90.222918,-133.87917)'%3E%3Cpath id='path116' d='m 0,0 c -15.677,-15.677 -15.677,-41.096 0,-56.773 15.677,-15.678 41.096,-15.678 56.773,0 15.678,15.677 15.678,41.095 0,56.773 C 41.096,15.677 15.677,15.677 0,0 Z' style='fill:none;stroke:%23efd621;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' transform='matrix(0.35277776,0,0,-0.35277776,94.896638,138.55289)' clip-path='url(%23clipPath117)' /%3E%3Cpath id='path118' d='m 101.11289,145.26022 6.49469,6.46163 0.68627,0.62011 -0.0165,0.0827 -1.62057,-0.1571 h -7.333921 l -0.03307,1.2485 10.719761,0.0207 0.26871,-0.26872 -0.0207,-10.71975 -1.2609,0.0455 v 7.33392 l 0.1695,1.60817 -0.0786,0.0124 -0.61185,-0.66972 -6.47403,-6.5071 -2.182805,-2.21588 -0.93431,0.93431 z m 0,0' style='fill:%23efd621;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778' aria-label='?' /%3E%3C/g%3E%3C/svg%3E");
background-size: 100% auto; }

#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: #fff; box-sizing: border-box; padding: 0 0 60px;
    position: relative;
    overflow: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px 0px;
}

#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 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: 15px 0 5px; padding: 0 5%; float: left; width: 90%;
    overflow: hidden;
font-size: 1.2em;
line-height: 1.4em;
 order: 3;  color: #555;
}
#content ul.wp-block-latest-posts__list.is-grid time {
    float: left; width: 90%; margin: 0 5%; font-size: 1.0em; color: #555;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 { position: absolute; bottom: 0; left: 0; order: 5; float: left; width: 90%; padding: 5px 5%; text-align: center; z-index: 4; }

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

.blogsingle h1.title {
    text-align: left;
    padding: 0;
}

.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:0; float: left; width: 90%; padding: 30px 5% 40px; position: relative; z-index: 10; background: #222; }
#footwidget {
    float: left; width: 70%; margin: 20px 1% 20px 4%; position: relative; z-index: 2;
}
#footsidebar {
    float: left; width: 100%;
}

#footwidget2 {
    position: fixed; left: 5%; bottom: 40px; z-index: 12;
     margin: 10px; float: left; display: flex; flex-wrap: nowrap;
}

.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:100%; margin: 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.nav-men {
 justify-content: center;
}

#menu > div {
    position: relative; float: left; width: 100%;
}

.bildbalken {
    height: 100px;
}


.rund img, .rund .wp-block-eedee-block-gutenslider {
    border-radius: 10px;  overflow: hidden;
}

.slide-content {
    padding: 70px !important;
}
.slide-content .wp-block-group {
    max-width: 600px !important;
}

#header.fixiert { background: rgba(255,255,255,0.8);  }

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


#header {  }

.fixiert #logocontainer {  margin: 20px 1% 20px 4%; }
.fixiert #headwidget {
    display: none;
}

#menu > div { width: 100%; }

.bildbalken {
    height: 130px;
}
.bild {
    margin-top: 0;
}

#fsidebar {
       min-height:650px;
}


h1.has-x-large-font-size {
    font-size: 4.0em !important;
}

}

.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.5em; 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; flex-wrap: wrap;
}


#menu ul li a {
float: left;
display: block;
font-weight: 400;
color: var(--designfarbe);
padding: 10px 20px;
margin: 0; text-decoration: none;
text-align: center;
font-size: 2.0em; align-self: center;
position: relative; border-radius: 3px;
font-family: 'Libre Baskerville';
}


#menu ul li a.hakt {
    color:#333;
}
#menu ul li.current-menu-item > a, #menu ul li.current-page-ancestor > a {
 color: #333;
}

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




#menu ul li a span {
    display: inline-block; padding: 7px 0 5px;
}
#menu ul li a:hover span {
     padding: 5px 0 5px; border-top: 2px solid var(--designfarbe);
}

#menu ul.sub-menu {
position: absolute;
top:55px; z-index: 5;
left: 0; padding: 10px 0 0;
min-width: 250px;
-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: 40px; 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: 30px; padding: 20px 0 0 }
#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 20px;
margin: 0 0 1px;
font-size: 0.9em;
border: none;
width:100%;
text-align: left;
height: auto;
text-transform: none;
box-sizing: border-box;
}

#menu ul.sub-menu li a {
}

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

}

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

#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: 26px; position: absolute; color: #555; z-index: -1;  }


#footer ul, #footnav ul
{
            float: left;
            margin: 0;
            padding: 0;
            list-style-type: none; width: 100%; display: flex; flex-wrap: wrap;
}

#footer ul li, , #footnav ul li {
                         display: block;
                         float: left; width: 100%;
                         margin: 0; padding: 0;
                         }
#footer ul li a, #footnav ul li a {
    display: block; float: left; padding:10px 0; font-size: 1.0em;
}
#footnav ul {
    justify-content: center;
}
#footnav ul li {
    width: auto;
}
#footnav ul li a {
    padding: 5px 20px; color: #fff; font-size: 0.9em;
}

#footer a {
    color: #fff;
}
#footer a:hover, #footnav ul li a:hover {
    color: #eee; text-decoration: underline;
}

#sidebar ul.ctabuttons {
      float: left; margin: 0 10%; padding: 0;
      list-style-type: none; width: 80%; display: flex; flex-wrap: wrap; justify-content: center;
}
#sidebar ul.ctabuttons li {
    display: inline-block; padding: 0; margin: 0;
}
#sidebar ul.ctabuttons li a { display: block; }

a {
  color: var(--designfarbe); text-decoration: none;
}
a:hover {
  color: var(--designfarbe2);
}


.bild {
    float: left; width: 100%; min-height:700px;
    background-position: center top;
-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: 50px; right: 5%; font-family: icons; font-size: 1.5em; color: #fff;background: var(--designfarbe);
    padding: 5px; text-align: center; width:55px; z-index: 20; height: 55px; line-height: 1.5em;
    border-radius: 50%; border: 2px solid var(--designfarbe); box-sizing: border-box;
    display: flex; flex-wrap: wrap; float: left; justify-content: center; align-items: center;
}
a.totop:hover {
 background: var(--designfarbe2);
  }
a.totop:hover svg path {
     fill: var(--designfarbe) !important;
}


input {
    border: 1px solid #555 !important; padding: 10px; background: #d2daef; font-size: 1.1em; box-sizing: border-box;font-family: 'Open Sans',Arial, sans-serif;  color: #555; font-weight: 400;
border-radius: 5px;}
select {
    border: 1px solid #555; padding: 10px; background: #d2daef; font-size: 1.1em; font-family: 'Open Sans',Arial, sans-serif; color: #555; font-weight: 400;
border-radius: 5px;}
input:focus {
 border: 1px solid #555; background: #fff; color: #555;
}
textarea {
    border: 1px solid #555; padding: 10px; background: #d2daef; font-size: 1.1em; font-family: 'Open Sans',Arial, sans-serif; color: #555;font-weight: 400;
border-radius: 5px;}
textarea:focus {
 border: 1px solid #555; background: #fff;  color: #555;
}

.select2-container .select2-selection--single .select2-selection__rendered { padding-top: 10px; padding-bottom: 10px;}
.select2-container .select2-selection--single {    height: 45px !important; }


.bewerbungsformular,.kontaktform {
    float: left; width: 100%; background: #fff; padding: 0 20px 10px 20px; box-sizing: border-box; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px 0px
}
div.bstep:not(.aktiv) {
    display: none;
}
div.bstep > p, div.bstep h2 , div.bstep h3 {
    float: left; width: 100%;
}


input[type=submit]:hover {
    background: #000000 !important;
}

input[type=submit], #header button {
    background: var(--designfarbe) !important; color: #fff !important; cursor: pointer; font-size: 1.0em;
    -webkit-appearance:none;-moz-appearance:none; appearance:none; border: 2px solid var(--designfarbe) !important; font-family: 'Open Sans',Arial, sans-serif; padding: 10px 30px;  font-size: 1.1em; margin: 5px 0;
}
input[type=submit]:hover, #header button:hover {
    background: #555 !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;
}

.teaserbox img {
    height: auto !important;
}

iframe {
    max-width: 100%;
}

h1 {
    font-weight:400; color: var(--designfarbe); font-size: 2.8em; margin: 40px 0 30px; padding: 0; line-height: 1.4em; position: relative;
     font-family: 'Libre Baskerville', serif;
}

.wp-block-cover h1.has-large-font-size {
     font-size: 2.5em !important;
}

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

h2 {
    font-weight: 700; font-size: 1.8em; margin: 30px 0; line-height: 1.4em; color: var(--designfarbe);
}

h1 em {
    font-size: 0.9em; font-style: normal; font-weight: 700;
}

h3 {
    font-weight: 400; font-size: 1.3em; margin: 30px 0 10px;  line-height: 1.5em; color:var(--designfarbe);
}
h3 a { color: var(--designfarbe); font-size: 0.9em;}
#footer h3 {
    color: #fff;
}

h4 {
    font-size: 1.1em; font-weight: 700; margin: 20px 0 10px; line-height: 1.5em; color:var(--designfarbe);
}

p {
    margin: 15px 0 20px; line-height: 1.5em;
}
#content li {
     line-height: 1.5em;
}
#content ul {
    padding: 0 0 0 25px;
}


strong, b {
    font-weight: 700;
}

.wp-block-cover .has-large-font-size {
  font-style: normal;
  font-weight: 400;
}
p.has-medium-font-size {
    color: var(--designfarbe); font-style: italic;
}

.wp-block-cover .wp-block-group {
    margin: 0 auto !important; max-width: 1160px;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
    margin: 0 auto !important; max-width: 1260px; padding: 0; box-sizing: border-box; width: 100% !important;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container p, .wp-block-cover.alignfull .wp-block-cover__inner-container h1, .wp-block-cover.alignfull .wp-block-cover__inner-container h2 {
    padding: 0 4%;
}

.story-content .wp-block-image {
    margin-bottom: 10px !important;
}
.story-details {
    border-radius: 0 !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 li {
    padding: 5px 0;
}

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

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

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: rgba(255,255,255,0.6) !important;
  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;
}

blockquote.wp-block-quote {
    background: #fff; position: relative; padding: 20px 5% !important; box-sizing: border-box;  width: 100%; margin: 30px 0; border: 0 !important; min-height: 290px;

}
blockquote.wp-block-quote p:not(.has-small-font-size) {
    color: var(--designfarbe2);
}

blockquote.wp-block-quote::after {
    content:""; position: absolute; top: -15px; right: -25px; width: 100px; height: 40px; 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='%23ae5629'%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: 100px auto;
}


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

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

.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: 280px; max-width: 90%;
}

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

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


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

.extern a::before {
 display: block; float: left; padding: 0; content:""; position: absolute; top: 0; left: 0;
width:15px; height:30px; margin:  5px 10px 5px 0; background-repeat: no-repeat;
 background-image: url("data:image/svg+xml,%3Csvg width='5.0725198mm' height='5.0725598mm' viewBox='0 0 5.0725198 5.0725598' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cg id='layer1' transform='translate(-102.39374,-146.05)'%3E%3Cpath id='path72' d='m 102.39374,150.36188 0.76068,0.76068 1.00046,-1.0418 2.1084,-2.14147 0.28112,-0.29765 0.0413,0.0248 -0.12816,0.58704 v 2.15801 h 1.00872 v -4.15065 L 107.24719,146.05 h -4.14238 v 1.00873 h 2.14974 l 0.59531,-0.12816 0.0248,0.0537 -0.29766,0.26045 -2.20762,2.18281 z m 0,0' style='fill:%23efd621;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.352778' aria-label='?' /%3E%3C/g%3E%3C/svg%3E%0A");
 background-size: 100% auto; color: var(--designfarbe);
}
#footer .footdl a::before {
 display: block; float: left; padding: 0 10px 10px 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.0em;
  content: "\e0e0"; width: 20px;
}
#footer .footdl a {
    display: block; float: left; width: 100%; margin: 2px 0;
}
#footer li.address::before {
 display: block; float: left; padding: 0 10px 10px 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.2em;
  content: "\e80c"; width: 20px;
}
#footer .tel, #footer .email {
    margin: 0;
}
#footer .anschrift, #footer .footname {
    margin-bottom: 0;
}
#footer .tel a::before, #headwidget a.tellink::before {
 display: inline-block; padding: 0 5px 0 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.0em;
  content: "\e80f";width: 20px; color: var(--designfarbe);
}
#footer .email a::before {
 display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none; font-size: 1.0em;
  content: "\e800";width: 20px; color: var(--designfarbe);
}
#footer .anschrift::before {
 display: inline-block; padding: 0 10px 10px 0;
  font-family: 'icons'; float: left;
  text-decoration: none; font-size: 1.0em;
  content: "\e801";width: 20px; color: var(--designfarbe);
}

.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: 30px 1%; text-align: center; padding: 10px 0;
}
.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: "\e802"; 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: "\e803"; 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: 50px 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: #555; 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: #555; border: 2px solid #555; background: var(--designfarbe); }

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

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
  background-color: rgba(252, 246, 243, 0.8) !important;
}

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

ul.check {
            margin: 0 !important;
			padding: 0 !important;
			list-style-type: none;
}
ul.check li {
    position: relative; padding: 3px 0 20px 30px;
}
ul.check li:before {
   position: absolute; top: 5px; left: 3px;
  display: block; padding:0;
  float: left; width:25px; height: 12px;
  font-family: 'icons';
  text-decoration: none; font-size: 1.1em;
  content: "\e75d"; color: var(--designfarbe);
}

ul.buttonliste {
            margin: 0 !important;
			padding: 0 !important;
			list-style-type: none;
            display: flex; flex-wrap: wrap;
}
ul.buttonliste li {
    position: relative; padding:20px 20px; float: left; width: 31.33%; margin: 10px 2% 10px 0; background: #fff; box-sizing: border-box;
    border-radius: 10px; font-weight: bold; color: var(--designfarbe);
}

 ul.buttonliste2 {
            margin: 0 !important;
			padding: 0 !important;
			list-style-type: none;
            display: flex; flex-wrap: wrap;
}
ul.buttonliste2 li {
    position: relative; padding:20px 20px; float: left; width: 31.33%; margin: 10px 2% 10px 0; background: #fff; box-sizing: border-box;
    border-radius: 10px; color: var(--designfarbe);
}
ul.buttonliste2 li strong {
    display: inline-block; padding: 0 0 0 25px; position: relative;
}
ul.buttonliste2 li strong:before {
   position: absolute; top: 5px; left: 3px;
  display: block; padding:0;
  float: left; width:25px; height: 12px;
  font-family: 'icons';
  text-decoration: none; font-size: 1.1em;
  content: "\e75d"; color: var(--designfarbe);
}
ul.buttonliste2 li.jbfeld {
    border: 2px solid var(--designfarbe); background: transparent; text-align: center;
}
ul.buttonliste2 li a {
    color:  var(--designfarbe);
}
ul.buttonliste2 li.jbfeld a { font-weight: bold;}
ul.buttonliste2 li.jbfeld:hover { background: var(--hellgrau); color: var(--designfarbe);}
ul.buttonliste2 li.jbfeld:hover a { color: var(--designfarbe);}

.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%; background: #fff; border-radius: 20px; margin-bottom: 15px;  box-sizing: border-box; padding: 0 20px;} /* The accordion item container */
.c-accordion__title { font-size: 1.0em; padding: 10px 10px 50px 10px; margin-bottom: 0; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease; color: var(--designfarbe)
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::before {
    content:""; width: calc(100% - 60px); float: right; height: 1px; background:var(--designfarbe); position: absolute; right: 10px; bottom: 20px;
}

.c-accordion__title::after {
    content: "\25B7" !important; padding: 6px;font-size: 26px; line-height: 26px;
    width: 38px; height:38px; background: var(--designfarbe); color: var(--designfarbe) !important; text-align: center; border-radius: 50%; right: auto !important; left: 5px !important; top: auto !important; bottom:4px !important; box-sizing: border-box;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; transform: none !important;
}
.c-accordion__title:hover::after {
   background: var(--designfarbe); color: var(--designfarbe) !important;
}
.is-open .c-accordion__title::after {
   transform: rotate(90deg) !important;
}


.flexslider .slides > li {
  margin-left: 0 !important;
}
.flexslider {
    background: transparent !important; border: 0 !important;
}
.flex-viewport {
    overflow: visible !important; min-height: 500px;
}
#content .flex-direction-nav a  {
    height: 50px;
}

#content .flex-direction-nav a:before {
  float: left; display: block; font-family: "icons";
  font-size: 40px;
  content: '\e805';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0; height: 50px;line-height: 50px;
}
#content .flex-direction-nav a.flex-next:before {
  content: '\e806';
}

#content .flexslider ul.wp-block-latest-posts__list.is-grid li {
    float: left; width:380px; margin: 15px 1%; background: var(--designfarbe); color: #fff; box-sizing: border-box; padding: 0;
    position: relative;
    overflow: hidden;  height: 480px;
}


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

#content .flexslider  ul.wp-block-latest-posts__list.is-grid li > a {
    display: block; margin: 15px 0 5px; padding: 0 5%; float: left; width: 90%;
    overflow: hidden;
font-size: 1.2em;
line-height: 1.4em;
 order: 3;  color: #fff; position: absolute; top: 250px; left:0; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
#content .flexslider  ul.wp-block-latest-posts__list.is-grid time {
    float: left; width: 90%; margin: 0 5%; font-size: 1.0em; color: #fff;order:2;  position: absolute; top: 230px; left:0;
}

#content .flexslider 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; position: absolute; top: 280px; left:0;
}
#content .flexslider  ul.wp-block-latest-posts__list.is-grid .weiterlink { position: absolute; bottom: 0; left: 0; order: 5; float: left; width: 90%; padding: 5px 5%; text-align: center; z-index: 4; }

#content .flexslider  .wp-block-latest-posts__featured-image img {
  height: 100% !important;
 width: 100% !important; object-fit: cover;
}

 #footer .footlogo {
     margin-top: 40px !important;
}

.flip-box-block-front-inner, .flip-box-block-back-inner, .flip-box-block-front-inner > div, .flip-box-block-back-inner > div {
    height: 100% !important; overflow: hidden;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #666 !important;
}

.flip-box-block .wp-block-group {display: flex; flex-wrap: wrap; justify-content:center; align-items: center;}

.flip-box-block .wp-block-group__inner-container {width: 100%;}

.flip-box-block-back-inner > div {
    overflow: auto !important;
}

.wp-block-gallery {

}

.wp-block-gallery figure.wp-block-image {
    aspect-ratio: 4 / 3; overflow: hidden;
}
.wp-block-gallery.presse figure.wp-block-image {
    aspect-ratio: 3 / 4; overflow: hidden;
}
.wp-block-gallery figure.wp-block-image img { object-position: center center; height: 100% !important; width: 100% !important; object-fit: cover; }

@media only screen and (min-width: 1460px) {
 #footer .footlogo {
      margin-left: -100px !important; max-width: 400px;
  }

}


@media (min-width: 781px) {

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


.mitsidebar .inhalt {
    width: 67%;
}


ul.check {  column-count: 2;
   column-gap:2em;
   }


}




#menu .current-menu-item ul.sub-menu, #menu .current-menu-parent ul.sub-menu {
  display: block;
}



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

#menu {  margin: 50px 0 0 0; }

#sidebar ul.ctabuttons {margin: 0;  width: 100%; }
#header::after { height: 230px; }

#menu ul li a {
padding: 10px;
}

}

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

#menuelink{  display: block; z-index: 130;}
#headwidget { top: 5px; right: 0; font-size: 0.9em; }
#headwidget .widget_search { top: 95px; right: 0; padding: 20px; background:#555;  width: 100vw; box-sizing: border-box; min-width: 280px;}

#header::after { height: 180px; }

.mobilenav {
    display: none;
}
.mobilenav > div  {
    margin-top: -800px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease; position: relative; z-index: 2;
}
.mobilenav.open > div {
  margin-top: 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; padding: 0; }

#menu > div {
    float: right; width: 100%; height: 100%; background: #fff; background: rgba(255,255,255,0.9); padding-top: 70px; box-sizing: border-box;  overflow: auto; z-index: 2; display: flex; justify-content: center;
}
#menu > div.menu-hauptmenue-container {
    background-image: url('images/geige_h.svg'); background-position: right bottom; background-repeat: no-repeat; background-size:40% 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;  z-index: 1;
}

#menu > div > ul {
    width: 90%; margin-left: 5%; margin-right: 5%; min-width: 800px; max-width: 800px;
}



#menu ul li { display: block; width:100%; position: relative; max-width: 100%; margin: 0; }
span.qn {display: block; font-family: icons; font-size: 29px; background: #fff;  background: rgba(255,255,255,0.7);
position: absolute; top: 10px; right: 0; z-index: 4; width: 50px; height: 50px; cursor: pointer; padding: 10px; color:  var(--designfarbe); border-radius: 30px; box-sizing: border-box; }


#menu ul li a {
float: left;
width: 100%;
padding: 15px 10% !important;
box-sizing: border-box;
height: auto;
text-align: center;
font-size: 1.5em;
}

#menu ul li.current-menu-item > a::before, #menu ul li.current-page-ancestor > a::before {
     top: 15px;
}
#menu ul li a:hover::before {
     top: 15px;
}

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


.balken ol li {width: 50%;  }

#jbl a {
  width: 80px; height: 80px; box-sizing: border-box; padding: 10px 0;
  background-color: var(--designfarbe); color: var(--designfarbe); position: fixed; right: 3%; top: 300px; z-index: 100;
  text-align: center; font-size: 10px;
}


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

#logocontainer { width: 60%; margin: 30px 2% 30px 4%;  font-size: 35px; }
#titel { margin:-150px 2% 30px; width: 71%; left: 20%;}



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

h1 { font-size:1.8em !important;}
.wp-block-cover h1.has-large-font-size {
     font-size: 1.8em !important;
}
.wp-block-cover h1.has-x-large-font-size {
     font-size: 1.8em !important;
}
h2 { font-size: 1.4em;}

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

.slide-content {
    padding: 40px !important;
}
.slide-content .wp-block-group {
    max-width: 70% !important;
}

ul.buttonliste li, ul.buttonliste2 li  { width: 48%; }

#footer .zc {
    flex-wrap: wrap;
}


#menuelink { top:35px; }

#menu > div > ul {
   min-width: 90%; max-width: 90%;
}
span.qn {
    top: 5px;
}

}

@media only screen and (max-width: 780px) {
.mobilnone { display: none;}
.inhalt { padding: 20px 4% 0;}
#main div.wpcf7 {
    margin-top: 0 !important;
}

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

.wp-block-column .wp-block-cover {
    min-height: 300px !important;
}


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

:where(.wp-block-columns.is-layout-flex) {
  gap: 0.5em !important;
}

}


@media only screen and (max-width: 680px) {
html, body { font-size: 1.0em;}
#logocontainer { width: 70%; font-size: 30px; }
.bildbalken {
    height: 90px;
}
#content ul.wp-block-latest-posts__list.is-grid li { width:97%; margin: 10px 1.5%; }
.amltop {  display: none; }
.bild { min-height: 300px; max-height: 400px; }


#searchicon { top: 35px; right: 20px;}

.mtphr-dnt-nav {
    display: none;
}


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

h1.has-text-align-center::after { width: 250px; margin-left: -125px; }

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

#headwidget .widget_search { top:80px; right: 0;  }


.slide-content {
    padding: 30px !important;
}
.slide-content .wp-block-group {
    max-width: 85% !important; font-size: 0.9em !important;
}

#header.fixiert::after { top: -80px; }


#footer > svg#geige {
 width: 350px; height:350px;
}

#footwidget2 { bottom: 10px;  }
#footnav {
    padding-bottom: 80px;
}

div.social a { font-size:25px; width: 40px; height:40px;  margin: 0 10px 5px 0;}
a.totop { bottom: 15px; }
    }



@media only screen and (max-width: 460px) {
#logocontainer { font-size: 25px; }
#menuelink, .fixiert #menuelink  { top:30px; right: 5%;}
.bild { min-height: 300px; max-height: 400px; }
#titel { margin:-50px 2% 30px; width: 96%; left:0;}
#searchform input {  font-size: 0.9em;  }
#searchform [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;}

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

#breadcrumbs { font-size: 0.9em; }
#headwidget .widget_search { top:75px;  }
.startbild {
    max-height: 200px; min-height: 30vh !important;
}

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

.startlogo figure { max-width: 50%; }
ul.buttonliste li, ul.buttonliste2 li  { width: 98%; }
}




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

}

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

}

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

}

@media only screen and (min-width: 2460px) {
.content1 > .wp-block-spacer {
    margin: 50px 0;
}

}

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

}

