body {
    margin: 0;
    padding: 0;
    font-family: open_sansregular, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #666;
    width: 1px;
    min-width: 100%;
}

.print-only {
    display:none;
}

ul {
    padding-left: 15px;
    list-style-type: none;
    margin-top: 0;
}

li:before{
    content: "\003e";
    color: #1689ce;
    padding-right: 5px;
    margin-left: -15px;
    margin-right: 2px;
}

a, a:visited {
    color: #1689ce;
    text-decoration: none;
    border: 0;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

h1{
    line-height: 1.1em;
    margin: 40px 0;
}
h1 span {
    font-size: 18px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    margin: 25px 0 5px;
}

#angebot h2 {
    margin-top: 5px;
}


iframe {
    border: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

#wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 830px;
    overflow: hidden;
    margin: 0 auto;
}
/* Header */
#header {
    max-width: 830px;
    width: 100%;
    background: #fff;
    height: 85px;
    transition: all 0.2s ease 0s;
    z-index: 999;
}

#header.fxd {
    top: 0;
    position: fixed;
    height: 50px;
    border-bottom: 1px solid #1689ce;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.big-header {
    height: 125px !important;
}


.big-header.fxd {
    height: 80px !important;
}
#headerbild {
    position: relative;
    width: 100%;
}

#header-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position:absolute;
    top:50%;
    width: 95%;
}
.right {
   text-align: right;
}
.left {
    margin-left: 20px;
    text-align: left;
}
#person span, #slogan span{
    padding: 0 7px 3px 7px;
    background-color: rgba(255,255,255,0.80);
    line-height: 25px;
}
#slogan span {
    line-height: 36px;
}
#slogan {
    margin-top: 10px;
    color: #1d87c8;
    font-size: 22px;
    line-height: 28px;
}

/* Logo */
#logo {
    width: 230px;
    margin: 22px 0 0 25px;
    transition: all 0.2s ease 0s;
    position: absolute;
    top: 0;
    z-index: 10000;
}

#logo.fxd {
    width: 130px;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#headerbild img,
#logo img {
    width: 100%;
}

#logo a {
    display: inline-block;
}

#header-navigation.fxd #logo {
    width: 150px;
    height: auto;
    margin-top: 12px;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


/* Inhalt */
#content {
    max-width: 830px;
    width: 100%;
    padding: 10px 25px 80px 25px;
    box-sizing: border-box;
}

li {
    margin-bottom: 10px;
}


/* Angebot */

#angebot {
    background: #eee;
    box-sizing: border-box;
    margin: 20px -25px 0;
    padding: 20px 25px;
   
}

#angebot-img{
    max-width: 400px;
    margin-left: 10px;
    position: relative;
}

#angebot-img .badge {
    width: 140px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.col-container{
    display: flex;
}


/* Weitere Stellen */
#weitere-stellen {
    border-top: 2px solid #1689ce;
    display: inline-block;
    margin: 20px -25px;
    padding: 25px 15px 0;
}

#weitere-stellen h2 {
    margin-left: 10px;
}

#jobs-desktop-padding {
    padding-bottom: 0;
}

#jobs {
    display: flex;
    margin: 15px -5px 0;
}

.jobs-text {
    display: inline-block;
    min-height: 50px;
    width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0;
}

.job {
    border: 1px solid #1689ce;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    margin: 0 15px 20px;
    min-height: 175px;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    width: 29.2%;
}

.job:hover {
    background: #eee;
}

.job a,
.job a:visited {
    color: #000;
    text-decoration: none;
}
.job a.btn-more {
    color: #1689ce;
}
.job a.btn-more:hover {
    color: #fff;
    background-color: #1689ce;
}

/* Social Icons */
#social{
    padding-top: 8px;
}
.social-icons div{
    display: inline-block;
    vertical-align: middle;
}
.social-icons img{
    display:inline-block;
    width: 25px;
    height:25px;
}
.social-icons .print img{
    width: 15px;
    height:15px;
    padding-right: 5px;
}
.social-icons a:hover{
    text-decoration: none;
}
.social-icons small{
    padding-right: 5px;
}

.whatsapp{
    display: none;
}

.social-icons .btn-bewerben{
    padding: 3px 10px !important;
}

/* Footer */
#footer {
    background: #fff;
    border-top: 1px solid #1689ce;
    box-sizing: border-box;
    margin: 15px 0 0;
    max-width: 100%;
    padding: 15px 8px;
    width: 830px;
    z-index: 9999;
}

.btn-container{
    display: flex;
    justify-content: space-between;
}

.application-btns{
    flex-direction: row-reverse;
   display: flex;
   align-items: flex-end; 
   justify-content: end;
}

a.btn-bewerben,
a.btn-more {
    border: 1px solid #1689ce;
    color: #1689ce;
    cursor: pointer;
    display: inline-block;
    font-family: open_sansregular, sans-serif;
    font-size: 14px !important;
    padding: 10px 20px !important;
    text-align: center;
    text-decoration: none;
    width: auto;
    background-color: #fff;
    transition: background-color 0.1s linear;
 
}

a.btn-bewerben, a.btn-whatsapp  {
    font-size: 17px;
    padding: 11px 20px;
    margin-bottom:5px;
 
}

a.btn-bewerben:hover, a.btn-more:hover, .print:hover {
    background-color: #1689ce;
    color: #fff;
}
a.btn-whatsapp {
    border: 1px solid #25D366;
    color: #25D366;
    cursor: pointer;
    display: inline-block;
    font-family: open_sansregular, sans-serif;
    font-size: 14px !important;
    padding: 10px 20px !important;
    text-align: center;
    text-decoration: none;
    width: auto;
    background-color: #fff;
    margin-right: 5px;
    transition: background-color 0.1s linear
    }

a.btn-whatsapp:hover {
    background-color: #25D366;
    color: white
}
.print {
    position: relative;
    border: 1px solid #1689ce;
    color: #1689ce;
    cursor: pointer;
    padding: 5px 10px 8px 40px;
}
.print::before {
   content: url(../images/print-icon-blue.png);
    position: absolute;
    left: 5px;
    top: 3px;
}
.print:hover::before {
    content: url(../images/print-icon-white.png);
}

a.btn-more {
    margin: 20px 0 0 0px;
    display: inline-block;
    width: 50px;
}

/* Media Queries */

@media screen and (max-width: 768px) {
    #jobs {
        flex-direction: column;
    }
    .job {
        width: calc(100% - 30px);
    }

    #logo {
        width: 130px;
        margin-top: 13px;
    }

    #header {
        height: 50px;
    }

    .big-header {
        height: 85px !important;
    }

    .print {
        display:none;
    }

    #angebot-img .badge {
        bottom:-15px;
        right:-15px;
    }
   
  
}

@media screen and (max-width: 700px) {

    .social-icons small,  .social-icons .btn-bewerben{
        display: none;
    }

    .whatsapp{
        display: inline-block;
    }

    .col-container{
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    #angebot-img{
        margin-left: 0;
       
    }


}

@media screen and (max-width: 640px) {
    .job {
        margin-bottom: 20px;
        min-height: 100px;
    }

    .jobs-text {
        min-height: auto;
    }

    #job-description,
    #contact-box {
        margin-top: 25px;
    }
 
    #header {
        height: 60px;
    }

    #header-text {
        position: relative;
        background-color: #eee;
        width: 100%;
        bottom: 0;
        padding: 10px 20px;
        margin-top:0 !important;
    }
    .right{
        text-align: left;
    }
    .left {
        margin-left: 0;
    }
    #person span, #slogan span {
        background-color: transparent;
        padding:0;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    #slogan {
        margin-top: 0;
    }

    .application-btns{
      flex-direction:  column-reverse;
     }

     a.btn-whatsapp {
        margin-right: 0
     }
}


@media screen and (max-width: 420px) {

    h1 {
        font-size: 25px;
    }

    a.btn-bewerben{
        margin-top: 10px;
    }

    #slogan span {
        font-size: 16px;
    }
}

