p {
    margin-bottom: 0.75rem!important;
}
.list-disc {
    padding-left: 1rem;
    list-style-position: inside;
    margin-bottom: 0.75rem;
}
.gallerycontent>.item figcaption {
    font-size: inherit !important;
}

ul.list-disc li a.lightbox:hover:after {
    content: "";
    display: inline-block;
    background: url("../Icons/mouseover-link.png") no-repeat top right;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.form-control {
    border-radius: 5px !important;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    border: 1px solid #c6c6c6 !important;
    color: #323335;
    font-family: inherit;
    line-height: 1.25;
    height: 50px;
}
.form-control.xxlarge {
    height: 148px;
    resize: vertical;
}

@media (min-width:576px){
    #kontaktForm-40 {
        padding-top: 20px;
    }
}

.email-icon:before{
    content: "";
    display: inline-block;
    background: url("../Icons/email-24.png") no-repeat top right;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.phone-icon:before{
    content: "";
    display: inline-block;
    background: url("../Icons/phone-24.png") no-repeat top right;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.logo {
    width: clamp(95px, 10vw, 120px);
    height: auto;
    transition: width 0.3s ease;
    background: #FFF;
    margin-top: -2.4rem;
}
nav {
    height: 5rem;
}
@media (max-width: 767.98px) {
    .logo {
        width: 95px;
    }
}
