
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding:0;
  background: rgb(228, 168, 97);
  color: #000;
}

h1, h2 {
  text-transform: uppercase;
  width: max-content;
}
h1  {
  font-size: 3vw;
  font-weight: 800;
  color: #fff;
  margin-top: 1.55vw;
  max-width: 58vw;
}
p {
  font-size: 1em;
  line-height:1.6em;
  hyphens: auto;
}
a:link, a:visited {
  color: #000;
}

ul {
/*  list-style: none;*/
  padding: 0 0 0 25px;
  list-style-image: url('../img/layout/bracket_right.png');
}
li {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
/*li::marker {
  content: "> ";
}
li::marker {
  width: 1em;
}*/
li .small {
  font-weight: 400;
  font-size: 0.8em;
}

img {
  width: 100%;
}

.clearer {
  clear: both;
}

/* ### - ### START-SEITE ### - ###*/
.menu {
  background: #5BA6DC;
  color: #fff;
  position: relative;
  top: 20px;
}

.links {
  display: block;
  float:left;
  width: 30%;
  height: 100%;
  padding-left: 6vw;
}
.logo img {max-width: 24vw;max-height: 25vh;width: auto;}
.text {margin-top: 3vw;}
.text p {max-width: 24vw;}

.rechts {
  float:right;
  width: 63%;
}
.menu .row {
  display: flex;
  gap: 1vw;
  flex-wrap: wrap;
}
.menu .row:last-child {
  margin-bottom: 0;
}
.menu div.nummer {
  float: left;
}
.menu .nummer img {
  margin-bottom: 0;
  max-height: 12vh;
}

div {
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
 }

/* ### - ### UNTERSEITEN ### - ###*/
div.sticky {
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 8.6vw;
  background: #57B1E1;
  color: #fff;
}
.button img {
  max-width: 7.8vw;
  position: absolute;
  top: 4.7vw;
  left: 5.2vw;
}
.headline img {
  position: absolute;
  top: 5.5vw;
  left: 16.1vw;
  width: 44vw;
}

div.wrapper {
  margin: 0 auto 200px;
  max-width: 66.7vw;
}

div.head {
  display: inline-block;
  padding: 7.3vw 0 20px 0;
}
div.nummer {
  float:left;
}
.nummer img {
  max-width: 8vw;
}

div.title {
  float:right;
  width: 56vw;
  margin-left: 1vw;
}
.title li {
  font-weight: 700;
}

.imgrow {
  padding: 1vw 0 1.6vw;
}
.imgcol {
  width: 31.75vw;
  float: left;
}
.imgcol.full {
  width: 66vw;
}
.imgcol.schmal {
  width: 25vw;
  padding: 0 4vw;
}
.imgcol:nth-child(2n) {
  padding-left: 2.6vw;
}
.imgcol p {
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: -10px;
}
.imgcol p:nth-child(2n) {
  font-style: italic;
  font-size: 1em;
}

.zoom {
  position: relative;
  top: 70px;
  right: -10px;
  width: 2vw;
  opacity: 0.7;
}

/* ###########  IMAGE LIGHTBOX  ############ */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  /*padding-top: 100px;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 63vw;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: -50%;
}
/* The Close Button */
.close {
  color: #999;
  position: absolute;
  top: 0px;
  right: 5vw;
  font-size: 10vw;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.close, .prev, .next {
  opacity: 0.6;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -4vw;
  color: #999;
  font-weight: bold;
  font-size: 9vw;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: -7vw;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: -7vw;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* ###########  FULLSCREEN  ############ */
/* ## Chrome, Safari and Opera syntax  ##*/
:-webkit-full-screen {
  background-color: #5BA6DC;
}
/* Firefox syntax */
:-moz-full-screen {
  background-color: #5BA6DC;
}
/* IE/Edge syntax */
:-ms-fullscreen {
  background-color: #5BA6DC;
}
/* Standard syntax */
:fullscreen {
  background-color: #5BA6DC;
}