* {  
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
       -ms-box-sizing: border-box;
           box-sizing: border-box;
}
html, body {
    height: 100%;
    font-size: 15px;
    font-family: 'Arial';
}
div {
    border: 0px solid black;
}
p{
    border: 0px dashed black;
}
a:link, a:visited{
    color: red;
    font-weight: bold;
}
a:hover{
    color: white;
    font-weight: normal;
    text-decoration: none;
    background-color: black;
    padding: 0px 5px 0px 5px;
}
.content a:link, .content a:visited, .content a:hover{
    color: transparent;
    padding: 0px;
    text-decoration: none;
    background-color:transparent;
}
#wrapper{
    position: absolute;
    border: 0px dotted black;
    margin: 0px; padding: 0px 10px 0px 10px;
    background-color: yellow;
    background-attachment: fixed;
    left: 20%; right: 20%; top: 0px;
}
#fixed{
    position: fixed;
    left: 20%; right: 20%;
    margin: 0px 10px 0px 10px; padding: 1px;
}
#menue , .yoko-description {
    display: none;
    font-weight: normal;
}
.yoko, .yoko a, .yoko a:visited, .yoko a:hover{
    color: black;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Tahoma';
    font-weight: bold;
    padding: 0px; margin: 0px;
    font-size: 35px;
}
.yoko-description{
    width: 100%;
    margin:-5px 0px 0px 0px;
    padding-bottom: 3px;
}
#menue{
    font-size: 12px;
    text-align: right;
    padding-top: 3px;
    border-top: 5px solid black;
    word-spacing: 50px;
}

.about a:link, .webwork-link, .photography-link{
    color: black;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.about a:visited, .active a:visited{color: black;}
.about a:hover, .webwork-link:hover, .photography-link:hover, .active a:hover{
    font-weight: normal;
    background-color: black;
    color: yellow;
    padding: 0px 5px 0px 5px;
}
.webwork, .photography{
    display: none;
    position: absolute;
    border-top: 2px dashed black;
    padding: 4px 0px 2px 0px;
    word-spacing: 15px;
    left: 0px; right: 0px;
    top: 90px;
}
.webwork a:link, .photography a:link, .webwork a:visited, .photography a:visited {
    color: black;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
}
.webwork a:hover, .photography a:hover{
    color: black;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid black;
}
.active, .active a:link{
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    background-color: black;
    color: yellow;
    padding: 0px 5px 0px 5px;
}
.active2 a:link{
    color: black;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid black;
    padding: 0px 5px 0px 5px;
}
.title{
    text-align: left;
    color: white;
    background-color: black;
    font-size: 20px;
    padding: 2px 0px 2px 10px; 
    margin: 0px 0px 5px 0px;
}
.external-link{
    border-top: 4px solid black;
    text-align: right;
    font-size: 12px;
    padding: 2px; margin: 10px 0px 0px 0px;
}
.back2top{
    width: 100%;
    font-size: 15px;
    text-align: right;
    padding: 0px; margin: 5px 0px 0px 0px;
}
.back2top a:link, .back2top a:visited, .back2top a:hover{
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 0px 5px 5px 5px;
}
#about {
    overflow: hidden;
    margin: 250% 0px 0px 0px;
    padding: 10% 0px 10% 0px;
}
#about img{
	width: 40%;
	float: left;
    margin-right: 20px;
}
#about-text{
    font-size: 18px;
    padding: 5% 0px 5% 0px;
    overflow: hidden;
    min-width: 130px;
}
.contact{
    font-size:12px; 
    margin-top:20px;
}
.contact-links{
    font-size: 11px;

}
.categories{
    padding: 130px 0px 50px 0px;
}
.img-content{
    /*overflow: hidden;*/
    overflow-x: scroll;
    white-space: nowrap;
}
.img-content-single{
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.img-content-single img{width:100%;}
/*.img-content img{
    height: 450px;
    max-height: 60%;
    margin-right: 3px;
}*/
.text-content{
    font-size: 17px;
    text-align: justify;
    line-height: 130%;
    margin: 5px 0px 0px 0px;
    word-wrap: break-word;
}
#landesmuseum-gif{
    margin: 250% 0px 0px 0px;
}
#whirlwind, #ripwww, #cafeteria, #london, #misc, #analog{
    margin: 0px 0px 0px 0px;
}
/*#london{
    margin: 250% 0px 0px 0px;
}
#misc, #analog{
    margin: 1% 0px 0px 0px;
}*/


/*MEDIA QUERIES*/

/*Smartphones and Tablets*/
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {

    #wrapper, #fixed{
        left: 0px; right: 0px;
    }
    .webwork, .photography{
        top: 110px;
    }
    .categories{
    padding: 150px 0px 10% 0px;
    }
    #menue{
        word-spacing:20px;
        font-size: 11px;
        text-align: center;
    }
    #about{
        padding: 150px 0px 10% 0px;
    }
    #about img{
        width: 100%;
        float: center;
    }
    #about-text{
        font-size: 20px;
        padding: 5% 0px 5% 0px;
        text-align: justify;
    }
    .contact, .contact-links{
        font-size: 15px;
    }

}











