/*
Interflex Medizintechnik GmbH - WORLDWIDE TEMPLATE
creation Date: 2024-08-07
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'RobotoCondensed-Regular', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 18px;
	overflow-x: hidden;
}
textarea, input{
	font-family: 'Roboto-Medium', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong{
	font-weight: bold;
	font-family: 'Roboto-Medium', sans-serif;
}
h1, h2{
	font-family: 'FjallaOne-Regular', sans-serif;
}
h4, h6{
	font-family: 'Roboto-Light', sans-serif;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
.contstyles a:hover{
	text-decoration: underline;
}
a.anchorlink{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1,
h2.title{
	font-size: 66px;
	line-height: 70px;
	letter-spacing: 2px;
}
h2{
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
}
h2.marged_bot{
	margin-bottom: 30px;
}
h3{
	font-size: 34px;
}
h4{
	font-size: 28px;
	line-height: 40px;
}
h5{
	font-size: 20px;
	line-height: 28px;
}
h6{
	font-size: 20px;
	text-transform: uppercase;
}
p,
.contstyles li{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	position: relative;
}
.contstyles p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.contstyles ul,
.contstyles ol{
	margin-left: 25px;
}
p.nomarg-top{
	margin-top: 0px;
}
p.nomarg{
	margin-top: 0px;
	margin-bottom: 0px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.nocase{
	text-transform: none;
}
.underline{
	text-decoration: underline;
}
.underline_links a,
.underline_onHover a:hover{
	text-decoration: underline;
}
.nounderline,
.nounderline *:hover{
	text-decoration: none !important;
}
.inline{
	display: inline;
}
.relative{
	position: relative;
}
.font_l,
.font_l p,
.font_l .contstyles li{
	font-size: 22px;
	line-height: 30px;
}
.fields-container{
	display: none;
}
span.smaller,
p.smaller,
.smaller li{
	font-size: 14px;
}
p.smaller,
.smaller li{
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nooverflow{
	overflow: hidden;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
}
.main-container.wide{
	max-width: 1300px;
}
.main-container.narrow{
	max-width: 800px;
}
.main-container.fullHeight{
	height: 100%;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.widepad,
.cont-block .main-container.widepad{
	padding-top: 110px;
	padding-bottom: 110px;
}
.widepad_top,
.cont-block .main-container.widepad_top{
	padding-top: 110px;
}
.widepad_bot,
.cont-block .main-container.widepad_bot{
	padding-bottom: 110px;
}
.regpad,
.cont-block .main-container.regpad{
	padding-top: 60px;
	padding-bottom: 60px;
}
.regpad_top,
.cont-block .main-container.regpad_top{
	padding-top: 60px;
}
.regpad_bot,
.cont-block .main-container.regpad_bot{
	padding-bottom: 60px;
}
.lowpad{
	padding-top: 30px;
	padding-bottom: 30px;
}
.lowpad_bot{
	padding-bottom: 30px;
}
.lowpad_top{
	padding-top: 50px;
}
.widemarg{
	margin-top: 110px;
	margin-bottom: 110px;
}
.widemarg_top{
	margin-top: 110px;
}
.widemarg_bot{
	margin-bottom: 110px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}
.fixedh_1{
	height: 360px;
}
.nooverflow{
	overflow: hidden;
}

.page-header{
	display: none;
}

img.cont_img{
	max-width: 100% !important;
	height: auto !important;
}
img.cont_img_limit{
	max-width: 100% !important;
	width: 500px !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.absimg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
img.fullsize{
	width: 100%;
	display: block;
}
img.maxSize{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img.sizeFittings{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
img.f_l{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.f_r{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* INDEXES */
.teams_login_mask{
	z-index: 100;
}
#menu-activator{
	z-index: 12;
}
#top-menu,
#header{
	z-index: 11;
}
#topmenu-wrapper{
	z-index: 10;
}
#content-wrapper{
	z-index: 2;
}
.cont-block{
	z-index: 1;
}
.zeroindex{
	z-index: 0;
}



/* transitions */
img.fullsize{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
.animated_children, .animated_children *{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;	
}

/* CONTENT */
#content-wrapper{
	overflow: hidden;
}


/* CONTENT SPECIFIC */
.block{
	display: block;
	position: relative;
}
.contentspacer{
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
}
.linespacer{
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.linespacer.marged{
	margin-top: 40px;
	margin-bottom: 40px;
}
.overlay_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.section_bg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: auto;
}

#top_spacer{
	display: block;
	position: relative;
	height: 90px;
}

.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.cont_pad{
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
}

.flexbox{
	position: relative;
}
.flexbox._s10{
	width: 10%;
}
.flexbox._s20{
	width: 20%;
}
.flexbox._s25{
	width: 25%;
}
.flexbox._s30{
	width: 30%;
}
.flexbox._s35{
	width: 35%;
}
.flexbox._s40{
	width: 40%;
}
.flexbox._s45{
	width: 45%;
}
.flexbox._s47{
	width: 47%;
}
.flexbox._half{
	width: 49%;
}
.flexbox._s50{
	width: 50%;
}
.flexbox._s60{
	width: 60%;
}
.flexbox._s65{
	width: 65%;
}
.flexbox._s70{
	width: 70%;
}
.flexbox._s75{
	width: 70%;
}
.flexbox._s80{
	width: 80%;
}
.flexbox._s90{
	width: 90%;
}
.flexbox._full{
	width: 100%;
}


.contentbutton{
	position: relative;
	display: inline-block;
	margin-left: 0px;
	z-index: 1;
	border: none;
	border-radius: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
	font-family: 'Outfit-Bold', sans-serif;
	width: 260px;
	height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.contentbutton.abs{
	position: absolute;
}
.contentbutton a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.contentbutton span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.contentbutton:hover a{
	text-decoration: none;
}
.contentbutton:hover{
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}



.linehover_links a,
.linehover_links a:hover{
    position: relative;
    text-decoration: none;
}
.linehover_links a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background-color: white;
    transition: width 300ms ease;
}
.linehover_links a:hover::after {
    width: 100%;
}
.white .linehover_links a::after,
.white.linehover_links a::after{
	 background-color: white;
}
.dg .linehover_links a::after,
.dg.linehover_links a::after,
.kontaktblock_wrapper .linehover_links a::after{
	 background-color: #010101;
}


/* SPECIFICS */
#header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 90px;
}
#header.smaller{
	height: 50px;
}
.header_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 55%;
}

#nav_karte{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav_karte_map{
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
.karte_icon{
	position: absolute;
	z-index: 2;
	font-family: 'FjallaOne-Regular', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	padding: 10px;
	cursor: pointer;
}
.karte_icon:hover,
.karte_icon.active{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.karte_icon[data-karte-continent="na"]{
	top: 40%;
	left: 14%;
}
.karte_icon[data-karte-continent="sa"]{
	top: 60%;
	left: 26%;
}
.karte_icon[data-karte-continent="eu"]{
	top: 22%;
	left: 47%;
}
.karte_icon[data-karte-continent="af"]{
	top: 38%;
	left: 48%;
}
.karte_icon[data-karte-continent="as"]{
	top: 32%;
	left: 70%;
}
.karte_icon[data-karte-continent="au"]{
	top: 68%;
	left: 75%;
}

.karte_textinlay{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 120px;
	z-index: 3;
	width: 350px;
	max-width: 100%;
}
.karte_textinlay_title{
	text-align: center;
	text-transform: uppercase;
	font-size: 46px;
	color: black;
	margin-bottom: 10px;
}
.karte_textinlay .flexbox{
	font-size: 28px;
}

#menu{
	display: block;
	position: relative;
	text-align: center;
	z-index: 2;
	overflow: visible;
	margin-top: -32px;
}
.menu_wrap{
	display: inline-block;
}
#menu ul.nav{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#menu ul.nav li{
	display: inline-block;
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	font-family: 'FjallaOne-Regular', sans-serif;
	cursor: pointer;
}
#menu ul.nav li:hover,
#menu ul.nav li.active{
	color: white;
	text-decoration: underline;
}

.karte_content{
	display: none;
}
.karte_content.active{
	display: block;
}

.karte_content_title{
	margin-bottom: 120px;
}
.karte_content_title h2{
	margin-bottom: 40px;
}
.content_title_flexwrap{
	margin-left: auto;
	margin-right: auto;
	width: 240px;
	max-width: 100%;
	text-align: left;
}
.karte_flexbox .content_title_flexwrap{
	width: 100%;
}
.content_title_flexbox._name{
	width: 60%;
}
.content_title_flexbox._number{
	width: 40%;
}

.karte_flexwrap{
	padding-top: 40px;
}
.karte_flexwrap.border-top{
	border-top: 1px solid;
}
.karte_activator{
	cursor: pointer;
}
.karte_flexbox{
	width: 20.5%;
	margin-bottom: 60px;
}
.karte_flexbox.empty{
	margin: 0px;
	cursor: default;
}
.karte_flexbox._location{
	width: 31%;
}
.karte_flexbox_countryshape{
	display: block;
	position: relative;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}
.karte_flexbox_countryshape_img{
	display: block;
	max-width: 60%;
	max-height: 100%;
	margin-left: 0px;
	opacity: 0.7;
}
.karte_flexbox:hover .karte_flexbox_countryshape_img,
.karte_flexbox.active .karte_flexbox_countryshape_img,
.karte_flexbox:hover .karte_flexbox_ortlocation_icon,
.karte_flexbox.active .karte_flexbox_ortlocation_icon{
	opacity: 1;
}
.karte_flexbox_countryflag{
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.karte_flexbox_countryflag_img{
	display: block;
	height: 22px;
	margin-left: 0px;
}
.karte_flexbox_country_title{
	margin-bottom: 10px;
}
.karte_flexbox:hover .karte_flexbox_country_title,
.karte_flexbox.active .karte_flexbox_country_title,
.karte_flexbox:hover .karte_flexbox_ortlocation,
.karte_flexbox.active .karte_flexbox_ortlocation{
	color: #040404;
}
.karte_flexbox_location_icon{
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	margin-top: -10px;
}
.karte_flexbox_country_location_title{
	margin-bottom: 40px;
}
.karte_flexbox_showroom_icon{
	display: inline-block;
	height: 20px;
	vertical-align: middle;
}
.karte_flexbox_ortlocation{
	margin-bottom: 40px;
}
.karte_flexbox_ortlocation_icon{
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	margin-top: -15px;
	opacity: 0.3;
}

.karte_flexbox_standort_icon{
	display: block;
	position: relative;
	margin-bottom: 40px;
	height: 35px;
	margin-left: 0px;
}
.content_features_flexwrap{
	margin-bottom: 10px;
}
.content_features_flexwrap:first-of-type{
	margin-top: 40px;
}
.content_features_flexwrap:last-of-type{
	margin-bottom: 40px;
}
.content_features_flexbox._icon{
	width: 10%;
}
.content_features_flexbox._content{
	width: 85%;
}
.content_features_flexbox_icon{
	max-height: 30px;
}
.contact_options{
	text-decoration: underline;
	cursor: pointer;
}
.contact_options:hover,
.contact_options.active{
	color: #040404;
}
.karte_flexbox_contactperson_icon{
	display: block;
	position: relative;
	margin-left: 0px;
	margin-bottom: 40px;
	max-width: 200px;
}




.teams_login_mask{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	overflow: hidden;
}
.teams_login_mask.hidden{
	height: 0px;
	pointer-events: none;
	opacity: 0;
}
.teams_login_mask_content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 600px;
	max-width: 95%;
	color: white;
	background-color: #1c1c1c;
	padding: 30px;
}
.teams_login_mask_content p{
	margin-top: 0px;
}
.teams_login_mask_content input{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: none;
	color: black;
	width: 90%;
	text-align: center;
	margin-top: 25px;
	padding: 10px;
}
.teams_login_mask_content .contentbutton{
	border: 1px solid;
	cursor: pointer;
}



.intercabin_sticky_note{
	position: fixed;
	z-index: 9;
	width: 150px;
	height: 42px;
	right: -54px;
	top: 45%;
	rotate: -90deg;
	padding: 0;
	text-align: center;
	transition: all 200ms ease;
}
.intercabin_sticky_note .shape{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	clip-path: polygon(
		0% 0%,      /* top-left */
		100% 20%,    /* top-right */
		95% 100%,   /* bottom-right */
		8% 100%    /* bottom-left (narrower) */
	);
	z-index: -1;
}
.intercabin_sticky_note:hover .shape{
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,.7));
}
.intercabin_sticky_note a{
	text-decoration: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.intercabin_sticky_note a span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 42px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}