@font-face { 
  font-family: "Akkurat"; 
  src: url("../font/AkkRg___.ttf"); 
}

body {
  font-family: "Akkurat";
}

.lazy {
  background-image: none;
  background-color: #F1F1FA;
}

.carousel-item {
  background-image: none no-repeat center center fixed; 
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide-text {
  display: none
}

.footer {
  height: 80px;
  padding: 0 0;
  background-color: white;
}

.footer img {
  max-height: 70px;
}

.menu {
  background-color: white;
  height: 100vh;
  overflow: scroll;
}

.menu-item {
  text-decoration: underline;
  cursor: pointer
}

.menu-item:hover, .menu-button:hover, .menu-item:hover a {
  color: #545454 !important;
  cursor: pointer
}

.icon:hover {
  color:#545454;
}

.navbar-toggler-icon {
  background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=000000');
}

.navbar-toggler-icon:hover {
  background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=545454');
}

p, .about-table {
  font-size: 14px
}

.about-table tr td:first-child {
  width: 8em;
}

.about-table tbody tr td {
  padding: 3px 10px
}

.fit {
  width:1px; 
  white-space:nowrap;
}

#team, #kontakt, #buero, #jobs, #menu-content {
  display: none
}

.menu-item a:link, .menu-item a:visited, .menu-item a:active {
  text-decoration: underline;
  color: #212529
}

/*.sliderbutton, #menu-open-button {
  background-color: lightgrey;
}

.sliderbutton span {
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}


#menu-open-button span {
  margin-right: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}*/

#menu-open-button {
  color: #eeeeee;
  padding: 8px;
  border-radius: 2px;
}

#menu-open-button:hover {
  color: #aaaaaa !important;
}

.sliderbutton {
  color: white
}

.active {
  color: grey
}

.block-line {
  line-height: 1.2em;
  font-size: 0.7em
}

.emptyLine {
  min-height: 0.85em;
  line-height: 0.85em;
}

.mail:link, .mail:visited, .mail:active {
  text-decoration: none !important;
  color: #212529
} 

.button-auszeichnung {
  position: fixed;
  bottom: 6em;
  padding-right: 2em;
  right: 0;
  height: 170px
}

@media screen and (max-width: 815px) {
  .button-auszeichnung {
    position: fixed;
    bottom: 3em;
    padding-right: 1em;
    right: 0;
    height: 120px
  }

  .slide-text > p:not(:first-child) {
    display: none;
  }

  .slide-text > p:first-child {
    font-size: 10px
  }

  .emptyLine {
    display: none;
  }
  
  .footer {
    margin: auto 0;
    height: 35px;
  }

  .img-fluid {
    height: 35px;
  }
}

@media screen and (max-width: 630px) {
  .slide-text > p {
    display: none;
  }
}