*{
  box-sizing: border-box;
  /*text-shadow: 1px 1px 0px #000;*/
  font-size: 16pt;
  color: #fff;
  font-family: Segoe UI, Arial, "Segoe UI" !important;
}
html,body{
  background: url(../images/hintergrund.png);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width:100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.titelleiste {
    padding: 10px;
    background-color: rgb(233, 110, 66, 0.8);
    width: 100%;
}
.videos {
        width: 90%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
.bez{
display: inline-block;
width: 550px; 
font-size: 14pt;
margin-top: 10px;
		}
.bezk{
display: inline-block;
width: 510px; 
font-size: 14pt;
margin-top: 10px;
		}
.image {
	width: 500px;
}
.push{
    overflow-x: hidden;
    position: relative;
    left: 0;
}

p{
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16pt;
  font-weight: 100;
  font-variant: small-caps;
}
.ball
{
	list-style-image:url(../images/ball.png);
	font-weight: 100;
	font-variant: small-caps;
}
.haken
{
	list-style-image:url(../images/haken.gif);
	font-weight: 100;
	font-variant: small-caps;
}
.select {
  border: 1px solid #099725;
  font-family: Segoe UI, Arial, "Segoe UI";
  font-weight: 100;
  font-variant: small-caps;
  color: #fff;
  font-size: 1.2em;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 268px;
  background-color: rgba(15, 43, 255, .47);
}

.input[type="text"],
.input[type="password"],
.input[type="date"] {
  border: 1px solid #099725;
  color: #fff;
  font-size: 1.2em;
  font-family: Segoe UI, Arial, "Segoe UI";
  font-weight: 100;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 268px;
  background-color: rgba(15, 43, 255, .47);
}

.input[type="text"]:focus,
.input[type="password"]:focus,
.input[type="date"]:focus {
  border: 1px solid #f75c1a;
}

.textarea {
  border: 1px solid #099725;
  font-family: Segoe UI, Arial, "Segoe UI";
  color: #fff;
  font-size: 1.2em;
  font-weight: 100;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 268px;
  background-color: rgba(15, 43, 255, .47);
}

.errorField {
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 1.2em;
  font-weight: 100;
  margin: 5px 0 6px 0;
  padding: 5px;
  background-color: #d2d2d2;
  width: 220px;
}
.button {
  background-color: #099725;
  color: #fff;
  font-variant: small-caps;
  /*padding: 12px 30px;*/
  height: 60px;
  text-align: center;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.button:hover {
  opacity: 1;
}
.master-wrapper{
  height:100%;
  width:100%;
}
.wrapper{
  position: absolute;
  height: 100px;
  width:100%;
  z-index: 99997;
  background: transparent;
  margin: -60px 0px;
}
.wrapper ~ .bottom{

  height: 50px
}
.wrapper ~ .bottom:hover{
  height: 100px;
}
.nav{
    width: 280px;
    height: 100%;
    /*background: #095125;*/
	background: #222;
    position: fixed;
    top: 0;
    right: -280px;
    padding: 10px;
    overflow: auto;
    border-radius: 5px;
    z-index: 99998;
	transition: right 0.6s ease-in-out;
    box-shadow: 0px 0px 10px #000
    }
.nav-down{
  right: 0px;
  transition: right 0.6s ease-in-out;
}
 .nav li{
      width: 100%;
      text-align: left;
      line-height: 35px;
      height: 35px;
      color:  #fff;
      font-size: 12pt;
	  font-variant: small-caps;
          }

    .nav a{
      display: block;
      pointer-events: auto;
      color:  #fff;
      text-decoration: none;
      background: transparent;
      transition: background 1s ease-in-out;
	  font-variant: small-caps;
    }

    .nav a:hover{
      background: #f55e1f;
	  color: #fff;
      border-radius: 5px;
    }
    .nav-active{
      background: rgba(0,0,0,0.3);
      border-radius: 5px;
      transition: background 1s ease-in-out;
    }
	
.line{
  position: relative;
  top: calc(50% + 5px);
  width: 100%;
  height: 6px;
  background: #099725;
  box-shadow:0px 0px 10px #000;

}
.page{
  width: 100%;
  height: auto;
  /*height: 100%*/
  position: relative;
  padding: 25px 1em;
}
.main{
  display: block;
  margin-left: 120px;
  margin-right: 120px;
}

h1 {
 font-size: 24pt;
 /*color: #007976;*/
 color: #ffff;
 text-align: center;
 font-weight: 100;
 font-variant: small-caps;
}
h2 {
 font-size: 18pt;
 text-align: center;
 /*color: #007976;
 color: #45AA02;*/
 color: #fff;
 font-weight: 100;
 font-variant: small-caps;
}
h3 {
    font-size: 24pt;
    color: #fff;
	font-weight: 100;
	text-align: center;
	font-variant: small-caps;
}
h4 {
    font-size: 18pt;
	font-weight: 100;
    /*color: #007976;*/
	color: #000;
	font-variant: small-caps;
}
h5 {
    color: #000;
    font-size: 14pt;
    font-weight: 100;
	font-variant: small-caps;
	/*text-shadow: 0px;*/
}
.img{
	width: 600px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.bild{
	width: 800px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.one{
  background: rgba(0,0,0,0.3);
  
}
.two{
  /*background: none;*/
  background: rgba(0,0,0,0.5);
}
.trigger{
  position: fixed;
  height: 55px;
  width: 55px;
  top: 10px;
  right: 10px;
  padding: 0.25em;
  z-index: 99999;
  font-size: 28pt;
  color: #fff;
  cursor: pointer;
  /*background: #095125;*/
  background: rgba(0,0,0,0.4);
  border-radius: 5px;
}
.trigger:before{
  content: "";

}
.menu{
  font-size: 18pt;
  margin-left: 6px;
  padding: 0;
  font-weight: 100;
}
.close{
  display: none;
  font-size: 36pt;
  margin-top: -19px;
  margin-left: 4px;
  padding: 0;
  font-weight: 100;
}
footer .wrapper{
  position: relative;
  height: 100px;
  width:100%;
  z-index: 99997;
  background: transparent;
  margin: -5px 0px;
  bottom: 50px;
}
.bar {
	width:90%;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 10px;
	/*background-color:#f8f8f8;*/
	background-color: #fff;
	cursor:pointer;
	top: 0px;
	/*margin:10px 0 5px 10px;
	padding:20px;*/
}
.blog {
	width:90%;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	padding: 10px;
}
.back {
/*border: 1px solid #e42000;*/
/*border: 1px solid #cbcbcb;
border-radius: 10px; 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;*/
padding: 10px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 29%, rgba(237,237,237,1) 68%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(29%,rgba(243,243,243,1)), color-stop(68%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 29%,rgba(237,237,237,1) 68%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
  overflow-x: auto;
  min-height: 0.01%;
  margin-bottom: 18px;
  /*overflow-y: hidden;*/
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-left: 10px;
  margin-right: 10px;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
@media screen and (max-width:900px) {
html,body{
  background: url(../images/hintergrund.png);
  background-size: cover;
  background-attachment: fixed;
  /*height:100%;*/
  height: auto;
  min-height: 900px;
  width:100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.bez{
display: inline-block;
width: 400px; 
font-size: 14pt;
margin-top: 10px;
		}
.bezk{
display: inline-block;
width: 410px; 
font-size: 14pt;
margin-top: 10px;
		}
.image {
	width: 400px;
}
.nav{
      width: 280px;
	  font-size: 12pt;
      height: 100%;
      background: #222;
      position: fixed;
      top: 0;
      right: -280px;
      padding: 10px;
      overflow:;
      border-radius: 5px;
      z-index: 99998;
      transition: right 0.6s ease-in-out;
      box-shadow: 0px 0px 10px #000
    }
.nav-down{
 right: 0px;
  transition: right 0.6s ease-in-out;
}
 .nav li{
      width: 100%;
      text-align: left;
      line-height: 35px;
      height: 35px;
      color:  #fff;
      font-size: 12pt;
	  font-variant: small-caps;
          }

    .nav a{
      display: block;
      pointer-events: auto;
      color:  #fff;
      font-size: 12pt;
	  font-variant: small-caps;
      text-decoration: none;
      background: transparent;
      transition: background 1s ease-in-out;

    }

    .nav a:hover{
      background: #f55e1f;
	  color: #fff;
      border-radius: 5px;
    }
    .nav-active{
      background: rgba(0,0,0,0.3);
      border-radius: 5px;
      transition: background 1s ease-in-out;
    }
	
.main{
  display: block;
  margin-left: 50px;
  margin-right: 50px;
}
.img{
	width: 450px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.bild{
	width: 450px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape)
{
html,body{
  background: url(../images/hintergrund.png);
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  width:100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.bez{
display: inline-block;
width: 280px; 
font-size: 14pt;
margin-top: 10px;
		}
.bezk{
display: inline-block;
width: 290px; 
font-size: 14pt;
margin-top: 10px;
		}
.image {
	width: 280px;
}
.nav{
      width: 280px;
	  font-size: 12pt;
      height: 100%;
      background: #222;
      position: fixed;
      top: 0;
      right: -280px;
      padding: 10px;
      overflow:;
      border-radius: 5px;
      z-index: 99998;
      transition: right 0.6s ease-in-out;
      box-shadow: 0px 0px 10px #000
    }
.nav-down{
 right: 0px;
  transition: right 0.6s ease-in-out;
}
 .nav li{
      width: 100%;
      text-align: left;
      line-height: 35px;
      height: 35px;
      color:  #fff;
      font-size: 12pt;
	  font-variant: small-caps;
          }

    .nav a{
      display: block;
      pointer-events: auto;
      color:  #fff;
      font-size: 12pt;
	  font-variant: small-caps;
      text-decoration: none;
      background: transparent;
      transition: background 1s ease-in-out;
    }

    .nav a:hover{
      background: #f55e1f;
	  color: #fff;
      border-radius: 5px;
    }
    .nav-active{
      background: rgba(0,0,0,0.3);
      border-radius: 5px;
      transition: background 1s ease-in-out;
    }
	
.main{
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}
.img{
	width: 300px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto
}
.bild{
	width: 300px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto
}	
}


@media(min-width: 100px) and (max-width: 767px) {
.slidermain {
    width: 90%;
    margin: auto;
    overflow: hidden;
    color: #fff
}
.slider .buttom-circles .buttom-circles-list:hover .fa:before, .slider .buttom-circles .buttom-circles-list.slider-active .fa:before {
	content: "O";
	color: #ff0000;
	font-size: 8pt;

}
}
@media(min-width: 768px) and (max-width: 991px) { 
.slidermain {
    width: 60%;
    margin: auto;
    overflow: hidden;
    color: #fff
}
.slider .buttom-circles .buttom-circles-list:hover .fa:before, .slider .buttom-circles .buttom-circles-list.slider-active .fa:before {
	content: "O";
	color: #ff0000;
	font-size: 8pt;

}
}
@media(min-width: 992px) and (max-width: 1199px) { 
.slidermain {
    width: 65%;
    margin: auto;
    overflow: hidden;
    color: #fff
}
.slider .buttom-circles .buttom-circles-list:hover .fa:before, .slider .buttom-circles .buttom-circles-list.slider-active .fa:before {
	content: "O";
	color: #ff0000;
	font-size: 10pt;

}
}
@media(min-width: 1200px) { 
.slidermain {
    width: 45%;
    margin: auto;
    overflow: hidden;
    color: #fff
}
.slider .buttom-circles .buttom-circles-list:hover .fa:before, .slider .buttom-circles .buttom-circles-list.slider-active .fa:before {
	content: "O";
	color: #ff0000;
	font-size: 12pt;

}
}
.slider {
    position: relative
}
.slider .slider-parent {
    padding: 0;
    display: flex
}
.slider .slider-parent .images-list {
    background-size: cover;
}

.slider .buttom-circles .buttom-circles-list {
    display: inline-block;
}

.slider > .fa {
    position: absolute;
    top: 45%
}

@media(min-width: 100px) and (max-width: 767px) {
.slider > .fa:first-of-type { right: 0px; height: 25px; width: 15px; border-radius: 3px 0 0 3px; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:last-of-type { left: 0px; height: 25px; width: 15px; border-radius: 0 3px 3px 0; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:first-of-type:hover {background-color: #000;}
.slider > .fa:last-of-type:hover {background-color: #000;}
.slider .fa {
    text-shadow: 3px 3px 3px #555;
    cursor: pointer;
}	
	.fa-circle-thin:before{
	content:"O";
	color:#000;
	font-size: 8pt;
	} 
    .slider > .fa { font-size: 25px }
	/*.slider .buttom-circles .buttom-circles-list { visibility: hidden }*/
    .slider .buttom-circles .buttom-circles-list { font-size: 8pt }
	.slider .buttom-circles {
    position: absolute;
    transform: translate(-50%, -50%);   
	left: 30%;
    bottom: -20px;
}
.size-next {
	width: 15px; margin-left: 5px; margin-bottom: 8px;
}
.size-prev {
	width: 15px; margin-bottom: 8px; margin-left: -5px;
}
}
@media(min-width: 768px) and (max-width: 991px) { 
.slider > .fa:first-of-type { right: 0px; height: 25px; width: 15px; border-radius: 3px 0 0 3px; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:last-of-type { left: 0px; height: 25px; width: 15px; border-radius: 0 3px 3px 0; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:first-of-type:hover {background-color: #000;}
.slider > .fa:last-of-type:hover {background-color: #000;}
.slider .fa {
    text-shadow: 3px 3px 3px #555;
    cursor: pointer;
}
.fa-circle-thin:before{
	content:"O";
	color:#000;
	font-size: 10pt;
	} 
    .slider > .fa { font-size: 25px }
	/*.slider .buttom-circles .buttom-circles-list { visibility: hidden }*/
    .slider .buttom-circles .buttom-circles-list { font-size: 10pt }
	.slider .buttom-circles {
    position: absolute;
    transform: translate(-50%, -50%);   
	left: 35%;
    bottom: -20px;
}
.size-next {
	width: 15px; margin-left: 5px; margin-bottom: 8px;
}
.size-prev {
	width: 15px; margin-bottom: 8px; margin-left: -5px;
}
}
@media(min-width: 992px) and (max-width: 1199px) { 
.slider > .fa:first-of-type { right: 0px; height: 45px; width: 35px; border-radius: 3px 0 0 3px; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:last-of-type { left: 0px; height: 45px; width: 35px; border-radius: 0 3px 3px 0; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:first-of-type:hover {background-color: #000;}
.slider > .fa:last-of-type:hover {background-color: #000;}
.slider .fa {
    text-shadow: 3px 3px 3px #555;
    cursor: pointer;
}
.fa-circle-thin:before{
	content:"O";
	color:#000;
	font-size: 10pt;
	} 
    .slider > .fa { font-size: 25px }
    .slider .buttom-circles .buttom-circles-list { font-size: 10pt }
	.slider .buttom-circles {
    position: absolute;
    transform: translate(-50%, -50%);   
	left: 30%;
    bottom: -20px;
}
.size-next {
	width: 25px; margin-left: 10px; margin-top: 10px;
}
.size-prev {
	width: 25px; margin-top: 10px;
}
}
@media(min-width: 1200px) { 
.slider > .fa:first-of-type { right: 0px; height: 45px; width: 35px; border-radius: 3px 0 0 3px; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:last-of-type { left: 0px; height: 45px; width: 35px; border-radius: 0 3px 3px 0; background-color: rgba(115, 115, 115, 0.8);}
.slider > .fa:first-of-type:hover {background-color: #000;}
.slider > .fa:last-of-type:hover {background-color: #000;}
.slider .fa {
    text-shadow: 3px 3px 3px #555;
    cursor: pointer;
}
.fa-circle-thin:before{
	content:"O";
	color:#000;
	font-size: 12pt;
	} 
    .slider > .fa { font-size: 25px }
    .slider .buttom-circles .buttom-circles-list { font-size: 12pt }
	.slider .buttom-circles {
    position: absolute;
    transform: translate(-50%, -50%);   
	left: 50%;
    bottom: -20px;
}
.size-next {
	width: 25px; margin-left: 10px; margin-top: 10px;
}
.size-prev {
	width: 25px; margin-top: 10px;
}
}