html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
}

/* roboto-mono-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-mono-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* roboto-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* poppins-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* poppins-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  

section {
    min-height: 100%;
}

a {
    text-decoration: none;
    font-size: 16px;
}

li {
    list-style-type: none;
}

h1 {
    font-family: 'Poppins';
    font-weight: 700;
    color: #000000  ;
}


h2, h3, a {
    color: #000000 ;
    font-family: 'Poppins';
    font-weight: 500;
}

h3 {
    font-size: 40px;
    padding-top: 3%;
    margin-bottom: 5px;
}


h4, p {
    font-family: 'Poppins';
    color: #000000   ;
    font-size: 16px;
}

h5 {
    font-family: 'Poppins';
    color: #000000   ;
    font-size: 16px;
}

hr {
    width: 400px;
    height: 3px;
    background: #000000;
    border: 0;
    margin: 0 auto 40px auto;
}

#logo, li, img, .fa-bars {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms}
.fa-bars {display: none;}


/* HEADER ****************************************************************/

header {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0%;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


#logo {
    width: 140px;
    float: left;
    margin: 10px 0 0 50px;
}

#logo img {
    width: 100%;
}

#logo img:hover {
    opacity: 0.7;
}

header nav {
    float: right;
    margin: 10px 50px 0 0;
}

header nav ul li {
    float: left;
    margin-left: 25px;
}

header nav ul li a {
    font-size: 16 px;
}

header nav ul li:hover {
    opacity: 0.7;
}

/* HOME ****************************************************************/

#home {
    background: url(../img/Overview.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 1;
}

#home h1 {
    margin: 450px auto 0 auto;
    font-size: 110px;
    background-color: rgba(122, 183, 122, 0.55);
    
   
}

#home h2 {
    margin: 0 auto 0 auto;
    font-size: 25px;
    background-color: rgba(122, 183, 122, 0.55);
    
}

#home img {
    width: 32px;
    margin-top: 150px;
    opacity: 0.5;
}

#home img:hover {
    opacity: 0.7;
}


/* MOTIVATION ****************************************************************/

#motivation {
    background-color: #ffffff;
    height: auto;
}

#motivation img {    
    width: auto;
    height: auto;
    border-radius: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#motivation h4 {
    font-size: 25px;
}

#motivation p {
    text-align: justify;
    width: 1024px;
    height: auto;
    margin: 0 auto 0 auto;
}

#motivateus {
    display: block;
    width: 1024px;
    margin: 0 auto 0 auto;
}

#motivateus p {
    text-align: justify;
    width: 450px;
    height: 390px;
    margin: 0 auto 0 auto;
    padding: 20px;

}

#motivateus img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 240px;
    height: 195px;
    border-radius: 15%;
}

#motivateus ul {
    padding: 0;
}

#motivateus ul li {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}

#motivateus p:nth-child(1) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#motivateus p:nth-child(2) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: justify;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#motivateus p:nth-child(3) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: justify;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#motivateus p:nth-child(4) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: justify;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}

/* FUTURE ****************************************************************/

#future {
    background-color: white;
    display: block;
    height: auto;
}

#future p {
    text-align: justify;
    width: 1024px;
    margin: 0 auto 0 auto;
}

/* current_tech ****************************************************************/

#current_tech {
    display: block;
    width: 1024px;
    margin: 0 auto 0 auto;
}

#current_tech img {
    width: 236px;
    height: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15%;
}

#current_tech ul {
    padding: 0;
}

#current_tech ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

#current_tech p {
    text-align: justify;
    width: 333px;
    height: 250px;
    margin: 0 auto 0 auto;
}

#current_tech p:nth-child(1) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#current_tech p:nth-child(2) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}


/* RECYCLING ****************************************************************/

#recycling {
    display: block;
    width: 1024px;
    margin: 0 auto 0 auto;
}

#recycling img {
    width: 236px;
    height: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15%;
}

#recycling ul {
    padding: 0;
}

#recycling ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 15px;
}

#recycling p {
    text-align: justify;
    width: 333px;
    height: 250px;
    margin: 0 auto 0 auto;
}

#recycling p:nth-child(1) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#recycling p:nth-child(2) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#recycling p:nth-child(3) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#recycling p:nth-child(4) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#recycling p:nth-child(5) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}



/* ABOUT ****************************************************************/

#about {
    background-color: #ffffff;
}

#about img {
    width: 480px;
    border-radius: 0;
}


#about h4 {
    font-size: 25px;
}

#about p {
    text-align: justify;
    width: 1024px;
    margin: 0 auto 0 auto;
}

#aboutus {
    display: flex;
    width: 1024px;
    margin: 0 auto 0 auto;
}

#aboutus img {
    width: 200px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#aboutus ul {
    padding: 0;
}

#aboutus ul li {
    width: 25%;
    float: left;
    margin-bottom: 15px;
}

#aboutus p {
    text-align: justify;
    width: 240px;
    height: 250px;
    margin: 0 auto 0 auto;
}

#aboutus p:nth-child(1) { background-color: white; flex: 1; margin: 0 10px 0 8px; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);}
#aboutus p:nth-child(2) { background-color: white; flex: 1; margin: 0 20px 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);}
#aboutus p:nth-child(3) { background-color: white; flex: 1; margin: 0 20px 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);}
#aboutus p:nth-child(4) { background-color: white; flex: 1; margin: 0 20px 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: center;  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);}




/* PROJECTS ****************************************************************/

#projects {
    background-color: #ffffff;
}


#projekte {
    text-align: left;
    width: 1024px;
    margin: auto;
    display: flex;
}

#projekte ul {
    padding: 0;
}

#projekte ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

#projekte img {
    width: 320px;
    height: 240px;
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#projekte p {
    text-align: justify;
    width: 400px;
    height: 900px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

#projekte p:nth-child(1) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#projekte p:nth-child(2) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#projekte p:nth-child(3) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#projekte p:nth-child(4) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}

/* FINISHED_PROJECTS ****************************************************************/
#finished_projects {
    background-color: #f2f2f2;

}

#finished_projects p {
    width: 1024px;
    margin: 0 auto 0 auto;
    text-align: justify;
}

#finished_projekte {
    text-align: left;
    width: 1024px;
    height: auto;
    margin: 0 auto 0 auto;
    display: flex;
}

#finished_projekte ul {
    padding: 0;
}

#finished_projekte ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 15px;
}

#finished_projekte img {
    width: 425px;
    height: auto;
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#finished_projekte p {
    text-align: justify;
    width: 200px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

#finished_projekte p:nth-child(1) { background-color: white; flex: 1; margin: 0 20px 20px 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#finished_projekte p:nth-child(2) { background-color: white; flex: 1; margin: 0 20px 20px 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}

/* FINISHED_WORKSHOPS ****************************************************************/
#finished_workshops {
    background-color: #f2f2f2;
}

#finished_workshops p {
    width: 1024px;
    margin: 0 auto 0 auto;
    text-align: center;
}

#finished_workshop {
    text-align: center;
    width: 1024px;
    height: auto;
    margin: 0 auto 0 auto;
    display: flex;
    padding-left: 160px;

}

#finished_workshop ul {
    padding: 0;
}

#finished_workshop ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

#finished_workshop img {
    width: 425px;
    height: auto;
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#finished_workshop p {
    text-align: center;
    width: 600px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

#finished_workshop p:nth-child(1) { background-color: white; flex: 1; margin: 0 20px 20px 20px; border: 0px solid #494949; border-radius: 0px; text-align: center; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#finished_workshop p:nth-child(2) { background-color: white; flex: 1; margin: 0 20px 20px 20px; border: 0px solid #494949; border-radius: 0px; text-align: center; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#finished_workshop p:nth-child(3) { background-color: white; flex: 1; margin: 0 20px 20px 20px; border: 0px solid #494949; border-radius: 0px; text-align: center; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#finished_workshop p:nth-child(4) { background-color: white; flex: 1; margin: 0 20px 20px 20px; border: 0px solid #494949; border-radius: 0px; text-align: center; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}

 /* Slideshow container */
 .slideshow-container {
    position: relative;
    background: #f1f1f1f1;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }

  .mySlides p {
    text-align: justify;
    width: 600px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

  .mySlides img {
    width: auto;
    height: 650px;
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
 
  
 /* Position the "next button" to the right */
   .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  /* Position the "next button" to the right */
  .prev {
    position: absolute;
    left: 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);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: cornflowerblue;} 

/* LEISTUNGEN ****************************************************************/

#leistungen {
    background-color: #f2f2f2;
}

#angebote {
    width: 1500px;
    margin: 0 auto 0 auto;
}

#angebote ul {
    padding: 0;
}

#angebote ul li {
    width: 25%;
    float: left;
    margin-bottom: 15px;
}

#angebote p {
    text-align: justify;
    width: 700px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

#angebote img {
    width: 230px;
    height: auto;
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
    

#angebote {
    border: none;
}

#angebote p:nth-child(1) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#angebote p:nth-child(2) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#angebote p:nth-child(3) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#angebote p:nth-child(4) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}

  #angebote {
    display: flex;
}

/* SERVICES ****************************************************************/

#services {
    background-color: #f2f2f2;
}

#work {
    width: 1024px;
    height: auto;
    margin: 0 auto 0 auto;
    display: flex;
}

#work ul {
    margin: auto;
    padding-left: 0;
}

#work ul li {
    width: 33%;
    float: left;
    margin-bottom: 25px;
    
}

#work img {
    width: 240px;
    height: auto;
    margin: 20px 20px 20px 25px;
}


#work p {
    text-align: justify;
    width: 300px;
    height: 280px;
    margin: 0 auto 0 auto;
    padding: 10px;
}

#work p:nth-child(1) { background-color: white; flex: 1; margin: 0 20px 0 10px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#work p:nth-child(2) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#work p:nth-child(3) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#work p:nth-child(4) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#work p:nth-child(5) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#work p:nth-child(6) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#work p:nth-child(7) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#work p:nth-child(8) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}

.fa-arrow-right:hover {
    opacity: 0.5;
}
/* INNOVATIONEN ****************************************************************/

#technology {
    background-color: #f2f2f2;
}

#innovation {
    text-align: left;
    width: 1200px;
    height: auto;
    margin: 0 auto 0 auto;
    display: flex;
}

#innovation ul {
    padding: 0;
}

#innovation ul li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

#innovation img {
    width: 380px;
    height: auto;
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin: 20px 20px 20px 65px;*/
}

#innovation p {
    text-align: justify;
    width: 600px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

#innovation p:nth-child(1) { background-color: white; flex: 1; margin: 0 20px 20px 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#innovation p:nth-child(2) { background-color: white; flex: 1; margin: 0 20px 20px 20px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}


.fa-arrow-left-long:hover {
    opacity: 0.5;
}

/* MEMBER ****************************************************************/

#member {
    background-color: #f2f2f2;
}

#partner {
    text-align: justify;
    width: 1024px;
    height: auto;
    margin: 0 auto 0 auto;
    display: flex
      
}

#partner ul {
    margin: auto;
    padding: 0;
}

#partner ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 25px;
}

#partner img {
    width: 230px;
    height: 115px;
    border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#partner p {
    text-align: left;
    width: 280px;
    height: 600px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

#partner p:nth-child(1) { background-color: white; flex: 1; margin: 0 20px 0 5px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#partner p:nth-child(2) { background-color: white; flex: 1; margin: 0 20px 0 5px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#partner p:nth-child(3) { background-color: white; flex: 1; margin: 0 20px 0 5px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#partner p:nth-child(4) { background-color: white; flex: 1; margin: 0 20px 0 5px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#partner p:nth-child(5) { background-color: white; flex: 1; margin: 0 20px 0 5px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#partner p:nth-child(6) { background-color: white; flex: 1; margin: 0 20px 0 5px; border: 0px solid #494949; border-radius: 0px; text-align: justify; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}

/* PUBLICATIONS ****************************************************************/

#publications {
    background-color: #ffffff;
}



#publications tr, td, th {
    font-family: 'Poppins';
}
th {
    text-align: center;
}

table {
    text-align: justify;
    font-family: 'Poppins';
    width: 1024px;
    height: auto;
    margin: 0 auto 0 auto;
    display: block;
    border: 0px solid;
    border-collapse: collapse;

}
th, td {
    border: 1px solid;
    padding: 10px;
}

.fa-arrow-up:hover {
    opacity: 0.5;
}

/* TEAM ****************************************************************/

#teammembers {
    background-color: #f2f2f2;
}

#teammembers {
    background-color: #f2f2f2;
    display: block;
}

#team {
    width: 1024px;
    height: auto;
    margin: 0 auto auto auto;
    display: flex;
    padding-left: 20px;
}

#team ul {
    margin: auto;
    padding-left: 0;
}

#team ul li {
    width: 33%;
    float: left;
    margin-bottom: 25px;
    
}

#team img {
    width: 280px;
    height: 280px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#team p {
    text-align: justify;
    width: 240px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 10px;
}

#team p:nth-child(1) { background-color: #f2f2f2; flex: 1; margin: 0 auto 0 auto; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(2) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(3) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(4) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(5) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(6) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(7) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(8) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(9) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(10) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#team p:nth-child(11) { background-color: #f2f2f2; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: left; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}


/* CONTACT ****************************************************************/

#contact {
    background-color: #f2f2f2;
}

#contact img {
    width: 240px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#kontakt {
    text-align: left;
    width: 1024px;
    margin: 0 auto 0 auto;
    display: flex;
}


#kontakt ul {
    padding: 0;
}

#kontakt ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 15px;
}

#kontakt img {
    width: 135px;
    height: 65px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#kontakt img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}


#kontakt p {
    text-align: left;
    width: 700px;
    margin: 0 auto 0 auto;
    padding: 20px;
}

#kontakt p:nth-child(1) { background-color: white; flex: 1; margin: 0 20px auto 20px; border: 0px solid #494949; border-radius: 0px; text-align: center; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#kontakt p:nth-child(2) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: center; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
#kontakt p:nth-child(3) { background-color: white; flex: 1; margin: 0 20px 0 20px; border: 0px solid #494949; border-radius: 0px; text-align: center; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}



.fa-arrow-up:hover {
    opacity: 0.5;
}

/* FOOTER ****************************************************************/

footer {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    }

footer p {
    font-size: 9px;
    color: #494949;
    padding-top: 30px;
}

footer a {
    font-size: 9px;
    color: #494949;
    padding-top: 30px;
}

/* IMPRESSUM ****************************************************************/



#impressum h1 {
    margin: 240px auto 0 auto;
    font-size: 60px;
   
}

#impressum h2 {
    margin: 0 auto 0 auto;
    font-size: 25px;
}

#impressum h3 {
    margin: 0 auto 0 auto;
    font-size: 25px;
}


#impressum p {
    text-align: left;
    width: 700px;
    margin: 0 auto 0 auto;
}




/* DATENSCHUTZ ****************************************************************/

#datenschutz {
    
    margin: auto;
}


#datenschutz h1 {
    margin: 240px auto 0 auto;
    font-size: 60px;
}

#datenschutz h2 {
  
    margin: 0 auto 0 auto;
    font-size: 25px;
}


#datenschutz p {
    font-family: Poppins;
    font-weight: 500;
    text-align: left;
    width: 700px;
    margin: 0 auto 0 auto;
}


#datenschutz ul li {
    width: 700px;
    margin: 0 auto 12px auto;
    text-align: left;
    font-family: Poppins;
    color: #494949;
}


/* MEDIA QUERIES **********************************************************/

/* TABLETS **********************************************************/

@media screen and (max-width: 1024px) {
    header {
        height: auto;
    }
    #logo {
        width: 100px;
        margin-top: 5px;
    }
    header nav {
        margin-top: 0;
    }
    
    header nav ul li {
        font-size: 14px;
    }
    
    #home h1 {
        font-size: 90px;
        margin-top: 200px;
    }
    
    #home h2 {
        font-size: 22px;
    }
    
    h3 {
        padding-top: 12%;
    }
    
    #motivation{
        display: block;
    }
    
    #motivation img{
        display: block;
        width: 90%;
        height: 90%;
    }
    
    #motivation p{
        width: 80%;
    }
    
    #motivateus {
        display: block;
        width: auto;
        margin: 0 auto 0 auto;
    }
    
    #motivateus p {
        width: 80%;
        height: auto;
        padding: 20px;
        text-align: justify;
    }
    
    #motivateus ul li {
        width: 100%;
        float: none;
    }
    
    #motivateus ul li:last-child {
        padding-bottom: 20%;
    }
    
    #motivateus img {
        display: block;
        margin: 20px auto;
        width: 80%;
        height: auto;
    }
    
    #motivateus p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #motivateus p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #motivateus p:nth-child(3) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #motivateus p:nth-child(4) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    
    #future {
        display: block;
        width: auto;
        margin: 0 auto 0 auto;
    }
    #future p{
        width: 80%;
        height: auto;
        padding: 20px;
        text-align: justify;
    }
    
    #current_tech {
        display: block;
        width: auto;
        margin: 0 auto 0 auto;
    }
    
    #current_tech p {
        width: 80%;
        height: auto;
        padding: 20px;
        text-align: justify;
    }
    
    #current_tech ul li {
        width: 100%;
        float: none;
    }
    
    #current_tech ul li:last-child {
        padding-bottom: 20%;
    }
    
    #current_tech img {
        display: block;
        margin: 20px auto;
        width: 80%;
        height: auto;
    }
    
    #current_tech p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #current_tech p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    
    
    #recycling {
        display: block;
        width: auto;
        margin: 0 auto 0 auto;
    }
    
    #recycling p {
        width: 80%;
        height: auto;
        padding: 20px;
        text-align: justify;
    }
    
    #recycling ul li {
        width: 100%;
        float: none;
    }
    
    #recycling ul li:last-child {
        padding-bottom: 20%;
    }
    
    #recycling img {
        display: block;
        margin: 20px auto;
        width: 80%;
        height: auto;
    }
    
    #recycling p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #recycling p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #recycling p:nth-child(3) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    
    
    #about p {
        width: 80%;
    }
    
    #aboutus {
        display: block;
        width: auto;
        margin: 0 auto 0 auto;
    }
    
    #aboutus p {
        width: 80%;
        height: auto;
        padding: 20px;
        text-align: justify;
    }
    
    #aboutus ul li {
        width: 100%;
        float: none;
    }
    
    #aboutus ul li:last-child {
        padding-bottom: 20%;
    }
    
    #aboutus img {
        display: block;
        margin: 20px auto;
        width: 45%;
        height: auto;
    }
    
    #aboutus p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #aboutus p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #aboutus p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #aboutus p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    
    
    
    #projekte {
        width: auto;
        display: block;
        margin: 0 auto 0 auto;
    }
    
    #projekte ul li {
        width: 100%;
        float: none;
    }
    
    #projekte ul li:last-child {
        padding-bottom: 20%;
    }
    
    #projekte img {
        display: block;
        margin: 20px auto;
        width: 55%;
        height: auto;
    }
    
    #projekte p {
        width: 80%;
        padding: 20px;
    }
    
    #projekte p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: auto auto 20px auto;}
    #projekte p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
    #projekte p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
    
    #finished_projekte {
        display: block;
    }
    
    #finished_projekte {
        width: auto;
    }
    
    #finished_projekte ul li {
        width: 100%;
        float: none;
    }
    
    #finished_projekte ul li:last-child {
        padding-bottom: 20%;
    }
    
    #finished_projekte img {
        display: block;
        margin: 20px auto;
        width: 55%;
        height: auto;
    }
    
    #finished_projekte p {
        width: 80%;
        padding: 20px;
    }
    
    #finished_projekte p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
    #finished_projekte p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    
    #finished_projekte {
        display: block;
    }
    
    #finished_workshops p {
        width: 80%;
        padding-left: auto;
    }

    #finished_workshop {
        display: block;
        width: 90%;
        margin: auto;
    }
    
    
    #finished_workshop ul li {
        width: 100%;
        float: none;
    }
    
    #finished_workshop ul li:last-child {
        padding-bottom: 20%;
    }
    
    #finished_workshop img {
        display: block;
        margin: 20px auto;
        width: 55%;
        height: auto;
    }
    
    #finished_workshop p {
        width: 80%;
        padding: 20px;
        margin: auto;
    }
    
    #finished_workshop p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
    #finished_workshop p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #finished_workshop p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #finished_workshop p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}

    #finished_workshops {
        display: block;
    }
    
    #finished_workshops p {
        width: 80%;
        padding: 20px;
    }

    .mySlides img {
        width: 80%;
        height: auto;
        border-radius: 0px;
        display: block;
        margin-left: 0;
        margin-right: auto;
    }

    .mySlides p {
        text-align: justify;
        width: auto;
        margin: 0 auto 0 auto;
        padding: 20px;
    }
    
    #angebote p {
        width: 80%;
        padding: 20px;
    }
    
    #angebote {
        width: auto;
    }
    
    #angebote ul li {
        width: 100%;
        float: none;
    }
    
    #angebote ul li:last-child {
        padding-bottom: 20%;
    }
    
    #angebote img {
        display: block;
        margin: 20px auto;
        width: 55%;
        height: auto;
    }
    
    #angebote {
        display: block;
    }
    
    #angebote p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
    #angebote p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #angebote p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #angebote p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    #work p {
        width: 80%;
        height: auto;
        padding: 20px;
    }
    
    #work {
        width: 100%;
        display: block;
    }
    
    #work ul li {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-left: 0;
       }
    
    #work ul li:last-child {
        padding-bottom: 20%;
    }
    
    #work img {
        display: block;
        margin: 20px auto;
        width: 55%;
        height: auto;
    }
    
    #work p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
    #work p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work p:nth-child(7) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work p:nth-child(8) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    #innovation {
        display: block;
    }
    
    #innovation {
        width: auto;
    }
    
    #innovation ul li {
        width: 100%;
        float: none;
    }
    
    #innovation ul li:last-child {
        padding-bottom: 20%;
    }
    
    #innovation img {
        display: block;
        margin: 20px auto;
        width: 100%;
        height: auto;
    }
    
    #innovation p {
        width: 80%;
        padding: 20px;
    }
    
    #innovation p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: auto auto 20px auto;}
    #innovation p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
    #innovation p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
    
 
    
    #team p {
        width: 80%;
        padding: 20px;
    }
    
    #team {
        width: 100%;
        display: block;
    }
    
    #team ul li {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-left: 0;
       }
    
    #team ul li:last-child {
        padding-bottom: 20%;
    }
    
    #team img {
        display: block;
        margin: 20px auto;
        width: 55%;
        height: auto;
        padding-right: auto;
    }
    
    #team p:nth-child(1) { background-color: white; width: 88%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 0 20px 0 20px;}
    #team p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team p:nth-child(7) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team p:nth-child(8) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team p:nth-child(9) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team p:nth-child(10) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team p:nth-child(11) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    
    #partner {
        display: block;
    }
    
    #partner  p {
        width: 80%;
        padding: 20px;
    }
    
    #partner  {
        width: auto;
    }
    
    #partner  ul li {
        width: 100%;
        float: none;
    }
    
    #partner  ul li:last-child {
        padding-bottom: 20%;
    }
    
    #partner  img {
        display: block;
        margin: 20px auto;
        width: 55%;
        height: auto;
    }
    
    #partner  p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: auto auto 20px auto;}
    #partner  p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
    #partner  p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
    #partner  p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
    #partner  p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
    #partner  p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
    
    #partner  {
        display: block;
    }
    
    #publications table {
        width: 80%;
    }
    
    #kontakt img {
        display: block;
        margin: 20px auto;
        width: 55%;
        height: auto;
    }
    
    #kontakt  {
        display: block;
        width: auto;
    }
    
    #kontakt p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #kontakt p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #kontakt p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    
    #impressum p {
        width: 80%;
    }
    
    
    
    #datenschutz p {
        width: 80%;
        
    }
    
    #datenschutz ul li {
        width: 70%;
    }
    
    }

/* TABLETS 1150px **********************************************************/

@media screen and (max-width: 1150px) {
header {
    height: auto;
}
#logo {
    width: 100px;
    margin-top: 5px;
}
header nav {
    margin-top: 0;
}

header nav ul li {
    font-size: 15px;
}

#home h1 {
    font-size: 90px;
    margin-top: 200px;
}

#home h2 {
    font-size: 22px;
}

h3 {
    padding-top: 12%;
}

#motivation{
    display: block;
}

#motivation img{
    display: block;
    width: 90%;
    height: 90%;
}

#motivation p{
    width: 80%;
}

#motivateus {
    display: block;
    width: auto;
    margin: 0 auto 0 auto;
}

#motivateus p {
    width: 80%;
    height: auto;
    padding: 20px;
    text-align: justify;
}

#motivateus ul li {
    width: 100%;
    float: none;
}

#motivateus ul li:last-child {
    padding-bottom: 20%;
}

#motivateus img {
    display: block;
    margin: 20px auto;
    width: 80%;
    height: auto;
}

#motivateus p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#motivateus p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#motivateus p:nth-child(3) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#motivateus p:nth-child(4) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}

#future {
    display: block;
    width: auto;
    margin: 0 auto 0 auto;
}
#future p{
    width: 80%;
    height: auto;
    padding: 20px;
    text-align: justify;
}

#current_tech {
    display: block;
    width: auto;
    margin: 0 auto 0 auto;
}

#current_tech p {
    width: 80%;
    height: auto;
    padding: 20px;
    text-align: justify;
}

#current_tech ul li {
    width: 100%;
    float: none;
}

#current_tech ul li:last-child {
    padding-bottom: 20%;
}

#current_tech img {
    display: block;
    margin: 20px auto;
    width: 80%;
    height: auto;
}

#current_tech p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#current_tech p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}


#recycling {
    display: block;
    width: auto;
    margin: 0 auto 0 auto;
}

#recycling p {
    width: 80%;
    height: auto;
    padding: 20px;
    text-align: justify;
}

#recycling ul li {
    width: 100%;
    float: none;
}

#recycling ul li:last-child {
    padding-bottom: 20%;
}

#recycling img {
    display: block;
    margin: 20px auto;
    width: 80%;
    height: auto;
}

#recycling p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#recycling p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#recycling p:nth-child(3) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}


#about p {
    width: 80%;
}

#aboutus {
    display: block;
    width: auto;
    margin: 0 auto 0 auto;
}

#aboutus p {
    width: 80%;
    height: auto;
    padding: 20px;
    text-align: justify;
}

#aboutus ul li {
    width: 100%;
    float: none;
}

#aboutus ul li:last-child {
    padding-bottom: 20%;
}

#aboutus img {
    display: block;
    margin: 20px auto;
    width: 45%;
    height: auto;
}

#aboutus p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#aboutus p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#aboutus p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#aboutus p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}



#projekte {
    width: auto;
    display: block;
    margin: 0 auto 0 auto;
}

#projekte ul li {
    width: 100%;
    float: none;
}

#projekte ul li:last-child {
    padding-bottom: 20%;
}

#projekte img {
    display: block;
    margin: 20px auto;
    width: 55%;
    height: auto;
}

#projekte p {
    width: 80%;
    padding: 20px;
}

#projekte p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: auto auto 20px auto;}
#projekte p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
#projekte p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}

#finished_projekte {
    display: block;
}

#finished_projekte {
    width: auto;
}

#finished_projekte ul li {
    width: 100%;
    float: none;
}

#finished_projekte ul li:last-child {
    padding-bottom: 20%;
}

#finished_projekte img {
    display: block;
    margin: 20px auto;
    width: 55%;
    height: auto;
}

#finished_projekte p {
    width: 80%;
    padding: 20px;
}

#finished_projekte p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
#finished_projekte p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}


#finished_projekte {
    display: block;
}

#finished_projects p {
    width: 80%;
    padding: 20px;
}



#finished_workshop {
    display: block;
}

#finished_workshop {
    width: auto;
    padding: 0;
}

#finished_workshop ul li {
    width: 100%;
    float: none;
}

#finished_workshop ul li:last-child {
    padding-bottom: 20%;
}

#finished_workshop img {
    display: block;
    margin: 20px auto;
    width: 55%;
    height: auto;
}

#finished_workshop p {
    width: 80%;
    padding: 20px;
}

#finished_workshop p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
#finished_workshop p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#finished_workshop p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#finished_workshop p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}


#finished_workshop {
    display: block;
}

#finished_workshops p {
    width: 80%;
    padding: 20px;
}


.mySlides img {
    width: 55%;
    height: auto;
    border-radius: 0px;
    display: block;
    margin-left: 0;
    margin-right: auto;
}

#angebote p {
    width: 80%;
    padding: 20px;
}

#angebote {
    width: auto;
}

#angebote ul li {
    width: 100%;
    float: none;
}

#angebote ul li:last-child {
    padding-bottom: 20%;
}

#angebote img {
    display: block;
    margin: 20px auto;
    width: 55%;
    height: auto;
}

#angebote {
    display: block;
}

#angebote p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
#angebote p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#angebote p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#angebote p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}

#work p {
    width: 80%;
    height: auto;
    padding: 20px;
}

#work {
    width: 100%;
    display: block;
}

#work ul li {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
   }

#work ul li:last-child {
    padding-bottom: 20%;
}

#work img {
    display: block;
    margin: 20px auto;
    width: 55%;
    height: auto;
}

#work p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
#work p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work p:nth-child(7) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work p:nth-child(8) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}

#innovation {
    display: block;
}

#innovation {
    width: auto;
}

#innovation ul li {
    width: 100%;
    float: none;
}

#innovation ul li:last-child {
    padding-bottom: 20%;
}

#innovation img {
    display: block;
    margin: 20px auto;
    width: 100%;
    height: auto;
}

#innovation p {
    width: 80%;
    padding: 20px;
}

#innovation p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: auto auto 20px auto;}
#innovation p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
#innovation p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}

#technology h3 {
    font-size: 24px;
 }

#team p {
    width: 80%;
    padding: 20px;
}

#team {
    width: 100%;
    display: block;
}

#team ul li {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
   }

#team ul li:last-child {
    padding-bottom: 20%;
}

#team img {
    display: block;
    margin: 20px auto;
    width: 55%;
    height: auto;
    padding-right: auto;
}

#team p:nth-child(1) { background-color: white; width: 88%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 0 20px 0 20px;}
#team p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team p:nth-child(7) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team p:nth-child(8) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team p:nth-child(9) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team p:nth-child(10) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team p:nth-child(11) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}


#partner {
    display: block;
}

#partner  p {
    width: 80%;
    padding: 20px;
}

#partner  {
    width: auto;
}

#partner  ul li {
    width: 100%;
    float: none;
}

#partner  ul li:last-child {
    padding-bottom: 20%;
}

#partner  img {
    display: block;
    margin: 20px auto;
    width: 55%;
    height: auto;
}

#partner  p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: auto auto 20px auto;}
#partner  p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
#partner  p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
#partner  p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
#partner  p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}
#partner  p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: justify; margin: 20px auto 20px auto;}

#partner  {
    display: block;
}

#publications table {
    width: 80%;
}

#kontakt img {
    display: block;
    margin: 20px auto;
    width: 55%;
    height: auto;
}

#kontakt  {
    display: block;
    width: auto;
}

#kontakt p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#kontakt p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#kontakt p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}

#impressum p {
    width: 80%;
}



#datenschutz p {
    width: 80%;
    
}

#datenschutz ul li {
    width: 70%;
}

}


/* MOBILE **********************************************************/

@media screen and (max-width: 480px) {
#logo {
    width: 90px;
    margin-left: 30px;
}

header nav {
    margin: 0;
    float: none;
}

.fa-bars {
    font-size: 17px;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: right;
    float: right;
    margin: -25px 30px 0 0;
    }

.fa-bars:hover {
    opacity: 0.5;
}

header nav ul {
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

header nav ul.open {
    height: auto;

}

header nav ul li {
    width: 100%;
    padding: 5px 0;
    margin: 0;
    font-size: 20px;
    border-top: 1px solid #dddddd;
}

header nav ul li:hover {
    background-color: #eeeeee;
}

#home h1 {
    font-size: 60px;
    margin-top: 200px;
}

#home h2 {
        height: auto;
}

#motivation{
    display: block;
}

#motivation img{
    display: block;
    width: 90%;
    height: 90%;
}


#motivateus p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#motivateus p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#motivateus p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#motivateus p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}

#motivateus {
    display: block;

}

#motivateus img {
    width: 70%;
    height: auto;
}

#motivateus p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#motivateus p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#motivateus p:nth-child(3) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#motivateus p:nth-child(4) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}



#recycling p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#recycling p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#recycling p:nth-child(3) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}

#recycling {
    display: block;

}

#recycling img {
    width: 70%;
    height: auto;
}

#aboutus p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#aboutus p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#aboutus p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#aboutus p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}

#aboutus {
    display: block;

}

#aboutus img {
    width: 70%;
    height: auto;
}

#about img {
    width: 70%;
}



#projekte img {
    display: block;
    margin: 20px auto;
    width: 70%;
    height: auto;
}

#projekte p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
#projekte p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#projekte p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}

#projekte {
    display: block;
}

#finished_workshop {
    display: block;
}

#finished_workshop {
    width: auto;
    padding: 0;
}

#finished_workshop ul li {
    width: 100%;
    float: none;
}

#finished_workshop ul li:last-child {
    padding-bottom: 20%;
}

#finished_workshop img {
    display: block;
    margin: 20px auto;
    width: 55%;
    height: auto;
}

#finished_workshop p {
    width: 80%;
    padding: 20px;
}

#finished_workshop p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
#finished_workshop p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#finished_workshop p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#finished_workshop p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}


#finished_workshop {
    display: block;
}

#finished_workshops p {
    width: 80%;
    padding: 20px;
}


.mySlides img {
    width: 55%;
    height: auto;
    border-radius: 0px;
    display: block;
    margin-left: 0;
    margin-right: auto;
}

.mySlides img {
    width: 70%;
    height: auto;
    border-radius: 0px;
    display: block;
    margin-left: 20px auto;
    margin-right: auto;
}




#angebote img {
    width: 70%;
    height: auto;
}

#angebote p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
#angebote p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#angebote p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#angebote p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}

#angebote {
    display: block;
}

#work img {
    width: 70%;
    height: auto;
}

#work  p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
#work  p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work  p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work  p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work  p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work  p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work  p:nth-child(7) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#work  p:nth-child(8) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}

#work {
    display: block;
}

#current_tech {
    display: block;
}

#current_tech img {
    width: 70%;
}


#current_tech  p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#current_tech  p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}

#team p{
    width: 70%;
}

#team img {
    width: 70%;
    height: auto;
    display: block;
}

#team  p:nth-child(1) { background-color: white; width: 70%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto 0 auto 30px;}
#team  p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team  p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team  p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team  p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team  p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team  p:nth-child(7) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team  p:nth-child(8) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team  p:nth-child(9) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team  p:nth-child(10) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#team  p:nth-child(11) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}

#work {
    display: block;
}

#partner img {
    width: 70%;
    height: auto;
}

#partner p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
#partner p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#partner p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#partner p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#partner p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
#partner p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}

#partner {
    display: block;
}

#kontakt img {
    width: 70%;
    height: auto;
}
#kontakt p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
#kontakt p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
#kontakt p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}

#kontakt {
    display: block;
    width: auto;
}

#impressum p {
    width: 70%;
    
}



#datenschutz p {
    width: 70%;
}

#datenschutz ul li {
    width: 70%;
}

#technology h3, hr {
    width: auto;
 }

#innovation img {
    width: 100%;
}

}

/* MOBILE 960px **********************************************************/

@media screen and (max-width: 960px) {
    #logo {
        width: 90px;
        margin-left: 30px;
    }
    
    header nav {
        margin: 0;
        float: none;
    }
    
    .fa-bars {
        font-size: 17px;
        display: block;
        width: 100%;
        cursor: pointer;
        text-align: right;
        float: right;
        margin: -25px 30px 0 0;
        }
    
    .fa-bars:hover {
        opacity: 0.5;
    }
    
    header nav ul {
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    header nav ul.open {
        height: auto;
    
    }
    
    header nav ul li {
        width: 100%;
        padding: 5px 0;
        margin: 0;
        font-size: 20px;
        border-top: 1px solid #dddddd;
    }
    
    header nav ul li:hover {
        background-color: #eeeeee;
    }
    
    #home h1 {
        font-size: 60px;
        margin-top: 200px;
    }
    
    #home h2 {
            height: auto;
    }
    
    #motivation{
        display: block;
    }
    
    #motivation img{
        display: block;
        width: 90%;
        height: 90%;
    }
    
    
    #motivateus p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #motivateus p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #motivateus p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #motivateus p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    
    #motivateus {
        display: block;
    
    }
    
    #motivateus img {
        width: 70%;
        height: auto;
    }
    
    #motivateus p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #motivateus p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #motivateus p:nth-child(3) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #motivateus p:nth-child(4) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    
    
    
    #recycling p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #recycling p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #recycling p:nth-child(3) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    
    #recycling {
        display: block;
    
    }
    
    #recycling img {
        width: 70%;
        height: auto;
    }
    
    #aboutus p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #aboutus p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #aboutus p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #aboutus p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    
    #aboutus {
        display: block;
    
    }
    
    #aboutus img {
        width: 70%;
        height: auto;
    }
    
    #about img {
        width: 70%;
    }
    
    
    
    #projekte img {
        display: block;
        margin: 20px auto;
        width: 70%;
        height: auto;
    }
    
    #projekte p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
    #projekte p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #projekte p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    #projekte {
        display: block;
    }

    #finished_workshop {
        display: block;
    }
    
    #finished_workshop {
        width: auto;
        padding: 0;
    }
    
    #finished_workshop ul li {
        width: 100%;
        float: none;
    }
    
    #finished_workshop ul li:last-child {
        padding-bottom: 20%;
    }
    
    #finished_workshop img {
        display: block;
        margin: 20px auto;
        width: 55%;
        height: auto;
    }
    
    #finished_workshop p {
        width: 80%;
        padding: 20px;
    }
    
    #finished_workshop p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
    #finished_workshop p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #finished_workshop p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #finished_workshop p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    
    #finished_workshop {
        display: block;
    }
    
    #finished_workshops p {
        width: 80%;
        padding: 20px;
    }
    
    
    .mySlides img {
        width: 70%;
        height: auto;
        border-radius: 0px;
        display: block;
        margin-left: 0;
        margin-right: auto;
    }

    

    
    #angebote img {
        width: 70%;
        height: auto;
    }
    
    #angebote p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
    #angebote p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #angebote p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #angebote p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    #angebote {
        display: block;
    }
    
    #work img {
        width: 70%;
        height: auto;
    }
    
    #work  p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
    #work  p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work  p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work  p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work  p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work  p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work  p:nth-child(7) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #work  p:nth-child(8) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    #work {
        display: block;
    }
    
    #current_tech {
        display: block;
    }
    
    #current_tech img {
        width: 70%;
    }
    
    
    #current_tech  p:nth-child(1) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #current_tech  p:nth-child(2) { background-color: #f2f2f2; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    #team p{
        width: 70%;
    }
    
    #team img {
        width: 70%;
        height: auto;
        display: block;
    }
    
    #team  p:nth-child(1) { background-color: white; width: 70%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto 0 auto 30px;}
    #team  p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team  p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team  p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team  p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team  p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team  p:nth-child(7) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team  p:nth-child(8) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team  p:nth-child(9) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team  p:nth-child(10) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #team  p:nth-child(11) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    #work {
        display: block;
    }
    
    #partner img {
        width: 70%;
        height: auto;
    }
    
    #partner p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: auto auto 20px auto;}
    #partner p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #partner p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #partner p:nth-child(4) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #partner p:nth-child(5) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    #partner p:nth-child(6) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: left; margin: 20px auto 20px auto;}
    
    #partner {
        display: block;
    }
    
    #kontakt img {
        width: 70%;
        height: auto;
    }
    #kontakt p:nth-child(1) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: auto auto 20px auto;}
    #kontakt p:nth-child(2) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    #kontakt p:nth-child(3) { background-color: white; width: 90%; border: 0px solid #494949; border-radius: 0px; text-align: center; margin: 20px auto 20px auto;}
    
    #kontakt {
        display: block;
        width: auto;
    }
    
    #impressum p {
        width: 70%;
        
    }
    
    
    
    #datenschutz p {
        width: 70%;
    }
    
    #datenschutz ul li {
        width: 70%;
    }
    #technology h3, hr {
        width: auto;
     }
    
    #innovation img {
        width: 100%;
    }
    
    }