@charset "utf-8";
/* CSS Document */

body {
  background-color: #fff6db;
  color: #5F3B20;
  border-top: 4px solid #4F0360;
}
.container {
  min-width: 300px;
	width: 100%;
	max-width: 575px;
  }
.container-fluid {
    min-width: 300px;
  }
.logo {
	width: 180px;
}
.nav-link {
    color:#4F0360;
	padding: 0.5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
  background-color: #ffe59b;
  border-bottom: 2px solid #4F0360;
  border-radius: 0rem;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 2px solid #4F0360;
}
.dropdown-item {
  white-space: normal;
  padding: 0.25rem 1rem;
  border-bottom: 1px dotted #534169;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #4F0360;
}
.dropdown-divider {
    border-top: 1px solid #4F0360;
}
button:focus {
    outline: 0px;
}
.nav-ebene-3 {
  background-color: #EDE4C8;
}
.bg-weiss {
	background-color: #ffffff;
}
.bg-sonnengelb {
	background-color: #ffd027;
}
.bg-lila {
	background-color: #4F0360;
	}
.bg-braun {
	background-color: #5F3B20;
	}
.bg-hellgelb {
		background-color: #fff6db;
	}
.bg-gelb {
  background-color: #FCEEBC;
	}
.bg-weiss70 {
  background-image: url(../images/bg-weiss70.png);
	}
.txt-bold {
	font-weight: 700;
}
.txt-hellgelb {
		color: #fff6db;
	}
.txt-weiss {
		color: #FFFFFF;
	}
.txt-lila {
	color: #4F0360;
	}
.txt-braun {
	color: #5F3B20;
	}
.txt14px {
	font-size: 1.1rem;
}
.txt16px {
	font-size: 1.3rem;
}
.txt18px {
	font-size: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
  word-wrap: break-word;
}
h1, .h1 {
  font-size: 1.7rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.3rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}
.media {
    display: -ms-flexbox;
    display: inline;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bg-jumbotron {
  min-width: 300px;
  background-image: url("../images/vulkan-teneriffa-klein.jpg");
  background-repeat: no-repeat;
  background-position: center 0%;
  background-color: #534169;
}
.card-img-top {
  border: 1px solid #ffffff;
}

@media (min-width: 576px) {
  .container {
    max-width: 767px;
		width: 100%;
  }
	.logo {
	width: 280px
}
	.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bg-jumbotron {
  background-size:  auto;
}
h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
}

@media (min-width: 768px) {
  .container {
    max-width: 992px;
		width: 100%;
  }
	.card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
}

	.bg-jumbotron {
  padding-top: 100px;
  background-image: url(../images/vulkan-teneriffa.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
}

@media (min-width: 992px) {
  .container {
    max-width: 1220px;
  }
.dropdown-menu {
    width: 15rem;
}
.dropdown-menu-breit {
    width: 25rem;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
	.bg-jumbotron {
    max-width: 1200;
		padding-top: 100px;
}
	
}
