/*
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 : 01.07.2016, 09:13:25
    Author     : Nancy
*/

html {
background: url(../image/564204_559574280749399_1773718076_n.jpg) no-repeat center top fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
}

body{
    margin: 0;
    padding: 0;
    color: azure;
    font-family: "Titillium Web";
    font-size: 18px;
}

a{
    color: azure;
    font-weight: bold;
    text-decoration: none;
}

h1{
    margin: 2px;
}

h2{
    font-size: 1.1em;
    margin: 5px 0;
}

h3{
    font-size: 1.0em;
    margin: 5px 0;
}

h4{
    font-size: 0.9em;
    margin: 5px 0;
}

h5{
    font-size: 0.8em;
    margin: 5px 0;
}

hr{
    margin: 3px;
}

.not_selectable{
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

#background_image_container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
}

#background_image{
    min-width: 100%;
    min-height: 100%;
    display: block;
    margin: auto;
}

.blender{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#content_background{
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 550px;
    max-width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,0.5);
}

#content_holder{
    margin: 50px;
}

#banner{
    margin-top: 20px;
}

.row{
    display: inline-block;
}

.icons{
    font-size: 30px;
    color: white;
}

.right{
    float: right;
    margin:3px;
}

#menue{
    list-style-type: none;
}

#menue ul{
    padding: 0;
}

.menue_button{
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    width: 70px;
    border: 1px solid azure;
    background-color: grey;
    color: azure;
    text-align: center;
    cursor: default;
}

.language_select{
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 2px;
    width: 70px;
    border: 1px solid azure;
    background-color: grey;
    color: azure;
    text-align: center;
    cursor: default;
    font-size: 14px;
}

.active,
.menue_button:hover,
.language_select:hover{
    border: 1px solid grey;
    background-color:dimgray;
    cursor: pointer;
}

.menue_button a{
    color: azure;
    text-decoration: none;
}

#content{
    margin-top: 50px;
}

#content{
    width: 550px;
    min-height:110%;
}

.dates a{
    text-decoration: none;
    color: azure;
}

.dates a:hover{
    text-decoration: none;
    color: lightgrey;
}

.release{
    width: 520px;
    margin: 5px;
}

.release_cover{
    display: inline-block;
    width: 50px;
    height: 50px;
}

.release_right{
    display: inline-block;
    position: relative;
}

.release_top{
    display: inline-block;
    font-size: 1.0em;
    width: 370px;
}

.release_bottom{
    display: inline-block;
    font-size: 0.6em;
    width: 460px;
}

.release_label{
    font-size: 0.6em;
    width: 90px;
    display: table-cell;
    position: absolute;
    bottom: 25;
    right: 0;
    text-align: right;
}

.release_year,
.release_label{
    float: right;
}

.newsContainer{
    margin-bottom: 16px;
    padding: 6px;
    min-width: 100%;
    border: 1px solid lightgrey
}

.news .headline,
.news .date{
    display: inline-block;
    width: 80%;
}

.news .date{
    float: right;
    width: 18%;
}

.newsContainer img{
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 16px;
}

@media screen and (max-width:1099px) {
    body{
        font-size: 19px;
    }
    #content_background{
        max-width: 100%;
    }
    #content_holder{
        margin:20px; 
    }
}