* {box-sizing:border-box}

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  color: #696969;
  background-color: #FFF;
  margin: 0;
}

.PageHead, .Menue {
  width: 100%;
  text-align: center;
}

.PageHead {
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0px;
  height: 80px;
}

.BarOrange, .BarOrange_large  {
  background-color:#E66610;
  width: 100%;
}

.BarOrange {
  height: 5px;
}

.BarOrange_large {
  color: #FFFFFF;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.head_logo {
  width: 349px;
  height: 70px;
}

.ziel {
  font-weight: bold;
  color: #E66610;
}

.zeit {
  font-weight: bold;
  color: #000000;
}

.bold {
  font-weight: bold;
}

.floated_left {
  float: left;
  margin-right: 20px;
}

.floated_right {
  float: right;
  margin-left: 20px;
}

.technik1 {
  width: 267px;
}

.technik2 {
  width: 226px;
  margin-top: -20px;
  margin-bottom: 0;
}

.technik3 {
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
}

.technik4 {
  width: 173px;
  margin-top: -50px;
  margin-bottom: 40px;
}

.FrameContent {
  overflow: initial;
  width: 970px;
  height: 85%;
  z-index: 0;
  padding-top:20px;
  padding-left:0;
  padding-right:0;
  margin: 0 auto;
}

.Content {
  margin: 5px;
}

.ContentFloat {
  width: 60%;
  margin: 20px;
}

.new_paragraph {
  margin-top: 0px;
  margin-bottom: 50px;
}

.new_paragraph_small {
  font-size: 90%;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.Menue  {
  background-color:#B8B8B8;
  height: 30px;
}

.MenueGroup {
  height: 100%;
  width: 1000px;
  margin: 0 auto;
}

.MenueItem, .MenueLink {
  color: #FFFFFF;
  font-size: 110%;
}

.MenueItem, .MenueItemSelected {
  float: left;
  height: 100%;
  margin-left:5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
}

.MenueItemSelected {
  height: 90%;
  padding-top: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #E66610;
}

.MenueItem:hover {
  background-color: #696969;
}

.MenueLink:link, .MenueLink:visited {
  text-decoration: none;
}

ul {
  list-style-image: url('../images/check.gif');
  margin-left: 20px;
}

li {
  margin-top: 10px;
}

.table_head, .table_head2 {
  color: #FFFFFF;
  background-color: #E67817;
}

.table {
  width: 950px;
}

.table_head {
  text-align: center;
  padding-top:5px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.table_head2  {
  font-size: 0.9em;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.res_line1, .res_line2 {
  display: block;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}

.res_line1  {
  background-color: #FFFFFF;
}

.res_line2  {
  background-color: #FDDA8E;
}

.tr_underline {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}


.sp1, .sp2, .sp3, .sp4 {
  display: table-cell;
  padding-right: 5px;
  padding-left: 5px;
}

.sp1 {
  width: 80px;
}

.sp2 {
  width: 450px;
}

.sp3 {
  width: 300px;
}

.sp4 {
  width: 120px;
}

.closebtn a {
  text-decoration: none;
  color: #FFFFFF;
}

.a_white:link {
  color: #FFFFFF;
}

.a_white:visited {
  color: #FFFFFF;
}

/* Divs und Klassen, die nur mobil angezeigt werden, ausblenden */
.closebtn, .MenueIcon, .MenueTextLeft, .MenueSpacer, .MobileHeadLine {
display: none;
}

/* CSS Slideshow */

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.teaser {
  width: 100%;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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/7 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px 10px 0;
  background-color: #BBBBBB;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */

.SlideshowAnimation {
  animation: SlideshowAnimation 6s;
  }

@keyframes SlideshowAnimation {
    0% {opacity: 0;}
    20% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0;}
}

/* Ende CSS Slideshow */

@media screen and (max-width: 1366px) {

.slideshow-container {
  width: 70%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}

}

@media screen and (max-width: 1023px) {

body {
  font-size: 150%;
}

.PageHead {
  font-size:80%;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 0px;
  height: 180px;
  text-align: center;
}

.head_logo {
  width: 698px;
  height: 140px;
  padding-left: 2em;
}

.BarOrange {
  height: 10px;
}

.MobileHeadLine {
  display: block;
  color: #FFFFFF;
  font-size: 1.5em;
  text-align: center;
  background-color:#B8B8B8;
  padding-top: 8px;
  padding-bottom: 8px;
}

.closebtn {
  display: block;
  position: absolute;
  top:0;
  right: 0.2em;
  font-size:3em;
}

.Menue  {
  position: absolute;
  top: 15px;
  height: 100%;
  width: 0;
  float: left;
  z-index: 1;
  left: -150px;
  overflow-x: hidden;
  transition: 0.5s
}

.MenueGroup {
  text-align: left;
}

.MenueItem, .MenueItemSelected {
  font-size: 2em;
  width: 100%;
  height: 2em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #FFFFFF;
  padding-top: 0.5em;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 10px;

}

.MenueIcon {
  display: block;
  float: left;
  width: 6em;
  height: 6em;
  margin-right: -4em;
  margin-left: 0.8em;
}

.MenueTextLeft {
  font-size: 1.6em;
  float: left;
  display: inline-block;
  margin-top: 3.1em;
  margin-right: -4em;
  margin-left: -0.7em;
}

.MenueSpacer {
  display: block;
  margin-top: 5em;
}

.FrameContent {
  overflow: auto;
  width: 98%;
  display: block;
  top: 0px;
  padding-left:20px;
  padding-right:20px;
}

/* Next & previous buttons */
.prev, .next {
  font-weight: bold;
  font-size: 2em;
}

.slideshow-container {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.technik1 {
  width: 350px;
}

.technik2, .technik3 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.technik4 {
  width: 346px;
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style-image: url('../images/check2.gif');
  margin-left: 20px;
}

li {
  margin-top: 20px;
}

.BarOrange_large {
  color: #FFFFFF;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table {
  width: 98%;
  display: grid;
}

.floated_right {
  font-size: 180%;
}

.sp1, .sp2, .sp3, .sp4 {
  font-size: 150%;
}

.sp1, .sp2{
  font-weight: bold;
}

.sp2 {
  width: 100%;
  padding-left: 15px;
}

.sp3 {
  float: left;
  padding-left: 50px;
  width: 100%;
}

.sp4 {
  width: 100vw;
  text-align: right;
  padding-right: 20px;
}

.new_paragraph_small {
  font-size: 50%;
  margin-bottom: 20px;
}

