/*
    Created on : 27.11.2023, 22:50:11
    Author     : patrick
*/
.accordeon {
  margin: 10px 0 20px 0;
}
.accordeon .accordeon-title {
  clear: both;
  width: 100%;
  display: inline-block;
}
.accordeon .accordeon-title .accordeon-plus-minus {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #4e875d;
  border-radius: 15px;
  color: #FFF;
}
.accordeon .accordeon-title .accordeon-plus-minus span {
  font-size: 1.4rem;
  padding: 4px;
  color: #FFF;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .accordeon .accordeon-title .accordeon-plus-minus span {
    padding: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .accordeon .accordeon-title .accordeon-plus-minus {
    width: 22px;
    height: 22px;
    border-radius: 11px;
  }
}
.accordeon .accordeon-title .accordeon-title-text {
  width: calc(100% - 50px);
  font-size: 1.6rem;
  font-family: montserrat-semibold, Arial, Helvetica, sans-serif;
  padding-top: 5px;
  color: #4e875d;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .accordeon .accordeon-title .accordeon-title-text {
    width: calc(100% - 35px);
    font-size: 1.2rem;
    padding-top: 0;
  }
}
.accordeon .accordeon-plus-minus,
.accordeon .accordeon-title-text {
  clear: none;
  float: left;
}
.accordeon .accordeon-text {
  clear: both;
  display: none;
  margin-left: 40px;
  margin-bottom: 40px;
}
/*
    Created on : 27.11.2023, 22:51:00
    Author     : patrick
*/
.bg-orange {
  background-color: #ff9966;
  border-radius: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .bg-orange {
    width: calc(100% - 20px) !important;
    margin-left: 7px !important;
  }
}
.bg-lightgreen {
  background-color: #e9ffe9;
  border-radius: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .bg-lightgreen {
    width: calc(100% - 20px) !important;
    margin-left: 7px !important;
  }
}
.bg-transparent {
  background-color: transparent;
  border-radius: 5px;
}
.bg-lightgrey {
  background-color: #eeeeee;
  color: #484848;
  border-radius: 5px;
}
.bg-lightgrey a,
.bg-lightgrey link,
.bg-lightgrey p,
.bg-lightgrey h1,
.bg-lightgrey h2,
.bg-lightgrey h3,
.bg-lightgrey h4 {
  color: #484848;
}
.bg-lightgrey a {
  border-bottom: 1px dotted #eeeeee;
}
.bg-lightgrey a:hover {
  color: #eeeeee;
  border-bottom: 1px dotted #484848;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .bg-lightgrey {
    width: calc(100% - 20px) !important;
    margin-left: 7px !important;
  }
}
.box-shadow {
  box-shadow: 3px 3px 3px 2px #a7a7a7;
  -webkit-box-shadow: 3px 3px 3px 2px #a7a7a7;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .box-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}
.col-inner {
  width: calc(100% - 40px);
  padding: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .col-inner {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
.col-inner img {
  width: 100%;
}
.col-inner-no-margin {
  width: calc(100% - 40px);
  padding: 0 20px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .col-inner-no-margin {
    width: calc(100% - 20px);
    padding: 10px;
  }
}
iframe {
  max-width: 100%;
}
.col-33 {
  width: 32%;
}
.col-33 img {
  width: 90% !important;
}
.col-50 {
  width: 48.5%;
}
.col-50-left {
  width: 49%;
  margin-right: 1%;
}
.col-50-right {
  width: 49%;
  margin-left: 1%;
}
.col-66 {
  width: 64%;
}
.col-60 {
  width: 60%;
  margin-right: 3%;
}
.col-33,
.col-50,
.col-50-left,
.col-50-right,
.col-60,
.col-66 {
  clear: none;
  float: left;
  height: auto;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .col-33,
  .col-50,
  .col-50-left,
  .col-50-right,
  .col-60,
  .col-66 {
    clear: both;
    width: 100% !important;
    margin: 0 !important;
  }
}
.col-33 img,
.col-50 img,
.col-50-left img,
.col-50-right img,
.col-60 img,
.col-66 img {
  width: 100%;
  max-width: 500px;
}
.col-100 {
  width: 100%;
  clear: both;
  float: left;
}
.border {
  border: 1px solid #eeeeee;
}
.flex-spacebetween {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .flex-spacebetween {
    display: block;
  }
}
.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-start;
  align-items: center;
  align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .flex-start {
    display: block;
  }
}
@font-face {
  font-family: "montserrat";
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "montserrat-semibold";
  src: url('fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: "ptsans";
  src: url('fonts/ptsans.ttf') format('truetype');
}
body,
p,
li,
span {
  font-family: ptsans, Arial, Helvetica, sans-serif;
  color: #484848;
  font-size: 1.1em;
  line-height: 130%;
}
a,
link {
  font-size: 1.1em;
  font-family: ptsans, Arial, Helvetica, sans-serif;
  color: #484848;
  text-decoration: none;
  border-bottom: 1px dotted #484848;
}
a:hover,
link:hover {
  color: #376900;
  border-bottom: 1px dotted #376900;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  a,
  link {
    font-size: 0.9em;
  }
}
.nodecoration {
  text-decoration: none;
  border: 0;
}
.nodecoration a,
.nodecoration link,
.nodecoration i {
  border: 0;
  text-decoration: none;
}
.nodecoration a:hover,
.nodecoration link:hover,
.nodecoration i:hover {
  border: 0 !important;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: montserrat-semibold, Arial, Helvetica, sans-serif;
  color: #376900;
  margin: 10px 0;
  padding: 0;
  overflow-wrap: break-word;
  hyphens: manual;
  line-height: 130%;
}
h1 {
  font-size: 1.8em;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  h1 {
    hyphens: auto;
  }
}
h2 {
  font-size: 1.6em;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  h2 {
    font-size: 1.6rem;
  }
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
.small-font {
  font-size: 0.8rem !important;
}
.big-font {
  font-size: 1.4rem !important;
}
.big-font span {
  font-size: 1.4rem !important;
}
.red {
  color: #cb0e00;
}
.red a,
.red link {
  color: #cb0e00;
}
.red span {
  color: #cb0e00;
}
footer {
  width: 100%;
  background-color: #e9f3fd;
  display: inline-block;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}
footer a,
footer link {
  border: none;
}
footer a:hover,
footer link:hover {
  border: none;
  color: #5d91cd;
}
footer .footer-inner {
  width: 100%;
  max-width: 1200px;
  padding: 10px 0 20px 0;
  margin: auto;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  footer .footer-inner {
    clear: both;
    width: 100%;
  }
}
footer .footer-inner .footer-inner-right {
  text-align: right;
}
footer .footer-inner .footer-inner-left,
footer .footer-inner .footer-inner-right {
  clear: none;
  float: left;
  display: inline-block;
  width: calc(50% - 40px);
  padding: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  footer .footer-inner .footer-inner-left,
  footer .footer-inner .footer-inner-right {
    clear: both;
    width: calc(100% - 20px);
    padding: 10px;
  }
}
button,
input,
select,
textarea {
  font-family: ptsans, Arial, Helvetica, sans-serif, arial, sans-serif;
  font-size: 1rem;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  button,
  input,
  select,
  textarea {
    font-size: 1rem;
  }
}
button,
input[type='button'],
input[type='submit'] {
  color: #376900;
  border: 1px solid #376900;
  padding: 5px 15px;
  background-color: transparent;
  cursor: pointer;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=date],
select,
textarea {
  width: 95%;
  box-sizing: border-box;
  border: 0.0125rem solid #376900;
  padding: 6px 10px;
  margin-bottom: 10px;
}
textarea {
  height: 100px;
}
input.error {
  border: 1px solid #cb0e00;
}
.error {
  color: #cb0e00 !important;
}
.div-mainform {
  padding: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .div-mainform {
    padding: 0;
  }
}
.div-form .div-form-left {
  width: 33%;
  max-width: 250px;
}
.div-form .div-form-right {
  width: 66%;
}
.div-form .div-form-checkbox {
  width: 30px;
}
.div-form .div-form-text {
  width: calc(100% - 40px);
}
.div-form .div-form-left,
.div-form .div-form-right,
.div-form .div-form-checkbox,
.div-form .div-form-text {
  clear: none;
  float: left;
}
.div-form label {
  clear: both;
  font-size: 1rem;
  padding: 0 0.2rem;
  margin: 0;
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .div-form label {
    font-size: 0.9rem;
  }
}
.div-form a,
.div-form link {
  font-size: 1rem;
}
.button-black {
  border: 1px solid #000;
  color: #000;
}
/*
    Created on : 27.11.2023, 22:52:02
    Author     : patrick
*/
header {
  background-color: #e9ffe9;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  box-shadow: 4px 2px 5px #484848;
  width: 100%;
  height: 140px;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  header {
    height: auto;
    margin: 0;
    display: inline-block;
  }
}
header .header-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  header .header-inner {
    padding: 10px;
    width: calc(100% - 20px);
    max-width: calc(1200px - 20px);
  }
}
header .header-inner .header-left {
  width: 200px;
  margin: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  header .header-inner .header-left {
    width: 100px;
  }
}
header .header-inner .header-left a,
header .header-inner .header-left link {
  text-decoration: none;
  border: none;
}
header .header-inner .header-left img {
  height: 120px;
  width: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  header .header-inner .header-left img {
    height: 90px;
  }
}
header .header-inner .header-right {
  width: calc(100% - 220px);
  font-size: 1rem;
}
header .header-inner .header-right a,
header .header-inner .header-right link {
  font-size: 1rem;
  border: none;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  header .header-inner .header-right {
    width: calc(100% - 120px);
    text-align: right;
  }
}
header .header-inner .header-right .header-right-contact {
  text-align: right;
  margin-top: 20px;
  margin-right: 15px;
}
header .header-inner .header-right .header-right-contact span {
  clear: none;
  width: auto;
  margin-left: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  header .header-inner .header-right .header-right-contact {
    margin: 0;
  }
  header .header-inner .header-right .header-right-contact span {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
}
header .header-inner .header-left,
header .header-inner .header-right {
  clear: none;
  float: left;
  position: relative;
  display: inline-block;
}
.size-large img {
  width: 100%;
  padding: 0;
  margin: 0;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  body,
  html {
    width: 100vw;
    height: 100vh;
  }
}
.no-scrolling {
  margin: 0;
  height: 100% !important;
  overflow: auto;
}
#divMiddle {
  max-width: 1000px;
}
#divMiddle i {
  font-size: 2.5rem;
}
#divMiddle #divMiddleInner {
  max-height: 70%;
  width: calc(100% - 60px);
  padding: 0 30px 30px 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
#divMiddle .divMiddleClose {
  width: calc(100% - 40px);
  height: 50px;
  clear: both;
  position: relative;
  text-align: right;
  padding: 20px;
}
#divMiddle .divMiddleClose span {
  font-size: calc(40px + 0.390625vw);
}
#divMiddle {
  position: fixed;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  max-height: 80%;
  margin: auto;
  border: 1px solid #eeeeee;
  background-color: #FFF;
  display: none;
  z-index: 15000;
}
#divBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.marginbottom5 {
  margin-bottom: 5px !important;
}
.marginright10 {
  margin-right: 10px !important;
}
.margintop10 {
  margin-top: 10px !important;
}
.marginbottom10 {
  margin-bottom: 10px !important;
}
.margin20 {
  margin: 20px !important;
}
.marginright20 {
  margin-right: 20px !important;
}
.margintop20 {
  margin-top: 32px !important;
}
.marginbottom20 {
  margin-bottom: 20px !important;
}
.marginright30 {
  margin-right: 30px !important;
}
.marginleft40 {
  margin-left: 40px !important;
}
.marginright40 {
  margin-right: 40px !important;
}
.margintop40 {
  margin-top: 40px !important;
}
.marginbottom40 {
  margin-bottom: 40px !important;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .marginbottom40 {
    margin-bottom: 20px !important;
  }
}
.margintopbottom40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.margintop80 {
  margin-top: 80px !important;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .margintop80 {
    margin-bottom: 40px !important;
  }
}
.paddingtop5 {
  padding: 5px !important;
}
.paddingtop10 {
  padding: 10px !important;
}
.padding20 {
  padding: 20px !important;
}
.paddingtop20 {
  padding-top: 20px !important;
}
.paddingtop40 {
  padding-top: 40px !important;
}
.padding40 {
  padding: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .padding40 {
    padding: 10px;
  }
}
.padding4080 {
  padding: 40px 80px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .padding4080 {
    padding: 15px 20px;
  }
}
.paddingright40 {
  padding-right: 40px !important;
}
.marginbottom80 {
  margin-bottom: 80px !important;
}
.center {
  text-align: center;
  margin: auto !important;
}
.floatright {
  text-align: right !important;
  float: right;
}
.nonbreak {
  clear: none;
  float: left;
}
.unbreak {
  width: 100%;
  display: inline-block;
  clear: both;
}
.height5 {
  width: 100%;
  display: inline-block;
  clear: both;
  height: 5px;
}
.height10 {
  width: 100%;
  display: inline-block;
  clear: both;
  height: 10px;
}
.height20 {
  width: 100%;
  display: inline-block;
  clear: both;
  float: left;
  height: 20px;
}
.height40 {
  width: 100%;
  display: inline-block;
  clear: both;
  float: left;
  height: 40px;
}
.height60 {
  width: 100%;
  display: inline-block;
  clear: both;
  float: left;
  height: 60px;
}
.height80 {
  width: 100%;
  display: inline-block;
  clear: both;
  float: left;
  height: 80px;
}
.displaynone {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .mobiledisplaynone {
    display: none;
  }
}
.error-ptz {
  color: #cb0e00;
}
.error-ptz input[type=text],
.error-ptz input[type=password],
.error-ptz input[type=email],
.error-ptz input[type=number],
.error-ptz input[type=date],
.error-ptz textarea {
  border-color: #cb0e00 !important;
  background-color: #ffdddd;
}
.error-ptz input[type=checkbox],
.error-ptz input[type=radio],
.error-ptz select {
  outline: 1px solid #cb0e00;
}
.error-ptz span,
.error-ptz label,
.error-ptz a,
.error-ptz link {
  color: #cb0e00 !important;
}
.error-background-ptz {
  width: calc(95% - 40px);
  background-color: #ffdddd;
  padding: 20px;
  margin: 0;
  margin-bottom: 40px;
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  #mainnav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: #FFF;
    margin: 0;
  }
}
.navigation {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.navigation ul {
  float: right;
  list-style-type: none;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .navigation ul {
    width: 80%;
    float: left;
  }
}
.navigation ul li {
  clear: none;
  float: left;
  position: relative;
  margin-left: 5px;
  padding: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .navigation ul li {
    clear: both;
    margin: 5px 0;
    width: calc(100% - 30px);
    text-align: left;
    padding: 5px 10px;
  }
}
.navigation ul li a,
.navigation ul li link {
  font-family: montserrat, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border: 0;
  font-size: 1.1rem !important;
}
.navigation ul li:hover {
  background-color: #376900;
}
.navigation ul li:hover a,
.navigation ul li:hover link {
  color: #FFF;
}
.navigation ul .current_page_item {
  border: 0;
  background-color: #376900 !important;
}
.navigation ul .current_page_item a,
.navigation ul .current_page_item link {
  padding: 10px;
  color: #FFF !important;
}
.nav-mobile-button {
  display: none;
}
.nav-mobile-button a,
.nav-mobile-button link {
  border: 0;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .nav-mobile-button {
    display: block;
    clear: both;
    float: right;
    text-align: right;
    width: 50px;
  }
  .nav-mobile-button span {
    font-size: 2.5rem;
    margin-top: 5px;
    color: #71d28a;
  }
}
.nav-mobile-close {
  display: none;
}
.nav-mobile-close a,
.nav-mobile-close link {
  border: 0;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .nav-mobile-close {
    display: block;
    width: calc(100% - 40px);
    padding: 10px 20px;
  }
  .nav-mobile-close span {
    width: 50px !important;
    font-size: 2.5rem;
    margin-top: 5px;
    color: #4e875d;
  }
  .nav-mobile-close span:hover {
    color: #71d28a;
    transform: rotate(45deg);
  }
}
.footer-nav {
  clear: none;
  float: left;
  margin-right: 10px;
}
.footer-nav ul.footermenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul.footermenu li {
  clear: none;
  float: left;
  margin-right: 20px;
}
.footer-nav ul.footermenu li a,
.footer-nav ul.footermenu li link {
  text-transform: uppercase;
  font-size: 1.2rem;
}
.pointer {
  cursor: pointer;
}
.google-maps {
  padding: 20px;
}
.thema {
  width: 100%;
  margin: 0;
  padding: 0;
}
.thema .thema-inner {
  width: calc(100% - 40 px);
  max-width: 1100px;
  padding: 20px;
  margin: auto;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .thema .thema-inner {
    padding: 20px 10px;
  }
}
.maintitle {
  text-align: right;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) and (max-width: 992px), only screen and (min-width: 600px) and (max-width: 992px) {
  .maintitle {
    text-align: left;
    margin-bottom: 10px;
  }
}
ul li {
  margin: 0;
  padding: 3px 0;
}
#cookie_banner {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  max-width: 1200px;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #484848;
}
#cookie_banner .cookie-banner-top {
  margin-bottom: 20px;
}
#cookie_banner .cookie-banner-bottom a,
#cookie_banner .cookie-banner-bottom link {
  border: none;
}
