/*************************/
/* IE 7 Hack fuer Google suche */
/************************/

*:first-child + html #cse-search-form {
  top: -19px;
}

/*********/
/*Font*/
/********/

@font-face {
    font-family: "La Belle Aurore";
    src: url('/fonts/LaBelleAurore-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/**************************************/
/* PopUp*/
/**************************************/

.popup * {
  box-sizing: border-box;
  margin: 0;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
}
.popup.show {
  visibility: visible;
  opacity: 1;
}
.popup .box {
  width: 750px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  margin-left: 50px;
  transition: all 1s ease;
}
.popup.show .box {
  opacity: 1;
  margin-left: 0;
}
.popup .box .img-area {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup .box .img-area .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(image/popup-bg_4.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
  border-radius: 0 70% 0 0;
}

.popup .box .form {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 13% 10% 8% 15%;
  background-color: white;
  border-radius: 70% 0 0 0;
}

.form h1 {
  line-height: 1.2em;
  margin-bottom: 1em;
  color: black;
}

.form p {
  font-size: 1.2em;
  line-height: 1.7em;
}

.form a:visited,
.form a:active,
.form a:link,
.form a {
  color: white;
}

.popup .box .form .btn {
  width: 100%;
  background-color: #c34834;
  margin-top: 40px;
  height: 45px;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.popup .box .form .btn:focus {
  outline: none;
}

.popup .box .close {
  position: absolute;
  right: 390px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}

.popup .box .close:hover {
  color: #c34834;
}

/*responsive*/
@media (max-width: 767px) {
  .popup .box {
    width: calc(100% - 30px);
  }
  .popup .box .img-area {
    display: none;
  }
  .popup .box .form {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 70% 70% 0 0;
    text-align: center;
    padding: 15% 20% 10% 20%;
  }

  .popup .box .close {
    right: 50%;
    top: 20px;
  }
}

/**************************************/
/* allgemeines */
/**************************************/

body {
  background-image: url("image/mai-hg26.jpg");
  overflow: visible;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  color: #333;
  line-height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section {
  margin-top: 7em;
  font-size: 18px;
  line-height: 28px;
}

.bilder {
  display: flex;
}

ul.adv {
  list-style: none;
  padding: 0;
}

figure {
  margin: 0;
  font-size: 90%;
  width: 150px;
}

#main {
  position: absolute;
  z-index: 1;
  width: 1000px;
  top: 0px;
}

#head {
  width: 100%;
  padding-bottom: 7px;
  text-align: center;
}

#datum {
  width: 500px;
  float: left;
  color: #999;
  font-size: 190%;
  letter-spacing: 1px;
  margin-left: 15px;
  padding-bottom: 35px;
  padding-top: 10px;
}

#contentbereich {
  width: 100%;
  background-color: #fff;
  border: 6px solid #f00;
  margin-bottom: 30px;
  overflow: hidden;
}

#contentbereich-shop {
  width: 850px;
  float: left;
  background-color: #fff8d3;
  border: 6px solid #f00;
  margin-bottom: 30px;
  overflow: hidden;
}

#navi_index {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ff6600;
  height: 20px;
  text-align: center;
}

#subzeile-navi {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #f00;
  background-color: #fef1e2;
  width: 100%;
  text-align: center;
}

#content_li {
  width: 60%;
  float: left;
  margin-left: 2%;
}

#content_re {
  width: 32%;
  float: left;
  margin-left: 4%;
  margin-right: 2%;
}

#footer {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 10px;
  border-top-width: 2px;
  border-top-style: dotted;
  border-top-color: #f00;
  padding-bottom: 15px;
}

/**************************************/
/* Gliederung des Inhaltsteiles */
/**************************************/

/* .rubrik_schmal {
	font-size: 200%;
	font-weight: normal;
	padding-bottom: 10px;
	float: left;
	width: 300px;
	color: #666;
}

.rubrik_breit {
	width: 490px;
	float: left;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #d5ad59;
	clear: left;
	padding-top: 25px;
} */

#shophead,
#restauranthead {
  margin-bottom: 14px;
}

#shop,
#restaurant,
#tipp,
#meldestelle {
  margin-bottom: 40px;
}

#shop img, #restaurant img{
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 12px;
}

#shopteaser {
  position: relative;
  padding: 20px;
  background-image: url(image/shop-bg_26.jpg);
}

.shop-inside {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px;
  height: 120px;
}

#wienerinhead,
#reportagehead,
#buchhead,
#gerichtehead {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}

#wienerin,
#reportage,
#buch,
#gerichte {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

#wienerin img, #reportage img{
	width: 100%;
	height: 140px;
	object-fit: cover;
	margin-top: 10px;
}

.script{
    font-family: "La Belle Aurore", cursive;
	font-size: 160% !important;
}

.two-col {
  display: flex;
  gap: 16px;
}
.two-col__image {
  flex-shrink: 0;
}
.two-col__image img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.two-col__content {
  margin: 0;
}

#spiel {
   text-align: center;
  background-image: url(image/newsletter_landpartie_2026-02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: #666 2px dotted;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px;
	width: 100%;
}

#newsticker {
  float: left;
  width: 300px;
  clear: left;
  color: #f00;
  font-size: 110%;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #f30;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #f30;
}

#expertinnenhead {
  width: 300px;
  padding-bottom: 5px;
  text-align: right;
}

#expertinnen {
  width: 300px;
  margin-bottom: 40px;
  text-align: right;
}

#newsletter {
  text-align: center;
  background-image: url(image/newsletter_2026_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: #666 1px solid;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
	width: 100%;
}

#spruch {
  width: 100%;
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #f93;
  text-align: center;
  margin-top: 50px;
}
/**************************************/
/* Expertinblock*/
/**************************************/
.expertinblock {
  width: 510px;
  float: left;
  padding-top: 15px;
  padding-bottom: 20px;
}

.neueexpertin {
  width: 510px;
  float: left;
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 2px dotted #666666;
}

.expertinspalte {
  width: 250px;
  float: left;
  padding-top: 5px;
  margin-right: 5px;
  padding-bottom: 10px;
}

/**************************************/
/* Gliederung Unterseiten */
/**************************************/

#subcontent_mitte {
  width: 510px;
  float: left;
  height: 100%;
  margin-top: 20px;
  margin-left: 45px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
  padding-right: 35px;
  margin-bottom: 40px;
}

#subcontent_re {
  width: 220px;
  float: left;
  height: 100%;
  /* bottom: 0px; */
  padding-left: 15px;
  margin-top: 20px;
}

.bigbold {
  color: #f00;
  font-size: 17px;
  font-weight: bold;
}

.bigboldwhite {
  color: white;
  font-size: 17px;
  font-weight: bold;
}

.smallwhite {
  font-size: 100%;
  color: #fff;
  width: 800px;
  float: left;
}

.neuezeile {
  clear: left;
  height: 5px;
  width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #ccc;
}

.bigwhite {
  font-size: 300%;
  color: #fff;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 110px;
  float: left;
  font-weight: bold;
}

.adresse {
  font-weight: normal;
  border: 1px solid #f90;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.bildrechts {
  float: right;
  padding-left: 5px;
}

/* Bild 200 */
.bild {
  float: left;
  color: #900;
  width: 200px;
  font-size: 95%;
  line-height: 16px;
  padding-top: 8px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* Bild 150 */
.bildklein {
  float: left;
  color: #900;
  width: 150px;
  font-size: 95%;
  line-height: 16px;
  padding-top: 8px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/* Bild 250 */
.bildgross {
  float: left;
  color: #900;
  width: 250px;
  font-size: 95%;
  line-height: 16px;
  padding-top: 8px;
  padding-right: 10px;
  margin-bottom: 20px;
}

/**************************************/
/* Verlinkung */
/**************************************/

.top:link {
  color: white;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.top:visited {
  color: white;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.top:hover {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
.top:active {
  color: white;
  font-size: 12px;
  text-decoration: underline;
}

.service:link {
  color: #ff6600;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.service:visited {
  color: #ff6600;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.service:hover {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}
.service:active {
  color: #ff6600;
  font-size: 12px;
  text-decoration: underline;
}

a:link {
  text-decoration: none;
  color: #f00;
}
a:visited {
  color: #f00;
  text-decoration: none;
}
a:hover {
  color: #f60;
  text-decoration: underline;
}
a:active {
  color: #f00;
  text-decoration: underline;
}
#newsletter_aktuell {
  width: 300px;
  float: left;
  font-size: 100%;
  letter-spacing: 0px;
  margin-left: 15px;
  padding-bottom: 0px;
  margin-top: 7px;
  right: 0px;
  background-color: #feecd7;
}

.service:nth-child(6) {
  padding-left: 10px;
}

/**************************************/
/* Banner Werbung rechts*/
/**************************************/

.mainbanner_150 .a,
a.mainbanner_150 {
  border: none;
  color: transparent;
}

.mainbanner_320 .a,
a.mainbanner_320 {
  border: none;
  color: transparent;
}

#mainbanner-text {
  position: relative;
  text-align: center;
}
