/*---------- Bootstrap-Icons calendar) ----------*/

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
  url("../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-calendar-date::before { content: "\f1e4"; }

/*---------- Allgemein ----------*/

input:not(.form-check-input),
textarea {
  font: 400 16px "Roboto", sans-serif;      /* <---- ändern */
  background: transparent;
  width: 100%;
  border: 1px solid rgba(18, 21, 24, 0.1);
  border: 1px solid #aaaaaa !important;                     /* nicht aktiv/focus */
  margin-bottom: 1rem;
  margin-bottom:0;             /* input und input-group-text gleich hoch */
  padding: 15px 20px;
  padding: 0.5rem 1rem;
/*  padding: 10px 15px;   */    /* Abstand Text in input lo ru */
  box-shadow: none;
  line-height: 1.4;               /* Abstand der Elemente */
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

input:not(.form-check-input):focus,
input:not(.form-check-input):active,
textarea:focus,
textarea:active {
  outline: 0;
  box-shadow: none;
  background-color:white;
}

textarea {
  height: 80px;
}

input:not(.form-check-input),
textarea,
.form-control {
  color:#aaaaaa;
  color:#333;
}

input:not(.form-check-input)::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #333;
}

input:not(.form-check-input)::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #333;
 }

input:not(.form-check-input)::placeholder,
textarea::placeholder,
.form-control::placeholder {
  color: #333;
  color: #aaaaaa;       /* Platzhalter input/textarea */
}



input:not(.form-check-input):focus,
textarea:focus,
.form-control:focus {
  border-color: rgba(18, 21, 24, 0.2);
  border-width:2px;         /* wenn aktiv/focus */
  border-color: #666666;        /* wenn aktiv/focus */
}

/*---------- Formular ----------*/

.formular-anfrage {
  	text-align: center !important;
	padding: 2rem !important;
	background-color:#fdfaf7;
	border:1px solid #973944;
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.w-33 {
	  width: 33% !important;
}

.input-datum {
	padding-left:0 !important;
	padding-top:8px;
	height:100%;
	border-left:0;
   border-radius:0;
}

.input-br0 {
	border-right:0;
}

.input-group-text {
	padding: 8px 15px;   /* ou lr */
	border-color:#888888;
	border-right:0;
	color:#333;
}

input,textarea {
	border-radius: var(--bs-border-radius);
}

.datepicker-cell, .datepicker-view .week {
    height: 2rem;
    line-height: 2rem;
}

label {
	text-align:left;
	font-size:95%;
}

.form-label {
    margin-bottom: 0.2rem;
}

/*---------- Fehler- und Erfolgsmeldungen ----------*/

.anfrageformular_ok,
.anfrageformular_error,
.gaestebuchformular_error {
   display:none;
}

img.mail-status {
	width:48px;
	height:48px;
}

.help-block {
	color:#973944;
	margin-bottom:5px;
}

/*---------- war lokal ----------*/

input:not(.form-check-input):focus,
textarea:focus,
input:focus,
.form-control:focus {
  border-width:2px;
  border-color: #973944 !important;
}

textarea:focus,
.form-control:focus {
  border-color: #973944 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(151, 57, 68, 0.25) !important;
}

.btn-send{background-color:#973944;color: #FFF;}
.btn-send:hover{background-color:#880e4f;color: #FFF;}

/*---------- Datenschutzerklärung ----------
 * ein- und ausgeblendet wird mit Javascript
 * (standardmäßig unsichtbar)
 */

.privacy-text {
	display:none;
}

/*---------- input - placeholder ----------*/

/*input::placeholder {
  color: red;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: red;
}*/
