
/*  ----------- Design  ----------- */

body {
    margin:0;
	font-family: 'Open Sans 100', sans-serif;
	font-size: 1.2em;
}

/*
img {
   width:100%;
   max-width: 400px;
   height:auto;
}
*/



h1 {
font-family: 'Work Sans 700', sans-serif;
font-size: 1.5em;
color:#4CEDED;
line-height: 80%;
}
h2 {
color:#4CEDED;
line-height: 80%;
}
h6 {
line-height: 80%;
}

hr {
color: #4CEDED;
}

a {
text-decoration: none;
color:#777777;
}

a:hover {
text-decoration: none;
color:#4CEDED;
}
a:link { text-decoration:none; }
a:visited {text-decoration:none; }

.singlefade:hover {opacity: 0.5;}
.beschr {
 font-size:0.8em;
 color: #999999;
}

#foot {
color: #777777;
font-size:0.8em;
}


/* -------------  mobile -------------------  */
@media screen and (max-width : 760px) { 
body {
   font-size: 1.09em;
}

hr {
color:rgba(234,234,234, 0.0);
border:solid transparent 0px;
visibility: hidden;
}

.arts {
    font-size:0.8em;
	color: #000000;
}

#logo {
	 width:100%;
   max-width: 280px;
   height:auto;
}
#logo img {
	 width:100%;
   max-width: 400px;
   height:auto;
}

#foot {
color: #0777777;
font-size:0.7em;
}

}
