/*colors themes*/
/*Colors*/
/*Transparenz*/
/*Color Pos, Neg*/
/*Gradients*/
/*animations*/
@import url("//hello.myfonts.net/count/3c22d5");
@keyframes fade {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(-40deg); }
  100% {
    transform: rotate(-20deg); } }
/*../fonts*/
@font-face {
  font-family: 'NeuzeitSLTStd-BookHeavy';
  src: url("../fonts/NeuzeitSLTStd-BookHeavy/font.woff2") format("woff2"), url("../webfonts/NeuzeitSLTStd-BookHeavy/font.woff") format("woff"); }
@font-face {
  font-family: 'NeuzeitSLTStd-Book';
  src: url("../fonts/NeuzeitSLTStd-Book/font.woff2") format("woff2"), url("../webfonts/NeuzeitSLTStd-Book/font.woff") format("woff"); }
* {
  box-sizing: border-box; }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1500px;
    width: auto; } }
/*Boxstyling*/
.kurzinfo {
  position: absolute;
  width: 30%;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  padding: 2% 3%;
  z-index: 30; }

@media screen and (max-width: 768px) {
  .kurzinfo {
    position: relative;
    width: calc( 100% + 15px );
    top: auto;
    transform: none;
    padding: 5%;
    margin-left: -15px;
    margin-right: -15px; } }
/*KreisBoxen */
.news,
.thema {
  text-align: center;
  margin-bottom: 25px;
  transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative; }
  .news:hover,
  .thema:hover {
    cursor: pointer; }
  .news button,
  .thema button {
    outline: none; }
    .news button:focus,
    .thema button:focus {
      border: 0px;
      box-shadow: none;
      outline: none; }
  .news .biglink,
  .thema .biglink {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: transparent;
    border: none; }
    .news .biglink:hover,
    .thema .biglink:hover {
      cursor: pointer; }
  .news .wrap,
  .thema .wrap {
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .news .image,
  .thema .image {
    width: 100%;
    border-radius: 0%;
    overflow: hidden;
    background: #7a726f;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    filter: grayscale(0.2);
    position: relative; }
    .news .image .infobox,
    .thema .image .infobox {
      background: #009ecc;
      color: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .news .image .infobox::after,
      .thema .image .infobox::after {
        display: inline-block;
        padding: 20px 23px; }
      .news .image .infobox.umweltstyle,
      .thema .image .infobox.umweltstyle {
        background: #2ead10; }
        .news .image .infobox.umweltstyle::after,
        .thema .image .infobox.umweltstyle::after {
          background: #2ead10;
          content: "\f18c";
          font-family: FontAwesome; }
      .news .image .infobox.culturestyle,
      .thema .image .infobox.culturestyle {
        background: #d63313; }
        .news .image .infobox.culturestyle::after,
        .thema .image .infobox.culturestyle::after {
          content: "\f19c";
          font-family: FontAwesome; }
      .news .image .infobox.societystyle,
      .thema .image .infobox.societystyle {
        background: #009ecc; }
        .news .image .infobox.societystyle::after,
        .thema .image .infobox.societystyle::after {
          content: "\f0c0";
          font-family: FontAwesome; }
    .news .image::after,
    .thema .image::after {
      content: "";
      display: block;
      padding-bottom: 50%; }
    .news .image img,
    .thema .image img {
      width: 100%;
      height: auto; }
  .news .title h3,
  .thema .title h3 {
    font-family: "NeuzeitSLTStd-BookHeavy";
    text-align: center; }
    .news .title h3::after,
    .thema .title h3::after {
      display: block;
      width: 30%;
      height: 2px;
      background: #7a726f;
      content: "";
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      margin: 15px 0;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .news .thematitle h3,
  .thema .thematitle h3 {
    font-family: "NeuzeitSLTStd-BookHeavy";
    text-align: left; }
    .news .thematitle h3::after,
    .thema .thematitle h3::after {
      display: block;
      width: 30%;
      height: 2px;
      background: #7a726f;
      content: "";
      position: relative;
      margin: 15px 0;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .news .short,
  .thema .short {
    text-align: left;
    min-height: 180px;
    text-align: center;
    padding: 0 15px; }
  .news .themashort,
  .thema .themashort {
    text-align: left; }
  .news .themamore,
  .thema .themamore {
    text-align: left;
    position: relative; }
    .news .themamore a,
    .thema .themamore a {
      font-family: "NeuzeitSLTStd-BookHeavy";
      text-decoration: none;
      transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
      color: #7a726f;
      display: block;
      margin: 0;
      text-align: left;
      position: relative;
      font-size: 1em;
      font-weight: 700; }
      .news .themamore a:hover,
      .thema .themamore a:hover {
        color: #009ecc; }
  .news .more a,
  .thema .more a {
    font-family: "NeuzeitSLTStd-BookHeavy";
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #009ecc;
    display: inline-block;
    margin: 15px 0;
    font-weight: 700; }
    .news .more a:hover,
    .thema .more a:hover {
      color: #7a726f; }
  .news:hover,
  .thema:hover {
    /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
    position: relative;
    z-index: 25; }
    .news:hover .wrap,
    .thema:hover .wrap {
      background: #ffffff; }
    .news:hover .more a,
    .thema:hover .more a {
      color: #7a726f; }
    .news:hover .image,
    .thema:hover .image {
      filter: grayscale(0);
      background-size: 105%; }
      .news:hover .image .infobox,
      .thema:hover .image .infobox {
        opacity: 1; }
    .news:hover .title h3::after,
    .thema:hover .title h3::after {
      width: 50%; }

.dotnaviwrap {
  position: fixed;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  min-width: 17%;
  max-width: 25%;
  overflow: hidden;
  padding: 5% 0% 5% 5%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 1em;
  opacity: 0;
  transition: all 0.5s ease; }
  .dotnaviwrap .row {
    border-right: 1px solid #C3C3C3;
    padding-right: 15px;
    margin: 0; }
  .dotnaviwrap.showme {
    opacity: 1; }
  @media screen and (max-width: 1160px) {
    .dotnaviwrap {
      font-size: 0.8em; } }
  @media screen and (max-width: 990px) {
    .dotnaviwrap {
      font-size: 1em;
      opacity: 1; } }
  .dotnaviwrap ul.filterbtnlist li.Unkategorisiert {
    display: none; }
  .dotnaviwrap .filter-button {
    display: block;
    color: #7a726f;
    font-family: "NeuzeitSLTStd-BookHeavy";
    padding: 5px 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 0px;
    background: transparent; }
    .dotnaviwrap .filter-button::before {
      display: inline-block;
      content: "\f002";
      width: 0px;
      text-align: left;
      opacity: 0;
      color: #009ecc;
      font-family: FontAwesome;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .dotnaviwrap .filter-button:focus {
      outline: none; }
    .dotnaviwrap .filter-button:hover {
      background: transparent;
      border: 0;
      color: #009ecc; }
      .dotnaviwrap .filter-button:hover::before {
        width: 5px;
        opacity: 1; }
  .dotnaviwrap .nav-tabs {
    border: 0px;
    width: 100%; }
    .dotnaviwrap .nav-tabs li {
      display: block;
      float: none;
      margin-bottom: 5px;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      border: 0px; }
      .dotnaviwrap .nav-tabs li a {
        display: inline-block;
        color: #C3C3C3;
        padding: 0;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        border: 0px; }
        .dotnaviwrap .nav-tabs li a:hover {
          background: transparent;
          border: 0; }
        .dotnaviwrap .nav-tabs li a:focus {
          background: transparent;
          border: 0; }
        .dotnaviwrap .nav-tabs li a::before {
          display: inline-block;
          content: "\f1db";
          font-family: FontAwesome;
          transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .dotnaviwrap .nav-tabs li:hover {
        border: 0px; }
        .dotnaviwrap .nav-tabs li:hover a {
          border: 0px;
          background: transparent;
          display: inline-block;
          font-family: "NeuzeitSLTStd-Book";
          color: #7a726f;
          font-weight: bold; }
          .dotnaviwrap .nav-tabs li:hover a::before {
            display: inline-block;
            content: "\f111";
            font-family: FontAwesome;
            color: #009ecc; }
      .dotnaviwrap .nav-tabs li.active a {
        border: none;
        background: transparent;
        display: inline-block;
        font-family: "NeuzeitSLTStd-Book";
        color: #7a726f;
        font-weight: bold; }
        .dotnaviwrap .nav-tabs li.active a::before {
          display: inline-block;
          content: "\f1db";
          font-family: FontAwesome;
          color: #009ecc; }
  @media screen and (max-width: 990px) {
    .dotnaviwrap {
      position: relative;
      width: 100%;
      top: auto;
      transform: none;
      padding: 2% 5%;
      max-width: unset; }
      .dotnaviwrap .container {
        padding: 5% 25px 5% 5%; }
      .dotnaviwrap .nav-tabs li {
        display: inline-block;
        width: 50%; } }
  @media screen and (max-width: 600px) {
    .dotnaviwrap .nav-tabs li {
      display: block;
      width: 100%; } }

.onepagewrap, .singlepage {
  background: #ffffff;
  padding-left: 5%;
  padding-bottom: 2%;
  padding-top: 3%;
  min-height: 70vh; }
  @media screen and (max-width: 990px) {
    .onepagewrap, .singlepage {
      padding: 15px; } }

.frontcolor {
  background: #ffffff;
  padding-left: 5%;
  padding-bottom: 2%;
  padding-top: 3%; }
  @media screen and (max-width: 990px) {
    .frontcolor {
      padding: 15px; } }

.onepager {
  /*margin-bottom: 5%;*/
  display: block; }

.onepagerheader {
  background: url(../style/umweltback.jpg);
  background-size: cover;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 36%;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  opacity: 1;
  margin-top: 140px; }
  .onepagerheader .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(252, 248, 242, 0) 0%, #fcf8f2 100%);
    z-index: 1;
    opacity: 0; }
  @media screen and (max-width: 1200px) {
    .onepagerheader {
      margin-top: 0; } }
  @media screen and (max-width: 990px) {
    .onepagerheader {
      position: relative;
      height: auto;
      padding-bottom: 33%;
      bottom: auto;
      top: auto;
      width: 100%;
      opacity: 1;
      margin-top: 0;
      background-attachment: initial;
      transform: none !important; }
      .onepagerheader .overlay {
        display: none; } }

/*.scrolled .onepagerheader{
    filter: grayscale(1);
    opacity: 0.1;
}*/
.projekte-template-default .onepagerheader {
  opacity: 1;
  background-position: top right; }

.navbar {
  margin-bottom: 0px;
  padding: 0 5%; }

.navbar-default {
  background: transparent;
  border: 0px;
  transition: all 0.5s ease; }
  @media screen and (max-width: 1200px) {
    .navbar-default {
      position: relative; } }
  @media screen and (max-width: 768px) {
    .navbar-default .container {
      width: 100%; } }
  .navbar-default .navbar-toggle {
    position: absolute;
    border-radius: 50%;
    background: #009ecc;
    width: 50px;
    height: 50px;
    right: 5%;
    margin: 0;
    padding: 10px;
    border: none;
    color: #ffffff;
    top: 15px;
    text-align: center;
    display: none; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #ffffff;
      width: 50%;
      margin: 4px auto; }
    @media screen and (max-width: 990px) {
      .navbar-default .navbar-toggle {
        display: block; } }
  .navbar-default .navbar-header {
    width: auto;
    float: left;
    margin: 0 auto;
    text-align: center; }
  .navbar-default .navbar-brand {
    height: 120px;
    width: 250px;
    float: left;
    margin: 0 auto;
    padding-left: 0;
    transition: all 0.5s ease; }
    @media screen and (max-width: 1200px) {
      .navbar-default .navbar-brand {
        width: 180px; } }
    @media screen and (max-width: 990px) {
      .navbar-default .navbar-brand {
        height: 90px; } }
    .navbar-default .navbar-brand img {
      height: 100%;
      width: auto; }
  @media screen and (max-width: 768px) {
    .navbar-default .navbar-collapse {
      border: 0px;
      padding: 0;
      margin: 0; }
    .navbar-default.header-scrolled {
      top: 0; } }
  .navbar-default .navbar-nav {
    float: right;
    margin: 0 auto;
    text-align: left;
    position: relative;
    margin-top: 45px;
    transition: all 0.5s ease; }
    @media screen and (max-width: 1120px) {
      .navbar-default .navbar-nav {
        margin-top: 0; } }
    .navbar-default .navbar-nav li {
      /*LanguageSwitcher*/ }
      .navbar-default .navbar-nav li a,
      .navbar-default .navbar-nav li a:focus {
        display: block;
        padding: 15px;
        width: 100%;
        text-align: center;
        color: #7a726f;
        line-height: normal;
        pointer-events: all;
        font-family: "NeuzeitSLTStd-BookHeavy";
        position: relative;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        @media screen and (max-width: 1300px) {
          .navbar-default .navbar-nav li a,
          .navbar-default .navbar-nav li a:focus {
            padding: 15px; } }
        @media screen and (max-width: 1200px) {
          .navbar-default .navbar-nav li a,
          .navbar-default .navbar-nav li a:focus {
            padding: 15px; } }
        @media screen and (max-width: 990px) {
          .navbar-default .navbar-nav li a,
          .navbar-default .navbar-nav li a:focus {
            padding: 25px; } }
        .navbar-default .navbar-nav li a.dropdown-toggle::before,
        .navbar-default .navbar-nav li a:focus.dropdown-toggle::before {
          content: '\f107';
          font-family: FontAwesome;
          display: block;
          position: absolute;
          right: 0px;
          top: 17px;
          margin-left: 5px;
          font-size: .8em; }
          @media screen and (max-width: 990px) {
            .navbar-default .navbar-nav li a.dropdown-toggle::before,
            .navbar-default .navbar-nav li a:focus.dropdown-toggle::before {
              position: absolute;
              top: 15px;
              right: 0; } }
        .navbar-default .navbar-nav li a:hover,
        .navbar-default .navbar-nav li a:focus:hover {
          color: #7a726f;
          background: transparent; }
          .navbar-default .navbar-nav li a:hover ul,
          .navbar-default .navbar-nav li a:focus:hover ul {
            visibility: visible; }
          .navbar-default .navbar-nav li a:hover::after,
          .navbar-default .navbar-nav li a:focus:hover::after {
            width: 100%; }
        .navbar-default .navbar-nav li a::after,
        .navbar-default .navbar-nav li a:focus::after {
          width: 0%;
          height: 2px;
          display: block;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          content: "";
          background: #7a726f;
          margin-top: 5px;
          -webkit-transition: all .2s ease-in-out;
          -moz-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
      .navbar-default .navbar-nav li.active a {
        color: #009ecc; }
      .navbar-default .navbar-nav li.active a {
        background: transparent;
        color: #009ecc; }
      .navbar-default .navbar-nav li.active:hover a {
        background: transparent; }
      .navbar-default .navbar-nav li.wpml-ls-item.wpml-ls-current-language {
        border-left: 1px solid #C3C3C3; }
        @media screen and (max-width: 990px) {
          .navbar-default .navbar-nav li.wpml-ls-item.wpml-ls-current-language {
            border-left: 0px;
            border-top: 1px solid #C3C3C3; } }
        .navbar-default .navbar-nav li.wpml-ls-item.wpml-ls-current-language .wpml-ls-native {
          color: #C3C3C3; }
      .navbar-default .navbar-nav li.wpml-ls-item a.dropdown-toggle::before {
        color: #C3C3C3; }
      .navbar-default .navbar-nav li.wpml-ls-item ul.dropdown-menu {
        background: #ffffff;
        color: #ffffff;
        min-width: auto; }
        .navbar-default .navbar-nav li.wpml-ls-item ul.dropdown-menu .wpml-ls-native {
          color: #7a726f; }
  .navbar-default.header-scrolled {
    background: #ffffff; }
    .navbar-default.header-scrolled .navbar-brand {
      height: 70px; }
    .navbar-default.header-scrolled .navbar-nav {
      margin-top: 8px; }

ul.dropdown-menu {
  background: #009ecc;
  border: none;
  border-radius: 0px;
  min-width: 200px;
  transition: all 0.5s ease;
  margin: 0;
  padding: 25px 50px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transform: translateX(-50%);
  left: 50% !IMPORTANT; }
  ul.dropdown-menu li {
    display: block;
    width: 100%; }
    ul.dropdown-menu li a {
      padding: 30px 30px;
      color: #ffffff !important; }
      ul.dropdown-menu li a:hover {
        color: #ffffff !important; }
      ul.dropdown-menu li a::after {
        background: #ffffff !important; }
    ul.dropdown-menu li.active a::after {
      width: 100%; }
    ul.dropdown-menu li ul.dropdown-menu {
      left: 100% !important;
      top: 0;
      transform: none;
      margin: 0;
      background: #C3C3C3; }
  @media screen and (max-width: 990px) {
    ul.dropdown-menu {
      margin-bottom: 15px; }
      ul.dropdown-menu li a {
        padding: 25px; } }

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: inherit; }

@media screen and (max-width: 990px) {
  .navbar-collapse {
    width: 100%; }
    .navbar-collapse.collapse {
      display: none !important; }
    .navbar-collapse.in {
      display: block !important; }

  .navbar-default .navbar-nav {
    float: none;
    width: 100%; }
    .navbar-default .navbar-nav li {
      width: 100%;
      text-align: center; }
      .navbar-default .navbar-nav li ul {
        display: block;
        position: relative;
        width: 100%; } }
@media (min-width: 991px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    margin-left: -30px; } }
@media screen and (max-width: 990px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0; } }
@media (min-width: 991px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block; }

  .navbar-nav > li > .dropdown-menu,
  .navbar-nav > li.active > .dropdown-menu {
    opacity: 0;
    margin-top: 30px;
    transition: all 0.5s ease; }
    .navbar-nav > li > .dropdown-menu a,
    .navbar-nav > li.active > .dropdown-menu a {
      color: #ffffff;
      hyphens: none;
      -ms-hyphens: none; }
      .navbar-nav > li > .dropdown-menu a:hover,
      .navbar-nav > li.active > .dropdown-menu a:hover {
        color: #7a726f; }
    .navbar-nav > li > .dropdown-menu.active,
    .navbar-nav > li.active > .dropdown-menu.active {
      opacity: 1;
      margin-top: 0; } }
footer {
  background: #7a726f;
  font-size: 0.9em;
  line-height: normal;
  color: #ffffff; }
  footer h3 {
    font-size: 1.5em; }
  footer .footernavi ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer a, footer a:visited, footer a:active {
    color: #ffffff; }
    footer a:hover, footer a:visited:hover, footer a:active:hover {
      color: #ffffff; }
  footer .languageswitch {
    float: none;
    margin-left: 0;
    font-size: 1em; }
    footer .languageswitch .wpml-ls-legacy-list-horizontal {
      padding: 0;
      margin: 0; }
      footer .languageswitch .wpml-ls-legacy-list-horizontal .wpml-ls-item {
        margin-right: 10px;
        display: inline-block; }
    footer .languageswitch ul li.wpml-ls-legacy-list-horizontal .wpml-ls-item {
      margin-right: 10px;
      display: inline-block; }
    footer .languageswitch ul li a {
      padding: 0; }

@media screen and (max-width: 768px) {
  .languageswitch {
    padding: 15px 0;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    text-align: left; } }
.wpml-ls-statics-footer, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  background: #ffffff;
  margin-bottom: 0;
  padding: 25px 5% 5%;
  position: relative; }
  .wpml-ls-statics-footer ul, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul {
    padding: 25px;
    border-top: 1px solid #ffffff;
    opacity: 0.5;
    transition: all 0.5s ease; }
    .wpml-ls-statics-footer ul:hover, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul:hover {
      opacity: 1; }
  @media screen and (max-width: 768px) {
    .wpml-ls-statics-footer ul, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul {
      text-align: left;
      padding: 25px 0; }
      .wpml-ls-statics-footer ul li, .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer ul li {
        display: block;
        padding: 10px 0; } }

body {
  font-size: 16px;
  color: #7a726f;
  background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
  background: #ffffff;
  font-family: "NeuzeitSLTStd-Book";
  line-height: 1.5em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

b,
strong {
  font-family: "NeuzeitSLTStd-BookHeavy"; }

.blue {
  color: #009ecc; }

h3.blue {
  margin: 5px 0 15px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  font-family: "NeuzeitSLTStd-BookHeavy";
  text-transform: uppercase; }

h1,
h2 {
  font-size: 1.8em;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    h1,
    h2 {
      font-size: 1.5em; } }

h1::after {
  display: block;
  height: 2px;
  background: #7a726f;
  width: 30%;
  content: "";
  margin: 15px 0; }

.thema h3 {
  text-align: center;
  font-size: 1em; }
  .thema h3::after {
    display: block;
    height: 2px;
    background: #7a726f;
    width: 30%;
    content: "";
    margin: 15px 0;
    left: 50%;
    transform: translateX(-50%);
    position: relative; }
  @media screen and (max-width: 768px) {
    .thema h3 {
      font-size: 1.2em; } }

section {
  padding: 2% 5%;
  position: relative; }
  section .container {
    width: 100%; }
  @media screen and (max-width: 768px) {
    section .container {
      width: 100%; } }

#fullpage section#programmthemen, #fullpage section#willkommen {
  padding-top: 0;
  padding-bottom: 0; }
#fullpage section#willkommen {
  margin-top: -110px;
  z-index: 500;
  pointer-events: none;
  position: relative; }
  #fullpage section#willkommen .frontcolor {
    pointer-events: auto; }
  @media screen and (max-width: 990px) {
    #fullpage section#willkommen {
      margin-top: 0; } }

footer {
  padding: 5%;
  position: relative; }

.clean {
  padding: 0px 5% 0%;
  margin-top: -100px; }
  @media screen and (max-width: 1024px) {
    .clean {
      padding: 20px 5% 0; } }
  @media screen and (max-width: 990px) {
    .clean {
      padding: 0 5%;
      margin-top: 0; } }

.spacer {
  padding: 0% 5% 0%; }
  .spacer.newsspace {
    margin-top: 100px; }
  .spacer.topspace {
    padding: 0px 5% 0%;
    margin-top: -100px; }
    .spacer.topspace .onepagewrap {
      min-height: inherit; }
    @media screen and (max-width: 1024px) {
      .spacer.topspace {
        padding: 20px 5% 0; } }
    @media screen and (max-width: 990px) {
      .spacer.topspace {
        padding: 0 5%;
        margin-top: 0; } }
  .spacer.secondspace {
    padding: 0% 5% 0%; }
    .spacer.secondspace .onepagewrap {
      min-height: inherit; }

#opener {
  padding: 140px 5% 0%;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    #opener {
      padding: 20px 5% 0; } }
  @media screen and (max-width: 990px) {
    #opener {
      padding: 0; } }

.container {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

a,
a:visited,
a:active {
  color: #009ecc;
  transition: all 0.5s ease; }
  a:hover,
  a:visited:hover,
  a:active:hover {
    color: #7a726f; }
  a.btn,
  a:visited.btn,
  a:active.btn {
    background: #ffffff;
    border-radius: 0;
    border: none;
    box-shadow: none; }

.btn a,
.btn a:visited,
.btn a:active {
  background: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none; }
  .btn a:hover,
  .btn a:visited:hover,
  .btn a:active:hover {
    color: #7a726f; }

.btngesuche a,
.btngesuche a:visited,
.btngesuche a:active {
  background: #f4f4f4;
  border-radius: 0;
  border: none;
  box-shadow: none;
  display: block;
  padding: 25px;
  text-align: center;
  font-family: "NeuzeitSLTStd-BookHeavy";
  text-decoration: none;
  margin: 25px 0; }
  .btngesuche a:hover,
  .btngesuche a:visited:hover,
  .btngesuche a:active:hover {
    color: #7a726f;
    text-decoration: none; }

p.button a {
  background: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 15px;
  margin-top: 15px;
  display: inline-block; }
p.buttonmail a {
  background: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 15px;
  margin-top: 15px;
  display: inline-block;
  transition: all 0.5s ease; }
  p.buttonmail a:hover {
    color: #7a726f;
    text-decoration: none;
    cursor: pointer; }
  p.buttonmail a::before {
    content: "\f003";
    font-family: FontAwesome;
    margin-right: 5px; }

hr {
  height: 2px;
  background: #7a726f;
  width: 45%;
  margin: 45px auto;
  position: relative;
  border: none; }

.fulllink {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: block; }

/*Video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*Collapse*/
.panel-group .panel {
  background: none;
  border-radius: 0;
  border: 0px;
  box-shadow: none; }
  .panel-group .panel .panel-heading {
    color: #ffffff;
    background: #ffffff;
    border-radius: 0;
    position: relative;
    padding: 0; }
    .panel-group .panel .panel-heading .panel-title {
      color: #009ecc; }
      .panel-group .panel .panel-heading .panel-title a {
        text-decoration: none !important;
        display: block;
        padding: 25px; }
        .panel-group .panel .panel-heading .panel-title a::after {
          content: "+";
          display: block;
          position: relative;
          right: 0;
          float: right; }
        .panel-group .panel .panel-heading .panel-title a:hover, .panel-group .panel .panel-heading .panel-title a:active {
          text-decoration: none; }
  .panel-group .panel .collapse.in:focus {
    outline: none !important; }
  .panel-group .panel .panel-body {
    padding: 25px 25px 50px;
    border-top: 0 !important; }
    .panel-group .panel .panel-body:focus {
      outline: none !important; }

/*Modal*/
.modal-backdrop {
  background-color: #7a726f; }

.modal .modal-dialog {
  width: 80%; }
  .modal .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #ffffff; }
    .modal .modal-dialog .modal-content .modal-header {
      border-bottom: 0px;
      padding: 2% 5%;
      padding-bottom: 33%;
      background: url(../style/umweltback.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
      .modal .modal-dialog .modal-content .modal-header h4 {
        bottom: 0%;
        position: absolute;
        background: #009ecc;
        color: #ffffff;
        font-size: 1.3em;
        margin-bottom: 0;
        padding: 15px;
        left: 0;
        padding: 2% 5%; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 2% 5%; }
      .modal .modal-dialog .modal-content .modal-body h2 {
        margin-bottom: 15px; }
      .modal .modal-dialog .modal-content .modal-body .btn {
        display: block;
        text-align: center;
        padding: 25px;
        font-family: "NeuzeitSLTStd-BookHeavy";
        margin: 15px 0; }
        .modal .modal-dialog .modal-content .modal-body .btn:hover {
          background: #ffffff; }
    .modal .modal-dialog .modal-content .modal-footer {
      border-top: 2px solid #009ecc;
      padding: 2% 5%;
      padding-right: calc(5% + 15px);
      padding-left: calc(5% + 15px);
      background: #ffffff; }
  @media (max-width: 768px) {
    .modal .modal-dialog .modal-content .modal-header {
      border-bottom: 0px;
      padding: 2% 5%;
      padding-bottom: 50%;
      background: url(../style/umweltback.jpg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative; }
      .modal .modal-dialog .modal-content .modal-header h4 {
        font-size: 1.2em;
        padding: 15px; }
    .modal .modal-dialog .modal-content .modal-body .btn {
      margin-bottom: 25px; }
    .modal .modal-dialog .modal-content .modal-footer {
      padding: 5%; } }
  @media (max-width: 600px) {
    .modal .modal-dialog {
      width: auto; }
      .modal .modal-dialog .modal-content .modal-header {
        border-bottom: 0px;
        padding: 2% 5%;
        padding-bottom: 50%;
        background: url(../style/umweltback.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative; }
        .modal .modal-dialog .modal-content .modal-header h4 {
          font-size: 1.2em;
          padding: 15px; }
      .modal .modal-dialog .modal-content .modal-body .btn {
        margin-bottom: 25px; }
      .modal .modal-dialog .modal-content .modal-footer {
        padding: 5%; } }

iframe {
  border: 0px; }

/*specialformats*/
.graytypo {
  color: #C3C3C3; }

@media screen and (max-width: 768px) {
  .wp-block-column {
    flex: 1;
    margin: 0;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word; }

  .wp-block-column:not(:first-child) {
    margin-left: 0; } }
/*2020Updates*/
img {
  max-width: 100%;
  height: auto; }

p {
  max-width: 900px; }

/*Forms*/
.wpcf7-response-output {
  background-color: transparent;
  border: none; }

.form-group {
  display: block;
  width: 100%;
  border: 0px;
  border-color: #7a726f; }
  .form-group:nth-child(32) {
    border-bottom: 0px;
    margin: 25px 0; }
  .form-group.wpcf7-checkbox {
    width: 50%;
    display: inline-block;
    float: left; }
    .form-group.wpcf7-checkbox:nth-of-type(even)::after {
      clear: both;
      content: "";
      display: block; }
  .form-group.checkbox-881 {
    clear: both;
    display: block;
    width: 100%;
    float: none; }
  .form-group.checkbox-882 {
    clear: both;
    display: block;
    width: 100%;
    float: none; }

@media screen and (max-width: 990px) {
  .form-group.wpcf7-checkbox {
    clear: both;
    display: block;
    width: 100%;
    float: none; }
    .form-group.wpcf7-checkbox:nth-of-type(even)::after {
      display: none; } }
label {
  display: block; }

.form-control {
  border-radius: 0px;
  border-color: #7a726f;
  border: 0px;
  color: #7a726f;
  padding: 15px 0px;
  background: transparent;
  border-bottom: 2px solid #7a726f;
  box-shadow: none;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

textarea.form-control {
  min-height: 200px; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #009ecc; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #009ecc; }

input::-ms-input-placeholder {
  /* IE 10+ */
  color: #009ecc; }

input::-moz-placeholder {
  /* Firefox 18- */
  color: #009ecc; }

input::placeholder {
  /* Firefox 18- */
  color: #009ecc !important; }

/* Focus */
input:focus,
textarea:focus {
  outline: none !important;
  border: none;
  border-bottom: 2px solid #009ecc;
  box-shadow: none !important; }

/* BOTTOM BARS */
.bar {
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  top: 0px; }

.bar:before {
  content: '';
  height: 3px;
  width: 0;
  top: 0px;
  position: absolute;
  background: #7a726f;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all; }

.bar:before {
  left: 0%; }

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after,
textarea:focus ~ .bar:before,
textarea:focus ~ .bar:after {
  width: 100%; }

/*Error*/
.error {
  margin: 15px 0 0;
  font-size: 0.9em;
  color: #dd223d; }

/*Info*/
.info {
  font-size: 1em;
  color: #7a726f;
  font-style: italic; }
  .info::before {
    content: "\f129";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px; }

.btn-primary, .btn-primary:hover {
  border-radius: 0px;
  padding: 25px;
  border: 0px solid #7a726f;
  color: #ffffff;
  background: #C3C3C3;
  transition: all 0.5s ease;
  font-family: "NeuzeitSLTStd-BookHeavy";
  display: block;
  font-size: inherit;
  width: 100%; }
  .btn-primary:hover, .btn-primary:hover:hover {
    background: #009ecc;
    color: #ffffff;
    border: 0px solid #009ecc; }
  .btn-primary:active, .btn-primary:hover:active {
    background: #009ecc;
    color: #ffffff;
    border: 0px solid #7a726f; }
  .btn-primary:active:hover, .btn-primary:hover:active:hover {
    background: #009ecc;
    color: #ffffff;
    border: 0px solid #7a726f; }

.btn-primary[disabled]:hover {
  background: #009ecc;
  color: #ffffff;
  border: 0px solid #7a726f; }

.ml-slider {
  max-width: unset !important; }

.sliderbox {
  position: relative;
  margin-right: -15px;
  margin-left: -15px; }
  .sliderbox .metaslider .flex-direction-nav {
    position: absolute;
    left: 0px;
    width: 60px;
    height: 60px;
    bottom: 0px;
    z-index: 100; }
    .sliderbox .metaslider .flex-direction-nav li.flex-nav-prev .flex-prev {
      opacity: 1;
      margin: 0;
      left: 0;
      width: 30px;
      height: 60px;
      top: 0;
      background: none;
      text-indent: inherit;
      font-size: 0em; }
      .sliderbox .metaslider .flex-direction-nav li.flex-nav-prev .flex-prev::after {
        content: "\f104";
        font-family: FontAwesome;
        color: #ffffff;
        display: block;
        position: absolute;
        width: 30px;
        height: 60px;
        z-index: 100;
        top: 0;
        padding: 15px;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .sliderbox .metaslider .flex-direction-nav li.flex-nav-prev .flex-prev:hover::after {
        color: #7a726f; }
    .sliderbox .metaslider .flex-direction-nav li.flex-nav-next .flex-next {
      opacity: 1;
      font-size: 0em;
      margin: 0;
      text-indent: inherit;
      left: 30px;
      width: 30px;
      height: 60px;
      top: 0px;
      background: none;
      text-indent: inherit; }
      .sliderbox .metaslider .flex-direction-nav li.flex-nav-next .flex-next::after {
        content: "\f105";
        font-family: FontAwesome;
        color: #ffffff;
        display: block;
        position: absolute;
        width: 30px;
        height: 60px;
        z-index: 100;
        top: 0;
        padding: 15px;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .sliderbox .metaslider .flex-direction-nav li.flex-nav-next .flex-next:hover::after {
        color: #7a726f; }

.sliderbox .metaslider .caption-wrap {
  max-width: 40%;
  right: 15px;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  padding: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 120;
  position: absolute; }
  @media screen and (max-width: 1024px) {
    .sliderbox .metaslider .caption-wrap {
      max-width: 70%;
      right: 0;
      top: 50px;
      transform: none; } }
  .sliderbox .metaslider .caption-wrap::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    display: block;
    content: "";
    opacity: 0.5;
    z-index: 0; }
  .sliderbox .metaslider .caption-wrap .caption {
    position: relative; }
    .sliderbox .metaslider .caption-wrap .caption h2 {
      color: #ffffff;
      margin-bottom: 10px;
      margin-top: 0; }
      .sliderbox .metaslider .caption-wrap .caption h2::after {
        display: block;
        content: "";
        height: 2px;
        width: 60%;
        background: #ffffff;
        margin-top: 10px; }
    .sliderbox .metaslider .caption-wrap .caption a {
      display: inline-block;
      background: #7a726f;
      padding: 5px 10px;
      transition: all 0.5s ease;
      color: #ffffff;
      margin: 15px 0 0; }
      .sliderbox .metaslider .caption-wrap .caption a:hover {
        background: #7a726f;
        color: #ffffff;
        text-decoration: none; }

@media screen and (max-width: 1024px) {
  .sliderbox {
    margin-right: 0px; } }
@media screen and (max-width: 768px) {
  .imagetop {
    margin-right: 0; }

  .sliderbox {
    position: relative;
    margin-right: -15px; }
    .sliderbox .metaslider .slides li .caption-wrap {
      width: 100%;
      max-width: 100%;
      right: 0;
      position: relative;
      display: none; }
    .sliderbox .metaslider .flex-direction-nav {
      display: none;
      position: relative;
      left: 0;
      width: 130px;
      height: 60px;
      bottom: 20px;
      z-index: 100; }
      .sliderbox .metaslider .flex-direction-nav li.flex-nav-prev .flex-prev {
        opacity: 1;
        margin: 0;
        left: 0;
        width: 60px;
        height: 60px;
        top: 0;
        background: none;
        text-indent: inherit;
        font-size: 0em; }
        .sliderbox .metaslider .flex-direction-nav li.flex-nav-prev .flex-prev::after {
          content: "\f104";
          font-family: FontAwesome;
          color: #009ecc;
          display: block;
          position: absolute;
          width: 60px;
          height: 60px;
          z-index: 100;
          top: 0;
          padding: 15px;
          text-align: center;
          text-shadow: none;
          font-size: 30px;
          transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }
        .sliderbox .metaslider .flex-direction-nav li.flex-nav-prev .flex-prev:hover::after {
          color: #7a726f; }
      .sliderbox .metaslider .flex-direction-nav li.flex-nav-next .flex-next {
        opacity: 1;
        font-size: 0em;
        margin: 0;
        text-indent: inherit;
        left: 70px;
        width: 60px;
        height: 60px;
        top: 0px;
        background: none;
        text-indent: inherit; }
        .sliderbox .metaslider .flex-direction-nav li.flex-nav-next .flex-next::after {
          content: "\f105";
          font-family: FontAwesome;
          color: #009ecc;
          display: block;
          position: absolute;
          width: 60px;
          height: 60px;
          z-index: 100;
          top: 0;
          padding: 15px;
          text-align: center;
          text-shadow: none;
          font-size: 30px;
          transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); }
        .sliderbox .metaslider .flex-direction-nav li.flex-nav-next .flex-next:hover::after {
          color: #7a726f; }
    .sliderbox .metaslider .flexslider:hover .flex-direction-nav {
      left: 0px; }
      .sliderbox .metaslider .flexslider:hover .flex-direction-nav li.flex-nav-prev .flex-prev {
        opacity: 1;
        margin: 0;
        left: 0; }
      .sliderbox .metaslider .flexslider:hover .flex-direction-nav li.flex-nav-next .flex-next {
        opacity: 1;
        margin: 0;
        left: 70px; } }
@media screen and (min-width: 1200px) {
  .sliderbox {
    position: relative; } }
.newshead {
  padding-top: 15px; }

.newsbox {
  position: relative;
  padding: 0 0 25px 0; }
  .newsbox.newsarchive::after {
    display: none; }
  .newsbox h2 {
    position: relative; }
    .newsbox h2::after {
      display: block;
      height: 2px;
      background: #7a726f;
      width: 10%;
      content: "";
      margin: 15px 0; }
  .newsbox::after {
    display: block;
    height: 2px;
    background: #C3C3C3;
    width: 100%;
    content: "";
    margin: 25px 0; }

.newsmodal .modal-dialog .modal-content .modal-header {
  padding-bottom: unset;
  padding: 2% 5%;
  height: 92px; }
  .newsmodal .modal-dialog .modal-content .modal-header h4 {
    bottom: 0%;
    position: absolute;
    background: #009ecc;
    color: #ffffff;
    font-size: 1.3em;
    margin-bottom: 0;
    padding: 15px;
    left: 0;
    padding: 2% 5%; }

/*# sourceMappingURL=mother.css.map */
