/*#################### ALLGEMEIN ####################*/

html, body {
    
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    
    
    
    /*background-image:url(images/blackblock_bg.png);
    background-repeat: repeat;*/
   
    
    
    
    background-image:url(images/Bg_pic.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center top;
    background-size: 100% 100%;
    
}
/*#################### ALLGEMEIN ####################*/

/*##################### SOCIAL ######################*/

#topbar {background-color:#000 !important; z-index:1; width:100%;}
.socialmedia {margin: 0 auto; float:left; margin-left:190px; font-size:18pt;}
a.facebook {color:#f4e3c3;}
a.facebook:hover {color:#3B5998;}
a.youtube {color:#f4e3c3;}
a.youtube:hover {color:#e52d27}

/*##################### SOCIAL ######################*/

/*#################### HEADER ####################*/


header {
    
    height: auto;
    margin: 0 auto;
    background: #393939;
    
}

header img {
    
    max-width: 100%;

}

/*#################### HEADER ####################*/

/*#################### NAV ####################*/

#nav {
    
    height:40px;
    background: #393939;
	line-height:20px;

}

nav {
    width: 1000px;
    height: 36px;
    margin: 0 auto;
	margin-top:-4px;
    background: #393939;
    
}

nav ul {
    
    margin: 0;
    padding: 0;
    
    
    
}

nav ul li {
    
    position: relative;
    display: inline-block;
    padding: 0;
    

}

nav ul li a {
    
    display: block;
    width: 160px;
    padding: 10px 0 10px 0;
    text-align: center;
    background: #393939;
    text-decoration: none;
    list-style: none;
    color:#f4e3c3;
    text-transform: uppercase;
    font-size: 10pt;

}

nav ul li a:hover {
    
    background: #535353;
    transition: 1s;
    
}

nav ul ul {
    
    display: none;
    position: absolute;
    top:39px;
    z-index: 1;

}

nav ul li:hover ul {
    display:block;
}

/*#################### NAV ####################*/


/*#################### CONTENT ####################*/

.main {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
}

.content {
    
    float: left;
    top: 0;
    display: inline-block;
    width: 70% ;
    margin-top: 20px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(57, 57, 57, 0.7);
    box-sizing: border-box;
    border-radius: 5px;
    color: #f4e3c3;
    
}

.titelbild img {
    
    
    width: 100%;
    margin-bottom: 10px;
    
}

.picvorschau img {
    
    filter: blur(0);
    width: 32%;
      
}

.picvorschau img:hover {
    
   -webkit-filter: blur(2px);
    
}


.content h1 {
    
    padding: 5px;
    border-bottom: 2px solid white;
    margin-top: 0;
    
    
}

#willkommen {
    font-size: 20px;

}


.icon {
    
    max-width: 30px;

}

.download {
    
    margin-top: 20px;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    background: #393939;
    border: 1px solid white;
}

.download:hover {

    background:#535353; 

}

#link {
    
    color: white;

}

.youtubevid {
    margin: 20px;
}

.h10 {
    
    padding-bottom: 5px;
    font-size: 18px;
    text-decoration: underline;

}


.online {
    
    color: limegreen;

}


.offline {
    
    color: red;

}



/*---------- Patchnotes ----------*/

.patchnotes {
    
    padding: 7px;
    font-weight: 400;


}

.patchnotes h3 {
    
    margin: 0;
    margin-bottom: 3px;
    font-size: 25px;
    color: white;

}


.patchnotesdatum {
    
    font-size: 15px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;

}

.patchnotestext {
    
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid white;
    color: #f4e3c3;
} 

.patchnotestext a {
    
    color: white;
    
}


/*---------- Patchnotes ----------*/


/*#################### CONTENT ####################*/

/*#################### SIDE ####################*/
#aside {
    
    display: inline-block;
    margin-top: 20px;
    width: 23%;
    
    margin-right: 2%;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;

}

.asidetopbar {
    
    height: 30px;
    /*background: #f7e770;      Gelb*/
    background: #393939;
    padding-top: 7px;
    font-size: 17px;
    font-weight: 400;
    color: #f4e3c3;
    

}

#social {
    
    height: 180px;
    background-color: rgba(57, 57, 57, 0.7);
    border-radius: 5px;
    

}

#news {
    
    background-color: rgba(57, 57, 57, 0.7);
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    color: #f4e3c3;
}

/*---------- News Side ----------*/


.newspostside {
    
    padding: 7px;
    font-weight: 400;

}

.newspostside h3 {
    
    margin: 0;
    margin-bottom: 3px;

}

.newsdatumside {
    
    font-size: 12px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    
}

.newstext {
    
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid white;
}
/*---------- News Side ----------*/


/*---------- Social ----------*/

.sociallist {
    
    font-size: 12px;
    padding: 7px;
    margin-top: 10px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    color: #f4e3c3;

}

.sociallist a {
    
    color: #f4e3c3;
    text-decoration: none;
    
}

.sociallist a:hover {
    
    color: white;
    
}



/*---------- Social ----------*/

/*#################### SIDE ####################*/

/*#################### FOOTER ####################*/

footer {
    
    margin-top: 20px;
    clear: both;
    height: 100px;
    background: #393939;
    background-color: rgba(57, 57, 57, 0.7);
    
}

footer ul li {
    float: left;
    text-decoration: none;
    list-style: none;

}

footer ul li a {
    
    display: block;
    color: white;
    text-decoration: none;
    padding: 40px 10px 40px 10px;
}

footer ul li a:hover {
    
    background: #535353;
    
}

/*#################### FOOTER ####################*/