* {
  background-repeat: no-repeat;
  list-style-type: none;
  margin: 0;
}

html {
  max-width: 1920px;
  width: 100%;
}

/* crimson-text-600 - latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/crimson-text-v19-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/crimson-text-v19-latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/crimson-text-v19-latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/crimson-text-v19-latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/crimson-text-v19-latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/crimson-text-v19-latin-600.svg#CrimsonText') format('svg');
  /* Legacy iOS */
}

/* crimson-text-700 - latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/crimson-text-v19-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/crimson-text-v19-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/crimson-text-v19-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/crimson-text-v19-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/crimson-text-v19-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/crimson-text-v19-latin-700.svg#CrimsonText') format('svg');
  /* Legacy iOS */
}

/* signika-negative-300 - latin */
@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/signika-negative-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/signika-negative-v20-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/signika-negative-v20-latin-300.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/signika-negative-v20-latin-300.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/signika-negative-v20-latin-300.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/signika-negative-v20-latin-300.svg#SignikaNegative') format('svg');
  /* Legacy iOS */
}

/* signika-negative-700 - latin */
@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/signika-negative-v20-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/signika-negative-v20-latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/signika-negative-v20-latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/signika-negative-v20-latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/signika-negative-v20-latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/signika-negative-v20-latin-600.svg#SignikaNegative') format('svg');
  /* Legacy iOS */
}

/* signika-negative-700 - latin */
@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/signika-negative-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/signika-negative-v20-latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/signika-negative-v20-latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/signika-negative-v20-latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/signika-negative-v20-latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/signika-negative-v20-latin-700.svg#SignikaNegative') format('svg');
  /* Legacy iOS */
}

/* ----- MENÜS ----- */

.menu {
  margin: auto;
  padding-top: 40px;
  width: 987px;
}

.menu a {
  color: #9f7c45;
  font-family: "Crimson Text", serif;
  display: block;
}

.menu ul li {
  float: left;
}

/* HAUPTMENÜ */

.menu .haupt li {
  float: left;
  line-height: 92px;
  text-align: center;
}

.menu .haupt li a,
.menu .haupt li.dunkler a {
  height: 83px;
  width: 180px;
}

.menu .haupt li a.start {
  height: 78px;
  line-height: 88px;
  width: 176px;
}

.menu .haupt li.frame_signum a.start2 {
  height: 81px;
  line-height: 88px;
  text-align: right;
  width: 239px;
}

.menu .haupt li.frame_signum a.start2 span {
  margin-right: 11px;
}

.menu .haupt li a,
.menu .haupt li.dunkler a,
.menu .haupt li a.start,
.menu .haupt li.frame_signum a.start2 {
  font-size: 32px;
  text-decoration: none;
  text-shadow: 2px 2px 5px #000;
}

.menu .haupt li.margin {
  margin-right: 60px;
}

.menu .haupt li a.spacing {
  letter-spacing: -0.03rem;
}

/* SUBMENÜ */

.menu .sub {
  clear: both;
  left: 1.3%;
  position: relative;
}

.menu .sub li {
  float: left;
}

.menu .sub li.sub_pfeil {
  line-height: 75px;
}

.menu .sub li a {
  font-size: 20px;
  text-decoration: none;
  text-shadow: 0px 0px 2px #000;
}

.menu .sub .sub_pfeil .rs_pfeil {
  padding-left: 40px;
  height: 50px;
}

.menu .sub .sub_pfeil .rs {
  padding-left: 40px;
  height: 50px;
}

.doppelpfeil {
  float: left;
  margin: 29px 10px 0 10px;
}

/* SUBSUBMENÜ */

.menu .subsub {
  clear: both;
  left: 1.3%;
  position: relative;
}

.menu .subsub2 {
  clear: both;
  left: 1.1%;
  position: relative;
}

.menu .subsub li,
.menu .subsub2 li {
  float: left;
  margin: -6px 10px 0 0;
}

.menu .subsub li a,
.menu .subsub2 li a {
  color: #412817;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
  width: 35px;
}

.menu .subsub2 li a {
  margin-left: -2px;
}

.menu .subsub li.kreis_pfeil a,
.menu .subsub2 li.kreis_pfeil a {
  background-position: center 0;
  color: #412817;
  font-size: 20px;
  line-height: 83px;
  text-align: center;
  text-decoration: none;
  width: 30px;
}

.menu .subsub li.subsub_pfeil a,
.menu .subsub2 li.subsub_pfeil a {
  line-height: 84px;
}

.menu .subsub li.kreis_pfeil2 a,
.menu .subsub2 li.kreis_pfeil2 a {
  background-position: center 0;
  color: #412817;
  font-size: 20px;
  height: 80px;
  line-height: 84px;
  text-align: left;
  padding-left: 10px;
  text-decoration: none;
  width: 23px;
}

.menu .subsub2 li.kreis_pfeil2 a {
  margin-left: 1px;
}

.menu .subsub li.subsub_pfeil2 a,
.menu .subsub2 li.subsub_pfeil2 a {
  line-height: 84px;
}

.menu .subsub li.kreis_pfeil3 {
  width: 30px;
}

.menu .subsub li.kreis_pfeil3 a {
  background-position: center 0;
  color: #412817;
  font-size: 20px;
  height: 80px;
  line-height: 83px;
  text-align: center;
  text-decoration: none;
  width: 30px;
}

.pfeil_klein,
.pfeil_klein2 {
  float: left;
  margin: 29px -18px 0 -15.5px;
}

.pfeil_klein3 {
  float: left;
  margin: 35px 0 0 -11.5px;
}

.impressum_pos,
.impressum_pos2 {
  font-family: "Signika Negative", sans-serif;
  font-weight: 600;
  position: fixed;
  clear: both;
}

.impressum_pos {
  right: 13%;
  top: 6.2%;
}

.impressum_pos2 {
  right: 14.3%;
  top: 6.2%;
}

.impressum_pos a,
.impressum_pos2 a {
  color: #9f7c45;
  display: block;
  width: 55px;
  font-size: 14px;
  text-decoration: none;
}

.impressum_pos a:hover,
.impressum_pos2 a:hover {
  color: #c1ac6c;
}

.impressum_pos a:active,
.impressum_pos2 a:active {
  color: #c1ac6c;
}

/* ----- COOKIE SHIT ----- */
.cc_container {
  background: #1c1c1c !important;
  /* Hintergrundfarbe des gesamten Bereichs */
  color: #d8d8d8 !important;
  /* Schriftfarbe des gesamten Bereichs */
}

/* ----- INHALT ----- */

.textfeld_s {
  background-image: url("images/textfeld_s.png");
  clear: both;
  height: 302px;
  text-align: center;
  width: 400px;
}

.textfeld_s p {
  margin-top: 20px;
}

.textfeld_s p a {
  color: #412817;
}

.textfeld_denis {
  background-image: url("images/textfeld_denis.png");
  clear: both;
  height: 355px;
  padding-top: 42px;
  text-align: center;
  width: 402px;
}

.textfeld_denis .ihr {
  padding-left: 135px;
  text-align: left;
}

.textfeld_m {
  background-image: url("images/textfeld_m.png");
  clear: both;
  height: 490px;
  padding-top: 29px;
  width: 524px;
}

.textfeld_m p {
  color: #412817;
  margin-top: 14px;
}

.textfeld_m p a {
  color: #412817;
  font-weight: bold;
  text-decoration: none;
}

.textfeld_m .filmlink {
  display: block;
  text-decoration: none;
  height: 100px;
  width: 127px;
  margin-left: 203px;
  margin-top: 5px;
}

.textfeld_l {
  background-image: url("images/textfeld_l.png");
  clear: both;
  height: 405px;
  text-align: center;
  width: 551px;
}

.textfeld_l_neu {
  background-image: url("images/textfeld_neu.png");
  clear: both;
  height: 446px;
  text-align: center;
  width: 514px;
  background-position: center top;
  background-size: 86%;
}

.textfeld_l p,
.textfeld_l_neu p {
  margin-top: 20px;
  /* font-size: 22px; */
}

.textfeld_l p a,
.textfeld_l_neu p a {
  color: #412817;
  font-weight: bold;
  text-decoration: none;
}

.textfeld_l p a:hover,
.textfeld_l_neu p a:hover {
  text-decoration: underline;
}

.textfeld_xl {
  background-image: url("images/textfeld_xl.png");
  clear: both;
  height: 423px;
  width: 560px;
}

.textfeld_xl ul a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.textfeld_xl ul {
  font-family: "Signika Negative", sans-serif;
  font-size: 20px;
}

.textfeld_xl li {
  margin-top: 25px;
}

.textfeld_xxl {
  background-image: url("images/textfeld_xxl.png");
  clear: both;
  height: 562px;
  width: 716px;
  color: #4a2704;
  letter-spacing: -0.3px;
}

.textfeld_xxl a {
  color: #4a2704;
  font-weight: bold;
  text-decoration: underline;
}

.textfeld_xxl p.centered {
  padding-left: 112px;
  padding-top: 7px;
}

.textfeld_xxl p.p_bold {
  font-weight: bold;
  padding-top: 20px;
}

.textfeld_xxl p.kellner {
  margin-bottom: 15px;
}

.textfeld_xxl span.p_bold {
  font-weight: bold;
}

.textfeld_xxl ul {
  font-family: "Signika Negative", sans-serif;
  font-size: 20px;
  padding-left: 0px;
}

.textfeld_xxl ul li {
  margin-top: 0px;
}

.textfeld_xxl ul.p_bold {
  font-weight: bold;
}

.textfeld_xxl ul.kellner {
  margin-bottom: 15px;
}

.textfeld_xxl_2 {
  background-image: url("images/textfeld_xxl.png");
  clear: both;
  height: 562px;
  width: 716px;
  color: #4a2704;
  text-align: center;
}

.textfeld_xxl_2 p {
  padding-top: 20px;
}

.textfeld_xxl_2 p.p_bold {
  font-weight: bold;
  padding-top: 20px;
}

.textfeld_xxl_2 p.p_bold2 {
  font-weight: bold;
  padding-top: 0px;
}

.textfeld_xxl_2 a {
  color: #4a2704;
  text-decoration: none;
}

.textfeld_ohne {
  color: #c1ac6f;
}

.textfeld_ohne a {
  color: #c1ac6f;
  font-weight: bold;
  text-decoration: none;
}

.textfeld_film {
  background-image: url("images/textfeld_film.png");
  clear: both;
  height: 360px;
  width: 450px;
  color: #4a2704;
  letter-spacing: -0.2px;
}

.textfeld_film a {
  color: #4a2704;
  font-weight: bold;
  text-decoration: none;
}

.textfeld_feiern {
  background-image: url("images/textfeld_feiern.png");
  clear: both;
  height: 560px;
  width: 685px;
  color: #4a2704;
  text-align: center;
  padding-top: 58px;
  margin-top: 10px;
  margin-left: 26%;
}

.textfeld_feiern p {
  padding-top: 25px;
}

.textfeld_feiern a {
  color: #4a2704;
  font-weight: bold;
  text-decoration: none;
}

.textfeld_feiern a:hover {
  text-decoration: underline;
}

.fest h2 {
  margin-left: 30%;
  margin-top: 8.5%;
  letter-spacing: 5px;
}

a.filmlink2 {
  display: block;
  text-decoration: none;
  float: right;
  height: 324px;
  margin-right: 17%;
  margin-top: -27%;
  width: 440px;
}

.beitrag_mit {
  margin-left: 10.8%;
  margin-top: 1.5%;
}

.beitrag_ohne {
  margin-left: 29.4%;
  margin-top: 0.6%;
}

.beitrag_mit,
.beitrag_ohne {
  width: 165px;
  height: 165px;
}

.beitrag_mit a p,
.beitrag_ohne a p {
  padding-top: 122px;
  text-align: center;
  color: #c1ac6f;
  text-shadow: 2px 2px 5px #000;
}

.beitrag_mit a,
.beitrag_ohne a {
  text-decoration: none;
}

a.karte_img {
  position: fixed;
  top: 34.5%;
  left: 58%;
}

.content {
  clear: both;
  margin-top: 6%;
}

.content-kontakt {
  clear: both;
  margin-top: 0%;
}

.content .gutschein {
  margin-bottom: 0.5%;
}

.center {
  color: #9f7c45;
  text-align: center;
}

.center p.kontakt {
  position: fixed;
  top: 81%;
  color: #c1ac6f;
  left: 41.8%;
}

.center p.kontakt a {
  text-decoration: none;
  color: #c1ac6f;
}

.center p.geschenk {
  position: fixed;
  left: 30%;
  top: 78%;
}

.left_imp {
  float: left;
  margin-left: 25.5%;
  text-align: left;
}

.right_imp {
  margin-bottom: 12%;
  margin-left: 54.5%;
  text-align: left;
}

.center_imp {
  margin-left: 33%;
}

.center_imp p {
  letter-spacing: 0.1px;
}

.center_imp a {
  font-weight: bold;
}

.center_imp a:hover {
  text-decoration: underline;
}

.left_imp,
.left_imp p,
.left_imp p a,
.right_imp,
.right_imp p,
.right_imp p a,
.center_imp,
.center_imp p,
.center_imp p a {
  color: #c1ac6f;
  font-size: 20.5px;
}

.left_imp p a,
.right_imp p a,
.center_imp p a {
  text-decoration: none;
}

.left_imp h2,
.right_imp h2,
.center_imp h2,
.left_imp h3,
.right_imp h3,
.center_imp h3 {
  margin-bottom: 20px;
}

.disclaimer-wrap {
  color: #c1ac6f;
}

.disclaimer-wrap h2,
.disclaimer-wrap h3 {
  text-shadow: 2px 2px 5px #000;
}

.disclaimer-wrap p a {
  color: #c1ac6f;
  font-weight: bold;
}

.disclaimer-wrap p.zurueck {
  margin-left: 26.9%;
  margin-top: 15px;
}

.disclaimer,
.widerruf {
  margin: auto;
  width: 880px;
  overflow-y: scroll;
  padding-right: 5px;
}

.disclaimer {
  height: 635px;
}

.widerruf {
  height: 570px;
}

.disclaimer p,
.widerruf p {
  margin-bottom: 15px;
  text-shadow: 2px 2px 5px #000;
}

.speisen_1,
.speisen_2,
.speisen_3,
.speisen_4,
.speisen_5,
.speisen_6,
.speisen_7,
.speisen_8,
.speisen_9 {
  color: #c1ac6f;
  text-shadow: 2px 2px 5px #000;
}

h1,
h2,
h3,
h4 {
  color: #c1ac6f;
  font-family: "Crimson Text", serif;
}

h1 {
  font-size: 43px;
  line-height: 90%;
  margin-bottom: 10px;
}

h2 {
  font-size: 36px;
}

h2.h2_geschenk {
  font-size: 36px;
  margin-top: -15px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 26px;
  line-height: 110%;
  margin-top: 6%;
}

.content-kontakt h4 {
  font-family: "Signika Negative", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  margin-top: 5.8%;
  margin-left: 1.7%;
}

p {
  font-family: "Signika Negative", sans-serif;
  font-size: 20px;
}

p.bo,
p.bo a {
  color: #4a2704;
}

p.bo a {
  text-decoration: none;
  font-weight: bold;
}

.koestlich {
  left: 71%;
  position: fixed;
  top: 73%;
  width: 175px;
}

.koestlich p {
  color: #c1ac6f;
  font-size: 20px;
  text-align: center;
}

.koestlich a {
  text-decoration: none;
}

.koestlich_s {
  left: 83.6%;
  position: fixed;
  top: 53.5%;
}

.koestlich a p {
  padding-top: 140px;
  width: 190px;
}

.logo {
  left: 78%;
  position: fixed;
  top: 73%;
  z-index: 2;
}

.logo a {
  height: 100%;
  width: 100%;
}

.shadow,
p.shadow,
h1.shadow,
h2.shadow,
h3.shadow,
h4.shadow {
  text-shadow: 2px 2px 5px #000;
}

a.cluster {
  background-image: url("images/bilder_button.png");
  width: 140px;
  height: 100px;
  display: block;
  margin-left: 13%;
  margin-top: 1.2%;
}

/* BUTTON Position */

.button_stand {
  position: fixed;
  left: 79.5%;
  top: 24.5%;
}

/* ALTE POSITION -> nur Kochbutton */

.kochsuche {
  left: 79.5%;
  position: fixed;
  top: 24.5%;
}

/* NEUE POSITION -> mit Weihnachtsbutton

.kochsuche {
	left:81%;
	position:fixed;
	top:53.5%;
}*/

/* BUTTON Position CORONA */

.button_stand_corona {
  position: fixed;
  left: 78.6%;
  top: 14.4%;
}

.kochsuche img {
  height: 100%;
  width: 100%;
}

.weihnachten {
  left: 80.6%;
  position: fixed;
  top: 18%;
}

.weihnachten img {
  height: 100%;
  width: 100%;
}

/* ----- GUTSCHEIN-BUTTON -----

.bestellen_btn {
  position: absolute;
  right: 11.3%;
  top: 34.5%;
} */

/* ----- GUTSCHEIN-BUTTON mit Koch-Button ----- */

.bestellen_btn {
  position: absolute;
  right: 11.3%;
  top: 43%;
}

/* ----- FORMULARE ----- */

.table-wrap,
.table-wrap2,
.table-wrap3 {
  font-family: "Signika Negative", sans-serif;
  color: #c1ad70;
  margin: auto;
  text-shadow: 2px 2px 5px #000;
}

.table-wrap h2,
.table-wrap2 h2 {
  font-size: 38px;
  margin-top: 0;
}

.table-wrap a,
.table-wrap2 a {
  color: #c1ad70;
  font-weight: bold;
}

.table-wrap input,
.table-wrap2 input {
  background-color: #c1ad70;
  font-family: "Signika Negative", sans-serif;
  font-size: 18px;
  border: 1px solid #000;
}

.table,
.table2 {
  display: table;
  width: 100%;
}

.table .tr {
  display: table-row;
}

.td {
  display: table-cell;
  font-size: 16px;
}

input.noeyes {
  display: none !important;
}

/* ----- GUTSCHEIN-FORMULAR ----- */

.table-wrap {
  width: 900px;
}

.table-wrap ul {
  padding-left: 0;
  margin: 7px 0 20px 0;
  font-size: 18px;
  float: left;
}

.table-wrap h3 {
  font-family: "Signika Negative", sans-serif;
  font-size: 22px;
  margin: 10px 0 2px 0;
  clear: both;
}

.table-wrap p {
  font-size: 18px;
  margin-bottom: 5px;
}

.table-wrap .p_sm {
  font-size: 16px;
}

.table-wrap a.gs_ansicht {
  position: relative;
  left: 70px;
  top: 50px;
}

a.gs_ansicht img {
  width: 154px;
  height: 105px;
}

.table-wrap span {
  font-family: "Signika Negative", sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.table-wrap input {
  width: 15em;
  margin-bottom: 10px;
  border: 1px solid #000;
  color: #000;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.table-wrap input.btnSubmit {
  background-color: transparent;
  width: 154px;
  height: 108px;
  float: right;
  margin: -110px 15px 0 0;
  border: 0;
}

.table-wrap .frage {
  float: right;
  margin-top: -44px;
  margin-right: 8px;
}

.table-wrap .frage h3 {
  margin-bottom: 5px;
}

.td_p {
  display: table-cell;
  font-size: 16px;
  padding-left: 24px;
}

.back {
  position: absolute;
  top: 11%;
  left: 17%;
}

.back2 {
  position: absolute;
  top: 9%;
  left: 20%;
}

.back img,
.back2 img {
  width: 100px;
  height: 50px;
}

/* ----- RESERVIERUNGS-FORMULAR ----- */

.table-wrap2 {
  width: 700px;
}

.table-wrap2 p,
.table-wrap2 label,
.table-wrap2 select,
.table-wrap2 option {
  font-family: "Signika Negative", sans-serif;
  font-size: 18px;
}

.table-wrap2 h2 {
  margin-top: -20px;
}

.table-wrap2 h3 {
  font-family: "Signika Negative", sans-serif;
  font-size: 22px;
  margin: -20px 0 30px;
  clear: both;
}

.table2 .td {
  vertical-align: bottom;
}

.table-wrap2 select,
.table-wrap2 input.form-control {
  background-color: #c1ad70;
  border: 1px solid black;
  margin: 5px 0 10px 0;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.td_normal,
.td_normal_re {
  width: 305px;
}

.td_normal {
  float: left;
}

.td_normal_re {
  float: right;
  margin-right: 20px;
}

.td_normal input,
.td_normal_re input {
  width: 300px;
  margin-bottom: 10px;
}

.td_s {
  padding: 0 53px;
}

.td_s select {
  width: 110px;
}

.td_m {
  padding-right: 111px;
}

.td_m input {
  margin: 5px 0 10px 0;
  width: 180px;
}

.td_l select {
  width: 205px;
}

.td_xl {
  padding-right: 40px;
}

.td_xl select {
  width: 254px;
}

.v-2 {
  font-family: "Signika Negative", sans-serif;
  font-size: 18px;
  width: 667px;
  height: 28px;
  padding: 2px 0 0 5px;
  background-color: #c1ad70;
  border: 1px solid #000;
  overflow: hidden;
  margin: 20px 0 5px 0;
}

.v-2_text {
  font-size: 16px !important;
  margin-bottom: 25px;
}

input.btnSubmit2 {
  background-color: transparent;
  width: 170px;
  height: 120px;
  border: 0;
  float: left;
  position: relative;
  top: 20px;
  left: -15px;
}

.res_text p {
  float: right;
  font-size: 16px;
  margin: -90px 20px 0 0;
  line-height: 20px;
}

p.res_p {
  font-size: 16px;
  margin-top: 40px;
}

.datepicker {
  position: absolute;
  background-color: #c1ad70;
  font-family: "Signika Negative";
  color: #000;
  top: 250px;
  left: 610px;
  z-index: 10;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* .dropdown-purpose {
  visibility:hidden;
  opacity:0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  display:flex;
  flex-direction: column;
  padding:0;
  width:250px;
  background-color:#c1ad70;
  color:#000;
  text-shadow:none;
  border:1px solid #000;
  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dropdown:hover, .dropdown-purpose li:hover, .dropdown:focus-within, .dropdown-purpose li:focus-within {
  cursor: pointer;
}

.dropdown-purpose li:focus-within a {
  outline: none;
}

.dropdown li:hover > ul,
.dropdown li:focus-within > ul,
.dropdown li ul:hover,
.dropdown li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block
}


.dropdown-purpose li {
  padding:2px 0 2px 5px;
  display: block;
  transition-duration: 0.5s;
}

.dropdown-purpose a {
  color:#000;
  text-decoration: none;
}

.fa-chevron-down {
  font-size:11px;
} */


/* ----- ANFRAGE-FORMULAR ----- */

.table-wrap3 {
  width: 900px;
}

.table-wrap3 label,
.table-wrap3 select,
.table-wrap3 option,
.table-wrap3 input {
  font-family: "Signika Negative", sans-serif;
  font-size: 18px;
}

.table-wrap3 h2 {
  margin-top: -20px;
  font-size: 40px;
  margin-bottom: 8px;
}

.table-wrap3 p,
.table-wrap3 label {
  color: #c1ad70;
  font-size: 18px;
}

.table_v2 .td {
  vertical-align: bottom;
}

.table-wrap3 select {
  background-color: #c1ad70;
  border: 1px solid #000;

  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.table_v {
  float: left;
  margin-top: 15px;
}

.table_v p {
  color: #c1ad70;
}

.table_v input,
.table-wrap3 textarea {
  background-color: #c1ad70;
  border: 1px solid #000;
}

.td_full input,
.td_full textarea {
  width: 655px;
  margin: 6px 0;
}

.td_full input {
  height: 30px;
}

.td_full textarea {
  height: 45px;
  margin-bottom: 20px;
}

.td_vnormal input,
.td_vnormal_re input,
.td_vnormal_xxs input,
.td_vnormal_re_m input {
  height: 30px;
  color: #000;
  margin-top: 6px;
  margin-bottom: 6px;
}

.td_vnormal input,
.td_vnormal_re input {
  width: 300px;
}

.td_vnormal_xxs input {
  width: 60px;
  margin-right: 10px;
}

.td_vnormal_re_m input {
  width: 226px;
}

.td_vnormal input {
  margin-right: 51px;
}

.td_vnormal p.pv_sm {
  font-size: 15.3px;
  margin-top: 10px;
}

.td_vnormal p.pv_sm a {
  font-weight: bold;
  color: #c1ad70;
}

.td_vnormal_fr p {
  margin-top: 12px;
}

.td_vnormal_fr input {
  width: 200px;
  height: 30px;
  margin: 6px 0;
}

.td_vxs select {
  width: 85px;
  height: 35px;
  margin: 8px 0;
}

.td_vs p {
  margin: 8px 30px 8px 0;
}

.td_vs input {
  width: 180px;
  height: 30px;
  margin-right: 75px;
}

.td_vm select {
  width: 255px;
  height: 35px;
  margin: 8px 60px 8px 0;
}

.table_v2 {
  width: 180px;
  float: right;
  margin-top: -107px;
}

.table_v2 p,
.table_v2 p.p1,
.table_v2 p.p2 {
  text-align: center;
  font-size: 15.3px;
}

.table_v2 p.p1 {
  margin-left: 25px;
}

.table_v2 img.info,
.table_v2 img.preis {
  margin-left: 16px;
  width: 140px;
}

.table_v2 img.menue_beispiel {
  width: 179px;
}

.table_v2 .tr {
  margin-bottom: 12px;
}

.table_v2 a:hover img {
  opacity: 0.8;
}

input.btnSubmit_v2 {
  background-color: transparent;
  width: 170px;
  height: 120px;
  border: 0;
  margin-left: 5px;
}

.table-wrap3 input.form-control {
  background-color: #c1ad70;
  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* ----- FUSS ----- */

.fuss {
  bottom: 1.4%;
  left: 40.5%;
  opacity: 0.8;
  position: fixed;
  width: 369px;
}

.fuss a {
  color: #9f7c45;
  display: block;
  float: left;
  font-family: "Crimson Text", serif;
  font-size: 24px;
  height: 74px;
  line-height: 85px;
  opacity: 0.8;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 5px #000;
  width: 162px;
}

.fuss .margin2 {
  margin-right: 45px;
}

/* ----- ABSTÄNDE ----- */

.padding_1 {
  padding-top: 40px;
}

.padding_2 {
  padding-top: 28px;
}

.padding_3 {
  padding-top: 20px;
}

.padding_4 {
  padding-top: 17px;
}

.padding_5 {
  padding-left: 9px;
  padding-top: 28px;
}

.padding_6 {
  padding-left: 57px;
  padding-top: 40px;
}

.padding_7 {
  padding-top: 35px;
}

.padding_8 {
  padding-left: 2px;
  padding-top: 40px;
}

.padding_9 {
  padding-left: 88px;
  padding-top: 65px;
}

.left_1 {
  margin-left: 22.6%;
}

.left_1 h1 {
  margin-bottom: 4.5%;
  margin-top: 9%;
}

.left_1_neu {
  margin-left: 26.6%;
  /* margin-top: 8%; */
}

.left_1_neu h1 {
  margin-bottom: 4.5%;
  margin-top: 9%;
}

.left_2 {
  margin-left: 19%;
  margin-top: 7%;
}

.left_3 {
  margin-left: 47.8%;
  margin-top: 6%;
}

.left_3 h2 {
  margin-left: -48%;
  margin-bottom: 25px;
}

.left_4 {
  margin-left: 33.2%;
  margin-top: 12%;
}

.left_5 {
  margin-left: 16%;
}

.left_5 h1 {
  margin-bottom: 3%;
  margin-left: 3%;
  margin-top: 2%;
}

.left_6 {
  margin-left: 25.5%;
  margin-top: 15%;
}

.left_7 {
  margin-left: 37.5%;
  margin-top: 6.5%;
}

.left_8 {
  margin-left: 14.7%;
  margin-top: 7%;
}

.left_8 h1 {
  margin-left: 13%;
  margin-top: -1.5%;
}

.left_9 {
  margin-left: 23%;
  margin-top: 7.5%;
}

.left_9 h2 {
  margin-bottom: 25px;
  margin-left: 57px;
}

.left_10 {
  margin-left: 23%;
  margin-top: 6.5%;
}

.left_10 h2 {
  margin-bottom: 25px;
  margin-left: 57px;
}

.left_11 {
  margin-left: 29.6%;
  margin-top: 5%;
}

.left_11 h2 {
  color: #9f7c45;
  margin-left: -67.2%;
  margin-top: 0%;
}

.left_12 {
  margin-left: 23%;
  margin-top: 7.5%;
}

.left_12 h2 {
  margin-bottom: 25px;
  margin-left: 43px;
}

.speisen_1 {
  margin-left: 54.5%;
  margin-top: 8%;
}

.speisen_2 {
  margin-left: 61.2%;
  margin-top: 6.6%;
}

.speisen_3 {
  margin-left: 57.6%;
  margin-top: 1.8%;
}

.speisen_4 {
  margin-left: 61.7%;
  margin-top: 6.8%;
}

.speisen_5 {
  margin-left: 56%;
  margin-top: 0%;
}

.speisen_6 {
  margin-left: 59.6%;
  margin-top: 0%;
}

.speisen_7 {
  margin-left: 42%;
  margin-top: 6.7%;
}

.speisen_8 {
  margin-left: 41.3%;
  margin-top: 5.8%;
}

.speisen_9 {
  margin-left: 42%;
  margin-top: 4.5%;
}

/* ----- HOVER-EFFEKTE ----- */

.menu .haupt li a:link {
  background-image: url(images/frame_menu_80-100.png);
}

.menu .haupt li a:visited {
  background-image: url(images/frame_menu_80-100.png);
}

.menu .haupt li a:focus {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li a:hover {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li a:active {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li.aktiv a {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li.dunkler a:link {
  background-image: url(images/frame_menu_80-100_30s.png);
}

.menu .haupt li.dunkler a:visited {
  background-image: url(images/frame_menu_80-100_30s.png);
}

.menu .haupt li.dunkler a:focus {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li.dunkler a:hover {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li.dunkler a:active {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li.aktiv.dunkler a {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li a.start:link {
  background-image: url(images/frame_startmenu_80-100.png);
}

.menu .haupt li a.start:visited {
  background-image: url(images/frame_startmenu_80-100.png);
}

.menu .haupt li a.start:focus {
  background-position: 0 -79px;
  color: #c1ac6f;
}

.menu .haupt li a.start:hover {
  background-position: 0 -79px;
  color: #c1ac6f;
}

.menu .haupt li a.start:active {
  background-position: 0 -79px;
  color: #c1ac6f;
}

.menu .haupt li a.start2:link {
  background-image: url(images/frame_signum_80-100.png);
}

.menu .haupt li a.start2:visited {
  background-image: url(images/frame_signum_80-100.png);
}

.menu .haupt li a.start2:focus {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li a.start2:hover {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .haupt li a.start2:active {
  background-position: 0 -83px;
  color: #c1ac6f;
}

.menu .sub li a:link {
  color: #9f7c45;
}

.menu .sub li a:visited {
  color: #9f7c45;
}

.menu .sub li a:focus {
  color: #c1ac6f;
}

.menu .sub li a:hover {
  color: #c1ac6f;
}

.menu .sub li a:active {
  color: #c1ac6f;
}

.menu .sub li.aktiv a {
  color: #c1ac6f;
}

.menu .sub .sub_pfeil a.rs_pfeil:link {
  background-image: url(images/rs-pfeil_normal_80-100.png);
}

.menu .sub .sub_pfeil a.rs_pfeil:visited {
  background-image: url(images/rs-pfeil_normal_80-100.png);
}

.menu .sub .sub_pfeil a.rs_pfeil:focus {
  background-image: url(images/rs-pfeil_active_80-100.png);
  color: #c1ac6f;
}

.menu .sub .sub_pfeil a.rs_pfeil:hover {
  background-image: url(images/rs-pfeil_active_80-100.png);
  color: #c1ac6f;
}

.menu .sub .sub_pfeil a.rs_pfeil:active {
  background-image: url(images/rs-pfeil_active_80-100.png);
  color: #c1ac6f;
}

.menu .sub .sub_pfeil.aktiv a.rs_pfeil {
  background-image: url(images/rs-pfeil_active_80-100.png);
  color: #c1ac6f;
}

.menu .sub .sub_pfeil a.rs:link {
  background-image: url(images/rs_normal_80-100.png);
}

.menu .sub .sub_pfeil a.rs:visited {
  background-image: url(images/rs_normal_80-100.png);
}

.menu .sub .sub_pfeil a.rs:focus {
  background-image: url(images/rs_active_80-100.png);
  color: #c1ac6f;
}

.menu .sub .sub_pfeil a.rs:hover {
  background-image: url(images/rs_active_80-100.png);
  color: #c1ac6f;
}

.menu .sub .sub_pfeil a.rs:active {
  background-image: url(images/rs_active_80-100.png);
  color: #c1ac6f;
}

.menu .sub .sub_pfeil.aktiv a.rs {
  background-image: url(images/rs_active_80-100.png);
  color: #c1ac6f;
}

.menu .subsub li a:link {
  background-image: url(images/normal-foto_80-100.png);
  background-position: 6px 26px;
  color: #4a2704;
}

.menu .subsub li a:visited {
  background-image: url(images/normal-foto_80-100.png);
  background-position: 6px 26px;
  color: #4a2704;
}

.menu .subsub li a:focus {
  background-image: url(images/active-foto_80-100.png);
  background-position: 5px 26px;
  color: #c1ac6f;
}

.menu .subsub li a:hover {
  background-image: url(images/active-foto_80-100.png);
  background-position: 5px 26px;
  color: #c1ac6f;
}

.menu .subsub li a:active {
  background-image: url(images/active-foto_80-100.png);
  background-position: 5px 26px;
  color: #c1ac6f;
}

.menu .subsub li.aktiv a {
  background-image: url(images/active-foto_80-100.png);
  background-position: 5px 26px;
  color: #c1ac6f;
  text-shadow: 1px 1px 1px #000;
}

.menu .subsub li.subsub_pfeil2 a:link {
  background-image: url(images/normal-foto_80-100.png);
  background-position: 3px 26px;
  color: #4a2704;
}

.menu .subsub li.subsub_pfeil2 a:visited {
  background-image: url(images/normal-foto_80-100.png);
  background-position: 3px 26px;
  color: #4a2704;
}

.menu .subsub li.subsub_pfeil2 a:focus {
  background-image: url(images/active-foto_80-100.png);
  background-position: 2px 26px;
  color: #c1ac6f;
}

.menu .subsub li.subsub_pfeil2 a:hover {
  background-image: url(images/active-foto_80-100.png);
  background-position: 2px 26px;
  color: #c1ac6f;
}

.menu .subsub li.subsub_pfeil2 a:active {
  background-image: url(images/active-foto_80-100.png);
  background-position: 2px 26px;
  color: #c1ac6f;
}

.menu .subsub li.subsub_pfeil2.aktiv a {
  background-image: url(images/active-foto_80-100.png);
  background-position: 2px 26px;
  color: #c1ac6f;
  text-shadow: 1px 1px 1px #000;
}

.menu .subsub li.kreis_pfeil a:link {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil a:visited {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil a:focus {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil a:hover {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil a:active {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil.aktiv a {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0px 3px;
  color: #c1ac6f;
}

.menu .subsub li.kreis_pfeil2 a:link {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub li.kreis_pfeil2 a:visited {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub li.kreis_pfeil2 a:focus {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub li.kreis_pfeil2 a:hover {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub li.kreis_pfeil2 a:active {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub li.kreis_pfeil2.aktiv a {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0px 4px;
  color: #c1ac6f;
}

.menu .subsub li.kreis_pfeil3 a:link {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil3 a:visited {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil3 a:focus {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil3 a:hover {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil3 a:active {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 3px;
}

.menu .subsub li.kreis_pfeil3.aktiv a {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0px 3px;
  color: #c1ac6f;
}

.menu .subsub2 li a:link {
  background-image: url(images/normal-foto_80-100.png);
  background-position: 6px 26px;
  color: #4a2704;
}

.menu .subsub2 li a:visited {
  background-image: url(images/normal-foto_80-100.png);
  background-position: 6px 26px;
  color: #4a2704;
}

.menu .subsub2 li a:focus {
  background-image: url(images/active-foto_80-100.png);
  background-position: 5px 26px;
  color: #c1ac6f;
}

.menu .subsub2 li a:hover {
  background-image: url(images/active-foto_80-100.png);
  background-position: 5px 26px;
  color: #c1ac6f;
}

.menu .subsub2 li a:active {
  background-image: url(images/active-foto_80-100.png);
  background-position: 5px 26px;
  color: #c1ac6f;
}

.menu .subsub2 li.aktiv a {
  background-image: url(images/active-foto_80-100.png);
  background-position: 5px 26px;
  color: #c1ac6f;
  text-shadow: 1px 1px 1px #000;
}

.menu .subsub2 li.subsub_pfeil2 a:link {
  background-image: url(images/normal-foto_80-100.png);
  background-position: 3px 26px;
  color: #4a2704;
}

.menu .subsub2 li.subsub_pfeil2 a:visited {
  background-image: url(images/normal-foto_80-100.png);
  background-position: 3px 26px;
  color: #4a2704;
}

.menu .subsub2 li.subsub_pfeil2 a:focus {
  background-image: url(images/active-foto_80-100.png);
  background-position: 2px 26px;
  color: #c1ac6f;
}

.menu .subsub2 li.subsub_pfeil2 a:hover {
  background-image: url(images/active-foto_80-100.png);
  background-position: 2px 26px;
  color: #c1ac6f;
}

.menu .subsub2 li.subsub_pfeil2 a:active {
  background-image: url(images/active-foto_80-100.png);
  background-position: 2px 26px;
  color: #c1ac6f;
}

.menu .subsub2 li.subsub_pfeil2.aktiv a {
  background-image: url(images/active-foto_80-100.png);
  background-position: 2px 26px;
  color: #c1ac6f;
  text-shadow: 1px 1px 1px #000;
}

.menu .subsub2 li.kreis_pfeil a:link {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil a:visited {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil a:focus {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil a:hover {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil a:active {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil.aktiv a {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0px 4px;
  color: #c1ac6f;
}

.menu .subsub2 li.kreis_pfeil2 a:link {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil2 a:visited {
  background-image: url(images/pfeil-normal-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil2 a:focus {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil2 a:hover {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil2 a:active {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0 4px;
}

.menu .subsub2 li.kreis_pfeil2.aktiv a {
  background-image: url(images/pfeil-active-foto_80-100.png);
  background-position: 0px 4px;
  color: #c1ac6f;
}

.koestlich a:link p {
  background-image: url(images/koestlich_80-100.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.koestlich a:visited p {
  background-image: url(images/koestlich_80-100.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.koestlich a:focus p {
  background-image: url(images/koestlich_80-100.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  opacity: 0.8;
}

.koestlich a:hover p {
  background-image: url(images/koestlich_80-100.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  opacity: 0.8;
}

.koestlich a:active p {
  background-image: url(images/koestlich_80-100.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

a.bold:link {
  font-weight: bold;
}

a.bold:visited {
  font-weight: bold;
}

a.bold:focus {
  font-weight: bold;
}

a.bold:hover {
  font-weight: bold;
  text-decoration: underline;
}

a.bold:active {
  font-weight: bold;
}

.beitrag_mit a:link p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.beitrag_mit a:visited p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.beitrag_mit a:focus p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  opacity: 0.8;
}

.beitrag_mit a:hover p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  opacity: 0.8;
}

.beitrag_mit a:active p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.beitrag_ohne a:link p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.beitrag_ohne a:visited p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.beitrag_ohne a:focus p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  opacity: 0.8;
}

.beitrag_ohne a:hover p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
  opacity: 0.8;
}

.beitrag_ohne a:active p {
  background-image: url(images/tv_button_ohne.png);
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.fuss a:link {
  background-image: url(images/frame_fuss_80-100.png);
}

.fuss a:visited {
  background-image: url(images/frame_fuss_80-100.png);
}

.fuss a:focus {
  background-image: url(images/frame_fuss_80-100.png);
  background-position: 0 -76px;
}

.fuss a:hover {
  background-image: url(images/frame_fuss_80-100.png);
  background-position: 0 -76px;
  color: #c1ac6f;
}

.fuss a:active {
  background-image: url(images/frame_fuss_80-100.png);
  background-position: 0 -76px;
}

.fuss a.aktiv {
  background-image: url(images/frame_fuss_80-100.png);
  background-position: 0 -76px;
  color: #c1ac6f;
}

input.btnSubmit:hover {
  opacity: 0.8;
}

a.gs_ansicht:hover {
  opacity: 0.8;
}

.bestellen_btn a:hover {
  opacity: 0.8;
}

input.btnSubmit2:hover {
  opacity: 0.8;
}

.back a:hover {
  opacity: 0.8;
}

.back2 a:hover {
  opacity: 0.8;
}

input.btnSubmit_v2:hover {
  opacity: 0.8;
}

/* ----- MEDIA QUERIES ----- */

/* =========================== 60 - 79% =========================== */

@media (min-width: 1152px) and (max-width: 1535px) {
  .menu {
    padding-top: 30px;
    width: 906px;
  }

  /* HAUPTMENÜ */

  .menu .haupt li {
    line-height: 84px;
  }

  .menu .haupt li a,
  .menu .haupt li.dunkler a {
    height: 74px;
    width: 162px;
  }

  .menu .haupt li a.start {
    height: 70px;
    line-height: 80px;
    width: 157px;
  }

  .menu .haupt li.frame_signum a.start2 {
    height: 72px;
    line-height: 80px;
    width: 215px;
  }

  .menu .haupt li.frame_signum a.start2 span {
    margin-right: 12px;
  }

  .menu .haupt li a,
  .menu .haupt li.dunkler a,
  .menu .haupt li a.start,
  .menu .haupt li.frame_signum a.start2 {
    font-size: 28px;
    text-shadow: 2px 2px 5px #000;
  }

  .menu .haupt li.margin {
    margin-right: 60px;
  }

  /* SUBMENÜ */

  .menu .sub {
    left: 1%;
    position: relative;
  }

  .menu .sub li {
    margin: 0 8px;
  }

  .menu .sub li.sub_pfeil {
    line-height: 64px;
  }

  .menu .sub li a {
    font-size: 18px;
    text-shadow: 0px 0px 2px #000;
  }

  .menu .sub .sub_pfeil .rs_pfeil {
    height: 45px;
    padding-left: 30px;
  }

  .menu .sub .sub_pfeil .rs {
    height: 50px;
    padding-left: 35px;
  }

  .doppelpfeil {
    float: left;
    margin: 24px 0 0 0;
  }

  /* SUBSUBMENÜ */

  .menu .subsub {
    left: 1%;
    position: relative;
    top: 18%;
  }

  .menu .subsub2 {
    left: 1.2%;
    position: relative;
  }

  .menu .subsub li {
    float: left;
    margin: -20px 4.5px 0 4.5px;
    /*margin:0 4.5px;
		margin-top:-20px;*/
  }

  .menu .subsub2 li {
    float: left;
    margin: 0 4.5px;
    margin-top: -15px;
  }

  .menu .subsub li a,
  .menu .subsub2 li a {
    font-size: 18px;
    line-height: 33px;
    width: 30px;
  }

  .menu .subsub li.subsub_pfeil2 a,
  .menu .subsub2 li.subsub_pfeil2 a {
    line-height: 72px;
  }

  .menu .subsub2 li a {
    margin-left: -2px;
  }

  .menu .subsub li.kreis_pfeil a {
    font-size: 18px;
    line-height: 80px;
    width: 30px;
    margin-left: 2px;
  }

  .menu .subsub2 li.kreis_pfeil a {
    font-size: 18px;
    line-height: 72px;
    width: 30px;
    margin-left: 2px;
  }

  .menu .subsub li.subsub_pfeil a,
  .menu .subsub2 li.subsub_pfeil a {
    line-height: 82px;
  }

  .menu .subsub li.kreis_pfeil3 {
    width: 30px;
  }

  .menu .subsub li.kreis_pfeil2 a,
  .menu .subsub2 li.kreis_pfeil2 a {
    font-size: 18px;
    height: 80px;
    line-height: 72px;
    width: 16px;
    padding-left: 2px;
  }

  .menu .subsub li.kreis_pfeil3 a {
    line-height: 80px;
    width: 30px;
    text-align: left;
    padding-left: 9px;
    margin-left: 5px;
  }

  .menu .subsub li.kreis_pfeil2 a,
  .menu .subsub2 li.kreis_pfeil2 a {
    padding-left: 9px;
  }

  .menu .subsub li.subsub_pfeil2 a {
    line-height: 82px;
  }

  .pfeil_klein,
  .pfeil_klein2 {
    float: left;
    margin: 14px -18px 0 -9.5px;
  }

  .pfeil_klein3 {
    float: left;
    margin-left: -11.5px;
    margin-top: 34px;
  }

  .impressum_pos {
    right: 12.9%;
    top: 6.8%;
  }

  .impressum_pos2 {
    right: 11.1%;
    top: 6.8%;
  }

  .impressum_pos a,
  .impressum_pos2 a {
    font-size: 13px;
  }

  /* ----- INHALT ----- */

  .textfeld_s {
    background-image: url("images/textfeld_s_90.png");
    height: 278px;
    width: 360px;
  }

  .textfeld_denis {
    background-image: url("images/textfeld_denis_90.png");
    height: 255px;
    padding-top: 32px;
    width: 362px;
  }

  .textfeld_denis .ihr {
    padding-left: 122px;
  }

  .textfeld_m {
    background-image: url("images/textfeld_m_90.png");
    height: 441px;
    padding-top: 20px;
    width: 472px;
  }

  .textfeld_m .filmlink {
    height: 89px;
    width: 112px;
    margin-left: 186px;
    margin-top: 2px;
  }

  .textfeld_l,
  .textfeld_l_neu {
    background-image: url("images/textfeld_l_90.png");
    height: 370px;
    width: 494px;
  }

  .textfeld_xl {
    background-image: url("images/textfeld_xl_90.png");
    height: 371px;
    width: 508px;
  }

  .textfeld_xl ul {
    font-size: 18px;
  }

  .textfeld_xxl {
    background-image: url("images/textfeld_xxl_90.png");
    clear: both;
    color: #4a2704;
    letter-spacing: -0.4px;
    font-size: 17.5px;
    width: 614px;
    height: 484px;
  }

  .textfeld_xxl a {
    color: #4a2704;
    font-weight: bold;
    text-decoration: underline;
  }

  .textfeld_xxl p.centered {
    padding-left: 98px;
    padding-top: 3px;
  }

  .textfeld_xxl p.p_bold {
    font-weight: bold;
    padding-top: 10px;
  }

  .textfeld_xxl ul {
    font-family: "Signika Negative", sans-serif;
    font-size: 17.5px;
    padding-left: 0px;
  }

  .textfeld_xxl ul li {
    margin-top: 0px;
  }

  .textfeld_xxl_2 {
    background-image: url("images/textfeld_xxl_90.png");
    height: 484px;
    width: 614px;
    color: #4a2704;
  }

  .textfeld_xxl_2 p {
    padding-top: 10px;
  }

  .textfeld_xxl_2 p.p_bold {
    font-weight: bold;
    padding-top: 20px;
  }

  .textfeld_xxl_2 p.p_bold2 {
    font-weight: bold;
    padding-top: 0px;
  }

  .textfeld_xxl_2 a {
    color: #4a2704;
    text-decoration: none;
  }

  .textfeld_film {
    background-image: url("images/textfeld_film_90.png");
    height: 324px;
    width: 405px;
  }

  a.filmlink2 {
    height: 239px;
    margin-right: 16%;
    margin-top: -34%;
    width: 323px;
  }

  .textfeld_feiern {
    background-image: url("images/textfeld_feiern_90.png");
    height: 504px;
    width: 617px;
    padding-top: 53px;
    margin-top: 10px;
    margin-left: 19.9%;
  }

  .textfeld_feiern p {
    padding-top: 20px;
  }

  .fest h2 {
    margin-left: 25.2%;
  }

  .beitrag_mit {
    margin-left: 12.2%;
  }

  .beitrag_ohne {
    margin-left: 32.1%;
    margin-top: -0.5%;
    height: 109px;
  }

  .beitrag_mit,
  .beitrag_ohne {
    width: 149px;
    height: 149px;
  }

  .beitrag_mit a p,
  .beitrag_ohne a p {
    padding-top: 105px;
  }

  .textfeld_s p,
  .textfeld_l p,
  .textfeld_xl li {
    margin-top: 18px;
  }

  .textfeld_m p {
    margin-top: 16px;
  }

  .content {
    margin-top: 6%;
  }

  .center p.kontakt {
    position: fixed;
    top: 78%;
    color: #c1ac6f;
    left: 40.4%;
  }

  .center p.geschenk {
    position: fixed;
    left: 24%;
    top: 76%;
  }

  a.karte_img {
    position: fixed;
    top: 30%;
    left: 66%;
  }

  a.karte_img img {
    width: 90%;
    height: 90%;
  }

  .left_imp {
    float: left;
    margin-left: 20%;
    text-align: left;
  }

  .right_imp {
    margin-bottom: 11%;
    margin-left: 52.5%;
    margin-top: 8%;
    text-align: left;
  }

  .center_imp {
    margin-left: 30%;
  }

  .center_imp p {
    letter-spacing: 0.15px;
  }

  .left_imp,
  .left_imp p,
  .left_imp p a,
  .right_imp,
  .right_imp p,
  .right_imp p a,
  .center_imp,
  .center_imp p,
  .center_imp p a {
    color: #c1ac6f;
    font-size: 18px;
  }

  .left_imp p a,
  .right_imp p a,
  .center_imp p a {
    text-decoration: none;
  }

  .left_imp h2,
  .right_imp h2,
  .center_imp h2,
  .left_imp h3,
  .right_imp h3,
  .center_imp h3 {
    margin-bottom: 20px;
  }

  .disclaimer-wrap h2 {
    margin-top: 2%;
  }

  .disclaimer-wrap p.zurueck {
    margin-left: 14.5%;
    margin-top: 15px;
  }

  .disclaimer,
  .widerruf {
    width: 820px;
    height: 555px;
  }

  .disclaimer p,
  .widerruf p {
    margin-bottom: 10px;
  }

  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 32px;
    margin-top: 10%;
  }

  h2.h2_geschenk {
    font-size: 32px;
    margin-top: 8%;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
    line-height: 110%;
    margin-top: 10%;
  }

  p {
    font-size: 18px;
  }

  .koestlich {
    left: 70.7%;
    width: 175px;
    position: fixed;
    top: 74.7%;
  }

  .koestlich p {
    font-size: 18px;
  }

  .koestlich_s {
    left: 88.5%;
    position: fixed;
    top: 52%;
    width: 140px;
  }

  .koestlich a p {
    width: 157px;
    padding-top: 116px;
  }

  .logo {
    left: 78%;
    position: fixed;
    top: 73%;
  }

  .logo img {
    width: 80%;
    height: 80%;
  }

  a.cluster {
    background-image: url("images/bilder_button_90.png");
    width: 125px;
    height: 90px;
    display: block;
    margin-left: 17.5%;
    margin-top: 2%;
  }

  /* BUTTON Position */

  .button_stand {
    position: fixed;
    left: 81.5%;
    top: 27.5%;
  }

  .button_stand img {
    height: 90%;
    width: 90%;
  }

  /* ALTE POSITION -> nur Kochbutton */

  .kochsuche {
    left: 81.5%;
    position: fixed;
    top: 27.5%;
  }

  /* NEUE POSITION -> mit Weihnachtsbutton
	
	.kochsuche {
		left:80.7%;
		position:fixed;
		top:52%;
	}*/

  .kochsuche img {
    height: 90%;
    width: 90%;
  }

  .weihnachten {
    left: 80.2%;
    position: fixed;
    top: 22.5%;
  }

  .weihnachten img {
    height: 90%;
    width: 90%;
  }

  /* ----- GUTSCHEIN-BUTTON ----- */

  .bestellen_btn {
    right: 7.7%;
    top: 36.3%;
  }

  .bestellen_btn img {
    height: 110px;
    width: 154px;
  }

  /* ----- GUTSCHEIN-FORMULAR ----- */

  .table-wrap {
    width: 820px;
  }

  .table-wrap ul {
    margin: 5px 0 15px 0;
    font-size: 16px;
  }

  .table-wrap h2 {
    font-size: 34px;
  }

  .table-wrap h3 {
    font-size: 20px;
    margin: 10px 0 2px 0;
  }

  .table-wrap p {
    font-size: 16px;
  }

  .table-wrap .p_sm {
    font-size: 16px;
  }

  .table-wrap a.gs_ansicht {
    left: 60px;
    top: 35px;
  }

  .table-wrap span {
    font-size: 20px;
  }

  .table-wrap input {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .table-wrap input.btnSubmit {
    width: 137px;
    height: 96px;
    margin: -110px 0 0 0;
  }

  .table-wrap .frage {
    margin-top: -40px;
    margin-right: 8px;
  }

  .table-wrap .frage h3 {
    margin-bottom: 5px;
  }

  .td,
  .td_p {
    font-size: 14px;
  }

  .td_p {
    padding-left: 24px;
  }

  .back {
    top: 8%;
    left: 7%;
  }

  .back2 {
    top: 7%;
    left: 18%;
  }

  .back img,
  .back2 {
    width: 90px;
    height: 45px;
  }

  /* ----- RESERVIERUNGS-FORMULAR ----- */

  .table-wrap2 {
    width: 650px;
  }

  .table-wrap2 h2 {
    font-size: 34px;
  }

  .table-wrap h3 {
    font-size: 20px;
    margin: 10px 0 25px;
  }

  .table-wrap2 input {
    font-size: 16px;
  }

  .table-wrap2 p,
  .table-wrap2 label,
  .table-wrap2 select,
  .table-wrap2 option {
    font-size: 16px;
  }

  .table-wrap2 label {
    line-height: 16px;
  }

  .table2 .td {
    font-size: 14px;
  }

  .td_normal,
  .td_normal_re {
    width: 305px;
  }

  .td_normal_re {
    margin-right: 20px;
  }

  .td_normal input,
  .td_normal_re input {
    width: 270px;
    margin-bottom: 8px;
  }

  .td_s {
    padding: 0 39px;
  }

  .td_s select {
    width: 110px;
    margin: 5px 0 10px 0;
  }

  .td_m {
    padding-right: 97px;
  }

  .td_m input {
    margin: 5px 0 10px 0;
    width: 170px;
  }

  .td_l select {
    width: 186px;
  }

  .td_xl {
    padding-right: 40px;
  }

  .td_xl select {
    width: 231px;
  }

  .v-2_text {
    font-size: 14px !important;
    margin-bottom: 20px;
  }

  .v-2 {
    font-size: 16px;
    width: 601px;
    height: 26px;
    padding: 1px 0 0 5px;
    margin: 15px 0 2px 0;
  }

  input.btnSubmit2 {
    width: 153px;
    height: 108px;
    top: 5px;
    left: -15px;
  }

  .res_text p {
    font-size: 14px;
    margin: -90px 45px 0 0;
    line-height: 18px;
  }

  p.res_p {
    font-size: 14px;
    margin-top: 20px;
  }

  .datepicker {
    top: 240px;
    left: 610px;
  }

  .dropdown-purpose {
    width: 225px;
  }

  /* ----- ANFRAGE-FORMULAR ----- */

  .table-wrap3 {
    width: 850px;
  }

  .table-wrap3 label,
  .table-wrap3 select,
  .table-wrap3 option,
  .table-wrap3 input {
    font-size: 16px;
  }

  .table-wrap3 h2 {
    margin-top: -30px;
    font-size: 36px;
    margin-bottom: 5px;
  }

  .table-wrap3 p,
  .table-wrap3 label {
    font-size: 16px;
  }

  .table_v {
    margin-top: 10px;
  }

  .td_full input,
  .td_full textarea {
    width: 605px;
    margin: 5px 0;
  }

  .td_full input {
    height: 25px;
  }

  .td_full textarea {
    height: 45px;
    margin-bottom: 20px;
  }

  .td_vnormal input,
  .td_vnormal_re input,
  .td_vnormal_xxs input,
  .td_vnormal_re_m input {
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .td_vnormal input,
  .td_vnormal_re input {
    width: 270px;
  }

  .td_vnormal_xxs input {
    width: 60px;
    margin-right: 10px;
  }

  .td_vnormal_re_m input {
    width: 200px;
  }

  .td_vnormal input {
    margin-right: 60px;
  }

  .td_vnormal p.pv_sm {
    font-size: 14.5px;
    margin-top: 5px;
  }

  .td_vnormal_fr p {
    margin-top: 12px;
  }

  .td_vnormal_fr input {
    width: 200px;
    height: 25px;
    margin: 5px 0;
  }

  .td_vxs select {
    width: 75px;
    height: 30px;
    margin: 5px 0;
  }

  .td_vs p {
    margin: 5px 20px 5px 0;
  }

  .td_vs input {
    width: 150px;
    height: 25px;
    margin-right: 75px;
  }

  .td_vm select {
    width: 240px;
    height: 30px;
    margin: 5px 60px 5px 0;
  }

  .table_v2 {
    width: 180px;
    float: right;
    margin-top: -98px;
  }

  .table_v2 p,
  .table_v2 p.p1,
  .table_v2 p.p2 {
    font-size: 14.5px;
  }

  .table_v2 p.p1 {
    margin-left: 30px;
  }

  .table_v2 p.p2 {
    margin-left: 22px;
  }

  .table_v2 img.info,
  .table_v2 img.preis {
    margin-left: 27px;
    width: 126px;
  }

  .table_v2 img.menue_beispiel {
    width: 161.1px;
    margin-left: 10px;
  }

  .table_v2 .tr {
    margin-bottom: 0px;
  }

  input.btnSubmit_v2 {
    width: 153px;
    height: 108px;
    margin-left: 17px;
  }


  /* ----- FUSS ----- */

  .fuss {
    position: fixed;
    bottom: 4.4%;
    left: 41.5%;
    width: 369px;
  }

  .fuss a {
    text-shadow: 2px 2px 5px #000;
    font-size: 24px;
    height: 64px;
    line-height: 80px;
    width: 148px;
  }

  .fuss .margin2 {
    margin-right: 45px;
  }

  /* ----- ABSTÄNDE ----- */

  .padding_1 {
    padding-top: 30px;
  }

  .padding_2 {
    padding-top: 20px;
  }

  .padding_3 {
    padding-top: 17px;
  }

  .padding_4 {
    padding-top: 9px;
  }

  .padding_5 {
    padding-left: 0px;
    padding-top: 34px;
  }

  .padding_6 {
    padding-left: 45px;
    padding-top: 36px;
  }

  .padding_7 {
    padding-top: 37px;
  }

  .padding_8 {
    padding-top: 35px;
  }

  .padding_9 {
    padding-left: 70px;
    padding-top: 56px;
  }

  .left_1 {
    margin-left: 22.6%;
  }

  .left_1 h1 {
    margin-bottom: 4.5%;
    margin-top: 9%;
  }

  .left_2 {
    margin-left: 19%;
    margin-top: 7%;
  }

  .left_3 {
    margin-left: 47.7%;
    margin-top: 7%;
  }

  .left_3 h2 {
    margin-left: -26.7%;
    margin-bottom: 10px;
  }

  .left_4 {
    margin-left: 33.2%;
    margin-top: 12%;
  }

  .left_5 {
    margin-left: 16%;
  }

  .left_5 h1 {
    margin-bottom: 3%;
    margin-left: 3%;
    margin-top: -1%;
  }

  .left_6 {
    margin-left: 25.5%;
    margin-top: 15%;
  }

  .left_7 {
    margin-left: 37.5%;
    margin-top: 6.5%;
  }

  .left_8 {
    margin-left: 14.7%;
  }

  .left_8 h1 {
    margin-left: 13%;
    margin-top: -1.5%;
  }

  .left_9 {
    margin-left: 17%;
    margin-top: 7.5%;
  }

  .left_9 h2 {
    margin-bottom: 25px;
    margin-left: 34px;
  }

  .left_10 {
    margin-left: 20%;
    margin-top: 8.5%;
  }

  .left_10 h2 {
    margin-bottom: 35px;
    margin-left: 24px;
  }

  .left_11 {
    margin-left: 30.2%;
    margin-top: 5%;
  }

  .left_11 h2 {
    margin-left: -62%;
    margin-top: 11.6%;
  }

  .left_12 {
    margin-left: 17%;
    margin-top: 7.5%;
  }

  .left_12 h2 {
    margin-bottom: 25px;
    margin-left: 34px;
  }

  .speisen_1 {
    margin-left: 53%;
    margin-top: 8%;
  }

  .speisen_2 {
    margin-left: 61.2%;
    margin-top: 6.6%;
  }

  .speisen_3 {
    margin-left: 57.6%;
    margin-top: 1.8%;
  }

  .speisen_4 {
    margin-left: 61.7%;
    margin-top: 6.8%;
  }

  .speisen_5 {
    margin-left: 56%;
    margin-top: 0%;
  }

  .speisen_6 {
    margin-left: 59.6%;
    margin-top: 0%;
  }

  .speisen_7 {
    margin-left: 39%;
    margin-top: 7.7%;
  }

  .speisen_8 {
    margin-left: 38.3%;
    margin-top: 6.9%;
  }

  .speisen_9 {
    margin-left: 36.2%;
    margin-top: 7.5%;
  }

  /* ----- HOVER-EFFEKTE ----- */

  .menu .haupt li a:link {
    background-image: url(images/frame_menu_60-79.png);
    background-position: 0 0px;
  }

  .menu .haupt li a:visited {
    background-image: url(images/frame_menu_60-79.png);
    background-position: 0 0px;
  }

  .menu .haupt li a:focus {
    background-position: 0 -75px;
    color: #c1ac6f;
  }

  .menu .haupt li a:hover {
    background-position: 0 -75px;
    color: #c1ac6f;
  }

  .menu .haupt li a:active {
    background-position: 0 -75px;
    color: #c1ac6f;
  }

  .menu .haupt li.aktiv a {
    background-position: 0 -75px;
    color: #c1ac6f;
  }

  .menu .haupt li.dunkler a:link {
    background-image: url(images/frame_menu_60-79_30s.png);
    background-position: 0 0px;
  }

  .menu .haupt li.dunkler a:visited {
    background-image: url(images/frame_menu_60-79_30s.png);
    background-position: 0 0px;
  }

  .menu .haupt li.dunkler a:focus {
    background-position: 0 -75px;
    color: #c1ac6f;
  }

  .menu .haupt li.dunkler a:hover {
    background-position: 0 -75px;
    color: #c1ac6f;
  }

  .menu .haupt li.dunkler a:active {
    background-position: 0 -75px;
    color: #c1ac6f;
  }

  .menu .haupt li.aktiv.dunkler a {
    background-position: 0 -75px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start:link {
    background-image: url(images/frame_startmenu_60-79.png);
    background-position: 0 0px;
  }

  .menu .haupt li a.start:visited {
    background-image: url(images/frame_startmenu_60-79.png);
    background-position: 0 0px;
  }

  .menu .haupt li a.start:focus {
    background-position: 0 -71px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start:hover {
    background-position: 0 -71px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start:active {
    background-position: 0 -71px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start2:link {
    background-image: url(images/frame_signum_60-79.png);
    background-position: 0 -2px;
  }

  .menu .haupt li a.start2:visited {
    background-image: url(images/frame_signum_60-79.png);
    background-position: 0 -2px;
  }

  .menu .haupt li a.start2:focus {
    background-position: 0 -78px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start2:hover {
    background-position: 0 -78px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start2:active {
    background-position: 0 -78px;
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:link {
    background-image: url(images/rs-pfeil_normal_60-79.png);
    background-position: 0 0px;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:visited {
    background-image: url(images/rs-pfeil_normal_60-79.png);
    background-position: 0 0px;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:focus {
    background-image: url(images/rs-pfeil_active_60-79.png);
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:hover {
    background-image: url(images/rs-pfeil_active_60-79.png);
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:active {
    background-image: url(images/rs-pfeil_active_60-79.png);
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil.aktiv a.rs_pfeil {
    background-image: url(images/rs-pfeil_active_60-79.png);
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs:link {
    background-image: url(images/rs_normal_60-79.png);
    background-position: 0 0px;
  }

  .menu .sub .sub_pfeil a.rs:visited {
    background-image: url(images/rs_normal_60-79.png);
    background-position: 0 0px;
  }

  .menu .sub .sub_pfeil a.rs:focus {
    background-image: url(images/rs_active_60-79.png);
    background-position: 0 0px;
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs:hover {
    background-image: url(images/rs_active_60-79.png);
    background-position: 0 0px;
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs:active {
    background-image: url(images/rs_active_60-79.png);
    background-position: 0 0px;
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil.aktiv a.rs {
    background-image: url(images/rs_active_60-79.png);
    background-position: 0 0px;
    color: #c1ac6f;
  }

  .menu .subsub li a:link {
    background-image: url(images/normal-foto_60-79.png);
    background-position: 7px 27px;
    color: #4a2704;
  }

  .menu .subsub li a:visited {
    background-image: url(images/normal-foto_60-79.png);
    background-position: 7px 27px;
    color: #4a2704;
  }

  .menu .subsub li a:focus {
    background-image: url(images/active-foto_60-79.png);
    background-position: 6px 27px;
    color: #c1ac6f;
  }

  .menu .subsub li a:hover {
    background-image: url(images/active-foto_60-79.png);
    background-position: 6px 27px;
    color: #c1ac6f;
  }

  .menu .subsub li a:active {
    background-image: url(images/active-foto_60-79.png);
    background-position: 6px 27px;
    color: #c1ac6f;
  }

  .menu .subsub li.aktiv a {
    background-image: url(images/active-foto_60-79.png);
    background-position: 6px 27px;
    color: #c1ac6f;
    text-shadow: 1px 1px 1px #000;
  }

  .menu .subsub li.subsub_pfeil2 a:link {
    background-image: url(images/normal-foto_60-79.png);
    background-position: 4px 25px;
    color: #4a2704;
  }

  .menu .subsub li.subsub_pfeil2 a:visited {
    background-image: url(images/normal-foto_60-79.png);
    background-position: 4px 25px;
    color: #4a2704;
  }

  .menu .subsub li.subsub_pfeil2 a:focus {
    background-image: url(images/active-foto_60-79.png);
    background-position: 4px 25px;
    color: #c1ac6f;
  }

  .menu .subsub li.subsub_pfeil2 a:hover {
    background-image: url(images/active-foto_60-79.png);
    background-position: 4px 25px;
    color: #c1ac6f;
  }

  .menu .subsub li.subsub_pfeil2 a:active {
    background-image: url(images/active-foto_60-79.png);
    background-position: 4px 25px;
    color: #c1ac6f;
  }

  .menu .subsub li.subsub_pfeil2.aktiv a {
    background-image: url(images/active-foto_60-79.png);
    background-position: 4px 25px;
    color: #c1ac6f;
    text-shadow: 1px 1px 1px #000;
  }

  .menu .subsub li.kreis_pfeil a:link {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil a:visited {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil a:focus {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil a:hover {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil a:active {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil.aktiv a {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 2px 9px;
    color: #c1ac6f;
  }

  .menu .subsub li.kreis_pfeil2 a:link {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil2 a:visited {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil2 a:focus {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil2 a:hover {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil2 a:active {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil2.aktiv a {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 9px;
    color: #c1ac6f;
  }

  .menu .subsub li.kreis_pfeil3 a:link {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil3 a:visited {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil3 a:focus {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil3 a:hover {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil3 a:active {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 9px;
  }

  .menu .subsub li.kreis_pfeil3.aktiv a {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 9px;
    color: #c1ac6f;
  }

  .menu .subsub2 li a:link {
    background-image: url(images/normal-foto_60-79.png);
    background-position: 4px 25px;
    color: #4a2704;
  }

  .menu .subsub2 li a:visited {
    background-image: url(images/normal-foto_60-79.png);
    background-position: 4px 25px;
    color: #4a2704;
  }

  .menu .subsub2 li a:focus {
    background-image: url(images/active-foto_60-79.png);
    background-position: 4px 25px;
    color: #c1ac6f;
  }

  .menu .subsub2 li a:hover {
    background-image: url(images/active-foto_60-79.png);
    background-position: 4px 25px;
    color: #c1ac6f;
  }

  .menu .subsub2 li a:active {
    background-image: url(images/active-foto_60-79.png);
    background-position: 4px 25px;
    color: #c1ac6f;
  }

  .menu .subsub2 li.aktiv a {
    background-image: url(images/active-foto_60-79.png);
    background-position: 4px 25px;
    color: #c1ac6f;
    text-shadow: 1px 1px 1px #000;
  }

  .menu .subsub2 li.subsub_pfeil2 a:link {
    background-image: url(images/normal-foto_60-79.png);
    background-position: 3px 22px;
    color: #4a2704;
  }

  .menu .subsub2 li.subsub_pfeil2 a:visited {
    background-image: url(images/normal-foto_60-79.png);
    background-position: 3px 22px;
    color: #4a2704;
  }

  .menu .subsub2 li.subsub_pfeil2 a:focus {
    background-image: url(images/active-foto_60-79.png);
    background-position: 2px 22px;
    color: #c1ac6f;
  }

  .menu .subsub2 li.subsub_pfeil2 a:hover {
    background-image: url(images/active-foto_60-79.png);
    background-position: 2px 22px;
    color: #c1ac6f;
  }

  .menu .subsub2 li.subsub_pfeil2 a:active {
    background-image: url(images/active-foto_60-79.png);
    background-position: 2px 22px;
    color: #c1ac6f;
  }

  .menu .subsub2 li.subsub_pfeil2.aktiv a {
    background-image: url(images/active-foto_60-79.png);
    background-position: 2px 22px;
    color: #c1ac6f;
    text-shadow: 1px 1px 1px #000;
  }

  .menu .subsub2 li.kreis_pfeil a:link {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 1px 4px;
  }

  .menu .subsub2 li.kreis_pfeil a:visited {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 1px 4px;
  }

  .menu .subsub2 li.kreis_pfeil a:focus {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 1px 4px;
  }

  .menu .subsub2 li.kreis_pfeil a:hover {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 1px 4px;
  }

  .menu .subsub2 li.kreis_pfeil a:active {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 1px 4px;
  }

  .menu .subsub2 li.kreis_pfeil.aktiv a {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 1px 4px;
    color: #c1ac6f;
  }

  .menu .subsub2 li.kreis_pfeil2 a:link {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 0px 4px;
  }

  .menu .subsub2 li.kreis_pfeil2 a:visited {
    background-image: url(images/pfeil-normal-foto_60-79.png);
    background-position: 0px 4px;
  }

  .menu .subsub2 li.kreis_pfeil2 a:focus {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 4px;
  }

  .menu .subsub2 li.kreis_pfeil2 a:hover {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 4px;
  }

  .menu .subsub2 li.kreis_pfeil2 a:active {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 4px;
  }

  .menu .subsub2 li.kreis_pfeil2.aktiv a {
    background-image: url(images/pfeil-active-foto_60-79.png);
    background-position: 0px 4px;
    color: #c1ac6f;
  }

  .koestlich a:link p {
    background-image: url(images/koestlich_60-79.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .koestlich a:visited p {
    background-image: url(images/koestlich_60-79.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .koestlich a:focus p {
    background-image: url(images/koestlich_60-79.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .koestlich a:hover p {
    background-image: url(images/koestlich_60-79.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .koestlich a:active p {
    background-image: url(images/koestlich_60-79.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_mit a:link p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_mit a:visited p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_mit a:focus p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .beitrag_mit a:hover p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .beitrag_mit a:active p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_ohne a:link p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_ohne a:visited p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_ohne a:focus p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .beitrag_ohne a:hover p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .beitrag_ohne a:active p {
    background-image: url(images/tv_button_ohne_90.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .fuss a:link {
    background-image: url(images/frame_fuss_60-79.png);
    background-position: 0 0px;
  }

  .fuss a:visited {
    background-image: url(images/frame_fuss_60-79.png);
    background-position: 0 0px;
  }

  .fuss a:focus {
    background-image: url(images/frame_fuss_60-79.png);
    background-position: 0 -68px;
  }

  .fuss a:hover {
    background-image: url(images/frame_fuss_60-79.png);
    background-position: 0 -68px;
    color: #c1ac6f;
  }

  .fuss a:active {
    background-image: url(images/frame_fuss_60-79.png);
    background-position: 0 -68px;
  }

  .fuss a.aktiv {
    background-image: url(images/frame_fuss_60-79.png);
    background-position: 0 -68px;
    color: #c1ac6f;
  }
}

/* =========================== 50 - 59%  ===========================*/

@media (min-width: 0px) and (max-width: 1151px) {
  .menu {
    padding-top: 15px;
    width: 849px;
  }

  /* HAUPTMENÜ */

  .menu .haupt li {
    line-height: 81px;
  }

  .menu .haupt li a {
    background-repeat: no-repeat;
    height: 69px;
    width: 148px;
  }

  .menu .haupt li.dunkler a {
    background-repeat: no-repeat;
    height: 69px;
    width: 148px;
  }

  .menu .haupt li a.start {
    height: 63px;
    line-height: 73px;
    width: 145px;
  }

  .menu .haupt li.frame_signum a.start2 {
    height: 65px;
    line-height: 73px;
    width: 194px;
  }

  .menu .haupt li.frame_signum a.start2 span {
    margin-right: 14px;
  }

  .menu .haupt li a,
  .menu .haupt li.dunkler a,
  .menu .haupt li a.start,
  .menu .haupt li.frame_signum a.start2 {
    font-size: 24px;
    text-decoration: none;
    text-shadow: 2px 2px 5px #000;
  }

  .menu .haupt li.margin {
    margin-right: 60px;
  }

  /* SUBMENÜ */

  .menu .sub {
    left: 1%;
    position: relative;
  }

  .menu .sub li.sub_pfeil {
    height: 43px;
    line-height: 60px;
    margin: 0 10px;
  }

  .menu .sub li a {
    font-size: 18px;
    text-shadow: 0px 0px 2px #000;
  }

  .menu .sub .sub_pfeil .rs_pfeil {
    padding-left: 25px;
    height: 50px;
  }

  .menu .sub .sub_pfeil .rs {
    padding-left: 25px;
    height: 50px;
  }

  .doppelpfeil {
    float: left;
    margin: 21px -4px 0;
  }

  /* SUBSUBMENÜ */

  .menu .subsub {
    left: 1.6%;
    position: relative;
  }

  .menu .subsub2 {
    left: 1.2%;
    position: relative;
  }

  .menu .subsub li {
    float: left;
    margin-top: -8px;
  }

  .menu .subsub2 li {
    float: left;
    height: 47px;
    margin-top: -8px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .menu .subsub li a,
  .menu .subsub2 li a {
    font-size: 16px;
    height: 47px;
    line-height: 72px;
    width: 28px;
  }

  .menu .subsub li.subsub_pfeil a,
  .menu .subsub2 li.subsub_pfeil a {
    line-height: 54px;
  }

  .menu .subsub li.subsub_pfeil2 a,
  .menu .subsub2 li.subsub_pfeil2 a {
    line-height: 72px;
  }

  .menu .subsub li.kreis_pfeil a,
  .menu .subsub2 li.kreis_pfeil a {
    font-size: 16px;
    line-height: 54px;
    width: 29px;
    margin-left: 2px;
  }

  .menu .subsub li.kreis_pfeil2 a,
  .menu .subsub2 li.kreis_pfeil2 a {
    font-size: 16px;
    line-height: 54px;
    width: 16px;
  }

  .menu .subsub li.kreis_pfeil3 a {
    line-height: 54px;
    width: 22px;
    text-align: center;
    margin-left: 5px;
  }

  .menu .subsub li.kreis_pfeil2 a,
  .menu .subsub2 li.kreis_pfeil2 a {
    padding-left: 9px;
  }

  .menu .subsub li.kreis_pfeil3 a {
    width: 22px;
  }

  .menu .subsub2 li.kreis_pfeil2 a {
    margin-left: 1px;
  }

  .menu .subsub2 li.subsub_pfeil2 a {
    padding-left: 1px;
  }

  .menu .subsub li.subsub_pfeil2 a,
  .menu .subsub2 li.subsub_pfeil2 a {
    line-height: 54px;
  }

  .pfeil_klein,
  .pfeil_klein2 {
    float: left;
    margin: 13px -11px 0 -9.5px;
  }

  .pfeil_klein3 {
    float: left;
    margin-left: -11.5px;
    margin-top: 20px;
  }

  .impressum_pos {
    right: 4.5%;
    top: 6.3%;
  }

  .impressum_pos2 {
    right: 9%;
    top: 6.3%;
  }

  .impressum_pos a,
  .impressum_pos2 a {
    font-size: 12px;
  }

  /* ----- INHALT ----- */

  .textfeld_s {
    background-image: url("images/textfeld_s_80.png");
    height: 252px;
    width: 319px;
  }

  .textfeld_denis {
    background-image: url("images/textfeld_denis_80.png");
    height: 228px;
    padding-top: 27px;
    width: 320px;
  }

  .textfeld_denis .ihr {
    padding-left: 108px;
  }

  .textfeld_m {
    background-image: url("images/textfeld_m_80.png");
    height: 392px;
    padding-top: 20px;
    width: 419px;
  }

  .textfeld_l,
  .textfeld_l_neu {
    background-image: url("images/textfeld_l_80.png");
    height: 338px;
    width: 440px;
  }

  .textfeld_m .filmlink {
    height: 83px;
    width: 100px;
    margin-left: 164px;
    margin-top: 2px;
  }

  .textfeld_xl {
    background-image: url("images/textfeld_xl_80.png");
    height: 336px;
    width: 453px;
  }

  .textfeld_xl ul {
    font-size: 16px;
  }

  .textfeld_xxl {
    background-image: url("images/textfeld_xxl_80.png");
    letter-spacing: -0.4px;
    height: 430px;
    width: 540px;
  }

  .textfeld_xxl a {
    color: #4a2704;
    font-weight: bold;
    text-decoration: underline;
  }

  .textfeld_xxl p.centered {
    padding-left: 112px;
    padding-top: 2px;
  }

  .textfeld_xxl p.p_bold {
    font-weight: bold;
    padding-top: 8px;
  }

  .textfeld_xxl ul {
    font-family: "Signika Negative", sans-serif;
    font-size: 16px;
    padding-left: 0px;
  }

  .textfeld_xxl ul li {
    margin-top: 0px;
  }

  .textfeld_xxl_2 {
    background-image: url("images/textfeld_xxl_80.png");
    height: 430px;
    width: 540px;
    color: #4a2704;
  }

  .textfeld_xxl_2 p {
    padding-top: 10px;
  }

  .textfeld_xxl_2 p.p_bold {
    font-weight: bold;
    padding-top: 10px;
  }

  .textfeld_xxl_2 p.p_bold2 {
    font-weight: bold;
    padding-top: 0px;
  }

  .textfeld_xxl_2 a {
    color: #4a2704;
    text-decoration: none;
  }

  .textfeld_film {
    background-image: url("images/textfeld_film_80.png");
    height: 288px;
    width: 360px;
  }

  a.filmlink2 {
    height: 190px;
    margin-right: 16%;
    margin-top: -41%;
    width: 254px;
  }

  .textfeld_feiern {
    background-image: url("images/textfeld_feiern_80.png");
    height: 448px;
    width: 548px;
    padding-top: 38px;
    margin-top: 0;
    margin-left: 14.1%;
  }

  .textfeld_feiern p {
    padding-top: 20px;
  }

  .fest h2 {
    margin-left: 20%;
  }

  .beitrag_mit {
    margin-left: 14.4%;
    margin-top: -2%;
  }

  .beitrag_ohne {
    margin-left: 33.2%;
    margin-top: -1%;
  }

  .beitrag_mit,
  .beitrag_ohne {
    width: 132px;
    height: 132px;
  }

  .beitrag_mit a p,
  .beitrag_ohne a p {
    padding-top: 94px;
    text-shadow: 1px 1px 1px #000;
  }

  .textfeld_s p,
  .textfeld_l p,
  .textfeld_xl li {
    margin-top: 18px;
  }

  .textfeld_l_neu p {
    margin-top: 15px;
  }

  .textfeld_m p {
    margin-top: 10px;
  }

  .center p.kontakt {
    position: fixed;
    top: 77%;
    color: #c1ac6f;
    left: 38%;
  }

  .center p.geschenk {
    position: fixed;
    left: 23%;
    top: 75%;
  }

  a.karte_img {
    position: fixed;
    top: 28.7%;
    left: 66%;
  }

  a.karte_img img {
    width: 80%;
    height: 80%;
  }

  .left_imp {
    float: left;
    margin-left: 11%;
    /* ursprünglich 17% */
    text-align: left;
  }

  .right_imp {
    margin-bottom: 5%;
    margin-left: 44.5%;
    /* ursprünglich 51.5% */
    margin-top: 8%;
    text-align: left;
  }

  .center_imp {
    margin-left: 24%;
  }

  .center_imp p {
    letter-spacing: 0.15px;
  }

  .left_imp,
  .left_imp p,
  .left_imp p a,
  .right_imp,
  .right_imp p,
  .right_imp p a,
  .center_imp,
  .center_imp p,
  .center_imp p a {
    color: #c1ac6f;
    font-size: 18px;
  }

  .left_imp p a,
  .right_imp p a,
  .center_imp p a {
    text-decoration: none;
  }

  .left_imp h2,
  .right_imp h2,
  .center_imp h2,
  .left_imp h3,
  .right_imp h3,
  .center_imp h3 {
    margin-bottom: 20px;
  }

  .disclaimer-wrap h2 {
    margin-top: 2%;
  }

  .disclaimer-wrap p.zurueck {
    margin-left: 15.6%;
    margin-top: 15px;
  }

  .disclaimer {
    width: 765px;
    height: 500px;
  }

  .widerruf {
    height: 460px;
    width: 765px;
  }

  .disclaimer p,
  .widerruf p {
    margin-bottom: 7px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
    margin-top: 11%;
  }

  h2.h2_geschenk {
    font-size: 28px;
    margin-top: 7.5%;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
    line-height: 110%;
    margin-top: 11%;
  }

  p {
    font-size: 16px;
  }

  .koestlich {
    width: 200px;
    left: 75%;
    width: 175px;
    position: fixed;
    top: 74.5%;
  }

  .koestlich p {
    font-size: 16px;
  }

  .koestlich_s {
    right: 6%;
    position: fixed;
    top: 31%;
    width: 140px;
  }

  .koestlich_s {
    left: 88.5%;
    position: fixed;
    top: 51%;
    width: 140px;
  }

  .koestlich a p {
    width: 142px;
    padding-top: 106px;
  }

  .logo {
    left: 78%;
    position: fixed;
    top: 73%;
  }

  .logo img {
    width: 70%;
    height: 70%;
  }

  a.cluster {
    background-image: url("images/bilder_button_80.png");
    width: 110px;
    height: 80px;
    display: block;
    margin-left: 18.5%;
    margin-top: 2.5%;
  }

  /* BUTTON Position */

  .button_stand {
    position: fixed;
    left: 86.5%;
    top: 33.5%;
  }

  .button_stand img {
    height: 80%;
    width: 80%;
  }

  /* ALTE POSITION -> nur Kochbutton */

  .kochsuche {
    left: 86.5%;
    position: fixed;
    top: 33.5%;
  }

  /* NEUE POSITION -> mit Weihnachtsbutton
	.kochsuche {
		left:80.4%;
		position:fixed;
		top:51%;
	}*/

  .kochsuche img {
    height: 80%;
    width: 80%;
  }

  .weihnachten {
    left: 79.2%;
    position: fixed;
    top: 23.5%;
  }

  .weihnachten img {
    height: 80%;
    width: 80%;
  }

  /* ----- GUTSCHEIN-BUTTON ----- */

  .bestellen_btn {
    right: 5.9%;
    top: 36.3%;
  }

  .bestellen_btn img {
    height: 98px;
    width: 137px;
  }

  /* ----- GUTSCHEIN-FORMULAR ----- */

  .table-wrap {
    width: 770px;
  }

  .table-wrap ul {
    margin: 2px 0 10px 0;
    font-size: 14px;
  }

  .table-wrap h2 {
    font-size: 30px;
  }

  .table-wrap h3 {
    font-size: 18px;
    margin: 10px 0 2px 0;
  }

  .table-wrap p {
    font-size: 14px;
  }

  .table-wrap .p_sm {
    font-size: 14px;
  }

  .table-wrap a.gs_ansicht {
    left: 65px;
    top: 30px;
  }

  .table-wrap a.gs_ansicht img {
    width: 137px;
    height: 94px;
  }

  .table-wrap span {
    font-size: 18px;
  }

  .table-wrap input {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .table-wrap input.btnSubmit {
    width: 137px;
    height: 96px;
    margin: -95px 25px 0 0;
  }

  .table-wrap .frage {
    margin-top: -35px;
    margin-right: 28px;
  }

  .table-wrap .frage h3 {
    margin-bottom: 2px;
  }

  .td,
  .td_p {
    font-size: 12px;
  }

  .td_p {
    padding-left: 24px;
  }

  .back {
    top: 8.4%;
    left: 5%;
  }

  .back2 {
    top: 7%;
    left: 10%;
  }

  .back img,
  .back2 img {
    width: 80px;
    height: 40px;
  }

  /* ----- RESERVIERUNGS-FORMULAR ----- */

  .table-wrap2 {
    margin-top: 7%;
    width: 620px;
  }

  .table-wrap2 h2 {
    font-size: 34px;
  }

  .table-wrap h3 {
    font-size: 18px;
    margin: 10px 0 20px;
  }

  .table-wrap2 input {
    font-size: 14px;
  }

  .table-wrap2 p,
  .table-wrap2 label,
  .table-wrap2 select,
  .table-wrap2 option {
    font-size: 14px;
  }

  .table-wrap2 label {
    line-height: 14px;
  }

  .table2 .td {
    font-size: 14px;
  }

  .td_normal,
  .td_normal_re {
    width: 270px;
  }

  .td_normal_re {
    margin-right: 20px;
  }

  .td_normal input,
  .td_normal_re input {
    width: 240px;
    margin-bottom: 5px;
  }

  .td_s {
    padding: 0 36px;
  }

  .td_s select {
    width: 110px;
    margin: 5px 0 10px 0;
  }

  .td_m {
    padding-right: 76px;
  }

  .td_m input {
    margin: 5px 0 10px 0;
    width: 170px;
  }

  .td_l select {
    width: 177px;
  }

  .td_xl {
    padding-right: 40px;
  }

  .td_xl select {
    width: 210px;
  }

  .v-2_text {
    font-size: 13px !important;
    margin-bottom: 20px;
  }

  .v-2 {
    font-size: 14px;
    width: 570px;
    height: 25px;
    padding: 1px 0 0 5px;
    margin: 20px 0 5px 0;
  }

  input.btnSubmit2 {
    width: 136px;
    height: 96px;
    top: 0;
    left: -15px;
  }

  .res_text p {
    font-size: 13px;
    margin: -85px 45px 0 0;
    line-height: 16px;
  }

  p.res_p {
    font-size: 13px;
    margin-top: 10px;
  }

  .datepicker {
    top: 240px;
    left: 610px;
  }

  .dropdown-purpose {
    width: 204px;
  }

  /* ----- ANFRAGE-FORMULAR ----- */

  .table-wrap3 {
    width: 800px;
    margin-left: 18%;
  }

  .table-wrap3 label,
  .table-wrap3 select,
  .table-wrap3 option,
  .table-wrap3 input {
    font-size: 14px;
  }

  .table-wrap3 h2 {
    margin-top: -30px;
    font-size: 31px;
    margin-bottom: 5px;
  }

  .table-wrap3 p,
  .table-wrap3 label {
    font-size: 14px;
  }

  .table_v {
    margin-top: 15px;
  }

  .td_full input,
  .td_full textarea {
    width: 510px;
    margin: 5px 0;
  }

  .td_full input {
    height: 20px;
  }

  .td_full textarea {
    height: 40px;
    margin-bottom: 20px;
  }

  .td_vnormal input,
  .td_vnormal_re input,
  .td_vnormal_xxs input,
  .td_vnormal_re_m input {
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .td_vnormal input,
  .td_vnormal_re input {
    width: 270px;
  }

  .td_vnormal_xxs input {
    width: 50px;
    margin-right: 10px;
  }

  .td_vnormal_re_m input {
    width: 180px;
  }

  .td_vnormal input,
  .td_vnormal_re input {
    width: 240px;
  }

  .td_vnormal input {
    margin-right: 24px;
  }

  .td_vnormal p.pv_sm {
    font-size: 12px;
    margin-top: 5px;
  }

  .td_vnormal_fr p {
    margin-top: 12px;
  }

  .td_vnormal_fr input {
    width: 165px;
    height: 20px;
    margin: 5px 0;
  }

  .td_vxs select {
    width: 65px;
    height: 25px;
    margin: 5px 0;
  }

  .td_vs p {
    margin: 5px 20px 5px 0;
  }

  .td_vs input {
    width: 150px;
    height: 20px;
    margin-right: 50px;
  }

  .td_vm select {
    width: 200px;
    height: 25px;
    margin: 5px 45px 5px 0;
  }

  .table_v2 {
    width: 250px;
    float: right;
    margin-top: -88px;
  }

  .table_v2 p,
  .table_v2 p.p1,
  .table_v2 p.p2 {
    font-size: 12px;
  }

  .table_v2 p.p1 {
    margin-left: 34px;
  }

  .table_v2 p.p2 {
    margin-left: 19px;
  }

  .table_v2 img.info,
  .table_v2 img.preis {
    margin-left: 32px;
    width: 112px;
  }

  .table_v2 img.menue_beispiel {
    width: 143.2px;
    margin-left: 17px;
  }

  .table_v2 .tr {
    margin-bottom: 2px;
  }

  input.btnSubmit_v2 {
    width: 136px;
    height: 96px;
    margin-left: 25px;
  }

  /* ----- FUSS ----- */

  .fuss {
    bottom: 2%;
    left: 35.5%;
    width: 369px;
  }

  .fuss a {
    font-size: 24px;
    height: 66px;
    line-height: 78px;
    width: 146px;
  }

  .fuss .margin2 {
    margin-right: 45px;
  }

  /* ----- ABSTÄNDE ----- */

  .padding_1 {
    padding-top: 21px;
  }

  .padding_2 {
    padding-top: 9px;
  }

  .padding_3 {
    padding-top: 3px;
  }

  .padding_4 {
    padding-top: 4px;
  }

  .padding_5 {
    padding-left: 0px;
    padding-top: 23px;
  }

  .padding_6 {
    padding-left: 39px;
    padding-top: 30px;
  }

  .padding_7 {
    padding-top: 33px;
  }

  .padding_8 {
    padding-left: 0px;
    padding-top: 28px;
  }

  .padding_9 {
    padding-left: 70px;
    padding-top: 56px;
  }

  .left_1 {
    margin-left: 22.6%;
  }

  .left_1 h1 {
    margin-bottom: 4.5%;
    margin-top: 9%;
  }

  .left_2 {
    margin-left: 19%;
    margin-top: 7%;
  }

  .left_3 {
    margin-left: 47.4%;
    margin-top: 8.5%;
  }

  .left_3 h2 {
    margin-left: -30.7%;
    margin-bottom: 15px;
  }

  .left_4 {
    margin-left: 33.2%;
    margin-top: 12%;
  }

  .left_5 {
    margin-left: 16%;
  }

  .left_5 h1 {
    margin-bottom: 3%;
    margin-left: 3%;
    margin-top: -1%;
  }

  .left_6 {
    margin-left: 25.5%;
    margin-top: 15%;
  }

  .left_7 {
    margin-left: 37.5%;
    margin-top: 6.5%;
  }

  .left_8 {
    margin-left: 14.7%;
  }

  .left_8 h1 {
    margin-left: 13%;
    margin-top: -1.5%;
  }

  .left_9 {
    margin-left: 15%;
    margin-top: 11.5%;
  }

  .left_9 h2 {
    margin-bottom: 25px;
    margin-left: 37px;
  }

  .left_10 {
    margin-left: 15%;
    margin-top: 11.5%;
  }

  .left_10 h2 {
    margin-bottom: 25px;
    margin-left: 37px;
  }

  .left_11 {
    margin-left: 25.9%;
    margin-top: 11%;
  }

  .left_11 h2 {
    margin-left: -54.5%;
    margin-top: 0%;
  }

  .left_12 {
    margin-left: 15%;
    margin-top: 11.5%;
  }

  .left_12 h2 {
    margin-bottom: 25px;
    margin-left: 37px;
  }

  .speisen_1 {
    margin-left: 53%;
    margin-top: 8%;
  }

  .speisen_2 {
    margin-left: 61.2%;
    margin-top: 6.6%;
  }

  .speisen_3 {
    margin-left: 57.6%;
    margin-top: 1.8%;
  }

  .speisen_4 {
    margin-left: 61.7%;
    margin-top: 6.8%;
  }

  .speisen_5 {
    margin-left: 56%;
    margin-top: 0%;
  }

  .speisen_6 {
    margin-left: 59.6%;
    margin-top: 0%;
  }

  .speisen_7 {
    margin-left: 38%;
    margin-top: 6.7%;
  }

  .speisen_8 {
    margin-left: 33.3%;
    margin-top: 5.8%;
  }

  .speisen_9 {
    margin-left: 37%;
    margin-top: 4.5%;
  }

  /* ----- HOVER-EFFEKTE ----- */

  .menu .haupt li a:link {
    background-image: url(images/frame_menu_50-59.png);
    background-position: 0 0px;
  }

  .menu .haupt li a:visited {
    background-image: url(images/frame_menu_50-59.png);
    background-position: 0 0px;
  }

  .menu .haupt li a:focus {
    background-position: 0 -70px;
    color: #c1ac6f;
  }

  .menu .haupt li a:hover {
    background-position: 0 -70px;
    color: #c1ac6f;
  }

  .menu .haupt li a:active {
    background-position: 0 -70px;
    color: #c1ac6f;
  }

  .menu .haupt li.aktiv a {
    background-position: 0 -71px;
    color: #c1ac6f;
  }

  .menu .haupt li.dunkler a:link {
    background-image: url(images/frame_menu_50-59_30s.png);
    background-position: 0 0px;
  }

  .menu .haupt li.dunkler a:visited {
    background-image: url(images/frame_menu_50-59_30s.png);
    background-position: 0 0px;
  }

  .menu .haupt li.dunkler a:focus {
    background-position: 0 -70px;
    color: #c1ac6f;
  }

  .menu .haupt li.dunkler a:hover {
    background-position: 0 -70px;
    color: #c1ac6f;
  }

  .menu .haupt li.dunkler a:active {
    background-position: 0 -70px;
    color: #c1ac6f;
  }

  .menu .haupt li.aktiv.dunkler a {
    background-position: 0 -71px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start:link {
    background-image: url(images/frame_startmenu_50-59.png);
    background-position: 0 0px;
  }

  .menu .haupt li a.start:visited {
    background-image: url(images/frame_startmenu_50-59.png);
    background-position: 0 0px;
  }

  .menu .haupt li a.start:focus {
    background-position: 0 0px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start:hover {
    background-position: 0 -64px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start:active {
    background-position: 0 -64px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start2:link {
    background-image: url(images/frame_signum_50-59.png);
    background-position: 0 -1px;
  }

  .menu .haupt li a.start2:visited {
    background-image: url(images/frame_signum_50-59.png);
    background-position: 0 -1px;
  }

  .menu .haupt li a.start2:focus {
    background-position: 0 -68px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start2:hover {
    background-position: 0 -68px;
    color: #c1ac6f;
  }

  .menu .haupt li a.start2:active {
    background-position: 0 -68px;
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:link {
    background-image: url(images/rs-pfeil_normal_50-59.png);
    background-position: 0 0px;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:visited {
    background-image: url(images/rs-pfeil_normal_50-59.png);
    background-position: 0 0px;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:focus {
    background-image: url(images/rs-pfeil_active_50-59.png);
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:hover {
    background-image: url(images/rs-pfeil_active_50-59.png);
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs_pfeil:active {
    background-image: url(images/rs-pfeil_active_50-59.png);
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil.aktiv a.rs_pfeil {
    background-image: url(images/rs-pfeil_active_50-59.png);
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs:link {
    background-image: url(images/rs_normal_50-59.png);
    background-position: 0 0px;
  }

  .menu .sub .sub_pfeil a.rs:visited {
    background-image: url(images/rs_normal_50-59.png);
    background-position: 0 0px;
  }

  .menu .sub .sub_pfeil a.rs:focus {
    background-image: url(images/rs_active_50-59.png);
    background-position: 0 0px;
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs:hover {
    background-image: url(images/rs_active_50-59.png);
    background-position: 0 0px;
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil a.rs:active {
    background-image: url(images/rs_active_50-59.png);
    background-position: 0 0px;
    color: #c1ac6f;
  }

  .menu .sub .sub_pfeil.aktiv a.rs {
    background-image: url(images/rs_active_50-59.png);
    background-position: 0 0px;
    color: #c1ac6f;
  }

  .menu .subsub li a:link {
    background-image: url(images/normal-foto_50-59.png);
    background-position: 8px 15px;
    color: #4a2704;
  }

  .menu .subsub li a:visited {
    background-image: url(images/normal-foto_50-59.png);
    background-position: 8px 15px;
    color: #4a2704;
  }

  .menu .subsub li a:focus {
    background-image: url(images/active-foto_50-59.png);
    background-position: 7px 15px;
    color: #c1ac6f;
  }

  .menu .subsub li a:hover {
    background-image: url(images/active-foto_50-59.png);
    background-position: 7px 15px;
    color: #c1ac6f;
  }

  .menu .subsub li a:active {
    background-image: url(images/active-foto_50-59.png);
    background-position: 7px 15px;
    color: #c1ac6f;
  }

  .menu .subsub li.aktiv a {
    background-image: url(images/active-foto_50-59.png);
    background-position: 7px 15px;
    color: #c1ac6f;
    text-shadow: 1px 1px 1px #000;
  }

  .menu .subsub li.subsub_pfeil2 a:link {
    background-image: url(images/normal-foto_50-59.png);
    background-position: 5px 28px;
    color: #4a2704;
  }

  .menu .subsub li.subsub_pfeil2 a:visited {
    background-image: url(images/normal-foto_50-59.png);
    background-position: 5px 28px;
    color: #4a2704;
  }

  .menu .subsub li.subsub_pfeil2 a:focus {
    background-image: url(images/active-foto_50-59.png);
    background-position: 5px 28px;
    color: #c1ac6f;
  }

  .menu .subsub li.subsub_pfeil2 a:hover {
    background-image: url(images/active-foto_50-59.png);
    background-position: 5px 28px;
    color: #c1ac6f;
  }

  .menu .subsub li.subsub_pfeil2 a:active {
    background-image: url(images/active-foto_50-59.png);
    background-position: 5px 28px;
    color: #c1ac6f;
  }

  .menu .subsub li.subsub_pfeil2.aktiv a {
    background-image: url(images/active-foto_50-59.png);
    background-position: 5px 28px;
    color: #c1ac6f;
    text-shadow: 1px 1px 1px #000;
  }

  .menu .subsub li.kreis_pfeil a:link {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 4px 0px;
  }

  .menu .subsub li.kreis_pfeil a:visited {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 4px 0px;
  }

  .menu .subsub li.kreis_pfeil a:focus {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 4px 0px;
  }

  .menu .subsub li.kreis_pfeil a:hover {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 4px 0px;
  }

  .menu .subsub li.kreis_pfeil a:active {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 4px 0px;
  }

  .menu .subsub li.kreis_pfeil.aktiv a {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 4px 0px;
  }

  .menu .subsub li.kreis_pfeil2 a:link {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil2 a:visited {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil2 a:focus {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil2 a:hover {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil2 a:active {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil2.aktiv a {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub li.kreis_pfeil3 a:link {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 1px 0px;
  }

  .menu .subsub li.kreis_pfeil3 a:visited {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 1px 0px;
  }

  .menu .subsub li.kreis_pfeil3 a:focus {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 1px 0px;
  }

  .menu .subsub li.kreis_pfeil3 a:hover {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 1px 0px;
  }

  .menu .subsub li.kreis_pfeil3 a:active {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 1px 0px;
  }

  .menu .subsub li.kreis_pfeil3.aktiv a {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 1px 0px;
  }

  .menu .subsub2 li a:link {
    background-image: url(images/normal-foto_50-59.png);
    background-position: 5px 28px;
    color: #4a2704;
  }

  .menu .subsub2 li a:visited {
    background-image: url(images/normal-foto_50-59.png);
    background-position: 5px 28px;
    color: #4a2704;
  }

  .menu .subsub2 li a:focus {
    background-image: url(images/active-foto_50-59.png);
    background-position: 5px 28px;
    color: #c1ac6f;
  }

  .menu .subsub2 li a:hover {
    background-image: url(images/active-foto_50-59.png);
    background-position: 5px 28px;
    color: #c1ac6f;
  }

  .menu .subsub2 li a:active {
    background-image: url(images/active-foto_50-59.png);
    background-position: 5px 28px;
    color: #c1ac6f;
  }

  .menu .subsub2 li.aktiv a {
    background-image: url(images/active-foto_50-59.png);
    background-position: 5px 28px;
    color: #c1ac6f;
    text-shadow: 1px 1px 1px #000;
  }

  .menu .subsub2 li.subsub_pfeil2 a:link {
    background-image: url(images/normal-foto_50-59.png);
    background-position: 5px 15px;
    color: #4a2704;
  }

  .menu .subsub2 li.subsub_pfeil2 a:visited {
    background-image: url(images/normal-foto_50-59.png);
    background-position: 5px 15px;
    color: #4a2704;
  }

  .menu .subsub2 li.subsub_pfeil2 a:focus {
    background-image: url(images/active-foto_50-59.png);
    background-position: 4px 15px;
    color: #c1ac6f;
  }

  .menu .subsub2 li.subsub_pfeil2 a:hover {
    background-image: url(images/active-foto_50-59.png);
    background-position: 4px 15px;
    color: #c1ac6f;
  }

  .menu .subsub2 li.subsub_pfeil2 a:active {
    background-image: url(images/active-foto_50-59.png);
    background-position: 4px 15px;
    color: #c1ac6f;
  }

  .menu .subsub2 li.subsub_pfeil2.aktiv a {
    background-image: url(images/active-foto_50-59.png);
    background-position: 4px 15px;
    color: #c1ac6f;
    text-shadow: 1px 1px 1px #000;
  }

  .menu .subsub2 li.kreis_pfeil a:link {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub2 li.kreis_pfeil a:visited {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub2 li.kreis_pfeil a:focus {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub2 li.kreis_pfeil a:hover {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub2 li.kreis_pfeil a:active {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub2 li.kreis_pfeil.aktiv a {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 9px;
  }

  .menu .subsub2 li.kreis_pfeil2 a:link {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 2px 0px;
  }

  .menu .subsub2 li.kreis_pfeil2 a:visited {
    background-image: url(images/pfeil-normal-foto_50-59.png);
    background-position: 2px 0px;
  }

  .menu .subsub2 li.kreis_pfeil2 a:focus {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 0px;
  }

  .menu .subsub2 li.kreis_pfeil2 a:hover {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 0px;
  }

  .menu .subsub2 li.kreis_pfeil2 a:active {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 0px;
  }

  .menu .subsub2 li.kreis_pfeil2.aktiv a {
    background-image: url(images/pfeil-active-foto_50-59.png);
    background-position: 2px 0px;
  }

  .koestlich a:link p {
    background-image: url(images/koestlich_50-59.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .koestlich a:visited p {
    background-image: url(images/koestlich_50-59.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .koestlich a:focus p {
    background-image: url(images/koestlich_50-59.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .koestlich a:hover p {
    background-image: url(images/koestlich_50-59.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .koestlich a:active p {
    background-image: url(images/koestlich_50-59.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_mit a:link p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_mit a:visited p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_mit a:focus p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .beitrag_mit a:hover p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .beitrag_mit a:active p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_ohne a:link p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_ohne a:visited p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .beitrag_ohne a:focus p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .beitrag_ohne a:hover p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    opacity: 0.8;
  }

  .beitrag_ohne a:active p {
    background-image: url(images/tv_button_ohne_80.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
  }

  .fuss a:link {
    background-image: url(images/frame_fuss_50-59.png);
    background-position: 0 0px;
  }

  .fuss a:visited {
    background-image: url(images/frame_fuss_50-59.png);
    background-position: 0 0px;
  }

  .fuss a:focus {
    background-image: url(images/frame_fuss_50-59.png);
    background-position: 0 0px;
  }

  .fuss a:hover {
    background-image: url(images/frame_fuss_50-59.png);
    background-position: 0 -68px;
    color: #c1ac6f;
  }

  .fuss a:active {
    background-image: url(images/frame_fuss_50-59.png);
    background-position: 0 -68px;
  }

  .fuss a.aktiv {
    background-image: url(images/frame_fuss_50-59.png);
    background-position: 0 -68px;
    color: #c1ac6f;
  }
}