@charset "UTF-8";
* {
   margin: 0px;
   padding: 0px;
    box-sizing: border-box;
}	
header, section, footer, aside, details, main, nav, 
summary, article, figure, figcaption, hgroup{
   display: block;
}
@font-face
	{font-family: Rockwell;
	src: url('../fonts/Rock.ttf') format('truetype');
	}
@font-face
	{font-family: Arial;
	src: url('../fonts/Arial.ttf') format('truetype');
	}
@font-face
	{font-family: BigSmalls;
	src: url('../fonts/BigSmalls-Regular.otf');
	}
@font-face
	{font-family: Roboto;
	src: url('../fonts/Roboto-Regular.ttf');
	}
h1 {
   text-align: center;
   font-family:  "Roboto";
   font-size: 1.6em;
   font-weight:bold;
   color: #142E57;
  }
h2 {	
   font-family:  "Roboto";
   color: #5F8196;
   font-size: 1.6em;
}
h3 {
	text-align: center;	
	font-family: "Roboto";
	font-size: 1em;
	color: #5F8196;
}
h4 {
	align: center;	
	font-family: "Arial";
	font-size: 1.4em;
	color: #5F8196;
}
h5 {
	align: center;
	font:  2.1em Rockwell;
	font-weight:normal;
	color: #616A78;
}
.h2klein {
	font-size:1.2em;
}
p {
	font-family: "Roboto";
	color: #033745;
	font-size: 1em;
}
p.Abstand {
	font-size: 1.4em;
}
ul {
	font-family: "Roboto";
	color: #033745;
	font-size: 1em;
	text-align: left;
	margin-bottom: 1em;
	padding-left:7%;
   color: #142E57;
}
/*hr {
	height: 1px; 
	color: white;
	opacity: 0.1;
}*/
hr.oben {
	height: 1px; 
	/*color: #5F8196;*/
	color: #18206c;
	opacity: 0.8;
	margin: 0px 10px 0px 10px;
}
header {
    width: 100%; 
    position: fixed;
	background-color: white;
    left: 0;
    top: 0;
   /* border-bottom:1px solid #666;*/
    /*border-top:1px solid #666;*/
	z-index:1000;
}
#wrapper1 {
   width: 100%;
	padding: 100px 20px 40px;
   /*margin: 15px 0px;*/
}
#Paket {
	width: 90%;
	height: 30%;
	/*border: 5px solid #9B5C44;*/
	/*border-radius: 10px;*/
}
#Henkel {
	width: 30%;
	height:40px;
	border-top: 15px solid #18206c;
	border-left: 15px solid #18206c;
	border-right: 15px solid #18206c;
	border-radius: 20px 20px 0px 0px;
}
.PaketInhalt {	
    float: left;
	width: 25%;
	height: 25%;
    padding: 15px;
	border: 1px outset #598F1E;
	border-collapse: collapse;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	display: inline-block;
}
.repeating-linear {
  color: #78B833;
  border: 10px solid #18206c;
  border-image: repeating-linear-gradient( 45deg, #E9EAF5, #E9EAF5 1%, #18206c 1%, #18206c 8%) 20;
	border-radius: 10px;
}
.accordion {	
	font-family: "Roboto";
	font-size: 1.2em;
	font-weight: bold;
	color: #5F8196;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 1em;
  color: #5F8196;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #d4d4d4;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0px 18px;
  background-color:#d4d4d4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  position: relative;

}
.Abo {
	margin:10px;
	width:40%;
	height: 5%;
	color:white;
	background-color:#81B548;
	border-radius: 16px;
	cursor: pointer;
	font-size: 1.5em;
	border:none;
}
.zoom {	
	transition: transform 0.2s;
}.zoom:hover {
	 transform: scale(1.05, 1.05);
}
#Startseite {
	background-image: url("/images/Hintergrund3.png");
	height: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center center;
	box-sizing: border-box;
	padding: 100px 0px 0px 0px;
}
@media only screen and (max-width: 600px){
	#Startseite {
		background-image: none;
		height:10%;
	}
}
#Titel1 {
	margin-top:10%;
	width:100%;
	background-color: #E8E8E8;
	/*background: linear-gradient(to bottom, white, gray);*/
	opacity: 0.7;
	padding: 20px;
}
.Logo {
	width: 40%;
	height: auto;
}
.Zwischentitel {	
	width:100%;
	background-color: #E8E8E8;
}
.Link {
	font-family: "Roboto";
	font-weight: bold;
    font-size: 18px;
    cursor: pointer;
	padding: 20px;
	opacity: 1;
	margin: 35px 25px 35px 25px;
	/*box-shadow: #969696 4px 4px 4px;*/
	border-style: none;
	color: #142E57;
	border-radius: 16px;
	opacity: 0.85;
	/*background-color:#FCF2CA;*/
	transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 600px){
	.Link {
		font-size: 12px;
		border-radius: 8px;
	padding: 5px;
	}
}	
.Link:hover {
	background-color: #CFB13A;
	color:white;
}
.StartTest{
	font-family: "Roboto";
	font-weight: bold;
	background: #DDE9C1;
	color: #616A78;
	padding: 9px;
    font-size: 20px;
    cursor: pointer;
	text-transform:uppercase;
	margin:5px;
	border-style:solid;
	border-radius: 18px;
	transition: all 0.2s ease-in-out;
}
.StartTest:hover {
	background-color: #CFB13A;
	color:white;
}	
@media only screen and (max-width: 600px) { 
  .Logo {
    width: 80%;
  }
  .StartLogin {
    display: none;
  }
  .StartTest {
	width: 50%;
	font-size: 0.8em;
  }
  .StartTest2 {
	width: 80%;
	font-size: 0.8em;
  }
  h5 {
	font-size: 1.5em;
  }
  #wrapper1 {
   width: 80%;
  }
}
.Menue{
	border: 1px solid transparent;
    border-radius: 18px;
	background-color: transparent;
	border:none;
	font-family: "Roboto";
	font-weight: bold;
	color: #616A78;
	padding: 9px 0;
    font-size: 18px;
    cursor: pointer;
	text-transform:uppercase;
	margin:10px;
	text-align:center;
	transition: all 0.2s ease-in-out;
}
.Menue:hover {
	color:#CFB13A;
}
.StartTest2{
	width:40%;
	font-size: 1.5em;
	background: #E8E8E8;
	color: #616A78;
	padding: 2px;
    cursor: pointer;
	text-transform:uppercase;
}
.StartLogin {
	background-color:transparent;
	font-weight: bold;
	border: none;
    padding: 9px 0;
    font-size: 18px;
    cursor: pointer;
	margin:10px;
	text-align:center;
	text-transform:uppercase;
	transition: all 0.2s ease-in-out;
}
.StartLogin:hover {
	color:#CFB13A;
}
.Linie {
	color: #99B7C9;
	/*height: 3px;*/
	/*background: #C9A100;*/
}
#Breite {
	width: 80%;
}
.Box1 {	
    float: left;
    height: 20rem;
	width: 50%;
    padding: 15px;
	margin: 5px 0px 5px 0px;
	/*box-shadow: #969696 8px 8px 8px;*/ 
	/*box-shadow: #969696 1px 1px 1px;*/
	display: inline-block;
}
.Bild {
	height:18rem;
	width:auto;
	transition: transform 0.2s;
}
/*.Bild:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/
.Bild:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 transform: scale(1.2, 1.2);
}
.Box3 {	
    float: left;
    height: 20rem;
	width: 33.3%;
    padding: 15px;
	margin: 5px 0px 5px 0px;
	/*box-shadow: #969696 8px 8px 8px;*/ 
	box-shadow: #969696 1px 1px 1px;
	display: inline-block;
}
@media only screen and (max-width: 600px) { 
  .Box1 {
    width: 100%;
	height: auto;
	padding: 5px;
  } 
  .Bild {
    width: 100%;
  } 
  .Box3 {
    width: 100%;
  }
	#Breite {
		width: 100%;
	}
}
.Box4 {	
    float: left;
	width: 25%;
    padding: 15px;
	margin: 5px 0px 5px 0px;
	box-shadow: #969696 8px 8px 8px; 
	/*box-shadow: #969696 1px 1px 1px;*/
	display: inline-block;
}
.Box5 {
    padding: 15px;
	margin: 5px 0px 5px 0px;
	box-shadow: #969696 8px 8px 8px; 
	/*box-shadow: #969696 1px 1px 1px;*/
	display: inline-block;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	top:75%;
	left:35%;
	font-family: "Roboto";
	font-weight: bold;
    font-size: 18px;
	background-color: #607DAC;
	color: #fff;	
	opacity: 0.7;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #607DAC transparent;
}

#MainFooter {
	margin:10px;
}
	
#Container1 {
	width:100%;
}
.Eingabe1{
    width: 5em;
    display: inline-block;
	margin:5px;
	text-align:left;
}
.ButtonBreit{
	width:40%;
	font-size: 1em;
	background: #EDDEA8;
	padding: 2px;
	color: #9B5C44;
	margin: 10px;
    cursor: pointer;
}
.ButtonBreit:hover {
	box-shadow: #969696 2px 2px 2px; 
}
.ButtonBreit1{
	width:40%;
	font-size: 1em;
	background: #99B7C9;
	padding: 2px;
	color: white;
	margin: 10px;
    cursor: pointer;
}
.ButtonBreit1:hover {
	box-shadow: #969696 2px 2px 2px; 
}
.Sp3 {
	font-family: "Verdana";
	font-size: 1em;
	color:red;
}
.UB {
	display: none;
}
.red {
	color: red;
}
.AGB{
	font-family: "Arial";
    display: inline-block;
	margin-left:0px;
	padding: 2px;
	font-size: 12px;
	color: #033745;
}
a 	{ 
	font-family: "Arial";
	color: #033745;
}
a:visited { 
	text-decoration: none;
}
.klein {
	font-family: "Verdana";
	font-size: 0.8em;
}
#main_menu {
    position: relative;
	background: #CCCCCC;
	padding: 5px 0px;
	width:100%;
    margin: 10px auto;
}
.dropbutton {
    background-color: #f1f1f1;
    color:black;
    padding: 3px;
    font-size: 16px;
    border-width: thin;
	border-radius: 12px;
    cursor: pointer;
	width:150px;
	margin-left:5px;
	text-transform:uppercase;
}
.dropbutton:hover {
	box-shadow: #969696 2px 2px 8px; 
}
.dropbutton1 {
    background-color: #f1f1f1;
    color: black;
    padding: 3px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	width:150px;
	margin-left:5px;
	text-transform:uppercase;
}
.Info {
	 /*background-image: linear-gradient(to bottom,#F9F9F9, #CCCCCC);*/
     background-color: #F9F9F9;
}
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.Innen {
	font-family: "Verdana";
	font-size: 0.8em;
}

.Spalte {	
    float: left;
    height: 18em;
    width: 32%;
    padding: 10px 1px 1px 1px;
	margin: 0.5%;
	color: #333;
	background-color:#E8E8E8;
	/*background-image: linear-gradient(to top,#F7FAFC, #D4D8DB);*/
	display: inline-block;
}
.Danke {
    height: 23em;
    width: 40%;
    padding: 2px;
	color: #9B5C44;	
    background-color: #F9F9F9;
	margin: 0.5%;
	display: inline-block;
}
.TextBox {	
    float: left;
    height: 4em;
	width: 15%;
    padding: 1px;
	margin: 5px 0px 5px 0px;
	/*background-image: linear-gradient(to top,#F7FAFC, #D4D8DB);*/
	background-color:#E8E8E8;
	/*box-shadow: #969696 8px 8px 8px;*/ 
	box-shadow: #969696 2px 2px 2px;
	display: inline-block;
}
.TextBox:hover {
	box-shadow: #969696 8px 8px 8px; 
}
.TextBox2 {	
         float: left;
         height: 3em;
         width: 1em;
         padding: 1px;
		 display: inline-block;
}
.TextBox10 {
		 color: #CC4E27;
		border-color:#CC4E27;
}
.TextBox20 {
		 color: #9B5C44;
		border-color:#9B5C44;
		 /*color: #5E7CAC;*/
}
.TextBox30 {
		 color: #E52C2F;
		border-color:#E52C2F;
}
.TextBox40 {
		 color: #78B833;
		border-color:#78B833;
}
.TextBox50 {
		 /*color: #68A33F;*/
		 color: #C9A100;
		border-color:#C9A100;
		 /*color: #5E7CAC;*/
}
.standardSubmit{
	width:6em;
	font-size: 1em;
	background: #99B7C9;
	padding: 2px;
	margin-left: 8px;
	margin-right: 2px;
	color: white;
    cursor: pointer;
}
.standardSubmit:hover {
	box-shadow: #969696 2px 2px 2px; 
}
.standardSubmit2{
	width:10em;
	font-size: 1em;
	background: #99B7C9;
	/*background: #607CAC;*/
	padding: 2px;
	margin: 8px;
	color: white;
    cursor: pointer;
	
}
.standardSubmit2:hover {
	box-shadow: 2px 2px 2px #969696;
}
table.TForm5 {
	font-family: "Roboto";
	font-size: 14px;
	width: 90%;
	color:#333;
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #5F8196;
}
table.TForm5 tr:nth-child(even) {
	background-color: #f2f2f2;
}
table.TForm5 th {
	padding: 2px 5px;	
	border: 1px solid;
	border-color: #9B5C44;
}
table.TForm5 td {
	padding: 0px 5px 0px 5px;
	border-right:1px solid #5F8196;
	border-left:1px solid #5F8196;
}
.TDLink a {
	text-decoration:none;
	display:block;
}
.TDLink a:hover, a:focus {
	background-color: #ddd; 
}
 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); 
}
/* Modal Content/Box */
.modal-content {
	width: 35%;
     margin: 300px auto;
     background-color: #F9F9F9;
     border:1px solid #000;
     padding:15px;
     text-align:center;
		 position: static;
}
.modal-content2 {
	width: 25%;
     margin: 250px auto;
     background-color: #fefefe;
     border:1px solid #000;
     padding:15px;	
}
.modal-content3 {
	width: 50%;
     margin: 200px auto;
     background-color: #fefefe;
     border:1px solid #000;
     padding:15px;
}
@media only screen and (max-width: 600px) { 
  .modal-content {
    width: 100%;
  }
}
#Login {
	/*background: #EEEEEE;*/
	background-image: linear-gradient(to top,#FCFCFC, #F7EECD);
    width:20em;
	color: #033745;
	/*border: 3px solid #999999;*/
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-border-radius: 20px;
	-moz-box-shadow: #969696 8px 8px 10px;
	-webkit-box-shadow: #969696 8px 8px 10px;*/
	box-shadow: #969696 8px 8px 10px;
}
#Login h1 {
	font: 20px verdana, sans-serif;
}

#Login label {
	width: 5em;
	display: inline-block;
	margin: 5px;
}
#Login fieldset {
	text-align: left;
	border: none;
	margin: 1em;
}
.Eingabe{
    width: 10em;
    display: inline-block;
	margin-left:0px;
	text-align:left;
}
.rechts { 
	text-align: right;
}
.links { 
	text-align: left;
}
fieldset {
	background-color: #F1F1F1;
	padding: 10px;
}
fieldset.Dialog{
	border: 1px solid #333;
	background: #F1F1F1;
	margin-top: 1em;
}
fieldset.Dialog2{
	border: 1px solid #333;
	background: #F1F1F1;
	margin-top: 1em;
}
fieldset.Dialog > div { margin-bottom: 1em; } 
fieldset.Dialog label{
	display: inline-block;
	width: 120px;
	float: left;
	clear: left;
	text-align: left;
	cursor: pointer;
	font-family:  "Arial";
	color: #033745;
	font-size: 16px;
} 
fieldset.Dialog2 label{
	display: inline-block;
	width: 120px;
	clear: left;
	text-align: center;
	cursor: pointer;
	font-family:  "Arial";
	color: #033745;
	font-size: 16px;
	margin: 8px;
}
fieldset.Dialog label:after { content: ": " }
fieldset.Dialog input:not([type]) {
	left: 5em;
	position: absolute;
	top: -.1em;
}
	
