/**
 * Body.
 */
body {
    color: #000 !important;
    font-size: 14px;
    line-height: 17px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

* {
    page-break-inside: auto;
}

/* NO PRINT */

.non-printable, .sticky-header {
    display: none !important;
}

.btn-bewerben {
    display: none;
}

#headerbild {
    display: none !important;
}

#shape-head-content span {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #fff;
    font-weight: bolder;
    line-height: 1.2;
    text-shadow: white;
}

#content, .full-width, .element-box, #logo {
    float: none !important;
 }

#titel-box {
    padding: 30px 0 0 0;
    margin-bottom: 0;
}

#social-top {
    display: none;
}

.faq {
    display: none;
}

.kontakt-box a {
    display: none;
}

/**
 * Wrapper.
 */
#wrapper {
    max-width: 1504px;
    width: 100%;
}

/**
 * Header.
 */
#header {
    height: 88px;
    min-height: 0;
    background: #fff;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 32px;
    color: #fff;
    line-height: 36px;
    padding: 0;
    margin: 0;
    left: 0;
}

.fixed #top {
    background: #fff;
    min-height: 0;
    position: static;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 88px;
    width: 100%;
    max-width: 1504px;
}

#title-box {
    width: 150%;
}


#yellow-bar {
    display: none;
}

/**
 * Typography.
 */

h1 {
    font-size: 30px;
}
h2, h3, h4, h5, h6 {
    font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.s1, h2 {
    font-family: 'SBB Thin', Arial, sans-serif;
    font-size: 20px;
    margin-bottom:15px;
}
.full-width {
    margin-bottom: 0px;
}
/**
 * Intro.
 */
#intro .flex,
.fixed #intro .flex {
    display: block;
    flex-wrap: initial;
    min-height: 100%;
    -ms-flex-line-pack: initial;
    align-content: initial;
    justify-items: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

/**
 * Title.
 */
#title span:first-child {
    font-family: 'Frutiger LT W01_65 Bold1475746', sans-serif;
}

.fixed #subtitle {
    display: block;
}

#title #subtitle {
    font-size: 14px;
    line-height: 17px;
}

#title,
.fixed #title {
    position: relative;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 21px;
    text-transform: none;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #000 !important;
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
}

/**
 * Main.
 */
#main {
    margin-top: 50px;
}

/**
 * Logo.
 */
.fixed #logo {
    display: block;
}

/**
 * Reset.
 */
#intro,
#content,
#work,
#info {
    background: #fff !important;
    display: block;
    padding: 0;
}

.box {
    background: #fff !important;
}

/**
 * Popup.
 */
#social-icon-popup,
.ui.popup {
    display: none;
}

/**
 * Intro.
 */
#intro {
    margin-top: 50px;
}

/**
 * Print.
 */
.non-printable {
    display: none !important;
}

.printable-only {
    display: block !important;
}
.full-width {
    float:left;
}
/** Print Edge+IE **/
@supports (-ms-ime-align:auto) {
    .col_1_of_2, .col_2_of_2 { width: 100%; } /* EDGE */
}
@media all and (-ms-high-contrast:none) {
    .col_1_of_2, .col_2_of_2 { width: 100%; } /* IE */
}