﻿@charset "UTF-8";


/*  meine Änderungen  */
/*  header war left   */
header {text-align:center;}
footer {text-align:left);}


#mainnav {
   text-align:center;
   }

/*  in Download verwendet  */
/* in Glasarten verwendet */
article img {
  float:right;
  margin: 2% 2% 2% 4%;
  border-radius:5px;
  box-shadow: 2px 2px 1px #888888;
  max-width: 52%;
  height: auto;
}

/* in Download verwendet  */
/* in Glasarten verwendet */
article {
  padding: 2% 2% 2% 3%;
  height: auto; 
    background-color: #E0E0E0;
    display:inline-block;
    width: 97%;
}

/*  in Startseite 3 oberen Spalten verwendet  */
article_d {
  display: inline-block;
  background-color: #CCCCCC;
  margin: 1% 3% 1% 2%;
  width: 95%;
   }

article_d img {
       margin: 1% 2% 1% 10%;
       max-width: 100%;
       height: auto; 
       }


/*  in Startseite 4 Bilder verwendet  */
article_N img {
  margin: 1% 1% 1% 0%;
  display:inline-block;
  max-width: 97%;
  height: auto;
}

/*  in Startseite oben verwendet  */
.balken1 {
	width: 98%;
        max-width:973px;
        display:inline-block;
        padding:1% 1% 1% 1%;
        height:auto;             
        text-align:left;
        color:white;
        background-color:#BA1B18;
}

/*  in Startseite 2 x verwendet bei Bildreihe  */
.balken2 {
	width: 98%;
        max-width:973px;
        display:inline-block;
        padding:1% 1% 1% 1%;
        height:auto;             
        text-align:center;
        color:white;        
        font-size: 1.4em;
        background-color:#BA1B18;
}

/*  in Impressum verwendet  */
/*  in wir verwendet  */
.balken3 {
	width: 98%;
        max-width:973px;
        display:inline-block;
        padding:1% 1% 1% 1%;
        height: auto;             
        text-align:left;
        color: #696969;  
        background-color: #CCCCCC;
}


/*  in Download u. Glasartenverwendet  */
._myButton {
  background-color: grey; 
  border-color:  black;
  border-radius: 5px;
  color: white;
  padding: 2px 11px;
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.9em;
}

/* Farbtabelle https://www.farb-tabelle.de/de/farbtabelle.htm#black */
