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

:root {
  --primary-color: #CE2F25;
  --secondary-color: #000000;
  --text-color: #636363;
  --text-color-light: #C9C9C9;
  --white: #ffffff;
  color-scheme: only light;
}

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

html {
    scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--text-color);
  font-size: 17px;
  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;
}

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

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

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

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

.abstandhero {
  margin-top: 118px;
}

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

.abstandcols {
  margin-bottom: 30px;
}


.sidenav {
  position: fixed;
  z-index: 1;
  top: 50vh;
  right: 0;
  overflow-x: hidden;
  margin-top: -24px;
}

.sidenav a {
  padding: 6px;
  text-decoration: none;
  display: block;
  color: #ffffff90;
}

.sidenav a:hover {
  color: #ffffff;
}

.sidenavicons {
  width: 58px;
  padding: 8px;
  -webkit-transition: width .8s;
  transition: width .8s;
  border-radius: 12px 0 0 12px;
  background-color: #CE2F25;
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(206, 47, 37, 0.2);
          box-shadow: 0 0 5px rgba(206, 47, 37, 0.2);
}

.sidenavicons .sidenav-text {
  display: none;
}

.sidenavicons:hover {
  width: 282px;
}

.sidenavicons:hover .sidenav-text {
  display: inline;
  margin-left: 20px;
  font-weight: 600;
}

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

.hero {
    width: 100%;
    height: 100%;
    background: url(../dmxDaten/home/Background-LG.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 180px;
}

@media (max-width: 1199px) {
.hero {
    background: url(../dmxDaten/home/Background-MD.jpg) center center no-repeat;
    background-size: cover;
}
}

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

@media (max-width: 991px) {
.hero {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 100%;
    background: none;
    background-color: #000000;
}
}

.bg-texture {
    background: url(../dmxDaten/home/Texture-Background.jpg) center center no-repeat;
    background-size: cover;
}

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

.bg-light {
  background-color: #f7f7f8!important;
}

.bg-dark {
  background-color: #000000!important;
}

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

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

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

h1 {
  font-size: 40px;
  font-weight: 600;
  color: var(--secondary-color);
}

h2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--secondary-color);
}

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

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

.light-text {
  color: var(--text-color-light);
}

@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-main {
  color: var(--white);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

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

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

.btn-outline-main: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;
}

.card-body {
  padding: 1.75rem;
}

.card-footer {
  padding: 0 1.75rem 1.75rem 1.75rem;
  border: none;
  background: none;
}

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

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

#navigation {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding-top: 8px;
  padding-bottom: 8px;
}

#navigation.header-scrolled {
  background: var(--white);
}

.navbar-logo {
  width: 180px;
}

#logo-navigation .st1 {
  fill: #CE2F25;
}

@media (min-width: 992px) {
#logo-navigation .st0 {
  fill: #ffffff;
}
}

@media (max-width: 991px) {
#logo-navigation .st0 {
  fill: #000000;
}
}

.header-scrolled #logo-navigation .st0 {
  fill: #000000;
}

@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: 8px;
  padding-bottom: 8px;
}
.btn-navbar {
  margin-top: 16px;
  margin-bottom: 18px;
}
}

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

@media (min-width: 992px) {
.navbar-nav .nav-link, .nav-item {
  color: var(--white);
  font-size: 17px;
}
}

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

.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 {
  border: none;
  padding: 0;
  outline: none!important;
}

.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(--primary-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;
}