body {
  background-color: #e9f0f0;
}
.justify-content-flex-start {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex-1 {
  -webkit-flex: 1;
  flex: 1;
}
.justify-content-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.posRel {
  position: relative;
}
.teal {
  background-color: #104825 !important;
  color: #fff;
}
.teal-text.text-lighten-2 {
  color: #104825 !important;
}
ul.listPdfs {
  margin-top: 0;
}
ul.listPdfs li {
  padding: 5px 0;
}
ul.listStyle li {
  list-style-type: disc;
  margin-left: 30px;
  padding: 2px 0;
}
ul.listCheck {
  margin-top: 0;
}
ul.listCheck li {
  padding: 0 0 10px 32px;
  position: relative;
}
ul.listCheck li ul {
  padding-top: 10px;
}
ul.listCheck li ul li:last-child {
  padding-bottom: 0;
}
ul.listCheck li:before {
  color: #fff;
  font-family: 'Material Icons';
  content: "check";
  width: 0.5em;
  left: 1%;
  position: absolute;
  top: 1%;
}
.hr {
    margin: 0 0 2rem 0;
    padding: 0 0 2.5rem 0;
    border-bottom: solid 2px rgba(51,51,51,0.12);
}
.leistungen h5 {
    margin-bottom: 2rem;
}
.leistungen-list-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 80px;
}

ul.leistungen-liste {
    margin: 0;
    font-size: 1.2rem;
}
ul.leistungen-liste li {
    padding: 5px 0;
    line-height: 1.2;
}
ul.leistungen-liste li:first-of-type {
    padding: 0 0 5px 0;
}
ul.leistungen-liste li ul li {
    padding: 3px 0 5px 8px;

}
ul.leistungen-liste li ul li:first-of-type {
    padding: 3px 0 3px 8px;
}
button:focus {
  background-color: rgba(16,72,37,.2) !important;
}
.btn, .btn-large, .btn-small {
  background-color: #104825 !important;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #346345 !important;
}
.teal-text {
  color: #104825 !important;
}
a:hover.teal-text {
  opacity: .8;
}
.teal a {
  color: #fff;
}
.teal a:hover {
  opacity: .8;
}
a.inverseLink {
  opacity: .8;
}
a.inverseLink:hover {
  opacity: 1;
}
i.left {
  float: left;
  margin-right: 5px;
}
.topNavWrapper {
  border-bottom: 1px solid #cccccc;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
.topNav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  height: 54px;
}
.language-select-wrapper {
  position: relative;
  margin-right: 20px;
}
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  right: 32px;
  top: 8px;
}
.sidenav li > a.btn {
  height: 32px;
  width: 32px;
  line-height: 32px;
  padding: 0;
  margin-left: 0;
}
.sidenav li > a.btn:first-child {
  margin-left: 32px;
}
.sidenav-language-select-header {
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0 32px;
}
.sidenav-language-select {
  display: -webkit-flex;
  display: flex;
}
.fixed-action-btn {
  position: initial;
  right: initial;
  bottom: initial;
}
.btn-floating {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
nav {
   -webkit-box-shadow: none;
   box-shadow: none;
  border-bottom: 1px solid #f0f0f0;
  height: 120px;
}
nav .brand-logo {
  color: #104825 !important;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.4rem;
  position: relative;
}
nav .brand-logo span {
  font-size: 15px;
  text-transform: none;
}
nav .nav-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
  margin-top: 54px;
}
.navWrapper {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
nav ul a {
  color: #444;
}
nav ul a:hover {
  background-color: rgba(233, 240, 240, 0.5);
}
p {
  margin: 0 0 10px 0;
}
.sidenav-trigger {
  color: #104825 !important;
}
.not-to-show-in-small-devices {
  display: inline-block;
}
h2.header {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.4rem;
  margin: 6rem 0 0 0;
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
.parallax-container .section  {
    width: 100%;
 }
.btnGroup {
  position: absolute;
  top: -24px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.btnGroup a {
  margin: 5px;
}
.welcomeText {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 50px 0 60px 0;
}
.aktuelles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  padding: 30px 0 50px 0;
}
.aktuelles-mit-image {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.text-highlight {
  font-weight: 500;
  font-size: medium;
}
.praxis {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  padding: 50px 0;
}
.bricklayer-column {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.box {
  margin: 20px 0;
}
/* Bricklayer calculates its column sizes  from the `bricklayer-column-sizer` element. You can give it some width with media queries to make it responsive */
@media screen and (min-width: 300px) {
  .bricklayer-column-sizer {
    /* If page is greater than 300px, columns will be 20% wide. */
    width: 20%;
  }
}

@media screen and (min-width: 400px) {
  .bricklayer-column-sizer {
    /* If page is greater than 400px, columns will be 10% wide, which are more narrow. */
    width: 10%;
  }
}

@media screen and (min-width: 700px) {
  .bricklayer-column-sizer {
    /* If page is greater than 700px, columns will be 5% wide. That means there will be lots of columns */
    width: 5%;
  }
}

.team {
  padding: 50px 0;
}
.teamWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 24px 0;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.aerzteWrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 24px 0;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.teamDoppel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.singlePerson {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  min-width: 550px;
}
.arztDescription {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.teamImg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: center;
  align-items: center;
  min-width: 320px;
  margin: 24px 0;
}
.teamDescription {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.modal:focus {
  outline: none;
}
.modal.bottom-sheet {
  max-height: 70%;
}
.recipeWrapper {
  display: block;
}
.input-field .prefix.active {
  color: #104825 !important;
}
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:after {
  background-color: #104825 !important;
}
[type="radio"]:checked + span:after, [type="radio"].with-gap:checked + span:before, [type="radio"].with-gap:checked + span:after {
  border: 2px solid #104825 !important;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #104825 !important;
  -webkit-box-shadow: 0 1px 0 0 #104825 !important;
  box-shadow: 0 1px 0 0 #104825 !important;
}
.datepicker-date-display {
  background-color: #104825 !important;
}
.datepicker-table td.is-selected {
  background-color: #104825 !important;
}
.datepicker-cancel, .datepicker-clear, .datepicker-done {
  color: #104825 !important;
}
.datepicker-controls .select-month input {
  width: 80px;
}
.toast {
  background-color: #676767;
}
.tableEmergencyPhone {
  width: initial;
}
.tableEmergencyPhone tr {
  border:none;
}
.tableEmergencyPhone td {
  padding: 8px 12px;
  vertical-align: top;
}
.tableEmergencyPhone td:first-child {
  padding: 8px 12px 8px 0;
  vertical-align: top;
}
.tableEmergencyPhone a {
  margin: 0;
}
@media only screen and (max-width: 992px) {
table.responsive-table td {
  display: table-cell;
}
  table.responsive-table tbody tr {
    display: table-row;
  }
}
.closeModal {
  position: fixed;
  right: 20px;
}
ul.vita li {
  padding: 5px 0;
}
.nachOben a,
.nachOben a:hover {
  font-size:16px;
  color:#fff;
}
.leistungen  {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  padding: 50px 0;
}
.circle {
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,.08);
}
.Kontakt  {
  padding: 30px 0 50px;
}
.tableSprechzeiten tr {
  border-bottom: none;
}
.tableSprechzeiten td {
    padding: 0 16px 0 0;
    white-space: nowrap;
    vertical-align: top;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}
footer.page-footer {
  margin: 0;
  background-color:  #676767;
  color: #fff;
}
.page-footer {
  padding: 50px 0;
}
.footerNav {
  min-height: 76px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.footerNav a {
  padding: 0 15px;
}
.page-footer a {
  color: #fff;
}
.page-footer a:hover {
  opacity: .8;
}
.nachOben {
  bottom: 120px;
  right: 3%;
  position: fixed;
}
@media only screen and (max-width: 1424px) {
  .teamWrapper,
  .teamDoppel {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1120px)
{
  .brand-logo img {
    width: 300px;
  }
  nav .nav-wrapper {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1121px)
{
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
  height: 170px;
  }
}
@media only screen and (max-width: 1022px) {
    .leistungen-list-wrapper {
        -webkit-flex-flow: column;
        flex-flow: column;
        gap: 8px;
    }

}
@media only screen and (min-width: 993px)
{
  .container  {
    width: 90%;
  }
}
@media only screen and (max-width : 992px) {
  .topNav {
    padding: 10px 15px;
  }
  nav .nav-wrapper {
    padding-bottom: 15px;
    margin-top: 44px;
  }
  nav .brand-logo {
     left: initial;
     -webkit-transform: none;
     transform: none;
  }
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  .arztImg {
    -webkit-flex: 1;
    flex: 1;
    min-width: 100%;
  }
  .odd .arztDescription {
    order: 2;
  }
}
@media only screen and (max-width: 740px) {
  .btnGroup a {
    text-transform: unset;
  }
}
@media only screen and (max-width: 670px) {
  .btnGroup a {
    max-width: 58px;
  }
}
@media only screen and (max-width: 640px) {
  .singlePerson {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    min-width: auto;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (min-width: 601px) {
  .navbar-fixed {
    height: 64px;
  }
}
@media only screen and (max-width : 600px) {
  .topNav {
    padding: 15px 0;
  }
  h2 {
    font-size: 2.5rem;
  }
  #index-banner .section {
    top: 0;
  }
  .not-to-show-in-small-devices {
    display: none;
  }
  .language-select-wrapper {
    display: none;
  }
}
@media only screen and (max-width : 430px) {
  .topNav {
    display: none;
  }
  nav .nav-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width : 360px) {
  nav  {
    height: 90px;
  }
}

