@charset "UTF-8";
/* yanone-kaffeesatz-regular - latin */
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/yanone-kaffeesatz-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("YanoneKaffeesatz"), url("../fonts/yanone-kaffeesatz-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/yanone-kaffeesatz-v14-latin-regular.woff2") format("woff2"), url("../fonts/yanone-kaffeesatz-v14-latin-regular.woff") format("woff"), url("../fonts/yanone-kaffeesatz-v14-latin-regular.ttf") format("truetype"), url("../fonts/yanone-kaffeesatz-v14-latin-regular.svg#YanoneKaffeesatz") format("svg");
  /* Legacy iOS */
}
/* yanone-kaffeesatz-700 - latin */
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/yanone-kaffeesatz-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("YanoneKaffeesatzBold"), url("../fonts/yanone-kaffeesatz-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/yanone-kaffeesatz-v14-latin-700.woff2") format("woff2"), url("../fonts/yanone-kaffeesatz-v14-latin-700.woff") format("woff"), url("../fonts/yanone-kaffeesatz-v14-latin-700.ttf") format("truetype"), url("../fonts/yanone-kaffeesatz-v14-latin-700.svg#YanoneKaffeesatz") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v17-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v17-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff"), url("../fonts/open-sans-v17-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v17-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/*
 * GLOBAL VARS
 */
/************************************************************************/
/**********************++*  DEFAULT CSS  ********************************/
/************************************************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

.ausrichtung {
  margin: 0 auto;
  max-width: 1000px;
}

.abstand {
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .abstand {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .abstand {
    padding: 10px;
  }
}
.abstand-half {
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .abstand-half {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .abstand-half {
    padding: 5px;
  }
}
.abstand-bottom-20 {
  padding-bottom: 20px;
  box-sizing: border-box;
}
.abstand-bottom-30 {
  padding-bottom: 30px;
  box-sizing: border-box;
}

.abstand-l-r {
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .abstand-l-r {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .abstand-l-r {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body {
  background-color: #fff;
  font-size: 23px;
  font-family: "Open Sans", sans-serif;
  color: #444;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.maincontent {
  background-image: url("bg-ktw.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

h1 {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 45px;
  line-height: 60px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 15px;
  color: #86857d;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media screen and (max-width: 550px) {
  h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    /* font-size: 20px;
     line-height: 30px;*/
  }
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #86857d;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 14px;
    line-height: 20px;
  }
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #86857d;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
h3 strong {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h3 strong {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  h3 strong {
    font-size: 14px;
    line-height: 18px;
  }
}

p, a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #3d3d3d;
}
@media screen and (max-width: 480px) {
  p, a {
    font-size: 13px;
    line-height: 18px;
  }
}

a {
  text-decoration: none;
}

ul {
  padding-left: 170px;
  box-sizing: border-box;
  color: #3d3d3d;
  list-style-position: inside;
}

#footerinfo-wrapper ul {
  list-style-position: inside;
}

li {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  li {
    font-size: 13px;
    line-height: 18px;
    /* */
  }
}

/************************************************************************/
/***********************  UNIVERSAL CSS  ********************************/
/************************************************************************/
.display-inline-block {
  display: inline-block;
}

.box-table {
  display: table;
}
.box-table .box-row {
  display: table-row;
}
.box-table .box-row .box-cell {
  display: table-cell;
}
.box-table .box-row .box-cell .box-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.relative {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
  margin: 0 auto;
}

.align-justify {
  text-align: justify;
}

.align-left {
  text-align: left;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.width100 {
  width: 100%;
}

.width75 {
  width: 75%;
}

.width50 {
  width: 50%;
}

.width25 {
  width: 25%;
}

.height100 {
  height: 100%;
}

.height-20 {
  height: 20px;
}

/************************************************************************/
/*********************** SPECIFIED PAGE CSS  ****************************/
/************************************************************************/
.btr-dateinput-value {
  width: auto !important;
}

.roundboxbutton, .roundboxbutton_small, input[type=button], input[type=submit] {
  color: #86857d !important;
  background-color: #FFF;
  padding: 4px 16px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px;
  cursor: pointer;
  font-weight: bold;
}
.roundboxbutton img, .roundboxbutton_small img, input[type=button] img, input[type=submit] img {
  max-height: 20px;
}

.slicknav_menu {
  display: none;
}

hr {
  width: 100px;
  height: 5px;
  background-color: greenyellow;
  background-image: -webkit-linear-gradient(left, #6f9499, #61b771);
  background-image: -moz-linear-gradient(left, #6f9499, #61b771);
  background-image: -ms-linear-gradient(left, #6f9499, #61b771);
  background-image: -o-linear-gradient(left, #6f9499, #61b771);
  background-image: linear-gradient(to right, #6f9499, #61b771);
  margin: 0 auto !important;
}

.btn {
  background: #6f9499;
  background-image: -webkit-linear-gradient(left, #6f9499, #61b771);
  background-image: -moz-linear-gradient(left, #6f9499, #61b771);
  background-image: -ms-linear-gradient(left, #6f9499, #61b771);
  background-image: -o-linear-gradient(left, #6f9499, #61b771);
  background-image: linear-gradient(to right, #6f9499, #61b771);
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover {
  text-decoration: none;
}

.h1 {
  font-weight: lighter;
  font-size: 55px;
  line-height: 54px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .h1 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media screen and (max-width: 480px) {
  .h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

.subline {
  font-size: 23px;
}
.subline a {
  font-size: 23px;
  color: #FFF;
}
.subline a .fa {
  font-size: 28px;
  color: #FF9933;
}
@media screen and (max-width: 1024px) {
  .subline a .fa {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .subline a .fa {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 480px) {
  .subline a .fa {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .subline a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .subline a {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 480px) {
  .subline a {
    font-size: 14px;
    line-height: 18px;
  }
}
.subline.icon {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding-left: 30px;
  box-sizing: border-box;
}

.fa-size20 {
  font-size: 24px !important;
}

.bg-green {
  background-color: #2b4b2e;
}
.bg-greyblue {
  background-color: #6f9499;
}
.bg-yellow {
  background-color: #f1ca2f;
}

.color-white {
  color: #fff !important;
}
.color-green {
  color: #2b4b2e !important;
}
.color-greyblue {
  color: #6f9499 !important;
}
.color-orange {
  color: #FF9933 !important;
}
.color-grey {
  color: #86857d !important;
}

#top {
  z-index: 99;
  position: fixed;
  width: 100%;
  background-color: #FFF;
  top: 0;
}
@media screen and (max-width: 550px) {
  #top {
    position: static;
  }
}
#top > div {
  box-sizing: border-box;
}
#top #toplogo {
  width: 170px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0;
  box-sizing: border-box;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  #top #toplogo {
    width: 145px;
  }
}
@media screen and (max-width: 768px) {
  #top #toplogo {
    /* padding: 15px; */
    width: 125px;
  }
}
#top #toplogo img {
  width: 100%;
}
#top #navitop-mobile {
  display: none;
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 39px;
}
#top #navitop-mobile .open {
  display: none;
}
@media screen and (max-width: 480px) {
  #top #navitop-mobile .open {
    width: 70px;
  }
}
#top #navitop-mobile .close {
  display: none;
}
@media screen and (max-width: 480px) {
  #top #navitop-mobile .close {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  #top #navitop-mobile {
    display: block;
  }
  #top #navitop-mobile .open {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  #top #navitop-mobile {
    right: 0;
    top: 13px;
  }
}
@media screen and (max-width: 480px) {
  #top #navitop-mobile {
    right: 0;
    top: 6px;
  }
}
#top .fa {
  font-size: 50px;
  color: #FF9933;
  cursor: pointer;
}
@media screen and (max-width: 1180px) {
  #top .fa {
    font-size: 40px;
  }
}

/* navbar */
#navitop {
  text-align: center;
  padding: 65px 10px 30px 10px;
  box-sizing: border-box;
}
#navitop #menu-wrap #menu {
  margin: 0;
  color: #fff;
}
#navitop #menu-wrap #menu li {
  list-style: none;
  text-align: center;
  background-color: transparent;
  display: inline-block;
  /*&.siteparent0 {
    ul {
      display: none;
      background-color: rgba(0, 242, 86, 0.70);
      position: relative;
      width: 250px;
      z-index: 9999;

      li ul {
        background-color: transparent;
      }
    }
  }*/
}
#navitop #menu-wrap #menu li a {
  font-family: "Yanone Kaffeesatz", sans-serif;
  display: block;
  color: #2b4b2e;
  text-decoration: none;
  font-size: 18px;
  font-size: 24px;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  margin-bottom: 0;
  border-bottom: none;
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  #navitop #menu-wrap #menu li a {
    font-size: 15px;
    font-size: 18px;
  }
}
#navitop #menu-wrap #menu li.first a {
  border-left: none;
}
#navitop #menu-wrap #menu li.current {
  background-color: transparent;
  border-bottom: 2px solid #2b4b2e;
}
#navitop #menu-wrap #menu li.current a {
  color: #2b4b2e;
}
#navitop #menu-wrap #menu li.isActivParent {
  background-color: transparent;
  border-bottom: 2px solid #2b4b2e;
}
#navitop #menu-wrap #menu li.isActivParent a {
  color: #2b4b2e;
}
#navitop #menu-wrap #menu li:hover {
  background-color: transparent;
  border-bottom: 2px solid #2b4b2e;
}
#navitop #menu-wrap #menu li:hover a {
  color: #2b4b2e;
}
#navitop #menu-wrap #menu li:hover ul {
  display: block;
  position: absolute;
  margin: 2px 0;
  padding: 0;
  padding-top: 10px;
  box-sizing: border-box;
  z-index: 99;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
}
#navitop #menu-wrap #menu li:hover ul li {
  color: #86857d !important;
}
#navitop #menu-wrap #menu li:hover ul li:hover {
  border: none;
  color: #86857d !important;
}
#navitop #menu-wrap #menu li:hover ul li.current {
  border-bottom: none;
}
#navitop #menu-wrap #menu li:hover li a {
  background-color: white;
}
#navitop #menu-wrap #menu li ul {
  text-align: left;
  display: none;
  width: 200px;
  max-width: 200px;
}
#navitop #menu-wrap #menu li ul li {
  max-width: 200px !important;
  float: none;
  text-align: left;
  width: 100%;
}
#navitop #menu-wrap #menu li ul li a {
  line-height: 18px;
  color: #86857d !important;
  font-size: 14px;
  padding: 10px 0;
  box-sizing: border-box;
  /* white-space: nowrap; */
}
#navitop #menu-wrap #menu li ul li ul li {
  float: none;
}
#navitop #menu-wrap #menu li ul li ul li a {
  padding-top: 5px;
  color: #86857d !important;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #navitop {
    display: none;
  }
}

.menu-container {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .menu-container.width75 {
    width: 120px;
  }
}
.menu-container #mobile-nav a {
  font-family: "Yanone Kaffeesatz", sans-serif;
}
@media screen and (max-width: 1024px) {
  .menu-container #mobile-nav {
    margin-top: 30px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .menu-container #mobile-nav {
    margin-top: 16px;
    padding-top: 10px;
  }
}
.menu-container .slicknav_menu {
  background: #FFF !important;
  padding: 13px !important;
  box-sizing: border-box;
}
.menu-container .slicknav_menu .slicknav_btn {
  background-color: #2b4b2e;
  float: right;
  margin: 5px 0 6px !important;
  padding: 5px 15px 10px 10px !important;
}
@media screen and (max-width: 768px) {
  .menu-container .slicknav_menu .slicknav_btn {
    margin: 5px 0 0 !important;
    padding: 5px 9px 5px 10px !important;
  }
}
.menu-container .slicknav_menu .slicknav_btn .slicknav_icon {
  margin-bottom: 7px !important;
}
@media screen and (max-width: 768px) {
  .menu-container .slicknav_menu .slicknav_btn .slicknav_icon {
    margin-bottom: 0 !important;
    width: 22px !important;
    height: 26px !important;
  }
}
.menu-container .slicknav_menu .slicknav_btn .slicknav_icon i {
  width: 100% !important;
  height: 100% !important;
  font-size: 25px !important;
  text-align: center !important;
  color: white !important;
  text-shadow: none !important;
}
.menu-container .slicknav_menu .slicknav_nav {
  width: 200px;
}
.menu-container .slicknav_menu .slicknav_nav li {
  text-align: right !important;
}
.menu-container .slicknav_menu .slicknav_nav li a:hover {
  text-decoration: underline;
}
.menu-container .slicknav_menu .slicknav_nav li ul li {
  padding-right: 20px;
}
.menu-container .slicknav_menu .slicknav_nav .slicknav_arrow {
  margin: 0 0 0 5px !important;
}
.menu-container .slicknav_menu .slicknav_nav .slicknav_arrow > img {
  width: 20px;
}
@media screen and (max-width: 480px) {
  .menu-container .slicknav_menu .slicknav_nav .slicknav_arrow {
    margin: 0 0 0 5px !important;
  }
}
.menu-container .slicknav_menu .slicknav_nav a {
  color: #2b4b2e !important;
  padding: 5px 0 5px 10px !important;
  margin: 2px 0 2px 5px !important;
}

.header-container {
  background-image: url("./banner/Header.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 300px;
  height: 400px;
  margin-top: 127px;
}
.header-container.unterseite {
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .header-container {
    margin-top: 112px;
  }
}
@media screen and (max-width: 768px) {
  .header-container {
    margin-top: 93px;
    height: 300px;
  }
}
@media screen and (max-width: 550px) {
  .header-container {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .header-container {
    margin-top: 0 !important;
  }
}
.header-container #header {
  height: 100%;
}
.header-container #header .text-container {
  position: relative;
  height: 100%;
}
.header-container #header .text-container h1 {
  background-image: url("bg-seitentitel-ktw.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 0;
  padding-top: 60px;
  padding-bottom: 10px;
  margin: 0 auto;
  min-width: 280px;
  display: block;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  font-weight: normal;
}
.header-container #header .text-container p {
  padding: 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header-container #header .text-container p {
    padding: 0 10%;
  }
}
@media screen and (max-width: 480px) {
  .header-container #header .text-container p {
    padding: 0 30px;
  }
}
.header-container #header .text-container a.roundboxbutton_small {
  font-size: 22px;
  line-height: 26px;
  color: #86857d !important;
}
@media screen and (max-width: 940px) {
  .header-container #header .text-container a.roundboxbutton_small {
    font-size: 16px;
    line-height: 28px;
  }
}
.header-container #header .text-container a.roundboxbutton_small img {
  max-height: 24px;
  padding-top: 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 940px) {
  .header-container #header .text-container a.roundboxbutton_small img {
    max-height: 20px;
    width: 16px !important;
  }
}
.header-container #header .text-container .slick-list {
  margin-top: 10% !important;
}
@media screen and (max-width: 768px) {
  .header-container #header .text-container .slick-list {
    margin-top: 5% !important;
    width: 100%;
  }
}
.header-container #header .text-container .portrait > img {
  height: 350px;
  margin-bottom: -4px;
}
@media screen and (max-width: 768px) {
  .header-container #header .text-container .portrait {
    display: none;
  }
}
.header-container #breadcrumb-wrapper {
  /* background-image: url("hg-breadcrumb.jpg"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
}
.header-container #breadcrumb-wrapper #breadcrumb-bar {
  padding: 30px;
  box-sizing: border-box;
}
.header-container #breadcrumb-wrapper #breadcrumb-bar .box-row > div {
  width: 100% !important;
  text-align: left;
}
.header-container #breadcrumb-wrapper #breadcrumb-bar .box-row > div:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header-container #breadcrumb-wrapper #breadcrumb-bar .box-row {
    display: flex;
    flex-flow: column;
  }
}
.header-container #breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span a {
  margin: 0;
}
.header-container #breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span a span {
  color: white;
  font-size: 20px;
}
.header-container #breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span:nth-child(2) {
  color: white;
}
.header-container #breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span:nth-child(2) a {
  font-weight: bold;
}
.header-container #breadcrumb-wrapper #breadcrumb-bar #breadcrumbs span:nth-child(2):before {
  /* content: '\\'; */
  font-weight: bold;
  font-size: 20px;
}

#middle {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #middle {
    margin-top: 130px;
  }
}

.htmlpicrowsleft ul,
.htmlpicrowsright ul {
  list-style-position: outside;
}

#footerrahmen-wrapper {
  background-color: #2b4b2e;
  box-sizing: border-box;
}
#footerrahmen-wrapper #footerinfo ul {
  padding-left: 0;
}
#footerrahmen-wrapper #footerbar div.ausrichtung.abstand img {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper #footerbar div.ausrichtung.abstand img {
    width: 100%;
  }
}
#footerrahmen-wrapper #footerbar .footer-kontakt {
  color: #FFF;
  box-sizing: border-box;
}
#footerrahmen-wrapper #footerbar .footer-kontakt a {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper #footerbar .footer-kontakt a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 320px) {
  #footerrahmen-wrapper #footerbar .footer-kontakt a {
    font-size: 12px;
    line-height: 20px;
  }
}
#footerrahmen-wrapper #footerbar .footer-kontakt .footer-title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper #footerbar .footer-kontakt .footer-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper #footerbar .footer-kontakt .footer-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  #footerrahmen-wrapper #footerbar .footer-kontakt .footer-title {
    font-size: 13px;
    line-height: 30px;
  }
}
#footerrahmen-wrapper #footerbar .footer-anschrift {
  color: #FFF;
  box-sizing: border-box;
}
#footerrahmen-wrapper #footerbar .footer-anschrift a {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper #footerbar .footer-anschrift a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 320px) {
  #footerrahmen-wrapper #footerbar .footer-anschrift a {
    font-size: 12px;
    line-height: 20px;
  }
}
#footerrahmen-wrapper #footerbar .footer-anschrift .footer-title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #footerrahmen-wrapper #footerbar .footer-anschrift .footer-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper #footerbar .footer-anschrift .footer-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  #footerrahmen-wrapper #footerbar .footer-anschrift .footer-title {
    font-size: 13px;
    line-height: 30px;
  }
}
#footerrahmen-wrapper #footerbar .footer-text {
  box-sizing: border-box;
}
#footerrahmen-wrapper #footerbar .footer-text p {
  font-size: 14px;
  line-height: 18px;
  color: white;
}
@media screen and (max-width: 320px) {
  #footerrahmen-wrapper #footerbar .footer-text p {
    font-size: 12px;
    line-height: 16px;
  }
}
#footerrahmen-wrapper #footerbar .fa-stack {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper #footerbar .fa-stack {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
#footerrahmen-wrapper #footerbar .fa-stack-2x {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper #footerbar .fa-stack-2x {
    font-size: 30px;
  }
}
#footerrahmen-wrapper #footerbar .fa-stack-1x {
  font-size: 20px;
}
#footerrahmen-wrapper .footer-bottom {
  background-color: #2b4b2e;
  padding: 0;
  box-sizing: border-box;
}
#footerrahmen-wrapper .footer-bottom div.ausrichtung.abstand {
  padding: 10px 150px;
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper .footer-bottom div.ausrichtung.abstand {
    padding: 10px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper .footer-bottom .footer-links {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #footerrahmen-wrapper .footer-bottom .footer-links {
    padding: 5px;
    float: none;
    text-align: center;
  }
}
#footerrahmen-wrapper .footer-bottom .footer-links a {
  font-size: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  #footerrahmen-wrapper .footer-bottom .footer-links a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #footerrahmen-wrapper .footer-bottom .footer-rechts {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #footerrahmen-wrapper .footer-bottom .footer-rechts {
    padding: 5px;
    float: none;
    text-align: center;
    box-sizing: border-box;
  }
}
#footerrahmen-wrapper .footer-bottom .footer-rechts a {
  font-size: 14px;
  padding: 0 20px;
  box-sizing: border-box;
}
#footerrahmen-wrapper .footer-bottom .footer-rechts a:last-child {
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  #footerrahmen-wrapper .footer-bottom .footer-rechts a {
    font-size: 12px;
    padding: 0 10px;
  }
}

/****************************++***************/
/************** INHALT - Bild Modul **********/
/****************************++***************/
.maxwidth250 {
  max-width: 250px;
}

.maxwidth500 {
  max-width: 500px;
}

.maxwidth750 {
  max-width: 750px;
}

.maxwidth1000 {
  max-width: 1000px;
}

.maxwidth-100 {
  width: 100%;
}

.copyrighttext {
  font-size: 12px;
  line-height: 16px;
  display: block;
  margin-top: -5px;
  text-align: right;
}

/****************************++***************/
/************** EXTRA SITE CSS ***************/
/****************************++***************/
#siteobjects-middle {
  background-color: white;
}
#siteobjects-middle ul {
  margin-left: 80px;
  margin-right: 80px;
  border-left: 5px solid #f1ca2f;
  padding-left: 37px;
  box-sizing: border-box;
  color: #3d3d3d;
  list-style-position: inside;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #siteobjects-middle ul {
    margin-left: 0;
    margin-right: 0;
  }
}
#siteobjects-middle ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2b4b2e;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
#siteobjects-middle h1 {
  margin-left: 80px;
  margin-right: 80px;
  color: #2b4b2e;
}
@media screen and (max-width: 768px) {
  #siteobjects-middle h1 {
    margin-left: 0;
    margin-right: 0;
  }
}
#siteobjects-middle h2 {
  color: #2b4b2e;
  margin-left: 80px;
  margin-right: 80px;
  border-left: 5px solid #f1ca2f;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #siteobjects-middle h2 {
    margin-left: 0;
    margin-right: 0;
  }
}
#siteobjects-middle h3 {
  color: #2b4b2e;
  font-size: 16px;
  line-height: 26px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
#siteobjects-middle p {
  margin-left: 80px;
  margin-right: 80px;
  border-left: 5px solid #f1ca2f;
  padding-left: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #siteobjects-middle p {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print {
  .noprint {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .slicknav_menu {
    display: block;
  }
  .slicknav_menu .slicknav_nav a {
    font-size: 24px;
    line-height: 26px;
  }
  .slicknav_menu .slicknav_nav a:hover {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .slicknav_menu .slicknav_nav a {
    font-size: 20px;
    line-height: 22px;
  }
}

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