.header.container {
	 max-width: 10000px !important;
    z-index: 30;
}
.container.content {
    z-index: 25;
}

div.header
{
    height: 40px;
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid rgba(236,95,88,1);
}

#ariane{display: none;}
#kreise {display: none}

@media (min-width: 400px) 
{
	#ariane{display: block; position:fixed;left:0;bottom:0;z-index:20; width: 15%
}

@media (min-width: 1000px)
{
    #kreise {
        display: block; 
        position:fixed;
        left: -45vw;
        top: -25vw;
        width: 90%;
        max-width: 2000px;
        min-width: 500px;
    }
}