#headTelefon {
  position: fixed;
  right: -30px;
  top: 20%;
  z-index: 100;
  box-shadow: -3px 9px 15px 5px rgba(0, 0, 0, 0.37);
  line-height: 0;
  cursor: pointer;
}
#headTelefon img {
  max-width: 300px;
}

.videocontent h2 {
  color: #3b4906;
}

h2.name.text {
  color: #3b4906 !important;
  line-height: 2.5rem !important;
}

footer {
  z-index: -1;
  height: auto !important;
}

.uc-button.bl {
  min-height: 0 !important;
  padding: 0 !important;
  margin-bottom: 10px;
}

.flexG span {
  display: flex;
  align-items: flex-start;
}
.flexG span input {
  flex: 0 0 5%;
}
.flexG label {
  font-size: 0.9rem;
}
.flexG label a {
  font-size: 0.9rem;
}

.maincontent .contentnav ul.level_1 li {
  text-indent: 0 !important;
}
.maincontent .greenflex {
  display: flex;
  background-color: #708d00;
  color: #fff;
}
.maincontent .greenflex .ce_image {
  flex: 0 0 50%;
  background-color: #fff;
}
.maincontent .greenflex .ce_image img {
  width: 100% !important;
  max-width: 100% !important;
}
.maincontent .greenflex .ce_text {
  flex: 0 0 50%;
}
.maincontent .greenflex .greencontent {
  box-sizing: border-box;
  padding: 30px;
}

@media screen and (min-width: 1000px) {
  .ce_gallery ul li {
    flex: 0 0 33%;
    max-width: 33%;
    overflow: hidden;
  }
  .ce_gallery ul li img {
    margin: 20px;
  }
  .ce_gallery ul li:first-child {
    margin-right: 0;
  }
}
.w_lesen {
  float: right;
  text-align: right;
  font-size: 1.3rem !important;
}

footer#footer {
  box-sizing: border-box;
}
footer#footer #ctrl_3 {
  min-height: 65px;
}

footer .flexmod {
  box-sizing: border-box;
}

footer .footernav {
  left: auto;
  text-align: right;
}
footer .footernav .mod_customnav {
  display: inline-block;
}

footer .flexmod .col.col-second {
  flex: 0 0 65%;
  max-width: 65%;
}
footer .flexmod .col.col-second .flexform {
  display: flex;
}
footer .flexmod .col.col-second .flexform .column {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
footer .flexmod .col.col-second .flexform .column .widget {
  width: 92%;
  box-sizing: border-box;
}

@media screen and (max-width: 1005px) {
  footer .flexmod {
    justify-content: center;
  }
  footer .flexmod .col.col-first {
    text-align: center;
  }
  footer .flexmod .col.col-second {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
    width: auto !important;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .info h2 {
    background-color: rgba(255, 255, 255, 0.7019607843);
    top: 25px !important;
    font-family: "Roboto", sans-serif;
    font-size: 2rem !important;
    height: auto !important;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 1150px) {
  .greenflex {
    flex-direction: column;
  }
  .greenflex .ce_image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .greenflex .ce_image img {
    width: 100% !important;
    max-width: 100% !important;
  }
  .greenflex .ce_text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  #media {
    height: 820px !important;
  }
}
@media screen and (min-device-width: 1300px) and (max-device-width: 1800px) {
  .videocontent {
    bottom: 70px;
  }
}
@media screen and (min-device-width: 100px) and (max-device-width: 890px) {
  #headTelefon {
    right: 0;
    transition: all 0.5s ease;
  }
  #headTelefon.active {
    right: -220px;
  }
}
@media screen and (max-device-width: 730px) {
  footer .flexmod .col.col-second .flexform {
    display: flex;
    flex-direction: column;
  }
  footer .flexmod .col.col-second .flexform .column {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    text-align: center;
  }
  footer .flexmod .col.col-second .flexform .column .widget {
    width: 100%;
    box-sizing: border-box;
  }
  footer .footernav .mod_customnav {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=aufbau.css.map */