/* auto ******************************************************************************/


#schramberg1 {
    overflow: auto;
    background-color: white;
  }


#schramberg2 {
  overflow: auto;
  margin-top: 150px;
  margin-bottom: 150px;
  margin-left: 10%;
  width: 80%;
}

#schramberg1 h3 {
  margin: 0;
  padding: 0;
}

.caption-container1 h3 {
  margin: 0;
  padding: 0;
  text-transform: none;
}

.caption-container1 h2 {
  text-transform: none;
}

#schramberg1 p {
  font-family: 'Lucida Sans Unicode', sans-serif;
  font-size: 18px;
}

.jetzt {
 font-family: 'Roboto', sans-serif;
 border: none;
 padding: 10px 30px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 16px;
 margin-top: 30px;
 -webkit-transition-duration: 0.4s; /* Safari */
 transition-duration: 0.4s;

}
.kaufen {
 background-color: Transparent;
 color: black;
 border: 2px solid black;
}

 .kaufen:hover {
 background-color: black;
 color: white;
}

/* Seite 1 */

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container1 {
  position: relative;
  float: left;
  width: 50%;
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 100%;
}


/* Container for image text */
.caption-container1 {
  text-align: left;
  color: black;
  padding-left: 50px;
  float: right;
  width: 50%;
  height: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column1 {
  float: left;
  width: 33.333%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


/* ------------------------------------------------------------------- */

.accordion {
  font-size: 22px;
  margin-top: 50px;
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: solid 2px;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}


.accordion:after {
  content: '\002B'; /* Unicode character for "plus" sign (+) */
  font-size: 28px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212"; /* Unicode character for "minus" sign (-) */
}



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


    .container1 {
      float: none;
      width: 60%;
      margin-top: 100px;
      margin-left: 20%;
    }

    .caption-container1 {
      float: none;
      width: 100%;
      padding-left: 0;
    }
}

@media screen and (max-width: 1000px) {

    .container1 {
      margin-top: 50px;
  }

}

@media screen and (max-width: 800px) {

      .container1 {
        width: 80%;
        margin-left: 10%;
      }
}

@media screen and (max-width: 800px) {

      .accordion {
        padding: 10px;
      }

}



@media screen and (max-width: 480px) {

      #schramberg1 h3 {
        text-align: center;
        margin-bottom: 25px;
      }

      #schramberg2 {
        width: 100%;
        margin-left: 0;
      }

      .container1 {
        width: 100%;
        margin-left: 0;
      }

      .caption-container1 {
      }

      .accordion {
        border-width: 2px 0px 2px 0px;
        margin-top: 25px;
      }
}


@media screen and (max-width: 360px) {

}
