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

html, body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

/*Style Navbar*/

.dropbutton 
{
	display: block;
	text-align: center;
	font-size: 40px;
	background-color: #cce100;
	cursor: pointer;
		-webkit-touch-callout: none; /* iOS Safari */
    	-webkit-user-select: none; /* Chrome/Safari/Opera */
       	-khtml-user-select: none; /* Konqueror */
       	-moz-user-select: none; /* Firefox */
      	-ms-user-select: none; /* Internet Explorer/Edge */
       	user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.navbar_div
{
	position: relative;
	display: inline-block;
	width: 100%;
    margin: 0 auto;
	text-align: center;
}

.navbar_div a
{
	padding: 0.5% 0.25%;
}

.navbar
{
    display: none;
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width: 100%;
	background-color: white;
}

.navbar a
{
    color: black;
	text-decoration: none;
    padding: 5px 5px;
    position: relative;
    cursor: pointer;
	display: block;
	width: 99%;
}

.navbar a span img
{
	margin-right: 5px;
	width:auto;
	height:28px;
	vertical-align: middle;
}

.dropbutton img
{
	height: 80px;
}

.navbar a:hover, .navbar a:focus, .navbar a:active {background-color: #cce100;}

.navbar a.selected{background-color:#cce100;}

.navbar_div:hover .navbar, .navbar_div:focus .navbar, .navbar_div:active .navbar {display: block;}

.navbar_div:hover .dropbutton, .navbar_div:focus .dropbutton, .navbar_div:active .dropbutton {background-color: black;}

.footer
{
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 10px);
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.fb-like{
	right: 3px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    bottom: 3px;
}


.carousel-caption img
{
	position: absolute;
	z-index: 99999;
	height: 30%;
	right: 5%;
	top: 5%;
}

#Logo
{
	display: none;
}

/*Galerie*/

.infos
{
	width: inherit;
	text-align: left;
}

.infos .event
{
	font-size: 200%;

	background-color: rgba(204,225,0,1);
	font-weight: bold;
}

.infos .location
{
	background-color: rgba(204,225,0,0.5);
}

.infos .tool
{
	background-color: rgba(204,225,0,0.5);
}

.bild
{
	display: inline-block;
	padding: 2% 2%;
	position: relative;
	/*margin: 0 auto;*/
}

.bild img
{
	height: 12em;
}



.center
{
	text-align: center;
	padding: 2% 2%;
}


/*Partner*/

.partner
{
	z-index: 0;
	cursor: pointer;
	background-color: rgba(255,255,255,0.5);
	margin: 25px 25px;
}

.partner img
{
	width: 300px;
	height: auto;
}

.partner a
{
	font-weight: bold;
	font-size: 150%;
}

.partner_bg
{
	width: 100%;
	height:auto;
	z-index: -99999;
	background: url("Bilder/partner_bg.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

/*Infos*/

#infos
{
	position: relative;
	padding: 2em 2em;
	display: inline-block;	
}


/*BAGJUMP*/

.img1, .img2, .img3, .img4, .img5 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;

}

.caption 
{
  	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: black;
	overflow: hidden;
}
 
.box
{
	margin: 10px 20px;
	text-align: justify;
}

.caption span
{
	position: relative;
	display: block;
}

.t1
{
	font-size: 2em;
}

.t2
{
	font-size: 1.5em;
}

.t3
{
	font-size: 1em;
}

.link
{
	float: right;
	cursor: pointer;
	color: black;
	font-style: normal;
	text-decoration: none;
	font-size: 1.5em;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

/*KONTAKT*/

.kontakt
{
	height: 100%;
	width: 100%;
	background: url("Bilder/BAGJUMP/rad2.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.in_arbeit
{
	width: 100%;
	height:100%;
	z-index: -1;
	background: url("Bilder/seiteinarbeit_mobil.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*ADMIN SEITEN*/

.form
{
	padding: 2%;
}