.noscript {
	display:block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 99999;
}

.enable {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.thumb-info .thumb-info-title {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(33, 37, 41, 0.8);
	color: #FFF;
	font-weight: 600;
	left: 0;
	position: absolute;
	z-index: 2;
	max-width: 90%;
	font-size: 17px;
	padding: 2px 21px 2px;
	bottom: 5%;
}


.push-top {
	margin-top: 35px;
}

.push-anchor { 
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}


/* Cookies Script */
.cc_container .cc_btn {
background-color: #c40c34 !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #121212 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #c40c34 !important; /* Textlink-Farbe "Mehr Infos" */
}

/* Products Nav */

.product-active {
	color: #c40c34 !important;
	font-weight: bold !important;
}

/* Company */

.custom-timeline {
	margin-top: 50px;
}
.custom-timeline .custom-timeline-box {
	position: relative;
	padding-left: 105px;
}
.custom-timeline .custom-timeline-box:before {
	background: none repeat scroll 0 0 #c40c34;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #c40c34;
					box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #c40c34;
	content: "";
	display: block;
	height: 6px;
	margin-left: -5px;
	position: absolute;
	left: 68px;
	top: 6px;
	width: 6px;
	z-index: 2;
}
.custom-timeline .custom-timeline-box:after {
	content: '';
	display: block;
	position: absolute;
	left: 65px;
	top: 3px;
	height: 100%;
	border-left: 1px solid #d5dee1;
	z-index: 1;
}
.custom-timeline .custom-timeline-box .date {
	position: absolute;
	top: 0;
	left: 0;
}

/* Contact Persons */
@media (max-width: 991px) {
	.agents:before {
		width: 97%;
	}
}
.agent-item {
	border: 1px solid #DDD;
	padding: 4px;
	margin: 0 0 35px;
	padding: 25px 10px;
}
.agent-item p {
	font-size: 0.9em;
	margin: 8px 0 6px;
}
.agent-item.agent-item-detail {
	padding: 35px;
}

@media (max-width: 991px) {
	.agent-item img {
		margin-bottom: 25px;
	}
	.agent-item .list.list-icons {
		margin: 20px 0 0 !important;
	}
}

@media (max-width:991.98px) {
	.dropdown-menu-scrollable{
	max-height: 80vh;
	min-width: 70vw;
	overflow-y: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-scrollable{
	max-height: 80vh;
	min-width: 40vw;
	overflow-y: auto;
	}
}

.badge-sup
{
	position: relative;
	left: -5px;
	top: -10px;
	border-radius: 15em;
	padding-right: 0.4em;
	padding-left: 0.45em;
}

.p-compact{
	margin:0.05em;
}

.text-center
{
	text-align: center;
}

.info-button{
	position: fixed; 
	bottom: -5px; 
	left: 1em; 
	z-index: 9999;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.video-container{
	height: 100vh; 
	display: none;
}

.noscript-video-container{
	height: 50vh; 
	background-image: url('../video/PathMedical.png'); 
	background-repeat: no-repeat; 
	background-size: contain; 
	background-position: center;
}

.div-service-info{
	background-image: url(../img/products/bg-products.jpg); 
	background-size: cover; 
	background-position: center;
}

.display-none{
	display: none;
}

.background-grey-pattern{
	background-image: url(../img/patterns/random_grey_variations.png);
}

.background-product-header{
	background-image: url(../img/page-header/page-header-products.jpg);
}

.min-height-350{
	min-height: 350px;
}

.min-height-500{
	min-height: 500px;
}

.gmaps-height{
	height: 90vh;
}

.opt-out-frame{
	border: 0; 
	height: auto; 
	width: 100%;
}

.about-div-1{
	top: 1.7rem;
}

.about-div-2{
	top: -33%; 
	left: -29%;
}

.about-div-3{
	top: 10%; 
	left: -50%;
}
