﻿
html {
    position: relative;
    min-height: 100%;
    background-color: #fffded;
    scroll-behavior: smooth;
}
#logo {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 0px 0px; /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    position: fixed; /* Sticky/fixed navbar */
    width: 100%;
    top: 0; /* At the top */
    z-index: 99;
}

#qilogo{
    font-size:22px;
    font-family:'High Tower Text';
}
#angcontent{
    margin-left:40px;
}
img.middle {
    vertical-align: middle;
    height:60px;
    margin-right:10px;
}
img.imgme {
    border-radius: 20%;
    float: right;
    height: 200px;
}
:target::before {
    content: "";
    display: block;
    height: 100px; /* fixed header height*/
    margin: -100px 0 0; /* negative fixed header height */
}
nav {
    background-color: #fffded;
    color: #435336;
}
main {
    background-color: #fffded;
    color: #435336;
}
body {
    
    background-color: #fffded;
}
.k-menu .k-item, .k-menu.k-header {
    color: #fffded;
    background-color:#435336;
}
.navbar-inverse {
    padding-top: 200px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right0;
    width: 100%;
    transition: 0.4s;
}
.k-primary {
    color: #fffded;
    border-color: #435336;
    background-color: #435336;
}
.k-primary.k-state-hover, .k-primary:hover {
    color: #fffded;
    border-color: #ff0000;
    background-color: #435336;
}
.k-link:hover {
    text-decoration: underline;
}

.k-appbar {
    box-shadow: 0 1px 1px rgba(0,0,0,.16);
    background-color: #fffded;
    padding: 10px;
    /*padding-top: 0px;
    padding-left: 66px;
    padding-right: 16px;*/
}
    .k-appbar.k-appbar-bottom {
        box-shadow: 0 -1px 1px rgba(0,0,0,.16);
        background-color: #fffded;
        padding:0;
        /*padding-bottom: 0px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 8px;*/
        
    }
.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    color: #fffded;
    background-color: #435336;
}
.k-content, .k-panel > li.k-item, .k-panelbar > li.k-item {
    background-color: #fffded;
    border-color: #fffded;
}
.k-panel > .k-item > .k-link, .k-panelbar > .k-item > .k-link {
    color: #fffded;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.k-panelbar .k-content, .k-panelbar .k-item, .k-panelbar .k-panel {
    background-color: #eee088;
    color: #435336;
    border-color: #435336;
}



/* #region Navbar styles */
.navbar-header {
    border-bottom: 1px solid rgba(255,255,255, 0.1);
}
/* #endregion */


/* #region Footer styles */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 0.85em;
}
/* #endregion */

/* #region custom Kendo UI styles */
#configure {
    display: none;
}

.k-panelbar .k-content {
    padding: 20px;
}

p .k-button {
    margin: 0 15px 0 0;
}

.k-state-active .label {
    font-size: 1em;
}

/* #endregion */

.container {
    padding-top: 1em;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.ftext {
    text-align: center;
}
.ftext:after {
    content: 'Kathrin Brischke \00b7  qi-ka@fn.de \00b7  0160/ 964 11 383';
}
a {
    color: #435336;
}
@media (max-width: 767px) {
    #responsive-panel {
        transition: all linear .2s;
    }

    #configure {
        display: block;
        float: right;
    }

    .k-rpanel {
        width: 100%;
    }

    .k-rpanel-expanded {
        margin-top: 1rem;
    }

    .navbar-header {
        width: 100%;
    }

    .footer {
        height: 60px;
    }

    .k-menu .k-item,
    .k-menu .k-link {
        width: 100%;
    }

    .k-menu .k-link {
        box-sizing: border-box;
    }

    .k-appbar {
        padding: 20px;
    }
    .container {
        padding-top: 1em;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    img.imgme {
        height: 140px;
    }
    img.middle {
        vertical-align: middle;
        height: 40px;
        margin-right: 5px;
    }

    #qilogo {
        font-size: 18px;
        font-family: 'High Tower Text';
    }
}

