<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.html {
	min-height: 100% !important;
	height: auto !important;	
	}	

/*		 Body    */	

body {

}


hr { 
    display: block;
    margin-top: 0.8em;
    
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
	color: #ADD5F7 !important;

} 

#mainhead {
	z-index: 100; 
	position: absolute;
	margin-left:10px; 
	color: #7fb2f0 !important;
	border-width: 1px;
	border-color: #add5f7;
}

th, td {
    padding-right: 15px;
	 padding-bottom: 3px;
}

#nav1 {
	margin-right: 29px;
}



.hidden{
	display: none;
}

.carousel-indicators {
    bottom: 10px;
}
	
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #16193B;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #ADD5F7;
}

.vid {
	width:560px; 
	height:315px; 
	margin-left:5px;
	margin-top: 5px;
}



/*		 Header    */
	
.mainheader {
	height:125px; 
	padding-top:15px;
	background-image: url("../images/backgrounds/hexagons2022-01.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;

   
}

.biglogo {
	position: relative;
	width: 100px;
	height: 100px;
	z-index:1500;
	margin-bottom:25px;
	
}

.navbar-brand {
	color: #ADD5F7 !important;
	
}

.smalllogo {
	position: fixed;
	width: 36px;
	height: 36px;
	top:0;
	margin:6px 0px 0px 15px;
	z-index:1500;
}

.biglogo:hover{
	-webkit-transition: all 0.2s ease-out;
		     -moz-transition: all 0.2s ease-out;
		       -o-transition: all 0.2s ease-out;
		      -ms-transition: all 0.2s ease-out;
		          transition: all 0.2s ease-out;  
	
 -webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
}

.navbar-brand-blank {
	visibility:hidden;
}

.navbar-inverse .navbar-nav &gt; li &gt; a {
   	color: #ADD5F7;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover {
   	color: #b7d052;
}

/*		 Inhalt    */

h1 {
	 font-weight: 700;
}




html.fancybox-lock {overflow-y: scroll !important}


	
	.navbar-static-top {
		color: #ADD5F7;
		font-style:none;
		background-color: #16193B !important;
		background-image: none !important;
		-webkit-box-shadow: -1px 2px 7px -1px rgba(0,0,0,0.77);
		-moz-box-shadow: -1px 2px 7px -1px rgba(0,0,0,0.77);
		box-shadow: -1px 2px 7px -1px rgba(0,0,0,0.77);
	}




	.modal {
		z-index:2000;
	}

	.img-circle{
		-webkit-box-shadow: inset 1px 1px 7px -1px rgba(0,0,0,0.77);
		-moz-box-shadow: inset 1px 1px 7px -1px rgba(0,0,0,0.77);
		box-shadow: inset 1px 1px 7px -1px rgba(0,0,0,0.77);
	}
	
	.BGnone {
		background:none !important;
	}
	
	.blueBG {
		background-color: #8AE4F9;
	}
	


	.hexaBG {
		color: #ADD5F7;
		font-style:none;
		background-image: url(../images/backgrounds/hexagons2.png);
		background-repeat:x-repeat;
		background-size:contain;
		background-position:bottom;
		background-color: #16193B;
		
	}
	
	.hexaBG_white {
	
		font-style:none;
		background-image: url(../images/backgrounds/hexagons.png);
		background-repeat:x-repeat;
		background-position:bottom;
		background-color: #16193B;
		
	}

#ref {
	padding-top: 50px;
}

#subnavi {
	top:210px;
	margin: 50px 0px 0px 40px;
	
}	

	
	
	.thumbnail {
	
	    position:relative;
	    overflow:hidden;
	 	border: none !important;
	 	box-shadow: none !important;
		 padding: 0px;
	 	}
	
	
	.caption_roll {
	    position:absolute;
	    bottom:0;
	    right:0;
	    background:rgba(53, 71, 140, 0.8);
	    width:100%;
	    height:100%;
	    padding:5%;
	    display: none;
	    text-align:center;
		 color: white;
		 text-shadow: 2px 2px 4px #000000;
	    z-index:2;
	}
	
	.label {
		 text-shadow: none;
	}
	
	.active_sub {
		font-weight:700;	
	}
	
	.nav-stacked {
		border-left: 1px solid black;
	}
	
	
	
	#ecke_rund{
		border-radius:8px;
	}
	
	
	.footer {
		padding: 25px 30px 0px 30px;
	}

.navbar-static-bottom {
	margin-top:50px !important;
}	
	
	.affix {
		position:fixed;
		top:0px;
	}


.carousel-control {
	background-image: none !important;
}



.up a {
	float: right!important;
	
}

.up {
	margin-bottom: 25px;
	margin-right: 15px;
	margin-top: 50px;
}

.up a:hover{
		-webkit-transition: all 0.2s ease-out;
		     -moz-transition: all 0.2s ease-out;
		       -o-transition: all 0.2s ease-out;
		      -ms-transition: all 0.2s ease-out;
		          transition: all 0.2s ease-out;  
	
 -webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
		}	

.up-blank {
	visibility: hidden;
}

	
	#smallize img {
		position: relative;	
		margin: 0px;
	 	-webkit-transition: all 0.5s ease;
	     -moz-transition: all 0.5s ease;
	       -o-transition: all 0.5s ease;
	      -ms-transition: all 0.5s ease;
	          transition: all 0.5s ease;  
		}	
	
	#smallize img:hover{
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		}	
	
	
		#rotate img {
			position: relative;	
			margin: 0px;
		 	-webkit-transition: all 0.5s ease;
		     -moz-transition: all 0.5s ease;
		       -o-transition: all 0.5s ease;
		      -ms-transition: all 0.5s ease;
		          transition: all 0.5s ease;  
			}	
	
		#rotate img:hover{
			-webkit-transform: scale(1.2) rotate(-2deg);
			-moz-transform: scale(1.2) rotate(-2deg);
			-ms-transform: scale(1.2) rotate(-2deg);
			-o-transform: scale(1.2) rotate(-2deg);
			transform: scale(1.2) rotate(-2deg);
			}	






.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(22, 25, 59, 0.8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-skin {
    position: relative;
    background: #ADD5F7;
	padding:3px !important;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

</pre></body></html>