<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('/files/websitefonts.css');



html {
	scroll-behavior: smooth;
}


body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size:15px;
}


img {
  /*width:100%;*/
   max-width: 100%;
   height: auto;
}


a, a:focus {
   color: #666;
   text-decoration: none;
}

a:hover {
   color: #666;
   text-decoration: none;
   border-bottom: 0px dotted #666;
}


a[href*="maps"] {
	display: inline-flex;
	align-items: center;
}

a[href*="maps"]::before {
	content:"\f3c5";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
}

a.dent_btn[href*="shop"]::before,
a.dent_btn_white[href*="shop"]::before {
	content:"\f07a";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
}

a.dent_btn[href*="seminar"]::before,
a.dent_btn_white[href*="seminar"]::before {
	content:"\f19d";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
}

a.dent_btn {
	display inline-flex;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: bold;
	color:#333;
	border:2px solid #333;
}

a.dent_btn:hover {
	color:#fff;
	background:#333;
	border:2px solid #333;
}


a.dent_btn_white {
	display inline-flex;
		padding: 5px 10px;
	border-radius: 10px;
	font-weight: bold;
	color:#fff;
	border:2px solid #fff;
		display: inline-flex;
		width: fit-content;
		margin: 0 10px 10px 0;
}


a.dent_btn_white:hover {
	color:#069;
	background:#fff;
	border:2px solid #fff;
}

#newscontent p a[href*="http"]::before {
	content:"\f0c1";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 5px;
}


#newscontent p a {
   font-weight: 400 !important;
	 color: #069;
}


h1, h2, h3, h4, h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
    font-size: 36px;
    font-weight: 200;
}

h2 {
	font-size: 28px;
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.2em;
	letter-spacing: 0px;
	font-weight: 300;
}

h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 135%;
}


h4 {
   font-size: 18px;
    margin: 5px 0;
    line-height: 150%;
}

h5 {
   font-size: 16px;
    margin: 15px 0 5px;
    line-height: 150%;
}

p {line-height: 180%;}



sup {
position: relative;
font-size: 70%;
vertical-align: top;
/*display: inline-block;*/
line-height: 150%;
top:0px;
}

#teaser p {
margin: 0 0 15px;
}

ul {
	padding: 0 0px 0 20px;
	margin:0;}

section p, section li, section td {
    font-weight: 300;
    line-height: 180%;
    color: inherit;
    margin-bottom: 12px;
}


section li {
    margin-bottom: 5px;
}

/* sup {font-family: 'Open Sans', sans-serif !important;}*/

.bordertop {
	border-top: solid 1px #eee;
}

.borderbottom {
	border-bottom: solid 1px #eee;
}

.blue {
	color:#006699;
}

.chatbtn {
    opacity: 0;
	animation-name: chatbtndelay;
	animation-delay:  5s;
	animation-timing-function: ease-in;
	animation-duration: 1s;
    animation-fill-mode: forwards;
    	animation-iteration-count: 1;
}

@keyframes chatbtndelay {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}


a.txtanchor:hover {
	color: #069;
}

a.txtanchor::before {
	content: "\f13a";
	margin-right: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}


.col-md-2-5 {
    width:20%;
    float:left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}   

.backbutt {
   color: #999;
   text-align:center;
   margin: 50px auto;
   width:70%;
}


.backbutt a {
   color: #999 !important;
}

.backbutt i {
   color: #999;
   display:inline-block;
   padding-right: 10px;
   font-size: 15px;
}

.backbutt:nth-of-type(1) {
   border-bottom: 1px solid #ccc;
   padding: 0 0 20px 0;
}

.backbutt:nth-of-type(3) {
   padding:20px 0  0 0 ;
   border-top: 1px solid #ccc;
}


.progress-container {
  width: 100%;
  height: 3px;
  background: #ccc;
}

.progress-bar {
  height: 3px;
  background: #069;
  width: 0%;
}

/****Shop-Overlay****/

.shopsoverlay {
		position: fixed;
		width: 600px;
		height: auto;
		top:50%;
		left:50%;
		z-index:99999999999 !important;
		text-transform: uppercase;
		transform: scale(0) translate(-50%, -50%);
		transition: all linear 0.5;
	}
	
	.shopsoverlay.show {
		transform: scale(1) translate(-50%, -50%);

	}

.shopreiter {
	display: flex;
	position: relative;
}

.shopreiter .shopreiter_ttl {
	display: flex;
	position: relative;
	padding: 10px 20px 10px 10px;
	color:#fff;
	background:#069;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	font-weight:600;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
	
.shopreiter .shopreiter_ttl::before {
	content:"\f07a";
	display: block;
	margin-right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}


	.shopsoverlay ul {
		display: grid;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		background:#fff;
		justify-content: stretch;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		grid-template-columns: repeat(6, calc(100%/6));
   		grid-template-rows: repeat(2, calc(100%/2));
	}
	
	.shopsoverlay li a {
		display: flex;
		height: 100px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border:1px solid #f3f3f3;
		text-decoration: none;
		box-sizing: border-box;
		color: #069;
		font-size:12px;
		font-weight:600;
		transition: all linear 0.5s;
	}
	
	.shopsoverlay li a[href$="/"]:not(.shop_int), 	.shopsoverlay li a[href$="?"]  {
		filter:grayscale(100%);
		opacity: 0.65;
		pointer-events:none;
	}

	.shopsoverlay li a:hover {
		background: #dddddd
	}

	.shopsoverlay li a img {
		display: block;
	 margin-bottom: 5px;
		transform: rotate(0deg);
		transition: all linear 0.5s;
	}
		
	.shopsoverlay li a:hover img {
		transform: rotate(360deg);
	}

	.closeBTN {
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		padding: 5px;
		color:#333;
		background: #ccc;
		cursor: pointer;
		border-top-left-radius: 5px;
	  	border-top-right-radius: 5px;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		box-sizing: border-box;
	}


/***SIDEBUTTONS***/


		.sidebuttons_left {
			pointer-events: none;
		    position: fixed;  
			display:flex;
			flex-direction: column;
		    z-index: 9999999;
			top:50%;
			left: 0;
			transform: translateY(-50%);
		}


	.sidebuttons_left  a {
		  pointer-events: all;
			display:flex !important;
			align-items: center;
			justify-content: right;
			background-color:#fff;
			color:#069;
			box-shadow: 0 0 10px rgba(0,0,0,0.2);
			padding: 10px !important;
			margin:10px 0px 0px 0px;
			width:220px;
			text-align: right;
			border-bottom-right-radius:100px;
			border-top-right-radius:100px;
			cursor:pointer;
			transform: translateX(-165px);	
			transition: all linear 0.5s;
		}
		
		
	html[lang="ar"] .sidebuttons_left  a {
		  direction: ltr !important;
		}


html[lang="ar"] .sidebuttons_left a::after{
			 margin: 0px 0px 0 30px;
				 width:40px;
		}


	.sidebuttons_left a:hover{
			transform: translateX(0px);	
		}

		.sidebuttons_left li.active a {
			background-color:#069;
			color:#fff;
		}


		.sidebuttons_left li.active a::after {
			background-color:#fff;
			color:#069;
		}
		
			.sidebuttons_left a::after {
			 display: inline-block;
			 font-family:"Font Awesome 5 Free";
			 font-weight: 900;
			 margin: 0px 0px 0 10px;
			 width:35px;
			 line-height: 35px;
			 font-size: 18px;
			 text-align: center;
			 border-radius: 100px;
			 color:#fff;
			 background: #069;
		}

.sidebuttons {
   pointer-events: none;
    position: fixed;  
	display:flex;
	flex-direction: column;
    z-index: 9999999;
	top:50%;
	right: 0;
	transform: translateY(-50%);
}


.sidebuttons &gt; a, .sidebuttons &gt; div {
   pointer-events: all;
	display:flex;
	align-items: center;
	color:#fff;
	background:#069;
	padding: 10px;
	margin:5px 0;
	width:300px;
	border-bottom-left-radius:100px;
	border-top-left-radius:100px;
	cursor:pointer;
	transform: translateX(240px);	
	transition: all linear 0.5s;
}

.sidebuttons &gt; a i, .sidebuttons &gt; div i {
    display:inline-block;
	font-size: 30px;
	padding: 10px 10px 10px 0px;
	width:50px;
	text-align: center;
}

.sidebuttons &gt; div i {
	font-size: 30px;
	padding: 10px 10px 10px 10px;
}

.sidebuttons p {
	padding: 0;
	margin:0;
}

.sidebuttons a:hover, .sidebuttons div:hover  {
	transform: translateX(0px);
}

.sbtn_symbols {
	display: flex;
	height: 30px;
	padding: 5px 10px 5px 0px;
	box-sizing: content-box;
}


.sbtn_symbols:empty {
	display: none;
}


.sbtn_symbols svg {
	fill:#fff;
}


.sidebuttons img {
    display: block;
    width: 40px;
    padding: 0px 10px 0px 0px;
    max-width: unset;
}

svg.jobrocket {
	width: 50px;
	padding: 5px;
	margin: 0 10px 0 0px;
}

svg.jobrocket path {
	fill:#fff;
}

.sidebuttons &gt; a svg.jobrocket {
	transform: rotate(0deg);
	transition: all linear 0.5s;
}

.sidebuttons &gt; a:hover svg.jobrocket {
	transform: rotate(360deg);
}

svg.jobrocket path {
	fill:#fff;
}

/***COOKIE_HINT****/

.cookiefirst-root [data-cookiefirst-widget] div {
		font-family: 'Open Sans', sans-serif !important;
}

.cf26vr.cf19Bv {
z-index: 9999999999 !important;
}

.cf14al {
  z-index: 999999999999 !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.9) !important;
}

.cf3Tgk button {
    white-space: normal !important;
}

/******/

.header-navi {
	margin: 30px 30px;
	width:100%;
}

.header-navi ul {
	list-style: none;
	display: inline-flex;
	width: 100%;	
	justify-content: space-between;
}

.header-navi ul li.mainlink  {
	display: inline-flex;
	margin: 0 10px;
    width: calc(100% - 20px);
	background:#fff;
	padding: 5px 10px;	
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);

}

.header-navi ul li a {
	display: flex;	
    width: 100%;
	font-weight:bold;
	text-align: center;
	align-items: center;
	justify-content: center;
}


/**********Special-BTN***********/

.special_btn {
	position:fixed;
	z-index: 99;
	bottom: 20px;
	left: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


/******BANNER-FLEX*******/
	

	
section.banner {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	z-index: 0;
	margin: 0;
	padding:300px 0;
}
	

section.banner &gt; div {
	display: flex;
	align-items: start;
	justify-content: start;
	padding-left: 50px;
	box-sizing: border-box;
}


.banner_cnt {
	max-width:300px;
}

section.banner &gt; div:nth-of-type(1) {
	display: flex;
	align-items: center;
	justify-content: start;
	height: 600px;
	width: 600px;
	position: absolute;
}
	

section.banner &gt; div:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 70%;
	box-sizing: border-box;
	flex-direction: column;
}



section.banner.right &gt; div {
	justify-content: right;
	text-align: left;
	padding-right: 150px;
	right: 0;
}
	
section.banner.right &gt; div:nth-of-type(1) {
	order:2;
}
	

section.banner.right &gt; div:nth-of-type(1) h2 {
	text-align: right;
}
	

section.banner.right  &gt; div:nth-of-type(2) {
	order:1;
}
	
section.banner_imgleft  {
    padding:0 !important;
	align-items: center;
}

section.banner_imgleft &gt; div {
	height: auto;
	width: 100%;
    padding-left: 0px;
	flex-direction: row;
}

section.banner_imgleft &gt; div:nth-of-type(1) {
	position: relative;
	width:30%;
	height: auto;
}
	
section.banner_imgleft &gt; div:nth-of-type(2) {
	position: relative;
	width:70%;
	padding: 0 5%;
	text-align: left;
	align-items: start;
}

/***Vierersymbolik***/


.fourSymb &gt; div &gt; div {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.fourSymb &gt; div &gt; div .item_fourSymb {
	display: flex;
	width: calc(100%/4 - 20px);
	margin: 0 10px;
	text-align: center;
}


.fourSymb &gt; div &gt; div .item_fourSymb .item_fourSymb_pic {
	position: relative;
	padding:12px;
	border: 1px solid #ccc;
	border-radius: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	transition:all linear 0.5s;
}


.fourSymb &gt; div &gt; div .item_fourSymb .item_fourSymb_pic::after {
	position: absolute;
	content:" ";
	display: block;
	padding:12px;
	border: 12px solid #fff;
	border-radius: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	top:0;
	left: 0;
}


.fourSymb &gt; div &gt; div .item_fourSymb .item_fourSymb_pic img {
	border: 0px solid #ccc;
	border-radius: 100%;
	overflow: hidden;
	transition: all linear 0.5s;
}


.fourSymb &gt; div &gt; div .item_fourSymb:hover .item_fourSymb_pic {
	border: 1px solid #069;
}

.fourSymb &gt; div &gt; div .item_fourSymb:hover .item_fourSymb_pic img {
	transform: scale(1.05);
}


/*INFO-STOERER*/


.livedemo_contact {

}

.livedemo_contact.show {display: block;}

.info_button {
   background:#333;
   border-top-right-radius: 100px;
   border-bottom-right-radius: 100px;
    position: fixed;
    display: flex;
    pointer-events:all;
    cursor: pointer;
    z-index: 9999999 !important;
    bottom: 50px;
	transition: all linear 0.5s;
}

.info_button:hover {
    transform: scale(1.05);
}

.info_button_inner {
   padding: 30px 50px 25px 40px;
   color: #fff;
   text-transform: uppercase;
   font-size: 25px;
   text-align: left;
   font-weight: bold;
}


.info_button_inner p {
   line-height: 120%;
  /*text-shadow: 0 0 0px #e30065;
   -webkit-text-stroke: 0px #e30065;*/
}

.stbutt {
  border: 2px solid #069;
  color:#069;
  font-size: 20px;
  max-width: 60% !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px auto !important;
  height: auto;
	text-align: center;
	justify-content: center;
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all linear 0.5S;
}


.stbutt:hover {
  border: 2px solid #069;
  background-color:#069;
  color:#fff;
}


.info_stoerer .item a[href*="cera"].stbutt {
 color:#e50065 !important;
	 border: 2px solid #e50065;
}


.info_stoerer .item a[href*="cera"].stbutt:hover {
  border: 2px solid #e50065;
  background-color:#e50065;
  color:#fff !important;
}


.info_stoerer {
	display:none;
	padding: 0;
	/*padding: 50px 30px 30px;*/
	width: 95%;
	height: auto;
	max-width: 700px;
	background:rgba(255,255,255,1.0);
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 9999999999;
    overflow: hidden;
}

#pnlForm.info_stoerer {
	display:none;
	padding: 50px 20px;
	/*padding: 50px 30px 30px;*/
	width: 95%;
	height: auto;
	max-width: 700px;
	background:rgba(255,255,255,1.0);
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 9999999999;
    overflow: hidden;
}

.stoerer_content {
    /*padding: 0px 5px 80px;*/
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #ccc whitesmoke;
    scrollbar-width: thin;
    box-sizing: border-box;
}


.info_stoerer  .close {
	padding: 20px;
	font-size: 35px;
	color:#666;
	position:absolute;
	cursor: pointer;
	pointer-events:all !important;
	right: -10px;
	top: -10px;
    content: "\f057";
    font-family: "Font Awesome 5 Free" !important;
    display: block;
    font-weight: 900;
    z-index:999999;
}

.info_stoerer .item {
    display: block;
    max-height: 630px;
}

.info_stoerer img {
    display:block; 
    max-width:100%; 
    margin-bottom: 20px;
}

.info_stoerer a.btn {
    display: block;
    margin: 30px auto 0;
    max-width: 100px;
    z-index:9;
    position:relative;
}


.info_stoerer .item &gt; img {
    position:relative;
    height: auto;
}

.stoerer_txtbox {
	padding: 10px 50px;
}



/**Formular_Stoerer**/

.form_overlay {
	display: none;
	position: fixed;
	z-index: 9999999999;
	background:#fff;
	max-width:800px;
	width: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	height:90%;
	max-height: 90%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	padding: 10px 10px 0;
	overflow:hidden;
}

.form_overlay.show {
	display: block;
}

.form_overlay .inner-form {
    height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #ccc whitesmoke;
    scrollbar-width: thin;
    box-sizing: border-box;
	margin: 30px 0px 0;
}


.form_overlay iframe {
	height: 100% !important;
}

/*GOOGLEMAPS*/

#map {position:relative; margin: 5px 0px; min-height: 250px; }


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 9999999999;
  /* makes sure it stays on top */
}

#status {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
   transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/dentaurum_logo.svg);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  animation-name: preloading;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}


@-webkit-keyframes preloading {
    0%   {opacity:0;}
    50%   {opacity:1;}
    100% {opacity:0;}
}


@keyframes example {
    0%   {opacity:0;}
    50%   {opacity:1;}
    100% {opacity:0;}
}

/*** Teaser ITEMS ***/

.teaser-item {
	position: relative;
	display: flex;
	flex-direction: column;
  box-shadow: 0 0 5px rgba(100,100,100,0.3);
  padding: 20px 20px;
  border-radius: 10px;
	margin: 20px 0;
}

.teaser-item h3 {
	margin: 0px 0 0px;
}

.teaser-item .boldUnderline {
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 0px;
	right: 0px;
	padding: 3px 10px;
	background:#f0f0f0;
  border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.teaser-item:hover .boldUnderline {
	color: #333;
}

.teaser-item .boldUnderline::after {
  content: "\f138";
  display: flex;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	transform-origin: 50% 50%;
	transition: all linear 0.5s;
}

.teaser-item:hover .boldUnderline::after {
  transform: rotate(360deg);
}



/***Videos***/

#video-items {
  display: flex;
  flex-wrap: wrap;
}



.video-teaser {
        margin-top:0px;
    }


.video-teaser figure {
	position: relative;
   height: 100vh;
	width: 100%;
	overflow:hidden;
}

.video-teaser video {
	position: absolute;
	top: 50%;
	left: 50%;
   /*top: 0;
   left:0;*/
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	width: auto;
   /*width:100%;*/
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);/**/
	background-size: cover;
}

.video-teaser figcaption {
   position:absolute;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;/* */
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	background-size: cover;
    background-position: center;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

#dvCaptcha iframe {
                position: relative;
}


.product-description iframe {
	position: relative !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
   min-height:400px;
}


iframe.videoframe {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*****Header-Varia-Pics****/

section#section-animated-pics-varia {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items:center;
	justify-content: center;
	height: 900px;
}


section#section-animated-pics-varia.header-events {
	height:700px;
}

.header-animated-pics-claim {
	display: flex;
	position: absolute;
	z-index: 999;
	width:100%;
	max-width: 1170px;
	height: auto;
    align-items:center;
	justify-content: center;
}


.title-img {
	display: flex;
	align-items:center;
	justify-content:center;
	flex-direction: column;
	width:250px;
	height:250px;
	margin-right: 30px;
	background: rgba(255,255,255,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.title-img h1 {
	font-size: 50px;
	display: block;
	margin-bottom: 0px;
}

.title-img p {
	margin: 0px;
}

.title_text {
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	width:calc(100% - 330px);
	height: 250px;
	background: rgba(255,255,255,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}



.title_text h2 {
	display: block;
	margin-bottom: 0px;
}


#section-animated-pics-varia {
	padding: 0 0 130px;
	margin:0;
}

/****ANIMA-HEADER****/



.anima_header {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;   
	text-align: center;
	margin: 0px 0px 0 0;
 }
 
 
 .anima_header ul {
	 margin:0px;
	 padding: 0;
 }
 
 
 .anima_header li {
	display: block;
	position:absolute;
	margin: 0px 0px;
	animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:20s;  
   	text-align: center;
  	width:100%;
 }
 
.anima_header:hover {
 }
 
 
.anima_header li img {
   width: 100%;
   border: 0;
   height: 100vh;
   object-fit: cover;
   display: block;
   position: absolute;
   top: 0%;
   left: 50%;
   transform: translate(-50%,0%);
   } 
   
.anima_header li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: animabanner01;
 }
.anima_header li:nth-of-type(2) {
	margin-top: 0;
	animation-name: animabanner02;
 }
.anima_header li:nth-of-type(3) {
	margin-top: 0;
	animation-name: animabanner03;
 }
   
   
   @keyframes animabanner01 {
	   0%  {opacity:1;}
	  16%  {opacity:1;}
	  33%  {opacity:0;}
	  50%  {opacity:0;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	 100%  {opacity:1;}
	}
	
	@keyframes animabanner02 {
	   0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:1;}
	  50%  {opacity:1;}
	  66%  {opacity:1;}
	  82%  {opacity:0;}
	 100%  {opacity:0;}
	}
	
	@keyframes animabanner03 {
	   0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:0;}
	  50%  {opacity:0;}
	  66%  {opacity:1;}
	  82%  {opacity:1;}
	 100%  {opacity:0;}
	}

.titlebox {
	background: rgba(255,255,255,0.6); 
	max-width: 470px; 
	transform: translate(-50%,0);
	left: 50%;
	box-shadow: 0 0 70px rgba(0,0,0,0.1);
	/*! border-radius: 100%; */
	/*! padding: 30px; */
}


.titlebox-gal {
	transform: translate(-50%,0);
	left: 50%;
	/*max-width: 500px;*/
	display:inline-flex;
	align-items: start;
	justify-content: left;
	flex-direction: column;
}


.titlebox-gal-lp {
	max-width: 500px;
}


.titlebox-gal h1 {
	font-size:60px;
	font-weight: 400;
	text-align: left;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}


.titlebox-gal-lp h1 {
	font-size:30px;
	font-weight: 300;
	text-align: center;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}


.titlebox-gal h2 {
	font-size:30px;
	font-weight: 400;
	text-shadow: 0 0 20px rgba(0,0,0,01);
}



.titlebox-gal img {
   display: block;
    margin: auto;
    -webkit-filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.8));
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.8));
    text-align: center;
    width:100vh;
}


 .img_bg {
	height: 100vh;
	max-width:100%;
	position:relative;
}

.img_bg img {
	height: 100%;
	width:100%;
	display: block;
	position:absolute;
	object-fit: cover;
	object-position: center;
}

/*****HEADER*****/

header {
    top: 0;
	position: sticky;
	width: 100%;
	z-index: 999999999;
	box-shadow: 0 0 20px rgba(0,0,0,0.0);
	/*transform: translate(0px,-30%);
    -o-transform: translate(0px,-30%);
    -webkit-transform: translate(0px,-30%);*/
    transform: translate(0px,0%);
    -o-transform: translate(0px,0%);
    -webkit-transform: translate(0px,0%);
	transition: all linear 0.5s;
	}


.header-top-row {
	background: #e0e0e0;
	transition: all linear 0s;
}

.container-main-nav {
    position:relative;
    z-index: 999;
    }

.top-welcome i {
	color:#006699;
}


header .top-welcome p {
    line-height: 40px;
    color: #333 !important;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    font-size: 13px;
    text-align: left;
}

header .top-welcome p a {
    color: #333 !important;
}

#header .top-welcome p i {
    color: #0066cc;
}

.top-welcome span {
  display: none;
}

.top-welcome .nl_btn  {
	padding: 5px;
    background: #f3f3f3;
	color: #069;
	border: 1px solid #069 !important;
}

.top-welcome .nl_btn &gt; span {
  display: inline;
}

html[lang=en] .top-welcome .nl_btn, 
html[lang=fr] .top-welcome .nl_btn, 
html[lang=es] .top-welcome .nl_btn, 
html[lang=it] .top-welcome .nl_btn, 
html[lang=ar] .top-welcome .nl_btn, 
html[lang=zh] .top-welcome .nl_btn  {
	display: none !important;
}


#header .top-welcome p a i {
  color: #0066cc;  
  display: inline-block;
  padding: 0 5px;
  background:transparent;
  transition:all linear 0.5s;
}


#header .top-welcome p a:hover i {
    color: #fff;
  border: 1px solid #069 !important;
  background: #0066cc;
}

header {background:rgba(255,255,255,1);}

header.top100 {
	transform: translate(0px,0%);
    -o-transform: translate(0px,0%);
    -webkit-transform: translate(0px,0%);
	}

header.top200 {
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

.lang .lang-title {
    color: #555}

 .lang .lang-title:hover {
    color: #fff}

 .lang .lang-item {
    background-color: #ccc}

 .lang .lang-item a {
    border-color: rgba(234,234,234,.7)}

 .lang .lang-item a:hover {
    color: #fff}

 .lang {
    /*! font-family: 'Raleway',sans-serif; */
    font-size: 15px;
    position: relative;
    display: inline-block;
}


 .lang i {
    font-size: 20px;
    display:inline;}

 .lang:hover .lang-item {
    top: 40px;
    display: block;
    opacity: 1}

 .lang .lang-title {
    display: block;
    line-height: 40px;
    text-align: center;
    height: 40px;
	  pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    padding: 0px 20px;
}


 .lang:hover .lang-title {
 pointer-events: auto;
}


 .lang a.lang-title::before {
    content: "\f1ab";
    font-family: "Font Awesome 5 Free" !important;
    display: inline;
    font-weight: 900;
    font-size: 20px;
    padding-right: 10px;
}


 .lang a.lang-title::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    display: inline;
    font-weight: 900;
    font-size: 20px;
    padding-left: 10px;
}

 .lang .lang-title:hover {
    background-color: #0066cc;
    color: #fff;
    text-decoration: none}

 .lang .lang-item {
    top: -1000px;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    background-color: rgba(204,204,204,.95);
    overflow: hidden;
	  pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin: 0px 0;
    width:100%;
}


 .lang:hover .lang-item {
    pointer-events:auto;
}

 .lang .lang-item a {
    display: block;
    line-height: 38px;
    border-top: 1px solid #888;
    text-align: left;
    text-indent: 15px;
    width: 100%;
	color: rgba(100,100,100,1);}

 .lang .lang-item a:hover {
    background-color: #0066cc;
    color: #fff;
    text-decoration: none}

.top-search-form {
   display: inline;
	}

.top-search-form &gt; i {
  font-size: 21px;
   padding: 10px;
   color:#888;
}

 .top-search-form .top-search-form_input {
   position: absolute;
   display:none;
   width: 50%;
   margin: 0 auto;
   left: 50%;
   transform: translate(-50%, 0);
   -webkit-transform: translate(-50%, 0);
}

 .top-search-form input {
   height: 40px;
   display: inline-block;
   position: relative;
}

 .top-search-form input:focus {
    outline: 0;
    box-shadow: none;
}

 .top-search-form  input.searchInput {
    }

 .top-search-form:hover input {
    
}

 .top-search-form  button {
    -webkit-appearance: none;
    appearance:none;
    border: 0;
    background: transparent;
    display: inline-block;
    position: absolute;
    right: 0px;
}


.top-search-form button &gt; i {
   font-size: 21px;
   padding: 10px;
   color:#888;
   transition: all linear 0.5s;
}

 .top-search-form  button:hover i {
  color:#333;
}




.logo {
	float: left;
	width: 16.666666666666664%;
	padding: 0px 15px;
}

.logo img {
	max-width: 230px;
	margin: 3% 1%;
	max-height:80px;
}

.abspann {
	float: left;
	width: 16.666666666666664%;
	padding: 0px 15px;
}

.abspann.abspann_ids {
	float: none;
	padding: 0;
	margin:0;
	position: absolute;
	right: 0;
	top: 0;
	width:326px;
    height: 110px;
	overflow: hidden;
}


.abspann.abspann_ids img {
	position: absolute;
	right: 0;
    height: 99%;
}


/***MAINMENU***/



header .mainnavi {
	float: left;
	margin: 30px auto 0px;
	width: 66.666666666666664%;
	text-align: center;
}


.toggle-nav {
	display:none;
}

#mainmenu  {
	text-align: center;
	display: inline-block;
}

.header-main-row {
	position: relative;
	width:100%;
	padding: 20px 0px 10px;
	background: rgba(255,255,255,0.0);
	backdrop-filter: blur(50px);
	transition: all linear 1s;
}


#mainmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 999;
}


#mainmenu &gt; ul &gt; li {
	display:inline-flex !important;
	text-align:left;
	align-items: center;
  justify-content: center;
  	position: relative;
}

#mainmenu &gt; ul &gt; li a {
	padding: 10px 10px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color:#333;
	font-weight: 400;
	display:block;
    transition: all linear 0.5s;
}


#mainmenu &gt; ul &gt; li &gt; div a {
    display: none;
	}

#mainmenu &gt; ul &gt; li:hover &gt; a, #mainmenu &gt; ul &gt; li.active &gt; a {
	color: #069;
	background-color: transparent;
	/*! text-shadow: 0 0 20px rgba(255,255,255,0.9); */
}

.sitecat-zt #mainmenu&gt; ul &gt; li a[href*="31191"], 
.sitecat-kfo #mainmenu &gt; ul &gt; li a[href*="31191"], 
.sitecat-cer #mainmenu &gt; ul &gt; li a[href*="31191"], 
.sitecat-imp #mainmenu &gt; ul &gt; li a[href*="31191"],
/*Kurs*/
.sitecat-kurs-kfo #mainmenu &gt; ul &gt; li a[href*="31483"], 
.sitecat-kurs-kfozt #mainmenu &gt; ul &gt; li a[href*="31483"], 
.sitecat-kurs-zt #mainmenu &gt; ul &gt; li a[href*="31483"], 
.sitecat-kurs-imp #mainmenu &gt; ul &gt; li a[href*="31483"], 
.sitecat-kurs-cer #mainmenu &gt; ul &gt; li a[href*="31483"], 
.sitecat-kurs-digkfo #mainmenu &gt; ul &gt; li a[href*="31483"], 
.sitecat-kurs-dig #mainmenu &gt; ul &gt; li a[href*="31483"],
.sitecat-web #mainmenu &gt; ul &gt; li a[href*="31483"],
/**/
.sitecat-dig-kfo #mainmenu &gt; ul &gt; li a[href*="32773"],
.sitecat-dig-imp #mainmenu &gt; ul &gt; li a[href*="32773"],
.sitecat-dig-zt #mainmenu &gt; ul &gt; li a[href*="32773"]
{
	color: #000;
	background-color: transparent;
}


.sitecat-zt #mainmenu &gt; ul &gt; li &gt; ul li a[href*="31218"],
.sitecat-kfo #mainmenu &gt; ul &gt; li &gt; ul li a[href*="31217"],
.sitecat-imp #mainmenu &gt; ul &gt; li &gt; ul li a[href*="31220"],
.sitecat-cer #mainmenu &gt; ul &gt; li &gt; ul li a[href*="32207"], 
.sitecat-kurs-kfo #mainmenu &gt; ul &gt; li &gt; ul li a[href*="33069"],
.sitecat-kurs-kfozt #mainmenu &gt; ul &gt; li &gt; ul li a[href*="33071"],
.sitecat-kurs-zt #mainmenu &gt; ul &gt; li &gt; ul li a[href*="33072"],
.sitecat-kurs-imp #mainmenu &gt; ul &gt; li &gt; ul li a[href*="33070"],
.sitecat-kurs-cer #mainmenu &gt; ul &gt; li &gt; ul li a[href*="33083"],
.sitecat-kurs-digkfo #mainmenu &gt; ul &gt; li &gt; ul li a[href*="35736"],
.sitecat-kurs-dig #mainmenu &gt; ul &gt; li &gt; ul li a[href*="35736"],
.sitecat-web #mainmenu &gt; ul &gt; li &gt; ul li a[href*="33074"],
.sitecat-dig-kfo #mainmenu &gt; ul &gt; li &gt; ul li a[href*="33385"],
.sitecat-dig-imp #mainmenu &gt; ul &gt; li &gt; ul li a[href*="33387"],
.sitecat-dig-zt #mainmenu &gt; ul &gt; li &gt; ul li a[href*="33389"]
{
   border-bottom: 1px solid #069;
   background: rgba(0,102,153,0.9);
   color:#fff;
}


#mainmenu &gt; ul &gt; li &gt; a &gt; div {
	background-color: rgba(255,255,255,0.0);
	width: 20px;
	height: 10px;
	display: inline-block;
	border: 1px solid #006699;
	margin: 35px 5px 0px 5px;
	transition: all linear 0.5s;
}

 #mainmenu &gt; ul &gt; li.active &gt; a &gt; div {
	background-color: rgba(0,102,153,0.8);
}


#mainmenu &gt; ul &gt; li &gt; ul {
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    backdrop-filter: blur(50px);
    transition: all linear 0.5s;
}



#mainmenu &gt; ul &gt; li:hover &gt; ul {
	display: block;
	position: absolute;
	top: 40px;
	left:0;
	width: 250px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#mainmenu &gt; ul &gt; li &gt; ul li a {
	padding: 15px 30px;
	border-bottom: 1px solid #ccc;
	color:#006699;
	text-transform:none;
}

#mainmenu &gt; ul &gt; li &gt; ul li.active a  {
    color: #fff;
	background-color:#006699;
}


#mainmenu &gt; ul &gt; li &gt; ul li:last-of-type a, #mainmenu &gt; ul &gt; li &gt; ul li:last-of-type a:hover {
	border-bottom: 0px solid transparent;
}

#mainmenu &gt; ul &gt; li &gt; ul li a:hover {
    border-bottom: 1px solid #069;
	background: rgba(0,102,153,0.9);
    color:#fff;
}

nav.internationav {
	display:inline-block;
}

nav.internationav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 9;
}

nav.internationav &gt; ul &gt; li {
	display:inline-block;
	text-align:center;
}

nav.internationav &gt; ul &gt; li a {
	padding: 10px 10px;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color:#888;
	font-weight: 400;
	display:block;
    transition: all linear 1s;
}

nav.internationav &gt; ul &gt; li:hover a {
	color:#006699;
}

nav.internationav &gt; ul &gt; li &gt; ul {
    display: none;
    z-index: 99;
	background: rgba(255,255,255,0.95);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all linear 0.5s;
}


nav.internationav &gt; ul &gt; li:hover &gt; ul {
	display:block;
	position: absolute;
}

nav.internationav &gt; ul &gt; li &gt; ul li a {
    padding: 15px 30px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	color:#006699;
	text-transform:none;
    transition:all linear 0.5s;
}

nav.internationav &gt; ul &gt; li &gt; ul li:last-of-type a {
	border-bottom: 0px solid #ccc;
}

nav.internationav &gt; ul &gt; li &gt; ul li a:hover {
    border-bottom: 1px solid #069;
	background: rgba(0,102,153,0.9);
    color:#fff;
}

nav.internationav &gt; ul &gt; li &gt; ul li a[href*="twitter"] svg{
	fill:#069 !important;
}

/*****Presse neu*****/


.press_items  {
  position: relative;
}

.press_items ul {
  list-style: none;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  justify-content:left;
}


.press_items ul li {
  display: none;
  width: calc(100%/3 - 20px);
  margin: 10px !important;
  background: #f8f8f8;
  padding: 20px;
  box-sizing: border-box;
  transition: all linear 0.5s;
}

.press_items ul li.show {
  display: inline-block !important;;
}


.press_items ul li:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.press_items ul li .img-clip {
  margin: 0 0 20px 0px;
  width: 100%;
  height: 200px;
  overflow:hidden;
}



.press_items ul li .img-clip img {
  display: block;
  object-fit: cover;
  object-position: top left;
  height:100%;
  max-height:200px;
  width: 100%;
  transition: all linear 0.5s;
}


.press_items ul li:hover .img-clip img {
  transform: scale(1.1);
}


.press_items h5 {
  line-height: 150%;
  font-weight: 300;
}


.post-date {font-size: 12px; margin: 0px !important;}


@media screen and (max-width: 992px) {
 
  .press_items ul li {
  width: calc(100%/2 - 20px);
}
 
}


@media screen and (max-width: 768px) {
 
 
  .press_items ul li  {
   width: calc(100% - 20px);
   flex-direction: column;
   flex-wrap: wrap;
}

.press_items ul li.show {
   display: flex;
}
 
 .press_items ul li a {
   display: flex;
   flex-direction: row;
}
 
 .press_items ul li .img-clip {
  margin: 0 20px 0px 0px;
  width: 30%;
  height: 170px;
}
 
 
 .press_items ul li .img-clip img {
    max-height:170px;
    object-position: center;
}
 
 
  .press_items ul li .text {
  margin: 0 0 0px 0px;
  width: 70%;
}
 
}

@media screen and (max-width: 650px) {
 

 
  .press_items ul li {
  width: calc(100% - 20px);
}
 
 
  .press_items ul li a {
   flex-direction: column;

}
 
 
 .press_items ul li .img-clip,  .press_items ul li .text {
  margin: 0 20px 0px 0px;
  width: 100%;
}
 
}




/*********QUICKNAV*********/

.quicknav_side {
	position:fixed;
	opacity: 0;
	right: 2%;
	z-index:99999999;
	top: 50%;
	transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transition: all linear 0.5s;
	display:none;
}


.quicknav_side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.quicknav_side &gt; ul &gt; li {
	margin: 0px 0px 15px;
}

.quicknav_side &gt; ul &gt; li &gt; a {
	display: block;
	font-size: 27px;
	border-radius: 100px;
	color:#fff;
	padding: 0px 10px 0px;
	/*! width: 52px; */
	/*! height: 51px; */
	background: rgba(180,180,180,0.6);
	transition: all linear 0.5s;
	text-align: center;
	line-height: 50px;
}

.quicknav_side &gt; ul &gt; li:hover &gt; a {
  text-decoration: none;
	background: rgba(150,150,150,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


.quicknav_side &gt; ul li &gt; ul {
	opacity: 0;
	pointer-events:none;
	position: absolute;
	right: 105%;
	margin-top: -50px;
	transition: all linear 0.5s;
	width: 220px;
}

.quicknav_side ul li:hover &gt; ul {
	opacity: 1;
	pointer-events:auto;
}


.quicknav_side &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	display: block;
	font-size: 15px;
	color:#fff;
	padding: 10px 20px;
	background: rgba(180,180,180,0.6);
	transition: all linear 0.5s;
}

.quicknav_side &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
  text-decoration: none;
	background: rgba(150,150,150,0.9);
}

.quicknav_side &gt; ul &gt; li &gt; ul &gt; li &gt; a::before {
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	position: relative;
	color: #fff;
	font-weight:900;
    padding-right: 10px;
    display: inline-block; 
}

.quicknav_side &gt; ul &gt; li &gt; ul &gt; li &gt; a[href*=tel]::before {
	content: "\f095";
}

.quicknav_side &gt; ul &gt; li &gt; ul &gt; li &gt; a[href*=mailto]::before {
	content: "\f0e0";
}


/***Slider***/

section.slider, section.header-onepic {
	padding: 0;
	position: relative;
}

.slider .owl-carousel .owl-stage-outer {
  height:auto;
}

section:not('#about').owl-carousel .owl-stage-outer {
  height:100vh; 
}

section:not('#about') .owl-carousel .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
    height: 600px;
	position: relative;
}


section.slider .owl-carousel .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
    height: 600px;
	position: relative;
}

section.slider .header-carousel .owl-item {
	display: flex;
	align-items: start;
	justify-content: center;
    height: 600px;
	position: relative;
}

section.slider .header-carousel .owl-item, 
section.slider .header-carousel .owl-item a[href=""] {
	pointer-events: none;
}

	section.slider .header-carousel .owl-item a {
	pointer-events: all;
}


section.header-onepic, .header-onepic {
	display: flex;
	align-items: start;
	justify-content: start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	z-index: 0;
}

section.header-onepic .header-onepic_img, .header-onepic .header-onepic_img  {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 35%;
}

section.header-onepic .header-onepic_img img, .header-onepic .header-onepic_img img {
	display: block;
	object-fit: cover;
	width: 100%;
}

section.header-onepic .header-onepic_txt, .header-onepic .header-onepic_txt  {
	display: flex;
	width: 65%;
	margin: auto;
	padding: 5vh 0 5vh 10vh;
	flex-direction: column;
}


html[lang="ar"] .header-onepic_txt * {
	direction: ltr !important;
}

section.header-onepic .header-onepic_txt img, .header-onepic .header-onepic_txt img  {
	display: flex;
	width: 100%;
	max-width: 350px;
}

.header-onepic-logo {
	margin: 0 0 20px;
}


.header-onepic .header-onepic_txt a {
  border: 2px solid #069;
  color:#069;
  max-width: 300px !important;
  font-weight: bold;
  margin: 20px 0 !important;
  height: auto;
	text-align: center;
	justify-content: center;
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all linear 0.5S;
}


.header-onepic .header-onepic_txt a:hover {
  border: 2px solid #069;
  background-color:#069;
  color:#fff;
}


.header-onepic .header-onepic_txt a[class*="play-button"] {
  border: 0px;
  color:#069;
  margin: 20px 0 !important;
	text-align: left;
  padding: 10px 0px;
	cursor: pointer;
	display: flex;
	justify-content: start;
	align-items:center;
}


.header-onepic .header-onepic_txt a[class*="play-button"]:hover {
  border: 0px;
  background-color:transparent;
  color:#999;
}

.header-onepic .header-onepic_txt a[class*="play-button"]::after {
  content:"\f144";
	display: inline-block;
	font-size: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	margin-left: 10px;
  transform: rotate(0deg);
	transform-origin:center;
	transition:all linear 0.5s;
}


.header-onepic .header-onepic_txt a[class*="play-button"]:hover::after {
  transform: rotate(360deg);
}


.header-onepic .header-onepic_txt a[class*="play-button"][class*="cera"],
.header-onepic .header-onepic_txt a[class*="play-button"][class*="CM"],
.header-onepic .header-onepic_txt a[class*="play-button"][class*="cm"] {
 color:#e50065 !important;
}


.header-onepic .header-onepic_txt a[href*="cera"],
.header-onepic .header-onepic_txt a[href*="cer"],
.header-onepic .header-onepic_txt a[href*="ker"] {
 color:#e50065 !important;
	 border: 2px solid #e50065;
}


.header-onepic .header-onepic_txt a[href*="cera"]:hover,
.header-onepic .header-onepic_txt a[href*="cer"]:hover,
.header-onepic .header-onepic_txt a[href*="ker"]:hover{
  border: 2px solid #e50065;
  background-color:#e50065;
  color:#fff !important;
}

/*.owl-carousel .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
    height: 600px;
	position: relative;
}*/

.owl-carousel .owl-item li.slider_carousel_slide2sp {
    height:100%;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-item li.slider_carousel_slide2sp &gt; div {
  width: 50%;
  padding: 3%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.item:not(.header-carousel-item-classic) {
	position: relative;
	display: flex;
	align-content: center;
	/*justify-content: center;*/
	height: 100vh;
	width: 100%;
	flex-direction: column;
}

.header-carousel-item-classic {
	height: 100vh;
	width: 100%;
}

.item:not(.header-carousel-item-classic) &gt; img {
	position: absolute;
	height: 100vh; 
	width: 100%;
	object-fit: contain;
	z-index: -1;
}

.item &gt; img {
	position: absolute;
	width: 100%;
	object-fit: contain;
	z-index: -1;
}

.text_slide {
	position: absolute;
	z-index: 99999;
	max-width:480px;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

.text_slide a {
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	background: rgba(0,0,0,0.3);
	padding: 5px 10px;
}


.slide_link {
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 100px;
	border: 1px solid #333;
	margin: 20px auto;
	color:#333;
	font-weight:bold;
	transition: all linear 0.5s;
}

.slide_link:hover {
	color:#666;
	border: 1px solid #666;
}


.header-simple {
	
}

.header-simple-content {
	display: flex;
	flex-direction: column;
	max-width:800px;
	margin: auto;
}

.header-simple-content img {
	display: block;
	flex-direction: column;
	max-width:100%;
}




/****Inhalt***/

#content {
    padding: 0px 0;
    overflow-y: visible;
    overflow-x: hidden;
}

#content.contentallevents {
    margin-top: -275px;
    overflow: unset !important;
}


#content h1 {
 line-height: 160%;
margin: 35px 0px 35px;
}


#content ul {
    margin: 0 0 35px;
}

#content ul ul {
    margin: 0 0 0px;
}

#content li {
   line-height: 180%;
    margin: 0 0 5px;
}


/*
#content p a::after, #content li a::after {
   content:'\f360';
   font-family: "Font Awesome 5 Free";
   font-weight:900;
   display: inline-block;
   padding: 0 10px 0 3px
}
*/

#content #career li a:after {
   content:'\f360';
   font-family: "Font Awesome 5 Free";
   font-weight:900;
   display: inline-block;
   margin-left: 5px;
}


#content #career a, #content #career a:focus {
   color: #666;
}

#content #career a:hover {
   color: #333;
   border-bottom: 1px dotted #666;
}


#content p a[href*="tel:"]::before {
   content: '\f879';
   font-family: "Font Awesome 5 Free" !important;
   display: inline-block;
   font-weight: 900;
   margin-right: 5px;
}

#content p a[href*="mailto"]::before {
   content: '\f0e0';
   font-family: "Font Awesome 5 Free" !important;
   display: inline-block;
   font-weight: 900;
   margin-right: 5px;
}

#content p a[href*="pdf"]::after {
   content: '\f1c1';
   font-family: "Font Awesome 5 Free" !important;
   display: inline-block;
   font-weight: 900;
   margin-left: 5px;
}


/***Soc-Buttons-News***/

ul.soc-btns {
	margin: 20px 0 0 !important;
	padding: 0;
}

.soc-btns li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.soc-btns li a {
	display: block;
	font-size:20px;
	padding: 5px;
	margin: 2px;
	cursor:pointer;
}

.soc-btns li a[href*="twitter"] svg {
	fill:#666666 !important;
	width: 20px;
	position: relative;
	top: 3px;
}


.tooltipp {
  position: relative;
  display: inline-block;
}

.tooltipp .tooltiptext {
  width: auto;
  font-size:13px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  opacity: 0;
  margin-left: -30px;
  transition: opacity 0.3s;
}

.tooltipp .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipp:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/***Beschreibung drucken***/

button.courseprint {
	display: flex;
	align-items: center;
	padding: 3px 10px;
	color: #666;
	font-weight: normal;
	margin-bottom: 20px;
	background:transparent;
	border: 1px solid #999;
	border-radius: 100px;
	transition: all linear 0.5s;
}


button.courseprint:hover {
	background:#ccc;
	border: 1px solid #ccc;
	color:#fff;
}

button.courseprint i {
	display: inline-block;
	margin-right: 5px;
}

/*****TOP-Video*****/


.clappr_headvideo {
	width: 100%; 
	height: 1070px;
}

.de-video-overlay.show .clappr_headvideo {
	width: 100%; 
	height: 100%;
}


.de-video-container video {
	width: 100%;
}

.de-video-content {
	position: absolute;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 99999;
}

#section-video video {
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height: 100% !important;
    width: auto;
    left: 50%;
	}
	
video {  -webkit-filter:brightness(108.5%); }
    

.very-big h1 {
	font-size: 120px;
	margin-bottom: 30px;
	font-weight: 400;
}


.very-big img {
    max-width: 90%;
    margin: 35px auto;
    display: block;
    }

.play-button {
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	color: #fff;
	text-decoration: none !important;
	border: solid 5px rgba(255, 255, 255, .3);
	display: inline-block;
	text-align: center;
	padding: 15px 18px 15px 20px;
	position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
	transform: translate(-50%,-50%);
	transition: all linear 0.5s;
}



.play-button.play-button_gal  {
	border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	color: #fff;
	background:rgba(0,0,0,0.2);
	text-decoration: none !important;
	border: solid 5px rgba(255, 255, 255, 1);
	display: inline-block;
	text-align: center;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
	padding: 15px 18px 13px 20px;
	margin-top:30px;
	transition: all linear 0.5s;
	position: relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.play-button:before {
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	content: "\f04b";
	position: relative;
	color: rgba(255, 255, 255, 1);
	font-weight:900;
  transition: all linear 0.5s;
}
.play-button:hover {
 transform: translateX(-50%) scale(1.1);
}

a:hover.play-button:before {
	color: rgba(255, 255, 255, 1);
}

.play-button.dark {
	color: #222;
	border: solid 5px rgba(0, 0, 0, .1);
}
.play-button.dark:before {
	color: #222;
}
.play-button.dark:hover {
	border: solid 5px rgba(0, 0, 0, .5);
}




.tocontent {
	position: absolute;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	bottom: 12%;
	left: 50%;
	color: #fff;
	z-index: 99999999;
}


.tocontent i {
	font-size: 50px;
	color: rgba(255,255,255,0.7);
	text-shadow: 0 0 20px rgba(0,0,0,0.0);
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-name: gotocontent;
	animation-iteration-count: infinite;
	transition: all ease 1s;
}

.tocontent i:hover {
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
    animation-play-state: paused;
}

@keyframes gotocontent {
    0% {
			margin-top: 0px;
			opacity: 1;
	 }
	
	    50% {
			margin-top: 60px;
			opacity: 0.5;
	 }
	
    100% {
      margin-top: 0px;			
			opacity: 1;
	}
}


.uptotop {
    display: block;
    text-align: center;
    margin: 50px 0px 0px;
   font-size: 30px;
   color:#ccc;
   transition: all linear 0.5s;
}


.uptotop:hover {
   color:#999;
}



.gototop {
	position: fixed;
	opacity: 0;
	bottom: 5%;
	right: 2%;
	color: #fff;
	z-index: 99999;
	transition: all ease 1s;
}

.gototop a {
    display: block;
    font-size: 25px;
    border-radius: 100px;
    color: #fff;
	padding: 8px 10px 10px;
    width: 52px;
    height: 51px;
    background: rgba(180,180,180,0.6);
    text-decoration: none !important;
    text-align: center;
    transition: all linear 1s;
    
}

.gototop a:hover {
    text-decoration: none;
    background: rgba(150,150,150,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);

}

/*
.gototop a::before {
    content: "\f077";
    font-family: "Font Awesome 5 Free" !important;
    display: inline;
    font-weight: 900;
    transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
	-webkit-transform: translate(50%,0%);
	transition: all ease 1s;
}*/


.gototop i {
	
	font-size: 25px;
	color: rgba(255,255,255,0.9)
	text-shadow: 0 0 20px rgba(0,0,0,0.0);
	transition: all ease 2s;
}

.gototop i:hover {
	text-shadow: 0 0 20px rgba(0,0,0,0.1);

}





/*Video-Overlay*/
.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 9999999999;
}

.de-video-overlay {
	display: none;
	position: fixed;
	width: 80%;
	height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 9999999999;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}



.yt.de-video-overlay {
	height: auto;
}


.de-video-overlay video {
	width: 100% !important;
}


.de-video-overlay i {
	position: absolute;
	z-index: 999999;
	right: -15px;
	font-size: 40px;
	top: -15px;
	color: #ccc;
	cursor: pointer;
}



.form_webinarvideo {
	position: absolute;
	z-index: 9;
	background: rgba(255,255,2550,0.95);
	max-width: 100%;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
	flex-direction: column;
	justify-content: center;
}


.form_webinarvideo .row-fields {
	padding: 30px;
}


/***TOP-Image**/

section, #subheader {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

#subheader {
    /*padding: 300px 0 300px 0;*/
    padding: 250px 0 250px 0;
    text-align: center;
    background-attachment: fixed;
    margin-bottom: 50px;
    margin-top: 0px;
   background-repeat: no-repeat;
   background-position: 0 0;
}

#subheader .btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 150px auto;
    display: block;
    text-align: center;
    top: 50%;
    border: 3px solid rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.5);
    color: rgba(255,255,255,0.7);
    box-shadow: none;
}


#subheader .btn:hover {
    border: 3px solid rgba(255,255,255,1);
    color: rgba(255,255,255,1);
}


#subheader h1, #subheader h2 {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8), -1px -1px 1px rgba(255,255,255,0.8);
    }



#subheader.subheader_2sp {
	position: relative;
	display: flex;
	max-height: 100%;
	padding: 0;
	background-size:cover;
}

#subheader.subheader_2sp &gt; div {
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	padding: 50px 100px;
	box-sizing: border-box;
	align-items:normal;
	text-align: left;
	max-height: 100%;
}


#subheader.subheader_2sp &gt; div img {
	display: block;
	max-height: 550px;
}

#subheader.subheader_2sp &gt; div h1 {
	font-size: 50px;
	font-weight: 600;
}


#subheader.subheader_2sp &gt; div p {
	font-size:18px;
	font-weight: 400;
}


.subheader_menu {
	background: rgba(255,255,255,0.5);
	bottom:0;
	padding: 0px !important;
	width:100% !important;
  position: absolute;
}


.subheader_menu ul {
 	display: flex;
	align-items: center;
	justify-content: center;
}

.subheader_menu ul li {
 display: inline-block;
	margin: 0;
}

.subheader_menu ul li a  {
 display:block;
	 padding: 20px 30px;
	color: #069 !important;
}

.subheader_menu ul li:hover a  {
 background: #069 !important;
color: #fff !important;
}

.subheader_menu p {
 margin: 0px;
}

/***TOP-Gallery**/

#subheader-gallery {
    padding:0;
}


ul.header-carousel  {
    padding: 0;
    margin: 0;
}

section:not(.slider) ul.header-carousel li {
    padding: 300px 0 250px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    list-style: none;
}

ul.header-carousel li .gallery-content {
    background: rgba(255,255,255,0.5);
}

.owl-dots {
   margin: auto auto;
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0%);
}

.owl-dot {
   display: inline-block;
}

.owl-dot span {
   margin: 0 5px;
}


.owl-dot span {
   background: #ccc;
   border-radius: 100px;
   padding: 9px;
   display: block;
}

.owl-dot:hover span, .owl-dot.active span {
   background: #999;
   border-radius: 100px;
   padding: 9px;
   display: block;
}



/***Default***/


section {
	padding:100px 0;
	/*overflow:hidden;*/
	background: transparent;
}

section.schmal {
	padding: 200px 0 !important;
	background-size: contain !important;
}

#section-video {
	max-height: 600px;
	position: relative;
}

section.banner_big  {
	display: flex;
	padding: 0;
	background:#069;
	align-items: center;
}

section.banner_big &gt; div.banner_cnt  {
	padding: 20px 50px;
	color: #fff !important;
}


.banner_big a {
	display: inline-flex;
	color: #fff !important;
}

.banner_big a::before {
	content: "\f101";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:15px;
}

.banner_big a[href="shop"]::before {
	content: "\f07a";
}

.banner_img_re {
align-items: end;
display: flex;
max-width: 300px;
margin: auto;
justify-content: center;
}

a.btn-custom {
	background: rgba(255,255,255,1.0);
	color: #006699;
	border-radius: 3px;
	padding: 12px 30px 12px 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	transition: all linear 0.5s;
}

a:hover.btn-custom {
	background: rgba(0,102,153,0.9);
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	color: #fff;
}


a.btn-shop {
    margin: 10px 0;
}


a:hover.btn-shop {
	
}

a.btn-shop i, a.btn-shop p, a.btn-contact i, a.btn-contact p {
    display: inline-block;
    margin: 0;
	/*! float: left; */
}

.de-navbar-left .container-fluid .container {
	width: 100% !important;
}
.de-navbar-left section {
	padding: 70px;
}
.de_light section {
	background: #fff;
}


.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
	color: #fff !important;
}


.section-fixed {
	position: fixed;
	width: 100%;
	min-height: 100%;
	height: auto;
}
.full-height {
	overflow: hidden;
	padding: 0 !important;
}

.teaser.style-2 {
	font-size: 26px;
	padding: 0px 0px 50px;
}

/***Aufklappelement***/

.aufklappfilter {
	margin: 20px 0;
	text-align: center;
	padding: 30px 0 0;
	border-top: 1px solid #ccc;
}



.aufklappfilter a {
	display: inline-block;
	padding: 10px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin: 0 10px;
}

.aufklappfilter a.active {
	color:#fff;
	background: #ccc;
}


.aufklappabschnitt {
	width:100%;
	position: relative;
	border: 1px solid #e3e3e3;
	padding: 30px 20px;
	cursor: pointer;
	pointer-events: all;
	margin: 30px 0px;
	display:none;
}

.aufklappabschnitt.itemshow {
	display:block;
}

.aufklappabschnitt .aufklappabschnitt_titel {
	padding-right: 100px;
	position: relative;
}

.aufklappabschnitt .aufklappabschnitt_titel:before {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	color: #666;
	position: absolute;
	right: 10px;
	top:50%;
	font-size: 30px;
	transform: translate(0%,-50%);
}


.aufklappabschnitt.show .aufklappabschnitt_titel:before {
	content: "\f068";
}



.aufklappabschnitt .aufklappabschnitt_text {
	display:none;
}


.aufklappabschnitt.show .aufklappabschnitt_text {
	display:block !important;
	border-top: 2px dotted #ccc;
	margin-top:20px;
	padding-top: 20px;
}



/******Promobanner*****/

.promobanner {
	display: flex;
	align-items: center;
	position: relative;
	padding: 50px 0;
}


.promobanner:nth-child(even)  &gt; div {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	position: relative;
	border:0px solid #f0f;
}

.promobanner:nth-child(even) &gt; div:nth-of-type(1) {
	width:30%;
	margin-right:5%;
    animation-name: fadeInLeft;
}


.promobanner:nth-child(even) &gt; div:nth-of-type(2) {
	width:65%;
	padding: 0% 20% 0% 5%;
	animation-name: fadeInRight;
}

.promobanner:nth-child(even) .promobanner_imgs {
	position: relative;
	height: 100%;
}


.promobanner:nth-child(even) .promobanner_img_gr {
	position: absolute;
	border-radius:100%;
	border: 0.12em solid #069;
	background: #fff;
}

.promobanner:nth-child(even) .promobanner_img_gr img {
	display: block;
	padding:15px;
	border-radius:100%;
}

.promobanner:nth-child(even) .promobanner_img_kl  {
	display: block;
	position: absolute;
	right: -10px;
	bottom: -20px;
}


.promobanner:nth-child(odd)  &gt; div {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	position: relative;
	border:0px solid #f0f;
}

.promobanner:nth-child(odd)  &gt; div:nth-of-type(1) {
	order: 2;
	width:30%;
	animation-name: fadeInRight;
}


.promobanner:nth-child(odd) &gt; div:nth-of-type(2) {
	order: 1;
	width:65%;
	margin-right:5%;
	padding: 0% 5% 0% 20%;
	box-sizing: border-box;
	animation-name: fadeInLeft;
}

.promobanner:nth-child(odd) .promobanner_imgs {
	position: relative;
	height: 100%;
}

.promobanner:nth-child(odd) .promobanner_img_gr {
	position: absolute;
	border-radius:100%;
	border: 0.12em solid #069;
	background: #fff;
	margin-right: -150px;
}

.promobanner:nth-child(odd) .promobanner_img_gr img {
	display: block;
	padding:15px;
	border-radius:100%;
}

.promobanner:nth-child(odd) .promobanner_img_kl  {
	display: block;
	position: absolute;
	left:-10px;
	bottom:-20px;
}


a.promobutt {
	display: inline-flex;
	border: 2px solid #069;
	border-radius: 10px;
	padding: 5px 10px;
	color: #069;
	font-weight: bold;
	margin-top: 20px;
}

a:hover.promobutt {
	color: #fff;
	border: 2px solid #069;
	background: #069;
}


a[href*="shop."].promobutt, .promobutt.kaufen {
    font-size: inherit !important;
}


a[href*="shop."].promobutt::before, .promobutt.kaufen::before {
  padding: 5px !important;
  margin-right: 10px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 20px;
  color:#069;
  background:transparent;
}



/***News***/

/*** FILTR ***/
.news_filtr {
    margin: 0px auto 3%;
}

.contentallevents .news_filtr {
    margin: 0px auto 0;
    background: rgba(255,255,255,0.6);
    padding: 10px 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    backdrop-filter: blur(20px);
}


.course_filtr, .video_filtr {
    display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
    margin: 0px auto 10px;
}


.news_filtr.sticky {
  position: fixed;
  display: flex;
  flex-direction: column;
  /*align-items:center;*/
  justify-content: center;
  top:152px;
  left: 0;
  margin: 0 auto;
  padding: 10px 0;
  height: auto;
  width:100%;
  float: none;
  z-index: 9999999;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  background: rgb(255, 255, 255, 0.9);
  backdrop-filter: blur(50px);
}

.contentallevents .news_filtr.sticky {
  padding: 10px 0 0;
}

.news_filtr.sticky &gt; ul {
    padding: 0px !important;
    margin: 0 auto !important;
    max-width: 1170px;
}

.filtrmobile {
  display: none;
	cursor: pointer;
	text-align: left;
	width: auto;
	margin: 0px auto;
	position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all linear 1s;
  text-align: right;
}

.filtrmobile::after {
    display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f0b0";
	color: #666;
	padding:  0 30px 0 0;
	font-size: 25px;
	font-weight: 900;
}


.filtrmobile:hover {
    color: #fff;
}

.filtrmobile:hover::before {
    color: #fff;
}

ul.filtr_nav {
	list-style-type:none;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	width:100%;
}

ul.filtr_nav.show {
	display: flex !important;
}

ul.filtr_nav li {
	display:inline-block;
	padding: 10px 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: 0 20px 0 0 !important;
	min-width: 120px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color:#707070;
	background: rgba(255,255,255,0.9);
	cursor: pointer;
	transition: all linear 0.5s;
	width: calc(100%/6 - 30px);
}

ul.filtr_nav li.active, ul.filtr_nav li:hover {
	color:#fff;
	background: #069;
}

.video-list ul.filtr_nav li {
	width: calc(100%/7 - 30px);
}


.filter-subnavi-area {
	display:flex;
    align-items: start;
	justify-content:center;
	max-width: 1024px;
	width: 100%;
}

.filter-subnavi-area &gt; .news_filtr_sub,
.filter-subnavi-area &gt; .news_filtr_sub_doctype{
	margin: 0px 15px 10px;
}


.filtr-navi-area {
	position: relative;
	width:100%;
	padding: 10px 15px;
}


/***Downloadarea***/

#UpdateProgress1 {
    width: 100%;
    height: 100%;
    position:absolute;
    z-index: 99;
    text-align: center;
    left:0;
    background: rgba(255,255,255,0.9);
}


#UpdateProgress1 img{
   display: block;
   margin: auto;
}

.doc-prodcat {
}

.toggle-docmenu {
    display: none;
}

#UpdatePaneProductarea {
	text-align:center;
}

#UpdatePanelDopdown {
   text-align: center;
   margin:auto;
   display: flex;
  flex-direction: row;
}




#UpdatePanelDopdown select {
    -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
}

#UpdatePanelDopdown option {
       -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
}


.doc-typeselect {
	display:flex;
	width: 60%;
}

.doc-typeselect .docselect {
    display: inline-block;
    min-width: 300px;
    margin: 0 10px 0 0;
}


.docsearch {
	width: 40%;
	min-width: 300px;
	margin-left: 25px;
}



.doc-typeselect .docselect.wide_only {
   width:100%;
   display:block;
}

.doc-typeselect .docselect {
  display: inline-block;
  min-width: 300px;
  margin: 0 20px 0 0;
}


.docselect select {
   padding: 0px 0px;
  width: 100%;
   text-align: center;
   border: 1px solid transparent;
   box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
   text-transform: uppercase;
   color: #666;
   margin: 10px auto;
   font-size: 16px;
   height: 50px;
      display: inline-block;
    -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
}


.docselect select + span {
    color:#666;
    display: inline-block;
    font-size: 20px;
    pointer-events: none;
    cursor: pointer;
    position: absolute;
    margin: 25px 0 0 -30px;
}


.docselect span i  {
    color: #999;
   display:none;
}

.docselect select + span i {
    color:#666;
    display: block;
    font-size: 20px;
    pointer-events: none;
}


.docsearch input.form-control {
    padding: 0px 0px;
    width: 80%;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
    text-transform: uppercase;
    color: #666;
    margin: 10px auto;
    font-size: 16px;
    height: 50px;
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.docsearch .searchbutton {
    position: absolute;
    width: 50px;
    height: 30px;
    border: 0px solid #ccc;
    margin: 25px 0px 0 -90px;
    text-align: right;
    display: inline-block;
}

.docsearch .searchbutton input {
    opacity: 0;
    border:1px solid #ccc;
    padding: 15px 15px;
}

.docsearch .searchbutton i {
    position: absolute;
    font-size: 25px;
    color: #666;
    pointer-events: none;
    display: inline-block;
}


ul#bulProductareas.doc_nav li {
	display:inline-block;
   margin-right: 1.2% !important;
}

ul#bulProductareas.doc_nav li a {
	display:inline-block;
	padding: 10px 5px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	min-width: 100px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	color:#707070;
	background: rgba(255,255,255,0.9);
	cursor: pointer;
	transition: all linear 0.5s;
}

ul#bulProductareas.doc_nav li.active a, ul.doc_nav li a:hover, ul#bulProductareas.doc_nav li a:hover {
	color:#fff;
	background: rgba(180,180,180,0.9);
}




ul#bulProductareas.doc_nav_sub li {
  padding: 20px 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px !important;
  width: 100%;
  font-size: 15px;
  color: #707070;
  background: rgba(255,255,255,1);
  border-bottom: 1px solid #ccc;
  cursor:pointer;
  display:none;
  transition: all linear 0.5s;
}



ul.doc_nav_sub {
    margin: 0 auto 30px;
    position: relative;
    z-index: 9;
    background: #fff;
   list-style-type: none;
   text-align: center;
   padding: 0px 0;
   box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
   width:80%;
   left:50%;
   transform: translate(-50%, 0);
}




ul.doc_nav_sub li {
   list-style: none;
   display: none;
}


ul.doc_nav_sub li a {
	display:block !important;
   cursor: pointer;
   width: auto;
   margin: 0px auto;
   font-size: 16px;
   font-weight: 300;
   text-transform: uppercase;
   padding: 15px 0px;
   background:#fff;
   color:#333;
   border: 0;
}


ul.doc_nav_sub li:hover, ul.doc_nav_sub li.active {
	background: #ccc;
	color: #fff;
}

ul.doc_nav_sub.show li, ul.doc_nav_sub li.active {
	display:block !important;
}


ul.doc_nav_sub li.active {
	display:block !important;
   cursor: pointer;
   width: auto;
   margin: 0px auto;
   font-size: 16px;
   font-weight: 300;
   text-transform: uppercase;
   /*! padding: 15px 0px; */
   background:#fff;
   color:#333;
   border: 0;
}


ul.doc_nav_sub li.active a::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f00e";
    color: #666;
    padding: 0px 20px 0 0px;
    font-size: 20px;
    font-weight: 900;
    float: right;
}

ul.doc_nav_sub.show li.active {
   box-shadow: 0 0 0px rgba(0,0,0,0);
   border-bottom: 1px solid #ccc;
}

ul.doc_nav_sub.show li.active, ul.doc_nav_sub.show li.active:hover {
   color:#fff;
   background:#ccc;
}


/*****/

.news_filtr_sub_kfo, .news_filtr_sub_kfozt, .news_filtr_sub_zt, .news_filtr_sub_cer, .news_filtr_sub_imp, .news_filtr_sub_com, .filtr_sub_doc,
.news_filtr_sub_kfo_doctype, .news_filtr_sub_kfozt_doctype, .news_filtr_sub_zt_doctype, .news_filtr_sub_cer_doctype, .news_filtr_sub_imp_doctype, .news_filtr_sub_com_doctype {
       display: none;
       margin: 30px auto 30px;
       position: relative;
       z-index: 9;
       background:#fff;
       max-width: 900px;
       width:100%;
}


.news_filtr_sub_kfo.show,  .news_filtr_sub_kfozt.show, .news_filtr_sub_zt.show, .news_filtr_sub_cer.show, .news_filtr_sub_imp.show, .news_filtr_sub_com.show, .doc-type-menu.show,
.news_filtr_sub_kfo_doctype.show, .news_filtr_sub_kfozt_doctype.show, .news_filtr_sub_zt_doctype.show, .news_filtr_sub_cer_doctype.show, .news_filtr_sub_imp_doctype.show, .news_filtr_sub_com_doctype.show {
       display: block;
}


 .news_filtr_sub.show .filtr_nav_sub.show  {
       max-height: 330px;
       overflow-y: scroll;
}

.filtr_sub, .filtr_sub_doctype, .doc-type-menu {
	cursor: pointer;
	text-align: left;
	width: auto;
	margin: 0px auto;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 10px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transition: all linear 1s;
	text-align: center;
}

.filtr_sub::after, .filtr_sub_doctype::after {
    display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f00e";
	color: #666;
	padding:  0 0px 0 30px;
	font-size: 20px;
	font-weight: 900;
	float:right;
}

ul.filtr_nav_sub, ul.filtr_nav_sub_doctype, ul.doc-type-menu {
   list-style-type: none;
  text-align: center;
  padding: 0px 0;
  margin: 0px 0 0 !important;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

ul.filtr_nav_sub.show, ul.filtr_nav_sub_doctype.show, ul.doc-type-menu.show {
   display:block;
}

.filtr_sub_kfo:hover, .doc-type-menu:hover {
	background: #ccc;
    color: #fff;
}

.filtr_sub_kfo:hover::before, .doc-type-menu:hover::before {
    color: #fff;
}


ul.filtr_nav_sub li, ul.filtr_nav_sub_doctype li, ul.doc-type-menu li {
  padding: 10px 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px !important;
  width: 100%;
  font-size: 15px;
  color: #707070;
  background: rgba(255,255,255,1);
  border-bottom: 1px solid #ccc;
  cursor:pointer;
  display:none;
  transition: all linear 0.5s;
}

ul.filtr_nav_sub li:hover, ul.filtr_nav_sub li.active,
ul.filtr_nav_sub_doctype li:hover, ul.filtr_nav_sub_doctype li.active,
ul.doc-type-menu li:hover, ul.doc-type-menu li.active {
	background: #ccc;
	color: #fff;
}

ul.filtr_nav_sub.show li, ul.filtr_nav_sub li.active,
ul.filtr_nav_sub_doctype.show li, ul.filtr_nav_sub_doctype li.active,
ul.doc-type-menu.show li, ul.doc-type-menu li.active{
	display:block !important;
}

ul.filtr_nav_sub li.active,
ul.filtr_nav_sub_doctype li.active,
ul.doc-type-menu li.active {
   display:block !important;
   cursor: pointer;
   width: auto;
   margin: 0px auto;
   font-size: 15px;
   font-weight: 300;
   text-transform: uppercase;
   padding: 10px 0px;
   background:#fff;
   color:#333;
   border: 0;
}

ul.filtr_nav_sub li.active::after,
ul.filtr_nav_sub_doctype li.active::after,
ul.doc-type-menu li.active::after{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f00e";
    color: #666;
    padding: 0 10px 0 0px;
    font-size: 20px;
    font-weight: 900;
    float: right;
}

ul.filtr_nav_sub.show li.active,
ul.filtr_nav_sub_doctype.show li.active,
ul.doc-type-menu.show li.active {
   box-shadow: 0 0 0px rgba(0,0,0,0);
   border-bottom: 1px solid #ccc;
}
ul.filtr_nav_sub.show li.active, ul.filtr_nav_sub.show li.active:hover,
ul.filtr_nav_sub_doctype.show li.active, ul.filtr_nav_sub_doctype.show li.active:hover,
ul.doc-type-menu.show li.active, ul.doc-type-menu.show li.active:hover {
   color:#fff;
   background:#ccc;
}

/***Sorting***/

.sorting {
   position: fixed;
   margin: auto;
   z-index:9;
   bottom: 10%;
   left: 50%;
   padding: 10px;
   background: rgba(255,255,255,0.8);
   transform: translate(-50%,0);
   -o-transform: translate(-50%,0);
   -webkit-transform: translate(-50%,0);
   border-radius: 5px;
   width: 180px;
   text-align: center;
}

.sorting a {
   background: #eee;
   color:#666;
   font-size:25px;
   border-radius: 5px;
   margin: 0 5px;
   padding: 5px 15px;
   transition: all linear 0.5s;
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
   display: inline-block;
}

.sorting a:hover {
   background: #999;
   color:#eee;
   border-radius: 5px;
   box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


/*Messefilter*/

.cat-fair-all {display: none;}


/*** END - FILTR ***/



/* blog list */

.blog-list {
	margin: 0;
	padding: 0;
}


.blog-list li {
	list-style: none;
	line-height: 1.7em;
	margin-bottom: 40px;
	margin-top: 0px;
	padding-bottom: 40px;
	border-bottom: solid 1px #ccc;
	display:none; 
	opacity:0;
	position:absolute;
	/*transform: translate(-700%,0);
	-o-transform: translate(-700%,0);
	-webkit-transform: translate(-700%,0);*/
	transition: all ease-out 1s;
}


.blog-list li.show {
    /*display:block !important;
	transform: scale(1);*/
	position:relative;
	opacity:1;
	display:block;
	transform: translate(0%,0);
	-o-transform: translate(0%,0);
    -webkit-transform: translate(0%,0);
}

.post-image {
   overflow: hidden;
   max-height: 346px;
   margin-bottom: 20px;
}

.blog-list li img {
	max-width: 100%;
	margin-bottom: 20px;
   width: 100%;
}

.de_light .blog-list li {
	border-bottom: solid 1px #ddd;
}
.blog-list h3 {
	margin-top: 20px;
}
.blog-list h3 a {
	color: #fff;
}
.de_light .blog-list h3 a {
	color: #222222;
}
.de_light .text-light .blog-list h3 a {
	color: #fff;
}
.blog-list .btn-more {
	padding: 3px 25px 3px 25px;
	color: #111;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	float: right;
}
.blog-list .btn-more:hover {
	background: #fff;
}
.de_light .blog-list .btn-more:hover {
	background: #222;
	color: #fff;
}
.blog-list .post-text {
	padding: 0 10px;
}
.blog-list .post-text h4 a {
	color: #222;
    line-height: 150%;
}
.blog-list .blog-slider {
	margin-bottom: -60px;
}
.blog-list .date-box {
	width: 120px;
	position: absolute;
	text-align: center;
	text-shadow: none;
}
.blog-list .date-box .day, .blog-list .date-box .month {
	display: block;
	color: #fff;
	text-align: center;
	width: 60px;
	z-index: 100;
}
.blog-list .date-box .day, .blog-list .date-box .month {
	color: #222222;
}
.blog-list .date-box {
	border: solid 1px #ddd;
	padding: 25px 10px 10px 10px;
	margin-top: 12px;
	text-align: center;
}
.blog-list .date-box .month {
	font-size: 14px;
}
.blog-list .date-box .day {
	color: #222222;
	font-weight: light;
	font-size: 20px;
	padding-bottom: 15px;
}
.blog-list .date-box .month {
	font-size: 16px;
	letter-spacing: 1px;
}
.blog-list .date-box .month {
	border-bottom-color: #ddd;
}
.text-light .blog-list .date-box .month {
	color: #fff;
}
.blog-snippet li {
	border-bottom: none !important;
	margin-bottom: 0;
}


.blog-list a.btn-custom {
  margin-top: 20px;
}



.sidebar {
	padding-left: 20px;
}


.btn_pr:nth-of-type(1), .btn_prarchiv:nth-of-type(1) {
   cursor: pointer;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
  }
   
   
.btn_pr, .btn_prarchiv {
   cursor: pointer;
   border-bottom: 1px solid #ccc;
   padding-top: 10px;
   padding-bottom: 10px;
   transition: all linear 0.5s;
}


.btn_pr:hover, .btn_prarchiv:hover {
   color:#999;
}

.btn_pr::after, .btn_prarchiv::after {
   	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	margin-right: 15px;
   float: right;
}

.btn_pr.show::after, .btn_prarchiv.show::after {
   font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068";
	margin-left: 15px;
}

.btn_pr:empty, .btn_prarchiv:empty, .btn_pr.show:empty {
    display: none !important;
}


.pr_current.show  .p_copy p:first-of-type {
   display: block;
}

.pr_current.show .p_copy  p:first-of-type strong {
  font-weight: 300 !important;
}

.pr_current.show .p_copy p {
   display: none;
}

.pr_current, .prarchiv_2022, .prarchiv_2021, .prarchiv_2020, .prarchiv_2019, .prarchiv_2018, .prarchiv_2017, .prarchiv_2016, .prarchiv_2015 {
   display: none;
}

.pr_current.show, .prarchiv_2022.show, .prarchiv_2021.show, .prarchiv_2020.show, .prarchiv_2019.show, .prarchiv_2018.show, .prarchiv_2017.show, .prarchiv_2016.show, .prarchiv_2015.show {
   display: block;
}


.widget {
	margin-bottom: 30px;
	/*! padding-left: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #333; */
}
.de_light .widget {
	border-bottom: solid 1px #ddd;
}
.widget h3 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: normal;
	letter-spacing: 1px;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .small-border {
	height: 2px;
	width: 30px;
	background: #fff;
	margin: 10px 0 20px 0;
	display: block;
}
.widget_category li {
	padding: 8px 20px 8px 20px;
	margin-bottom: 8px;
	background: #111;
}
.widget_category li:before {
	font-family: "FontAwesome";
	content: "\f07b";
	margin-right: 10px;
}
.de_light .widget_category li {
	background: none;
	border: solid 1px #eee;
}
.widget_category li a {
	color: #606060;
}
.widget_recent_post li {
	padding-left: 20px;
	background: url(../images/list-arrow.png) left 2px no-repeat;
	border-bottom: solid 1px #222;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.widget_recent_post li a {
	color: #555;
}
.widget-post li {
	border-bottom: solid 1px #f2f2f2;
	padding-bottom: 12px;
	margin-bottom: 8px;
	font-size: 15px;
	display: none; 
	opacity: 0;
    /*! transform:translate(700%,0);
    -o-transform:translate(700%,0);
    -webkit-transform:translate(700%,0);*/
    position: absolute;
	transition: all 1s ease-out;
	height: auto;
}  

.widget-post li.show {
    transform:translate(0%,0);
    -o-transform:translate(0%,0);
    -webkit-transform:translate(0%,0);
    display: block; 
    opacity: 1 !important;
    position: relative !important;
}   
.widget-post li a {
	display: block;
	text-decoration: none;
	width: 100%;
}


.widget-post li a .img-clip {
   margin: 2% 2% 2% 0;
   /*display: inline-block;
   width: 130px;
   height: 130px;*/
   max-height: 230px; 
   overflow: hidden;
   text-align: center;
   background: #eee;
}


.widget-post li a img {
    /*height: 100%;
    width: auto !important;
    max-width: unset !important;
    transform: translate(-50%,0%);
    left: 50%;
    position: relative;*/
    display: block;
    margin: auto;
    /*max-height: 150px;*/
}


.widget-post li a h4 {
	display: block;
	font-size: 16px;
	color: #707070;
	line-height: 130%;
	position: relative;
	margin: 10px 0 10px;
	transform: translate(0,25%);
	-o-transform: translate(0,25%);
	-webkit-transform: translate(0,25%);
}


.widget-post li a h5 {
    display: block;
    font-size: 14px;
    margin: 15px 0 10px;
    line-height: 135%;
}



.widget-post li a:hover h4 {
	color: #006699;
}


.widget-post .post-date {
    color: #999;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: lighter;
    margin:0px;
}

.widget-post li:hover&gt;.post-date {
	background: #222;
	color: #fff;
}


.widget .comments li {
	padding-left: 20px;
	background: url(../images/list-arrow.png) left 2px no-repeat;
	border-bottom: solid 1px #eee;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.widget_tags li {
	text-shadow: none;
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 16px;
}
.widget_tags li a {
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 5px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border: solid 1px rgba(255, 255, 255, .1);
	color: #888;
	padding: 7px 10px 7px 10px;
}
.de_light .widget_tags li a {
	color: #606060;
	border: solid 1px rgba(0, 0, 0, .2);
}
.widget_tags li a:hover {
	color: #555;
	border-color: #555;
}
.de_light .widget_tags li a:hover {
	color: #111;
	border-color: #111;
}
.widget_top_rated_product ul {
	padding: 0;
}
.widget_top_rated_product li {
	min-height: 80px;
}
.widget_top_rated_product li .text {
	padding-top: 5px;
	padding-left: 75px;
}
.widget_top_rated_product li img {
	position: absolute;
	width: 60px;
	height: 60px;
}
.widget_tags li a {
	border-color: #555;
}
.widget_tags li a:hover {
	color: #eceff3;
	border-color: #eceff3;
}


.newsspalten {
	display:flex;
	align-items:normal;
}

.news_spalte {
	width: 50%;
	border:1px solid #ccc;
	padding: 20px;
	margin: 0 10px;
}


.presscontact {
   margin-bottom:50px;
   padding-bottom: 10px;
   border-bottom: 1px solid #dfdfdf;
}

.presscontact h4 {
   margin: 0px 0px 20px 0;
}

.presscontact img {
   width:31%;
   float:left;
   display:block;
   margin: 0px 20px 0px 0;
}

/***STARTSEITE NEWS***/

.mainnews {
	text-align: center;
	margin-bottom:50px;
	display: flex;
}


.mainnews-item  {
	display: flex;
	flex-direction: column;
  width:calc(100%/3 - 20px);
	margin: 0 20px;
}

.mainnews-item .post-image {
	display: block;
	width:100%;
	max-height: 200px;
	overflow: hidden;
}

.mainnews-item .post-image img {
	display: block;
	width:100%;
	height: 100%;
	object-fit: cover;
}

.mainnews-item .btn  {
	margin-top:20px;
}

.press_items ul {
	padding:0;
	margin:0;
	list-style: none;
	display:flex;
	justify-content: space-around;
}

.press_items ul li {
 display: block;
	line-height:180%;
 padding: 15px;
	margin: 10px 10px;
 width: calc(100%/3 - 20px);	
 border: 1px solid #f0f0f0;
	transition:all linear 0.5s;
}


.press_items ul li:hover {
	transform: scale(1.02);
 background: #f3f3f3;
}

.press_items .img-clip {
	position: relative;
	max-height:160px;
	overflow: hidden;

}

.press_items .img-clip img {
	display: block;
	width: 100%;
	min-height:160px;
	object-fit: cover;
	object-position: center;
}



.press_items h4 {
	font-size: 16px;
}

.press_items h5 {
	font-size: 14px;
}

.press_items h4, .press_items h5 {
	line-height: 180%;
}

/***About***/

section#about {
	
}

section#about h3 {
    font-size: 30px;
    font-weight: 500;
	line-height: 150%;
}


section#about p {
	padding: 20px 0px 10px;
}

section#about .img-fx-1 {
    -webkit-box-shadow: -50px 50px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -50px 50px 0px 0px rgba(0,0,0,0.1);
    box-shadow: -50px 50px 0px 0px rgba(0,0,0,0.1);
}


#about a[href=""] {pointer-events: none;}

/****Philosophy*****/

section#philosophy {
    text-align: center;
    padding: 100px 0 0;
}

#philosophy p {
    padding: 50px 0px 10px;
    font-size: 20px;
    line-height: 1.7em;
	color:#707070;
}

/****SERVICE*****/

section#service {}


section#service .display-table {
	display: table;
}

section#service .display-table [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

section#service .text-middle a {
	padding: 60px !important;
	width: 100%;
	height: 200px;
	background: rgba(255,255,255,0.65);
    display: block;
    text-decoration: none !important;
	/*background: rgba(0,102,153,0.7);*/
	overflow: hidden;
}


section#service .text-middle {
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	overflow: hidden;
	padding: 0px;
}

.text-light {
    color: #333;
	line-height: 180%;
}


.text-light h4 {
    color: #505050 !important;
}


/****Products*****/

section#products {
	
}

.kachel-overview {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.prodbox {
	width: calc(100%/4 - 20px);
	margin: 10px 10px;
    display:inline-flex;
    flex-direction:column;
	float: none;
}


#video-items .prodbox {
	width: calc(100%/3 - 20px);
	margin: 10px 10px;
    display:inline-flex;
	float: none;
	border: 0px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(100,100,100,0.2);
	transition: all linear 0.5s;
	overflow: hidden;
}

#video-items .prodbox:hover {
	box-shadow: 0 0 8px rgba(100,100,100,0.5);
}


#news .prodbox {
    display:none;
}

.prodbox.show {
    display:inline-flex !important;
    /*display:inline-block !important;*/
}

#video-items .prodbox.show {
    display:inline-flex !important;
}


.prodbox_content {
	padding: 15px 30px;
	min-height: 230px;
}




#video-items .prodbox_content {
    padding: 15px 30px 30px;
    background: transparent;
    height: auto;
}


#video-items .prodbox a .prodbox-image {
	display:flex;
	height: 260px;
	flex-direction: column;
	align-items:center !important;
	justify-content:center !important;
	overflow: hidden;
}


#video-items .prodbox a .prodbox-image::before {
	content:"\f144";
	font-family: "Font Awesome 5 Free";
	color:rgba(255,255,255,0.6);
	position: absolute;
    font-size: 80px;
	transform: rotate(0);
	z-index: 9;
	transition: all linear 0.5s;
}

#video-items .prodbox a:hover .prodbox-image::before{
		transform: rotate(360deg);
}

#video-items .prodbox a .prodbox-image img {
	display:block;
	width: auto;
	height: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	transition: all linear 0.5s;
}

#video-items .prodbox:hover a .prodbox-image img {
	transform: scale(1.1);
}



.prodbox-image {
   position: relative;
}

.prodbox-image span.catsymbl {
   position: absolute;
	z-index:999;
   bottom: 0;
   right:0;
   font-size: 20px;
   padding: 5px 10px;
   border-top-left-radius: 20px;
   border: 0px solid #ccc;
   background-color: rgba(255,255,255,0.9);
}

.prodbox-image span.catsymbl i {
    width:25px;
    line-height:25px;
    display: block;
}


.prodbox-image span.catsymbl:empty {
   display: none;
}

.prodbox img {
	/*width: 100%;
	max-height:274px;*/
}


.prodbox &gt; a {
      color: #333 !important;
  text-decoration: none !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: auto;
  background: transparent;
}


.prodbox_content h3 {
	font-size: 18px;
}

.prodbox_content h4 {
	font-size: 15px;
}

.prodbox_content p {
	font-size: 14px;
}

#products .prodbox {
	text-align: center;
}

#products .prodbox-image {
   position: relative;
	border: 1px solid #ccc;
	border-radius: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
}

#products .prodbox-image::after {
	content:"";
	display: block;
   position: absolute;
	border: 12px solid #fff;
	border-radius: 100%;
	width: 100%;
	aspect-ratio: 1/1;
	top:0;
	left:0;
}

#products .prodbox-image img {
  position: relative;
	display: block;
	padding: 12px;
	height:100%;
	object-fit: cover;
	border-radius: 100%;
	aspect-ratio: 1/1;
	transition: all linear 0.5s;
	overflow: hidden;
}

#products .prodbox:hover .prodbox-image img {
  transform: scale(1.05);
}


a.btn-text {
	text-decoration: none;
	display:block;
	color: #111 !important;
	font-weight: 600;
	padding: 5px 0;
	font-size: 13px;
}

a.btn-text:after {
    font-family: "Font Awesome 5 Free";
	content: "\f105";
	color: #006699;
	padding-left: 10px;
	font-size: 13px;
	font-weight: 900;
	top: 1px;
	position: relative;
	display: inline-block;
}


.kchltxt p {
    font-size: 13px;
    line-height: 130%;
    }

/***Product-Page***/


section.product_item {
   padding: 50px 0;
   position: relative;
   min-height: 700px;
}

.product_item .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
	width: 50%;
	background: linear-gradient(to bottom, rgb(240, 240, 242) 0%, rgb(205, 208, 216) 100%);
}

.product_item:nth-of-type(even) .image-container {
	margin-left: 0%;
}


.product_item:nth-of-type(odd) .image-container {
	margin-left: 50%;
	float:right;
}

.product_item .background-image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    background-repeat:no-repeat;
}

.product-description {
	padding: 0px 90px;
	width: 50%;
}

.product_item:nth-of-type(odd) .product-description {
	margin-left: 0%;
	-webkit-animation-name: fadeInLeft; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-duration: 1s;
	animation-name: fadeInLeft;
}

.product_item:nth-of-type(even) .product-description {
	margin-left: 50%;
	float:right;
	-webkit-animation-name: fadeInRight; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-duration: 1s;
	animation-name: fadeInRight;
}

.product_item h2 {
	margin: 0 0 10px;
}


.product_item h3 {
    font-size: 18px;
	margin: 0 0 20px;
	font-weight:600;
}

.quicklinks {
	padding: 30px 0px 0px;
}

.qlink2.quicklinks {
	padding: 5px 0px 5px;
}

.quicklink-item {
	margin-bottom: 50px;
	width: 100%;
}

.quicklink-item .ql-pic{
    width: 15%;
    margin-right: 1%;
    overflow: hidden;
    display: inline-block;
    background: url(/images/stern.gif) no-repeat;
    min-height: 110px;
    background-size: 100% 100%;
    border: 1px solid #d5d5d5;
    transition: all linear 0.5s;
}


.quicklink-item .ql-pic.medialink {
    min-height: auto;
    cursor:pointer;
}


.quicklink-item .ql-pic:hover {
    border: 1px solid #069;
}


.quicklink-item .ql-text{
	width: 70%;
	color: #707070;
	overflow: hidden;
	display:inline-block;
	border-bottom: 1px solid #ccc;
	transition: all linear 0.5s;
}


.quicklink-item:hover .ql-text {
	border-bottom: 1px solid #006699;
}

.quicklink-item .ql-text a{
	color: #707070;
	cursor:pointer;
}

.quicklink-item:hover .ql-text a {
	color: #006699;
	text-decoration: none;
}


.quicklink-item img {
	max-width: 100%;
	border: 0px solid #ccc;
	transition: all linear 0.5s;
}


.quicklink-item:hover img {
	border: 0px solid #069;
}


.qlink2  {
   margin: 30px 0 0px;
   width: auto;
   border-radius: 3px;
   text-align: center;
}

.qlink2 a {
   text-transform: uppercase;
   color:#069;
   text-decoration: none;
   transition: all linear 0.5s;
   padding: 12px 10px 0px;
   display: block;
   background: #fff;
   box-shadow: 0 0 20px rgba(0,0,0,0.2);
   position: relative;
}

.qlink2:hover a, .qlink2 a:hover {
   color: #fff;
   background:#069;
} 


.qlink2 a::before {
   font-size: 25px;
   line-height: 25px;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
  /* display: block;
   float:left;
   padding: 0px 10px;*/
   position: absolute; 
   display: inline-block;
   transition: all linear 0.5s;
}


.qlink2 a.quicklink {
   text-transform: uppercase;
   color:#069;
   text-decoration: none;
   transition: all linear 0.5s;
padding: 10px;
margin: 0px 0 50px;
   text-align:left;
	display:flex;
	align-items: center
}



.qlink2 a.quicklink img {
   height: 100px;
}


.qlink2:hover a.quicklink, .qlink2 a.quicklink:hover {
   color:#fff !important;
}

.qlink2 a.qlberatung::before {content:"\f095";}
.qlink2 a.qlmedia::before {content:"\f03d";}
.qlink2 a.qlnews::before {content:"\f1ea";}
.qlink2 a.qlservice::before {content:"\f095";}
.qlink2 a.qllink::before {content:"\f518";}
.qlink2 a.qcourse::before {content:"\f19d";}
.qlink2 a.qbonus::before {content:"\f518";}

.qlink2 i {
   font-size: 25px;
   line-height: 25px;
   margin-right: 10px;
   position: absolute; 
   display: inline-block;
   transition: all linear 0.5s;
}


.qlink2:hover i {
   color:#fff;
}

.qlink2 span {
   font-size: 15px;
   line-height: 25px;
   margin-left: 40px;
   transition: all linear 0.5s;
   display: inline-block;
   white-space: normal;
}


.qlink2 p {
   margin: 0 !important;
	padding: 0;
}

.qlink2 a p {
   margin-bottom:0;
}

.portallink {
text-align: center;
display: block;
color: #666;
border-bottom: 1px solid #ededed;
padding: 0 0 30px;

}


a.portallink::before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content:"\f137";
   display: inline-block;
   font-size: 20px;
   position: relative;
   top: 2px;
   padding: 2px 10px;
}

/***********Übersichten***********/

#teaser {
}

#teaser_suche {
    float:left; 
    background-color: #FFFFFF; 
    width: 700px;
    margin-left: 75px;
    margin-right: 25px;
}

#teasernoquick {
    float:left; 
    background-color: #FFFFFF; 
    width: 706px;
    margin-left: 25px;
    margin-right: 25px;
}



.mehrlink {
    border: 0px solid #999;
    border-radius: 1px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    color: #069;
    transition: all linear 0.5s;
    display: block;
    background: rgb(255, 255, 255);
    max-width: 270px;
    white-space: normal;
    position: relative;
   max-height:min-content;
}


a.mehrlink:hover {
   text-decoration: none;
   background: #069;
   color: #fff;
}


a.mehrlink:before {
    content: "\f19d";
    font-size: 20px;
    line-height: 35px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    padding: 0px 0px;
   position: absolute;
   top:50%;
   transform: translate(0,-50%);
}


a.mehrlink span {
    display: inline-block;
    margin: 0px 0 0 40px;
    white-space: normal;
   line-height: 25px;
}


.vteaserimg {
    float: left;
    width: 20%;
    padding: 0 20px 20px 0;
    box-sizing: content-box;
   margin-left: 0px
}


.table-responsive:empty {
    border:1px solid transparent;
}

.course-descr_short {
    
}

.course-descr_short h3 {
    font-size: 18px;
}


.course-descr_short_abstrc {
    width:70%;
}


.course-points {
   float:right;
   font-size: 30px;
   border: 1px solid #999;
   border-radius: 0%;
   padding:10px;
   margin-left: 20px;
   width: 70px;
   text-align: center;
   line-height: 49px;
  /* background:#efefef; */
   color:#999;
}


.course-points::before {
   content:'+';
   display: block;
  position: absolute;
   margin-top: 10px;
   margin-left: -25px;
   border: 0px solid #ccc;
   line-height: 30px;
   border-radius: 100%;
   width: 30px;
   background: #999;
   color:#fff;
}

.course-points:empty {
    display: none;
}

.list_teaser a {
    text-decoration:none;
    color:inherit;
}


.list_teaser p {
    line-height: 160%;
}

/****Download Documents*****/

section#documents {
	
}

.docbox {
	width: 20%;
	padding: 10px 10px;
    display:inline-block;
    overflow: hidden;
	float: left;
   height: 400px;
   transition: all linear 0.5s;
}

#news .docbox {
    display:none;
}

.docbox.show {
    display:inline-block !important;
}

.docbox .ql-pic {
    position:relative;
    border: 1px solid #ddd;
    height: 270px;
    max-width: 200px;
    overflow: hidden;
}

.docbox img {
	/*width: 100%;
	max-height:270px;*/
	position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%,-50%);
}

.docbox a {
    text-decoration: none !important;
    cursor:pointer;
}

.docbox .ql-text{
}

.docbox p {
   margin-top:5px;
    font-size: 13.5px;
}

/**/
.docbox .ql-pic:after {
   font-family: "Font Awesome 5 Free";
   font-weight:900;
   display: block;
   font-size: 20px;
   text-align: center;
   border-top-left-radius: 20px;
   border: 0px solid #ccc;
   background-color: rgba(255,255,255,0.9);
   box-shadow: 0 -1px 5px rgba(0,0,0,0.1);
   margin: 0;
   width: 40px;
   height: 35px;
   position: absolute;
   z-index: 9;
   pointer-events: none;
   color: #fff;
   padding: 3px 0 0 3px;
   bottom: 0;
   right: 0;
}


.docbox.doc-form .ql-pic:after {
   content:'';
}



.docbox.doc-form .ql-pic:after {
   content:'\f46d';
   background-color: #999999;
}

.docbox.doc-ga .ql-pic:after {
   content:'\f085';
   background-color: #99cc00;
}

.docbox.doc-prodinfo .ql-pic:after {
   content:'\f129';
   background-color: #0099cc;
}

.docbox.doc-securdoc .ql-pic:after {
   content:'\f3ed';
   background-color: #ff6600;
}

.docbox.doc-zert .ql-pic:after {
   content:'\f0a3';
   background-color: #ffcc00;
}

.docbox.doc-publ .ql-pic:after {
   content:'\f1ea';
   background-color: #009999;
}

.docbox.doc-patinfo .ql-pic:after {
   content:'\f0c0';
   background-color: #990088;
}

.docbox.doc-katal .ql-pic:after {
   content:'\f518';
   background-color: #4400bb;
}

.docbox.doc-kurs .ql-pic:after {
   content:'\f19d';
   background-color: #ff0099;
}

.docbox.doc-sons .ql-pic:after, .docbox.doc-post .ql-pic:after {
   content:'\f61f';
   background-color: #aa00ff;
}


.doclist .docbox {
	width: 80%;
	padding: 3px 10px;
    display: block;
    overflow: show;
	float: none;
 	height: auto;
 	margin:auto;
}


.doclist .docbox.show {
    	display: block !important;
}

.doclist .docbox .ql-pic {
	display: none;
}


.doclist .docbox .ql-text {
		
}



.doclist .docbox .ql-text a:after {
	content: '\f019';
	display: block;
	font-family: "Font Awesome 5 Free";
  	font-weight:900;
	position: absolute;
	top:50%;
	right: 20px;
	font-size: 20px;
	color:#666;
	transform: translate( 0%, -50%)
}

.doclist .docbox .ql-text {
	position: relative;
	display: inline-block;
	width: 100%;
}

.doclist .docbox .ql-text a {
	display: block;
	padding: 10px 10px;
	font-size: 18px;
	padding-left: 5px;
	width: 100%;
	display: block;
	background: #f3f3f3;
	transition: all linear 0.5s;
}


.doclist .docbox .ql-text:hover a {
	background: #ccc;
}

.doclist .docbox .ql-text a p {
	padding: 0px 0px 0px 50px;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	max-width: 95%;
}

.doclist .docbox .ql-text a:hover p {
	color:#fff;
}

.doclist .docbox .ql-text a:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f15b";
	background-color: #bbb;
	color:#fff;
	border-radius: 100%;
	width: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	top:50%;
	transform: translate(0,-50%);
}

.doclist .docbox.doc-form .ql-text a:before {
   content:'\f46d';
   background-color: #999999;
}

.doclist .docbox.doc-ga .ql-text a:before {
   content:'\f085';
   background-color: #99cc00;
}

.doclist .docbox.doc-prodinfo .ql-text a:before {
   content:'\f129';
   background-color: #0099cc;
}

.doclist .docbox.doc-securdoc .ql-text a:before {
   content:'\f3ed';
   background-color: #ff6600;
}

.doclist .docbox.doc-zert .ql-text a:before {
   content:'\f0a3';
   background-color: #ffcc00;
}

.doclist .docbox.doc-publ .ql-text a:before {
   content:'\f1ea';
   background-color: #009999;
}

.doclist .docbox.doc-patinfo .ql-text a:before {
   content:'\f0c0';
   background-color: #990088;
}

.doclist .docbox.doc-katal .ql-text a:before {
   content:'\f518';
   background-color: #4400bb;
}

.doclist .docbox.doc-kurs .ql-text a:before {
   content:'\f19d';
   background-color: #ff0099;
}

.doclist .docbox.doc-sons .ql-text a:before, .doclist .docbox.doc-post .ql-text a:before {
   content:'\f61f';
   background-color: #aa00ff;
}



.doclist .docbox.doc-form .ql-text p:before {
   font-family:inherit;
}

.doclist .docbox.doc-form .ql-text p:before {
   content:'Formular:  ';
   color: #999999;
}

.doclist .docbox.doc-ga .ql-text p:before {
   content:'Gebrauchsanweisung:  ';
   color: #99cc00;
}

.doclist .docbox.doc-prodinfo .ql-text p:before {
   content:'Produktinformation:  ';
   color: #0099cc;
}

.doclist .docbox.doc-securdoc .ql-text p:before {
   content:'Sicherheitsdatenblätter:  ';
   color: #ff6600;
}

.doclist .docbox.doc-zert .ql-text p:before {
   content:'Zertifikat:  ';
   color: #ffcc00;
}

.doclist .docbox.doc-publ .ql-text p:before  {
   content:'Publikation:  ';
   color: #009999;
}

.doclist .docbox.doc-patinfo .ql-text p:before {
   content:'Patienteninformation:  ';
   color: #990088;
}

.doclist .docbox.doc-katal .ql-text p:before{
   content:'Katalog:  ';
   color: #4400bb;
}

.doclist .docbox.doc-kurs .ql-text p:before {
   content:'';
   color: #ff0099;
}

.doclist .docbox.doc-sons .ql-text p:before {
   content:'Sonstiges:  ';
   color: #aa00ff;
}

.doclist .docbox.doc-post .ql-text p:before {
   content:'Poster:  ';
   color: #aa00ff;
}


.viewswitch {
   position: fixed;
   margin: auto;
   z-index:9;
   bottom: 10%;
   left: 50%;
   padding: 10px;
   background: rgba(255,255,255,0.8);
   transform: translate(-50%,0);
   -o-transform: translate(-50%,0);
   -webkit-transform: translate(-50%,0);
   border-radius: 5px;
   width: 180px;
   text-align: center;
}

.viewswitch a {
   background: #eee;
   color:#666;
   font-size:25px;
   border-radius: 5px;
   margin: 0 5px;
   padding: 5px 15px;
   transition: all linear 0.5s;
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
   display: inline-block;
}

.viewswitch a:hover {
   background: #999;
   color:#eee;
   border-radius: 5px;
   box-shadow: 0 0 10px rgba(0,0,0,0.2);
}



/*********Tabelle************/

.table-program  {
	width: 100%;
}


.table-program tr:first-of-type {
	border-top: 1px solid #efefef;
}


.table-program tr {
	border-bottom: 1px solid #efefef;
}


.table-program th, .table-program td {
	padding: 30px 0px;
	vertical-align: top;
}


.table-program th[scope="row"] {
	font-weight: normal;
	width: 30%;
    padding-right: 30px;
}



.table-program .readmore {
  cursor: pointer;
}

.table-program .readmore_knopf i {
   transition: all linear 0.5s; 
}

.table-program .readmore:hover .readmore_knopf i, .table-program .readmore.open .readmore_knopf i {
  transform: rotate(90deg); 
}


.table-program .readmore_box &gt; *:not(.readmore_knopf) {
    opacity: 0;
    position: absolute;
	color: transparent;
    transform: scaleY(0);
	transition: opacity linear 0.5s;
	margin-top: 30px;

}
	
.table-program .readmore.open .readmore_box &gt; * {
	opacity: 1;
    transform: scaleY(1);
	color:#333;
	position: relative;
	transition: opacity linear 0.5s;
}



.table-program .readmore.open .readmore_box ul {
	margin: 12px;
	padding: 0;
}
	

.table-program .readmore.open .readmore_box li {
	margin-bottom: 20px;
}
	

.table-program .readmore_box:empty {
} 

/************Beratung, Kontakt***********/

.beraterkont {
   background: #f8f8f8;
   padding: 10px;
}

.beraterkont div {
   padding: 5px 3px;
}


.beraterinfo {
   margin: 25px 0px;
   border: 1px solid #ccc;
   padding: 15px;
}

div.beraterinfo:empty {
   margin: 25px 0px;
   border: 0px solid #f0f;
}



/****Kontaktformular*****/

table.formular {}

table.formular th, table.formular td {padding: 10px 3px;}

table.formular td:nth-of-type(1) {width:20%;}
table.formular td:nth-of-type(2) {width:65%;}

table.formular .form-control{ 
   /*width: 95%;*/
   float:left;
}

table.formular .rq_check {float:right; display:block; height:0px; color:red; font-weight: bold;}

.contact_mail {
  font-weight: 400;
}

.contact_mail:after {
  content: '\f061';
  padding-left: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

body.modal_open {
  position: fixed !important; width:100% !important;
}

#modal_layer {
	display: none;
	width:100%;
	height:100%;
	overflow:hidden;
	position: fixed;
	z-index: 9999;
	background: rgba(0,0,0,0.7);
}
	

.contact_modal {
	max-width:800px;
	position:fixed !important;
	z-index:99999999999;
	padding: 1%;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	background:#ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	display:none;
	width:100%;
	transform: translate(-50%,-50%);
}

.form-check {
    display: flex;
    }

.form_content {
    padding: 0px 5px 80px;
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #ccc whitesmoke;
    scrollbar-width: thin;
    box-sizing: border-box;
}

.form_content::-webkit-scrollbar {
    width: 10px;
}

.form_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
.form_content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}


input[type="date"] {
    line-height: 100% !important;
}

.teilnehmer {
	
}

.plus, .minus {
	display: inline-block;
	cursor: pointer;
}


.addmore, .remove,
.plus, .minus {
	position: relative;
	border: none;
	color: #fff;
	background: #ccc;
	border:1px solid #ccc;
	margin: 0 3px;
	border-radius: 100px;
	font-size: 15px;
	height: 30px;
	width:30px;
	padding: 3px 3px;
	transition: all linear 0.5s;
}


.addmore::after, .remove::after,
.plus::after, .minus::after {	
	position: absolute;
	display:none;
	background:#fff;
	border:1px solid #ccc;
	border-radius: 100px;
	padding: 2px 8px;
	bottom:-30px;
	left: 50%;
	font-size: 13px;
	width: 160px;
	transform: translateX(-50%);
	z-index: 999;
}


.addmore::after, .plus::after {
	content:"Teilnehmer hinzufügen";
}


.remove::after, .minus::after {
	content:"Teilnehmer entfernen";
}


.addmore:hover, .remove:hover,
.plus:hover, .minus:hover {
	color: #999;
	background: #fff;
}


.addmore:hover::after, .remove:hover::after,
.plus:hover::after, .minus:hover::after {
	display:inline-block;

}

#teilnehmer2, #teilnehmer3, #teilnehmer4, #teilnehmer5, .uploadfield, .adr_rechnung, .versart_rechn {
	display: none;
}


#participants #teilnehmer2, #participants #teilnehmer3, #participants #teilnehmer4, #participants #teilnehmer5 {
	/*display: block;*/
	display: none;
}


.adr_rechnung, .versart_rechn {
	margin: 20px 0;
}

#haftungshinweise {
    display:none;
}

.modalhaftungshinweise {
    cursor: pointer;
    color: #666;
    text-decoration: underline;
   transition: all linear 0.5s;
}


.modalhaftungshinweise:hover {
    color: #999;
}


.contactconfirm_modal {
	max-width:800px;
	position:fixed !important;
	z-index:99999999999;
	padding: 2.5%;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	background:#ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	width:100%;
	transform: translate(-50%,-50%);
	/*! max-height: 800px; */
	/*! overflow-y: scroll; */
}

.closeButton {
	content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display:block;
	cursor:pointer;
    font-size: 30px;
 	padding: 0px 11px;
    background: rgba(0,0,0,0.5);
	border:2px solid #fff;
	border-radius: 100%;
	position:absolute;
	top:-15px;
	right:-15px;
	z-index: 9;
	}
	
.closeButton::before {
	display:block;
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	font-weight: 900;
	color:#ffffff;
	transition: all linear 0.5s;
	animation-iteration-count: 1;
	}
	
.closeButton:hover::before {
	transform:rotate(90deg);
}


.contact_modal .closeButton {
	top:10px;
	right:12px;
	}

.validator {
    color:Red;
    font-weight:bold;
}
	
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    margin: 0 10px 0 0px !important;
    display: inline-block;
}



input[type="checkbox"].inp_nwslttr  {
    box-sizing: border-box;
    margin: 0 10px 0 0px !important;
    display: inline-block;
    padding: 12px 12px 12px;
    -webkit-appearance: none; 
   -moz-appearance: none; 
   appearance: none; 
   background: #dddddd;
    border: 2px solid #ddd;
   transition: all linear 0.5s;
   box-sizing: border-box;
}

input[type="checkbox"].inp_nwslttr:hover {
    border: 2px solid #999; 
}


input[type="checkbox"].inp_nwslttr:checked {
    border: 2px solid #transparent; 
}

.inp_nwslttr + label span::after {
  content:'\f00c';
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	display: inline-block;
  position: relative;
	left: -40px;
   top: -5px;
	pointer-events: none;
	font-size: 25px;
}


input[type="checkbox"].inp_nwslttr  + label span::after {
 color:transparent;
}

input[type="checkbox"].inp_nwslttr:checked + label span::after {
 color: green;
}

.valfrm {
opacity: 0;
}


/****Kurssuche***/

#kurssuche_panel {
    background: #ddd;
    border-radius: 3px; 
    position:relative;
}

#updpanelKalender .fulltextpanel {
    margin: 0 0 0px;
}

#updpnlResult {
    margin-top: 50px;
}


#updpnlResult table tr td:nth-of-type(3) .mehrlink {
   background: transparent;
   box-shadow: none;
   pointer-events: none !important;
   color: #333;
}


#updpnlResult table tr td:nth-of-type(3) .mehrlink::before {
   content:none;
}

.kursblock {
    /*! padding: 20px 0; */
    background: #ddd;
    border-bottom: 1px solid #fff;
    border-radius: 3px;
    position:relative;
}

.kursblock:nth-of-type(2) {
    display: none;
}

.kursblock h2 {
    font-size: 22px;
    display: block;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #666;
    font-weight: normal;
}

.kursblock.kurssuche {
    padding: 21px 0;
}


.kursblock .courseselect select,
.kursblock #tb_searchTerm {
    color: #666;
    padding: 5px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
   font-size: 16px;
}



.kursblock .courseselect::after {
    content: '\f078';
    top: 3px;
    right: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    pointer-events: none;
    display: block;
    font-size: 20px;
    padding: 0px 0px 0 10px;
    color: #aaa;
    background: #fff;
    line-height: 35px;
}

.toggle_searchpanel, .toggle_terminepanel {
    position:absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}


.kursblock .searchbutton {
    position: relative;
    top: -37px;
    right: 10px;
}

.kursblock .searchbutton input {
    opacity: 0;
    position: absolute;
    right: 0;
}

.kursblock .searchbutton i {
   position: absolute;
    margin-top: 5px;
    right: 5px;
    font-size: 25px;
    color: #666;
   pointer-events: none;
}

.fulltextpanel {
    padding: 20px 10px 20px 0px;
    margin: 0 0 20px;
    height: 80px;
}


.fulltextpanel a i {
    font-size: 30px;
    color: #666;
    cursor: pointer;
    line-height: 35px;
}




#kurskalender.table {
   background-color: white; 
    border: 1px solid #ddd;
   margin: 0;
}

#kurskalender tr:nth-of-type(1)  td:nth-of-type(1) {
    background: #ddd;
   padding: 0px;
}


#kurskalender tr:nth-of-type(1)  {
   background: #ddd;
   padding: 0px;
}

#kurskalender.table th, #kurskalender.table td {
    text-align: center;
    padding: 5px;
    border-right: 1px solid #ddd;
    font-size: 15px;
    width: 14%;
}


td.event_day {
    background:#efefef;
}


.event_day a {
    color: #006699;
    font-weight: bold;
}


.event_day a:after {
    content:"\f0a3";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    color:#006699;
    font-size: 13px;
    margin: -6px 0 0 2px;
    display: inline-block;
    position: absolute;
}


.titlekalender {
    background: #ddd;
    font-size: 22px;
    text-transform: uppercase;
    color: #666;
}

.titlekalender td {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #666;
    width: auto !important;
}

.titlekalender td h4 {
    font-size: 16px !important;
}


.titlekalender td a {
    color: #666;
    font-size: 30px;
}


.titlekalender td:nth-of-type(2) {
    width: 95% !important;
}

.titlekalender td a[title*=Monat] {
    color: #888 !important;
    font-size: 25px;
    padding: 8px;
  }

/********Kurssuche Ergebnisse*********/

.kursgrid {
   width:100%;
   border: 0;
}


.kursgrid tr {
   border-bottom: 1px solid #ddd;
}




.kursgrid tr:nth-of-type(odd) {
   background-color: #eee;
}


.kursgrid tr:nth-of-type(1) {
   padding: 2px;
   background-color: #ddd !important;
}

.kursgrid tr:nth-of-type(1) td {
   padding: 2px;
   background-color: #ddd !important;
   border-left: 1px solid #fff;
}


.kursgrid td {
   vertical-align: top;
   padding: 8px;
   border: 0;
   border-left: 1px solid #ddd;
}


.kursgrid td:nth-of-type(1), .kursgrid tr:nth-of-type(1) td:nth-of-type(1) {
   border-left: 0px solid #ddd;
   text-align: center;
}



/********Kurse********/

table.courses {
    width: 100%;
}


table.courses td {
    padding: 15px;
    border: 1px solid #ccc;
    vertical-align: top;
}


table.courses tr:nth-of-type(1) {
    background: transparent;
}

table.courses td:nth-of-type(1) {
    background: #eee;
}

table.courses th {
    padding: 15px;
    border: 1px solid #ccc;
    vertical-align: top;
}


table.coursedates {
    width: 99%;
    margin: 0px 0px 0 1px;
}

.overwiew_allevents table.coursedates {
    width: 100%;
    margin: 0px;
	box-sizing:border-box;
}


table.coursedates th {
    padding: 15px 10px;
    font-weight:bold;
    border: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    vertical-align: middle;
    text-align:center;
    background: #eee;
}

table.coursedates td {
    padding: 15px 10px;
    border: 1px solid #ccc;
    vertical-align: top;
}


.availabutt, .anmeldebutt, .waitlistbutt {
   display: block;
   padding: 10px 10px;
   color:#069;
   background:#fff;
   text-align:center;
   box-shadow: 0 0 10px rgba(0,0,0,0.2);
   transition: all linear 0.5s;
}


.availabutt:hover, .anmeldebutt:hover, .waitlistbutt:hover {
   text-decoration:none;
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.anmeldebutt::before, .availabutt::before, .waitlistbutt::before {
    font-size: 22px;
    line-height: 35px;
    width:40px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    padding: 0px;
    color:#069;
    border: 2px solid #069;
    border-radius: 100px;
    margin: 0 auto 5px;
    transition: all linear 0.5s;
}


a:hover.anmeldebutt::before, a:hover.availabutt::before, a:hover.waitlistbutt::before {
   background: #069;
   color:#fff;
}


.anmeldebutt::before {
   content:"\f303";
}

.availabutt::before {
   content:"\f128";
}

.waitlistbutt::before {
   content:"\f7b6";
}


/***WEBINARE***/

.webinar-switch  {
	justify-content: center;
	display: flex;
	margin: 0 0 30px;
}

.webinar-switch a {
	display:flex;
	width: 200px;
	padding: 5px 0;
	margin: 0 10px;
	font-size: 13px;
	border-radius: 100px;
	text-transform:uppercase;
	background: rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	align-items: center;
}


.webinar-switch a::before {
	padding: 25px;
	margin: 0 10px 0 5px;
	background: #069;
	display:inline-block;
	border-radius: 100px;
	transform: rotate(0deg);
	transition: all linear 0.5s;
}


.webinar-switch a:hover::before {
	transform: rotate(360deg);
}

.webinar-switch a:nth-of-type(1)::before {
	content:" ";
	background: url("/images/Logo_LiveWebinar.svg") no-repeat;
}

.webinar-switch a:nth-of-type(2)::before {
	content:"\f04b";
	background: #069 url("") no-repeat;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	color:#fff;
	padding: 10px 15px;
}

.webinar-switch a:nth-of-type(3)::before {
	content:"\f19d";
	background: #069 url("") no-repeat;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	color:#fff;
	padding: 10px 12px;
}


.webinar-switch a:nth-of-type(4)::before {
	content:"\f0c0";
	background: #069 url("") no-repeat;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	color:#fff;
	padding: 10px 12px;
}


.webinar-switch a:nth-of-type(5)::before{
     content: "\f024";
	 background: #069 url("") no-repeat;
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 font-size: 20px;
	 color:#fff;
	 padding: 10px 14px;
}


table.webinars {
	/*max-width:1170px;*/
}

.webinars &gt; thead  {
    position: relative;
    z-index: 999999;
}

.webinars &gt; tbody &gt; tr {
	display:none;
}


.webinars &gt; thead th, .webinars &gt; tbody td {
	text-align:left !important;
	white-space: normal !important;
}

.webinars &gt; thead th {
    color: #fff;
    background-color: #069 !important;
    border-right: 1px solid #fff !important;
}

.contentallevents .webinars &gt; thead th {
    position: sticky;
    top: 272px;
}


.webinars &gt; th:last-of-type {
  border-right: 1px solid transparent !important;
}


.webinars &gt; tbody &gt; td {
border-right: 1px solid transparent !important;
}

.webinars &gt; tbody &gt; td:nth-of-type(even) {
	background: #f9f9f9;
}


.webinars  tr.show {
	 display:table-row !important;
}


.webinars &gt; thead th, .webinars &gt; tbody &gt; td  {
    white-space: normal !important;
	padding: 20px 10px !important;
	vertical-align: top !important;
	border-left: 0px solid #ccc !important;
	border-top: 2px solid #ccc !important;
	border-bottom: 2px solid #ccc !important;
}


.webinars &gt; tbody &gt; tr &gt; td:nth-of-type(1) {
    min-width:300px;
	width: 45%;
}


.webinars &gt; tbody &gt; tr &gt; td:nth-of-type(2) {
	width: 12%;
}


.webinars &gt; tbody  &gt; tr &gt;  td:nth-of-type(3) {
	width: 15%;
}


.webinars &gt; tbody  &gt; tr &gt;  td:nth-of-type(4) {
	width: 10%;
}


.webinars &gt; thead  &gt; tr &gt; th:nth-of-type(5), .webinars &gt; tbody  &gt; tr &gt; td:nth-of-type(5) {
	width: 0%;
	display: none;
}

.webinarsondemand.webinars &gt; thead  &gt; tr &gt; th:nth-of-type(5), .webinarsondemand.webinars &gt; tbody  &gt; tr &gt; td:nth-of-type(5) {
	width: 0%;
	display: table-cell;
}


#allondemandwebinars th:nth-of-type(5), #allondemandwebinars .webinars &gt; tbody  &gt; tr &gt; td:nth-of-type(5) {
	display: table-cell;
}

#allevents .webinars &gt; thead  &gt; tr &gt; th:nth-of-type(5), #allevents .webinars &gt; tbody  &gt; tr &gt; td:nth-of-type(5) {
	width: 0%;
	display: table-cell;
}

.webinars.courseoverview &gt; thead  &gt; tr &gt; th:nth-of-type(5), .webinars.courseoverview  &gt; tbody  &gt; tr &gt; td:nth-of-type(5) {
	width: 10%;
	display: table-cell;
}

.webinars &gt; tbody  &gt; tr &gt;  td:nth-of-type(6) {
	width: 10%;
}

.webinars &gt; tbody  &gt; tr &gt; td:nth-of-type(7) {
	width: 10%;
}

.webinars .anmeldebutt, .webinars .anmeldebutt.aufzeichnung {
   display: block;
   padding: 10px 10px;
   color: #fff;
   background: rgb(129, 178, 82);
   text-align:center;
   box-shadow: 0 0 10px rgba(0,0,0,0.2);
   transition: all linear 0.5s;
}


.webinars .anmeldebutt.aufzeichnung {
	   background: rgb(0, 102, 153);
}

.webinars .anmeldebutt.aufzeichnung:hover, .webinars .anmeldebutt.aufzeichnung:hover::before {
	   color: rgb(0, 102, 153) !important;
}

.webinars .anmeldebutt.aufzeichnung::before {
	content: "\f144";
}


.webinars .anmeldebutt.aufzeichnung, .webinar-archive .anmeldebutt, .webinar-archive .anmeldebutt2  {
	display:none !important;
}

.webinarsondemand.webinars .anmeldebutt.aufzeichnung, .webinar-archive .anmeldebutt.aufzeichnung, .webinarsmessen.webinars .anmeldebutt.aufzeichnung {
	display:block !important;
}

.webinars .anmeldebutt::before, .webinars .anmeldebutt.aufzeichnung::before  {
    font-size: 22px;
    line-height: 35px;
    width:40px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    padding: 0px;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 100px;
    margin: 0 auto 5px;
    transition: all linear 0.5s;
}


.webinars a:hover.anmeldebutt::before, .webinars a:hover.anmeldebutt.aufzeichnung::before {
   background: transparent;
   color: rgb(129, 178, 82);
}


.webinars a:hover.anmeldebutt, .webinars a:hover.anmeldebutt.aufzeichnung  {
   background: #fff;
   color: rgb(129, 178, 82);
}


.webinars .anmeldebutt2 {
   display: block;
   width:150px;
   padding: 5px 10px;
   margin: 30px 0 0;
   color: #fff;
   background: rgb(129, 178, 82);
   text-align:center;
   box-shadow: 0 0 10px rgba(0,0,0,0.2);
   transition: all linear 0.5s;
}


.webinars .anmeldebutt2::before {
    font-size: 22px;
    line-height: 35px;
	  content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    padding: 0px;
    color: #fff;
    margin: 0 10px 5px 0;
    transition: all linear 0.5s;
}


.webinars a:hover.anmeldebutt2::before {
   background: transparent;
   color: rgb(129, 178, 82);
}

.webinarsmessen.webinars .anmeldebutt.aufzeichnung::before {
	content:"";
	margin: 0;
	line-height: 0;
}


.webinars a:hover.anmeldebutt2 {
   background: #fff;
   color: rgb(129, 178, 82);
}


.webinarinfo {
	cursor: pointer;
	pointer-events: all !important;
    position: relative;
	display: block;
}


.webinarinfo h3 {
    font-size: 20px;
	color: rgb(129, 178, 82);
	width: 87%;
	display:block;
	position: relative;
	margin: 0;
	white-space: normal;
}

.webinarinfo.open h3 {
	margin: 0 0 20px;
}

a.webinarinfo::before, a.webinarinfo.open::after  {
	display: block;
	position: absolute;
	right: -2%;
	width: 10%;
	bottom: -5%;
	color: rgb(129, 178, 82);
	font-family:"Font Awesome 5 Free";
   font-weight: 900;
}

a.webinarinfo::before {
	content:'\f055';
	font-family:"Font Awesome 5 Free";
   font-weight: 900;
}


a.webinarinfo.open::before {
	display: none;
}

a.webinarinfo.open::after {
	content:'\f056';
	font-family:"Font Awesome 5 Free";
  font-weight: 900;
}


a.webinarinfoclose {
	display: block;	
	position: absolute;
	right: -2%;
	width: 30px;
	height:30px;
	background:#f0f;
}


a.webinarinfoclose::after {
	content:'\f056';
	display:block;
	 font-family:"Font Awesome 5 Free";
   font-weight: 900;
	color:#f0f;
	width: 20px;
	height: 20px;
}


.webinarinfo-content {
	position: relative;
	opacity:0;
	height:0;
	transition:all linear 0.5s;
	overflow: hidden;
}


/*.activeopen &gt; .webinarinfo-content, */
.webinarinfo.open + .webinarinfo-content {
	display:block;
	opacity:1;
	height:auto;
	overflow: visible;
}



.webinarinfo-content  .container-referee {
  background: transparent;
}



/*
.webinarinfo &gt; div {
	opacity:0;
	height:0;
	transition:all linear 0.5s;
}

.webinarinfo.open &gt; div {
	display:block;
	opacity:1;
	height:auto;
}*/




.webinars .tablesorter-header-inner:after {
	content:'\f0dd';
    margin-right: 5px;
	float: right;
	font-family:"Font Awesome 5 Free";
    font-weight: 900;
	font-size: 20px;
	line-height: 14px;
}


.webinars th:last-of-type .tablesorter-header-inner:after {
	content:' ';
}

.webinars .tablesorter-headerAsc .tablesorter-header-inner:after {
	content:'\f0dd';
}


.webinars .tablesorter-headerDesc .tablesorter-header-inner:after {
	content:'\f0de';
}


.webinars .container-referee {
   padding: 0;
   float:none;
   width:100% !important;
   height: auto;
   margin: 0% 0.5% 2%;
   }

.webinars .container-referee.open {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999999999;
    max-width: 1024px;
    max-height: 100%;
}

.webinars .container-referee h2 {
    font-size: 13px;
    line-height: 130%;
    margin: 0;
}

.webinars .container-referee img {
    width: 70px;
    margin: auto;
    }

.webinars .ref_pic {
    min-width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0px 0px 0px 5px;
    display: flex;
    background: #ddd;
}


.webinars .ref_pic img {
    max-width:none;
}


.webinars #ref_left.ohnelink {
   float:none;
   margin:2% 0 2%;
   background: #f5f5f5;
}


.webinars .webinarinfo-content #ref_left.ohnelink {
   background: #fff;
}

.webinars .ohnelink .ref_pic img {
    max-width:45px;
    filter: grayscale(100%);
}

.webinars .ohnelink .refolink {
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
    color: #666;
    text-transform: uppercase;
    padding: 10px 10px;
    box-sizing: border-box;
}


.webinars .open .ref_pic {
	width: 100%;
	height: auto;
	border-radius: 0;
	overflow: hidden;
	margin: 0px 15px 0px 0px;
}


.webinars .open .ref_pic img {
    max-width:100%;
    width:100%;
}

.webinarinfo .date_referee {display: none;}
.webinarinfo.open .date_referee {display: block;}



.webinarsondemand.webinars .webinarinfo-content h4
/*.webinarsondemand.webinars &gt; thead &gt; tr &gt; th:nth-of-type(2), 
.webinarsondemand.webinars &gt; tbody &gt; tr &gt; td:nth-of-type(2)*/ {
	display: none;
}


.webinarinfo ul.soc-btns {
	margin: 0px 0 0 !important;
}

.webinarinfo .soc-btns li {
	display: inline-block;
}

.webinarinfo .soc-btns li a {
	font-size:20px;
	padding: 3px;
	margin: 2px;
}


.webinars .course_further {
	color:rgb(129, 178, 82);
	display: inline-flex;
	align-items:center;
	font-weight: bold;
	padding:3px 10px;
	border-radius: 100px;
	border: 1px solid rgb(129, 178, 82);
	white-space: nowrap;
}


.webinars .course_further:hover {
	color:#fff;
	background-color:#9c0;
	border: 1px solid #9c0;
	transition:all linear 0.5s;
}

.webinars .course_further::after {
	content: "\f138";
	display:block;
	margin-left: 5px;
	font-family:"Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
}


.webinars span[title*="1899"] {
	display: none;
}


/*** REFERENTEN ***/


.alphamenu {
   margin: 20px auto 50px;
   padding: 0px 0 50px;
   text-align:center;
}

.alphamenu ul {
   margin: 0px auto 0px !important;
   padding: 0px 0 0px !important;
}

.alphamenu li {
   display: inline-block;
   width: 3%;
   margin-right: 0.5%;
}

.alphamenu li a {
    display: block;
    font-size: 25px;
    line-height: 30px;
    color: #999;
    background: #f5f5f5;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-align: center;
    text-decoration: none;
    transition: all linear 0.5s;
    padding: 1px 2px 4px;
    border-radius: 3px;
    border: 1px solid #ddd;
}  


.alphamenu li a:hover, .alphamenu li.active a  {
   font-size:25px;
   color: #fff;
   background: #ccc;
   border: 1px solid #aaa;
   box-shadow: 0 0 5px rgba(0,0,0,0.2);
}


.alphamenu.top800 {
    position: fixed;
    z-index: 999999;
    width: 100%;
    max-width: 1170px;
    background: rgba(255,255,255,0.6);
    padding: 10px;
    bottom: 30px;
    box-shadow: 0 0 100px rgba(0,0,0,0.2);
    text-align: center;
    margin: 0 auto 20px;
}

.section-referee {
    width: 95%;
    float: left;
  }


.section-referee-num {
   float:left;
   display: block; 
   width: 4.5%;
   font-size: 36px;
   background: #f5f5f5;
   text-align: center;
   margin-right: 0.5%;
   color: #666;
   border: 1px solid #ddd;
   border-radius: 3px;
   }

.section-referee-num:empty {
   display: none;
   }

.date_referee .container-referee {
   width:100% !important;
   height: auto;
}

.date_referee .container-referee #ref_left img {

}

.date_referee .container-referee #ref_left h2 {
   font-size: 14px;
   text-transform:none;
   padding: 5px 0;
   margin: 0;
}


.date_referee .container-referee.open {
   position: fixed;
   z-index: 999999999999;
   left: 50% !important;
   top: 50%;
   max-width: 1024px;
   transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
}

.date_referee .container-referee.open #ref_left img {
   width: 100%;
   margin: 0px;
   float: none;
}


.container-referee {
   padding: 0;
   float:left;
   width:24% !important;
   height: 350px;
   margin: 0% 0.5% 1%;
   box-sizing: border-box !important;
   background: #f5f5f5;
   color: #666;
   cursor: pointer;
   transition: all linear 0.5s;
   }

.container-referee:hover {
   box-shadow: 0 0 10px rgba(0,0,0,0.3);
   }


/*.container-referee::after {
   content:"\f067";
   display:block;
   font-family:"Font Awesome 5 Free";
   font-weight: 900;
   padding: 10px 20px;
   font-size: 30px;
   color: #999;
   position: absolute;
   }*/

.container-referee h2 {
   font-size: 16px;
   padding: 10px 10px;
   font-weight: normal;
   text-transform: uppercase;
}

.ref_pic {
	height: 200px;
	position: relative;
	display: block;
	overflow: hidden;
}


.coursedates .ref_pic {
  min-width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  margin: 5px 5px;
  display: flex;
  background: #ddd;
}

.open.coursedates .ref_pic, .container-referee.open  {
  border-radius: 0;
  }

.container-referee.open .ref_pic {
	height: 280px;
	border-radius: 0;
}


.container-referee .ref_pic img {
   width: 100%;
   filter: grayscale(100%);
   object-fit: cover;
   object-position: center;
   display: block;
   position: absolute;
   height: 100%;
}

.section-referee .ref_pic img {
	position: relative;
}


#ref_left {
    padding: 0;
    white-space: normal;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.coursedates #ref_left {
   display: flex;
   align-items: center;
}

.section-referee #ref_left {
	flex-direction: column;
}


#ref_right {
   display: none;
}


.container-referee.open {
   width:100% !important;
   height: auto;
   background: #f1f1f1;
   pointer-events: none;
}

.container-referee.open #ref_left {
   width:35%;
   padding: 0;
   display:block;
   float: left;
}

.date_referee .container-referee.open #ref_left h2, .container-referee.open h2 {
   font-size: 18px;
   text-align: center;
   background: #d5d5d5;
   padding: 10px 10px;
}


.container-referee.open #ref_right {
   display:block;
   float: right;
   width:62%;
   padding: 0 3.5%;
   max-height: 700px;
   overflow-y: scroll;
   scrollbar-color: #999 #ccc;
   scrollbar-width:thin;
   pointer-events: all;
}

.container-referee.open #ref_right table {
  margin: 10px 0 30px;
}

.container-referee.open #ref_right  td:nth-of-type(1) {
   width:100px;
   font-weight: normal;
}


.container-referee.open #ref_right  td {
   padding: 5px 0;
   border:0;
}


.container-referee.open #ref_right  li {
   margin: 0 0 10px;
}

.container-referee.open #ref_right  td, .container-referee.open #ref_right a {
   font-weight: normal;
   color:inherit;
   vertical-align: top;
   pointer-events:all;
}


.headernocolor {
   font-size:18px;
   margin: 0 0 15px 0;
   padding: 0 0 10px;
   border-bottom: 1px solid #ccc;
}


.container-referee.open::after {
   display:none;
   }

.container-referee.open::before {
    content: "\f00d";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    padding: 10px 20px;
    font-size: 30px;
    color: #999;
    z-index: 9;
    pointer-events: all;
    cursor: pointer;
}

.container-referee.open .close {
    content: "\f00d";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    padding: 10px 20px;
    font-size: 30px;
    color: #999;
    pointer-events: all;
    cursor: pointer;
}


.btn_timezone {
	margin-top:10px;
	display: inline-flex;
	color:#069;
	padding: 3px 5px;
	font-size:13px;
	font-weight:normal;
	text-transform: uppercase;
	border-radius: 100px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.btn_timezone::before {
	content:"\f0ac  \f017";
	margin-right:5px;
	display: block;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}

a[href*="3shape"].btn_timezone {
	display:none;
}


.alleventsoverview {
	margin: 0px 0 60px;
}

.alleventsoverview .table-responsive {
	position: relative;
	padding-left:0px;
	min-height:160px;
	max-height:450px;
	overflow:hidden;
}

.alleventsoverview .table-responsive::after {
	content:' ';
	display: block;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	height:100px;
	width:100%;
	pointer-events:none;
	background:  linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

/*.alleventsoverview.activeopen .table-responsive,*/
.alleventsoverview.open .table-responsive {
	max-height:unset;
	overflow:auto;
}

.alleventsoverview.open .table-responsive::after {
	background: transparent;
}

.alleventsoverview td {font-size:14px;}


.overwiew_allevents .alleventsoverview .table-responsive {
	position: relative;
	padding-left:0px;
	min-height:unset;
	max-height: unset;
	overflow: unset !important;
}

.overwiew_allevents  .alleventsoverview .table-responsive::after {
	background: transparent;
}

.overwiew_allevents .alleventsoverview {
	display: none;
}


.overwiew_allevents .alleventsoverview.open {
	display: block !important;
}



/*.alleventsoverview .webinars tbody &gt; tr.show {
	display: none !important;
}


.alleventsoverview .webinars tbody &gt; tr.show:nth-of-type(1),
.alleventsoverview .webinars tbody &gt; tr.show:nth-of-type(2),
.alleventsoverview .webinars tbody &gt; tr.show:nth-of-type(3),
.alleventsoverview .webinars tbody &gt; tr.show:nth-of-type(4){
	display: table-row !important;
}

.alleventsoverview.open .webinars tbody &gt; tr.show {
	display: table-row !important;
}
*/


.kursreiter_group {
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    max-width: 1170px;
}

.kursreiter_group &gt; div {
	display: flex;
	margin: 0 10px 0 0px;
	width: calc(100%/5);
}

.kursreiter_group &gt; div:last-of-type {
	margin: 0 0px 0 0px;
}

.kursreiter {
	position: relative;
	display: flex;
	align-items: center;
	pointer-events:all;
	cursor:pointer;
	color:#666;
	background: rgb(255, 255, 255);
	padding: 5px 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	max-width: 250px;	
	text-transform: uppercase;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: all linear 0.5s;
}

.sticky .kursreiter {

}

.kursreiter.kursreiter_unten {
	max-width: 320px;	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border: 0px solid #ccc;
	border-top: 0px solid #ccc;
}


.kursreiter:hover, .kursreiter.active {
  color:#fff;
  background-color:#069;
}


.kursreiter::before {
	display: inline-block;
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
	margin: 0px 10px 0 0;
	width:35px;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	border-radius: 100px;
	color:#fff;
	background: #069;
}

.kursreiter.kursreiter_kurse::before {
	content:"\f19d";
}

.kursreiter.kursreiter_webinars::before {
	content:"";
	height:35px;
	background: url("/images/Logo_LiveWebinar.svg") no-repeat;
	background-size: cover;
}

.kursreiter.kursreiter_ondemand::before {
	content:"\f04b";
}

.kursreiter.kursreiter_events::before {
	content:"\f0c0";
}

.kursreiter.kursreiter_messen::before {
	content:"\f024";
}

.kursreiter::after {
	position: absolute;
	display: inline-block;
	right:0px;
	content:"\f067";
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
	padding: 10px;
}

.alleventsoverview.open .kursreiter::after {
	content:"\f068";
}

.kursreiter_group .kursreiter::after {
	content: "" !important;
}



/*only RD-Mode*/
.container-referee.open.rdopen {
   height: auto;
    pointer-events: none !important;
   }


.container-referee.open.rdopen #ref_right {
   max-height:none;
   overflow-y:visible;
   pointer-events: none !important;
}

.container-referee.open.rdopen::before, .container-referee.open.rdopen .close {
   pointer-events:none !important;
}




/*******Login-Panel Downloads Digital******/

a[href*=logreg] {
  transition: all linear 0.5s;
}

a[href*=logreg]:hover  {
  color:#333;
  border-bottom: 1px solid #333;
}


#logreg {
    position: fixed;
    bottom: 5%;
    color:#666;
    background: #fff;
    left: 2%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    text-align: center;
    z-index: 99999;
    transition: all linear 0.25s;
}

#logreg.show {
    padding: 15px 25px 15px;
    left: 50%;
    transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    z-index: 99999;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-name: logani;
}

@-webkit-keyframes logani {
  0% {
   background:#fff;
  }

  40% {
    background:#ccc;
  }

  70% {
    background:#fff;
  }

  90% {
    background:#ccc;
  }
}

@keyframes logani {
  0% {
   background:#fff;
  }

  40% {
    background:#ccc;
  }

  70% {
    background:#fff;
  }

  90% {
    background:#ccc;
  }
}



#logreg h3 {
    margin: 5px;
    color: inherit;
}

#logreg h3 span {
    display: inline-block;
   line-height: 35px;
}



#logreg h3::before {
   display: block;
   float: left;
   content: '\f502';
   margin-right: 10px;
   font-size: 20px;
   font-family: "Font Awesome 5 Free";
   font-weight:900;
   line-height: 25px;
   border: 1px solid #666;
   border-radius: 100px;
   padding: 7px;
}


#logreg h3::after {
    content: '\f107';
    font-size: 25px;
    line-height: 35px;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    transform: rotate(-90deg);
    display: block;
    top:25px;
    right: 5px;
    position: absolute;
    cursor: pointer;
}

#logreg.show h3 {
 margin: 5px 0 20px;
}

#logreg.show h3::after {
    content: '\f00d';
   right: 25px;
}

#logreg .loginform, #logreg h3 span {
    display: none;
}   
   
#logreg.show .loginform, #logreg.show h3 span {
    display: block;
}

.loginform  {
   margin-bottom: 20px;
   text-align: left;
}

.loginform a  {
   transition: all linear 0.5s;
}

.loginform a:hover  {
   color: #333;
   text-decoration: underline;
}

.loginform input {
   display:inline-block;
}

.loginform input:nth-of-type(1), .loginform input:nth-of-type(2) {
   width: 40%;
   margin-right: 1%;
}

.downloaditem {
  border: 1px solid #999;
  border-radius: 10px;
  width: 100%;
  /*max-width: 350px;*/
  margin: 15px 0 0;
  cursor:pointer;
}

/**/
.downloaditem::after {
  content:'\f019';
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  display: block;
  line-height: 30px;
  padding: 0 8px;
  text-align: right;
  border: 1px solid #666;
  border-radius: 100px;
  color: #666;
  margin: -36px 5px 0px 0px;
  pointer-events: none;
  float:right;
  cursor: pointer;
  background: #fff;
  z-index: 999;
  position: relative;
}


.downloaditem input {
  border: 0px solid #999;
  padding: 10px 0px 10px 10px;
  background:transparent;
  color:#666;
  display:inline-block;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  transition: all linear 0.5s;
}


.downloaditem input:hover {
  background:#999;
  color:#fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}



.row_div .line {
   border-bottom: 1px solid #999;
   padding: 0px;
   margin: 20px 0px;
} 


.column1, .column2 {
   width: 49%;
   display: inline-block;
} 


.column2 {
   text-align: right;
} 


select {
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    position: relative;
    display: inline-block;
}


.semi-square:after, .selectbox:after {
  content: '\f0dd';
  position: relative;
  font-size: 25px;
  display: block;
  top: -35px;
  right: 10px;
  float: right;
  pointer-events: none;
  color: #999;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 30px;
  z-index: 999;
}

.column1 .semi-square {
  border-bottom: 0px solid #999;
   padding: 20px 0;
}

.semi-square {
  border-bottom: 1px solid #999;
   padding: 20px 0;
}

.check_ds {
    padding: 20px 0;
}

.errmess {color: #95212c; font-weight: bold; }

.errmess::before {
	content:'\f06a';
	color: #95212c;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	display: inline-block; 
	margin-right: 5px;
}


/****Messen&amp;Kongresse***/

.messeteaser  {
   width: 100%;
   padding: 20px 0px 20px;
   border-bottom: 1px solid #eee;
}

.messeteaser::after  {
  display: table;
  content: " ";
  clear: both;
}


.messeteaser &gt; div {
   float:left;
}


.messeleft {width: 33%;}

.messeright {width: 66%;}


/******* Dentaurum Worldmap********/

#pnlupdContactworld { width: 90%;
  margin: auto;
  margin-top: auto;
  margin-top: 120px;
}


	.weltkarte {fill:url(#SVGID_1_);opacity:1}
	.st1{opacity:0.9;}
	.st2{opacity:0.1;}
	.st3{fill:none;}
	
	#weltkarte_blur {opacity:0.1}
	#weltkarte_blur2 {opacity:0.15}
	
	#kontinente .st3 {fill: rgba(100,205,255,0.0); transition: all linear 0.5s;}
	
	#kontinente .st3:hover, #kontinente .st3.active,
	.active_europa #kontinente .europa,
    .active_asia #kontinente .asien,
    .active_aussie #kontinente .aussie,
    .active_afrika #kontinente .afrika,
    .active_namerika #kontinente .namerika,
    .active_samerika #kontinente .samerika {fill: rgba(100,205,255,0.9)}

.kontintent {
  position: fixed;
  top: 50%;
  left: 50%;
  background: rgba(255,255,255,0.9);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.5s;
  z-index:9;
}

.kontintent::before {
  text-transform: uppercase;
  color: #069;
  font-weight: bold;
  font-size: 20px;
  display:block;
  padding: 0 0 10px 0;
  margin: 0  0px 10px 0px;
  border-bottom: 1px dotted #069;
}



/*EUROPE*/

html:lang(de) .kontintent.kont_europe:before {
  content:'Europa';
}

html:lang(en) .kontintent.kont_europe:before {
  content:'Europe';
}

html:lang(fr) .kontintent.kont_europe:before {
  content:'l\'Europe';
}

html:lang(es) .kontintent.kont_europe:before {
  content:'Europa';
}

html:lang(it) .kontintent.kont_europe:before {
  content:'l\'Europa';
}

html:lang(ar) .kontintent.kont_europe:before {
  content:'أوروبا';
  direction: rtl;
  padding-right:30px;
}

html:lang(cn) .kontintent.kont_europe:before {
  content:'欧洲';
}




/*ASIA*/

html:lang(de) .kontintent.kont_asia:before {
  content:'Asien';
}

html:lang(en) .kontintent.kont_asia:before {
  content:'Asia';
}

html:lang(fr) .kontintent.kont_asia:before {
  content:'l\'Asie';
}

html:lang(es) .kontintent.kont_asia:before {
  content:'Asia';
}

html:lang(it) .kontintent.kont_asia:before {
  content:'l\'Asia';
}

html:lang(ar) .kontintent.kont_asia:before {
  content:'آسيا';
  direction: rtl;
  padding-right: 30px;
}

html:lang(cn) .kontintent.kont_asia:before {
  content:'亚洲';
}



/*AUSTRALIA*/

html:lang(de) .kontintent.kont_aussie:before {
  content:'Australien';
}

html:lang(en) .kontintent.kont_aussie:before, .kontintent.kont_aussie:before {
  content:'Australia';
}

html:lang(fr) .kontintent.kont_aussie:before {
  content:'l\'Australie ';
}

html:lang(es) .kontintent.kont_aussie:before {
  content:'Australia';
}

html:lang(it) .kontintent.kont_aussie:before {
  content:'Australia';
}

html:lang(ar) .kontintent.kont_aussie:before {
  content:'أستراليا';
  direction: rtl;
  padding-right: 30px;
}

html:lang(cn) .kontintent.kont_aussie:before {
  content:'澳大利亚';
}



/*AFRIKA*/

html:lang(de) .kontintent.kont_africa:before {
  content:'Afrika';
}

html:lang(en) .kontintent.kont_africa:before, .kontintent.kont_africa:before {
  content:'Africa';
}

html:lang(fr) .kontintent.kont_africa:before{
  content:'l\'Afrique';
}

html:lang(es) .kontintent.kont_africa:before {
  content:'Africa';
}

html:lang(it) .kontintent.kont_africa:before {
  content:'Africa';
}

html:lang(ar) .kontintent.kont_africa:before {
  content:'أفريقيا';
  direction: rtl;
  padding-right: 30px;
}

html:lang(cn) .kontintent.kont_africa:before {
  content:'非洲';
}




/*North America*/

html:lang(de) .kontintent.kont_namerica:before {
  content:'Nordamerika';
}

html:lang(en) .kontintent.kont_namerica:before, .kontintent.kont_samerica:before {
  content:'North America';
}

html:lang(fr) .kontintent.kont_namerica:before {
  content:'l\'Amérique du Nord';
}

html:lang(es) .kontintent.kont_namerica:before {
  content:'América Latina del Norte';
}

html:lang(it) .kontintent.kont_namerica:before {
  content:'America del Nord';
}

html:lang(ar) .kontintent.kont_namerica:before {
  content:'امريكا الشمالية';
  direction: rtl;
  padding-right: 30px;
}

html:lang(cn) .kontintent.kont_namerica:before {
  content:'北美';
}



/*Latin America*/

html:lang(de) .kontintent.kont_samerica:before {
  content:'Lateinamerika';
}

html:lang(en) .kontintent.kont_samerica:before, .kontintent.kont_samerica:before {
  content:'Latin America';
}

html:lang(fr) .kontintent.kont_samerica:before {
  content:'l\'Amérique latine';
}

html:lang(es) .kontintent.kont_samerica:before {
  content:'América Latina';
}

html:lang(it) .kontintent.kont_samerica:before {
  content:'America latina';
}

html:lang(ar) .kontintent.kont_samerica:before {
  content:'أمريكا اللاتينية';
  direction: rtl;
  padding-right:30px;
}

html:lang(cn) .kontintent.kont_samerica:before {
  content:'拉美';
}



.kontintent .close-cont:after {
  content:'\f00d';
  position: absolute;
  top:15px;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 900;
  line-height: 25px;
  padding: 5px;
  color: #999;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0,0,0,0.0);
  background: rgba(255,255,255,0.0);
  text-align: center;
  border: 0px solid #999;
  display: block;
  pointer-events: all;
  cursor: pointer;
}

.kontintent.active {
  pointer-events: all;
  opacity: 1;
}


.countries {
  width: 250px;
  max-height: 250px;
  overflow-y: scroll;
  scrollbar-color: #069 #eee;
  scrollbar-width: thin;
}

.countries::-webkit-scrollbar {
  width: 10px;
  background: #eee; 
}

/* Track */
.countries::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.countries::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #069; 
}

/* Handle on hover */
.countries::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.country {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  width:90%;
  pointer-events: none;
}

.active .country {
  pointer-events: all;
  cursor: pointer;
}

#pnlForm.contact_modal {
    max-width: 800px;
    position: fixed !important;
    z-index: 99999999999;
    padding: 2%;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    display: none;
    width: 90%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

#pnlForm.contact_modal_dgkfo {
    max-width: 800px;
    position: fixed !important;
    z-index: 99999999999;
    padding: 2%;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    width: 90%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

#pnlForm .formular {
  max-height: 80%;
  overflow-y: scroll;
  scrollbar-color: #069 #eee;
  scrollbar-width: thin;
}

#pnlForm .formular::-webkit-scrollbar {
  width: 10px;
  background: #eee; 
}

/* Track */
#pnlForm .formular::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#pnlForm .formular::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #069; 
}

/* Handle on hover */
#pnlForm .formular::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

input#event, input#std_event {
	display: none;
}



/* ZOOOM Search */

.highlight { 
   background: #069;
   color:#fff;
   padding: 0px 5px;
   border-radius: 5px;
}

.searchheading { font-size: 130%; font-weight: bold; }

.summary { font-size: 100%; font-style: italic; } 

.suggestion { font-size: 100%; }

.results { font-size: 100%; line-height: 170%; }

.category { color: #999999; }

.results .sorting { text-align: right; }

.result_title, .result_title b {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #666;
}

.description { 
   font-size: 105%; 
   color: #999; 
   margin-bottom: 8px;
}

.context { font-size: 100%; }

.infoline { 
   font-size: 80%; 
   font-style: normal; 
   color: #808080;
}

.zoom_searchform { font-size: 100%; }

.zoom_results_per_page { 
   font-size: 80%; 
   margin-left: 10px; 
}

.zoom_match { 
   font-size: 80%; 
   margin-left: 10px;
} 

.zoom_categories { font-size: 80%; }

.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}

.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }    

input.zoom_button {  }

input.zoom_searchbox {  }    

.result_image { float: left; display: block; }

.result_image img { margin: 10px; width: 80px; border: 0px; }

.result_block, .result_altblock { 
   margin-top: 15px; 
   margin-bottom: 15px; 
   padding: 25px 15px; 
   clear: left; 
}

.result_altblock { 
   background: #f3f3f3;
}

.result_pages { font-size: 100%; }

.result_pagescount { font-size: 100%; }

.searchtime { font-size: 80%; }

.recommended { 
    background: #DFFFBF; 
    border-top: 1px dotted #808080; 
    border-bottom: 1px dotted #808080; 
    margin-top: 15px; 
    margin-bottom: 15px; 
}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }        
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
 


/* Overlay Startseite *****/

.toggle_oshop {}
	
	
	.shopoverlay {
		position: fixed;
		background: #fff;
		max-width: 100%;
		top: 50%;
		left: 50%;
		box-shadow: 0 0 500px rgba(0,0,0,0.2);
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		box-sizing: border-box;
		padding: 20px;
		text-align: center;
		z-index: 999999999999 !important;
		display: none;
	}
	
	
	.shopoverlay.show, #shopzeile2.show, #nationalzeile.show {
		display: block !important;
	}
	
	
	.shopoverlay-close {
		display: block;
		/*! background: #fff; */
        cursor: pointer;
        position: absolute;
        right: 5px;
        z-index: 9;
        font-size: 25px;
        top: -2px;
        color: #ccc;
        transition: all linear 0.5s;
	}
	
	.shopoverlay &gt; div {
		position: relative;
		float: left;
		padding: 0px;
		display: inline-block;
		height: 250px;
		overflow: hidden;
		border: 1px solid #999;
		margin: 10px 10px;
	}
	
	
	.shopoverlay  a {
		display: block;
		text-decoration: none;
	}
	
	.shopoverlay img {
          max-width: 250px;
	}
	
	
	.shopoverlay p, .shopoverlay li {
		text-align: left;
	}
	
	.shopoverlay &gt; div:nth-of-type(2) {
		border-left: 1px solid #999;
	}
	
	.buttn {
		background-color: rgba(220,220,230,0.5);
		padding: 20px 0px;
		width: 250px;
		display: block;
		text-align: center;
		position: absolute;
		top: 10px;
		height: 250px;
		font-size: 16px;
		font-weight: lighter;
		box-sizing: border-box;
		text-transform: uppercase;
		color: #999;
		transform: translate(0,170px);
		transition: all linear 0.5s;
	}


	a:hover .buttn {
		background-color: rgba(255,255,255,0.95);
		transform: translate(0,0px)
	}
	

.dig-descr {
	text-transform: none;
	margin: 0px 20px;
}


.dig-descr p {
	margin: 0px 0 15px;
}


.dig-descr li:before {
	color: #069;
	content: '';
}

/***NL-Badge***/

.nlBadge {
	position: fixed;
	z-index: 9999999999;
	bottom:0;
	left:50%;
	transform:translate(-50%,90%);
	width:360px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	transition: all linear 0.5s;
}



.nlBadge.show {
	left:50%;
	transform:translate(-50%,0px);
}


.nlBadge.show.hide {
	display: none !important;
}


.close_nlbadge {
	pointer-events: aöö;
	cursor: pointer;
}

.close_nlbadge i {
	color: #fff;
	background:#999;
	position: absolute;
	right:-10px;
	top:-10px;
	border-radius: 100%;
	border: 2px solid #fff;
	font-size:25px;
	text-align:center;
}

.nlBadge_tggl {
	background:#ffe400;
	align-items: center;
	justify-content: space-between;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	height:70px;
}

.nlbadge_inner {
	height: 600px;
	overflow-y: scroll;
}

.nlbadge_inner ::-webkit-scrollbar {
  width: 11px;
	scrollbar-color: #069;
}
.nlbadge_inner  {
  scrollbar-width: thin;
  scrollbar-color: #069;
}
.nlbadge_inner::-webkit-scrollbar-track {
  background: #069;
}
.nlbadge_inner::-webkit-scrollbar-thumb {
  background-color: #069;
  border-radius: 6px;
  border: 3px solid #069;
}


.nlBadge_img {
	height:75px;
	width: 75px;
	top:-10px;
	left:-35px;
	position: absolute;
	border: 5px solid #fff;
	border-radius: 100%;
	overflow:hidden;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	transform: rotateY(180deg);
}

.nlBadge_txt {
	display:flex;
	align-items: center;
	width:80%;
	color:#555;
	margin-left:50px;
}

.nlBadge_txt h2:first-line {
	font-size: 18px;
	font-weight: bold;
}


.nlBadge_txt h2 {
	font-size: 24px;
	font-weight: bold;
}


/***FOOTER***/

#mobilefooter {display: none;}

#footer-block {
   /*background-image: url("/images/bg-footer_lq.jpg");*/
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /*padding-top: 300px;*/
    position: relative;
    z-index: 9999;
}

 /*
.footer-back {
  background-image: url("/images/bg-footer_lq.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;  
  position: fixed;
  width: 100%;
}*/


footer h3, .h3 {
    font-size: 18px;
}


.header-footer {
    position: relative;
    border-bottom: 1px solid #666;
    margin-bottom: 10px}
.header-footer h3 {
    margin: 10px 0;
    text-transform: uppercase;
    color: #ccc;
    font-family: 'PTSans',sans-serif;
    font-weight: normal;}
.footer-information {
    padding: 40px 0;
    background: rgba(50,50,50,0.95);
    font-size: 13px}
.footer-information p {
    color: #aaa}
.footer-information a,
.footer-information a:visited {
    color: #aaa;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px}
.footer-information a[href*="mailto"] {
    text-transform: none !important;
}
.footer-information a:hover {
    color: #fff}
.footer-information .footer-categories {
    margin: 0;
    list-style-type: none}
.footer-information .footer-categories li {
    list-style-type: none}

.social {
    background: rgba(50,50,50,0.95);
    padding: 40px 0 0 0}
.social p {
    color:#ccc;}
.social .socials {
    text-align: left}
.social .socials span {
    color:#ccc;}
.social .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 20px 10px 20px 0;
    text-decoration: none;
    color: #ccc;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    border: 1px solid #666;
    font-size: 20px}
    
.social .socials a[href*=news] {
    display: inline-block;
    width: auto;
    height: auto;
    text-decoration: none;
    border: 0px solid #666;
    font-size: 15px;
    background: #ffe400;
    color: #333;
}   
.social .socials a[href*=news] span {
    color: #333;
}  
    
footer i, .social i {
    font-size: inherit;}
.social .socials a:hover {
    background-color: #fff;
    color: #555;
    border-color: #fff}
.social form {
    margin: 20px 0;
    position: relative}
.social form input {
    border: 1px solid #666;
    height: 40px;
    padding: 5px 10px;
    background: 0;
    color: #eaeaea}
.social form::-webkit-input-placeholder {
    color: #aaa}
.social form:-moz-placeholder {
    color: #aaa}
.social form::-moz-placeholder {
    color: #aaa}
.social form:-ms-input-placeholder {
    color: #aaa}
.social form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-left: 0;
    height: 40px;
    width: 80px;
    background: 0;
    color: #eaeaea;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.social form button:hover {
    color: #0066cc}
.social svg {width:100%;padding:9px;}
.social  svg .st0 {fill:#ccc;}
.social  a:hover svg .st0 {fill:#555;}


html[lang=en] .social .socials a[href*=news], 
html[lang=fr] .social .socials a[href*=news], 
html[lang=es] .social .socials a[href*=news], 
html[lang=it] .social .socials a[href*=news], 
html[lang=ar] .social .socials a[href*=news],
html[lang=zh] .social .socials a[href*=news],
html[lang=pl] .social .socials a[href*=news]{
	display: none;
}


a.nl_btn {
	border:1px solid #666 !important; 
	padding: 0 10px;
}

a.nl_btn::after {
	content: "\f1ea";
	display:inline-block;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	padding-left:10px;
}

a.nl_btn:hover span {
	color:#666 !important;
}

.footer-copy {
    padding: 15px 0 100px;
    background: rgba(50,50,50,0.95);}
.footer-copy a {
	color: #CCCCCC
}
.footer-copy .logo-copy {
	display: inline-block;
	width: 104px;
	height: 52px;
	margin-right: 10px;
	background-image: url(../img/logo-big-shop.png);
	background-repeat: no-repeat;
}
.footer-copy p {
    display: inline-block;
    height: 42px;
    line-height: 16px;
    padding: 10px 0 0 10px;
    margin: 0;
    font-size: 12px;
    color: #ccc}
.footer-payments {
    list-style: none;
    padding: 10px 0 0 0}
.footer-payments li {
    display: inline-block;
    margin: 0 4px 8px;
    float: inherit}

#messageformarea .form-control {
	border-radius: 0;
}

#messageformarea select {
        background-color: transparent;
        border: 1px solid #666;
        color: #aaa;
        padding: 6px 6px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance:none;
    	height: 45px;
    }
select::-ms-expand {
  display:none;
}
label.select {
     display:block;
    }
label.select:after {
    content:'\f078';
    top: 0;
    right: 0;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    position:absolute;
    pointer-events:none;
    display:block;
    font-size: 20px;
    padding: 10px 10px;
	color: #aaa;
    }
#messageformarea select option {
     color: #aaa;
      font-weight: 300 !important;
    }
#messageformarea {
    margin: 20px 0;
    position: relative}
#messageformarea textarea, #messageformarea input[name="email_footer"], #messageformarea input[name="email"]  {
	border: 1px solid #666;
	height: 50px;
	background: 0;
	color: #eaeaea;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
  	resize: none;
}

#messageformarea textarea[name="message"] {
    height: 100px;
}
#messageformarea::-webkit-input-placeholder {
    color: #aaa}
#messageformarea:-moz-placeholder {
    color: #aaa}
 #messageformarea::-moz-placeholder {
    color: #aaa}
#messageformarea:-ms-input-placeholder {
    color: #aaa}
#messageformarea input[type="submit"] {
    border-left: 0;
    border: 0;
    height: 40px;
    width: auto;
    background: 0;
    color: #eaeaea;
    display: inline;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    margin: 10px 0;
    z-index: 9;
    position: relative;
}

#messageformarea input:hover[type="submit"] {
    color: #999;}
#messageformarea input::after[type="submit"] {
   content:'\f054';
    top: 0;
    right: 0;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    display:inline-block;
    font-size: 12px;
    padding-left: 10px;
}

#messageformarea textarea, .g-recaptcha {
	margin: 10px 0px;
	}
	
#messageformarea input#email_footer, #messageformarea input#email	{
background-color: transparent;
border: 1px solid #666;	
}



/*reCaptcha*/

.rc-anchor-light.rc-anchor-normal {
    border: 1px solid #666;
}
.rc-anchor-light {
    background: transparent;
    color: #000;
}


.rc-anchor-light {
    color: #aaa;
}


.rc-anchor-light .rc-anchor-pt a:link, .rc-anchor-light .rc-anchor-pt a:visited {
    color: #666;
}


.rc-anchor-light .rc-anchor-logo-text {
    color: #666;
}

.recaptcha-checkbox-border {
    background-color: transparent;
    border: 2px solid #c1c1c1;
}

@media screen and (max-width:1620px) {
	
	.abspann {
	display: none;
}
	
	#mainmenu {
	display:none;
	}
	
#mainmenu.show {
	display:block;
	position: absolute;
	background: rgba(255,255,255,0.9);
	width: 100%;
	left: 0;
 	margin-top: 65px;
  	box-shadow: 0px 7px 10px rgba(0,0,0,0.2);
  	z-index: 9999999999 !important;
	}
	
	#mainmenu &gt; ul &gt; li {
	display:inline-block !important;
	width: 100%;
	}
	
	#mainmenu &gt; ul &gt; li:hover &gt; ul {
	display: block;
	position: relative;
	top: unset;
	left:unset;
	width: 100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
	
	
#mainmenu &gt; ul &gt; li {
	display:block;
	width: 100%;
	}
	
#mainmenu &gt; ul &gt; li &gt; a {
	padding: 20px 10px;
	}

#mainmenu &gt; ul &gt; li &gt; a:hover {
	background: rgba(200,200,200,0.8);
	}
	
#mainmenu &gt; ul &gt; li &gt; a, #mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	 text-align: center;
	}
	
#mainmenu &gt; ul &gt; li &gt; a:hover {
	background: rgba(0,102,152,0.8);
	color: #fff;
	}
	
#mainmenu &gt; ul &gt; li &gt; ul, #mainmenu &gt; ul &gt; li:hover &gt; ul {
	display: none;
}


 #mainmenu &gt; ul &gt; li &gt; div {
    display:block;
    position: absolute;
    right: 30px;
    top: 0px;
 }

 #mainmenu &gt; ul &gt; li &gt; div a {
    display:block;
 }

#mainmenu &gt; ul &gt; li &gt; div a::before {
    content:'\f067';
    display:block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
 }
 
 #mainmenu &gt; ul &gt; li &gt; div a.active::before {
    content:'\f068';
    display:block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
 }


#mainmenu &gt; ul &gt; li.show.test &gt; ul {
	display: block;
	position: relative;
    background: rgba(230,230,230,0.9);
	box-shadow: none;
}

	
	.toggle-nav {
	display:inline-block;
	font-size: 20px;
	color: #999;
	border: 1px solid #999;
	border-radius: 5px;
	background: transparent;
	padding: 2px 10px;
	position: absolute;
   top: 50%;
	right: 3%;
	z-index: 999;
   transition: all linear 0.5s;
}
   
   
 .toggle-nav:hover {
	background: #999;
    color: #fff;
}
   
 
 .toggle-nav::after, .toggle-nav.close2::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
	  transition: all linear 0.5s;
   }
   
	
.toggle-nav::after {
	content:"\f0c9";

}
	
.toggle-nav.close2::after {
	content:"\f00d" !important;
}
	
	
	
}

@media (orientation: portrait) {
	
	.video-teaser figure {
        height: calc(100vh/1.7);
    }
    
    }


@media screen and (max-width:1366px) {

	.item &gt; img {
        object-fit: cover;
		object-position: right;
}
	


.news_filtr.sticky {
  top:135px;
}

.product_item .background-image {
    background-size: 100% auto !important;	
}

.abspann.abspann_ids {
	display:none;
}

.promobanner:nth-child(even) .promobanner_img_kl  {
	right:0px;
	bottom:0px;
}

.promobanner:nth-child(odd) .promobanner_img_kl  {
	left:0px;
	bottom:0px;
}


}



@media screen and (max-width:1280px) {
	
header .mainnavi {
	float: left;
	margin: 15px auto 0px;
	text-align: center;
}
	
	
#mainmenu &gt; ul &gt; li a {
    padding: 10px 8px;
    font-size: 14px;
}

#section-video {
    height: 100vh;
  position: relative;
}


	.video-teaser figure {
       
    }

.video-teaser video {
	position: absolute;
    top: 0;
    left:0;
	width: 100%;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);/**/
	background-size: cover;
}

.product_item .background-image {
    background-size: cover !important;	
}
	
	
.product-description {
    padding: 0px 50px;
}


.product_item .quicklink-item .ql-pic{
	width: 15%;
}
   	
	
.quicklink-item .ql-pic{
	width: 25%;
}


.quicklink-item .ql-text{
	width: 70%;
}


}


@media screen and (max-width:1199px) {
	
header .mainnavi {
	float: left;
	margin: 15px auto 0px;
	text-align: center;
}
	
	
#mainmenu &gt; ul &gt; li a {
    padding: 10px 8px;
    font-size: 14px;
}

.alphamenu.top800 {
    max-width: 1050px;
    padding: 10px;
    bottom: 30px;
    margin: 0 auto 20px;
    left: 50%;
   transform: translate(-50%,0%);
   -o-transform: translate(-50%,0%);
   -webkit-transform: translate(-50%,0%);
}

.alphamenu li {
    margin-right: 0.45%;
}

.container-referee {
    height: 250px;
}

.container-referee h2 {
    font-size: 15px;
}  

	.overwiew_allevents .alleventsoverview .table-responsive {
    overflow: auto !important;
}

	.contentallevents .webinars &gt; thead th {
    position: sticky;
    top: unset;
}
	
}

@media screen and (max-width:1024px) {


	.video-teaser  {
        margin-top: 0px;
    }


header .de-video-container iframe video {
height: 600px;
  left: -50%;
  top: 0;
  width: auto !important;
  transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  }
	
	
.news_filtr.sticky {
  top:135px;
}

	
.logo {
	width: 33.3%;
	}
/*	
.abspann {
	display: none;
}
	
.toggle-nav {
	display:inline-block;
	font-size: 20px;
	color: #999;
	border: 1px solid #999;
	border-radius: 5px;
	background: transparent;
	padding: 2px 10px;
	position: absolute;
   top: 50%;
	right: 3%;
	z-index: 999;
   transition: all linear 0.5s;
}
   
   
 .toggle-nav:hover {
	background: #999;
    color: #fff;
}
   
 
 .toggle-nav::after, .toggle-nav.close2::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
	  transition: all linear 0.5s;
   }
   
	
.toggle-nav::after {
	content:"\f0c9";

}
	
.toggle-nav.close2::after {
	content:"\f00d" !important;
}


.docbox {
	width: 25%;
}

.docbox .ql-pic {
    border: 1px solid #ddd;
    height: 290px;
}
   
	
	
#mainmenu {
	display:none;
	}
	
#mainmenu.show {
	display:block;
	position: absolute;
	background: rgba(255,255,255,0.9);
	width: 100%;
	left: 0;
 	margin-top: 65px;
  	box-shadow: 0px 7px 10px rgba(0,0,0,0.2);
  	z-index: 9999999999 !important;
	}
	
#mainmenu &gt; ul &gt; li {
	display:block;
	width: 100%;
	}
	
#mainmenu &gt; ul &gt; li &gt; a {
	padding: 20px 10px;
	}

#mainmenu &gt; ul &gt; li &gt; a:hover {
	background: rgba(200,200,200,0.8);
	}
	
#mainmenu &gt; ul &gt; li &gt; a, #mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	 text-align: center;
	}
	
#mainmenu &gt; ul &gt; li &gt; a:hover {
	background: rgba(0,102,152,0.8);
	color: #fff;
	}
	
#mainmenu &gt; ul &gt; li &gt; ul, #mainmenu &gt; ul &gt; li:hover &gt; ul {
	display: none;
}


 #mainmenu &gt; ul &gt; li &gt; div {
    display:block;
    position: absolute;
    right: 30px;
    margin-top: -50px;
 }

 #mainmenu &gt; ul &gt; li &gt; div a {
    display:block;
 }

#mainmenu &gt; ul &gt; li &gt; div a::before {
    content:'\f067';
    display:block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
 }
 
 #mainmenu &gt; ul &gt; li &gt; div a.active::before {
    content:'\f068';
    display:block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
 }


#mainmenu &gt; ul &gt; li.show.test &gt; ul {
	display: block;
	position: relative;
    background: rgba(230,230,230,0.9);
	box-shadow: none;
}*/

	
section.header-onepic .header-onepic_img  {
	width: 45%;
}


section.header-onepic .header-onepic_txt  {
	width: 55%;
	padding: 3vh;
}
	
	
section.header-onepic .header-onepic_txt h1 {
	font-size: 30px;
}
	
section.header-onepic .header-onepic_txt h2 {
	font-size: 25px;
}



section#service .display-table [class*="col-"] {
	display: block;
  	width: 100%;
}
	
/***Product-Page***/
	
	
.prodbox {

}
	
.prodbox_content {
    padding: 20px;
}


.product_item .image-container {
    height: 650px;
    overflow: hidden;
    padding: 0px 0px;
    position: relative;
    top: 0;
	width: 100%;
}

.product_item:nth-of-type(even) .image-container {
	margin-left: 0%;
}


.product_item:nth-of-type(odd) .image-container {
	margin-left: 0%;
	float:none;
}

.product_item .background-image {
    background-position: 50% 70% !important;
}

.product-description {
	padding: 30px 20px;
	width: 100%;
}

.product_item:nth-of-type(odd) .product-description {
	margin-left: 0%;
}

.product_item:nth-of-type(even) .product-description {
	margin-left: 0%;
	float:none;
}

/**Referees*/

.table-responsive.referee-open td, .table-responsive .table.courses td {
    white-space: normal !important;
}
   
.alphamenu.top800 {
   bottom: 15px;
   margin:0 auto;
   padding: 10px;
   max-width: 930px;
}
   
 .alphamenu li {
    width: 5%;
    margin: 1%;
   }
   
 .alphamenu.top800  li {
    width: 5%;
    margin: 0.5%;
   }
   
.container-referee {
   width:30% !important;
   }
   
   
   .promobanner:nth-child(even) &gt; div:nth-of-type(2) {
	padding: 0% 2% 0% 0%;
}
	
.promobanner:nth-child(odd) &gt; div:nth-of-type(2) {
	padding: 0% 0% 0% 5%;
}

	.promobanner:nth-child(even) .promobanner_img_kl, .promobanner:nth-child(odd) .promobanner_img_kl,  .promobanner_img_kl img  {
width: 120px !important;
}
   
   
   
  #footer-block {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    padding-top: 300px;
    position: relative;
} 

	
}




@media screen and (max-width:992px) {


 header .mainnavi {
    float: left;
    margin: 15px auto 0px;
    text-align: left;
    width:50%
}




	.text_slide {
        background:rgba(255,255,255,0.8);
		padding: 20px;
		filter:blur(30%;);
    }

   
 .logo img {
    max-width: 190px;
    margin: 3% 1%;
    max-height: 80px;
}

#subheader.subheader_2sp &gt; div {
	padding: 50px 50px;
}


#subheader.subheader_2sp &gt; div h1 {
	font-size: 35px;
}

#subheader.subheader_2sp &gt; div p {
	font-size:16px;
}


ul.filtr_nav {
padding: 0;
}

ul.filtr_nav li {
	display:none;
	padding: 5px 0px;
	margin:0 !important;
	border-radius: 0px;
	box-shadow:none;
	width: 100%;
	font-size: 15px;
	color:#707070;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #ccc;
}


ul.filtr_nav li.active, ul.filtr_nav li:hover {
	color:#fff;
	background: rgba(180,180,180,1);
}
	
ul.filtr_nav.show li, ul.filtr_nav li.active {
	display: block !important;
}

	ul.filtr_nav, .kursreiter_group  {
	 position: relative;
	}
	
	ul.filtr_nav::after, .kursreiter_group::after {
	  content: "\f055";
		display: block;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right:15px;
		top:5px;
		color: #666;
		font-size: 20px;
		transform: rotate(0);
		transition: all linear 0.5s;
}
		.kursreiter_group::after {
		color: #fff;
		right:15px;
		top:8px;
}
	
		ul.filtr_nav.show::after, 	.kursreiter_group.show::after {
			 content: "\f056";
		transform: rotate(360deg);
}

.kursreiter_group {
    flex-direction: column;
    margin: 0px auto 0;
    width: 100%;
}

.kursreiter_group &gt; div {
	width: 100%;
	display: none;
	margin: 0;
}

	.kursreiter_group.show &gt; div,	.kursreiter_group &gt; div.active {
	  display: flex;
		max-width: 100%;
		border-radius: 0;
}

.video-teaser figure {
}
               

.toggle_searchpanel {
    top: 5px;
    right: 15px;
    transform: translate(0,0);
}
    
.toggle_terminepanel {
    right: 15px;
}   
    
.fulltextpanel {
        padding: 20px 10px 20px 0px;
        margin: 0 0 20px;
        height: auto;
    }
    
    
#preloader {display:none !important;}
    
.widget {
        padding-left: 0px;
        }
        
.widget-post li a .img-clip {
   /*width: 40%;*/
   display:inline-block;
   overflow: hidden;
   max-height: 155px;
}


.widget-post li a .img-clip img {
    display: block;
    margin: auto;
   width: auto;
   max-width: 100%;
}
   
  .widget-post li {
   /* height: 135px; */
}

.widget .text {
    /*position:absolute;*/
    display: inline-block;
    /*width: 55%;*/
    overflow:hidden;
}


.docbox {
	width: 25%;
}

.docbox .ql-pic {
    border: 1px solid #ddd;
    height: 227px;
}


.docsearch .searchbutton {
   
}

#video-items .prodbox {
	width: calc(100%/2 - 20px);
}
   
   
    
}

@media screen and (max-width:940px) {

	#UpdatePanelDopdown {
    flex-direction: column;
}
	
.doc-typeselect {
    justify-content: center;
    width:100%;
    flex-wrap:wrap;
}
	
	
	.docsearch {
    width: 100%;
    min-width: 300px;
    margin-left: 0px;
}

}


@media screen and (max-width:900px) {
	
.top-welcome .nl_btn {
    display: none;
}
}

@media screen and (max-width:834px) {

section.slider {
height: calc(100vh - 120px);
}


.owl-carousel .owl-item li.slider_carousel_slide2sp {
  padding: 0px;
	flex-direction: column;
}

.owl-carousel .owl-item li.slider_carousel_slide2sp &gt; div {
  width:100% !important;
	height:50vh;
	background-size:cover !important;
}
	
	
section.slider 	.owl-carousel.owl-loaded {
  padding-bottom: 30px;
}
	
	.owl-dots {
  bottom: 5px;
}


.header-navi ul {
	list-style: none;
	display: inline-flex;
 flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header-navi ul li.mainlink  {
  width: 100%;
	max-width:200px;
	margin:5px;
}



.docbox {
	width: 20%;
}

.docbox .ql-pic {
    border: 1px solid #ddd;
    height: 215px;
}
}




@media screen and (orientation: landscape) and (max-height: 1024px) {
	
	
	.form_overlay iframe {
      height: 850px !important;
    }
	
}


@media screen and (orientation: landscape) and (max-height: 850px) {
	
	.info_stoerer {
	transform: translate(-50%, -50%) scale(0.8);
	}
	
}

@media screen and (max-width:768px) {


.form_overlay {
	max-height: 620px; 
}

.form_overlay .inner-form {
    height: 580px;
}



#content {margin-top:0px !important;}


	#content.contentallevents {margin-top:-240px !important;}

	
	section.schmal {
    padding: 0px 0 !important;
    /*! display: flex; */
    height: 200px;
}


.special_btn {
	transform: translateX(-50%);
    bottom: 70px;
    left: 50%;
}

	
	.sidebuttons_left:hover ul li a  {
			transform: translateX(-35px);
		}
	
	
		.sidebuttons_left:hover ul li.active a  {
			transform: translateX(0px);
		}
	
		.sidebuttons_left li a  {
			margin: 0;
			box-shadow: none;
		}
	
			.sidebuttons_left li  {
			display: none;
		}


		.sidebuttons_left:hover ul li,		.sidebuttons_left li.active  {
      display: block;
		}

	
    .gototop {
      display: none;
      }


.sidebuttons &gt; a, .sidebuttons &gt; div {
	padding: 5px;
	transform: translateX(250px);	

}
	
header {
	transform: translate(0px,0%) !important;
	-o-transform: translate(0px,0%) !important;
	-webkit-transform: translate(0px,0%) !important;
	background: rgba(255,255,255,0.9);
	}
		
header.show {z-index: 999999999;}
	
header .header-top-row {display: none;}	
	
header .mainnavi {
    margin: 0px auto 0px;
	width: 100%;
	}	
	
#subheader.subheader_2sp {
	margin:0;
	flex-direction: column;
	height: 100%;
	max-height: unset;
}	
	
	
#subheader.subheader_2sp &gt; div {
	width:100%;
	padding:10px 20px;
}
	

#subheader.subheader_2sp &gt; div h1 {
	font-size: 30px;
}
	
#mainmenu.show {
	overflow: scroll;
 	max-height: 420px;
	margin-top: 10px;
	}
	
header .internationav, header .top-search-form {
	display: none;
	}
	
	
.news_filtr.sticky {
  top: 90px;
  padding: 0px 0;
}


.video_filtr.sticky {
		top:75px;
	}
	
.toggle-nav {
       top:25%;
}
	
section {
    padding: 50px 50px;
    }	
	
#section-video {
		height: 100%;
		overflow:hidden;
	}
	
#section-video video {
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height: 100% !important;
    width: auto;
    left: 50%;
	}
	
#section-video .very-big h1 {
    font-size: 90px;
    margin-bottom: 30px;
    font-weight: 400;
}
	
#section-video .teaser.style-2 {
    font-size: 26px;
    padding: 0px 0px 50px;
}


.info_button {
	top:unset;
	bottom: 50px;
    transform: scale(0.7) translateY(0%) translateX(-70px);
}


.video-teaser figure {
}

section#philosophy h2 {
    font-size: 20px;
}

	section.header-onepic .header-onepic_txt, .header-onepic .header-onepic_txt  {
	padding: 5vh 1vh 5vh 3vh;
}
	
/***News***/
    
.filtrmobile {
	display: block;
	margin: 0 0 15px;
	width:100%;
}

/*#UpdatePaneProductarea .filtrmobile {
	display: none !important;
}*/

ul.filtr_nav.show {
	flex-direction: column;
}

ul.filtr_nav {
	list-style-type:none;
	text-align:center;
	padding: 0px 0;
	margin: 0 0 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	width: 100% !important;
}



	.video-list ul.filtr_nav li {
    	width: 100%;
}



.newsspalten {
    display: block;
    padding: 20px;
    }
	
.news_spalte {
	width: 100%;
	margin: 0;
	}
    
 .sidebar {
	padding-left: 10px;
}


	/***Newsletter-Badge***/
	
.nlBadge {
    z-index: 999999999;
    bottom: 105px;
	width:300px;
}
	
.nlBadge.show {
    bottom: 55px;
}
	
.nlbadge_inner {
    display:none;
}
	
.show	.nlbadge_inner  {
    display:flex;
}

	.nlBadge_img {
		display:none;
	}
	
	.nlBadge_tggl {
		height: 55px;
	}
	
	.nlBadge_txt {
		width:100%;
		margin:0 0 0 30px;
	}
	
	.nlBadge_txt h2:first-line {
	font-size: 16px;
	font-weight: bold;
}


.nlBadge_txt h2 {
	font-size: 20px;
	font-weight: bold;
}
	
/***Product-Page***/
	
	
.prodbox {
	width: calc(100%/2 - 20px);
}
	
.prodbox_content {
    padding: 20px;
}


.product_item .image-container {
    height: 300px;
    overflow: hidden;
    padding: 0px 0px;
    position: relative;
    top: 0;
	width: 100%;
}

.product_item:nth-of-type(even) .image-container {
	margin-left: 0%;
}


.product_item:nth-of-type(odd) .image-container {
	margin-left: 0%;
	float:none;
}

.product_item .background-image {
    background-position: 50% 70% !important;
}

.product-description {
	padding: 30px 20px;
	width: 100%;
}

.product_item:nth-of-type(odd) .product-description {
	margin-left: 0%;
}

.product_item:nth-of-type(even) .product-description {
	margin-left: 0%;
	float:none;
}
	
	
/**Referees*/

.alphamenu.top800 {
   bottom: 55px;
}

.date_referee .container-referee.open {
   position: absolute;
   max-width: 750px;
}
   
.container-referee {
   width:49% !important;
   }
   
 .container-referee {
    height: 350px;
}

.container-referee h2 {
    font-size: 18px;
} 

.webinars .anmeldebutt2 {
	display: block;
}
   
	
#subheader {
   /*
    text-align: center;
    background-attachment:scroll;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% -50%;*/
   padding: 200px 0 300px 0;
   text-align: center;
   background-attachment:unset;
   margin-bottom: 50px;
   margin-top: 100px;
   background-repeat: no-repeat;
   background-position: 0 0px;
}	


.header-pic-content {
     background: rgba(255,255,255,0); 
   }

.qlink2 span {
   white-space: normal;
}

#logreg {
   padding: 15px 15px 15px 15px;
   bottom:10%;
}
 
#logreg.show {
    width: 90%;
}  
 
   
#logreg h3  {
  margin: 5px 0 0px;
}   
     
#logreg.show h3  {
  margin: 5px 0 20px;
}  
   
   
 #logreg h3::after {
    content: '\f107';
    font-size: 25px;
    line-height: 35px;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    transform: rotate(-90deg);
    display: block;
      top:25px;
   right: 5px;
   position: absolute;
}
   
   
#logreg.show h3::after {
    transform: rotate(0deg);
    display: block;
      top:25px;
   right: 25px;
}
  
/*
#logreg .loginform, #logreg h3 span {
    display: none;
}   
   
#logreg.show .loginform, #logreg.show h3 span {
    display: block;
}
*/

.loginform input {
   display:inline-block;
}

.loginform input:nth-of-type(1), .loginform input:nth-of-type(2) {
   width: 70%;
   margin 1%;
}

.loginform input {
   display:inline-block;
}

.loginform input:nth-of-type(1), .loginform input:nth-of-type(2) {
   width: 70%;
   margin 1%;
}
  
#pnlForm.contact_modal {
    height: 90%;
}

/***Download***/

.docbox {
	width: 25%;
}

.docbox .ql-pic {
    border: 1px solid #ddd;
    height: 216px;
   overflow: hidden;
}
   
.docbox .ql-text p {
    font-size: 12px;
   line-height: 150%;
}

.sticky .doc-prodcat {
   width:90%;
   margin: 10px auto 0;
}

.toggle-docmenu {
    display:block;
    position: relative;
    float:right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.toggle-docmenu::after {
    display:block;
    content: '\f107';
    color: #fff;
    font-size: 30px;
    padding: 8px 15px;
}
   
.showall  .toggle-docmenu::after {
    display:block;
    content: '\f106';
    color: #999;
    font-size: 30px;
    padding: 8px 15px;
}

ul#bulProductareas.doc_nav  {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 0;
}

ul#bulProductareas.doc_nav  {
    width:100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: auto;
    padding: 0;
}

ul#bulProductareas.doc_nav li {
	display: none;
   margin: 0 !important;
   border-bottom: 1px solid #ccc;
}
   
   
ul#bulProductareas.doc_nav li.active, .showall ul#bulProductareas.doc_nav li {
	display: block;
}

ul#bulProductareas.doc_nav li a {
	display:block;
	padding: 15px 5px;
	border-radius: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,0.0);
	min-width: 120px;
	background: rgba(255,255,255,0.0);
	transition: all linear 0.5s;
}

ul#bulProductareas.doc_nav li.active a, ul.doc_nav li a:hover {
	color:#fff;
	background: rgba(180,180,180,0.9);
}



/**EVENTS-PAGE**/
	
.header-animated-pics-claim {
    display: flex;
    flex-direction: column;
	position: relative;
	width: 100%;
	top: -430px;
}


.header-events .header-animated-pics-claim {
    display: flex;
    flex-direction: column;
	position: absolute;
	width: 100%;
	top: 5%;
}

	
.title-img {
    width: 300px;
    height: 300px;
    margin: auto !important;
}
	
.title_text {
	padding: 10px 5px;
    width: 300px;
    height: auto;
    margin: 50px 0 0;
    background: rgba(255,255,255,0.8);
}		
	
.title_text h2 {
    font-size: 24px !important;
}

	section.banner_imgleft h2 {
   font-size: 22px !important;
}

	
#mobilefooter {
	display:block;
	width:100%;
	padding: 3px 3px;
	position: fixed;
	bottom: 0px;
	background: rgba(230,230,230,0.9);
	z-index:99999999;
	}
	
#mobilefooter nav.internationav {
	display:block;
}

#mobilefooter nav.internationav &gt; ul &gt; li {
	width: 11.6%;
}
	
#mobilefooter .top-search-form  {
	width: 97%;
	z-index:0;
    left: 1%;
	right: 1%;
	}
	
#mobilefooter .top-search-form:hover  {
	z-index:9;
	}
	
#mobilefooter nav.internationav ul {
  margin: 0;
}
	
	
#mobilefooter nav.internationav ul ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
bottom:50px;
}
	
#mobilefooter .lang .lang-item {
	top: auto;
	margin: -200px 0px;
	float: right;
	 pointer-events:auto;
	}
}

@media screen and (max-height:770px) {

#pnlForm.contact_modal {
    height: 90%;
}
	
}

@media screen and (max-width:650px) {
	
section.banner_big  {
	display: flex;
	flex-direction: column;
	align-items:flex-start;
}
	
section.banner_big img {
	max-height: 300px;
}


.sidebuttons &gt; a, .sidebuttons &gt; div {
	padding: 5px;
	transform: translateX(250px);	
}

.promobanner {
		flex-wrap: wrap;
	  flex-direction: column;
	  overflow: visible !important;
	height: auto !important;
	}
	
.promobanner &gt; div:nth-of-type(1), .promobanner &gt; div:nth-of-type(2) {
	width:100% !important;
	margin:0 !important;
	padding: 0% 5%!important;
}
	
.promobanner:nth-child(odd) &gt; div:nth-of-type(1), .promobanner:nth-child(odd) &gt; div:nth-of-type(1)  {
		order:1 !important;
		width: 400px !important;
		align-items: center;
	}
	
	
	.promobanner_imgs   {
		max-width:400px !important;
	}
	
		.promobanner_imgs .promobanner_img_gr  {
		position: relative !important;
		margin: 0 !important;
	}
	
	
.promobanner_imgs .promobanner_img_gr img {
		max-width: 300px !important;
	}
	
.promobanner:nth-child(even) .promobanner_img_gr img, .promobanner:nth-child(odd) .promobanner_img_gr img {
  display: block;
  margin: auto;
}

.fourSymb &gt; div &gt; div {
  flex-wrap: wrap;
}
	
.fourSymb &gt; div &gt; div .item_fourSymb {
	width: calc(100%/2 - 20px);
	margin: 0 10px 30px;
	min-height: 230px;
}

#video-items .prodbox {
	width: 100%;
}
   
	
}


@media screen and (max-width:600px) {

section.header-onepic .header-onepic_txt, .header-onepic .header-onepic_txt   {
	width: 100%;
	padding: 1vh;
}

	
.header-main-row {
    width: 100%;
	padding: 10px 0px 10px;
	}

.logo {
	width: 50%;
	}
	
	
.subheader_menu {
    background: rgba(255,255,255,0.9);
}
	
.subheader_menu ul {
    flex-direction: column;
}
	
	.subheader_menu ul li a {
    text-align: center;
}

	section.banner_imgleft &gt; div  {
   width:100% !important;
}
	
		section.banner_imgleft &gt; div.banner_txt  {
  padding: 5%;
}
	
/****Shopoverlay****/
	
	.shopsoverlay {
		width: 300px;
	}
	
	
	.shopsoverlay ul {
		grid-template-columns: repeat(3, calc(100%/3));
		grid-template-rows: repeat(4, calc(100%/4));
	}

	
section {
	position: relative;
	}
	
	
section.header-onepic, .header-onepic  {
	flex-direction: column;
}

section.header-onepic &gt; div, .header-onepic &gt; div  {
	width: 100% !important;
	max-width: 350px;
	justify-content: center;
}
	
.titlebox {
    padding: 20px;
}

.teaser.style-2 {
    font-size: 20px;
    padding: 0px 0px 50px;
}
	
.video-teaser figure {
  
}

.tocontent {
    display: none;
}
		
	
.prodbox, .prodbox img  {
	width: 100%;
}

.contact_modal {
	height: 640px;
}

.form_content {
    padding: 0px 5px 80px;
    max-height: 500px;
}

.table-responsive.referee-open {
    overflow: visible !important;
}

body.modal_open {
    position: fixed !important;
    width: 100% !important;
}

body.modal_open .contact_modal, body.modal_open #UpdatePanelForm {
    top: 0;
    bottom: auto;
}
	
#pnlForm .formular {
  max-height: 78%;
}

.webinars .container-referee.open #ref_right {
    max-height: 300px;
}

/***Download***/

.docbox {
	width: 33.3%;
}

.docbox .ql-pic {
    border: 1px solid #ddd;
    height: 225px;
   overflow: hidden;
}
   
.docbox .ql-text p {
    font-size: 12px;
   line-height: 150%;
}

.doc-typeselect .docselect {
   width: 100%;
   display: block;
   margin-bottom: 0px;
} 
	
}


@media screen and (max-width:480px) {


    h1 {
     font-size:26px;
	}

	
    h2 {
		font-size:24px;
	}


section.slider .header-carousel .owl-item {
     height: 100%;
}

section.slider {
height: auto;
}


.info_stoerer {
	padding: 40px 0px 0px; 
	max-width: 300px;
	height: 670px;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
    overflow-y:auto;
	overflow-x:hidden;
}

.info_stoerer	.stoerer_content {
	max-height:600px;
	 overflow-Y: scroll;
   padding-bottom: 0px;
	}
	
	
.info_stoerer	.owl-item {
		height:620px;
	}

	.stoerer_txtbox {
  padding: 10px 20px;
}
	
.stoerer_txtbox h3 {
  font-size: 20px !important;
}
	
.stoerer_txtbox a {
  font-size: 16px !important;
  max-width: 90% !important;;
}

/*
.info_stoerer::after {
    content: "";
    display: block;
    height: 150px;
    width: 100%;
    background: #f0f;
    position: absolute;
    bottom: 0px;
    left: 0;
	  pointer-events: none;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
}
*/


.news_filtr.sticky {
  top: 65px;
  padding: 0px 0;
}


section {
    padding: 30px 30px;
    }

#subheader {
   margin-top: 65px;
   padding: 200px 0 0px 0;
}

#subheader .btn {
    margin: 50px auto;
    position: relative;
    width: auto;
    transform: translate(0,0);
    left: 0;
    top: 0;
    display: inline-block;
}

.video-teaser figure {
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 600px;
  overflow: hidden;
}


.anima_header li img {
    width: auto !important;
    max-width: unset !important;
    height: 640px;
    transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
	

.toggle-nav {
}
	
.quicknav_side {
	display: none;
}

	
#section-video {
		height: 600px !important;
		overflow:hidden;
        background: #069;
	}
	
	
#section-video video {
		height: 600px !important;
		/*width: auto;
        display:none;*/
	}
	
#section-video .clappr_headvideo {
        height: 100% !important;
	}
	
#section-video .very-big h1 {
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 400;
}
	
#section-video .teaser.style-2 {
    font-size: 26px;
    padding: 0px 0px 50px;
}


   .header-pic-content {
     background: rgba(255,255,255,1.0); 
   }

/*****/

 .prodbox  {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px;
    flex-direction: row;
} 
	
#video-items .prodbox {
  width: 100%;
    margin: 0 0 10px;
    padding: 5px;
}
	
	.prodbox a {
		/*flex-direction: row;*/
	}
	
		.prodbox &gt; a {
		/*width: 35%;*/
	}

	.prodbox-image {

	}	
	
  .prodbox img {
   width: 100%;
} 

   
 .prodbox_content {
    /*width: 65%;*/
    padding: 5px 20px;
    height: auto;
    min-height: unset;
}
   
   
   
.prodbox_content h3 {
    font-size: 16px;
    margin: 10px 0px;
} 
   
   
.prodbox_content h4 {
    font-size: 14px;
    margin: 0px 0px;
}  
/*****/
	
.product_item .quicklink-item .ql-pic {
		width:30%;
	}
	
	
	.quicklink-item .ql-text {
		width:65%;
	}
	
	
 .widget-post li {

}	
    
  .widget-post li a h4 {
    width: auto;
    margin: 0px 0 0;
}
   
    
  .blog-list .date-box {
    border: solid 0px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 15px 10px 10px 10px;
    margin-top: 5px;
    text-align: center;
}
	
.blog-list .post-text {
	padding-left: 0px;
}
    
 .blog-list .date-box {
    width: 100%;
    position: relative;
}
    
  .blog-list .date-box .day, .blog-list .date-box .month {
    display: inline-block;
    color: #666;
    text-align: left;
    width: auto;
    padding: 0 5px;
    font-size: 24px !important;
}


/***Webinare***/

.webinarinfo h3 {
    font-size: 18px;
}	
		

/*** Referees ***/
   
.alphamenu,  .alphamenu.top800 {
    position: fixed;
    top:50%;
    transform: translate(0%, -50%);
    z-index:999999;
    width: 70px;
    height: 45px;
    padding: 3px;
    margin: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 100px rgba(0,0,0,0.2);
}
  
  .alphamenu {
    display:none;
     border-radius: 5px;
}  
   
   
 .alphamenu.top800 {
      display:block;
   }
   
 .alphamenu::after {
   font-size: 23px;
   line-height: 35px;
    width: 20px;
    height: 20px;
   content: '\f067';
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   display: block; 
   margin-left: 42px;
   cursor: pointer;
   color:#666;
   position: absolute;
   transition: all linear 0.5;
}


.alphamenu.active::after {
   transform: rotate(-45deg);
   transform: translate (-50%;0%);
   left: 50%;
   bottom: 10px;
   margin: auto;
}

   
 .alphamenu ul {
    float: left;
}

   
 .alphamenu li,  .alphamenu li.active + .alphamenu li:nth-of-type(1){
    display: none;
    width: 35px; 
}
   
   
.alphamenu li.active {
    display: block !important;
   width: 35px;
}

.alphamenu.active,  .alphamenu.top800.active {
    width: 100%;
    height: 160px;
    background: rgba(255,255,255,0.99);
}
   
 .alphamenu.active li {
   display: inline-block !important;
   width: 35px;
}
 
  .section-referee-num {
    float: none;
    width: 100%;
    margin: 20px 0 5px;
}
 
  .section-referee {
    width: 100%;
    float: none;
    margin:0;
}
   
   
.container-referee {
    height:200px;
   overflow:hidden;
}   
   
.container-referee h2{
    font-size: 13px;
   padding: 5px;
}
   
.container-referee.open {
    overflow:visible;
   margin-bottom: 5px;
}  

.container-referee.open::before {
   position: absolute;
   right: 5px;
   font-size: 25px;
}
   
.container-referee.open #ref_left, .container-referee.open #ref_right{
    width: 100%;
    float: none;
}

#mobilefooter nav.internationav &gt; ul &gt; li {
    width: 11.6%;
}

	
}



@media screen and (max-width:420px) {

 .header-pic-content {
     background: rgba(255,255,255,1.0); 
   }
   
 .video-teaser figure {
   
}

.prodbox_content h3 {
    font-size: 14px;
    margin: 5px 0px;
} 
   
   
.prodbox_content h4 {
    font-size: 12.5px;
    margin: 0px 0px;
}  


.form_overlay iframe {
  height: 950px !important;
}



        
.widget-post li a .img-clip {
   width: 100%;
   height: 150px;
   display:block;
   overflow: hidden;
}


.widget-post li a .img-clip img {
    display: block;
    margin: auto;
   width: auto;
   max-width: 100%;
   height: auto;
   max-height: 180px;
    max-height:none;
}
   
  .widget-post li {
    height: auto;
}  
 


.widget .text {
    position:relative;
    display: inline-block;
    width: 100%;
    overflow:hidden;
}


  /***Download***/

.docbox {
	width: 50%;
   height: 300px
}

.docbox .ql-pic {
    border: 1px solid #ddd;
    height: 195px;
   overflow: hidden;
}

.doc-typeselect .docselect {
    width: 100%;
    display: block;
} 
  
.docsearch .searchbutton {
}



.webinar-switch a {
	width: 120px;
	padding: 5px 0;
	margin: 0 5px;
	font-size: 12px;
}


.webinar-switch a::before {
	padding: 20px;
	margin: 0 5px 0 5px;
}	
	
.webinar-switch a:nth-of-type(2)::before {
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
}
	
	
.webinar-switch a:nth-of-type(3)::before {
    font-size: 20px;
    color: #fff;
    padding: 6px 8px;
}



}


@media screen and (max-width:360px) {

	section.header-onepic &gt; div, .header-onepic &gt; div  {
	max-width: 300px;
}

 .video-teaser figure {
   
}
   
}


@media all and (max-height: 420px), (orientation: portrait) {
	
#mainmenu.show {
	overflow: scroll;
 	max-height: 250px;
	}
}


/******** ARABIC *********/


html[lang=ar] h1, html[lang=ar] h2, html[lang=ar] h3, html[lang=ar] h4, html[lang=ar] h5, html[lang=ar] p, html[lang=ar] li {
    direction: rtl;
}



html[lang=ar] .prodbox {
    direction: rtl;
}


html[lang=ar] #subheader {
    direction: rtl;
}


html[lang=ar] .product_item .product-description {
    direction: rtl;
}


html[lang=ar] section#about {
	direction: rtl;
}


html[lang=ar] .owl-carousel {
   direction: ltr;
}


html[lang=ar] footer ul {
    direction: rtl;
}




/****** RedDot Hilfe******/

.rdHilfe {
    position: relative; z-index:999999999999999;
    pointer-events: all !important;
    color:#CC0000;
}


span.red  {
    color:red;
    font-size: 13px;
    pointer-events: all !important;
}


span[style*="red"] &gt; img {width: auto !important; max-width:20px !important;  position: relative; z-index:99999999999 !imporant;}

.red img {
   width: 20px !important;
   pointer-events: all !important;
}

.rdHilfeAbschnitt {
    border: 1px solid blue;
}

.rdHilfeMainabschnitt {
    border: 1px solid red;
}
</pre></body></html>