/*** NAVI ***/
button.navi-tel, button.navi-tel:hover, button.navi-tel:active {
  background-color: #ffffff;
  padding: 0 0 0 0 ;
}
.navi-tel a {
  color: #ffffff;
  background: #e6007e;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 12px;
  border-radius: 0px;
}
.navi-tel a:hover {
  color: #ffffff;
  background: #000000;
}
.navi-tel .fa, .navi-tel .fas {
  color: #ffffff;
  margin-right: 5px;
}
button.navi-mail, button.navi-mail:hover, button.navi-mail:active {
  background-color: #ffffff;
  padding: 0 0 0 0 ;
}
.navi-mail a {
  color: #ffffff;
  background: #e6007e;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 12px;
  border-radius: 0px;
}
.navi-mail a:hover {
  color: #ffffff;
  background: #000000;
}
.navi-mail .fa, .navi-mail .fas {
  color: #ffffff;
  margin-right: 5px;
}

a.upper-nav {
  color: #ffffff;
  font-size: 14px;
}
a.upper-nav:hover {
  color: #000000;
}

/*** TEXT ***/
strong {
  color: #e6007e;
}

.black span {
  background: #000000;
  padding: 10px 10px 10px 10px;
  font-size: 50px;
  line-height: 1.7;
}

.blinking {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/*** COUNTER ***/
.elementor-counter .elementor-counter-title {
  text-align: center;
  line-height: 1.5;
  padding-top: 20px;
}

/*** JGA-LIST ***/
.jga-list li {
  margin-bottom: 15px;
}
.jga-list li::marker {
  color: #e6007e;
  font-weight: 700;
}

/*** TABLE ***/
table {
  width: 100%;
  border: none;
}
table th {
	text-transform: none;
	text-align: left;
	color: #e6007e;
	padding: 17px;
	border: none;
}
table td {
  padding: 17px;
  border: none;
}
table tr {
  transition: background .2s;
  border: none;
}
table tr:hover {
  background: #191919;
  transition: background .2s;
}

/*** FAQ ***/
.elementor-accordion-item {
  border-bottom: 2px solid #e6007e !important;
}


/*** CONTACT-FORM ***/
.contact-form .contact-row {
  width: 99%;
  display: flex;
}
.contact-field {
  width: 48%;
}
.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  width: 92.5%;
  background: none;
  border: none;
  border-bottom: 3px solid #e6007e;
  color: #ffffff;
}
.wpcf7-list-item-label {
  font-size: 14px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
}
#zubehor span.wpcf7-list-item {
  width: 32%;
}
#buchung span.wpcf7-list-item {
  display: block;
}

span.wpcf7-list-item {
  margin: 0 0 0 5px;
}

.wpcf7 textarea {
  height: 150px;
}

input[type="submit"] {
  color: #ffffff !important;
  background-color: #e6007e !important;
  border-color: #e6007e !important;
}
input[type="submit"]:hover {
  color: #e6007e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/*** FOOTER ***/
.widget {
  text-align: center;
}

/*.footer-spalten {
  display: table;
  position: relative;
  max-width: 35rem;
  padding: 0 0 0 0;
}
.footer-spalten .fas {
  color: #000000;
  font-size: 40px;
  padding-right: 30px;
  display: block;
  width: 20%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.texte {
  display: block;
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}*/



/****** RESPONSIVE ******/

@media (max-width: 1690px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 921px) {
  /*.site-main { margin-top: 0px; }
  .main-header-bar, .site-header { position: relative; width: 100%; }*/
}
@media (max-width: 820px) {
}
@media (max-width: 480px) {
  .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left { margin-right: 100%; }
  
  .contact-form .contact-row { width: 99%; display: block; }
  .contact-field { width: 98%; }
}
