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

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

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

.mediale-beratung {
    height: 100%;
    background-image: url("../dmxDaten/startseite/Mediale-Beratung-LG.jpg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
.mediale-beratung {
    background-image: url("../dmxDaten/startseite/Mediale-Beratung-MD.jpg");
}
}

@media (max-width: 991px) {
.mediale-beratung {
    background-image: none!important;
    padding: 0!important;
}
}

.card {
    border-radius: 10px;
    border-color: white;
    -webkit-box-shadow: 0 3px 10px rgb(93 145 139 / 20%);
            box-shadow: 0 3px 10px rgb(93 145 139 / 20%);
}

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

a {
  color: #329FC9;
}

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

h1 {
  font-size: 60px;
  font-family: hummingbird, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2.fakeh1 {
  font-size: 60px;
  font-family: hummingbird, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #51301A;  
}

h2 {
  font-size: 28px;
  font-weight: 600;
  color: #329FC9;
}

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

.red {
  color: #51301A;  
}

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

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

.btn-primary:hover {
  color: #ffffff;
  background-color: #51301A;
  border-color: #51301A;
}

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

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

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

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

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

.navbar-logo {
  height: 60px;
}

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

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #329FC9;
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #329FC9;
}

.navbar-toggler {
  color: #329FC9;
  border-color: #329FC9;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #329FC9;
}

.dropdown .active {
  background-color: #329FC9;
}

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

.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%);
}
.abstandlg {
    margin-bottom: 40px;
}
}

.img-rounded {
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 10px rgb(93 145 139 / 20%);
            box-shadow: 0 3px 10px rgb(93 145 139 / 20%);
}

/*--------------------------------------------------------------
# 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: #51301A;
  color: #ffffff;
}

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