html,body {
   height: 100%;
   width: 100%;
}
body {
    background-color: black;
    margin: 0;

        background-image: url(./images/stencil-front-pfad-white.svg);
    background-repeat: no-repeat;
    background-size: auto calc(100% - 120px);
    background-size: 400px auto;
    background-position-y: 100px;
    background-position-x: right;
    background-attachment: fixed;
}
@font-face {
  font-family: 'college';
  src: url('collegiateHeavyOutline Medium.otf');
}
#content
{
    display: inline-block;
    width: calc(100% - 460px);
    min-height: 100%;
}
#description {
    height: 100%;
    width: 80%;
    float: left;
    /*background-color: black;*/
}
#pictures {
    /*height: 15em;
    width: 15em;*/
    height: 65%;
    width: 100%;
}
#picture {
    /*height: 15em;
    width: 15em;*/
    /*height: 100%;*/
    width: 40%;

    margin-top:2%; margin-left:2%;

    /*float: left;
    background-color: white;*/
}
#altpictures
{
    height: 100%;
    width: 10%;
    float: right;
    padding-right: 5%;
}
.altpicture {
    /*display:block*/
    /*height: 29%;*/
    width: 100%;
    float: left;
    margin-top:2%;
    margin-left:2%;
    /*background-color: white;*/
}
#altpicture1 {
    margin-left:4%;
}
#altpicture2 {
}
#text {
    height: 35%;
    width: 50%;
    position: relative;
    bottom: 0px;        /* (3.) */
    left: 0px;
    padding: 0px 20px;
    /*background-color: white;*/
}
p,
h1 ,
h2{
    color: white;
    font-family: 'college';
    font-size: 3em;
    font-weight: 100;
}
#selection {
    height: 100%;
    width: 20%;
    float: right;
    overflow: hidden;
}
#selectionchild {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-right: 20px;
    box-sizing: border-box;
}
.selection {
    /*height: 29%;*/
    width: 100%;
    float: left;
    /*background-color: white;*/
    margin-top:5%;
}
#title {
    font-size: 60px;
    text-align: center;
    line-height: 100%;
    position: fixed;
    right: 40px;
    margin: 30px 0px;
}
#logo {
    height: 90%;
    background-image: url('./images/stencil-front-pfad-white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*background-position: center;*/
}