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

:root {
  --primary-color: #602C87;
  --secondary-color: #F5CA42;
  --text-color: #1D1D1B;
  --white: #ffffff;
  color-scheme: only light;
}

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

html {
    scroll-behavior: smooth;
}

body {
  font-family: "articulat-cf", sans-serif;
  font-weight: 400;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  font-size: 20px;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

@media (min-width: 992px) {
.hero {
  padding-top: 110px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url('../dmxDaten/home/Hero-Home-LG.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: var(--primary-color);
  z-index: 1;
}

.hero .container-fluid {
  position: relative;
  z-index: 2;
}
}

@media (max-height: 700px) {
.hero {
    padding-top: 160px;
    padding-bottom: 80px;
    height: 700px;
}
}

@media (max-width: 991px) {
.hero {
    margin-top: -4px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: var(--primary-color);
    height: 100%;
}
.heroimg-sm {
  padding-top: 100px;
}
}

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

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

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

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

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

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

a.link-white:focus, a.link-white:hover {
  color: var(--secondary-color);
}

.strong, strong {
  font-weight: 700;
}

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

h2 {
  font-size: 46px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  font-weight: 700;
}

.lead {
    font-size: 22px!important;
}

.marked-violett {
  color: var(--primary-color);  
}

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

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

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

.btn {
    padding: 0.5rem 1.25rem;
    border-radius: 1.55rem;
    font-weight: 700;
    font-size: 20px;
}

.btn-sm  {
    padding: 0.4rem 1.05rem;
    border-radius: 1.55rem;
    font-weight: 400;
    font-size: 16px;
}

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

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

.btn-grey {
  color: var(--primary-color);
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}

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

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

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

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

.card {
  border: none;
  border-radius: 20px;
}

.image-hover {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  background-color: #602C8795;
}

.card-hover .btn-more {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 4;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.card-hover:hover .btn-more {
  opacity: 0;
}

.card-hover:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  position: absolute;
  top: 50%;
  left: 40px;
  padding-right: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

ul.auflistung {
    -webkit-padding-start: 2px;
    padding-inline-start: 2px;
    list-style: none; /* Remove default bullet points */
}

ul.auflistung li {
    position: relative; /* To position the pseudo-element */
    padding-left: 25px; /* Add space for the square bullet */
}

ul.auflistung li::before {
    content: ''; /* No text content, just the square */
    position: absolute;
    left: 0;
    top: 10px; /* Aligns the square to the top of the text */
    width: 10px; /* Size of the square */
    height: 10px; /* Size of the square */
    border-radius: 5px;
    background-color: var(--secondary-color); /* Replace with your desired color */
}

@media (max-width: 767px) {
ul.auflistung li::before {
    top: 8px; /* Aligns the square to the top of the text */
}
.text {
  left: 30px;
  padding-right: 30px;
}
}

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

#navigation {
  background: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar-logo {
  width: 178px;
}

@media (max-width: 991px) {
.navbar-logo {
  width: 150px;
}
}

@media (max-width: 991px) {
.navbar-nav {
    margin-top: 20px;
    margin-bottom: 6px;
}
#navigation .btn-yellow {
  margin-top: 10px;
  margin-bottom: 10px;
}
}

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

.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: none;
  padding: 0;
}

.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")!important;
}

button:focus {
    outline: none;
}


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

.footer {
  background-color: #F0F0F0;
}

/*--------------------------------------------------------------
# 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;
}