* {
  /* margin: 0;*/
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
}

img {
  max-width: auto;
  height: 400px;
}
/*
#jaeger-img {
  width: auto;
  height: 400px;
}
#innen1-img {
  width: auto;
  height: 400px;
}
*/
#nav_header {
  width: 100%;
  /*height: 70px;*/
  background-color: rgb(162, 22, 19);
  position: fixed;
  top: 0;
  left: 0;
  font-weight: 800;
  font-size: 0.8rem;
}

#nav_header ul {
  float: right;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #fff;
}

#nav_header ul > li {
  display: inline-block;
  height: 100%;
  padding: 0 .4rem 0 .4rem;
}

#nav_header ul > li > a {
  display: inline-block;
  padding: .8rem;
}

#nav_header ul>li>a:link{
  color: #fff;
  text-decoration:none
}
#nav_header ul>li>a:visited{
  color:var(--weiss);text-decoration:none}
#nav_header .activ {
  color: #00f;
  text-decoration:none;
}
#nav_header ul>li>a:active{
  color: #00f;
  text-decoration:none;
}
#nav_header ul>li>a:hover{
  color:#222;
  text-decoration:none}
#nav_header .col-6{
  padding-top:0;padding-bottom:0}

#nav_header .container,
#nav_header .row,
#nav_header .col-6 {
  height: 100%;
}

#desktop-nav{display:none}
/*
.j90-theme {
  color:#fff !important;
  background-color:#ff0000 !important;
}

.j90-theme-l1 {
  color:#fff !important;
  background-color:#333333 !important;
}


.j90-top {
  position:fixed;
  width:100%;
  z-index:1;
  top:0;
}

.j90-bar{
  width:100%;
  overflow:hidden;
}

.j90-bar .j90-bar-item {
  padding:8px 16px;
  float:right;
  width:auto;
  border:none;
  display:block;
  outline:0;
}

.j90-bar .j90-button {
  white-space:normal;
}

.j90-hide-small{
  display:none!important;
}

.j90-hover-white:hover{
  color:#000!important;
  background-color:#fff!important;
}

.j90-bar:before,.j90-bar:after{
  content:"";
  display:table;
  clear:both;
}

.j90-right{
  float:right!important;
}

.j90-right-align{
  text-align:right!important;
}

.j90-large{
  font-size:48px!important;
  font-weight: bold;
}
*/
.container {
  width:100%;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*='col-'] {
  float: right;
  min-height: 1px;
  padding: .8rem;
}

.col-1 {
  width: 16.666%;
}
.col-2 {
  width: 33.333%;
}
.col-3 {
  width: 50%;
}
.col-6 {
  width: 100%;
}

#footer {
  background-color: rgb(162, 22, 19);
  height:2.8rem;
  color: #fff;
}
#footer-nav{
  float:right;
/*  position: fixed;
  bottom: 0;
  right: 0;*/
}
	#footer-nav a{text-decoration:none}
	#footer-nav a:link{color: #fff;}
	#footer-nav a:visited{color: #fff;}
	#footer-nav a:active{color: #fff;}
	#footer-nav a:hover{color: #ddd;}

section{padding-top:4rem;padding-bottom:4rem}
#angebote{padding-top:2rem}
#impressum{padding-top:2rem}
#ueber_uns{padding-top:2rem}
#kontakt{padding-top:2rem}
#veranstaltung{padding-top:2rem}
#datenschutz{padding-top:2rem}

.intro-container{text-align:center;width:80%;margin-left:auto;margin-right:auto;margin-bottom:2rem}
.intro-container>h1{font-size:1.6rem;text-transform:uppercase}
.intro-container>p{font-size:1.2rem}
.flex-container{display:flex;width:80%;margin-left:auto;margin-right:auto;justify-content:space-around;align-items:center}
.flex-container>.intro-container{width:100%}

#kontakt-formular{width:80%;margin-left:auto;margin-right:auto;margin-bottom:1rem}
#kontakt-formular input,#kontakt-formular textarea{
  width: 100%;
  border: 2px solid #F0F0F0;
  padding: .5rem;
  font-size: 1rem;
  color: #000;
  font-family: sans-serif;
  transition: border .5s ease-in-out;
}
#kontakt-formular textarea{height:100px}
#kontakt-formular input:hover,#kontakt-formular textarea:hover{
  border:2px solid #F00;
}
#absendenButton{width:150px;height:39px}

@media (max-width: 1024px) {
  .col-1 {
    width: 33.333%;
  }

}
@media (max-width: 768px) {
  .col-1 {
    width: 50%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }

}
@media (max-width: 480px) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }

}
