@charset "UTF-8";
/* CSS Document */

html, 
html * {
	/* padding: 0;
	margin: 0; */
	box-sizing: border-box;
	font-family: Arial, Helvetica, Arial," sans-serif";
	font-size: 15px;
}

	
body {
		max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	background: #454d79;
 background-image: url(bilder/TDF_bg.gif);
	/* background-size: contain; 
	background-repeat: no-repeat; */
	background-position: right top;
	background-attachment:fixed;
	}
.inhalt {	
	/* vertical-align: bottom;  */
	background-color: #ffffff;
			
	}		
	
header {	
	/* vertical-align: bottom;  */
	background-color: #ba006b;
	width: 100%;		
	}
	
.headerm {
	 display: none;

}


	
footer {
	/* background: #d0cddf; */
	}


 img {
	max-width: 100%;
	height: auto;
	/*vertical-align: middle; 
	margin-left: 0px;
	margin-right: 12px;
	margin-top: 0px;
	margin-bottom: 9px;  */	
}


.imgtr {
	
	/* max-width: 100%;
	height: auto;  */
	vertical-align: middle; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.imgrechts {
	
	/* max-width: 100%;
	height: auto;  */
    float: right;
    margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;	
}
.imgstart {
	

    margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	
}

.pfeil {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 10px;
}


a.in:link {  color:#b30466; text-decoration:none; font-size: 0.8em; }
a.in:hover {  color:#394e8c; text-decoration:none; }
a.in:visited {  color:#b30466; text-decoration:none; }
a.in:active { color:#b30466; text-decoration:none; }


a.tra:link {  color:#b30466; text-decoration:none; }
a.tra:hover {  color:#394e8c; text-decoration:none; }
a.tra:visited {  color:#b30466; text-decoration:none; }
a.tra:active { color:#b30466; text-decoration:none; }

a.akt:link {  color:#ffa200; text-decoration:none; }
a.akt:hover {  color:#b30466; text-decoration:none; }
a.akt:visited {  color:#ffa200; text-decoration:none; }
a.akt:active { color:#ffa200; text-decoration:none; }

a.hint:link {  color:#00c; text-decoration:none; }
a.hint:hover {  color:#880364; text-decoration:none; }
a.hint:visited {  color:#00c; text-decoration:none; }
a.hint:active { color:#00c; text-decoration:none; }

a.oben:link {  color:#b30466; text-decoration:none;  font-size: 1.0em; }
a.oben:hover {  color:#394e8c; text-decoration:none; }
a.oben:visited {  color:#b30466; text-decoration:none; }
a.oben:active { color:#b30466; text-decoration:none; }


h1 {
	font-size: 1.4em;
	margin-bottom: 1.0em;
	color: #ba006b;
}

h2 {
	font-size: 1.2em;
	margin-top: 3.5em;
	margin-bottom: 1.0em;
	color: #394e8c;
	
}

h3 {
	font-size: 1.2em;
	 color: #ba006b;
	
}

h4 {
	font-size: 1.1em;
	 color: #ba006b;
	 font-weight: 200;
	
}

h5 {
	font-size: 0.9em;
	font-weight: 200;	
}

h6 {
	font-size: 0.8em;
	font-weight: 200;	
}

p {
	font-size: 15px;
	 /*font-weight: 400; 
	margin-bottom: 1.0em; */
}


hr { 
  
    height: 1px; 
    margin: 0 auto;
    color: #ba006b;
	  width: 100%; 
   
}



summary {
  background: #eee;
color: #ba006b;
  border-radius: 3px;
  padding: 5px 10px;
  outline: none;
}

#details:not(:target) .inhalt,
#details:not(:target) .hide,
#details:target .show {display: none;}
#details:target .inhalt {display: block;}

#details1:not(:target) .inhalt1,
#details1:not(:target) .hide1,
#details1:target .show1 {display: none;}
#details1:target .inhalt1 {display: block;}


.magenta {
	color: #ba006b;
}

.blau {
	color: #003399;
}

.titel {
	font-size: 1.1em;
	 font-weight: 600;	
}
.klein {
	font-size: 0.8em;
	 font-weight: 200;	
}

.kleiner {
	font-size: 0.5em;
	 font-weight: 200;	
}

.blaufeld {	
	background-color: #a8b0e0;
		padding: 5px 18px 5px 18px;	
	}


.fader { position: relative; display: inline-block; } .fader img { vertical-align: top; } 
.fader img.next { position: absolute; top: 0; left: 0; } 

.balken {
	background-color: #474f7e;
	 /*height: 10px; */
	width:  100%;
	max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	text-align: right;	
}

.balkenhell {
	background-color: #ccc0ec;
	 /*height: 10px; */
	width:  100%;
	max-width: 1200px;
		margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.leerzeile {
	height: 10px;
	width: 100%;
}


.col {
	width: 100%;
	float: left;
		padding: 0px 20px 5px 20px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}	
	

.col-lg-one {
		width: 30%;
	}
	
.col-lg-two {
		width: 70%;
	}
	
.col-halb {
		width: 50%;
	} 
.col-20 {
		width: 20%;
	} 
	
	.col-24 {
		width: 20%;
	} 
.col-40 {
		width: 40%;
	} 
.col-60 {
		width: 60%;
	} 	
		
.col-lg-halb {
		width: 50%;
	}	





/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	 margin:0;
	padding:0;
	 position: absolute; 

	
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: righ;
	margin-right: 1px;


	
}

/*Style for menu links*/
li a {
	display:block;
	min-width:100px;
	 height: 50px; 
	text-align: center;
	line-height: 50px;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #494d88;
	 */
	font-size: 1.1em;
	color: #fff;
	padding: 0 5 0 5;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #8694bd;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #5e71a8;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #8694bd;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 80px;
	padding: 0 10px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	text-decoration: none;
	color: #fff;
	background: #494d88;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 960px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		/* margin-bottom: 1px; */
		border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	
	header {
	 display: none;
}

.headerm {
	 display: block;
		background: #ba006b;

}


body {
		margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	}
	

	.col-lg-one {
		width: 100%;
	}
	.col-lg-two {
		width: 100%;
	}
	
	.col-halb {
		width: 100%;
	} 
	
	.col-lg-halb {
		width: 100%;
	}
	
	.col-20 {
		width: 100%;
	} 
	.col-40 {
		width: 100%;
	} 
	
	.col-24 {
		width: 50%;
	} 

.col-60 {
		width: 100%;
	} 	
.col {
		padding: 0px 5px 5px 5px;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.2em;
	margin-top: 0.1em;
	margin-bottom: 1.0em;
	
}

.unsichtbar {
	 display: none;
}

}



