@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MaterialIcons-Regular.eot');
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.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';
}

/*  G L O B A L
- - - - - - - - - - - - - - - - - - - - - - - */

html {
  font-size: 16px;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #758190;
}

.backdrop {
  background-color: #758190;
}

nav .button-collapse i{
    font-size: 2.5rem;
    background-color: #FFF;
}

.parallax-container {
  min-height: 600px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

#team img.responsive-img {
    max-width: 50%;
}

ul {
    margin: 0px;
}

@media only screen and (max-width : 992px) {
  /*.parallax-container .section {
    position: absolute;
    top: 40%;
  }*/
  #start .section {
    top: 10%;
  }
  #start h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width : 600px) {
  #start .section {
    top: 0;
  }
  #start h1 {
    font-size: 2.5rem;
  }
  .parallax-container-team {
    display: none;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', 'Roboto', Arial, Helvetica, sans-serif;
}

small.light {
  display: block;
  font-size: 60%;
}

#sidenav-overlay {
  z-index: 1;
}

a { color: rgba(0, 0, 0, 0.87);}
a:hover { color: #758190; }

#team a, #footer a { color: #FFF;}
#team a:hover, #footer a:hover { color: #E3E3E3 }

p.subline {
  font-size: 1.3rem;
}
.subline {
    padding-bottom: 50px;
}

@media only screen and (min-width: 601px) {
  .text-right {
    text-align: right;
  }
}


/*  H E A D E R
- - - - - - - - - - - - - - - - - - - - - - - */

#sticky-wrapper {height: 0 !important;}


@media only screen and (min-width: 993px) {

  .is-sticky .nav-wrapper {
    background-color: #FFF;
    border-bottom: 1px solid #E3E3E3;
  }

}

.nav-wrapper {
  -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

/* nav .brand-logo span {
  font-size: 1rem;
}*/

nav {
  background: transparent !important;
  box-shadow: none;
  position: absolute;
  z-index: 5;
}

nav ul.left {
  padding: 0 30px;
}

nav ul.right {
  padding: 0 15px;
}

nav ul.left i.material-icons {
  height: auto;
  line-height: initial;
  display: inline-block;
  font-size: 1.4em;
  vertical-align: text-bottom;
}

nav ul a:hover, nav ul a:active {
  color: #758190;
  background-color: transparent;
}

nav .button-collapse {
  margin-left: 15px;
}




/*  S E C T I O N S
- - - - - - - - - - - - - - - - - - - - - - - */

.section {

  padding-top: 3rem;
  padding-bottom: 3rem;

}

.section ul li {
  line-height: 1.4rem;
  margin-bottom: 0.8rem
}

.parallax-container {
  -moz-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.15), inset 0 -40px 40px -40px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.15), inset 0 -40px 40px -40px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 40px 40px -40px rgba(0, 0, 0, 0.15), inset 0 -40px 40px -40px rgba(0, 0, 0, 0.15);
}

#index-banner .section {
  padding-top: 1rem;
}

#index-banner.parallax-container {
  min-height:  500px;
  -webkit-box-shadow: inset 0px -50px 50px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px -50px 50px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px -50px 50px 0px rgba(255, 255, 255, 1);
}

#start .section {
  margin-top: -60px;
  margin-bottom: 100px;
  text-shadow: 0px 0px 40px rgba(255, 255, 255, 1);
}

#start h1 {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #758190;
  min-width: 60%;
  display: inline-block;
  font-weight: 300;
}

#start h4 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 2rem;
}

#start h5, #leistungen h5 {
  margin-bottom: 5px;
  font-size: 1.5rem;
}

.tabs, .tab {
    height: 100%!important;
    text-transform:none!important;
}
.tabs .tab a {
    color: #444!important;
}
.tabs .tab a:hover {
    color: #758190!important;
}
.tab a img {
    display: block;
}
#map {
  line-height:9px;
  margin: 0;
  height: 380px;
}
#map iframe {
  width: 100%;
}

#map p {
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 300;
}

#map .gm-style-iw {
  text-align: center;
}


#team .col.m4 {
  padding: 0;
}
#team .col.m4 p,
#team .col.m4 h5 {
  padding: 0 0.75rem;
}

#team .col.m4 h5 small {
  height: 30px;
  display: block;
  margin-top: -10px;
}

#team {
  background-color: #758190;
}

#team h3 {
  margin-bottom: 0;
}

#team p {
  line-height: 1.5rem;
}

.modal-content, .modal-content ul, .modal-footer {
    background-color: #758190!important;
}

.modal-content .close {
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 99;
}

.modal-content p {
    margin: 0px;
    font-size: 14px;
    padding: 15px 0px;
}
.modal-content h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: none;
    border-bottom: none;
    border: none;
}

.modal-content h4 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: none;
    border-bottom: none;
    border: none;
}
.modal-content h5 {
    font-size: 14px;
    font-weight: bold;
}

#vita, #fortbildungen {
    padding-top: 20px;
    text-align: center;
}

.indicator{
    background-color: #FFF!important;
}

/*  F O O T E R
- - - - - - - - - - - - - - - - - - - - - - - */

footer.page-footer {
  margin: 0;
  padding: 35px 0 20px 0;
  min-height: 240px;
  font-size: 14px;
    background-color: #758190;
}

footer p {
  line-height: 21px;
}
footer h4 {
  margin: 0;
  font-weight: 300;
border-bottom: 1px solid white;
    padding-bottom: 5px;
    display: inline-block;
}
footer h5 {
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem 0;
}
footer h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
}


@media only screen and (max-width: 480px) {
  
  #start h1 {
    font-size: 2.5rem;
  }

  #start h4 {
    font-size: 1.7rem;
  }

  #start h5 {
    font-size: 1.4rem;
  }
  
  .drag-target {
    width: 20% !important;
  }
  
}

@media only screen and (max-width: 600px) {
  footer .col.s12,
  #sprechzeiten .col.s12,
  #start .col.s12 {
    text-align:  center;
    margin-top: 20px;
  }
  .parallax-container {
    min-height: 300px!important;
  }
  .parallax-container img {
      max-width: 679px!important;
  }
  .smallparallax img {
    max-width: 600px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
}

@media only screen and (min-width: 601px) {
    .portraits {
        display: none;
    }
}

.portraits {
    margin-top: 25px;
}
#team .material-icons, #footer .material-icons {
    vertical-align:middle;
    font-size: 1.8rem
}
button {
    margin-right:10px;
}
