/* starts, custom fonts */
@font-face {
    font-family: "Optima Regular";
    src: url("fonts/1564433/faef1464-e833-43ac-a2ee-7a4f5f3ab909.eot?#iefix");
    src: url("fonts/1564433/faef1464-e833-43ac-a2ee-7a4f5f3ab909.eot?#iefix") format("eot"), url("fonts/1564433/776a385c-3d8b-4237-8d14-382015d9ff12.woff2") format("woff2"), url("fonts/1564433/b72e728e-eac1-4261-ac86-579fa6ae4a0b.woff") format("woff"), url("fonts/1564433/7d64c37c-83dc-4450-8781-17b619b16935.ttf") format("truetype");
}

@font-face {
    font-family: "Optima Bold";
    src: url("fonts/1564469/e1cc0e94-8b24-4f52-8e15-8399b02ca60e.eot?#iefix");
    src: url("fonts/1564469/e1cc0e94-8b24-4f52-8e15-8399b02ca60e.eot?#iefix") format("eot"), url("fonts/1564469/f7b586da-68e1-406c-87f7-1c45040e49f9.woff2") format("woff2"), url("fonts/1564469/7b16da83-d4bf-4808-b6f7-fd915dd9b61f.woff") format("woff"), url("fonts/1564469/887409a8-7285-46ea-ba85-893160ec2888.ttf") format("truetype");
}

/* end, custom fonts */

/* starts, global classes */
html {
    overflow-x: hidden;
}

body {
    font-family: 'Optima Regular', sans-serif;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.48px;
    overflow-x: hidden;
}

.container-v1 {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 1426px) {
    .container-v1 {
        max-width: 1396px;
        padding-right: 15px;
        padding-left: 15px;
    }
}



a {
    color: #262626;
}

a.c1 {
    color: #585858;
}

a:hover {
    text-decoration: none;
}

a:hover,
a:active,
a.active,
a.c1:hover,
a.c1:active,
a.c1.active {
    color: #4982CF;
}

h1 {
    font-size: 24px;
    line-height: 1.3;
}

h1.v1,
h1.v2 {
    font-size: 28px;
}

h1.v3 {
    font-size: 30px;
    line-height: 1.4;
}

h1.v4 {
    font-size: 40px;
    line-height: 1.125;
}

h2 {
    font-size: 28px;
    line-height: 1.225;
}

h2.v2 {
    font-size: 35px;
    line-height: 1.37;
}


h3 {
    font-size: 22px;
    line-height: 1.2;

}

h3.v1 {
    font-size: 28px;
    line-height: 1.32;

}

h3.v2 {
    font-size: 28px;
    line-height: 1.25;

}

h4 {
    font-size: 16px;
    line-height: 1.375;
}

h5 {
    font-size: 16px;
    line-height: 1.47;
}

@media (min-width: 768px) {

    h1,
    h1.v3,
    h2.v1 {
        font-size: 30px;
    }

    h1.v4 {
        font-size: 50px;
    }

    h2 {
        font-size: 36px;
    }

    h2.v2 {
        font-size: 40px;
    }

    h3.v2 {
        font-size: 32px;

    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

}

@media (min-width: 992px) {
    h1 {
        font-size: 50px;
    }

    h1.v1,
    h2 {
        font-size: 40px;
    }

    h1.v2,
    h1.v3 {
        font-size: 30px;
    }

    h1.v4 {
        font-size: 60px;
    }

    h2.v1 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h5 {
        font-size: 19px;

    }
}

h1:not(.v1):not(.v2):not(.v3):not(.v4),
h3.bold {
    font-family: 'Optima Bold',
        sans-serif;
}

.lh-15 {
    line-height: 1.5;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn-default,
.btn-primary {
    border: 1px solid #262626;
    padding: 8px 13px 7px 13px;
    text-align: left;
}

.btn-default:hover {
    border: 1px solid #4982CF;
    background-color: #4982CF;
    color: #fff;
}

.btn-default.v1 {
    color: #fff;
    border-color: #fff;
}

.btn-default.v1:hover,
.btn-default.v1.active {
    border-color: #fff;
    background-color: #fff;
    color: #4982CF;
}

.btn-primary {
    border-color: #4982CF;
    background: #4982CF;
}

.shadow-v1 {
    box-shadow: 0px 3px 6px #00000029;
}

ul.v1 {
    list-style-type: square;
    padding: 4px 0 4px 19px;
    margin: 0;
}

ul.v1 li {
    padding: 0 0 0 8px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-97 {
    margin-top: 97px;
}

@media (max-width: 991px) {
    .overflow-md-hidden {
        overflow: hidden !important;
    }
}

.body-mask {
    background-color: rgba(00, 00, 00, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -98;
    height: 100%;
    opacity: 0;
}

.show-body-mask .body-mask {
    z-index: 98;
    opacity: 1;
}

/* end, global classes */

/* starts, header classes */
.header {
    box-shadow: 0px 3px 10px #8E8E8E4D;
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.header .h-row {
    min-height: 60px;
    transition: all 0.5s ease;
}

.header .h-row.v2 {
    min-height: 82px;
}

.header .main-links a {
    padding: 0 22px;
}

.header .languages .abaWeb {
    padding-right: 15px;
}

.header .languages a {
    padding: 0 0 0 8px;
    color: #A5A5A5;
}

.header .languages a:hover,
.header .languages a.active {
    color: #4982CF;
}

.header button.navbar-toggler:focus {
    outline: none;
}

.header .navbar-toggler-icon {
    background-image: url(../images/header/icons/close.png);
}

.header .navbar-toggler.collapsed .navbar-toggler-icon {
    /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(112,112,112,1)' stroke-width='1.5' stroke-linecap='square' d='M0 2h30M0 11h30M0 20h30'/%3E%3C/svg%3E") */
    background-image: url(../images/header/icons/menu.png);
}

.header .logo img {
    height: 17px;
    transition: all 0.5s ease-out;
}

.menu-mobile {
    background: #fff;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 320px;
    z-index: 99;
    padding: 58px 32px 58px 32px;
    font-size: 20px;
    overflow: auto;
}

.menu-mobile.v2 {
    top: 82px;
}

.header.header-sticky+.menu-mobile.v2 {
    top: 60px;
    transition: all 0.5s ease;
}

.menu-mobile,
.menu-mobile a:not(.active) {
    color: #262626;
}

.menu-mobile ul li {
    padding: 16px 0;
}

.menu-mobile ul li ul {
    padding: 20px 0 5px 0;
}

.menu-mobile ul li li {
    padding: 6.5px 0 6.5px 34px;
    background: url(../images/header/icons/rectangle.png) no-repeat 0 13.5px;
}

.menu-mobile .languages a {
    margin-right: 14px;
}

@media (max-width: 576px) {
    .header .h-row {
        padding-left: 16px;
    }
}

@media (min-width: 375px) {
    .menu-mobile {
        width: 375px;
    }
}

@media (min-width: 768px) {
    .header:not(.header-sticky) .h-row.v2 .logo img {
        height: 23px;
    }
}

@media (min-width: 992px) {
    .header .h-row {
        min-height: 70px;
    }

    .header .h-row.v2 {
        min-height: 122px;
    }
}

@media (min-width: 1200px) {
    .header .main-links a {
        padding: 0 32px;
    }
}

.header.header-sticky {
    position: fixed;
    width: 100%;
    top: 0;
}

.header.header-sticky .h-row,
.header.header-sticky .h-row.v2 {
    min-height: 60px;
}

@media (min-width: 992px) {

    .header.header-sticky .h-row,
    .header.header-sticky .h-row.v2 {
        min-height: 70px;
    }
}

/* end, header classes */



/* starts, footer classes */
.footer {
    background-color: #F0F0F0;
    padding: 48px 0 41px 0;
    margin-top: 62px;
}

.footer .links-social {
    font-size: 24px;
    padding-top: 16px;
}

.footer .links-social a {
    color: #8E8E8E;
    margin-right: 11px;
}

@media (min-width: 767.98px) {
    .footer {
        margin-top: 94px;
    }

    .footer .logos .logo-01 {
        margin-bottom: 42px;
    }
}

@media (max-width: 767.98px) {
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer,
    .footer .btn {
        font-size: 12px;
    }

    .footer .btn-default {
        border: 0;
        padding: 0;
    }

    .footer .links-social a {
        font-size: 17px;
        margin-right: 4px;
    }

    .footer .logos {
        padding-top: 28px;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .footer .logos .logo-01 {
        padding-right: 48px;
    }

    .footer .logos .logo-01 img {
        max-width: 110px;
    }

    .footer .logos .logo-02 img {
        max-width: 134px;
    }
}

@media (min-width: 992px) {
    .footer {
        padding: 83px 0 54px 0;
        margin-top: 97px;
    }
}

/* end, footer classes */

/* starts, page newsroom */
.newsroom {
    padding-top: 18px;
}

.newsroom .filters {
    padding: 90px 0 88px 0;
}

.newsroom .filters a {
    padding: 10px 12px;
    display: inline-block;
}

.newsroom .filters a:hover,
.newsroom .filters a.active {
    background-color: #4982CF;
    color: #fff;
}

.newsroom .filters-menu {
    padding: 43px 0 70px 0;
}

.newsroom .filters-menu .bootstrap-select {
    max-width: 315px;
}

.newsroom .filters-menu select.form-control {
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: auto;
    padding: 10px 15px;
    text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #4982CF url(../images/newsroom/icon-down-arrow.png) no-repeat right 8px center;
}

.newsroom .filters-menu select.form-control option {
    background: #fff;
    color: #262626;
}

.newsroom .articles {
    text-align: center;
}

.newsroom .article {
    box-shadow: 0px 3px 10px #8E8E8E4D;
    background: #fff;
    display: inline-block;
    margin: 2px 2px 50px 2px;
    max-width: 350px;
    text-align: left;
}

.newsroom .article .image {
    height: 173px;
    overflow: hidden;
}

.newsroom .article .image img {
    min-height: 173px;
}

@media (min-width: 768px) {
    .newsroom .article .image {
        height: 189px;
    }

    .newsroom .article .image img {
        min-height: 189px;
    }
}

@media (min-width: 992px) {
    .newsroom .article .image {
        height: 200px;
    }

    .newsroom .article .image img {
        min-height: 200px;
    }
}

@media (min-width: 992px)and (max-width: 1200px) {
    .container.newsroom-container {
        max-width: none;
    }
}

.newsroom .article:hover,
.newsroom .article.active {
    background: #4982CF;
    border: 2px solid #4982CF;
    margin: 0 0 48px 0;
}

.newsroom .article .content {
    padding: 19px 32px 48px 23px;
}

.newsroom .article .btm {
    padding: 47px 32px 28px 23px;
}

.newsroom .article .content h3 {
    padding-top: 8px;
    padding-bottom: 13px;
}

.newsroom .article .btm {
    font-size: 14px;
    color: #585858;
}

.newsroom .article .btm .date {
    color: #8E8E8E;
}

.newsroom .article:hover,
.newsroom .article.active,
.newsroom .article:hover .btm,
.newsroom .article.active .btm,
.newsroom .article:hover .btm .date,
.newsroom .article.active .btm .date {
    color: #fff;
}

.newsroom .load-more {
    padding: 49px 0 104px 0;
}

@media (max-width: 576px) {
    .newsroom .article .content {
        padding-bottom: 24px;
    }

    .newsroom .article .btm {
        padding-top: 22px;
    }
}

/* end, page newsroom */

/* starts, page newsroom details */

.newsroom-details .detail {}

.newsroom-details .detail .tags,
.newsroom-details .detail .date,
.newsroom-details .detail .caption {
    font-size: 14px;
    color: #585858;
}

.newsroom-details .detail .date {
    color: #8E8E8E;
}

.newsroom-details .download .name {
    font-size: 30px;
    line-height: 1.2;
}

.newsroom-details {
    padding: 68px 0 0 0;
}

.newsroom-details .detail .intro {
    padding: 26px 0 69px 0;
}

.newsroom-details .detail .caption {
    padding: 11px 0 44px 0;
}

.newsroom-details .detail .tags {
    padding: 33px 0 3px 0;
}

.newsroom-details .detail .download {
    padding: 73px 0 148px 0;
}

.newsroom-details .detail .download .name {
    padding-left: 48px;
}

@media (max-width:639px) {
    .newsroom-details .detail .download .name {
        padding-bottom: 19px;
    }
}

@media (min-width: 992px) {
    .newsroom-details {
        padding: 156px 0 0 0;
    }

    .newsroom-details .detail .intro {
        padding: 79px 0 99px 0;
    }

    .newsroom-details .detail .caption {
        padding: 13px 0 59px 0;
    }

    .newsroom-details .detail .tags {
        padding: 8px 0 3px 0;
    }

    .newsroom-details .detail .download {
        padding: 89px 0 261px 0;
    }

    .newsroom-details .detail .download .name {
        padding-left: 48px;
    }
}

/* end, page newsroom details */

/* starts, teaser */
.teaser {
    padding: 120px 0 45px 0;
}

.teaser h2 {
    padding-bottom: 36px;
    font-weight: 400;
}

.teaser h3 {
    padding-bottom: 12px;
}

.teaser .links-social {
    font-size: 24px;
}

.teaser .links-social a {
    color: #8E8E8E;
    margin-right: 23px;
}

.teaser.v1 {
    padding: 90px 0 60px 0;
    background: #4982CF;
    color: #fff;
    position: relative;
    z-index: 0;
    right: -15px;
}

.teaser.v1::after {

    width: 50vw;
    background: #4982CF;
    box-shadow: 0px 3px 10px #5858584D;
    position: absolute;
    z-index: 0;
    right: 0;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.teaser.v1.aos-animate::after {
    width: 100vw;
}

.teaser.v1 .btn {
    color: #fff;
    border: 1px solid #FFFFFF;
}

@media (min-width: 1200px) {
    .teaser.v1 {
        right: -60px;
    }
}

@media (min-width: 1400px) {
    .teaser.v1 {
        right: -126px;
    }
}

/* end, teaser */

/* starts, pagination */
.pagination {}

.pagination a.back {
    padding: 0 48px 0 48px;
}

.pagination a.previous,
.pagination a.next {
    background: url(../images/pagination/icon-previous.png) no-repeat center;
    display: inline-block;
    text-indent: -99999px;
    width: 30px;
    height: 30px;
}

.pagination a.next {
    background-image: url(../images/pagination/icon-next.png);
}

.pagination a.previous:hover {
    background-image: url(../images/pagination/icon-previous-hover.png);
}

.pagination a.next:hover {
    background-image: url(../images/pagination/icon-next-hover.png);
}

/* end, pagination */

/* starts, kompetenzen */
.kompetenz-links {
    position: fixed;
    top: 128px;
    left: 0;
    display: none;
    z-index: 1;
    overflow: hidden;
}

.kompetenz-links a {
    width: 266px;
    height: 43px;
    line-height: 43px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    padding: 0 48px 0 0;
    display: block;
    left: -223px;
    color: #fff;
    transition: all 0.5s ease;
    background: #4982CF;
    border: 0;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 27px;
}

.kompetenz-links .list-group-item:first-child,
.kompetenz-links .list-group-item:last-child {
    border-radius: 0;
}

.kompetenz-links a.list-group-item.active {
    background: #4982CF;
    border: 0;
}

.kompetenz-links a.active,
.kompetenz-links a:hover {
    left: 0;
    padding-right: 28px;
}

.kompetenzs {
    overflow: hidden;
}

.kompetenzs .hero-image {
    height: 193px;
    background: url() no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 24px;
}

.kompetenzs h2 {
    font-size: 28px;
}

.kompetenzs .text {
    line-height: 1.47;
}

.kompetenzs .text p {
    padding-bottom: 9px;
}

.kompetenzs .item-left {
    padding-top: 46px;
    padding-bottom: 101px;
}

.kompetenzs .item-left h2 {
    padding-bottom: 46px;
}

.kompetenzs .item-right {
    padding-bottom: 43px;
}

.kompetenzs .box {
    background-color: #4982CF;
    color: #fff;
    padding: 51px;
}

.kompetenzs .box h3 {
    font-weight: 400;
}

.kompetenzs .tags {
    padding-top: 32px;
}

.kompetenzs .tags li {
    margin-bottom: 19px;
}

.kompetenzs .articles {
    background: #F0F0F0;
    padding: 79px 0 73px 0;
}

.kompetenzs .articles .container {
    padding-top: 70px;
    padding-bottom: 11px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .kompetenzs .hero-image {
        height: 390px;
        text-indent: -9999px;
    }

    .kompetenz-links {
        display: block;
    }

    .kompetenzs h2 {
        font-size: 30px;
    }

    .kompetenzs .text {
        font-size: 18px;
    }

    .kompetenzs .text p {
        padding-bottom: 14px;
    }

    .kompetenzs .item-left {
        padding-top: 103px;
        padding-bottom: 29px;
    }

    .kompetenzs .item-left h2 {
        padding-bottom: 81px;
    }

    .kompetenzs .item-right {
        padding-bottom: 102px;
    }

    .kompetenzs .box {
        padding: 66px 59px;
    }

    .kompetenzs .articles {
        padding: 99px 0 117px 0;
    }

}

@media (min-width: 992px) {
    .kompetenzs .hero-image {
        height: 500px;
    }

    .kompetenz-links {
        top: 140px;
    }

    .kompetenzs .text {
        font-size: 19px;
    }

    .kompetenzs .text p {
        padding-bottom: 28px;
    }

    .kompetenzs .item-left {
        padding-bottom: 113px;
    }

    .kompetenzs .box {
        padding: 106px 92px;
    }

}

/* end, kompetenzen */

/* starts, kompetenzen details */
.kompetenzen-details {
    padding: 68px 0 14px 0;
}

.kompetenzen-details .detail .intro {
    padding: 58px 0 41px 0;
}

.kompetenzen-details dt {
    font-size: 24px;
    line-height: 1.25;
    font-weight: normal;
    padding-bottom: 11px;
}

.kompetenzen-details dd {
    font-size: 16px;
    line-height: 1.47;
    padding-bottom: 41px;
}

.kompetenzen-details .pagination {
    margin-top: 6px;
}

@media (min-width: 768px) {
    .kompetenzen-details .detail .intro {
        padding: 41px 0 112px 0;
    }

    .kompetenzen-details dt {
        font-size: 22px;
        padding-bottom: 9px;
    }

    .kompetenzen-details dd {
        font-size: 18px;
        padding-bottom: 66px;
    }
}

@media (min-width: 992px) {
    .kompetenzen-details {
        padding: 156px 0 0 0;
    }

    .kompetenzen-details .detail .intro {
        padding: 36px 0 165px 0;
    }

    .kompetenzen-details dt {
        font-size: 24px;
        padding-bottom: 11px;
    }

    .kompetenzen-details dd {
        font-size: 19px;
        padding-bottom: 47px;
    }
}

/* end, kompetenzen details */

/* starts, team */
.page.team {
    padding: 68px 0 14px 0;
}

.page.team .intro {
    padding: 58px 0 37px 0;
}

.page.team .members {
    text-align: center;
    padding-bottom: 113px;
}

.page.team .member {
    box-shadow: 0px 3px 10px #8E8E8E4D;
    background: #fff;
    display: block;
    margin: 2px 2px 28px 2px;
    max-width: 350px;
    text-align: left;
}

.page.team .member .image {
    height: 225px;
    background: url() no-repeat center;
    background-size: cover;
}

.page.team .member:hover,
.page.team .member.active {
    background: #4982CF;
    border: 2px solid #4982CF;
    margin: 0 0 46px 0;
}

.page.team .member .content {
    padding: 13px 32px 65px 23px;
}

.page.team .member .content h3 {
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 3px;
}

.page.team .member:hover,
.page.team .member.active {
    color: #fff;
}

@media (max-width: 576px) {
    .page.team .member .content {
        padding-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .page.team .intro {
        padding: 41px 0 67px 0;
    }

    .page.team .members {
        padding-bottom: 77px;
    }

    .page.team .member {
        margin-bottom: 48px;
    }

    .page.team .member .image {
        height: 260px;
    }

    .page.team .member .content {
        padding-bottom: 43px;
    }

    .page.team .member .content h3 {
        padding-top: 6px;
    }
}

@media (min-width: 992px) {
    .page.team {
        padding: 156px 0 0 0;
    }

    .page.team .members {
        padding-bottom: 92px;
    }

    .page.team .intro {
        padding: 36px 0 116px 0;
    }

    .page.team .member .content {
        padding-bottom: 39px;
    }

    .page.team .member .content h3 {
        padding-top: 5px;
    }
}

@media (min-width: 1200px) {
    .teaser.v1.team {
        right: -79px;
    }
}

@media (min-width: 1400px) {
    .teaser.v1.team {
        right: -145px;
    }
}

/* end, team */

/* starts, facts */
.facts {
    background: #4982CF;
    color: #fff;
    padding: 79px 0 25px 0;
}

.facts h2 {
    padding-bottom: 68px;
}

.facts .fact {
    margin-bottom: 28px;
}


.facts h3 {
    font-size: 28px;
    padding-bottom: 4px;
}

.facts h5 {
    padding-bottom: 51px;
    font-weight: 300;
}



@media (min-width: 768px) {
    .facts {
        padding: 116px 0 49px 0;
    }

    .facts h2 {
        padding-bottom: 102px;
    }

    .facts h3 {
        font-size: 30px;
        padding-bottom: 0;
    }

    .facts h5 {
        padding-bottom: 71px;
    }
}

@media (min-width: 992px) {
    .facts {
        padding-bottom: 25px;
    }

    .facts h2 {
        padding-bottom: 108px;
    }

    .facts h5 {
        padding-bottom: 94px;
        font-size: 18px;
    }
}

/* end, facts */

/* starts, c-address */
.c-address {
    padding: 66px 0 0 0;
}

.c-address h2 {
    padding-bottom: 52px;
}

.c-address address {
    margin-bottom: 38px;
}

.c-address .btn {
    margin-top: 19px;
}

.c-address .text {
    line-height: 1.47;
    padding-top: 21px;
}

.c-address .text p {
    padding-bottom: 4px;
}

@media (min-width: 768px) {
    .c-address {
        padding: 86px 0 26px 0;
    }

    .c-address h2 {
        padding-bottom: 62px;
    }

    .c-address address {
        font-size: 21px;
        margin-bottom: 65px;
    }

    .c-address .btn {
        margin-top: 31px;
    }

    .c-address .text {
        font-size: 18px;
        padding-top: 31px;
    }

    .c-address .text p {
        padding-bottom: 14px;
    }
}

@media (min-width: 992px) {
    .c-address {
        padding: 146px 0 52px 0;
    }

    .c-address h2 {
        padding-bottom: 89px;
    }

    .c-address address {
        font-size: 24px;
        margin-bottom: 62px;
    }

    .c-address .btn {
        margin-top: 48px;
    }

    .c-address .text {
        font-size: 19px;
    }

    .c-address .text p {
        padding-bottom: 11px;
    }
}

/* end, c-address */

/* starts, team details */
.team-details {
    letter-spacing: 0;
    padding-bottom: 14px;
}

.team-details .detail {
    padding-bottom: 22px;
}

.team-details .profile {
    padding: 65px 0 75px 0;
}

.team-details .profile .image {
    height: 233px;
    background: url() no-repeat center;
    background-size: cover;
}

.team-details .about {
    padding-top: 26px;
}

.team-details .about h1,
.team-details .about h6 {
    color: #4982CF;
}

.team-details .about h6 {
    padding: 2px 0 0 0;
    margin-bottom: 5px;
}

.team-details .about .two {
    padding: 17px 0 0 0;
    margin-bottom: 14px;
}

.team-details .links-social {
    font-size: 24px;
}

.team-details .links-social a.fa.fa-envelope:before,
.team-details .links-social a.fa.fa-twitter:before {
    position: relative;
    top: -1px;
}

.team-details .links-social a.fa.fa-twitter:before {
    top: 1px;
}

.team-details .links-social a.fa.fa-vcard {
    background: url(../images/team/details/icons/vcard.png) no-repeat left 3px;
    min-width: 29px;
}

.team-details .links-social a.fa.fa-vcard:hover {
    background-image: url(../images/team/details/icons/vcard-hover.png);
}

.team-details .links-social a.fa.fa-vcard:before {
    color: transparent;
}

.team-details .links-social a {
    color: #8E8E8E;
    margin-right: 19px;
    font-size: 23px;
}

.team-details .description,
.team-details dl {
    line-height: 1.47;
}

.team-details .description {
    padding-bottom: 53px;
}

.team-details dl {
    padding-bottom: 24px;
}

.team-details dl dt {
    font-weight: normal;
    padding-bottom: 8px;
}

@media (min-width: 768px) {
    .team-details .detail {
        padding-bottom: 75px;
    }

    .team-details .profile {
        padding: 69px 0 87px 0;
    }

    .team-details .profile .image {
        height: 422px;
    }

    .team-details .about {
        padding-top: 23px;
    }

    .team-details .about h6 {
        margin-bottom: 16px;
    }

    .team-details .about .one {
        margin-bottom: 11px;
    }

    .team-details .about .two {
        padding: 0 0 0 0;
        margin-bottom: 19px;
    }

    .team-details .description {
        font-size: 18px;
    }

    .team-details dl {
        padding-bottom: 3px;
    }

    .team-details dl dd {
        padding-left: 36px;
    }

}

@media (min-width: 992px) {
    .team-details .profile {
        padding: 120px 0 70px 0;
    }

    .team-details .profile .image {
        height: 470px;
    }

    .team-details .about {
        position: relative;
        top: 7px;
    }

    .team-details .about h6 {
        margin-bottom: 5px;
    }

    .team-details .about .one {
        margin-bottom: 33px;
    }

    .team-details .about .two {
        margin-bottom: 14px;
    }

    .team-details .description {
        font-size: 19px;
    }

    .team-details dl dd {
        padding-left: 0;
    }

}

/* end, team details */

/* starts, home page */
.page.home .hero-image {
    height: 606px;
    background: url() no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 0;
}

.page.home .hero-image .buttons {
    padding: 90px 0 0 0;
}

.page.home .hero-image .buttons .btn-primary {
    margin: 30px 0 0 0px;
}

.page.home .hero-image a.down {
    background: url(../images/home/hero/icon-down.png) no-repeat center;
    background-size: auto 100%;
    display: block;
    text-indent: -99999px;
    width: 26px;
    height: 12px;
    position: absolute;
    left: calc(50% - 13px);
    bottom: 21px;

}

.page.home .hero-image a.down:hover {
    background-image: url(../images/home/hero/icon-down-hover.png);
}

.page.home .hero-image h1,
.page.home .hero-image .buttons {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
}

.page.home .hero-image.page-load-complete h1 {
    transform: translateY(0);
    opacity: 1;
    transition: transform .32s ease-out, opacity .45s ease-in;
    -webkit-transition-delay: .04s;
    transition-delay: .04s
}

.page.home .hero-image.page-load-complete .buttons {
    transform: translateY(0);
    opacity: 1;
    transition: transform .32s ease-out, opacity .45s ease-in;
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

@media (min-width: 768px) {
    .page.home .hero-image {
        height: 949px;
    }

    .page.home .hero-image .buttons {
        padding: 131px 0 0 0;
    }

    .page.home .hero-image .buttons .btn-primary {
        margin: 0 0 0 54px;
    }

    .page.home .hero-image a.down {
        width: 56px;
        height: 24px;
        left: calc(50% - 36px);
    }
}

@media (min-width: 992px) {
    .page.home .hero-image {
        height: 645px;
    }

    .page.home .hero-image .buttons {
        padding: 81px 0 0 0;
    }

    .page.home .hero-image .buttons .btn-primary {
        margin: 0 0 0 59px;
    }
}

.business,
.life {
    padding: 52px 0 78px 0;
}

.life {
    background-color: #F0F0F0;
}

.business h2,
.life h2 {
    padding: 0 0 28px 0;
}

.stages {
    position: relative;
    z-index: 0;
}

.stages::after,
.stages .col:first-child a.default::before,
.stages .col:last-child a.default::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #A5A5A5;
    top: 103px;
    left: 0;
    right: 0;
    z-index: -1;
}

.stages .col:first-child a.default::before,
.stages .col:last-child a.default::before {
    top: 23px;
}

.stages::after {
    left: 15px;
    right: 15px;
}

.stages a.default {
    display: block;
    white-space: nowrap;
    padding: 0 0 0 0;
    margin-top: 80px;
    position: relative;
    z-index: 0;
    height: 0;
    text-indent: -99999px;
}

.stages a.default::after {
    content: "";
    position: absolute;
    bottom: -33.5px;
    left: calc(50% - 8.5px);
    right: 0;
    width: 17px;
    height: 19px;
    background: #585858;
    z-index: 1;
}

.stages .stage.active a.default::after,
.stages a.default:hover::after {
    background: #4982CF;
}

.stages .stage {
    z-index: 0;
    position: relative;
}

.stages .stage.active {
    z-index: 1;
}

.stages .stage:first-child a.default::before,
.stages .stage:last-child a.default::before {
    border-color: #fff;
    z-index: 1;
    width: 50%;
}

.life .stages .stage:first-child a.default::before,
.life .stages .stage:last-child a.default::before {
    border-color: #F0F0F0;
}

.stages .stage:last-child a.default::before {
    left: auto;
}

.stages .stage.active a.default {
    display: none;
}

.stages .stage:not(.active) .expand {
    display: none;
    /* left: -99999px;
    position: absolute; */
}

.stages .expand {
    position: relative;
    z-index: 0;
}

.stage .box {
    background-color: #4982CF;
    color: #fff;
    padding: 25px 30px 13px 30px;
    box-shadow: 0px 3px 10px #8E8E8E4D;
    min-height: 540px;
}

.stage .box h4 {
    padding: 8px 0 0 0;
}

.stage .tags {
    padding-top: 11px;
}

.stage .tags li {
    margin-bottom: 20px;
}

.stage .tags li a.btn {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.stages .expand .pagination {
    display: none;
}

.stages .expand a.previous,
.stages .expand a.next {
    position: absolute;
    top: calc(50% - 15px);
    left: -45px;
    z-index: 2;
}

.stages .expand a.next {
    right: -45px;
    left: auto;
}

.stages .stage,
.stages .expand {
    transition: all .5s ease;
}

.d-stages .flickity-page-dots {
    display: none;
}

.m-stages {
    display: none;
    padding-bottom: 21px;
}

@media (max-width: 767px) {
    .m-stages {
        display: block;
    }

    .d-stages {
        display: none;
    }

    .stages {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .stages::after {
        left: 22%;
        right: 22%;
    }

    .stages a.default {
        margin-top: 508px;
    }

    .stages .expand {
        position: absolute;
        z-index: 0;
        left: 10%;
        right: 10%;
        top: 0;
    }

    .stages .stage {
        flex: 0 0 11%;
        position: static;
    }

    .stages .stage.active a.default {
        display: block;
    }

    .stages::after {
        bottom: -25px;
    }

    .stages .stage.active {
        position: static;
    }
}

@media (min-width: 768px) {

    .business,
    .life {
        padding-top: 72px;
    }

    .business h2,
    .life h2 {
        padding: 0 0 71px 0;
    }

    .stages .expand .pagination {
        display: block;
    }
}

@media (min-width: 992px) {

    .business,
    .life {
        padding-top: 58px;
    }

    .business h2,
    .life h2 {
        padding: 0 0 14px 0;
    }

    .stages .box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .stages a.default {
        display: block;
        white-space: nowrap;
        padding: 58px 0 0 0;
        margin-top: 0;
        position: relative;
        z-index: 0;
        height: auto;
        text-indent: 0;
    }

    .stages .col:first-child a.default::before,
    .stages .col:last-child a.default::before {
        top: 103px;
    }
}

.team-teaser {
    padding: 86px 0 7px 0;
}

.team-teaser .text {
    line-height: 1.47;
    padding: 31px 0 7px 0;
}

@media (min-width: 768px) {
    .team-teaser {
        padding: 81px 0 14px 0;
    }

    .team-teaser .text {
        padding: 39px 0 23px 0;
    }

    .team-teaser .text {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .team-teaser {
        padding: 120px 0 23px 0;
    }

    .team-teaser .text {
        padding-bottom: 7px;
    }

    .team-teaser .text {
        font-size: 19px;
    }
}

.numbers-ele {
    padding: 46px 0 91px 0;
    background: #4982CF;
    box-shadow: 0px 3px 10px #5858584D;
    color: #fff;
}

.numbers-ele .number {
    font-size: 60px;
    line-height: 1.2;
}

.numbers-ele .text {
    line-height: 1.375;
    padding: 12px 0 0 0;
}

@media (max-width: 767px) {
    .numbers-ele .s2 {
        padding: 33px 0 48px 0;
    }
}

@media (min-width: 768px) {
    .numbers-ele {
        padding: 135px 0 112px 0;
    }

    .numbers-ele .text {
        font-size: 18px;
        padding: 21px 0 0 0;
    }
}

@media (min-width: 992px) {
    .numbers-ele {
        padding: 108px 0 94px 0;
    }

    .numbers-ele .text {
        padding: 11px 0 0 0;
    }
}

/* end, home page */

/* starts, abaweb details */
.abaweb-details .hero-image {
    height: 548px;
    background: #4982CF;
    box-shadow: 0px 3px 10px #5858584D;
    color: #fff;
    position: relative;
    z-index: 0;
}

.abaweb-details .hero-image .buttons {
    padding: 39px 0 0 0;
}

.abaweb-details .hero-image a.down {
    background: url(../images/abaweb/hero/icon-down.png) no-repeat center;
    background-size: auto 100%;
    display: block;
    text-indent: -99999px;
    width: 26px;
    height: 12px;
    position: absolute;
    left: calc(50% - 13px);
    bottom: -38px;

}

.abaweb-details .hero-image a.down:hover {
    background-image: url(../images/abaweb/hero/icon-down-hover.png);
}

@media (min-width: 768px) {
    .abaweb-details .hero-image {
        height: 590px;
    }



    .abaweb-details .hero-image a.down {
        width: 56px;
        height: 24px;
        bottom: -92px;
        left: calc(50% - 36px);
    }
}

@media (min-width: 992px) {
    .abaweb-details .hero-image {
        height: 580px;
    }


}

.abaweb-details .content {
    padding: 130px 0 14px 0;
}

.abaweb-details .intro {
    padding: 58px 0 41px 0;
    line-height: 1.5;
}

.abaweb-details dt {
    font-size: 24px;
    line-height: 1.25;
    font-weight: normal;
    padding-bottom: 11px;
}

.abaweb-details dd {
    font-size: 16px;
    line-height: 1.47;
    padding-bottom: 41px;
}

.abaweb-details .pagination {
    margin-top: 6px;
}

@media (min-width: 768px) {
    .abaweb-details .content {
        padding: 190px 0 14px 0;
    }

    .abaweb-details .intro {
        padding: 41px 0 112px 0;
        font-size: 18px;
    }

    .abaweb-details dt {
        font-size: 22px;
        padding-bottom: 9px;
    }

    .abaweb-details dd {
        font-size: 18px;
        padding-bottom: 66px;
    }
}

@media (min-width: 992px) {
    .abaweb-details .content {
        padding: 184px 0 0 0;
    }

    .abaweb-details .intro {
        padding: 36px 0 165px 0;
        font-size: 19px;
    }

    .abaweb-details dt {
        font-size: 24px;
        padding-bottom: 11px;
    }

    .abaweb-details dd {
        font-size: 19px;
        padding-bottom: 47px;
    }
}

/* end, abaweb details */

/* starts, impressum */
.page.impressum {
    padding: 68px 0 14px 0;
    word-wrap: break-word;
}

.page.impressum .intro {
    padding: 29px 0 20px 0;
}

.page.impressum dt {
    font-size: 24px;
    line-height: 1.25;
    font-weight: normal;
    padding-bottom: 11px;
}

.page.impressum dd {
    font-size: 16px;
    line-height: 1.47;
    padding-bottom: 41px;
}

@media (min-width: 768px) {
    .page.impressum .intro {
        padding: 20px 0 56px 0;
    }

    .page.impressum dt {
        font-size: 22px;
        padding-bottom: 9px;
    }

    .page.impressum dd {
        font-size: 18px;
        padding-bottom: 66px;
    }
}

@media (min-width: 992px) {
    .page.impressum {
        padding: 156px 0 0 0;
    }

    .page.impressum .intro {
        padding: 18px 0 82px 0;
    }

    .page.impressum dt {
        font-size: 24px;
        padding-bottom: 11px;
    }

    .page.impressum dd {
        font-size: 19px;
        padding-bottom: 47px;
    }
}

/* end, impressum */

/* data-aos custom */
[data-aos=slide-right] {
    transform: translate3d(-178%, 0, 0);
}

/* data-aos custom END */

/* starts, bootstrap-select */
.bootstrap-select {}

.bootstrap-select>.dropdown-toggle {
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
    height: auto;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/newsroom/icon-down-arrow.png) no-repeat right 8px center;
}

.bootstrap-select>.dropdown-toggle,
.bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
}

.bootstrap-select>.dropdown-toggle,
.bootstrap-select>.btn-light.dropdown-toggle:active,
.bootstrap-select.show>.btn-light.dropdown-toggle,
.bootstrap-select .dropdown-menu li.selected .dropdown-item {
    color: #fff;
    background-color: #4982CF;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

.bootstrap-select>.dropdown-toggle:after {
    display: none;
}

.bootstrap-select .dropdown-menu {
    border-color: #4982CF;
    border-radius: 0;
    margin: 0;
    padding: 1px 0;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    background: #fff;
    color: #4982CF;
    text-transform: uppercase;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* end, bootstrap-select */

.links-social a:hover,
.links-social a.active {
    color: #4982CF;
}

/* starts, flickity-page-dots */
.flickity-page-dots {
    bottom: -58px;
}

.flickity-page-dots .dot {
    border-radius: 0;
    width: 17px;
    height: 19px;
    background: #585858;
    opacity: 1;
    margin: 0 12px;
    position: relative;
    z-index: 0;
}

.flickity-page-dots .dot:not(:last-child)::after {
    width: 24px;
    height: 1px;
    background: #585858;
    content: "";
    position: absolute;
    top: 9px;
    left: 17px;
    z-index: -1;
}

.flickity-page-dots .dot.is-selected {
    background: #4982CF;
}

/* end, flickity-page-dots */
/* ###################### */
/* Important changes for filter */
.newsroom .filters a:hover, .newsroom .filters a.active {
    background-color: #4982CF;
    color: #fff;
}

@media (min-width: 1426px) {
    .container-v1 {
        max-width: 1399px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.allupper {
    text-transform: uppercase;
}
/* Important changes for filter END */

.btn-default.topbtn1 {
    border: 1px solid #fff;
    padding: 8px 13px 7px 13px;
    text-align: left;
    color: white;
}

a.btn.btn-default.topbtn1:hover {
    border: 1px solid #4982CF;
    background-color: #4982CF;
    color: #fff;
}

a.btn.btn-default.topbtn2 {
    border: 1px solid #fff;
    padding: 8px 13px 7px 13px;
    text-align: left;
    color: white;
    margin-left: 59px;
}

    a.btn.btn-default.topbtn2:hover {
        border: 1px solid #4982CF;
        background-color: #4982CF;
        color: #fff;
    }
/* Newsroom news boxes */
.article .content {
    height: 218px !important;
}

a.article {
    height: 530px;
}
/* Newsroom news boxes END */
/* homepage abstand von Phasen Titel */
.business h2, .life h2 {
    margin-top: 15px;
}
/* homepage abstand von Phasen Titel end */
/* korrekte auflistungsweise */
 ul {
    list-style-type: square;
    padding: 4px 0 4px 19px;
    margin: 0;
}
dl dd p {
    margin-bottom: 0
}
/* korrekte auflistungsweise end */
/* mobile navigation */
.menu-mobile.v2 {
    top: 60px;
}
/* mobile navigation end */
/* Newsroom detail Page -> Bild nicht anzeigen */
div#no-image {
    height: 130px;
}
/* Newsroom detail Page -> Bild nicht anzeigen END */
/* Kompetenzen-Seite show word on full-width images */
@media(min-width: 992px){
    .kompetenzs .hero-image {
        font-size: 50px !important;
    }
}
@media(min-width: 768px) {
    .kompetenzs .hero-image {
        text-indent: 0px !important;
        color: #fff;
        font-size: 24px;
    }
}
/* Kompetenzen-Seite show word on full-width images END */
/* Kompetenzen-Seite -> Wissenswertes zu xxx in der mobile version auf 2 zeilen setzen */
@media(max-width: 768px) {
    .articles h2 span {
        display: block;
    }
}
/* Kompetenzen-Seite -> Wissenswertes zu xxx in der mobile version auf 2 zeilen setzen END */
/* Homepage header buttons nacheinander anzeigen first left then right */
.page.home .hero-image.page-load-complete .buttons .btn.btn-default.topbtn1 {
    transform: translateY(0);
    opacity: 1;
    transition: transform .32s ease-out, opacity .45s ease-in;
    -webkit-transition-delay: .60s;
    transition-delay: .60s;
}
.page.home .hero-image.page-load-complete .buttons .btn.btn-default.topbtn2 {
    transform: translateY(0);
    opacity: 1;
    transition: transform .32s ease-out, opacity .45s ease-in;
    -webkit-transition-delay: .90s;
    transition-delay: .90s;
}
.page.home .hero-image h1, 
.page.home .hero-image .buttons .btn.btn-default.topbtn1, 
.page.home .hero-image .buttons .btn.btn-default.topbtn2 {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}
/* Homepage header buttons nacheinander anzeigen first left then right END */
/* home news */
.page.home .newsroom .article .btm {
    padding: 14px 32px 28px 23px;
}
/* home news end */
/* newsroom news */
.newsroom .article .btm {
    padding: 27px 32px 28px 23px;
}
/* newsroom news end */
/* kompetenzen news */
.kompetenzs .newsroom .article .btm {
    padding: 14px 32px 28px 23px;
}
/* kompetenzen news end */
/* home button mobile */
@media (max-width: 767px) and (min-width: 500px) {
    a.btn.btn-default.topbtn2 {
        border: 1px solid #fff;
        padding: 8px 13px 7px 13px;
        text-align: left;
        color: white;
        margin-left: 10px;
        margin-top: 0px;
    }
}
@media (max-width: 460px) { /*max-width: 500px*/
    a.btn.btn-default.topbtn2 {
        border: 1px solid #fff;
        padding: 8px 13px 7px 13px;
        text-align: left;
        color: white;
        margin-left: 0px;
        margin-top: 25px;
    }
    .home .buttons {
        padding-top: 40px !important;
    }
}
/* home button moblie */
/* News-detail page */
@media (min-width: 992px) {
    .newsroom-details .detail .download {
        padding: 89px 0 55px 0;
    }
}
/* News-detail page */
/* Über-Uns Seite Maps-Button */
@media (min-width: 992px) {
    .c-address .btn {
        margin-top: 15px;
    }
}
/* Über-Uns Seite Maps-Button */
/* kompetenzen-page bild text */
h1.kompetenzimgtitle.container {
    font-weight: 500 !important;
    letter-spacing: 0;
    font-size: 60px;
    font-family: 'Optima Regular', sans-serif !important;
    line-height: 1.125;
    text-align: center;
}
h2#mobshow {
    display: none;
}
h1#mobyes {
    display: none;
}
@media (max-width: 991px) {
    h1.kompetenzimgtitle.container {
        font-weight: 500 !important;
        letter-spacing: 0;
        font-size: 45px;
        padding-left: 44px;
    }
}
/* show kompetenz intro for mobile */
@media (max-width: 767px) {
    #mobnot {
        display:none;
    }
    h2#mobshow {
        display: block;
    }
    h1#mobyes {
        font-weight: 500 !important;
        letter-spacing: 0;
        font-size: 25px;
        padding-left: 0px;
        display: block;
    }
}
/* show kompetenz intro for mobile end */
/* kompetenzen-page bild text end */
/* Abonnieren Button im Footer */
a#footerbtn:hover {
    border: 1px solid #4982CF;
    background-color: #F0F0F0;
    color: #4982CF;
}
@media (max-width: 767.98px) {
    .footer .btn-default {
        border: 0;
        padding: 0;
        border: 1px solid #262626;
        padding: 5px;
    }
}
/* Abonnieren Button im Footer end */
/* anchor links auf der Homepage */
/* Desktop */
/* Mobile */
.business, .life {
    padding: 92px 0 78px 0;
}
@media (min-width: 992px) {
    .business, .life {
        padding-top: 115px !important;
    }
}
/* Tablet */
@media (min-width: 768px) {
    .business, .life {
        padding-top: 88px;
    }
}
/* anchor links auf der Homepage end */
/* active css für Header Navigation */
.activenav {
    color: #4982CF;
}
/* active css für Header Navigation end */
/* Phasen Sliders */
.stages .stage, .stages .expand {
    /*transition: all 0.7s ease;*/
    transition: none;
}
.stages .box {
   /* background-color: #4982CF;
    box-shadow: 0px 3px 10px #8E8E8E4D;
    min-height: 505px;*/ /* vorher: 540px, andere möglichkeit: 100% */
}
@media (min-width: 992px) {
    .stages .box {
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .stages .box {
        min-height: 420px;
    }
}
/* Phasen Sliders end */
/* von zwei auf eine kachel */
@media (max-width: 990px) and (min-width: 768px) {
    .container {
        max-width: none;
    }
}
/* von zwei auf eine Kachel end */
/* Numbers box homepae -> mobile */
@media (max-width: 767px) {
    .numbers-ele .text {
        line-height: 1.375;
        padding: 12px 0 0 0;
        padding-bottom: 51px;
        font-weight: 300;
    }
}
/* Numbers box homepae -> mobile end */
/* kompetenzen Page was wir können Blue Side Box */
@media (min-width: 992px) {
    .kompetenzs .box {
        padding: 106px 50px;
    }
    /*.kompetenzs .col-10.offset-1.col-md-8.offset-md-2.col-lg-5.offset-lg-1.item-left {
        margin-left: 160px !important;
    }*/
}
/* kompetenzen Page was wir können Blue Side Box end */
/* newsroom kacheln */
.newsroom-container .newsroom .article .btm {
    /*padding: 47px 32px 28px 23px;*/
    padding: 27px 32px 28px 23px;
}
.newsroom-container .newsroom a.article {
    height: 515px;
}
/* newsroom kacheln end*/
/* download button on newsroom detail page */
@media (min-width: 992px) {
    .newsroom-details .detail .download {
        padding: 10px 0 55px 0;
    }
}
/* download button on newsroom detail page end */
/* newsroom kacheln -> mobile */
@media (max-width: 767px) {
    .newsroom-container .newsroom a.article {
        height: 505px;
    }
}
/* newsroom kacheln -> mobile end */
/* home newsboxes -> tablet, mobile */
@media (max-width: 991px) {
    .home .newsroom .articles a.article {
        height: 518px;
    }
}
@media (max-width: 767px) {
    .home .newsroom .articles a.article {
        height: 502px;
    }
}
/* home newsboxes -> tablet, mobile end */
/* Homepage startbild -> mobile */
.page.home .hero-image {
    height: 585px;
    background: url() no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 0;
}
@media (min-width: 768px){
    .page.home .hero-image {
        height: 949px;
    }
}
@media (min-width: 992px) {
    .page.home .hero-image {
        height: 645px;
    }
}
/* Homepage startbild -> mobile end */
/* newsroom lead */
.newsroom-details .detail .intro {
    line-height: 33px;
}
/* newsroom lead end */
/* über-uns page mitarbeiter-kacheln */
.team .members a.member {
    height: 385px;
}
/* über-uns page mitarbeiter-kacheln end */
/* Beschreibungs Text -> Mitarbeiter Detail Page */
@media (min-width: 992px){
    .team-details .description {
        font-size: 19px;
        padding-left: 0px;
    }
}
dt.col-md-3.text-uppercase.persdetail {
    letter-spacing: 0.48px;
}
.team-details .detail .row dd {
    font-size: 19px;
}
/* Beschreibungs Text -> Mitarbeiter Detail Page end */
/* Homepage Phasen expanded */
@media (min-width: 992px) {
    .stages .box {
        padding-top: 50px;
        padding-bottom: 0px;
        min-height: 495px;
    }
}
/* Homepage Phasen expanded end */
/* general Buttons */
#blueboxBtnH:hover, #blueboxBtnK:hover, #blueboxBtnN:hover, #blueboxBtnM:hover {
    border-color: #fff;
    background-color: #fff;
    color: #4982cf;
}
a#footerbtn:hover {
    border: 1px solid #4982CF;
    background-color: #4982CF;
    color: #fff;
}
.bootstrap-select .dropdown-menu a.dropdown-item:hover {
    background-color: #4982CF;
    color: #fff;
}
.moblink:hover {
    color: #4982CF !important;
}
/* general Buttons end */
/* Phasen sliders in the moblie version */
@media (max-width: 767px) {
    .m-stages .box {
        min-height: 436px;
    }
    .m-stages .flickity-viewport {
        height: 445px !important;
    }
}
/* Phasen sliders in the mobile version end */
/* Kompetenz Services */
@media (min-width: 992px) {
    .custom-offset {
        margin-left: 8.333333%;
        margin-right: 8.333333%;
    }
}
/* Kompetenz Services end */
/* Neue Änderungen */
/* Mitarbeiter Seite */
@media (max-width: 767px) {
    .beschreibung-Text {
        font-size: 19px;
    }
}
/* Über Uns Seite */
@media (max-width: 1200px) and (min-width: 991px) {
    .main-body .page.team .container {
        max-width: none;
    }
}
/* Home Seite */
@media (max-width: 767px) {
    .m-stages .flickity-page-dots {
        bottom: 455px;
    }
    .m-stages {
        margin-top: 15px;
    }
}
/* Kompetenz Overview Page */
@media (max-width: 767px) {
    .kompetenz-item {
        padding-top: 60px;
        margin-top: -60px;
    }
}
/* css -> for english pages */
/* unternehmensphasen */
.col.stage {
    padding-left: 9.5px;
    padding-right: 9.5px;
}
@media (min-width: 992px){
.stages a.default {
    /*display: table-cell;*/
    padding: 36px 0 0 0;
    margin-top: 0;
    position: relative;
    z-index: 0;
    height: auto;
    text-indent: 0;
    white-space: pre-line;
    height: 79px;
    /*vertical-align: bottom;*/
}
}
p.test {
    margin-bottom: 0;
}
/* unternehmensphasen END */