body{
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#404040)) fixed;
	color: #fff;
}
.navbar {
	margin-bottom: 0px;
	box-shadow: 0px 5px 0px 0px rgba(255,234,79,1);
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand{
	color: #5cb85c;
	height:70px;
}

.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 450px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.star {
	text-decoration: none;
    color: #FFEA4F;
	font-family: Algerian;
	font-size: 45px;
	margin-top: 10px;
	transition: all 0.5s ease-in;
}
.star:hover{
	transform: 
     scale(1.06, 1.06);
}

.navr:hover{
	transform: 
     rotate(2deg)
     scale(1.06, 1.06);
}
.algerian{
	color: #FFEA4F;
	font-family: Algerian;
}
.algerian:hover{
	color: #FFEA4F;
	font-family: Algerian;
}
.black{
	color:#000;
}
.gelb{
	color: #FFEA4F;
}
.klein{
	font-size: 15px;
}
.weiss{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  min-height: 480px;
  background: #eee;
}
.weiss p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.none{
	text-decoration: none;
}
.none:hover{ 
	 text-decoration: none;
}
.kipp{
	text-decoration: none;
	transition: all 0.25s ease-in;
	margin-bottom:20px;
}
.kipp:hover > .tip{ 
	transform: 
     rotate(3deg)
     scale(1.05, 1.05)
     skewX(0deg)
     translate(0px, 0px);
}
.buttonpick{
	width:40px;
}
.coldrifsmall{
	height:40px;
	width:30px;
}
@keyframes rad {
	0% {
    transform: rotate(0deg); 
  }
  50% {
    transform: rotate(120deg);
  }
  100% {
    transform: rotate(360deg);	
  }
}
.everlookrad:hover > .buttonpick{
	animation: rad 5s infinite;
}
.vt{
	border-left: 1px solid #fff;
}
.rei > li{
	float: left;
	padding-left:10px;
}
.rei > li > a{
	padding:2.5px;
}
.rei{
	padding:10px;
}
.padplus{
	padding-left:20px;
}
.klassen{
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right: 15px;
	padding-left: 5px;
	width:25%;
	box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.2);
	margin:2px;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.75);
}
.klassrow{
	display: flex;
}
.klassleft{
	display: block;
	width:80%;
	float:left;
}
.klassright{
	display: block;
	float:right;
	width:20%;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
.klassentab{
	margin: 10px;
	display: flex;
	
}
.klassentab:before,
.klassentab:after{
	display: table;
	content: " ";
}
.klassentab:after{
	clear: both;
}
.klassen > th{
	line-height:30px;
}
.kopfklass{
	line-height:30px;
}
.kri{
	border-color: #dd7e6b;
	background-color: #FBC9C0;
	border-top-left-radius: 10px;
}
.pri{
	border-color:  #b7b7b7;
	background-color: #F3F3F3;
}
.jag{
	border-color: #B6D7A8;
	background-color: #D7E9D1;
}
.mag{
	border-color: #9DC6E8;
	background-color: #D0E1F3;
}
.dru{
	border-color: #FB9C01;
	background-color: #FFE3CF;
	border-bottom-left-radius:10px;
}
.pal{
	border-color: #FA03F6;
	background-color: #EDD1DC;
}
.hex{
	border-color: #B4A6DB;
	background-color: #DAD2E9;
}
.sch{
	border-color: #ffd966;
	background-color: #FFF2CF;
}
/*  slider */
    * {
      box-sizing: border-box;
    }

    .slider {
        width: 100%;
        margin: 30px auto;
		margin-top:10px;
		padding-left:40px;
		padding-right:40px;
    }

    .slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      width:;
    }

    .slick-prev:before,
    .slick-next:before {
      color: white;
	  font-size: 30px;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
    }

    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	.left{
	  float:left;
	  display: block;
	  margin-right:10px;
	}
	.hundert{
		width:100%;
	}	
.back{
	background: #eee;
	padding:0;
	box-shadow: 0px 5px 0px 0px rgba(255,234,79,1);
}
.backin{
	min-height: 480px;
	background-image: url(../image/aec.jpg);
    background-color: rgba(238,238,238,0.2);
    background-blend-mode: lighten;
	background-position: center center;
    background-repeat: no-repeat;
}
.shadow{
	text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.533333px 0.833333px 0px, rgb(255, 255, 255) -0.416667px 0.916667px 0px, rgb(255, 255, 255) -0.983333px 0.133333px 0px, rgb(255, 255, 255) -0.65px -0.75px 0px, rgb(255, 255, 255) 0.283333px -0.966667px 0px, rgb(255, 255, 255) 0.966667px -0.283333px 0px;
}
/*.back{
	background-image: url(../image/aec.jpg);
    background-color: rgba(238,238,238,0.8);
    background-blend-mode: lighten;
	background-position: center center;
    background-repeat: no-repeat;
}
.back:before{
	content: "";
	position:absolute;
	top:70px;
	left:0;
	right:0;
    max-width: 100%;
    min-height: 500px;
    background: #eee;
	z-index:-1;
}

