@import url('./custom2.css');
#sp-left.visible .menu_logo {
  text-align: left !important;
}
#sp-left.visible .menu_logo img {
  max-width: 180px;
}
.mobile-menu-close {
  display: none;
}
@media (max-width: 991px) {
  .mobile-menu-close {
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .mobile-menu-close i {
    content: '';
    background-image: url("/images/kyl/Icons/close_btn.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
  }
  .mobile-menu-close i:before {
    display: none;
  }
}
.itemHeaderTitleImg {
  height: 135px;
}
.align_center {
  text-align: center;
}
.flex-container-nowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none;
}
.flex-container-nowrap::-webkit-scrollbar {
  display: none;
}
.flex-container-nowrap::scrollbar {
  display: none;
}
.flex-container-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.box-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.box-shadow-box-hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
}
.box-shadow-hover {
  -webkit-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  -moz-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
}
.box-shadow-arrows {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}
.box-shadow-arrows-hover {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.text-shadow {
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
}
.bg-img-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-img-contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.width-bt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .width-bt {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  .width-bt {
    width: 970px;
  }
}
@media (max-width: 767px) {
  .width-bt {
    width: 750px;
  }
}
/********************************
        Variables
*********************************/
body {
  font-family: "Open Sans";
}
.container-box {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
}
.info_heading {
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
}
.single_category_heading {
  text-align: center;
  color: #053D60;
  margin-top: 0 !important;
}
.registration #easycalccheckplus label {
  display: block;
}
/******************************************
           Christiane
 ******************************************/
.book_container .content_wrapper {
  background-color: #EDF5FA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.book_container .content_wrapper .cover {
  background-color: transparent;
  position: relative;
}
.book_container .content_wrapper .cover img {
  max-height: 270px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.book_container .content_wrapper .real_content {
  display: flex;
  align-items: center;
  text-align: center;
}
.book_container .content_wrapper .real_content .content_inner {
  width: 100%;
  padding: 40px 30px;
  max-width: 450px;
}
.book_container .content_wrapper .real_content .content_inner p {
  margin: 0;
}
.book_container .content_wrapper .real_content .content_inner .kylbtn {
  margin-top: 20px;
  position: relative !important;
  left: auto !important;
  transform: none !important;
  display: block !important;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
}
body#spenden .about_sec1 .header_bgimage {
  height: 500px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body#spenden .about_sec2 .sppb-column-addons > div {
  margin: 0;
}
body#spenden .about_sec4 > .sppb-row-container > .sppb-row {
  margin: 0;
}
body#spenden .about_sec4 > .sppb-row-container > .sppb-row .sppb-col-md-3 {
  padding: 0 10px;
}
body#spenden .about_sec4 > .sppb-row-container > .sppb-row .sppb-col-md-3 a {
  font-size: 13px;
  margin: 20px 0;
}
body#spenden .about_sec4 .text_block_button {
  width: 100%;
  padding: 20px;
}
body#spenden .about-sec-copyright {
  padding: 0 !important;
}
.notbooked {
  pointer-events: none;
}
#sp-main-body {
  width: calc(100% - 230px);
}
#sp-main-body > .container {
  max-width: 100%;
}
.account-profile #sp-main-body > .container > .row,
.account-profile #sp-section-2 > .container > .row,
.account-profile #sp-section-3 > .container > .row {
  margin: 0;
}
.col-sm-9 {
  width: 100%;
}
#sp-bottom,
#account-profile #sp-section-2,
#account-profile #sp-section-3,
#sp-main-body {
  margin-left: 230px;
}
.invalid {
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
}
.body-innerwrapper {
  padding-bottom: 10px;
}
#login-form .form-group {
  text-align: center;
}
#login-form .form-group .input-group {
  margin: 0 auto;
}
#login-form .form-group .input-group .input-group-addon {
  display: none;
}
#login-form .form-group .input-group input {
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #D0D0D0;
}
#login-form .form-links li {
  text-align: center;
  font-style: italic;
  border: none;
}
#login-form .form-links li a {
  color: #D0D0D0;
  font-weight: normal;
  line-height: normal;
}
.register_logo {
  position: absolute;
  width: 125px;
  margin: 0 auto !important;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.activation_message {
  padding: 14px;
  padding-right: 45px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.activation_message.alert,
.activation_message.undefined {
  background-color: #44A84F;
}
.activation_message.error {
  background-color: red;
}
.activation_message .message {
  color: white;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 22px;
}
.activation_message .close_message {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-image: url("/images/kyl/Icons/ic_close_message.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.steps-container {
  padding: 0 20px 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.steps-container .step {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 8px;
  margin: 0 10px;
  font-weight: bold;
  border-radius: 50%;
  color: #D0D0D0;
  background: white;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.steps-container .step.active {
  background-color: #008BB5;
  color: white;
}
.steps-container .step.checked {
  content: url("/images/kyl/Icons/ic-check-white.svg");
  background-color: #008BB5;
}
body.loggedIn.com-osmembership.view-register .sec-form-register.buy-container #os_form .step1 .custom-btn-group .btn-back {
  opacity: 0;
  pointer-events: none;
}
.view-register .info-col {
  background-color: #008BB5 !important;
  background-image: none !important;
}
body.view-registration #sp-section-3 > .container {
  width: 100%;
  padding: 0;
}
body.login,
body.view-registration,
.view-register {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}
body.login .body-wrapper,
body.view-registration .body-wrapper,
.view-register .body-wrapper {
  margin: 0;
}
body.login .body-wrapper #sp-left,
body.view-registration .body-wrapper #sp-left,
.view-register .body-wrapper #sp-left {
  display: none;
}
body.login .btn-register,
body.view-registration .btn-register,
.view-register .btn-register {
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body.login .info-col,
body.view-registration .info-col,
.view-register .info-col {
  background-image: url(/images/2019/11/04/registrieren.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 400px;
}
body.login .info-col > .sppb-column-addons,
body.view-registration .info-col > .sppb-column-addons,
.view-register .info-col > .sppb-column-addons {
  height: 100%;
}
body.login .registration,
body.view-registration .registration,
.view-register .registration {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  height: 100%;
}
body.login .registration .info-col,
body.view-registration .registration .info-col,
.view-register .registration .info-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
body.login .registration .info-col .sppb-btn,
body.view-registration .registration .info-col .sppb-btn,
.view-register .registration .info-col .sppb-btn {
  display: none;
}
body.login .registration .form-col,
body.view-registration .registration .form-col,
.view-register .registration .form-col {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
body.login .registration .form-col .inner-wrapper,
body.view-registration .registration .form-col .inner-wrapper,
.view-register .registration .form-col .inner-wrapper {
  padding: 30px 20px 0 20px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  height: 100%;
  /* .steps-container{
		   padding: 0 20px 0px 20px;
		   .flex-container-wrap();
		   justify-content: center;

		   .step{
			 .flex-width(40px);
			// width: 40px;
			 height: 40px;
			 display: inline-block;
			 padding: 8px;
			 margin: 0 10px;
			 font-weight: bold;
			 border-radius: 50%;
			 color: @lightgrey;
			 background: white;
			 .box-shadow();


			 &.active{
			   background-color: @newsletter_blue;
			   color: white;
			 }
			 &.checked{
				 content: @ic-check-white;
				background-color: @newsletter_blue;
			 }
		   }
		 } */
}
body.login .registration .form-col .inner-wrapper form,
body.view-registration .registration .form-col .inner-wrapper form,
.view-register .registration .form-col .inner-wrapper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none;
  overflow: hidden;
}
body.login .registration .form-col .inner-wrapper form::-webkit-scrollbar,
body.view-registration .registration .form-col .inner-wrapper form::-webkit-scrollbar,
.view-register .registration .form-col .inner-wrapper form::-webkit-scrollbar {
  display: none;
}
body.login .registration .form-col .inner-wrapper form::scrollbar,
body.view-registration .registration .form-col .inner-wrapper form::scrollbar,
.view-register .registration .form-col .inner-wrapper form::scrollbar {
  display: none;
}
body.login .registration .form-col .inner-wrapper form .step,
body.view-registration .registration .form-col .inner-wrapper form .step,
.view-register .registration .form-col .inner-wrapper form .step {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
}
body.login .registration .form-col .inner-wrapper form .step .custom-btn-group,
body.view-registration .registration .form-col .inner-wrapper form .step .custom-btn-group,
.view-register .registration .form-col .inner-wrapper form .step .custom-btn-group {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  margin: 0;
  text-align: center;
}
body.login .registration .form-col .inner-wrapper form .step .register-terms,
body.view-registration .registration .form-col .inner-wrapper form .step .register-terms,
.view-register .registration .form-col .inner-wrapper form .step .register-terms {
  font-weight: normal;
}
body.login .registration .form-col .inner-wrapper form .step .register-terms a,
body.view-registration .registration .form-col .inner-wrapper form .step .register-terms a,
.view-register .registration .form-col .inner-wrapper form .step .register-terms a {
  font-weight: bold;
  color: inherit;
}
body.login .registration .form-col .inner-wrapper form label,
body.view-registration .registration .form-col .inner-wrapper form label,
.view-register .registration .form-col .inner-wrapper form label {
  display: none;
}
body.login .registration .form-col .inner-wrapper form label + span,
body.view-registration .registration .form-col .inner-wrapper form label + span,
.view-register .registration .form-col .inner-wrapper form label + span {
  display: none;
}
body.login .registration .step.email-step,
body.view-registration .registration .step.email-step,
.view-register .registration .step.email-step {
  position: absolute;
  background-color: #008BB5;
  z-index: 2;
  text-align: center;
  padding: 30px 20px 0 20px;
  width: 100%;
  height: 100%;
}
body.login .registration .step.email-step .email-step-wrapper,
body.view-registration .registration .step.email-step .email-step-wrapper,
.view-register .registration .step.email-step .email-step-wrapper {
  height: 100%;
  position: relative;
}
body.login .registration .step.email-step .email-step-wrapper .verification_text,
body.view-registration .registration .step.email-step .email-step-wrapper .verification_text,
.view-register .registration .step.email-step .email-step-wrapper .verification_text {
  color: white;
  max-width: 450px;
  margin: 0 auto;
  font-size: 16px;
  padding-top: 50%;
  transform: translate(0, -50%);
}
body.login .registration .step.email-step .email-step-wrapper .verification_text h4,
body.view-registration .registration .step.email-step .email-step-wrapper .verification_text h4,
.view-register .registration .step.email-step .email-step-wrapper .verification_text h4 {
  font-size: 16px;
  font-weight: 600;
}
body.login .registration .step.email-step .email-step-wrapper .email-send-button,
body.view-registration .registration .step.email-step .email-step-wrapper .email-send-button,
.view-register .registration .step.email-step .email-step-wrapper .email-send-button {
  position: absolute;
  bottom: 30px;
  transform: translate(-50%, 0);
  text-transform: uppercase;
}
body.login .registration.extended,
body.view-registration .registration.extended,
.view-register .registration.extended {
  color: #888888;
}
body.login .registration.extended .info-col,
body.view-registration .registration.extended .info-col,
.view-register .registration.extended .info-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  width: 33%;
}
body.login .registration.extended .form-col,
body.view-registration .registration.extended .form-col,
.view-register .registration.extended .form-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67%;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
  width: 67%;
}
body.login .registration.extended .form-col .overview-wrapper,
body.view-registration .registration.extended .form-col .overview-wrapper,
.view-register .registration.extended .form-col .overview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  text-align: initial;
}
body.login .registration.extended .form-col .overview-wrapper .left-col,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col,
.view-register .registration.extended .form-col .overview-wrapper .left-col,
body.login .registration.extended .form-col .overview-wrapper .right-col,
body.view-registration .registration.extended .form-col .overview-wrapper .right-col,
.view-register .registration.extended .form-col .overview-wrapper .right-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
body.login .registration.extended .form-col .overview-wrapper #ajax-loading-animation,
body.view-registration .registration.extended .form-col .overview-wrapper #ajax-loading-animation,
.view-register .registration.extended .form-col .overview-wrapper #ajax-loading-animation {
  display: none !important;
}
body.login .registration.extended .form-col .overview-wrapper .left-col .edit-step,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col .edit-step,
.view-register .registration.extended .form-col .overview-wrapper .left-col .edit-step {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/kyl/Icons/edit-icon.svg");
  width: 40px;
  height: 40px;
  content: '';
  left: 0;
  top: -3px;
  position: absolute;
  cursor: pointer;
}
body.login .registration.extended .form-col .overview-wrapper .left-col .copy-step1,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col .copy-step1,
.view-register .registration.extended .form-col .overview-wrapper .left-col .copy-step1,
body.login .registration.extended .form-col .overview-wrapper .left-col .copy-step2,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col .copy-step2,
.view-register .registration.extended .form-col .overview-wrapper .left-col .copy-step2 {
  position: relative;
  padding-left: 50px;
}
body.login .registration.extended .form-col .overview-wrapper .left-col .copy-step1 p,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col .copy-step1 p,
.view-register .registration.extended .form-col .overview-wrapper .left-col .copy-step1 p,
body.login .registration.extended .form-col .overview-wrapper .left-col .copy-step2 p,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col .copy-step2 p,
.view-register .registration.extended .form-col .overview-wrapper .left-col .copy-step2 p {
  font-size: 13px;
  font-weight: normal;
}
body.login .registration.extended .form-col .overview-wrapper .left-col .copy-step1 p span.label,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col .copy-step1 p span.label,
.view-register .registration.extended .form-col .overview-wrapper .left-col .copy-step1 p span.label,
body.login .registration.extended .form-col .overview-wrapper .left-col .copy-step2 p span.label,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col .copy-step2 p span.label,
.view-register .registration.extended .form-col .overview-wrapper .left-col .copy-step2 p span.label {
  font-weight: bold;
  color: #053D60;
  padding: 0 10px 0 0;
  background: none;
  text-shadow: none;
  font-size: 100%;
  width: 100px;
  display: inline-block;
  text-align: left;
}
body.login .registration.extended .form-col .overview-wrapper .left-col .copy-step1 p.email .label,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col .copy-step1 p.email .label,
.view-register .registration.extended .form-col .overview-wrapper .left-col .copy-step1 p.email .label,
body.login .registration.extended .form-col .overview-wrapper .left-col .copy-step2 p.email .label,
body.view-registration .registration.extended .form-col .overview-wrapper .left-col .copy-step2 p.email .label,
.view-register .registration.extended .form-col .overview-wrapper .left-col .copy-step2 p.email .label {
  display: block;
}
body.login .registration.extended .form-col .overview-wrapper .right-col .coupon-container,
body.view-registration .registration.extended .form-col .overview-wrapper .right-col .coupon-container,
.view-register .registration.extended .form-col .overview-wrapper .right-col .coupon-container {
  position: relative;
  height: 80px;
}
body.login .registration.extended .form-col .overview-wrapper .right-col .coupon-container .check-coupon,
body.view-registration .registration.extended .form-col .overview-wrapper .right-col .coupon-container .check-coupon,
.view-register .registration.extended .form-col .overview-wrapper .right-col .coupon-container .check-coupon {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  padding: 5px;
  display: inline-block;
  background-color: #008BB5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  bottom: -8px;
}
body.login .registration.extended .form-col .overview-wrapper .right-col .coupon-container .check-coupon:after,
body.view-registration .registration.extended .form-col .overview-wrapper .right-col .coupon-container .check-coupon:after,
.view-register .registration.extended .form-col .overview-wrapper .right-col .coupon-container .check-coupon:after {
  content: '';
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/kyl/Icons/ic-check-white.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
}
body.login .registration.extended .form-col .overview-wrapper .right-col .coupon-container input,
body.view-registration .registration.extended .form-col .overview-wrapper .right-col .coupon-container input,
.view-register .registration.extended .form-col .overview-wrapper .right-col .coupon-container input {
  display: inline-block;
}
body.login .registration.extended .form-col .overview-wrapper .right-col .checkbox,
body.view-registration .registration.extended .form-col .overview-wrapper .right-col .checkbox,
.view-register .registration.extended .form-col .overview-wrapper .right-col .checkbox {
  line-height: 18px;
}
body.login #sp-section-2 > .container,
body.view-registration #sp-section-2 > .container,
.view-register #sp-section-2 > .container,
body.login #sp-section-3 > .container,
body.view-registration #sp-section-3 > .container,
.view-register #sp-section-3 > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}
body.login .info-col,
body.view-registration .info-col,
.view-register .info-col {
  background-color: #008BB5;
  color: white;
  padding: 0 0 30px;
}
body.login .info-col .clearfix,
body.view-registration .info-col .clearfix,
.view-register .info-col .clearfix {
  margin: 0 !important;
}
body.login .info-col .sppb-addon-title,
body.view-registration .info-col .sppb-addon-title,
.view-register .info-col .sppb-addon-title {
  font-size: 20px;
  margin: 30px 0 20px;
}
body.login .info-col .header-image,
body.view-registration .info-col .header-image,
.view-register .info-col .header-image {
  height: 150px;
}
body.login .info-col .sppb-text-left,
body.view-registration .info-col .sppb-text-left,
.view-register .info-col .sppb-text-left {
  text-align: center;
}
body.login .info-col .sppb-addon-text-block,
body.view-registration .info-col .sppb-addon-text-block,
.view-register .info-col .sppb-addon-text-block {
  padding: 0 30px;
}
body.login .info-col .sppb-addon-text-block .sppb-addon-title,
body.view-registration .info-col .sppb-addon-text-block .sppb-addon-title,
.view-register .info-col .sppb-addon-text-block .sppb-addon-title {
  text-align: center;
}
body.login .info-col .sppb-column-addons > div,
body.view-registration .info-col .sppb-column-addons > div,
.view-register .info-col .sppb-column-addons > div {
  margin: 0;
}
body.login .info-col .sppb-column-addons > div:first-child,
body.view-registration .info-col .sppb-column-addons > div:first-child,
.view-register .info-col .sppb-column-addons > div:first-child {
  height: 150px;
}
body.com-osmembership.view-complete {
  height: 100vh;
  position: relative;
}
body.com-osmembership.view-complete #sp-left,
body.com-osmembership.view-complete #sp-position-7,
body.com-osmembership.view-complete #osm-subscription-complete {
  display: none;
}
body.com-osmembership.view-complete #sp-component {
  height: 100vh;
  text-align: center;
}
body.com-osmembership.view-complete #sp-component .sec-form-register.buy-container {
  background-color: #008BB5;
  text-align: center;
  color: white;
  font-weight: normal;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.com-osmembership.view-complete #sp-component .sec-form-register.buy-container .steps-container {
  padding: 40px 20px;
}
body.com-osmembership.view-complete #sp-component .sec-form-register.buy-container .steps-container .step {
  background-color: white;
  content: url("/images/kyl/Icons/check_icon.svg");
}
body.com-osmembership.view-complete #sp-component .sec-form-register.buy-container .btn-white-bluebg {
  background-color: white !important;
  color: #008BB5 !important;
  margin-top: 30px;
}
body.com-osmembership.view-complete #sp-component .sec-form-register.buy-container p {
  margin-bottom: 40px;
}
body.com-osmembership.view-complete #sp-component .complete-wrapper {
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
body.com-osmembership.view-complete #sp-main-body {
  margin: 0;
  width: 100%;
}
.login-sec1 {
  padding: 0 !important;
  background-color: #b0d5ea;
}
.login-sec1 > div > div > div > div > .sppb-column-addons {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.login-sec1 .logo-login {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .login-sec1 .logo-login {
    width: 1170px;
  }
}
@media (max-width: 1199px) {
  .login-sec1 .logo-login {
    width: 970px;
  }
}
@media (max-width: 767px) {
  .login-sec1 .logo-login {
    width: 750px;
  }
}
.login-sec1 .logo-login .sppb-section {
  padding: 0;
}
.login-sec1 .logo-login .sppb-section .sppb-addon-single-image {
  text-align: left;
}
.login-sec1 .logo-login .sppb-section .sppb-addon-single-image img {
  width: 200px;
}
.login-sec1 .sec-form {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 !important;
}
.login-sec1 .sec-form .sppb-row .sppb-col-md-6 {
  padding: 0 !important;
  width: 50%;
}
.login-sec1 .sec-form .sppb-row .sppb-col-md-6:first-child {
  padding-top: 70px;
}
.login-sec1 .sec-form .sppb-row .sppb-col-md-6:first-child > .sppb-column > .sppb-column-addons {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 15px;
}
.login-sec1 .sec-form .sppb-row .sppb-col-md-6:first-child > .sppb-column > .sppb-column-addons .sppb-addon-title {
  color: #008BB5;
  margin: 0 !important;
  font-size: 20px;
  line-height: normal;
}
.login-sec1 .sec-form .sppb-row .sppb-col-md-6:first-child > .sppb-column > .sppb-column-addons form #form-login-submit .btn-success {
  display: none;
}
.login-sec1 .img-people {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.login-sec1 .img-people img {
  margin: 0;
}
.begleitmaterial_content .moreButton {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.sec-form-register,
.sec-form .sppb-row {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  width: 690px;
  max-width: 95vw;
  margin: 0 auto;
  height: 450px;
}
.sec-form-register.extended,
.sec-form .sppb-row.extended {
  width: 940px;
  max-width: 95vw;
}
.sec-form-register .help_btn,
.sec-form .sppb-row .help_btn {
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
}
.sec-form-register form,
.sec-form .sppb-row form {
  height: calc(100% - 55px);
}
.sec-form-register form input:not([type = "checkbox"]):not([type = "radio"]):not([type = "submit"]),
.sec-form .sppb-row form input:not([type = "checkbox"]):not([type = "radio"]):not([type = "submit"]) {
  border: none;
  border-bottom: 1px solid #D0D0D0 !important;
  background: none;
  color: black;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 215px !important;
  max-width: 100% !important;
  margin: 0 auto;
  font-weight: normal;
}
.sec-form-register form input:not([type = "checkbox"]):not([type = "radio"]):not([type = "submit"])::placeholder,
.sec-form .sppb-row form input:not([type = "checkbox"]):not([type = "radio"]):not([type = "submit"])::placeholder {
  color: #D0D0D0;
}
.sec-form-register form select,
.sec-form .sppb-row form select {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #D0D0D0;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5em;
  padding-right: 1.5em;
  float: left;
  line-height: normal;
}
.sec-form-register .inner-wrapper,
.sec-form .sppb-row .inner-wrapper {
  position: relative;
}
.sec-form-register .inner-wrapper .cstm-alerts,
.sec-form .sppb-row .inner-wrapper .cstm-alerts {
  background-color: #eaacac;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  min-height: 70px;
}
.sec-form-register .inner-wrapper .cstm-alerts .alert,
.sec-form .sppb-row .inner-wrapper .cstm-alerts .alert {
  margin: 0 !important;
  font-weight: normal;
  padding: 0;
  text-align: left;
  border: none;
  color: unset;
  background-color: unset;
}
.sec-form-register .inner-wrapper .cstm-alerts .close-alerts,
.sec-form .sppb-row .inner-wrapper .cstm-alerts .close-alerts {
  cursor: pointer;
  content: '';
  background-image: url("/images/kyl/Icons/close_btn.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 5px;
}
body.login {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
}
body.view-registration .body-innerwrapper {
  padding: 0;
}
body.view-registration #sp-main-body {
  position: absolute;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
}
body.view-registration #sp-main-body.visible {
  z-index: 9;
  pointer-events: all;
  visibility: visible;
  margin-left: 0;
}
body.view-registration #sp-main-body.visible + #sp-section-2 .sec-form,
body.view-registration #sp-main-body.visible + #sp-section-3 .sec-form {
  visibility: hidden;
}
body.view-registration #sp-main-body #sp-component {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
}
body.view-registration #sp-main-body #sp-component #system-message-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
#k2Container {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.list-w-checks {
  margin-bottom: 30px;
}
.list-w-checks ul {
  padding-left: 0;
}
.list-w-checks ul li {
  position: relative;
  padding: 5px 0px 5px 30px;
  list-style: none;
  font-weight: bold;
  border: none;
}
.list-w-checks ul li:before {
  content: '';
  background-image: url("/images/kyl/Icons/check_icon.svg");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.list-w-checks.white ul li {
  color: white;
}
.list-w-checks.white ul li:before {
  background-image: url("/images/kyl/Icons/ic-check-white.svg");
}
.mobile-only {
  display: none !important;
}
.about_sec1,
.about_sec2,
.about_sec3,
.about_sec4,
.about-sec-copyright {
  /*padding-left:35px !important;
  padding-right:35px !important; */
  /* margin-left:20px !important;
   margin-right:20px !important; */
}
.about_sec1 > .sppb-row-container > .sppb-row,
.about_sec2 > .sppb-row-container > .sppb-row,
.about_sec3 > .sppb-row-container > .sppb-row,
.about_sec4 > .sppb-row-container > .sppb-row,
.about-sec-copyright > .sppb-row-container > .sppb-row {
  margin: 0 10px;
}
.about_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-12,
.about_sec2 > .sppb-row-container > .sppb-row > .sppb-col-md-12,
.about_sec3 > .sppb-row-container > .sppb-row > .sppb-col-md-12,
.about_sec4 > .sppb-row-container > .sppb-row > .sppb-col-md-12,
.about-sec-copyright > .sppb-row-container > .sppb-row > .sppb-col-md-12 {
  padding: 0;
}
.about_sec1 {
  padding-bottom: 10px !important;
}
.about_sec2,
.about_sec3,
.about_sec4,
.about-sec-copyright {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.about-sec-copyright {
  padding-top: 0 !important;
}
.about-sec-copyright .clearfix {
  margin-bottom: 0 !important;
}
.about_sec3 > div > .sppb-row {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
}
.about_sec3 > div > .sppb-row .sppb-col-md-6 {
  padding: 0;
}
.about_sec3 > div > .sppb-row .sppb-col-md-6 .clearfix {
  margin: 0 !important;
}
.about_sec3 > div > .sppb-row .sppb-col-md-6 .clearfix .sppb-addon-title {
  margin-top: 0;
}
.about_sec4 .sppb-col-md-6:nth-child(2) {
  padding-right: 0;
  padding-left: 10px;
}
.about_sec4 .sppb-col-md-6:first-child {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .about_sec1 {
    padding-top: 20px !important;
  }
  .about_sec3 .sppb-col-md-6:first-child > div {
    height: 300px;
  }
  .about_sec4 .sppb-col-md-6 {
    padding: 0 !important;
  }
  .about_sec4 .sppb-col-md-6:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .filter_bar.media .text_search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
  .info-col .btn-register {
    top: auto !important;
    bottom: 80px;
  }
  .com-osmembership.view-register .body-innerwrapper #sp-main-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container {
    position: relative !important;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
    width: 400px !important;
  }
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container .registration.extended {
    width: 400px !important;
    max-width: 95vw;
  }
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container .registration.extended .info-col,
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container .registration.extended .form-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container .registration.extended .info-col .left-col,
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container .registration.extended .form-col .left-col,
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container .registration.extended .info-col .right-col,
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container .registration.extended .form-col .right-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container .registration.extended .form-col .overview-wrapper {
    padding-bottom: 70px;
  }
  .com-osmembership.view-register .body-innerwrapper #sp-main-body .sec-form-register.buy-container .registration.extended .form-col form {
    height: auto;
  }
  .com-osmembership.view-register .body-innerwrapper #sp-main-body:after {
    display: none;
  }
  .sec-form-register,
  .login-sec1 .sec-form {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }
  body.view-registration #sp-main-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .login-sec1 > div > div > div > div > .sppb-column-addons {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .login-sec1 .logo-login {
    position: fixed;
  }
  .login-sec1 .sec-form {
    position: relative !important;
    top: auto;
    left: auto;
    transform: none;
  }
  .login-sec1 .sec-form .sppb-row .sppb-col-md-6 {
    width: 100%;
  }
  .login-sec1 .sec-form .sppb-row .sppb-col-md-6:first-child > .sppb-column > .sppb-column-addons {
    position: relative;
    transform: none;
    top: auto;
    padding: 40px 0;
  }
  .sec-form-register,
  .sec-form .sppb-row {
    height: auto;
    width: 400px;
  }
  body.login .registration .info-col,
  body.view-registration .registration .info-col,
  body.view-register .registration .info-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  body.login .registration .form-col,
  body.view-registration .registration .form-col,
  body.view-register .registration .form-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 470px;
  }
  body.view-registration #sp-main-body #sp-component {
    position: relative !important;
    top: auto;
    left: auto;
    transform: none;
  }
}
.sppb-row-container {
  max-width: 100%;
}
.bg_black_to_fade .thumbnail_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 15px;
  margin-bottom: 11px;
  width: 45px;
  opacity: 0.75;
}
.bg_black_to_fade .thumbnail_icon.Texte {
  content: url("/images/kyl/Icons/thumbnail_text.svg");
}
.bg_black_to_fade .thumbnail_icon.Videos {
  content: url("/images/kyl/Icons/thumbnail_video.svg");
}
.bg_black_to_fade .thumbnail_icon.Audios {
  content: url("/images/kyl/Icons/thumbnail_audio.svg");
}
.bg_black_to_fade .thumbnail_icon.Datei {
  content: url("/images/kyl/Icons/thumbnail_file.svg");
}
.bg_black_to_fade .thumbnail_icon.Webinare {
  content: url("/images/kyl/Icons/thumbnail_webinar.svg");
}
.bg_black_to_fade .thumbnail_icon.Online-Kurse,
.bg_black_to_fade .thumbnail_icon.Externe.Kurse {
  content: url("/images/kyl/Icons/thumbnail_course.svg");
}
.bg_black_to_fade .thumbnail_icon.Begleitmaterial {
  content: url("/images/kyl/Icons/thumbnail_supplementary.svg");
}
.thumbnail_icon_title {
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  right: 15px;
}
.thumbnail_icon_title.Texte {
  content: url("/images/kyl/Icons/thumbnail_text.svg");
}
.thumbnail_icon_title.Videos {
  content: url("/images/kyl/Icons/thumbnail_video.svg");
}
.thumbnail_icon_title.Audios {
  content: url("/images/kyl/Icons/thumbnail_audio.svg");
}
.thumbnail_icon_title.Datei {
  content: url("/images/kyl/Icons/thumbnail_file.svg");
}
.thumbnail_icon_title.Webinare {
  content: url("/images/kyl/Icons/thumbnail_webinar.svg");
}
.thumbnail_icon_title.Online-Kurse {
  content: url("/images/kyl/Icons/thumbnail_course.svg");
}
.sppb-addon-module:not(.main_menu_horizontal) .nav li {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.sppb-addon-module:not(.main_menu_horizontal) .nav li.active,
.sppb-addon-module:not(.main_menu_horizontal) .nav li:hover {
  background-color: #F0F0F0;
}
.sppb-addon-module.main_menu_horizontal li {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.sppb-addon-module.main_menu_horizontal li.active,
.sppb-addon-module.main_menu_horizontal li:hover {
  opacity: 0.8;
}
div.itemHeader h2.itemTitle,
.itemBody {
  padding: 0 !important;
}
body #sp-component {
  padding-top: 50px;
  max-width: 100%;
  width: 100%;
}
.itemListView #itemListPrimary {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.itemListView #itemListPrimary .itemContainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 33.33%;
  float: none;
  padding: 10px;
}
.itemListView #itemListPrimary .itemContainer .catItemView {
  margin: 0 !important;
  height: 100%;
  border: none !important;
}
.itemListView #itemListPrimary .itemContainer .catItemView .catItemBody {
  padding-bottom: 40px !important;
  background: white;
}
.itemListView #itemListPrimary .itemContainer .catItemView .catItemBody .facts .moreButton {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.itemListView #itemListPrimary .itemContainer .catItemView .catItemHeader:not(.biggerHeader) {
  height: 135px;
}
.itemListView .catItemHeader {
  background-color: #3597B5;
}
.itemListView.theme #itemListPrimary .catItemHeader {
  height: 200px;
  background-color: #3597B5;
}
.itemListView.theme .theme_items .catItemHeader {
  height: 135px;
}
.itemListView.media .catItemHeader {
  height: 135px;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}
/******************************************
            Media - Detail
 ******************************************/
.info_block {
  margin-left: 10px;
  margin-right: 10px;
}
.info_block .facts {
  margin: 11px 11px 0px 0;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10.5px);
  -ms-flex: 0 0 calc(50% - 10.5px);
  flex: 0 0 calc(50% - 10.5px);
  max-width: calc(50% - 10.5px);
  width: calc(50% - 10.5px);
  background-color: #F0F0F0;
}
.info_block .facts .fact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.info_block .facts .fact .facts_label {
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 115px;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  max-width: 115px;
  width: 115px;
}
.info_block .facts .fact .facts_value {
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 115px);
  -ms-flex: 0 0 calc(100% - 115px);
  flex: 0 0 calc(100% - 115px);
  max-width: calc(100% - 115px);
  width: calc(100% - 115px);
}
.info_block .description:not(.noBox) {
  margin: 10px 0 0px 10px;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10.5px);
  -ms-flex: 0 0 calc(50% - 10.5px);
  flex: 0 0 calc(50% - 10.5px);
  max-width: calc(50% - 10.5px);
  width: calc(50% - 10.5px);
}
.info_block .noBox {
  margin: 5px;
  padding: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 35px);
  -ms-flex: 0 0 calc(50% - 35px);
  flex: 0 0 calc(50% - 35px);
  max-width: calc(50% - 35px);
  width: calc(50% - 35px);
}
.course_wrapper {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 20px;
}
.course_wrapper .trailer_section {
  margin-top: 20px;
}
.author_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  margin-top: 20px;
  min-height: 250px;
  margin-left: 10px;
  margin-right: 10px;
}
.author_container .author {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.author_container .author.side_by_side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10px);
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 10px;
}
.author_container .author.side_by_side:nth-child(even) {
  margin-right: 0;
}
.author_container .author.side_by_side:nth-child(odd) {
  margin-left: 0;
}
.author_container .author.side_by_side:nth-child(n+3) {
  margin-top: 20px;
}
.author_container .author.more_authors:not(:last-child) {
  margin-bottom: 20px;
}
.author_container .author .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  width: 30%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
}
.author_container .author .info {
  padding: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  width: 70%;
  position: relative;
}
.author_container .author .info .moreButton {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.more_about {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
/* FRANZI */
.header_padding {
  padding: 0px 0px 00px 0px !important;
}
.header_padding > div {
  /*width: 100vw;
    margin: 0; */
}
.header_padding > div > div {
  padding-top: 0px !important;
}
#sp-left.active {
  z-index: 1;
}
#sp-left.visible .smaller_menu {
  z-index: 3;
}
#sp-left .smaller_menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0px;
  padding-right: 0px;
  width: 230px;
  background-color: white;
  overflow-x: hidden !important;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
#sp-left .smaller_menu .sppb-column-addons > div:first-child {
  margin-bottom: 10px !important;
}
#sp-left .smaller_menu .menu_columns {
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none;
}
#sp-left .smaller_menu .menu_columns > div {
  padding-bottom: 130px;
}
#sp-left .smaller_menu .menu_columns .menu_logo {
  padding: 30px 70px;
  background-color: #F0F0F0;
}
#sp-left .smaller_menu .menu_columns .menu_logo img {
  width: 150px;
}
#sp-left .smaller_menu .menu_columns .social-rights-menus {
  padding: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#sp-left .smaller_menu .menu_columns .social-rights-menus #sppb-addon-1578486877757 {
  margin-bottom: 0 ;
}
#sp-left .smaller_menu .social-rights-menus {
  padding-right: 17px;
  padding-lef: 17px;
}
#sp-left .smaller_menu .social-rights-menus li {
  display: inline;
}
#sp-left .smaller_menu .social-rights-menus .menu_social {
  width: 55px !important;
  text-align: right;
}
#sp-left .smaller_menu #main_menu_footer {
  padding-right: 17px;
  padding-lef: 17px;
}
#sp-left .smaller_menu #main_menu_footer a {
  display: block;
  text-align: right;
  font-weight: bold;
  padding: 5px 0;
}
#sppb-addon-1568663119570 {
  margin: 0 !important;
}
/*body.loggedOut{
	#sp-component {
		max-width: 1140px;
		padding-top: 25px;
		float: none;
		margin: 0 auto;
	}
}

body.loggedOut.com-k2.view-item{
	#sp-section-2,
	#sp-section-3{
		display: none;
	}
}*/
.menu-burger {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #053D60 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 1px;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
}
.menu_links {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #2073A7 !important;
  text-align: right;
  padding-right: 17px !important;
  padding-left: 17px !important;
  text-transform: uppercase;
}
.menu_links:after {
  content: "";
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.menu_links.menu_home:after {
  background-image: url("/images/kyl/Icons/menu_home.svg");
}
.menu_links.menu_news:after {
  background-image: url("/images/kyl/Icons/menu_news.svg");
}
.menu_links.menu_themen:after {
  background-image: url("/images/kyl/Icons/menu_themen.svg");
}
.menu_links.menu_videos:after {
  background-image: url("/images/kyl/Icons/menu_videos.svg");
}
.menu_links.menu_audios:after {
  background-image: url("/images/kyl/Icons/menu_audios.svg");
}
.menu_links.menu_texte:after {
  background-image: url("/images/kyl/Icons/menu_texte.svg");
}
.menu_links.menu_webinare:after {
  background-image: url("/images/kyl/Icons/menu_webinare.svg");
}
.menu_links.menu_onlinekurse:after {
  background-image: url("/images/kyl/Icons/menu_onlinekurse.svg");
}
.menu_links.menu_konferenzen:after {
  background-image: url("/images/kyl/Icons/menu_konferenzen.svg");
}
.menu_links.menu_autoren:after {
  background-image: url("/images/kyl/Icons/menu_autoren.svg");
}
.menu_links.menu_begleitmaterial:after {
  background-image: url("/images/kyl/Icons/menu_begleitmaterial.svg");
}
.menu_links.menu_about:after {
  background-image: url("/images/kyl/Icons/menu_about.svg");
}
.menu_links.menu_spenden:after {
  background-image: url("/images/kyl/Icons/menu_spenden.svg");
}
.menu_links.menu_login:after {
  background-image: url("/images/kyl/Icons/menu_login.svg");
}
.menu_links.menu_merkzettel:after {
  background-image: url("/images/kyl/Icons/menu_merkzettel.svg");
}
.menu_footer {
  color: #888888 !important;
  font-weight: 500;
}
.menu_footer li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.menuborder > li {
  border-bottom: 0px !important;
}
.menuborder > li ul > li {
  border-bottom: 0px !important;
}
.menu_social_first {
  padding-right: 25px !important;
}
.menu_social {
  font-size: 0;
}
.menu_social:after {
  content: "";
  position: relative;
  top: 4px;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.menu_social.icon_yt:after {
  background-image: url("/images/kyl/Icons/icon_yt.svg");
}
.menu_social.icon_ig:after {
  visibility: visible;
  background-image: url("/images/kyl/Icons/icon_ig.svg");
}
.menu_social.icon_fb:after {
  visibility: visible;
  background-image: url("/images/kyl/Icons/icon_fb.svg");
}
.menu_social.icon_fb2:after {
  visibility: visible;
  background-image: url("/images/kyl/Icons/icon_fb_2.svg");
}
.menu_social.icon_fb3:after {
  visibility: visible;
  background-image: url("/images/kyl/Icons/icon_fb_3.svg");
}
.main_menu_horizontal li {
  font-size: 10px;
  border-bottom: none;
  float: right;
  padding-right: 20px;
}
.logo {
  background-color: #F0F0F0;
  text-align: center;
  color: #057293;
  padding-bottom: 30px;
  letter-spacing: 1.6px;
}
.logo h3 {
  padding-top: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Times New Roman";
  font-size: 60px;
  font-weight: 200 !important;
}
.logo div {
  letter-spacing: 2px;
}
.sp-megamenu-parent {
  display: none;
}
#sppb-addon-1557483285100 {
  margin-bottom: 5px !important;
}
#sppb-addon-1557236290449 {
  margin-bottom: 0px !important;
}
.sp-module ul > li > a::before {
  display: none;
}
.col-sm-3 {
  width: 300px;
}
#sp-left .smaller_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
#sp-left .smaller_menu::-webkit-scrollbar {
  display: none;
}
#sp-bottom {
  padding: 0 !important;
  background: none !important;
  width: calc(100% - 235px);
  margin-bottom: 50px;
  margin-top: 20px;
}
#sp-bottom > .container {
  max-width: 100%;
  padding: 0;
}
#sp-bottom > .container > .row {
  margin: 0;
}
@media (max-width: 991px) {
  #sp-left {
    width: 100%;
  }
  #sp-left .mobile-menu-opener {
    display: block !important;
    padding-bottom: 0 !important;
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 750px;
    margin: 0 auto !important;
    max-width: 100%;
  }
  #sp-left .mobile-menu-opener .clearfix {
    margin: 0 !important;
  }
  #sp-left .smaller_menu {
    left: 100vw;
    top: 0 !important;
    width: 100vw;
    -webkit-transition: left ease 300ms;
    -moz-transition: left ease 300ms;
    -ms-transition: left ease 300ms;
    -o-transition: left ease 300ms;
    transition: left ease 300ms;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  #sp-left .smaller_menu .clearfix {
    margin-bottom: 0 !important;
  }
  #sp-left .smaller_menu .menu_columns {
    overflow: hidden;
    height: auto;
  }
  #sp-left .smaller_menu .menu_columns > div {
    padding-bottom: 200px;
  }
  #sp-left .smaller_menu .menu_columns .menu_logo {
    text-align: left;
  }
  #sp-left .smaller_menu .menu_columns .menu_logo img {
    width: 140px;
    max-width: 100%;
  }
  #sp-left .smaller_menu .menu_columns .sppb-addon-module:not( .main_menu_horizontal) li {
    padding: 5px 0;
    border-bottom: 1px solid #F5F5F5 !important;
  }
  #sp-left .smaller_menu .menu_columns .sppb-addon-module:not( .main_menu_horizontal) li.active {
    background-color: #F5F5F5 !important;
  }
  #sp-left .smaller_menu .menu_columns .sppb-addon-module.main_menu_horizontal {
    margin-top: 20px;
  }
  #sp-left .smaller_menu .menu_columns .sppb-addon-module.main_menu_horizontal li {
    border: none !important;
  }
  #sp-left.visible .smaller_menu {
    left: 0;
  }
  #sp-left.visible .btn-close {
    display: block !important;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 9999;
    content: '';
    background-image: url("/images/kyl/Icons/ic-close-bluebg.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    box-shadow: none;
  }
}
body {
  background-color: #EDF5FA;
}
.row {
  /* padding-top: 20px !important;
   padding-bottom: 10px !important; */
}
.row .no_margin div {
  margin: 0 !important;
}
.row .text_block {
  font-family: "Open Sans";
  font-size: 16px;
  color: #6C6C6C;
  font-weight: 400;
}
.row .text_block h2 {
  font-weight: 700;
  font-size: 20px;
  color: #053D60;
}
.row .text_block h3 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #053D60;
  line-height: normal;
}
.row .text_box_padding {
  /* padding-left: 30px;
	 padding-top: 15px; */
  padding: 30px;
  /*div {
			width: 85%;
		}*/
}
.row .text_box_padding .sppb-addon-title {
  margin-top: 0;
  line-height: normal;
}
.row .text_center {
  text-align: center;
  padding: 30px;
}
.row .text_center div {
  padding-top: 20px;
}
.row .text_block_button {
  font-family: "Open Sans";
  font-size: 16px;
  color: #053D60;
  font-weight: 400;
  padding-left: 42px;
  padding-top: 35px;
  width: 90%;
  text-align: center;
}
.row .button {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  background-color: #008BB5;
  color: white;
  width: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  line-height: normal;
}
.row .wrapooo > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.row .wrapooo > div > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.row .container_box > div {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
}
@media (max-width: 991px) {
  .row .text_box_padding div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .row .text_block h3 {
    font-size: 26px;
  }
}
.com-k2.view-itemlist.layout-category {
  padding-bottom: 100px;
}
.com-k2.view-itemlist.layout-category #sp-bottom {
  display: none;
}
.newsletter {
  padding: 0 !important;
  margin: 0 10px !important;
}
.newsletter > div {
  color: white;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  background-color: #008BB5;
}
.newsletter > div .newsletter_image {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.newsletter > div .newsletter_content {
  padding: 40px 0;
}
.newsletter > div .newsletter_content > div > div {
  margin-bottom: 0 !important;
}
.newsletter > div .newsletter_content > div > div iframe {
  height: 245px;
}
.newsletter > div .newsletter_content .heading-small .sppb-addon-title {
  font-size: 20px;
  margin: 0px 0 15px 0 !important;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
}
.newsletter > div .newsletter_content .newsletter_textblock .sppb-addon-title {
  margin-top: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: bold;
}
.newsletter > div .newsletter_content .newsletter_textblock div {
  font-size: 16px;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.newsletter > div .newsletter_content .newsletter_button {
  margin-top: 30px;
}
.copyright-info,
.copyright {
  padding: 0 15px;
  color: #b2b3b5;
  font-weight: normal;
  margin-top: 20px;
  line-height: 11px;
}
.copyright-info .sppb-addon-title,
.copyright .sppb-addon-title,
.copyright-info .title,
.copyright .title,
.copyright-info strong,
.copyright strong,
.copyright-info span,
.copyright span {
  font-size: 8px;
  font-weight: bold;
  line-height: 11px;
}
.copyright-info p,
.copyright p,
.copyright-info .sppb-addon-content,
.copyright .sppb-addon-content {
  margin: 0;
  font-size: 8px !important;
  line-height: 11px;
}
@media (max-width: 991px) {
  .newsletter .sppb-col-md-6:first-child {
    height: 280px;
  }
  .newsletter > div .newsletter_image {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-top: 40px;
  }
  .newsletter .newsletter_content {
    padding-top: 10px !important;
  }
  .kontakt_sec1 > .sppb-row-container > .sppb-row {
    margin: 0 10px !important;
  }
}
/*#########################################################
             Home
#########################################################*/
#home #sp-left .smaller_menu {
  top: 100vh;
}
#home #sp-main-body > .row {
  padding-top: 0 !important;
}
#home .mobile-menu-opener {
  display: none !important;
}
.home_sec2,
.home_sec3,
.home_sec4 {
  padding: 10px 0 !important;
}
.home_sec2 .clearfix,
.home_sec3 .clearfix,
.home_sec4 .clearfix {
  margin: 0 !important;
}
.home_sec3 {
  padding: 0 !important;
}
.home_sec1 {
  position: relative;
  width: 100vw;
  left: -230px;
  height: 100vh;
  min-height: 800px;
  /**
	the redesigned home section
	 */
}
.home_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:last-child {
  padding-top: 160px;
}
.home_sec1 .sppb-column-addons > div {
  margin: 0 !important;
}
.home_sec1 .sppb-column-addons > div h2 {
  font-size: 20px;
}
.home_sec1 .sppb-col-md-12:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0) 390px);
}
.home_sec1 .sppb-col-md-12:nth-child(2) .new_header_content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.home_sec1 .sppb-col-md-12:nth-child(2) .new_header_content .sppb-col-md-6 {
  padding: 0;
}
.home_sec1 .sppb-col-md-12:nth-child(2) .home_header_title .sppb-addon-content {
  margin-bottom: 5px;
}
.home_sec1 .sppb-col-md-12:nth-child(2) li {
  font-weight: 500;
  padding: 3px 0;
}
.home_sec1 .sppb-col-md-12:nth-child(2) .home_btn_wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  margin-top: 20px;
}
.home_sec1 .sppb-col-md-12:nth-child(2) .home_btn_wrapper > div .button_follow {
  margin-left: 20px;
}
.home_sec2 {
  padding-bottom: 0 !important;
  padding-top: 30px !important;
}
.home_sec2 .sppb-carousel {
  background-color: #008BB5;
  height: 500px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
}
.home_sec2 .sppb-carousel .sppb-column-addons > div {
  margin: 0;
}
.home_sec2 .sppb-carousel .sppb-carousel-inner {
  height: 100%;
}
.home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item {
  height: 100%;
  background-position: right center;
}
.home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .mobile_img {
  display: none;
}
.home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner {
  width: 50%;
  float: left;
  padding: 20px 70px;
}
.home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-carousel-text {
  font-weight: normal;
  text-align: center;
}
.home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-carousel-text h2 {
  font-size: 14px !important;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  letter-spacing: 1px;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
.home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-carousel-text .sppb-carousel-content {
  text-align: center;
  padding-top: 10px !important;
  font-size: 16px !important;
  line-height: 32px !important;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
}
.home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner .sppb-carousel-text .sppb-carousel-content strong {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.home_sec2 .sppb-carousel .sppb-carousel-arrow {
  opacity: 1;
}
.home_sec2 .sppb-carousel .sppb-carousel-arrow i {
  color: #484848;
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  font-size: 15px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  background-image: url("/images/kyl/Icons/ic-chev-right-black.svg");
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}
.home_sec2 .sppb-carousel .sppb-carousel-arrow i:hover {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.home_sec2 .sppb-carousel .sppb-carousel-arrow i:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: '';
}
.home_sec2 .sppb-carousel .sppb-carousel-arrow.left i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home:not(.view-page),
.home:not(.sp-page-builder) {
  color: #057293;
}
.home:not(.view-page) h1,
.home:not(.sp-page-builder) h1 {
  text-align: left;
  font-size: 50px;
  font-weight: bold;
  line-height: normal;
}
.home:not(.view-page) div,
.home:not(.sp-page-builder) div {
  font-size: 16px;
}
.home_heading {
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  font-family: "Open Sans";
  color: #057293;
}
.sppb-btn {
  line-height: normal;
}
.button_overview,
.button_follow,
.btn-blue-whitebg,
.home_sec2 .sppb-item .sppb-btn,
.newsletter_button {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background-color: white !important;
  color: #008BB5 !important;
  border: none;
  font-weight: 500 !important;
  cursor: pointer;
  outline: 0 !important;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
  padding: 10px 25px !important;
  letter-spacing: 1.8px;
  font-family: "Open Sans";
  line-height: normal !important;
}
.button_overview:hover,
.button_follow:hover,
.btn-blue-whitebg:hover,
.home_sec2 .sppb-item .sppb-btn:hover,
.newsletter_button:hover {
  -webkit-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16) !important;
  -moz-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16) !important;
  box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16) !important;
}
.btn-white-bluebg,
.logout-btn a,
#form-login-submit .btn-primary,
.sec-form-register.buy-container .registration .form-col .login-container form input[type="submit"],
body.view-remind button[type="submit"],
body.view-reset button[type="submit"] {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 200px;
  background-color: #008BB5 !important;
  color: white !important;
  letter-spacing: 1px;
  border: none;
  font-weight: bold !important;
  padding: 10px 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  outline: 0 !important;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
.btn-white-bluebg:hover,
.logout-btn a:hover,
#form-login-submit .btn-primary:hover,
.sec-form-register.buy-container .registration .form-col .login-container form input[type="submit"]:hover,
body.view-remind button[type="submit"]:hover,
body.view-reset button[type="submit"]:hover {
  -webkit-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16) !important;
  -moz-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16) !important;
  box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16) !important;
}
.btn-white-bluebg.inactive,
.logout-btn a.inactive,
#form-login-submit .btn-primary.inactive,
.sec-form-register.buy-container .registration .form-col .login-container form input[type="submit"].inactive,
body.view-remind button[type="submit"].inactive,
body.view-reset button[type="submit"].inactive {
  opacity: 0.6;
  pointer-events: none;
}
.btn-blue-nobg {
  color: #053D60;
  font-weight: bold;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.custom-btn-group .btn-back {
  color: #808080;
  padding: 10px 25px;
  outline: 0;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  transition: color ease 300ms;
}
.custom-btn-group .btn-back:hover {
  color: #585555;
}
.custom-btn-group.inactive a,
.custom-btn-group.inactive button {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.custom-btn-group.inactive a .loading-spinner,
.custom-btn-group.inactive button .loading-spinner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-image: url("/images/kyl/loading.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_text_block {
  padding-top: 100px;
}
.home_text_block div div:first-child {
  margin-bottom: 0 !important;
}
.item-142 > ul {
  display: none;
}
.active {
  font-weight: 700;
}
@media (max-width: 991px) {
  .course_wrapper {
    width: 700px !important;
  }
  .more_about,
  .lections {
    box-shadow: none !important;
    background: none;
    margin-left: 0;
    margin-right: 0;
  }
  .more_about h2,
  .lections h2 {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .more_about .additional_contents .single_content:first-child,
  .lections .additional_contents .single_content:first-child {
    margin-left: calc((100vw - 750px) / 2 + 15px) !important;
  }
  .more_about .additional_contents:after,
  .lections .additional_contents:after {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
  }
  .more_about .moreButton,
  .lections .moreButton {
    margin-right: calc((100vw - 750px) / 2 + 15px) !important;
  }
  .home_sec3 > .sppb-row-container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .home_sec1 {
    height: auto;
    left: 0;
    /**
		the redesigned home section
		*/
  }
  .home_sec1 .mobile-only {
    display: block;
  }
  .home_sec1 .mobile-only.logo-img {
    text-align: left;
    width: 160px;
  }
  .home_sec1 .mobile-only.btn-mobile-profile {
    background-image: url("/images/kyl/Icons/menu_login.svg");
  }
  .home_sec1 .mobile-only.btn-mobile-list,
  .home_sec1 .mobile-only.btn-mobile-profile {
    content: '';
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    width: 30px;
    height: 30px;
  }
  .home_sec1 .mobile-only.btn-mobile-list {
    background-image: url("/images/kyl/Icons/menu_merkzettel.svg");
  }
  .home_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-12 {
    -webkit-order: 1;
    order: 1;
  }
  .home_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-12 .sppb-column-addons > div {
    display: inline-block;
  }
  .home_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-12 .sppb-column-addons > div:nth-child(2),
  .home_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-12 .sppb-column-addons > div:nth-child(3) {
    float: right;
  }
  .home_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-12 .sppb-column-addons > div:nth-child(3) {
    margin: 0 10px !important;
  }
  .home_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(2) {
    -webkit-order: 3;
    order: 3;
  }
  .home_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(3) {
    -webkit-order: 2;
    order: 2;
    padding-top: 30px;
  }
  .home_sec1 .sppb-col-md-12:nth-child(2) ul {
    margin-bottom: 0;
  }
  .home_sec2 .sppb-carousel {
    height: auto;
    background-color: white;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-inner {
    padding-bottom: 40px;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item {
    background: none !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner {
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    position: relative;
    padding: 0 !important;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner > div {
    display: block;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner > div .sppb-carousel-text {
    display: block;
    width: 100%;
    color: #053D60;
    text-shadow: none !important;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner > div .sppb-carousel-text .sppb-carousel-content {
    color: #053D60 !important;
    text-shadow: none !important;
    padding-top: 40px !important;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .mobile_img {
    display: block;
    height: 340px;
    background-position: center right;
    background-size: cover;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-indicators {
    display: none;
  }
}
@media (max-width: 767px) {
  .kontakt_sec1 > .sppb-row-container > .sppb-row {
    margin: 0 !important;
  }
  .home:not(.view-page) h1,
  .home:not(.sp-page-builder) h1 {
    font-size: 30px;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item .sppb-carousel-item-inner {
    padding: 20px;
  }
  .home_sec2 .sppb-carousel .sppb-carousel-inner .sppb-item img {
    padding: 40px 0 10px 0;
  }
  .more_about .additional_contents .single_content:first-child,
  .lections .additional_contents .single_content:first-child {
    margin-left: 15px !important;
  }
}
@media (max-width: 500px) {
  .home_btn_wrapper > div > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .home_btn_wrapper > div .button_follow {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (orientation: landscape) {
  .home_sec1 {
    min-height: 500px;
  }
}
/*#########################################################
             K2 Override Category view
#########################################################*/
.itemListCategory {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
  border: 0 !important;
  padding: 0 !important;
  margin-left: 20px !important;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  background-color: white !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  min-height: 420px;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.itemListCategory .category_image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 30px;
  background-color: #008BB5;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: top center;
}
.itemListCategory .category_image .fullImage {
  width: 100%;
  height: 100%;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.itemListCategory .category_info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.itemListCategory .category_info h2,
.itemListCategory .category_info h3 {
  margin-top: 0px;
  text-align: center;
  color: #053D60;
  font-size: 30px;
  font-weight: 700;
}
.itemListCategory .category_info .category_description {
  text-align: center;
  padding: 0 20px;
  font-weight: 500;
}
/* .itemListSubCategories {

   .subCategoryContainer {
     width: 100%;
     .container-box();

     .subCategory {
       width: 100%;
       position: relative;
       padding: 0;

       .subCategory_header {

         .subCategoryImage {
           height: 300px;
           .bg-img-cover();

         }
       }

       .subCategory_description {

       }
     }
   }
 } */
/*#########################################################
             K2 Override Category_Item view
#########################################################*/
.catItemView {
  font-family: "Open Sans";
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  padding: 0px !important;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px !important;
  position: relative;
  height: 100%;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
.catItemView:not(.noLink):hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
}
.catItemView.theme_item_width {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 33.33%;
  margin: 0 !important;
  padding: 10px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
  height: auto;
}
.catItemView.theme_item_width > .inner-wrapper {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  height: 100%;
  cursor: pointer;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
.catItemView.theme_item_width > .inner-wrapper:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
}
.catItemView.theme_item_width > .inner-wrapper .catItemBody {
  padding-bottom: 40px !important;
}
.catItemView.theme_item_width > .inner-wrapper .catItemBody .moreButton {
  position: absolute;
  bottom: 20px;
  right: 25px;
}
.catItemView .withImage {
  padding-left: 15px !important;
}
.catItemView .withImage a,
.catItemView .withImage .themeName {
  color: white;
  font-size: 16px;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
}
.catItemView .withImage a {
  float: left;
  width: 50%;
}
.catItemView .withImage .themeName {
  float: right;
  width: 50%;
  text-align: right;
}
.catItemView .catItemTitle {
  position: absolute;
  bottom: 10px;
  font-weight: 600;
  padding: 10px 15px 0 15px !important;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: normal;
}
.catItemView .catItemBody {
  padding: 15px !important;
}
.catItemView .catItemBody .facts .formatType {
  color: #808080;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: bold;
}
.catItemView .catItemBody .facts .formatType.webinar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.catItemView .catItemBody .facts .themeName {
  color: #808080;
  font-weight: 600;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  width: 60%;
  text-align: right !important;
}
.catItemView .catItemImageBlock {
  padding: 0px;
  margin: 0;
  position: relative;
  height: 100%;
}
.catItemView .catItemImageBlock .catItemImage {
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.catItemView .catItemImageBlock .catItemImage.no_image {
  background-color: #057293;
}
.catItemView .catItemImageBlock .cat_item_title {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  line-height: normal;
  width: calc(100% - 50px);
}
.catItemView .catItemImageBlock .cat_item_title a,
.catItemView .catItemImageBlock .cat_item_title .themeName {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
}
.catItemView .catItemImageBlock .cat_item_title .themeName {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}
.catItemView .catItemImageBlock .cat_item_title a {
  width: 100%;
  float: left;
}
.catItemView .catItemImageBlock .bg_black_to_fade {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(255, 255, 255, 0) 100px);
  /*.thumbnail_icon {
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        height: 40px;
        opacity: 0.8;

        &.Texte {
          content: url("/images/kyl/Icons/thumbnail_text.svg");
        }

        &.Videos {
          content: url("/images/kyl/Icons/thumbnail_video.svg");
        }

        &.Audios {
          content: url("/images/kyl/Icons/thumbnail_audio.svg");
        }

        &.Datei { //genauer name
          content: url("/images/kyl/Icons/thumbnail_file.svg");
        }
        &.Kurs { //genauer name
          content: url("/images/kyl/Icons/thumbnail_course.svg");
        }
        //restlichen icons fehlen noch
      } */
}
.catItemView .catItemImageBlock.supplementary {
  background: #057293;
  padding-top: 10px;
  padding-bottom: 80px;
  position: relative;
}
.catItemView .catItemImageBlock.supplementary .supplementary_cover {
  max-height: 150px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.catItemView .catItemImageBlock.supplementary h3 {
  position: absolute;
  bottom: 5px;
  font-weight: 600;
  padding: 0 10px;
}
.catItemView .catItemImageBlock.supplementary h3 a {
  color: white;
  font-size: 16px;
}
#menu_themen_page #sp-bottom {
  margin-top: 0;
}
#menu_themen_page .theme_item_width .catItemBody .facts {
  font-size: 14px;
}
.moreButton {
  color: #053D60;
  font-family: "Open Sans";
  font-weight: 700;
  float: right;
  font-size: 16px;
}
.padding25px {
  padding: 0px 25px 25px 0px;
}
@media (max-width: 1199px) {
  .catItemView.theme_item_width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .itemListView #itemListPrimary .itemContainer {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}
@media (max-width: 991px) {
  .itemListView h2,
  .cat_author_title h2 {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .catItemView.theme_item_width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .itemListView h2 {
    font-size: 22px;
  }
  .itemListView #itemListPrimary .itemContainer {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
/*#########################################################
             K2 Override Item view
#########################################################*/
.itemBody .header_content {
  min-height: 400px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  position: relative;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.itemBody .header_content .text_preview {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  left: 0;
}
.itemBody .header_content .bg_blue_to_fade,
.itemBody .header_content .bg_orange_to_fade {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to top, #057293, rgba(5, 114, 147, 0));
  left: 0;
}
.itemBody .header_content .bg_orange_to_fade {
  background: linear-gradient(to top, #e89806, rgba(5, 114, 147, 0));
}
.itemBody .header_content .bg_orange_to_fade .content_buy_button a {
  display: inline-block;
  width: 235px;
}
.itemBody .header_content .bg_white_to_fade {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  left: 0;
}
.itemBody .header_content .bg_blue_to_blue {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 139, 181, 0.65), #008bb5 80%);
}
.itemBody .header_content.no_image {
  background-color: #057293;
}
.itemBody .header_content .header_content_text {
  text-align: center;
}
.itemBody .header_content .header_content_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.itemBody .header_content .header_content_overlay:not(.news) {
  cursor: pointer;
}
.itemBody .header_content .header_content_overlay .overlay_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.itemBody .header_content .header_content_overlay .overlay_icon.play_icon {
  content: url("/images/kyl/Icons/play_icon.svg");
  height: 90px;
  width: 90px;
}
.itemBody .header_content .header_content_overlay .overlay_icon.view_icon {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: white;
  line-height: 33px;
  top: unset;
  bottom: 10px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .itemBody .header_content .header_content_overlay .overlay_icon.view_icon {
    font-size: 20px;
  }
}
.itemBody .header_content .header_content_overlay .btn_open_webinar {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.itemBody .catItemHeader,
.itemBody .single_content_header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 135px;
  position: relative;
  background-color: #008BB5;
}
.itemBody .catItemHeader.Text,
.itemBody .single_content_header.Text {
  content: url("/images/kyl/Icons/thumbnail_text.svg");
}
.itemBody .catItemHeader.Video,
.itemBody .single_content_header.Video {
  content: url("/images/kyl/Icons/thumbnail_video.svg");
}
.itemBody .catItemHeader.Audio,
.itemBody .single_content_header.Audio {
  content: url("/images/kyl/Icons/thumbnail_audio.svg");
}
.itemBody .catItemHeader.Datei,
.itemBody .single_content_header.Datei {
  content: url("/images/kyl/Icons/thumbnail_file.svg");
}
.itemBody .catItemHeader.Webinare,
.itemBody .single_content_header.Webinare {
  content: url("/images/kyl/Icons/thumbnail_webinar.svg");
}
.itemBody .catItemHeader.no_thumbnail,
.itemBody .single_content_header.no_thumbnail {
  background-color: #057293;
}
.itemBody .catItemHeader .single_content_image,
.itemBody .single_content_header .single_content_image {
  margin: 0 auto;
  padding-top: 30px;
  width: 45px;
  height: auto;
  position: absolute;
  bottom: 0px;
  right: 0;
  padding-right: 15px;
  margin-bottom: 16px;
  opacity: 0.75;
}
.itemBody .catItemHeader .single_content_image.Texte,
.itemBody .single_content_header .single_content_image.Texte {
  content: url("/images/kyl/Icons/thumbnail_text.svg");
}
.itemBody .catItemHeader .single_content_image.Videos,
.itemBody .single_content_header .single_content_image.Videos {
  content: url("/images/kyl/Icons/thumbnail_video.svg");
  margin-bottom: 16px;
}
.itemBody .catItemHeader .single_content_image.Audios,
.itemBody .single_content_header .single_content_image.Audios {
  content: url("/images/kyl/Icons/thumbnail_audio.svg");
}
.itemBody .catItemHeader .single_content_image.Datei,
.itemBody .single_content_header .single_content_image.Datei {
  content: url("/images/kyl/Icons/thumbnail_file.svg");
}
.itemBody .catItemHeader .single_content_image.Webinare,
.itemBody .single_content_header .single_content_image.Webinare {
  content: url("/images/kyl/Icons/thumbnail_webinar.svg");
}
.itemBody .catItemHeader .single_content_image.Online-Kurse,
.itemBody .single_content_header .single_content_image.Online-Kurse {
  content: url("/images/kyl/Icons/thumbnail_course.svg");
}
.itemBody .catItemHeader .single_content_image.Begleitmaterial,
.itemBody .single_content_header .single_content_image.Begleitmaterial {
  content: url("/images/kyl/Icons/thumbnail_supplementary.svg");
}
.itemBody .catItemHeader .single_content_image.Text,
.itemBody .single_content_header .single_content_image.Text {
  content: url("/images/kyl/Icons/thumbnail_text.svg");
}
.itemBody .catItemHeader .single_content_image.Video,
.itemBody .single_content_header .single_content_image.Video {
  content: url("/images/kyl/Icons/thumbnail_video.svg");
}
.itemBody .catItemHeader .single_content_image.Audio,
.itemBody .single_content_header .single_content_image.Audio {
  content: url("/images/kyl/Icons/thumbnail_audio.svg");
}
.itemBody .catItemHeader .single_content_image.Datei,
.itemBody .single_content_header .single_content_image.Datei {
  content: url("/images/kyl/Icons/thumbnail_file.svg");
}
.itemBody .catItemHeader .single_content_image.Webinar,
.itemBody .single_content_header .single_content_image.Webinar {
  content: url("/images/kyl/Icons/thumbnail_webinar.svg");
}
.itemBody .catItemHeader .single_content_image.Online-Kurs,
.itemBody .single_content_header .single_content_image.Online-Kurs {
  content: url("/images/kyl/Icons/thumbnail_course.svg");
}
.itemBody .catItemHeader .bg_black_to_fade,
.itemBody .single_content_header .bg_black_to_fade {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(255, 255, 255, 0) 100px);
}
.itemBody .catItemHeader .single_content_title,
.itemBody .single_content_header .single_content_title {
  position: absolute;
  bottom: 0;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  line-height: normal;
  width: calc(100% - 50px);
}
.itemBody .catItemHeader .single_content_title a,
.itemBody .single_content_header .single_content_title a {
  color: white;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
  float: left;
  width: 100%;
  font-weight: 600;
}
.itemBody .catItemHeader .single_content_title .themeName,
.itemBody .single_content_header .single_content_title .themeName {
  float: left;
  width: 100%;
  text-align: left;
  color: white;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.itemBody .single_content_body {
  padding: 16px 16px 30px 16px;
  position: relative;
  min-height: calc(100% - 135px);
}
.itemBody .single_content_body .upper_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  color: #808080;
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans";
}
.itemBody .single_content_body .upper_info .formatType {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  color: #808080;
  font-weight: bold;
  font-size: 14px;
}
.itemBody .single_content_body .upper_info .themeName {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  width: 40%;
  font-size: 14px;
}
.itemBody .single_content_body .facts .flexContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.itemBody .single_content_body .facts .flexContainer .formatType,
.itemBody .single_content_body .facts .flexContainer .themeName {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
}
.itemBody .single_content_body .facts .flexContainer .themeName {
  text-align: right;
}
.itemBody .single_content_body .single_content_more_btn {
  color: #053D60;
  font-weight: 700;
  bottom: 5px;
  position: absolute;
  right: 16px;
  font-size: 16px;
  bottom: 10px;
}
.itemBody .facts {
  font-size: 16px;
  font-weight: 500;
}
.itemBody .facts .flexContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.itemBody .facts h3 {
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
  line-height: normal;
}
.itemBody .facts .facts_label {
  color: #053D60;
  font-weight: 700;
}
.itemBody .facts .facts_value {
  color: #6c6c6c;
}
.itemBody .facts .facts_value .value {
  color: #6c6c6c;
}
.itemBody .facts .facts_value .value.current {
  color: #008BB5;
  font-weight: 600;
}
.itemBody .facts .facts_value .value:not(:last-child) {
  margin-bottom: 8px;
}
.itemBody .facts .facts_links .facts_button {
  float: left;
  margin-right: 40px;
  margin-top: 25px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  background-color: #008BB5;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
  padding: 10px 30px;
}
.itemBody .facts .facts_links .facts_button:hover:not(.inactive) {
  -webkit-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  -moz-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
}
.itemBody .facts .facts_links .facts_button a {
  color: white;
}
.itemBody .facts .facts_links .facts_button.inactive {
  background-color: #6c6c6c;
}
.itemBody .facts .facts_links .book_marks {
  float: left;
  color: #053D60;
  padding: 10px 0px;
  margin-top: 20px;
  font-weight: 700;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  transition: color ease 300ms;
  width: 210px;
  height: 64px;
}
.itemBody .facts .facts_links .book_marks:hover {
  color: #0e9cd1;
}
.itemBody .facts .facts_links .book_marks.bookmarked {
  font-size: 13px;
}
.itemBody .facts .facts_links .book_marks:before {
  content: "";
  position: relative;
  top: 6px;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/kyl/Icons/menu_merkzettel.svg");
}
.itemBody .facts .facts_links .book_marks.bookmarked:before {
  background-image: url("/images/kyl/Icons/ic_bookmarked.svg");
}
.itemBody .description {
  font-size: 16px;
  font-weight: 500;
  color: #6c6c6c;
}
.itemBody .description h3 {
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0 !important;
  line-height: normal;
}
.itemBody .description p,
.itemBody .description ul,
.itemBody .description ol {
  color: #6c6c6c;
}
.itemBody .additional_material {
  margin-top: 20px !important;
}
.itemBody .additional_material.content_contents {
  margin-left: 10px;
  margin-right: 10px;
}
.itemBody .additional_material h2 {
  margin-top: 10px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
}
.itemBody .additional_material .content_no_premium {
  padding: 25px;
  font-size: 20px;
}
.itemBody .additional_material h2.supplementary_header {
  padding-left: 0;
}
.itemBody .additional_material .scroll_container {
  position: relative;
  /*@media @mw991 {
				&:before {
					content: '';
					background-image: url(/images/kyl/Icons/swipe_icon_dark_blue.svg);
					width: 35px;
					height: 35px;
					background-size: contain;
					background-position: center center;
					background-repeat: no-repeat;
					position: absolute;
					right: 35px;
					top: -50px;
				}
			}*/
}
.itemBody .additional_material .scroll_container .scroll_buttons {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.itemBody .additional_material .scroll_container .scroll_buttons .arrow-left {
  left: 20px;
  position: absolute;
  display: none;
}
.itemBody .additional_material .scroll_container .arrow-right {
  right: 20px;
  position: absolute;
}
.itemBody .additional_material .scroll_container .arrow-left,
.itemBody .additional_material .scroll_container .arrow-right {
  cursor: pointer;
  color: #484848;
  font-size: 13px;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
  background: white;
  padding: 10px 15px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
.itemBody .additional_material .scroll_container .arrow-left:hover,
.itemBody .additional_material .scroll_container .arrow-right:hover {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.itemBody .additional_material .scroll_container .arrow-left:before,
.itemBody .additional_material .scroll_container .arrow-right:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 16px;
}
.itemBody .additional_material .scroll_container .additional_contents {
  padding-left: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none;
}
.itemBody .additional_material .scroll_container .additional_contents::-webkit-scrollbar {
  display: none;
}
.itemBody .additional_material .scroll_container .additional_contents::scrollbar {
  display: none;
}
.itemBody .additional_material .scroll_container .additional_contents .single_content {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  width: 300px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  margin: 10px;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
.itemBody .additional_material .scroll_container .additional_contents .single_content:not(.not_bought) {
  cursor: pointer;
}
.itemBody .additional_material .scroll_container .additional_contents .single_content:not(.not_bought):hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16) !important;
}
.itemBody .additional_material .scroll_container .additional_contents::after {
  content: '';
  flex: 0 0 10px;
}
.itemBody .author .info {
  font-size: 16px;
  font-weight: 500;
}
.itemBody .author .info h3 {
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
  text-transform: none !important;
  margin-top: 0;
}
.itemBody .author .info p,
.itemBody .author .info ul {
  color: #6c6c6c;
}
.itemBody .more_about {
  margin-top: 20px;
  padding-left: 0px;
}
.itemBody .more_about .more_from_author {
  margin-left: 0px;
  /*h2 {
        padding-left: 25px;
      }*/
}
.itemBody .more_about .more_from_thema {
  margin-left: 0px;
  /*h2 {
        .info_heading();
        padding-left: 25px;
      }*/
}
.authorItemView .info_block {
  min-height: 0;
  padding: 0 !important;
}
.bookmarks_header_title {
  padding: 0 !important;
}
.bookmarks_header_title .clearfix {
  margin: 0 !important;
}
.bookmarks_header_title .sppb-addon-title {
  color: #053D60;
  margin-top: 0;
  margin-bottom: 10px !important;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}
.header_title_only {
  color: #053D60;
  margin-top: 0;
  margin-bottom: 10px !important;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}
body#bookmarks .row {
  padding-top: 0 !important;
}
body#bookmarks #sp-component {
  max-width: 100%;
  padding-top: 50px !important;
}
body#bookmarks #sp-component .bookmarks-list > .sppb-row-container > .sppb-row,
body#bookmarks #sp-component .bookmarks_header > .sppb-row-container > .sppb-row {
  margin: 0;
}
body#bookmarks #sp-component .bookmarks-list .clearfix,
body#bookmarks #sp-component .bookmarks_header .clearfix {
  margin: 0 !important;
}
body#bookmarks .bookmarks_header {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
  padding-bottom: 10px !important;
}
body#bookmarks .bookmarks_header .sppb-row {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  margin: 0 10px !important;
}
body#bookmarks .bookmarks_header .category_image,
body#bookmarks .bookmarks_header .category_info {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
body#bookmarks .bookmarks_header .category_info {
  padding: 20px;
  text-align: center;
  font-weight: normal;
}
body#bookmarks .bookmarks_header .category_info .sppb-addon-title {
  margin-top: 0px;
  text-align: center;
  color: #053D60;
  font-size: 30px;
  font-weight: 700;
}
body#bookmarks .bookmarks_header .category_image > div > div {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body#bookmarks .bookmarks_header > .sppb-row-container > .sppb-row {
  height: 100%;
}
body#bookmarks .bookmarks_header > .sppb-row-container > .sppb-row .sppb-col-md-6 {
  padding: 0;
}
body#bookmarks .bookmarks-list {
  padding: 10px 0 0 !important;
}
body#bookmarks .bookmarks-list .sppb-col-md-12 {
  padding: 0 10px ;
}
@media (max-width: 1199px) {
  .author_container .author.side_by_side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 10px 0 !important;
  }
  .author_container .author.side_by_side:first-child {
    margin-top: 0 !important;
  }
  .author_container .author.side_by_side:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  body.view-item:not(.nomenu) #sp-main-body > .container .authorItemView .info_block {
    padding: 0 !important;
  }
  .itemBody .header_content {
    margin-bottom: 0;
  }
  .lections {
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lections .additional_contents .single_content {
    background-color: white !important;
  }
  .info_block .facts {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 20px !important;
    margin-top: 20px;
    -webkit-order: 2;
    order: 2;
  }
  .info_block .description {
    margin-left: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 20px !important;
    -webkit-order: 1;
    order: 1;
  }
  .overlay .media_content,
  .overlay .overlay_content_title,
  .overlay .overlay_content_subtitle,
  .overlay .overlay_content_main_title {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .overlay .sidebar_content {
    position: relative !important;
    overflow-y: visible !important;
    overflow-x: scroll !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none !important;
    overflow: -moz-scrollbars-none !important;
    scrollbar-width: none;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    top: inherit !important;
    right: inherit !important;
    margin-bottom: 50px;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .overlay .sidebar_content::-webkit-scrollbar {
    display: none;
  }
  .overlay .sidebar_content::scrollbar {
    display: none;
  }
  .overlay .sidebar_content .thumbnail_item {
    float: left !important;
    margin: 10px !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 120px !important;
    -ms-flex: 0 0 120px !important;
    flex: 0 0 120px !important;
    max-width: 120px !important;
    width: 120px !important;
  }
  .overlay .sidebar_content_placeholder {
    display: none;
  }
  body.view-item:not(.nomenu) #sp-main-body > .container {
    width: 100%;
    padding: 0;
  }
  body.view-item:not(.nomenu) #sp-main-body > .container .itemHeader,
  body.view-item:not(.nomenu) #sp-main-body > .container .itemBody > div:not(.more_about):not(.more_about_container):not(.lections):not(.header_content) {
    width: 710px;
    max-width: calc(100% - 50px) !important;
    padding: 0 15px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.view-item:not(.nomenu) #sp-main-body > .container .itemBody > .more_about_container > .about_container {
    width: 100%;
  }
  body.view-item:not(.nomenu) #sp-main-body > .container .itemBody > .header_content {
    min-height: 500px;
    width: 700px;
    max-width: calc(100% - 58px);
    padding: 0 15px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.view-item:not(.nomenu) #sp-main-body > .container .author_container,
  body.view-item:not(.nomenu) #sp-main-body > .container .info_block {
    padding: 0 5px !important;
  }
  .itemListCategory .category_image img {
    wdith: 220px;
    padding: 30px 0;
  }
  .itemListCategory .category_info {
    padding: 30px !important;
  }
  .bookmark_container .bookmark_titel {
    line-height: normal;
    padding: 20px;
  }
  .bookmark_container .bookmark_legend {
    display: none !important;
  }
  .bookmark_container .bookmark_content .bookmark_row {
    flex-wrap: wrap;
  }
  .bookmark_container .bookmark_content .bookmark_row .col:not(.col5):not(.col6) {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    scrollbar-width: none;
    padding: 0;
  }
  .bookmark_container .bookmark_content .bookmark_row .col:not(.col5):not(.col6) .label {
    display: block !important;
    color: #053D60;
    background: #F0F0F0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
    padding: 15px 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px !important;
  }
  .bookmark_container .bookmark_content .bookmark_row .col:not(.col5):not(.col6) p {
    margin: 0 !important;
    font-size: 14px;
  }
  .bookmark_container .bookmark_content .bookmark_row .col:not(.col5):not(.col6) p:not(.label) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 12px 0;
  }
  .bookmark_container .bookmark_content .bookmark_row .col:not(.col5):not(.col6).col4 .label {
    border-radius: 0 0 4px 4px;
  }
  .bookmark_container .bookmark_content .bookmark_row .col:not(.col5):not(.col6).col1 .label {
    border-radius: 4px 4px 0 0;
  }
  .bookmark_container .bookmark_content .bookmark_row .col.col5,
  .bookmark_container .bookmark_content .bookmark_row .col.col6 {
    margin-top: 20px;
  }
  .bookmark_container .bookmark_content .bookmark_row .col.col5 {
    width: 70%;
  }
  .bookmark_container .bookmark_content .bookmark_row .col.col6 {
    width: 30%;
  }
  .bookmark_container .bookmark_content .bookmark_row .col.col6 a {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.view-item:not(.nomenu) #sp-main-body > .container .authorItemView .info_block {
    padding: 0 !important;
  }
  body.view-item:not(.nomenu) #sp-main-body > .container .authorItemView .info_block .category_image {
    height: calc(100vw - 50px);
  }
  .conferenceFlex .conferencePic {
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 250px;
  }
  .conferenceFlex .conferenceText {
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .conferenceFlex .conferenceText h2 {
    font-size: 23px !important;
  }
  .overlay .overlay_content {
    padding-top: 60px !important;
  }
  .overlay .overlay_content .overlay_content_main_title {
    font-size: 23px;
  }
  .overlay .overlay_content .overlay_content_title,
  .overlay .overlay_content .overlay_content_subtitle {
    font-size: 18px;
  }
  .content_wrapper .cover {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: 0 !important;
  }
  .content_wrapper .real_content {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .content_wrapper .real_content .content_inner {
    position: relative !important;
    transform: none !important;
    top: auto !important;
    margin-left: auto;
    margin-right: auto;
  }
  .itemListCategory .category_image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    background-position: center;
    height: 410px;
  }
  .itemListCategory .category_info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .itemListCategory .category_info .category_description {
    padding: 0;
  }
  .itemListCategory .category_info h2,
  .itemListCategory .category_info h3 {
    font-size: 23px;
  }
  .more_about .moreButton {
    margin-right: 10px !important;
  }
  .author_container .author .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 330px;
  }
  .author_container .author .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .itemListCategory .category_image {
    height: 300px;
  }
  body.view-item:not(.nomenu) #sp-main-body > .container .itemBody > .header_content {
    min-height: 700px;
  }
}
/*################################################
                  Konferenz
 ###############################################*/
.itemListView.conference .itemListCategory {
  margin-top: 0 !important;
}
.loggedIn .itemListView.conference_us .header_content_buy_text .content_buy_button:not(.premium) {
  display: block !important;
}
.itemListView.conference_us .itemListCategory {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.itemListView.conference_us .second_block {
  margin: 20px 10px 20px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
}
.itemListView.conference_us .second_block .conferenceText {
  padding: 30px;
}
.itemListView.conference_us .second_block .conferenceText h4 {
  color: #053D60;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}
.itemListView.conference_us .header_content {
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.itemListView.conference_us .header_content .bg_blue_to_fade,
.itemListView.conference_us .header_content .bg_orange_to_fade {
  width: 100%;
  height: 100%;
  bottom: 0;
  background: linear-gradient(to top, #057293, rgba(5, 114, 147, 0));
  left: 0;
}
.itemListView.conference_us .header_content .bg_blue_to_fade .content_buy_button.premium,
.itemListView.conference_us .header_content .bg_orange_to_fade .content_buy_button.premium {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.itemListView.conference_us .header_content .bg_orange_to_fade {
  background: linear-gradient(to top, #e89806, rgba(5, 114, 147, 0));
}
.itemListView.conference_us .header_content .bg_orange_to_fade .content_buy_button a {
  display: inline-block;
  width: 235px;
}
.itemListView.conference_us .header_content .content_buy_button a,
.itemListView.conference_us .header_content .content_buy_button.premium a,
.itemListView.conference_us .header_content .content_show_login_button a {
  width: 235px;
  display: inline-block;
}
.conference.content_buy_button.premium,
.content_show_login_button.conference {
  display: block !important;
}
.conference.content_buy_button.premium a,
.content_show_login_button.conference a {
  width: 235px !important;
  display: inline-block;
}
.conferenceFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.conferenceFlex .itemContainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-bottom: 20px;
}
.conferenceFlex .itemContainer .catItemHeader {
  height: 250px;
}
.conferenceFlex .itemContainer .catItemHeader .catItemImage {
  background-position: top center;
}
.conferenceFlex .itemContainer .catItemHeader .cat_item_title a {
  font-size: 30px;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
}
.conferenceFlex .itemContainer .catItemBody .shortText {
  width: 90%;
  height: auto;
}
.conferenceFlex .conferencePic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.conferenceFlex .conferencePic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.conferenceFlex .conferenceText {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.conferenceFlex .conferenceText h5 {
  margin-top: 0px;
  text-align: center;
  color: #053D60;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.conferenceFlex .conferenceText h2 {
  margin-top: 0px;
  text-align: center;
  color: #053D60;
  font-size: 30px;
  font-weight: bold;
}
.conferenceFlex .conferenceText .category_description {
  text-align: center;
}
.conferenceFlex .conferenceText p,
.conferenceFlex .conferenceText ul {
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 500;
  margin: 0;
}
.conferenceFlex .conferenceText .buy_congress_wrapper {
  text-align: center;
  margin-top: 25px;
}
.conferenceFlex .conferenceText .buy_congress_wrapper a,
.conferenceFlex .conferenceText .buy_congress_wrapper div {
  margin-left: auto;
  margin-right: auto;
}
.conferenceFlex.itemListSubCategories {
  margin-top: 20px;
}
.buy_congress_link {
  display: none;
  float: left;
  color: #053D60;
  padding: 10px 0px;
  font-weight: 700;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  font-size: 17px;
  margin-top: 20px;
}
.buy_congress_link.inactive {
  color: #808080;
  opacity: 0.6;
  pointer-events: none;
}
.contentDesc {
  font-weight: 500;
}
.shortText {
  position: relative;
  overflow: hidden;
  color: #6C6C6C;
  font-weight: 400;
}
.flexContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.session_body {
  cursor: pointer;
}
.program_container {
  margin-top: 20px;
}
.conferenceList {
  margin-left: 10px;
  margin-right: 10px;
}
.conferenceList .tableHeading {
  margin-top: 30px;
  padding-left: 30px;
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
}
.conferenceList .tableHeader {
  width: 100%;
  padding: 10px 30px 10px 30px;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  font-size: 16px;
  color: #053D60;
  font-weight: 700;
}
.conferenceList .tableHeader .conferenceTime {
  -webkit-flex: 0 0 calc(35% - 5px);
  -ms-flex: 0 0 calc(35% - 5px);
  flex: 0 0 calc(35% - 5px);
  max-width: calc(35% - 5px);
  width: calc(35% - 5px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 5px);
  -ms-flex: 0 0 calc(20% - 5px);
  flex: 0 0 calc(20% - 5px);
  max-width: calc(20% - 5px);
  width: calc(20% - 5px);
  padding-right: 5px;
}
.conferenceList .tableHeader .conferenceFormat {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 5px);
  -ms-flex: 0 0 calc(20% - 5px);
  flex: 0 0 calc(20% - 5px);
  max-width: calc(20% - 5px);
  width: calc(20% - 5px);
  padding: 0 5px;
}
.conferenceList .tableHeader .conferenceTitle {
  -webkit-flex: 0 0 calc(35% - 5px);
  -ms-flex: 0 0 calc(35% - 5px);
  flex: 0 0 calc(35% - 5px);
  max-width: calc(35% - 5px);
  width: calc(35% - 5px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 5px);
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  width: calc(50% - 5px);
  padding: 0 5px;
}
.conferenceList .tableHeader .conferenceReferent {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(30% - 5px);
  -ms-flex: 0 0 calc(30% - 5px);
  flex: 0 0 calc(30% - 5px);
  max-width: calc(30% - 5px);
  width: calc(30% - 5px);
  padding-left: 5px;
}
.conferenceValues {
  position: relative;
  width: 100%;
  padding: 20px 30px 20px 30px;
  color: #6c6c6c;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
  -webkit-transition: background-color ease 300ms;
  -moz-transition: background-color ease 300ms;
  -ms-transition: background-color ease 300ms;
  -o-transition: background-color ease 300ms;
  transition: background-color ease 300ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.conferenceValues:hover {
  background-color: rgba(240, 240, 240, 0.7);
}
.conferenceValues:last-child {
  border: none;
}
.conferenceValues .conferenceTimeValue {
  -webkit-flex: 0 0 calc(35% - 5px);
  -ms-flex: 0 0 calc(35% - 5px);
  flex: 0 0 calc(35% - 5px);
  max-width: calc(35% - 5px);
  width: calc(35% - 5px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 5px);
  -ms-flex: 0 0 calc(20% - 5px);
  flex: 0 0 calc(20% - 5px);
  max-width: calc(20% - 5px);
  width: calc(20% - 5px);
  padding-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
@media (max-width: 991px) {
  .conferenceValues .conferenceTimeValue .conferenceVal {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 calc(75% - 100px) !important;
    -ms-flex: 0 0 calc(75% - 100px) !important;
    flex: 0 0 calc(75% - 100px) !important;
    max-width: calc(75% - 100px) !important;
    width: calc(75% - 100px) !important;
  }
}
.conferenceValues .conferenceTimeValue .free_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  width: 100%;
}
@media (max-width: 991px) {
  .conferenceValues .conferenceTimeValue .free_container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    align-items: center;
    text-align: center;
  }
}
.conferenceValues .conferenceTimeValue .free_container .currently_free {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #44A84F;
  margin-top: 7px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .conferenceValues .conferenceTimeValue .free_container .currently_free {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .conferenceValues .conferenceTimeValue .free_container .currently_free {
    display: none;
  }
}
.conferenceValues .conferenceTimeValue .free_container .free_text {
  color: #44A84F;
}
@media (max-width: 991px) {
  .conferenceValues .conferenceTimeValue .free_container .free_text {
    margin: 0;
  }
}
.conferenceValues .conferenceFormatValue {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 5px);
  -ms-flex: 0 0 calc(20% - 5px);
  flex: 0 0 calc(20% - 5px);
  max-width: calc(20% - 5px);
  width: calc(20% - 5px);
  padding: 0 5px;
}
.conferenceValues .conferenceTitleValue {
  -webkit-flex: 0 0 calc(35% - 5px);
  -ms-flex: 0 0 calc(35% - 5px);
  flex: 0 0 calc(35% - 5px);
  max-width: calc(35% - 5px);
  width: calc(35% - 5px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 5px);
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  width: calc(50% - 5px);
  padding: 0 5px;
}
.conferenceValues .conferenceReferentValue {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(30% - 5px);
  -ms-flex: 0 0 calc(30% - 5px);
  flex: 0 0 calc(30% - 5px);
  max-width: calc(30% - 5px);
  width: calc(30% - 5px);
  padding-left: 25px;
}
.conferenceValues .conferenceReferentValue .author_row {
  margin: 5px 0;
}
.conferenceValues .conferenceReferentValue .author_row .author_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.conferenceValues .conferenceReferentValue .author_row .author_link .author_image {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.conferenceValues .conferenceReferentValue .author_row .author_link .author_name {
  margin: auto;
  margin-left: 10px;
}
.author_image {
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.author_image .author_image_title {
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
}
.theme_image {
  height: 200px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #3597B5;
}
.theme_image .theme_image_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
  width: 100%;
  padding: 30px;
  display: grid;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 17px rgba(0, 0, 0, 0.5);
}
.theme_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.theme_items .theme_headline {
  width: 100%;
  margin-top: 50px;
  color: #053D60;
  font-size: 30px;
  font-weight: 700;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .program_container.conferenceList .tableHeading {
    padding-left: 15px;
    padding-right: 15px;
  }
  .program_container.conferenceList .tableHeader {
    display: none;
  }
  .program_container.conferenceList .session_body {
    padding: 20px 15px 20px 15px;
  }
  .program_container.conferenceList .session_body .conferenceTimeValue,
  .program_container.conferenceList .session_body .conferenceFormatValue,
  .program_container.conferenceList .session_body .conferenceTitleValue,
  .program_container.conferenceList .session_body .conferenceReferentValue {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    scrollbar-width: none;
    margin-left: 0;
  }
  .program_container.conferenceList .session_body .conferenceTimeValue .conferenceLabel,
  .program_container.conferenceList .session_body .conferenceFormatValue .conferenceLabel,
  .program_container.conferenceList .session_body .conferenceTitleValue .conferenceLabel,
  .program_container.conferenceList .session_body .conferenceReferentValue .conferenceLabel {
    display: block !important;
    color: #053D60;
    background: #F0F0F0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
    padding: 15px 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px !important;
    text-align: center;
  }
  .program_container.conferenceList .session_body .conferenceTimeValue .conferenceVal,
  .program_container.conferenceList .session_body .conferenceFormatValue .conferenceVal,
  .program_container.conferenceList .session_body .conferenceTitleValue .conferenceVal,
  .program_container.conferenceList .session_body .conferenceReferentValue .conferenceVal {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
    padding: 12px 0;
  }
  .program_container.conferenceList .session_body .open-session {
    display: block !important;
    width: 100%;
    text-align: right;
  }
  .program_container.conferenceList .session_body .conferenceTimeValue {
    font-weight: 600;
  }
  .program_container.conferenceList .session_body .conferenceTimeValue .conferenceLabel {
    border-radius: 4px 4px 0 0;
  }
  .program_container.conferenceList .session_body .conferenceReferentValue .conferenceLabel {
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 991px) {
  .program_container.conferenceList .session_body .conferenceLabel,
  .bookmark_container .bookmark_content .bookmark_row .col:not(.col5):not(.col6) .label,
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content .label {
    font-size: 13px !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 70px !important;
    -ms-flex: 0 0 70px !important;
    flex: 0 0 70px !important;
    max-width: 70px !important;
    width: 70px !important;
    padding: 10px 0 !important;
    display: block !important;
    color: #053D60;
    background: #F0F0F0;
  }
}
/*################################################
                  News
 ###############################################*/
.news_container {
  margin: 10px 0 0 10px;
  padding: 30px;
}
.news_container .news_info {
  font-size: 12px;
}
.news_container .news_info p {
  margin: 0;
}
.news_container h3 {
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
}
/*################################################
                  Author
 ###############################################*/
.cat_author_header {
  padding: 25px;
}
.cat_author_header .cat_author_title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
  font-size: 25px;
}
.cat_author_header .cat_author_image img {
  width: 400px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 20px;
}
.more_authors .single_content {
  height: 300px;
  padding-bottom: 0px !important;
}
.more_authors .single_content .single_content_header {
  width: 100%;
  height: 100%;
}
.margin_left_10 {
  margin-left: 10px !important;
}
.margin_top_20 {
  margin-top: 20px;
}
.author_description {
  font-size: 16px;
  font-weight: 500;
  color: #6c6c6c;
}
.author_biography {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
  padding-right: 25px;
  margin: 20px 10px 0 10px;
  padding-bottom: 20px;
}
.author_biography h3 {
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
  text-transform: none !important;
}
.author_biography p,
.author_biography ul {
  width: 95%;
  color: #6c6c6c;
}
.author_boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  margin: 20px 10px 0 10px;
}
.author_boxes.boxes_1 .box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.author_boxes.boxes_2 .box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10px);
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
}
.author_boxes.boxes_2 .box:first-child {
  margin-right: 10px;
}
.author_boxes.boxes_2 .box:nth-child(2) {
  margin-left: 10px;
}
.author_boxes.boxes_3 .box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33% - 13.33px);
  -ms-flex: 0 0 calc(33.33% - 13.33px);
  flex: 0 0 calc(33.33% - 13.33px);
  max-width: calc(33.33% - 13.33px);
  width: calc(33.33% - 13.33px);
  padding-bottom: 60px;
}
.author_boxes.boxes_3 .box:first-child {
  margin-right: 13.33px;
}
.author_boxes.boxes_3 .box:nth-child(2) {
  margin-left: 6.667px;
  margin-right: 6.667px;
}
.author_boxes.boxes_3 .box:nth-child(3) {
  margin-left: 13.33px;
}
.author_boxes .box {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  text-align: center;
  padding: 30px;
  padding-bottom: 50px;
  position: relative;
}
.author_boxes .box.buch {
  background-color: #008BB5;
}
.author_boxes .box.buch .box_text {
  color: white;
  font-weight: 400;
}
.author_boxes .box .box_image {
  max-width: 50%;
  margin: 20px auto;
}
.author_boxes .box .box_image img {
  max-height: 125px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.author_boxes .box .box_link:not(.buch) {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 50px;
  width: 100%;
}
.author_boxes .box .box_text {
  font-size: 16px;
  margin: 20px 0;
  font-weight: normal;
  box-sizing: content-box;
}
.author_boxes .box .box_text p {
  margin: 0;
}
/*################################################
                  Online-Kurse
 ###############################################*/
.lections {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  pointer-events: all !important;
}
.lections h2 {
  padding-left: 25px;
}
.lections.notbooked .single_content {
  pointer-events: none;
}
.lections .single_content {
  background-color: #EDF5FA !important;
  padding: 15px;
}
.lections .single_content.openOverlay {
  cursor: pointer;
}
.lections .single_content h3 {
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
  font-size: 16px;
  margin-top: 10px;
}
.lections .single_content .lection_content {
  font-size: 14px;
  color: #6c6c6c;
  font-weight: 500;
}
.lections .single_content .lection_content h3 {
  padding-top: 20px;
}
.lections .single_content .lection_content .extra_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none;
}
.lections .single_content .lection_content .extra_content::-webkit-scrollbar {
  display: none;
}
.lections .single_content .lection_content .extra_content::scrollbar {
  display: none;
}
.lections .single_content .lection_content .extra_content .extra_content_icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.lections .single_content .lection_content .extra_content .extra_content_icon.Text {
  background-image: url("/images/kyl/Icons/lection_icon_text.svg");
}
.lections .single_content .lection_content .extra_content .extra_content_icon.Text.not_accessible {
  background-image: url("/images/kyl/Icons/lection_icon_text_inaccessible.svg");
}
.lections .single_content .lection_content .extra_content .extra_content_icon.Video {
  background-image: url("/images/kyl/Icons/lection_icon_video.svg");
}
.lections .single_content .lection_content .extra_content .extra_content_icon.Video.not_accessible {
  background-image: url("/images/kyl/Icons/lection_icon_video_inaccessible.svg");
}
.lections .single_content .lection_content .extra_content .extra_content_icon.Audio {
  background-image: url("/images/kyl/Icons/lection_icon_audio.svg");
}
.lections .single_content .lection_content .extra_content .extra_content_icon.Audio.not_accessible {
  background-image: url("/images/kyl/Icons/lection_icon_audio_inaccessible.svg");
}
.lections .single_content .lection_content .extra_content .extra_content_icon.Datei {
  background-image: url("/images/kyl/Icons/lection_icon_file.svg");
}
.lections .single_content .lection_content .extra_content .extra_content_icon.Datei.not_accessible {
  background-image: url("/images/kyl/Icons/lection_icon_file_inaccessible.svg");
}
.lections .single_content .lection_content .extra_content .extra_content_titel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 40px);
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  width: calc(100% - 40px);
  margin: auto;
}
.bulletPoints {
  margin-left: 10px;
}
.bulletPoints h3 {
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
.bulletPoints .bullet_point {
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.bulletPoints .bullet_point:before {
  content: "";
  position: absolute;
  top: 4px;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/kyl/Icons/check_icon.svg");
}
.trailer_section {
  position: relative;
  min-height: 320px;
  padding: 0 !important;
  margin: 0 10px 20px 10px;
}
.trailer_section .course_trailer_overlay {
  position: absolute;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(1, 33, 43, 0.61), #057293);
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.trailer_section .trailer_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.trailer_section .trailer_wrapper .trailer_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*################################################
                  Begleitmaterial
 ###############################################*/
.lw-title-image {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.supplementary.itemList .catItemView {
  background-color: #057293;
}
.supplementary h2 {
  color: #053D60;
  font-weight: 700;
  font-size: 20px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.supplementary.itemList .catItemView.noLink > .catItemHeader.biggerHeader {
  height: 100%;
}
.supplementary.itemList .moreButton {
  bottom: 15px !important;
}
.free_content {
  float: left;
  color: green;
}
.free_content:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/kyl/Icons/free_content_icon.svg");
  vertical-align: middle;
  margin-bottom: 3px;
}
.supplementary_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.supplementary_header .left_block,
.supplementary_header .right_block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 20px);
  -ms-flex: 0 0 calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
  width: calc(100% - 20px);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  margin: 10px;
  text-align: center;
  background-color: #057293;
  padding: 80px 20px;
  /*.code_input{
			margin-left: auto;
			margin-right: auto;
		}*/
}
.supplementary_header .left_block .code_input_wrapper,
.supplementary_header .right_block .code_input_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.supplementary_header .left_block .code_input_wrapper .code_input,
.supplementary_header .right_block .code_input_wrapper .code_input {
  margin-right: 20px;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  box-shadow: none;
  border-radius: 0;
  color: white;
  width: 250px;
  transition: border-bottom 300ms;
}
.supplementary_header .left_block .code_input_wrapper .code_input::placeholder,
.supplementary_header .right_block .code_input_wrapper .code_input::placeholder {
  color: white;
}
.supplementary_header .left_block .code_input_wrapper .code_input.expanded,
.supplementary_header .right_block .code_input_wrapper .code_input.expanded {
  border-bottom: 4px solid white !important;
  transition: border-bottom 300ms;
}
.supplementary_header .left_block .code_input_wrapper .loading_spinner,
.supplementary_header .right_block .code_input_wrapper .loading_spinner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-image: url("/images/kyl/loading.svg");
  position: absolute;
  left: 50%;
}
.supplementary_header .left_block .code_input_wrapper.inactive,
.supplementary_header .right_block .code_input_wrapper.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.supplementary_header .left_block .header_text,
.supplementary_header .right_block .header_text {
  width: 70%;
  margin: 0 auto;
  color: white;
}
.supplementary_header .left_block .header_text .medium,
.supplementary_header .right_block .header_text .medium {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.supplementary_header .left_block .header_text .big,
.supplementary_header .right_block .header_text .big {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.supplementary_header .left_block .header_text .normal,
.supplementary_header .right_block .header_text .normal {
  font-size: 16px;
}
.supplementary_header .btn_search_code {
  transition: transform 500ms;
}
.supplementary_header .btn_search_code.expanded {
  transform: scale(1.2) !important;
  transition: transform 500ms;
}
.supplementary_header .left_block {
  margin-left: 0;
}
.supplementary_header .right_block {
  margin-right: 0;
}
.supplementary_header .right_block img {
  margin: 0 0 0 auto;
}
.supplementary_item_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  margin-bottom: 50px;
  padding: 0 10px;
}
.supplementary_item_header h2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 240px);
  -ms-flex: 0 0 calc(100% - 240px);
  flex: 0 0 calc(100% - 240px);
  max-width: calc(100% - 240px);
  width: calc(100% - 240px);
}
.supplementary_item_header .all_download_btn_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
  margin: auto;
  text-align: right;
}
.supplementary_item_header .all_download_btn_wrapper .all_download_btn {
  background: #3597B5;
  color: white;
  white-space: nowrap;
}
@media (max-width: 350px) {
  .supplementary_item_header .all_download_btn_wrapper .all_download_btn {
    font-size: 13px;
  }
}
.supplementary_item_header + .itemListPrimary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.supplementary_item_header + .itemListPrimary > .itemContainer {
  margin-bottom: 20px;
}
.content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  margin-bottom: 70px;
}
.content_wrapper .cover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  padding: 10px;
  background-color: #008BB5;
}
.content_wrapper .cover.main_content_cover {
  height: 100%;
}
.content_wrapper .real_content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  position: relative;
  text-align: center;
}
.content_wrapper .real_content audio {
  width: 100%;
  margin: 20px 0;
}
.content_wrapper .real_content audio:focus {
  outline: none;
}
.supplement_title,
.lower_textfield {
  padding: 0 30px;
}
.lower_textfield {
  margin-top: 50px;
  font-weight: normal;
}
/*################################################
                  Item Overlay
 ###############################################*/
.overlay {
  width: 100vw !important;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: white;
  overflow-y: scroll;
  scrollbar-width: none;
}
.overlay .overlay_content {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.overlay .overlay_content .text_content p,
.overlay .overlay_content .text_content li {
  font-size: 16px;
  color: #6c6c6c;
}
.overlay .overlay_content .overlay_content_title,
.overlay .overlay_content .overlay_content_subtitle {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: normal;
  font-size: 24px;
}
.overlay .overlay_content .overlay_content_title.conference,
.overlay .overlay_content .overlay_content_subtitle.conference {
  font-weight: 700;
}
.overlay .overlay_content .overlay_content_main_title {
  line-height: normal;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
}
.overlay .overlay_content .overlay_content_main_title.text {
  font-size: 24px;
  font-weight: normal;
}
.overlay .overlay_content .btn_finish {
  display: inline-block;
  padding: 10px;
  background-color: #008BB5;
  color: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.overlay .overlay_content .btn_finish.deactivated {
  background-color: #808080;
  pointer-events: none;
}
.overlay .overlay_content.conference .real_content.video {
  text-align: center;
  margin-bottom: 30px;
}
.overlay .overlay_content.conference .real_content.datei {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.overlay .media_content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
  font-weight: normal;
  margin-top: 10px;
}
.overlay .media_content.fullSize {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.overlay .media_content .cover {
  overflow: hidden;
  background-color: #EDF5FA;
  height: 300px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.overlay .media_content .cover img {
  max-width: none;
  height: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.overlay .media_content .video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.overlay .media_content .video_wrapper .video_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay .media_content .video_wrapper .vp-center {
  justify-content: left;
}
.overlay .media_content .text {
  margin-bottom: 20px;
  font-size: 16px;
}
.overlay .media_content .download_button_wrapper {
  margin-bottom: 40px;
}
.overlay .media_content h2,
.overlay .media_content h3,
.overlay .media_content h4,
.overlay .media_content h5 {
  margin-top: 0;
  margin-bottom: 20px;
}
.overlay .sidebar_content,
.overlay .sidebar_content_placeholder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  width: 15%;
  position: fixed;
  right: 15%;
  top: 0;
  -webkit-transform: translate(50%);
  -moz-transform: translate(50%);
  -ms-transform: translate(50%);
  -o-transform: translate(50%);
  transform: translate(50%);
  max-height: 100%;
  overflow-y: scroll;
  padding-top: 160px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.overlay .sidebar_content::-webkit-scrollbar,
.overlay .sidebar_content_placeholder::-webkit-scrollbar {
  display: none;
}
.overlay .sidebar_content .scroll_buttons,
.overlay .sidebar_content_placeholder .scroll_buttons {
  display: none;
}
.overlay .sidebar_content .lection_item,
.overlay .sidebar_content_placeholder .lection_item {
  padding: 0 5px;
}
.overlay .sidebar_content .sidebar_lection_title,
.overlay .sidebar_content_placeholder .sidebar_lection_title {
  max-width: 200px;
  margin: 30px auto 10px;
  text-align: center;
}
.overlay .sidebar_content .thumbnail_item,
.overlay .sidebar_content_placeholder .thumbnail_item {
  width: 120px;
  height: 90px;
  padding: 29px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 20px auto;
  margin-top: 0;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  cursor: pointer;
  text-align: center;
  position: relative;
  /*&:first-child {
				margin-top: 160px;
			}*/
}
.overlay .sidebar_content .thumbnail_item:after,
.overlay .sidebar_content_placeholder .thumbnail_item:after {
  width: 35px;
  display: inline-block;
}
.overlay .sidebar_content .thumbnail_item.active,
.overlay .sidebar_content_placeholder .thumbnail_item.active {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.16);
  color: white;
  font-size: 12px;
  font-weight: 600;
  word-break: break-word;
  line-height: normal;
  padding: 2px;
  display: flex;
  background: #057293 !important;
}
.overlay .sidebar_content .thumbnail_item.active .thumbnail_title,
.overlay .sidebar_content_placeholder .thumbnail_item.active .thumbnail_title {
  margin: auto;
  width: 93%;
}
.overlay .sidebar_content .thumbnail_item.active a,
.overlay .sidebar_content_placeholder .thumbnail_item.active a {
  display: none !important;
}
.overlay .sidebar_content .thumbnail_item:not(.active):hover,
.overlay .sidebar_content_placeholder .thumbnail_item:not(.active):hover {
  background: #057293 !important;
}
.overlay .sidebar_content .thumbnail_item:not(.active):hover a,
.overlay .sidebar_content_placeholder .thumbnail_item:not(.active):hover a {
  background-image: none !important;
}
.overlay .sidebar_content .thumbnail_item:not(.active):hover:after,
.overlay .sidebar_content_placeholder .thumbnail_item:not(.active):hover:after {
  content: attr(data-title) !important;
  color: white;
  position: absolute;
  width: 90%;
  font-size: 12px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  word-break: break-word;
  line-height: normal;
}
.overlay .sidebar_content .thumbnail_item.no_thumbnail,
.overlay .sidebar_content_placeholder .thumbnail_item.no_thumbnail {
  background-color: #057293;
}
.overlay .sidebar_content .thumbnail_item .grey_overlay,
.overlay .sidebar_content_placeholder .thumbnail_item .grey_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(126, 126, 126, 0.84);
}
.overlay .sidebar_content .thumbnail_item a,
.overlay .sidebar_content_placeholder .thumbnail_item a {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block !important;
}
.overlay .sidebar_content .thumbnail_item.Text a,
.overlay .sidebar_content_placeholder .thumbnail_item.Text a {
  background-image: url("/images/kyl/Icons/thumbnail_text_shadow.svg");
}
.overlay .sidebar_content .thumbnail_item.Video a,
.overlay .sidebar_content_placeholder .thumbnail_item.Video a {
  background-image: url("/images/kyl/Icons/thumbnail_video_shadow.svg");
}
.overlay .sidebar_content .thumbnail_item.Audio a,
.overlay .sidebar_content_placeholder .thumbnail_item.Audio a {
  background-image: url("/images/kyl/Icons/thumbnail_audio_shadow.svg");
}
.overlay .sidebar_content .thumbnail_item.Datei a,
.overlay .sidebar_content_placeholder .thumbnail_item.Datei a {
  background-image: url("/images/kyl/Icons/thumbnail_file_shadow.svg");
}
.overlay .sidebar_content .thumbnail_item.Webinare a,
.overlay .sidebar_content_placeholder .thumbnail_item.Webinare a {
  background-image: url("/images/kyl/Icons/thumbnail_webinar_shadow.svg");
}
.overlay .close_btn {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 44px;
  content: '';
  z-index: 9;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/images/kyl/Icons/close_btn.svg");
}
@media (max-width: 767px) {
  .overlay .close_btn {
    padding: 36px;
  }
}
.link_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.lonk_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.kylbtn {
  padding: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.kylbtn.download_btn {
  background-color: #008BB5;
  color: white;
  letter-spacing: 0.6px;
  padding: 10px 35px;
}
/*################################################
                  Filter
 ###############################################*/
.filter_bar {
  background-color: #3597B5;
  width: 700px;
  max-width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  padding: 12px 20px 12px 20px;
  z-index: 5;
  position: fixed;
  left: calc(230px + ((100% - 230px) * 0.5));
  bottom: 20px;
  transform: translate(-50%, 0);
}
.filter_bar input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 175px);
  -ms-flex: 0 0 calc(100% - 175px);
  flex: 0 0 calc(100% - 175px);
  max-width: calc(100% - 175px);
  width: calc(100% - 175px);
  margin: 0 auto;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: white;
  padding-left: 0;
}
.filter_bar input:focus {
  outline: none;
  box-shadow: none;
}
.filter_bar input::placeholder {
  color: white;
}
.filter_bar.media .text_search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
.filter_bar.text_only_bar .text_search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 20px);
  -ms-flex: 0 0 calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
  width: calc(100% - 20px);
}
.filter_bar .select_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 135px;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
  max-width: 135px;
  width: 135px;
  position: relative;
  margin-right: 20px;
}
.filter_bar .select_wrapper select {
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  color: white;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding-right: 30px;
}
.filter_bar .select_wrapper select option {
  color: #3597B5;
}
.filter_bar .select_wrapper:after {
  background-image: url("/images/kyl/Icons/arrow_down.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  right: 10px;
  top: 14px;
  color: #fff;
  width: 10px;
  height: 10px;
  pointer-events: none;
}
.filter_bar .search_icon {
  position: relative;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url("/images/kyl/Icons/search_icon.svg");
  content: '';
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.no_results {
  margin: 20px auto;
  font-size: 20px;
}
#nomenu .filter_bar:after,
#nomenu .mobile-menu-opener {
  display: none !important;
}
.body-wrapper {
  margin-bottom: 50px;
}
.body-wrapper + #sp-bottom {
  margin-top: -40px;
}
@media (max-width: 991px) {
  .filter_bar {
    left: auto;
    right: 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
  .filter_bar .search_icon {
    position: absolute;
    right: 0px;
    bottom: 0;
    flex: none;
    width: 50px;
    height: 50px;
    background-color: #008BB5;
    max-width: none;
    padding: 10px;
    background-size: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  }
  .filter_bar .text_search,
  .filter_bar .select_wrapper,
  .filter_bar .format_select {
    flex: none;
    width: 340px;
    max-width: calc(100% - 40px);
    margin-left: 0;
  }
  .filter_bar .text_search {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-left: 12px;
    margin-bottom: 10px;
  }
  .filter_bar.small {
    width: 50px;
    margin-right: 0;
    float: right;
    left: auto;
    height: 50px;
    border-radius: 80%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /*&:after{
				content: '';
				background-image: url("/images/kyl/Icons/search_icon.svg");
				height: 24px;
				width: 24px;
				position: absolute;
				right: 11px;
				bottom: 12px;
				.bg-img-contain();
			} */
  }
}
/*############################################################
                     Merkzettel - Page
##############################################################*/
.bookmark_container {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
}
.bookmark_container .bookmark_titel {
  margin: 0;
  padding: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #053D60;
}
.bookmark_container .bookmark_legend,
.bookmark_container .bookmark_content_content {
  padding: 10px 25px;
}
.bookmark_container .bookmark_legend {
  background: #F0F0F0;
  display: flex;
  padding: 10px 25px;
}
.bookmark_container .bookmark_legend .col {
  font-size: 16px;
  font-weight: bold;
  color: #053D60;
}
.bookmark_container .bookmark_content {
  width: 100%;
}
.bookmark_container .bookmark_content .bookmark_content_content {
  display: block;
  padding: 10px 0px;
}
.bookmark_container .bookmark_content .bookmark_content_content .bookmark_row {
  width: 100%;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  padding: 15px 25px;
}
.bookmark_container .bookmark_content .bookmark_content_content .bookmark_row:not(:last-child) {
  border-bottom: 2px solid #F0F0F0;
}
.bookmark_container .bookmark_content .bookmark_content_content .bookmark_row .col4 p:not(.label) {
  /*color: @header_blue;
						font-weight: bold; */
  color: #808080 !important;
  font-weight: normal !important;
  font-size: 14px;
}
.bookmark_container .bookmark_content .bookmark_content_content .bookmark_row .col5 a {
  background-color: #008BB5;
  padding: 8px 10px;
  color: white !important;
  border-radius: 4px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
.bookmark_container .bookmark_content .bookmark_content_content .bookmark_row .col5 a:hover {
  -webkit-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  -moz-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
}
.bookmark_container .bookmark_content .bookmark_content_content .bookmark_row .col6 a {
  position: relative;
  height: 30px;
  width: 30px;
  display: block;
}
.bookmark_container .bookmark_content .bookmark_content_content .bookmark_row .col6 a:before {
  content: '';
  background-image: url("/images/kyl/Icons/ic-basket-grey.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bookmark_container .col {
  float: left;
  padding: 5px;
}
.bookmark_container .col.col1 {
  width: calc((100% - 160px) * 0.25);
}
.bookmark_container .col.col2 {
  width: calc((100% - 160px) * 0.4);
}
.bookmark_container .col.col3 {
  width: calc((100% - 160px) * 0.20);
}
.bookmark_container .col.col4 {
  width: calc((100% - 160px) * 0.1);
}
.bookmark_container .col.col5 {
  width: 160px;
}
.bookmark_container .col.col6 {
  width: calc((100% - 160px) * 0.05);
}
/*############################################################
                     Profile / Account
##############################################################*/
#sp-position-7,
#sp-position-2 {
  width: 100%;
}
#page-autoren #sp-position-2,
#sp-position-2,
#sp-section-1 {
  display: none !important;
}
@media (max-width: 991px) {
  body.com-k2 #sp-section-1,
  body#page-autoren #sp-section-1,
  body#spenden #sp-section-1,
  body#bookmarks #sp-section-1,
  body#kontakt #sp-section-1,
  body#page-datenschutz #sp-section-1,
  body#page-agbs #sp-section-1,
  body#help #sp-section-1,
  body#page-impressum #sp-section-1,
  body#page-supplementary #sp-section-1,
  body#page-about #sp-section-1,
  body.com-k2 #sp-position-2,
  body#page-autoren #sp-position-2,
  body#spenden #sp-position-2,
  body#bookmarks #sp-position-2,
  body#kontakt #sp-position-2,
  body#page-datenschutz #sp-position-2,
  body#page-agbs #sp-position-2,
  body#help #sp-position-2,
  body#page-impressum #sp-position-2,
  body#page-supplementary #sp-position-2,
  body#page-about #sp-position-2 {
    display: block !important;
  }
  body.com-k2 #sp-section-1 .sppb-section,
  body#page-autoren #sp-section-1 .sppb-section,
  body#spenden #sp-section-1 .sppb-section,
  body#bookmarks #sp-section-1 .sppb-section,
  body#kontakt #sp-section-1 .sppb-section,
  body#page-datenschutz #sp-section-1 .sppb-section,
  body#page-agbs #sp-section-1 .sppb-section,
  body#help #sp-section-1 .sppb-section,
  body#page-impressum #sp-section-1 .sppb-section,
  body#page-supplementary #sp-section-1 .sppb-section,
  body#page-about #sp-section-1 .sppb-section,
  body.com-k2 #sp-position-2 .sppb-section,
  body#page-autoren #sp-position-2 .sppb-section,
  body#spenden #sp-position-2 .sppb-section,
  body#bookmarks #sp-position-2 .sppb-section,
  body#kontakt #sp-position-2 .sppb-section,
  body#page-datenschutz #sp-position-2 .sppb-section,
  body#page-agbs #sp-position-2 .sppb-section,
  body#help #sp-position-2 .sppb-section,
  body#page-impressum #sp-position-2 .sppb-section,
  body#page-supplementary #sp-position-2 .sppb-section,
  body#page-about #sp-position-2 .sppb-section {
    padding-bottom: 0;
  }
  body #sp-left #main_menu_footer a {
    color: #2073A7;
    display: block;
    text-align: right;
    font-size: 14px;
    padding: 10px 25px;
    font-weight: bold;
  }
  body #sp-left .social-rights-menus {
    text-align: right;
    padding-right: 25px;
    padding-top: 20px;
  }
  body #sp-left .social-rights-menus .menu_social_first {
    padding-right: 0 !important;
  }
  body #sp-left .social-rights-menus a {
    width: 80px !important;
  }
  body #sp-main-body {
    padding-top: 30px;
  }
}
body#account-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
body#account-profile .body-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  -webkit-order: 2;
  order: 2;
  width: 100%;
}
body#account-profile .body-wrapper .body-innerwrapper {
  -webkit-order: 2;
  order: 2;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
body#account-profile .body-wrapper #sp-component {
  padding-top: 0px;
}
body#account-profile .body-wrapper #sp-component,
body#account-profile .body-wrapper #sp-position-7 {
  padding-left: 10px;
  padding-right: 10px;
}
body#account-profile #osm_form_renew {
  display: none !important;
}
body#account-profile #sp-left .mobile-menu-opener {
  display: none !important;
}
body#account-profile .profile-page-only {
  display: none ;
}
body#account-profile #sp-main-body {
  -webkit-order: 2;
  order: 2;
}
body#account-profile #sp-section-2,
body#account-profile #sp-section-3 {
  -webkit-order: 1;
  order: 1;
  width: calc(100% - 230px);
}
body#account-profile #sp-section-2 > .container,
body#account-profile #sp-section-3 > .container {
  max-width: 100%;
}
body#account-profile #sp-section-2 > .container #sp-position-7,
body#account-profile #sp-section-3 > .container #sp-position-7 {
  padding-top: 50px;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .logout-btn,
body#account-profile #sp-section-3 > .container #sp-position-7 .logout-btn {
  float: right;
  text-align: center;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .logout-btn li,
body#account-profile #sp-section-3 > .container #sp-position-7 .logout-btn li {
  background: none !important;
  box-shadow: none;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header {
  margin: 0 !important;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row {
  height: 100%;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .sppb-col-md-6,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .sppb-col-md-6 {
  padding: 0;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .sppb-column-addons > div,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .sppb-column-addons > div {
  margin-bottom: 0;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-img,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-img {
  width: 100%;
  max-width: 100%;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-img .sppb-column-addons > div,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-img .sppb-column-addons > div {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 !important;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  text-align: center;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content .sppb-addon-content,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content .sppb-addon-content,
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content p,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content p {
  font-weight: normal;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content .nav,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content .nav {
  margin-top: 30px;
}
body#account-profile #sp-section-2 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content .nav li,
body#account-profile #sp-section-3 > .container #sp-position-7 .bookmarks_header > div > .sppb-row .header-content .nav li {
  display: inline-block;
}
.formError .formErrorContent {
  line-height: normal;
}
body.view-cancel,
body.task-process_subscription,
body.view-failure {
  background-image: url(/images/kyl/bgimg-skyline@2x.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  scrollbar-width: none;
}
body.view-cancel .login-sec1,
body.task-process_subscription .login-sec1,
body.view-failure .login-sec1 {
  background: none !important;
}
body.view-cancel .login-sec1 .sec-form,
body.task-process_subscription .login-sec1 .sec-form,
body.view-failure .login-sec1 .sec-form {
  display: none !important;
}
body.view-cancel #sp-main-body,
body.task-process_subscription #sp-main-body,
body.view-failure #sp-main-body {
  position: fixed;
  width: 700px;
  max-width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  margin: 0 auto;
  text-align: center;
  height: 300px;
}
body.view-cancel #sp-main-body > .container,
body.task-process_subscription #sp-main-body > .container,
body.view-failure #sp-main-body > .container {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
}
body.view-cancel #sp-main-body > .container #sp-component,
body.task-process_subscription #sp-main-body > .container #sp-component,
body.view-failure #sp-main-body > .container #sp-component {
  padding-top: 0;
}
body.view-cancel #sp-main-body > .container .osm-page-title,
body.task-process_subscription #sp-main-body > .container .osm-page-title,
body.view-failure #sp-main-body > .container .osm-page-title {
  font-weight: bold;
  color: #053D60;
  font-size: 20px;
}
body.view-cancel #sp-main-body > .container p,
body.task-process_subscription #sp-main-body > .container p,
body.view-failure #sp-main-body > .container p {
  font-weight: normal;
}
body.view-cancel #sp-main-body > .container .form-actions,
body.task-process_subscription #sp-main-body > .container .form-actions,
body.view-failure #sp-main-body > .container .form-actions {
  background: none;
  border: none;
}
body.view-cancel #sp-main-body > .container .form-actions input,
body.task-process_subscription #sp-main-body > .container .form-actions input,
body.view-failure #sp-main-body > .container .form-actions input {
  margin: 0;
  padding: 6px 40px;
  text-transform: capitalize;
}
body.view-cancel #sp-main-body > .container #osm-subscription-cancel,
body.task-process_subscription #sp-main-body > .container #osm-subscription-cancel,
body.view-failure #sp-main-body > .container #osm-subscription-cancel {
  text-align: center;
}
body.view-cancel #sp-main-body > .container #osm-subscription-cancel .btn-blue-nobg,
body.task-process_subscription #sp-main-body > .container #osm-subscription-cancel .btn-blue-nobg,
body.view-failure #sp-main-body > .container #osm-subscription-cancel .btn-blue-nobg {
  text-transform: none;
}
body.view-cancel #sp-main-body > .container #osm-subscription-cancel .btn-blue-nobg:before,
body.task-process_subscription #sp-main-body > .container #osm-subscription-cancel .btn-blue-nobg:before,
body.view-failure #sp-main-body > .container #osm-subscription-cancel .btn-blue-nobg:before {
  content: '\f053';
  font-family: FontAwesome;
  margin-right: 10px;
}
body.view-cancel {
  background-image: url(/images/2019/10/23/simon-migaj-unsplash.jpg);
}
body.view-cancel #sp-section-2,
body.view-cancel #sp-section-3 {
  display: none;
}
body.view-remind,
body.view-reset {
  background-color: #b0d5ea;
  height: 100vh;
}
body.view-remind > .body-wrapper,
body.view-reset > .body-wrapper,
body.view-remind .body-innerwrapper,
body.view-reset .body-innerwrapper,
body.view-remind #sp-main-body,
body.view-reset #sp-main-body {
  height: 100%;
  padding: 0 !important;
  margin-bottom: 0;
}
body.view-remind > .body-wrapper > .container,
body.view-reset > .body-wrapper > .container,
body.view-remind .body-innerwrapper > .container,
body.view-reset .body-innerwrapper > .container,
body.view-remind #sp-main-body > .container,
body.view-reset #sp-main-body > .container {
  height: 100%;
}
body.view-remind > .body-wrapper > .container > .row,
body.view-reset > .body-wrapper > .container > .row,
body.view-remind .body-innerwrapper > .container > .row,
body.view-reset .body-innerwrapper > .container > .row,
body.view-remind #sp-main-body > .container > .row,
body.view-reset #sp-main-body > .container > .row {
  height: 100%;
}
body.view-remind > .body-wrapper > .container > .row > #sp-component,
body.view-reset > .body-wrapper > .container > .row > #sp-component,
body.view-remind .body-innerwrapper > .container > .row > #sp-component,
body.view-reset .body-innerwrapper > .container > .row > #sp-component,
body.view-remind #sp-main-body > .container > .row > #sp-component,
body.view-reset #sp-main-body > .container > .row > #sp-component {
  height: 100%;
  padding: 0;
}
body.view-remind > .body-wrapper > .container > .row > #sp-component > .sp-column,
body.view-reset > .body-wrapper > .container > .row > #sp-component > .sp-column,
body.view-remind .body-innerwrapper > .container > .row > #sp-component > .sp-column,
body.view-reset .body-innerwrapper > .container > .row > #sp-component > .sp-column,
body.view-remind #sp-main-body > .container > .row > #sp-component > .sp-column,
body.view-reset #sp-main-body > .container > .row > #sp-component > .sp-column {
  height: 100%;
}
body.view-remind > .body-wrapper > .container > .row > #sp-component > .sp-column > .row,
body.view-reset > .body-wrapper > .container > .row > #sp-component > .sp-column > .row,
body.view-remind .body-innerwrapper > .container > .row > #sp-component > .sp-column > .row,
body.view-reset .body-innerwrapper > .container > .row > #sp-component > .sp-column > .row,
body.view-remind #sp-main-body > .container > .row > #sp-component > .sp-column > .row,
body.view-reset #sp-main-body > .container > .row > #sp-component > .sp-column > .row {
  height: 100%;
}
body.view-remind > .body-wrapper > .container > .row > #sp-component > .sp-column > .row > .col-sm-4,
body.view-reset > .body-wrapper > .container > .row > #sp-component > .sp-column > .row > .col-sm-4,
body.view-remind .body-innerwrapper > .container > .row > #sp-component > .sp-column > .row > .col-sm-4,
body.view-reset .body-innerwrapper > .container > .row > #sp-component > .sp-column > .row > .col-sm-4,
body.view-remind #sp-main-body > .container > .row > #sp-component > .sp-column > .row > .col-sm-4,
body.view-reset #sp-main-body > .container > .row > #sp-component > .sp-column > .row > .col-sm-4 {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body.view-remind #sp-left,
body.view-reset #sp-left,
body.view-remind #sp-section-2,
body.view-reset #sp-section-2,
body.view-remind #sp-section-3,
body.view-reset #sp-section-3 {
  display: none;
}
body.view-remind #sp-component .col-sm-4,
body.view-reset #sp-component .col-sm-4 {
  width: 500px;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  text-align: center;
  float: none;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  /* position: relative;
      top: 50%;
      left: 50%;
      .transform(translate(-50%,-50%)); */
}
body.view-remind input:not(.btn),
body.view-reset input:not(.btn) {
  border: none;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  line-height: normal;
  padding: 0;
  border-bottom: 1px solid #D0D0D0;
  border-radius: 0 ;
}
.profile_info_container {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
}
.profile_info_container .profile_info_header {
  margin-bottom: 30px;
  padding: 30px 30px 0 30px;
  display: flex;
}
.profile_info_container .profile_info_header .profile_info_header_tab {
  display: inline-block;
  color: #053D60;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.profile_info_container .profile_info_header .profile_info_header_tab.active {
  border-bottom: 1px solid #053D60;
}
.profile_info_container .profile_info_tab_content .title {
  font-size: 16px;
  color: #808080;
  font-weight: bold;
}
.profile_info_container .profile_info_content_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none;
  overflow: hidden;
}
.profile_info_container .profile_info_content_wrapper::-webkit-scrollbar {
  display: none;
}
.profile_info_container .profile_info_content_wrapper::scrollbar {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_heading {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .control-label {
  display: inline-block;
  width: 100px;
  padding: 15px 0;
  line-height: normal;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .control-label label {
  color: #053D60;
  font-weight: normal !important;
  margin: 0;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .controls {
  display: inline-block;
  width: calc(100% - 100px);
  margin-left: 0;
  font-weight: normal;
  color: #808080;
  padding: 15px 10px;
  line-height: normal;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab input:not(.btn),
.profile_info_container .profile_info_content_wrapper .profile_info_tab select {
  border: none;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  height: auto;
  line-height: normal;
  padding: 5px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab input:not(.btn) {
  border-bottom: 1px solid !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: -10px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 {
  padding: 0 30px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content > div:not(.form-actions) {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin: 0;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content .dont_show {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content #field_password,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content #field_password2 {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .form-actions {
  padding: 0;
  background: none;
  border: none;
  float: left;
  width: 100%;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .form-actions .edit_profile_btn,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .form-actions .edit_password_btn {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit input {
  border-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit label,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit select {
  pointer-events: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit label.checkbox,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit select.checkbox {
  margin-top: -6px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit label.checkbox input,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit select.checkbox input {
  margin-top: 5px;
  width: 15px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit .form-actions .edit_profile_btn,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit .form-actions .edit_password_btn {
  display: inline-block;
  text-align: center;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit .form-actions input[type="submit"] {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .tab_content_row {
  display: flex;
  padding: 0 30px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content p:not(.label),
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .tab_content_row .tab_content_row_content p:not(.label) {
  color: #808080 !important;
  font-weight: normal !important;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row:not(.table_heading),
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .tab_content_row:not(.table_heading) {
  border-bottom: 1px solid #808080;
  padding: 20px 0px;
  margin: 0 30px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row:last-child,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .tab_content_row:last-child {
  border: none !important;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row.table_heading,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .tab_content_row.table_heading {
  background-color: #f5f5f5;
  padding: 10px 30px;
  display: flex;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row.table_heading .table_heading,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .tab_content_row.table_heading .table_heading {
  font-size: 16px;
  font-weight: bold;
  color: #053D60;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .col,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .col {
  float: left;
  padding: 5px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .col.col1,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .col.col1 {
  width: calc((100% - 0px) * 0.15);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .col.col2,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .col.col2 {
  width: calc((100% - 0px) * 0.55);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .col.col3,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .col.col3 {
  width: calc((100% - 0px) * 0.20);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .col.col4,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .col.col4 {
  width: calc((100% - 0px) * 0.1);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .col.col5,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .col.col5 {
  /*width: 195px; */
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2.tab_content_row_price .tab_content_row_content p:not(.label),
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4.tab_content_row_price .tab_content_row_content p:not(.label) {
  color: #008BB5;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab3 .profile_info_tab_content .title {
  padding: 0 30px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .tab_heading {
  font-size: 16px;
  color: #808080;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 30px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .profile_info_tab_content .tab_content_row .col1 {
  width: calc((100% - 160px) * 0.3);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .profile_info_tab_content .tab_content_row .col2 {
  width: calc((100% - 160px) * 0.35);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .profile_info_tab_content .tab_content_row .col3 {
  width: calc((100% - 160px) * 0.3);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .profile_info_tab_content .tab_content_row .col4 {
  width: 160px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .profile_info_tab_content .tab_content_row .col5 {
  width: calc((100% - 160px) * 0.05);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .profile_info_tab_content .tab_content_row .col5 a {
  position: relative;
  height: 30px;
  width: 30px;
  display: block;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab4 .profile_info_tab_content .tab_content_row .col5 a:before {
  content: '';
  background-image: url("/images/kyl/Icons/ic-basket-grey.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab5 .title {
  margin-bottom: 30px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab5 .title,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab5 .upper_supplement {
  padding: 0 30px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab5 .title h4,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab5 .upper_supplement h4 {
  margin-top: 0;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab5 .title .btn-supplementary,
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab5 .upper_supplement .btn-supplementary {
  width: auto;
  margin-bottom: 40px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab5 .lower_supplement {
  margin: 0;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none;
  padding: 10px 0;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses::-webkit-scrollbar {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses::scrollbar {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  max-width: 340px;
  width: 340px;
  background-color: #EDF5FA;
  padding: 15px;
  margin: 0 10px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper:first-child {
  margin-left: 30px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_title {
  color: #053D60;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_progress_bar {
  margin-bottom: 20px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_progress_bar progress[value]::-webkit-progress-bar {
  background-color: white;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_progress_bar progress[value]::-webkit-progress-value {
  background-color: #008BB5;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_progress_bar .account_course_progress_bar_bar {
  width: 100%;
  height: 25px;
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #008BB5;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_progress_bar .account_course_progress_bar_scale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_progress_bar .account_course_progress_bar_scale div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  text-align: right;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_progress_bar .account_course_progress_bar_scale div span {
  color: #053D60;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_progress_bar .account_course_progress_bar_scale div.account_course_progress_bar_scale_indicator {
  position: relative;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_progress_bar .account_course_progress_bar_scale div.account_course_progress_bar_scale_indicator:after {
  border-right: 1px solid #053D60;
  content: '';
  position: absolute;
  top: -11px;
  right: 11px;
  width: 1px;
  height: 13px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_next_title {
  width: 55%;
  float: left;
  color: #6C6C6C;
  font-weight: normal;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .account_course_next_title .info {
  display: block;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .btn-wrapper {
  width: 45%;
  float: right;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .btn-wrapper .btn_continue {
  display: block;
  text-align: center;
  width: 100%;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses .account_course_wrapper .btn-wrapper.full_width {
  width: 210px;
  float: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .account_courses:after {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  content: '';
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .profile_user_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .profile_user_info .profile_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  width: 33%;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .profile_user_info .profile_item input:disabled {
  pointer-events: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .upper_supplement {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .upper_supplement .supplement_cover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  height: 180px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .upper_supplement .supplement_cover img {
  width: 90%;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .upper_supplement .supplement_description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .upper_supplement .supplement_description p,
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .upper_supplement .supplement_description ul {
  color: #6c6c6c;
  font-weight: normal;
  font-size: 16px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement {
  -webkit-box-shadow: none !important;
  overflow: visible;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .scroll_buttons {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .scroll_buttons i {
  cursor: pointer;
  color: #484848;
  font-size: 13px;
  width: 40px;
  height: 40px;
  transform: translate(0, -50%);
  background: white;
  padding: 10px 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
  position: absolute;
  line-height: 20px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .scroll_buttons i:hover {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .scroll_buttons i.arrow-right {
  right: 5px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .scroll_buttons i.arrow-left {
  left: 5px;
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .supplement_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
  scrollbar-width: none;
  padding: 10px 0;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .supplement_contents::-webkit-scrollbar {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .supplement_contents::scrollbar {
  display: none;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .supplement_contents .supplement {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  max-width: 270px;
  width: 270px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  margin: 0 15px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .supplement_container .lower_supplement .supplement_content_wrapper .supplement_contents:after {
  content: '';
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .finished_courses {
  margin-top: 40px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .finished_courses .btn-wrapper {
  width: 210px !important;
  float: left !important;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .finished_courses .account_course_description {
  color: #6C6C6C;
  font-weight: normal;
  margin-bottom: 20px;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab .profile_info_tab_content .finished_courses .account_course_description p {
  margin: 0;
}
@media (min-width: 992px) {
  body#account-profile .bookmarks_header {
    padding-right: 20px !important;
  }
}
@media (max-width: 991px) {
  .profile-page-only {
    padding: 0 !important;
    display: block !important;
  }
  body#account-profile .bookmarks_header {
    padding-right: 0 !important;
  }
  .profile_info_container .profile_info_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none !important;
    overflow: -moz-scrollbars-none !important;
    scrollbar-width: none;
  }
  .profile_info_container .profile_info_header::-webkit-scrollbar {
    display: none;
  }
  .profile_info_container .profile_info_header::scrollbar {
    display: none;
  }
  .profile_info_container .profile_info_header .profile_info_header_tab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    width: auto;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content {
    column-count: 2;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content > div:not(.form-actions) {
    width: 100%;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row.table_heading {
    display: none;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row {
    flex-wrap: wrap;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none !important;
    overflow: -moz-scrollbars-none !important;
    scrollbar-width: none;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content::-webkit-scrollbar {
    display: none;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content::scrollbar {
    display: none;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content .mobile-only {
    display: inline-block !important;
    margin-right: 10px;
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content.tab_content_row_bill a {
    background-color: #008BB5;
    padding: 8px 10px;
    color: white !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-top: 20px;
    width: 300px;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content.tab_content_row_price p:not(.label) {
    color: #053D60 !important;
    font-weight: bold !important;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content.row1 {
    -webkit-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .tab_content_row .tab_content_row_content.row4 {
    -webkit-border-radius: 0 0 4px 4px !important;
    -moz-border-radius: 0 0 4px 4px !important;
    border-radius: 0 0 4px 4px !important;
  }
}
@media (max-width: 767px) {
  body.view-item:not(.nomenu) #sp-main-body > .container .itemBody > .header_content {
    min-height: 310px;
    padding: 0;
  }
  body.view-item:not(.nomenu) #sp-main-body > .container .itemBody > .header_content .bg_blue_to_fade .header_content_login_text {
    max-width: none;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: 100%;
    overflow-y: scroll;
  }
  .cat_author_header .cat_author_image {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .cat_author_header .cat_author_image img {
    width: 300px;
    max-width: 100%;
    margin-right: 0px;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content {
    column-count: 1;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content input[type='checkbox'] {
    width: auto;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .form-actions .btn-primary {
    display: block;
    margin: 0 auto;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit .form-actions .edit_profile_btn,
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1.noedit .form-actions .edit_password_btn {
    display: block;
    margin: 10px auto;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab .supplement_container .upper_supplement .supplement_description,
  .profile_info_container .profile_info_content_wrapper .profile_info_tab .supplement_container .upper_supplement .supplement_cover {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab .supplement_container .upper_supplement .supplement_cover {
    height: auto !important;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab .supplement_container .upper_supplement .supplement_cover img {
    width: auto !important;
    height: 210px;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab .tab_content_row_bill a {
    font-size: 12px !important;
  }
  body#account-profile .logout-btn {
    float: none !important;
  }
  body#account-profile .logout-btn li a {
    margin: 20px auto 50px;
  }
  body#account-profile .body-wrapper #sp-section-2 > .container,
  body#account-profile .body-wrapper #sp-section-3 > .container {
    padding-left: 0;
    padding-right: 0;
  }
  body#account-profile .body-wrapper #sp-section-2 > .container #sp-position-7,
  body#account-profile .body-wrapper #sp-section-3 > .container #sp-position-7 {
    padding-left: 5px;
    padding-right: 5px;
  }
  body#account-profile .body-wrapper #sp-main-body > .container {
    padding-left: 0;
    padding-right: 0;
  }
  body#account-profile .body-wrapper #sp-main-body > .container #sp-component {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 420px) {
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content > div:not(.form-actions) {
    padding: 0;
    margin: 10px 0;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content > div:not(.form-actions) .control-label {
    width: 100%;
    padding: 5px 0;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content > div:not(.form-actions) .controls {
    width: 100%;
    padding: 0;
  }
  .profile_info_container .profile_info_content_wrapper .profile_info_tab.tab1 .profile_info_tab_content > div:not(.form-actions) .controls input {
    padding: 0;
  }
}
/*#########################################################
		   Kontakt
#########################################################*/
#kontakt .copyright-sec {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.kontakt_sec1 {
  padding-bottom: 20px !important;
  padding-top: 50px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6 {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(2) {
  margin-top: 20px;
  background-color: #008BB5;
  padding: 60px;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(2) .sppb-column-addons > div {
  margin: 0 !important;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(2) img {
  padding: 30px;
  height: 400px;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(2) .sppb-addon-title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(2) .buttons-row {
  padding: 0 !important;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(2) .buttons-row .buttons-col > .sppb-column-addons {
  text-align: center;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(2) .buttons-row .buttons-col > .sppb-column-addons div {
  display: inline-block;
  margin: 0;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:first-child {
  padding: 30px;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:first-child .sppb-column-addons > div {
  margin: 0 !important;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:first-child .sppb-addon-title {
  color: #053D60;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0 !important;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6 .sppb-addon-content,
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6 p {
  font-weight: normal;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6 .btn-ic {
  color: white;
}
.kontakt_sec2 {
  padding: 0 !important;
}
.kontakt_sec2 > .sppb-row-container > .sppb-row > .sppb-col-md-12 {
  padding: 0 10px;
}
.kontakt_sec2 .sppb-column-addons > div {
  margin: 0 !important;
}
.kontakt_sec2 .sppb-column-addons > div:first-child {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
}
.kontakt_sec2 .infoblock {
  position: absolute;
  top: 0;
  background: white;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: white;
}
.kontakt_sec2 .infoblock .sppb-addon-title {
  color: #053D60;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0 !important;
}
.kontakt_sec2 .infoblock .sppb-addon-content {
  font-weight: normal;
}
.btn-ic {
  background: none !important;
  border: none;
}
.btn-ic i {
  background: white;
  color: #053D60;
  padding: 8px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.btn-ic.ic-mail i {
  font-size: 14px;
}
.btn-ic.ic-phone i {
  font-size: 17px;
}
.kontakt_sec2 > .sppb-row-container > .sppb-row,
#kontakt .copyright-sec > .sppb-row-container > .sppb-row {
  margin: 0;
}
.kontakt_sec1 > .sppb-row-container > .sppb-row {
  margin: 0 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.contact-form .form-actions button {
  margin: 0;
  width: auto;
  padding: 10px 30px;
  text-transform: none;
}
.contact-form input:not([type="radio" ]),
.contact-form textarea {
  border: none;
  background: none;
  outline: 0;
  border-radius: 0;
  border-bottom: 1px solid #D0D0D0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact-form textarea {
  height: 100px;
  resize: none;
}
.contact-form label.radio {
  width: 100%;
  margin-left: 0 !important;
  cursor: pointer;
}
.contact-form label.radio input[type="radio"] {
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.contact-form label.radio input[type="radio"]:after,
.contact-form label.radio input[type="radio"]:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: -2px;
  top: 0px;
  pointer-events: none;
}
.contact-form label.radio input[type="radio"]:checked:before {
  border: 5px solid white;
}
.contact-form label.radio input[type="radio"]:before {
  background-color: #008BB5;
  border: 9px solid white;
}
.contact-form label.radio input[type="radio"]:after {
  border: 1px solid #008BB5;
}
.contact-form .bfErrorMessage {
  padding: 0;
}
.contact-form #bfPage1 .bfErrorMessage,
.contact-form #bfPage2 .bfErrorMessage {
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #eaacac;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}
.contact-form #bfPage3 {
  background-color: white;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1474px) {
  .kontakt_sec1 > .sppb-row-container > .sppb-row {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  #kontakt .contact-form .form-actions button {
    float: none !important;
    display: inline-block;
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  #kontakt .kontakt_sec1 > .sppb-row-container > .sppb-row > .sppb-col-md-6:nth-child(2) img {
    width: 250px;
  }
  #kontakt .kontakt_sec1 .sppb-addon-title {
    font-size: 20px;
  }
  #kontakt .contact-form .form-actions button {
    margin: 10px 10px;
  }
  #kontakt #bfPage1 {
    padding-bottom: 160px;
  }
  #kontakt #bfPage2 {
    padding-bottom: 160px;
  }
}
/*############################################################
                     Allgemein
##############################################################*/
.header_content_buy_text,
.header_content_login_text,
.course_trailer_overlay {
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 35px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header_content_buy_text .watch_trailer_button,
.header_content_login_text .watch_trailer_button,
.course_trailer_overlay .watch_trailer_button,
.header_content_buy_text .register_button,
.header_content_login_text .register_button,
.course_trailer_overlay .register_button,
.header_content_buy_text .overlay_register_button,
.header_content_login_text .overlay_register_button,
.course_trailer_overlay .overlay_register_button {
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  transition: color ease 300ms;
}
.header_content_buy_text .watch_trailer_button:hover,
.header_content_login_text .watch_trailer_button:hover,
.course_trailer_overlay .watch_trailer_button:hover,
.header_content_buy_text .register_button:hover,
.header_content_login_text .register_button:hover,
.course_trailer_overlay .register_button:hover,
.header_content_buy_text .overlay_register_button:hover,
.header_content_login_text .overlay_register_button:hover,
.course_trailer_overlay .overlay_register_button:hover {
  color: #EDF5FA;
}
.header_content_buy_text .price_badge,
.header_content_login_text .price_badge,
.course_trailer_overlay .price_badge,
.header_content_buy_text + .price_badge,
.header_content_login_text + .price_badge,
.course_trailer_overlay + .price_badge {
  width: 143px;
  height: 105px;
  padding-top: 55px;
  font-size: 21px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-image: url("/images/kyl/price_badge.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(6deg);
  z-index: 1;
  color: white;
  text-align: center;
}
.header_content_buy_text .overlay-inner,
.header_content_login_text .overlay-inner,
.course_trailer_overlay .overlay-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header_content_buy_text .biggest_buy_text,
.header_content_login_text .biggest_buy_text,
.course_trailer_overlay .biggest_buy_text {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: normal;
}
@media (max-width: 600px) {
  .header_content_buy_text .biggest_buy_text,
  .header_content_login_text .biggest_buy_text,
  .course_trailer_overlay .biggest_buy_text {
    font-size: 20px;
  }
}
.header_content_buy_text .smaller_buy_tex,
.header_content_login_text .smaller_buy_tex,
.course_trailer_overlay .smaller_buy_tex {
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
}
.header_content_buy_text .big_buy_text,
.header_content_login_text .big_buy_text,
.course_trailer_overlay .big_buy_text {
  font-size: 20px;
  font-weight: 700;
}
.header_content_buy_text .big_buy_text.no_fat,
.header_content_login_text .big_buy_text.no_fat,
.course_trailer_overlay .big_buy_text.no_fat {
  font-weight: normal;
}
@media (max-width: 600px) {
  .header_content_buy_text .big_buy_text,
  .header_content_login_text .big_buy_text,
  .course_trailer_overlay .big_buy_text {
    font-size: 16px;
  }
}
.header_content_buy_text .regular_buy_text,
.header_content_login_text .regular_buy_text,
.course_trailer_overlay .regular_buy_text {
  font-size: 16px;
}
.header_content_buy_text .content_buy_button,
.header_content_login_text .content_buy_button,
.course_trailer_overlay .content_buy_button,
.header_content_buy_text .content_login_button,
.header_content_login_text .content_login_button,
.course_trailer_overlay .content_login_button,
.header_content_buy_text .overlay_login_button,
.header_content_login_text .overlay_login_button,
.course_trailer_overlay .overlay_login_button,
.header_content_buy_text .content_show_login_button,
.header_content_login_text .content_show_login_button,
.course_trailer_overlay .content_show_login_button,
.header_content_buy_text .content_show_login_button_congress,
.header_content_login_text .content_show_login_button_congress,
.course_trailer_overlay .content_show_login_button_congress {
  margin-top: 25px;
}
.header_content_buy_text .content_buy_button a,
.header_content_login_text .content_buy_button a,
.course_trailer_overlay .content_buy_button a,
.header_content_buy_text .content_login_button a,
.header_content_login_text .content_login_button a,
.course_trailer_overlay .content_login_button a,
.header_content_buy_text .overlay_login_button a,
.header_content_login_text .overlay_login_button a,
.course_trailer_overlay .overlay_login_button a,
.header_content_buy_text .content_show_login_button a,
.header_content_login_text .content_show_login_button a,
.course_trailer_overlay .content_show_login_button a,
.header_content_buy_text .content_show_login_button_congress a,
.header_content_login_text .content_show_login_button_congress a,
.course_trailer_overlay .content_show_login_button_congress a {
  padding: 10px 30px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: white;
  color: #008BB5;
  font-weight: 600;
  -webkit-transition: box-shadow ease 300ms;
  -moz-transition: box-shadow ease 300ms;
  -ms-transition: box-shadow ease 300ms;
  -o-transition: box-shadow ease 300ms;
  transition: box-shadow ease 300ms;
}
.header_content_buy_text .content_buy_button a:hover,
.header_content_login_text .content_buy_button a:hover,
.course_trailer_overlay .content_buy_button a:hover,
.header_content_buy_text .content_login_button a:hover,
.header_content_login_text .content_login_button a:hover,
.course_trailer_overlay .content_login_button a:hover,
.header_content_buy_text .overlay_login_button a:hover,
.header_content_login_text .overlay_login_button a:hover,
.course_trailer_overlay .overlay_login_button a:hover,
.header_content_buy_text .content_show_login_button a:hover,
.header_content_login_text .content_show_login_button a:hover,
.course_trailer_overlay .content_show_login_button a:hover,
.header_content_buy_text .content_show_login_button_congress a:hover,
.header_content_login_text .content_show_login_button_congress a:hover,
.course_trailer_overlay .content_show_login_button_congress a:hover {
  -webkit-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  -moz-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
}
.header_content_buy_text .content_buy_button.premium,
.header_content_login_text .content_buy_button.premium,
.course_trailer_overlay .content_buy_button.premium,
.header_content_buy_text .content_login_button.premium,
.header_content_login_text .content_login_button.premium,
.course_trailer_overlay .content_login_button.premium,
.header_content_buy_text .overlay_login_button.premium,
.header_content_login_text .overlay_login_button.premium,
.course_trailer_overlay .overlay_login_button.premium,
.header_content_buy_text .content_show_login_button.premium,
.header_content_login_text .content_show_login_button.premium,
.course_trailer_overlay .content_show_login_button.premium,
.header_content_buy_text .content_show_login_button_congress.premium,
.header_content_login_text .content_show_login_button_congress.premium,
.course_trailer_overlay .content_show_login_button_congress.premium {
  display: none;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .header_content_buy_text .content_buy_button,
  .header_content_login_text .content_buy_button,
  .course_trailer_overlay .content_buy_button {
    display: inline-flex;
  }
}
.bg_blue_to_fade.login_text {
  display: none;
}
.bg_blue_to_fade.login_text .header_content_login_text {
  max-width: 60%;
}
.bg_blue_to_fade.login_text .header_content_login_text .register_button,
.bg_blue_to_fade.login_text .header_content_login_text .overlay_register_button {
  margin-top: 10px;
}
.trailer_section .bg_blue_to_fade.login_text {
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.trailer_section .bg_blue_to_fade.login_text .header_content_login_text {
  top: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
/*############################################################
                      Media Queries
##############################################################*/
@media (max-width: 1199px) {
  .author_boxes.boxes_3 .box {
    padding: 15px;
    min-height: 340px;
  }
  .author_boxes.boxes_3 .box .box_link a {
    font-size: 12px;
  }
  .cat_author_header .cat_author_image img {
    width: 300px;
  }
  .supplementary_header .code_input_wrapper .btn_search_code {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content {
    padding-top: 90px;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content .thumbnail_item:after,
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content_placeholder .thumbnail_item:after {
    content: attr(data-title) !important;
    color: white;
    position: absolute;
    width: 90%;
    font-size: 12px;
    font-weight: 600;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  .author_boxes {
    padding: 0 !important;
  }
  .author_boxes.boxes_3,
  .author_boxes.boxes_2 {
    margin-top: 0;
  }
  .author_boxes.boxes_3 .box,
  .author_boxes.boxes_2 .box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 20px 0 0 !important;
    min-height: 100%;
    padding: 30px;
  }
  .author_boxes.boxes_3 .box .box_link,
  .author_boxes.boxes_2 .box .box_link {
    position: relative;
    bottom: auto;
  }
  .coursesView.itemListView .additional_material .additional_contents .single_content {
    width: calc(50% - 20px);
    float: left;
    max-width: none;
  }
  #sp-bottom,
  #account-profile #sp-section-2,
  #account-profile #sp-section-3,
  #sp-main-body {
    margin-left: 0;
    width: 100% !important;
  }
  #sp-bottom4 {
    width: 100%;
  }
  .itemView .additional_material .overlay .overlay_content {
    width: 90%;
  }
  .itemView .additional_material .itemListPrimary .itemContainer {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .itemView .additional_material .itemListPrimary .itemContainer {
    width: 50% !important;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content {
    width: 90%;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .media_content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .media_content .lw-cover {
    width: 100%;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .media_content .lw-cover img {
    margin-left: auto;
    margin-right: auto;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .media_content .real_content {
    margin-left: auto;
    margin-right: auto;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .media_content .real_content .kylbtn {
    display: block;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .media_content .lw-cover {
    -webkit-order: 2;
    order: 2;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content,
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content_placeholder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content .thumbnail_item,
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content_placeholder .thumbnail_item {
    width: calc(33.33% - 20px);
    float: left;
    margin: 10px;
  }
  .itemView .additional_material .supplementary_item_header {
    margin-bottom: 30px;
  }
  .itemView .additional_material .supplementary_item_header .all_download_btn_wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .itemView .additional_material .supplementary_item_header h2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .itemListView .supplementary_header .left_block,
  .itemListView .supplementary_header .right_block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .itemListView .itemList.supplementary #itemListPrimary .itemContainer {
    width: 50% !important;
    float: left;
    /* .catItemView{
             margin-left: 20px;
           }

           &:nth-child(odd){
             .catItemView{
               margin-left: 0;
             }
           }*/
  }
}
@media (max-width: 600px) {
  .coursesView.itemListView .additional_material .additional_contents {
    display: block;
    padding: 10px;
  }
  .coursesView.itemListView .additional_material .additional_contents .single_content {
    width: calc(100% - 20px);
    float: left;
    max-width: none;
  }
  .itemListView .supplementary_header .left_block,
  .itemListView .supplementary_header .right_block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
    width: 90%;
  }
  .itemListView .supplementary_header .left_block .header_text,
  .itemListView .supplementary_header .right_block .header_text {
    width: 100%;
    padding: 10px;
  }
  .itemListView .itemList.supplementary #itemListPrimary .itemContainer {
    width: 380px !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .itemListView .itemList.supplementary #itemListPrimary .itemContainer .withImage a,
  .itemListView .itemList.supplementary #itemListPrimary .itemContainer .withImage .themeName {
    width: 100%;
    text-align: left;
  }
  .itemView .additional_material .itemListPrimary .itemContainer {
    width: 380px !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .withImage a,
  .itemView .additional_material .itemListPrimary .itemContainer .withImage .themeName {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }
  .itemView .additional_material .supplementary_item_header .all_download_btn_wrapper {
    text-align: center;
    margin-top: 50px;
  }
  .itemView .additional_material .supplementary_item_header h2 {
    text-align: center;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content .thumbnail_item,
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content_placeholder .thumbnail_item {
    margin: 5px;
    width: calc(33.33% - 10px);
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .media_content .real_content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .info_block .facts .fact {
    text-align: left;
    margin-bottom: 5px;
  }
  .info_block .facts .fact .facts_label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .info_block .facts .fact .facts_value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100%);
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    width: calc(100%);
  }
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content .thumbnail_item,
  .itemView .additional_material .itemListPrimary .itemContainer .overlay .overlay_content .sidebar_content_placeholder .thumbnail_item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 420px) {
  .itemView .supplement_title,
  .itemView .lower_textfield {
    padding: 0 10px;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .facts .formatType {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .itemView .additional_material .itemListPrimary .itemContainer .facts .themeName {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .itemListView .supplementary_header .left_block,
  .itemListView .supplementary_header .right_block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .itemListView .filter_bar {
    padding: 10px 10px 12px 10px;
  }
  .itemListView .filter_bar input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .itemListView #itemListPrimary .itemContainer,
  .catItemView.theme_item_width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    width: 25% !important;
  }
}
@media (max-height: 500px) {
  body.view-remind,
  body.view-reset {
    height: auto;
  }
  body.view-remind #sp-main-body,
  body.view-reset #sp-main-body {
    padding-bottom: 50px;
  }
  body.view-remind #sp-main-body #sp-component > .sp-column > .row > .col-sm-4,
  body.view-reset #sp-main-body #sp-component > .sp-column > .row > .col-sm-4 {
    top: auto !important;
    transform: none !important;
    margin: 30px auto;
  }
}
.toast {
  position: fixed;
  background: #3597B5;
  z-index: 999;
  bottom: 90px;
  left: calc(230px + ((100% - 230px) * 0.5));
  transform: translate(-50%, 0);
  border-radius: 4px;
  padding: 10px;
  display: none;
  color: white;
}
.com-osmembership.task-process_subscription #sp-section-3 > .container,
.com-osmembership.task-process_subscription #sp-section-2 > .container {
  width: 100vw;
  padding: 0;
  margin: 0;
}
.alert .close {
  top: 0;
  right: 0;
}
/*************************
    COOKIEBAR ANFANG
**************************/
#cookiebar-007 {
  position: fixed;
  bottom: 0;
  left: 0;
  background: whitesmoke;
  width: 100%;
  z-index: 99999;
  padding: 20px;
  box-shadow: 0px -1px 20px 0px rgba(134, 127, 127, 0.26);
}
#cookiebar-007 .text {
  color: #6c6c6c;
  margin: 0;
  width: 68%;
  float: left;
  font-weight: 400;
  padding-right: 20px;
}
#cookiebar-007 .text a {
  color: #2073A7;
  -webkit-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  -ms-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  transition: color ease 300ms;
  text-decoration: none;
}
#cookiebar-007 .text a:hover {
  color: #b0d5ea;
}
#cookiebar-007 .btn-container {
  float: left;
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  width: 30%;
}
#cookiebar-007 .btn-container a {
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
}
#cookiebar-007 .btn-container .btn-yes {
  margin-right: 10px;
  background: #057293;
  color: white;
  white-space: nowrap;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
#cookiebar-007 .btn-container .btn-yes:hover {
  -webkit-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  -moz-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
}
#cookiebar-007 .btn-container .btn-no {
  background-color: #bdbdbd;
  color: #F0F0F0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
#cookiebar-007 .btn-container .btn-no:hover {
  -webkit-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  -moz-box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
  box-shadow: 0px 6px 17px 0px rgba(70, 27, 2, 0.16);
}
@media (max-width: 767px) {
  #cookiebar-007 .btn-container,
  #cookiebar-007 .text {
    width: 100%;
    text-align: center;
    padding: 0 10px !important;
  }
  #cookiebar-007 .btn-container {
    margin-top: 20px;
    text-align: center;
    position: relative;
    transform: none;
  }
}
/*************************
    COOKIEBAR ENDE
**************************/
body.task-process_subscription .smaller_menu {
  display: none;
}
/** Dashboard */
.dashboard {
  position: relative;
  overflow: visible;
  min-width: 1140px;
  min-height: 80vh;
}
.dashboard .table_options {
  min-width: 1140px;
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dashboard .table_options .filters {
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  padding: 12px 0;
}
.dashboard .table_options .filters .filter {
  border-right: 1px solid #D0D0D0;
  display: inline-block;
  position: relative;
}
.dashboard .table_options .filters .filter:last-of-type {
  border-right: none;
}
.dashboard .table_options .filters .filter .label {
  background: transparent url("/images/kyl/Icons/arrow_down_blue.svg") no-repeat right 20px center;
  font-family: "Helvetica Neue";
  padding: 6px 54px 6px 24px;
  display: inline-block;
  background-size: 16px;
  letter-spacing: 0.8px;
  color: #053D60;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.dashboard .table_options .filters .filter .options {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f5f5f5;
  top: calc(100% + 12px);
  position: absolute;
  max-height: 378px;
  overflow: scroll;
  left: 0;
  padding: 0 24px;
  min-width: 100%;
  z-index: 1;
  height: 0;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.16);
}
.dashboard .table_options .filters .filter .options.opened {
  height: auto;
}
.dashboard .table_options .filters .filter .options .option {
  background: transparent url("/images/kyl/Icons/checkbox_empty.svg") no-repeat left top 14px;
  border-bottom: 1px solid #D0D0D0;
  background-size: 20px !important;
  font-family: "Helvetica Neue";
  padding: 12px 0 12px 36px;
  letter-spacing: 0.8px;
  color: #053D60;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.dashboard .table_options .filters .filter .options .option:last-child {
  border-bottom: none;
}
.dashboard .table_options .filters .filter .options .option:hover {
  color: #3597B5;
  background: transparent url("/images/kyl/Icons/checkbox_empty_hover.svg") no-repeat left top 14px;
}
.dashboard .table_options .filters .filter .options .option[data-option-active="true"] {
  background: transparent url("/images/kyl/Icons/checkbox_filled.svg") no-repeat left top 14px;
}
.dashboard .table_options .filters .filter .options .option[data-option-active="true"]:hover {
  background: transparent url("/images/kyl/Icons/checkbox_filled_hover.svg") no-repeat left top 14px;
}
.dashboard .table_options .filters .filter .options .date_inputs {
  height: auto;
  padding: 4px 0 12px;
}
.dashboard .table_options .filters .filter .options .date_inputs.invalid .date_input {
  border-color: #eaacac;
}
.dashboard .table_options .filters .filter .options .date_inputs label {
  font-size: 10px;
  line-height: 10px;
}
.dashboard .table_options .filters .filter .options .date_inputs .date_input {
  display: block;
}
.dashboard .table_options .filters .filter .options .date_inputs .date_input:first-child {
  margin: 0 0 12px 0;
}
.dashboard .table_options .buttons {
  justify-content: flex-end;
  padding: 12px 24px 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  align-items: center;
}
.dashboard .table_options .buttons .export {
  background: #3597B5 url("/images/kyl/Icons/export.svg") no-repeat left 24px center;
  padding: 12px 24px 12px 50px;
  text-transform: uppercase;
  display: inline-block;
  background-size: 15px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  margin: 0;
}
.dashboard .table {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 1140px;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.dashboard .table[data-order-by="timespan"][data-order="desc"] .table_head .timespan {
  background: transparent url("/images/kyl/Icons/arrow_down_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="timespan"][data-order="asc"] .table_head .timespan {
  background: transparent url("/images/kyl/Icons/arrow_up_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="bookings"][data-order="desc"] .table_head .bookings {
  background: transparent url("/images/kyl/Icons/arrow_down_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="bookings"][data-order="asc"] .table_head .bookings {
  background: transparent url("/images/kyl/Icons/arrow_up_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="discount"][data-order="desc"] .table_head .discounts {
  background: transparent url("/images/kyl/Icons/arrow_down_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="discount"][data-order="asc"] .table_head .discounts {
  background: transparent url("/images/kyl/Icons/arrow_up_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="payment_fees"][data-order="desc"] .table_head .payment_fees {
  background: transparent url("/images/kyl/Icons/arrow_down_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="payment_fees"][data-order="asc"] .table_head .payment_fees {
  background: transparent url("/images/kyl/Icons/arrow_up_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="sales"][data-order="desc"] .table_head .sales {
  background: transparent url("/images/kyl/Icons/arrow_down_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="sales"][data-order="asc"] .table_head .sales {
  background: transparent url("/images/kyl/Icons/arrow_up_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="taxes"][data-order="desc"] .table_head .taxes {
  background: transparent url("/images/kyl/Icons/arrow_down_blue.svg") no-repeat right 14px center;
}
.dashboard .table[data-order-by="taxes"][data-order="asc"] .table_head .taxes {
  background: transparent url("/images/kyl/Icons/arrow_up_blue.svg") no-repeat right 14px center;
}
.dashboard .table .row {
  border-bottom: 1px solid #F0F0F0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  scrollbar-width: none;
  width: 100%;
  margin: 0;
}
.dashboard .table .row.no_entries {
  font-weight: 600;
  padding: 16px;
  font-size: 16px;
  color: #eaacac;
}
.dashboard .table .row.no_entries span {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.dashboard .table .row .column {
  border-right: 1px solid #F0F0F0;
  flex: 0 0 calc(100% / 6);
}
.dashboard .table .row .column.payment_fees {
  flex: 0 0 23%;
}
.dashboard .table .row .column.taxes {
  flex: 10%;
}
.dashboard .table .row .column:last-of-type {
  border-right: none;
}
.dashboard .table .row .column:first-of-type span {
  padding-left: 0 !important;
}
.dashboard .table .row .column span {
  padding: 4px 14px;
  display: inline-block;
}
.dashboard .table .table_head .row .column {
  background: transparent url("/images/kyl/Icons/arrow_down_grey.svg") no-repeat right 14px center;
  background-size: 12px !important;
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  color: #6c6c6c;
  line-height: 46px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.dashboard .table .table_body .row:last-of-type {
  border-bottom: none;
}
.dashboard .table .table_body .row .column.sales {
  color: #3597B5;
  font-weight: 600;
}
.dashboard .table .table_body .row .column span {
  padding-bottom: 16px;
  padding-top: 16px;
}
/**
style of the container in congress category (AOC-899)
 */
.moduletable h3 {
  display: none;
}
.vorteile_box {
  padding: 0 !important;
  margin: 0 10px !important;
}
.vorteile_box .text_block {
  background-color: #057293;
  color: white;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-bottom: 0;
}
.vorteile_box .text_block h4 {
  text-transform: uppercase;
}
.vorteile_box .text_block ul {
  padding-left: 0;
}
.vorteile_box .text_block ul li {
  position: relative;
  padding: 5px 0px 5px 30px;
  list-style: none;
  font-weight: bold;
  border: none;
}
.vorteile_box .text_block ul li:before {
  content: '';
  background-image: url("/images/kyl/Icons/check_icon.svg");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.vorteile_box .text_block.white ul li {
  color: white;
}
.vorteile_box .text_block.white ul li:before {
  background-image: url("/images/kyl/Icons/ic-check-white.svg");
}
.vorteile_box .text_block ul li {
  font-weight: inherit;
  overflow-wrap: break-word;
}
.premium_box {
  margin-top: 20px !important;
}
.program_link,
.trailer_link {
  display: inline-block;
  margin: 10px;
  margin-top: 25px;
  color: white;
  font-size: 2rem;
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 600px) {
  .program_link,
  .trailer_link {
    font-size: 1.5rem;
    display: block;
  }
}
.trailer_link {
  margin: 0;
}
.congress_trailer_section {
  padding: 0 15px !important;
}
.congress_trailer_section .sppb-container-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.optout_ga {
  cursor: pointer;
}
.itemBody .facts .facts_links {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .itemBody .facts .facts_links {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  .itemBody .facts .facts_links {
    flex-direction: column;
  }
}
.itemBody .facts .facts_links .facts_button {
  float: none;
  margin: 0;
}
@media (max-width: 600px) {
  .itemBody .facts .facts_links .facts_button {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  .itemBody .facts .facts_links .facts_button {
    margin-bottom: 20px;
  }
}
.itemBody .facts .facts_links .book_marks {
  float: none;
  margin: 0;
  width: 196px;
}
.itemBody .facts .facts_links_2 div {
  width: 235px;
  font-weight: bold;
}
.profile_info_container .profile_info_content_wrapper .profile_info_tab.tab2 .col.tab_content_row_bill {
  display: none !important;
}
