@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Bodoni Svntytwo ITC Std';
    src: url('/assets/fonts/BodoniSvntytwoITCStd-BookIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
    --body-padding: 200px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    margin: 0 auto;
}

img {
    height: auto;
    max-width: 100%;
}

h1 {
    font-weight: 300;
}


.intro {
    display: block;
}

@media screen and (max-width: 1200px) {
    .navbar {
        padding: 0 35px;
    }
}

@media screen and (min-width: 1200px) {
    .intro {
        display: none;
    }
}

span.blue {
    color: #1e5a82;
    font-weight: 700;
}

.carousel-caption--inner h1 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 65px;
}

h2, h3 {
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    color: #141414;
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
}

h2::before, h3::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 110px;
    height: 30px;
    background: url("../images/ellipse.png") no-repeat;
    background-size: contain;
    margin-right: 15px;
}

h3::before {
    background: url("../images/icons/icon-praesentation.png") no-repeat;
    width: 35px;
    height: 35px;
    background-size: contain;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
}

.form-control:focus {
    box-shadow: none;
}

.container {
    max-width: 1920px;
    padding: 0 var(--body-padding) 0 var(--body-padding);
}

.carousel-caption--inner {
    transform: scale(0.6);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}

.carousel-caption {
    top: 60%;
    display: block;
}

@media screen and (max-width: 1200px) {
    .carousel-caption {
        display: none;
        height: 100%;
        top: 0;
        width: 100%;
        transform: none;
        padding-top: 8vw;
        max-width: none;
    }
}

@media screen and (min-width: 768px) {
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: block;
    }
}

@media screen and (min-width: 1200px) {

    .carousel-caption {
        top: 50%;
    }

    .carousel-caption--inner {
        transform: scale(1);
        padding: 1.25rem var(--body-padding) 1.25rem var(--body-padding);
    }
}

.navbar-expand-sm .navbar-nav .nav-link {
    position: relative;
    padding-right: 35px;
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
}


.navbar-expand-sm .navbar-nav li:last-child .nav-link::after {
    content: none;
}

.navbar.navbar-expand-sm {
    max-width: 100%;
}

@media screen and  (max-width: 1200px) {
    .home .navbar-collapse {
        background: #1e5a82;
        padding-bottom: 20px;
    }

    .navbar.navbar-expand-sm {
        display: grid;
        justify-content: center;
        text-align: center;
    }
}

.navbar-expand-sm .navbar-nav .active .nav-link,
.navbar-expand-sm .navbar-nav .active.nav-link {
    color: #bda46e;
}

a.custom-button, .btn-submit {
    display: inline-block;
    background-color: #1e5a82;
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s;
    margin-bottom: 10px;
}

.carousel-inner a.custom-button:hover, #kompetenzen a.custom-button:hover {
    background-color: #ffffff;
    color: #1e5a82;
}

a.custom-button:hover, #karriere a.custom-button {
    background-color: #000000;
    color: #ffffff;
}

.intro-text p a:hover,
.navbar-expand-sm .navbar-nav .nav-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.home .navbar-brand.home-logo.d-none {
    display: block !important;
}

.header.header-scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.45);
    z-index: 99999999;
    padding-top: 25px;
    transition: all 0.3s ease;
}

.header-fixed, #impressum .header, #single-kompetenzen .header {
    background: rgba(26, 23, 27, 0.8);
    padding-top: 15px !important;
    padding-bottom: 15px;
}

.footer {
    background: #3b3e40;
    color: #fff;
    margin-top: 108px;
    padding: 0 130px;
}


.footer .footer-logo {
    margin: auto 0;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .footer {
        padding: 0;
    }

    .footer .footer-logo {
        text-align: center;
        margin-top: 20px;
    }

}

.footer-container {
    margin: 0 auto;
    padding: 30px;
    max-width: 1920px;
    align-items: flex-start;
}

.footer-container a {
    text-decoration: none;
}

.footer-container a:hover {
    text-decoration: underline;
}

.footer-container p > a:hover {
    color: #ffffff !important;
}

.footer .navbar-brand img {
    margin-top: 20px;
}

.footer ul {
    list-style: none outside;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.footer ul a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.footer ul a:hover {
    color: #bda46e;
}

.footer-container p.title-paragraph a {
    color: #fff !important;
}

.footer-container p.title-paragraph a:hover {
    text-decoration: underline;
}

.footer {
    background: #3b3e40;
    color: #fff;
    margin-top: 108px;
}

.footer-container {
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}

.sidebar-icons {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.sidebar-icons .toolbar {
    position: fixed;
    right: 0;
    padding: 0;
    background-color: transparent;
    z-index: 9999999999;
    cursor: pointer;
    transition: all 0.5s;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-icons .toolbar.to-left {
    right: 380px;
}

.sidebar-icons .toolbar-info {
    width: 380px;
    right: -380px;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    height: 100%;
    z-index: 999999999;
    padding-left: 2rem;
    padding-right: 2rem;
    border-left: 2px solid #3c3c3b;
}

.sidebar-icons .toolbar-info.to-left {
    right: 0;
}

.sidebar-icons .close-toolbar {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 22px;
    height: 50px;
    cursor: pointer;
}

.sidebar-icons .toolbar-info .phone {
    margin-top: 20%;
    padding: 2rem 0;
    border-bottom: 1px solid #bda46e;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
}

.sidebar-icons .toolbar-info a {
    color: #4d4d4d;
}

.sidebar-icons .toolbar-info .phone .phone-numbers {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0.4rem;
}

.sidebar-icons .toolbar-info span {
    display: block;
}


.sidebar-icons .toolbar-info .email-location {
    padding: 2rem 0;
    border-bottom: 1px solid #bda46e;
}

.sidebar-icons .toolbar-info .email-location > span:first-child {
    margin-bottom: 0;
}

.sidebar-icons .toolbar-info .email-location > span {
    display: block;
}

.sidebar-icons .toolbar-info .email-location > span > span {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-icons a {
    text-decoration: none;
}

.sidebar-icons a:hover {
    text-decoration: underline;

}

.sidebar-icons.mobile {
    display: none;
}

.toolbar-info .email-location img {
    width: 25px;
    margin-right: 1rem;
}

.toolbar-info .email-location .email-location-inner img {
    margin-top: -5px;
}

.toolbar-info .phone img {
    width: 25px;
    margin-right: 1rem;
}

.footer h6 {
    text-transform: uppercase;
    border-bottom: 3px solid;
    font-weight: 800;
    padding: 10px 0;
    margin-top: 30px;
    font-size: 22px;
    width: 90%;
}


.title-paragraph span {
    text-transform: none;
    display: block;
    font-weight: 400;
}

.email-location-inner a {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0.4rem;
}

.footer ul a:hover {
    color: #bda46e;
}


html {
    scroll-padding-top: 180px;
}

.content-block {
    padding: 50px;
}

@media screen and (min-width: 1200px) {
    .content-block {
        padding: 130px var(--body-padding) 130px var(--body-padding);
    }
}

.position-relative {
    position: relative;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 1.2rem;
    padding: 20px 0;
}


.overlay.competences p {
    margin-bottom: 10px;
}

@media screen and (max-width: 430px) {
    .overlay {
        font-size: 1rem;
    }

    .years {
        font-size: 50px;
    }

    .overlay.competences p {
        font-size: 27px;
        margin-bottom: 2px;
    }
}

.overlay.competences {
    padding: 5px 0;
    font-weight: 500;
    font-size: 1.8rem;
}

@media screen and (min-width: 1200px) {
    .overlay .cities {
        padding-left: 50px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
    .overlay.competences p {
        font-size: 25px;
    }
}

.years {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 5px;
    line-height: 55px;
}

.mt-40 {
    margin-top: 40px !important;
}

a {
    color: inherit;
}

#kompetenzen {
    position: relative;
}

#kompetenzen .kompetenzen--inner {
    display: flex;
    justify-content: space-evenly;
    column-gap: 20px;
}

#kompetenzen .kompetenzen--inner div {
    max-width: 500px;
    text-align: center;
    margin-top: 20px;
}

#kompetenzen .kompetenzen--inner .description {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    #kompetenzen .kompetenzen--inner {
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }

    #kompetenzen .kompetenzen--inner .text-white:first-child {
        color: #000000 !important;
    }

    #kompetenzen .kompetenzen--inner .text-white:first-child a.custom-button:hover {
        background-color: #000000;
        color: #ffffff;
    }

    #kompetenzen .kompetenzen--inner .col-md-4 {
        margin: 30px 0;
    }

    #kompetenzen .kompetenzen--inner .col-md-4 .text-center {
        margin-top: 10px;
    }
}

#kompetenzen::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #000000;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    #kompetenzen::before {
        height: 65%;
    }
}

#future-map {
    background: url("../images/future_map_bg.jpg") no-repeat bottom center;
}

.future-map {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px auto;
    padding: 0;
}

.category-block {
    width: 18%;
    margin: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.category-block .tiles .tile::before {
    content: attr(data-number);
    position: absolute;
    top: 5px;
    left: 0;
    padding: 2px 5px;
    border-bottom: 1px solid #9c9c9c;
    color: #3e3d40;
}

.category {
    padding: 20px 10px 10px 10px;
    color: white;
    text-align: center;
    background-color: #1e5a82;
    line-height: normal;
    font-size: 18px;
    height: 75px;
    align-content: center;
    cursor: pointer;
    font-weight: 700;
}

.tiles {
    max-height: 100%;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

@media screen and (max-width: 1440px) {
    .tiles {
        max-height: 0;
    }
}

.tiles.active {
    max-height: 1500px;
}

.tile {
    background: #FFFFFF;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #9c9c9c;
    min-height: 170px;
    border-radius: 10px;
    display: flex;
    align-items: end;
    text-align: center;
    justify-content: center;
    color: #1e5a82;
    position: relative;
    font-size: 18px;
}

.tile-end {
    background: #1e5a82;
    height: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


@media (max-width: 1376px) {
    .future-map {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .category-block {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .future-map {
        grid-template-columns: repeat(1, 1fr);
    }
}


#karriere {
    background-color: #DADADB;
}

#kontakt {
    padding-bottom: 0;
}

#kontakt .contact-form {
    max-width: 800px;
    margin: 20px auto;

}

#kontakt .contact-form--inner {
    box-shadow: rgba(14, 30, 37, 0.12) 0 2px 4px 0, rgba(14, 30, 37, 0.32) 0 2px 16px 0;
    padding: 30px;
    border-radius: 10px;
}

#kontakt .contact-form form {
    display: grid;
    gap: 10px;
}

#kontakt .contact-form form input, #kontakt .contact-form form textarea {
    background-color: #eaeaea;
    border: 1px solid #9c9c9c;
    padding: 15px;
}

#kontakt .form-group {
    padding: 0 10px 0 10px;
}

#kontakt .contact-form .btn-submit {
    display: flex;
    margin: 30px auto;
    border: none;
}

#kontakt .form-group.header {
    display: inline-flex;
    width: 100%;
    gap: 10px;
}

#kontakt .contact-form label {
    display: none;
}

@media (max-width: 992px) {
    .w-md-100 {
        width: 100% !important;
    }
}

.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}

.strategy-grid {
    display: grid;
    gap: 50px;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 0;
    min-height: 400px;
}

@media screen and (min-width: 576px) and (max-width: 1525px) {
    .strategy-grid {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 576px) {
    .strategy-grid {
        grid-template-columns: 1fr;
    }

}

.strategy {
    border: 5px solid #B1B3B4;
    border-radius: 10px;
    padding: 0;
}

.strategy .number {
    color: #1e5a82;
    font-size: 50px;
    font-weight: 700;
    display: inline-block;
    padding-left: 10px;
    border-bottom: 3px solid #B1B3B4;
    width: auto;
}

.kompetenzen--inner .text-center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.kompetenzen--inner .text-center p {
    flex-grow: 1;
}

.kompetenzen--inner .custom-button {
    margin: auto auto;
}

@media screen and (min-width: 1200px) {
    .kompetenzen--inner .text-center {
        min-height: 300px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .kompetenzen--inner .text-center {
        min-height: 325px;
    }

    .kompetenzen--inner .custom-button {
        max-width: none;
        margin: auto auto;
    }
}

.strategy img {
    display: flex;
    margin: 0 auto;
    width: 100px;
    height: auto;
}

.strategy .box {
    text-align: center;
    border-top: 3px solid #B1B3B4;
    padding: 10px;
    margin-top: 20px;
    font-size: 16px;
}

.strategy .box h5 {
    color: #1e5a82;
    font-weight: 700;
    font-size: 16px;
}

hr.separator {
    overflow: visible;
    opacity: 1;
    border: none;
    border-top: 2px solid #000000;
    position: relative;
    margin: 50px 0;
    display: block;
    width: 100%;
}

hr.separator.left::before,
hr.separator.right::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    top: -6px;
}

hr.separator.left::before {
    left: 0;
    transform: translateX(-50%);
}

hr.separator.right::before {
    right: 0;
    transform: translateX(50%);
}

@media only screen and (max-width: 1700px) {
    body {
        font-size: 19px;
    }

}

@media only screen and (max-width: 1500px) {
    .header {
        padding-left: 0;
    }

    h1 {
        font-size: 60px;
    }

    .footer-container {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 1350px) {
    h1 {
        font-size: 45px;
    }
}

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 5px;
    }
}


@media only screen and (max-width: 1050px) {
    body {
        font-size: 18px;
    }

    .footer-container > .col-md-6 {
        width: 100%;
        border-right: none !important;
        padding-right: 0;
        border-bottom: 1px solid;
        padding-bottom: 20px;
        padding-left: 0 !important;
    }

    .footer-container > .col-md-6:last-child {
        border: none;
    }

    .footer-container > .col-md-6:last-child ul {
        padding-bottom: 20px;
        float: none !important;
        height: auto !important;
    }

}

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 40px;
    }

    .container {
        padding: 0px 15px;
    }

    .footer-container {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (max-width: 801px) {
    body {
        font-size: 16px;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .header .navbar-brand img {
        width: 130px;
    }

    .navbar-nav {
        font-size: 15px;
    }
}

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

    h1 {
        font-size: 30px;
    }

    .title-paragraph span {
        font-size: 18px;
    }


    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
    }


    .navbar-nav {
        font-size: 14px;
    }

    .footer-container p.title-paragraph {
        font-size: 20px;
    }

}

.navbar-expand-sm .navbar-nav {
    padding-top: 10px;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav {
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    .footer-container p.title-paragraph {
        font-size: 18px;
    }
}

.nav-link, .nav-link:hover, .nav-link:focus {
    color: #FFF;
    font-weight: 500;
}

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

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler-icon {
        background-image: none;
        display: block;
        position: absolute;
        right: 5%;
        top: 45%;
        transform: translate(0, -50%);
        width: 35px;
        height: 22px;
        border-top: 4px solid #bda46e;
        z-index: 10;
    }

    .collapsed .navbar-toggler-icon {
        border-top: 4px solid #FFFFFF;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: "";
        height: 4px;
        width: 100%;
        position: absolute;
        background: #FFFFFF;
        left: 0;
        transition: all 0.3s;
    }

    .collapsed .navbar-toggler-icon::after {
        bottom: 0;
        transform: rotate(0deg);
    }

    .collapsed .navbar-toggler-icon::before {
        top: 5px;
        transform: rotate(0deg);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        position: relative;
    }

    .navbar-expand-sm .navbar-nav .nav-link::after {
        content: none;
    }

    .navbar-toggler-icon::after {
        transform: rotate(-45deg);
        bottom: 18px;
    }

    .navbar-toggler-icon::before {
        transform: rotate(45deg);
    }

    .navbar-toggler-icon {
        border-top: none;
    }

    h1 {
        font-size: 24px;
    }

    .footer .navbar-brand img {
        max-width: 100px;
    }

    .sidebar-icons .toolbar-info .phone .phone-numbers {
        font-size: 16px;
    }

    .sidebar-icons {
        display: none;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 35px;
        padding-left: 35px;
    }


    .navbar-nav {
        font-size: 16px;
        padding-left: 20px;
    }

}

.header .navbar-brand {
    max-width: 130px;
}

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

    .header .navbar-brand {
        max-width: 100px;
    }

    .container {
        padding: 0 15px;
    }

    .footer-container p {
        font-size: 16px;
    }

    .sidebar-icons .toolbar.to-left {
        right: 280px;
    }

    .sidebar-icons .toolbar-info {
        width: 280px;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .sidebar-icons {
        font-size: 16px;
    }

    .sidebar-icons .toolbar-info .phone img {
        width: 22px;
    }


    .sidebar-icons .toolbar-info .email-location,
    .sidebar-icons .toolbar-info .phone {
        padding: 1rem 0;
    }
}