@font-face {
    font-family: 'TheSanPHB-Light';
    src: url('../fonts/TheSanPHB-Light.otf');
    src: url('../fonts/TheSanPHB-Light.woff');
}
@font-face {
    font-family: 'TheSanPHB-Regular';
    src: url('../fonts/TheSanPHB-Regular.otf');
    src: url('../fonts/TheSanPHB-Regular.woff');
}
@font-face {
    font-family: 'TheSanPHB-SemiBold';
    src: url('../fonts/TheSanPHB-SemiBold.otf');
    src: url('../fonts/TheSanPHB-SemiBold.woff');
}
@font-face {
    font-family: 'TheSanPHB-Bold';
    src: url('../fonts/TheSanPHB-Bold.otf');
    src: url('../fonts/TheSanPHB-Bold.woff');
}

body {
    font-family: 'TheSanPHB-Regular', Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    margin:0;
    padding:0;
}
/**
 * Typography.
 */
h1 {
    font-family: 'TheSanPHB-Bold', Arial, sans-serif!important;
    font-size: 33px;
    line-height: 45px;
    color:#000000;
    margin-top:0px;
    margin-bottom:20px;
    width:90%;
}
h1 span {
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-position: under;
}
h3 {
    font-family: 'TheSanPHB-Bold', Arial, sans-serif!important;
    font-size:13px;
    line-height:22px;
    margin-top:0px;
    margin-bottom:5px;
}
p, li {
    line-height: 20px!important;
}
p {
    margin:15px 0px;
}
strong, b {
    font-family: 'TheSanPHB-Bold', Arial, sans-serif!important;
}
ul {
    margin: 0 0 0 15px;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
    position:relative
}
ul li::before {

}
.image img {
    display:block;
    width:100%;
    height:auto;
}
.isFirst {
    margin-top:0px!important;
}
.isLast {
    margin-bottom:0px!important;
}
a {
    color:#b40d34;
    margin:0px;
    transition:all 0.3s ease;
}
a:hover {
    color:#000000;
}
a.btn-bewerben {
    font-family: 'TheSanPHB-SemiBold', Arial, sans-serif;
    cursor: pointer;
    color: white;
    transition: all .2s linear;
    padding: 10px 20px;
    letter-spacing: 0.4px;
    background-color: #b40d34;
    border: solid 1px #b40d34;
    position: relative;
    box-sizing:border-box;
    text-align: center;
    display: block;
    float: left;
}
a.btn-bewerben:hover {
    background:#000000;
    border: solid 1px #000000;
}

/**
 * Layout
 */

#wrapper {
    width: 100%;
    max-width:900px;
    margin: 0 auto;
    box-sizing: border-box;
    padding:30px;
}
main {
    box-sizing: border-box;
    padding:30px;
    border: 2px solid #000000;
}
.logo {
    text-align: right;
    margin-top: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
}
section {
    margin:20px 0 0 0;
}
.multicolumn {
    display:table;
    width:100%;
    margin: 20px 0px;
}

.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}

.width-85 {
    width:85%;
}

.width-50 {
    width:50%;
}

.width-66 {
    width:66.666%;
}

.width-33 {
    width:32%;
}

.width-15 {
    width:15%;
}

.separator {
    width:20px;
}
.right {
    text-align: right;
}

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

    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    .separator {
        display: none;
    }
}


/**
 * Functions
 */

.functions a {
    margin-left: 20px;
    transition: all 0.3s ease;
}
.functions a:hover {
    color:#000000;
}
.functions a svg path {
    fill: #b40d34;
    transition:all 0.3s ease;
}
.functions a:hover svg path {
    fill: #000000;
}
.functions a svg {
    margin-right: 5px;
    display: inline;
}
.functions a span {
    position: relative;
    top: -2px;
}
.popup a i {
    font-size:22px;
    margin-right:10px;
    transition: all 0.3s ease!important;
}
.popup a:hover i {
    color:#000000!important;
}
.popup a i.fa-envelope {
    margin-right:0px;
}
.whatsapp {
    display:none;
}
.follow {
    margin-top:50px;
}
.follow h3 {
    margin-bottom:10px;
}
.follow a {
    margin-right:6px;
}
.follow a svg path {
    transition: all 0.3s ease;
    fill:#000000;
}
.follow a:hover svg path {
    fill:#b40d34;
}

.mobile-only {
    display:none;
}

/**
 * Media Queries
 */
@media screen and (max-width: 580px) {
    header .header-image p {
        top:1%;
        font-size: 15px;
        line-height: 20px!important;
    }
    footer .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    a.btn-bewerben {
        width:100%;
        display:block;
        margin-bottom:40px;
    }
    .functions {
        text-align: center;
    }
    .functions a:first-child {
        margin-left:0px;
    }
    .popup a i {
        font-size: 30px;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
        float:left;
    }
    .follow {
        margin-bottom: 40px;
        text-align: center;
    }
    a.whatsapp {
        display:block;
    }
}
@media screen and (max-width: 520px) {
    body {
        font-size:14px;
    }
    .mobile-only {
        display:inline-block;
    }
    h1 {
        font-size: 28px;
        width:100%;
    }
    h2 {
        font-size: 22px;
        line-height: 26px;
    }
    h3 {
        font-size:14px;
    }
}


/**
* Popup.
*/
.ui.popup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    z-index: 1900;
    border: none;
    line-height: 1.4285em;
    max-width: 250px;
    background: #5b4289;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 0 0;
}

.ui.popup > .header {
    padding: 0;
    font-family: ObjektivMk1_W_Rg, sans-serif !important;
    font-size: 1.14285714em;
    line-height: 1.2;
    font-weight: 700
}

.ui.popup > .header + .content {
    padding-top: .5em
}

.ui.popup:before {
    position: absolute;
    content: '';
    width: .71428571em;
    height: .71428571em;
    background: #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 0 0 0;
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]:before {
    pointer-events: none;
    position: absolute;
    content: '';
    font-size: 1rem;
    width: .71428571em;
    height: .71428571em;
    background: #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 0 0 0;
}

[data-tooltip]:after {
    pointer-events: none;
    content: attr(data-tooltip);
    position: absolute;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    font-size: 1rem;
    border: none;
    line-height: 1.4285em;
    max-width: none;
    background: #5b4289;
    padding: .833em 1em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    z-index: 1
}

[data-tooltip]:not([data-position]):before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #000000;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-tooltip]:not([data-position]):after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: .5em
}

[data-tooltip]:after, [data-tooltip]:before {
    pointer-events: none;
    visibility: hidden
}

[data-tooltip]:before {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(0) !important;
    transform: rotate(45deg) scale(0) !important;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

[data-tooltip]:after {
    opacity: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

[data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    pointer-events: auto
}

[data-tooltip]:hover:before {
    -webkit-transform: rotate(45deg) scale(1) !important;
    transform: rotate(45deg) scale(1) !important;
    opacity: 1
}

[data-tooltip]:after, [data-tooltip][data-position="bottom center"]:after, [data-tooltip][data-position="top center"]:after {
    -webkit-transform: translateX(-50%) scale(0) !important;
    transform: translateX(-50%) scale(0) !important
}

[data-tooltip]:hover:after, [data-tooltip][data-position="bottom center"]:hover:after {
    -webkit-transform: translateX(-50%) scale(1) !important;
    transform: translateX(-50%) scale(1) !important
}

[data-tooltip][data-position="left center"]:after, [data-tooltip][data-position="right center"]:after {
    -webkit-transform: translateY(-50%) scale(0) !important;
    transform: translateY(-50%) scale(0) !important
}

[data-tooltip][data-position="left center"]:hover:after, [data-tooltip][data-position="right center"]:hover:after {
    -webkit-transform: translateY(-50%) scale(1) !important;
    transform: translateY(-50%) scale(1) !important
}

[data-tooltip][data-position="bottom left"]:after, [data-tooltip][data-position="bottom right"]:after, [data-tooltip][data-position="top left"]:after, [data-tooltip][data-position="top right"]:after {
    -webkit-transform: scale(0) !important;
    transform: scale(0) !important
}

[data-tooltip][data-position="bottom left"]:hover:after, [data-tooltip][data-position="bottom right"]:hover:after, [data-tooltip][data-position="top left"]:hover:after, [data-tooltip][data-position="top right"]:hover:after {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

[data-tooltip][data-inverted]:before {
    box-shadow: none !important
}

[data-tooltip][data-inverted]:before {
    background: #000000
}

[data-tooltip][data-inverted]:after {
    background: #1b1c1d;
    color: #000000;
    border: none;
    box-shadow: none
}

[data-tooltip][data-inverted]:after .header {
    background-color: inherit;
    color: #5b4289
}

[data-position="top center"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: .5em
}

[data-position="top center"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #5b4289;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top left"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top left"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top right"][data-tooltip]:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top right"][data-tooltip]:before {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="bottom center"][data-tooltip]:after {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: .5em
}

[data-position="bottom center"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 50%;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom left"][data-tooltip]:after {
    left: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom left"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom right"][data-tooltip]:after {
    right: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom right"][data-tooltip]:before {
    bottom: auto;
    left: auto;
    top: 100%;
    right: 1em;
    margin-left: -.14285714rem;
    margin-top: .07142857rem
}

[data-position="left center"][data-tooltip]:after {
    right: 100%;
    top: 50%;
    margin-right: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="left center"][data-tooltip]:before {
    right: 100%;
    top: 50%;
    margin-top: -.14285714rem;
    margin-right: -.07142857rem
}

[data-position="right center"][data-tooltip]:after {
    left: 100%;
    top: 50%;
    margin-left: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="right center"][data-tooltip]:before {
    left: 100%;
    top: 50%;
    margin-top: -.07142857rem;
    margin-left: .14285714rem
}

[data-position~=bottom][data-tooltip]:before {
    background: #5b4289;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-position="left center"][data-tooltip]:before {
    background: #5b4289;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-position="right center"][data-tooltip]:before {
    background: #5b4289;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-position~=top][data-tooltip]:before {
    background: #5b4289
}

[data-inverted][data-position~=bottom][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-inverted][data-position="left center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-inverted][data-position="right center"][data-tooltip]:before {
    background: #1b1c1d;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #1b1c1d
}

[data-position~=bottom][data-tooltip]:before {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

[data-position~=bottom][data-tooltip]:after {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

[data-position="left center"][data-tooltip]:before {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

[data-position="left center"][data-tooltip]:after {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:before {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.ui.popup {
    margin: 0
}

.ui.top.popup {
    margin: 0 0 .71428571em
}

.ui.top.left.popup {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.ui.top.center.popup {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.ui.top.right.popup {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.ui.left.center.popup {
    margin: 0 .71428571em 0 0;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%
}

.ui.right.center.popup {
    margin: 0 0 0 .71428571em;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%
}

.ui.bottom.popup {
    margin: .71428571em 0 0
}

.ui.bottom.left.popup {
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.ui.bottom.center.popup {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.ui.bottom.right.popup {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.ui.bottom.center.popup:before {
    margin-left: -.30714286em;
    top: -.30714286em;
    left: 50%;
    right: auto;
    bottom: auto;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.bottom.left.popup {
    margin-left: 0
}

.ui.bottom.left.popup:before {
    top: -.30714286em;
    left: 1em;
    right: auto;
    bottom: auto;
    margin-left: 0;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.bottom.right.popup {
    margin-right: 0
}

.ui.bottom.right.popup:before {
    top: -.30714286em;
    right: 1em;
    bottom: auto;
    left: auto;
    margin-left: 0;
    box-shadow: -1px -1px 0 0 #bababc
}

.ui.top.center.popup:before {
    top: auto;
    right: auto;
    bottom: -.30714286em;
    left: 50%;
    margin-left: -.30714286em
}

.ui.top.left.popup {
    margin-left: 0
}

.ui.top.left.popup:before {
    bottom: -.30714286em;
    left: 1em;
    top: auto;
    right: auto;
    margin-left: 0
}

.ui.top.right.popup {
    margin-right: 0
}

.ui.top.right.popup:before {
    bottom: -.30714286em;
    right: 1em;
    top: auto;
    left: auto;
    margin-left: 0
}

.ui.left.center.popup:before {
    top: 50%;
    right: -.30714286em;
    bottom: auto;
    left: auto;
    margin-top: -.30714286em;
    box-shadow: 1px -1px 0 0 #bababc
}

.ui.right.center.popup:before {
    top: 50%;
    left: -.30714286em;
    bottom: auto;
    right: auto;
    margin-top: -.30714286em;
    box-shadow: -1px 1px 0 0 #bababc
}

.ui.bottom.popup:before {
    background: #5b4289
}

.ui.left.center.popup:before, .ui.right.center.popup:before {
    background: #5b4289
}

.ui.top.popup:before {
    background: #5b4289
}

.ui.inverted.bottom.popup:before {
    background: #1b1c1d
}

.ui.inverted.left.center.popup:before, .ui.inverted.right.center.popup:before {
    background: #1b1c1d
}

.ui.inverted.top.popup:before {
    background: #1b1c1d
}

.ui.popup > .ui.grid:not(.padded) {
    width: calc(100% + 1.75rem);
    margin: -.7rem -.875rem
}

.ui.loading.popup {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.animating.popup, .ui.visible.popup {
    display: block
}

.ui.visible.popup {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ui.basic.popup:before {
    display: none
}

.ui.wide.popup {
    max-width: 350px
}

.ui[class*="very wide"].popup {
    max-width: 550px
}

@media only screen and (max-width: 767px) {
    .ui.wide.popup, .ui[class*="very wide"].popup {
        max-width: 250px
    }
}

.ui.fluid.popup {
    width: 100%;
    max-width: none
}

.ui.inverted.popup {
    background: #1b1c1d;
    color: #5b4289;
    border: none;
    box-shadow: none
}

.ui.inverted.popup .header {
    background-color: inherit;
    color: #5b4289
}

.ui.inverted.popup:before {
    background-color: #1b1c1d;
    box-shadow: none !important
}

.ui.flowing.popup {
    max-width: none
}

.ui.mini.popup {
    font-size: .78571429rem
}

.ui.tiny.popup {
    font-size: .85714286rem
}

.ui.small.popup {
    font-size: .92857143rem
}

.ui.popup {
    font-size: 1rem;
    text-align: center;
}

.ui.large.popup {
    font-size: 1.14285714rem
}

.ui.huge.popup {
    font-size: 1.42857143rem
}

.print-only {
    display:none;
}

