/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.10.2017, 13:53:20
    Author     : Christian
*/
:root{
    --hover-brightness: 1.2;
    /*Color*/
    --color-Text: #00005f;
}

html{
    padding: 0px 5px;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.clear{
    clear: both;
}
body{
    font-family: 'Open Sans', sans-serif; 
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
#header{
    height: 185px;
    background: url(../img/Header_Manschaftsfoto.png) no-repeat center;
    margin-bottom: 5px;
    padding-left: 25px;
}
#contend{
    width: 800px;
    min-height: 950px;
    color: var(--color-Text);
    /*background-color: aqua;*/
    margin-right: 5px;
    padding: 0px 10px;
    border-right: 1px solid #e6e6e6;
}
#sidebar{
    /*padding: 1px;*/
    /*background-color: aqua;*/
    /*    border: 1px solid #e6e6e6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
    width: 330px;
    padding: 0px 5px;
}
#sidebar .Titel{
    font-style: normal;
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 25px;
    color: var(--color-Text);
    text-shadow: 3px 3px 0px rgba(63,107,169, 0.5);

}

#sidebar img{
    margin: 10px 0px;
    max-width: 100%;
}
/*#sidebar iframe{
    width:100%;
    height:200px;
}*/

#footer{
    padding: 5px 10px 5px 10px ;
    min-height: 75px;
}

#link ul{
    list-style-type: none;
    padding-left: 0px;
}
#link ul li ul li{
    margin: 0px;
    padding: 5px 10px 5px 10px ;
    clear: left;
}

.fixed-navi {
    top:0px;
    position:fixed !important;
    position:absolute;
    width: 1170px;
    z-index: 99;
}

#link ul li{ 
    padding: 5px;
    margin-left: 10px;
    float: left;
}
#link ul li ul{
    background-color: #00005f;
    color: #ff8201;
    /*        background-image: url(../img/blue.png);
            background-size: auto calc;*/
    position: absolute;
    display: none;
}

#link ul li:hover{
    background-image: url(../img/orange.png);
    color: #00005f;
    background-size: auto 30px;
    /*-moz-background-size:50% 25%;*/
    background-repeat: repeat-x;
}
#link ul li:hover > ul{
    display: block;
}

#link{
    margin:0px 0px 10px 0px;
    color: #ff8201;
    /*    background-image: url(../img/blue.png);
        background-size: contain;
        -moz-background-size:50% 25%;
        background-repeat: repeat-x;*/
    background: linear-gradient(to bottom, #3366cc, #00005f);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.link{
    margin:0px;
    cursor: pointer;
}
div.link:hover{
    color: #00005f;
    background: linear-gradient(to bottom, #ffe4c8, #ff8201);
    /*    background-image: url(../img/orange.png);
        color: #00005f;
        background-size: auto 30px;
        -moz-background-size:50% 25%;
        background-repeat: repeat-x;*/
}

#deviceLink{
    max-height: 30px;
    margin-right: 5px;
    width: 5px;
    cursor: pointer;
}

/*#deviceLink div{
    width: 35px;
    height: 3px;
    background-color: #ff8201;
    margin: 5px 0;
}*/

@media screen and (max-width: 480px){

    body{
        font-family: 'Open Sans', sans-serif; 
        width: 100%;
        margin: 0px auto;
    }
    #header{
        height: 185px;
        background: none;
        margin-bottom: 5px;
        padding-left: 5px;
    }
    #sidebar{
        display: none;
    }

    #contend{
        width: 100%;
        min-height: 950px;
        color: #00005f;
        margin: 0px auto;
        padding: 0px 5px;
        border: none;
    }
    .link{
        display: none;
    }

    #deviceLink{
        display: block;
    }
    .fixed-navi {
        top:0px;
        position:fixed !important;
        position:absolute;
        width: 100%;
        z-index: 99;
    }
}
@media screen and (max-width: 767px){
    
}