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

/********** GENERAL **********/
@font-face {
  font-family: "Montserrat-Local";
  src: url('../../../../fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat-Local";
  font-size: 1.1rem;
}
h1, h2, h3, h4 {
  font-family: "Montserrat-Local";
  color: #fff;
}
h1 {
  font-size: 2rem;
  margin: 0.75rem 0 2.5rem 0;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 2.5rem 0 1rem 0;
  line-height: 2.5rem;
}
a, strong {
  color: #fff;
}
@font-face {
  font-family: Material Icons;
  src: url('../../../../fonts/material_icons/MaterialIcons-Regular.ttf');
}
iframe.maps {
  filter: grayscale(1);
}
.material-icons {
  font-family: Material Icons;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
hr {
  border-bottom: 1px solid #777;
  margin-top: 0.3rem;
}
.button {
  border-radius: 0;
  background: #a68551;
  cursor: pointer;
  box-shadow: none;
}
.button:active, .button:focus {
  background: #a68551;
  box-shadow: none;
}
.button:hover {
  background: #907345;
}
li {
  margin-bottom: 0.3rem;
}
/********** HEADER **********/
.gantry-logo img {
  width: 100%;
}
/********** NAVIGATION **********/
#g-navigation {
  border-bottom: 1px solid #fff;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  padding: 0.3rem 0.938rem;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: none;
}
.g-menu-item-content:active, .g-menu-item-content:hover, .active .g-menu-item-content {
  border-bottom: 1px solid #a68551;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  color: #a68551 !important;
}
#g-navigation a:hover {
  color: #a68551 !important;
}
/********** SLIDER **********/
.uk-slideshow {
  height: 100dvh;
}
#g-slider {
  border-bottom: 1px solid #fff;
}
/********** STARTSEITE **********/
.koepfe {
  margin: 0 2% 1% 2%;
}
#g-ueber-mich {
  border-top: 1px solid #fff;
  margin-top: 25px;
}
.itemid-145 #g-ueber-mich {
  border-top: none;
}
.um_wrapper {
  padding: 25px 50px;
  background: #0a181f;
}
.anm_wrapper {
  padding: 0 50px 40px 50px;
  margin-top: -3rem;
}
.um_foto {
  background: url('../../../../images/custom/tobias_gerbode_2.jpg') center;
  background-size: cover;
}
.cust_parallax_start {
  background-image: url('../../../../images/custom/parallax/therapie_gespraech.jpg');
  min-height: 500px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.box_start:last-child {
  margin-bottom: 0 !important;
}
/********** ANGEBOTE **********/
.uk-accordion-title {
  color: #000;
  background: #fff;
}
.material-icons {
  color: #000 !important;
}
.uk-accordion-content {
  padding: 20px 15px 35px 15px;
}
.accordion-content {
  display: none;
  opacity: 0;
  transition: opacity 1.5s ease;
  visibility: hidden;
}
.accordion-content.show {
  opacity: 1;
  visibility: visible;
  padding: 0;
  border: none;
}
.toggle-btn {
  background-color: #a68551;
  border-color: transparent;
  color: #fff;
  margin-bottom: 0.5em;
  transition: background-color 0.3s ease;
}
.toggle-btn:hover, .toggle-btn:focus {
  background-color: #907345;
  border-color: transparent;
  color: #fff;
}
.uk-panel-box {
  padding: 25px;
  background: #0a181f;
  color: #fff;
  border: 1px solid #777;
  border-radius: 0;
}
.uk-panel-box .uk-panel-title, .uk-panel-box-hover:hover {
  color: #fff;
  font-weight: 600;
}
.uk-button {
  border-radius: 0;
}
.uk-container {
  padding: 0;
}
.uk-margin-bottom {
  margin-bottom: 30px !important;
}
/********** ANMELDEN **********/
.erst_head h1 {
  font-size: 4rem;
  margin-top: 0;
}
.erst_text li {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.erst_text li:first-child {
  margin-top: 5rem;
}
.ba-form-acceptance-html ul {
  margin-left: -2rem;
  margin-top: 3rem;
}
/********** FOOTER **********/
#g-footer {
  border-top: 1px solid #fff;
}
#g-footer .g-content {
  margin: 0 0.625rem;
  padding: 0 0.938rem;
}
/********** ERROR-PAGE **********/
#logo-6197-particle {
  max-width: 500px;
  margin: 50px auto;
}
/********** BREAKPOINTS **********/
@media (max-width: 30rem) {
  .gantry-logo img {
    width: 80%;
    padding: 1rem 0;
  }
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  .cust_parallax_start {
    background-image: url('../../../../images/custom/parallax/therapie_gespraech.jpg');
    min-height: unset;
    background-attachment: unset;
    height: 250px;
  }
  #g-ueber-mich {
    border-top: none;
  }
  .uk-margin-bottom {
    margin-right: -20px;
    margin-left: -33px;
  }
  #g-extracontent {
    margin-right: -14px;
  }
  .box_start {
    margin-left: -16px;
    margin-right: -16px;
  }
  .box_start:last-child {
    margin-bottom: -15px !important;
  }
  .erst_head h1 {
    font-size: 2rem;
  }
  .erst_text li {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  .erst_text li:first-child {
    margin-top: 3rem;
  }
}
@media (max-width: 48rem) and (min-width: 30rem) {
  .gantry-logo img {
    width: 80%;
    padding: 1rem 0;
  }
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  .cust_parallax_start {
    background-image: url('../../../../images/custom/parallax/therapie_gespraech.jpg');
    min-height: unset;
    background-attachment: unset;
    height: 250px;
  }
  #g-ueber-mich {
    border-top: none;
  }
  .uk-margin-bottom {
    margin-right: -20px;
    margin-left: -33px;
  }
  #g-extracontent {
    margin-right: -14px;
  }
  .box_start, #g-extracontent {
    margin-left: -16px;
    margin-right: -16px;
  }
  .box_start:last-child {
    margin-bottom: -15px !important;
  }
  .erst_head h1 {
    font-size: 2rem;
  }
  .erst_text li {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  .erst_text li:first-child {
    margin-top: 3rem;
  }
}
@media (max-width: 60rem) and (min-width: 48rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.3rem 0.338rem;
  }
  .g-main-nav .g-toplevel {
    font-size: 0.8rem;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  .erst_head h1 {
    font-size: 2.5rem;
  }
  .erst_text li {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
  .erst_text li:first-child {
    margin-top: 3rem;
  }
}
@media (max-width: 75rem) and (min-width: 60rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 0.3rem 0.438rem;
    font-size: 1rem;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  .erst_head h1 {
    font-size: 3rem;
  }
  .erst_text li {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .erst_text li:first-child {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=custom_12.css.map */