html,body {
	height:100%;
	width:100%;
	overflow:hidden;
}
body {
	background-image:url(../img/background.jpg);
  background-size:cover;
  background-position:center;
}
.body{
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	padding-top: 50px;
}
/* xs->sm->md->lg */
/*@media (max-width: 767px) {
  body {
    background-size:auto auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    background-size:auto auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    background-size:auto 100%;
  }
}
@media (min-width: 1200px) {
  body {
	  background-size:100% auto;
  }
}*/

footer {
	margin-bottom:50px;
}

.section-visible {
	background-color:rgba(255,255,255,0.75);
	padding:7.5px;
	margin:7.5px;
}

.section-invisible {
	background-color:transparent;
	padding-left:7.5px;
	padding-right:7.5px;
	margin-left:7.5px;
	margin-right:7.5px;
}

a {
	color:#840001;
	transition: 0.25s;
	-webkit-transition: 0.25s;
}

a:hover,a:active,a:focus {
	color:#C90003;
	transition: 0.25s;
	-webkit-transition: 0.25s;
}

li.feriencamps {
	margin-bottom:7px;
}

.fa-empty {
	margin:3.5px;
	padding:3.5px;
}

.cursor {
	cursor:default;
}

.pointer {
	cursor:pointer;
}

.navbar-default {
	background-color:#FFFFFF;
	border-color:#FFFFFF;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color:#FFFFFF;
}

.navbar-default .navbar-nav > li > a{
	color:#000000;
}

.navbar-default .navbar-brand {
	color:#000000;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
	color:#000000;
	background-color:#FFFFFF;
	transition:all 1s;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color:#000000;
	background-color:transparent;
}

.fa-05x {
	font-size:0.6em;
}

.ball {
	background-image:url(../img/ball.png);
}

.navbar-logo {
	height:50px;
	float:left;
	padding-right:5px;
}

.width-25  {width:25%;}
.width-50  {width:50%;}
.width-75  {width:75%;}
.width-100 {width:100%;}

hr.height-1 {height:1px;}
hr.height-2 {height:2px;}
hr.height-3 {height:3px;}
hr.height-4 {height:4px;}
hr.height-5 {height:5px;}

hr.hr-footer {margin-left:8px;margin-right:8px;}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #DB2629;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
