/**
 * FONT
 */
/*normal font*/
@font-face {
    font-family: Pensum Pro Regular;
    src: url(/directlink/1005696002/assets/fonts/Pensum-Pro-Web/pensumpro-regular.woff);
}
/*title font*/
@font-face {
    font-family:Pensum Display Book;
    src: url(/directlink/1005696002/assets/fonts/Pensum-Display-Web/PensumDisplay-Book.woff);
}

/**
 * Body.
 */

body {
    font-family:'Pensum Pro Regular';
    font-size: 16px;
    color: #232323;
    line-height: 26px;
    margin: 0;
}

/**
 * Wrapper.
 */
#wrapper {
    width: 100%;
}

p{
    font-family:'Pensum Pro Regular';
    font-size: 15px;
    line-height: 26px;
}

#logo img{
    padding-bottom: 60px;
    max-width: 95% !important;
}


a {
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #666;
}

ul {
    padding-left: 20px;
}


/**
 * Content.
 */

#content {
    padding: 120px 120px 50px;
    background: #fff;
    max-width: 1500px;
    margin: 0 auto;
}

.span_1_of_1{
    clear: both;
}
 p{
    margin-top: 0;
}
.span_1_of_2{
    width: 50%;
    float: left;
    padding-right: 50px;
    clear: both;
}
.span_2_of_2{
    width: 50%;
    float: right;
}

.top-padding{
    padding-top: 20px;
}

#work-title{
    border-top: 1px solid #232323;
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;
    padding: 25px 0;
    font-family: Pensum Display Book;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    margin: 60px 0 50px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

h3{
    font-family: 'Pensum Display Book';
    font-weight:400;
}

.ui.embed {
    width: 100%;
}

iframe{
    width: 100%;
    border: none;
    min-height: 300px;
}

#contact{
    width:65%;
    float: right;
    margin-top: 5px;
}

#contact img{
    width:50px;
    height: 50px;
    float: left;
    margin-right: 12px;
}

#contact > div {
    margin-top: 15px;
}

#hinweis{
    padding-top: 10px;
    padding-bottom: 20px;
    font-style: italic;
}
#media{
    margin-bottom: 50px;
}

.more a, #contact a{
    text-decoration: underline;
}

#media img {
    width: 100%;
    height: auto;
}

/**
 *  Expired
 */

.expired {
    font-family:'Pensum Pro Regular' !important;
    min-height: 200px !important;
}

.expired h1 {
    font-family: 'Pensum Display Book' !important;
}

#logos img{
    max-height: 30px;
    width: auto;
    padding-right: 60px;
}

#logos img:last-of-type{
    padding-right: 0;
}
.expired .span_1_of_2 {
    width: 35%;
}

.expired #jobabo-subscribe-button{
    font-family: 'Pensum Pro Regular' !important;
}
/**
 * Follow Section.
 */
#follow {
    max-width: 1500px;
    color: #fff;
    padding: 50px 120px;
    min-height: 270px;
    margin: 0 auto;
}

#footer_content {
    background: #232323;
}

.expired #footer_content{
    position: absolute;
    bottom: 0;
    width: 100%;
}

#follow  p {
    padding-bottom: 20px;
}

#jobabo-subscribe-button{
    background-color: #fff;
    padding: 15px 45px;
    font-family: 'Pensum Pro Regular' !important;
}
#expired{
    font-family:'Pensum Pro Regular' !important;
}
#expired .span_1_of_2 {
    padding-right: 0;
}

.icon {
    margin-right: 10px;
}

#reiter {
    text-align:right;
}
/**
 * Footer - Share.
 */
#footer {
    clear: both;
    background-color: #000;
}

#footer a {
    color: #fff;
}

#footer #socials {
    position: relative; /* DO NOT REMOVE: important for popup */
    padding: 1.5em 0;
    text-align: center;
}

#footer #socials .print span {
    margin-right: 40px;
}

#footer #socials .svg {
    margin-right: 8px;
}
#footer #to-the-top {
    display: none;
}

.ui.top.center.popup, .ui.top.center.popup:before {
    background: #666;
}

.social-icons img {
    width: 35px;
    height: 35px;
}
.social-icons img:hover {
    opacity: 0.7;
}
/**
 * Button.
 */

#apply{
    width: 35%;
    float: left;
    margin-top: 15px;
}

#apply a{
    background-color: #E1004A;
    color: #fff;
    padding: 15px 45px;
    font-family: 'Pensum Pro Regular';
}

#apply a:hover{
    background-color: #be505a;
}

.close.button,
.send.button
{
    background: #be505a;
    color: #fff;
}

.close.button:hover,
.send.button:hover
{
    background: #555;
    color: #fff;
}

/**
 * Popup.
 */
.ui.popup.share {
    max-width: 280px;
    width: 100%;
}

.ui.popup.share a {
    display: inline-block;
    text-decoration: none;
}

.ui.popup.share a.whatsapp {
    display: none;
}

.ui.popup.share div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ui.popup.share .social-icons svg.icon {
    fill: rgba(0, 0, 0, .6);
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

/**
 * SVG icons.
 */
.svg.icon {
    height: 20px;
    width: 20px;
    position: relative;
    top: 3px;
}

.svg.small.icon {
    height: 12px;
    width: 12px;
    top: 1px;
}

.svg.follow {
    height: 40px;
    width: 40px;
    margin-right: 12px;
}

.svg.share {
    height: 40px;
    width: 40px;
    margin-right: 12px;
    fill: #fff;
}

svg.share:hover {
    fill: #333;
}

.svg.icon.top {
    top: 0;
}

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
    color: #aaa;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #aaa;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #aaa;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #aaa;
}

::placeholder {
    color: #aaa;
}

/**
 * Parsley
 */
.parsley-error {
    border: 1px solid #be505a !important;
}

label.parsley-error {
    border: 0 !important;
    color: #be505a;
}

.parsley-errors-list {
    color: #be505a;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

.attachments-error {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #be505a;
    font-weight: bold;
}

.printable-only {

    display: none;
}

/**
 * Media Queries Responsive
 */

@media screen and (max-width: 1500px) {
    #wrapper {
        margin-top:0;
    }
    #logos img{
        max-height: 25px;
        padding-right: 35px;
    }
    #logos {
        line-height: 60px;
    }
}

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

    #wrapper {
        margin-top: 30px;
    }
    #content {
       padding: 40px;
    }
    #logo img{
        padding-bottom: 20px;
    }
    #follow {
        padding: 40px 40px 220px;
    }
    .expired {
        padding-bottom: 50px !important;
    }

    #apply, #contact{
        width: 100%;
    }
    #contact{
        float: left;
        padding-top: 20px;
    }
    #contact > div{
        margin-top: 0;
    }
}

@media (min-width: 881px) and (max-width: 950px) {
    .expired .span_1_of_2 {
        width: 40%;
    }
    .expired #reiter {
        width: 10%;
    }

}
@media screen and (max-width: 880px) {
    .span_1_of_2, .span_2_of_2, .expired .span_1_of_2, .expired .span_2_of_2{
        width: 100%;
        padding-right: 0;
    }
    #work-title{
        border: none;
        line-height: 40px;
        margin: 30px 0 20px;

    }
    #follow{
        min-height: 480px;
        text-align: center;
    }
    #follow h3 {
        padding-top: 20px;
    }
    #reiter{
        text-align: center;
        padding-top: 40px;
    }
    #footer #to-the-top {
        display: block;
        text-align: center;
        padding: 0 0 1.5em;
    }
    .expired {
        padding-bottom: 50px !important;
        min-height: 400px !important;
    }
    .expired #footer_content{
        position: relative;
    }
    .expired #footer_content {
        margin-top: 150px;
    }
}

@media screen and (max-width: 660px) {
    #follow, #content{
        padding: 10px;
    }
    #apply{
        background-color: #E1004A;
        width: 100%;
        height: 50px;
        padding: 10px;
        text-align: center;
    }
    #apply a{
        background-color: transparent;
    }
    #btn-jobabo{
        background-color: #fff;
        width: 100%;
        height: 50px;
        padding: 10px 0;
    }
    #jobabo-subscribe-button{
        background-color: transparent;
    }
    .expired #btn-jobabo{
        padding: 15px 0 5px 0;
        height: 40px;
    }
    #logos img{
        padding-right: 15px;
    }
}
@media screen and (max-width: 420px) {
    #content, #follow{
        padding: 10px;
    }
    #contact img {
        margin-bottom: 20px;
    }
    .ui.popup.share {
        max-width: 200px;
    }
    .ui.top.right.popup, .ui.top.right.popup:before{
        background: #666;
    }
    .ui.popup.share a.whatsapp {
        display: inline-block;
    }
    .print {
        display:none;
    }
    #work-title{
        font-size: 30px;
        line-height: 40px;
        margin: 0;
    }
}
@media screen and (max-width: 360px) {
    #content, #follow{
        padding: 10px;
    }
}