/* 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
 */

/***its live scss***/
:root {
  --primary: #591C21;
  --second: #044040;
  --background: #EEE8E8;
}
#g-page-surround {
  background-color: var(--background);
  background-image: url('../../../../images/static/Gesicht.png');
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 400px;
}
#g-header {
  background-color: transparent;
  text-align: center;
}
#g-header img {
  width: 330px;
}
.visforms {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
.visforms textarea {
  height: 300px;
}
.visforms .pbBtnCon {
  float: left;
}
.visforms .pbBtnCon .col-1 {
  display: none;
}
.visforms .form-group label {
  width: 100%;
  margin-top: 20px;
  color: var(--primary);
}
.visforms .btn {
  margin-top: 30px;
}
#g-navigation {
  background-color: transparent;
}
#g-navigation .menu .g-toplevel li:hover {
  background: transparent !important;
}
#g-navigation .menu .g-toplevel li:hover .g-menu-item-container {
  background-color: var(--primary);
}
#g-navigation .menu .g-toplevel li.active {
  background: transparent !important;
}
#g-navigation .menu .g-toplevel li.active > .g-menu-item-container {
  background-color: var(--primary);
  color: #fff !important;
}
#g-navigation .menu .g-toplevel .g-menu-item-container {
  background-color: var(--second);
  margin: 0 12px;
  padding: 10px 20px;
  font-family: Chewy;
  border-radius: 7px;
}
#g-hauptbild .topZitat .mod-custom {
  background-color: var(--primary);
  text-align: center;
  padding: 10px;
  margin-top: 30px;
  border-radius: 12px;
}
#g-hauptbild .topZitat p {
  color: #fff;
  font-family: Chewy;
  font-size: 2rem;
}
#g-hauptbild .topZitat i {
  color: #fff;
  font-size: 2rem;
  margin-top: 1.2rem;
}
#g-main {
  background-color: transparent;
}
#g-main .weiterlesenButton {
  background-color: var(--primary);
  color: #fff;
  font-family: Chewy;
  padding: 7px 12px;
}
#g-main .item-image {
  flex: 0 0 40%;
}
#g-box .bottomBox .container {
  background-color: var(--primary);
  border-radius: 12px;
}
#g-box .bottomBox .container .row > div {
  padding: 0;
}
#g-box .bottomBox .container p {
  color: #fff;
  font-family: Chewy;
  font-size: 1.6rem;
  padding: 0 35px;
}
#g-box .bottomBox .container b {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#g-box .bottomBox .container img {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
#g-netzwerk {
  padding: 3rem 0 6rem;
}
#g-netzwerk .netzwerk {
  text-align: center;
}
#g-netzwerk .netzwerk h2 {
  color: var(--primary);
  margin-bottom: 50px;
}
#g-netzwerk .netzwerk .container img {
  width: 150px;
  max-width: 100%;
  border-radius: 150px;
  border: 2px solid var(--primary);
}
#g-netzwerk .netzwerk .container p {
  font-family: Chewy;
  color: var(--primary);
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 15px;
}
#g-netzwerk .netzwerk .container a {
  background-color: var(--primary);
  color: #fff;
  font-family: Chewy;
  padding: 7px 12px;
}
#g-footer {
  background-color: var(--primary);
  color: #fff;
}
#g-footer a {
  color: #fff;
  margin-left: 10px;
}
/*# sourceMappingURL=custom_14.css.map */