﻿.lead {
    font-weight: 500;
}

.w-slide {
    background-position: 50%;
    background-size: cover;
}

.arguments li:before {
    content: '';
    padding-right: 0.5em;
    font-family: "Fa solid 900", sans-serif;
    font-size: 1.1em;
    font-weight: 900;
    display: inline-block;
}

.arguments li {
    text-align: left;
    align-items: flex-start;
    padding-top: 0.5em;
    font-size: 1.1em;
    line-height: 1.5em;
    display: flex;
}

.arguments ul {
    padding-left: 0;
    margin-top: 2em;
    margin-bottom: 1em;
}

.main-section.background-image {
    background-image: url(/assets/img/mountains-615428-background_web-2500.jpg);
    background-position: 50%;
    background-size: cover;
}

h2:first-child {
    margin-top: 0;
}

ul, ol {
    padding-left: 1.4rem;
}

blockquote {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    color: #5d5d5d;
    font-family: Open Sans, sans-serif;
    border-left: none;
    padding: 0;
}

.umbraco-forms-label {
    color: #434242;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2em;
    font-family: Open Sans, sans-serif;
}

.form-control {
    height: 2.5em;
    background-color: #fcf8f0;
    border: 1px solid #5d5d5d;
    border-radius: 0;
    margin-bottom: 1.25em;
    padding: 0.625em 0.625rem;
    font-size: 1em;
    line-height: 1.5em;
}

textarea.form-control {
    height: auto;
    min-height: 150px;
    line-height: 24px;
}

.control-label {
    width: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #5d5d5d;
    -webkit-text-fill-color: #5d5d5d;
    -webkit-box-shadow: 0 0 0px 1000px #fcf8f0 inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
}

.required {
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
}

.contact .alert {
    width: fit-content;
    border-radius: 0;
}
.contact .btn,
.contact .btn-primary,
#cookie_directive_container .btn,
#cookie_directive_container .btn {
    height: auto;
    color: #434242;
    text-align: center;
    letter-spacing: .5px;
    cursor: pointer;
    background-color: #8ddeba;
    margin-top: 1.5em;
    padding: 0;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5em;
    transition: box-shadow .2s;
    box-shadow: 0 0 14px 2px rgba(67, 66, 66, .25);
    padding: 0.5em 2.2rem;
    text-decoration: none;
    border: none;
    border-radius: 0;
}

    .contact .btn:hover,
    .contact .btn:focus,
    .contact .btn-primary:hover,
    .contact .btn-primary:focus,
    #cookie_directive_container .btn:hover,
    #cookie_directive_container .btn:focus {
        box-shadow: none;
        background-color: #beddcf;
    }

#cookie_directive_container .fixed-bottom {
    background-color: #c6bcae;
    padding: 1.5rem 0;
    font-size: 1rem;
}

    #cookie_directive_container .fixed-bottom p {
        margin-bottom: 0;
        max-width: 60vw;
        line-height: 1.5;
    }
/*.img-1-3 {
    height: 250px;
    object-fit: cover;
    object-position: center;
}*/
.footer-service-links-block {
    position: relative;
}

.footer-small {
    position: absolute;
    bottom: 0;
}

    .footer-small small {
        font-size: 0.8rem;
    }

    .footer-small a {
        color: #f7f2e7;
        text-decoration: none;
    }

        .footer-small a:hover,
        .footer-small a:focus {
            color: #8ddeba;
        }

.tabelle-scroll th,
.tabelle-scroll td {
    width: fit-content !important;
    text-align: left;
    white-space: nowrap;
    padding: 12px 30px 12px 0;
}

.tabelle-scroll tr {
    width: 100%;
    color: #4f9878;
    border-bottom: 1px solid #9898a3;
    transition: box-shadow .2s;
}

.tabelle-scroll table {
    border: none;
}

.tabelle-scroll tbody {
    width: 100%;
    margin-top: 25px;
}

.tabelle-scroll td {
    border: 1px #f9f9f9;
    color: #4e4e4e;
    font-size: 16px;
}

.tabelle-scroll th {
    border: 1px #f9f9f9;
    align-items: center;
    font-size: 16px;
}

@media (max-width:992px) {
    .slider .slide-container .slider-inner-container > p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:768px) {
    .footer-small {
        position: relative;
        margin-top: 2rem;
    }
}

@media (max-width:576px) {
    main h1 {
        hyphens: auto;
    }
}
