@charset "UTF-8";
/* ubuntu-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ubuntu-v20-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/ubuntu-v20-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ABSTAND */
.abstandobenunten {
  padding-top: 60px;
  padding-bottom: 60px;
}
.abstandoben {
  padding-top: 60px;
}
.abstandunten {
  padding-bottom: 30px;
}
.keinabstandunten {
  margin-bottom: 0;
}
/* ASPECT */
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.hand {
  cursor: zoom-in;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.vierzudrei {
  padding-top: 75%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuzehn {
  padding-top: 47.62%;
}
.schattele {
  -webkit-box-shadow: 0px 30px 40px -25px #8d8886;
  -moz-box-shadow: 0px 30px 40px -25px #8d8886;
  box-shadow: 0px 30px 40px -25px #8d8886;
}
.invert {
  -webkit-filter: invert(1);
  filter: invert(1);
}
/* GENERELL */
body, html {
  overflow-x: hidden;
}
body {
  font-family: "Ubuntu", sans-serif;
  background-color: #4D8BC9;
  color: #fff;
}
.rounded {
  border-radius: 3px !important;
}
.pagination {
  border-radius: 3px;
}
.pagination > li > a {
  color: #fff;
  background-color: #2f3437;
  border: 0;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #4D8BC9;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #4D8BC9;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #4D8BC9;
  border-radius: 3px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.5);
}
a {
  color: #2f3437;
}
.img-dark {
  filter: brightness(80%);
}
.bg-dark {
  background-color: #4D8BC9 !important;
}
.hinterlegt {
  background-color: #ebd613;
  padding: 3px 10px;
}
.hintergrund {
  height: 100vh;
  background-image: url("/media/allgemein/isob.png");
  background-size: auto auto;
  background-repeat: repeat;
}
.badge {
  font-weight: 400;
}
.text-shadow {
  text-shadow: 2px 2px #2f3437;
}
.graukas {
  background-color: #2f3437;
  background: linear-gradient(90deg, #2f3437 0%, #2f3437 44%, #7690a6 89%);
}
code {
  color: #2f3437;
}
.border-report {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
/* TYPE */
h1 {
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2f3437;
}
h2 {
  font-size: 1.1em;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
h3 {
  font-size: 1.2em;
  margin-bottom: 30px !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
}
h6 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #2f3437;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
p {
  font-size: 1em;
  line-height: 1.6em;
}
.display-4 {
  line-height: 1;
}
/* IKONISCH */
.icon-background {
  color: #4D8BC9;
}
.icon-shadow {
  height: 100px;
  width: 110px;
  border-radius: 50px;
  -webkit-box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
/* MODAL */
.modal-header, .modal-body, .modal-footer {
  color: #4D8BC9;
}
/* NAVBAR */
.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 1s;
}
.navbar.compressed {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}
.navbar-nav .nav-link {
  color: #4D8BC9;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.navbar-nav .nav-link:hover, .navbar .bi:hover {
  color: black;
}
.navbar .bi {
  color: #4D8BC9;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0px;
}
.nav-underline .nav-link {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tab-content {
  padding: 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* BEREICHE */
.headliner {
  background-color: #4D8BC9;
  padding: 60px 0;
}
.inhalt {
  padding: 30px 0;
}
.social {
  background-color: #4D8BC9;
  padding: 0 0 60px 0;
}
.social .bi {
  color: #fff;
  font-size: 2rem;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.bi:hover {
  color: #5e686e;
}
.vierer {
  padding: 30px 0;
  background-image: url("/media/allgemein/wolken.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.vierer h3, .vierer p {
  color: #fff;
}
.fuss {
  background-color: #BACBD9;
  padding: 30px 0;
}
.fuss p {
  color: #4D8BC9;
}
/* CAROUSEL */
.carousel-item {
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  bottom: 200px;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-link:hover {
  color: #4D8BC9;
}
.btn-bd {
  color: #fff;
  background-color: #4D8BC9;
  border-color: #4D8BC9;
}
.btn-bd:hover {
  color: #fff;
  background-color: #5e686e;
  border-color: #5e686e;
}
/* CARDS */
.card {
  border: 0;
}
.card-footer {
  background-color: #fff;
  border-top: 0;
  padding-bottom: 30px;
}
.card-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* 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: #fff;
  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: #4D8BC9;
}
#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;
}
.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;
}
/* VOTING */
.result-card {
  border-radius: 8px;
  margin-bottom: 1rem;
}
.vote-count {
  font-size: 1.5rem;
  font-weight: bold;
  color: #B9C5D1;
}
.category-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 8px;
  margin: 2rem 0 1rem 0;
}
.winner {
  background: #3571ae;
}
.stats-summary {
  background: #3E424F;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
/* Größere Radio-Buttons */
.form-check-input[type="radio"] {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
}
/* Blaue Farbe für aktivierte Radio-Buttons */
.form-check-input[type="radio"]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
/* Hover-Effekt */
.form-check-input[type="radio"]:hover {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
/* Alternative: Goldene/Orange Radio-Buttons */
.form-check-input[type="radio"].radio-gold:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}
.form-check-input[type="radio"].radio-gold:hover {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
/* Alternative: Grüne Radio-Buttons */
.form-check-input[type="radio"].radio-green:checked {
  background-color: #198754;
  border-color: #198754;
}
.form-check-input[type="radio"].radio-green:hover {
  border-color: #198754;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}
/* Noch größere Version */
.form-check-input[type="radio"].radio-xl {
  width: 2rem;
  height: 2rem;
}
