/*----- General Formating -----*/







body, html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	position: relative;
	
}
 
.ja	{
	color: #450060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 1px;
}


.zwohalb	{
	color: #450060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 1px;
}	




.drei	{
	color: #450060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 1px;
}	

	p a{
	color: #FFF;
	}


a:active, a:focus {outline: none;}

a         {
	
	text-decoration: none;

}


 .tests	{
	color: #450060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 1px;
	
}

 .h1gelb	{
	color: #FF0;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
}


 h1	{
	color: #4A5D8D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.1em;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 1px;
}

h2	{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
}

h3	{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
}

h4	{
	color: #450060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
}

h5	{
	color: #450060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
}

h6	{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
}


.schalter	{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
}




.inhalt	{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 1px;
}


/*------------------------------*/


.textkleingb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #FF0;
}

.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #450060;
}


.textfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}


.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}


.text20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;	
}

.text20fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
}

.text30fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: bolder;
	color: #FF0;
}

.text18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

.text18fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
}


.textheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: bolder;
	color: #4A5D8D;
}

.textheadlineklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bolder;
	color: #450060;
}



.textdemo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #F00
}	




.toggleBox {
    position: relative;
    border: 0px solid #ddd;
}
 
/* Ausblenden des input-Feldes */
.toggleBox input {
    position: absolute;
    left: -99999px;
}
 
/* Gestaltung der labels */
.toggleBox label {
	display: inline;
	/* [disabled]background: #68B022; */
	color: #450060;
	padding: 0em;
	text-align: center;
	cursor: pointer;
}
 
/* .toggleBox label:hover {
    background: #ddd;
}*/
 
/* Der Aufklappmechanismus */
.toggleBox input:not(:checked) ~ div {
    opacity: 0;
    height: 0;
}
 
.toggleBox input:checked ~ div {
    opacity: 1;
    padding: 0em;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
 
/* Steuerung der Sichtbarkeit der labels */
.toggleBox input:not(:checked) ~ .close,
.toggleBox input:checked ~ .open {
    display: none;
}




/* Box1 */


.toggleBox1 {
    position: relative;
    border: 0px solid #ddd;
}
 
/* Ausblenden des input-Feldes */
.toggleBox1 input {
    position: absolute;
    left: -99999px;
}
 
/* Gestaltung der labels */
.toggleBox1 label {
	display: inline;
	/* [disabled]background: #68B022; */
	color: #450060;
	padding: 0em;
	text-align: center;
	cursor: pointer;
}
 
/* .toggleBox label:hover {
    background: #ddd;
}*/
 
/* Der Aufklappmechanismus */
.toggleBox1 input:not(:checked) ~ div {
    opacity: 0;
    height: 0;
}
 
.toggleBox1 input:checked ~ div {
    opacity: 1;
    padding: 0em;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
 
/* Steuerung der Sichtbarkeit der labels */
.toggleBox1 input:not(:checked) ~ .close,
.toggleBox1 input:checked ~ .open {
    display: none;
}

/* Box2 */


.toggleBox2 {
	position: relative;
	border: 0px solid #ddd;
}
 
/* Ausblenden des input-Feldes */
.toggleBox2 input {
    position: absolute;
    left: -99999px;
}
 
/* Gestaltung der labels */
.toggleBox2 label {
	display: inline;
	/* [disabled]background: #68B022; */
	color: #450060;
	padding: 0em;
	text-align: center;
	cursor: pointer;
}
 
/* .toggleBox label:hover {
    background: #ddd;
}*/
 
/* Der Aufklappmechanismus */
.toggleBox2 input:not(:checked) ~ div {
    opacity: 0;
    height: 0;
}
 
.toggleBox2 input:checked ~ div {
    opacity: 1;
    padding: 0em;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
 
/* Steuerung der Sichtbarkeit der labels */
.toggleBox2 input:not(:checked) ~ .close,
.toggleBox2 input:checked ~ .open {
    display: none;
}


/* Box3 */


.toggleBox3 {
    position: relative;
    border: 0px solid #ddd;
}
 
/* Ausblenden des input-Feldes */
.toggleBox3 input {
    position: absolute;
    left: -99999px;
}
 
/* Gestaltung der labels */
.toggleBox3 label {
	display: inline;
	/* [disabled]background: #68B022; */
	color: #450060;
	padding: 0em;
	text-align: center;
	cursor: pointer;
}
 
/* .toggleBox label:hover {
    background: #ddd;
}*/
 
/* Der Aufklappmechanismus */
.toggleBox3 input:not(:checked) ~ div {
    opacity: 0;
    height: 0;
}
 
.toggleBox3 input:checked ~ div {
    opacity: 1;
    padding: 0em;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
 
/* Steuerung der Sichtbarkeit der labels */
.toggleBox3 input:not(:checked) ~ .close,
.toggleBox3 input:checked ~ .open {
    display: none;
}


/* Box4 */


.toggleBox4 {
    position: relative;
    border: 0px solid #ddd;
}
 
/* Ausblenden des input-Feldes */
.toggleBox4 input {
    position: absolute;
    left: -99999px;
}
 
/* Gestaltung der labels */
.toggleBox4 label {
	display: inline;
	/* [disabled]background: #68B022; */
	color: #450060;
	padding: 0em;
	text-align: center;
	cursor: pointer;
}
 
/* .toggleBox label:hover {
    background: #ddd;
}*/
 
/* Der Aufklappmechanismus */
.toggleBox4 input:not(:checked) ~ div {
    opacity: 0;
    height: 0;
}
 
.toggleBox4 input:checked ~ div {
    opacity: 1;
    padding: 0em;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
 
/* Steuerung der Sichtbarkeit der labels */
.toggleBox4 input:not(:checked) ~ .close,
.toggleBox4 input:checked ~ .open {
    display: none;
}


.inhalt1 {
padding: 0px 0px 0px;
margin: 0px 0px 0px;
}








/** quadrate ani **/	
	
	.container-style{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}
	.container-style li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
			width: 300px;
	height: 300px;
		
		
	}
	.container-style li:hover .ani{
		opacity: 1;
	}
	.container-style li:hover img{
		opacity: 1;
		transform: scale(1.3,1.3);
		-webkit-transform:scale(1.3,1.3);
		-moz-transform:scale(1.3,1.3);
		-ms-transform:scale(1.3,1.3);
		-o-transform:scale(1.3,1.3);
	}
	.container-style img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}
	.container-style .ani{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
	}
	.container-style img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	
	.container-style .ani-text h1{
		text-transform: uppercase;
		font-size: 1.8em;
	}
	.container-style .ani-text{
	z-index: 10;
	position: absolute;
	width: 300px;
	height: 80px;
	text-align: center;
	top:0px;
	margin-left: 0px;
	padding: 5px;
	background-image: url(img/70.png);
	}
	
		/** content **/
	.content{
	margin: 0 auto;
	width: 100%;
	
	
		
	}
	.content h1, .content h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #450060;
	padding: 0px;
	margin: 0px;
	}
	



.cont {
	float: left;
	padding-left: 20px;
	font-size: 1.3em;
	margin-left: 20px;
	width:100%;
	background-image: url(img/w10.png);
}
	


/*----- Logo -----*/
.brand {
	  padding-top: 150px;
}
/*----------------*/
	

/* header */

.hamburger {
	background-color: #ffffff;
	/* [disabled]box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
	position: absolute;
	width: 100%;
	z-index: 3;
	top: 0px;
	left: 0px;
}

/* menu gross*/

.hamburger ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	background-color: #ffffff;
	margin-top: 20px;
	color: #5c73b0;
}

/* menu text*/

.hamburger li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #6d5680;
  text-decoration: none;
  	color: #5c73b0;
	font-size: 1.2em;
}

.hamburger li a:hover,
.hamburger .menu-btn:hover {
	background-color: #e0ebf5;
}

.hamburger .logo {
  display: block;
  float: left;
 font-size: 1em;
  padding: 0px 0px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 10px;

}

/* menu hamburger*/

.hamburger .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;

     
}

/* menu icon */

.hamburger .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 40px 20px;
	position: relative;
	user-select: none;
	
}

/* menu strich */
.hamburger .menu-icon .navicon {
	background: #ffffff;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 30px;
}

.hamburger .menu-icon .navicon:before,
.hamburger .menu-icon .navicon:after {
  background: #5c73b0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;

}

.hamburger .menu-icon .navicon:before {
  top: 5px;
}

.hamburger .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.hamburger .menu-btn {
  display: none;
}

.hamburger .menu-btn:checked ~ .menu {
  max-height: 380px;
}

.hamburger .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.hamburger .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.hamburger .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.hamburger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.hamburger .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .hamburger li {
    float: left;
  }
  .hamburger li a {
    padding: 20px 30px;
  }
  .hamburger .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .hamburger .menu-icon {
    display: none;
  }



}
