/* ==========================================================================
   index page
   ========================================================================== */

body {
    background: rgb(232, 232, 232);

    /* 	border: 3px solid #000; */
}

.siteContainer {
    position: relative;
    width: 300px;
    height: 765px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;

    background: rgb(232, 232, 232);

    /* 	border: 3px solid #000; */
}

.content,
.avatar {
    position: relative;
    width: 300px;
    margin-top: 15px;

    background: rgb(111, 116, 136);
    color: rgb(232, 232, 232);
    border-radius: 2px;

    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 22px;

    /* 	border: 3px solid rgba(228,6,17,0.51); */
}

.content {
    height: 450;
}

.content a {
    color: rgb(232, 232, 232);
    text-decoration: underline;
}

.content p {
    padding: 15px;
    margin: 0em;
}

.avatar {
    background: url("../img/avatar.png") no-repeat;
    height: 300px;
}

/* ==========================================================================
   german legal stuff
   ========================================================================== */
footer {
    width: 300;

    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 5px;

    color: rgba(111, 116, 136, 1);

    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    text-align: right;
}

footer a:before {
    content: "Impressum";
}

input {
    display: none;
}

label {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

label:hover,
input:checked + label {
    color: rgb(71, 88, 116);
}

input ~ figure {
    width: 163px;
    height: 95px;
    max-height: 0px;

    position: absolute;
    margin-top: 10px;
    right: 0px;

    background: url("../img/impressum.png") no-repeat;
}

input:checked ~ figure {
    max-height: 500px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}
