:root {
  color-scheme: only light;
}

body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

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

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

a {
  color: #0F3B3A;
}

a:focus, a:hover {
  color: #E8BB89;
  text-decoration: none;
}

h1 {
  font-size: 48px;
  color: #0F3B3A;
  font-weight: 600;
  font-family: 'EB Garamond', serif;
}

h2.fakeh1 {
  font-size: 48px;
  color: #0F3B3A;
  font-weight: 600;
  font-family: 'EB Garamond', serif;
    text-transform: none;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  color: #E8BB89;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0F3B3A;
}

.red {
  color: #E8BB89;
}

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

.btn-primary {
  color: #ffffff;
  background-color: #E8BB89;
  border-color: #E8BB89;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #0F3B3A;
  border-color: #0F3B3A;
}

.btn-outline-primary {
  color: #E8BB89;
  border-color: #E8BB89;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #E8BB89;
  border-color: #E8BB89;
}

.btn-outline-dark {
  color: #0F3B3A;
  border-color: #0F3B3A;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #0F3B3A;
  border-color: #0F3B3A;
}

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

.bg-navi {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.navbar-logo {
  height: 80px;
}

.navbar-nav .nav-link, .nav-item {
  color: #000000;
  font-size: 15px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #0F3B3A;
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #0F3B3A;
}

.navbar-toggler {
  color: #0F3B3A;
  border-color: #0F3B3A;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #0F3B3A;
  color: #ffffff;
}

.dropdown .active {
  background-color: #0F3B3A;
  color: #ffffff;
}

.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(15, 59, 58, 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;
  text-align: right;
}

@media (max-width: 768px) {
#collapsesidenav {
  text-align: left;
  margin-top: 20px;
}
}

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

#collapsesidenav .active a {
  color: #ffffff;
}

#collapsesidenav a:hover {
  color: #ffffff;
}

#collapsesidenav a {
  color: #ffffff90;
}

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

.footer {
  background-color: #0f3b3a;
  color: #ffffff;
}

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

.icon {
  width: 120px;
  margin-bottom: 20px;
}

.bg-landingpage {
  background-image: url("../dmxDaten/startseite/Headerbild.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  height: 100%;
}

.bg-landingpage2 {
  background-image: url("../dmxDaten/startseite/Headerbild2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  height: 100%;
}

.abstand-startseite {
  padding-top: 100px;
  padding-bottom: 180px;
}

@media (min-width: 1400px) {
.abstand-startseite {
  padding-top: 200px;
  padding-bottom: 260px;
}
}

@media (max-width: 768px) {
.abstand-startseite {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-landingpage {
  background-image: url("../dmxDaten/startseite/Headerbild-SM.jpg");
}
.bg-landingpage2 {
  background-image: url("../dmxDaten/startseite/Headerbild2-SM.jpg");
}
}

@media (min-width: 768px) {
.wichtig-01 {
  padding-right: 50px;
}
.wichtig-02 {
  padding-left: 50px;
}
}


/*--------------------------------------------------------------
# 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: #ecf0f1;
    background: #212327;
}

.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-left: 10px;
    vertical-align: baseline;
}

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

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