/* Datei: desktopstile.css */


body {
    font-family: 'Alegreya Sans', sans-serif;
    letter-spacing: 0px;
    text-decoration: none;
    color: #5F5356;
    background-color: #5f5356;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }

a img { border: 0px; }

aside {
    position: fixed;
    top:20px;
    right:20px;
    width: 200px;
    height: 54px;
    align: right;
    z-index: 10;
}

h1 {
    font-size: 28pt;
    letter-spacing: 0px;
    margin: 0em;
    text-decoration: none;
    font-weight: bold;
    }

h2 {
    font-size: 16pt;
    letter-spacing: 0px;
    margin: 0em;
    text-decoration: none;
    font-weight: bold;
    }

aside p {
    font-size: 12pt;
    letter-spacing: 1px;
    margin-left: 50px;
    margin-top:0px;
    margin-bottom:0px;
    text-decoration: none;
    font-weight: lighter;
    color: #5F5356;
    border: 1px black;
    }

p.smaller{
    font-size: 12pt;
    letter-spacing: 0px;
    }

p.fett{
    font-weight: bold;
    }

header.logo {
    position: relative;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    margin-top: 25%;
    margin-bottom: 100px;
   }

nav { 
    font-size: 12pt;
    font-weight: bold;
    position:fixed;
    left:20px;
    top:20px;
    z-index: 10;
    }

article {
    position: relative;
    left:0px;
    margin: 0px 0px 0px 0px;
    font-size: 16pt;
    z-index: 5;
    }

article#fulda{
    background-color: #E6F591;
    }

article#rosa{
    background-color: #d0cec7;
    }

article#kuki{
    background-color: #9d948e;
    }

article#kuki_2{
    background-color: #9d948e;
    }

article#limburg{
    background-color: #b1bdcb;
    color: #ffffff;
    }

article#talkwalk{
    background-color: #cbcfd6;
    }

article#gothaer{
    background-color: #b4b9bd;
    }

article#halle{
    background-color: #ad7f7f;
    color: #ffffff;
    }

article#beratungen{
    background-color: #9ebdc1;
    }

article#buero{
    background-color: #aa9c95;
    color: #ffffff;
    }

article#tanja{
    background-color: #debbaa;
    }

article#marcus{
    background-color: #9ea8c4;
    }

article#impressum{
    background-color: #959390;
    padding-bottom: 500px;
    }

article header {
    width: 750px; 
    padding: 5px;
    margin-left: 15%;
    padding-top: 30px;
    } 

article section {
    width: 750px; 
    padding: 5px;
    margin-left: 15%;
    padding-bottom: 30px;
    }

article section p img {
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    }

nav p {
    width: 200px; 
    background-color: #ffffff; 
    box-shadow: 2px 2px 5px 0px #5F5356;
    margin:0px 0px 10px 0px;
    padding: 5px 5px 5px 5px;
    }

a {
    text-decoration: none;
    color: #5F5356;    
    }

a:hover {
    color: #000000;    
    }

ul {
    position: fixed;
    display: block;
    list-style-type: none;
    margin:0;
    padding:0;
    width: 40px;
    overflow: hidden;
    transition-property: width;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    }

ul:hover {
    width: 250px;
    transition-property: width;
    transition-duration: 2s;
    transition-timing-function: ease;
    }

ul:hover li{
    height: 20px;
    background-color: rgba(255, 255, 255, 0.27);
    transition-property: height;
    transition-duration: 2s;
    transition-timing-function: ease;
    padding: 5px 0px 5px 10px;
    }

ul li {
        display: block;
	    position: relative;
        overflow: hidden;
        width: 250px;
        height: 10px;
        background-color: #ffffff;
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 40px;
        transition-property: height;
        transition-duration:0.1s;
        transition-timing-function:linear;

      }

ul li a {
        text-decoration: none;        
    padding: 0px 0px 0px 0px;
}

ul li:hover {
        display: block;
        width: 250px;
	    background-color: rgb(255, 255, 255);
        color:#000000;
      }

