* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

/* roboto-300 - 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: 300;
    src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/roboto-v30-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* 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+ */
    url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-500 - 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: 500;
    src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/roboto-v30-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-900 - 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: 900;
    src: url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('../fonts/roboto-v30-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
header {
    width: 100%;
    margin: auto;
}
.navi{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: white;
    box-shadow: 1px 3px 9px 1px rgba(198, 198, 198, 0.83):
}
nav .nav-li.strong a{
    font-weight: 500;
    color: #339B21
}
p {
    line-height: 23px;
    font-size: 17px;
}
.slick-track{
    width: 100% !important;
}
.wrapper {
    width: 100%;
    margin: auto;
    background-color: white;
}

/* Navigation Anfang*/

.mainnav {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 2rem 0 2rem;
    align-items: center;
    margin: auto;
    justify-content: flex-end;
}
.navigation-wrapper {
    position: relative;
    width: 100%;
    max-width: 1460px;
    padding: 0;
    display: flex;
    background-color: white;
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    margin: auto;
}
nav li {
    display: inline-block;
}

nav a {
    color: #969696;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.5rem;
    cursor: pointer;
    transition: .3s;
    font-weight: 400;
    font-size: 1.2rem;
}

nav a:hover, nav a:focus, nav a:active {
    color: #339B21;
}

.logo a {
    padding: 0;
}

.nav-li {
    list-style-type: none;
    margin: auto 0;
    position: relative;
}
header nav ul{display: flex;
    flex-flow: row wrap;
}
.logo {
    width: 170px;
    cursor: pointer;
}

.logo-image {
    width: 100%;
    max-width: 190px;
}

.left-nav {
    width: 12%;
    text-align: left;
    display: flex;
    flex-flow: row;
    align-items: center;
}

.right-nav {
    width: 84%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-end;
}
.flex-50.leftside h3 {

    padding-bottom: 10px;
}
/* Navigation Ende*/
/* Content-Styles*/

.main.content {
    width: 100%;
        margin: 87px auto 0;
}
.main-content{
    width: 100%;
    max-width: 1460px;
    margin: auto
}
.slick-initialized .slick-slide{
    width: 100% !important;
}
/* Flexboxen*/

.flex-50 {
    width: 50%;
}
  .stellenangebote .flex-50{
        display: flex;
      flex-flow: column;
      background-color: white;
      padding: 20px;
      margin: 16px;
      width: calc(50% - 32px);
    }
.stellenangebote h2{
    
    color: white;
    text-align: center;
    margin: auto;
}
    
.stellenangebote p{
    color:white;
}
.stellenangebote .flex-50 p{
    color:#6E6E6E;
}
.info-block .stellenangebote, .info-block.stellenangebote {
    padding: 38px 20px 20px;
}
.stellenangebote{
    display: flex;
    padding: 38px 20px 20px;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
      background-image: url(../img/content/stellenangebote_tasse.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.stellenangebote .button-container .button{
    margin-left: 0;
}
strong{
    font-weight: 500;
}
.stellenangebote .button-container {
   
    justify-content: flex-start;
}
#leistungen.green-bg{
    padding-bottom: 45px;
}
.contactbox.bg{
    padding: 45px 0;
}
.career #kontakt .right-white-box h2 {
    font-size: 2.5rem;
    
}
.info-block.grey-bg.team{
    margin: 0;
}
.team .g-white{
    color: #339B21;
}
.gallery .flex-50 img{
    width: 100%;
    padding: 20px;
}
.info-block .stellenangebote, .gallery .stellenangebote{
   
      background-image: initial;
    background-size: unset;
    background-repeat: unset;

}.team .width-33{
    box-shadow: 1px 3px 9px 1px rgba(198, 198, 198, 0.83);
}
 .full-width .content-width{
     margin: 0 auto;
 }
 .grey-bg.full-width{
     margin: 0 auto;
     padding: 60px 20px;
 }
.flexbox.gallery-three.content-width{
    margin: 60px auto 0;

}
.flexbox.gallery-three.content-width{
    margin: 60px auto 0;

}
.flexbox.gallery-three{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 0 0;
}
.flex-33 img{
        box-shadow: 1px 3px 9px 1px rgba(198, 198, 198, 0.83);
    width: 100%;
}
.flex-33 {
    width: calc(33% - 20px);
   
    margin: 0 10px;
}
.button.whitebg-button.green-bg-button a{
    color: white
    
}
.nospace{
    margin: 0 auto !important;
}
.grey-bg{
    background-color: #f4f4f4;
    padding: 0;
}
.stellenangebote .button.whitebg-button{
    border: 2px solid #339B21;
}
.button.whitebg-button.green-bg-button{
    background-color:#339B21;

}
.flex-50.leftside p {
    font-size: 17px;
    padding-right: 16px;
}
.flex-50.leftside p:first-of-type {
font-weight: 100;
    font-size: 21px;
    padding-bottom: 12px
}
.flex-50.leftside {
    width: 555px;
    align-self: center;
    padding: 0 2rem 0;
}

.flex-50.image {
    width: calc(100% - 555px);
    position: relative;
    background-color: white
}
.career .right-white-box h2::before, .career .right-white-box h2::after{
   display: none;
}
.ini .flex-50{
    width: 50%;

    color: #6E6E6E;
    margin: 0 auto 0 0;
}
.second.ini .einl h3{
    padding-bottom: 15px;
}
.second.ini .einl{
    padding: 0 49px 0 0;
}
.second.ini{
    box-shadow: none
}
#kontakt{
    margin-bottom: 60px;
}
.career .right-white-box h2{
    font-size: 19px;
    word-break: break-all;
    hyphens: auto;
    padding: 0 0 20px;
}

.flexbox.white {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: auto 0 0 auto;
    align-items: center;
    position: relative;
    z-index: 6;
    height: 100%;
      background-image: url(../img/logo_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.contactbox{

     display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: auto 0 0 auto;
    align-items: center;
    position: relative;
    z-index: 6;
    height: 100%;
    background-image: url(../img/kontakt-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.button-container{
    width: 100%;
    max-width: 1490px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.contactbox h4{
    color: white;
    width: 100%;
      max-width: 1490px;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    font-size: 2.2rem;
}
.contactbox p{
      max-width: 1490px;
      color: white;
    width: 100%;
    text-align: center;
       font-size: 17px;
    margin: auto;
}
.flexbox {
    display: flex;

    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
}

/* 1. Bild Styles*/

.img-wrap {
    width: 100%;
    max-height: 650px;
    overflow: hidden;
}

.img-wrap-first {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.img-wrap img {
    width: 100%;
    vertical-align: bottom;
}

.img-wrap-first img {
    width: 100%;
    z-index: 99;
    position: relative;
}

/* Fonts / Überschriften Styles*/

hr {
    color: #FFAE0F;
    background-color: #FFAE0F;
    height: .5rem;
    outline: none;
    border: none;
    margin: 0.2rem 0 1rem 0;
    width: 100px;
}

.horizon-header {
    color: #FFAE0F;
    background-color: #FFAE0F;
    height: .5rem;
    outline: none;
    border: none;
    margin: -.5rem 0 1rem 1rem;
    width: 100px;
}
.iconbox.flexbox {
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0
}
.iconbox img{
    width: 27px;
    margin-right: 14px;
}
.white {
    color: white;
    background-color: white;
    height: .4rem;
    outline: none;
    border: none;
    margin: 1rem 0;
    width: 100px;
}

.first-h {
    font-size: 2.3rem;
    color: white;
    padding: 1rem 0;
    margin: 0;
    font-weight: 600;
}

h2 {
    font-size: 2.5rem;
    color: #339B21;
    position: relative;
   text-transform: uppercase;
    font-weight: 600;
    
}
.right-white-box h2::before{
   content: ' ';
    position: absolute;
    width: 22px;
    height: 40px;
   left: 1px;
       bottom: -14px;
   
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/black.png);
    
}
 .stellenangebote h2::before{
   content: ' ';
    position: absolute;
    width: 22px;
    height: 40px;
    left: -15px;
    bottom: -26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/black.png);
    
}
.white h3{
    color: white;
    text-transform: uppercase;
}
.right-white-box h2::after{
   content: ' ';
    position: absolute;
    width: 22px;
    height: 40px;
   right: 1px;
      top: -6px;
   
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/grey.png);
    
}
.gallery .stellenangebote .h-white{
    
        color: #339B21;
}
.stellenangebote h2::after{
   content: ' ';
    position: absolute;
    width: 22px;
    height: 40px;
  right: -17px;
    top: -4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/grey.png);
    
}
h3 {
    font-size: 1.4rem;
    font-weight: 400;
}

h4 {
    font-weight: 600;
    font-size: 1.4rem;
}

.thick-h {
    font-size: 2.6rem;
    font-weight: 500;
    margin-top: 1.3rem;
}

.h-white {
    color: white;
    text-align: center;
    margin: auto;
    padding: 0px 0 20px;
    
}

.paragraph {
    color: #707070;
    padding: 1rem 0;
    font-size: 1.1rem;
    font-weight: 300;
}

.white-paragraph {
    color: white;
    font-size: 1.4rem;
    font-weight: 300;
}

/* Button Styles*/

.button {
    background-color: white;
    border: none;
    text-align: left;
    width: 100%;
    max-width: max-content;
    margin: 1.5rem 0;
    cursor: pointer;
    transition: .3s;
}

/* Button Navigation*/

.button.space {
       margin: 16px 0;
    border: 2px solid white;
}

.button.space:hover, .button.space:active, .button.space:focus {
    color: white;
    transform: translateY(-5px);
    margin: 16px 0;
}

.button:hover {
    background-color: #339B21;
    color: white;
    text-align: left;
    transform: translateY(-5px);
    border: 2px solid white

}
 .dsgvo p strong{
    line-height: 1.8;
}
.dsgvo h3, .dsgvo strong{
    padding: 16px 0;
}
.button.white-button {
    background-color: #339B21;
    text-align: left;
    width: 100%;
    max-width: 250px;
    border: none;
    margin: 1.5rem 0;
    transition: .3s;
}

.button.white-button:hover {
    background-color: #339B21;
    text-align: left;
    border: none;
}

.button.white-button a {
    display: block;
    color:white;
    font-weight: 400;
}

.button.white-button a:hover {

}

.button a {
    display: block;
    color: #339B21;
    padding: .7rem;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
    text-transform: uppercase;
}

.button a:hover {
  
}

.button.space a:hover {
      color:white
}

.whitebg-button a img{
    width: 26px;
    margin-right: 9px;   
}
.whitebg-button a{
    color: #339B21;
    justify-content: center;
    display: flex;
    align-items: center;
}
.button.whitebg-button{
    background-color: white;
    margin: 16px;
    border: 2px solid white;
    
}

/*Textbox + Bild Styles*/
.second {
   margin-top: 2rem;
    -webkit-box-shadow: 1px 3px 9px 1px rgba(112,112,112,0.83); 
box-shadow: 1px 3px 9px 1px rgba(198, 198, 198, 0.83);
}

.textbox, .pic-box {
    width: 50%;
}

.textbox {
    display: flex;
    justify-content: center;
    vertical-align: center;
    align-items: center;
}

.text-container {
    padding: 2rem;
}

.right-white-box h2{
    color: #339B21;
    text-transform: uppercase;
    padding: 0 20px 9px;
    width: auto;
    display: inline-block;
}
.right-white-box {
    width: calc(100% - 625px);
    background-color: white;
    display: flex;
    color: #6E6E6E;
    justify-content: center;
    vertical-align: center;
    align-items: center;
}

.boxtext {
    padding: 3rem 2rem 2rem 3rem;
    margin: auto;
}


/* Bild Box Styles*/

.pic-box {
    text-align: center;
}

.pic-box img {
    width: 100%;
}

.pic-left {
       width: 625px;
    text-align: center;
    overflow: hidden;
}

.pic-left img {
    width: 100%;
    overflow: hidden;
    vertical-align: bottom;

}

span {
    color: white;
    font-size: 1.8rem;
    font-weight: 300;

}

/*Impressum Styles*/

.imprint-h {
    font-size: 2rem;
    margin: 1rem 0;
    color: #2b2b2b;
}

.imprint-p {
    color: #707070;
}

.left-side {
    justify-content: left;
}

.imprint-f {
    width: 100%;
    background-color: #00376E;
    padding: 4rem 2rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    color: white;
}

/* Impressum Höhe um Footer unten am Ende zu positionieren*/

.full-h {
    height: 100vh;
    background-color: white;
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* To Top Button*/
.to-top img {
    width: 40px;
    max-width: 40px;
    margin: auto;
    padding: 0.80rem 0.4rem 0.4rem 0.4rem;
}

.to-top {
    position: fixed;
    bottom: 1rem;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #F8A500;
    border-radius: 0;
    margin-left: 112.95rem;
    right: 1rem;
    border: 1px solid transparent;
    transition: .3s;
    z-index: 99;
}
.team .icon {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.to-top:hover {
    position: fixed;
    width: 45px;
    height: 45px;
    z-index: 888;
    text-align: center;
    background-color: #00376E;
    border: 1px solid white;
    margin-left: 112.95rem;
}

.width-33{
    width:calc(33% - 40px);
    margin: 20px;
    background-color: white;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 18px;
}
footer .flexbox .flex-50{
    width:50%;
}
footer .flexbox .flex-50 ul li{
     color: white;
    
}
footer .logo.flex-50 {
    
    align-items: flex-end;
    display: flex;
    flex-flow: column;

    
}
footer .flex-50 ul li a{
    color: white;
    text-align: right;
    text-decoration: none;
}
footer .flex-50 ul li{
    color:white;
    list-style: none;
    
}
footer.flexbox .flex-50 ul{
    
 padding: 0;
}
footer .logo-image{
    background-color: white;
    padding: 11px 14px;
    margin: 16px 0;
}
footer{
    padding: 20px 0; 
}
footer .flexbox{
    max-width: 1400px;
    margin:auto;
    color: white
    
}
footer.green-bg{
       background:rgb(43,120,31);

}
.green-bg{
   
    background: rgb(43,120,31);
background: linear-gradient(180deg, rgba(43,120,31,1) 0%, rgba(62,160,46,1) 47%, rgba(62,160,46,0.6739130434782609) 100%);
}
.content-width{
    max-width:1460px;
    margin: 60px auto 0;
}

.full-width{
    margin:60px auto 0;
}
.info-block .flexbox{
    

    }
.info-block{
    
    padding:  0;


}
.icon {
    width:113px;
    margin:16px auto;
    
}
.info-text{
    text-align: center;
}
.info-text h4{
    text-transform: uppercase;
}
.info-p{
    font-size:15px;
}

/* Media Querries*/

@media (max-width: 1460px) {
    .navigation-wrapper {
        padding: 0 2rem;
    }
    .flexbox.white {
    background-size: cover;
    background-repeat: no-repeat;
}
    .gallery .flex-50{
        width: 100%;
        margin: 20px auto;
    }
    .content-width, footer .flexbox {
    margin: 30px 20px;
    width: calc(100% - 40px);
}
    *{
        hyphens: auto;
        word-break: break-word;
    }
    
}
@media (max-width: 1100px) {
    .main.content {
    margin: 0 auto 0;
}
    .main.content {
    margin: 62px auto 0;
}
    .right-white-box {
    width: 100%;justify-content: flex-start;
    }
  .navigation-wrapper {
   
    height: 62px;
    justify-content: space-between;
}
    .navigation-wrapper {
        padding: 0 2rem;
    }

    .logo-image {
        width: 100%;
        max-width: 85px;
    }

    .logo {
        padding-left: 1rem;
    }

    .flex-50.leftside {
           width: 100%;
    padding: 2.8rem 2rem;
    max-width: 1100px;
    margin: 0rem auto 0 auto;
    z-index: 99;
    order: 2;
    position: relative;
    }
    .boxtext {
   
    margin: 0;
}
    .contactbox .right-white-box {
    
    justify-content: flex-start;
    }

    .flex-50.image {
        width: 100%;
        position: relative;
        z-index: 3;
        order:1;
    }
  
    .pic-left {
        width: 100%;
        max-height: 660px;
        text-align: center;
        margin-top: 0;
        overflow: hidden;
    }

    .pic-left img {
        width: 100%;
        overflow: hidden;
    }

    .right-blue-box {
        width: 100%;
    }

    .navigation-wrapper {
        padding: 0 1.5rem;
    }

    .mainnav ul li .no-line {
        border-bottom: none;
        padding-bottom: 0;
    }

    .mainnav ul li a {
        border: none;
        border-bottom: 1px solid  #329C37;
    }

    .button.space {
        padding: 0;
        text-align: center;
    }

    .mainnav.open ul {
        top: 10px;
        position: absolute;
        right: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, .8);
        z-index: 77;
        display: block;
        transition: 1s;
        padding: 2rem;
    }

    .mainnav.open .burger {
        width: 1.5rem;
        height: 3px;
        text-align: center;
        background-color: #329C37;
        margin: auto;
        z-index: 6;
    }

    .mainnav li {
        z-index: 2;
        width: 100%;
    }

    .mainnav ul li {
        text-align: right;
        list-style: none;
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

    .mainnav .burger.activebar {
        background: #329C37;
    }

    .mainnav .burger.active:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    .mainnav .burger.active:nth-child(2) {
        opacity: 0;
    }

    .mainnav .burger.active:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .mainnav ul {
        display: none;
        transition: 1s;
        top: -30rem;
    }

    .mainnav ul a {
        padding: 2rem 3rem 2rem 1rem;
        width: 100%;
        margin: 0;
        display: block;
        text-align: center;
    }

    .burger {
        width: 1.5rem;
        height: 3px;
        text-align: center;
        background-color: #349b21;
        margin: auto;
        z-index: 6;
        transition: .5s;
    }

    .burger-container {
        margin: auto 0 0;
        text-align: center;
        position: absolute;
        cursor: pointer;
        z-index: 99;
        right: 1.5rem;
        top: 11px;
        width: 43px;
        height: 43px;
        display: inline-flex;
        flex-flow: wrap;
        padding: .5em 0;
    }

    .mainnav {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        padding: 0;
        align-items: center;
        margin: auto;
    }

    .right-nav {
        width: 85%;
        padding-right: 3rem;
        justify-content: flex-end;
    }
}

@media (max-width: 850px) {
    .stellenangebote .flex-50 {
    padding: 20px;
    margin: 16px 2rem 0;
    width: calc(100% - 2rem);
}
}
@media (max-width: 700px) {
    .left-nav {
        width: auto;
    }
    .logo {
        width: 145px;
    }
    .logo-image {
        width: 100%;
        max-width: unset;
    }
    .contactbox h4 {
        font-size: 22px;
        padding: 0 20px 10px;
    }

    .second.ini .einl{
        padding: 0;
    }
    .mainnav ul a {
        padding: 1.2rem 0 1.2rem 0;
    }

    .to-top {
        bottom: 2rem;
    }
    .width-33 {
    width: calc(50% - 40px);
   
}
    .second.ini {
    box-shadow: none;
    justify-content: space-between;
}
    .ini .flex-50 {
    width: 100%;
        padding: 16px 0px;

}
}

@media (max-width: 600px) {
    .right-white-box h2::before {
        display: none;
        
    }
    
    .stellenangebote h2::before, .stellenangebote h2::after, .right-white-box h2::after {
     display:none;   
    }
    
    .right-white-box h2 {
  
    padding: 0 0px 9px;
    }
  .stellenangebote .flex-50 {
   
    padding: 16px;
    margin: 16px 0 0;
    width: calc(100% - 0rem);
}

    .navigation-wrapper {
        padding: 0 0.5rem;
    }


    .flex-50.leftside {
        width: 100%;
        padding: 2.5rem 2rem;
        max-width: 1100px;
        margin: 0 auto 0 auto;
        z-index: 99;
        position: relative;
    }

   .first-h {

    padding: 16px 0;
  
}
    .pic-left img {
        min-width: inherit;
    }

   * {

    word-break: break-word;

    hyphens: auto;
}
    .stellenangebote .button.whitebg-button {
    border: 2px solid #339B21;
   
            margin: 16px;
    width: calc(100% - 32px);
}
    .boxtext {
    padding: 2rem 1rem 2rem 2rem;
    margin: auto;
}
  
}

@media (max-width: 500px) {
    .flex-50.leftside p:first-of-type {

        line-height: 23px;
        font-size: 17px;
        padding: 10px 0;
    }
    .inline-p{
        padding: 10px 0 !important;
    }
    .full-width {
        margin: 30px auto 0;
    }
    .flexbox.gallery-three.content-width {
        margin: 30px auto 0;
    }
    h4 {
    font-size: 1.3rem;
}
    .stellenangebote .button.whitebg-button {

        margin: 16px 0;
        width: calc(100% - 0);
    }
    .grey-bg.full-width {
        margin: 0 auto;
        padding: 30px 10px;
    }
    h3 {
        font-size: 1.3rem;
        font-weight: 400;
    }
    .boxtext {
        padding: 2rem 1rem 1rem 1rem;

    }
    .first-h, h2, .career #kontakt .right-white-box h2 {
        font-size: 1.6rem;
    }
    .content-width {
        width: calc(100% - 20px);
        margin: 30px 10px;
    }
    .stellenangebote {

        padding: 38px 10px 20px;
    }
    .flex-33 {
    width: calc(100% - 20px);
    
    margin: 10px 10px;
}
   

   footer .flexbox .flex-50 {
    width: 100%;
} 
    footer .logo {
    width: 100%;
    max-width: unset;
    cursor: pointer;
}
    footer .logo.flex-50 {
    align-items: flex-start;
}
}
@media (max-width: 450px) {
    .mainnav ul li .no-line {
        border-bottom: 1px solid #00376E;
        padding-bottom: 1rem;
    }
    .logo {
        width: 135px;
        padding: 20px 0 20px 10px;
    }

    .mainnav.open ul {
        background-color: white;
    }
.button {
    text-align: left;
    width: calc(100% - 32px);
    max-width: initial;
   
}
    .button-container {
    flex-flow: column;
    display: flex;
    justify-content: center;
}
    .mainnav ul a {
        padding: 1rem 0 1rem 0;
        font-size: 1.1rem
    }

    .logo {
        padding-left: 0;
    }
.width-33 {
    width: calc(100% - 20px);
    margin: 10px;
}
   .button.white-button {

    width: 100%;
    max-width: initial;
   
}
  .flex-50.leftside {
      width: 100%;
      padding: 1.5rem 16px 16px;
  }

    .blue-bg-text {
        margin-top: -2rem;
    }

    .icon-wrapper img {
        max-width: 100px;
    }

   
    .thick-h {
        font-size: 2.2rem;
        font-weight: 500;
        margin-top: 1.3rem;
    }

    .form-container {
        padding: 0;
    }

    .flex-50.leftside {
        margin: -2rem auto 0 auto;
    }


    .image-wrapper img {
        width: 247%;
    }

   
    .mainnav {
        padding: 1.5rem 0;
    }

    .logo {
        width: 170px;
        max-width: 69px;
        cursor: pointer;
    }

    .privacy-p {
        font-size: 1.1rem;
        padding-top: 1rem;
    }

    .left-nav {
        width: 100%;
    }
    .info-text {
        padding: 1rem 0;
    }

    .navigation-wrapper {
        padding: 0 1rem;
    }
}
