/*
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 : 30.05.2016, 18:29:01
    Author     : NanosWBP
*/

body {
    width: 100%;
    background-color: black;
    background-image: linear-gradient(0deg, azure 0%, lightgrey 70%);
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    color: white;
    font-family: calibri;
}

#picareaback {
    position: fixed;
    background: black;
    background-color: rgba(0,0,0,0.6);
    opacity: 0.6;
    filter: alpha(opacity=60);
    height: 100%;
    width:100%;
    left: 0px;
    top: 0px; 
    display: none;
}

.picarea {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 1em;
    display: none;
    justify-content: center;
    align-content: center;
    flex-direction: row-reverse;
}

.picarea img{
    max-width: 100%;
    max-height: 100%;
    border: 8px solid whitesmoke;
    align-self: center;
    background-color: whitesmoke;
}


a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: black;
}

#main {
    width: 80%;
    background-color: rgba(230,230,230,1);
    margin: 0;
    padding: 0em;
    border-left: 1px solid black;
    border-right: 1px solid black;
    box-shadow: 0px 0px 15px grey;

}


nav {
    margin: 0;
    width: 100%;
    padding: 0em 0em;
    background-image: url("http://www.bonath-clan.de/bewerbung/pics/banner_3.jpg");
    background-size: 100% 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 1.2em;
}

nav ul {
    text-align: left;
    width: 22%;
    min-width: 150px;
    background-color: rgba(0,0,0,0.5);
    list-style: square;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

nav ul li {
    padding: 0.8em 0.5em;
    margin: 0;

}
nav ul li:hover {
    background-color: rgba(255,255,255,0.5);
}
nav ul li a {
    padding: 0.6em 4em 0.5em 0em;


}

#breadcrump {
    width: 100%;
    background-color: rgba(255,144,0,1);
    padding: 0.3em 0;
    margin: 0;
}

#breadcrump p {
    margin: 0 0 0 1em;
    padding: 0;
    font-style: italic;
}

#content {
    width: 100%;
    background-color: rgba(250,250,250,1);
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section {
    padding: 1em;
    width: 60%
}

#section_quali {
    width: 50%;
}

aside {
    width: 35%;
    height: auto;
    background-color: rgb(180,180,180);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
}

aside img {
    width: 100%;
    float: right;
    margin-top: 1em;


}

h2 {
    width: 100%;
    margin: 0;
    padding: 0;
}

#quali {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 0.5em;

}

.quali_img {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    margin: 0.3em 0.6em 1.5em 0.6em;
}

.quali_img img {
    border-radius: 15px;
    box-shadow: 0px 0px 10px grey;
}

.img_caption {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    color: whitesmoke;
    text-align: center;
    border-radius: 15px;

}

.img_caption h3{
    margin-top: 25%;
}

.img_caption hr {
    width: 75%;

}
.img_caption a:hover {
    color: rgb(255,144,0);
}

.quali_img:hover .img_caption {
    display: initial;
}


.quali_detail {
    width: 40%;
    height: 100%;
}

.quali_detail h3 {
    background-color: rgb(255,140,0);
    padding: 0.1em 0 0.1em 1em;
    color: black;

}
.quali_detail div {
    display: none;
    padding: 1em 0em 1em 1em;
    background-color: rgb(180,180,180);
    color: white;
}

#quali_einleitung {
    margin-top: 2em;
    width: 80%;
    text-align: justify;

}


footer {
    background-color: rgb(255,140,0);
    padding: 0.5em;
    display: flex;
    justify-content: space-between
}

footer a {
    margin: 0 0.5em;
}

#ref {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
}

figure {
    position: relative;
    width: 20%;
    margin: 1em 0.5em 1em 0.5em;
    padding: 0;
    box-shadow: 0px 0px 10px grey;

}

figure img {
    width: 100%;
    height: 100%;

}

figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 4em;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    font-size: small;

}

.pers_img {
padding: 0; 
width: 100%;
height: auto;
margin: 0;
}

.konimp {
    background-color: whitesmoke;
    width: 30%;
    height: 30%;
    color: black;
    display:flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-self: center;
    box-shadow: 0px 0px 10px rgb(255,140,0);
    border-radius: 15px;
}

.imp {
    background-color: whitesmoke;
    width: 90%;
    padding: 1em;
    height: auto;
    color: black;
    
}