@font-face {
  font-family: 'FrutigerLTStd-LightCn';
  src: url('../fonts/frtgrltstd/FrutigerLTStd-LightCn.eot?#iefix') format('embedded-opentype'),  url('../fonts/frtgrltstd/FrutigerLTStd-LightCn.otf')  format('opentype'),
	     url('../fonts/frtgrltstd/FrutigerLTStd-LightCn.woff') format('woff'), url('../fonts/frtgrltstd/FrutigerLTStd-LightCn.ttf')  format('truetype'), url('../fonts/frtgrltstd/FrutigerLTStd-LightCn.svg#FrutigerLTStd-LightCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
font-family: 'FrutigerLTStd-LightCn', sans-serif;
font-weight: 200;
margin:0;
padding:0;
border:0;
width:100%;
height:auto;
display:block;
text-align: left;
font-style: normal;
margin:0px;
padding:0px;
font-size:17px;
-webkit-text-size-adjust: none;
text-size-adjust: none;
color: #51514c;
line-height: 1.5em;
letter-spacing: 0.06rem;
}

a {
text-decoration:none;
}

.inhalt2spalten a {
color: #000;
}

h1 {
font-family: 'Playfair Display', serif;
color: #a5251c;
text-align: left;
font-size: 1.8em;
line-height: 1.3em;
letter-spacing: 0.04rem;
margin: 15px 0;
font-weight: 500;
text-align: center;
}

h1:after {
content: " ";
background-image: url(../../media/gestaltungselemenent.png );
display: block;
text-align: center;
width: 90px;
height: 30px;
background-size: 90px;
position: relative;
margin: 0 auto;
background-repeat: no-repeat;
margin-top: 15px;
}

h2 {
font-family: 'Playfair Display', serif;
color: #a5251c;
text-align: left;
font-size: 1.8em;
line-height: 1.3em;
letter-spacing: 0.04rem;
margin: 15px 0;
font-weight: 500;
text-align: center;
}

h2:after {
content: " ";
background-image: url(../../media/gestaltungselemenent.png );
display: block;
text-align: center;
width: 90px;
height: 30px;
background-size: 90px;
position: relative;
margin: 0 auto;
background-repeat: no-repeat;
margin-top: 15px;
}

h3 {
font-family: 'Playfair Display', serif;
color: #a5251c;
text-align: left;
font-size: 1.5em;
line-height: 1.3em;
letter-spacing: 0.04rem;
margin: 15px 0;
font-weight: 500;
text-align: center;
}

strong {
font-weight: 500;
}

.inhalt {
width: 100%;
height: auto;
position: relative;
margin-top: 50px;
max-width: 1600px;
margin: 0 auto;
}

header {
position: absolute;
width: 100%;
z-index: 20;
}




header.scroll .iconsrechts {
transition: 2s;
position: fixed;
background-color: rgba(255,255,255,0.95);
padding-top: 0%;
padding-bottom: 0%;
transition: 1s;
height: 100px;
box-shadow: 0px 2px 15px -4px #777;
}

header.scroll .menuumgebend nav {
display: none;
transition: 1s;
}

header.scroll .menuumgebend  {
position: fixed;
top: 0;
height: auto;
transition: 1s;
width: 24%;
padding-left: 3%;
padding-right: 3%;
height: 100px;
background-color: rgba(246,243,223,.95);
box-shadow: 0px 2px 15px -4px #777;
}

body.open header.scroll .menuumgebend  {
height: auto;
}

header.scroll .menuumgebend .buttonmenu {
display: inline-block;
position: absolute;
top: 45px;
right: 15%;
transition: 1s;
text-align: center;
width: 120px;
}

header.scroll .logo img {
width: 120px;
}

header.scroll .logo {
padding-bottom: 00px;
padding-top: 14px;
}

header.scroll .iconsrechts a {
color: #000;
transition: 1s;
}

header.scroll .iconsrechts img {
filter: invert(1);
transition: 1s;
}


body.open header.scroll .menuumgebend nav {
display: block;
height: 100vh;
transition: 1s;
padding-top: 50px;
}



#nav-icon1 {
width:45px;
height:20px;
display:inline-block;
position:relative;
}


body #nav-icon1 span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body #nav-icon1 span {
    background: #000;
}

body .menuumgebend span {
color: #000;
font-size: 20px;
position: relative;
display: inline-block;
}


body #nav-icon1 span:first-child {
    width: 14px;
    margin-right: 14px;
}

body #nav-icon1 span:nth-child(2) {
    margin: 6px 0;
}

body #nav-icon1 span:last-child {
    width: 14px;
    margin-left: 14px;
}

body.open #nav-icon1 span {
    transform: rotate(-45deg) translateY(7px) translateX(2px);
    margin-right: 0;
    margin-left: 0;
}

body.open #nav-icon1 span:first-child {
transform: rotate(45deg) translateY(-1px) translateX(10px);
    margin-right: 0;
    margin-left: 0;
}

body.open #nav-icon1 span:last-child {
    transform: rotate(45deg);
    margin-right: 0;
    margin-left: 18px;
}



body.open header .buttonmenu button {
margin-left: 5px;
}


header .buttonmenu button {
position: relative;
background-color: transparent;
width:50px;
height:100%;
border: 0;
outline: 0;
z-index: 1100;
transition: top .5s;
cursor: pointer;
vertical-align: middle;
justify-content: space-between;
flex-wrap: wrap;
display: inline-block;
margin-left: 5px;
font-family: 'FrutigerLTStd-LightCn', sans-serif;
}



.slideshow {
width: 100%;
z-index: 1;
height: 60vh;

position: relative;
top: 0;
}

.slideshow ul.slick-dots {
display: none;
}

.slideshow img {
width: 100%;
height: auto;
opacity: 0;
}

.slideshow {
background-color: #000;
}

.slideshow .slick-track {
height: 60vh;
}

.slideshow .rsContent {
opacity: 0.7;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 60vh;
overflow:hidden;
}

.iconsrechts a {
color: #fff;
position:relative;
display:inline-block;
}
.iconsrechts .anzahl {
color:#000;
display:block;
width: 50px;
height: 30px;
position:absolute;
top:0;
left:0;
text-align:center;
padding-top:10px;
font-size:12px;
}
.scroll .iconsrechts .anzahl {
color:#fff;
}
.iconsrechts a#telefon img {
margin-right: 5px;
position: relative;
top: 6px;
position: relative;
width: 25px;
}

.iconsrechts a#telefon {
top: 0px;
position: relative;
font-size: 20px;
left: 0;
}

.iconsrechts a#kunde {
right: 0;
position: relative;
}

.iconsrechts {
z-index: 3;
position: absolute;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
right: 0;
top: 0;
padding: 3%;
width: 64%;
margin-left: 0%;
transition: 1s;
}

.iconsrechts img {
margin-left: 10px;
width: 30px;
height: auto;
position: relative;
}

.menuumgebend {
z-index: 3;
position: relative;
width: 20%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(255,255,255,0.8);
height:60vh;
transition: 1s;

}


.menuumgebend ul {
list-style: none;
font-size: 1.2em;
line-height: 2em;
margin: 0;
padding: 0;
}

.menuumgebend ul a {
color: #000;
transition: 0.5s;
}

.menuumgebend ul a.rex-current {
color: #a5251c;
}

.menuumgebend ul a:hover {
color: #a5251c;
transition: 0.5s;
}

.buttonmenu {
display: none;
transition: 1s;
}

.logo {
width: 100%;
height: auto;
position: relative;
padding-bottom: 20px;
padding-top: 50px;
}

.logo img {
width: 100%;
height: auto;
position: relative;
max-width: 240px;
}

.inhalt2spalten {
width: 95%;
height: auto;
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin: 60px 2.5%;
background-color: #f6f3df;
}

.inhalt2spalten p {
padding: 0 5%;
}


.inhalt2spalten > div {
width: 50%;
height: auto;
display: block;
position: relative;

}

.inhalt2spalten img {
width: 100%;
height: auto;
}

.inhalt2spalten.fewoslider img {
width: 18px;
height: auto;
position: relative;
top: 2px;
margin-right: 5px;
}

.inhalt2spalten.inhalt2spalten2h img {
width: 18px;
height: auto;
position: relative;
top: 2px;
margin-right: 5px;
}

.inhalt2spalten.fewoslider .bg.slick-slider img {
width: 100%;
height: auto;
}

.ausgetrunken {
position:absolute;
left:0;
top:0;
width:100%;
height:auto;
}

a.button {
font-family: 'Playfair Display', serif;
  background-color: transparent;
  border: 1px solid #a5251c;
  color: #a5251c;
  position: relative;

    padding-bottom: 0px;
  margin-top: 5px;
  width: auto;
  display: inline-block;
line-height: 23px;
  padding-bottom: 0px;
  height: 24px;
  padding: 2px 20px;
}
button.button {
font-family: 'Playfair Display', serif;
  background-color: transparent;
  border: 1px solid #a5251c;
  color: #a5251c;
  position: relative;

    padding-bottom: 0px;
  margin-top: 5px;
  width: auto;
  display: inline-block;
line-height: 23px;
  padding-bottom: 0px;
  height: 30px;
  padding:0px 20px;
  font-size:1.0em;
}
a.button:hover {
background-color: #a5251c;
color: #fff;
}

.slick-next {
position: absolute; 
right: 2.5%;
top: 45%;
color:transparent;
background-color: #a5251c;
border:0;
height: 50px;
width: 50px;
z-index: 10;
background-repeat: no-repeat;
background-image: url("../../media/pfeil-rechts.png");
background-size: 45%;
background-position: center;
cursor: pointer;
} 
.slick-prev {
position: absolute;
left: 2.5%;
border: 0;
height: 50px;
width: 50px;
top: 45%;
background-repeat: no-repeat;
z-index: 10;
background-color: #a5251c;
color: transparent;
background-image: url("../../media/pfeil-links.png");
background-size: 45%;
background-position: center;
cursor: pointer;
}

inhalt2spalten > div.spalte2.spaltenslideshow, 
.inhalt2spalten > div.spalte1.spaltenslideshow  {
padding-left:0%;
text-align:left;
padding-top:0%;
padding-bottom:0%;
padding-right:0;
width: 50%;
}

.inhalt2spalten > div.spaltenslideshow .bildText {
display:none;
}


.inhalt2spalten > div.spaltenslideshow img {
visibility:hidden;
width:100%;
height:400px;
}

.slick-slide {
background-position: center;
}









footer .textRahmenVB4sp .textSpalteLinksVB3sp img {
max-width: 170px;
width: 45%;
height: auto;
position: relative;
}

footer .textRahmenVB4sp .textSpalteMitteVB3sp1 .standort img {
width: 12px;
height: auto;
position: relative;
display: inline-block;
margin-right: 5px;
vertical-align: top;
top: 3px;
}

footer .textRahmenVB4sp .textSpalteMitteVB3sp1 .mail img {
width: 18px;
height: auto;
position: relative;
display: inline-block;
margin-right: 5px;
}

footer .textRahmenVB4sp .textSpalteMitteVB3sp1 .telefon img {
width: 16px;
height: 18px;
position: relative;
display: inline-block;
margin-right: 5px;
}

footer .textRahmenVB4sp .textSpalteMitteVB3sp1 #standort1 {
position: relative;
display: inline-block;
}



footer .textRahmenVB4sp {
width: 90%;
padding-left: 5%;
padding-right: 5%;
height: auto;
background-color: #a5251c;
padding-top: 50px;
color: #fff;
position: relative;
text-align: left;
vertical-align: top;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
display: flex;
margin-top: 50px;
padding-bottom: 100px;
}

footer .textRahmenVB4sp p, footer .textRahmenVB4sp a {
color: #fff;
}

footer {
margin-top: 50px;
}

footer .textRahmenVB4sp h3 {
color: #fff;
text-transform: none;
text-align: left;
letter-spacing: 0.00rem;
margin-bottom: 25px;
}

footer .textRahmenVB4sp > div {
height: auto;
position: relative;
display: inline-block;
width: 24%;
}

footer .textRahmenVB4sp .textSpalteLinksVB3sp {
width: 20%;
margin-right: 4%;
display: inline-block;
}


footer .textRahmenVB4sp .standort p, footer .textRahmenVB4sp .mail p, footer .textRahmenVB4sp .telefon p  {
display: inline-block;
position: relative;
}



footer .textRahmenVB4sp p {
margin-top: 5px;
margin-bottom: 5px;
}

footer #textSpalteRechtsVB5 img {
width: 70%;
height: auto;
}

.inhalt .textRahmenVB4sp {
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
height: auto;
position: relative;
text-align: left;
vertical-align: top;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
display: flex;
}

.inhalt .textRahmenVB4sp > div { 
height: auto;
position: relative;
display: inline-block;
width: 25%;
}

.textRahmen {
margin: 60px 2.5%;
}

.ProdukteSlider img {
height: 300px;
width: auto;
display: inline-block!important;
}

.ProdukteSlider {
width: 95%;
padding: 2.5%;
margin-left: 2.5%;
margin-right: 2.5%;
padding-bottom: 0;
background-color: #f6f3df;
}

.ProdukteSlider div div div {
background-color: #fff;
margin: 20px;
overflow: hidden;
}

.ProdukteSlider a {
color: #000;
}

.ProdukteSlider p {
font-size: 1.4em;
line-height: 1.7em;
color: #000;
padding: 2px;
text-align: center;
}

.ProdukteSlider strong {
font-size: 1.6em;
font-weight: 500;
}

.inhalt .textRahmenVB3sp {
width: 95%;
margin-left: 2.5%;
margin-right: 2.5%;
height: auto;
position: relative;
text-align: left;
vertical-align: top;
justify-content: space-between;
flex-wrap: wrap;
margin: 0 auto;
display: flex;
}

.inhalt .textRahmenVB3sp img {
width: 100%;
height: auto;
}

.inhalt .textRahmenVB3sp > div { 
height: auto;
position: relative;
display: inline-block;
width: 33%;
}

.slick-slide {
background-size: cover;
}

.inhalt2spalten.fewoslider .spalte1 {
width: 60%;
}

.inhalt2spalten.fewoslider .bg.fewoslick img {
height: 400px;
}

.inhalt2spalten.fewoslider .spalte2 {
width: 40%;
}

.inhalt2spalten.fewoslider .bg.slick-slider img {
width: 90%;
margin: 5%;
}

.inhalt2spalten.fewoslider .slider-nav.bg.slick-initialized.slick-slider {
margin-top: 25px;
}

.inhalt2spalten.fewoslider {
align-items: flex-start;
width: 90%;
padding: 2.5%;
height: auto;
}

h3.preis {
color: #fff;
position: absolute;
display: block;
bottom: 0;
right: 0;
width: auto;
height: auto;
background-color: #a5251c;
margin: 0;
padding: 0px 10px 6px;
}

.inhalt2spalten .umgebend {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;

}

.inhalt2spalten .links, .inhalt2spalten .rechts {
width: 48%;
height: auto;
display: inline-block;
} 

.inhalt2spalten {
list-style-image: url("../../media/haken-icon.png");
}

.inhalt2spalten li {
line-height: 1.7em;
}

.avcal {
width: 82%;
padding: 6.5%;
height: auto;
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
margin: 60px 2.5%;
background-color: #f6f3df;
}

div.belegung {
padding-left: 7%;
width: 50%;
height: auto;
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
color: #000;
}

div.belegung img {
width: 20px;
top: 4px;
position: relative;
border: 1px solid #000;
}

div.img {
line-height: 0;
}

.rex-navi2 {
display: none;
}

.produkt.inhalt2spalten {
align-items: flex-start;
}

.produkt.inhalt2spalten p {
padding: 0;
}

.produkt.inhalt2spalten > div {
padding: 2.5%;
width: 45%;
}

.produkt h1 strong {
font-weight: 300;
}

.produkt h2 {
font-size: 1.4em;
text-align: left;
}

.produkt h3 {
font-size: 2.4em;
text-align: left;
margin-bottom: 7px;
}

.produkt h2:after {
display: none;
}

.produkt .preis{
font-size: 0.7em;
line-height: 1.5em;
margin-top: 0;
}

.produkt button.indenwarenkorb, 
.produktuebersicht button.indenwarenkorb {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
font-family: 'Playfair Display', serif;
background-color: #a5251c;
color: #f6f3df;
position: relative;
width: auto;
display: inline-block;
line-height: 1.0em;
padding-bottom: 3px;
width: 80%;
height: 30px;
}

.produkt button.indenwarenkorb img, 
.galerie.produktuebersicht button.indenwarenkorb img {
width: 14px;
height: auto;
position: relative;
top: 2px;
margin-right: 8px;
}

input.mengenEingabe {
font-family: 'Playfair Display', serif;
height: 28px;
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
border: 1px solid #a5251c;
width: 6%;
padding-left: 0px;
color: #a5251c;
line-height: 1.9em;
margin-right:5px;
margin-left:5px;
}

.produktelement input.mengenEingabe {
width: 15%;
}
input::-webkit-inner-spin-button 
.e-spin-up:before {
content: "\02C6";
}

input::-webkit-inner-spin-button {

}

.galerie.produktuebersicht {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: initial;
width: 95%;
margin: 60px 2.5%;
}

.galerie.produktuebersicht a img.weinimg {
width: 80%;
margin: 0 auto;
padding-left: 10%;
padding-right: 10%;
opacity: 1;
background-image: none !important;
}

.galerie.produktuebersicht h2 {
font-size: 1.4em;
}

.galerie.produktuebersicht h2:after {
display: none;
}

.galerie.produktuebersicht span {
text-align: center;
color: #a5251c;
margin: 0 auto;
position: relative;
font-size: 2em;
font-weight: 500;
}

.galerie.produktuebersicht > a {
width: 21%;
padding-left:1%;
padding-right: 1%;
box-shadow: 0px 0px 3px 1px #999;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 30px;
margin-bottom: 30px;
border:1px solid transparent;
}

.galerie.produktuebersicht > a:hover {
border:1px solid #a5251c;

}

.galerie.produktuebersicht div.zusatzbezeichnung, .galerie.produktuebersicht div.flasche {
font-size: 1.2em;
line-height: 1.7em;
color: #000;
margin: 0;
}

#texRahmenzurueckzuruebersicht {
display: none;
}

.textRahmen img {
width: 100%;
height: auto;
}

a.consent_manager-show-box {
cursor: pointer;
}

.galerie {
display:flex;
position:relative;
width: 95%;
margin: 60px 2.5%;
height:auto;
flex-wrap:wrap;
margin-top:0;
}

.galerie > a {
width:33.33%;
height:auto;
position:relative;
display:inline-block;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
outline:0;
}

.galerie:not(.produktuebersicht) > a img {
width:100%;
height:auto;
position:relative;
display:block;
visibility:hidden;
}

.textRahmen.aktuelles {
background-color: #f6f3df;
padding-bottom: 10px;
padding-top: 30px;
position: relative;
display: block;
margin: 60px 2.5%;
margin-bottom: 0;
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
.menuumgebend ul {
list-style: none;
font-size: 1.5em;
line-height: 2em;
margin: 0;
padding: 0;
}
}


@media screen and (orientation: landscape) and (min-width: 1000px) and (max-width: 1200px) {

.slideshow {
height: 80vh;
}

.menuumgebend {
height: 80vh;
}

.slideshow .rsContent {
height: 80vh;
}

}
@media screen and (max-width: 1000px) {
footer .textRahmenVB4sp > div {
width: 49%;
}

footer .textRahmenVB4sp .textSpalteLinksVB3sp {
width: 49%;
margin-right: 0%;
}

header.scroll .menuumgebend {
width: 35%;
}

header.scroll .iconsrechts {
width: 53%;
}

.inhalt2spalten > div {
width: 100%;
}

.inhalt2spalten > div h1 {
padding-top: 40px;
}

.inhalt2spalten > div h2 {
padding-top: 40px;
}

.inhalt2spalten > div p:last-child {
padding-bottom: 40px;
}

.inhalt2spalten.fewoslider .spalte2 {
width: 100%;
}

.inhalt2spalten.fewoslider .spalte1 {
width: 100%;
}

table.calendar {
width: 37%!important;
}

div.belegung {
width: 86%;
}

inhalt2spalten > div.spalte2.spaltenslideshow, 
.inhalt2spalten > div.spalte1.spaltenslideshow  {
width: 100%;
}

.galerie.produktuebersicht > a {
width: 45%;
}
}

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

.galerie > a {
width:50%;
}

header .iconsrechts {
transition: 2s;
position: fixed;
background-color: rgba(255,255,255,0.95);
padding-top: 0%;
padding-bottom: 0%;
transition: 1s;
height: 100px;
box-shadow: 0px 2px 15px -4px #777;
}
.iconsrechts .anzahl {
color:#fff;
display:block;
width: 45px;
height: 30px;
position:absolute;
top:0;
left:0;
text-align:center;
padding-top:10px;
font-size:10px;
}
.produkt button.indenwarenkorb {

width: 60%;
height: 30px;
margin-left:auto;
}

form#warenkorb {
display:flex;
flex-wrap: wrap;
vertical-align:middle;
align-items: center;
text-align:center;
}

.produktuebersicht form#warenkorb {
display:block;
flex-wrap: wrap;
vertical-align:middle;
align-items: center;
text-align:center;
}

select {
color:#000;
}

.zurueckzuruebersicht {
padding-top:20px;
margin-top:20px;
display:block;
position:relative;
}
input {
border-radius:0;
}
header .menuumgebend nav {
display: none;
transition: 1s;
}

header .menuumgebend  {
position: fixed;
top: 0;
height: auto;
transition: 1s;
width: 56%;
padding-left: 3%;
padding-right: 3%;
height: 100px;
background-color: rgba(246,243,223,.95);
box-shadow: 0px 2px 15px -4px #777;
}

body.open header .menuumgebend  {
height: auto;
}

header .menuumgebend .buttonmenu {
display: inline-block;
position: absolute;
top: 32px;
right: 3%;
transition: 1s;
text-align: center;
width: 70px;
}

header .logo img {
width: 120px;
}

header .logo {
padding-bottom: 00px;
padding-top: 14px;
}

header .iconsrechts a {
color: #000;
transition: 1s;
}

header .iconsrechts img {
filter: invert(1);
transition: 1s;
}


body.open header .menuumgebend nav {
display: block;
height: 100vh;
transition: 1s;
padding-top: 50px;
}

.iconsrechts a#telefon span {
display: none;
}

.iconsrechts {
justify-content: flex-end;
width: 32%;
}

.iconsrechts img {
width: 25px;
}

.iconsrechts a#telefon img {
top: 1px;
width: 23px;
}

body .menuumgebend span {
font-size: 15px;
}

body {
font-size: 13px;
}

.slideshow {
margin-top: 100px;
}

.ProdukteSlider div div div {
margin: 3px;
}

footer .textRahmenVB4sp > div {
width: 100%;
}

footer .textRahmenVB4sp .textSpalteLinksVB3sp {
width: 100%;
margin-right: 0%;
}

footer .textRahmenVB4sp h3 {
margin-bottom: 15px;
margin-top: 40px;
}

table.calendar {
width: 100%!important;
}

.galerie.produktuebersicht > a {
margin-top: 10px;
margin-bottom: 10px;
}

.textRahmen {
margin: 20px 2.5%;
}

.galerie.produktuebersicht {
margin: 20px 2.5%;
text-align:center;
}

.produkt.inhalt2spalten > div {
padding: 2.5%;
width: 95%;
}

.produkt.inhalt2spalten h1 {
padding-top: 0px;
}

}

.sent #inhalt143 {
display:none;
}

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

.menuumgebend ul {
	line-height: 1.8em;
}

}

