* {
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}

h2 {
	font-weight: bold;
	text-align: center;
	color: #0057a3;
	font-size: 3.5em;
	text-transform: uppercase;
	margin-top:80px;
	margin-bottom:50px;
}
h3 {
	font-weight: bold;
	color: #0057a3;
	text-transform: uppercase;
	text-align: center;
}
h4 {
	font-weight: bold;
	color: #0057a3;
	text-transform: uppercase;
	text-align: center;
}

hr {
	border-color: #0057a3;
}
p {
	color: #4a5157;
	font-size: 18px
}

.rufnummer {
	float: right;
	margin-right: 15%;
	max-width: 200px;
}

.logo {
    margin-bottom: -275px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 860px;
    margin-top: 10px;
}
.logo-xs {
	margin-bottom: -31.8%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
}

.head_bg {
    float: right;
	width:100%;
}

.image_content {
	text-align: center;
}

.leistung-icons {
	max-height: 100px;
	margin-left:auto;
	margin-right: auto;
	display:block;
}
.dreipunktleistung h3 {
	text-align: center;
}
.dreipunktleistung ul {
    list-style: square;
    font-size: 20px;
	text-align:center;
	color:#4a5157;
	padding-left:0px;
}
.dreipunktleistung li {
   display:inline-block;
}
.dreipunktleistung li:before {
   content: "■ ";
   margin-top: -3px;
}

.navigation {
	font-weight: bold;
	margin-top: 120px;
	font-size: 1.5em;
	line-height: 2.4em;
}
.navigation-sm {
	font-weight: bold;
	margin-top: 15px;
	font-size: 1.5em;
	line-height: 1.8em;
	float:left;
}
.navibar a {
	color: #00589a;
}
.navibar {
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.content-willkommen {
	padding-bottom: 50px;
}
.text-center {
	text-align: center;
}
.content-kontakt h2, .content-kontakt p, .content-kontakt a {
	color: #fff;
}
.content-kontakt p {
	line-height: 35px;
}
.content-kontakt {
	background-image: url("../images/kontakt_bg.png");
	background-size: cover;
	background-position: center;
	padding-bottom: 50px;
}
.kontakt_logo {
	max-width: 270px;
	margin-bottom: 35px;
}
.content-impressum {
	background-size: cover;
	background-position: center;
}
.content-impressum span {
	font-weight: bold;
	color: #0057a3;
}
.content-datenschutz {
	padding-bottom: 50px;
}
.undzeichen {
	
}

.zertifikat {
	margin-right: auto;
	margin-left: auto;
	display:block;
	margin-top: 35px;
	max-height: 150px;
}

.h2-left{
	text-align: left;
}

#rufnummer_container{
	position: absolute;
	right: 128px;
	font-size: 24px;
	font-weight: bold;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	padding: 16px 32px;
	background-color: darkred;
	color: white;
	z-index: 100;
}

#rufnummer{
	-webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	font-size: 20px;
	font-weight: bold;
	color: white;
}

@media (max-width: 768px) {
	#rufnummer_container {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 25%;
		width: 50%;
		margin: 0;
		font-size: 18px; /* Optional: kleinere Schriftgröße für mobile Ansicht */
		transform: none;
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-o-transform: skew(-20deg);
		padding: 12px 16px;
		background-color: darkred;
		color: white;
		z-index: 100;
		text-align: center;
	}
}
