body {
  background-color: white;
}

.Header,
.Body_E01 {
	max-width: 1500px;
	padding: 10px;
	margin: 0 auto;
}

.Body_E02 {
  max-width: 1500px;
  margin: 0 auto;
}




.Header .logo {
    float: left;
    display: b
}



.HeaderC {
width: 100%; 
z-index: 1000000; 
position: fixed; 
right: 0px; 
top: 0px; 
height: 140px;
background-color: rgb(36,36,36); 
}

.cbuff {
  height: 140px;
}

@media (max-width: 1300px) {
  .HeaderC {height: 290px;}
  .cbuff {height: 290px;}
}




.Header {
  background-color: rgb(36,36,36); 
  height: 110px;
}

  




.Header input {
  margin-top: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  opacity: 0.53;
  margin: 7px 0 0;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  border: 1px solid white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 20px/normal "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.85);
  width: 200px;
  outline-color: rgb(233, 6, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.Header input:hover {
  box-shadow: inset 0 1px 2px rgba(233,0,0,0.39);
  width: 210px;
}

.Header button {
    border: 1px solid rgba(233, 6, 0, 0.85);
    color: white;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    font-size: 19px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: rgba(255,255,255,0.0);
}

.Header button:hover {
    color: rgb(233, 6, 0);
    border: 2px solid rgba(255,255,255, 0.85);
}



.Header nav {
    float: right;
    padding-top: 20px;
    padding-right: 10%
}

.Header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Header li {
    float: left;
}

.Header nav a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    color: white;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.Header nav a:hover {
    border-color: white;
         -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     -ms-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
    
    }
.Header nav a:hover span {
  font-size: 25px;
       -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     -ms-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
    
    }
.Header span {
     color: rgb(255, 255, 255);
     font-size: 22px;
}


.center {
    width: 1637px;
}


/* AzeS : Clearfix Section*/

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* AzeS : Clearfix Section End */

/* AzeS : Slieder area */

.Background_0 {
    background-image: url(../IMG/LAY/PLATTFORM_BK.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.Background_1 {
    background-image: url(../IMG/LAY/Keys.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.Background_2 {
    background-image: url(../IMG/LAY/Path%20Through%20meadow.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.Space_0 {
    padding-bottom: 1%;
}

.Body_Wrapp {
    border: 1px solid black;
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 10%;
    padding-bottom: 10%;
    -webkit-transition: all 5s ease-in-out;
     -moz-transition: all 5s ease-in-out;
     -o-transition: all 5s ease-in-out;
     -ms-transition: all 5s ease-in-out;
     transition: all 5s ease-in-out;
}

.Body_Wrapp:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.Body_Wrapp_0 {
    border: 1px solid black;
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 3%;
    padding-bottom: 3%;
    -webkit-transition: all 5s ease-in-out;
     -moz-transition: all 5s ease-in-out;
     -o-transition: all 5s ease-in-out;
     -ms-transition: all 5s ease-in-out;
     transition: all 5s ease-in-out;    
}

.Body_Wrapp_0:hover {
 background-color: rgba(255, 255, 255, 0.5);
}

.Body_Wrapp_1 {
    border: 1px solid black;
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 5s ease-in-out;
     -moz-transition: all 5s ease-in-out;
     -o-transition: all 5s ease-in-out;
     -ms-transition: all 5s ease-in-out;
     transition: all 5s ease-in-out;    
}

    .button:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
}

    .button_b {
    border: 2px solid black;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

    .button_b:hover {
    background-color: black;
    color: white;
    border: 2px solid white;
}

    .button_W {
    border: 2px solid black;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

    .button_W:hover {
    background-color: white;
    color: black;
    border: 2px solid grey;
}


@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}



.acc-container {
  width:100%;
  margin: auto;
  overflow:hidden;
  border-bottom: 1px solid black;
}

.acc-btn h1 {
  color: white;
}

.acc-btn:hover h1 {
  color: black;
}

.acc-btn h2 {
  font-size: 20pt;
  color: white;
}

.acc-btn:hover h2 {
  color: black;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:30px 25px;

  cursor:pointer;
  background: rgb(36, 36, 36);
  
  
      -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}

.acc-btn {
  border-top: 1px solid black;
}
.acc-btn:first-child {
  border-top: 1px solid black;
}

.acc-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background: rgb(255, 255, 255, 0.3);
}

.acc-content nav ul {
  list-style: none;
}

.acc-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 25px;
  padding-left: 5px;
    -webkit-transition: all 0.6s ease-in-out;
     -moz-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
     -ms-transition: all 0.6s ease-in-out;
     transition: all 0.6s ease-in-out;
}

.acc-content li {

  padding-top: 10px;
  padding-bottom: 10px;
    border-bottom:1px solid black;
      -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;

}

.acc-content li:hover {
    padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.3);
}

.acc-content li:hover p {
  font-size: 30px;
  padding-left: 15px;
  color: rgb(255, 255, 255);
}


.TEXT_INDEX_ET1 h1 {
 color: black;
 font-size: 28pt;
}

.TEXT_INDEX_ET1 h3 {
   padding-top: 3%;
   color: black;
   font-size: 24pt;
}

.TEXT_INDEX_ET1 article p {
  max-width: 490px;
  font-size: 16pt;
}

.TEXT_INDEX_ET1 article {
  float: left;
  display: block;
  width: 50%;
  padding-left: 5%;
}

.TEXT_INDEX_ET1 article ul {
  list-style: none;
}


.TEXT_INDEX_ET1 section {
display: inline-block;
padding-top: 6%;
padding-left: 5%;
}
.TEXT_INDEX_ET1 section h3 {
  padding-bottom: 3%;
}

.TEXT_INDEX_ET1 section p {
font-size: 16pt;

}

.acc-content-inner {
  padding:30px;
}

.open {
  height: auto;
}



.selected {
  color:#000000;
}



#slider {
  width: 100%;
  border: 1px solid black;
}

#images {
    width : 4800px;
    height: 500px;
  margin: 115px 0 0;
    overflow: hidden;
    animation: slide 10s infinite ease-in-out;
}

#images img {
    float: left;
}

@keyframes slide {
      0% { margin-left: 0; }
   28% { margin-left: 0; }
     33% { margin-left: -1600px; }
   61% { margin-left: -1600px; }
     66% { margin-left: -3200px; }
   95% { margin-left: -3200px; }
    100% { margin-left: 0; }
}

/* Codepen Preview Mode */

@media only screen and (height: 300px) {
  #slider {
    margin-top: -430px;
    transform: scale(.5,.5);
  }
}

.produkt_suche  {
    
}

/*
.suche_form input {
    position: absolute;
    z-index: 1;
    display: block;
    margin-top: 75px;
    margin-left: 40%;
    
}
.suche_form button {
    position: absolute;
    z-index: 1;
    display: block;
    margin-top: 75px;
    margin-left: 55%;
}
*/

.suche_form {
  position: relative;
  float: right;
}

.INDEX_OUTRO h2 {
  font-size: 28pt;
  color: black;
}


.INDEX_OUTRO p {
  font-size: 16pt;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: rgb(36, 36, 36);
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 30%;
    height: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s

}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: rgb(36, 36, 36);
    border-bottom: 1px solid black;
   
}

.modal-header h2 {
  margin-top: 10px;
  color: white;
}


.modal-body {
  padding: 2px 16px;
  height: 300px;
  width: 100%;
}
.modal-body form {
  text-align: center;
  width: 100%;
  padding-top: 40px;
}

.modal-body form a {

}

.modal-body div {
  width: 100%;
}


.modal-footer {
    padding: 2px 16px;
    padding-top: 1%;
    height: 50px;
    background-color: rgb(36, 36, 36);
}

.modal-footer marquee {
  color: white;
  font-size: 16pt;
}

.errMsg p {
  color: white;
}



.modal-body input {
  margin-top: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  opacity: 0.53;
  margin: 7px 0 0;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  border: 1px solid white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 20px/normal "Times New Roman", Times, serif;

  color: black;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,0.85);
  width: 400px;
  outline-color: rgb(233, 6, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.modal-body input:hover {
  box-shadow: inset 0 1px 2px rgba(233,0,0,0.39);
  width: 410px;
}

.modal-body p {
  color: white;
}


.modal-body nav ul {
  list-style: none;
}

.modal-body button,
.modal-body a {
    border: 2px solid black;
    color: white;
    padding: 6px 9px;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    font-size: 19px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: rgba(255,255,255,0.0);
    font-size: 16pt;
}

.modal-body button:hover,
.modal-body a:hover {
    color: black;
    background-color:  white;
}


.W_PHARSEPKL_NU {

}

.W_PHARSEPKL_NU a {
  border-bottom: 1px solid white;
      -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.W_PHARSEPKL_NU a:hover {
  font-size: 14pt;
}


.W_PHARSEPKL_NU a, .W_PHARSEPKL_NU p  {
color: white;
  text-shadow: 0px 0px 3px rgba(36, 36, 36, 1);
  font-size: 12pt;
}