html,
body {
    height: 100%;
    background-color: #f6f8f9;
    background-image: url("../img/vsao-logo-translucent-big.png");
    background-size: 3000px;
}

.step-introduction {
    text-align: left;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
}

.btn-primary {
    border-width: 1px;
    border-style: solid;
    --border-opacity: 1;
    border-color: #013367;
    border-color: rgba(1, 51, 103, var(--border-opacity));
    border-radius: 9999px;
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #37474F;
    color: rgba(55, 71, 79, var(--text-opacity));
    font-weight: 700;
    padding: 0 1.5rem;
    line-height: 2rem;
    display: inline-block;
    line-height: 38px;
    transition: all .3s;
    margin-top: 2rem;
    position: absolute;
    bottom: -50px;
    left: 0;
    outline: none;
}
.previous {}

.next {}

@media (max-width: 600px) {
    .next {
    }
}


.btn-primary-fix {
    border-width: 1px;
    border-style: solid;
    --border-opacity: 1;
    border-color: #013367;
    border-color: rgba(1, 51, 103, 0, var(--border-opacity));
    border-radius: 9999px;
    --bg-opacity: 1;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    --text-opacity: 1;
    color: #37474F;
    color: rgba(55, 71, 79, var(--text-opacity));
    font-weight: 700;
    padding: 0 1.5rem;
    line-height: 2rem;
    display: inline-block;
    line-height: 38px;
    transition: all .3s;
    left: 0;
    outline: none;
}
.btn-primary:focus {
    outline: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #013367;
    border-color: #013367;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}


h1 {
    font-family: 'Karla', sans-serif;

    font-weight: 700;
    font-size: 64px;
    color: #013367;
}

p,
label {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    color: #37474F;
}

.step_oa_erfahrung  label:first-child,
.step_facharzttitel label:first-child,
.step_zusatzinformationen label:first-child,
.step_position label:first-child,
.step_arbeitgeber label:first-child,
.step_fachrichtung label:first-child,
.step_aa_erfahrung label:first-child,
.step_facharzttitel label:first-child,
.form-title {
    font-family: 'Karla', sans-serif;

    font-weight: 700;
    font-size: 38px;
    color: #013367;
    margin-bottom: 3rem;
}

.form-description {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    color: #37474F;
    margin-bottom: 2.5rem;
}

.form-beispiel {
    font-weight: 400;
}

.form-additional-description {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    color: #37474F;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    padding-left: 1.5rem;
}

.step-oa-personalinfo label,
.step_fuhrungskomptetenz label,
.step_fachkompetenz label,
.step_arbeitgeber label,
.step_oa_erfahrung label,
.step_position label,
.step_mbfinformationen label,
.step_zusatzinformationen label,
.step_facharzttitel label,
.step_fachrichtung label,
.step_position label {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    color: #37474F;
}
.step-oa-personalinfo ,
.step_fuhrungskomptetenz,
.step_fachkompetenz ,
.step_arbeitgeber ,
.step_oa_erfahrung ,
.step_position ,
.step_mbfinformationen ,
.step_zusatzinformationen ,
.step_facharzttitel ,
.step_fachrichtung ,
.step_position {
    font-family: 'Karla', sans-serif;
    font-size: 22px;
    color: #37474F;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}


/***  ERROR ***/
.error-summary,
.alert-danger {
    position: absolute;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: #a94442;;
    background-color: #f2dede;
    border-color: transparent;
    border-radius: 0;
    padding: 5px;
    bottom: -135px;
}

.error-summary ul,
.alert-danger ul {
    padding: 0;
}

.error-summary ul li,
.alert-danger ul li {
    list-style-type: none;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar-toggle {
    display: none;
}


/*general*/
.flex-container {
    text-align: left;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    /*display: flex;
    justify-content: left;
    align-items: center;
    height: 70vh;*/
}

.flex-container > .step_submit {
    display: block;
}

.custom-control-label {
    font-weight: normal;
}

/*tooltips*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
.step-introduction > .flex-container {
    display: flex;
    justify-content: left;
    height: 100%;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*step-introduction */
.step-introduction > .flex-container {
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 5vh;
}

.step-introduction > .title {
    padding-top: 5vh;
    margin-bottom: 2vh;
}



.pop-up {
    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: rgba(255,255,255,0.5);
}
.pop-up-content {
    width: 95%;
    margin: auto;
    padding-bottom: 10px;
}

.pop-up > .flex-container  {
    background-color: #ffffff;
    border: 1px solid #013367;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin: auto;
}

@media only screen and (max-height: 950px) {
    .pop-up > .flex-container  {
        top: 55%;
    }
}

@media only screen and (max-height: 800px) {
    .pop-up > .flex-container  {
        top: 60%;
    }
}

@media only screen and (max-height: 700px) {
    .pop-up > .flex-container  {
        top: 65%;
    }
}









/*step-submit*/

.invalid-feedback {
    display: none;
}

.step_submit {
    padding: 0px 50px 0px 50px;
}

.row1-left {
    float: left;
}

.row1-right {
    float: right;
}
/*for the cards in submit(only for now)*/
/* Add some padding inside the card container */
/*.container {
    padding: 2px 16px;
}*/


>>>>>>> frontend
.informationen-institution {
    clear: both;
}

.email-container {
    margin: 25px;
}

.card {
    width: 60%;
    margin: auto;
}



.card-divider {
    color: #FFFFFF;
    font-family: 'Karla', sans-serif;

    font-weight: 700;
    font-size: 24px;
    padding: 15px;
}
.card-divider.stadt {
    background: #013367 ;
}
.card-divider.vsao {
    background: #013367;
}
.card-divider.kanton {
    background: #3599FF;
}

.card-subtitle {
    padding-top: 10px;
    margin-top: 30px;
    margin-bottom: -10px;
    font-size: 110%;
    border-top: 1px solid #A7A7A7;
}

.card-footer {
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #A7A7A7;
}

.card-footer > span {
    font-size: 140%;
}

.card-section {
    padding: 15px;
    font-size: 90%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
}

/*** Custom RAdio Button ***//* Customize the label (the container) */
.custom-radio,
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */
.custom-radio input,
.custom-checkbox input {
    position: absolute;
    /* must be opacity : 0! */
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    left: 0;
    z-index: 999;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #013367;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: #f9d1be;
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: #f9d1be;
}
/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: #013367;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #013367;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
}

.custom-checkbox .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    color: #37474F;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #013367;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: none;
}

.border {
    border: 1px solid #ffe2cc;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px;

}

.border h5 {
    font-family: 'Karla', sans-serif;
    font-size: 24px;
    color: #013367;
    line-height: 1.428571429;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 12px;

}

.result {
    overflow: auto ;
}
.informationen-lohnrechner,
.informationen-institution,
.feedback,
.werbung,
.informationen-spezifisch,
.informationen-gesamtvergütung,
.informationen-lohnbandsystematik,
.lohn-disclaimer,
.disclaimer {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    color: #37474F;
    margin: 4rem 1%;
}

.informationen-zugriffsanfrage {
    font-weight: normal;
}

a {
    font-family: 'Karla-Bold', sans-serif;
    font-size: 20px;
    color: #013367;
}

.informationen-resultat {
    font-family: 'Karla', sans-serif;

    font-size: 24px;
    color: #37474F;
    margin: 4rem 1%;
}

.invisible {
    display: none;
}

.form-field {
    padding-bottom: 5px;
}

.col-gesamtlohn {
  padding-left: 0;
}

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

    h1 {
        font-size: 34px;
    }

    .form-title {
        font-size: 34px;
        color: #013367;
    }

    .flex-container,
    .step-introduction {
        text-align: left;
        display: block;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
    }

    .pop-up {
        padding: 100px 20px 50px;
    }

    .step_submit {
        padding: 0;
    }

    .informationen-resultat {
        font-size: 20px;
    }

    .card {
        width: 70%;
        margin: auto;
    }

}

a.link {
    color: #013367;
}

/* custom linebreaks for result */
.line-break {
    display: none;
}
@media only screen and (max-width: 600px) {
    .line-break.br600 {
        display: block;
    }
}@media only screen and (max-width: 500px) {
    .line-break.br800 {
        display: block;
    }
}
@media only screen and (max-width: 800px) {
    .line-break.br800 {
        display: block;
    }
}
@media only screen and (max-width: 1000px) {
    .line-break.br1000 {
        display: block;
    }
}

