html {
  scroll-behavior: smooth;
}

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

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

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

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

a {
  color: #5D918B;
}

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

h1 {
  font-size: 48px;
  font-weight: 400;
  font-family: 'Great Vibes', cursive;
  color: #5D918B;

}

h2 {
  font-size: 28px;
  font-weight: 600;
}

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

.red {
  color: #5D918B;  
}

strong {
    font-weight: 600;
}

.card-title {
  font-size: 34px;
  margin-top: 10px!important;
  margin-bottom: 20px!important;
  font-weight: 400;
  font-family: 'Great Vibes', cursive;
  color: #5D918B;
}

.card-footer {
    background-color: #F8FAF9;
    border-radius: 0 0 10px 10px!important;
    border: none;
    padding-bottom: 25px;
    padding-top: 0px;
}

.card {
    border-radius: 10px;
    border: none;
    background-color: #F8FAF9;
}

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

.img-rounded {
    border-radius: 10px;
}

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

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

.btn-primary:hover {
  color: #ffffff;
  background-color: #66B9AF;
  border-color: #66B9AF;
}

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

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

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

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

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

.navbar-logo {
  height: 120px;
}

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

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #5D918B;
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #5D918B;
}

.navbar-toggler {
  color: #5D918B;
  border-color: #5D918B;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #5D918B;
  color: #ffffff;
}

.dropdown-item.active {
  background-color: #5D918B;
}

.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(93, 145, 139, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#navbarNavDropdown {
    margin-top: 56px;
}

.navibg {
    background-color: #ffffff!important;
    -webkit-box-shadow: 0 3px 10px rgb(93 145 139 / 20%);
            box-shadow: 0 3px 10px rgb(93 145 139 / 20%);
}
@media (max-width: 991px) {
.navsmall {
    background-color: #ffffff!important;
    -webkit-box-shadow: 0 3px 10px rgb(93 145 139 / 20%);
            box-shadow: 0 3px 10px rgb(93 145 139 / 20%);
}
#navbarNavDropdown {
    margin-top: 20px;
}
.abstandlg {
    margin-bottom: 40px;
}
}

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

/*--------------------------------------------------------------
# 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 {
  /* The image used */
  background-image: url("../dmxDaten/footer.svg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-top: 160px;
  padding-bottom: 60px;
}

.bg-hintergrund {
  /* The image used */
  background-image: url("../dmxDaten/startseite/bild-02.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# 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: #ffffff;
    background: #5D918B;
}

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