html {
    line-height: 1.5 !important;
    font-size: 16px !important;
}
body {
    font-family: 'Lato', sans-serif;;
    font-weight: normal;
    font-style: normal;
    margin: 35px !important;
    color: #333 !important;
}
a {
    color: #333 !important;
}
a:hover {
    color: #000 !important;
}
h1 {
    font-family: 'Lato', sans-serif;;
    font-weight: 500;
    font-style: normal;
    font-size: 32px !important;
}

h2 {
    font-size: 1.469em !important;
    font-weight: bold !important;
    color: #9fc512 !important;
}


h3 {
    margin: 0 !important;
}

h5 {
    font-family: 'Lato', sans-serif;;
    font-weight: bold;
    font-style: normal;
    font-size: 18px !important;
    margin-bottom: -12px !important;
}

ul {
    padding-left: 20px !important;
}

li {
    list-style-type: disc !important;
}

.container {
    max-width: 1024px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
    border-right-width: 0;
    border-left-width: 0;

}
.row.full-width .col  {
    padding: 0 !important;
    margin-bottom: -10px;
}
.row {
    margin-bottom: 0 !important;
}

.row .col {
    padding: 0 50px !important;
}

.logo {
    padding: 20px;
}
.logo img {
    margin: 20px 0;
    height: 140px;
    float: right;
}
.mainpic img {
    width: 100%;
}

.intro-text {
    margin: 50px 0 0 0;
}

.job-infos {
    padding: 50px 0 !important;
}

.title {
    background-color: #9fc512;
}

.jobtitle {
    padding: 16px 50px;
    margin: 0 !important;
    line-height: 40px;
    font-size: 2.074em !important;
    font-weight: bold;
    text-align: center;
}

.workplace {
    font-size: 1.469em !important;
    text-align: center;
    font-weight: bold;
    margin: 0 !important;
}

.subtitle {
    text-align: center;
    margin-top: 20px;
}

.angebot {
    margin-bottom: 30px;
}
.inline-icon > span {
    font-size: 18px;
}
.inline-icon .svg-icon, .row-icon .svg-icon {
    max-width: 20px;
    max-height: 20px;
}
.inline-icon .svg-icon {
    margin-left: 10px;
    vertical-align: sub;
}

.contact {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 0 50px 50px 50px;
}
.contact-content svg {
    vertical-align: sub;
}

.apply-section {
    width:100%
}
.apply-btn {
    color: #fff !important;
    background-color: #707070;
    padding: 13px 44px;
    border-radius: 3px;
    text-transform: uppercase;
    display: table;
    margin: 40px auto;
}

.company-info {
    text-align: center;
    margin: 30px 0;
}

.social-share {
    text-align: center;
    margin: 20px 0;

}
.social-share > a > .svg-icon {
    fill: #9fc512;
    width: 32px !important;
    height: 32px !important;
    margin: 0 8px;
}

/* media queries */
@media only screen and (max-width: 1000px) {
    body {
        margin:0 !important;
    }
    .container {
        box-shadow: none;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 700px) {
    .row .col.m6, .row .col.s6 {
        width: 100% !important;
    }
    .row .col {
        padding: 0 20px !important;
    }
    .logo img {
        height: 70px;
    }
    .jobtitle {
        padding: 10px 20px;
        margin: 0 !important;
        line-height: 30px;
        font-size: 1.5em !important;
    }
    .print {
        display: none;
    }
    .apply-btn {
        margin-top: 30px;
        float: left;
    }
}

.share-bar {
    text-align: center;
    margin: .5em;
    position:relative;
}

.share-bar a {
    color:#333;
    font-weight: bold;
    padding: 1em;
}

.share-bar a:hover {
    color:#777;
}
.share-bar a span:hover {
    color:#777;
}

.share-bar .svg-icon {
    width: 20px;
    height: 20px;
    top:10px;
    right:5px;
    fill:#333;
}

.share-bar a:hover .svg-icon {
    fill:#777;
}

.share-bar a span {
    position:relative;
    top:-5px;
    left:5px;
}

.social-wrapper {
    position:relative;
    display:inline;
}

.social-icons {
    opacity:0;
    visibility: hidden;
    position: absolute;
    top: -2em;
    left: 50%;
    margin-left:-5.3em;
    min-width: 150px;
    z-index: 1900;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    background: #fff;
    padding: .833em 1em .433em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    transition: 0.3s all ease;
}

.social-icons:before {
    position: absolute;
    content: '';
    width: .71428571em;
    height: .71428571em;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-box-shadow: 1px 1px 0 0 #bababc;
    box-shadow: 1px 1px 0 0 #bababc;
    top: auto;
    right: auto;
    bottom: -.30714286em;
    left: 50%;
    margin-left: -.30714286em;
}
.social-wrapper:hover {
    padding-top:20px;
}
.social-wrapper:hover .social-icons {
    opacity:1;
    visibility: visible;
    top:-3em;
}

.share-bar .social-icons a {
    padding: 0 .125em;
}

.share-bar .social-icons .svg-icon {
    top:4px;
    right:auto;
}

@media (min-width: 0) and (max-width: 480px) {

    .share-bar .svg-icon {
        width: 24px;
        height: 24px;
        margin: 0 .375em;
    }

    .share-bar .svg-icon {
        top:4px;
        right:auto;
    }

    .share-bar .social-icons a {
        padding: 0;
    }

}

.only-print {
    display: none;
}

