
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display:block;
}

nav ul, nav li { margin: 0; }
nav ul, ul { list-style:none; }

{
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.col{
  margin-left: 0.5%;
}

.col:first-child {
  margin-left:0;
}


body{
  font-size: 87.5%;
  color: #252e35;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  background: #f6f6f6;
}

h1{
    font-size: 1.5em; 
    line-height: 1.5em; 
    font-weight: 400;
}

h2{
  font-size: 1.2em; 
  line-height: 1.5em; 
  color: white;
  font-weight: lighter;
}

h3 {font-size: 0.9em; 
  line-height: 1.5em; 
  color: black;
  font-weight: 200;
width: 100%;
height: auto;
background-color: lightblue; padding: 5px; box-sizing: border-box; border-radius: 3px 3px 3px 3px; border-width: 1px; border-style: solid; border-color: black; margin-top: 5px;}

p{
    font-size: 1em; 
    line-height: 1.5em;  
    margin-bottom: 1.5em; 
    padding-top: 20px;
}

#container, .inner{
  margin: 0 auto;
}

header{
  background: #262F37;
}

header h1{
  margin: 7px 0 0 0;
}

#container{
  clear: both;
  padding-top: 20px;
}

.alt{
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 400;
}

/* NAVIGATION */

nav{
  margin: 7px 0 7px 0;
}

nav ul{
  text-align: right;
  overflow: auto;
  width: 100%;
}

nav ul li{
  margin: 0 0 0 0;
  text-align: center;
  overflow: auto;
  float: left;
  width: 33%;
}

nav a{
  text-decoration: none;
  margin: 0;
  display: block;
  padding: 7px 0 7px 5%;
  margin: 3px 0 0 4%;
  background-color: rgba(255,255,255,0.1);
    font-weight: lighter;
  border: solid 1px lightgrey;
    
}

article { padding: 10px; box-sizing: border-box;}


footer {
    float: left;
    width: 100%;
    height: auto;
    background-color: #262F37;
    color: white;
    padding: 15px;
    box-sizing: border-box;
    font-weight: lighter;
    font-size: 10px;
}

img { width: 25%; float: left; margin-right: 1.8em; margin-top: 1em; border-radius: 5px; box-shadow: 3px 2px 8px grey;}

/*Tabelle*/
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0;padding:0px;
    
}

.CSSTableGenerator tr:nth-child(odd){ background-color:#000000; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#000000; }.CSSTableGenerator td{
	vertical-align:middle;
	text-align:left;
	padding:5px;
    box-sizing: border-box;
	font-size: 1.25em;
	font-weight: 400;
	color: lightblue;
}

/*Footer*/
footer .Sprechzeiten {font-size: 1.5em; font-weight: bold; line-height: 1.9em; padding-bottom: 10px; color: #fff; }

a {color: #fff; text-decoration: none; font-weight: lighter;}

li {line-height: 1.8em; margin-left: 15px;}

#container a {color: blue; font-weight: 400;}

footer {color: #fff; font-weight: 400; font-size: 12px;}


/* MEDIA QUERIES */


@media screen and (max-width: 768px){
  nav .span0{
    width: 100%;
  }

  .span0, article{
    width: 100%;
  }

  .span0, aside{
    width: 100%;
    margin-left: 0;
  }

  #container, .inner{
    width: 90%;
    padding: 0 5% 0 5%;
  }
    
    
    
    .CSSTableGenerator tr:nth-child(odd){ background-color:#000000; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#000000; }.CSSTableGenerator td{
	vertical-align:middle;
	text-align:left;
	padding:5px;
    box-sizing: border-box;
	font-size: 1.25em;
	font-weight: 400;
	color: #fff;
}
    
    
    
    
}

@media screen and (max-width: 480px){
  nav ul li{
    width: 100%;
    margin: 0 0 5px 0;
  }

  nav a{
    margin: 0;
    padding: 14px 0 14px 0;
  }
    
    .CSSTableGenerator tr:nth-child(odd){ background-color:#000000; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#000000; }.CSSTableGenerator td{
	vertical-align:middle;
	text-align:left;
	padding:5px;
    box-sizing: border-box;
	font-size: 1.25em;
	font-weight: 400;
	color: #fff;
}
    
    
    
    
}



@media screen and (max-width: 600px) {
 
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

.cf {
    *zoom:1;
}




