/*****************************************************************
 * CSS Resets
 *****************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline}

html {line-height: 1}

ol, ul {list-style: none}

table {
  border-collapse: collapse;
  border-spacing: 0}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle}

q, blockquote {quotes: none}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none}

a img {border: none}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block}

/*body*/

* {
  border-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box}

*a {color:#fff; text-decoration: none}

body {
  background-color: #666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 24px}

/*typography*/

strong {
  font-weight: bold;
  color: #000000}

p {
  color: white;
  margin: 1.25rem 0}

#wrapper {
  position: relative;
  width: 100%;
  min-width: 20rem}

.header-img {
    margin: 0;
    max-height: 250px;
    padding: 0;
    width: 100%}

/*site-navigation*/

.desktop .primary-navigation {
  position: static;
  background-color: #666;
  width: 100%;
  height: 100%;
  right: -12.5rem;
  float: left}

.desktop .primary-navigation ul {
  position: relative;
  list-style: none;
  margin: 0;
  float: left}

.desktop .primary-navigation ul:before, .desktop .primary-navigation ul:after {
  content: "";
  display: block}

.desktop .primary-navigation ul:after {clear: both}

.desktop .primary-navigation ul li {
  padding: 0;
  float: left;
  height: 3.75rem}

.desktop .primary-navigation ul li a {
  display: block;
  text-decoration: none;
  color: #3498db;
  padding: 0 1.25rem;
  -webkit-transition: background-color	0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color	0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color	0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: background-color	0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color	0.3s ease-in-out, color 0.3s ease-in-out;
  height: 3.75rem}

.desktop .primary-navigation ul li a:hover {
  border-top: 0.0625rem solid #dddddd;
  border-bottom: 0.0625rem solid #dddddd
  border: none;
  background-color: #3498db}

.desktop .primary-navigation ul li ul {display: none}

/*main*/

main {
  padding: 1.25rem;
  clear: both;
  min-width: 20rem}

main h1 {margin: 20px 0 0 0}

main h2 {margin: 10px 0}

main nav {
  display: block;
  margin: 1.875rem 0}

main nav a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px}

main nav a:hover {color: #3498db}

.active {background: #666}

.active a {color:#fff !important}

main p.blindtext {
  text-align: center;
  overflow: hidden}

main button {
  display: block;
  color: white;
  letter-spacing: 0.0375rem;
  background-color: transparent;
  border: 0.125rem solid white;
  padding: 0.625rem 2.5rem;
  margin: 0 auto;
  cursor: pointer}

article.content{margin-top: 30%}

/*footer*/

#footer {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: #ff0000;
    padding: 5px 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

#footer a {color:#ff0000!important; text-decoration: none}

#footer .footer-main {
  max-width: 75rem;
  height: 100%;
  margin: 0 auto;
  padding: 0.625rem 0.625rem 1.875rem 0.625rem;
  overflow: hidden}

#footer .footer-main > p {
  font-size: 0.625rem;
  margin: 0}

#footer .footer-main > p a {text-decoration: none}

h1,h2,h3.h4 {font-size:26px; color:#fff; padding-bottom: 15px}

.bild{width:100%}

.navi li a {text-align:center}

.clear{clear:both}

.logo{margin:auto; display:block; width:50%; padding:20px}

.gallery {list-style: none; padding-left: 5; margin: auto}

.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden}

.gallery li { list-style: none !important; float: left; width: 30%}

.gallery li a { display: block; margin: 5px; border: 1px solid #3c3c3c}

.gallery li img { display: block; width: 100%; height: auto}

.impressum{ float:left; padding-right:30px}

ul li {list-style:inside; line-height: 25px; text-indent: -13px; padding-left: 25px}
ul {padding-bottom: 15px}

nav ul li {list-style: none !important}

.impressum p {line-height: 25px}

.box p {color:#333333; text-shadow: none; font-weight: 400}

article {margin-bottom: 2rem}
