@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "proxima-nova-light";
    src: url("../proxima/eot/Proxima-Nova-Light.eot?#iefix");
    src: url("../proxima/eot/Proxima-Nova-Light.eot?#iefix") format("eot"),
    url("../proxima/woff2/Proxima-Nova-Light.woff2") format("woff2"),
    url("../proxima/woff/Proxima-Nova-Light.woff") format("woff"),
    url("../proxima/ttf/Proxima-Nova-Light.ttf") format("truetype");
}
@font-face {
    font-family: "proxima-nova-bold";
    src: url("../proxima/eot/Proxima-Nova-Bold.eot?#iefix");
    src: url("../proxima/eot/Proxima-Nova-Bold.eot?#iefix") format("eot"),
    url("../proxima/woff2/Proxima-Nova-Bold.woff2") format("woff2"),
    url("../proxima/woff/Proxima-Nova-Bold.woff") format("woff"),
    url("../proxima/ttf/Proxima-Nova-Bold.ttf") format("truetype");
}

body {
    color: #414343;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    width: 1px;
    width: 100%;
    height:inherit;
    font-family: "proxima-nova-light", sans-serif;
    background-color:transparent;
}

/**
 * Typography.
 */
h1, h2, h1:first-child, h2:first-child, h3, h3:first-child, h4, h4:first-child {
    color:#414343;
    margin-bottom:0px;
    font-weight: normal;
}

h1 {
    font-family: "proxima-nova-bold", sans-serif;
    font-size:3rem;
    line-height: 44px;
}

h2, h2:first-child {
    font-size:3rem;
    line-height: 44px;
    font-family: "proxima-nova-light", sans-serif;
    margin-bottom:20px;
}

h3, h3 b, h3:first-child {
    font-size:2rem;
    line-height: 34px;
    font-family: "proxima-nova-light", sans-serif;
    margin-bottom:20px;
}

h4, h4:first-child {
    font-size:1.5rem;
    line-height:30px;
    font-family: "proxima-nova-bold", sans-serif;
    margin-bottom:20px;
}

a {
    text-decoration:none;
    color: #414343;
    transition: color 0.3s ease;
    cursor:pointer;
}

ul {
    padding-left:20px;
    margin:0;
}
li {
    list-style-type:none;
    margin-bottom:15px;
}

b, strong {
    font-family: "proxima-nova-bold", sans-serif;
    font-weight: normal;
}

strong {
    display: block;
}

p {
    margin:10px 0px;
}

small {
    font-size: 90%;
    line-height: 14px;
}

/**
 * Layout
 */
#wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom:100px;
    position: relative;
}
section {
    margin:40px 0 0;
}
article {
    padding: 30px 120px 0px;
}
.card {
    padding:10px 5px;
}
.ui.grid {
    margin-left:0px;
    margin-right:0px;
}

/**
 * Content.
 */
.content {
    margin:0px 0px 30px;
    background:transparent;
    box-sizing: border-box;
}
header {
    padding-top:110px;
}
header article {
    height:110px;
    padding-bottom:30px;
    position: fixed;
    top:0px;
    width:100%;
    max-width: 1140px;
    background: white;
    border-bottom: 1px solid #f0f0f0;
    z-index: 100;
}
header.sticky article {
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 1140px;
    z-index: 999;
}
.logo {
    max-width:200px;
    position: absolute;
    left:120px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#navigation {
    position: absolute;
    right: 120px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.menu li {
    margin-left:20px;
    margin-bottom:0px;
}
.menu a {
    color: #414343;
}
.banner img, .logo img {
    display: block;
    width:100%;
    height:auto;

}
.logo img {
    max-height: 80px;
}
.banner {
    position: relative;
}
.overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
}
.banner .panoptikum {
    position: absolute;
    bottom:-1px;
}
.banner video {
    width:100%;
    height:auto;
    position:absolute;
    bottom:0;
    z-index: 1;
}
.content ul {
    margin:0px;
    padding:0px;
}
.content ul li {
    position: relative;
    padding-left:15px;
}
.content ul li:before {
    content:"";
    font-size: 18px;
    line-height: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    position: absolute;
    left:0;
    top:5px;
}
#video {
    position: relative;
    padding-bottom: 56.6%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
}
#video iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all!important;
}

.flexBox {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.flexBox section {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .flexBox {
        display: block;
    }
}

/**
 * Kontakt.
 */
#kontakt {
    margin-top:40px;
}
#kontakt article {
    display:flex;
    flex-direction: row;
    gap: 11%;
    padding-bottom:30px;
    justify-content: stretch;
}
#kontakt article .column {
    width:50%;
}
#kontakt article.three-cols .column {
    width:26%;
}
#kontakt article .column img {
    height:310px;
}
#kontakt article.three-cols .column img {
    height:270px;
}

#kontakt article.three-cols h4 {
    height:58px;
    line-height: 24px;
}
#kontakt strong {
    display: block;
    margin-top:20px;
}
#kontakt p {
    margin:0px;
}

/**
 * Testimonials.
 */
#testimonials {
    padding-left:40px;
    padding-right:40px;
    position: relative;
}
#testimonials .text {
    padding:20px 30px 40px;
    color: #fff!important;
    width:calc(100% - 415px);
    position: absolute;
    top:50%;
    right:40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**
 * Weitere Stellen.
 */
.more {
    text-align: center;
    margin-top:40px;
}
.more a {
    padding:20px 30px 0px;
    font-family: "proxima-nova-bold", sans-serif;
    display: inline-block;
    border-right:solid 1px #414343;
}
.more a:last-child {
    border-right:none;
}
.more svg {
    width:30px;
    height:auto;
    display: block;
    position: relative;
    top: 10px;
    left:50%;
    transform: translateX(-50%);
    transition: all 0.2s ease;
}
.more a:hover svg {
    transform: translateX(0%);
}
/**
 * Form.
 */
.form input:not([type]),
.form input[type=date],
.form input[type=datetime-local],
.form input[type=email],
.form input[type=file],
.form input[type=number],
.form input[type=password],
.form input[type=search],
.form input[type=tel],
.form input[type=text],
.form input[type=time],
.form input[type=url],
.form textarea {
    font-family: "proxima-nova-light", sans-serif;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    background: rgba(122, 124, 130, .3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:20px;
}

.form input:not([type]):focus,
.form input[type=date]:focus,
.form input[type=datetime-local]:focus,
.form input[type=email]:focus,
.form input[type=file]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form input[type=time]:focus,
.form input[type=url]:focus,
.form textarea:focus {
    border:none;
    outline: none;
}

input::placeholder {
    color:#414343;
    font-size:16px;
    line-height: 24px;

}

/**
 * Button.
 */

.button, a.button {
    display: inline-block;
    font-family: "proxima-nova-light", sans-serif;
    color: #fff;
    border:none;
    vertical-align: top;
    text-align: center;
    padding: 5px 30px;
    font-size: 18px;
    line-height: 34px;
    font-weight: lighter;
    font-style: normal;
    position: relative;
    z-index: 0;
    outline: none;
    transition: background 0.2s ease;
    overflow:hidden;
    cursor: pointer;
    float: right;
    margin-left: 20px;
}
.button:hover, a.button:hover {
    color:#fff!important;
}
.button[disabled],a.button[disabled] {
    opacity: .5;
    cursor: not-allowed;
}
.awards {
    margin:40px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap:20px;
}
.awards img {
    height: 115px;
}
/**
 * Footer
 */
footer {
    margin-left: 0;
    padding: 10px 0px;
    position: fixed;
    bottom:0px;
    width: 100%;
    max-width: 1140px;
    z-index: 1000;
}
footer .footerContentHolder {
    display: flex;
    padding:0px 120px;
    justify-content: space-between;
}
.applyButtonHolder {
    position: relative;
}
footer .footerButtons {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#applyAuswahl {
    position: absolute;
    flex-direction: column;
    top: -165px;
    left: 20px;
    z-index: 999;
    background-color:#414343;
    padding:15px 15px 0px 15px;
    display: none;
}
#applyAuswahl.active {
    display: flex;
}
#applyAuswahl:after {
    width: 20px;
    height: 20px;
    transform:rotate(45deg);
    content:"";
    position: absolute;
    bottom:-6px;
    left:15px;
    display: block;
    background-color:#414343;
}
#applyAuswahl .button {
    margin:0px 0px 20px 0px
}
.social-icons {
    display: flex;
    align-items: center;
}
.social-icons a {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    float:left;
    background-size: cover;
}
.social-icons .ui.popup a {
    width: 30px;
    height: 30px;
}
.social-icons .ui.popup a.xing {
    margin-right:0px;
}
.whatsapp {
    display:none;
}
.social-icons a svg {
    width:100%;
    height:100%;
}
.social-icons a svg * {
    transition: all .3s ease;
}
.social-icons .ui.popup a svg * {
    fill: #ffffff;
}
.ui.popup {
    box-shadow: none;
    border-radius: 0px;
    border:none;
    padding:20px;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 180px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    right: 0;
    bottom: 64px;
    opacity: 0.8;
    z-index: 1;
    border-bottom: 400px solid;
}
.animate-arrow-up {
    position: absolute;
    right: 20px;
    bottom:84px;
    color:#fff;
    z-index: 2;
}
.animate-arrow-up a {
    color:#fff;
    font-family: "proxima-nova-bold", sans-serif;
}
/**
* Datenschutzlink
 */
.datenschutzLink {
    width: 100%;
    display: inline-block;
    margin-top:80px;
}
.datenschutzLink a {
    width: auto;
}

/**
 * Modul Send2Friend
 */
.ui.modal {
    top:100px;
    border-radius: 0px;
    background: transparent;
}
.modal .modal-content {
    width: 100%;
    max-width: 930px;
    margin:0 auto;
    padding:0px;
    position:relative
}
.modal .modal-content:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    border-width: 40px 40px 0 0;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #fff;
    margin-left: -40px;
    margin-top: 40px;
    bottom: -39px;
    left: 40px;
}
#modal iframe {
    width:100%;
    display:block;
    min-height: 700px;
    overflow: hidden;
}

.modal .modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    width: auto;
    height: auto;
    margin-right: 0;
}
.modal .modal-close i {
    transition: all 0.3s ease;
    font-size:28px;
}
@media screen and (max-width: 670px) {
    .modal.bottom-sheet {
        max-height: 100%;
        z-index: 2;
    }
    .modal .modal-content, #modal iframe {
        height:100%;
    }
    /**
* Datenschutzlink
 */
    .datenschutzLink {
        width: 70%;
        display: inline-block;
        margin-top:60px;
        margin-bottom: 40px;
    }
    .datenschutzLink a {
        width: auto;
    }

}

/**
 * Slicknav menu
 */
.slicknav_menu {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    font-size: 20px;
    background: white;
    width: 100%;
    z-index: 100000;
    margin:0;
}
.slicknav_btn {
    position: fixed;
    top: 30px;
    right: 50px;
    display: block;
    cursor: pointer;
}
.slicknav_icon-bar {
    position:absolute;
    display: block;
    width:30px;
    height:2px;
    transition: all 0.3s ease;
}
.slicknav_icon-bar:nth-child(1) {
    top:0px;
}
.slicknav_icon-bar:nth-child(2) {
    top:10px;
}
.slicknav_icon-bar:nth-child(3) {
    top:20px;
}
.slicknav_open .slicknav_icon-bar:nth-child(2) {
    display:none;
}
.slicknav_open .slicknav_icon-bar:nth-child(1) {
    top:10px;
    transform: rotate(45grad);
}
.slicknav_open .slicknav_icon-bar:nth-child(3) {
    top:10px;
    transform: rotate(-45grad);
}
.slicknav_nav {
    list-style: none;
    margin:0px;
    padding:0px;
    border-bottom: 1px solid #cccccc;
}
.slicknav_nav li {
    display: block;
    margin:0px;
}
.slicknav_nav li.active a {
    color:#ffffff;
}
.slicknav_nav a {
    padding: 12px 10px 13px 20px;
    margin: 0;
    text-decoration: none;
    border-top: 1px solid #cccccc;
    display: inherit;
}
/**
 * Media Queries
 */
@media screen and (max-width: 1024px) {
    #kontakt {
        margin-left:-20px;
        margin-right:-20px;
    }
    #kontakt article {
        display: block;
        padding-left:20px;
        padding-right:20px;
    }
    #kontakt article .column, #kontakt article.three-cols .column {
        width: 100%;
        margin-bottom:20px;
        overflow: auto;
    }
    #kontakt article.three-cols h4 {
        height: auto;
    }
    #kontakt article .column img {
        float: left;
        margin-right: 20px;
        height: 200px;
    }
    #testimonials {
        padding-left:0px;
        padding-right:0px;
        overflow: auto;
    }
    #testimonials img {
        width:33%;
    }
    #testimonials .text {
        position: relative;
        top: auto;
        right: auto;
        width: 90%;
        padding: 20px;
        transform: none;
        float: right;
        margin-top: -25px;
    }
    footer .footerContentHolder {
        padding:0 40px;
    }
}

@media screen and (max-width: 668px) {
    header {
        padding-top:80px;
    }
    header article {
        margin:0px;
        padding:20px 10px;
        height:80px;
    }
    article {
        padding-left:0px;
        padding-right:0px;
    }
    h1 {
        hyphens: auto;
    }
    .logo {
        left:20px;
    }
    .logo img {
        max-height: 50px;
    }
    #navigation {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .slicknav_nav {
        height:100%;
    }
    .content {
        margin:0 20px;
    }
    .more a {
        padding: 20px 10px 0px;
    }
    footer {
        padding:10px 20px;
    }
    .awards {
        margin-bottom:10px;
        flex-wrap: wrap;
        gap:30px;
        justify-content: space-around;
    }
    .awards img {
        max-height: 75px;
    }
    .animate-arrow-up {
        bottom:124px;
    }
    .triangle-up {
        border-bottom: 200px solid #40b0df;
        border-left: 260px solid transparent;
    }
    footer .footerContentHolder {
        flex-wrap: wrap;
        padding:0;
    }
    footer .footerContentHolder .awards {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap:0;
    }
    .button.apply {
        margin:0px;
        width: 100%;
    }
    footer .footerButtons {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        width: 100%;
        gap:10px;
    }
    footer .social-icons {
        display: none;
    }
}
@media screen and (min-width: 576px) {
    #wrapper, header.sticky article, footer {
        max-width: 540px;
    }
}
@media screen and (min-width: 768px) {
    #wrapper, header.sticky article, footer {
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    #wrapper, header.sticky article, footer {
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px) {
    #wrapper, header.sticky article, footer {
        max-width: 1140px;
    }
}
.print-only {
    display:none!important;
}
