/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/***a capella mundi****/
:root {
  --primary: #4E8985;
  --second: #FACC01;
  --second-2: #fbde76;
  --grau: #707070;
}
p {
  color: var(--grau);
  font-size: 1.2rem;
}
#g-navigation {
  background-color: #fff;
  border-bottom: 6px solid var(--second);
  position: relative;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  #g-navigation {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
#g-navigation .g-container {
  width: 100%;
}
#g-navigation .g-container .g-content {
  padding: 0;
}
#g-navigation .menu {
  text-align: right;
}
#g-navigation .menu .g-content {
  margin-top: 16px;
}
#g-navigation img {
  max-height: 70px;
  margin-left: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  #g-navigation img {
    margin: auto;
  }
}
#g-navigation .g-menu-item-container {
  color: var(--grau) !important;
  padding: 8px 22px !important;
  border-radius: 5px;
}
#g-navigation .g-menu-item-container .g-menu-item-content {
  box-shadow: none !important;
  padding: 0 !important;
}
#g-navigation .g-menu-item.active .g-menu-item-container {
  background-color: var(--primary);
  color: #fff !important;
}
#g-hauptbild {
  height: 400px;
  background-image: url('../../../../images/static/header.jpg');
  border-bottom: 2px solid var(--second);
  background-attachment: fixed;
  margin-top: 0;
}
@media (min-width: 768px) {
  #g-hauptbild {
    margin-top: 96px;
  }
}
#g-main h1 {
  color: var(--primary);
}
#g-main h2 {
  margin-bottom: 0;
}
#g-main h2 a {
  color: var(--primary);
}
#g-main .readmore a {
  padding: 0;
  background: transparent;
  color: var(--primary);
}
#g-main .fields-container {
  list-style: none;
  margin: 0;
  display: inline-flex;
}
#g-main .fields-container li {
  margin-right: 20px;
}
#g-main .fields-container li .field-label {
  display: none;
}
#g-main .fields-container .datum::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  color: var(--primary);
  margin-right: 9px;
}
#g-main .fields-container .uhrzeit::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  color: var(--primary);
  margin-right: 9px;
}
#g-main .fields-container .ort::before {
  font-family: "Font Awesome 6 Free";
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  color: var(--primary);
  margin-right: 9px;
}
#g-main .blog-item {
  border-bottom: 2px solid var(--primary);
  padding-bottom: 33px;
  padding-top: 33px;
}
#g-main .blog-item .item-image {
  margin-left: 0;
}
@media (min-width: 768px) {
  .rueckblick #g-main, .repertoire #g-main {
    margin-top: 96px;
  }
}
.kontakt #g-main .g-container {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.kontakt #g-main textarea {
  height: 200px;
  border: 1px solid var(--primary) !important;
}
.kontakt #g-main input {
  border: 1px solid var(--primary) !important;
}
.kontakt #g-main .btn {
  background-color: var(--primary);
  color: #fff;
  padding: 8px 12px;
  font-weight: bold;
}
#g-text {
  padding: 3rem 0;
}
#g-text img {
  margin-bottom: -93px;
}
#g-footer {
  padding: 0;
  background-color: var(--second-2);
  color: var(--grau);
}
#g-footer .g-content {
  padding: 0;
}
#g-footer a {
  color: var(--grau) !important;
}
#g-footer .g-horizontalmenu a {
  margin: 0;
  padding: 0;
}
#g-footer .g-copyright {
  margin-top: 25px;
  font-size: 1rem;
}
#g-footer .groupsenz {
  text-align: center;
  margin-top: 7px;
}
/*# sourceMappingURL=custom_14.css.map */