@charset "utf-8";
/* CSS Document */


body {
	font-size: 16px;
}
.container {
  min-width: 320px;
}
b, strong {
	font-weight: 600; 
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
  font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}
h1 {
    font-size: 36px;
}
.display {
  font-family: 'Montserrat';
  font-weight: 600;
}
.bg-hellblau {
  background-color: #bed0e0;
}
.bg-dunkelblau {
  background-color: #01415F;
}
.linie-bottom {
  border-bottom: 8px solid #01415F;
}
.linie-top {
  border-top: 8px solid #01415F;
}
.txt-100 {
    font-size: 40px;
  }
.txt-grau {
	color: #3F3F3F;
}
.txt-blau {
	color: #01415F;
}
a {
  color: #01415F;
}
a:hover {
  color: #93019C;
}
a.active {
  color: #93019C;
}
.nav-item {
  text-align: center;
  font-size: 18px;
	padding: 20px 0px; 
}
.nav-link {
}
.nav-link.active {
  color: #93019C; 
}
.navbar-toggler {
  padding: 0.9rem 0.2rem 0.5rem 0.2rem;
  border: 1px solid #01415F;
  border-radius: 0;
  width: 100%;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  border-radius: 0;
  outline: 1px solid #01415F;
}
.navbar-toggler-icon {
  color: #01415F;
  font-weight: 500;
  width: auto;
  font-size: 18px;
}
.dropdown-menu {
	background-color: #39728C;
	color: #ffffff;
}
.dropdown-item {
    color: #ffffff;
	padding: 10px;
	font-size: 0.9rem;
}
.dropdown-item:hover {
	background-color: #93019C;
	color: #ffffff;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #93019C;
}
.dropdown-divider {
    margin: 0;
}
.card {
  border-radius: 0;
  border: 0px;
}
.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.anfahrtskizze-footer {
  max-width: 300px;
}
created a {
  font-size: 11px;
  color: darkgrey;
}

@media (min-width: 576px) {
  h1 {
    font-size: 56px;
  }
  .card-columns {
    column-count: 2;
  }
	
	.dropdown-item {
	padding: 20px;
	font-size: 1.2rem;
	}
  
}

@media (min-width: 768px) {
  .anfahrtskizze-footer {
    max-width: 350px;
}  
  .txt-100 {
	font-size: 50px;
  }
  
}

@media (min-width: 992px) {
body {
	font-size: 18px;
}
.nav-item {
  padding-left: 14px;
}
	.dropdown-menu {
	background-color: #01415F;
	color: #ffffff;
}
  h1 {
    font-size: 60px;
  }
  .anfahrtskizze-footer {
  max-width: 100%;
}
  .txt-100 {
    font-size: 50px;
  }
  .card-columns {
    column-count: 3;
    }
}

@media (min-width: 1200px) {
 .container {
    max-width: 1140px;
  }
	.nav-item {
  padding-left: 20px;
  font-size: 20px;
}
  .txt-100 {
    font-size: 60px;
  }
}

@media (min-width: 1300px) {
 .container {
    max-width: 1300px;
  }
}
