@import url('style_fonts.css');

.page-container {
    max-width: 720px;
}

.page-footer {
    font-style: normal;
    font-family: 'Quicksand';
    font-size: 0.9em;
    background: rgb(137,92,29);
    background: linear-gradient(90deg, rgba(137,92,29,1) 0%, rgba(254,248,136,1) 50%, rgba(137,109,29,1) 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-background {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.own-social-icon {
    font-size: 1.2em;
    font-style: normal;
    background: rgb(137,92,29);
    background: linear-gradient(90deg, rgba(137,92,29,1) 0%, rgba(254,248,136,1) 50%, rgba(137,109,29,1) 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.own-social-icon-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-left: 2px;
    margin-right: 2px;
    background-image: url('images/Nika-Logo_Kreis.png');
    background-size: contain;
}

.own-title-menu-container {
    height: 50px;
    z-index: 21;
}

.own-title-portrait {
    height: auto;
    width: 80px;
    max-width: 120px;
}

.own_title_homelink {
    display: inline;
}

.own_title_offcanvas_icon {
    font-size: 2em;
    background: rgb(137,92,29);
    background: linear-gradient(90deg, rgba(137,92,29,1) 0%, rgba(254,248,136,1) 50%, rgba(137,109,29,1) 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.own_title_social_icon {
    font-size: calc(1em + 1.7vw);
}

.offcanvas-container {
    opacity: 0.97;
}

.offcanvas-body {
    padding-top: 4px;
    padding-left: 4px;
    background-color: rgb(15,15,15);
}

.offcanvas-header {
    background-color: rgb(15,15,15);
}

.own_navtext_offcanv {
    font-size: calc(1em + 2vw);
    font-style: normal;
    font-family: 'Monoton';
    background: rgb(137,92,29);
    background: linear-gradient(90deg, rgba(137,92,29,1) 0%, rgba(254,248,136,1) 50%, rgba(137,109,29,1) 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.own-text {
    font-style: normal;
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
}

@media (max-width: 1020px) {
    .video-background {
        display: none;
    }

    .own-text {
        font-size: 0.8em;
    }
}