@font-face {
    font-family: "Quicksand-Light";
    src: url("../webfonts/Quicksand-Light.ttf");
}

@font-face {
    font-family: "Quicksand-Bold";
    src: url("../webfonts/Quicksand-Bold.ttf");
}

@font-face {
    font-family: "Quicksand-Medium";
    src: url("../webfonts/Quicksand-Medium.ttf");
}

@font-face {
    font-family: "Quicksand-Regular";
    src: url("../webfonts/Quicksand-Regular.ttf");
}

html, body {
    font-family: "Quicksand-Regular", sans-serif;
    min-height: 100vh;
    color: #fff;
    font-size: 18px;
}

body {
    padding-bottom: 20px;
}

* {
    box-sizing: border-box;
    border-radius: 0 !important;
}

strong {
    font-family: "Quicksand-Bold", sans-serif;
}

#navigation-top {
    background-color: rgba(255, 255, 255, 0.1);
}

table#ergebnis tr td:nth-of-type(1) {
    vertical-align: middle;
    text-align: left;
}

table#ergebnis tr td:nth-of-type(2) {
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

table#kennzahlen tr td:nth-of-type(1) {
    vertical-align: middle;
    text-align: left;
}

table#kennzahlen tr td:nth-of-type(2) {
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

table tr td {
    color: white;
}

table tr.triggered:hover td {
    color: white;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: underline;
}

body {
    background-image: url("../images/364151948.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.input-group-text {
    background-color: transparent;
    color: #333;
}

.input-group-prepend {
    background-color: rgba(255, 255, 255, 0.8);
}

input.form-control,
select.form-control {
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}

.modal-header,
.modal-body {
    color: black;
}

.alert p {
    color: black;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.card {
    background-color: transparent;
    border: 0;
}

.card .card-header {
    background-color: rgba(255, 255, 255, 0.3);
    font-family: "Quicksand-Bold", sans-serif;
}

.card-header h2 button {
    text-transform: uppercase;
}

.card-body {
    padding: 10px;
}

.bg-transparent {
    color: transparent;
}

.card-body label {
    color: white;
}

.border-bottom-white {
    border-bottom-color: white;
}

.btn-outline-light {
    text-transform: uppercase;
}

.btn-warning {
    color: #212529;
    background-color: #f8ad00;
    border-color: #f8ad00;
}

.btn-warning:hover {
    color: #212529;
    background-color: #bb8101;
    border-color: #bb8101;
}

.accordion {
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.2);
}

a {
    color: #f8ad00;
}

a:hover {
    text-decoration: underline;
    color: #f8ad00;
}

.text-warning {
    color: #f8ad00;
}

h3.popover-header {
    color: #333;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    min-height: 40vh;
    background-color: rgba(255,255,255,0.9);
}

#logs-table th,
#logs-table td {
    font-size: 12px;
}

@media (max-width: 576px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 2.3em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.3em;
    }
    h5 {
        font-size: 1em;
        font-family: Quicksand-Bold, sans-serif;
    }
    .navbar-brand {
        font-size: 1.15em;
    }
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-col.-space-between {
    justify-content: space-between;
}

@media (max-width: 990px) {
    .flex-col.-margin-bottom--md {
        margin-bottom: 40px;
    }
}

/* custom styles for home */

.home__img {
    height: 400px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}

.home__img::after {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    color: #000;
    padding: 5px 10px;
}

.home__img.-calculator {
    background-image: url('/images/home-1.jpg');
}

.home__img.-calculator::after {
    content: 'Schnell & einfach';
}

.home__img.-liquikit {
    background-image: url('/images/home-liquikit.jpg');
}

@media (max-width: 990px) {
    .home__img.-liquikit {
        background-position: center -280px;
    }
}

.home__img.-liquikit::after {
    content: 'Viele Details';
}
@font-face {
    font-family: "Quicksand-Light";
    src: url("../webfonts/Quicksand-Light.ttf");
}

@font-face {
    font-family: "Quicksand-Bold";
    src: url("../webfonts/Quicksand-Bold.ttf");
}

@font-face {
    font-family: "Quicksand-Medium";
    src: url("../webfonts/Quicksand-Medium.ttf");
}

@font-face {
    font-family: "Quicksand-Regular";
    src: url("../webfonts/Quicksand-Regular.ttf");
}

html, body {
    font-family: "Quicksand-Regular", sans-serif;
    min-height: 100vh;
    color: #fff;
    font-size: 18px;
}

body {
    padding-bottom: 20px;
}

* {
    box-sizing: border-box;
    border-radius: 0 !important;
}

strong {
    font-family: "Quicksand-Bold", sans-serif;
}

#navigation-top {
    background-color: rgba(255, 255, 255, 0.1);
}

table#ergebnis tr td:nth-of-type(1) {
    vertical-align: middle;
    text-align: left;
}

table#ergebnis tr td:nth-of-type(2) {
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

table#vergleich tr td:nth-of-type(1) {
    vertical-align: middle;
    text-align: left;
}

table#vergleich tr td:nth-of-type(2) {
    display: none;
}

@media (max-width: 576px) {
    table#vergleich tr td:nth-of-type(1) {
        vertical-align: top;
    }

    table#vergleich tr td:nth-of-type(2) {
        display: table-cell;
        vertical-align: top;
        text-align: right;
        white-space: nowrap;
        width: 170px;
    }

    table#vergleich tr td:nth-of-type(3),
    table#vergleich tr td:nth-of-type(4),
    table#vergleich tr td:nth-of-type(5) {
        display: none;
    }
}

.table-sm td.clear-button-padding{
    padding-left: 20vw;
}

span.fixed {
    font-family: 'Courier New', Courier, monospace;
}

table#vergleich tr td:nth-of-type(3) {
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    width: 170px;
}

table#vergleich tr td:nth-of-type(4) {
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    width: 170px;
}

table#vergleich tr td:nth-of-type(5) {
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    width: 170px;
}

/* table#kennzahlen tr td:nth-of-type(1) {
    vertical-align: middle;
    text-align: left;
}

table#kennzahlen tr td:nth-of-type(2) {
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
} */

table tr.strong td {
    font-weight: 700;
    color: white;
}

table tr.bottomline td {
    border-bottom: 1px solid #ccc;
}

table tr td {
    color: white;
}

table tr.triggered:hover td {
    color: white;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: underline;
}

body {
    background-image: url("../images/364151948.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.input-group-text {
    background-color: transparent;
    color: #333;
}

.input-group-prepend {
    background-color: rgba(255, 255, 255, 0.8);
}

input.form-control,
select.form-control {
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
}

.modal-header,
.modal-body {
    color: black;
}

.alert p {
    color: black;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.card {
    background-color: transparent;
    border: 0;
}

.card .card-header {
    background-color: rgba(255, 255, 255, 0.3);
    font-family: "Quicksand-Bold", sans-serif;
}

.card-header h2 button {
    text-transform: uppercase;
}

.card-body {
    padding: 10px;
}

.bg-transparent {
    color: transparent;
}

.card-body label {
    color: white;
}

.border-bottom-white {
    border-bottom-color: white;
}

.btn-outline-light {
    text-transform: uppercase;
}

.btn-warning {
    color: #212529;
    background-color: #f8ad00;
    border-color: #f8ad00;
}

.btn-warning:hover {
    color: #212529;
    background-color: #bb8101;
    border-color: #bb8101;
}

.accordion {
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.2);
}

a {
    color: #f8ad00;
}

a:hover {
    text-decoration: underline;
    color: #f8ad00;
}

.text-warning {
    color: #f8ad00;
}

h3.popover-header {
    color: #333;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    min-height: 40vh;
    background-color: rgba(255,255,255,0.9);
}

#logs-table th,
#logs-table td {
    font-size: 12px;
}

@media (max-width: 576px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 2.3em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.3em;
    }
    h5 {
        font-size: 1em;
        font-family: Quicksand-Bold, sans-serif;
    }
    .navbar-brand {
        font-size: 1.15em;
    }
}

.flex-col {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.flex-col.-space-between {
    justify-content: space-between;
}

@media (max-width: 990px) {
    .flex-col.-margin-bottom--md {
        margin-bottom: 40px;
    }
}

.alert__col-wrapper {
    display: flex;
}

.alert__col-icon {
    flex: 0 0 50px;
    padding-right: 10px;
    font-size: 28px;
    align-self: flex-start;
    line-height: 1;
}

.alert__col-content {
    flex: 1 1 auto;
    text-align: left;
    align-self: center;
}

/* custom styles for home */

.home__img {
    height: 400px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}

.home__img::after {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    color: #000;
    padding: 5px 10px;
}

.home__img.-calculator {
    background-image: url('/images/home-1.jpg');
}

.home__img.-calculator::after {
    content: 'Schnell & einfach';
}

.home__img.-liquikit {
    background-image: url('/images/home-liquikit.jpg');
}

.home__img.-liquikit::after {
    content: 'Viele Details';
}

@media (max-width: 990px) {
    .home__img {
        height: 200px;
    }

    .home__img.-liquikit {
        background-position: center -280px;
    }

    #liquikit-link-wrapper {
        display: none;
    }
}
