*{
  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: #ff6a00;*/
  background: #232eff;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width:100%;
  position: absolute;
  padding: 0;
  margin: 0;
}
.titelleiste {
    padding: 10px;
    background-color: rgb(0, 0, 0, 0.8);
    width: 100%;
}

.titelleiste_b {
  padding: 10px;
  background-color: rgb(58, 255, 235, 0.8);
  width: 100%;
}

.titelleiste_g {
  padding: 10px;
  background-color: rgb(58, 120, 235, 0.8);
  width: 100%;
}

.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;
}
.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: #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: #140cff;
	    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: #001cff;
  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: #fff;
 text-align: center;
 font-weight: 100;
 font-variant: small-caps;
}
h2 {
 font-size: 18pt;
 text-align: center;
 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: #fff;
	font-variant: small-caps;
}
h5 {
font-size: 12pt;
font-weight: 100;
color: #fff;
font-variant: small-caps;
}
.img{
	width: 400px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.bild{
	width: 450px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.logo{
	position:absolute;
    bottom:10px;
	width: 300px; 
}
.one {
  background: url(../images/bild_5.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100%;
  background-attachment: fixed;
}
.two{
  background: url(../images/bild_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100%;
  background-attachment: fixed;
  height: 100%;
  width:100%;
  overflow-y: auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.two::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.two {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.daten{
  background: url(../images/bild_4.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100%;
  background-attachment: fixed;
  height: 100%;
  width:100%;
  overflow-y: auto;
}
.daten::-webkit-scrollbar {
  display: none;
}
.daten {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.impressum{
  background: url(../images/bild_3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100%;
  background-attachment: fixed;
  height: 100%;
  width:100%;
  overflow-y: auto;
}
.impressum::-webkit-scrollbar {
  display: none;
}
.impressum {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.allgemein{
  background: url(../images/bild_1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100%;
  background-attachment: fixed;
  height: 100%;
  width:100%;
  overflow-y: auto;
}
.allgemein::-webkit-scrollbar {
  display: none;
}
.allgemein {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.service{
  background: url(../images/bild_2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100%;
  background-attachment: fixed;
  height: 100%;
  width:100%;
  overflow-y: auto;
}
.service::-webkit-scrollbar {
  display: none;
}
.service {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.window {
  /*background: rgba(0,0,0,0.3);*/
  background: url(../images/lb.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100%;
}
.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;
}

.select {
  border: 1px solid #001cff;
  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 #001cff;
  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 #001cff;
  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: #001cff;
  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;
}

.bar {
	width:90%;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 10px;
	/*background-color:#f8f8f8;*/
	background-color: transparent;
	cursor:pointer;
	top: 0px;
	/*margin:10px 0 5px 10px;
	padding:20px;*/
}
.blog {
	width:90%;
	display: block;
	margin-left: auto; 
	margin-right: auto;
	padding: 20px;
}
.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) {
.bez{
display: inline-block;
width: 400px; 
font-size: 14pt;
margin-top: 10px;
		}
.bezk{
display: inline-block;
width: 310px; 
font-size: 14pt;
margin-top: 10px;
		}
.image {
	width: 300px;
}
.nav{
      width: 280px;
	  font-size: 12pt;
      height: 100%;
      background: #222;
      position: fixed;
      top: 0;
      right: -280px;
      padding: 10px;
      overflow: scroll;
      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: #140cff;
	    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: 350px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.bild{
	width: 400px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.logo{
	width: 200px; 
	position:absolute;
    bottom:10px;
}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape)
{
.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: scroll;
      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: #140cff;
	    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: 10px;
  margin-right: 10px;
}
.img{
	width: 280px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.bild{
	width: 300px; 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}	
.logo{
	width: 300px; 
	position:absolute;
    bottom:10px;
}
}


@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;
}
}

.tooltip {
  position: relative;
  /*display: inline-block;
  border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 90px;
  background-color: #099725;
  color: #fff;
  font-family: Segoe UI;
  font-size: 10pt;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 0;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 50%;
  margin-left: -45px;
  /*Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 2s;
  -moz-opacity: 0;
  -moz-transition: opacity 2s;
  -webkit-opacity: 0;
  -webkit-transition: opacity 2s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #267f00 transparent transparent transparent;
}
