@charset "utf-8";
@font-face {
  font-family: 'aladdin';
  src: url("../font/aladdin.ttf") format('truetype');
}
@font-face {
  font-family: 'BubblegumSans';
  src: url("../font/BubblegumSans-Regular.ttf") format('truetype');
}
/* CSS Document */
.flatpickr-day {
  width: 12.5%;
}
body {
  background-color: floralwhite;
  min-width: 360px;
}
.flexboxx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 800px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -90px;
}
.flxxi {
  box-sizing: border-box;
  padding: 0px;
  /* background-color: aliceblue;*/
  margin-right: 20px;
}
.flxxi_03 {
  box-sizing: border-box;
  padding: 0px;
}
.flxxi img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  
}
.flxxi-100 {
  box-sizing: border-box;
  padding: 0px; 
  width: 90%;
  font-weight: bold;
  font-size: 13pt;
}
.flxxi-titel {
  box-sizing: border-box;
  padding: 0px;
  border-bottom: 2px hsla(243, 91%, 9%, 1.00) solid;
  width: 90%;
  font-weight: bold;
  font-size: 13pt;
}

.flxxi-100 p {
  margin-left: 5px;
  font-weight: 500;
  color: #990000;
  cursor: pointer;
  font-size: 13pt;
}
.chk {
  margin: 15px;
}
.chk_txt {
  margin-top: 15px;
  font-weight: 600;
  font-size: 11pt;
  text-align: justify;
}
.b_no {
  border: none;border-radius: 0; padding: 0;
}
.alt_anab {
  display: none;
}
.ang_text {
  hyphens: auto;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  font-style: normal;
  font-family: "BubblegumSans";
}
.ang_datum {
  font-size: 18px;
  padding: 3px;
  margin-bottom: 12px;
  border-radius: 50px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}
.ang_del {
  font-size: 14px;
  padding: 3px;
  margin-bottom: 12px;
  border-radius: 50px;
  font-style: normal;
  margin-top: 20px;
  color: #990000;
  font-weight: bold;
  cursor: pointer;
}
.ang_preis {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  margin-top: 30px;
}
#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: 0;
  left: 10px;
  top: 50%;
  width: 300px;
  height: 78px;
  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;
}
.toptitel {
  font-size: 1.1em;
  font-weight: 500;
  font-variant: small-caps;
  color: #900;
  font-family: "Times New Roman", serif;
}
.Ttable {
  width: 100%;
  height: 45px;
}
.Ttable td {
  hyphens: auto;
  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 {
  hyphens: auto;
  padding: 10px;
  background-color: #8F6962;
}
@media (min-width: 10px) {
	.flexboxx{
		padding: 0 10px 0 10px;  
	}	
	#zimmerkategorie{ max-width: 90%;width: 90%;}
  .flxxi {
    width: 100%;
    margin-right: 0px;
    padding: 0;
  }
	 .flxxi-100 {
    width: 100%;
    margin-right: 0px;
    padding: 0;
  }
	 .flxxi-titel {
    width: 100%;
    margin-right: 0px;
    padding: 0;
  }
  .flxxi_03 {
    width: 100%;
  }
  .logo_f {
    display: none;
  }
}
@media (max-width: 790px) {
  .flexboxx {
    width: 100%;
   padding: 0 0px 0 0px;  
    margin-left: 0%;
  }
	#zimmerkategorie{ max-width: 90%;width: 90%;}
}
@media (min-width: 800px) {
  .flexboxx {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	
  }
	
   #zimmerkategorie{ max-width: 96.5%;width: 96.5%;}	
  .flxxi_03 {
    width: 30%;
  }
  .flxxi {
    width: 45%;
  }
  .flxxi-100 {
    width: 90%;
  }
	
  .flxxi-titel {
    width: 90%;
  }	
  .kopf {
    font-size: 250%;
  }
  .Ttable {
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .flexboxx {
    width: 100%;
  }
  .flxxi {
    width: 45%;
  }
}
@media (min-width: 1300px) {
  .flexboxx {
    width: 1350px;
  }
  .flxxi {
    width: 45%x;
  }
  .logo_f {
    display: block;
  }
}
.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: transparent 1px none;
  border-bottom: rgba(248, 181, 13, 0.50) 2px solid;
  margin: 4px;
  color: #000;
  font-weight: 100;
  max-width: 90%;
  background-color: transparent;
  /*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:transparent;
}
.myForm label { z-index:-1;
  font-weight: 400;
  position: relative;
  top: 30px;
  min-height: 35px;
  margin-bottom: -20px;
  color:#000000;  /*#A29B9B;*/
  margin-top: 10px;
  margin-left: 15px;
}
.myForm input[type=radio] {
  margin-left: 20px;
}

.myForm input[type=number] {
  -moz-appearance:textfield;
}

.myForm select {
   -o-appearance: none;
   -ms-appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}


/*.myForm p{ margin:4px; color:#A29B9B;}*/
#anternativtermin {
  font-size: 10pt;
  margin-left: 20px;
  margin-top: 9px;
}

#anternativtermin:before {
  font-family: "SegMDL2";
  content: "\E972";
}