body {
  font-family: 'Raleway', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #5a5a5a;
  font-size: 14px;
  background-color: #f4f4f4;
}

td {
  color: #5a5a5a;
}

th {
  color: #5a5a5a;
}

a:focus, a:hover {
  color: #811d18;
  text-decoration: none;
}

a {
  color: #cd261d;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 4px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
}

.btn-dark {
  color: #ffeedc;
  background-color: #ffeedc;
}

.btn-dark:hover {
  color: #ffeedc;
}

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

.btn-outline-dark:hover {
  color: #ffeedc;
  background-color: #ffeedc;
}

.nav-lg {
  color: #cd261d; 
}

.nav-lg a:hover {
  color: #811d18; 
}

.nav-lg a {
  color: #000000; 
}

.red {
  color: #cd261d;  
}

/* Navigation */

.bg-white {
  background-size: cover;
}

.navbar {
  padding-bottom: 0;
  padding-top: 0;
}

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

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

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

.navbar-toggler {
  color: rgba(156, 116, 91, 1);
  border-color: rgba(156, 116, 91, 1);
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #cd261d;
  color: #000000;
}

.dropdown .active {
  background-color: #cd261d;
}

.dropdown .active a {
  color: #000000;
}

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

.nav-links {
  padding-top: 20px;
}

.style1 {
  border-width: 0px;
  border-style: solid;
  padding-left: 0px;
  padding-right: 0px;
}

#collapsesidenav {
	list-style-type: none;
    padding: 12px 0 20px 12px;
    line-height: 22px;
	color: #cd261d;
}

#collapsesidenav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#collapsesidenav .active a {
	font-weight: 600;
	color: #cd261d;
}

#collapsesidenav a {
	color: #000000;
}

#collapsesidenav a:hover {
	color: #cd261d;
    text-decoration: none;
}

.style3 {
  position: absolute;
  left: 25px;
  bottom: 15px;
  font-size: 11px;
  color: #ffeedc;
}

.style3 a {
  color: #cd261d;
}

.style3 a:hover {
  color: #ffeedc;
}

.style2 {
  background-color: #ffeedc;
}

/* Belegungsplan */

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

