html {
    min-height: 100%;
	position: relative;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: medium;
    line-height: 1.8em;
    color: #575656;
    margin-bottom: 120px;
	background-color: white;
}

h1, h2 {
	font-weight: 600;
}

h1 {
	font-size: 2.5rem;
	font-weight: 600;
	color: white;
	padding-top: 7%;
	padding-bottom: 11%;
	margin-bottom: 0;
}

.logo {
    width: 350px;
    margin-top: 40px;
	border-radius: 12px;
}

.text-box  {
	display: flex;
	justify-content: center;
}

.text-contentbox {
	background: #323232d1;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
}

h2 {
	font-size: 2rem;
}

hr {
	margin-top: 0;
	background-color: gray;
}

section:before {
    height: 28px;
    content: "";
    display:block;
}

ul.myul {
    list-style: circle;
}


.section-bg {
    background-color: #f8f9f9;
}

.header-image {
    background-image: url('../img/bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 2.5%;
}

.content {
	width: 840px;
	max-width: 100%;
	margin-left: auto;
    margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1rem;
}

/* Telefonnummer */
a[href^=tel]:hover {
	text-decoration: none;
}

span.phonenumber {
    white-space: nowrap;
}

/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #0CADC4;
    color: white;
}

/* Navigation */
.collapsing {
  transition: none !important;
}

.mynavbar {
    text-align: center;
	border-bottom: 1px solid gray;
}

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

.mynavbar ul li {
    display: inline-block;
    min-width: 90px;
    padding-left: 6px;
    padding-right: 6px;
}

.mynavbar ul li a {
    line-height: 40px;
}

.mynavbar ul li a:hover {
    color: black;
}

.nav-link {
	padding: 0;
}

.nav-link:hover {
	color: black !important;
}

.nav-link.active {
	background-color: #0CADC4;
	color: white !important;
	border-radius: .25rem;
}

.mynavbar-nav {
  display: flex;
  width: 100%;
  left: 50%;
  justify-content: center;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.5rem;
		padding-top: 6%;
		padding-bottom: 12%;
    }
	
	h2 {
		font-size: 1.4rem;
	}
	
	h3 {
		font-size: 1.1rem;
	}
	
	.text-contentbox {
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.mynavbar .navbar-collapse {
		margin-top: 10px;
	}
   
   .language {
	   margin-top: 1rem;
	   margin-bottom: 1rem;
   }

}