@charset "UTF-8";
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  line-height: 0.75rem;
}
.nav a {
  text-decoration: none;
}
.nav li {
  list-style: none;
}
.nav {
  display: inline-block;
  position: relative;
  cursor: default;
  z-index: 500;
}
.nav > li {
  display: block;
  float: left;
}
.nav > li > a {
  position: relative;
  display: block;
  z-index: 510;
  height: 54px;
  padding: 0 20px;
  line-height: 54px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  color: #fcfcfc;
  text-shadow: 0 0 1px rgba(0, 0, 0, .35);
  border: solid 1px #000000;
  background-image: url(../img_menu/bg.png);
  background: -moz-linear-gradient(top, #003399, #0066ff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from (#003399), to (#0066ff));
  background: -o-linear-gradient(top, #003399, #0066ff);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#003399", endColorstr="#0066ff");
  border-left: 1px solid #4b4441;
  border-right: 1px solid #312a27;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.nav > li:hover > a {
  background: #4b4441;
}
.nav > li:first-child > a {
  border-radius: 3px 0 0 3px;
  border-left: none;
}
.nav > li > div {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: #efefef;
  border: 1px solid darkblue;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
}
.nav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.nav .nav-column {
  float: left;
  width: 20%;
  padding: 2.5%;
}
.nav .nav-column h3 {
  margin: 20px 0 10px 0;
  line-height: 18px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: #372f2b;
  text-transform: uppercase;
}
.nav .nav-column h3.orange {
  color: #ff722b;
}
.nav .nav-column li a {
  display: block;
  line-height: 26px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  color: #888888;
}
.nav .nav-column li a:hover {
  color: #666666;
}
.nach {
  width: 190px;
}
.navi_titel {
  font-size: 16px;
}
#menu-wrapper {
  margin-bottom: -3px;
}
.ue_navi {
  width: 100%;
  background-image: url(../img_menu/bg.png);
  background: -moz-linear-gradient(top, #003399, #0066ff);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from (#003399), to (#0066ff));
  background: -o-linear-gradient(top, #003399, #0066ff);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#003399", endColorstr="#0066ff");
}
#box-wrapper-inner {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  background-color: #EFF8FB;
}
#box1 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  background-color: #EFF8FB;
}
#box2 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  background-color: #EFF8FB;
  padding: 15px;
  padding-left: 45px;
}
#box3 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  background-color: #EFF8FB;
  padding: 15px;
}
#box4 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  background-color: #EFF8FB;
  padding: 15px;
}
#box5 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  background-color: #EFF8FB;
  padding: 15px;
}
#box6 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  background-color: #EFF8FB;
  padding: 15px;
}
.auswahl {
  display: flex;
  width: 150px;
  min-height: 340px;
  justify-content: center;
}
.auswahl_bild {
  padding-top: 20px;
}
.co_navi img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}
.co_navi span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}
.co_navi:hover img {
  display: block;
  position: absolute;
  top: 20px;
  left: 30px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  z-index: 9999;
  -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.3);
}
.co_navi:hover span {
  display: block;
  position: absolute;
  top: 170px;
  left: 30px;
  width: 140px;
  min-height: 25px;
  padding: 5px;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 12px;
  color: #666666;
  z-index: 9999;
  -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.3);
}
span.blue {
  color: blue;
}
