@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@200;400&display=swap');
img, object, embed, video {
    max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */

.ie6 img {
    width: 100%;
}
/*
    Dreamweaver-Eigenschaften für fließende Raster
    ----------------------------------
    dw-num-cols-mobile:     5;
    dw-num-cols-tablet:     8;
    dw-num-cols-desktop:    10;
    dw-gutter-percentage:   25;
    
    Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
    http://www.alistapart.com/articles/responsive-web-design
    
    und "Golden Grid System" von Joni Korpi
    http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    /*  width: 87.36%;*/
    width: 100%;
    /*  padding-left: 1.82%;
    padding-right: 1.82%;*/
    padding-left: 0%;
    padding-right: 0%;
}
#Name {
    clear: none;
    float: left;
    margin-left: 4.1666%;
    margin-bottom: 10px;
    color: #006633;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    display: block;
    margin-top: 10px;
    z-index: 10;
}
#Logo {
    clear: none;
    float: left;
    margin-left: 4.1666%;
    width: 350px;
    height: auto;
    margin-top: 15px;
    height: 80px;
    background-image: url(../Daten/Logos/Rimet_Logo.png);
    background-repeat: no-repeat;
    background-size: 180px;
}
#Logo img {
    width: 180px;
    height: auto;
}
#Kopf {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    background: rgba(253, 255, 255, 1);
    min-height: 150px;
}
#Body {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}
#section {
    min-height: 100vh;
}
#Footer {
    clear: both;
    width: 100%;
}
SubNav {
    clear: both;
    width: 100vw;
    height: auto;
    display: block;
    border-top: none;
    position: relative;
    margin-top: 20px;
    /*bottom: 0px;*/
}
SubNav ul li {
    clear: both;
    display: block;
    line-height: 55px;
    width: 100vw;
    float: right;
    text-align: center;
    border-top: 1px solid rgba(35, 142, 86, 0.95);
    background: rgba(18, 81, 48, 0.95);
    margin-bottom: 10px;
}
SubNav ul li a {
    text-decoration: none;
    color: #FFF;
    font-weight: 500;
    font-size: 23px;
}
SubNav a.active, SubNav a:hover {
    color: #FFF;
    background: rgba(18, 81, 48, 0.95);
    transition: .5s;
}
SubNav a.active, SubNav a:visited {
    color: #FFF;
}
subnavlegal {
    clear: both;
    width: 100%;
    height: 53px;
    display: block;
    background: rgba(40, 40, 40, 0.95);
    position: relative;
    bottom: 0px;
    text-align: center;
    color: #FFF;
    /*  font-weight: 10;*/
    font-size: 14px;
}
subnavlegal ul {
    display: block;
    line-height: 25px;
    margin: 0px;
}
subnavlegal ul li {
    display: inline-block;
    line-height: 0px;
    margin: 0 2px 10px;
}
subnavlegal ul li a {
    margin: 0 10px;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
}
subnavlegal a.active, subnavlegal a:hover {
    color: #FFF;
    background: rgba(40, 40, 40, 1);
    transition: .5s;
}
subnavlegal a.active, subnavlegal a:visited {
    color: #FFF;
}
/*Nach-Oben-Button*/

#upbutton {
    display: inline-block;
    background-color: #83FF00;
    background: none;
    border-style: solid;
    border-width: 5px;
    border-color: #83FF00;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 8px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
#upbutton:hover {
    cursor: pointer;
    background-color: #83FF00;
    border-color: #83FF00;
}
#upbutton:hover::after {
    color: #FFFFFF;
}
#upbutton:active {
    background-color: #83FF00;
}
#upbutton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #83FF00;
}
#upbutton.show {
    opacity: 1;
    visibility: visible;
}
#upbutton {
    margin: 30px;
}
#background_home {
    background: url(../Daten/Bilder/Material/Aluminium.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: grey;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    min-height: 100vh;
}
#background_services {
    background: url(../Daten/Bilder/Material/Zinn.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: grey;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 100vh;
}
#background_logistic {
    background: url(../Daten/Bilder/Material/IMG_0638_2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: grey;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 100vh;
}
#background_opening_hours {
    background: url(../Daten/Bilder/Material/copper-1504092_1920.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: grey;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 100vh;
}
#background_datenschutz {
    background: url(../Daten/Bilder/Material/Kupfer.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: grey;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 100vh;
}
#background_impressum {
    background: url(../Daten/Bilder/Material/IMG_1894_3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: grey;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 100vh;
}
#background_jobs {
    background: url(../Daten/Bilder/Material/IMG_1894_3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: grey;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 100vh;
}
#background_about {
    background: url(../Daten/Bilder/Material/IMG_20200529_120909_2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: grey;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 100vh;
}
#background_contact {
    background: url(../Daten/Bilder/Material/IMG_0567.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-color: grey;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 100vh;
}
#section Vorwort h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 180px;
    text-shadow: -0.1em 0.1em 0.05em #333
}
#section Vorwort p {
    clear: both;
    max-width: 600px;
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    text-shadow: 0em 0.05em 0.05em #333
}
#section trust {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: block;
    background: rgba(253, 255, 255, 0.8);
    margin-top: 60px;
    overflow: hidden;
}
#section trust img {
    float: none;
    clear: both;
    display: block;
    margin: 25px auto 25px auto;
    height: auto;
    width: 75%;
    max-width: 250px;
    border-radius: 7%;
    -webkit-border-radius: 7%;
    -moz-border-radius: 7%;
}
#section trust text {
    display: inline-block;
    clear: right;
    max-width: 600px;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
}
#section trust text h2 {
    font-size: 1em;
    color: rgba(18, 81, 48, 1);
}
#section trust text p {
    font-size: 1em;
    color: black;
}
#section member {
    clear: both;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 85vw;
    max-width: 800px;
    display: flex;
    overflow: hidden;
    align-content: center;
}
#section member ul {
    display: block;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 0px 0px 0px;
}
#section member ul li {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(253, 255, 255, 1);
    width: 85vw;
    height: 150px;
    margin-bottom: 15px;
}
#section member ul li img {
    width: auto;
    max-height: 100px;
}
#section privacy {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    background: rgba(253, 255, 255, 0.8);
    margin-top: 80px;
    margin-bottom: 60px;
}
#section privacy h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 2em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}
#section privacy text {
    display: inline-block;
    clear: right;
    /*max-width: 600px;*/
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
}
#section privacy text h2 {
    font-size: 1em;
    color: black;
}
#section privacy text p {
    font-size: 1em;
    color: black;
}
#section services {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    background: rgba(253, 255, 255, 0.8);
    margin-top: 80px;
    margin-bottom: 60px;
}
#section services h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
#section services text p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section services text list {
    height: auto;
    clear: both;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 85vw;
    max-width: 800px;
    display: block;
    overflow: hidden;
    align-content: center;
}
#section services text list ul {
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 10px 0px 10px;
}
#section services text list ul li {
    height: auto;
    text-align: center;
    padding: 20px 0px 0px 0px;
    page-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#section services text list ul li h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.3em;
}
#section services text list ul li p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section services text list ul li ul {
    list-style: square;
}
#section services text list ul li ul h3 {
    font-family: 'Heebo', sans-serif;
    text-align: left;
    font-size: 0.8em;
}
#section services text list ul li ul li {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
    height: auto;
    display: list-item;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
#section services text list ul li img {
    width: auto;
    height: 50px;
}
#section logistic {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    background: rgba(253, 255, 255, 0.8);
    margin-top: 80px;
    margin-bottom: 60px;
}
#section logistic h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
/*#section logistic text p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section logistic text list {
    height: auto;
    clear: both;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 85vw;
    max-width: 800px;
    display: block;
    overflow: hidden;
    align-content: center;
    margin-bottom: 20px;
}
#section logistic text list ul {
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 10px 0px 10px;
    margin-bottom: 0;
}
#section logistic text list ul li {
    height: auto;
    text-align: center;
    padding: 20px 0px 0px 0px;
    page-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#section logistic text list ul li h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
}
#section logistic text list ul li p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section logistic text list ul li ul {
    list-style: square;
}
#section logistic text list ul li ul li {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9em;
    height: auto;
    display: list-item;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
#section logistic text list ul li img {
    width: auto;
    height: 50px;
}*/
#section logistic text #Behaelter.slideshow-container {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    width: auto;
  max-width:350px;
  position: relative;
  margin: auto;
  padding: 20px 20px 20px 20px; 
  background: rgba(18, 81, 48, 0.8);
      border-radius: 7%;
    -webkit-border-radius: 7%;
    -moz-border-radius: 7%;
}

/* Hide the images by default */
.BSlides {
  display: none;
}

.BSlides.fade img {
    display: block;
    height: auto;
    width: auto;
  max-width: 150px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* Position the "previous button" to the left */
.prev {
  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);
}

/* ctitle (Metallboxpalette etc) */
.ctitle {
  color: #f2f2f2;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 10px;
  margin-left: 160px;
  position: absolute;
  text-align: left;
  top: 50px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 10px;
  margin-left: 160px;
  position: absolute;
  bottom: 12px;
  text-align: left;
}

/* 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;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#section logistic text #Technik.slideshow-container {box-sizing:border-box}

/* Slideshow container */
#Technik.slideshow-container {
    width: auto;
  max-width:350px;
  position: relative;
  margin: auto;
  padding: 20px 20px 20px 20px; 
  background: none;
      border-radius: 7%;
    -webkit-border-radius: 7%;
    -moz-border-radius: 7%;
}

/* Hide the images by default */
.TSlides {
  display: none;
}

.TSlides.fade img {
    display: block;
    height: auto;
    width: auto;
  max-width: 150px;
}

/* Next & previous buttons */
.slideshow-container.prev, .slideshow-container.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* Position the "previous button" to the left */
.slideshow-container.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.slideshow-container.prev:hover, .tecslideshow-container.next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* ctitle (Metallboxpalette etc) */
.ctitle {
  color: #f2f2f2;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 10px;
  margin-left: 160px;
  position: absolute;
  text-align: left;
  top: 50px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 10px;
  margin-left: 160px;
  position: absolute;
  bottom: 12px;
  text-align: left;
}

/* The dots/bullets/indicators */
.Tdot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, #technik.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
















#section opening_hours {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    background: rgba(253, 255, 255, 0.8);
    margin-top: 80px;
    margin-bottom: 60px;
}
#section opening_hours h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
#section opening_hours text p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section opening_hours text list {
    height: auto;
    clear: both;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 85vw;
    max-width: 800px;
    display: block;
    overflow: hidden;
    align-content: center;
    margin-bottom: 20px;
}
#section opening_hours text list ul {
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 10px 0px 10px;
    margin-bottom: 0;
}
#section opening_hours text list ul li {
    height: auto;
    text-align: center;
    padding: 20px 0px 0px 0px;
    page-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#section opening_hours text list ul li h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
}
#section opening_hours text list ul li p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section opening_hours text list ul li ul {
    list-style: square;
}
#section opening_hours text list ul li ul li {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9em;
    height: auto;
    display: list-item;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
#section opening_hours text list ul li img {
    width: auto;
    height: 50px;
}
#section jobs {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 85vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 60px;
}
#section jobs h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(253, 255, 255, 0.8);
}
    #section jobs text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section jobs text list {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 800px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 1em;
    }
    #section jobs text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
    }
    #section jobs text list ul li {
    display: grid;
    line-height: 50px;
    margin: 10px;
    background: rgba(253, 255, 255, 0.8);
    }
    #section jobs text list ul li a {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
        font-weight: 500;
        height: auto;
        text-align: center;
        color: black;
        text-decoration: none;
        padding: 10px 0px 10px 0px;
        border-radius: 3px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section jobs text list ul li a.active, jobs text list ul li a:hover {
        color: black;
        background: white;
        transition: .4s;
        border-bottom: 2px solid #83FF00;
    }
    #section jobs_details {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 60px;
    background: rgba(253, 255, 255, 0.8);
}
#section jobs_details text h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
#section jobs_details text h2 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.2em;
    color: black;
    text-align: left;
    margin-left: 20px;
    margin-right: auto;
/*    padding-top: 50px;
    padding-bottom: 50px;*/
}
    #section jobs_details text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section jobs_details text ul {
/*        justify-content: left;
        align-items: center;*/
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
        list-style: initial;
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 800px;
/*       display: block;*/
/*         overflow: hidden;*/
    }
    #section jobs_details text ul li {
    text-align: left;
    }
#section about {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    background: rgba(253, 255, 255, 0.8);
    margin-top: 80px;
    margin-bottom: 60px;
}
#section about h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}
#section about text p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section about text list {
    height: auto;
    clear: both;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 85vw;
    max-width: 800px;
    display: block;
    overflow: hidden;
    align-content: center;
    margin-bottom: 20px;
}
#section about text list ul {
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 10px 0px 10px;
    margin-bottom: 0;
}
#section about text list ul li {
    height: auto;
    text-align: center;
    padding: 20px 0px 0px 0px;
    page-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#section about text list ul li h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
}
#section about text list ul li p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section about text list ul li ul {
    list-style: square;
}
#section about text list ul li ul li {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9em;
    height: auto;
    display: list-item;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
#section about text list ul li img {
    width: auto;
    height: 50px;
}
#section contact {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 85vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 60px;
}
#section contact h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(253, 255, 255, 0.8);
}
#section contact text p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section contact text list {
    height: auto;
    clear: both;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 85vw;
    max-width: 800px;
    display: block;
    overflow: hidden;
    align-content: center;
    margin-bottom: 20px;
    background: rgba(18, 81, 48, 0.8);
}
#section contact text list ul {
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 10px 0px 10px;
    margin-bottom: 0;
}
#section contact text list ul li {
    height: auto;
    text-align: center;
    padding: 20px 0px 0px 0px;
    page-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#section contact text list ul li h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.5em;
}
#section contact text list ul li p {
    font-family: 'Heebo', sans-serif;
    font-size: 1em;
}
#section contact text list ul li ul {
    list-style: square;
    max-width: 200px;
    margin: auto;
    text-align: center;
}
#section contact text list ul li ul h3 {
    font-family: 'Heebo', sans-serif;
    font-size: 1.3em;
    text-align: left;
    color: #FFF;
}
#section contact text list ul li ul a {
    font-family: 'Heebo', sans-serif;
    font-size: 1.3em;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
#section contact text list ul li ul li {
    font-family: 'Heebo', sans-serif;
    font-size: 0.9em;
    height: auto;
    display: list-item;
    text-align: left;
    padding: 0px 0px 0px 0px;
}
#section contact text list ul li img {
    float: none;
    clear: both;
    display: block;
    margin: 25px auto 25px auto;
    height: auto;
    width: 75%;
    max-width: 250px;
    border-radius: 7%;
    -webkit-border-radius: 7%;
    -moz-border-radius: 7%;
}
impressum {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    background: rgba(253, 255, 255, 0.8);
    margin-top: 80px;
    padding-bottom: 80px;
}
impressum h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 2em;
    color: black;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}
impressum text {
    display: inline-block;
    clear: right;
    /*max-width: 600px;*/
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}
impressum text h2 {
    font-size: 1em;
    color: black;
}
impressum text p {
    font-size: 1em;
    color: black;
}
impressum text a {
    font-size: 1em;
    color: black;
    text-decoration: none;
}
/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
    .gridContainer {
        /*  width: 88.2%;
    padding-left: 1.1625%;
    padding-right: 1.1625%;*/
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
    #Name {
        clear: none;
        float: left;
        margin-left: 4.1666%;
        color: #006633;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        font-weight: bold;
        width: 300px;
        display: block;
    }
    #Logo {
        clear: none;
        float: left;
        margin-left: 4.1666%;
        width: 200px;
        height: 80px;
        background-image: url(../Daten/Logos/Rimet_Logo.png);
        background-repeat: no-repeat;
        background-size: 180px;
    }
    /*#Logo img{
    width: 180px;
    height: auto;
    }*/
    #Kopf {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    #Body {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    SubNav {
        clear: both;
        width: 100vw;
        height: auto;
        display: block;
        border-top: none;
        position: relative;
        margin-top: 20px;
        background: rgba(53, 109, 55, 0.9);
    }
    /*Nach-Oben-Button*/
    #upbutton {
        display: inline-block;
        background-color: #83FF00;
        background: none;
        border-style: solid;
        border-width: 5px;
        border-color: #83FF00;
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 8px;
        position: fixed;
        bottom: 20px;
        right: 10px;
        transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
    }
    #upbutton:hover {
        cursor: pointer;
        background-color: #83FF00;
        border-color: #83FF00;
    }
    #upbutton:hover::after {
        color: #FFFFFF;
    }
    #upbutton:active {
        background-color: #83FF00;
    }
    #upbutton::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #83FF00;
    }
    #upbutton.show {
        opacity: 1;
        visibility: visible;
    }
    #upbutton {
        margin: 30px;
    }
    #Vorwort h1 {
        font-size: 22px;
    }
    #Vorwort p {
        clear: both;
        font-size: 20px;
    }
    #section trust {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 900px;
        display: block;
        background: rgba(253, 255, 255, 0.8);
        overflow: hidden;
    }
    #section trust img {
        float: none;
        display: block;
        margin: 25px auto 25px auto;
        max-width: 250px;
        clear: both;
        height: auto;
        width: 75%;
        max-width: 250px;
        border-radius: 7%;
        -webkit-border-radius: 7%;
        -moz-border-radius: 7%;
    }
    #section trust text {
        clear: both;
        display: inline-block;
        max-width: 600px;
        text-align: center;
        align-items: center;
        margin-left: 25px;
        margin-right: 25px;
    }
    #section trust text h2 {
        font-size: 2em;
        color: rgba(18, 81, 48, 1);
    }
    #section trust text p {
        font-size: 1.5em;
        color: black;
    }
    #section services {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
        max-width: 900px;
        display: inline-block;
        overflow: hidden;
        background: rgba(253, 255, 255, 0.8);
        margin-top: 80px;
    }
    #section services h1 {
        display: block;
        font-family: 'Heebo', sans-serif;
        font-size: 2em;
        color: black;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px;
    }
    #section services text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section services text list {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 800px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 1em;
    }
    #section services text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 10px 0px 10px;
        margin-top: 0px;
    }
    #section services text list ul li {
        height: auto;
        text-align: center;
        padding: 20px 0px 0px 0px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section services text list ul li h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 1.2em;
    }
    #section services text list ul li p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section services text list ul li ul {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
        list-style: square;
    }
    #section services text list ul li ul li {
        height: auto;
        display: list-item;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section services text list ul li img {
        width: auto;
        height: 60px;
    }
    #section opening_hours {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
        max-width: 900px;
        display: inline-block;
        overflow: hidden;
        background: rgba(253, 255, 255, 0.8);
        margin-top: 80px;
    }
    #section opening_hours h1 {
        display: block;
        font-family: 'Heebo', sans-serif;
        font-size: 2em;
        color: black;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px;
    }
    #section opening_hours text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section opening_hours text list {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 800px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 1em;
    }
    #section opening_hours text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 10px 0px 10px;
        margin-top: 0px;
    }
    #section opening_hours text list ul li {
        height: auto;
        text-align: center;
        padding: 20px 0px 0px 0px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section opening_hours text list ul li h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 1.2em;
    }
    #section opening_hours text list ul li p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section opening_hours text list ul li ul {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
        list-style: square;
    }
    #section opening_hours text list ul li ul h3 {
        font-family: 'Heebo', sans-serif;
        font-size: 0.8em;
    }
    #section opening_hours text list ul li ul li {
        height: auto;
        display: list-item;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section opening_hours text list ul li ul ul {
        font-family: 'Heebo', sans-serif;
        font-size: 0.9em;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section opening_hours text list ul li img {
        width: auto;
        height: 60px;
    }
    #section jobs {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 900px;
        display: inline-block;
        overflow: hidden;
        margin-top: 80px;
    }
    #section jobs h1 {
        display: block;
        font-family: 'Heebo', sans-serif;
        font-size: 2em;
        color: black;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #section jobs text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section jobs text list {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 700px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 1em;
    }
    #section jobs text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
    }
    #section jobs text list ul li {
    display: grid;
    line-height: 50px;
    margin: 10px;
    background: rgba(253, 255, 255, 0.8);
    }
    #section jobs text list ul li a {
        font-family: 'Heebo', sans-serif;
        font-size: 2em;
        font-weight: 500;
        height: auto;
        text-align: center;
        color: black;
        text-decoration: none;
        padding: 10px 0px 10px 0px;
        border-radius: 3px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
#section jobs text list ul li a.active, jobs text list ul li a:hover {
        color: black;
        background: white;
        transition: .4s;
        border-bottom: 2px solid #83FF00;
    }
#section jobs_details {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 60px;
    background: rgba(253, 255, 255, 0.8);
}
#section jobs_details text h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.7em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
#section jobs_details text h2 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.4em;
    color: black;
    text-align: left;
    margin-left: 20px;
    margin-right: auto;
/*    padding-top: 50px;
    padding-bottom: 50px;*/
}
    #section jobs_details text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.3em;
    }
    #section jobs_details text ul {
/*        justify-content: left;
        align-items: center;*/
        font-family: 'Heebo', sans-serif;
        font-size: 1.3em;
        list-style: initial;
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 800px;
/*       display: block;*/
/*         overflow: hidden;*/
    }
    #section jobs_details text ul li {
    text-align: left;
    }
    #section about {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
        max-width: 900px;
        display: inline-block;
        overflow: hidden;
        background: rgba(253, 255, 255, 0.8);
        margin-top: 80px;
    }
    #section about h1 {
        display: block;
        font-family: 'Heebo', sans-serif;
        font-size: 2em;
        color: black;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px;
    }
    #section about text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section about text list {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 800px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 1em;
    }
    #section about text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 10px 0px 10px;
        margin-top: 0px;
    }
    #section about text list ul li {
        height: auto;
        text-align: center;
        padding: 20px 0px 0px 0px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section about text list ul li h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 1.2em;
    }
    #section about text list ul li p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section about text list ul li ul {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
        list-style: square;
    }
    #section about text list ul li ul h3 {
        font-family: 'Heebo', sans-serif;
        font-size: 0.8em;
    }
    #section about text list ul li ul li {
        height: auto;
        display: list-item;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section about text list ul li ul ul {
        font-family: 'Heebo', sans-serif;
        font-size: 0.9em;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section about text list ul li img {
        width: auto;
        height: 60px;
    }
    #section contact {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 900px;
        display: inline-block;
        overflow: hidden;
        margin-top: 80px;
        background: none;
    }
    #section contact h1 {
        display: block;
        font-family: 'Heebo', sans-serif;
        font-size: 2em;
        color: black;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #section contact text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section contact text list {
        height: auto;
        clear: both;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 1em;
        width: 85vw;
    }
    #section contact text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 10px 0px 10px;
        margin-top: 0px;
    }
    #section contact text list ul li {
        height: auto;
        text-align: center;
        padding: 20px 0px 0px 0px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section contact text list ul li h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 1.2em;
    }
    #section contact text list ul li p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
    }
    #section contact text list ul li ul {
        font-family: 'Heebo', sans-serif;
        font-size: 1.1em;
        list-style: square;
    }
    #section contact text list ul li ul h3 {
        font-family: 'Heebo', sans-serif;
        font-size: 1em;
    }
        #section contact text list ul li ul a {
        font-family: 'Heebo', sans-serif;
        font-size: 1em;
    }
    #section contact text list ul li ul li {
        height: auto;
        display: list-item;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section contact text list ul li ul ul {
        font-family: 'Heebo', sans-serif;
        font-size: 0.9em;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section contact text list ul li img {
        width: 75%;
        height: auto;
    }
}
/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 800px) {
    .gridContainer {
        /*  width: 88.2%;
       max-width: 1232px;
       padding-left: 0.9%;
       padding-right: 0.9%;
       margin: auto;*/
        width: 100%;
        /*  max-width: 1232px;*/
        padding-left: 0%;
        padding-right: 0%;
        margin: auto;
    }
    #Name {
        clear: none;
        float: left;
        margin-left: 4.1666%;
        color: #006633;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 25px;
        font-weight: bold;
        width: 430px;
        display: block;
    }
    #Logo {
        clear: both;
        float: left;
        margin-left: 15%;
        width: 200px;
        height: 100px;
        background-image: url(../Daten/Logos/Rimet_Logo_Recycling.png);
        background-repeat: no-repeat;
        background-size: 200px;
    }
    #Logo img {
        width: 180px;
        height: auto;
    }
    #Kopf {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
    }
    #Body {
        clear: both;
        float: left;
        margin-left: 0;
        width: 48.9795%;
        display: block;
    }
    /*    #SubNav {
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
        height: 100px;
        display: block;
        background: rgba(53, 109, 55, 0.9);
    }*/
    SubNav {
        clear: both;
        width: 100%;
        height: 85px;
        display: block;
        background: rgba(18, 81, 48, 0.95);
        border-top: 1px solid rgba(35, 142, 86, 0.95);
        position: relative;
        margin-top: 0px;
        /*bottom: 0px;*/
    }
    SubNav ul {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    SubNav ul li {
        clear: none;
        display: inline-block;
        line-height: 55px;
        /*    margin: 0 5px 5px;*/
        width: 33.333333%;
        float: left;
        text-align: center;
        margin-bottom: 0px;
        background: none;
        border-top: none;
    }
    SubNav ul li a {
        text-decoration: none;
        color: #FFF;
        font-weight: 500;
        font-size: 23px;
    }
    SubNav a.active, SubNav a:hover {
        color: #FFF;
        background: rgba(18, 81, 48, 0.95);
        transition: .5s;
    }
    SubNav a.active, SubNav a:visited {
        color: #FFF;
    }
    /*Nach-Oben-Button*/
    #upbutton {
        display: inline-block;
        background-color: #83FF00;
        background: none;
        border-style: solid;
        border-width: 5px;
        border-color: #83FF00;
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 8px;
        position: fixed;
        bottom: 130px;
        right: 10px;
        transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
        opacity: 0;
        visibility: hidden;
        z-index: 99;
    }
    #upbutton:hover {
        cursor: pointer;
        background-color: #83FF00;
        border-color: #83FF00;
    }
    #upbutton:hover::after {
        color: #FFFFFF;
    }
    #upbutton:active {
        background-color: #83FF00;
    }
    #upbutton::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #83FF00;
    }
    #upbutton.show {
        opacity: 1;
        visibility: visible;
    }
    #upbutton {
        margin: 30px;
    }
    #Vorwort h1 {
        font-size: 30px;
    }
    #Vorwort p {
        clear: both;
        font-size: 25px;
    }
    #section trust {
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 900px;
        display: block;
        background: rgba(253, 255, 255, 0.8);
        overflow: hidden;
    }
    #section trust img {
        float: right;
        clear: none;
        margin: 50px 25px 50px 0px;
        height: auto;
        width: 45%;
        max-width: 250px;
        border-radius: 7%;
        -webkit-border-radius: 7%;
        -moz-border-radius: 7%;
    }
    #section trust text {
        display: block;
        clear: none;
        max-width: 600px;
        text-align: center;
        /*  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
        margin: 50px 300px 50px 60px;
    }
    #section trust text h2 {
        font-size: 1.7em;
        color: rgba(18, 81, 48, 1);
    }
    #section trust text p {
        font-size: 1.5em;
        color: black;
    }
    #section member {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        width: 85vw;
        max-width: 900px;
        display: block;
        background: rgba(253, 255, 255, 1);
        overflow: hidden;
        align-content: center;
    }
    #section member ul {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 0px 0px 0px;
    }
    #section member ul li {
        height: auto;
        max-width: 33.3333%;
        text-align: center;
        background: rgba(253, 255, 255, 1);
    }
    #section member ul li img {
        max-width: 90%;
        height: auto;
    }
    #section services text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.2em;
    }
    #section services text list {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 900px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        column-gap: 3em;
    }
    #section services text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 20px 0px 20px;
    }
    #section services text list ul li {
        height: auto;
        text-align: center;
        padding: 20px 0px 0px 0px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section services text list ul li h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section services text list ul li p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section services text list ul li ul {
        font-family: 'Heebo', sans-serif;
        font-size: 1.3em;
        list-style: square;
    }
    #section services text list ul li ul li {
        height: auto;
        display: list-item;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section services text list ul li img {
        width: auto;
        height: 80px;
    }
    #section opening_hours text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.2em;
    }
    #section opening_hours text list {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 824px;
        max-width: 900px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 3em;
    }
    #section opening_hours text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 2px 0px 2px;
    }
    #section opening_hours text list ul li {
        height: auto;
        text-align: center;
        padding: 20px 0px 0px 20px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section opening_hours text list ul li h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section opening_hours text list ul li p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section opening_hours text list ul li ul {
        font-family: 'Heebo', sans-serif;
        font-size: 1.3em;
        list-style: square;
    }
    #section opening_hours text list ul li ul h3 {
        font-family: 'Heebo', sans-serif;
        font-size: 1em;
    }
    #section opening_hours text list ul li ul li {
        height: auto;
        font-size: 0.8em;
        display: list-item;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section opening_hours text list ul li ul ul {
        font-family: 'Heebo', sans-serif;
        font-size: 0.9em;
        padding: 0px 0px 0px 0px;
    }
    #section opening_hours text list ul li img {
        width: auto;
        height: 80px;
    }
 /*   #section jobs text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.2em;
    }
    #section jobs text list {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 824px;
        max-width: 900px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 3em;
    }
    #section jobs text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 2px 0px 2px;
    }
    #section jobs text list ul a li {
        height: auto;
        text-align: center;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section jobs text list ul li h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section jobs text list ul li p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section jobs text list ul li ul {
        font-family: 'Heebo', sans-serif;
        font-size: 1.3em;
        list-style: square;
    }
    #section jobs text list ul li ul h3 {
        font-family: 'Heebo', sans-serif;
        font-size: 1em;
    }<li><h1>Lagermitarbeiter (M) in Münchenstein</h1>
    #section jobs text list ul li ul li {
        height: auto;
        font-size: 0.8em;
        display: list-item;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section jobs text list ul li ul ul {
        font-family: 'Heebo', sans-serif;
        font-size: 0.9em;
        padding: 0px 0px 0px 0px;
    }
    #section jobs text list ul li img {
        width: auto;
        height: 80px;
    }*/
    #section jobs_details {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 900px;
    display: inline-block;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 60px;
    background: rgba(253, 255, 255, 0.8);
}
#section jobs_details text h1 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 2em;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
#section jobs_details text h2 {
    display: block;
    font-family: 'Heebo', sans-serif;
    font-size: 1.4em;
    color: black;
    text-align: left;
    margin-left: 20px;
    margin-right: auto;
/*    padding-top: 50px;
    padding-bottom: 50px;*/
}
    #section jobs_details text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.3em;
    }
    #section jobs_details text ul {
/*        justify-content: left;
        align-items: center;*/
        font-family: 'Heebo', sans-serif;
        font-size: 1.3em;
        list-style: initial;
        padding: 0px 0px 0px 0px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 85vw;
        max-width: 800px;
/*       display: block;*/
/*         overflow: hidden;*/
    }
    #section jobs_details text ul li {
    text-align: left;
    }
        #section about text p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.2em;
    }
    #section about text list {
        height: auto;
        clear: both;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        width: 824px;
        max-width: 900px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 3em;
    }
    #section about text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 2px 0px 2px;
    }
    #section about text list ul li {
        height: auto;
        text-align: center;
        padding: 20px 0px 0px 20px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section about text list ul li h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section about text list ul li p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section about text list ul li ul {
        font-family: 'Heebo', sans-serif;
        font-size: 1.3em;
        list-style: square;
    }
    #section about text list ul li ul h3 {
        font-family: 'Heebo', sans-serif;
        font-size: 1em;
    }
    #section about text list ul li ul li {
        height: auto;
        font-size: 0.8em;
        display: list-item;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section about text list ul li ul ul {
        font-family: 'Heebo', sans-serif;
        font-size: 0.9em;
        padding: 0px 0px 0px 0px;
    }
    #section about text list ul li img {
        width: auto;
        height: 80px;
    }
    #section contact text list {
        height: auto;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
        display: block;
        overflow: hidden;
        align-content: center;
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 2em;
    }
    #section contact text list ul {
        justify-content: center;
        align-items: center;
        list-style: none;
        padding: 0px 2px 0px 2px;
    }
    #section contact text list ul li {
        height: auto;
        text-align: center;
        padding: 20px 0px 0px 20px;
        page-break-inside: avoid;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #section contact text list ul li h2 {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section contact text list ul li p {
        font-family: 'Heebo', sans-serif;
        font-size: 1.5em;
    }
    #section contact text list ul li ul {
        font-family: 'Heebo', sans-serif;
        font-size: 1.3em;
        list-style: square;
    }
    #section contact text list ul li ul h3 {
        font-family: 'Heebo', sans-serif;
        font-size: 1em;
    }
    #section contact text list ul li ul li {
        height: auto;
        font-size: 0.8em;
        display: list-item;
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    #section contact text list ul li ul ul {
        font-family: 'Heebo', sans-serif;
        font-size: 0.9em;
        padding: 0px 0px 0px 0px;
    }
    #section contact text list ul li img {
        width: 220px;
        height: auto;
    }
}
/*Navibar*/

/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');*/

nav * {
    clear: both;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
nav {
    /*Hintergrund Navi*/
    /*    background: none;
    height: 50px;
    width: 100%;
    margin-top: 100px;*/
}
/*label.logo{
  color: #f2f2f2;
  font-size: 33px;
  line-height: 80px;
  padding: 0 140px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}*/

nav ul {
    float: left;
    margin-left: 10%;
}
nav ul li {
    display: inline-block;
    line-height: 50px;
    margin: 0 2px;
}
nav ul li a {
    color: #006633;
    font-weight: 500;
    font-size: 20px;
    padding: 7px 13px;
    border-radius: 3px;
    /*text-transform: uppercase;*/
    font-family: 'Poppins', sans-serif;
}
nav a.active, nav a:hover {
    color: white;
    background: #83FF00;
    transition: .5s;
}
nav a.active, nav a:visited {
    color: #006633;
}
/*Hamburger Navi*/

.checkbtn {
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 0px auto;
    top: 100px;
    right: 10px;
    float: right;
    line-height: 40px;
    margin-right: 40px;
    display: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 101;
}
.checkbtn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #83FF00;
    /*background: #006633;*/
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.checkbtn span:nth-child(1) {
    top: 0px;
}
.checkbtn span:nth-child(2) {
    top: 10px;
}
.checkbtn span:nth-child(3) {
    top: 20px;
}
.checkbtn.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.checkbtn.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.checkbtn.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#check {
    display: none;
}
@media (max-width: 960px) {
    /*  label.logo{
    font-size: 27px;
    padding-left: 25px;
  }*/
    nav ul li a {
        font-size: 16px;
    }
}
@media (max-width: 820px) {
    nav ul {
        float: left;
        margin-left: 0%;
    }
    @media (max-width: 780px) {
        .checkbtn {
            display: block;
            margin-right: 20px;
        }
        nav ul {
            position: fixed;
            width: 100%;
            height: 75vh;
            background: rgba(253, 255, 255, 1);
            /*top: 170px;*/
            bottom: 0px;
            left: -200%;
            text-align: center;
            transition: all .5s;
            z-index: 100;
            margin-left: 0%;
            overflow-y: scroll
        }
        nav ul li {
            display: block;
            margin: 5vh 0;
            line-height: 30px;
        }
        nav ul li a {
            font-size: 20px;
        }
        nav a:hover, nav a.active {
            background: none;
            color: black;
        }
        nav a.active, nav a:visited {
            color: #006633;
        }
        #check:checked~ul {
            left: 0;
        }
