@charset "utf-8";

body {
	font-family: 'Lato';
	background-color: #acb8c5;
	font-size: 16px;
	line-height: 24px;
	color: #575757;
	max-width: 2560px;
	width: 100%;
	margin: 0 auto;
}

figure {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	line-height: 34px;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #43678f;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #43678f;
}


/* Common Style Start */
.banner-title {
	font-size: 38px;
	line-height: 52px;
	color: #636363;
	text-transform: uppercase;
}

.banner-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	color: #34749a;
	margin: 0;
}

.section-title {
	font-family: 'Lato';
    color: #43678f;
	font-size: 33px;
	line-height: 36px;
	text-transform: uppercase;
}

.section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.block-detail {
    font-size: 22px;
    line-height: 32px;
}

.block-detail * {

}

.detail {
	font-size: 24px;
	line-height: 28px;
}

.detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
}

h2 {
	font-size: 1.2em;
  	margin: 2em 0 1em 0;
  	color: #34749a;
}

.btn {
	font-family: 'Lato';
	font-size: 29px;
	line-height: 32px;
	padding: 11px 107px 11px 67px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn-blue {
	background-color: #34749a;
	color: #fff;
}

.btn-blue:hover,
.btn-blue:active {
	color: #fff !important;
	background-color: #4e749d !important;
}

.btn-grey {
	background-color: #e0e0e0;
	color: #575757;
}

.btn-grey:hover,
.btn-grey:active {
	color: #fff !important;
	background-color: #4e749d !important;
}
/* Common Style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: relative;
    z-index: 99;
	border-top: 7px solid #34749a;
}

.header .navbar {
	padding: 0;
	display: block;
}

.header .navbar-brand {
	width: 255px;
	max-width: 100%;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.top-header {
	max-width: 1420px;
	width: 1000%;
	margin: 0 auto;
	padding: 10px 15px 20px;
}

.top-header-right {
	padding: 0 0 17px;
}

.top-header-right p {
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	color: #515151;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.dropend .dropdown-menu li{
	border-bottom: 1px solid #ececec;
}

.dropend .dropdown-menu li:last-child{
	border-bottom: 0;
}


.top-header-right p span {
	display: block;
	flex: 0 0 auto;
	color: #34749a;
}

.top-header-right p span a {
	width: initial;
	max-width: initial;
}


.top-header-right a {
	max-width: 30px;
	width: 100%;	
	display: block;
	margin: 0 0 0 30px;
	flex: 0 0 auto;
}

.top-detail p {
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
	color: #9d9d9d;
	margin: 0;
	text-transform: uppercase;
	text-align: right;
}

.top-detail {
	padding: 7px 0 20px 0;
	margin-top: -27px;
}

.header .navbar-nav .nav-item {
	max-width: 478px;
	width: 100%;
}

.header .navbar-nav .nav-item:first-child {
	max-width: 168px;
	width: 100%;
}

.dropdown-item.active, .dropdown-item:active{
	background: #d3d3d3;
}

.dropdown-item:focus, .dropdown-item:hover{
	background: #d3d3d3;
}

.header .navbar-nav .nav-item .nav-link {
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #34749a;
	text-transform: uppercase;
	padding: 12px 20px;
	border-left: 2px solid #ececec;
	transition: 0.6s ease-in all;
	background-color: transparent;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.6s ease-in all;
	-moz-transition: 0.6s ease-in all;
	-ms-transition: 0.6s ease-in all;
	-o-transition: 0.6s ease-in all;
}


.header .navbar-nav .nav-item .nav-link:hover {
	/* background-color: #ececec; */
	background-color: #d3d3d3;
}

.header .navbar-nav {
	justify-content: space-between;
	width: 100%;
}

.header .navbar-nav .nav-item .nav-link img {
	width: 28px;
}

.header .navbar-nav .nav-item .dropdown-menu {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 2px solid #ececec;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
	border-bottom: none;
}

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	font-family: 'Lato';
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #34749a;
	text-align: center;
	padding: 18px 10px;
	border-bottom: 2px solid #ececec;
}

.navbar .navbar-brand {
	padding: 0;
	/* width: 81px; */
}

.navbar-toggler {
	width: 30px;
	height: 22px;
	padding: 0;
	position: absolute;
	top: 42px;
	right: 15px;
	box-shadow: none !important;
	border: none;
}

.navbar-toggler .hamburger {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.navbar-toggler .hamburger-toggle {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bottom-header{
	max-width: 1740px;
	margin: 0 auto;
}

.navbar-toggler .hamburger span {

	width: 100%;
	height: 2px;
	background-color: #5f94ce;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}


ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.active

{
	background-color: #e9eef1;
}

ul.dropdown-menu li.active

 {
	background-color: #e9eef1;
}


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.page-wrapper{max-width: 1740px; margin: 0 auto; background: #fff;}

/* Banner Start */
.banner-main {
	margin: -50px 0 0;
	position: relative;
	z-index: 9;
}

.banner-content .block-detail a{
	color: #4e749d;
	text-decoration: underline;
}

.banner-wrp{padding: 0 0 50px;}

.banner-main::after {
	content: "";
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	position: absolute;
	left: 0;
	right: 0;
	top: -207px;
	bottom: 0;
	z-index: -1;
}

.banner-content .banner-title {
	margin: 0 0 60px;
}

.banner-content .block-detail {
	max-width: 1460px;
    width: 100%;
	color: #34749a;
}

.banner-content .block-detail p {
	margin: 0 0 40px;
}

.banner-content .block-detail p:last-child {
	margin-bottom: 0;
}

.banner-img img {
	width: 100%;
	height: 610px;
	object-fit: cover;
}
/* Banner End */

/* Info Start */
.info-wrp {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 228px 0 126px;
}


.info-main .row {
	margin: 0;
}

.info-main .row>* {
	flex: 0 0 auto;
    width: 20%;
	padding: 0;
}

.info-main .row>*:nth-child(even) .info-block {
	background-color: #43678f;
	margin-top: 155px;
}


.info-block {
	margin: 0 -68px 0 0;
	background-color: #5f94ce;
	color: #fff;
	min-height: 260px;
	overflow: hidden;
	text-align: center;
	clip-path: polygon(24% 0%, 76% 0%, 100% 50%, 76% 100%, 24% 100%, 0% 50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 10px 20px 0;
}

.info-inner {
	filter: drop-shadow(3px 4px 8.1px rgba(11, 11, 11, 0.17));
	-webkit-filter: drop-shadow(3px 4px 8.1px rgba(11, 11, 11, 0.17));
}

.info-main {
	max-width: 1160px;
	width: 100%;
}

.info-block .detail {
	font-family: 'Lato';
	margin: 0 0 38px;
}

.info-block .read-more {
	margin: 0 0 56px;
}

.read-more {
	font-family: 'Lato';
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
	background-color: #517aa7;
	padding: 7px;
}

.info-main .row>*:nth-child(even) .read-more {
	background-color: #598bc1;
}
/* Info End */

/* Pathology Start */
.pathology-wrp {
	background-color: #b9d2ec;
	padding: 57px 0 44px;
	position: relative;
	overflow: hidden;
}

.pathology-content .section-title {
	font-family: 'Lato';
	color: #4e749d;
	margin: 0 0 47px;
}

.pathology-content .block-detail {
	font-size: 20px;
	line-height: 28px;
	color: #2c2c2c;
}

.pathology-content .block-detail p {
	margin: 0 0 63px;
}

.pathology-img {
	max-width: 946px;
	width: 100%;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

  

.pathology-img figure,
.pathology-img figure img {
	height: 100%;
	object-fit: cover;
}



.pathology-content {
	max-width: 798px;
	margin: 0 70px 0 0;
}
/* Pathology End */

/* News Start */
 
 .slick-next { margin: 0 0 0 10px; }

.news-wrp {
	padding: 86px 0 240px;
}

.news-wrp .news-main{
	max-width: 1340px;
	margin: 0 auto;
}

.news-main .section-title {
	font-family: 'Lato';
	color: #43678f;
	margin: 0 0 77px;
}

.news-slider {
	margin: 0 -18px;
	opacity: 0;
}

.news-slider.slick-initialized {
	opacity: 1;
}

.news-slider .slick-track {
	display: flex;
}

.news-item {
	height: auto !important;
	margin: 0 18px;
	background-color: #f5f5f5;
}

.news-img img {
	width: 100%;
	height: 234px;
	object-fit: cover;
	object-position: center 15%;
}

.news-details {
	padding: 36px 56px 30px 27px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - 234px);
}



.news-details .detail {
	font-family: 'Lato';
	color: #6193b1;
	margin: 0 0 10px;
}

.news-details .common-detail {
	color: #2c2c2c;
	margin: 0 0 30px;
}

.news-details .btn {
	font-size: 20px;
	line-height: 27px;
	padding: 5px 107px 5px 27px;
	max-width: 344px;
	width: 1400%;
	text-align: left;
}

.slick-arrow {
	background-color: transparent;
	border: none;
	padding: 0;
	position: absolute;
	width: 74px;
	z-index: 9;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.slick-arrow.slick-disabled {
	display: none !important;
}

.slick-arrow svg {
	max-width: 100%;
	height: auto;
}

.slick-prev {
	margin: 0 10px 0 0;
	right: 100%;
}

.slick-next {
	margin: 0 0 0 10px;
	left: 100%;
}

.news-main .slick-arrow:hover{
	opacity: 0.5;
}

#scroll-btn.show {
    opacity: 1;
    visibility: visible;
}

#scroll-btn {
    width: 60px;
    height: 60px;
    text-align: center;
    position: fixed;
	cursor: pointer;
    bottom: 80px;
    right: 170px;
    opacity: 0;
    visibility: hidden;
    z-index: 992;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6193b1;
    /* border-radius: 4px; */
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

#scroll-btn::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    color: rgb(255, 255, 255);
}

/* News End */

/*========== Content Page Start ==========*/
.content-bnr-wrp {
	padding: 100px 0 270px;
}

.content-bnr-wrp .banner-main {
	margin: 0;
}

.content-bnr-wrp .banner-main::after {
	display: none;
}

.pathology-reverse .pathology-img {
	left: 0;
	margin-left: 0;
}

.pathology-reverse .pathology-section .row {
	justify-content: flex-end;
}

.pathology-reverse .pathology-content {
	margin: 0;
}

.pathology-reverse {
	margin: 60px 0 0;
}

.faq-wrp {
	padding: 78px 0 106px;	
}

.faq-main .accordion-item {
	padding: 25px 40px;
	margin: 0 0 10px;
	border: 2px solid #e4e4e4;
	background-color: #e4e4e4;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.faq-main .accordion-item.active {
	background-color: #fff;
}

.faq-main .accordion-button {
	font-family: 'Lato';
	font-size: 28px;
	line-height: 32px;
	color: #4e749d;
	border: none;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}

.faq-main .accordion-button::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	background-image: none;
	width: auto;
	height: auto;
}

.faq-main .accordion-body {
	font-family: 'Lato';
	font-size: 26px;
	line-height: 30px;
	padding: 30px 0 0;
}

.faq-main .accordion-body p:last-child {
	margin-bottom: 0;
}

.die-pathologie-main .pathology-content {
	max-width: 100%;
	margin: 0;
}

.die-pathologie-main .pathology-content .block-detail p {
	margin: 0 0 20px;
}

.die-pathologie-wrp {
	padding: 1em 0 50px;
}

.news-details .common-detail p {
	margin: 0 0 5px;
}

.news-details .common-detail p:last-child {
	margin-bottom: 0;
}

.die-pathologie-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: right;
}

.faq-main .nav-tabs {
	margin: 0 0 23px;
}

.team-wrp {
	padding: 86px 0 100px;
}

.faq-main .nav-item {
	padding: 0 7px 0 0;
}

.faq-main .nav-link {
	font-family: 'Lato';
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #34749a;
	border: none;
	background-color: #e4e4e4;
	padding: 20px 30px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.faq-main .nav-link:hover,
.faq-main .nav-link.active {
	background-color: #34749a;
	color: #fff;
}

.faq-main .nav-tabs {
	border: none;
}

.downloads-inner {
	display: flex;
	align-items: center;
	padding: 27px;
}

.downloads-block {
	background-color: #e4e4e4;
	margin: 0 0 40px;
}

.downloads-block span {
	font-family: 'Lato';
	color: #4e749d;
	font-weight: 600;
}

.pdf-icon {
	margin: 0 20px 0 0;
}

.downloads-block .block-detail {
	background-color: #34749a;
	color: #fff;
	padding: 4px 30px;
}

.downloads-wrp {
	padding: 0 0 40px;
}

.gallery-block {
	background-color: #f5f5f5;
}

.gallery-img img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.gallery-content {
	padding: 20px;
}

.gallery-content .common-detail p {
	font-family: 'Lato';
	margin: 0 0 10px;
	color: #2c2c2c;
}

.gallery-content .common-detail p:last-child {
	margin-bottom: 0;
}

.gallery-block {
	background-color: #f5f5f5;
	margin: 0 0 40px;
}

.gallery-main .section-title {
	margin: 0 0 60px;
}

.gallery-wrp {
	padding: 60px 0;
}

.gallery-img figure{
  margin: 0;
  height: 320px;      /* deine Höhe */
  overflow: hidden;
}

.gallery-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%; /* 0% = ganz oben, 50% = Mitte */
}

.contact-form {
	max-width: 700px;
	width: 100%;
}

.contact-wrp {
	padding: 50px 0 100px;
}

.contact-main .section-title {
	margin: 0 0 50px;
}

.contact-form .form-control,
.contact-form .form-select {
	font-family: 'Lato';
	font-size: 20px;
	line-height: 26px;
	color: #a1a1a2;
	padding: 12px 20px;
	margin: 0 0 10px;
	box-shadow: none;
	border: 2px solid #c9c9c9;
	background-color: #f6f6f6;
	resize: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.contact-form .form-control::placeholder {
	color: #a1a1a2;
}

.contact-form .row {
	margin: 0 -5px;
}

.contact-form .row>* {
	padding: 0 5px;
}

.contact-form .btn {
	font-size: 22px;
    line-height: 28px;
	padding: 11px 70px 11px 70px;
}

.form-btn {
	padding: 20px 0 0;
}

.contact-form .form-select {
	background-image: url("../images/select-arrow.png");
	background-size: 17px 19px;
}

form input#company {
	display:none;
}


/*========== Content Page End ==========*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

.footer .footer-main{
	padding: 110px 0 50px;
}

.footer .footer-main .detail{
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
	color: #fff;
}

.footer .footer-main .detail *{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin-bottom: 36px;
}


.footer .footer-main .footer-block ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer .footer-main .footer-block ul li{
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	color: #fff;
	margin-bottom: 20px;
}

.footer .footer-main .footer-block ul li a:hover{
	color: #2c2c2c;
}

.footer .footer-main .footer-block ul li *{
	font-size: inherit;
	word-wrap: break-word;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	transition: 0.3s ease-in all;
	-webkit-transition: 0.3s ease-in all;
	-moz-transition: 0.3s ease-in all;
	-ms-transition: 0.3s ease-in all;
	-o-transition: 0.3s ease-in all;
}

.footer-block.right *{
	display: block;
	color: #fff;
}

.footer-block.right .f-title{
	font-family: 'Lato';
	font-weight: 500;
}

.footer-block.right .f-title *{
	font-family: inherit;
	font-weight: inherit;
}

.footer-block.right .right-top-content{
	margin-bottom: 30px;
}

.footer-block.right .right-bottom-content *{
	margin-bottom: 12px;
}


.footer .footer-main .footer-block ul li:last-child{margin-bottom: 0;}

.footer .f-bottom{padding: 14px 0;}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
