body {
	background-color: #383838;
	overflow: hidden;
	margin:0;
	border:0;
	padding:0;
  font-family: 'Montserrat', sans-serif;
}
img {
	display:inline;
}
#cont{

	margin:0;
	border:0;
	padding:0;

	overflow:hidden;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;

	line-height:0px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color:#383838;
  text-align: center;
  color: white;
  font-size: 32px;
  vertical-align: middle;
  padding-top: 100px;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.falafel:before {
    background: #2c2c2c;
    border-radius: 50%;
    -webkit-box-shadow:  1em 0 0 #2c2c2c, -1em 0 0 #2c2c2c;
    box-shadow: 1em 0 0 #2c2c2c, -1em 0 0 #2c2c2c;
    content: "";
    height: 0.8em;
    left: 1.1em;
    position: absolute;
    top: 1.1em;
    width: 0.8em;
}
.falafel {
  /*border: 2px solid #AAAAAA;*/
  border: 2px solid #2C2C2C;
  font-size: 15px;
  height: 3em;
  position: relative;
  width: 3em;
  /*background: #2C2C2C;*/
  background: #dcdcdc;
  border-radius: 0.2em;
}

.buttoncontainer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 501;
}

#settingspane {
  position: absolute;
  display: block;
  right: -350px;
  bottom: 0px;
  height: 100%;
  width: 350px;
  background-color: rgba(247,247,247,0.95);
  z-index: 500;
  text-align: center;
  font-size: 20px;

}

#settingspane a {
  color: #0047ab;
  text-decoration: none;
}

#settingspane button {
  font-size: 15px;
}

#settingspane hr {
   border: 0;
   height: 1px;
   background-image:
   linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#headline {
  font-size: 45px;
  padding-top:15px;
}

.smaller {
  font-size: 15px;
}

#slidercontainer {
  margin-top: 10px;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  margin-top: 15px;
}

.leftlabel {
  display: inline-block;
  left: 30px;
  position: absolute;
}

.rightlabel {
  display: inline-block;
  right: 30px;
  position: absolute;
}