body{
	background-color:#000 !important;
	color: #c2c2c2 !important;
}

.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.navbar-right li a
{
	padding-top: 15px !important;
}

.open
{
	height:50px;
}

.nomargin
{
	margin:0px 0px 0px 0px;
}

.nopadding
{
	padding:0px 0px 0px 0px;
}

#home-slider .fa-angle-down 
{
	color: #c19c31 !important;
}

.center
{
  width: auto ;
  margin-left: auto ;
  margin-right: auto ;
}

#overlay
{
	width:500px !important;
	height:auto !important;
}

#home-slider .caption h1
{
	font-size:31px !important;
}

.left-control, .right-control
{
	top:63% !important;
}

/* section
{
	padding: 0 0 !important;
} */

.carousel-content {
    color:#fff;
    align-items:center;
}

.slider_headline
{
	font-size:1.4em;
}


.navbg
{
	background-color: rgba(251, 251, 251, .5);
    color: #fff;
    width: 100%;
    height: 50px;
}

.navbar-right li a {
    color: #111;
}


.cover{
    color: rgb(255, 255, 255);
    position: relative;
    min-height: 350px;
    background: url("'../images/start.jpg'") no-repeat scroll 0px 100% / cover transparent;
}

.starter
{
	background-image:url('../images/start.jpg');
	height:100%;
}

.start_overlay
{
    background-image: url(../images/starter.png);
    background-size: 70%;
    background-position: center;
    width: 100%;
    height: 65vh;
    z-index: 100;
    position: absolute;
    background-repeat: no-repeat;
}

.top
{
	top:-366px !important;
}

#text-carousel {
  width: 100%;
  max-height:600px;
  min-height:300px;
  padding: 50px;
  text-align:center !important;
  background-color:#6d848e;
}


.modulbild
{
	max-height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.item:after
{
	background: rgba(0,0,0,0) !important;
}

.grau
{background-color: lightgrey;}

.no-padding
{
	padding-top:0px !important;
	padding-bottom:0px !important;
	
}

.no-padding-top
{
	padding-top:0px !important;
	
}

.no-padding-bottom
{
	padding-bottom:0px !important;
	
}

.no-margin-top
{
	    margin-top: 0px;
}


#band{
	width:100%;
	padding-top:60px;
}

#band1{
	width:100%;
	padding-top:145px;
}

#spacer{
	background-image: url(../images/parallax.jpg);
	padding:10%;
}

.puzzle
{
	background-image:url("../images/puzzle.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}

.jumbotron
{
	background-color:rgba(0,0,0,.75);
	color:#fff;

}

.full-screen
{
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}


.max>.item
{
	max-height: 600px !important;
}


.h1, h1 {
    font-size: 26px;
	color: #ffe400;
}
.h2, h2 {
    font-size: 26px;
	color:#c7ab59;
}


a:hover {
    color: #fff !important;
}

a{
	color:rgb(255, 228, 0) !important;
}	



#home {
    margin-bottom: 100px;

}

#home-slider {
    top: 0px !important;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    display: block;
    position: absolute;

}

#contact-us {
    background-image: url(../images/kontakt.jpg);
}

.navbar-collapse
{
background-color:rgba(193, 156, 49, 0.96);
}

.navbar-toggle .icon-bar
{
	background-color:rgba(193, 156, 49, 1) !important;
}

.navbar-toggle
{
	border: 1px solid rgba(193, 156, 49, 1) !important;
}


.btn-submit
{
		background-color:#000 !important;
		color:#ffe400 !important;
}

.btn-submit:hover
{
		background-color:#ffe400 !important;
		color:#000 !important;
}

.form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.65);
    height: 50px;
    border-radius: 0;
    box-shadow: none;
}	

.form-control:focus
{
	border-color:rgba(255, 255, 255, 0.57) !important;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(193, 156, 49, 1) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(193, 156, 49, 1) !important;
	color:#000 !important;
}

a:hover
{
	color:rgba(193, 156, 49, 1) !important;
}

.pulse {
margin: 100px;
    display: -webkit-inline-box;
    background: #000;
    cursor: pointer;
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.83);
    animation: pulse 2s infinite;
    padding: 10px;
}
.pulse:hover {
  animation: none;
}

@media (min-width: 1500px)
{



}


@media (min-width: 768px)
{
	.navbar-collapse
	{	
	background-color: transparent !important;
	}
}

@media (min-width: 1200px) and (max-width: 1499px)
{


}

@media (min-width: 992px) and (max-width: 1199px)
{



}

@media (min-width: 768px) and (max-width: 991px)
{



}

@media (max-width: 767px)
{

}

/* @media (orientation: landscape)
{
#start_overlay {
     width: 350px;
	 top:4em;
}
} */