/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Abel');

/* Reset Start */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Reset End */
 
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body { font-family: 'Abel', sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;

  

  .slides, & > .dg {
    display: none;
  }
}

/* Wrapper & Allgemeine classen Start */

.fl                     { float: left;}
.fr                     { float: right;}
.clear                  { clear: both;}
.center                 { text-align: center;}
.left                   { text-align: left;}

.w100 { width: 100%; }
.w80  { width: 80%; }
.w60  { width: 60%; }
.w50  { width: 50%; }
.w40  { width: 40%; }
.w33  { width: 33.3% }
.w30  { width: 30%; }
.w25  { width: 25%; }
.w20  { width: 20%; }
.w70 {width: 70%; margin-top: 75px;}

body { width: 100%; background-color: #000;}
.background { background-image: url(../img/hg_marcimo_neu.jpg); background-repeat: no-repeat; background-position: right; }
.contentwrapper { padding: 45px; }

.logo{ margin-bottom: 30px;  }

a { color: #fff; padding: 5px 0; width: 5%; display: block; text-decoration: none; font-family: 'Open Sans', sans-serif;}
a:hover { color: yellow; }

footer a { color: grey; }
footer  {      position: fixed;    bottom: 49px;}
p,h1 {color: #fff;}
h1 { font-size: 20px; }
.soundclowd {width: 35%; margin-top: 60px; margin-left: 20%;}



/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 

}

@media only screen and (max-width: 760px) { 


}

/* DEVICE 340*/

@media only screen and (max-width: 600px) {
 
.soundclowd {
    width: 100%; 
    margin-top: 60px;
    margin-left: 0%;
}
.background {background-image: none;}
footer {   margin: 20px 0; position: initial; bottom: 49px;}
}






