@charset "UTF-8";
/* GENERAL */
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  background-color: #f8f8f8;
  padding-top: 85px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #d52817;
  color: #f8f8f8;
}
a {
  color: #d52817;
}
a:hover {
  color: #0e0e0e;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
/*
iframe { filter: grayscale(100%); }
iframe:hover { filter: grayscale(0%); }
*/
h1 {
  font-size: 24pt;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-color: #0e0e0e;
}
h2 {
  font-size: 18pt;
  line-height: 1.4em;
  font-style: italic;
}
h3 {
  font-size: 24pt;
  margin-bottom: 30px;
  font-weight: 300;
}
h4 {
  font-size: 18pt;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-weight: 100;
  text-transform: uppercase;
}
p {
  font-size: 12pt;
  line-height: 22pt !important;
  font-weight: 400;
  line-height: 1.4em;
}
.text-outline {
  color: transparent;
  /* Textfarbe transparent machen */
  -webkit-text-stroke: 2px white;
  /* Konturfarbe und -stärke */
  text-stroke: 2px white;
  /* Standard-Eigenschaft */
  font-size: 4rem;
  /* Schriftgröße anpassen */
  font-weight: bold;
  /* Schriftstärke anpassen */
}
/* BILDER */
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.square:hover {
  filter: grayscale(0%);
}
.img-gray {
  filter: grayscale(100%);
}
.img-gray:hover {
  filter: grayscale(0%);
}
.rounded {
  border-radius: 15px !important;
}
.farbeimer {
  position: relative;
  display: inline-block;
}
.farbeimer img {
  display: block;
  filter: grayscale(90%);
  /* Bild entfärben */
}
.farbeimer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 100, 0.1);
  /* Leichter Gelbton */
  pointer-events: none;
  /* Damit das Overlay nicht klickbar ist */
}
/* BEREICHE */
.headliner {
  padding: 60px 0;
}
.social {
  padding: 30px 0 60px 0;
}
.dreier {
  padding: 60px 0 15px 0;
  background-color: #0e0e0e;
}
.dreier a {
  text-decoration: none;
}
.dreier h3, .dreier p {
  color: #f8f8f8;
}
.dreier a:hover {
  color: #f8f8f8;
}
.fuss {
  padding: 30px 0;
  background-color: #0e0e0e;
}
.fuss p {
  color: #f8f8f8;
}
.sponsoren {
  padding: 0 0 60px 0;
  background-color: #0e0e0e;
}
/* FORMULARE */
.form-control {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}
.form-control:focus {
  border-color: #CACACA;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 600;
  border-radius: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.btn-link {
  color: #d52817;
}
.btn-link:hover, .btn-link.active {
  color: #0e0e0e;
}
.btn-bd {
  color: #f8f8f8;
  background-color: #d52817;
  border-color: #d52817;
}
.btn-bd:hover {
  color: #f8f8f8;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
/* NAVBAR */
.navbar {
  transition: all 0.3s ease;
  padding: 1.5rem 0;
  /* Größere Höhe */
}
.navbar.shrink {
  padding: 0.5rem 0;
  /* Kleinere Höhe */
  border-bottom: 1px solid #d52817;
}
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0);
}
.navbar-light {
  background-color: #f8f8f8;
}
.bg-light {
  background-color: #f8f8f8 !important;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14pt;
  font-weight: 500 !important;
  color: #d52817;
  font-style: italic;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #d52817;
}
.nav-pills .nav-link {
  background-color: #d52817;
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #f8f8f8;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #0e0e0e;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 700px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
.google.top {
  background-color: #F7F1A9;
}
/* GOOGLE ANALYTICS TOP */
.legend {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.color-box {
  background-color: #F7F1A9;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
.small-logo {
  max-height: 40px;
  width: auto;
}
.large-logo {
  max-height: 60px;
  width: auto;
}
