.body {
  background-image: linear-gradient(white, gray);
  min-height: 1000px;
}

.wrapper {
  width: 1200px;
  height: auto;
  margin: auto;
}

#parent_table{
  margin-top: 200px;
  display: table;
}

#nachbarn{
	display: table-cell;
}

.header {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  height: 200px;
  background-color: blueviolet;
  border-style: solid;
  background-image: url(/img/header.jpg);
}

.menu {
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-weight: bolt;
  font-family: Trebuchet MS, Arial, sens-serif;
  text-align: center;
  padding-top: 1px;
  background-color: black;
}

menu ul {
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
}

.menu ul li {
  list-style-type: none;
  border-color: black;
  float: left;
  position: relative;
}

.menu ul li a {
  height: 18px;
  width: 165px;
  display: block;
  float: center;
  text-decoration: none;
  color: #fff;
  transition: 0.8s;
  position: relative;
}

.menu ul li a:hover  {
  color: #be5241;
  position: relative;
}

.menu ul li ul {
  height: 20px;
  width: 100px;
  display: none;
  position: absolute;
  background-color: black;
  padding-top: 5px;
  padding-bottom: 70px;
  border-radius: 0px 0px 10px 10px; 
  z-index: 100;
}

.menu ul li:hover ul {
  display: block;
}

.menu ul li ul li {
  margin-top: 10px;
  margin-left: -50px;
  border-radius: 4px;
  z-index: 100;
}



.banner {
  height: 200px;
  /* background-color: grey; */
  position: relative;
  z-index: 3;
}

.banner_picture {
  width: 199px;
  margin-left: -4px;
  transition: 0.8s;
  position: relative;
  z-index: 2;
}

.banner_front {
  transition: 0.8s;
  z-index: 2;
}

.banner_picture:hover, .banner_front:hover {
  transform: scale(1.1);
  box-shadow: 0 0 2px 2px grey;
  z-index: 3;
}
.content {
  height: auto;
  width: 1197px;
  background-color: white;
  margin-top:;
  display: inline-block;
  float: left;
  border-bottom: 2px solid #535353;
  border-left: 2px solid #535353;
  border-right: 1px solid #535353;
}

.img-left-start {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  
  .img-right-start {
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

.headlines {
  text-align: center;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.fillContent {
  margin-left: 30px;
  margin-right: 30px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.haiku{
  text-align: center;
  font-size: 24px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  color: rgb(82, 77, 77);
}

.table{
  width: 100%;
  padding-left: 25px;
  padding-bottom: 50px;
}

.tbl_cell{
  height: 30px;
  width: 250px;
}

.mod_table{
  width:74%;
  padding-top: 45px;
  padding-bottom: 50px;
}

.td_right_text{
  text-align: right;
}

.aktuelles{
  width: 200px;
  height: 100%;
  margin-right: -2px;
  float: right;
  display: inline-block;
}

.kundendaten {
  width: 445px;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
  font-size: 24px;
}

.trainingslager{
  margin-top: -30px;
  margin-right: 10px;
  float: right;
  height: 230px;
  width: auto;
}

.register{
  border-top: 1px solid #535353;
}

form :focus-within{
  background-color: #be5241;
  color: #fff;
}

.warning{
  margin-left: 10px;
  font-size: 18px;
  color: #b80d0d ; 
} 

.a_input {
  font-size: 24px;
  width: 300px;
}

.btn_anmeldung {
  font-size: 24px;
  width: 150px;
  margin-left: 525px;
  color: #be5241;
  border: 1px solid #be5241;
  background: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.8s;
}

.btn_anmeldung:hover {
  color: #fff;
  background-color: #be5241;
}

.person_img{
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 300px;
  width: 225px;
  box-shadow: 0 0 3px 3px rgb(68, 67, 67) ;
  
}

.characteristics_person{
  vertical-align: middle;
  margin-left: 5px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
}

.impressum{
  width: 1000px;
  margin: auto;
  text-align: center;
}

.impressum a{
  text-decoration: none;
  font-size: 12;
  color: white;
}


