body {
  background-color: white;
}

.Header,
.Body_E01 {
	max-width: 1500px;
	padding: 10px;
	margin: 0 auto;
}




.Header .logo {
    float: left;
}

.Header input {
  margin-top: 50%;
}

.Header nav {
    float: right;
    padding-top: 20px;
}

.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: #8D8B8B;
    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: #575757;
         -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: #8D8B8B;
}

.LinForm nav {
    padding-top: 10px;
}

.LinForm ul {
    list-style: none;
    display: block;
}

.LinForm li {
    float: right;
    padding: 1% 2%;
}

.LinFormUl_0 {
    padding-top: 0%;
    margin-top: auto; 
}

.LinFormUl_0 li {
    float: right;
    padding-right: 224px;
}

.LinFormUl_0 li:first-child {
    padding-right: 105px;
}

.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(255, 255, 255, 0.1);
    padding-top: 10%;
    padding-bottom: 10%;
}

.Body_Wrapp_0 {
    border: 1px solid black;
    background-size: auto;
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 0%;
    padding-bottom: 0%;
}

    .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 white;
    color: white;
    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;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:20px 25px;
  cursor:pointer;
  background: rgba(233, 6, 0, 0.1);
  border-bottom:1px solid #2C3E50;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background: rgba(233, 6, 0, 0.4);
}

.acc-content-inner {
  padding:30px;
}

.open {
  height: auto;
}



.selected {
  color:#000000;
}



#slider {
  width: 100%;
  border: 2px 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;
}