/* CSS für das Modal-Fenster */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.modal-content {
  height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: 2;
  border-radius: 5px;
}

.open_button {
  height: 50px;
  position: fixed;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  z-index: 22;
  border-radius: 5px;
  cursor: pointer;
}

.stopScroll {
  overflow: hidden;
}

.top {
  padding-top: 0px;
}

.center1 {
  /*width:100%;
  margin: 0 auto; 
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 22;*/
  display: grid;
  align-items: center;
  place-items: center;
  height: 100%;
  padding: 0px 40px 0px 0px;
  justify-content: center;
  grid-auto-flow: row;
  flex-direction: column;
  place-content: center;
  /*border: 2px solid #006100;*/

}

.center2 {
  /*width:100%;
  margin: 0 auto; 
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 22;*/
  display: grid;
  align-items: center;
  place-items: center;
  /*border: 2px solid #006100;*/

}

.center3 {
  /*width:100%;
  margin: 0 auto; 
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 22;*/
  display: grid;
  /*align-items: center;*/
  place-items: center;
  /*border: 2px solid #006100;*/

}

.buchung_karusell {
  position: absolute !important;
  justify-content: center !important;
  bottom: 50px;
  display: flex !important;
  flex-direction: row !important;
}

.center_horisontal {
  /*width:100%;
  margin: 0 auto; 
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 22;*/
  display: grid;
  place-items: center;
  /*border: 2px solid #006100;*/

}

.bgc_eee {
  background-color: #eee;
}

.container {}

.button_container {

  /*width:100%;*/
  /*padding: 25px 25px 25px 25px;*/


  position: absolute;
  top: 65%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: auto;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

button {
  padding: 10px 20px;
}


.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

body {
  margin: 0;
  font-family: calibri;
  font-size: 20px;
  height: 100% !important;
  overflow: hidden;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-y: auto;
}

h3 {
  font-size: 1.26em;
}

h2,
h3 {
  /*line-height: 1.3;*/
}

.um input[type="submit"].um-button,
.um input[type="submit"].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
  background-color: white !important;
}

.um .um-button.um-alt,
.um input[type="submit"].um-button.um-alt {
  background-color: #eeeeee !important;
}

.erfolg-header {
  vertical-align: middle;
  padding: 8px 10px 8px 10px;
  color: white;
  background-color: white;
}

.ausstellung {
  text-align: left;
  font-size: 28px;
}

.erfolg-content {
  word-wrap: break-word;
  max-height: 306px;
  overflow: hidden;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.text_left {
  text-align: left;
}

.hello {
  width: 100%;
  display: flex;
  flex-direction: column;
  /*padding: 0px 0px 20px 0px;*/
  height: unset !important;
  /*margin: 40px;*/
  padding: 0px 0px 0px 0px;
  border: 0px solid;
}

.entry {
  /*display: flex;*/
  flex-direction: column;
  /*padding: 0px 0px 20px 0px;*/
  height: unset !important;
  /*margin: 40px;*/
  /*padding: 50px 22% 50px 22%;*/
  border: 0px solid;
}

.p_40_0_0_0 {
  padding: 40px 0px 0px 0px;
}

.p_40_40_0_40 {
  padding: 40px 40px 0px 40px;
}

.p_0_40_0_40 {
  padding: 0px 40px 0px 40px;
}

.p_20_40_0_40 {
  padding: 20px 40px 0px 40px;
}

.p_20_40_40_40 {
  padding: 20px 40px 40px 40px;
}

p {
  /*padding: 0px 0px 5px 0px;*/
}

a {
  /*color: #f2f2f2;*/
  text-align: center;
  /*padding: 0px 6px 2px 6px;*/
  text-decoration: none;
  cursor: pointer;
}

.p_menu i {
  padding: 2px;
}

.search {
  top: 16px;
  position: absolute;
  z-index: 111;
  height: 60px;
  padding: 10px 0px 0px 0px;
  text-align: right;
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  height: 34px;
}

.search_submit {
  height: 44px;
  width: 40px;
  margin: 0px 10px 0px 0px;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  font-size: 18px;
}

li {
  padding: 4px 0px 4px 0px;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*input,
input::-webkit-input-placeholder {
  font-size: 18px;
  border-radius: 2px;
  padding: 4px 8px 4px 8px;
  width: calc(100% - 16px);
  height: 34px;
}*/

select {
  font-size: 18px;
  border-radius: 2px;
  margin: 0px;
}

#myTopnav {
  border: 0px solid;
}

/**********************/
/*.search_input {
  position:absolute;
  right:0px;
  top:25px;
}*/
.loop_search {
  margin-bottom: 0px;
  padding: 20px 120px 40px 120px;
}

.pagination {
  justify-content: center;
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px;
  text-align: center;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/*********************/

.login {
  font-size: 18px;
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  width: calc(100% - 16px);
  height: 34px;
}

.submit {
  font-size: 18px;
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  height: 34px;
  border: 1px solid #bbbbbb;
}

.hyphens {
  display: grid;
  grid-gap: 0px;
}

.p_menu1 {
  height: 60px;
  position: relative;
}

.p_menu_vertical1 {
  margin: 0;
  position: relative;
  /*top: 55px;*/
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p_menu_vertical12 {
  margin: 0;
  position: relative;
  /*top: 55px;*/
  top: 50px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fa-caret-down {
  padding: 5px !important;
  margin: auto !important;
  height: 100% !important;
}

/*Beitragsnavi*/
.post-navigation .nav-links {
  display: flex;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 50%;
}

.post-navigation .nav-links .nav-next {
  text-align: right;
  border: 1px solid;
}

.post-navigation .nav-links .nav-subtitle {
  border: 1px solid;
  display: block;
  /*font-size: 14px;*/
  font-weight: 100;
  text-transform: unset;
  color: #888;
}

.post-navigation .nav-links .nav-previous .nav-subtitle:before {
  /*content: "\00AB"; */
  /* Left Arrow */
  content: "";
}

.post-navigation .nav-links .nav-next .nav-subtitle:after {
  /*content: "\00BB"; */
  /* Right Arrow */
  content: "";
}

.post {
  width: 70%;
  padding: 0px;
  background-color: white;
}

/*Beitragsnavi  */

.logo {
  justify-content: flex-end;
  z-index: 22;
  border: 0px solid;
  object-fit: fill;
  padding: 4px 20px 0px 40px;
}

.photo_title {
  padding: 8px 0px 0px 0px;
  text-align: left;
  background-color: white;
  color: black;
  line-height: 20px;
}

.w_20 {
  width: 20%;
}

.cell {
  background-color: white;
  vertical-align: top;
}

figcaption {
  padding: 8px 8px 8px 8px !important;
  text-align: center !important;
  background-color: white !important;
  color: white !important;
  font-size: 19px !important;
  margin: 0px !important;
}

.photo_box {
  width: calc(50% - 0px);
}

.video_box {
  width: calc(33% - 0px);
  padding: 20px 0px 20px 0px;
}

.archiv {
  padding-left: 0px !important;
  /*font-size: 17px !important;*/
}

.pointer {
  cursor: pointer;
}
.font_15 {
  font-size: 15px !important;
}
.font_16 {
  font-size: 16px !important;
}

.font_20 {
  font-size: 20px;
}

.font_22 {
  font-size: 22px;
}

.font_24 {
  font-size: 24px;
}

.font_title {
  line-height: 111%;
  font-size: 38px;
}

.row1 {
  display: flex;
  flex-direction: row;
}

p {
  margin-block-start: 2px !important;
  margin-block-end: 2px !important;
  word-spacing: normal !important;
  overflow-wrap: anywhere !important;
  /*word-break: break-all !important;*/
  /*word-wrap: break-word !important;*/
  /*overflow-wrap: break-word !important;*/
}

div {
  word-spacing: normal !important;
}

.contact-mail {
  color: black !important;
}

.contact_phone {
  color: black;
  padding: 4px 0px 4px 0px;
}

.line_background {
  background-color: #bcbcbc;
  width: 100px;
  height: 50px;
  padding: 0;
  margin: 0;
}

.nf-form-content {
  max-width: 100% !important;
  padding: 0px !important;
}

.line1 {
  width: 112px;
  height: 47px;
  border-bottom: 1px solid red;
  -webkit-transform: translateY(-20px) translateX(5px) rotate(27deg);
  position: absolute;
  /* top: -20px; */
}

.line2 {
  width: 112px;
  height: 47px;
  border-bottom: 1px solid green;
  -webkit-transform: translateY(20px) translateX(5px) rotate(-26deg);
  position: absolute;
  top: -33px;
  left: -13px;
}

.facebook {
  /*padding: 0px 0px 0px 20px;*/
  width: 45px;
  height: 45px;
}
.footer_padding {
  padding: 30px 0px 0px 0px;
}
#main {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: calc(100% - 0px);
}

.menu {
  display: none;
}

.m20 {
  margin: 20px
}

.fs19 {
  font-size: 19px;
}

.footer {
  width: 100%;
  text-decoration: none;
  display: flex;
  color: white;
  background-color: #c31c34;
}

.topnav {
  justify-content: space-between;
  display: flex;
}

.topnav_sub {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 0px 0px
}

.dropdown-menu {
  padding: 0px;
}

.topnav a {
  /*display: block;*/
  color: white;
  text-align: center;
  /*padding: 0px 14px 0px 14px;*/
  /*margin: 0px 6px 0px 0px;*/
  text-decoration: none;
  font-size: 18px;
}

.footer a,
.footer a:hover {
  display: block;
  color: black;
  text-align: center;
  /*padding: 0px 14px 15px 14px;*/
  margin: 0px 6px 0px 0px;
  text-decoration: none;
  font-size: 18px;
}
.top {
  color: #e1d58c !important;
}
/*.footer {
  color: #e1d58c;
}*/
.topnav a:hover {
  color: #e1d58c;
}

.topnav a.active,
div.active,
.active {
  color: #e1d58c !important;
  font-weight: 700;
  /*border-bottom: 1px solid #a0b1b4;
  border-right: 1px solid #a0b1b4;*/
}

.buchung {
  background-color: #e1d58c !important;
  font-weight: 700;
  height: 40px;
  font-size: 15px;
  border-radius: 4px;
  border: 0px solid;
  padding: 6px 25px 6px 25px;
  cursor: pointer;
}

.inactive {
  color: black !important;
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  /*border-bottom: 1px solid white;
  border-right: 1px solid white;*/
}

.dropdown .dropbtn {
  /*border: 1px solid transparent;*/
  /*outline: none;*/
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
  z-index: 11;
  background-color: white;
  margin: 5px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  /*display: block;*/
  text-align: left;
  margin: 0px;
}

.dropdown-content a.active {
  color: white;
  border-bottom: 1px solid transparent;
  /*border-right: 1px solid white;*/
}

.dropdown-content a:hover {
  color: white;
}

.dropdown:hover {
  color: #686868;
  /*border-bottom: 1px solid #a0b1b4;
  border-right: 1px solid #ddd*/
}

.menu .icon {
  display: none;
}

.media {
  /*height: 100%;*/
}

.w100 {
  width: 100%;
}

.media img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  /* display: block;*/
}

.media-terrasse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.item {
  padding: 20px 20px 10px 20px;
  background-color: #fff;
}

.home_title {
  /*text-align: center;*/
  padding: 0px 190px 0px 190px;
  font-size: 38px;
  overflow-wrap: anywhere !important;
  /*word-break: break-all !important;*/
  /*overflow-wrap: break-word !important;*/
}

.p_title {
  /*padding: 0px 6px 10px 0px;*/
  line-height: 110%;
}

:root {
  --card-margin: 20px;
}

.container_current {
  display: flex;
  /*flex-wrap: wrap;*/
  flex-flow: row wrap;
  justify-content: space-between;
  /*padding: 0px 12% 0px 12%;*/
}

.container_current_video {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0px 0px 0px 40px
}
.container_footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  /*padding: 40px 40px 40px 40px*/
}
.wrap_reverse {
  flex-wrap: wrap-reverse;
}

.container_current_reverse {
  display: flex;
  /*flex-wrap: wrap;*/
  flex-flow: row wrap;
  justify-content: space-between;
  /*padding: 0px 12% 0px 12%;*/
}

.container_current>* {
  /*flex: 1 1 calc(0px + var(--card-margin));*/
}

.container_terrasse>* {
  flex: 1 1 calc(230px + var(--card-margin));
}

/*.container_terrasse {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 12% 0px 12%;
}*/
.card_border {
  border: 1px solid #5f7a80;
  text-align: center;
  margin-bottom: 4px !important;
  vertical-align: middle;
  padding: 0px 6px 0px 6px;
}

.card {
  display: flex;
  /*margin: 22px;*/
  flex-direction: column;
  /*margin: var(--card-margin);*/
}

.card-terrasse {
  display: flex;
  flex-direction: column;
  margin: var(--card-margin);
}

.card>* {
  /*flex: 1 1 180px;*/
}

.card_content {
  background: #971a14;
  text-align: center;
  color: white;
  max-height: 60px;
}

.card_content_under {
  font-size: 26px;
  /* background: #454349;*/
  /*text-align: center;*/
  /*color: white;*/
  /*max-height: 30px;*/
}

.card_over {
  align-items: center;
}

.flex-container {
  display: flex;
  flex-direction: row;
  color: white;
  /*float: left;*/
}

#newopen {
  /*background-color: #454349;*/
  width: 40%;
  padding: 12px;
}

#content_home {
  /*padding: 0px 0px 400px 0px;*/
  min-height: 100%;
  height: calc(100% - 70px);
}

#content_home_picture {
  background-image: url("img/teaser.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100%;
  height: calc(100% - 70px);
  background-position: center top;
}

#header_main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  -ms-flex-wrap: none;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  /*background-color: #454349;*/
}

#header {
  /*padding: 0px 40px 15px 0px;*/
  height: 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  -ms-flex-wrap: none;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  background-color: #c31c34;
  width: 100%;
}

.header {
  /*padding: 18px 18px 18px 18px;*/
  /*height:60px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  -ms-flex-wrap: none;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  /*background-color: #454349;*/
  width: 100%;
}

.hintergrund {
  display: block;
  z-index: 33;
  top: 0;
  left: 0;
  padding: 0px;
  width: 250px;
  position: relative;
}

.space-between {
  justify-content: space-between;
}

h1 {
  overflow-wrap: anywhere !important;
}

.b1 {
  border: 1px solid;

}

.h100 {
  height: 100%;
}

.b-t1 {
  border-top: 1px solid;
}

.container-vertical {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -1ch;
}

.element-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.middle {
  margin: auto 0px 10px auto;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 55px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.phone {
  padding: 0px 4px 0px 4px;
  float: right;
  color: #454349;
}

.phone i {
  font-size: 30px;
}

#phone i {
  float: right;
  color: #454349;
}

.show {
  display: block;
}

.show2 {
  display: block;
}

.hide {
  display: none;
}

ul {
  /*padding: 0em 0em 0em 0em;*/
}

.content {
  /*text-align: justify;*/
  padding: 10px 0px 0px 0px;
  word-break: break-word;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.mobil {
  display: none;
}

.not_mobil {
  display: block;
}

.w_card {
  width: 50px;
}

.w_price {
  width: 33%;
}

.square {
  position: relative;
  bottom: 3px;
}

.h_price {
  padding-top: 10px;
  height: 44px;
}

p_price_header {
  padding: 0px 50px 0px 0px;
}

.bg_petrol {
  background-color: #244951;
  color: white;
}

.bg_greyhell {
  background-color: #ededed;
}

.square_size {
  width: 14px;
  height: 14px;
  background-color: #971a14;
  font-size: 10px;
  /*padding: 0px 10px 0px 0px;
  margin: 0px 10px 0px 0px;**/
}

.bold3 {
  font-weight: 600;
}

.bold {
  font-weight: 700;
  /*padding: 10px 0px 0px 0px;*/
}

.bold2 {
  font-weight: 500;
  padding: 0px 0px 25px 0px;
}

.bold_price {
  font-weight: 600;
  padding: 0px 0px 25px 0px;
}

.content_end {
  justify-content: flex-end;
}
.content_between {
  justify-content: space-between;
}
.content_around {
  justify-content: space-around;
}
.content_evenly {
  justify-content: space-evenly;
}
.flex {
  display: flex;
}

.row,
row2 {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.space_nowrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

.space_wrap {
  white-space: auto;
  flex-wrap: auto;
}

.p_12_0_0_0 {
  padding: 12px 0px 0px 0px;
}

.pl2 {
  padding: 0px 0px 0px 2px;
}

.pl14 {
  padding: 0px 0px 0px 14px;
}

.pt14 {
  padding-top: 14px;
}

.p_20_0_0_0 {
  padding: 20px 0px 0px 0px;
}

.p_36_0_0_0 {
  padding: 42px 0px 0px 0px;
}

.p_price {
  padding: 2px 2px 2px 2px;
}

.width_50 {
  width: 50%;
}

.profi {
  padding: 13px 0px 13px 0px;
}

.col {
  display: flex;
  flex-direction: column;
}

.footer-navi {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: flex-start;
  height: 200px;
  /*width: 33%;*/
  justify-content: space-between
}

.center {
  margin: auto;
  padding: 0px;
}

.bord {
  /*border: dashed #00ff00 1px;*/
  background-color: #afa9a8b2;
  /*height: 1px;*/
  width: 90%;
  position1: absolute;
  top: 0px;
  margin: 0px;
  padding: 0px;
  left: 0px;
  display: none
}

@media screen and (max-width: 1900px) {
  /* 
@media screen and (max-width: 1712px) {
  .logo {
    justify-content: flex-end;
    padding: 0px 0px 0px 0px;
  }
  #header {
    padding: 0px 0px 0px 0px;
  }
  .footer-navi {
    flex-direction: column;
  }
}
@media screen and (max-width: 1150px) {
  .logo {
    justify-content: flex-end;
    padding: 0px 0px 0px 0px;
  }
  #header {
    padding: 0px 0px 0px 0px;
  }
  .footer-navi {
    flex-direction: column;
  }
}*/

  /*************************************************************/
  #search_input {
    height: 34px;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #bbbbbb;
    padding: 4px 8px 4px 8px;
    /*width: calc(100% - 16px);*/
    z-index: 555555555555;
  }

  @media screen and (max-width: 1800px) {
    .top {
      /*padding-top:65px !important;*/
    }

    /*@media screen and (max-width: 1276px) {*/
    /*@media screen and (max-width: 1320px) {*/
    #search {
      display: none;
    }

    #search_input {
      /*width: 50%;*/
    }

    .search {
      position: absolute;
      z-index: 111;
      height: 60px;
      padding: 10px 0px 0px 0px;
      text-align: right;
      width: 100%;
    }

    .post {
      width: 100%;
      padding: 0px;
      background-color: white;
    }

    #sidebar {
      margin-left: 0px;
    }

    .logo {
      height: 95px;
      justify-content: flex-end;
      padding: 4px 20px 0px 0px;
    }

    .facebook {
      padding: 0px 0px 20px 0px;
      width: 45px;
      height: 45px;
    }

    .photo_title {
      padding: 8px 8px 8px 8px;
      text-align: center;
      background-color: white;
      color: black;
      font-size: 19px;
    }

    .photo_box {
      width: calc(50% - 0px);
      padding: 0px 0px 0px 0px;
    }

    .video_box {
      width: 33%;
      padding: 0px 0px 0px 0px;
    }

    .archiv {
      /*padding-left: unset;*/
    }

    /*p {
    padding: 0px;
    margin: 1px;
  }*/
    .profi {
      padding: 0px;
    }

    .col {
      display: flex;
      flex-direction: column;
    }

    .row {
      display: flex;
      flex-direction: row;
      width: 100%;
      flex: 1 1 auto;
    }

    .row1 {
      display: flex;
      flex-direction: row;
    }

    #main {
      /*height: calc(100% - 128px);*/
      display: flex;
      flex-direction: column;
      /*padding: 20px;*/
      /*margin-right: 20px;
    margin-bottom: 20px;*/
      /*min-height: 100%*/
      /*width:100%*/
    }

    /*
    .not_mobil {
      display: none;
    }

    .mobil {
      display: block;
    }
*/
    #phone {
      display: none;
      padding: 10px 0px 10px 0px;
      justify-content: flex-end;
      border: 1px solid;
      position: relative;
      color: black;
      width: 100%;
      max-width: 100%;
    }

    .flex-container {
      display: flex;
      padding: 6px 0px 0px 6px;
    }

    #myTopnav {
      padding: 65px 0px 20px 0px;
      border: 0px solid;
      width: 100%;
      background-color: #c31c34;
    }

    .topnav {
      height: auto;
      display: block;
      width: 100%;
      position: absolute;
    }

    .topnav_sub {
      display: block;
      padding: 0px 20px 0px 20px
    }

    .topnav a {
      position: relative;
      padding: 6px 0px 6px 0px;
      font-size: 20px;
      margin: 0px;
      height: 48px;
      color: black;
      border-top: 4px solid #c31c34;
    }

    .topnav a:hover {
      color: black;
    }

    .topnav a.active,
    dropdown a.active,
    active {
      color: #c31c34 !important;
      font-weight: 700;
    }

    /*  .topnav a.active,
    div.active,
    .active {
      color: #e1d58c !important;
      font-weight: 700;
    }*/

    .menu {
      display: block;

      position: absolute;
      right: 20px;
      top: 20px;
      z-index: 111;
    }

    .menu a.icon {
      border: 0px solid;
      float: right;
      display: block;
      width: 100%;
      padding: 4px 11px 10px 4px;
      text-align: center;
      font-size: 20px;
      color: #e1d58c;
    }

    .hintergrund {
      position: relative;
    }

    img.hintergrund {
      display: block;
      top: 0;
      left: 0;
      padding: 0px;
      position: relative;
    }

    .content {
      padding: 0px 0px 0px 0px;
    }

    .content img {
      text-align: justify;
      padding: 2px 0px 2px 0px;
      word-wrap: break-word;
    }

    .sub {
      padding: 0px 16px 0px 16px;
    }

    .content_home_mobil {
      display: none;
    }

    .topnav.responsive {
      position: absolute;
      z-index: 11;
      background-color: white;
      left: 0px;
    }

    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      /*text-align: left;*/
      z-index: 2;
    }

    .topnav.responsive .dropdown {
      /*width: calc(100% + 31px);*/
      float: none;
    }

    .topnav.responsive .dropdown-content {
      padding: 0px;
      position: relative;
      padding-left: 30px;
      /*background-color: #f4f4f4;*/
    }

    .dropdown {
      overflow: hidden;
    }

    .dropdown-content a {
      /*background-color: #f4f4f4;*/
    }

    .dropdown-content {
      margin-top: 0px;
    }

    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    .dropdown .active {
      /*background-color: #7f7f7f !important;*/
    }

    .dropdown-menu {
      padding: 0px;
    }

    .topnav a.icon {
      float: right;
      display: block;
    }

    #header {
      border: 0px solid;
      padding: 0px 0px 0px 0px;
      display: flex;
      flex-wrap: wrap;
    }

    #header_main {
      /*height: 95px;*/
      padding: 0px 10px 0px 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      display: -ms-flexbox;
      -ms-flex-pack: justify;
      background-color: #c31c34;
      /*position: fixed;
      z-index: 3;
      width: 100%;*/
    }

    .content_home_mobil {
      top: 0;
      left: 0;
      display: block;
      padding: 0px;
      z-index: -20;
      max-height: 200px;
      width: auto;
      top: 0;
      left: 0;
      padding: 0px;
    }

    .home_title {
      padding: 0px 0px 0px 0px;
    }

    .p_menu {
      /*border-top: 1px solid;*/
      background-color: white;
      /*width: 90%;*/
    }

    .p_menu_vertical {
      padding: 0px 10px 0px 10px;
      margin: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .mobil-none {
      display: none;
    }
  }

  @media screen and (max-width: 1260px) {
    .container_current_video {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      padding: 0px 0px 0px 0px
    }


    .photo_box {
      height: 100%;
      width: 100%;
      padding: 0px 0px 0px 0px;
    }

    .video_box {
      height: 100%;
      width: 100%;
      padding: 0px 0px 20px 0px;
    }

    .center1 {
      padding: 10px 0px 0px 0px;
      background-color: #fff;
      font-size: 20px;
      /*min-height: 520px;*/
    }

    .buchung_karusell {
      position: absolute;
      justify-content: center;
      bottom: 30px;
      display: flex;
      flex-direction: row
    }

    .modal-content {
      height: 80%;
      width: 80%;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 9;
      border-radius: 5px;
    }

    .not_mobil {
      display: none;
    }

    .mobil {
      display: block;
    }

  }


  @media screen and (max-width: 770px) {
    .ausstellung {
      text-align: center;
    }
  }

  @media screen and (max-width: 640px) {
    #main {
      /*height: calc(100% - 128px);*/
      display: flex;
      flex-direction: column;
      padding: 0px 40px 40px 40px;
      /*margin-right: 20px;
    margin-bottom: 20px;*/
      /*min-height: 100%*/
      /*width:100%*/
    }

    p {
      width: 100%
    }

    .buchung_karusell {
      position: absolute;
      justify-content: center;
      bottom: 30px;
      display: flex;
      flex-direction: row
    }

    .hello {
      display: flex;
      flex-direction: column;
      height: unset !important;
      padding: 0px 0 0px 0;
      border: 0px solid;
    }

    .entry {
      /*display: flex !important; */
      flex-direction: column !important;
      height: unset !important;
      border: 0px solid;
      width: 100%;
      word-spacing: 10px;
    }

    #search {
      display: none;
    }

    .loop_search {
      margin-bottom: 0px;
      padding: 20px 20px 40px 20px;
    }

    .footer-navi-content {
      padding: 10px 0px 10px 0px;
    }

    .photo_box {
      height: 100%;
      width: 100%;
      padding: 0px 0px 0px 0px;
    }

    .video_box {
      height: 100%;
      width: 100%;
      padding: 0px 0px 0px 0px;
    }

    .bold2 {
      font-weight: 600;
    }

    .p_title {
      line-height: 140%;
    }

    .font_title {
      font-size: 22px;
    }

    .container {
      padding: 0px 0px 0px 0px;
    }

    .square_size {
      display: none;
    }

    .m-pl-10 {
      padding-left: 32px !important;
    }

    .footer-navi {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .footer {
      display: block;
      flex-direction: row;
      align-items: flex-start;
    }

  }

}