html {
    overflow-x: hidden;
}

body {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    position: relative;
    overflow-x: hidden;
}

strong {
    font-weight: 600;
}

b {
    font-weight: 400;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

input,
select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0 50px 0 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 26px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 26px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px -15px rgba(0,0,0,0.75);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    position: relative;
    outline: 0;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

#modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(242, 243, 244, 0.9);
    z-index: 2001;
    overflow-y: scroll;
    overflow-x: hidden;
}

body.modal,
body.menuOpened {
    overflow: hidden;
}

.modal-white {
    position: relative;
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    max-width: 1280px;
    padding-bottom: 60px;
    -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.75);
}

@media only screen and (max-width: 996px) {
    .modal-white {
        margin: 0;
        width: 100%;
    }
}

.material-icons {
    outline: none;
}

.header {
    margin: 0 auto 50px auto;
    width: 100%;
    max-width: 1440px;
    height: 1050px;
    position: relative;
}

@media only screen and (max-width: 996px) {
    .header-typ1 {
        margin-top: -180px;
    }
}

.header svg {
    overflow: visible;
}

.header-typ-vacancy {
    position: relative;
    z-index: 1;
    margin-top: -180px;
    padding-bottom: 40px;
}

.headerOverlay {
    position: relative;
    z-index: 3;
}

.headerImg {
    position: absolute;
    left: -308px;
    top: 0;
    height: 1050px;
    width: 2100px;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 768px) {
    .headerImg {
        width: 200% !important;
        height: 100% !important;
        left: -100% !important;
        top: 0  !important;
        transform: scale(1.0) !important;
    }
}

.headerText {
    position: absolute;
    left: 55%;
    top: 20%;
    width: 34%;
    height: 40%;
    z-index: 100;
}

#headerTextVacancy {
    margin-top: 11%;
}

@media only screen and (max-width: 996px) {
    #headerTextVacancy a.button {
        margin-top: 20px;
    }
}

#headerTextVacancy img {
    width: 330px !important;
    margin-bottom: 50px;
    margin-left: 4px;
}

.headerText h4 {
    color: #e40036;
    font-size: 40px;
    line-height: 49px;
    margin: 0;
    padding: 0;
}

.headerText p {
    width: 100%;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1300px) {
    .headerText h4 {
        font-size: 36px;
        line-height: 44px;
    }

    .headerText p {
        font-size: 19px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 1100px) {
    .headerText {
        top: 20%;
        width: 35%;
        height: 47%;
    }

    .headerText h4 {
        font-size: 32px;
        line-height: 36px;
    }

    .headerText p {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 996px) {
    #headerTextVacancy img {
        width: 280px !important;
        margin-bottom: 35px;
    }

    #headerTextVacancy {
        top: 30%;
    }

    .headerText {
        top: 17%;
    }

    .headerText h4 {
        font-size: 28px;
        line-height: 32px;
    }

    .headerText p {
        font-size: 14px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 830px) {
    #headerTextVacancy {
        top: 20%;
    }
}

@media only screen and (max-width: 768px) {
    #headerTextVacancy img {
        width: 220px !important;
        margin-bottom: 25px;
    }

    .headerText {
        top: 6%;
        width: 330px;
        left: auto;
        right: 50px
    }

    #headerTextVacancy {
        top: 42%;
    }

    .headerText h4 {
        font-size: 36px;
        line-height: 44px;
    }

    .headerText p {
        font-size: 18px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 550px) {
    .header-typ-vacancy {
        margin-top: -220px;
    }

    #headerTextVacancy {
        top: 54%;
    }

    .headerText h4 {
        font-size: 31px;
        line-height: 35px;
    }

    .headerText p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media only screen and (max-width: 440px) {
    .headerText {
        top: 6%;
        right: auto;
        width: 280px;
        left: 50%;
        margin-left: -140px;
    }

    #headerTextVacancy {
        top: 57%;
    }

    .headerText h4 {
        font-size: 28px;
        line-height: 32px;
    }

    .headerText p {
        font-size: 15px;
        line-height: 17px;
    }
}


#quotes {
    position: absolute;
    left: 20%;
    top: 44%;
    width: 400px;
    height: 250px;
    z-index: 4;
}

#quotesPageButtons {
    position: absolute;
    left: -140px;
    top: 0;
    height: 40px;
    width: 100px;
    z-index: 4;
}

#quotesPageButtons > div {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 40px;
    float: left;
    cursor: pointer;
}

#quotesPageButtons > div:hover {
    color: #93001d;
    border-color: #93001d;
}

#quotesPageButtons > div:hover > div {
    color: #93001d;
}

#quotesPageButtons > div:first-child {
    margin-right: 15px;
}

#quotesPageButtons > div > span {
    font-size: 16px;
    color: #fff;
}

#quotesPageButtons > div:hover > span {
    color: #93001d;
}

#quotesPagination {
    position: absolute;
    right: 0;
    top: 290px;
    height: 25px;
    width: 160px;
    z-index: 4;
}

#quotesPagination > div {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 4px;
    position: relative;
}



#quotesPagination > div > div:first-child {
    width: 100%;
    height: 3px;
    background-color: #93001d;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 1px;
}


#quotesPagination > div > div:last-child {
    width: 0;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 2px;
}


@media only screen and (max-width: 768px) {
    #quotes {
        transform: scale(0.533333) !important;
        left: -63px;
        top: 529px;
    }

    #quotesPageButtons {
        left: 40px;
        top: -100px;
        transform: scale(1.8) !important;
    }

    #quotesPagination {
        top: 250px;
        right: 60px;
        transform: scale(1.8) !important;
    }
}


#content {
    width: 100%;
    text-align: left;
    min-width: 320px;
    min-height: 200px;
    position: relative;
    overflow: visible;
}

@media only screen and (min-width: 997px) {
    body.page-startseite #content,
    body.page-startpage #content {
        margin-top: -130px;
    }

    body.page-startseite .headerOverlay,
    body.page-startpage .headerOverlay {
        top: -130px;
    }
}

@media only screen and (max-width: 996px) {
    #content {
        padding-bottom: 0;
        padding-top: 180px;
    }
}

h1,
h2,
h3,
h4 {
    font-weight: 300;
    color: #e40036;
    font-size: 40px;
    line-height: 50px;
    margin: 17.5px 0;
}

h1 {
    margin-bottom: 35px;
}

h2 {
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-weight: 400;
    margin-top: 80px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 996px) {
    h1,
    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 22px;
        line-height: 25px;
    }
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

@media only screen and (max-width: 996px) {
    h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

h4 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    word-break: break-word;
    font-weight: 300;
}

.simpletext h1 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p,
.subtext > div,
.simpletext ul li {
    font-weight: 300;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    width: 800px;
    margin: 17.5px 0;
    list-style: none;
    max-width: 100%;
}

.simpletext ul li {
    position: relative;
}

.simpletext ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #e40036;
    position: absolute;
    left: -20px;
    top: 10px;
    border-radius: 5px;
}

.simpletext ul {
    margin: 0;
    padding: 0 0 0 22.5px;
}

.simpletext p a,
.simpletext ul li a {
    color: #000;
    text-decoration: underline;
}

@media only screen and (max-width: 996px) {
    p,
    .subtext > div,
    .simpletext ul li {
        font-size: 18px;
        line-height: 21px;
        width: 100%;
    }

    .simpletext ul li:before {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        top: 8px;
    }
}

span.red {
    color: #e40036;
}

#modal-close {
    height: 50px;
    font-size: 18px;
    border: 1px solid #e40036;
    background-color: #fff;
    border-radius: 25px;
    line-height: 50px;
    padding: 0 100px 0 30px;
    color: #000;
    font-weight: 300;
    position: absolute;
    top: 50px;
    right: 5%;
    cursor: pointer;
}

#modal-close i {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 20px;
}

#modal {
    text-align: left;
}

#modal .profileimage {
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
}

#modal .modal-content {
    margin-bottom: 140px;
    margin-top: 140px;
}

@media only screen and (max-width: 996px) {
    #modal .profilimageback {
        display: none;
    }

    #modal .profileimage {
        position: relative;
        clip-path: none;
        margin-top: 0 !important;
        width: 100%;
        margin-left: 0 !important;
        padding: 0 0 20px 0;
        margin-bottom: 30px;
    }

    .modal-white,
    .modal-content {
        padding-top: 0 !important;
    }
}

#modal h5 {
    font-size: 52px;
    line-height: 64px;
    color: #000;
}

#modal h7 {
    font-size: 25px;
    padding-right: 130px;
    width: 100%;
    line-height: 30px;
    color: #3b3c3b;
    padding-top: 15px;
    float: left;
}

#modal h6 {
    font-size: 32px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
}

@media only screen and (max-width: 996px) {
    #modal h5 {
        font-size: 34px;
        line-height: 38px;
    }

    #modal h6 {
        font-size: 28px;
        line-height: 32px;
    }

    #modal h7 {
        font-size: 20px;
        line-height: 24px;
    }
}

#modal div.row {
    width: 100%;
    position: relative;
    overflow: auto;
    margin-bottom: 40px;
}

#modal div.row div.col {
    float: left;
    width: 100%;
}

#modal div.row div.col.col-1 {
    width: 80%;
    margin: 0 10% 20px 10%;
}

#modal div.row div.col.col-2 {
    width: 35%;
    margin: 0 7.5%;
}

@media only screen and (max-width: 996px) {
    #modal div.row {
        margin-bottom: 0;
    }

    #modal div.row div.col.col-2 {
        margin: 0 0 40px 0;
        width: 100%;
        padding: 0 20px;
    }
}

#modal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#modal ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0;
}

#modal ul li:last-child {
    border-bottom: none;
}

#modal ul li a {
    color: #e40036;
}

#modal hr {
    background-color: transparent;
    width: 90%;
    height: 0px;
    border: none;
    border-top: 1px solid #000;
    margin: 60px auto;
}

#modal .buttons {
    width: 85%;
    margin: 0 7.5%;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#modal a.button {
    float: left;
    width: 41%;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    line-height: 35px;
    font-weight: 400;
    padding: 0 20px;
    -webkit-box-shadow: 0 0px 30px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 30px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 30px -4px rgba(0, 0, 0, 0.2);
    height: 36px;
}

#modal a.button.close {
    float: right;
    background-color: #e40036;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #modal a.button {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
}

#modal a.button i {
    float: right;
    margin-top: 8px;
    border: 2px solid #000;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    line-height: 17px;
    font-size: 16px;
}

#modal a.button.close i {
    border-color: #fff;
}

#modal span > span {
    color: #e40036;
}



#mainmenu {
    height: 130px;
    max-width: 1050px;
    width: 100%;
    text-align: left;
    line-height: 130px;
    margin: 0 auto;
    min-width: 320px;
    position: relative;
    z-index: 150;
    padding: 0 30px;
}

@media only screen and (max-width: 996px) {
    #mainmenu {
        position: absolute;
        z-index: 100;
        height: 120px;
        line-height: 120px;
    }

    #mainmenu.menuOpen {
        position: fixed;
    }

    #mainmenu li.opened div.child {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    #mainmenu {
        padding: 0 0 0 30px;
    }
}

#mainmenu .logo {
    height: 120px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

#mainmenu > div {
    float: left;
}

@media only screen and (max-width: 996px) {
    #mainmenu > div:first-child {
        position: relative;
        z-index: 300;
    }
}

#mainmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 997px) {
    #mainmenu ul li ul {
        float: none;
        overflow: visible;
        padding: 0 20px 30px 40px;
        margin-top: 30px;
    }

    #mainmenu ul li ul li {
        line-height: 30px;
        height: 30px;
        font-size: 16px;
        margin: 10px 0;
        float: none;
    }

    #mainmenu ul li ul li a {
        font-size: 16px;
        padding: 0;
        text-decoration: none;
    }

    #mainmenu ul li ul li:hover,
    #mainmenu ul li ul li.selected,
    #mainmenu ul li ul li.selected > a {
        color: #000;
        font-weight: 400;
    }

    #mainmenu ul li ul li:hover {
        font-weight: 400;
    }

    #mainmenu ul li > div.child {
        display: none;
        position: absolute;
        left: -110px;
        top: 77px;
        background-color: #fff;
        width: 380px;
        -webkit-box-shadow: 0 0px 30px -4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0px 30px -4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 30px -4px rgba(0, 0, 0, 0.2);
        margin-top: 30px;
    }

    #mainmenu ul li > div.child::before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -30px;
        top: -20px;

        width: 0;
        height: 0;
        border-bottom: 20px solid #fff;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
    }

    #mainmenu ul li > div.child::after {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: -10px;

        width: 0;
        height: 0;
        border-bottom: 10px solid #e40036;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
    }

    #mainmenu ul li:hover > div.child {
        display: block;
    }
}

#mainmenu ul li {
    height: 20px;
    float: left;
    position: relative;
}

#mainmenu ul li a,
#mainmenu > div:nth-child(3) a {
    color: #000;
    padding: 30px 20px;
    font-size: 18px;
    text-decoration: none;
}

@media only screen and (max-width: 1250px) {
    #mainmenu ul li a,
    #mainmenu > div:nth-child(3) a {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media only screen and (max-width: 1150px) {
    #mainmenu ul li a,
    #mainmenu > div:nth-child(3) a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

#mainmenu > div:nth-child(2) {
    padding-left: 40px;
}

#mainmenu li.selected > a,
#mainmenu li:hover > a {
    color: #e40036;
}

#mainmenu > div:nth-child(3) {
    float: right;
}

#mainmenu > div:nth-child(3) a {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 996px) {
    #mainmenu > div:nth-child(2),
    #mainmenu > div:nth-child(3) {
        display: none;
    }

    #mainmenu > div:first-child > a > img {
        height: 44px;
    }

    #mainmenu ul li ul {
        float: none;
    }

    #mainmenu > div:nth-child(2) {
        padding-left: 0;
        display: none;
        height: 100%;
        left: 0;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 200;
        margin-top: 120px;
        background-color: #fff;
    }

    #mainmenu.menuOpen {
        background-color: #fff;
        z-index: 10001;
    }

    #mainmenu.menuOpen > div:nth-child(2) {
        display: block;
    }

    #mainmenu #menuOpener i:nth-child(1) {
        display: block;
    }

    #mainmenu #menuOpener i:nth-child(2) {
        display: none;
    }

    #mainmenu.menuOpen #menuOpener i:nth-child(1),
    #mainmenu.modalOpen #menuOpener i:nth-child(1) {
        display: none;
    }

    #mainmenu.menuOpen #menuOpener i:nth-child(2),
    #mainmenu.modalOpen #menuOpener i:nth-child(2) {
        display: block;
    }

    #mainmenu > div:nth-child(2) ul {
        margin: 0;
        padding: 0;
    }

    #mainmenu > div:nth-child(2) ul li {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        min-height: 70px;
        line-height: 70px;
        height: auto;
    }

    #mainmenu > div:nth-child(2) ul li a {
        font-size: 27px;
        color: #000000;
        height: 70px;
        width: 100%;
        line-height: 70px;
        text-align: center;
        padding: 0;
        display: inline-block;
        text-decoration: none;
    }

    #mainmenu > div:nth-child(2) ul li.selected {
        background-color: #e40036;
    }

    #mainmenu > div:nth-child(2) ul li.selected > a {
        color: #fff;
    }

    #mainmenu > div:nth-child(2) ul li.selected > a span.red {
        color: #fff;
    }

    #mainmenu > div:nth-child(2) ul li ul li a {
        font-size: 22px;
        line-height: 50px;
        height: 50px;

    }
}

#mainmenu #menuOpener {
    display: none;
}

@media only screen and (max-width: 996px) {
    #mainmenu #menuOpener {
        display: block;
        width: 70px;
        height: 80px;
        position: absolute;
        right: 10px;
        top: 20px;
        text-align: center;
        line-height: 80px;
        cursor: pointer;
        z-index: 210;
    }

    #mainmenu #menuOpener i {
        font-size: 40px;
        color: #e40036;
        margin-top: 18px;
    }
}

#mainmenu .langhash {
    position: absolute;
    width: 190px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    right: -90px;
    top: 13px;
    float: none;
}

@media only screen and (max-width: 1250px) {
    #mainmenu .langhash {
        right: 0;
    }
}

#mainmenu .langhash div:last-child {
    width: 190px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
}

#mainmenu .langhash div:first-child {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 95px solid transparent;
    border-bottom: 55px solid #fff;
    top: -95px;
}

#mainmenu .langhash div:first-child:after {
    content: '';
    position: absolute;
    left: -95px;
    top: 55px;
    width: 0;
    height: 0;
    border: 95px solid transparent;
    border-top: 55px solid #fff;
}

@media only screen and (max-width: 996px) {
    #mainmenu .langhash div:first-child {
        transform: scale(0.75);
    }

    #mainmenu .langhash {
        top: 0px;
        right: -55px;
    }

}


#mainmenu .metadescription {
    background-color: #f2f3f4;
    line-height: 18px;
    font-size: 13px;
    padding: 10px 40px;
    -webkit-transition: height 250ms ease-in-out;
    -moz-transition: height 250ms ease-in-out;
    -ms-transition: height 250ms ease-in-out;
    -o-transition: height 250ms ease-in-out;
    transition: height 250ms ease-in-out;
    height: 0;
}

#mainmenu .metadescription span {
    opacity: 0.0;
}

@media only screen and (max-width: 996px) {
    #mainmenu .metadescription {
        display: none;
    }

    #mainmenu ul li ul li a {
        padding-left: 0 !important;
        background: none !important;
    }

    #mainmenu div.child {
        display: none;
    }
}

#subpagemenubackground {
    position: absolute;
    left: 50%;
    top: 0;
    width: 745px;
    height: 430px;
}

.subpagemenu {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 120px auto;
    text-align: center;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 30px;
    margin-bottom: -60px;
}



body.page-startseite .subpagemenu,
body.page-startpage .subpagemenu {
    margin-bottom: 120px;
}

@media only screen and (max-width: 996px) {
    .subpagemenu {
        margin-bottom: 40px;
    }

    body.page-startseite .subpagemenu,
    body.page-startpage .subpagemenu {
        margin-top: 110px;
        margin-bottom: 40px;
    }
}


.subpagemenu.subpagemenuLowPadding {
    margin-top: 0;
}

.subpagemenu .subpagemenubuttons {
    margin-bottom: 40px;
}

.subpagemenu .subpagemenubuttons div {
    display: inline-block;
    cursor: pointer;
}

.subpagemenu .subpagemenubuttons div > div {
    color: #000;
    border: 1px solid transparent;
    padding: 0 40px;
    line-height: 50px;
    font-size: 24px;
    margin: 0 15px;
    border-radius: 25px;
    border: 1px solid #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.subpagemenu .subpagemenubuttons div:hover > div {
    color: rgba(228, 0, 54, 1.0);
    border: 1px solid rgba(228, 0, 54, 0.1);
}

.subpagemenu .subpagemenubuttons div.selected > div {
    color: #e40036;
    border: 1px solid #e40036;
}

.subpagesubs {
    display: none;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 410px;
}

.subpagesubs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subpagesubs ul li {
    float: left;
    width: 31.3333%;
    height: 370px;
    margin: 1%;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 22px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 6px 22px -4px rgba(0,0,0,0.2);
    box-shadow: 0 6px 22px -4px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 25px 35px;
    text-align: left;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .subpagesubs ul li {
        width: 48%;
    }
}

.subpagesubs p {
    font-size: 17px;
}

.subpagesubs p,
.subpagesubs h4 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.subpagesubs h4 {
    font-weight: 400;
    margin-bottom: 40px;
}

.subpagesubs li div {
    line-height: 58px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 58px;
    padding: 0 10px;
    margin: 0 10%;
}

.subpagesubs a {
    line-height: 58px;
    font-size: 16px;
    text-align: center;
    color: #000;
    position: relative;
    width: 100%;
    display: inline-block;
    font-weight: 400;
}

.subpagesubs a:hover {
    text-decoration: none;
}

.subpagesubs a > i {

}

.subpagesubs p {
    width: 100%;
    font-size: 18px;
    line-height: 21px;
}

@media only screen and (max-width: 996px) {
    .subpagesubs {
        position: relative;
        width: 100%;
        height: 430px;
        overflow: visible;
        max-width: 100%;
    }

    .subpagesubs > div {
        width: 10000px;
        height: 390px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: left;
    }

    .subpagesubs ul {
        height: 390px;
    }

    .subpagesubs ul li {
        width: 280px;
        margin: 0 10px;
    }
}

.subpagescenter {
    text-align: center;
}

.subpagesubssubber {
    -webkit-transition: left 250ms ease-in-out;
    -moz-transition: left 250ms ease-in-out;
    -ms-transition: left 250ms ease-in-out;
    -o-transition: left 250ms ease-in-out;
    transition: left 250ms ease-in-out;
}

@media only screen and (min-width: 997px) {
    .subpagesubssubber {
        width: auto !important;
        left: auto !important;
    }
}

.subpagescenter .subpagesubssubber {
    margin: 0 auto;
    position: relative;
    left: auto;
}

.simpletext {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    padding-bottom: 80px;
}

.simpletext.headerTyp4 {
    position: relative;
    z-index: 5;
    margin-bottom: 60px;
}



@media only screen and (min-width: 1200px) {
    .simpletext.headerTyp4 {
        min-height: 800px;
    }
}

@media only screen and (min-width: 997px) and (max-width: 1199px)  {
    .simpletext.headerTyp4 {
        min-height: 600px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 996px)  {
    .simpletext.headerTyp4 {
        min-height: 500px;
    }
}

.simpletext.headerTyp4 p {
    width: 100%;
}

.simpletext.headerTyp4 > div.floater {
    width: 54%;
    float: right;
    height: 700px;
}

@media only screen and (max-width: 996px) {
    .simpletext {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .simpletext.headerTyp4 {
        position: relative;
        left: auto !important;
        margin: 0;
        height: auto;
        width: 100%;
        top: auto !important;
    }
}

@media only screen and (max-width: 500px) {
    .simpletext.headerTyp4 {
        padding-top: 0;
    }
}

.simpletext.subtext > div {
    column-count: 2;
    column-gap: 50px;
}

@media only screen and (max-width: 996px) {
    .simpletext.subtext > div {
        column-count: 1;
    }
}

.teammemberblock {
    margin: 80px 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 996px) {
    .teammemberblock {
        margin-top: 40px;
    }
}


.teammemberblock p {
    width: 700px;
}

.teammember {
    position: relative;
    margin: 40px auto 80px auto;
    width: 100%;
    overflow: auto;
}

@media only screen and (max-width: 996px) {
    .teammember {
        margin-bottom: 40px;
    }
}

.teammember.noshadow {
    margin-bottom: 0px;
}

.teamcard {
    width: 25%;
    height: 230px;
    float: left;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.teamcard.clone {
    z-index: 1;
}

.teamcard-front,
.teamcard-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.teamcard-front {
    background-size: cover;
}

.teamcard-back {
    opacity: 0.0;
    background-color: rgba(255,255,255,0.8);
    font-size: 27px;
    line-height: 32px;
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    text-align: center;
    padding: 15% 10%;
}

@media only screen and (max-width: 996px) and (min-width: 769px) {
    .teamcard-back {
        font-size: 24px;
        line-height: 25px;
        padding-top: 8%;
    }
}

@media only screen and (max-width: 769px) {
    .teamcard-back {
        font-size: 20px;
        line-height: 23px;
        padding-top: 8%;
    }
}

.teamcard:hover .teamcard-back {
    opacity: 1.0;
}

.teamcard button {
    border: 0;
    padding: 0;
    height: 38px;
    width: 100%;
    background-color: #e40036;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    margin: 30px 0 0 0;
    border-radius: 3px;
}

@media only screen and (max-width: 400px) {
    .teamcard button {
        margin-top: 10px;
    }
}

.teamcard-red {
    opacity: 1.0;
    color: #fff;
    background-color: #e40036;
}

.teamcard-red button {
    color: #000;
    background-color: #fff;
}



.teammember-shadow {
    -webkit-box-shadow: 0 6px 40px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 6px 40px -4px rgba(0,0,0,0.2);
    box-shadow: 0 6px 40px -4px rgba(0,0,0,0.2);
    max-width: 1080px;
}

.teammember-search,
.vacancy-search {
    position: relative;
    height: 100px;
    max-width: 1035px;
    margin: 0 auto 0 auto;
}

@media only screen and (max-width: 996px) {
    .teammember-search,
    .vacancy-search {
        margin: 60px auto 0 auto;
    }
}

.teammember-search > div,
.vacancy-search > div {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .teammember-search > div,
    .vacancy-search > div {
        width: 100%;
        margin-bottom: 30px;
    }
}

.teammember-search > div > div,
.vacancy-search > div > div {
    width: 82%;
    position: relative;
    margin: 0 auto;
}

.teammember-search div.search::after,
.vacancy-search div.search::after {
    pointer-events: none;
    background-image: url(/static/gfx/magnify.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    width: 45px;
    height: 45px;
    font-size: 27px;
    line-height: 45px;
}

.teammember-search div.dropdown::after,
.vacancy-search div.dropdown::after {
    background-image: url(/static/gfx/arrow-down-drop-circle-outline.png);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
}

.vacancy-intro {
    font-size: 20px;
    color: #e40036;
    font-weight: bold;
    padding-bottom: 17px;
    display: block;
}

.quotes {
    position: relative;
}

.quote {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}

.quote p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
}

.quote a {
    text-decoration: underline;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
}

.quote.visible {
    opacity: 1.0;
    z-index: 200;
}

footer {
    position: relative;
    height: 520px;
    background-color: #e40036;
    color: #fff;
    padding: 60px 20px 20px 20px;
    box-sizing: border-box;
}

body.page-startseite footer,
body.page-home footer {
    margin-top: 700px;
}

@media only screen and (max-width: 996px) {
    footer {
        height: auto;
        padding-bottom: 80px;
        margin-top: 0;
    }
}

footer > .metamenu {
    max-width: 1030px;
    width: 100%;
    border-top: 1px solid #93001d;
    margin: 60px auto 0 auto;
}

@media only screen and (max-width: 996px) {
    footer > .metamenu {
        margin-top: 40px;
    }
}

footer > .metamenu ul {
    list-style: none;
    margin-top: 25px;
}

footer > .metamenu ul li {
    float: right;
    margin-left: 35px;
    text-transform: uppercase;
    padding: 10px 0;
}

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

    footer > .metamenu ul li {
        padding: 5px 0;
        margin-left: 10px;
    }
}

footer > .metamenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

footer > .copy {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    height: 300px;
}


@media only screen and (max-width: 700px) {
    footer > .copy {
        height: 530px;
    }

    body.page-startseite footer > .copy,
    body.page-home footer > .copy {
        height: 300px;
    }
}

footer > .copy > div {
    position: absolute;
    right: 0;
    top: 0;
    width: 305px;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    margin-top: 40px;
}

footer .address-info > div {
    margin-top: 10px;
}

footer > .copy > div > div.footerLogo > img {
    margin-bottom: 15px;
}

@media only screen and (max-width: 996px) {
    footer > .copy > div {
        float: right;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        position: relative;
        padding-top: 50px;
    }

    footer > .copy > div.address-info {
        float: left;
    }

    .page-startseite footer > .copy > div,
    .page-home footer > .copy > div {
        float: none;
    }
}

@media only screen and (max-width: 400px) {
    footer > .copy > div > div.footerLogo > img {
        height: 50px !important;
    }
}

footer .footerLogo {
    text-align: right;
    padding-bottom: 20px;
}

@media only screen and (max-width: 996px) {
    footer .footerLogo {
        text-align: left;
    }
}

.map {
    width: 100%;
    height: 750px;
}

@media only screen and (max-width: 996px) {
    .map {
        height: 400px;
    }
}

.map {
    background-color: #cfcfcf;
    position: relative;
}

.map #map {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    /* margin-top: -400px; */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

body.page-home footer,
body.page-startseite footer {
    margin-top: 680px;
}

body.page-home .map,
body.page-startseite .map {
    opacity: 0.0;
    position: absolute;
    width: 475px;
    height: 800px;
    left: 50%;
    margin-left: -450px;
    bottom: 350px;
    border: 20px solid #fff;
    -webkit-box-shadow: 0px 56px 95px -46px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 56px 95px -46px rgba(0,0,0,0.75);
    box-shadow: 0px 56px 95px -46px rgba(0,0,0,0.75);
    border-radius: 5px;
}

@media only screen and (max-width: 996px) {
    body.page-home .map,
    body.page-startseite .map {
        width: 90%;
        height: 300px;
        bottom: 490px;
        left: unset;
        margin-left: 5%;
    }

    body.page-home footer,
    body.page-startseite footer {
        margin-top: 750px;
        padding-top: 200px;
    }

}


.address-info {
    display: none;
    position: absolute;
    width: 435px;
    height: 800px;
    left: 50%;
    bottom: 350px;
    margin-left: 90px;
    text-align: left;
}

@media only screen and (max-width: 996px) {
    .address-info {
        width: 310px;
        margin-left: -155px;
        bottom: 630px;
    }
}

.address-info p {
    width: 100%;
    font-weight: 400;
    margin-bottom: 60px;
    padding-left: 0;
}

.address-info > div {
    height: 60px;
    margin-top: 30px;
}

.address-info a {
    color: #e40036;
    font-weight: 400;
    text-decoration: none;
}

.address-info .material-icons,
.address-info .material-icons-outlined {
    height: 60px;
    width: 60px;
    background-color: #f2f3f4;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    color: #e40036;
    font-size: 38px;
    float: left;
    margin-right: 16px;
}

.address-info .address-row {
    height: 60px;
    line-height: 24px;
    font-size: 21px;
    padding: 6px 0 6px 75px;
}

@media only screen and (max-width: 996px) {
    .address-info .address-row {
        font-size: 18px;
        line-height: 21px;
    }
}

body.page-home .address-info,
body.page-startseite .address-info {
    display: block;
}


.address-info .single-line .address-row {
    line-height: 46px;
}

@media only screen and (max-width: 996px) {
    body.cms-overflow {
        overflow: initial !important;
    }
}

@media only screen and (max-width: 996px) {
    .swiper-container {
        width: 100%;
        height: 410px;
    }
}

@media only screen and (min-width: 997px) {
    .swiper-container {
        overflow: visible;
    }
}

footer > .copy > div.address-info {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 !important;
    width: 430px;
}

@media only screen and (max-width: 850px) {
    body.page-startseite footer > .copy > div.address-info,
    body.page-home footer > .copy > div.address-info {
        width: 430px;
    }

    footer > .copy > div.address-info {
        padding-top: 0;
        width: 300px;
    }
}

@media only screen and (max-width: 996px) {
    footer .address-info > div {
        height: 40px;
    }
}

@media only screen and (max-width: 700px) {
    footer > .copy > div {
        float: none !important;
        position: relative !important;
        margin: 0 auto !important;
        padding-top: 20px;
    }

    footer > .copy > div.address-info {
        height: 300px;
        position: relative !important;
        margin: 0 auto !important;
    }


}

body.page-startseite footer .address-info,
body.page-home footer .address-info {
    display: none;
}

footer .address-info a {
    color: #fff;
}

footer .address-info .address-row {
    font-size: 18px;
    line-height: 22px;
    padding-left: 60px;
}

footer .address-info .material-icons,
footer .address-info .material-icons-outlined {
    width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 40px;
    margin-top: 10px;
}

.swiper-pagination {
    height: 20px !important;
    top: auto !important;
    left: auto !important;
    margin: 0 auto !important;
    width: auto !important;
    display: inline-block !important;
    position: relative !important;
}

.swiper-pagination > .swiper-pagination-bullet {
    width: 25px;
    height: 2.5px;
    background-color: #cfcfcf;
    border-radius: 1.25px;
    outline: 0 !important;
    cursor: pointer;
}

.swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 5px;
    background-color: #de0135;
    border-radius: 2.5px;
    margin-top: 1px;
}

@media only screen and (min-width: 997px) {
    .swiper-pagination {
        display: none !important;
    }
}

.vacancy h4 {
    color: #e40036;
}

.vacancy p {
    font-weight: 300;
    font-size: 24px;
}

.vacancy .divisions {
    font-size: 16px;
}

.subpagesubs ul li {
    cursor: pointer;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.subpagesubs ul li:hover {
    transform: scale(1.03);
    -webkit-box-shadow: 0 6px 40px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 6px 40px -4px rgba(0,0,0,0.2);
    box-shadow: 0 6px 40px -4px rgba(0,0,0,0.2);
}


.swiper-slide > div.link {
    border-top: 1px solid #000;
}

.subpagesubs ul li a span {
    position: relative;
}

.subpagesubs ul li a span span {
    position: absolute;
    left: -25px;
    top: 2px;
    color: #000;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.subpagesubs ul li:hover a {
    color: #e40036;
}

.subpagesubs ul li:hover a span span {
    color: #e40036;
    left: -20px;
}

a.hs_arrow_right,
a.hs_arrow_left,
#mainmenu ul li ul li a {
    background: url(../gfx/hs_arrow_right.png) no-repeat left center;
    background-size: 10px;
    width: auto;
    padding-left: 20px;
}

.subpagesubs ul li:hover div.link a.hs_arrow_right,
.subpagesubs ul li:hover div.link a.hs_arrow_left {
    background: url(../gfx/hs_arrow_right_red.png) no-repeat left center;
    background-size: 10px;
    color: #e40036;
}

a.hs_arrow_left {
    background: url(../gfx/hs_arrow_right.png) no-repeat left center;
}

#backbutton {
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 110;
    margin-left: 65px;
}

#backbutton > a > div:first-child {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 24px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#backbutton > a:hover > div:first-child {
    transform: scale(1.2);
}

#backbutton > a > .icon-arrow_left {
    position: absolute;
    left: 10px;
    top: 35px;
    color: #000;
    font-size: 18px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#backbutton > a:hover > .icon-arrow_left {
    left: 5px;
}

@media only screen and (max-width: 996px) {
    #backbutton {
        top: 130px;
        margin-left: 8px;
    }
}

#backbutton a {
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    margin-left: -65px;
    padding-left: 65px;
    position: relative;
}

#backbutton a span {
    font-weight: 300;
    color: #a9a5a3;
}

@media only screen and (max-width: 768px) {
    #backbutton a,
    #backbutton a span {
        color: transparent;
    }
}

#siblingsNav {
    position: absolute;
    z-index: 106;
    top: 100px;
    right: 100px;
    width: 400px;
    height: 150px;
}

@media only screen and (max-width: 1200px) {
    #siblingsNav {
        top: 80px;
        transform: scale(0.9)
    }
}

@media only screen and (max-width: 1024px) {
    #siblingsNav {
        top: 60px;
        transform: scale(0.8)
    }
}

@media only screen and (max-width: 996px) {
    #siblingsNav {
        right: 0;
    }
}

@media only screen and (max-width: 820px) {
    #siblingsNav {
        top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    #siblingsNav {
        top: 200px;
        right: auto;
        left: 20px;
    }
}

@media only screen and (max-width: 400px) {
    #siblingsNav {
        left: -20px;
        top: 170px;
    }
}


#siblingsNav a {
    float: left;
    width: 180px;
    height: 110px;
    position: relative;
    padding-top: 65px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    word-break: break-word;
}

#siblingsNav a:hover {
    transform: scale(1.03);
}

#siblingsNav a:first-child {
    margin-right: 30px;
    text-align: right;
}

#siblingsNav a::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    border: 2px solid #fff;
    background: url(../gfx/hs_arrow_left_white.png) no-repeat center center;
    background-size: 16px 16px;
    right: 0px;
    top: 0px;
}

#siblingsNav a:last-child::before {
    right: auto;
    left: 0;
    background: url(../gfx/hs_arrow_right_white.png) no-repeat center center;
    background-size: 16px 16px;
}

#news {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    height: 530px;
    position: relative;
    z-index: 2;
}


#news .swiper-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

#news .swiper-slide {
    width: 100%;
    height: 500px;
}

#news .content-container {
    -webkit-box-shadow: 0 0px 30px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 30px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 30px -4px rgba(0, 0, 0, 0.2);
    height: 100%;
    background-color: #fff;
    max-width: 92%;
    min-width: 280px;
}

#news .content {
    max-width: 45%;
    background-color: #fff;
    height: 100%;
    padding: 40px 30px 0 40px;
    position: relative;
    overflow: hidden;
}


#news .content p {
    width: 100%;
    font-size: 15px;
    line-height: 17px;
}

#news h4 {
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 5px;
}

#news span > span {
    color: #e40036;
}

#news .button {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 50px;
}

#news .swiper-slide {
    cursor: pointer;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#news .swiper-slide:hover {
    transform: scale(1.03);
}

#news button {
    width: 100%;
    text-align: center;
    border: 0;
    border-top: 1px solid #000;
    line-height: 50px;
    font-size: 16px;
    background-color: #fff;
    display: inline-block;
    height: 100%;
}

#news button span {
    position: relative;
    color: #000;
    display: inline-block;
    line-height: 20px;
}

#news .swiper-slide:hover button span {
    color: #e40036;
}

#news button span span {
    position: absolute;
    left: -25px;
    top: 0px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #000;
}

#news .swiper-slide:hover button span span {
    color: #e40036;
    left: -20px;
}


#news .image {
    width: 1040px;
    position: absolute;
    height: 600px;
    top: -40px;
    right: 0%;
    pointer-events: none;
}

@media only screen and (max-width: 1200px) {
    #news .image {
        bottom: auto;
        top: -40px;
    }
}

@media only screen and (max-width: 1200px) {
    #news .content {
        width: 60%;
    }

    #news h4 {
        font-size: 28px;
        line-height: 34px;
    }

    #news p {
        font-size: 17px;
        line-height: 20px;
    }

    #news button {
        line-height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    #news {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 768px) {
    #news {
        height: 720px;
    }

    #news .swiper-slide {
        height: 650px;
    }

    #news .content-container {
        width: 100%;
        max-width: 100%;
    }

    #news .content {
        width: 100%;
        max-width: 100%;
        padding-top: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }

    #news h4 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
    }

    #news .image {
        right: -5%;
        top: -15px;
    }

    #news span {
        font-weight: 400;
        display: block;
        line-height: 16px;
    }
}

@media only screen and (max-width: 550px) {
    #news {
        height: 720px;
    }

    #news .swiper-slide {
        height: 650px;
    }
}

#news .news-left,
#news .news-right {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    z-index: 5;
}

#news .news-right {
    right: -100px;
    left: auto;
}

#news .news-left > div,
#news .news-right > div {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #000;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#news .news-left:hover > div,
#news .news-right:hover > div {
    transform: scale(1.2);
    background-size: 12px 12px;
}


#news .news-left span,
#news .news-right span {
    position: absolute;
    left: 22px;
    top: 22px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}



#news .news-left span {
    left: 21px;
}

#news .news-left:hover span {
    left: 16px;
}

#news .news-right:hover span {
    left: 27px;
}

@media only screen and (max-width: 1300px) {
    #news .news-left {
        left: -60px;
    }

    #news .news-right {
        right: -60px;
    }
}

@media only screen and (max-width: 1100px) {
    #news .news-left {
        left: -30px;
    }

    #news .news-right {
        right: -30px;
    }
}

@media only screen and (max-width: 768px) {
    #news .news-left,
    #news .news-right {
        width: 46px;
        height: 46px;
        border-radius: 23px;
        top: 120px;
        left: 70px;
    }

    #news .news-left {
        left: 10px;
    }

    #news .news-left > div,
    #news .news-right > div {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        left: 8px;
        top: 8px;
    }

    #news .news-left span {
        top: 15px !important;;
        left: 14px !important;
    }

    #news .news-right span {
        top: 15px !important;;
        left: 16px !important;;
    }
}

a.button {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 26px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 26px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 26px -15px rgba(0,0,0,0.75);
    border-radius: 4px;
    width: 100%;
    line-height: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    margin: 40px 0;
    cursor: pointer;
    position: relative;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    overflow: hidden;
}

a.button:hover {
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 32px -15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 32px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 32px -15px rgba(0,0,0,0.75);
    color: #e40036;
}

/*a.button::before {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    content: '';
    height: 100%;
    width: 0%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(
            to right bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(228, 0, 53, 1.0) 10%,
            rgba(228, 0, 53, 1.0) 90%,
            rgba(255, 255, 255, 1) 100%
    );

}

a.button:hover::before {
    width: 200%;
}*/

a.button span {
    position: relative;
    padding-left: 30px;
}

a.button span span {
    position: absolute;
    left: -30px;
    top: 2px;
    color: #000;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a.button:hover span span {
    color: #e40036;
    left: -25px;
}

a.button.contact {
    background-color: #e40036;
    text-align: right;
    color: #fff;
    padding-right: 20px;
    font-weight: 300;
    margin: 5px 0;
    width: 80%;
}

@media only screen and (max-width: 996px) {
    a.button.contact {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    a.button.contact {
        width: 100%;
    }
}

a.button.contact span {
    position: absolute;
    font-size: 10px;
    left: -2px;
    top: 17px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a.button.contact:hover span {
    left: 5px;
}

a.button.contact div {
    position: absolute;
    font-size: 12px;
    left: 22px;
    top: 12px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a.button.contact:hover div {
    left: 29px;
}

.swiper-container-news {
    height: auto;
    overflow: visible;
}

#modal .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 120px 70px 0;
    border-color: transparent #e40036 transparent transparent;
    position: absolute;
    bottom: -80px;
    right: -40px;
}

#modal .col a {
    color: #000;
    text-decoration: underline;
}


a.colorScale {
    display: inline-block;
    transform: scale(1.0);
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
}

a.colorScale:hover {
    transform: scale(1.05);
}

a.colorScale img.colorScaleActive {
    display: none;
}

a.colorScale img.colorScaleInactive {
    display: block;
}

a.colorScale:hover img.colorScaleActive {
    display: block;
}

a.colorScale:hover img.colorScaleInactive {
    display: none;
}

.onlyMobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .onlyMobile {
        display: list-item;
    }
}


.partners {
    width: 100%;
}

.partners > div {
    width: 24.5%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    display: inline-block;
    margin: 0;
}

.partners > div img {
    width: 100%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    filter: grayscale(100%);
}

.partners > div > a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.partners > div.grayOnHover:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
    .partners > div {
        width: 49.5%;
    }
}

