#rahmen {
  font-family: "Arial", "Helvetica", "sans-serif";
}

#header {
  background-color: #000066;
}

#balken {
  height: auto;
}

#rahmen2 {
  max-width: 1200px;
  margin-top: 1px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  color: white;
  text-align: center;
}

#logo {
  height: 124px;
  float: left;
  width: 199px;
  margin-right: 40px;
  margin-left: 10px;
}

#titel {
  font-size: 50px;
  margin-top: 0px;
}

#nav {
  height: auto;
  text-align: center;
  font-size: 18px;
}

#navi1 {
  display: inline-flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
  margin-left: 6px;
  margin-right: 6px;
}

#navi2 {
  display: inline-flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
  margin-left: 6px;
  margin-right: 6px;
}

#navi3 {
  display: inline-flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
  margin-left: 6px;
  margin-right: 6px;
}

#navi4 {
  display: inline-flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
  margin-left: 6px;
  margin-right: 6px;
}

#navi5 {
  display: inline-flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
  margin-left: 6px;
  margin-right: 6px;
}

#navi6 {
  display: inline-flex;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
  margin-left: 6px;
  margin-right: 6px;
}

a {
  color: white;
}

a:hover {
  color: red;
}

:link {
  text-decoration: none;
}

#inhalt {
  max-width: 1200px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

#inhalt_titel {
  background-color: white;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
  font-style: italic;
}

#inhalt_titel_40 {
  background-color: white;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
}

#footer {
  background-color: #000066;
}

#rahmen3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 145px;
  text-align: center;
  color: white;
}

#inhalt_2 {
  background-color: white;
  flex-shrink: 0;
  width: 350px;
  margin-left: 80px;
  display: inline-flex;
}

#inhalt_1 {
  width: 350px;
  margin-right: 80px;
  text-align: center;
  display: inline-flex;
  background-color: white;
}

#inhalt_rahmen {
  background-color: white;
  text-align: center;
  margin-top: 50px;
}

#haendler_container {
  background-color: white;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  text-align: center;
}

#hc_spalte {
  width: 280px;
  height: 450px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  background-color: transparent;
  border-radius: 15px;
  display: inline-grid;
  text-align: center;
}

#hc_spalte_box_1 {
  background-color: rgba(204, 255, 255, 0.17);
  height: 155px;
  width: 280px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

#hc_spalte_box_2 {
  background-color: rgba(204, 204, 204, 0.13);
  height: 210px;
}

#hc_spalte_box_3 {
  background-color: rgba(255, 255, 204, 0.33);
  height: 80px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#haendler_name {
  font-weight: bold;
}

#haendler_www {
  color: #3366ff;
  text-decoration: underline;
}

#haendler_www:hover {
  color: red;
}

