﻿/* ---------------------------------------------------
    SITE-BAR-2H Header STYLE
----------------------------------------------------- */
#sidebar2HCollapse { /* Inhalt-Botton */
    position: absolute;
    top: 3px;
    left: 2px;
    width: 35px;
    height: 35px;
    }

#sidebar2H {
    width: 350px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1027;
    background-image: url("rose-5.png");
    background-size: 1400%;
    transition: all 0.3s;
    }

#sidebar2H.active {
    margin-left: -350px;
    }

#sidebar2H .sidebar2H-header {
position: fixed;
    padding: 20px;
/*    background: #BDBDBD;
    width: 350px;
*/
    }

#sidebar2H ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
    }

#sidebar2H ul p {
    color: #fff;
    padding: 10px;
    background: #BDBDBD; /* Buchtitel */
	border-radius: 5px;
    }

#sidebar2H ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	border-radius: 5px;    
    }
#sidebar2H ul li a:hover {
    color: #7386D5;
    background: #fff;
    }

#sidebar2H ul li.active > a, a[aria-expanded=true] {
    color: #fff;
	background: #585858; /* Kaptel- Überschrift */
    }

a[data-toggle=collapse] {
    position: relative;
    }

a[aria-expanded=false]::before, a[aria-expanded=true]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
    }

a[aria-expanded=true]::before {
    content: '\e260';
    }

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important; /* Menu-Einrückung */
    }

ul.CTAs {
    padding: 20px;
    }

ul.CTAs a {
    -align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
    }
a.download {
    background: #fff;
    color: #fff;
    }
a.article, a.article:hover {
    background: #848484 !important;
    color: #fff !important;
    }

/* ---------------------------------------------------
    MEDIAQUERIES Inhaltsverzeichnis
----------------------------------------------------- */
/*
@media (max-width: 768px) {
    #sidebar2H {
        margin-left: -350px;
    }
    #sidebar2H.active {
        margin-left: 0px;
    }
    #content {
        width: 100%;
        padding: 5px;
        padding-top: 55px;
    }
    #content.active {
        width: 100%;
    }
    #sidebar2HCollapse span {
        display: none;
    }
}
*/
@media (max-width: 350px) {
    #sidebar2H {
        width: 100%;
    }
}

@media (max-width: 570px) {
    h1 {
        font-size: 18px;
 	}
}  
