@charset "utf-8";
/* CSS Document */
img, object, embed, video {
  max-width: 100%;
}
.img_li {
	max-width: 30%;
	height: auto;
	float:left;
	margin-right:30px;
	margin-bottom:25px; 
	margin-top:0px;
}
.img_gala4er {
  width: 22%;
  height: auto;
  margin-left: 0.4%;
  margin-right: 0.4%;
  margin-bottom: 6px;
  margin-top: 6px;
}

/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
  width: 100%;
}
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #333;
  margin: 0px; /* Browserstandard festlegen: 0px */
  font-stretch: normal;
  background-color: #FFF;
  line-height: 150%;
}
h1 {
  font-size: 1.7em;
  color: #5f1d21;
  font-stretch: ultra-condensed;
}
h2 {
  text-align: left;
  font-size: 1.3em;
  color: #5f1d21;
}
h3 {
  text-align: center;
  font-size: 1.5em;
  color: #555;
}
h4 {
  text-align: left;
  font-size: 1.3em;
  color: #E7E7E7;
}
h5 {
  font-size: 1.5em;
  color: #000;
}
h6 {
  text-align: left;
  font-size: 1.2em;
  color: #5f1d21;
}
.schrift1 {
  font-size: 1.3em;
  color: #5f1d21;
  font-stretch: ultra-condensed;
  text-align: left;
  line-height: 120%;
}
.schrift2 {
  font-size: 1.1em;
  color: #999;
}
.schrift5 {
  font-size: 1.2em;
  color: #FFF;
  text-align: left;
}
.schrift3 {
  font-size: 1.4em;
  color: #000;
  font-stretch: ultra-condensed;
}
.schrift4 {
  font-size: 1.2em;
  color: #555;
  text-align: left;
}
a {
  font-size: 1em;
  color: #5f1d21;
  text-decoration: underline;
}
a:link {
  color: #5f1d21;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
  color: #5f1d21;
}
a:hover {
  text-decoration: none;
  color: #999;
}
a:active {
  text-decoration: underline;
  color: #5f1d21;
}
.weinrot a {
  font-size: 1em;
  color: #FFF;
  text-decoration: underline;
  min-height: 50px;
}
.weinrot a:link {
  text-decoration: underline;
}
.weinrot a:visited {
  text-decoration: underline;
  color: #FFF;
}
.weinrot a:hover {
  text-decoration: none;
  color: #e7e7e7;
}
.weinrot a:active {
  text-decoration: underline;
  color: #FFF;
}
.footer a {
  font-size: 1em;
  color: #E7E7E7;
  text-decoration: underline;
}
.footer a:link {
  text-decoration: underline;
}
.footer a:visited {
  text-decoration: underline;
  color: #E7E7E7;
}
.footer a:hover {
  text-decoration: none;
  color: #FFF;
}
.footer a:active {
  text-decoration: underline;
  color: #E7E7E7;
}

html {
  font-size: 110%; /* Browserstandard: 19px */
}
ul {
  display: block;
  list-style-type: square;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
li {
  display: list-item;
  border-bottom: 0px dashed #999;
}
li::marker {
  color: #5f1d21;
}
/* Layout für Mobilgeräte */
.wrapper_2000 {
  width: 100%;
  margin: auto;
}
.wrapper_1800 {
  max-width: 1800px;
  padding: 0 12px 0 12px;
  margin: auto;
}
.wrapper_1600 {
  max-width: 1600px;
  padding: 0 12px 0 12px;
  margin: auto;
}
.wrapper_1200 {
  max-width: 1200px;
  padding: 0 12px 0 12px;
  margin: auto;
}
.wrapper_1200_weiss {
  max-width: 1200px;
  padding: 0 20px 0 20px;
  margin: auto;
  background: radial-gradient(ellipse at center, #feffff 28%, #ddf1f9 97%, #a0d8ef 100%);
}
.weinrot {
  background-color: #5f1d21;
  color: #FFF;
  width: 100%;
  min-height: 70px;
  margin-top: -20px;
  margin-bottom: 0px;
  padding-top: 10px;
}
.container1 {
  background-color: #FFF;
  box-shadow: 0px 6px 9px 0px #555;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 7000;
}
/* Box als Rahmen fuer FLOATBOXEN* * * * * * * * */
.wrapper_boxen {
  overflow: hidden;
  height: auto;
}
/* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
.zweier_1, .zweier_2, .rzweier_1_menu, .rzweier_2_tel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rzweier_1_menu {
  width: 20.0%;
  float: left;
  padding: 0% 0% 0 0%;
  margin: 0 1% 0% 1%;
}
.rzweier_2_tel {
  position: absolute;
  width: 75.0%;
  float: left;
  padding: 0 1% 0 1%;
  margin: 0 1% 0%;
  text-align: right;
  right: 10px;
}
.clear {
  clear: both;
}
.top-banner {
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  width: 100%;
  min-height: 400px;
  margin-top: -20px;
}
.kopf {
  color: #FFF;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px 0 0 0px;
  text-align: left;
  padding-bottom: 10px;
}
.background {
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: auto;
  margin-top: 80px;
}
.container2 {
  background-color: #FFF;
  width: 100%;
  height: auto;
}
.container3 {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #f8f8f8;
}
.container4 {
  width: 100%;
  height: auto;
  margin: auto;
  background: radial-gradient(ellipse at center, #e2e2e2 0%, #fefefe 100%);
}
.container5 {
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #FFF;
}
.container6 {
  width: 100%;
  height: auto;
  margin: auto;
  background: radial-gradient(ellipse at center, #e2e2e2 0%, #fefefe 100%);
}
.container7 {
  width: 100%;
  height: auto;
  margin: auto;
  background: radial-gradient(ellipse at center, #e2e2e2 0%, #fefefe 100%);
}
.container8 {
  width: 100%;
  height: auto;
  margin: auto;
  background: radial-gradient(ellipse at center, #e2e2e2 0%, #fefefe 100%);
}
.container9 {
  width: 100%;
  height: auto;
  margin: auto;
  background: radial-gradient(ellipse at center, #e2e2e2 0%, #fefefe 100%);
}
.container_weiss {
  background-image: url("../images/Startseite/012.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #FFF;
  max-width: 1800px;
  margin: auto;
  -webkit-box-shadow: 1px 1px 2px #222;
  -moz-box-shadow: 1px 1px 2px #222;
  box-shadow: 0 8px 10px -6px #222;
}
.container_weiss2 {
  background-image: url("../images/Startseite/012.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #FFF;
  max-width: 1800px;
  margin: auto;
  -webkit-box-shadow: 1px 1px 2px #222;
  -moz-box-shadow: 1px 1px 2px #222;
  box-shadow: 0 8px 10px -6px #222;
}
.container_weiss3 {
  background-color: #FFF;
  max-width: 1800px;
  margin: auto;
  -webkit-box-shadow: 1px 1px 2px #222;
  -moz-box-shadow: 1px 1px 2px #222;
  box-shadow: 0 8px 10px -6px #222;
}
/* MAIN eigentlicher Hauptinhalt und container fuer Aufzaehlung* * * * * * * * */
.mainformat {
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding-top: -10px;
  padding-left: 0px;
  padding-bottom: 20px;
}
.zweier_1, .zweier_2, .zweier_2_prozent, .rzweier_1, .rzweier_2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zweier_1 {
  width: 98%;
  height: auto;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 0 0 0 0;
  text-decoration: none;
}
.zweier_2 {
  width: 98%;
  height: auto;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 0 0 0 0;
  text-decoration: none;
}
.zweier_2_prozent {
  width: 98%;
  height: auto;
  float: none;
  color: #333;
  padding: 0 1% 0 1%;
  margin: 0 0 0 0;
  text-decoration: none;
}
.container_footer {
  width: 100%;
  height: auto;
  margin: auto;
}
.footer {
  background-color: #5f1d21;
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: -1px;
}
/* Layout für Tablet-PCs: 481 bis 768px. Erbt Stile vom: Layout für Mobilgeräte. */
@media only screen and (min-width: 1000px) {
  .wrapper_2000 {
    max-width: 100%;
    min-width: 350px;
    margin: auto;
  }
  .container1 {
    padding-bottom: 30px;
    width: 100%;
    min-height: 90px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  /* Box als Rahmen fuer FLOATBOXEN* * * * * * * * */
  .wrapper_boxen {
    overflow: hidden;
    height: auto;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1_menu, .rzweier_2_tel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rzweier_1_menu {
    width: 67.0%;
    float: left;
    padding: 0 0% 0 0%;
    margin: 0 1% 0% 1%;
  }
  .rzweier_2_tel {
    width: 27.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0% 1% 0 0%;
    text-align: right;
  }
  .clear {
    clear: both;
  }
  .top-banner {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    width: 100%;
    min-height: 600px;
    margin-top: -20px;
  }
  .kopf {
    color: #FFF;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px 0 0 0;
    text-align: left;
    padding-bottom: 10px;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .zweier_2_prozent, .rzweier_1, .rzweier_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .zweier_1, .zweier_2, {
    width: 45.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .zweier_2_prozent {
    background-image: url("../images/Startseite/011.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 45.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .footer {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */
@media only screen and (min-width: 769px) {
  .wrapper_2000 {
    max-width: 100%;
    min-width: 350px;
    margin: auto;
  }
  .container1 {
    padding-bottom: 30px;
    width: 100%;
    min-height: 90px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  /* Box als Rahmen fuer FLOATBOXEN* * * * * * * * */
  .wrapper_boxen {
    overflow: hidden;
    height: auto;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .rzweier_1_menu, .rzweier_2_tel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rzweier_1_menu {
    width: 67.0%;
    float: left;
    padding: 0 0% 0 0%;
    margin: 0 1% 0% 1%;
  }
  .rzweier_2_tel {
    width: 27.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0% 1% 0 0%;
    text-align: right;
  }
  .clear {
    clear: both;
  }
  .top-banner {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    width: 100%;
    min-height: 600px;
    margin-top: -20px;
  }
  .kopf {
    color: #FFF;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px 0 0 0;
    text-align: left;
    padding-bottom: 10px;
  }
  /* PADDING UND BORDER - bei FLOAT-Box NICHT dazuaddieren sondern INNERHALB * * * * * * * * */
  .zweier_1, .zweier_2, .zweier_2_prozent, .rzweier_1, .rzweier_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .zweier_1 {
    width: 45.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .zweier_2 {
    width: 45.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .zweier_2_prozent {
    background-image: url("../images/Startseite/011.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 45.0%;
    float: left;
    padding: 0 1% 0 1%;
    margin: 0 1% 0 1%;
  }
  .footer {
    width: 100%;
    height: auto;
    text-align: center;
  }
}