/*Allgemein*/
body {
	font-family: 'Roboto', sans-serif;
	color: #000;
	/*overflow-x: hidden;*/
	min-width: 1024px;
	overflow-x: hidden;
}
[v-cloak] {
  display:none
}
.content.container {
	background:#fff;
	 overflow: auto;
	 padding-bottom: 20px;
	     overflow-x: hidden;
}
.container {
    max-width: 1024px;
    padding: 0;
}
.btn.focus, .btn:focus {
	box-shadow: none;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}
a.content_link {
	text-decoration:underline;
}
.clear {
	float: none;
    clear: both;
}
.fade-enter-active, .fade-leave-active {
  transition-property: opacity;
  transition-duration: .35s;
}

.fade-enter-active {
  transition-delay: .35s;
}
.fade-enter, .fade-leave-active {
  opacity: 0
}
.btn {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 25px;
    border: 0px;
}
.btn.btn-disabled {
	background:#ccc;
	color: #fff;
}
.view > div  {
  transition: height 0.2s;
}
div#parentCon > .header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
		min-width: 1024px;
		display:block!important;
		height: auto!important;
}

div#parentCon > .content.container {
		display:block!important;
}

.forum_con,
.news-seite.news-sektion,
.single-news,
.single.inhalt,
.header-sektion,
.inhalt.kurs,
.content.container .training,
.seminarthemen-seite,
.single.seminar,
.freigabe-zertifikate-sektion {
	margin-top: 50px;
}

.kategorie-seite.kategorie-sektion {
    margin-top: 70px;
}

ul.navbar-nav li.nav-item.go-back {
    padding-right: 20px;
}
ul.navbar-nav li.nav-item.go-back img {
    height: 25px;
    position: relative;
    /* padding-top: 10px; */
    top: 4px;
    left: 10px;
    cursor: pointer;
}

/*Login*/
.login.container {
    position: relative;
	height: 768px;
    padding: 415px 0 0 0;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
	/*-webkit-box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.35);
	box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.35);*/
}
.login.container .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	padding: 300px 0 0 0;
}

/*.login.container .alert {
	position: absolute;
    top: 400px;
    left: 0;
    right: 0;
}*/

.login.container img.logo {
	    position: absolute;
    right: 80px;
    top: 60px;
}
.login.container .form-inline,
.login.container .alert {
    width: 515px;
    margin: 0 auto;
}
.login.container .form-inline .btn-primary {
	font-size: 14px;
    padding: 0;
	background: none;
}
.login.container input {
	    padding: 5px 10px;
}
div.login.container  button.btn.btn-secondary.show_password_forgotten {
    width: 514px;
	float: left;
	position: relative;
    left: 0px;
}
.lang_select_con {
    width: 202px;
    padding: 4px 10px;
    background: #ffffffd6;
    text-align: left;
	margin-bottom: 8px;
}

/*.navbar-expand-lg .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}*/

.navbar-expand-lg .navbar-nav {
    /*-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;*/
		    padding-left: .5rem;
}

.navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

/*Header*/
.navbar-brand {
    margin-right: 40px;
}
.navbar {
	height: 50px;
    padding: 0px 25px;
	padding-left: 0px;
	padding-right:0;
	position: relative;
}
.navbar .trenner {
	    margin-top: 4px;
    padding: 0px 3px;
}
.header .navbar .navbar-nav {
	z-index: 9;
}
.header .navbar a,
span.navbar-text {
    color: #fff!important;
    font-size: 12px;
    text-transform: uppercase;
}
div#navbarNav span.chat-notification,
div#navbarNav span.news-notification,
div#navbarNav span.cert-notification  {
	font-size: 10px;
	background: #f00;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-weight: bold;
	/* margin-left: -3px; */
	position: relative;
	left: -2px;
	top: -6px;
	    color: #fff;
}
.header .navbar .nav-right {
    background: #0094FF;
    height: 50px;
	padding: 9px 13px;
}
.header .navbar.mitte a.navbar-brand {
    position: absolute;
    left: 400px;
    right: 400px;
		top:0px;
    text-align: center;
    z-index: 0;
		display: flex;
align-items: center;
justify-content: center;
height: 50px;
}
.header .navbar span.navbar-text.name,
.header .navbar span.navbar-text.sprache,
.header .navbar span.navbar-text.logout {
	margin:0;
	padding: 16px;
	cursor: pointer;
	height: 100%;
}
.header .navbar span.navbar-text.name.active {
	    background: #e6e6e6;
}

/*Sub-Header Leiste*/
.sub-header.container {
    background: #e6e6e6;
    padding: 8px 25px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 11px;
}

/*Startseite*/
.header-sektion {
	max-width: 100%!important;
    height: 300px;
}
.header-sektion .content {
    margin-top: 80px;
    margin-left: 50px;
    background: #ccc;
    color: #fff;
    border-radius: 10px;
    width: 400px;
		/*max-width: 400px;*/
		min-width:210px;
    padding: 20px;
}
.header-sektion .content .title {
	font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 2px;
	    color: #fff;
}
.header-sektion .content .sub-title {
	font-weight: 200;
    font-size: 24px;
    line-height: 33px;
	    color: #fff;
}
.header-sektion .VueCarousel-slide {
    max-width: 100%!important;
    height: 300px;
	background-size: cover!important;
	    background-position: center!important;
}
.header-sektion img {
    width: 100%;
	height: auto;
}
.header-sektion img {
    width: 100%;
	height: auto;
}
.header-sektion .VueCarousel-navigation .VueCarousel-navigation-prev {
   left: 30px;
    top: 160px;
}
.header-sektion .VueCarousel-navigation .VueCarousel-navigation-next {
    right: 30px;
	 top: 160px;
}
.VueCarousel-navigation-button:focus {
	outline: 0px!important;
}
.kategorie-title {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
	float: left;
}
.kategorie-link {
	font-size: 13px;
    float: right;
	text-transform: uppercase;
    padding-right: 25px;
	color: #7d7d7d;
}
.kategorie section.VueCarousel {
    margin: 10px 0px;
}
.kategorie section.VueCarousel {
    margin: 10px 0px;
}
.kategorie > div {
	margin-top:20px;
}
.VueCarousel-wrapper {
    overflow: visible!important;
}

.kategorie .VueCarousel-navigation .VueCarousel-navigation-prev {
   left: -4px;
       padding: 5px!important;
}
.kategorie .VueCarousel-navigation .VueCarousel-navigation-next {
    right: 19px;
        padding: 5px!important;
}
.kategorie .VueCarousel-navigation img {
	width: 7px;
}


.VueCarousel-navigation .VueCarousel-navigation--disabled {
	display:none;
}


.kachel-carousel button.owl-next {
	position: absolute;
	right: 0px;
	top: 3px;
	bottom: 5px;
	margin: 0!important;
	width: 25px;
		background: rgba(255, 255, 255, 0.5)!important;
	}

	.kachel-carousel .owl-nav button.owl-next:hover {
	background: rgba(255, 255, 255, 0.5)!important;
	}

.kachel-carousel button.owl-prev {
		position: absolute;
		left: -25px;
		top: 3px;
		bottom: 5px;
		margin: 0!important;
		width: 25px;
	background: rgba(255, 255, 255, 0.5)!important;
	}

		.kachel-carousel .owl-nav button.owl-prev:hover {
		background: rgba(255, 255, 255, 0.5)!important;
		}

.kachel-carousel button:focus {outline:0;}

.kachel-carousel button.owl-next > img,
.kachel-carousel button.owl-prev > img {
	width: 7px;
}

.kachel-carousel .owl-nav button:focus {
	outline:0;
}
.kachel-carousel .owl-nav button.disabled {
opacity:0;
}
.kachel-carousel .owl-stage-outer {
    overflow: inherit!important;
}

/*Kategorie Seite*/
.kategorie-seite {
	overflow: auto;
	margin-top: 20px;
}
.kachel-grid {
    display: inline-block;
    vertical-align: middle;
}
.kachel-grid .kachel-con {
    width: 250px;
	display: block;
	margin: 10px 0px;
}

.kachel-grid .kachel-con.disabled,
.kachel-carousel .kachel-con.disabled {
	    opacity: 0.5;
}


/*Zertifikate Seite*/
.zertifikate-sektion {
    padding-left: 25px;
	overflow: auto;
	margin-top: 70px;
}
.zertifikate-sektion .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    float: left;
	    clear: both;
}
.zertifikate-grid {
	width: 249px;
	height:195px;
	float: left;
	position: relative;
}

.zertifikate-grid.empty > div {
    width: 100%;
    height: 165px;
    max-width: 225px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #e6e6e6;
		width: 225px;
    height: 169px;
}
.zertifikate-grid .certs-link {
	margin: 10px 0px;
	 position: relative;
	     display: block;
			     height: 100%;
					 width: 225px;
							height: 169px;
	background: #e6e6e6;
}
.zertifikate-grid .certs-link.last {
    width: 224px!important;
}
.zertifikate-grid .certs-link:focus {
	outline: 0px;
}
.zertifikate-grid img {
    width: 100%;
	height: auto;
	max-width: 225px;
    margin-bottom: 5px;
    position: relative;
}
.zertifikate-grid a > div.cert-img {
	width: 100%;
    height: 169px;
    background-size: contain;
    background-repeat: no-repeat;
		background-position: center center;
}
.zertifikate-grid  img.expired.type-icon{
	position: absolute;
	top: 75px;
	left: 92px;
	width: 40px;
	height: auto;
	z-index: 1;
	cursor:pointer;
}

.zertifikate-grid  span.warnung {
    width: auto;
    position: absolute;
    right: 40px;
		top: 27px;
cursor: pointer;
    padding: 1px 8px 1px 8px;
    text-align: center;
    line-height: 17px;
    color: #fff;
    font-size: 14px;
    background: #ff1201;
    border-radius: 100%;
    /* display: none; */
    z-index: 1;
}


/*Inhalt*/
div.inhalt  {
	 font-size: 11px;
}
div.inhalt .header-img  {
	position: relative;
}
div.inhalt .header-img img.type-icon  {
	position: absolute;
    top: 30%;
    left: 44%;
    height: 120px;
	width:auto;
		overflow:hidden;
}
div.inhalt .icon-link {
	cursor:pointer;
	    height: 0;
			height: 0;
background: none;
}
div.inhalt .header-img img.type-icon.pdf  {
	left: 46%;
}
div.inhalt .col-6 > div {
	height: 100%;
}
div.inhalt .container {
	padding: 25px;
padding-bottom: 10px;
}
div.inhalt .container .row > div > div {
    background: #f5f5f5;
    padding: 20px;
		    border-radius: 8px;
}

div.inhalt .container .row > div > div.btn_container {
	background: rgba(245, 245, 245, 0);
padding: 0;
}

div.inhalt .container .row > div > div.feedback {
        height: 225px;
    margin-bottom: 15px;
}

div.inhalt .header-img img {
	width:100%;
	height: auto;
}
div.inhalt div.tech-con div.detail-info:nth-child(2) {
	margin-top:-8px;

}
div.inhalt div.tech-con div.detail-info:last-of-type {
	 border-bottom: 0px!important;

}
div.inhalt div.detail-info {
    font-size: 11px;
    padding: 8px 0px;
	    min-height: 51px;
    border-bottom: 1px solid #ccc;
}
div.inhalt div.detail-info .title-small  {
	text-transform: uppercase;
}

div.inhalt .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px;
}
div.inhalt .sub-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
	margin-top: -15px;
	    word-wrap: break-word;
}
div.inhalt .title-small {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 2px;
}

div.inhalt .desc-header {
	font-size: 10px;
	font-weight: 500;
    text-transform: uppercase;
}
div.inhalt .desc {
	 font-size: 11px;
	 white-space: pre-line;
}

div.inhalt .inhalt.btn,
div.inhalt .user-upload.btn
 {
	width:100%;
}
div.inhalt .user-upload.btn {
	margin-bottom: 8px;
}
div.inhalt .inhalt.btn.disabled {
	background-color: #cccccc!important;
    color: #fff!important;
}
div.inhalt .inhalt.btn.certs-link img.icon_haken {
	padding-left: 3px;
    padding-bottom: 3px;
}
div.inhalt .btn_container.half{
	display:inline-block;
	width:190px;
}
div.inhalt  a.next-inhalt {
	display:inline-block;
}
div.inhalt  a.next-inhalt.disabled {
	opacity: 0.5;
  cursor: initial;
}
div.inhalt .modal .modal-dialog  {
	font-size: 1rem;
}

/*Kurs*/
div.inhalt.kurs .container {
    background: #f5f5f5;
}
div.inhalt.kurs .container.inhalte {
    background: #fff;
	overflow: auto;
	padding-bottom: 0;
	overflow-x: hidden;
}
div.inhalt.kurs div.desc {
	background: #fff!important;
    margin-top: -20px;
    border-radius: 10px;
}
div.inhalt.kurs div.button-con {
	align-self: flex-end;
	padding: 0!important;
}
.button-con {
	width:100%;
}
.button-con .btn {
	display: block;
}
.button-con .btn-primary,
.button-con button.btn-secondary {
    margin: 9px 0px;
}
.button-con button.btn-secondary.last-btn {
    margin: 0px;
}
.button-con button.btn-secondary:disabled,
.button-con button.btn-secondary[disabled]{
  background-color: #cccccc;
}

div.inhalt.kurs a.points {
	background-color: #fff;
	margin: 9px 0px;
	border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 25px;
    border: 0px;
	text-align: center;
	display: block;
}

div.inhalt.kurs  div.loader,
div.single.inhalt  div.loader,
div.training  div.loader.full-width-height-loade,
div.freigabe-zertifikate div.loader  {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(55, 55, 55, 0.79);
	border-radius: 10px;
	padding-top: 200px;
	color: #fff;
	 z-index: 999;
}
div.single.inhalt  div.loader {
	z-index: 9999;
}
div.inhalt.kurs  div.loader  .vue-simple-spinner-text,
div.single.inhalt  div.loader .vue-simple-spinner-text,
div.training  div.loader.full-width-height-loader .vue-simple-spinner-text,
div.freigabe-zertifikate div.loader .vue-simple-spinner-text {
	color:#fff!important;
}
div.inhalt.kurs  div.loader  .vue-simple-spinner,
div.single.inhalt  div.loader  .vue-simple-spinner,
div.training  div.loader.full-width-height-loader  .vue-simple-spinner,
div.freigabe-zertifikate div.loader .vue-simple-spinner {
    border-color: rgb(255, 255, 255) rgb(238, 238, 238) rgb(68, 68, 68)!important;
	}

/*Kachel Layout*/
.kategorie-sektion {
	padding-left:25px;
}

.VueCarousel-slide a.kachel_link {
	width:225px;
	    height: 185px;
			display:block;
}

div.kachel {
	background: #e6e6e6;
    border-radius: 10px;
	width:225px;
	 /*   height: 185px;*/
	margin-bottom: 5px;
	margin-top: 3px;
	position:relative;
	    overflow: hidden;
}
a:hover div.kachel{
	    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.39);
}
div.kachel img {
	width:100%;
	height: auto;
	border-radius: 10px 10px 0px 0px;
}
div.kachel img.type-icon {
	 max-height: 36px;
    width: auto;
    position: absolute;
    left: 10px;
    top: 10px;
	border-radius:0px;
}
div.kachel.url img.type-icon {
	 max-height: 35px;
 }
 div.kachel span.is_mandatory {
	 height: 14px;
	 background-color: #0087eb;
	 padding: 0px 0px;
	 position: absolute;
	 margin-top: -1px;
	 border-radius: 3px;
 }
  div.kachel span.is_mandatory svg {
		display: block;
		width: 14px;
		height: 14px;
	}
	.inhalt .title span.is_mandatory  {
		color: #fff;
		display: inline-block;
		  border-radius: 4px;
		 padding: 0px 7px;
		 padding-left: 23px;
		 padding-top: 1px;
		 margin-right: 2px;
		 position: relative;
	}
	.inhalt .title span.is_mandatory  svg{
		height: 18px;
		    width: 18px;
		    position: absolute;
		    left: 3px;
	}

span.is_mandatory svg .a, span.is_mandatory .c, span.is_mandatory .d{fill:none;}
 span.is_mandatory .b{clip-path:url(#a);}
 span.is_mandatory .c, span.is_mandatory .d{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}
 span.is_mandatory .c{stroke-width:0.8px;}
 span.is_mandatory .d{stroke-width:0.8px;}

 .inhalt .title span.is_mandatory  svg  .c {
	 stroke-width: 1px;
 }
 .inhalt .title span.is_mandatory  svg .d {
			 stroke-width: 1px;
 }

div.kachel span.empty {
	width: auto;
	position: absolute;
	right: 10px;
	top: 10px;
	/* padding: 3px 8px 1px 9px; */
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	background: #ff1201;
	border-radius: 100%;
	width: 21px;
	height: 21px;
	/* font-weight: 500; */
}
div.kachel span.new {
	height:21px;
	width:21px;
	width: auto;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px 1px 1px 2px;
	text-align: center;
	line-height: 0px;
	color: #fff;
	font-size: 10px;
	border-radius: 100%;
	background: #28a745;
}

div.kachel span.finished {
	height: 21px;
	width: 21px;
	width: 21px;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px 1px 1px 2px;
	text-align: center;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	border-radius: 100%;
	background: #28a745;
}
div.kachel span.finished svg{
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2px;
	width: 12px;
	height: auto;
	position: relative;
	top: 1px;
	left: 0px;
}

div.kachel  img.seminaricon {
	height:21px;
	width:21px;
	width: auto;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #8cc801;
    border-radius: 100%;
}
div.kachel span.update {
	padding: 1px 1px 1px 2px;
	line-height: 17px;
}
div.kachel span.new img{
	width:18px;
  border-radius:  0px;
	position: relative;
    top: 4px;
		    display: inline-block;
}
div.kachel span.update img {
	top: -1px;
}
div.kachel span.new.updateandnew {
	height: 21px;
width: 21px!important;
    padding: 2px 1px 1px 0px;
}
div.kachel span.new.updateandnew img{
	width: 22px;
	top:-2px;
}

div.kachel .content-box {
    padding: 8px;
	min-height: auto;
	position: relative;
	word-wrap: break-word;
}
div.kachel .content-box .fortschritt,
div.kachel .content-box .fortschritt-offen  {
	text-indent: 0;
	font-size: 0;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	height: 8px;
}
div.kachel .content-box .fortschritt-offen  {
	background: #ffffff;
	opacity: 0.75;
}

div.kachel .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 2px;
	  color: #000!important;
	  max-height: 16px;
	  overflow: hidden;
}
div.kachel.mandatory .title {
		padding-left: 17px;
}
div.kachel .sub {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
	  color: #000;
		max-height: 40px;
		overflow: hidden;
}
.VueCarousel-slide {
    max-width: 250px!important;
}

/*Training*/
div.training .container {
    padding: 25px;
}
div.training .title {
	color: #f08617;
	font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
}
div.training  .sub-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
div.training .desc {
    font-size: 14px;
	margin-bottom: 20px;
}
div.training  div.intro,
div.training  div.result {
    height: 718px;
    padding-top: 305px;
    background-size: cover;
    margin: -25px;
    margin-bottom: -45px;
		position:relative;

}
div.training  div.intro .color-overlay,
div.training  div.result .color-overlay {
	position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: black;
   opacity: 0.4;
	 border-radius: 0px;
    padding: 0;
}
div.training  div.intro > div,
div.training  div.result > div {
	width: 650px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
	border-radius: 10px;
	position: relative;
}
div.training  div.result > div {
position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
	}

div.training  div.result div.loader {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff78;
    border-radius: 10px;
    padding-top: 130px;
}
div.training  div.intro button {
	width: 280px;
    float: right;
}
div.training  div.fragen div.anzahl {
    text-align: right;
    font-size: 10px;
    font-weight: 500;
    color: #adadad;
}
div.training  div.fragen .progress {
    height: 5px;
    background-color: #e9ecef;
    border-radius: 0px;
}
div.training  div.fragen .progress-bar {
	background-color: #777777;
}
div.training div.fragen .frage {
    font-size: 24px;
    line-height: 30px;
    margin: 80px 0px;
    text-align: center;
}
div.training div.fragen div.antwort-con  {
	 margin-bottom: 20px;
}
div.training div.fragen .antwort {
	background: #e6e6e6;
    margin-bottom: 8px;
    padding: 10px 45px;
    border-radius: 4px;
	cursor:pointer;
	position:relative;
}
div.training div.fragen .antwort:hover {
	background:#ccc;
}
div.training div.fragen .antwort.active:before {
	content: ".";
    width: 20px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0px;
    position: absolute;
    left: 13px;
    top: 13px;
}
div.training div.fragen button.btn.btn-secondary {
	width: 160px;
}
div.training div.fragen button.weiter_btn {
	float: right;
}

div.training div.fragen a.image {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
  margin-bottom: -30px;
}

div.training div.fragen a.image img {
    max-width: 225px;
}

div.training div.fragen .antwort-con .hinweis {
    font-size: 12px;
    color: #565656;
    margin-top: 10px;
    margin-bottom: -10px;
}

div.training  div.result .auswertung {
	margin-bottom: 22px;
}

div.training  div.result .auswertung .answer {
    display: inline-block;
	text-align: center;
    margin-right: 8px;
	width: 38px;
	cursor:pointer;
	    margin-bottom: 8px;
}
div.training  div.result .auswertung .answer .nr {
      padding: 6px 8px;
	 background:#fa8c1e;
	 color: #fff;
    border-radius: 5px 5px 0px 0px;
}
div.training  div.result .auswertung .answer .icon {
    padding: 6px 8px;
	 background:#e6e6e6;
	  border-radius:  0px  0px 5px 5px;
}
div.training  div.result a.btn.btn-secondary.zurueck {
    width: 270px;
}
div.training  button.btn.btn-secondary.show_zertifikate {
    width: 270px;
	float: right;
}

div.training .fragen  .borderbottom {
    border-bottom: 15px solid #0078dc;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
}

/*Zertifikat COntainer*/
.zertifikat_img_con {
	position:fixed;
	width: 2048px;
	height: 1536px;
	left:99999px;
	z-index: 11;
}
.inhalt.kurs .zertifikat_img_con {
	    display: none;
}
.zertifikat_img_con .inhalt {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	position: absolute;
	left: 205px;
	right: 190px;
	top: 620px;
	font-size: 42px;
	font-weight: 300;
}
.zertifikat_img_con .inhalt .name {
	font-family: 'Open Sans', sans-serif;
	font-size: 56px;
	font-weight:bold;
	text-transform: uppercase;
	    margin-bottom: 5px;
}
.preview_cert {
	position:absolute;
	left:99999px;
}

/*Lity*/
.lity {
	    background: rgba(0, 0, 0, 0.56);
}
.lity-content:after {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.27);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.27);
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 1100px;
}

.lity-iframe-container  {
	min-height: 697px;
}

.lity-wrap.frage_erklaerung iframe {
	    background: #fff;
}

.lity-close {
	right: -30px;
	position: absolute;
	top: -5px!important;
	}

	.lity-container button.download-cert {
		text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 20px;
		right: -30px;
		position: absolute;
		top: 35px!important;
		border: 0;
    background: none;
    outline: none;
		cursor:pointer;
		    width: 35px;
		}

	.video-js {
		width:100%;
		max-width: 960px;
	}

	body.zoom .video-js {
		width:100%;
		max-width: 100%;
		height:90vh;
	}

	.video-js .vjs-big-play-button {
		top: calc(50% - 10px);
    left: calc(50% - 45px);
	}

	.vjs-menu li {
		text-transform: initial;
	}

	.vjs-subs-caps-button .vjs-menu {
		width: 12em;
		left: -4em;
	}
	.vjs-subs-caps-button .vjs-menu .vjs-menu-content {
		max-height: 40em;
	}
	.vjs-subs-caps-button .vjs-menu .vjs-menu-content li.vjs-menu-item {
		font-size: 1.4em;
    text-align: left;
    padding-left: 7px;
	}

/*popup und kommentieren*/
.btn-bewerten {
	width: 100%;
    background: #fff;
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.btn-bewerten:focus {
	box-shadow: none;
}
.btn-bewerten .vue-star-rating {
    margin: 0 auto;
}
.btn-kommentieren {
	width: 100%;
}
.lity-content .popup {
	padding:20px;
	width: 400px;
	    border-radius: 8px;
}
.lity-content .popup textarea {
	width:100%;
	margin: 20px 0px;
}
.modal-dialog .modal-body textarea {
	width:100%;
	margin-top:20px;
}
.btn-popup-abbrechen {
	margin-right:15px;
}
.btn-popup-abbrechen, .btn-popup-speichern {
	width: 170px;
    display: inline-block;
}
div#passwortaendern .passwort-must-change {
	display:none;
}
.lity-content .popup .vue-star-rating {
	margin: 20px auto;
}
span.vue-star-rating-star {
	padding:0px 5px;
}
.btn-kommentieren.disabled {
	background-color: #cccccc;
	color:#fff!important;
}
.lity-content .popup div.text,
.modal .modal-dialog .modal-body div.text {
	padding: 20px 0px;
    font-size: 13px;
}
.bewertung-favoriten-container .btn-bewerten {
	display: inline-block;
	width: 42px;
	overflow: hidden;
	margin-right: 16px;
	padding: 1px 12px;
	height: 28px;
	position: relative;
	line-height: 20px;
	border-radius: 3px;
	padding-left: 9px;
}
.bewertung-favoriten-container .btn-bewerten.active {
	padding-left: 15px;
}

.bewertung-favoriten-container .btn-bewerten .bewertung {
	position: absolute;
	left: 8px;
	top: 4px;
}

.bewertung-favoriten-container a.btn.btn-favorit.btn-secondary {
	  width: 119px;
		margin-top: 10px;
		margin-bottom: 15px;
		color: #fff;
}
.bewertung-favoriten-container a.btn.btn-favorit.btn-secondary span.check img {
	height: 10px;
width: auto;
position: relative;
top: -2px;
margin-left: 10px;
}


/*Profil*/
.profil-container {
    position: absolute;
    right: 0;
    top: 50px;
    background: #e6e6e6;
    height: 280px;
		height:auto;
    z-index: 999;
    width: 305px;
    padding: 15px;
    border-radius: 8px 0px 8px 8px;
	color: #000;
    font-size: 13px;
		    box-shadow: -2px 4px 6px 0px rgb(0 0 0 / 15%);
}
.profil-container.extended {
	  width: 350px;
}
.profil-container .con {
	position:relative;
	margin-top:10px;
}
.profil-container .con.punkte-con {
	position: relative;
	margin-top: 0px;
	margin-bottom: 18px;
}
.profil-container .con.punkte-con.hide-point-sum .btn.einloesen {
	position: relative;
	    bottom: 0;
	    width: 100%;
}
.profil-container .sub-con {
    padding: 14px 0px;

}
.profil-container .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px;
}
.profil-container  button.btn {
	padding: 2px 25px;
    color: #fff;
}
.profil-container  button.btn.schliessen {
	position: absolute;
    right: 0;
	width:105px;
}
.profil-container  button.btn.einloesen,
.profil-container  a.btn.einloesen  {
	padding: 2px 25px;
	position: absolute;
    right: 0;
	bottom:14px;
	width:148px;
	    text-transform: initial;
			color: #fff!important;
}
.header .profil-container a.btn.btn-passwortaendern {
	padding: 2px 25px;
  color: #fff!important;
	margin-top:10px;
	text-transform: initial;
}
.lang_select {
	cursor: pointer;
}
.lang_select.active {
	font-weight:bold;
}
.header .profil-container b.label {
	display:inline-block;
	 width: 58px;
	text-transform: uppercase;
}
/*Suche*/
span.navbar-text.search {
	padding: 13px 16px;
	cursor: pointer;
height: 100%;
}
span.navbar-text.search.active {
    background: #e6e6e6;
}
.suche-container {
    position: absolute;
    right: 0;
    top: 50px;
    background: #e6e6e6;
    height: 300px;
    z-index: 9999;
    width: 500px;
    padding: 15px;
    border-radius: 8px 0px 8px 8px;
		    box-shadow: -2px 4px 6px 0px rgb(0 0 0 / 15%);
}
.suche-container input {
	border: 0px;
    padding: 2px 5px;
	width: 343px;
	margin-right: 10px;
}
.suche-container button.btn.abbrechen {
	padding: 2px 25px;
	color: #fff;
}
.suche-container .ergebnisse {
    overflow: hidden;
    height: 225px;
    overflow-y: auto;
    margin-top: 15px;
}
.suche-container .ergebnis {
	background:#fff;
	margin-bottom:5px;
	    overflow: auto;
    display: block;
}
.suche-container .ergebnis a {
	margin-bottom: 0;
}
.suche-container .ergebnis .thumb {
    width: 92px;
    float: left;
}
.suche-container .ergebnis .thumb img {
    width: 100%;
    height: auto;
}
.suche-container .ergebnis .text {
    display: inline-block;
    width: 360px;
    height: 45px;
    overflow: hidden;
    float: left;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: initial;
    overflow: hidden;
}
.suche-container .ergebnis .text .title {
    font-weight: bold;
}

/*Passwort ändern*/
form.passworaendernform .form-control {
	    margin: 4px 0px;
			font-size: 15px;
}
form.passworaendernform .btn-con {
	margin: 10px 0px;;
}


/*News Layout*/
.news-seite .container.inhalte {
    background: #fff;
    overflow: auto;
    padding-bottom: 0;
		padding: 25px;
		padding-right:0px;
}
.news-seite  div.kachel span.empty {
	display: none;
}
.news-seite  .kachel-grid .kachel-con {
    width: 332px;
}

.news-seite  div.kachel {
	width: 310px;
}
.news-seite div.kachel .content-box {
    position: relative;
    background: #e6e6e6;
    top: 0px;
		left: 0;
		right: 0;
}
.news-seite .container.news-header img {
	width:100%;
height:auto;
}
.news-seite .kachel.news .content-box .fortschritt,
.news-seite .kachel.news .content-box .fortschritt-offen {
	display:none;
}
/*.news-seite .container.news-header {
		height: 130px;
	background: #929090;
	color: #fff;
	text-align: center;
	padding-top: 45px;
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 1px;
}*/

/*Single-News*/
.single-news .container.news-header img {
	width:100%;
}
.single-news .container.inhalt {
    background: #fff;
    overflow: auto;
    padding-bottom: 0;
        padding: 40px 40px;
		font-size:14px;
}
.single-news .container.inhalt .left {
	padding-right:50px;
}
.single-news .container.inhalt .right {
	padding-left:40px;
}
.single-news .container.inhalt .desc  {
    		font-size:14px;
}

.single-news .container.inhalt  .sub-title {
	margin-bottom: 15px;
margin-top: -5px;
}

.single-news .container.inhalt .meta{
	margin-bottom: 15px;
}

.single-news a {
	    color: #007bff;
			text-decoration: underline;
}
.single-news a:hover {
	    color: #0056b3;
}

/*Zoom Funktion*/
.zoom-container {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index:9999999;
}
.zoom-container i {
	font-size:20px;
	cursor:pointer;
	padding:15px;
}

/*Upload Profilbild*/
.sub-con.profilbildupload {
	text-align:center;
}

.sub-con.profilbildupload img {
	    border-radius: 100%;
			max-width:100px
}

.sub-con.profilbildupload .empty_profilbild {
	width:100px;
	height:100px;
	background:#fff;
	 border-radius: 100%;
	margin: 0 auto;
	    border: 2px solid #fff;
}

.empty_profilbild_mini {
	position: absolute;top:10px;
	display: inline-block;
	height: 30px
	;width: 30px;
	border-radius:100%;
	background-size: cover;
	 margin: 0 auto;
	 background-position: center center;
}

#cropimage input#uploadprofilbild {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
#cropimage label.btn.uploadprofilbildlabel {
	background-color: #8CC800;
	color: #fff;
	border-radius: 3px;
font-size: 12px;
font-weight: 600;
padding: 5px 25px;
border: 0px;
width: 170px;
    margin: 0;
display: inline-block;
}
#cropimage label.btn.uploadprofilbildlabel span {
	font-weight: 600;
	display: block;
}
.cropper {
	max-height: 600px;
	background: #DDD;
}


/*Fix for ß */
span.no-uppercase {
    text-transform: none!important;
}


/*Philips Punktesystem*/
.extended_points_con .point_box {
	background-size: cover;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
	margin-top:15px;
}
.extended_points_con .point_box .title {
	color: #000;
    font-size: 20px;
    text-transform: initial;
		margin: 0;
}
.extended_points_con .point_box .points {
	font-size: 20px;
font-weight: 300;
}
.extended_points_con .point_box .points_status_con {
	background: #fff;
padding: 11px 5px;
border-radius: 4px;
margin-top: 14px;
}
.extended_points_con .point_box .points_status_con .point {
	width: 18px;
	    height: 12px;
	    margin: 0px 3px;
	    display: inline-block;
	    background: #cfd6e0;
	    border-radius: 4px;
}
.extended_points_con .point_box .points_status_con .point.active {
	 background: #5b8f21;
}
.extended_points_con .point_box .points_status_con .info {
	font-size: 11px;
}

.extended_points_con .btn.pointdetails {
	margin-top:15px;
}

.extended_points_con a.btn.pointdetails {
    padding: 2px 25px;
    color: #fff!important;
    margin-top: 10px;
    text-transform: initial;
}

div#extended_points_popup {
	background-color: #f5f5f5;
	color: #000;
	max-width: 350px;
}

div#extended_points_popup .title {
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 5px;
	color: #0b5ed7;
}

 div#extended_points_popup .punkte_info {
	 text-align: center;
	 border-bottom: 1px solid #0b5ed7;
	 border-top: 1px solid #0b5ed7;
	 font-weight: bold;
	 padding: 6px;
	 margin-top: 30px;
	 font-size: 14px;
}

div#extended_points_popup  .toggle_con {
	margin-top:25px;
}

 div#extended_points_popup .toggle_btn {
	 padding: 4px 25px;
	 color: #fff!important;
	 margin-top: 10px;
	 text-transform: initial;
	 background: #0b5ed7;
	 font-size: 12px;
	 border-radius: 3px;
	 font-weight: 600;
	 text-align: left;
	 position: relative;
	 cursor:pointer;
 }
 div#extended_points_popup .toggle_btn .points {
	position: absolute;
	right: 40px;
	top: 4px;
 }
 div#extended_points_popup .toggle_btn i {
	 position: absolute;
	 right: 10px;
	 top: 6px;
 }

  div#extended_points_popup .toggle_content .detail_box {
		background: #fff;
		margin-top: 10px;
		border-radius: 3px;
		padding: 8px;
		font-size: 12px;
	}

	div#extended_points_popup .toggle_content .detail_box .left {
		    display: inline-block;
		width:74%;
	}

	div#extended_points_popup .toggle_content .detail_box .right {
		    display: inline-block;
		width:24%;
		text-align:right;
	}
	div#extended_points_popup .punkte_info .left,
	div#extended_points_popup .punkte_info .right {
		display:inline-block;
		width: 49%;
	}
	div#extended_points_popup .punkte_info .left {
		text-align: right;
		    padding-right: 5px;
	}
	div#extended_points_popup .punkte_info .right {
		text-align: left;
	}

	/*WBT LIGHTBOX RESPSONSIVE*/
	.lity-wrap.zip_content  .lity-container {
			max-width: calc(100% - 60px)!important;
	}
	.lity-wrap.zip_content  .lity-container .lity-iframe-container {
			min-height: calc(100vh - 60px)!important;
			height: calc(100vh - 60px)!important;
			padding-top:0px!important;
	}
	.lity-wrap.zip_content  .lity-container iframe {
		position: relative;
		top: inherit;
    left: inherit;
		z-index:999999999999;
	}
	.lity-wrap.zip_content  .lity-container {
		top: 15px;
	}
	.lity-wrap.zip_content button.lity-close,
	.lity-wrap.zip_content button.lity-close:hover {
		background: #fff;
		width: 200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		top: -38px!important;
		font-size: 16px;
		font-weight: bold;
		color: #000;
		border-radius: 5px;
		text-shadow: none;
		    font-family: inherit!important;
	}
		.lity-wrap.zip_content button.lity-close i {
			z-index: -1;
			position: relative;
		}
	.lity-wrap.zip_content .lity-close-x {
		color: #fff;
		position: absolute;
		top: -22px;
    right: -22px;
		cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial,Baskerville,monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	}

	/*Moodal Boostsrap*/
	.modal-dialog .modal-body .title {
		margin-bottom: 0px;
    font-size: 16px;
    text-transform: initial !important;
		font-weight: 400;
	}

	/*Explanation Topbar in Popup*/
	.lity-wrap.frage_erklaerung .explanation_top_bar {
		height: 50px;
		text-align: center;
	}
	.lity-wrap.frage_erklaerung button.lity-close {
		right: 6px;
    top: 8px!important;
	}

	/*SEMINARE*/
	.seminarthemen-seite .container.inhalte {
    background: #fff;
    overflow: auto;
    padding: 25px 25px;
		padding-bottom: 0;
    padding-right: 0px;
	}
	.seminarthemen-seite  .container.seminarthemen-header {
		padding:25px;
		background-size: cover;
		background-position: center center;
		height: 150px;
		position: relative;
	}
	.seminarthemen-seite .seminarthemen-header div.row > div.col-lg-9 {
		    padding: 0px 40px;
	}
	.seminarthemen-seite .seminarthemen-header .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px;
		margin-top: 20px;
		color: #fff;
	}
	.seminarthemen-seite .seminarthemen-header .sub-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
		margin-top: -15px;
			color: #fff;
	}
	.seminarthemen-seite .seminarthemen-header .desc {
		font-size: 11px;
		white-space: pre-line;
		color: #fff;
    max-height: 104px;
    overflow: auto;

	}
	.seminarthemen-seite .button-con button {
		width: 205px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 5px 0px;
	}
	.seminarthemen-seite .button-con button.btn-secondary[disabled] {
		opacity: 1;
	}
	.seminarthemen-seite .kachel div.img {
		background-position: 50% 50%;
	}
	.seminarthemen-seite div.kachel .title {
		max-height: 24px!important;

	}
	.popover-seminarthema-filter {
		border:none;
		font-size:15px;
		opacity: 1;
	}
	.popover-seminarthema-filter .wrapper .tooltip-inner.popover-inner {
		width: 240px;
		max-width: 240px;
		background: #0087f7;
		box-shadow: none;
		color: #fff;
		padding: 10px;
padding-bottom: 15px;
	}
	.popover-seminarthema-filter  .wrapper .popover-arrow {
		    border-color: #0087f7!important;
	}
	.popover-seminarthema-filter .wrapper select {
		width: 100%;
margin-top: 10px;
	}
	.seminar-kachel div.kachel .content-box .fortschritt {
		display:none;
	}

	.kachel-grid.pflicht .seminar-kachel .content-box {
		background: #d7ecff;
	}
	div.single.seminar .container {
		padding: 25px;
	padding-bottom: 5px;
	}
	div.single.seminar div.img-con > div {
		  height: 300px;
		  border-radius: 8px;
		  background-size: cover;
			background-position: 50%;
	}
	div.single.seminar div.info-con > div,
	div.single.seminar div.desc-con > div,
	div.single.seminar div.details-con > div,
	div.single.seminar div.trainer-con > div {
			height: 300px;
			border-radius: 8px;
			background: #f5f5f5;
			padding: 20px;
    overflow: auto;
	}

	div.single.seminar.pflicht div.info-con > div,
	div.single.seminar.pflicht div.desc-con > div,
	div.single.seminar.pflicht div.details-con > div,
	div.single.seminar.pflicht div.trainer-con > div {
		Background: #CCEAFF;
	}
	div.single.seminar div.details-con > div,
	div.single.seminar div.trainer-con > div {
			 height:180px;
	}
	div.single.seminar div.inhalt div.info-con .title {
	    margin-bottom: 5px;
	}
	div.single.seminar div.inhalt div.info-con .desc {
	    margin-bottom: 20px;
	}
	div.single.seminar div.inhalt div.info-con .desc ul {
		    padding-inline-start: 12px;
				    white-space: normal;
	}

	div.single.seminar div.details-con > div div.left {
		width:45%;
		display: inline-block;
	}
	div.single.seminar div.details-con > div div.right{
		width:50%;
		display: inline-block;
	}
	div.single.seminar .btn {
		margin-top:12px;
	}

	div.single.seminar .trainer-list .trainer {
		position:relative;
		margin-bottom:10px;
		cursor:pointer;
	}
	div.single.seminar .trainer-list .trainer i {
		position: absolute;
    right: 0;
		top: -1px;
    font-size: 18px;
    color: #8cc800;
 }
	div#termin-ort-modal .termin-liste {
		margin-top:10px;
	}
	div#termin-ort-modal .termin-liste .termin-select {
		font-size: 14px;
		padding: 5px 10px 5px 35px;
		background: rgb(0 0 0 / 23%);
		border-radius: 3px;
		margin-bottom: 4px;
		cursor: pointer;
		position:relative;
		display: flex;
		justify-content: space-between;
	}
	div#termin-ort-modal .termin-liste .termin-select .icon {
			position:absolute;
			left:10px;
			border-radius: 100%;
			width: 21px;
			height: 21px;
	}
	div#termin-ort-modal .termin-liste .termin-select .icon img {
		display: block;
	}
	div#termin-ort-modal .termin-liste .termin-select .zeit {
		max-width: 85px;
    text-align: right;
	}
	div#termin-ort-modal .termin-liste .termin-select.selected {
		    background-color: #8CC800;
	}
	div#termin-ort-modal .termin-liste .termin-select.cancelled {
		cursor: not-allowed;
		text-decoration: line-through;
		background: rgb(255 255 255 / 22%);
	}
	div#trainer-profil-modal .modal-content {
	    background-color: #FFF;
	    color: #000;
			    font-size: 11px;
	}
		div#trainer-profil-modal .modal-content hr {
			border-color: #0094FF;
		}
	div#trainer-profil-modal .modal-content .title {
	    font-weight: 700;
	    text-transform: uppercase;
	    font-size: 13px;
	    margin-bottom: 15px;
			color: #0094FF;
	}
	div#trainer-profil-modal .modal-content .profilbild {
		margin: 0 auto;
    border-radius: 100%;
    display: block;
    margin-top: -30px;
	}
	div#material-modal .material-liste {
    margin-top: 10px;
	}
	div#material-modal .material-liste .material-select {
		font-size: 14px;
        padding: 6px 10px 6px 40px;
    background: rgb(0 0 0 / 23%);
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
	}
	div#material-modal .material-liste .material-select .icon {
		position: absolute;
		    left: 10px;
		    top: 6px;
		    width: 20px;
		    height: 20px;
		    background-size: contain;
		    background-repeat: no-repeat;
		    background-position: 50% 50%;
	}
	div#material-modal .material-liste .material-select .icon img {
		width: 17px;
    height: auto;
	}
	div#material-modal .material-liste .material-select .icon-right {
	    float: right;
	}
	div#material-modal .material-liste .material-select .icon-right i {
		font-size: 20px;
		    color: #8cc800;
		    background: #fff;
		    border-radius: 100%;
		    width: 15px;
		    line-height: 15px;
		    margin-top: 3px;

	}

	.modal .modal-dialog.iframe-pdf {
		max-width: 1100px;
		height: calc(100% - (1rem * 2));
	}
	.modal .modal-dialog.iframe-pdf  .modal-content {
    height: calc(100% - (1rem * 2));
	}
	.modal .modal-dialog.iframe-pdf .modal-content iframe {
		 position: absolute;
		 display: block;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		 -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
		 box-shadow: 0 0 8px rgba(0,0,0,0.6);
		 background: #000;
	}

	.modal .modal-dialog.iframe-wbt {
	    max-width: calc(100% - 60px)!important;
		height: calc(100% - (1rem * 2));
	}
	.modal .modal-dialog.iframe-wbt.feedback-iframe {
		max-width: 1024px!important;
	}
	.modal .modal-dialog.iframe-wbt  .modal-content {
		height: calc(100% - (1rem * 2));
	}
	.modal .modal-dialog.iframe-wbt .modal-content iframe {
		position: relative;
		z-index: 999999999999;
		 display: block;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
		     min-height: 87vh;
		 -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
		 box-shadow: 0 0 8px rgba(0,0,0,0.6);
		 background: #000;
	}
	.modal .modal-dialog.iframe-wbt.feedback-iframe .modal-content iframe {
		background: #fff;
	}
	.modal .modal-dialog.iframe-wbt  .modal-content .modal-body {
		padding: 0px;
	}

	.modal .modal-dialog.video-audio-player {
		max-height: 968px;
    max-width: 960px;
	}
	.modal .modal-dialog.video-audio-player  .modal-content .modal-body {
		padding: 0px;
	}

	.tooltip.popover-seminarthema-filter {
	  display: block !important;
	  z-index: 10000;
	}


	.tooltip.popover-seminarthema-filter .tooltip-arrow {
	  width: 0;
	  height: 0;
	  border-style: solid;
	  position: absolute;
	  margin: 5px;
	  border-color: black;
	}

	.tooltip.popover-seminarthema-filter[x-placement^="top"] {
	  margin-bottom: 5px;
	}

	.tooltip.popover-seminarthema-filter[x-placement^="top"] .tooltip-arrow {
	  border-width: 5px 5px 0 5px;
	  border-left-color: transparent !important;
	  border-right-color: transparent !important;
	  border-bottom-color: transparent !important;
	  bottom: -5px;
	  left: calc(50% - 5px);
	  margin-top: 0;
	  margin-bottom: 0;
	}

	.tooltip.popover-seminarthema-filter[x-placement^="bottom"] {
	  margin-top: 5px;
	}

	.tooltip.popover-seminarthema-filter[x-placement^="bottom"] .tooltip-arrow {
	  border-width: 0 5px 5px 5px;
	  border-left-color: transparent !important;
	  border-right-color: transparent !important;
	  border-top-color: transparent !important;
	  top: -5px;
	  left: calc(50% - 5px);
	  margin-top: 0;
	  margin-bottom: 0;
	}

	.tooltip.popover-seminarthema-filter[x-placement^="right"] {
	  margin-left: 5px;
	}

	.tooltip.popover-seminarthema-filter[x-placement^="right"] .tooltip-arrow {
	  border-width: 5px 5px 5px 0;
	  border-left-color: transparent !important;
	  border-top-color: transparent !important;
	  border-bottom-color: transparent !important;
	  left: -5px;
	  top: calc(50% - 5px);
	  margin-left: 0;
	  margin-right: 0;
	}

	.tooltip.popover-seminarthema-filter[x-placement^="left"] {
	  margin-right: 5px;
	}

	.tooltip.popover-seminarthema-filter[x-placement^="left"] .tooltip-arrow {
	  border-width: 5px 0 5px 5px;
	  border-top-color: transparent !important;
	  border-right-color: transparent !important;
	  border-bottom-color: transparent !important;
	  right: -5px;
	  top: calc(50% - 5px);
	  margin-left: 0;
	  margin-right: 0;
	}

	.tooltip.popover-seminarthema-filter[aria-hidden='true'] {
	  visibility: hidden;
	  opacity: 0;
	  transition: opacity .15s, visibility .15s;
	}

	.tooltip.popover-seminarthema-filter[aria-hidden='false'] {
	  visibility: visible;
	  opacity: 1;
	  transition: opacity .15s;
	}

/*Textbausteine Popup*/
div#text-baustein-popup {
        z-index: 99999999;
}
div#text-baustein-video-popup {
        z-index: 999999999;
}

/*Datenschutz Pflicht Popup*/
div#datenschutz-pflicht-popup {
    z-index: 999999999999;
}
div#datenschutz-pflicht-popup .modal-content {
	background-color: #ffffff;
    color: #191919;
}
div#datenschutz-pflicht-popup .modal-body {
	max-height: calc(100vh - 150px);
	overflow-y: auto;
}
div#datenschutz-pflicht-popup .modal-footer {
	border-top: 1px solid #bfbfbf;
    padding-top: 15px;
}
div#datenschutz-pflicht-popup .checkbox_con {
	display: inline-block;
	padding: 5px 5px;
}
div#datenschutz-pflicht-popup .checkbox_con input {
	cursor:pointer;
}
div#datenschutz-pflicht-popup .checkbox_con label {
	margin:0;
	cursor:pointer;
}
div#datenschutz-pflicht-popup .checkbox_con.error {
	border: 1px solid #dc3545;
}
div#datenschutz-pflicht-popup .modal-footer button.action:disabled {
	opacity:0.5;
}


/*Request Approval Kurs*/
.kurs .overlay_request_approval {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0 0 0 / 35%);
	z-index: 1;
}
.kurs .infobox_request_approval {
	position: absolute;
	padding: 15px;
	background: #CCC;
	color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	border-radius: 5px;
}
.kurs .infobox_request_approval > div {
	display: flex;
	align-items: flex-end;
	height: 100%;
	flex-wrap: wrap;
	font-size: 14px;
}
.kurs .infobox_request_approval > div button {
	margin-bottom: 0;
}

/*Timer - Zertifizierung*/
.timer .base-timer {
  position: relative;
  height: 74px;
  width: 74px;
	    margin: 0 auto;
			margin-top: 20px;
}
.timer  .base-timer__circle {
  fill: none;
  stroke: none;
}
.timer  .base-timer__path-elapsed {
  stroke-width: 10px;
  stroke: #fff;
}
.timer  .base-timer__label {
	position: absolute;
	width: 54px;
	 height: 54px;
	 top: 10px;
	left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border-radius: 100%;
	background: #B2B2B2;
	font-weight: bold;
	color: #fff;
}
.timer  .base-timer__path-remaining {
  /* Just as thick as the original ring */
  stroke-width: 10px;

  /* Rounds the line endings to create a seamless circle */
  stroke-linecap: round;

  /* Makes sure the animation starts at the top of the circle */
  transform: rotate(90deg);
  transform-origin: center;

  /* One second aligns with the speed of the countdown timer */
  transition: 1s linear all;

  /* Allows the ring to change color when the color value updates */
  stroke: #808080;
}

.timer  .base-timer__svg {
  /* Flips the svg and makes the animation to move left-to-right */
  transform: scaleX(-1);
}

/*FREIGABE ZERTIFIKATE*/
.freigabe-zertifikate-sektion .container.freigabe-zertifikate-header {
	padding: 40px;
	padding-bottom: 20px;
}
.freigabe-zertifikate-sektion .container.freigabe-zertifikate-content {
	padding: 40px;
	padding-top: 0px;
}

/*Lang Selector*/
.lang-selector-container {
	margin-bottom: 15px;
}
.lang-selector-container .btn.dropdown-toggle,
.mandant_select .btn.dropdown-toggle,
.frontend_language_select .btn.dropdown-toggle  {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	    border-radius: 0.25rem;
	    color: #495057;
	    font-size: 1rem;
	    font-weight: 400;
	    padding: 5px 10px;
    text-align: left;
		width: 223px;
		position: relative;
}
.lang-selector-container .btn.dropdown-toggle::after {
	position: absolute;
	right: 11px;
	top: 15px;
}
.lang-selector-container .btn.dropdown-toggle div,
.mandant_select .btn.dropdown-toggle div,
.frontend_language_select .btn.dropdown-toggle div {
	display: inline-block;
	    width: 50px;
	    margin-left: 6px;
}
.lang-selector-container .btn.dropdown-toggle div img {
	max-width: 22px;
	display: inline-block;
	margin-right: 1px;
	position: relative;
	top: -1px;
}
.lang-selector-container .dropdown-menu {
	padding: 0px;
}
.lang-selector-container .dropdown-item {
	padding: 5px 15px;
	    border-bottom: 1px solid #f2f2f2;
			cursor: pointer;
}
.lang-selector-container .dropdown-item:last-child {
	    border-bottom: 0px;
}
.lang-selector-container .dropdown-item img {
	max-width: 22px;
	/* padding-right: 20px; */
	margin-right: 5px;
	position: relative;
	top: -1px;
}

/*Lang Selector in Menu*/
.header .navbar span.navbar-text.sprache {
	  padding: 0px 16px;
}
div.header .lang-selector-container {
	margin: 0;
	    margin-top: 11px;
}
div.header .lang-selector-container .btn.dropdown-toggle,
div.header .lang-selector-container .dropdown-item,
.mandant_select  .btn.dropdown-toggle,
.mandant_select  .dropdown-item,
.frontend_language_select .btn.dropdown-toggle,
.frontend_language_select .dropdown-item   {
	font-size: 12px;
}
div.header .lang-selector-container .btn.dropdown-toggle,
.mandant_select .btn.dropdown-toggle,
.frontend_language_select .btn.dropdown-toggle {
	width: auto;
	padding: 4px 7px;
	padding-right: 18px;
	min-width: 141px;
}
div.header .lang-selector-container .dropdown-menu {
	     min-width: 141px;
}
div.header .lang-selector-container .dropdown-item {
	    padding: 5px 12px;
}
div.header .lang-selector-container .btn.dropdown-toggle::after {
	top: 12px;
	    right: 7px;
}

/*Mandant Select / Content Languagge Select*/
.mandant_select,
.frontend_language_select {
	margin-top: 10px;
}
.mandant_select .btn.dropdown-toggle,
.frontend_language_select .btn.dropdown-toggle {
	width: 100%;
	padding-left: 18px;
}
.lang-selector-container .btn.dropdown-toggle::after,
.mandant_select .btn.dropdown-toggle::after,
.frontend_language_select .btn.dropdown-toggle::after {
    position: absolute;
    right: 12px;
    top: 12px;
}
.mandant_select .dropdown-item,
.frontend_language_select .dropdown-item {
	cursor: pointer;
}
.mandant_select .btn.dropdown-toggle div,
.frontend_language_select .btn.dropdown-toggle div {
	    width: 170px;
			    white-space: normal;
}
.frontend_language_select .dropdown-item,
.frontend_language_select .btn.dropdown-toggle div {
    text-transform: capitalize;
}

/*Cookie Banner*/
.cookie_banner {
	position: fixed;
	background: #ffffff;
	color: #000;
	padding: 5px;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 9999999999;
	text-align: center;
	/* border-top: 1px solid #fff; */
	margin: 12px 23px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}

/*DSGVO Footer Login*/
.login .dsgvo-footer {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

/*DSGVO Footer Startseite*/
.dsgvo-footer {
	padding: 15px 25px;
	padding-bottom: 0;
	margin-bottom: -16px;
	text-align: right;
	font-size: 14px;
}

/*User Content Upload*/
#user-upload-modal .upload-container label {
	font-family: CeraPro-Medium;
	font-weight: 500;
  color: #fff;
	width:100%;
  cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 25px;
	text-align:center;
	 margin-top: 5px;
}
#user-upload-modal .upload-container label img {
	height: 28px;
	width: auto;
}
#user-upload-modal .bewertung-note {
		margin-top: 20px;
	display: flex;
	 gap: 20px;
	 justify-content: space-between;
}
#user-upload-modal .bewertung-download {
	margin-top: 20px;
}
#user-upload-modal .bewertung-download span {
	margin-bottom: 8px;
	display: block;
}
#user-upload-modal .btn.download-bewertung {
	width: 100%;
	background: #fff;
	text-decoration: none;
}
#user-upload-modal .btn.view-user-file {
	width: 100%;
	background: #fff;
	text-decoration: none;
}
