body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.container-full {
    padding-top: 40px;
}

.row-full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 4rem;
}

.row-full img {
    max-width: unset;
    width: 100%
}

.row-full .ce-column {
    width: 100% !important;
}

#main > .privacy {
    top: unset;
}

/*
Must be bigger because header has z-index 8999
 */
.fancybox-overlay {
    z-index: 9001;
}


.page-navigation p {
    float: left;
}

.page-navigation ul {
    float: right;
}

.page-navigation ul li {
    float: left;
    display: block;
    padding: 0 2px;
    background: none;
}

.page-navigation ul li a {
    display: block;
}

/* gallery styles*/
.fs-media-gallery .thumb {
    margin-bottom: 15px;
}

.anchor-box {
    background-color: #f9f9f9;
    padding: 15px 15px 25px 15px;
    margin: 0 20px;
    box-shadow: 5px 5px 1px #efefef;
}


.anchor-box h3 {
    font-size: 19px;
    border-bottom: 2px dotted #29abad;
}

.anchor-box ul {
    width: 65%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.anchor-box li a {
    color: inherit;
    font-size: 17px;
    display: block;
    border-bottom: 2px dotted #29abad;
    padding: 5px 0 5px;
}

.anchor-box .btn {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    width: 80%;
    padding: 5px 30px;
    border: 0;
    border-radius: 0;
    background-color: #0089a6;
    margin-bottom: 8px;
}

.totop {
    position: fixed;
    right: 10%;
    top: 60%;
    display: inline;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    text-align: center;
}

.totop .glyphicon-menu-up {
    top: 1rem;
}

/* schräges verhalten von fludi_styled_content...*/
@media (max-width: 640px) {
    .ce-column {
        width: 100% !important;
    }
}