/* ------------------------------------------------------------------------------------ */
/* Styles die sich fuer diesen Kunden von den default-Styles unterscheiden              */
/* ------------------------------------------------------------------------------------ */

body,
font,
p,
div,
td,
th,
address,
nobr,
b,
i,
textarea {
  font-family: Arial, Helvetica, Univers, sans-serif;
  font-size: 12px;
  margin: 0px;
  margin-top: 0px;
  color: #000000;
}

body {
  margin-top: 20px;
  background-image: url("../images/back.jpg");
  background-repeat: repeat-x;
  background-position: 0px 0px;
  background-attachment: fixed;
  background-color: #b0acaa;

  --color_primary_light: #dbf0db;
  --color_green_black: #3f4118;
  --color_green_light: #cad200;
}

a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:active {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #eb7c08;
  text-decoration: none;
}

#main_anchor {
  position: relative;
  width: 990px;
}

div.error {
  background-color: #ffd900d0;
  border: 4px solid red;
  padding: 0.5em;
}

hr {
  clear: both;
  height: 9px;
  margin: 0px;
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  border: 1px #ebdac4;
  border-style: none none solid none;
}

h1 {
  font-family: Verdana, Arial, Helvetica, Univers, sans-serif;
  color: #6e280c;
  font-size: 20px;
  margin-bottom: 12px;
  padding-bottom: 1px;
}

h2 {
  font-family: Verdana, Arial, Helvetica, Univers, sans-serif;
  color: #dd0303;
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 1px;
}

h3 {
  font-family: Verdana, Arial, Helvetica, Univers, sans-serif;
  color: #6e280c;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #ffe190;
  padding-top: 2px;
  padding-bottom: 2px;
}

td {
  vertical-align: top;
  text-align: left;
}

td.nav {
  background-color: #fbf3e3;
  padding-bottom: 30px;
  background-image: url("../images/nav_bricks.png");
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

td.content {
  background-color: #fff;
  padding-bottom: 30px;
}

td.margin {
  background-color: #fff;
  padding-bottom: 30px;
}

div.nav {
  margin-top: 51px;
  margin-left: 0px;
}

div.container_0 {
  margin-top: 55px;
  margin-left: 13px;
  margin-right: 12px;
  width: 140px;
  overflow: hidden;
}

div.container_1 {
  margin-top: 55px;
  margin-right: 20px;
}

td.footer {
  background-color: #393a3c;
}

.router input.submit_form {
  font-family: Verdana, Arial, Helvetica, Univers, sans-serif;
  border: 1px solid #6e280c;
  background-color: #dd0303;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  height: auto;
  width: auto;
  padding: 5px;
  float: right;
}

.router input.router {
  width: 266px;
  height: 15px;
  padding: 5px;
  border: 1px solid #6e280c;
  background-color: #f7f4ee;
}

/* ------------------------------------------------------------ */
/* Pseudo Formats                                               */
/* ------------------------------------------------------------ */

.infobox_link a,
.content a {
  font-weight: normal;
  color: #f78204;
  text-decoration: underline;
}
.content a:link,
.content a:visited,
.content a:active {
  color: #000;
  text-decoration: underline;
}
.infobox_link a:link,
.infobox_link a:visited,
.infobox_link a:active {
  color: #f78204;
  text-decoration: underline;
}
.content a:hover,
.content_copy a:hover,
.infobox_link a:hover,
.arrow a:hover {
  color: #ffab42;
}

/* ------------------------------------------------------------ */
/* Nav                                                          */
/* ------------------------------------------------------------ */

/* NAV LEVEL 00 -------------------------*/
.nav_level_00 {
  width: 100%;
  float: left;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 15px;
  padding-right: 0px;
  font-family: Verdana, Arial, Helvetica, Univers, sans-serif;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffe1b2;
}

.nav_level_00.current,
.nav_level_00.open {
  background-color: #ffe190;
}

.nav_level_00 a:link,
.nav_level_00 a:visited,
.nav_level_00 a:active {
  color: #6e280c;
}
.nav_level_00 a:hover {
  color: #b64011;
}
.nav_level_00 a:link.current,
.nav_level_00 a:visited.current {
  color: #dd0303;
}
.nav_level_00 a:link.open,
.nav_level_00 a:visited.open {
  color: #dd0303;
}

/* NAV LEVEL 01 -------------------------*/
.nav_level_01 {
  width: 100%;
  float: left;
  margin: 0px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #ffe1b2;
}

.nav_level_01.current,
.nav_level_01.open {
  background-color: #ffe190;
}

.nav_level_01 a:link,
.nav_level_01 a:visited,
.nav_level_01 a:active {
  color: #6e280c;
  font-weight: bold;
}
.nav_level_01 a:hover {
  color: #b64011;
  font-weight: bold;
}
.nav_level_01 a:link.current,
.nav_level_01 a:visited.current {
  color: #dd0303;
}
.nav_level_01 a:link.open,
.nav_level_01 a:visited.open {
  color: #dd0303;
}

/* NAV LEVEL 02 -------------------------*/

.nav_level_02 {
  width: 100%;
  margin-top: 1px;
  font-weight: normal;
  padding-left: 0px;
  font-size: 12px;
  float: left;
}

.nav_level_02 a:link,
.nav_level_02 a:visited,
.nav_level_02 a:active {
  color: #000;
}
.nav_level_02 a:hover {
  color: #ffab42;
}
.nav_level_02 a:link.current,
.nav_level_02 a:visited.current {
  color: #f78204;
}

.nav_level_02 a:link.open,
.nav_level_02 a:visited.open {
  color: #f78204;
}

/* ------------------------------------------------------------ */
/* Content                                                      */
/* ------------------------------------------------------------ */

div.content {
  margin-top: 56px;
  margin-left: 21px;
  margin-right: 21px;
  padding-bottom: 30px;
}

div.nomargin {
  margin-right: 0px;
}

.width_content {
  width: 505px;
}

.content {
}

.content_copy {
  margin-bottom: 6px;
}

a.arrow {
  padding-left: 9px;
  background-position: 0px 1px;
  background-image: url("../images/arrow_small.gif");
  background-repeat: no-repeat;
}

div.arrow,
div.link_explained {
  margin-bottom: 5px;
}

.paragraph_linked a.link {
  padding-left: 9px;
  background-position: 0px 1px;
  background-image: url("../images/arrow_small.gif");
  background-repeat: no-repeat;
}

.link_explained a.link {
  padding-left: 9px;
  background-position: 0px 1px;
  background-image: url("../images/arrow_small.gif");
  background-repeat: no-repeat;
}

.spacer_adjustable {
  clear: both;
}

div.img_titled {
  float: left;
  margin-right: 19px;
}

div.img_titled.right {
  margin-left: 19px;
}

div.container div.img_titled {
  margin-bottom: 14px;
}

.container_1 .img_titled img {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 1px solid #fff;
}

div.img_titled.right {
  margin-left: 19px;
}

div.img_titled.right {
  float: right;
  margin-right: 0px;
  margin-left: 16px;
}

td.img_titled {
  padding-bottom: 1px;
}

.img_titled_text {
  height: 32px;
  background-color: transparent;
  padding: 2px;
  font-size: 11px;
}

td.img_titled_text {
  margin: 0px;
  padding: 2px 0px 0px 1px;
}

.img_titled_text .content_copy {
  font-size: 11px;
  margin: 0px;
}

div.imgrow {
  margin-top: 10px;
  margin-bottom: 10px;
}

td.imgrow {
  text-align: center;
}

td.imgrow div.img img {
  border: 1px solid #004077;
}

td.imgrow.left {
  text-align: left;
}

td.imgrow.right {
  text-align: right;
}

/* Bulletlist ---------------------------*/

table.bulletlist {
  margin-bottom: 23px;
}

td.bullet {
  background-position: 0px 3px;
  background-image: url("../images/bullet.gif");
  width: 13px;
  height: 18px;
}

td.bullet img {
  margin-left: 0px;
}

table.bulletlist_black td.bullet {
  background-position: 0px 3px;
  background-image: url("../images/bullet_black.gif");
  width: 11px;
  height: 18px;
}

.form_user {
  background-image: url("../images/admin_form_back.gif");
}

.content img {
  margin-top: 0px;
  margin-left: 0px;
}

/* INFOBOX ------------------------------*/

.content div.infobox {
}

.container div.img_titled {
  margin: 0px;
}

.container div.infobox {
  clear: both;
}
.infobox_head,
.infobox_head b {
  font-size: 14px;
}

td.infobox_content .content_copy {
  margin-bottom: 0px;
}

td.infobox_content .content_googlemap {
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 20px;
}

.googlemap td.infobox_content {
  background-color: #fff;
}

table.infobox td {
  border-color: #6e280c;
}
table.infobox td.infobox_head {
  background-color: #ffe190;
  border-bottom-color: #6e280c;
}
.infobox_head {
  color: #6e280c;
  background-color: #ffe190;
  font-size: 14px;
  font-weight: bold;
}
div.infobox_head {
  margin: 2px;
}
td.infobox_head b {
  color: #ffff00;
  font-size: 14px;
  font-weight: bold;
}
td.infobox_content {
  color: #000000;
  background-color: #fff;
  padding: 4px 4px 0px 4px;
}
td.infobox_link {
  background-color: #dbdbdb;
  padding-bottom: 5px;
}
td.infobox_bottom {
  background-color: #e7e7e7;
}
td.infobox_img div.img {
  border-color: #6e280c;
}

table.infobox.colorsceme_01 td {
  border-color: #6e280c;
}
table.colorsceme_01 .infobox_head,
table.colorsceme_01 td.infobox_head {
  color: #6e280c;
  background-color: #393a3c;
  font-size: 14px;
}
table.colorsceme_01 td.infobox_head b {
  color: #f78204;
  font-size: 14px;
}
table.colorsceme_01 td.infobox_content {
  color: #000000;
  background-color: #e7e7e7;
}
table.colorsceme_01 td.infobox_link {
  background-color: #e7e7e7;
  padding-bottom: 5px;
}
table.colorsceme_01 td.infobox_bottom {
  background-color: #e7e7e7;
}

table.infobox.colorsceme_02 td {
  border-color: #6e280c;
}
table.colorsceme_02 .infobox_head {
  color: #6e280c;
  background-color: #976700;
  font-size: 14px;
}
table.colorsceme_02 td.infobox_head b {
  color: #ffff00;
  font-size: 14px;
}
table.colorsceme_02 td.infobox_content {
  color: #000000;
  background-color: #e7e7e7;
}
table.colorsceme_02 td.infobox_link {
  background-color: #e7e7e7;
  padding-bottom: 5px;
}
table.colorsceme_02 td.infobox_bottom {
  background-color: #e7e7e7;
}

table.infobox.colorsceme_03 td {
  border-color: #6e280c;
}
table.colorsceme_03 .infobox_head {
  color: #000000;
  background-color: #d1ae8e;
  font-size: 14px;
}
table.colorsceme_03 td.infobox_head b {
  color: #6e280c;
  font-size: 14px;
}
table.colorsceme_03 td.infobox_content {
  color: #000000;
  background-color: #e7e7e7;
}
table.colorsceme_03 td.infobox_link {
  background-color: #e7e7e7;
  padding-bottom: 5px;
}
table.colorsceme_03 td.infobox_bottom {
  background-color: #e7e7e7;
}

table.infobox.colorsceme_04 td {
  border-color: #6e280c;
}
table.colorsceme_04 .infobox_head {
  color: #6e280c;
  background-color: #f78204;
  font-size: 14px;
}
table.colorsceme_04 td.infobox_head b {
  color: #ffff00;
  font-size: 14px;
}
table.colorsceme_04 td.infobox_content {
  color: #000000;
  background-color: #fff8bd;
}
table.colorsceme_04 td.infobox_link {
  background-color: #fff8bd;
  padding-bottom: 5px;
}
table.colorsceme_04 td.infobox_bottom {
  background-color: #f78204;
}

/* ------------------------------------------------------------ */
/* Container                                                    */
/* ------------------------------------------------------------ */
.container_0 div.img_titled {
  margin: 0px;
  margin-bottom: 5px;
}

/* ------------------------------------------------------------ */
/* Preislisten                                                  */
/* ------------------------------------------------------------ */

div.prices_list {
  clear: both;
  padding-top: 2px;
  border-top: 1px solid #ebdac4;
  border-bottom: 1px solid #ebdac4;
  margin-bottom: 8px;
}
table.prices_list {
  border-collapse: collapse;
  width: 100%;
}
table.prices_list td.prices_list_row {
  padding: 2px;
  padding-top: 6px;
  padding-bottom: 0px;
  border-bottom: 2px solid #fff;
}
td.prices_list_row_1,
td.prices_list_row_2 {
  border-right: 2px solid #fff;
}
td.prices_list_row {
  background-color: #f7f4ee;
}
table.prices_list td.prices_list_row_1 {
  font-weight: bold;
  padding-left: 4px;
}

/* ------------------------------------------------------------ */
/* Buchungsformular                                             */
/* ------------------------------------------------------------ */
div.form_book {
  clear: both;
  padding-top: 2px;
  border-top: 1px solid #ebdac4;
  border-bottom: 1px solid #ebdac4;
  margin-bottom: 8px;
}
table.form_book {
  border-collapse: collapse;
}

table.form_book td.admin_form_col {
  background-color: #f7f7f7;
  padding: 4px;
  border-bottom: 2px solid #fff;
}

table.form_book td.admin_form_col_alert {
  background-color: #ffe69a;
}

table.form_book span.admin_form_col_alert {
  color: #f00;
  font-weight: bold;
}

table.form_book td.admin_form_col_left {
  width: 150px;
}

table.form_book td.admin_form_col_right {
  font-size: 12px;
  width: 328px;
}

table.form_book input,
table.form_book select,
table.form_book textarea {
}

table.form_book input.full,
table.form_book textarea.full {
  width: 320px;
}

table.form_book input.submit_form,
td.infobox_link input.submit_form {
  width: 150px;
  border: 1px solid #000;
}

.reply {
  background-color: #c3edb7;
  font-weight: bold;
  padding: 2px;
}

td.facts_left {
  font-weight: bold;
  padding-right: 8px;
  white-space: nowrap;
}

div.facts_equ {
  margin-left: 10px;
}

/* ------------------------------------------------------------ */
/* Footer                                                       */
/* ------------------------------------------------------------ */

small {
  font-size: 10px;
}

.footer {
  clear: both;
  margin-top: 0px;
  text-align: right;
  font-size: 10px;
  color: #989898;
}

div.footer {
  margin-right: 21px;
  margin-top: 9px;
  margin-bottom: 9px;
}

.footer a:link,
.footer a:visited,
.footer a:active {
  color: #989898;
}

.footer a:hover {
  color: #d3c59f;
}

/* ------------------------------------------------------------ */
/* Popup                                                        */
/* ------------------------------------------------------------ */

#popup_slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

#popup_slideshow img {
  border: var(--content_padding_horiz) solid white;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  max-height: 85vh;
  max-width: 90vw;
  cursor: pointer;
}

#popup_slideshow figcaption {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.5em;
}

#slideshow_button_next,
#slideshow_button_previous,
#slideshow_button_close {
  display: none;
  place-items: center;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  z-index: 200;
  position: absolute;
  font-size: 4em;
  cursor: pointer;
  border-radius: 50%;
  color: var(--color_green_black);
  background-color: var(--color_green_light);
  opacity: 0.5;
  user-select: none;
}

#popup_slideshow.has_previous #slideshow_button_previous,
#popup_slideshow.has_next #slideshow_button_next,
#slideshow_button_close {
  display: grid;
  align-self: center;
}

#slideshow_button_next::before,
#slideshow_button_previous::before,
#slideshow_button_close::before {
  width: 1em;
  line-height: 1em;
  height: 1em;
  display: grid;
  align-self: center;
}

#slideshow_button_next {
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}

#slideshow_button_next::before {
  content: url("/templates/deichhus/images/arrow.svg");
}

#slideshow_button_previous {
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
}

#slideshow_button_previous::before {
  content: url("/templates/deichhus/images/arrow.svg");
  transform: rotate(180deg);
}

#slideshow_button_close {
  top: 0.5em;
  right: 0.5em;
}

#slideshow_button_close::before {
  content: url("/templates/deichhus/images/close.svg");
}

#slideshow_button_next:hover,
#slideshow_button_previous:hover,
#slideshow_button_close:hover,
#slideshow_button_next:active,
#slideshow_button_previous:active,
#slideshow_button_close:active {
  opacity: 1 !important;
}

#slideshow_counter {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  padding: 0.2em;
  width: 100%;
  color: var(--color_primary_light);
}
