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

:root {
  --primary-color: #f0008c;
  --primary-color-light: #FCE7F1;
  --secondary-color: #0090DF;
  --secondary-color-light: #E5F4FC;
  --third-color: #91B529;
  --third-color-light: #F4F8E9;
  --fourth-color: #E69757;
  --fourth-color-light: #F8F3EF;
  --text-color: #262626;
  --white: #ffffff;
}

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

html {
    scroll-behavior: smooth;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
}

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

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

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

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

.bg-waves-corners {
    padding-top: 130px;
    padding-bottom: 130px;
}

@media (max-width: 991px) {
.abstandlg {
    margin-bottom: 40px;
}
.abstand {
    margin-top: 80px;
    margin-bottom: 80px;
}
.abstandpadding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bg-waves-corners {
    padding-top: 100px;
    padding-bottom: 100px;
}
}

@media (max-width: 767px) {
.abstandmd {
    margin-bottom: 40px;
}
.abstandpadding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bg-waves-corners {
    padding-top: 80px;
    padding-bottom: 80px;
}
}

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

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

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

.hero {
    width: 100%;
    height: 100vh;
    background: url(../dmxDaten/home/background-template.svg) 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-pink {
    background-color: var(--primary-color-light)!important;
}

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

.bg-green {
    background-color: var(--third-color-light)!important;
}

.bg-green-waves {
  background-image: url("../dmxDaten/bg/Green-Waves-BG.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-waves-corners {
  background-size: contain!important;
  background: url('../dmxDaten/bg/waves-top.png') center top no-repeat, url('../dmxDaten/bg/waves-bottom.png') center bottom no-repeat;
}

@media (max-width: 767px) {
.bg-green-waves {
  background-image: url("../dmxDaten/bg/Green-Waves-BG-SM.jpg");
}
}

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

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

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

strong, .strong {
  font-weight: 500!important;
}

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

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

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

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

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

.marked-green {
  color: var(--third-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: 1.55rem;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-green:hover {
  color: var(--white);
  background-color: var(--third-color);
  border-color: var(--third-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
--------------------------------------------------------------*/

.portrait-contact {
  max-height: 180px;
  border-radius: 50%;
  margin-top: -100px;
}

@media (max-width: 991px) {
.portrait-contact {
  max-height: 160px;
  border-radius: 50%;
  margin-top: 0;
}
}

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

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

.card-body {
  padding: 2.25rem;
}

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

@media (min-width: 992px) {
.card-news-body {
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
}

@media (max-width: 991px) {
.card-body {
  padding: 1.25rem;
}
.card-footer {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.card-news-body {
  padding: 1.25rem;
}
}

.icons {
  width: 120px;
  margin-bottom: 18px;
}

.icon-angebote {
  width: 120px;
}

.down-angebote {
  width: 40px;
  height: 40px;
}

.titel-angebote {
  margin-bottom: 16px;
}

@media (max-width: 991px) {
.icon-angebote {
  width: 60px;
  margin-bottom: 10px;
}
.down-angebote {
  width: 30px;
  height: 30px;
}
.titel-angebote {
  font-size: 15px!important;
  margin-bottom: 10px;
}
}

.element-br {
  position: absolute;
  z-index: 2;
  height: 120px;
  bottom: -6px;
  right: -4px;
}

.element-bl {
  position: absolute;
  z-index: 2;
  height: 120px;
  bottom: -6px;
  left: -16px;
}

.element-tl {
  position: absolute;
  z-index: 2;
  height: 120px;
  top: -6px;
  left: -44px;
}

.element-tr {
  position: absolute;
  z-index: 2;
  height: 100px;
  top: -12px;
  right: -12px;
}

.card-angebote {
  position: absolute;
  z-index: 2;
  height: 90px;
  top: -34px;
  right: 34px;
}

@media (max-width: 991px) {
.element-br {
  height: 80px;
  bottom: -6px;
  right: -4px;
}
.element-bl {
  height: 80px;
  bottom: -6px;
  left: -4px;
}
.element-tl {
  height: 80px;
  top: -6px;
  left: -4px;
}
.element-tr {
  height: 70px;
  top: -6px;
  right: -4px;
}
}

@media (max-width: 767px) {
.card-angebote {
  position: absolute;
  z-index: 2;
  height: 60px;
  top: -28px;
  right: 28px;
}
}

ul.auflistung {
    list-style: none;
    padding-left: 1.5em;
}

ul.auflistung li::before {
    content: "–";
    display: inline-block;
    width: 1.4em;
    margin-left: -1.4em;
}

.background-bubbles {
  background-image: url("../dmxDaten/seo/background-bubbles.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

hr.oeffnungszeiten {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #262626;
}

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

.navbar-logo {
  width: 120px;
}

@media (max-width: 575px) {
.navbar-logo {
  width: 100px;
}
}

/*--------------------------------------------------------------
# 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(--secondary-color);
}

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

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


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

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

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

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