body {
      position: relative;
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
    background-color: black;
    background-repeat: no-repeat;
    }

.affix {
      top: 20px;
  }
  
@media screen and (max-width: 810px) {
#section1, #section2, #section3, #section4, #section5  {
        margin-left: 150px;
    }
  }

h1 {color:#4b73a4;
font: 400 20px/1.8 Lato, sans-serif;
}
h2 {color: #d2d2d2;
font: 400 20px/1.8 Lato, sans-serif;
}
h3 {color:#960200;
font: 400 30px/1.8 Lato, sans-serif;
}
p {color: #ededed;}


.bg-1 { 
       
;      color: #ffffff;
}
.bg-3 {
    margin-bottom: 50px;
}
.bg-4 {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
}
.bg-grey {
    
}
#myCarousel {
    margin-top: 35px;
}
.carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
  }
  .carousel-caption h3 {
      color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
  }
 .carousel-inner img {
      -webkit-filter: grayscale(90%);
      filter: grayscale(90%); /* make all photos black and white */ 
      width: 100%; /* Set width to 100% */
      margin: auto;
  }
footer {
      background-color: #3f8ec5;
      color: #f5f5f5;
      padding: 32px;
  }
  footer a {
      color: #f5f5f5;
  }
  footer a:hover {
      color: #777;
      text-decoration: none;
  }  
  .form-control {
      border-radius: 0;
  }







input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

/* Kontakt */
#kontakt h2 {
    color: #960200;
}
#kontakt {
    margin-top: 50px;
}


/* Image */
.img-responsive {
    width: 200px;
    float: left;
}
.img-responsive {
    display: block;
    width: 100%;
}

/* Button */
button {
    font-size: 18px;
}

/* Gallerie */f
.galerie {
    margin-top: 60px;
}


/* Scrollbar Chrome, Safari */
::-webkit-scrollbar {
    width: 0px;
}

