@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}
html {
  scroll-padding-top: 4.5rem;
}

body {
  margin: auto;
  position: relative;
  overflow-x: hidden;
}

p {
  line-height: 25px;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}

.page-section {
  padding: 2rem 0;
}
.page-section h2.section-heading {
  font-size: 38px;
  margin-top: 0;
  font-family: "Montserrat";
  margin-bottom: 45px;
}
.page-section h3.section-subheading {
  font-size: 26px;
  font-weight: 400;
  font-family: "Montserrat";
}
.page-section div.section-content {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: justify;
}
.page-section div.section-content li {
  text-align: left;
}

a.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  padding: 0;
  border-radius: 100%;
}

div.btn-fix-float {
  position: fixed;
  top: 30%;
  right: 20px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  transform: translateY(-50%);
  color: #fff;
  background-color: #bfa5a5;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  z-index: 1;
}

div.btn-fix-float:hover {
  background-color: #574141;
  color: #fff;
  border-color: #fff;
  transform: scale(0.95) translateY(-50%);
}

div.btn-fix-float:active {
  transform: scale(0.9) translateY(-50%);
}

.btn-contact {
  z-index: 0;
  display: inline-block;
  background-color: #bfa5a5;
  border: 2px solid white;
  margin-top: 3px;
  color: white;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 1.5rem;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
}

.btn-contact:hover {
  background-color: #574141;
  color: #fff;
  border-color: #fff;
  transform: scale(0.97);
}

.btn-contact:active {
  transform: scale(0.95);
}

.btn-info {
  margin-top: 0px;
  width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 0%;
  background-color: #bfa5a5;
  border: 1px solid white;
  color: white;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 1.5rem;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
}

img.img-float {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

div.flex-container {
  display: flex;
  flex-direction: column;
}

div.center-col {
  text-align: center;
}

.center-items {
  justify-content: center;
  align-items: center;
}

.bg-rose {
  color: #fff;
  background: #D1AFAF;
  background: -moz-linear-gradient(90deg, #D1AFAF 0%, #9a7a7b 100%);
  background: -webkit-linear-gradient(90deg, #D1AFAF 0%, #9a7a7b 100%);
  background: linear-gradient(90deg, #D1AFAF 0%, #9a7a7b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebaaaa",endColorstr="#cfa5a5",GradientType=1);
}

img.img-brand-big {
  max-width: 337px;
  max-height: 337px;
}

img.img-contact {
  width: 400px;
  height: 400px;
}

nav#mainNav {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #9a7a7b;
}
nav#mainNav button.navbar-toggler {
  padding: 0.75rem;
  font-size: 18px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
nav#mainNav a.navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 400;
  text-transform: uppercase;
}
nav#mainNav a.navbar-brand img {
  max-height: 100%;
  max-width: 100%;
  height: 4em !important;
}
nav#mainNav ul.navbar-nav li.nav-item a.nav-link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.95rem;
}
nav#mainNav a.nav-link {
  color: #fff;
}
nav#mainNav a.nav-link:hover {
  color: #574141;
}
nav#mainNav a.dropdown-item {
  font-family: "Montserrat";
}
nav#mainNav a.dropdown-item:hover {
  background-color: #9a7a7b;
}
nav#mainNav a.dropdown-item:active {
  background-color: #9a7a7b;
}
nav#mainNav div.dropdown-menu {
  border-radius: 0;
}

header.masthead {
  height: 950px;
  background-image: url("../images/header/index.webp");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
}
header.masthead h2 {
  font-size: 1.5rem;
}
header.masthead div.head-overlay {
  position: absolute;
  top: 80;
  left: 0;
  width: 100%;
  height: 950px;
  background-color: rgba(0, 0, 0, 0.15);
}
header.masthead div.head-content {
  z-index: 0;
  margin: 250px;
}
header.masthead img.mast-logo {
  max-width: 220px;
  max-height: 220px;
}
header.masthead div.mast-left-info {
  text-align: left;
}
header.masthead div.mast-left-info div.spacer {
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top-style: solid;
  border-top-width: 2px;
  border-color: #fff;
  width: 60%;
}
header.masthead div.mast-right-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  visibility: hidden;
  margin-top: -100px;
}
header.masthead div.masthead-subheading {
  font-size: 30px;
  line-height: 50px;
  font-family: "Montserrat";
  color: #fff;
}
header.masthead div.masthead-subheading h1 {
  font-size: 50px;
  font-weight: bold;
  padding: 8px 0 8px 0;
}
header.masthead div.masthead-subheading h2 {
  font-weight: bold;
}
header.masthead div.masthead-subheading h3 {
  color: #574141;
}
header.masthead div.masthead-subheading p {
  font-size: 22px;
}
header.masthead div.mast-btn-container {
  margin-top: -370px;
  margin-right: -300px;
}
header.masthead a.btn-contact {
  margin-top: 50px;
  width: 60%;
}
header.masthead a.btn-down {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #bfa5a5;
  border: 2px solid #fff;
  color: white;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
}
header.masthead a.btn-down:hover {
  background-color: #574141;
  color: #fff;
  border-color: #fff;
  transform: scale(0.95);
}
header.masthead a.btn-down:active {
  transform: scale(0.9);
}

header.about {
  background-image: url("../images/header/about.webp");
}

header.therapy-info {
  background-image: url("../images/header/therapy.webp");
}

header.contact {
  background-image: url("../images/header/contact.webp");
}

header.faq {
  background-image: url("../images/header/faq.webp");
}

header.medium-masthead {
  height: 180px;
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  margin-top: 80px;
  display: flex;
  align-items: center;
}
header.medium-masthead h1 {
  font-weight: bold;
}
header.medium-masthead div.medium-masthead-heading {
  font-size: 3rem;
  line-height: 4.25rem;
  letter-spacing: 0.0625em;
  font-family: "Montserrat";
  color: #fff;
}
header.medium-masthead div.head-overlay {
  position: absolute;
  top: 80;
  left: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(0, 0, 0, 0.25);
}
header.medium-masthead div.head-content {
  z-index: 1;
  margin: auto;
}

header.small-masthead {
  height: 60px;
}

.splash {
  margin-top: 80px;
  height: 600px;
  align-items: center;
}

section#advocate .col-md-6 {
  margin-bottom: 10px;
}

.img-col {
  text-align: center;
}
.img-col img {
  max-width: 200px;
  margin-bottom: 10px;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #D1AFAF;
}

.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

section#heading h1 {
  font-size: 32px;
}
section#heading h2 {
  font-size: 32px;
  margin-top: 0px;
  margin-left: 20px;
  color: #574141;
}

section#testemonials {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#testemonials .carousel-item .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section#testemonials .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjOWE3YTdiIiBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3Ryb2tlPSIjOWE3YTdiIiB0cmFuc2Zvcm09InJvdGF0ZSgxODApIj4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPGc+IDxwYXRoIGQ9Ik0zNjAuNzMxLDIyOS4wNzVsLTIyNS4xLTIyNS4xYy01LjMtNS4zLTEzLjgtNS4zLTE5LjEsMHMtNS4zLDEzLjgsMCwxOS4xbDIxNS41LDIxNS41bC0yMTUuNSwyMTUuNSBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogIi8+IDwvZz4gPC9nPgoNPC9zdmc+");
}
section#testemonials .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjOWE3YTdiIiBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgc3Ryb2tlPSIjOWE3YTdiIj4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPGc+IDxwYXRoIGQ9Ik0zNjAuNzMxLDIyOS4wNzVsLTIyNS4xLTIyNS4xYy01LjMtNS4zLTEzLjgtNS4zLTE5LjEsMHMtNS4zLDEzLjgsMCwxOS4xbDIxNS41LDIxNS41bC0yMTUuNSwyMTUuNSBjLTUuMyw1LjMtNS4zLDEzLjgsMCwxOS4xYzIuNiwyLjYsNi4xLDQsOS41LDRjMy40LDAsNi45LTEuMyw5LjUtNGwyMjUuMS0yMjUuMUMzNjUuOTMxLDI0Mi44NzUsMzY1LjkzMSwyMzQuMjc1LDM2MC43MzEsMjI5LjA3NXogIi8+IDwvZz4gPC9nPgoNPC9zdmc+");
}

section#services .service-item {
  margin-left: auto;
  margin-right: auto;
}
section#services .service-item .service-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
section#services .service-item .service-link .service-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(209, 163, 135, 0.8);
  opacity: 0.2;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
section#services .service-item .service-link .service-hover .service-hover-content {
  font-weight: bold;
  text-decoration-line: underline;
  font-size: 1.8rem;
  color: white;
  font-family: "Montserrat";
}
section#services .service-item .service-link:hover .service-hover {
  opacity: 1;
  cursor: pointer;
}
section#services .service-item .service-caption {
  padding: 1rem;
  text-align: center;
  background-color: #bfa5a5;
}
section#services .service-item .service-caption .service-caption-heading {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

section#service-single div.col-sm-5 {
  text-align: center;
}
section#service-single img {
  content: url("../images/services/Einzelperson_tumbnail.webp");
}

section#service-pair div.col-sm-5 {
  text-align: center;
}
section#service-pair img {
  content: url("../images/services/Paar_thumbnail.webp");
}

section#service-family div.col-sm-5 {
  text-align: center;
}
section#service-family img {
  content: url("../images/services/Familie_thumbnail.webp");
}

section#contact div.contact-info {
  color: #fff;
  background-color: #9a7a7b;
}
section#contact div.contact-form {
  background-color: #fff;
}
section#contact div.contact-form p {
  color: black;
  font-size: 12px;
}
section#contact form textarea {
  height: 100px;
}
section#contact form label {
  color: black;
}
section#contact form button {
  width: 100%;
}

section#external .nav-link {
  color: #D1AFAF;
}
section#external .btn-contact {
  cursor: pointer;
  width: 70%;
}
section#external .container {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
section#external .dsgvoContainer {
  height: 100%;
  width: 100%;
  background-color: #9a7a7b;
}
section#external .dsgvoContainerButton {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 350px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#external .carousel-inner {
  height: 0;
  padding-bottom: 100%;
}
section#external .carousel-item {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section#external .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.lead {
  font-size: 14px;
}

div#form-success-msg {
  visibility: hidden;
}

section#faq .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #D1AFAF;
  box-shadow: none;
}
section#faq .accordion-button:is(.collapsed) {
  box-shadow: none;
}

footer.footer {
  text-align: center;
  font-size: 1rem;
  font-family: "Montserrat";
  color: #fff;
}
footer.footer h2 {
  font-size: 18px;
}
footer.footer img.img-logo-footer {
  max-width: 200px;
  max-height: 200px;
  padding-bottom: 50px;
}
footer.footer a.footer-link {
  text-decoration: none;
  color: #fff;
}
footer.footer a.footer-link:hover {
  color: #574141;
}
footer.footer div.border-top {
  padding-top: 10px;
}

@media (max-width: 480px) {
  .page-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-section h2.section-heading {
    font-size: 28px;
    margin-top: 0;
    font-family: "Montserrat";
    margin-bottom: 45px;
  }
  div.btn-fix-float {
    visibility: hidden;
  }
  a.btn-contact {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  header.masthead div.mast-btn-container {
    margin-top: -350px;
    margin-right: -400px;
  }
  .dsgvoContainer {
    height: 513px;
  }
}
@media (min-width: 768px) {
  header.masthead div.mast-btn-container {
    margin-top: -180px;
    margin-right: -400px;
  }
  header.masthead div.mast-right-info {
    visibility: visible;
  }
  header.medium-masthead {
    margin-top: 60px;
    height: 400px;
  }
  header.medium-masthead div.head-overlay {
    height: 400px;
  }
  img.img-float {
    width: 45%;
    margin-right: 25px;
    margin-bottom: 20px;
  }
  section#service-single img {
    content: url("../images/services/Einzelperson_slim.webp");
  }
  section#service-pair img {
    content: url("../images/services/Paar_slim.webp");
  }
  section#service-family img {
    content: url("../images/services/Familie_slim.webp");
  }
  section#advocate .col-md-6 {
    margin-bottom: 0px;
  }
  .img-col img {
    width: 100%;
    margin-bottom: 0px;
  }
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
  .flex-container {
    flex-direction: column;
  }
  .lead {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  header.masthead {
    height: 850px;
  }
  header.masthead div.head-overlay {
    height: 850px;
  }
  header.masthead div.masthead-subheading {
    font-size: 18px;
    line-height: 25px;
    font-family: "Montserrat";
    color: #fff;
  }
  header.masthead div.masthead-subheading h1 {
    font-size: 38px;
    font-weight: bold;
    padding: 150px 0 8px 0;
  }
  header.masthead div.masthead-subheading h3 {
    color: #795049;
    font-size: 24px;
  }
  header.masthead div.masthead-subheading h4 {
    font-size: 18px;
  }
  header.masthead div.masthead-subheading p {
    font-size: 20px;
  }
  section#testemonials {
    height: 400px;
  }
  section#testemonials .carousel-item .container {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #mainNav {
    border: none;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav div#navbarResponsive {
    margin-right: 0px;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: 40px;
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: #9a7a7b;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: 70px;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  div.mast-right-info {
    margin-top: -100px;
  }
  header.medium-masthead {
    height: 500px;
  }
  header.medium-masthead div.head-overlay {
    height: 500px;
  }
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
  .flex-container {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
  header.masthead div.mast-btn-container {
    margin-top: 100px;
    margin-right: 0px;
  }
  header.masthead div.mast-right-info {
    margin-top: 0px;
  }
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
  .flex-container {
    flex-direction: row;
  }
}

/*# sourceMappingURL=main.css.map */
