@charset "utf-8";
/* CSS Document */
body {
  background-color: floralwhite;
  min-width: 320px;
}
.flexboxx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.flxxi {
  margin-top: 18px;
  box-sizing: border-box;
  border: 0px solid gray inset;
  border-radius: 0px;
  padding: 0px;
  background-color: white;
  width: 47%;
  margin-right: 20px;
}
.flxxi img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0px;
}
#logo {
  position: fixed;
  z-index: 99999;
  top: 160px;
  width: 233px;
  height: 127px;
  background-repeat: no-repeat;
  background-image: url(../bilder/logo.svg);
  margin-top: -67px;
  background-color: hsla(240, 9%, 98%, 1);
  border-radius: 4px;
  margin-left: 8px;
  box-shadow: 1px 1px 0px 1px hsla(0, 0%, 59%, 0.70);
}
.logo_f {
  position: fixed;
  z-index: 999;
  left: 10px;
  top: 50%;
  width: 380px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(../bilder/logo_flach.png);
  background-size: cover;
}
#navi {
  position: fixed;
  z-index: 99999;
  top: 0px;
  left: 0;
  width: 100%;
  height: 88px;
  background-color: #37474f;
  border-radius: 4px;
  box-shadow: 5px 8px 18px #888888;
}
#menu {
  position: relative;
  color: aliceblue;
  display: block;
  width: auto;
  left: 400px;
  height: 52px;
  top: 30px;
}
#hmbg {
  position: fixed;
  display: none;
  height: 42px;
  top: 32px;
  right: 20px;
  width: auto;
  z-index: 999999;
  cursor: pointer;
}
.bar { /*strich für hamburger*/
  border-top: 2px solid white;
  width: 25px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.overlayrot {
  position: absolute;
  transition: all .7s ease;
  opacity: 1;
  background-color: hsla(0, 100%, 19%, 0.30);
  background-color: hsla(0, 2%, 22%, 0.30);
  padding-right: 15px;
  padding-left: 15px;
}
.overlaygruen {
  position: absolute;
  transition: all .7s ease;
  opacity: 1;
  background-color: hsla(69, 86%, 16%, 0.30);
  padding-right: 15px;
  padding-left: 15px;
}
.overlayKlappen {
  top: 0;
  right: 0px;
  left: 0;
  bottom: 0;
  transform: scale(0.9, 0.86);
}
.card:hover .overlayKlappen {
  transform: scale(1);
}
.angebot {
  margin-right: 0px;
  margin-top: 0px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  height: 90%;
}
.ang_text {
  height: 25%;
  hyphens: auto;
  font-size: calc(7vw /3);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-family: "BubblegumSans";
}
.ang_datum {
  height: 18%;
  background-color: hsla(0, 3%, 30%, 0.50);
  display: inline;
  font-size: 80%;
  padding: 2px 10px 2px 10px;
  border-radius: 50px;
  font-style: normal;
  font-weight: 400;
}
.ang_beschreibung {
  height: 30%;
  padding-top: 2%;
  hyphens: auto;
  font-size: 120%;
  font-weight: 00;
  line-height: 0.85;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  font-family: "BubblegumSans";
}
.ang_preis {
  display: flex;
  align-items: center; /* Vertikale Zentrierung */
  justify-content: center;
  height: 20%;
  font-size: 200%;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  /*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;*/
  font-family: "BubblegumSans";
}
.btn_div {
  height: 15%;
}
.ang_btn {
  display: inline;
  color: #E4DEDE;
  border-radius: 3px;
  border: 1px solid #E4DEDE;
  padding: 0px 4px 0px 4px;
  font-weight: 500;
  background-color: hsla(181, 80%, 17%, 0.40);
  font-size: 100%;
}
.ang_btn a {
  color: #E4DEDE;
}
.ang_btn a:hover {
  text-decoration: none;
  color: hsla(0, 0%, 0%, 0.80);
}
.ang_btn:hover {
  background-color: #E4DEDE;
  text-decoration: none;
  color: hsla(0, 0%, 0%, 0.80);
}

.Ttable {
  width: 100%;
  height: 45px;
}
.Ttable td {
  padding: 10px;
  border-right: 2px solid hsla(37, 100%, 97%, 1.00);
}
.Ttable tr {
  background-color: hsla(359, 77%, 25%, 0.2)
}
.Ttablee tr:nth-child(odd) {
  background-color: #8f6962;
}
.Ttable tr:nth-child(even) {
  background: #f6f2ee;
}
.Ttable th {
  padding: 10px;
  background-color: #8F6962;
}
@media (min-width: 340px) {
  .flexboxx {
    width: 100%;
  }
  .ang_text {
    font-size: 6vw;
  }
  .ang_beschreibung {
    font-size: 4vw;
  }
  .ang_datum {
    /*font-size: 15px;*/
  }
  .flxxi {
    width: 98%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .logo_f {
    display: none;
  }
}
@media (min-width: 800px) {
  .flexboxx {
    width: 100%;
  }
  .ang_text {
    font-size: calc(6vw /3);
  }
  .ang_beschreibung {
    font-size: calc(5vw /3);
  }
  .flxxi {
    width: 47%;
  }
  .ang_datum {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .flexboxx {
    width: 100%;
  }
  .ang_beschreibung {
    font-size: calc(5vw /4);
  }
}
@media (min-width: 1300px) {
  .flexboxx {
    width: 1350px;
  }
  .logo_f {
    display: block;
  }
}
.editz {
  position: absolute;
  display: knone;
  right: 0px;
  height: 28px;
  width: 25px;
  top: -28px;
  background-color: aliceblue;
  text-align: center;
  border-top-left-radius: 3px;
  border: 1px solid #aaa;
  border-top-right-radius: 3px;
  cursor: pointer;
  padding: 3px;
}
.editz:before {
  font-family: "SegMDL2";
  content: "\E104";
}
.myForm {}
.myForm label {
  color: #7A7777;
  font-weight: 100;
}
.opnull {
  color: #6A6666;
}
.myForm input[type=text], .myForm input[type=file], .myForm input[type=number], .myForm input[type=email], .myForm input[type=tel], .myForm input[type=password], .myForm select {
  outline-color: transparent;
  outline-style: none;
  width: 90%;
  height: 28px;
  border: rgba(248, 181, 13, 0.50) 1px none;
  border-bottom: #990000 2px solid;
  margin: 4px;
  color: #000;
  font-weight: 100;
  max-width: 90%;
  background-color: hsla(359, 38%, 55%, 0.00);
  /*left:3px; */
  margin-left: 15px;
}
.myForm select {}
INPUT[type=checkbox]:focus {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
INPUT[type=checkbox] {
  border: 2px solid rgba(248, 181, 13, 0.50);
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px;
  height: 19px;
  cursor: pointer;
  position: relative;
  top: 0px;
}
INPUT[type=checkbox]:checked {
  background-color: #409fd6;
  background: #409fd6 url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
}
.myForm input:focus {
  outline-color: transparent;
  outline-style: none;
}
.myForm textarea {
  outline-color: transparent;
  outline-style: none;
  border: none;
  width: 98%;
  height: 50px;
  border-bottom: rgba(248, 181, 13, 0.50) 2px solid;
  border-radius: 3px;
  margin: 13px 5px 10px 5px;
  max-width: 98%;
  background-color: hsla(359, 38%, 55%, 0.00);
}
.myForm label {
  position: relative;
  top: 30px;
  min-height: 35px;
  margin-bottom: -20px;
  color: #A29B9B;
  margin-top: 10px;
  margin-left: 15px;
}
.myForm input[type=radio] {
  margin-left: 20px;
}
/*.myForm p{ margin:4px; color:#A29B9B;}*/
#anternativtermin {
  font-size: 10pt;
  margin-left: 20px;
  margin-top: 9px;
}
.btn_input {
  position: absolute;
  right: 50px;
  margin-top: -40px;
}
.c48_l {
  width: 48%;
  float: left;
}
.fsubmit {
  float: right;
  font-size: 10pt;
}
.upload {
  border-bottom: 1px solid hsla(240, 90%, 20%, 1.00);
  padding: 4px;
}
.f-8pt {
  font-size: 8pt;
}
.ang_images {
  margin-top: 5px;
  width: 98%;
  float: left;
  text-align: center;
  overflow-y: scroll;
  max-height: 600px;
}
.img_upl {
  border: 1px solid hsla(233, 83%, 19%, 1.00);
  padding: 12px;
  font-size: 10pt;
  border-radius: 5px;
}
.imgdel {
  position: absolute;
  top: 25px;
  text-align: center;
  border-radius: 4px;
  padding-top: 6px;
  font-weight: 600;
  cursor: pointer;
  right: 30px;
  background-color: rgba(220, 53, 69, 1.00);
  color: aliceblue;
  width: 30px;
  height: 30px;
}
.i-titel {
  height: 41px;
  background-color: #e6e1dd;
  margin: 0px;
  text-align: left;
  padding-left: 5px;
  padding-top: 4px;
  border-bottom: 1px solid rgba(75, 72, 72, 1.00);
}
.i-titel-text {
  float: left;
  font-weight: 400;
  margin-left: 10px;
  color: gray;
  font-size: 16pt;
}
.i-preis {
  float: right;
  font-weight: 600;
  margin-right: 10px;
  color: gray;
  font-size: 18pt;
}
.i-bild {
  height: auto;
  /* background-color: brown;*/
}
.i-text {
  height: auto;
  padding-left: 8px;
  min-height: 50px;
  background-color: white;
  text-align: left;
  font-size: 11pt;
}
.i-angebot_kltxt {
  font-size: 7pt;
  color: rgba(150, 147, 147, 1.00);
}
address p {
  line-height: 1;
  margin-bottom: 5px;
}
.txt_hintergrund {
  position: absolute;
  background-color: hsla(0, 1%, 51%, 0.60);
  height: auto;
  padding: 5px 0px 8px 0px;
  width: 100%;
  bottom: 0;
  min-height: 120px;
  max-height: 180px;
}
.txt_anrede {
  font-size: 222%;
  font-weight: 400;
  margin-top: 1px;
  line-height: 100%;
  color: white;
  text-align: center;
}
.txt_sub {
  font-size: 100%;
  margin-top: 1px;
  color: white;
  text-align: center;
}
.img_cover {
  width: 100%;
  height: auto;
}
.dialog_img {
  width: 31.5%;
  padding: 0px 0px 0px 0px;
  margin: 0px 6px 6px 0px;
  height: auto;
}
.dialog_img_sel {
  box-shadow: 3px 3px 5px 0px gray;
  /*border-bottom: 1px solid red;*/
}
.top-upload {
  font-size: 9pt;
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  padding: 8px;
  background-color: #dedede;
  border-radius: 6;
}

.imgdel, .imgdelxx, .imgdel_arr {
  float: left;
  width: 10%;
  height: 25px;
  background-color: rgba(220, 53, 69, 1.00);
  margin-left: 4px;
  text-align: center;
  color: aliceblue;
  padding-top: 3px;
  border-radius: 4px;
  cursor: pointer;
}
.buchbutton {
  border-top: 1px none gray;
  padding: 8px 30% 8px 30%;
  background-color: white;
  margin-top: 5px;
}
.detailcontainer {
  position: absolute; 
  top: 1359px;
  z-index: 99999;
  display: none;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-51%, -0%);
  transform: translate(-51%, -00%);
  box-shadow: 10px 10px 400px 0px rgba(0, 0, 0, 0.75);
  background-color: white; 
  border: 4px solid hsla(0,0%,31%,1.00);
  border-radius: 15px;
}
.detailcontainer_btn {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  z-index: 99999;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.detailcontainer_row1 {
  padding-right: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 4px 40px 4px 4px ;
}
.deteialcol {
	padding: 4px 4px 4px 4px ;
	
}
.s_img{
	cursor: pointer;
}
.deteialcol img {
  width: 100%;
  height: auto; 
  
}
.detail {
	cursor: pointer;
}
