html,
body {
	width: 100%;
    height: 100%;
	font-family: 'Droid Sans', sans-serif;
	margin-bottom: 70px;
	font-size: 16px;
}

h2{ 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}


body {
    padding-top: 70px;
	margin-bottom: 70px;
	width: 100%;
}

.col-lg-1 img{
	padding-top:35px;
}

.divPageHeader{
	border-bottom: 1px solid #eee;
}

.vereine{
	max-height: 80px;
	display: block;
    margin-left: auto;
    margin-right: auto 
}

.navbar-default{
	background-color: #fff;
	padding-top: 5px;
	font-size: 18px;
}


.navbar-logo{
/*	padding-left: 30px; */
	padding-bottom: 6px;
	height: 60px;
}

.navMobileSubmenu a{
	color: #fff;
}

.odd{
	background: #e5f2ff;
}

.container-full {
	position: relative;
    width: 99.6vw;
    left: calc(-50vw + 50%);
}


.footer {
	text-align:right;
	padding-top: 15px;
	margin-right: 15px;
	height: 85px;
}

.mainContent{
	min-height:90%;
}


#mobilebar ul li ul li a{
	font-size: 25px;
}

#mobilebar ul li ul li a{
	font-size: 18px;
}

.navButton {
	display:block;
	padding:4px;
	line-height:1.42;
	background-color:#fff;
	border:2px solid #bbd4ff;
	border-radius:10px;
	-webkit-transition:border .2s ease-in-out;
	-o-transition:border .2s ease-in-out;
	transition:border .2s ease-in-out cursor:pointer; 
	height: 200px;
	margin-bottom:15px;
}


.navButton center{
	  position: relative;
	  top: 35%;
	  -webkit-transform: translateY(-40%);
	  -ms-transform: translateY(-40%);
	  transform: translateY(-40%);
}

.navButton center{
	  padding-top:10px;
}



.navButton h3{
	color:#555;
	font-size: 23px;
}

.navButton h2{
	padding-top:7px;
	color:#555;
	font-size: 26px;
}

.navButton h1{
	color:#555;
	padding-top:10px;
	font-size: 30px;
}


.navButton:hover {
	text-decoration:none;
	background-color:#bbd4eb;
	color:#000;
}

.navButton:hover h1,.navButton:hover h2,.navButton:hover h3{
	color:#000;
	text-decoration:none;
}
 

.intexcNavButton:active {
	position:relative;
	top:1px;
	color:#000;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #337AB7;
}


/*
*	DROPDOWN NAVBAR
*
*/

.dropdown-menu{
	 white-space: normal;
	 background: #fff;
	 margin-left: 14px;
	 margin-right: 14px;
}

.img>.dropdown-menu{
   background-color: rgb(25, 185, 173);
   line-height: nowrap;
   white-space: nowrap;
}

.dropdown-menu li:hover {
    cursor: pointer;
}

.navbar-link{
	padding-left: 5px;
	color: black;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #333; 
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #111;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*
CALENDER
*/

.calendar {
margin:.25em 10px 10px 0;
padding-top:5px;
float:left;
width:80px;
background:#ededef;
background:-webkit-gradient(linear,left top,left bottom,from(#ededef),to(#ccc));
background:-moz-linear-gradient(top,#ededef,#ccc);
font:bold 30px/60px Arial Black,Arial,Helvetica,sans-serif;
text-align:center;
color:#000;
text-shadow:#fff 0 1px 0;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
position:relative;
-moz-box-shadow:0 2px 2px #888;
-webkit-box-shadow:0 2px 2px #888;
box-shadow:0 2px 2px #888
}

.calendar em {
display:block;
font:normal bold 11px/30px Arial,Helvetica,sans-serif;
color:#fff;
text-shadow:#00365a 0 -1px 0;
background:#04599a;
background:-webkit-gradient(linear,left top,left bottom,from(#04599a),to(#00365a));
background:-moz-linear-gradient(top,#04599a,#00365a);
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px;
border-bottom-right-radius:3px;
-moz-border-radius-bottomleft:3px;
-webkit-border-bottom-left-radius:3px;
border-bottom-left-radius:3px;
border-top:1px solid #00365a
}

.calendar:before,.calendar:after {
content:'';
float:left;
position:absolute;
top:5px;
width:8px;
height:8px;
background:#111;
z-index:1;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0 1px 1px #fff;
-webkit-box-shadow:0 1px 1px #fff;
box-shadow:0 1px 1px #fff
}

.calendar:before {
left:11px
}

.calendar:after {
right:11px
}

.calendar em:before,.calendar em:after {
content:'';
float:left;
position:absolute;
top:-5px;
width:4px;
height:14px;
background:#dadada;
background:-webkit-gradient(linear,left top,left bottom,from(#f1f1f1),to(#aaa));
background:-moz-linear-gradient(top,#f1f1f1,#aaa);
z-index:2;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px
}

.calendar em:before {
left:13px
}

.calendar em:after {
right:13px
}
