 @viewport {
width: device-width;
zoom: 1;
}
body {
	font-family: verdana,arial,helvetica,sans-serif; 	
	font-size: 1rem; line-height: 1.6;
   height: 100%; margin: 0px;
	}

img {
 border: 0;	
	}

h1 {
	font-size:1.2em; font-weight:bold; 
   list-style-type: disc;
   }
   
h6 {
   font-size: 70px;
   font-weight: bold;
   color: #000000;
   text-align: right;
   margin-bottom: 0px;
   margin-top: 0px;
   }   

p {
	font-size:15px; 
	margin-bottom:1px; 
	margin-top:1px;
	list-style-image: url(../Site/Bilder/punkt.gif);
	}

/* Kopfleiste */
.headline {
	min-width: 0px;
	margin: 0 auto; padding: 10px;
	display: flex;
   flex-flow: row
   nowrap;
	justify-content: space-between;
	align-content: center; align-items: center;
	background-color: #fff;
	}

.headline div.top-li {
    order: 1
    flex: 0 1 auto;
    align-self: auto; padding-left: 10px;
    min-width: auto; min-height: auto;
}

.headline div.top-mi {
    order: 2
    flex: 3 1 auto;
    align-self: auto;
    min-width: 0; min-height: auto;
    color: #c60; font-size: 1.4em; font-weight: bold;
}

.headline div.top-re {
    order: 3
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0; min-height: auto;
}		

div.navbar {   
  color: #222; background-color: #fff;
  margin: 5px auto; max-width: 800px;
  border-bottom: 1px solid #c60;
  font-size: 1.0em;
  display: flex;
  justify-content: space-around;
  }

a.button_up {
   text-align: center; font-size:0.8em; font-weight:bold;
	} 
a.button_up:link {
  text-decoration: none; display: block;
  padding: 0.5em; color: #555;
	}

a.button_up:visited {
  text-decoration: none; display: block;
  padding: 0.5em; color: #555;
	}

a.button_up:hover {
  text-decoration: none;
  display: block; color: #c60;
	}
	
@media all and (max-width: 600px) {
  .navbar {
      flex-flow: column wrap;
      padding: 0;
  }

  a.button_up {
      padding: 0px;
  }
 
  a.button_up {
    text-align: center; padding: 10px;
    border-bottom: 1px solid #c60;
  }
}

/* main */
div.main {
	padding: 20px; margin: 0 auto; position: relative;
		}

/* 2 container */
.maincontainer {
  display: flex;
  flex-wrap: wrap;
  max-width: 200em;
}

.maineins {
  flex-shrink: 1;
  margin: 20px; width: 400px; 
  font-size: 1.0em; text-align: center;
  background-color: #fff;
}


.mainzwei {
  flex-grow: 1;
  font-size:1.0em; margin: 20px;
  text-align: center;
  background-color: #fff;
}

/* Artikelliste mit Container */
/* vkanzeigen flexbox */
.box-title {
    display: flex;
    flex-flow: row wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
border-bottom: 1px solid #333;
padding: 6px;
font-size: 0.8em; font-weight: bold;
}

.box-title div.A {
    order: 1
    flex: 0 1 auto;
    align-self: auto;
    width: 20%;
    min-height: auto;
}

.box-title div.B {
    order: 2
    flex: 0 1 auto;
    align-self: auto;
    width: 10%;
    min-height: auto;
    text-align: left;
}

.box-title div.C {
    order: 3
    flex: 0 1 auto;
    align-self: auto;
    width: 20%;
    min-height: auto;
    text-align: left;
}

.box-title div.D {
    order: 4
    flex: 0 1 auto;
    align-self: auto;
    width: 20%;
    min-height: auto;
    text-align: right;
}

.box-title div.E {
    order: 5
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    min-height: auto;
}

.box {
    display: flex;
    flex-flow: row wrap;
justify-content: flex-start;
align-content: flex-start;
align-items: flex-start;
border-bottom: 1px solid #333;
padding-top: 2px;
font-size: 0.9em;
}

.box div.A {
    order: 1
    flex: 0 1 auto;
    align-self: auto;
    width: 20%;
    min-height: auto;
}

.box div.B {
    order: 2
    flex: 0 1 auto;
    align-self: auto;
    width: 10%;
    min-height: auto;
    text-align: left;
}

.box div.C {
    order: 3
    flex: 0 1 auto;
    align-self: auto;
    width: 20%;
    min-height: auto;
    text-align: left;
}

.box div.D {
    order: 4
    flex: 0 1 auto;
    align-self: auto;
    width: 20%;
    min-height: auto;
    text-align: right;
}

.box div.E {
    order: 5
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    min-height: auto;
}

.box div.F {
    order: 6
    flex: 0 1 auto;
    align-self: auto;
    width: 30%;
    min-height: auto;
    font-size: 0.8em;
}

.box div.G {
    order: 7
    flex: 0 1 auto;
    align-self: auto;
    width: 70%;
    min-height: auto;
    font-size: 0.8em;
    text-align: left;
} 
 

/* Button Auswahl */
.fenster {
	padding: 20px; margin: 0 auto; position: relative;
	max-width: 600px;
	}
a.auswahl {
   text-align: center; font-size:0.8em; font-weight:bold;
    padding: 0px; background-color: #f3e2a9;
    border-collapse: collapse;
	} 
a.auswahl:link {
  text-decoration: none;
  display: block;
  padding: 0.5em;
  color: #222;
  border-bottom: 1px solid #888;
	}

a.auswahl:visited {
  text-decoration: none;
  display: block;
  padding: 0.5em;
  color: #222;
	}

a.auswahl:hover {
  text-decoration: none;
  display: block;
  color: #c60;
  background-color: #fff;
	}

.auswahl_inactive {
   text-align: center; font-size:0.8em; font-weight:bold;
    padding: 0px; background-color: #333; color: #ddd;
    display: block; padding: 0.5em;
    border-bottom: 1px solid #888;   
	} 

/* Button Artikelliste, abmelden, zurück, ... */
a.button-klein {
 text-align: center;
 font-size:0.8em; font-weight:bold; color:#222; background-color: #f3e2a9;
 padding: 2px 5px;
 border-bottom: 1px solid #808080;
 /*border-radius: 5px; */
	} 

a.button-klein:link {
 	text-decoration: none;
	}

a.button-klein:visited {
 	text-decoration: none;
	}

a.button-klein:hover {
 background-color: #fff; color: #c60;
 text-decoration: none;
	}

/* Login */
    .login-box {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background: #fff;
    }
    
    .login-form{
        max-width: 800px;
        display: flex;
		  flex-flow: column nowrap;
		  justify-content: flex-start;
		  align-content: center;
		  align-items: center;
        margin-top: 2em;
        background: #fff;
    }
    .form-header{
        flex: 0 1 auto;
        align-self: auto;
        text-align: center;
        box-sizing: border-box;
        margin-bottom : 2em;        
        font-size: 1.1em;
        color: #444;
    }    
    .form-input{	  
        flex: 0 1 auto;
        align-self: auto;
        box-sizing: border-box;
        margin-bottom: 1em;        
        background: #fafafa;
        border: 1px solid #c60;
        padding: 10px;
        width: 300px;
        font-size: 1.1em;
        font-weight: bold;
        color: #333;
    }
 
     .form-footer{
        flex: 0 1 auto;
        align-self: auto;
        text-align: center;
        box-sizing: border-box;
        margin-top: 1.0em;        
        font-size: 1.1em;
        font-weight: bold;
        color: red;
    } 
        
    .form-button{
        flex: 0 1 auto;
        align-self: auto;
        box-sizing: border-box;
        margin-bottom: 3em;
        background: #c60;
        border: 1px solid #c60;
        color: #ddd;
        font-weight: bold;
        padding: 10px;
        width: 300px;
        font-size: 1.0em;
        text-transform: uppercase;
    }
    .form-button:hover{
        background: #fff;
        color: #333;
    }

    .button_anmeld {
		  flex: 0 1 auto;
        align-self: auto;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid #c60;
        color: #222;
        margin-bottom: 1em;
        padding: 10px;
        background: #ddd;
        width: 300px;
        font-size: 1.0em;
		  text-decoration: none;
	} 

a.button_anmeld:link {
 	text-decoration: none;
	}

a.button_anmeld:visited {
 	text-decoration: none;
	}

a.button_anmeld:hover {
 background-color: #f90;
 text-decoration: none;
	}

/* Kontaktformular */

.kontaktbox {
	display: flex;
	flex-flow: row rap;
	justify-content: space-between;
}

.eingabe-gross {
	order: 0
	flex: 1 1 auto;
	align-self: auto;
	width: 500px;
}

.eingabe-klein-li {
	order: 0
	flex: 0 1 auto;
	padding-right: 1.2em;
	width: 120px;
}

.eingabe-klein-re {
	order: 0
	flex: 0 1 auto;
	padding-left: 1.2em;
	width: 120px;
}

.kontakt-eingabe{	         
   margin-bottom: 0.6em;        
   background: #fafafa;
   border: 1px solid #c60;
   padding: 5px;
   width: 100%;
   font-size: 1.0em;
   font-weight: bold;
   color: #333;
    }
    
.kontakt-btn{
    margin-bottom: 1em;
    background: #f3e2a9;
    border-bottom: 1px solid #808080;
    color: #333;
    font-weight: bold;
    padding: 5px;
    width: 45%;
    font-size: 1.0em;
    text-decoration: none;
    }
.kontakt-btn:hover{
    background: #fff;
    color: #c60;
    } 


/* Formular */
.formular {
  margin: 0px auto; width: 70%; 
  font-size: .9em; text-align: left;
  background-color: #fff;
}
    .form-nr{	  
        align-self: auto;
        box-sizing: border-box;
        margin-bottom: 0.8em;        
        font-size: 1.3em;
        font-weight: bold;
        color: #333;
        border: none;
    }
    .form-eingabe{	         
        align-self: auto;
        box-sizing: border-box;
        margin-bottom: 0.6em;        
        background: #fafafa;
        border: 1px solid #c60;
        padding: 3px;
        width: 100%;
        font-size: 1.0em;
        font-weight: bold;
        color: #333;
    }
    .form-lbl{	  
        align-self: auto;
        box-sizing: border-box;
        margin-bottom: 0.6em;        
        font-size: 1.0em;
        font-weight: bold;
        color: #333;
        border: none;
    }
        .form-btn{
        align-self: auto;
        box-sizing: border-box;
        margin-bottom: 1em;
        background: #f3e2a9;
        border-bottom: 1px solid #808080;
        color: #333;
        font-weight: bold;
        padding: 10px;
        width: 100%;
        font-size: 1.0em;
    }
    .form-btn:hover{
        background: #fff;
        color: #c60;
    } 

/* button */
div.line {
  display:inline-block; min-width:1px; float: left;
  margin-top:5px; padding:2px 0px; 
  font-size:12px; text-align:center; font-weight:bold; 
  color:#555;
  }

div.navi_inactive {
    float: left; width: 155px; height:  20px;
	 margin-top:10px; margin-bottom: 0px; margin-left: 0px; margin-right: 10px;
	 padding: 10px; text-align: center;
	 font-size:11px; color: #888888; background-color: #cccccc;
	 border-radius: 5px; box-shadow: 2px 2px 5px black;
		}

	a.navi {
  float: left; min-width: 155px; height: 20px;
	 margin-top:10px; margin-bottom: 0px; margin-left: 0px; margin-right: 10px;
	 padding: 10px; text-align: center; color:#555; background-color: #f3e2a9;
	 border-radius: 5px; box-shadow: 2px 2px 5px black;
		}
		
	a.navi:link {
      text-decoration: none;		
		}
	a.navi:visited {
      text-decoration: none;		
		}		
	a.navi:hover {
		background-color: #f90;
      text-decoration: none;		
		}

a.button {
 text-align: center;
 font-size:13px; font-weight:bold; color:#555; background-color: #f3e2a9;
 padding: 2px 5px; margin: 5px; 
 border: 1px solid #808080;
 border-radius: 5px; 
	} 

a.button:link {
 	text-decoration: none;
	}

a.button:visited {
 	text-decoration: none;
	}

a.button:hover {
 background-color: #fff; color: #c60;
 text-decoration: none;
	}
		
a.button_ausw {
	display: inline; float: left;
	width: 500px; margin-bottom: 10px; padding: 8px 50px;
   border: 1px solid #808080; border-radius: 2px; box-shadow: 2px 2px 5px black;   
   background: #f3e2a9;  text-align: left; font-size:12px; font-weight:bold;
   color:#555; 
	} 

a.button_ausw:link {
 	text-decoration: none;
	}
a.button_ausw:visited {
	text-decoration: none;
	}
a.button_ausw:hover {
	background: #f90; text-decoration: none;
	}		

/* table */
.liste {
    border-spacing: 0;
    border-collapse: collapse;
    margin-left: auto; margin-right: auto;
    width: 100%;
}
.liste th {
    text-align: left; font-size: 0.9em;
    padding: 0.3em;
    border-bottom: 1px solid #ddd;
}
.liste td {
    text-align: left;
    padding: 0.3em;   
    border-bottom: 1px solid #ddd;
}

/* Liste */
.foot_liste {
	border-top: 1px dotted #888;
	margin-left: 50px; margin-right: 50px;
}