@font-face {
  font-family:"CenturyGothic";
  src: url("font/Century-Gothic.otf");
}

@font-face {
  font-family:"CenturyGothicBold";
  src: url("font/Century-Gothic-Bold.otf");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'CenturyGothic', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #2E2E2E;
  font-size: 17px;
  background-color: #DDDBDA;
}

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

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

strong {
  font-family: 'CenturyGothicBold', sans-serif;
}

.lead-text {
  font-size: 20px;
}

a {
  color: #00518D;
}

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

h1 {
  font-size: 42px;
  font-family: 'CenturyGothicBold', sans-serif;
}

h2 {
  font-size: 28px;
  font-family: 'CenturyGothicBold', sans-serif;
}

h3 {
  font-size: 20px;
  font-family: 'CenturyGothicBold', sans-serif;
}

.red {
  color: #00518D;  
}

.card-title {
  font-family: 'CenturyGothicBold', sans-serif;
}

@media (max-width: 992px) {
h1 {
  font-size: 36px;
}
}

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

.btn-primary {
  color: #DDDBDA;
  background-color: #00518D;
  border-color: #00518D;
}

.btn-primary:hover {
  color: #DDDBDA;
  background-color: #00518D;
  border-color: #00518D;
}

.btn-light {
  color: #00518D;
  background-color: #DDDBDA;
  border-color: #DDDBDA;
}

.btn-light:hover {
  color: #00518D;
  background-color: #BCBAB9;
  border-color: #BCBAB9;
}

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

.btn-outline-primary:hover {
  color: #DDDBDA;
  background-color: #00518D;
  border-color: #00518D;
}

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

.btn-outline-dark:hover {
  color: #DDDBDA;
  background-color: #00518D;
  border-color: #00518D;
}

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

.navbar {
  padding: 0!important;
}

.navbar-logo {
  height: 20px;
}

.logo-pp {
  max-width: 180px;
}

.logo-footer {
  padding: 1rem!important;
}

@media (max-width: 768px) {
.navbar-logo {
  height: 20px;
}
.logo-footer {
  padding: 6px!important;
}
.logo-pp {
  max-width: 102px!important;
}
#navbarNavDropdown {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-collapse {
  padding: 20px;
}
}

.bg-grau {
  background-color: #DDDBDA;
}

.bg-navi {
  background-color: #00518D;
}

.bg-blue {
  background-color: #00518D;
}

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

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

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

.navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #00518D;
}

.dropdown .active {
  background-color: #00518D;
}

.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(255, 255, 255, 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: #DDDBDA;
}

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

.footer {
  background-color: #00518D;
  color: #DDDBDA;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.home-screen {
  height: 100vh;
  padding-top: 180px;
}

@media (max-width: 768px) {
.home-screen {
  height: 100%;
}
}

.card {
  border-radius: 20px 20px 20px 20px;
  background-color: #DDDBDA;
}

.img-abgerundet {
  border-radius: 20px;
}

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

.card-wissenswertes {
  border-width: 1px!important;
  border-color: #DDDBDA!important;
  background-color: #DDDBDA20;
}

.card-preise {
  background-color: #00518D;
}

.bg-wissenswertes {
  height: 100%;
  width: 100%;
  background-image: url("../dmxDaten/home/Background-Wissenswertes.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
.bg-wissenswertes {
  background-image: url("../dmxDaten/home/Background-Wissenswertes-SM.jpg");
}
.footer p {
  font-size: 14px;
}
}

.bg-kurse {
  height: 100%;
  width: 100%;
  background-image: url("../dmxDaten/home/Background-Kurse.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-dienstleistungen {
  height: 100%;
  width: 100%;
  background-image: url("../dmxDaten/home/Background-Dienstleistungen.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.abstand {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*--------------------------------------------------------------
# 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: #DDDBDA;
    background: #00518D;
}

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