/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a; 
  background-color:#dedede;
}

.kopf {
	height:150px;
	background-color: white; 
/*	margin-bottom: 20px; */
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

 #background {
	position: absolute;
	z-index:1;
	left: 0;
	top: 0;
	max-width: 100%;
	height: auto;
	display: block;
	opacity: 0.3;
	
} 

#Logo_header {
max-height:100px;
height:80%;
display:block;
z-index: 2;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 0px;
  padding-left: 0px;
  /*hier Farbe für Navbar angeben*  background-color: xxxxx;*/
  /*hier Transparenz des Menüs anpassen* opacity: 0.5;*/
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 280px;
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 280px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 280px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-6 {
  margin-bottom: 20px;
  text-align: center;
  
}

.marketing .col-md-12 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-6 p {
  margin-right: 10px;
  margin-left: 10px;
}

.marketing .col-md-12 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 20px 0; /* Space out the Bootstrap <hr> more */
 /* border: solid green;*/
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
 /* border: solid red;*/
}

.marketing .featurette {
/*  border: solid blue;*/
}


/* Kontakt Form
------------------------- */

#form {
  display:block;
  width: 90%;
  margin:50px auto 50px auto;
}

input {
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  width:100%;
  max-width:100%;
  height: 3.125em;
  padding: 0px 0px 0px 0px;
  
  background: white;
  outline: none;
  color: black;
  
  border: solid 1px black;
  border-bottom: none;
  
}

input:hover {
  background: #b3aca7;
  color: black;
}

#message {
  
  max-width:100%;
  width:100%;
  height: 18em;
  max-height: 18em;
  margin : 0em 0em 0em 0em;
  padding : 0em;
  
  
  background: white;
  outline: none;
  
  color: black;
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  
  border: solid 1px black;
  
}

#message:hover {
  background: #b3aca7;
  color: black;
}

#submit {

  width:100%;
  
  padding: 0em;
  margin-top: 1em;
  
  font-family: 'Lato', sans-serif;
  font-size: 0.875em;
  color: black;
  
  outline:none;
  cursor: pointer;
  
  border: solid 2px black;
}

#submit:hover {
  color: #e2dedb;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	
.kopf {
/*	height:250px;*/
} 

	
.navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  
  #form {
  width: 50%;
  margin:50px auto 50px auto;

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }

.kopf {
/*	background-color: yellow; */
/*	margin-bottom: 20px; */

}

  
    #form {
  width: 50%;
  margin:50px auto 50px auto;

}
