html, body {
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;  
  min-height: 100%;
}

#main {
	flex:1;
}

#legal {
	flex:1;
}

#footer {
    flex-shrink: 0;
}

#footer .legal {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}

#footer .legal a {
	cursor: pointer;
}

#map-section {
	position: relative;
}

#map {
  text-align: center;
  margin-top:25px;
  display:none;
}

#map img {
	max-width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
}

#map h3 {
	margin-top:50px;
}

#imprint {
	margin-top:120px;
}

#faq {
	margin-bottom:50px;
}

@media (min-width: 915px) {
	#imprint {
		margin-top:80px;
	}
}

@media (max-width: 914px) {
	#imprint {
		margin-top:60px;
	}
}

@media (max-width: 740px) {
	#imprint {
		margin-top:40px;
	}
}

@media (max-width: 667px) {
	#imprint {
		margin-top:20px;
	}
}

@media (max-width: 653px) {
	#imprint {
	    margin-top:0px;
	}
}

.services .php-email-form {
	margin-bottom: 25px;
}

.services .php-email-form .form-group input {
	width: 100%;
	margin-bottom: 15px;
}

.services .php-email-form input, 
.services .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
}

.services .php-email-form textarea {
  padding: 10px 12px;
}

.services .php-email-form button[type="submit"] {
  background: #7cc576;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
  width: 100%;
}

.services .php-email-form button[type="submit"]:hover {
  background: #61b959;
}

.services .addr-list {
  padding: 0;
  list-style: none;
}

.services .addr-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.services .addr-list a {
  display: block;
  position: relative;
  font-family: #7cc576;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
  margin-bottom: 15px;
  color: #e3e3e3;
}

.services .addr-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.services .addr-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.services .addr-list .icon-show {
  display: none;
}

.services .addr-list a.collapsed {
  color: #7cc576;
}

.services .addr-list a.collapsed:hover {
  color: #e3e3e3;
}

.services .addr-list a.collapsed .icon-show {
  display: inline-block;
}

.services .addr-list a.collapsed .icon-close {
  display: none;
}

.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge {
	/* show the badge on top, not bottom */
	position: relative;
	top: -20px;
	
	/* and move it in to the left a little */
	left: -5px;
}

.badge-warning {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 14px;
	text-align: center;
	background-color: yellow;
	color: black;	
}

.browser-list {
	/* no list item indicators */
	list-style-type: none;
	cursor: pointer;
}

.browser-list li {
	margin-bottom:25px;
}

.browser-list li a,
#map a {
	color: black;
}