﻿@font-face {
    font-family: 'Lato-Bold';
    src: url('../../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../../fonts/Lato-Regular.ttf') format('truetype');
}

body {
    background-color: transparent !important;
    height: 100%;
    overflow: auto;
    line-height: normal !important;
    margin: 0px;
    font-family: Lato-Regular;
}

.main-container {
    height: 100vh;
    overflow: auto;
    display: grid;
    grid-template-rows: 80px auto;
}

.main-header {
    background-color: #444B53;
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.main-logo {
    grid-column-start: 2;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: -10px;
}

.main-kontakt {
    grid-column-start: 13;
    grid-column-end: 24;
    grid-row-start: 1;
    grid-row-end: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.headerLink {
    color: white;
    font-family: Lato-Regular;
    font-style: normal;
    text-decoration: none;
    padding-left: 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.startContentContainer {
    grid-row-start: 2;
    grid-row-end: 2;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    background: url('../../images/Hintergrund_LPP_1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.startContentContainerCareer {
    grid-row-start: 2;
    grid-row-end: 2;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    background: url('../../images/career_background.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.startContentContainerOverlay {
    grid-row: 1;
    grid-column: 1;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(13,13,13,0.95) 0%, rgba(13,13,13,0.86) 39%, rgba(13,13,13,0.71) 73%, rgba(13,13,13,0.55) 100%);
}

.grid-container {
    grid-row: 1;
    grid-column: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 250px auto 1fr;
}

.headText {
    line-height: 1;
    font-size: 37px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFC000;
    display: flex;
    padding-bottom: 25px;
    align-self: flex-end;
}

.imageLogoKunde {
    height: 60px;
    align-self: flex-start;
    margin: 10px;
}

.bodyText {
    line-height: 29px;
    font-size: 22px;
    color: white;
    padding-top: 25px;
    grid-column: 2 / span 15;
    grid-row: 2;
    border: solid;
    border-color: white;
    border-bottom-width: 0px;
    border-top-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.button {
    background-color: #FFC000;
    border: none;
    color: #404040;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 30px;
    font-family: Lato-Regular;
    border-radius: 10px;
    width: 200px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
}

    .button:hover {
        background-color: #FFC000;
        box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
    }

a {
    color: white !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
    grid-template-rows: 1fr 2fr 1fr;
}

.panel {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    display: grid;
    grid-template-columns: 1fr 2fr;
    height: fit-content;
    align-self: center;
}

.panel-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    grid-column-start: 1;
    grid-column-end: 1;
    background: url('../../images/background_login.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
}

.panel-right {
    grid-column-start: 2;
    grid-column-end: 2;
    background-color: white;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.panel-button {
    background-color: #FFC000;
    border: none;
    color: #404040;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-family: Lato-Regular;
    border-radius: 10px;
    width: 200px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
    margin-top: 10px;
    align-self: end;
}


.button-full {
    background-color: #005171;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 18pt;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Lato-Regular;
    width: 100% !important;
    cursor: pointer;
    border: none;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

    .button-full:hover {
        background-color: #262626;
        border: none;
        box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
    }

.fragen {
    line-height: 29px;
    font-size: 16pt;
    color: white;
    padding-top: 25px;
    grid-row: 2;
    border: none;
    grid-column: 6 / span 14;
    grid-row: 1 / span 2;
    margin-top: 50px;
}

.progress {
    display: flex;
    overflow: hidden;
    height: 18px;
    text-align: center;
    background-color: #B4B4B4;
    border-radius: 0.25rem;
}

.progress-bar {
    height: 18px;
    color: white;
    background-color: #E0E0E0;
    transition: width 0.6s ease;
}

.sprechblase-left {
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    position: relative;
    background: #FFC000;
    margin-bottom: 10px;
    width: 65px;
    margin-left: -8px;
    color: #404040;
}

    .sprechblase-left:after, .sprechblase-left:before {
        top: 100%;
        left: 0%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .sprechblase-left:after {
        border-color: transparent;
        border-top-color: #FFC000;
        border-width: 8px;
    }

.sprechblase-left-dark {
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    position: relative;
    background-color: rgba(38,38,38, 0.9);
    margin-bottom: 10px;
    width: 65px;
    margin-left: -8px;
    color: white;
}

    .sprechblase-left-dark:after, .sprechblase-left-dark:before {
        top: 100%;
        left: 0%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .sprechblase-left-dark:after {
        border-color: transparent;
        border-top-color: rgba(38,38,38, 0.9);
        border-width: 8px;
    }

.question {
    font-size: 48px;
}

.questionHead {
    color: #FFC000;
    font-size: 16pt;
    margin-bottom: 40px;
}

.questionInfoHead {
    color: #FFC000;
    font-size: 14pt;
    margin-bottom: 40px;
}

.round-button {
    margin: 30px;
    text-decoration: none;
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-style: none;
    color: white;
    background-color: #005171;
    border-radius: 100%;
    overflow: none;
    text-align: center;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 16pt;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
}

    .round-button:focus {
        outline: none;
    }

    .round-button:hover {
        background-color: #262626;
    }

    .round-button:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        padding-top: 100%;
    }


@media (max-width: 1024px) {

    .question {
        font-size: 24px !important;
    }

    .questionHead {
        color: #FFC000;
        font-size: 18px;
    }
    
    .questionHead {
        color: #FFC000;
        font-size: 14px;
    }

    .round-button {
        height: 40px;
        width: 40px;
        margin: 10px;
    }

    .button-full {
        font-size: 18px !important;
        margin-top: 10px !important;
        padding: 8px !important;
        margin-bottom: 10px !important;
    }

    img {
        width: 80px;
    }

    .headText {
        font-size: 20px;
        grid-column: 2 / span 22;
    }

    .grid-container {
        grid-template-rows: 110px auto 1fr;
    }

    .bodyText {
        grid-column: 2 / span 22;
        font-size: 18px !important;
    }

    .button {
        font-size: 18px;
        padding: 10px;
        width: 150px;
    }

    .main-container {
        height: 100vh;
        overflow: auto;
        display: grid;
        grid-template-rows: 50px auto;
    }

    .commit-buttons {
        grid-column: 2 / span 22 !important;
    }

    .modal-grid {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 15fr 1fr;
        grid-template-rows: 1fr 10fr 1fr;
    }

    .panel {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2;
        display: grid;
        grid-template-columns: 1fr;
        height: fit-content;
        align-self: center;
    }

    .panel-left {
        display: none;
    }

    .panel-right {
        grid-column-start: 1;
        grid-column-end: 1;
        background-color: white;
        border-radius: 15px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        font-size: 18px;
    }

    .panel-button {
        background-color: #FFC000;
        border: none;
        color: #404040;
        padding: 10px;
        text-align: center;
        font-size: 18px;
        font-family: Lato-Regular;
        border-radius: 10px;
        width: 150px;
        cursor: pointer;
        box-shadow: 5px 5px 5px rgb(0 0 0 / 30%);
        margin-top: 10px;
        align-self: center;
    }

    .fragen {
        line-height: 20px;
        font-size: 13pt;
        color: white;
        padding-top: 25px;
        grid-row: 2;
        border: none;
        grid-column: 2 / span 22;
        grid-row: 1 / span 2;
        margin-top: 20px;
    }

    .sprechblase-left {
        font-size: 12px;
        padding: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        position: relative;
        background: #FFC000;
        margin-bottom: 10px;
        width: 35px;
        margin-left: -8px;
        color: #404040;
    }

        .sprechblase-left:after, .sprechblase-left:before {
            top: 100%;
            left: 0%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .sprechblase-left:after {
            border-color: transparent;
            border-top-color: #FFC000;
            border-width: 8px;
        }

    .sprechblase-left-dark {
        font-size: 12px;
        padding: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        position: relative;
        background-color: rgba(38,38,38, 0.9);
        margin-bottom: 10px;
        width: 35px;
        margin-left: -8px;
        color: white;
    }

        .sprechblase-left-dark:after, .sprechblase-left-dark:before {
            top: 100%;
            left: 0%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .sprechblase-left-dark:after {
            border-color: transparent;
            border-top-color: rgba(38,38,38, 0.9);
            border-width: 8px;
        }
}
