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

:root {
  --primary-color: #9B9F7B;
  --secondary-color: #F7F4ED;
  --text-color: #4A4E31;
  --white: #ffffff;
  color-scheme: only light;
}

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

html {
    scroll-behavior: smooth;
}

body {
  font-family: 'Nunito Sans', 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: 120px;
    margin-bottom: 120px;
}

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

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

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

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

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

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


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

.hero {
    width: 100%;
    height: 100vh;
    background: url(../dmxDaten/home/background-lg.webp) center left no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding-top: 99px;
}

@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(--secondary-color)!important;
}

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

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

.abstandmargincard {
  margin-top: 60px;
}

.abstandcard {
  padding: 120px;
}

.spalte-rechts {
  margin-top: -180px;
}

@media (max-width: 991px) {
.abstandcard {
  padding: 30px;
}
.abstandmargincard {
  margin-top: 0;
}
.spalte-rechts {
  margin-top: 0;
}
}

.abstandcard a {
  color: #ffffff!important;
}

.card.card-1 {
  height: 50vh;
  text-align: center!important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))),
    url('../dmxDaten/home/services-01.webp');
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
    url('../dmxDaten/home/services-01.webp');
  background-size: cover;
}

.card.card-2 {
  height: 50vh;
  text-align: center!important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))),
    url('../dmxDaten/home/services-02.webp');
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)),
    url('../dmxDaten/home/services-02.webp');
  background-size: cover;
}

.card.card-3 {
  height: 50vh;
  text-align: center!important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))),
    url('../dmxDaten/home/services-03.webp');
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
    url('../dmxDaten/home/services-03.webp');
  background-size: cover;
}

@media (max-width: 991px) {
.card.card-1 {
  height: 300px;
}
.card.card-2 {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0))),
    url('../dmxDaten/home/services-02.webp');
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
    url('../dmxDaten/home/services-02.webp');
}
.card.card-3 {
  height: 300px;
}
}

@media (min-width: 992px) {
.card-2 .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
}

.card h5 {
  font-size: 30px;
  color: #ffffff;
}

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

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

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

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

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

h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
}

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

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

@media (max-width: 767px) {
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
.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-primary:hover {
  color: var(--white);
  background-color: var(--text-color);
  border-color: var(--text-color);
}

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

.btn-outline-primary:hover {
  color: var(--white);
  background-color: var(--text-color);
  border-color: var(--text-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: 20px;
  -webkit-box-shadow: 0px 2px 10px rgba(74, 78, 49, 0.1);
          box-shadow: 0px 2px 10px rgba(74, 78, 49, 0.1);
}

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

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

li.page-item {
    list-style-type: none!important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0;
    font-size: 50px;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--primary-color);
    background: none!important;
    border: none;
}

.page-item.disabled .page-link {
    opacity: 37%;
    pointer-events: none;
    cursor: auto;
    background: none;
    border: none;
}

.page-link:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

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

#navigation {
  background: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-shadow: 0px 2px 10px rgba(74, 78, 49, 0.1);
          box-shadow: 0px 2px 10px rgba(74, 78, 49, 0.1);
}

.navbar-logo {
  width: 240px;
}

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

@media (max-width: 310px) {
.navbar-logo {
  width: 154px;
}
}

@media (max-width: 991px) {
#main-menu {
    margin-top: 20px;
    margin-bottom: 6px;
}
}

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


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

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