html { 
    background-colour: rgba(2, 73, 129, 100);
    lang="de";

}


article,aside,figure,footer,header,hgroup,nav,section {
	display:block;
}

body {
	font-family: Times New Roman;
	background-color: #000;
	overflow-x: hidden;
  overflow-y: scroll;
	text-shadow: 0.045em 0.045em 0.045em rgb(68, 68, 68);
	color: #fff;
	-webkit-text-size-adjust: 100%;
  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin:0;
	padding:0;
	background: url('../HP-Bilder/body-bg.jpg') no-repeat center center fixed;
	//background-image: url('../HP-Bilder/body-bg.jpg');
	background-size:cover;
	//background-position: right center;
	//background-repeat: no-repeat;
	}

/*  
@media all and (min-aspect-ratio: 1/1) {
  #bg-img {
    height:100%;
  }
}
@media all and (max-aspect-ratio: 1/1) {
  #bg-img {
    width:100%;
  }
}
*/

#top {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	//background: #0a51a1;
	//background:url('../HP-Bilder/bg-oben.jpg');
	//background-repeat: repeat-x;
	//background-position: center top;
	z-index: 10;
}

#title {
	position: absolute;
	top: 30px;
	right: 300px;
	//height:30px;
	overflow: hidden;
	z-index: 6;
	font-variant:small-caps;
	font-size: 2.5em;
	font-weight: 100;
	letter-spacing: 2px;
	//width: 80%;
	line-height: 0.7em;
	visibility: hidden;
}


#logo {
	width: 150px;
	height: 150px;
	position: fixed;
	top: 5px;
	right: 5%;
	overflow: hidden;
	z-index: 7;
	background: url('../HP-Bilder/50Jahre-FZ3-klein.png');
}

#left {
	width: 730px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0%;
	overflow: hidden;
	z-index: 1;
	background:url('../HP-Bilder/Uniform.png') no-repeat right;
background-size:cover;
	}



@media screen and (max-width : 760px){

#left {
	//top: 0px;
	width: 0px;
	//margin-left: -50%;
	}
}


#logo img,
#title img,
#nav img  {
  top: 0%;
  max-width: 100%;
  max-height: 100%;
}

#top-fade {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0px;
	left: 0;
	background: #FFFF00;
	background:url('../HP-Bilder/top-fade.png');
	//background-repeat: repeat-x;
	//background-position: center bottom;
//background-image:linear-gradient(to bottom, hsl(0deg 0% 0%), hsla(0, 50%, 50%, 0));

	z-index: 5;

}

#bottom-fade {
	width: 100%;
	height: 100px;
	position: fixed;
	bottom: 50px;
	left: 0;
	//background: #000;
	//background:url('../HP-Bilder/bottom-fade.png');
	//background-repeat: repeat-x;
	//background-position: center bottom;
background-image:linear-gradient(to top, hsl(0deg 0% 0%), hsla(0, 50%, 50%, 0));

	z-index: 5;

}

#bottom {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #000;
	//background: #ffcc00;
	z-index: 8;
	//border-top: solid 2px #fff;
}

#social  {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

#social ul, #social ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

//#social ul li:first-child { margin-left: 0px;}

#social ul li a {
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -9999px;
}

.social-facebook {
	background: url(../HP-Bilder/facebook-weiss.png) center;
    	background-size: cover;
}

.social-facebook:hover {
	background: url(../HP-Bilder/facebook.png) center;
    	background-size: cover;
}

.social-youtube {
	background: url(../HP-Bilder/youtube-weiss.png) center;
    	background-size: cover;
}

.social-youtube:hover {
	background: url(../HP-Bilder/youtube.png) center;
    	background-size: cover;
}

.social-instagram {
	background: url(../HP-Bilder/instagram-weiss.png) center;
    	background-size: cover;
}

.social-instagram:hover {
	background: url(../HP-Bilder/instagram.png) center;
    	background-size: cover;
}




.footer__meta {
    text-align: center;
    margin: 0;
    font-size: 12px
}

@media (min-width: 640px) {
    .footer__meta {
        font-size:16px;
    }
}


span.hi {
    align-items: center;
    border-radius: 50%;
    display: flex;
    font-size: 1.8em;

	color: #0077ff;
    font-weight: 700;
    height: 80px;
    justify-content: center;
	position: absolute;
	bottom: 43%;
	right: 4%;
    width: 80px;
    --bs-bg-opacity: 1;
    background-color: #FFFF00;
    z-index: 2;
}




/* // NAVIGATION // */

#navigation {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 16;
}

#nav-unten {
	width: 100%;
	height: 50px;
	position: relative;
	bottom: 0;
	left: 0;
	background:url('../HP-Bilder/nav-bg2.png') center top;
	z-index: 10;
}

#nav-auf,
#nav-auf-b {
	width: 85px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -42px;
	z-index: 12;
}

#nav-zu,
#nav-zu-b {
	width: 85px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -42px;
	z-index: 11;
}

#navigation-bottom {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 16;
}

#nav-unten-bottom {
	width: 100%;
	height: 50px;
	position: relative;
	top: 0;
	left: 0;
	background:url('../HP-Bilder/nav-bg-unten2.png') center top;
	z-index: 10;
}

@media screen and (max-width : 760px){

//#navigation {
	//display: block;
	top: 60px;
	}
}


#nav-menu, #nav-menu-b {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	//left: 0;
	z-index: 15;
	overflow: hidden;
	background: rgba(13,13,13,.5);
	display: none;
	backdrop-filter: blur(10px);
}

@media screen and (max-width : 760px){
#nav-menu {;
	display: none;
	}
}

#nav-menu ul,
#nav-menu-b ul {
	margin-left: -40px;
    	text-align: center;
    	list-style: none; 
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	}

#nav-menu ul li,
#nav-menu-b ul li {
	display: inline-block;
	//background-image: url("../HP-Bilder/icon-instagram-white.png");
	//background-repeat: no-repeat;
	//background-position: center left;
	}


#nav-menu ul li:first-child,
#nav-menu-b ul li:first-child {
	background-image: none;
	}

#nav-menu ul li a,
#nav-menu-b ul li a {
        padding: 9px 10px 0px 10px;
        color: #fff;
        text-decoration: none;
        line-height: 2.0em;
        text-transform: uppercase;
        font-size: 1.2em;
	}

#nav-menu ul li a.active,
#nav-menu-b ul li a.active {
	color:#ffff00;
	}


#nav-menu ul li:hover,
#nav-menu-b ul li:hover {
	background-color: #888;
	//border-bottom: 1px dotted rgb(255, 255, 0);
	}

#nav-menu-b ul li a.insta {
	background-image: url("../HP-Bilder/icon-instagram-white.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 20px 10px 20px;
	}

#nav-menu-b ul li a.face {
	background-image: url("../HP-Bilder/icon-facebook-white.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 20px 10px 20px;
	}

#nav-menu-b ul li a.you {
	background-image: url("../HP-Bilder/youtube-weiss2.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 20px 10px 105px;
	}


@media screen and (max-width : 760px){

#nav-menu ul li {
	display: block;
	background-image: none;
	}

#nav-menu ul li a {
	width: 100%;
        color: #fff;
        text-decoration: none;
        line-height: 1.8em;
        text-transform: uppercase;
        font-size: 1.2em;
	}
}

/* // NAVIGATION ENDE // */



.section { 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
}



.thema {
	position: absolute;
	//bottom: 15%;
	z-index: 5;
	//left: 5%;
	padding-bottom: 5%;
	padding-left: 5%; 
	text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
}

#willkommen  {
	position: absolute;
	bottom: 15%;
	right: 5%;
}

.welcome {
	font-variant:small-caps;
	font-size: 2.6em;
	font-weight: 100;
	letter-spacing: 2px;
	//width: 80%;
	//line-height: 0.7em;
	border-bottom: 1px dotted rgb(255, 255, 0);
	padding-bottom: 5px;
	transition: all 0.25s ease-in-out;
}

.welcome2 {
	font-variant:small-caps;
	font-size: 1.6em;
	font-weight: 100;
	letter-spacing: 2px;
	//width: 80%;
	//line-height: 0.7em;
	transition: all 0.25s ease-in-out;
}

.thema_hklein {
	font-variant:small-caps;
	font-size: 1.6em;
	font-weight: 100;
	letter-spacing: 2px;
	//width: 80%;
	//line-height: 0.7em;
	border-bottom: 1px dotted rgb(255, 255, 0);
	padding-bottom: 5px;
	transition: all 0.25s ease-in-out;
}

.thema_hgross {
	text-transform: uppercase;
	font-style: italic;
	line-height: 1em;
	transition: all 0.25s ease-in-out;
	font-weight: 100;
	color: #FFFF00;
}

.thema .mehr {
	position: relative;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	opacity: 0.65;
	transition: opacity 0.45s;
}

.thema .mehr:hover { opacity: 1.0; }

.thema .mehr img {
	vertical-align: middle;
	margin-right: 0.5em;
	width:300px;
}



.sektion {
	z-index: 15;
	//background-image: url("../HP-Bilder/dark.jpg") no-repeat center center fixed;
	//background-repeat: repeat;
	display: none;
}



@media screen and (max-width : 760px){
.scrollContent {
	top: 10%;
	left: 0%;
	}
}

.mediaContent {
	position: absolute;
	top: 0%;
	z-index: 100;
	left: 5%;
	width: 40%;
	//margin-top: 15%;
}

.modalContent {
	position: absolute;
	top: 0%;
	z-index: 100;
	left: 45%;
	width: 50%;
	//margin-top: 0%;
	//background-image: url("../HP-Bilder/bg_content.png");
	//background-repeat: repeat;
}

.mediaContent img {
	width: 90%;
	top: 110px;
	position: relative;
	border: 1px dotted rgb(255, 255, 0);
	//display: none;
}

.grundung-bg { display: block;}
.wichtig-bg { display: none;}




.mediaContent,
.modalContent {
	position: relative;
	width: 90%;
	left: 5%;
	padding-bottom: 10px;
	}

.mediaContent img {
	width: 100%;
	padding-top: 0px;
	border: 1px dotted rgb(255, 255, 0);
	//display: block;
	top: 0px;
	position: relative;
	}


.close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
	z-index: 20;
	display: none;
}

.t1 {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 9;
}

#auswahl {
	position: relative;
	width: 100%;
	list-style: none;
	text-align: left;
	padding-top: 7%;
	padding-left: 0;
}

#auswahl li {
	display: inline-block;
	font-variant:small-caps;
	font-size: 1.2em;
	color: #666;
	padding-right: 25px;
	cursor: pointer;
}

#auswahl .active { color: #FFFF00; }

//#charakter, #wichtig, #steckbrief, #wams, #guertel, #stiefel, #hut, #hose { //height: 450px; position: relative;  display: none;}
#grundung, #allg { //height: 450px; position: relative; }

//@media screen and (max-width : 760px){ 
#charakter, #wichtig, #steckbrief, #wams, #guertel, #stiefel, #hut, #hose { height: 350px; position: relative;  display: none;} 
#grundung, #allg { height: 350px; position: relative; } 
}

.row {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    //background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index:15;
font-size: 1.4em;
}

.tabelle {
	width: 100%;
	border-spacing: 0 !important;.tabelle .row .data-left {
	display: table-cell;
	padding: 10px;
	width: 150px;
	background: rgba(255, 255, 0, 0.5);
	color: #000;
  	border-radius: 15px
}
	position: relative;
	//top: 50px;
	margin: 0;
}

.tabelle .row {
	display: table;
	width: 100%;
	height: 60px;
	padding-bottom: 0px;
}

.tabelle tr {
	border-bottom: 0px solid #444;
}

.tabelle .row .data-left {
	display: table-cell;
	padding: 10px;
	width: 150px;
	background: rgba(255, 255, 0, 0.5);
	color: #000;
  	border-radius: 15px
}

.tabelle .row .data-left:hover {
	background: rgba(255, 255, 0, 1.0);

}

.tabelle .row .data-right {
	display: table-cell;
	padding: 10px;
	width: auto;
	background: rgba(0, 0, 0, 0.5);
  	border-radius: 15px
}

.tabelle .row {
	font-size: 1.2em;
	font-weight: normal;
	padding: 3px 0 3px 0;
	//color: #000;
}
.tabelle .row .data-right {
	color: #c0c0c0;
	//font-size: .6em;
}


.bilder {
	position: relative;
	width: 100%;
	top: 0%;
	left: 0%;
}

.bilder .thumb {
	width: 46%;
	list-style: none;
	padding: 1.5% 1.5%;
	cursor: pointer;
	//opacity: 0.0;
	//display: none;
	transition: opacity 0.5s;
	display: inline-block;
}

.bilder .thumb img {
	opacity: 0.65;
	border: #ffff00 1px dotted;
}

#tracht-img, #stief-img, #head-img, #guertel-img, #hose-img { top: 0; display:none; }



.blurOn {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

#claim {
	position: fixed;
	top: 120px;
	right: 120px;
	z-index: 10;
	color: #FFFF00;
	text-align: left;
	font-size: 1.4em;
	letter-spacing: 1.5px;
	font-variant:small-caps;
	text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
display: none;
}


.box1,
.box-video,
.box-galerie,
.MiLi,
.MiRe{
	margin: 10px;
	background: #000;
	position: absolute;
	-webkit-box-shadow: 0px 0px 4px 0px #000;
	-moz-box-shadow: 0px 0px 4px 0px #000;
    	box-shadow: 0px 0px 4px 0px #000;
}

.box1{
	width: 250px;
	height: 135px;
	font-variant:small-caps;
}

.box1 .menubild{
	width: 250px;
	height: 135px;
}

#T01 { top:0px; left:0px; }
#T02 { top:0px; left:260px; }
#T03 { top:0px; left:520px; }
#T04 { top:0px; left:780px; }
#T05 { top:145px; left:0px; }
#T06 { top:145px; left:260px; }
#T07 { top:145px; left:520px; }
#T08 { top:145px; left:780px; }
#T09 { top:290px; left:0px; }
#T10 { top:290px; left:260px; }
#T11 { top:290px; left:520px; }
#T12 { top:290px; left:780px; }

.box1:active {
/* Box-Schatten */
-moz-box-shadow: 0 2px 6px black;
-webkit-box-shadow: 0 2px 6px black;
box-shadow: 0 2px 6px black;
} 




.box-titel{
	height:30px;
	top: 0;
	//left: 0;
	margin-bottom: 10px;
	position: absolute;
	z-index: 14;
	font-size: 1.6em;
	color: #fff;
	letter-spacing: 2px;
	font-variant:small-caps;
	text-align: left;
	border-bottom: 1px dotted rgb(255, 255, 0);
	//display:none;
}



img.icon { position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; z-index: 7; 
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	}

img.icon:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	}








//.box1:hover .beschreibung,
//.MiLi:hover .beschreibung,
//.MiRe:hover .beschreibung {
display : block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

}

#boden {
	float: left;
	height: 150px;
	width: 100%;
	//background: #faebd7;
	background: url(HP-Bilder/boden.png) no-repeat;
	background-size: 100%;
	bottom: 0; 
	left:0;
	position: fixed; 
	display:none;
	z-index: 14;
}

#chronik-bild {
	float: left;
	height: 300px;
	width: 926px;
	background: url(Chronik/1974-Gruppenbild.png);
	bottom: 0; 
	left:50%;
	margin-left: -463px;
	position: fixed; 
	z-index: 15;
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}











#load {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	//background:url('bg-content.jpg');	HP-Bilder/bg.png
	//background-repeat: repeat;
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	display:none;
	z-index: 9999;
}

#load-loading {
  
	z-index: 99999;
  
	position: fixed;
  
	top: 50%;
  
	left: 50%;
  
	width: 150px;
  
	height: 150px;
  
	margin-left: -75px;
  
	margin-top: -75px;
  
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
  
	background: rgba(0,0,0,0.8);
    
	-webkit-border-radius: 20px;
    
	-moz-border-radius: 20px;
    
	border-radius: 20px;
}



#load-gif {
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	position: absolute;
	background:url('HP-Bilder/ajax-loader.gif');
}

.blur {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:13;
	top: 0px;
	left: 0px;
	display:none;
}

#h-uberuns {
	background:url('HP-Bilder/H-Uberuns.png');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-termine {
	background:url('HP-Bilder/H-Termine.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-erfolge {
	background:url('HP-Bilder/H-Erfolge.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-chronik {
	background:url('HP-Bilder/H-Erfolge.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-repertoire {
	background:url('HP-Bilder/H-Repertoire.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-uniform {
	background:url('HP-Bilder/H-Diverse.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-orte {
	background:url('HP-Bilder/H-Diverse.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	display: none;
}

#h-galerie {
	background:url('HP-Bilder/H-Galerie.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-video {
	background:url('HP-Bilder/H-Video.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-mv {
	background:url('HP-Bilder/H-MV.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-links {
	background:url('HP-Bilder/H-Diverse.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-kontakt {
	background:url('HP-Bilder/H-Kontakt.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-markgr {
	background:url('HP-Bilder/H-Markgr.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#h-impressum {
	background:url('HP-Bilder/H-Diverse.jpg');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}


#fix {
	width: 330px;
	height: 460px;
	position: relative;
	color: #fff;
	top: 10px;
	float: left;
}

#hline{
	float: left;
	height: 1px;
	width: 98%;
	margin: 2px 5px 2px 5px;
	background: url(HP-Bilder/hline.png) center top repeat-x;  
}

#vline{
	float: left;
	height: 98%;
	width: 1px;
	margin: 5px 2px 5px 2px;
	background: url(HP-Bilder/vline.png) center top repeat-y;  
}


#zuruck {
	width: 100px;
	height: 50px;
	position: fixed;
	bottom: 40px;
	right: 0px;
	overflow: hidden;
	//background: #ff0000;
	display: none;
	//background: url('HP-Bilder/zuruck-close.png');
	z-index: 15;
}



.menu-close {
	width:75px;
	height:50px;
	position:relative;
	right:20px;
	top: 10px;
	float: right;
}

.logo {
	width: 52px;
	height: 52px;
	position: absolute;
	overflow: hidden;
	z-index: 9999;
}

#black{
	width: 950px;
	height:100%;
	top: 0px;
	left: 0px;
	background: url(HP-Bilder/gradient_black.png);
	position: absolute;
	display:none;
	z-index:14;
}

#black2{
	width: 950px;
	height:100%;
	top: 0px;
	right: 0px;
	background: url(HP-Bilder/gradient_black2.png);
	position: absolute;
	display:none;
	z-index:14;
}

#white{
	width: 950px;
	height:100%;
	top: 0px;
	right: 0px;
	background: url(HP-Bilder/gradient_white-s.png);
	position: absolute;
	display:none;
	z-index:14;
}


#content p {margin-bottom: 25px;}

#foot {
	width: 100%;
	height: 55px;
	position: fixed;
	bottom:0px;
	left: 0px;
	background: url(HP-Bilder/bg-unten.png);
	background-repeat: repeat-x;
	font-variant:small-caps;
	font-size: 1em;
	color: #fff;
	background-position: center top;
	z-index: 16;
display:none;
}


#foot a{
	padding:5px 10px;
	letter-spacing:1px;
	color:#ddd;
	float:right;
	text-decoration: none;}

#foot a:hover{color:#fff;}

#foot a span{ font-weight:bold;}

#foot a.left{float:left;}

a:focus { outline: none; }


.h1 {
	font-size: 1.6em;
	color: #fff;
	letter-spacing: 2px;
	font-variant:small-caps;
	text-align: center;
	border-bottom: 1px dotted rgb(204, 204, 204);
	}

.h2 {
	font-size: 1.2em;
	color: #fff;
	letter-spacing: 1.5px;
	font-variant:small-caps;
	border-bottom: 1px dotted rgb(204, 204, 204);
	}

.text {
	font-size: 1.2em;
	color: #c0c0c0;
	line-height: 1.4em;
	text-align: justify;
	}

a.text {
	text-decoration: none;
	color: #0077ff;
	}
	
a:link {color:#ddd; text-decoration:none;}

//a:visited {color:#0077ff; text-decoration:none;}

a:hover {color:#ece63e;}

//a:active{color:#f00;}


.thumbs img
	{
	width:8%;
	height: auto;
	border: 2px solid #333;
	padding: 0px;	
	margin: 1% 0.1% 0.1% 0.1%;
	//margin: 10px 5px 5px 5px;
	vertical-align: top;
	//filter:alpha(opacity=50); 	/* IE */
	//-moz-opacity: 0.50;			 /* Gecko */
	//opacity:.50; 			/* Opera */
	//FILTER: gray;
	}

.thumbs:hover img {
	border: 2px solid #c0c0c0;
	cursor: url(http://www.fanfarenzug-markgroeningen.de/HP-Bilder/zoomin.cur), pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	//filter:alpha(opacity=100); 	/* IE */
	//-moz-opacity: 1.00;			 /* Gecko */
	//opacity:1.00; 			/* Opera */
	//FILTER:none;
	//-webkit-transform: scale(1.1);
	//-moz-transform: scale(1.1);
	//-ms-transform: scale(1.1);
	//-o-transform: scale(1.1);
}

/* // KONTAKT // */

#kontakt-img img {
	border-radius: 15px 15px 15px 15px;
	height: auto;
	max-width: 100%;
}


/* // KONTAKT - ENDE // */

/* // MUSIKVEREIN // */


/* // MUSIKVEREIN - ENDE // */

/* // GALERIE // */


/* // GALERIE - ENDE // */



/* // UNIFORM // */

/* // UNIFORM - ENDE // */

/* // LINKS // */


#box-links{
	width: 35%;
	height:320px;
	margin: 10px;
	//background: #c0c0c0;
	position: absolute;
	font-size: 1.0em;
	top:120px;
	left:5%;
	z-index: 13;
	display: none;
}

#links {
	background:url('HP-Bilder/Links.png');
	center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}

#links img {
	height: 550px;
	width: 550px;
}

.links {
	text-decoration: none;
	background:  url('HP-Bilder/Pin-f-links.png') no-repeat bottom left;
	padding-left: 15px;
	display: block;
	//font-size: 0.8em;
	letter-spacing: 1.5px;
	//font-variant:small-caps;
	color: transparent;
	//text-shadow: 2px 2px 10px #999;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}



.links:hover {
	background: url('HP-Bilder/pfeil-rechts-grau.png') #333 no-repeat bottom left;
}

/* // LINKS - ENDE // */

/* // UBER UNS // */

#steckbrief-cards {
  width: 100%;
  float: left;
    transform: translate(-50% 50%);
}

.scene {
  display: inline-block;
  width: 289px;
  height: 289px;
/*   border: 1px solid #ff0000; */
  margin: auto;
  perspective: 600px;
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}

.card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  //font-weight: bold;
  //font-size: 40px;
  backface-visibility: hidden;
    font-size: 1.2em;
    line-height: 1.4em;
}

.card__face--front {
  background: #fac800;
	border-radius: 15px;
    color: #000;
}

.card__face--front img {
  	width: auto;
	height: 60%;
	display: block;
	margin: 10% auto 10% auto;
}

.card__face--back {
  background: #0a509e;
  transform: rotateY(180deg);
	border-radius: 15px;
    color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
  position: absolute;
	
}

.card__face--back p {
  margin:20px;
	
}





/* // UBERUNS - ENDE // */


        #scrollBtn {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: #555;
            color: white;
            cursor: pointer;
            padding: 15px;
            border-radius: 10px;
        }
        #scrollBtn:hover {
            background-color: #ffff00;
            color: black;
        }


