/*
Theme Name: iD Atlier
Theme URI: https://www.idatelier.de/
Description: Website-Theme iD Atlier GmbH
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;
    }



html, body {
    margin: 0; padding: 0; background: #fff; text-align: center;
    -webkit-text-size-adjust:none; color: #000; font-family: 'area-inktrap', sans-serif;
    font-weight:500;
    float: left; width: 100%;
    font-size: 1.1em;-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overscroll-behavior: none;
  overflow-x: hidden;
}

#wrapper {
    float: left; width: 100%; margin: 0; padding: 0; text-align: left; overflow: hidden; box-sizing: border-box;  border: 20px solid #fff;
}

#smooth-content {
  overflow: visible;
  width: 100%;
  /* set a height because the contents are position: absolute, thus natively there's no height */
  height: 4000px;
  }

#header {
    float: left; width: 100%; margin:0; padding: 0; background:#fff; position: fixed; top: 0; left: 0; z-index: 10; min-width: 320px; text-align: center;
}


#logocontainer {
margin: 20px 4% 20px; float: left; display:block; width: 15%; min-height:50px;padding:0; max-width: 150px; box-sizing: border-box;
-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%;
}


#headwidget {
 position: absolute; margin: 0; top:50px; right: 23%;-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; z-index: 9; width:230px;
}
.fixiert #headwidget {
    top:15px;
}
#headwidget p {
    margin: 5px 0;
}
#headwidget .wp-block-search__button {
    background: transparent; border: 0 !important;
}
#headwidget .wp-block-search__button svg {
    fill: #FF6920;
}
.wp-block-search__button { padding: .375em .1em !important; }

div.social {
margin: 0 10px;
}

div.social span {
    display: inline-block; margin: 10px;
}
div.social a {
    display: inline-block; margin: 5px; font-size:20px; padding:17px 5px 10px; line-height:20px; font-family: icons; color: #353e55 !important; text-align: center;
    box-sizing: border-box;
}
div.social a:hover {
  color: #fff !important;
}

#wrapper > div.social {
    position: fixed; bottom: 50px; right: 0; width: 50px; z-index: 20; background: #FF6920; 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:25px; 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: #000; 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: #FF6920; 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: #fff; text-align: left;position: relative;
}
.zc {
    margin: 0 auto; width: 100%; max-width: 1460px;
}
.home #main .zc {
    max-width: 2600px;
}

#footer .zc {
    max-width: 1660px; display: flex; flex-wrap: wrap; align-items: end;
}

#header .zc {
    max-width: 100%;
}

.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: url('images/loewe.svg') left top no-repeat #EBEEF2;
    background-size: auto 100%;
    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 #main .inhalt {
    width: 100%; padding-left: 0; padding-right: 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 #FF6920; }
#sidebar ul.umen li a:hover {  background: #FF6920; color: #353e55; }
#sidebar p {
    margin: 10px 0;
}
#sidebar #block-11 a {
    color: #000;
}
#sidebar #block-11 a:hover {
    color: #FF6920;
}
.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;
}

#postfilter, .taxonomy-category {
    float: left; width: 98%; margin: 20px 1%;
}
#postfilter h3, #postfilter h3 a {
    float: left; margin: 5px 0; color: #000;
}
#postfilter h3 span {
  display: inline-block; width: 20px; height: 20px; border-radius: 50%;  margin: 0 10px;  background: #FF6920; border: 1px solid #FF6920;
}
#postfilter h3 a.aktiv span {
    background: #fff; border: 1px solid #000;
}

#postfilter nav { float: right;}
#postfilter nav ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: nowrap;}
#postfilter nav ul li {
    display: block; margin: 0; padding: 0;
}
#postfilter nav ul li a, .taxonomy-category a {
margin: 5px;
padding: 0 15px; display: inline-block; color: #000000; background: transparent;
position: relative; border: 1px solid #000000; font-size: 1.0em; text-align: center; border-radius: 50px; line-height: 20px;
text-decoration: none !important;
 -webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s; overflow: hidden;
height: 50px;
display: inline-flex;
  align-items: center;      /* vertikal mittig */
  justify-content: center;  /* horizontal mittig */
  vertical-align: middle;
}
#postfilter nav ul li a span, .taxonomy-category a span {
   height: 15px; display: inline-block;  display: inline-block;
  transition: none;
}
.mac #postfilter nav ul li a span, .ios #postfilter nav ul li a span, .mac .taxonomy-category a span, .ios .taxonomy-category a span {
  margin-bottom: 9px;
}


#postfilter nav ul li a:hover, #postfilter nav ul li a.aktiv, .taxonomy-category a:hover  {
   background: #FF6920; color: #fff;  border: 1px solid #FF6920;
}
.taxonomy-category .wp-block-post-terms__separator {
    display: none !important;
}

.mehrlink a {
    display: inline-block; overflow: hidden; margin: 0; padding: 0;
}

.weiterlink a span, #menu-hauptmenue > li > a span, .mehrlink a span {
  display: inline-block;
  transition: none;
}

.wp-block-image.flip > figure {
   transition: none; overflow: hidden;
}

/* Für die Animation */
.weiterlink a:hover span, #postfilter nav ul li a:hover span, .taxonomy-category a:hover span {
  animation: slide-up-down 0.4s ease forwards;
}
.mehrlink a:hover span,  #menu-hauptmenue > li > a:hover span {
  animation: slide-up-down 0.6s ease forwards;
}
.wp-block-image.flip:hover > figure {
   animation: slide-up-down 0.4s ease forwards;
}
/* Keyframe-Animation */
@keyframes slide-up-down {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-150%);
    opacity: 0;
  }
  50% { opacity: 0; }
  55% {
    transform: translateY(150%);
  }
  60% { opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.teaserbox {
    float: left; width:31.33%; margin: 15px 1%; background: #fff; box-sizing: border-box; padding: 0 0 10px;;
    position: relative;
    overflow: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.teaserbox div.postimage {
    overflow: hidden;
}
.teaserbox div.postimage img { transform: scale(1.1);  }

.teaserbox:hover {

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

.teaserbox h2 {
    margin: 10px 0; padding: 0; font-size: 1.4em; color:#000; line-height: 1.2em;
}
.teaserbox h2 a {
    color: #000;
}
.teaserbox h2 a:hover {
   color: #FF6920
}

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

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

.weiterlink a {
margin: 10px 5px;
padding: 0 15px; color: #000000; background: transparent;
position: relative; border: 1px solid #000000; font-size: 1.0em; text-align: center; border-radius: 50px; line-height:20px;
text-decoration: none !important;
 -webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s; overflow: hidden;
height: 50px;
display: inline-flex;
  align-items: center;      /* vertikal mittig */
  justify-content: center;  /* horizontal mittig */
  vertical-align: middle;
}
.weiterlink a span {
    height: 15px; display: inline-block;
}
.mac .weiterlink a span, .ios .weiterlink a span {
  margin-bottom: 9px;
}
.win .weiterlink a span {
    margin-top: 1px;
}

#footer .weiterlink a {
    margin: 5px 10px 0 0;
}



.weiterlink a:hover, #footer .weiterlink a:hover {
    background: #FF6920; color: #fff; border: 1px solid #FF6920;
}




.backlink a {
margin: 20px 10px;
padding: 10px 30px 10px 15px; display: inline-block; color: #FF6920; background: transparent;
position: relative; border: 1px solid #FF6920; font-size: 1.0em; min-width: 150px; text-align: center; border-radius: 50px; line-height: 1.3em;
text-decoration: none !important;  -webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
transition: all 0.8s;
}
.backlink a::before {
    content:""; width: 26px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.744' height='15.068' viewBox='0 0 25.744 15.068'%3E%3Cg id='Gruppe_247' data-name='Gruppe 247' transform='translate(0 -1.057)'%3E%3Cline id='Linie_1' data-name='Linie 1' x2='24.59' transform='translate(0 8.57)' fill='none' stroke='%230159b2' stroke-width='1'/%3E%3Cpath id='Pfad_42' data-name='Pfad 42' d='M-1963.988,573c.39.531,8.932,7.2,8.932,7.2l-8.932,7.18' transform='translate(1979.995 -571.647)' fill='none' stroke='%230159b2' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block; float: left; margin: 3px 10px 0 0;
}

.backlink a:hover {
    background: #FF6920; color: #fff;  border: 1px solid #FF6920;
}

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

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

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

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


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

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

#content ul.wp-block-latest-posts__list.is-grid {
    display: flex; flex-wrap: wrap;
}
#content ul.wp-block-latest-posts__list.is-grid li {
display: flex; flex-direction: column;
}
#content ul.wp-block-latest-posts__list.is-grid li:hover {
box-shadow: 0px 0px 5px 0px #333;
-moz-box-shadow: 0px 0px 5px 0px #333;
-webkit-box-shadow: 0px 0px 5px 0px #333;
}
#content ul.wp-block-latest-posts__list.is-grid li div.wp-block-latest-posts__featured-image  {
    float: left; width: 100%; margin: 0 0 20px; max-height: 250px; overflow: hidden; order: 1;
}

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

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

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

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

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

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

#footnav { margin-top: 10px; float: left; width: 12%; padding:0 4%; }
.fw {
    float: left; width: 35%; margin: 0 4% 0 4%;
}
#footwidget { width: 35%;  }
#footwidget2 { width: 45%; margin-left: 8%;  }
.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:65%; margin: 25px 0 0 2%; text-align: center; padding: 0;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
#menu #navhg {
    display: none;
}

#menu ul#menu-hauptmenue {
 justify-content: flex-end;
}

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

.bildbalken {
    height: 100px;
}


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

#header.fixiert { background: rgba(255, 255, 255,0.8); }
.fixiert #logocontainer {  width:15%; margin: 10px 4%; max-width: 130px;}

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

.mac #menu { margin-top: 15px;}
.vpg #menu {
 display: block !important;
}

.fixiert #menu { margin-top: 15px;}
.mac .fixiert #menu { margin-top: 5px;}

#menu > div { width: 100%; }

#menu ul#menu-hauptmenue {
    display: flex; flex-wrap: nowrap;
}
.bildbalken {
    height: 100px;
}
.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;
}

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


#menu ul li a {
float: left;
display: block;
font-weight: normal;
color: #000;
padding: 12px 20px;
margin: 0; text-decoration: none;
text-align: left;
font-size:30px; font-weight: 400; overflow:hidden;
}

#menu ul li a.hakt {
    color:#000;
}
#menu ul li.current-menu-item > a, #menu ul li.current-page-ancestor > a {
color: #FF6920; font-style: italic;
}

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

#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::after {
    content:""; width: 100%; height: calc(100% + 10px); background: rgba(130, 177, 211,0.8); position: absolute; top: 0; left: 0; display: block; border-radius: 10px;
}


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

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

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

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





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

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



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

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

#menu ul.sub-menu li a:hover {

}

#menu ul li ul.sub-menu li.current-menu-item a {
background:  #FF6920; color: #fff;
}

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

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


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

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


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

#footer ul li {
                         display: block; width: 100%;
                         float: left; width: auto;
                         margin: 0; padding: 0;
                         }
#footer ul li a {
    display: block; float: left; padding:5px 20px; font-size: 1.0em; color: #FF6920;
}
#footer .wp-block-column {
    font-size: 0.9em;
}

a {
  color: #FF6920; text-decoration: none;
}
#footer a {
    color: #000;
}
a:hover, #footer a:hover {
  color: #FF6920; 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:80px;
}

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


input {
    border: 1px solid #EBEEF2 !important; padding: 10px; background: #EBEEF2; font-size: 1.0em; box-sizing: border-box;font-family: 'area-inktrap',Arial, sans-serif;  color: #FF6920; font-weight: 300; border-radius: 5px;
     letter-spacing: 1px;
}
select {
    border: 1px solid #EBEEF2; padding: 10px; background: #EBEEF2; font-size: 1.0em; font-family: 'area-inktrap',Arial, sans-serif; color: #FF6920; font-weight: 300;border-radius: 5px;
}
input:focus {
 border: 1px solid #FF6920; background: #EBEEF2; color: #2B2E34;
}
textarea {
    border: 1px solid #EBEEF2; padding: 10px; background: #EBEEF2; font-size: 1.0em; font-family: 'area-inktrap',Arial, sans-serif; color: #FF6920;font-weight: 300; border-radius: 5px;
letter-spacing: 1px; }
textarea:focus {
 border: 1px solid #FF6920; background: #EBEEF2;  color: #2B2E34;
}
.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: #FF6920 !important; color: #fff !important; cursor: pointer;
    -webkit-appearance:none;-moz-appearance:none; appearance:none; border: 0; border: 1px solid #FF6920 !important; font-family: 'area-inktrap',Arial, sans-serif;
   border-radius: 50px;
}
input[type=submit]:hover {
    background: #fff !important; color: #FF6920 !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: #FF6920 !important;
}
.teaserbox img {
    height: auto !important;
}

iframe {
    max-width: 100%;
}

h1 {
    font-weight:500;  font-size: 2.2em; margin: 30px 0 20px; padding: 0; line-height: 1.4em; position: relative; font-family: 'area-inktrap', sans-serif;

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

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

h2 {
    font-weight:500; font-size: 2.0em; margin: 30px 0 20px; line-height: 1.2em; font-family: 'area-inktrap', sans-serif;
}

h1 em, h2 em {
  color: #FF6920;
}

h3 {
    font-weight: 500; font-size: 1.6em; margin: 30px 0 10px;  line-height: 1.5em; font-family: 'area-inktrap', sans-serif; letter-spacing: 0;
}
#footer h3 {
    margin-top: 10px;
}

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

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

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


strong, b {
    font-weight: 700;
}

.wp-block-cover .has-large-font-size {
  font-style: normal;
  font-weight: 400;
}
#content .has-large-font-size {
    font-family: 'area-inktrap', sans-serif; line-height: 1.2em; font-size: 3.5em !important;
}

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

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

#content .has-medium-font-size {
    font-size: 1.4em !important; line-height: 1.6em;
}

}

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

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

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

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

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

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

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

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

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

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

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


.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%; margin:5px 0;
}

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

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

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

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

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

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


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

.details {
    float: left; width: 100%; margin: 20px 0 50px; border-top: 2px solid #FF6920; border-bottom: 2px solid #FF6920; 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: #2B2E34; 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: #2B2E34; border: 2px solid #2B2E34; background: #FF6920; }

.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 #FF6920 !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: #2B2E34;
}

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

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: #FF6920;
  speak: none;
  content: "";
}


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

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

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


ul.daten {
    float: left; width: 100%; margin: 50px 0; padding: 0 !important; list-style: none; display: flex; flex-wrap: wrap;  justify-content: center;
}
ul.daten li {
    float: left; width: 350px; height: 350px; border: 1px solid #FF6920; 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;
}

#content .slick-next {
    right: -20px;
}
#content .slick-next::before {
    content:""; width: 55px; height: 40px; display: inline-block; float: left;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.663' height='46.844' viewBox='0 0 67.663 46.844'%3E%3Cpath id='Arrow_Right_Black' data-name='Arrow Right Black' d='M45.3,0,42.363,3.444s12.356,12.4,17.651,17.222c-18.58-.192-60.014,0-60.014,0V24.8s41.447-.15,60.014,0c-5.3,5.511-17.651,17.911-17.651,17.911L45.3,46.844,67.663,22.733Z' fill='%23FF6920'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#content .slick-next:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.663' height='46.844' viewBox='0 0 67.663 46.844'%3E%3Cpath id='Arrow_Right_Black' data-name='Arrow Right Black' d='M45.3,0,42.363,3.444s12.356,12.4,17.651,17.222c-18.58-.192-60.014,0-60.014,0V24.8s41.447-.15,60.014,0c-5.3,5.511-17.651,17.911-17.651,17.911L45.3,46.844,67.663,22.733Z' fill='%23FF9300'/%3E%3C/svg%3E%0A");
}
#content .slick-prev {
    left: -20px; z-index: 100;
}
#content .slick-prev::before {
     content:""; width: 55px; height: 40px;display: inline-block; float: right;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.663' height='46.844' viewBox='0 0 67.663 46.844'%3E%3Cpath id='Arrow_Right_Black' data-name='Arrow Right Black' d='M22.358,0,25.3,3.444S12.944,15.844,7.649,20.666c18.58-.192,60.014,0,60.014,0V24.8s-41.447-.15-60.014,0C12.944,30.311,25.3,42.71,25.3,42.71l-2.942,4.133L0,22.733Z' fill='%23FF6920'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#content .slick-prev:hover::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67.663' height='46.844' viewBox='0 0 67.663 46.844'%3E%3Cpath id='Arrow_Right_Black' data-name='Arrow Right Black' d='M22.358,0,25.3,3.444S12.944,15.844,7.649,20.666c18.58-.192,60.014,0,60.014,0V24.8s-41.447-.15-60.014,0C12.944,30.311,25.3,42.71,25.3,42.71l-2.942,4.133L0,22.733Z' fill='%23FF9300'/%3E%3C/svg%3E");
}

.slick-list {
    overflow: visible !important;
}

.slick-next.slick-disabled::before, .slick-prev.slick-disabled::before {
    opacity: 0 !important;
}

.wp-block-cover .wp-block-cover__background:not(.has-background-dim-0) {
    opacity: 1 !important; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
transition-delay: 350ms;
}
.wp-block-cover.inview .wp-block-cover__background:not(.has-background-dim-0) {
    opacity: 0 !important;
    /*transform: translateX(100%);*/
}

.map figure {
    position: relative;
}
.map figcaption a {
    position: absolute; left: 20%; width: 60%; height:20%; overflow: hidden; text-indent: -1000px;
}
.map figcaption a:first-child {
    top: 27%;
}
.map figcaption a:last-child {
    bottom: 32%;
}


.cryptmail2 span::before {
    content:""; display: inline-block; margin: 0 5px; width: 40px; height:33px;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %231d1d1b; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='Ebene_1'%3E%3Cpolyline class='cls-1' points='35.2 10.2 20 22.3 4.7 10.2'/%3E%3Cline class='cls-1' x1='23.3' y1='20.3' x2='35.3' y2='29.9'/%3E%3Cline class='cls-1' x1='16.7' y1='20.4' x2='4.8' y2='29.8'/%3E%3Cline class='cls-1' x1='4.7' y1='10.2' x2='4.8' y2='29.8'/%3E%3Cline class='cls-1' x1='35.2' y1='10.2' x2='4.7' y2='10.2'/%3E%3Cline class='cls-1' x1='35.2' y1='10.2' x2='35.3' y2='29.9'/%3E%3Cline class='cls-1' x1='4.8' y1='29.8' x2='35.3' y2='29.9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
   background-size: 100% auto; transform: translateY(3px);
}

.cryptmail2:hover span::before {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23FF6920; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='Ebene_1'%3E%3Cpolyline class='cls-1' points='35.2 10.2 20 22.3 4.7 10.2'/%3E%3Cline class='cls-1' x1='23.3' y1='20.3' x2='35.3' y2='29.9'/%3E%3Cline class='cls-1' x1='16.7' y1='20.4' x2='4.8' y2='29.8'/%3E%3Cline class='cls-1' x1='4.7' y1='10.2' x2='4.8' y2='29.8'/%3E%3Cline class='cls-1' x1='35.2' y1='10.2' x2='4.7' y2='10.2'/%3E%3Cline class='cls-1' x1='35.2' y1='10.2' x2='35.3' y2='29.9'/%3E%3Cline class='cls-1' x1='4.8' y1='29.8' x2='35.3' y2='29.9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


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

#sidebar p.has-x-large-font-size, h1.has-x-large-font-size {
    font-size: 3.5em !important;
}

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


}

@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 ul li a {padding: 10px 35px;}
#headwidget {width: 220px; }
.startlogo figure { margin-left: 5% !important; }
#menu {
        width: 62%; margin-left: 0;
    }
}
@media only screen and (max-width: 1460px) {
    #headwidget {top: 120px;}
    #menu {
        width: 73%;
    }
    #menu ul li a {font-size:25px; }

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

#logocontainer { width: 25%; margin-top: 10px;  }
#headwidget {top: 15px; right: 35%; }
#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: -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 .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: 100%; height: 100%; background:#fff; padding-top: 70px; box-sizing: border-box;  box-shadow: 0 0 10px 0 #000; overflow: auto;
}

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

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

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

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

.fw { width: 92%; margin: 0 4% !important;}
#footwidget { width: 92%;  }
#footwidget2 { width: 92%;  }


.wp-block-cb-carousel button.slick-arrow {
top: auto; bottom: -30px;
}
#content .wp-block-cb-carousel .slick-next {
    right: 40%;
}
#content .wp-block-cb-carousel .slick-prev {
    left: 40%;
}
#content .wp-block-cb-carousel {
    margin-bottom: 50px;
}

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

#logocontainer { width: 35%;}
#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.3em;}
#content .has-large-font-size {
font-size: 1.7em !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;
}
.startlogo figure { margin-left: 1% !important; }

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

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

.balken::after {
    background-size: 80% auto;
}
#postfilter nav ul {  flex-wrap: wrap;}
.cryptmail2 span::before { width: 30px; height: 27px; }
}

@media only screen and (max-width: 780px) {
#wrapper {
     border: 10px solid #fff;
}

.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: 450px; min-height: 450px !important;
}
.wp-block-column .wp-block-cover {
    max-height: 450px; min-height: 450px !important;
}

#footer .wp-block-columns {
    margin: 0 !important;
}
.fixiert #headwidget {
    display: none;
}
.wp-block-columns {
    row-gap: 0 !important; margin-bottom: 0 !important;
}
.single #main .postimage {
    margin-top: 130px;
}
.wp-block-spacer {
    max-height: 100px;
}
.weiterlink a {
padding: 0 15px;
}
#postfilter nav ul li a, .taxonomy-category a {
 margin-top: 0; margin-left: 0;
}

.wp-block-cb-slide .wp-block-column {
    padding: 0 20px !important;
}

}


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

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

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

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

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

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

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



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


.mapconsent > div { padding: 20px; font-size: 0.9em; }


.bildbalken {
    height: 80px;
}
#footer .weiterlink a {
    margin: 5px;
}

.ccm-modal--body {
    padding-top: 10px !important;
}
}



@media only screen and (max-width: 460px) {
#logocontainer { width:40%; }
.fixiert #logocontainer {  width:30%; }
#headwidget {top: 75px; right:auto; left: 10px; width: 180px;}

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

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

.home .wp-block-cover.alignfull  {
    padding-left: 40px !important;
}
}


.cursor{
   position: fixed;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background-color: #ec6500;
   pointer-events: none;
   z-index: 999;
   transition: transform 0.2s;
 }

 .cursor.aktiv {
   background-color: #000;
 }


 @media only screen and (min-width: 1860px) {
 html, body {   font-size: 1.2em }
.zc { max-width: 1660px;}
:where(.wp-block-columns.is-layout-flex) {
  gap: 3em;
}
#footer .zc { max-width: 1860px; }
}

.ccm-root div.ccm--p {
    font-size: 0.9em !important;
}
.ccm-root button:not(.ccm-dismiss-button)  {
    font-weight: normal !important; border-radius: 30px !important; text-transform: none !important; 
}
.ccm-root .ccm-powered-by {
    display: none !important;
}
.ccm-widget--logo {
    display: flex !important;
}

@media screen and (max-width: 40em) {
  .ccm-modal.ccm-widget .ccm-modal-inner {
    max-height: 80% !important;
  }
}
