@charset "utf-8";
/* LESS Document */
/* Breakpoints */
/* Farben */
/* CSS Document */
body {
  background-image: url(/imagesV2/bg_sm.jpg);
  background-color: #3F3F3F;
  background-repeat: repeat  ;
  background-size: 100%;
  background-attachment: fixed;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
}
@media (min-width: 768px) {
  body {
    background-image: url(/imagesV2/bg_lg.jpg);
  }
}
@media (min-width: 992px) {
  body {
    background-image: url(/imagesV2/bg_xl.jpg);
  }
}
.contentframe {
  background-color: #fff8e9;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  padding: 0px 25px 25px;
  margin: 0px 0px 20px 0px;
}
.contentframe p {
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}
.nojustify {
  text-align: left !important;
}
.contentframe a {
  color: #212b6b;
  text-decoration: underline;
  font-weight: 600;
}
.contentframe a:hover {
  color: #02003F;
}
.contentframe h1 {
  color: #FFF;
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  display: table;
  position: relative;
  left: -37px;
  top: 8px;
  padding: 3px 25px 3px 20px;
  margin: 0px 0px 20px 0px;
  background-color: #212b6b;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
@media (max-width: 576px) {
  .contentframe h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 576px) {
  .contentframe h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  .contentframe h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .contentframe h1 {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  .contentframe h1 {
    font-size: 2.2em;
  }
}
.contentframe h2 {
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #212b6b;
  padding: 0px;
  margin: 5px 0px 4px 0px;
}
@media (max-width: 576px) {
  .contentframe h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 576px) {
  .contentframe h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 768px) {
  .contentframe h2 {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) {
  .contentframe h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .contentframe h2 {
    font-size: 1.8em;
  }
}
.contentframe h3 {
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #212b6b;
  padding: 0px;
  margin: 0px 0px 4px 0px;
}
@media (max-width: 576px) {
  .contentframe h3 {
    font-size: 1.0em;
  }
}
@media (min-width: 576px) {
  .contentframe h3 {
    font-size: 1.0em;
  }
}
@media (min-width: 768px) {
  .contentframe h3 {
    font-size: 1.0em;
  }
}
@media (min-width: 992px) {
  .contentframe h3 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .contentframe h3 {
    font-size: 1.5em;
  }
}
.contentframe h4 {
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #212b6b;
  padding: 0px;
  margin: 0px 0px 4px 0px;
}
@media (max-width: 576px) {
  .contentframe h4 {
    font-size: 1.0em;
  }
}
@media (min-width: 576px) {
  .contentframe h4 {
    font-size: 1.0em;
  }
}
@media (min-width: 768px) {
  .contentframe h4 {
    font-size: 1.0em;
  }
}
@media (min-width: 992px) {
  .contentframe h4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .contentframe h4 {
    font-size: 1.3em;
  }
}
.contentframe li {
  margin-bottom: 5px;
}
.contentframe td {
  padding: 2px 4px 2px 2px;
  vertical-align: top;
}
.contentframe .img_border {
  border: 4px solid #212b6b;
  border-radius: 20px;
  margin: 3px 6px 12px 0px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
.contentframe .zitat {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-style: italic;
  font-weight: bold;
  padding: 7px 30px;
}
footer {
  background-color: #212b6b;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  padding: 0px 25px 25px;
  margin: 0px 0px 20px 0px;
  color: #fff;
}
@media (max-width: 576px) {
  footer {
    font-size: 1.0em;
  }
}
@media (min-width: 576px) {
  footer {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  footer {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  footer {
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  footer {
    font-size: 0.8em;
  }
}
footer h1,
footer h2,
footer h3 {
  color: #FFF;
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  white-space: nowrap;
  display: table;
  position: relative;
  left: -27px;
  top: 8px;
  padding: 3px 25px 3px 20px;
  margin: 0px 0px 15px 0px;
  background-color: #f8ac00;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
footer p {
  margin-bottom: 5px;
}
footer a,
footer a:hover {
  color: #fff;
  font-weight: bold;
}
footer hr {
  color: #FFF;
  border-top: 1px solid #FFF;
  margin: 10px auto;
  width: 95%;
}
.subfooter {
  text-align: center;
}
.breadcrump a {
  text-decoration: none;
}
.show_user_container {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  display: flex;
}
.show_user_container a,
.show_user_container a:hover {
  color: #333;
  text-decoration: underline;
}
.show_user_textbox {
  background-color: #f8ac00;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  padding: 6px 15px 6px 15px;
  margin-right: 12px;
  color: #333;
  font-size: 0.9em;
}
.show_user_button,
.show_user_button:hover {
  background-color: #f8ac00;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  padding: 6px 15px 6px 15px;
  color: #333;
  font-size: 1.7em;
  display: flex;
  align-items: center;
}
.show_sidebar_container {
  background-color: #212b6b;
  border-radius: 20px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  padding: 6px 15px 6px 15px;
  color: #FFF;
  font-size: 0.8em;
  cursor: pointer;
  display: flex;
}
.hover_sidebar {
  z-index: 500;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000000CF;
  padding: 10px;
  width: 100%;
  height: 1000%;
}
.plugin_container {
  max-width: 238px;
}
.plugin_hover_container {
  max-width: 270px;
}
.plugin_container,
.plugin_hover_container {
  background-color: #212b6b;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  padding: 0px 15px 10px 15px;
  margin: 0px auto 15px auto;
  color: #FFF;
}
@media (max-width: 576px) {
  .plugin_container,
  .plugin_hover_container {
    font-size: 1.0em;
  }
}
@media (min-width: 576px) {
  .plugin_container,
  .plugin_hover_container {
    font-size: 1.0em;
  }
}
@media (min-width: 768px) {
  .plugin_container,
  .plugin_hover_container {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  .plugin_container,
  .plugin_hover_container {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .plugin_container,
  .plugin_hover_container {
    font-size: 0.9em;
  }
}
.plugin_container h1,
.plugin_hover_container h1 {
  color: #FFF;
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  white-space: nowrap;
  display: table;
  position: relative;
  left: -27px;
  top: 8px;
  padding: 3px 25px 3px 20px;
  margin: 0px 0px 15px 0px;
  background-color: #f8ac00;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
.plugin_container a,
.plugin_hover_container a {
  color: #FFF;
  text-decoration: underline;
  font-weight: 600;
}
.plugin_container ul,
.plugin_hover_container ul {
  margin: 5px 0px;
}
.plugin_container li,
.plugin_hover_container li {
  margin: 2px 0px 8px -20px;
}
.plugin_container hr,
.plugin_hover_container hr {
  color: #FFF;
  border-top: 1px solid #FFF;
  margin: 0.5em 0em;
  width: 90%;
}
.bluebox {
  background-color: #212b6b;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
  padding: 0px 15px 10px 15px;
  margin: 0px 0px 15px 0px;
  color: #FFF;
  font-size: 0.9em;
}
.bluebox h1,
.bluebox h2,
.bluebox h3 {
  color: #FFF;
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  display: table;
  position: relative;
  left: -27px;
  top: 8px;
  padding: 3px 25px 3px 20px;
  margin: 0px 0px 15px 0px;
  background-color: #f8ac00;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
@media (max-width: 576px) {
  .bluebox h1,
  .bluebox h2,
  .bluebox h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 576px) {
  .bluebox h1,
  .bluebox h2,
  .bluebox h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .bluebox h1,
  .bluebox h2,
  .bluebox h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .bluebox h1,
  .bluebox h2,
  .bluebox h3 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .bluebox h1,
  .bluebox h2,
  .bluebox h3 {
    font-size: 1.4em;
  }
}
.bluebox h4 {
  font-family: 'Days One';
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #FFF;
  padding: 0px;
  margin: 5px 0px 4px 0px;
}
@media (max-width: 576px) {
  .bluebox h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 576px) {
  .bluebox h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .bluebox h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .bluebox h4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .bluebox h4 {
    font-size: 1.4em;
  }
}
.bluebox a {
  color: #FFF;
  text-decoration: underline;
  font-weight: 600;
}
.bluebox a:hover {
  color: #FFF;
  text-decoration: underline;
  font-weight: 600;
}
.bluebox ul {
  color: #FFF;
  list-style-type: disc;
}
.bluebox hr {
  color: #FFF;
  border-top: 1px solid #FFF;
  margin: 10px auto;
  width: 100%;
}
.slideshow-container {
  width: 100%;
  margin: 0px -15px 15px -15px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
.slideshow-container img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 576px) {
  .smalltext {
    font-size: 1.0em;
  }
}
@media (min-width: 576px) {
  .smalltext {
    font-size: 1.0em;
  }
}
@media (min-width: 768px) {
  .smalltext {
    font-size: 0.9em;
  }
}
@media (min-width: 992px) {
  .smalltext {
    font-size: 0.8em;
  }
}
@media (min-width: 1200px) {
  .smalltext {
    font-size: 0.8em;
  }
}
.wrongInput {
  color: #FF2327;
}
.wrongInputfield {
  background-color: #FF2327;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* VIDEO */
/* This works only for HTML 5 videos. Other videos are resized with JS */
video {
  width: 100% !important;
  height: auto !important;
}
.blacktable {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.blacktable .table_headline {
  font-weight: bold;
}
.blacktable td {
  padding: 4px 8px;
}
.blacktable .datarow {
  border-top: 2px solid #212b6b;
  height: 42px;
  vertical-align: middle;
}
input[type=submit],
input[type=reset] {
  border-radius: 10px;
  background-color: #C5C5C5;
  border: 0px solid #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  height: 35px;
  font-weight: bold;
  margin-top: 10px;
}
input[type=text],
input[type=password] {
  width: 100%;
  max-width: 380px;
  box-sizing: border-box;
}
.imageborder {
  padding: 4px;
  border: 3px solid #212b6b;
  border-radius: 20px;
}
.faq {
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
}
.faq li {
  padding: 20px 20px 20px 20px;
}
.faq li.q {
  background: #212b6b;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
}
.faq li.a {
  display: none;
}
.faq li img {
  width: 20px;
  margin-right: 9px;
  padding-bottom: 4px;
}
