﻿/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 00;
  vertical-align: top;
  font-family:arial; }






/*
ol, ul,li {
  padding: 5px 10px; }
*/

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none;
  margin: 1px;
  }


  
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #505050;
  font-family: "Ubuntu", sans-serif;
  font-family:"Verdana";
  font-family: "Ubuntu";
  font-weight: 300;
  font-size: 13px;
  line-height: 1.8; 
  
    }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; 
  line-height: 1;
  color:rgb(63,63,63);
  /*font-weight: 300; */ }

  
  
  
a {
  text-decoration: none;
  color: #c80032; }

a:hover {
  color: #7c001f; }

/* =Template
-------------------------------------------------------------- */
#wrapper {
  
  max-width: 900px ; 
  margin: 0 auto;   /* Innenabstand  1.Wert: oben&unten  2.Wert: links & rechts  => auot=zentriert*/
	}

#main {
  background-color: #fff;
  padding: 0;   /* Innenabstand  1.Wert: oben&unten  2.Wert: links & rechts */
 
  }

.container {
  width: 100%;         /*Breite des MenÃ¼s + Inhalt*/
  margin: 0 0;
  padding: 0 0;	}


/* =Top Bar
-------------------------------------------------------------- */
#top-bar {
  background-color: #176ac6;
}
#top-bar a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 10px; }

#top-bar a:hover {
  background-color: #176ac6; }

  
#footer-bar {
  background-color: #176ac6; 
 /* position:fixed;
  bottom:0px;*/
  width:100%;
  margin: 0;
  padding: 0px;	}

#footer-bar a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
  padding: 10px; }

#footer-bar a:hover {
  background-color: #175bc6; }
 
#content{
  float: left;
  padding-top: 10px;
  width:700px;
  /*border: solid 1px #175bc6;*/ }

#infobox {
  float:left;
  width:200px;
  padding: 10px;
  background-color:rgb(234,234,234);
	text-align: center;
}
#infobox h1{
  font-size:12pt;
  font-weight: bold;
  margin-bottom: 10px;

  } 
  
#infobox h2{
  font-size:10pt;
  font-weight: bold;
  margin-bottom: 10px;
  }

 .clear {
	clear: both;
} 

span.bar-left,
span.bar-right {
  display: block;
  width: 33%; }
span.bar-middle  {
  display: block;
  width: 100%; }

span.bar-left {
  float: left;
  text-align: left; }
span.bar-middle {
  float: center;
  text-align: center; }
span.bar-right {
  float: right;
  text-align: right; }

/* =Header
-------------------------------------------------------------- */
header {
  padding: 0px 0px;  }

#title {
  text-align: center;
  background-color: #176ac6;
  }

#title h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px; }

#title h2 {
  color: #ff4976;
  font-size: 20px; }

/* =Footer
-------------------------------------------------------------- */

  
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

  
/* =Bilder
-------------------------------------------------------------- */
div.bild{
  font-family:"verdana";
  text-align:center;
  font-size:8pt;
  font-weight:light;
  margin-top:10px;
}
  

	  
 .rahmen {
     border-style:solid;
     border-width:2px;
     border-color:rgb(234,234,234) ;
 } 

#unterschrift {
  font-size: 8px;
  margin-right: 10px;
  text-align: right;  } 


/* ZeilenDarstellugn fÃ¼r Artikel, Artikel 
Quelle:https://blog.kulturbanause.de/2014/11/gestaltungsraster-css-grids-web-design/
Zeile START*/
.row {
  width:auto;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.columns {
  float:left;

}


/* Artikel */
  .article {width:50%; }




/* Zeile ENDE*/


  
/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 900px) {
  .container {
    width: 100%; }

  #top-bar a {
    display: block; }

  span.bar-left,
  span.bar-middle,
  span.bar-right {
    width: 100%; }

  span.bar-left,
  span.bar-middle,
  span.bar-right {
    float: none;
    text-align: center; }

  span.bar-left,  
  span.bar-middle,
  span.bar-right {
    border-bottom: solid 1px #f2f2f2; }

  #title h1 {
    font-size: 20px; }

  #title h2 {
    font-size: 16px; } 

  #content {
    float: center;
	 width: 100%; }
	 
  #infobox {
    float: center;
	 width: 100%; }
  .clear {
	clear: both;
    }
  
  .article {width: 100%;}	

@media print {
  #infobox {
    display: none;  }
  #footer-bar {
    display: none;  }
}