.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}

section.privacy ul, section.privacy ol {
    color: #888;
    font-size: 1.15rem;
    margin-bottom: 0;
    padding-left: 1em;
}

section.privacy ul {
    list-style: disc;
}

section.privacy h5 {
    margin-top: 30px;
}

section.privacy strong {
    font-weight: 700;
}

#kontakt li {
    position: relative;
    padding-left: 2rem;
}

#kontakt .icon-list--text li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    text-align: center;
    line-height: inherit;
}

@media screen and (min-width: 992px) {
    section.map iframe {
        height: 500px;
    }
}

section.map {
    margin-bottom: 60px;
}

section.map iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: 0;
}

.wsmenu > .wsmenu-list > li > a {
    padding: 10px 10px 10px 10px;
}

.wsmenu > .wsmenu-list > li > a.sub-menu-title {
    padding-right: 26px;
}

.desktoplogo a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.desktoplogo a span {
    display: inline-flex;
}

.wsmainwp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wsmainwp .desktoplogo {
    flex-grow: 10;
    flex-shrink: 1;
}

.wsmainwp .wsmenu {
    flex-grow: 1;
    flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
    .wsmobileheader {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .wsmobileheader-left {
        width: 60px;
        flex-grow: 1;
        flex-shrink: 0;
    }

    .wsmobileheader-middle {
        flex-grow: 10;
        flex-shrink: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wsmobileheader-middle-logo-text-holder {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .wsmobileheader-middle .smalllogo {
        flex-grow: 1;
        flex-shrink: 0;
    }

    .wsmobileheader-middle strong {
        padding-left: 10px;
        display: inline-flex;
        flex-grow: 10;
        flex-shrink: 10;
        text-align: left;
    }

    .wsmobileheader-right {
        flex-grow: 1;
        flex-shrink: 0;
        width: 60px;
    }
}

@media only screen and (min-width: 474px) and (max-width: 991.95px) {
    .wsmenu > .wsmenu-list > li a.header-btn {
        height: 70px;
        line-height: 66px;
    }
}
/* Screen Fix on width = 991 */
@media only screen and (min-width: 991px) and (max-width: 991px) {
    nav.wsmenu.clearfix.blue-header {
        height: auto !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1162px) {
    .wsmenu > .wsmenu-list > li > a > .wsarrow {
        display: block;
    }
}

.wsmenucontainer {
    background-image: none;
}
span.no-line-break {
    white-space: nowrap;
}

.center-text {
    text-align:center;
}
.center-block
{
    margin-left:auto;
    margin-right:auto;
}
iframe.no-frame-border {
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
}