/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
  --primary-color: #BBBD13;
  --secondary-color: #011F26;
  --text-color: #011F26;
  --white: #ffffff;
  color-scheme: only light;
}

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
  font-family: urbane, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

@media (min-width: 1600px) {
.container {
    max-width: 1420px!important;
}
}

.abstand {
    margin-top: 120px;
    margin-bottom: 120px;
}

.abstandpadding {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 991px) {
.abstandlg {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {
.abstandmd {
    margin-bottom: 40px;
}
}

.slidescroller {
    margin-top: -89px;
    padding-top: 89px;
}

@media (max-width: 320px) {
.slidescroller {
    margin-top: -88px;
    padding-top: 88px;
}
}

/*--------------------------------------------------------------
# Backgrounds
--------------------------------------------------------------*/

.hero {
    width: 100%;
    height: 100vh;
    background: url(../dmxDaten/home/Startseite.jpg) bottom center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 92px;
}

@media (max-width: 991px) {
.hero {
    padding-top: 187px;
    padding-bottom: 100px;
    height: 100%;
    background-attachment: scroll;
}
}

@media (max-height: 620px) {
.hero {
    padding-top: 187px;
    padding-bottom: 100px;
    height: 100%;
    background-attachment: scroll;
}
}

.bg-primary {
    background-color: var(--primary-color)!important;
}

/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------*/

a {
  color: var(--primary-color);
}

a:focus, a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

h1 {
  font-size: 50px;
  font-weight: 600;
}

h2 {
  font-size: 36px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

.marked {
  color: var(--secondary-color);  
}

@media (max-width: 767px) {
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
.lead {
    font-size: 18px!important;
}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn {
    padding: 0.5rem 1.25rem;
    border-radius: 0.55rem;
}

.btn-primary {
  color: var(--white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-secondary {
  color: var(--primary-color);
  background-color: var(--white);
  border-color: var(--white);
}

.btn-primary:hover {
  color: var(--white);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  color: var(--white);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.btn-outline-dark {
  color: var(--text-color);
  border-color: var(--text-color);
}

.btn-outline-dark:hover {
  color: var(--white);
  background-color: var(--text-color);
  border-color: var(--text-color);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.card {
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
          box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
}

.card-img-top {
  border-radius: 10px 10px 0 0;
}

.card-footer {
  background-color: inherit;
  border: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
  border-radius: 0 0 10px 10px!important;
}

.accordion .card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .card .card-header {
  background-color: var(--white);
}

.accordion .card .card-header .btn-link {
  color: var(--primary-color);
}

.icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon-box .icon {
    width: 60px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 30px;
}

@media (max-width: 340px) {
.icon-box {
    display: block;
}

.icon-box .icon {
    width: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#navigation {
  background: var(--white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding-top: 16px;
  padding-bottom: 16px;
}

#navigation.header-scrolled {
  background: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
          box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
}

.navbar-logo {
  width: 180px;
}

@media (max-width: 320px) {
.navbar-logo {
  width: 120px;
}
}

@media (max-width: 991px) {
#main-menu {
    margin-top: 20px;
    margin-bottom: 6px;
}
#navigation {
  background: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
          box-shadow: 0px 2px 20px rgba(2, 104, 115, 0.1);
}
}

.navbar-nav .nav-link, .nav-item {
  color: var(--text-color);
  font-size: 16px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: var(--primary-color);
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: var(--primary-color);
}

.navbar-toggler {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: var(--primary-color);
  color: var(--white);
}

.dropdown-item.active {
  background-color: var(--primary-color);
  color: var(--white);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/*--------------------------------------------------------------
# Sidenavigation
--------------------------------------------------------------*/

#collapsesidenav {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav ul {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav .active a {
  color: var(--white);
}

#collapsesidenav a:hover {
  color: var(--white);
}

#collapsesidenav a {
  color: var(--white);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: var(--secondary-color);
  color: var(--white);
}

.footer a {
  color: var(--white);
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/

.carousel-inner > .carousel-item {
    height: 400px;
    position: relative;
}

@media (max-width: 768px) {
.carousel-inner > .carousel-item {
    height: 250px;
    position: relative;
}
}

.carousel-inner img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.85);
    
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-top: 10px;
    vertical-align: baseline;
}

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

@media (max-width: 768px) {
.disclaimer-footer {
  text-align: left;
}
}

/*--------------------------------------------------------------
# Tiny MCE
--------------------------------------------------------------*/

.tox-tinymce {
  top: auto!important;
  bottom: 0!important;
  position: fixed!important;
}

.tox-form__group--stretched .tox-label {
  display: none!important;
}

.tox-form__group {
  margin-bottom: 10px!important;
}

.team-member img {
  width: 100%;
  height: auto;
  max-height: 400px; /* Set the desired height */
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sponsor-logo {
max-width: 300px;
margin-top: 30px;

}

.hero-sponsoring {
  width: 100%;
  height: 50vh;
  background: url(../dmxDaten/home/Startseite.jpg);
  background-size: cover;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-12 {
  margin-bottom: 120px;
}


.table-custom {
  background-color: #1a1a1a; /* Anpassung der Hintergrundfarbe */
  color: white; /* Anpassung der Textfarbe */
  border-radius: 10px; /* Abgerundete Ecken */
  padding: 20px; /* Innenabstand */
  margin: 20px 0; /* Außenabstand */
}
.table-custom th, .table-custom td {
  padding: 15px;
  border-bottom: 1px solid #444;
  color: white;
}
.table-custom th {
  text-align: left;
  color: white;
}
.table-custom tr:last-child td {
  border-bottom: none;
  color: white;
}

.info-box {
  background-color: #BBBD13; /* Anpassung der Hintergrundfarbe */
  color: white; /* Anpassung der Textfarbe */
  border-radius: 10px; /* Abgerundete Ecken */
  padding: 20px; /* Innenabstand */
  text-align: center;
  margin: 10px;
}
.info-box h1, .info-box h2 {
  margin: 0;
}
.info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*--------------------------------------------------------------
# Platz Status
--------------------------------------------------------------*/
#platz-status {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Stapelt den Text untereinander */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: regular;
  text-align: center;
  color: white;
  padding: 20px; /* Mehr Platz für besseren Abstand */
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.4; /* Sorgt für einen guten Abstand zwischen den Zeilen */
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Stellt sicher, dass Padding nicht die Kreisgröße verändert */
  border-style: solid;
  border-color: #FFF;
}

/* Farben für Status */
.gesperrt {
  background-color: #cb5139;
  opacity: 0.9;
}

.offen {
  background-color: rgb(17, 144, 17);
  opacity: 0.9;
}

/* Mobile Ansicht: Rechteck mit Abstand */
@media (max-width: 991px) {
  #platz-status {
    width: 100%;  /* Breiter auf kleinen Bildschirmen */
    max-width: 600px;
    height: 120px; /* Reduzierte Höhe */
    border-radius: 20px; /* Abgerundetes Rechteck */
    padding: 15px;
    font-size: 18px; /* Etwas größere Schrift für bessere Lesbarkeit */
    margin: 40px 0 0 0; /* Fügt oben 40px Abstand hinzu */
    min-height: 140px; /* Verhindert, dass das Rechteck zu klein wird */
  }
}

