body {
    background-color: black;
    font-family: Lato;
}

a  {
    color: darkorange;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h2,h3,p {
    text-align: center;
}

h2 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 1em 0 0.7em 0;
}

h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 3em 0 0.7em 0;
    color: white;
    text-align: left;
}

h2 + h3 {
    margin-top: 1.5em;
}

p {
    margin: 2em 0;
    text-align: left;
}

h3 + p {
    margin-top: 0em;
}

#wrapper {
    position: relative;
    width: 900px;
    margin: 8em auto 15em auto;
    z-index: 100;
}


.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

blockquote {
    padding: 1.5em 3em 0.7em 3em;
    font-style: italic;
}

ul:not(.menu) li {
    padding-bottom: 0.6em;
}
ul:not(.menu) li a:after {
    content: " \0000BB";
}

.project-detail {
    margin-left: 2em;
}

dl {
    width: 100%;
    color: white;
    height: 100%;
}

dt {
    float: left;
    width: 47%;
    margin-right: 6%;
    color: white;
    font-style: italic;
    text-align: right;
}

dd {
    float: left;
    width: 47%;
    margin-bottom: 0.5em;
    color: white;
}

.img_box {
    position: relative;
    width: 850px;
    height: 540px;
    overflow: hidden;
    margin-bottom: 5em;
}

.img_box .text {
    position: absolute;
    width: 50%;
    bottom: -2em;
    left: 0;
    text-align: left;
}

.img_box .text h3,
.img_box .text .description {
    background: rgba(0,0,0,0.9);
    text-align: left;
    padding: 0.5em 1em;
}

.img_box .text h3 {
    font-size: 2em;
    display: inline-block;
}
.img_box .social {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
/*    transform: rotate(-5deg);*/
}

.img_box .social li {
    margin-bottom: 1em;
}
.img_box .social li a {
    color: white;
    padding: 0.5em 3em 0.5em 1em;
    margin-right: -2em;
    font-size: 1.2em;
    font-weight: bold;
    filter: saturate(0.8);
    transition: filter 0.2s ease, margin-right 0.2s ease;
}

.img_box .social li a:after {
    content: "";
}

.img_box .social li a.website {
    background: green;
}
.img_box .social li a.facebook {
    background: #4267b2;
}
.img_box .social li a.youtube {
    background: red;
}
.img_box .social li a.soundcloud {
    background: #ff3300;
}
.img_box .social li a.instagram {
    background: #c331a3;
}


.img_box .social li a:hover {
    filter: saturate(1);
    margin-right: 0em;
    text-decoration: none;
}

/* Neues */

.entry {
    clear: left;
}
.entry h3,
.entry p {
    text-align: left;
}

.entry img {
    float: left;
    margin-right: 2em;
    width: 400px;
    margin-bottom: 5em;
}

/* Kontakt */
#form_contact {
    position: relative;
    left: 50%;
    width: 400px;
    text-align: left;
    display: block;
    margin: 0 0 0 -200px;
}

#form_contact label {
    display: block;
    margin-bottom: 0.5em;
}

#form_contact p {
    margin: 0 0 0.8em 0;
    text-align: left;
}

input, textarea {
    border: solid 1px rgb(150,150,150);
    background-color: rgba(255,255,255,0.5);
    transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
    background-color: white;
}

input[type=text] {
    width: 200px;
}

textarea {
    height: 150px;
    width: 300px;
}

/* Footer */
.footer/*, .bgimg-3*/ {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.footer {
    background-color: black /*#bc5610 /*#131515*/;
    background-size: auto 40%;
    height: 50%;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.footer .caption {
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer .framebox {
    position: absolute;
    bottom: 6em;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.8);
}

.footer ul {
    margin: 0 auto;
    width: 1%;
    display: flex;
    justify-content: space-around;
}
.footer a {
    color: rgba(255,255,255,0.7);
    display: block;
    padding: 0.5em 1em;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    margin-bottom: -1px;
}
.footer a:hover,
.footer a:focus,
.footer a.current {
    color: darkorange;
    border-bottom-color: darkorange;
    text-decoration: none;
}

.footer p {
    position: absolute;
    bottom: 1em;
    font-variant: small-caps;
    left: 0;
    color: rgba(255,255,255,0.7);
    text-align: center;
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 0em;
}


.cd {
    width: 100%;
    text-align: left;
    margin: 100px 0;
    clear: left;
}
.cd .description {
    display: inline-block;
}
.cd .cover {
    width: 40%;
    float: left;
    margin-bottom: 5em;
}
.cd .cover img {
    width: 100%;
}
.cd .description {
    padding-left: 4em;
    max-width: 50%;
}
.cd .description h3,
.cd .description p,
.cd .description .tracklist {
    text-align: left;
}
.cd .description h3 {
    margin-top: 0;
}
.cd .description .tracklist {
    list-style-position: inside;
    font-size: 1.3em;
    margin-left: 3.7em;
    text-indent: -3.7em;
}
.cd .description .tracklist li {
    list-style-type: decimal-leading-zero;
    padding: 0.2em 0 0.3em 0;
}
.cd .description .tracklist li img {
    margin-bottom: -4px;
    padding-right: 0.3em;
    width: 25px;
}
.cd .description .tracklist li .featuring {
    font-size: 0.7em;
    font-style: italic;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 900px) { /*max-device-width*/

    #wrapper {
        width: 700px;
    }
    
    .img_box {
        width: 650px;
        height: 413px;
        margin-bottom: 4em;
    }
    .img_box img {
        width: 100%;
    }

}
