

@font-face {
    font-family:"Assistant Regular";
    src:url("../media/fonts/Assistant-Regular.woff2") format("woff2"),url("../media/fonts/Assistant-Regular.woff") format("woff"),url("../media/fonts/Assistant-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Assistant Bold";
    src:url("../media/fonts/Assistant-Bold.woff2") format("woff2"),url("../media/fonts/Assistant-Bold.woff") format("woff"),url("../media/fonts/Assistant-Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}



/*
	SCHRIFTEN TEXTSEITEN
	H1 / Assistant Bold, 26pt, Zeilendurchschuss 30pt, Laufweite 100, Großbuchstaben H2 / Assistant Bold, 16pt, Zeilendurchschuss 24pt, Laufweite 80, Großbuchstaben Zwischentitel / Assistant Bold, 14pt, Zeilendurchschuss 24pt, Großbuchstaben Mengentext / Assistant Regular, 14pt, Zeilendurchschuss 24pt
	Hervorhebungen im Mengentext / Assistant Bold, 14pt, Zeilendurchschuss 24pt
	Links im Mengentext / Assistant Regular, 14pt, Zeilendurchschuss 24pt, pink oder blau
	Button / Assistant Regular, 14pt, Zeilendurchschuss 24pt, pink oder blau, Großbuchstaben Button Hover / Assistant Bold, 14pt, Zeilendurchschuss 24pt, pink oder blau, Großbuchstaben
	SCHRIFTEN NAVI
	Hauptnavi / Assistant Regular, SG 14, ZDS 24, LW 200, dunkelgrau #575756
	Hauptnavi – Hover und Aktuelle Seite / Assistant Regular, SG 14, ZDS 24, LW 200, pink Navi im Footer / Assistant Regular, SG 14, ZDS 24, LW 200, hellgrau #878787
	
	
	HELLBLAU: #417ca8
	BlAU: #0d3c60

*/
.color-white {
	color: #fff;
}
.bg-white {
	background: #fff;
}
.bg-blue {
	background: #0d3c60;
}
.bg-lightblue {
	background: #417ca8;
}

.db {
	border: 3px solid #0d3c60;
}

div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #fff url('../media/img/loader.gif') no-repeat center center; 
}

html {
	height: 100%;
	min-height: 100%;
	font-family: 'Assistant Regular';
	font-weight: 400;
}

body {
	height: 100%;
	min-height: 100%;
	overflow: auto;
	overflow-x: hidden;
	font-family: 'Assistant Regular';
	font-weight: 400;
	font-size:14pt;
	line-height: 24pt;
	color: #000;
	background-color: #fff;
	letter-spacing: 0px;
}

h1 {
	font-family: 'Assistant Bold';
	font-weight: 400;
	font-size: 26pt;
	color: #000;
	line-height: 30pt;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2 {
	font-family: 'Assistant Bold';
	font-weight: 400;
	font-size:16pt;
	color: #000;
	line-height: 24pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h3 {
	font-family: 'Assistant Bold';
	font-weight: 400;
	font-size:14pt;
	color: #000;
	line-height: 24pt;
	text-transform: uppercase;
}
h4,h5,h6 {
	font-family: 'Assistant Bold';
	font-weight: 400;
	font-size:14pt;
	color: #000;
	line-height: 16pt;
}

hr {
	border:none;
	border-top: 1px solid rgba(108, 120, 113, 0.60);
}

a,a:active,a:visited,a:link {
	color: #0d3c60;
	text-decoration: none;
}
a:hover {
	color: #0d3c60;
	text-decoration: underline;
	transition: ease .5s;
}

a.btn-customy,a.btn-customy:active,a.btn-customy:visited,a.btn-customy:link {
	background: #417ca8;
	border: 1px solid #0d3c60;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
}
a.btn-customy:hover {
	background: #0d3c60;
	border: 1px solid #0d3c60;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
	transition: ease .5s;
	text-decoration: none;
}

a.btn-default,a.btn-default:active,a.btn-default:visited,a.btn-default:link {
	background: #417ca8;
	border: 1px solid #0d3c60;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
}
a.btn-default:hover {
	background: #0d3c60;
	border: 1px solid #0d3c60;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
	transition: ease .5s;
	text-decoration: none;
}

.form-customy {
	border: 1px solid #417ca8;
	border-radius: 0px;
	color: #1b5b65 !important;
}

.meine-geraete-container {
	border: 1px solid #e62b76;
	border-radius: 0px;
	color: #1b5b65 !important;
	padding: 10px;
	margin-bottom: 20px;
}

input.btn-default,input.btn-default:active,input.btn-default:visited,input.btn-default:link {
	background: #417ca8;
	border: 1px solid #0d3c60;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
}
input.btn-default:hover {
	background: #0d3c60;
	border: 1px solid #0d3c60;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
	transition: ease .5s;
	text-decoration: none;
}
input.btn-default:disabled {
	background: tranparent;
	border: 1px solid #ccc;
	
}
input.btn-default:disabled:hover {
	background: tranparent !important;
	border: 1px solid #ccc;
	cursor: not-allowed;
	
}

a.user_menu_link,a.user_menu_link:active,a.user_menu_link:visited,a.user_menu_link:link { 
	display: inline-block;	
	width: 100% !important;
	margin-top:5px;
	color: #fff;
	background: #1b5b65;
	text-decoration: none;
	border: none;
	padding:5px 10px 4px 10px;
}
a.user_menu_link:hover {
	color: #fff;
	border: none;
	text-decoration: none;
	background: #e62b76;
	transition: ease .5s;
}

a.user_menu_link.active {
	background: #e62b76;
	color: #fff;
}

.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 240px !important;
	max-width: 240px !important;
	z-index:99999;
}
.logo_navbar {
	margin-top: 0px;
	min-height: 50px !important;
	max-height: 50px !important;
	width: auto;
}
.mt-top-menu {
	margin-top: 0px;
}

.main-menu-container {
	border-bottom: 2px solid #417ca8;
	background: #0d3c60;
	height: 76px !important;
	color:#fff;
}

li.nav-item a.nav-link,li.nav-item a.nav-link:active,li.nav-item a.nav-link:visited,li.nav-item a.nav-link:link {
	margin-top: 48px;
	color: #fff !important;
	text-decoration: none;
	padding: 0px 30px;
	line-height: 12pt;
	border: 0px solid red;
	height: 54px;
	letter-spacing: 1px;
}

li.nav-item a.nav-link i {
	position: inherit;
	margin-left: auto;
	margin-right: auto;
	color: #fff;	
}

li.nav-item a.nav-link:hover {
	color: #417ca8 !important;
	text-decoration: none;
	transition: ease .5s;
}



li.nav-item a.nav-link:hover i {
	color: #417ca8 !important;
	text-decoration: none;
	transition: ease .5s;
}



li.nav-item.active a.nav-link {
	color: #417ca8 !important;
	text-decoration: none;
	transition: ease .5s;
}


li.nav-item a.nav-link.nav-link-blue:hover {
	color: #5ec4ed !important;
	text-decoration: none;
	transition: ease .5s;
}



a.subnav-link {
	clear: left;
	float: left;
	color: #fff;
	margin-top: 10px;
	font-size: 14pt;
}

img.plus-subnav-container {
	position: absolute;
	bottom: -16px;
	height: 40px;
	right: -16px;
}



.main-menu-icon {
	max-width: 20px !important;
	margin-left: 10px;
}

.footer-container a {
	color: #fff !important;
	
}

.footer-container {
	min-height: 100px !important;
}



a.nav-link-footer,a.nav-link-footer:active,a.nav-link-footer:visited,a.nav-link-footer:link {
	color: #fff !important;
	text-decoration: none;
	padding: 2px 80px 2px 0px;
	font-size:12pt;
	line-height: 20pt;
	text-align: left;
	border: 0px solid red;
	text-align: left;
}
a.nav-link-footer.first,a.nav-link-footer.first:active,a.nav-link-footer.first:visited,a.nav-link-footer.first:link {
	padding-left: 0px;
}
a.nav-link-footer:hover {
	color: #417ca8 !important;
	text-decoration: none;
	transition: ease .5s;
}
a.nav-link-footer.active {
	color: #417ca8 !important;
	text-decoration: none;
	transition: ease .5s;
}


.textlogo-big {
	font-size:30pt;
	color:#fff;
}
.textlogo-normal {
	font-size:20pt;
	color:#fff;
}

.footer-copyright {
	color: #999999 !important;
	font-size: 12pt;
}

.footer-copyright img  {
	color: #1b5b65 !important;
	font-size: 16pt;
	max-height: 16pt;
}

.footer a,.footer a:active,.footer a:visited,.footer a:link,.footer p, .footer h3 {
	color: #fff;
}


.kontakt-map {
	width: 100% !important;
	height: 500px;
	border:none;
	border-bottom: 1px solid #445256;
}


.btn:focus,.btn:active {
	outline: none !important;
	box-shadow: none;
}


/*=======================. Kundenrezesion. ==================================*/

.kundenrezesion-container {
    flex: 1 1 200px; /* Flexibles Wachstum, aber mindestens 300px breit */
    width: 300px; /* Feste Breite für größere Bildschirme */
    height: 350px; /* Höhe anpassen */
    max-width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(65, 124, 168, 0.50);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}
/*=======================. Geschäftsführer. ==================================*/


.geschäftsfuehrer-container {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(65, 124, 168, 0.50);
    padding: 20px;
    transition: transform 0.3s ease;
}
@media (max-width: 768px) { 
    .geschäftsfuehrer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        max-width: 90%;
    }
}

/*=======================. PRODUKTE. ==================================*/
.product-container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    max-width: 100%;
    margin: 0 auto;
    
}

.product-card {
    flex: 1 1 200px; /* Flexibles Wachstum, aber mindestens 300px breit */
    width: 300px; /* Feste Breite für größere Bildschirme */
    height: 850px; /* Höhe anpassen */
    max-width: 100%;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(65, 124, 168, 0.50);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-title-aktion {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    /* color: #5EB8FF;*/
    color: #0C3C60;
}
.product-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0C3C60;
}

.product-price {
	font-size: 30px;
    color: #0C3C60;
    margin-bottom: 0px;
}

.product-priceinfo {
    min-height: 40px;
	font-size: 12px;
    color: #464646;
    margin-bottom: 15px;
}

.product-description {
    min-height: 100px;
	font-size: 16px;
    margin-bottom: 20px;
    color: #464646;
    line-height: 1.2; /* Setzt den Zeilenabstand auf das 1,5-fache der Schriftgröße */
}

.product-service {
    font-size: 16px;
    margin-bottom: 10px;
    color: #464646;
    line-height: 1.2; /* Setzt den Zeilenabstand auf das 1,5-fache der Schriftgröße */
}


.product-divider {
    border: none; /* Keine Standardrahmen */
    height: 1px; /* Höhe der Linie */
    background-color: #e0e0e0; /* Farbe der Linie */
    margin: 10px 0; /* Abstand oben und unten */
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .product-container,
    .service-container {
        flex-direction: column; /* Karten untereinander anordnen */
        align-items: center; /* Zentriert die Karten horizontal */
        gap: 15px; /* Abstand zwischen den Karten */
        padding-left: 15px; /* Optionaler Innenabstand für bessere Sichtbarkeit */
        padding-right: 15px; /* Optionaler Innenabstand für bessere Sichtbarkeit */
    }

	.product-card {
        width: 100%; /* Vollständige Breite auf mobilen Geräten */
        height: auto; /* Höhe automatisch anpassen */
        max-width: none; /* Entfernt die maximale Breite für mobile Geräte */
        margin-bottom: 15px; /* Abstand zwischen den Karten */
	}
}

/* Link-Stile */
a.product-card-link,
.product-card-link {
    text-decoration: none;
    color: inherit; /* Erbt die Farbe vom übergeordneten Element */
}
.product-image {
    width: 100%;              			/* Bild nimmt die volle Breite der Karte ein */
    height: auto;             			/* Höhe wird automatisch angepasst */
    border-radius: 8px 8px 0 0; 		/* Abgerundete Ecken oben */
}
.product-card-link:hover .product-card {
    background-color: #F0F4F8; /* Hintergrundfarbe beim Hover-Effekt ändern */
}


/*=======================. Service. ==================================*/
.service-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}
.service-card {
    flex: 1 1 200px; /* Flexibles Wachstum, aber mindestens 300px breit */
    height: auto; /* Höhe automatisch anpassen */
    min-height: 400px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 100px; /* Reduziert für bessere mobile Ansicht */
    border: 1px solid rgba(65, 124, 168, 0.50);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
}


.service-card:hover {
    /* transform: translateY(-5px);*/
    text-decoration: none;
}
.service-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0C3C60;
}
.service-price {
	font-size: 30px;
    color: #0C3C60;
    margin-bottom: 0px;
}
.service-priceinfo {
    min-height: 60px;
	font-size: 12px;
    color: #464646;
    margin-bottom: 15px;
}
.service-description {
    min-height: 150px;
	font-size: 16px;
    margin-bottom: 20px;
    color: #464646;
}
.service-service {
	font-size: 16px;
    margin-bottom: 10px;
    color: #464646;
}
.service-divider {
    border: none; /* Keine Standardrahmen */
    height: 1px; /* Höhe der Linie */
    background-color: #e0e0e0; /* Farbe der Linie */
    margin: 10px 0; /* Abstand oben und unten */
}

/* Andere Stile bleiben größtenteils unverändert */

@media screen and (max-width: 768px) {
    .service-container {
        flex-direction: column;
        align-items: center;
    }
    .service-card {
        width: 100%;
        max-width: 350px; /* Maximale Breite für sehr schmale Bildschirme */
    }
    .service-title {
        font-size: 22px;
    }
    .service-price {
        font-size: 28px;
    }
    .service-description {
        font-size: 14px;
    }
}
a.service-card-link {

    text-decoration: none;
}
.service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    text-decoration: none;
}
.service-image {
    width: 100%;              			/* Bild nimmt die volle Breite der Karte ein */
    height: auto;             			/* Höhe wird automatisch angepasst */
    border-radius: 8px 8px 0 0; 		/* Abgerundete Ecken oben */
}
.service-card-link:hover .product-card {
    background-color: #f0f0f0;
    cursor: pointer;
    text-decoration: none;
}


/*=======================. SIDE MENU. ==================================*/

.side-menu-container {
	position: fixed;
	z-index: 99999;
	transform: translateY(25%);
	height: 100% !important;
	animation: fadein 3s;
	-moz-animation: fadein 3s; /* Firefox */
	-webkit-animation: fadein 3s; /* Safari and Chrome */
	-o-animation: fadein 3s; /* Opera */
}
img#side_img_1 {
	position: absolute;
	margin-left: -268px;
	min-width: 344px !important;
}
img#side_img_2 {
	position: absolute;
	margin-left: -282px;
	margin-top: 90px;
	min-width: 358px !important;
}



/*=======================. SLIDER HEADERBILDER. ==================================*/
.carousel-caption {
	width: 20% !important;
	color: #fff !important;
	left: 80%;
	top: 0px;
	height: 100% !important;
	background-color: rgba(0, 37, 47, 0.82);
	
}
.medis-logo-slider {
	max-width: 60% !important;
	position: absolute;
	bottom: 10%;
	left:20%;
}

.carousel-caption-inner {
	max-width: 80% !important;
	position: absolute;
	bottom: 20%;
	left:10%;
}

img.medis-anfuehrungszeichen-slider {
	max-width: 30px !important;
	margin-bottom: 20px;
}

.carousel-caption-inner hr {
	border-color: #fff;
	width: 40%;
}

p.medis-p1-slider {
	font-family: 'Assistant Bold';
	letter-spacing: 1px;
	font-size: 18pt;
}

p.medis-p2-slider {
	font-family: 'Assistant Regular';
	letter-spacing: 2px;
	font-size: 14pt;
}

img.medis-plus-slider {
	max-width: 40px !important;
	float: right;
	margin-top: -30px;
}

/*=======================. Kontakt Form Input Felder Einzelplatz. ==================================*/

.checkbox_pk {
	clear:left;
	display: block;
	float:left;
	vertical-align: middle;
	border: 2px solid #5ec4ed;
	margin-top: 10px;
	margin-left: 50px;
}
label {
	display: block;
	float:left;
}

.input_pk {
	display: block;
	float:left;
	width: 80%;
	border: 2px solid #5ec4ed;
	background: #FFFFFF !important;
	color: #000 !important;
	padding:5px;
	margin-top: 20px;
	
}

::-webkit-input-placeholder { /* Edge */
  color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::placeholder {
  color: #000;
  opacity: 0.6; /* Firefox */
}

input[type="text"]:focus {
  outline: none;
  box-shadow: 5px 5px 5px #99c1c7;
}
input[type="email"]:focus {
  outline: none;
  box-shadow: 5px 5px 5px #98c0c6;
}
input[type="date"]:focus {
  outline: none;
  box-shadow: 5px 5px 5px #98c0c6;
}
textarea:focus {
  outline: none;
  box-shadow: 5px 5px 5px #98c0c6;
}

img.form_icon {
	clear:left;
	display: block;
	float:left;
	margin-top: 20px;
	max-height: 46px !important;
}

.input_submit {
	clear:left;
	display: block;
	float:left;
	margin-top: 20px;
	margin-left: 50px;
}

input.input_submit,input.input_submit:active,input.input_submit:visited,input.input_submit:link {
	background: #fff;
	border: 2px solid #5ec4ed;
	color: #5ec4ed !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
}
input.input_submit:hover {
	background: #5ec4ed;
	border: 2px solid #5ec4ed;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
	transition: ease .5s;
	text-decoration: none;
}



/*=======================. Kontakt Form Input Felder Mehrplatz. ==================================*/

.checkbox_pk2 {
	clear:left;
	display: block;
	float:left;
	vertical-align: middle;
	border: 2px solid #e62b76;
	margin-top: 10px;
	margin-left: 50px;
}
label {
	display: block;
	float:left;
}

.input_pk2 {
	display: block;
	float:left;
	width: 80%;
	border: 2px solid #e62b76;
	background: #FFFFFF !important;
	color: #000 !important;
	padding:5px;
	margin-top: 20px;
	
}

::-webkit-input-placeholder { /* Edge */
  color: #000;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::placeholder {
  color: #000;
  opacity: 0.6; /* Firefox */
}


input.input_pk2:focus {
  outline: none;
  box-shadow: 3px 3px 3px #c885a0;
}
textarea.input_pk2:focus {
  outline: none;
  box-shadow: 3px 3px 3px #c885a0;
}

input.input_pk:focus {
  outline: none;
  box-shadow: 3px 3px 3px rgba(94, 196, 237, 0.70);
}
textarea.input_pk:focus {
  outline: none;
  box-shadow: 3px 3px 3px rgba(94, 196, 237, 0.70);
}

img.form_icon {
	clear:left;
	display: block;
	float:left;
	margin-top: 20px;
	max-height: 46px !important;
}

.input_submit2 {
	clear:left;
	display: block;
	float:left;
	margin-top: 20px;
	margin-left: 50px;
}

input.input_submit2,input.input_submit2:active,input.input_submit2:visited,input.input_submit2:link {
	background: #fff;
	border: 2px solid #e62b76;
	color: #e62b76 !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
}
input.input_submit2:hover {
	background: #e62b76;
	border: 2px solid #e62b76;
	color: #fff !important;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
	outline: none;
	transition: ease .5s;
	text-decoration: none;
}




.main-menu-container-mobile {
	border-bottom: 2px solid #417ca8;
	background: #0d3c60;
	height: 76px !important;
	display: none;
	color:#fff;
}



.burger {
	margin-top: 18px;
	min-height: 40px !important;
	max-height: 40px !important;
	width: auto;
	cursor: pointer;
}

.main-menu-container-mobile-dropdown {
	position: absolute;
	top: 76px;
	right: 0px;
	padding: 10px 40px 40px 40px;
	background: #417ca8;
	color: #fff !important;
}

.main-menu-container-mobile-dropdown a {
	color: #fff !important;
}

.main-menu-container-mobile-dropdown a:hover {
	text-decoration: underline;
}

.mobile-link {
	clear: right;
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	font-weight: bold;
}

.mobile-sublink {
	clear: right;
	display: block;
	float: right;
	margin-top: 2px;
	margin-right: 20px;
	
}


#ds_spacer {
	clear:left;
	display: block;
	float:left;
	margin-top: 20px;
}


@media (max-width: 1200px) {
	.logo {
		width: 180px !important;
		max-width: 180px !important;
	}
	
	li.nav-item a.nav-link,li.nav-item a.nav-link:active,li.nav-item a.nav-link:visited,li.nav-item a.nav-link:link {
		margin-top: 48px;
		color: #666 !important;
		text-decoration: none;
		padding: 0px 10px;
		line-height: 12pt;
		border: 0px solid red;
		height: 54px;
		letter-spacing: 1px;
	}

}

@media (max-width: 1020px) {
	.main-menu-container {
		display: none;
	}
	
	.main-menu-container-mobile {
		display: inline-flex;
	}
	
}

@media (max-width: 980px) {
	body {
		-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
	}
	
	.logo {
		width: 150px !important;
		max-width: 150px !important;
	}
	
	ol.carousel-indicators {
		display: none;
	}
	
	
}



@media all and (max-width:768px) {
	.logo {
		width: 100px !important;
		max-width: 100px !important;
	}
}

@media (max-width: 500px) {
	.logo {
		width: 70px !important;
		max-width: 70px !important;
	}
}

/*=======================. Erstgespräch  Button ==================================*/

.erstgespraech-button {
    background-color: #0c3c60;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    width: auto; /* Automatische Breite */
    height: 100px; /* Feste Höhe */
    margin: 0 auto; /* Zentrierung */
    font-size: 25px;
    text-decoration: none; /* Keine Unterstreichung */
    display: inline-block; /* Block-Element für zentrierte Ausrichtung */
}

.erstgespraech-button:hover {
    background-color:rgb(64,127,192);
}


/*======================= Kostenlose Testversion Button =======================*/
.kostenlose-testversion-button {
    display: inline-block; /* Macht den Link wie einen Button */
    text-decoration: none; /* Entfernt die Standard-Unterstreichung */
    background-color: #0c3c60; /* Hintergrundfarbe */
    color: white; /* Textfarbe */
    padding: 12px 20px; /* Mehr Padding für bessere Klickfläche */
    border-radius: 8px; /* Abgerundete Ecken */
    font-size: 20px; /* Gut lesbare Schriftgröße */
    font-weight: bold; /* Dickere Schrift */
    text-align: center; /* Text in der Mitte */
    width: fit-content; /* Breite passt sich dem Text an */
    margin: 10px auto; /* Zentriert den Button */
    display: block; /* Sorgt dafür, dass der Button auf Mobilgeräten sichtbar ist */
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.kostenlose-testversion-button:hover {
    background-color: rgb(64,127,192); /* Hover-Effekt */
    transform: scale(1.05); /* Leichtes Vergrößern beim Hover */
}

/* Mobile Ansicht: Volle Breite, aber nicht größer als nötig */
@media screen and (max-width: 768px) {
    .kostenlose-testversion-button {
        width: 90%; /* Macht den Button fast so breit wie das Display */
        max-width: 100%; /* Sicherstellen, dass er nicht zu breit wird */
        font-size: 22px; /* Etwas größere Schrift für bessere Lesbarkeit */
        padding: 16px; /* Größeres Padding für bessere Klickbarkeit */
    }
}






/*=======================. Geschäftsführer Container-Styling ==================================*/
.responsive-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* Ermöglicht Zeilenumbruch auf kleinen Geräten */
    gap: 20px;
    margin: 20px;
}

/* Bild-Styling */
.image-container {
    flex: 1;
    max-width: 500px;
    text-align: center;
}

.image-container img {
    height: auto;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

/* Text-Styling */
.text-container {
    flex: 1;
    max-width: 500px;
    text-align: left;
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    .responsive-container {
        flex-direction: column; /* Elemente untereinander anordnen */
    }

    .text-container {
        text-align: center; /* Text auf mobilen Geräten zentrieren */
    }
    
    
    
}
					

/*=======================. Container für die Rezensionen =======================.*/
.review-container {
  width: 100%;
  height: 250px; /* Sichtbare Höhe */
  overflow: hidden;
  position: relative;
}

/* Slider für die Animation */
.review-slider {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  animation: slide-up 40s linear infinite; /* Bewegung von unten nach oben, langsamer */
  animation-delay: 8s; /* Startet nach 5 Sekunden */
}

/* Pause der Animation (Klasse wird dynamisch hinzugefügt) */
.review-slider.paused {
  animation-play-state: paused; /* Animation pausieren */
}

/* Einzelne Kundenrezensionen */
.customer-review {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}

/* Bild der Rezension */
.review-image img {
  width: 200px; /* Feste Breite am Desktop */
  height: auto;
  margin-right: 1rem;
}

/* Text der Rezension */
.review-content {
  flex: 1;
}

.review-content p {
  font-size: 1rem;
  margin: 0;
}

.review-content span {
  font-size: 0.9rem;
  color: #666;
}

/* Animation: Von unten nach oben schieben */
@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(-50%);
  }
  75% {
    transform: translateY(-75%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* Responsive Design: Text unter dem Bild anzeigen */
@media screen and (max-width: 768px) {

  .review-container {
    width: 100%;
    height: 400px; /* Sichtbare Höhe */
    overflow: hidden;
    position: relative;
  }  
  
  .customer-review {
    flex-direction: column; /* Ändert die Richtung von horizontal zu vertikal */
    align-items: center; /* Zentriert Inhalt */
    text-align: center;
  }

  .review-image img {
    width: auto; /* Originalgröße auf mobilen Geräten */
    margin-right: 0; /* Entfernt den Abstand */
    margin-bottom: 1rem; /* Fügt Abstand unter dem Bild hinzu */
  }

  .review-content {
    flex: unset; /* Entfernt das flexible Verhalten */
  }
  
  .mt-top-menu {
	  margin-top: 40px;
  }
  
  span.textlogo-big {
		font-size:22pt !important;
		color:#fff;
	}
	span.textlogo-normal {
		font-size:16pt !important;
		color:#fff;
	}
}			