body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 16px;
  color: #7c7c7c;
  margin: 0px;
  padding: 0px;
}
.blue {
  color: #0451a5;
}
h1,
h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #6194ce;
  margin-bottom: 20px;
  padding-bottom: 8px;
  margin-top: 0px;
  font-weight: 400;
}
.blue h1,
.blue h2,
.dark h1,
.dark h2,
.darkblue h1,
.darkblue h2 {
  color: #fff;
}

.dark h3,
.darkblue h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 6px;
  margin-top: 0px;
}

h4 {
  text-transform: none;
  font-size: 20px;
  color: #9f9e9e;
  font-weight: 400;
  font-style: italic;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 6px;
  margin-top: 0px;
}

h5 {
  text-transform: none;
  font-size: 18px;
  color: #9f9e9e;
  font-weight: 400;
  font-style: italic;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 6px;
  margin-top: 0px;
}
.topWrapper {
  height: 110px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  z-index: 200;
}
.adressWrapper {
  background-color: #007bc3;
  color: #fff;
  -webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 1);
  box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 1);
}
.adress {
  font-size: 14px;
  max-width: 900px;
  margin: 0px auto;
  text-align: left;
}
.adressText {
  padding: 2px 20px;
}
.stage {
  width: 100%;
  height: 450px;
  padding-top: 130px;
  position: relative;
  top: 0px;
  clip: rect(0, auto, auto, 0);
}
.stage .stageImage img {
  width: 100%;
  height: auto;
}
.stage .stageImage {
  position: relative;
}
.stagebg1 {
  width: 100%;
  height: 100%;
}
.stagebg2 {
  width: 100%;
  height: 100%;
}
.stagebg3 {
  width: 100%;
  height: 100%;
}
.stagebg4 {
  width: 100%;
  height: 100%;
}

.fixed .logo {
  width: 130px;
  height: 40px;
  overflow: hidden;
  margin-top: 10px;
}

.logo {
  width: 165px;
}

.logo img {
  width: 100%;
  height: auto;
}
.stageContentWrapper {
  margin: 0px auto;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.stageContent {
  padding: 0px 0px;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
.stageContentText {
  max-width: 900px;
  margin: 0px auto;
}
.stageContent h1 {
  margin: 0px;
  padding: 20px;
}
.stage.nopadding {
  padding: 0px;
}
.stage.white h1,
.stage.white h2,
.stage.white h3,
.stage.white {
  color: white;
}
.topWrapper.fixed {
  height: 60px;
  position: fixed;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.topdiv,
.contentWrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  padding: 0px;
  height: 100%;
}
.topdiv .content {
  padding: 0px 20px;
}
.contentWrapper .content {
  padding: 60px 20px;
}

.content ul {
  padding: 0px;
  margin: 20px 0px;
}
.content ul li {
  padding-left: 25px;
  margin: 7px 0px;
  list-style-type: none;
  background: url("bullet.svg") no-repeat left 3px;
  background-size: 15px;
}
.blue .content ul li,
.dark .content ul li,
.darkblue .content ul li {
  background: url("bulletwhite.svg") no-repeat left 3px;
  background-size: 15px;
}
.toggledisclaimer,
.toggleimprint {
  cursor: pointer;
}

.contentimprint,
.contentdisclaimer {
  margin: 40px 0px;
}
.headAndTop {
  height: 100%;
}

.header .logo {
  padding-left: 210px;
  padding-top: 50px;
}
.header .logo p {
  margin: 0px;
  padding: 0px;
  color: white;
}
.header .logo p.line1 {
  font-size: 31px;
}
.header .logo p.line2 {
  font-size: 35px;
}
.mainNav {
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
.centerContent {
  text-align: center;
}
.centerContent.blue {
  background-color: #4ca2d5;
  color: #fff;
}
.centerContent.blue a {
  color: #fff;
}
.centerContent.dark {
  background-color: #474f57;
  color: #fff;
}
.centerContent.dark a {
  color: #fff;
}
.centerContent.darkblue {
  background-color: #12689b;
  color: #fff;
}
.centerContent.darkblue a {
  color: #fff;
}
.centerContent.gray {
  background-color: #f2f6fa;
}

.centerContent.maincontent {
  text-align: left;
  background-color: white;
}
.maincontent .content {
  max-width: 900px;
  margin: 0px auto;
  padding: 80px 40px;
}

table tr td {
  padding-right: 20px;
}

#cssdropdown {
  list-style-type: none;
  padding: 14px 0px 0px 0px;
  margin: 0px auto;
  width: auto;
  display: inline-block;
}
#cssdropdown::after {
  content: " ";
  display: block;
  clear: both;
}
#cssdropdown li {
  display: inline-block;
  margin: 0px 10px 10px;
}
#cssdropdown li.active a,
#cssdropdown li a:hover {
  border-bottom: 4px solid white;
}
#cssdropdown li a {
  color: white;
  padding-bottom: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}
:focus {
  outline: 0;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
.totop {
  background-image: url("up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 22px;
  background-color: #007bc3;
  width: 52px;
  height: 52px;
  position: fixed;
  border-radius: 26px;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  display: none;
}
.logo {
  float: left;
}
.navigation {
  float: right;
}
ul.nav {
  margin: 0px;
}
ul.nav li {
  list-style-type: none;
  background: none;
  padding-left: 10px;
  float: left;
}
ul.nav li:not(:last-child) {
  padding-right: 10px;
}
.nav li a,
.nav li a:visited {
  text-decoration: none;
  color: #6194ce;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 5px;
}
.nav li a.aktiv {
  border-bottom: 4px solid #6194ce;
}

.centerContent.topWrapper ul.nav {
  margin-top: 35px;
}
.centerContent.topWrapper.fixed ul.nav {
  margin-top: 12px;
}
.mobilenav {
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 110px;
  background-color: #fff;
  margin: 0px !important;
}
.fixed .mobilenav {
  top: 50px;
}
.mobilenav li {
  list-style-type: none;
  background: none !important;
  padding: 4px 0px 8px;
}
.mobilenav li a {
  padding: 4px 0px 8px;
  text-decoration: none;
  display: block;
}
.mobilenav li {
  border-bottom: 1px solid #eee;
}
.nav {
  display: block;
}

.burgernav {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
  margin-top: 10px;
  background-image: url("burger.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}

.togglecontent {
  background-image: url("plus.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 20px 20px;
}
.togglecontent.open {
  background-image: url("minus.svg");
}
#footer2 {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.frame {
  padding-bottom: 30px;
}
hr {
  border: 0px;
  height: 2px;
  background-color: #cccccc;
}
a,
a:visited {
  color: #0451a5;
}
iframe {
  max-width: 100%;
  width: 100%;
}
.ce-center {
  text-align: center;
}
strong,
b {
  font-weight: 700;
}
.form-group {
  margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  max-width: 500px;
  width: 100%;
}
figure {
  margin: 10px;
}
.footer1inhalt .frame {
  padding-bottom: 0px;
}
#footer2 {
  margin-bottom: 20px;
}
.ce-row::after {
  content: " ";
  display: block;
  clear: both;
}
.picGalThumb {
  margin: 5px;
  display: inline-block;
}
/*
     FILE ARCHIVED ON 09:10:06 Aug 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:52:22 Mar 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 1.063
  load_resource: 130.767
  PetaboxLoader3.resolve: 45.367
  PetaboxLoader3.datanode: 60.285 (2)
  loaddict: 42.295
*/
