/* GENERELL */
body {
  font-family: "Roboto", sans-serif;
  color: #312824;
  background-color: #fff;
  padding-top: 50px;
}
a {
  color: #BD1F2C;
  font-weight: 900;
}
.accordion-button:not(.collapsed) {
  background-color: #F0F0F0;
  color: #312824;
  box-shadow: none;
}
/* CAROUSEL */
.carousel-inner img {
  margin: auto;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  border: 1px solid #EA9001;
}
.carousel-indicators .active {
  background-color: #EA9001;
}
/* BEREICHE */
.headliner {
  background-color: #F0F0F0;
  padding: 60px 0;
}
.inhalt {
  background-color: #fff;
  padding: 60px 0;
}
.fuss {
  background-color: #EA9001;
  padding: 60px 0 15px 0;
}
.logoleiste {
  background-color: #EA9001;
  padding: 0 0 30px 0;
}
/* SPONSORENLEISTE */
.sponsor-logo {
  display: block;
  width: 100px;
}
.sponsor-logo img {
  width: 100%;
  height: auto;
  filter: grayscale(1) opacity(0.6);
  transition: filter 0.2s ease-in-out;
}
.sponsor-logo:hover img {
  filter: grayscale(0) opacity(1);
}
/* PAGINATOR */
.pagination.pagination-bd {
  gap: 0.5rem;
}
.pagination.pagination-bd .page-item .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 50rem;
  border: 1px solid #F0F0F0;
  color: #BD1F2C;
  background-color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
}
.pagination.pagination-bd .page-item .page-link:hover {
  background-color: #BD1F2C;
  border-color: #BD1F2C;
  color: #fff;
}
.pagination.pagination-bd .page-item.disabled .page-link {
  color: rgba(49, 40, 36, 0.35);
  border-color: #F0F0F0;
  background-color: #F0F0F0;
  cursor: default;
}
/* BILDER */
.rounded, .card-img-top, .rounded-start {
  border-radius: 0px !important;
}
.card-img-top-fixed {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center middle;
}
.gallery-thumb img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.gallery-cover {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
h1 {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 15px;
}
h2 {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 250;
  letter-spacing: 0.1em;
}
h3 {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #BD1F2C;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #BD1F2C;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #312824;
  clear: both;
}
.label-warning {
  background-color: #9d9d9d;
}
.more-less {
  float: right;
  color: #312824;
}
/* PAGINATION */
.pagination > li > a, .pagination > li > span {
  border: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 1px solid #eae8eb;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.nav-tabs > li > a {
  border: none;
  color: #666;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  border: none;
  color: #BD1F2C !important;
  background: transparent;
}
.nav-tabs > li > a::after {
  content: "";
  background: #BD1F2C;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
.tab-pane {
  padding: 15px 0;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* BUTTON */
.btn {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  border-radius: 0px;
}
.btn-bd {
  color: #fff;
  background-color: #BD1F2C;
}
.btn-bd:hover {
  color: #fae1e3;
  background-color: #651118;
}
.btn-bd:active {
  color: #fae1e3;
  background-color: #651118;
}
.btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #F0F0F0;
  color: #312824 !important;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.btn-back:hover {
  background-color: #BD1F2C;
  color: #fff;
  transform: translateX(-3px);
}
/* NAVBAR */
.navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.2em !important;
}
.navbar-nav .dropdown-menu .nav-link {
  text-transform: none;
  letter-spacing: 0 !important;
  font-size: 0.875em;
}
.bg-dark {
  background-color: #000 !important;
}
.navbar-brand {
  font-weight: 400;
}
/* 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: #312824;
}
#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;
}
div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
.serp-entry {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #F0F0F0;
  font-family: arial, sans-serif;
}
.serp-url {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}
.serp-favicon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #F0F0F0;
  color: #312824;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.serp-breadcrumb {
  font-size: 0.8rem;
  color: #202124;
}
.serp-title {
  display: block;
  font-size: 1.25rem;
  color: #1a0dab;
  text-decoration: none;
  margin-bottom: 0.3rem;
  font-family: arial, sans-serif;
}
.serp-title:hover {
  text-decoration: underline;
}
.serp-description {
  font-size: 0.9rem;
  color: #4d5156;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.serp-meta {
  font-size: 0.75rem;
  color: #6c757d;
}
.serp-warning {
  color: #BD1F2C;
  font-weight: 600;
}
