/**
 * Body.
 */
body {
    font-family:'Trade Gothic W01 reg', sans-serif;
    font-size: 15px;
    color: #232323;
    line-height: 25px;
    margin: 0;
}

/**
 * Wrapper.
 */
#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

p{
    font-size: 15px;
    line-height: 25px;
}


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

a:hover {
    color: #666;
}

ul {
    padding-left: 15px;
    margin-top: 0;
}


/**
 * Header.
 */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1199px;
    background: #E10A16;
    z-index: 1;
}
#work-title, h1{
    line-height: 38px;
    color: #E10A16;
    font-family: 'Trade Gothic W01 reg', sans-serif;
    font-size: 40px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding: 10px 70px 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.sticky h1{
    color: #fff !important;
    font-size: 27px !important;
    margin-bottom: 0;
}
.sticky span {
    display:none;
}
#sticky-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right:70px;
}
#sticky-logo {
    display: none;
}
#sticky-logo img {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
}
#sticky-title.sticky #sticky-logo {
    display: block;
}
/**
 * Content.
 */

#logo{
    float: right;
    padding-right: 310px;
}
#logo img{
    position: absolute;
    width:240px;
    top: 40px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 10px rgba(0,0,0,0.6);
    padding: 10px 20px;
}
#video {
    overflow: hidden;
    width: 100%;
    padding-top: 56.5%;
    position: relative;
}
#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.gridContainer {
    display: flex;
    flex-direction: row;
    gap:50px;
}
.gridItem {
    flex: 1;
}

/*
 * SVG
 * IE10+
 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #logo img[src$=".svg"] {
        max-width: 240px;
    }
}

#pano {
    height: 340px;
    background-size: cover;
    background-position: center;
    margin-bottom: 60px;
}

.content {
    padding: 30px 70px;
    background: #fff;
    margin: 0 auto;
    clear: both;
}
.colored-bg {
    background-color: #f6f4f3;
    padding: 30px 70px;
    width: 100%;
    float: left;
    margin: 20px 0 0px;
}

.cc {
    clear: both;
}

#schule {
    width: 22%;
    float: left;
}
#schule img {
    width: 90%;
    max-width: 220px;
}

#about-txt {
    width: 78%;
    float: right;
}

.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;
}

h1 > span {
    color: #232323;
    font-size: 21px;
    font-family:'Trade Gothic W01 reg', sans-serif;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h3{
    font-size:21px;
    font-family: 'Trade Gothic W01 bold', sans-serif;
    margin-bottom: 10px;
}

h3 + br {
    display: none;
}

.ui.embed {
    width: 100%;
}

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

.contact img{
    width:80px;
    float: left;
    border-radius: 3px;
    margin-right: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.contact{
    margin: 10px 0;
}
.contact-txt {
    margin-left: 90px;
}

.more a, .more{
    color: #E10A16;
}
.more a:hover{
    color: #232323;
}
.more:before{
    content: "+";
    width: 15px;
    float: left;
}

#jobabo-txt{
    padding-bottom: 110px;
}

/* Testimonial */
.testi-bild {
    position: relative;
    bottom: -28px;
    width: 165px;
    float: left;
}
.testi-bild img {
    height: 215px;
    width: auto;
}
#testi-text {
    display: inline-block;
    width: calc(100% - 165px);
    line-height: 20px;
    font-size: 14px;
}
.red-header {
    font-family: 'Trade Gothic W01 bold', sans-serif;
    color: #E10A16;
    padding-bottom: 15px;
}
#testi-mobile {
    display: none;
}
#testi-mobile {
    line-height: 20px;
    font-size: 14px;
}
    /* Weitere Stellen */

#weitere-stellen img{
    max-height: 70px;
}
#weitere-stellen .more{
    clear:both;
}
#cc-logo {
    text-align: right;
}

#info {
    font-family:'Trade Gothic W01 reg', sans-serif;
}

#jobs {
    margin: 20px 0 40px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:20px;
}

.jobs-text {
    display: inline-block;
    min-height: 94px;
    width: 100%;
}

.job {
    flex-grow: 1;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Trade Gothic W01 bold', sans-serif;
    font-size: 16px;
    padding: 15px;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    width: 30.5%;
}

.job a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.job #info {
    margin-top:auto;
}

.job h3 {
    margin-top: 10px;
    margin-bottom:50px;
}

.job:hover {
    box-shadow: 2px 3px 3px #ddd;
    border: 1px solid #E10A16;
}

.job a,
.job a:visited {
    color: #232323;
    font-family: 'Trade Gothic W01 bold', sans-serif;
    text-decoration: none;
}

.job a:hover {
    color: #E10A16;
}

/**
 *  Expired
 */

.expired {
    font-family:'Trade Gothic W01 reg', sans-serif;
}

.expired h1 {
    font-family: 'Trade Gothic W01 bold', sans-serif;
    margin-top: 70px;
    padding-left: 0;
}

.expired .cc {
    padding-bottom: 10px;
    padding-top: 30px;
}

#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: 'Trade Gothic W01 bold', sans-serif;
    background: #E10A16;
    color: #fff;
}
.expired #jobabo-subscribe-button:hover{
    background: #000;
    color: #fff;
}

.expired #weitere-stellen {
    padding-top: 30px;
    padding-bottom:50px;
}
.expired #jobabo-txt{
    padding-bottom: 0;
}
/**
 * Follow Section.
 */
#follow {
    margin: 0 auto;
}

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

#jobabo-subscribe-button{
    padding: 8px 50px;
    font-family: 'Trade Gothic W01 bold', sans-serif;
    border: 1px solid #E10A16;
    border-radius: 3px;
    color: #E10A16;
}

#jobabo-subscribe-button:hover{
    color: #000;
    border: 1px solid #000;
}

#expired{
    font-family:'Trade Gothic W01 reg', sans-serif;
}
#expired .span_1_of_2 {
    padding-right: 0;
}

.icon {
    margin-right: 10px;
}

/**
 * Footer - Share.
 */
#footer {
    background-color: #E8E6E5;
    width: 100%;
    max-width: 1200px;
    position: fixed;
    bottom: 0;
}

#footer a {
    color: #fff;
}

#footer #socials {
    position: relative; /* DO NOT REMOVE: important for popup */
    padding: 1.5em 10px 1.5em 70px;
    width: 40%;
    float: left;
}

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

#footer #socials .svg {
    margin-right: 20px;
}

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

.social-icons img {
    width: 35px;
    height: 35px;
}

.social-icons .twitter {
    position: relative;
    top: -6px;
    left: 6px;
}

.social-icons .twitter img {
    width:25px;
    height:25px;
}

.social-icons img:hover {
    opacity: 0.7;
}
/**
 * Button.
 */

#apply {
    width: 45%;
    float: right;
    padding: 1.5em 70px 1.5em 10px;
    text-align: right;
}
/*send 2me */
#send2me {display:none;}
#form-wrapper input {
    border: 1px solid #DADAE5;
    border-radius: 3px;
    box-sizing: border-box;
    height: 34px;
    padding: 0 5px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    cursor: text;
    -webkit-appearance: none;
}

#apply a, #form-wrapper .button.send2me {
    background-color: #E10A16;
    border: 1px solid #E10A16;
    border-radius: 3px;
    color: #fff;
    padding: 8px 64px;
    font-family: 'Trade Gothic W01 bold', sans-serif;
    cursor:pointer;

}

#apply a:hover, .button.send2me:hover {
    background-color: #000;
    border: 1px solid #000;
}

.contact-confirmation {display:none;}
.close.button,
.send.button
{
    background: #be505a;
    color: #fff;
}

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

/**
 * Popup.
 */
.ui.popup.share {
    max-width: 250px;
    width: 100%;
    text-align: center;
}

.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.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;
}

.grecaptcha-badge {
    display: none !important;
}

.dsgvo {
    margin-top:30px;
}

/**
 * Media Queries Responsive
 */

@media screen and (max-width: 1199px) {
    #wrapper{
        border: none;
    }
}

@media screen and (max-width: 1080px) {
    .testi-bild img {
        height: 240px;
    }
}

@media screen and (max-width: 980px) {
    .about .span_1_of_2, .about .span_2_of_2 {
        width: 100%;
    }
    .testi-bild img {
        height: 215px;
    }
    #testi-text {
        padding-top: 40px;
    }
    #send2me {display:block;}
}

@media screen and (max-width: 960px) {
    iframe{
        min-height: 210px !important;
    }
}
@media screen and (max-width: 880px) {
    .span_1_of_2, .span_2_of_2, .expired .span_1_of_2, .expired .span_2_of_2, #schule, #about-txt{
        width: 100%;
        padding-right: 0;
    }
    .gridContainer, #jobs {
        display: block;
    }
    .gridItem, .job {
        width:100%;
        clear: both;
        margin-bottom:20px;
    }
    .job h3 {
        margin-bottom:20px;
    }
    #pano {
        height: 250px;
    }
    #work-title{
        border: none;
        line-height: 30px;
        font-size: 24px;
    }
    .sticky h1{
        font-size: 20px !important;
        line-height: 26px !important;
    }
    .expired .content {
        padding: 20px;
    }
    #sticky-title.sticky #sticky-logo {
        display: none!important;
    }
}

@media screen and (max-width: 660px) {
    #follow, .content, .colored-bg{
        padding: 20px;
    }
    #apply{
        padding-right: 20px;
        width: 60%
    }
    #btn-jobabo{
        background-color: #fff;
        height: 50px;
        padding: 10px 0;
    }
    #jobabo-subscribe-button{
        background-color: transparent;
    }

    #logo{
        padding-right: 270px;
    }
    #logo img {
        width: 200px;
    }
    #footer #socials {
        padding-left: 20px;
        width: 40%;
    }
    #pano {
        margin-bottom: 30px;
    }
    .print{
        display: none;
    }
    #work-title{
        padding: 10px 20px 2px;
    }
    .expired h1 {
        padding: 0;
        margin-top: 20px;
    }
    .contact img{
        width: 65px;
    }
    .contact-txt {
        margin-left: 75px;
    }
    #form-wrapper .button.send2me, #form-wrapper input {width:100%;}
}
@media screen and (max-width: 540px) {
    #testimonial{
        display: none;
    }
    .testi-bild {
        bottom: 0;
    }
    #testi-mobile {
        display: block;
        padding-top: 20px;
        clear: both;
    }
    .red-header {
        clear: both;
        width: calc(100% - 110px);
        position: relative;
        left: 110px;
        bottom: 50px;
        padding-bottom: 0;
    }
    .testi-bild {
        width: 110px;
    }
    .testi-bild img {
        height: 150px;
    }
    #testi-text-mobile {
        margin-top: -30px;
    }
}
@media screen and (max-width: 420px) {
    #logo {
        padding-right: 170px;
    }
    #logo img {
        width: 140px;
        top: 20px;
    }
    .expired #logo img {
        width: 120px;
    }
    #pano {
        height: 170px;
    }
    .contact img {
        margin-bottom: 20px;
    }
    .ui.popup.share {
        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{
        margin-bottom: 5px;
    }
    iframe{
        min-height: 150px !important;
    }
    .red-header {
        bottom: 60px;
    }
}
@media screen and (max-width: 375px) {
    #apply{
        width: 55%;
    }
    #apply a{
        padding: 8px 25px;
    }
    #footer #socials{
        width: 45%;
    }
    #testi-text-mobile {
        margin-top: -40px;
    }
}