/*
colors
#2699f7
#00af75
*/

.navbar {
  padding-left: 0;
  padding-right: 0;
}

/* smaller screens */
@media (max-width: 991px) {
  .navbar .navbar-brand img {
    width: 200px !important;
  }
}

/* bigger screens */
@media (min-width: 992px) {
  .navbar {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar ul li.active a.nav-link {
    color: #00af75 !important;
  }

  .contact .more-cities-wrapper {
    max-height: 300px;
    overflow-y: scroll;
  }
}

.navbar .phone-number {
  background-color: #fbe14f;
  padding: 12px 16px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  white-space: nowrap;
  border-radius: 3px;
}

.navbar .phone-number .phone-icon {
  width: 22px;
  margin-right: 7px;
  margin-bottom: 3px;
}

.zoom {
  display: inline-block;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.zoom:hover {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.05);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.05);
  transition: all 200ms ease-in;
  transform: scale(1.05);
}

#phone-number-mobile {
  background-color: #fbe14f;
  padding: 12px 16px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 18px;
  white-space: nowrap;
  border-radius: 3px;
}

#phone-number-mobile .phone-icon {
  width: 22px;
  margin-right: 7px;
  margin-bottom: 3px;
}

.call-action-wrapper {
  background-color: #00af75;
  margin-bottom: 40px;
}

.call-action-container {
  color: white;
  font-size: 22px;
}

.call-action-container .phone-number {
  /* background-color: #fbe14f; */
  padding: 10px 14px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 24px;
  white-space: nowrap;
  border-radius: 3px;
}

.call-action-container .phone-icon {
  width: 32px;
  margin-right: 10px;
  margin-bottom: 3px;
}

/* footer */

footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
}

footer .copyright {
  color: #a1a1a1;
}

footer ul.link-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

footer ul.link-list li {
  display: inline;
  margin-left: 10px;
}

footer ul.link-list li a {
  color: #a1a1a1;
}

/* pages */

.page {
  margin-bottom: 60px;
}

.page-home ul.list-tops {
  padding-left: 0;
  margin-bottom: 20px;
}

.page-home ul.list-tops li img {
  margin-right: 14px;
}

.page-home ul.list-tops li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}

.page-home .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  column-gap: 20px;
  row-gap: 20px;
}

.page-home .grid-container .grid-item {
  background-color: rgb(247, 247, 247);
  padding: 5px 10px;
  border-radius: 5px;
}

.page-home .grid-container .grid-item a {
  color: #424242;
}

.page-bautrocknung h2,
.page-leckortung h2,
.page-wasserschaden h2 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #00af75;
}

.page-wasserschaden ol.list-was-unternehmen li {
  margin-bottom: 20px;
}

.page-wasserschaden ol.list-ablauf li {
  margin-bottom: 10px;
}

.page-bautrocknung {
}

.page-notheizung {
}

.page-wasserschaden {
}

.page-leckortung {
}

.content h1 {
  margin-bottom: 30px;
}

/* breadcrumb */
.custom-breadcrumb {
  background-color: #00af75;
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  margin-bottom: 40px;
}

/* page-leistungen */

.page-leistungen ul.list-leistungen {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.page-leistungen ul.list-leistungen img {
  margin-right: 16px;
}

.page-leistungen ul.list-leistungen li {
  font-size: 22px;
  margin-bottom: 10px;
}
