@charset "UTF-8";
/*
 * orange #f07d08
 */

/* body::before {
 * content: "🩷 Custom Styles aktiv!";
 * display: block;
 * background: #ffc;
 * padding: 10px;
 * text-align: center;
 * font-weight: bold;
 * }
 */

 .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
padding-left: 0px;
}


.navbar-brand img {margin-left: 10px;}

.nav-item.dropdown {
  display: flex;
  align-items: center;
}

.nav-item.dropdown .dropdown-toggle {
  background: none;
  border: none;
  padding: 0 0 0 0.25rem;
  font-size: 1rem;
  line-height: inherit;
  display: inline-block;
  margin-left: 2px;
}

.nav-item.dropdown .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

/* Stil für alle Submit-Buttons */
button[type="submit"],
input[type="submit"] {
  background-color: #ff6600 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1rem;
  min-width: 150px;
  transition: background-color 0.3s ease;
  text-align: center;
}

/* Hover-Zustand */
button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #e65c00 !important;
}


#block-b5subtheme-marginalien {margin-top: -9px;}

.bs-mb-1 {margin-bottom: 24px;}

.bs-mt-1 {margin-top: 24px;}

.bs-mt-2 {margin-top: 40px;}

.bs-mt-4 {margin-top: 80px;}

#kontaktformular {
    border-style: dashed;
    border-color: orange;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 20px;}

a {
color: #f07d08;
text-decoration: none;
}

.newsletterformular {
    background: #ffa5003e;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;}

.img-abstand {
  margin-right: 10px;
  margin-bottom: 10px;
}

#telefonundmail {}

.rechtsbuendig {
  text-align: right;
}


/* Detailseite Event */
.block-field-blocknodeeventfield-datum-aus-termin,
.block-field-blocknodeeventfield-eventort,
.block-field-blocknodeeventfield-kosten {
  margin-bottom: 10px;
  }

.field--name-field-untertitel {
  font-size: 24px;
  margin-bottom: 0px;
  }

.field--name-field-eventart {
  font-size: 24px;
  margin-bottom: 0px;
  }

.field--name-field-termin-anzeige {
  font-size: 24px;
  margin-bottom: 4px;
  }

.nachricht-link {
  display: block;
  text-decoration: none;
  color: orange;
}

.nachricht-link h2,
.nachricht-link p {
  color: #000;
}

.nachricht-link .view-node-output {
  color: #f07d08;
}

/* Beim Hover wird alles grün, auch .view-node-output */
.nachricht-link:hover h2,
.nachricht-link:hover p {
  color: #f07d08;
}

.block-webform-block{
border-style: dashed;
border-color: orange;
padding: 30px;
margin-top: 40px;
margin-bottom: 20px;}
