/* MaHo Custom CSS START */
/* ECADIA OVERWRITE START */

/* Swipe works with mouse as well but often causes text selection. */
/* We'll deny text selecton on everything but INPUTs and TEXTAREAs. */
.ecadiaMobilePage :not(INPUT):not(TEXTAREA):not(a), .unselectable {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}
.catalogDataBox .highlightArea.expandArea a {
	color: #d40828;
}
a:hover:not(.nav-link):not(.btn):not(.dropdown-item):not(.nav_link):not(.btn):not(.abus-button) {
	text-decoration: underline;
	color: #d40828;	
}

.abus-footer .nav-link:focus, .abus-footer .nav-link:hover {
    color: white;
	text-decoration: none;
}

#explorerSearchRow .border-bottom {
	border-color: transparent !important;
}
.list-group-item .list-item-text-block .list-item-subtitle-left {
	font-weight: bold;
}
.list-group-item.list-group-item-action .list-item-block-noIcon .list-item-text-block h5 {
	font-family: ABUS Fago Pro2,sans-serif;
	color: var(--color-text-link);
}
#explorer-tp-list > li > div > div > div.list-item-text.content > div.explorer-event-table.table-responsive > table > thead > tr > th {
	font-weight: bold;
}
#offcanvasNavbar > div.offcanvas-body > ul > li > ul > li:nth-child(1) > a {
	font-weight: bold !important;
}
#abus-header-menu-selection-category:hover, .abus-nav-item-upper-row .link-dark:hover {
	text-decoration: none !important;
	color: #d40828 !important;	
}
.explorer-search .startSearchExplorer {
	min-width: unset !important;
}
#Catalog_Filter .catalogueSearchFields {
	display: none;
}
@media screen and (max-width: 575px) {
  #registerGuestStepControl .step-content .btn  {
    min-width: calc(50% - 15px);
  }
}
.ecadiaMobilePage {
	background-color: #f5f5f5;
}
/* For better mobile overview */
@media screen and (max-width: 993px) {
  .contentArea_explorer #searchResultArea .mobileWidget .list-item-block-withIcon {
    display: block !important;
  }
  .contentArea_explorer #searchResultArea .mobileWidget .list-item-block-withIcon .explorer-event-table .table {
    width: 100% !important;
  }
  #explorer-tp-list > li > div > div > div.list-item-text.content > div.explorer-event-table.table-responsive > table > tbody > tr > td:nth-child(3) {
    text-wrap: nowrap !important;
  }
}
.btn-link.nextParticipantButton span {
	font-family: ABUS Fago Pro, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: .1em;
    line-height: 14px;
}
.btn-link.nextParticipantButton {
	margin-top: 15px !important;
}
.abus-navbar-menu-category-item .dropdown-menu {
	--bs-dropdown-border-radius: none !important;
}
.form-control, .select2-container--default .select2-selection--single, .select2-dropdown, .accordion-item:last-of-type .accordion-button, .accordion, .widget-container.card, .contentArea_eventlist .list-group-horizontal, .contentArea_eventlist .list-group, .list-group-horizontal>.list-group-item:first-child, .list-group-horizontal>.list-group-item:last-child, .navbar-nav .dropdown-menu.abus-header-menu-category-list, .navbar-toggler, .btn-close  {
	border-radius: unset !important;
}
.list-item-block-noIcon {
	padding: 8px 16px !important;
}
#explorer-breadcrumbs .breadcrumb {
	padding-left: 0px !important;
	margin-top: 16px;
}
.list-item-tags > .item-list-tag {
	display: none;
}
.nospacing p iframe {
	max-width: 100%;
	aspect-ratio: 16/9;
	height: auto;
}
/* ECADIA OVERWRITE END */

/* HERO NEW END */
.carousel-custom-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #d40828;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.2rem;
}

.carousel-item {
  width: 100%;
  min-width: 60dvw;
  min-height: 60dvh;
}


.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
}

.carousel-control-prev {
  left: 50%; 
  transform: translateX(-60px);
}

.carousel-control-next {
  right: 50%;
    transform: translateX(60px);
}

.carousel-control-prev .control-icon,
.carousel-control-next .control-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.carousel-control-prev .control-icon svg,
.carousel-control-next .control-icon svg {
  pointer-events: none;
}

.abus-carousel-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.abus-carousel .abus-button {
color: white;
}
.abus-carousel-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15); /* Schwarzes Overlay mit 20% Deckkraft */
}
.abus-carousel h1, .abus-carousel p {
	text-shadow: #000 1px 0 10px;
}
.abus-carousel {
	margin-top: 15px;
}
/* HERO NEW END */

/* IMPORTANT HARD OVERWRITE START */
.carousel-indicators .active {
	background-color: transparent !important;
}
.container:has(.container-fluid) {
    max-width: none;
}
.contentArea {
	padding: 0px;
}
.ecadiaMobilePage.mb-5 {
	margin-bottom: 0px !important;
}
.contentArea.mb-5 {
	margin-bottom: 0px !important;
	padding-bottom: 25px;
}
.abus-adjust {
	background-color: white;
}
.catalogDataBox {
	background-color: white;
    padding: 30px;
}
.event-box {
	background-color: white;
	border: 0px;
	margin-bottom: 24px;
}
.accordion-item .accordion-button.collapsed::after {
	content: "\2b" !important;
	color: #d40828 !important;
	background-color: transparent !important;
}
.accordion-item .accordion-button::after {
	content: "\f068";
	color: #d40828 !important;
	background-color: transparent !important;
}
.accordion-item .accordion-button {
	background-color: transparent !important;
	border: 1px solid #e5e5e5;
	margin-bottom: 12px;
}
.abus-home-mobile-header {
	padding-bottom: 79px;
}
/* TRY TO AVOID THIS: */
.border {
	border: 0px !important;
}
#trainingProductActions {
	display: none;
}
.accordion-button:hover {
	box-shadow: none !important;
}
h1.pageHeader {
	padding-top: 0px !important;
}
/* IMPORTANT HARD OVERWIRT END */
/* #f5f5f5 BACKGROUND START */
.main-area {
	background-color: #f5f5f5;
}
/* #f5f5f5 BACKGROUND END */
/* Hero Stage START */
.pageHeader img, .abus-header img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
/* Hero Stage END */
/* Team Card CSS START */
.card-title:after {
  background-color: #d40828;
  content: "";
  display: block;
  height: 2px;
  margin: 16px auto 0;
  width: 60px;
}
/* Team Cards CSS END */
/* Calendar CSS START */
.evo-calendar, .calendar-inner {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
/* Calendar CSS END */

a .abus-icon-color {
	color: #000;
	transition: all .25s ease-in-out;
}
a .abus-icon-color:hover {
	color: gray;
}

.carousel img {
    height: 65vh;
    object-fit: cover;
}

.background-gray, .bg-gray {
  background-color: #f5f5f5;
}
.bg-gray [class^="col-"],
.bg-gray [class*=" col-"] {
  background-color: #fff;
  padding: 40px 40px;
}
@media (min-width: 992px) {
.bg-gray [class^="col-"],
.bg-gray [class*=" col-"] {
    padding: 120px 120px;
  }
}	
.bg-gray .container .row [class^="col-"] > :last-child,
.bg-gray .container .row [class*=" col-"] > :last-child {
  margin: 0px !important;
}
.abus-h1 {
    color: #262626;
    font-family: ABUS Fago Pro-Black,sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 0 26px 24px;
    position: relative;
    text-transform: uppercase;
	text-align: left;
    hyphens: auto; 
	overflow-wrap: break-word;
}
.abus-h2 {
    color: #262626;
    font-family: ABUS Fago Pro-Black,sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: .05em;
    line-height: 1;
    margin: 0 0 26px 24px;
    position: relative;
    text-transform: uppercase;
	text-align: left;
    hyphens: auto; 
	overflow-wrap: break-word;
}
.abus-h1:before, .abus-h2:before {
  bottom: 1px;
  margin-right: 16px;
  width: 8px;
  background: #d40828;
  content: " ";
  display: block;
  position: absolute;
  right: 100%;
  top: 4px;
}
li a, p a {
 color: #d40828;
 text-decoration: none;
}
li a:hover, p a:hover {
  text-decoration: underline;
}
/* ABUS CARD CSS START */
.abus-card-body {
  text-align: center;
}
.abus-card-title {
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  display: block !important;
  line-height: 24px;
  margin: 0px;
  text-transform: uppercase;
}
.abus-card-title:after {
  background-color: #d40828;
  content: "";
  display: block;
  height: 2px;
  margin: 16px auto 0;
  transition: width .25s;
  width: 60px;
  will-change: width;
}
.abus-card:hover .abus-card-title::after {
  width: 180px;
}
.abus-card-text {
  color: #262626;
  font-family: ABUS Fago Pro,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.4286;
  margin-top: 15px;
}
.abus-card {
  border-radius: 0px;
  border: border: 1px solid transparent;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  transition: border-color .25s ease-in-out;
}
.abus-card:hover {
  border-color: #e5e5e5;
}
.abus-card-img-top {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.abus-card-button {
  opacity: 0;
  height: 0px;
}
/* ABUS CARD CSS END */
/* ABUS BUTTON CSS START */
.abus-button, .btn-success {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 3px solid #d40828;
	border-radius: unset;
    color: #d40828;
    cursor: pointer;
    font-family: ABUS Fago Pro,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: .1em;
    line-height: 14px;
    margin: 0 0 24px;
    min-width: 220px;
    max-width: 100%;
    padding: 11px 32px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .25s,background-color .25s,border-color .25s ease-in-out;
    width: auto;
    will-change: color,background-color,border-color;
}
.abus-button:hover, .btn-success:hover {
  color: #fff!important;
  text-decoration: none;
  background-color: #d40828;
}
.btn-success:hover {
   border: 3px solid #d40828;
}
.event-box .btn-secondary, .btn-primary, .btn-secondary, .abus-button-secondary, .btn-link.nextParticipantButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 3px solid #001e38;;
    color: #001e38;;
    cursor: pointer;
    font-family: ABUS Fago Pro,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: .1em;
    line-height: 14px;
    margin: 0 0 24px;
    min-width: 220px;
    max-width: 100%;
    padding: 11px 32px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 0px !important;
    transition: color .25s,background-color .25s,border-color .25s ease-in-out;
    width: auto;
    will-change: color,background-color,border-color;
}
.event-box .btn-secondary:hover, .btn-primary:hover, .btn-secondary:hover, .abus-button-secondary:hover {
  color: #fff;
  text-decoration: none;
  background-color: #001e38;;
}
.btn-secondary span {
    font-family: ABUS Fago Pro,sans-serif;
	font-weight: 700 !important;
}
/* ABUS BUTTON CSS END */
/* ABUS Headlines START */
h1, h2, h3, h4, h5 ,h6 {
    font-family: ABUS Fago Pro-Black,sans-serif;
}
/* ABUS Headlines END */
/* ABUS Buchungsprozess START */
.widget-container {
	
}
/* ABUS Buchungsprozess END */
/* MaHo Custom CSS END */



.btn-link {
	background-color: var(--color-bg-primary);
    border-color: var(--color-bg-primary);
    color: var(--color-text-primary);
	text-decoration: none;
}

.btn-link:hover {
	background-color:var(--color-bg-primary-hover);
	border-color:var(--color-bg-primary-hover);
	color:var(--color-text-primary-hover);
}

@font-face {
    font-family: ABUS Fago Pro;
    src: url("../Fonts/ABUSFagoPro.ttf") format("truetype");
}

@font-face {
    font-family: ABUS Fago Pro-Bold;
	src: url("../Fonts/ABUSFagoPro-Bold.ttf") format("truetype");
}

@font-face {
    font-family: ABUS Fago Pro-Black;
	src: url("../Fonts/ABUSFagoPro-Black.ttf") format("truetype");
}
@font-face {
    font-family: ABUS Fago Pro2;
    src: url("../Fonts/ABUSFagoPro2.woff2") format("woff2");
}
@font-face {
    font-family: ABUS Fago Pro2-Bold;
    src: url("../Fonts/ABUSFagoPro2-Bold.woff2") format("woff2");
}
@font-face {
    font-family: ABUS Fago Pro2-Black;
    src: url("../Fonts/ABUSFagoPro2-Black.woff2") format("woff2");
}


* {
    font-family: ABUS Fago Pro2,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.4286;
    text-decoration: none;
}

/* main-area margin entfernen */
.main-area {
	margin: 0 !important;
}

/* Header */
#HeaderPartnerFunctions {
	list-style: none;
}

/* abus-HeaderMenuSelectionItem */
#abus-header-menu-selection-category {
    font-family: ABUS Fago Pro-Black, sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: .08em;
	line-height: 1.25;
}

.abus-home-header-container {
	max-width: 100%;
	height: 140px;
	background-color: white;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
@media screen and (max-width: 1180px) and (min-width: 1000px) {
	.abus-home-header {
		margin-top: 15px;
		margin-left: 65px;
	}
}

/* Logo Startseite */
.abus-header-logo {
    position: absolute;
    top: 40px;
    width: 124px;
	z-index: 999;
}
@media screen and (min-width: 2121px) { .abus-header-logo { left: 20%; } }
@media screen and (max-width: 2120px) { .abus-header-logo { left: 326px; } }
@media screen and (max-width: 1920px) { .abus-header-logo { left: 215px; } }
@media screen and (max-width: 1700px) { .abus-header-logo { left: 80px; } }
@media screen and (max-width: 1600px) { .abus-header-logo { width: 155px; } }
@media screen and (max-width: 1440px) { .abus-header-logo { left: 40px; } }
@media screen and (max-width: 1250px) { .abus-header-logo { top: 20px; left: 20px; } }
@media screen and (max-width: 1130px) { .abus-header-logo { width: 135px; top: 15px; left: 15px; } }
@media screen and (max-width: 1000px) { .abus-header-logo { position: static; } }
/* Logo Startseite Ende */

/* Header Menü Kategorie Listen */
.navbar-nav {
	flex-direction: row;	
}
.abus-header-menu-category-list  {
	display: none;
	position: absolute !important;
	width: fit-content !important;
	min-width: fit-content !important;
	max-width: 100%;
	left: -10px !important;
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
	--bs-dropdown-padding-y: unset;
}
.abus-navbar-menu > .abus-navbar-menu-category-item:hover > .abus-header-menu-category-list {
	display: block;
}
.abus-header-menu-category-item {
	color: black;
	padding: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.4286;
	text-decoration: none;
	display: block;
}
.abus-header-menu-category-item:hover {
	color: #d40828 !important;
	text-decoration: none !important;
}
/* Header Menü Kategorie Listen Ende */
/* Mobile Menü */
@media only screen and (max-width: 1000px) {
  .abus-home-mobile-header {
    display: block;
  }
  .abus-home-header-container {
    display: none;
  }
  .abus-header-menu-category-list {
	position: static !important;
	box-shadow: none;
	min-width: 100% !important;
	/*background-color: lightgrey;*/
  }
}
@media only screen and (min-width: 1001px) {
  .abus-home-mobile-header {
    display: none;
  }
  .abus-home-header-container {
    display: block;
  }
  .abus-header-menu-category-item {
	text-wrap: nowrap !important;
  }
}
/* Mobile Menü  Ende */

/* Header Menü Suche */
.autocomplete-result-area {
	max-width: 100% !important;
}
@media only screen and (min-width: 1001px) {
	.abus-search-icon {
		padding-top: 9px;
	}
	#searchHeaderInput {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1000px) {
	.abus-search-icon {
		padding-left: 10px;
	}
	.abus-search-form-container {
		height: 160px !important;
	}
	#HeaderSearchForm {
		width: 60% !important;
	}
	#searchHeaderInput {
		margin-top: 50px !important;
        width: 100% !important;
    }
}
#HeaderSearchForm {
	padding: 8px;
	width: 40%;
}
.abus-search-form-container {
	display: none;
	position: absolute;	
	justify-content: center;
	background-color: #f1f1f1;
	left: 0px;
	width: 100%;
	height: 270px;
	margin-top: 0px;
	/*margin-left: 5px;*/
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
}
.abus-search-icon:hover > .abus-search-form-container {
	display: flex;
}
#searchHeaderInput {
	margin-top: 95px;
}
/* Header Menü Suche */

/* Copyright */
.abus-main-footer__copyright {
	font-size: 16px;
	color: white;
	border-bottom: 1px solid rgba(2,126,255,.3);
}

/* Landingpage  */
.contentArea_home {
	max-width: 100%;
	margin-top: -15px;
	padding-top: 0 !important;
	padding: 75px 0px 0px 0px;
}

/* kacheln */
#mobileMenuList {
	margin: auto;
	left: 0;
	right: 0;
	padding-top: 1.5cm;
	max-width: 1368px;
}

/* Kalender auf der Startseite */
#calendar,
#calendarLegend {
	max-width: 1290px;
}

#calendarLegend {
	margin-bottom: 1.5cm;
}

/* Lerner/Trainer-Sicht */
#searchInputAreaHeader {
	padding-top: 2.5cm;
}

h1.pageHeader {
	padding-top: 1.5cm;
}


/* footer CSS */
.abus-container-footer {
	background-color: #001E38;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	/*max-width: 100%;*/
}

.abus-main-footer__sitemap {
	position: relative;
}

@media (max-width: 680px)
.abus-main-footer__sitemap {
	display: grid;
    padding: 0px 35px 0px 35px;
}

.abus-main-footer__sitemap__title:after {
	clear: both;
	content: " ";
	background-color: rgba(2,126,255,.3);
    display: block;
    height: 1px;
    left: -1.2%;
    position: absolute;
    right: -1.2%;
    top: 53px;
}

.abus-main-footer__sitemap__title {
	-webkit-appearance: none;
	background-color: transparent;
	text-align: left;
	font-size: 17px;
	font-weight: 900;
	color: #027EFF;
	display: block;
	width: 100%;
	line-height: 1.25;
	letter-spacing: .08em;
	padding: 15px 15px 15px 0px;
	text-transform: uppercase;
	margin: 0;
}


.abus_main-footer__item_list {
	padding: 21px 0px 15px 0px;
}


.abus_main-footer__item_list_item a {
	font-family: ABUS Fago Pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

/* ----------------------------------------- */

/* Footer Social-Informationen */
.abus-main-footer__socials {
	text-align: center;
	width: 20%;
	min-width: 175px;
	margin: auto;
	left: 0;
	right: 0;
	/*padding: 45px 0px 0px 0px;*/
}

.abus-main-footer__socials__list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

/* ----------------------------------------- */

/* erweiterte Suche im Katalog ausblenden */
.explorerExtendedSearchArea a.btn {
	display: none;
}
.explorerExtendedSearchArea {
	border-bottom: unset !important;
}
#searchInputAreaHeader {
	margin-bottom: 20px;
}

/* Katalog-Explorer */

/* --------- Produktseite -------- */
.pageHeader .fa-person-chalkboard {
	display: none;
}

/* JSP-Name im unteren Bereich */
p.jspNameInfo {
	display: none;
}

/* Produktseite */
.abus-product-title {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.catalogDataBox i {
	position: relative;
	top: -1px;
}

.pageHeader > .tab-header-icon {
	display: none;
}

/* Bildugnskatalog-Explorer, Produktliste */
.list-item-block-withIcon {
	padding: 15px;
}
.list-item-subtitle-right {
	display: none;
}

/* Release-Update */
.card-body > h5.card-title {
	height: unset;
	display: unset;
	align-items: unset;
}
.card-body {
	padding-top: unset;
}

/* CSS Cookie Banner */
@media (max-width: 767px) {
    #onetrust-pc-sdk.otPcTab .ot-sdk-row .ot-sdk-columns {
        width: 100% !important;
    }
    button#accept-recommended-btn-handler { float: right !important;}
    .save-preference-btn-handler.onetrust-close-btn-handler{float: left !important;}

}
@media (max-width: 550px) {
    button#accept-recommended-btn-handler, .save-preference-btn-handler.onetrust-close-btn-handler{
        float: right !important;
        clear: both !important;
        width: 100% !important;}
}
@media(min-width: 768px){
    .save-preference-btn-handler.onetrust-close-btn-handler{float: left !important;}
}

#onetrust-pc-sdk .group h3 {
    float: none !important;
}

#onetrust-pc-sdk #pc-policy-text a {
    color: #d40828 !important;
}

.ot-sdk-column {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.ot-sdk-columns.group.category-menu-switch-handler {
    display: inline-block !important;
    font-family: ABUS Fago Pro, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: .1em !important;
    line-height: 14px !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    border: 3px solid #d40828 !important;
    color: #d40828 !important;
    cursor: pointer !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    min-width: 150px !important;
    padding: 11px 1em 9px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.ot-sdk-columns.group.category-menu-switch-handler h3 {
    font-family: ABUS Fago Pro, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: .1em !important;
    line-height: 14px !important;
    color: #d40828 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.ot-sdk-columns.group.category-menu-switch-handler:hover h3, .ot-sdk-columns.group.category-menu-switch-handler:hover, .ot-sdk-columns.group.category-menu-switch-handler.active-group, .ot-sdk-columns.group.category-menu-switch-handler.active-group h3 {
    background: #d40828 !important;
    color: #fff !important;

}


#onetrust-policy-text a:focus {
    outline: none;
}

.ot-sdk-column .ot-sdk-columns.category-menu-switch-handler {
    /*background-color: transparent !important;
    height: 38px;
    border-radius: 2px;
    min-height: 0;
    max-height: none;
    max-width: none;
    clear: none;
    float: none;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    text-shadow: none;
    border: 3px solid #d40828 !important;*/
}

#onetrust-pc-sdk.otPcTab {
    border-color: #001e38 !important;
}

#onetrust-pc-sdk .always-active {
    color: #001e38 !important;
}

.cookie-subgroups-container .accordion-header:focus {
    outline: none !important;
}

#onetrust-pc-sdk .toggle .checkbox input:checked + label:after {
    background: #001e38 !important;
}

#onetrust-pc-sdk .toggle .checkbox input:checked + label {
    background: #999 !important;
}

.pc-header {
    background-color: #001e38 !important;
}

#onetrust-pc-sdk .pc-logo-container {
    margin-left: 0px !important;
}

h2#pc-title {
    color: #fff !important;
}

h2#pc-title::before {
    background: none;
}

div#onetrust-banner-sdk {
    border-top: 1px solid #d40828;
}
div#onetrust-banner-sdk:focus, div#onetrust-banner-sdk {
    outline: 1px solid #d40828 !important;
    outline-offset: -1px  !important;
}
div#onetrust-button-group button:focus {
    outline: none !important;
}
div#onetrust-button-group {
    padding-top: 24px;
}

.pc-close-btn-container:focus, .pc-close-btn-container:active, .ot-sdk-columns:focus, a#close-pc-btn-handler:focus {
    outline: none !important;
}

#close-pc-btn-handler, a#close-pc-btn-handler {
    background-image: url("") !important;
    color: #fff;
}

#close-pc-btn-handler::after, a#close-pc-btn-handler::after {
    display: inline-block;
    content: "\00d7";
    font-size: 40px;
    line-height: 40px;
    margin-top: -10px;
    color: #fff;
}
#close-pc-btn-handler:focus, a#close-pc-btn-handler:focus {
    outline-color: transparent !important
}
a#close-pc-btn-handler:hover::after, #close-pc-btn-handler:hover::after {
    color: #d40828 !important;
}

#onetrust-pc-sdk #pc-policy-text a {
    color: #d40828;
}

button#accept-recommended-btn-handler {
    width: auto !important;
    font-family: ABUS Fago Pro, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: .1em !important;
    line-height: 14px !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    border: 3px solid #d40828 !important;
    color: #d40828 !important;
    cursor: pointer !important;
    margin: 6px !important;
    min-width: 150px !important;
    padding: 11px 16px 9px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    -webkit-transition: color .25s, background-color .25s, border-color .25s ease-in-out !important;
    transition: color .25s, background-color .25s, border-color .25s ease-in-out !important;
    will-change: color, background-color, border-color !important;
    box-sizing: border-box !important;
    user-select: none !important;
    white-space: pre !important;
    align-items: flex-start !important;
    -webkit-box-direction: normal !important;
}

button#ot-sdk-btn, button#onetrust-pc-btn-handler, button#onetrust-reject-all-handler, button#onetrust-accept-btn-handler, button.save-preference-btn-handler.onetrust-close-btn-handler {
    display: inline-block !important;
    width: auto !important;
    font-family: ABUS Fago Pro, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: .1em !important;
    line-height: 14px !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    border: 3px solid #d40828 !important;
    color: #d40828 !important;
    cursor: pointer !important;
    margin: 6px !important;
    min-width: 150px !important;
    padding: 11px 16px 9px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    -webkit-transition: color .25s, background-color .25s, border-color .25s ease-in-out !important;
    transition: color .25s, background-color .25s, border-color .25s ease-in-out !important;
    will-change: color, background-color, border-color !important;
    box-sizing: border-box !important;
    user-select: none !important;
    white-space: pre !important;
    align-items: flex-start !important;
    -webkit-box-direction: normal !important;
}

button#onetrust-pc-btn-handler, button#onetrust-reject-all-handler {
    /*color: #999 !important;
    border: 3px solid #999 !important;*/
}

button#ot-sdk-btn:hover, button#onetrust-pc-btn-handler:hover, button#onetrust-reject-all-handler:hover, button#onetrust-accept-btn-handler:hover, button.save-preference-btn-handler.onetrust-close-btn-handler:hover, button#accept-recommended-btn-handler:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #d40828 !important;
    opacity: 1 !important;
}

button#onetrust-pc-btn-handler:hover, button#onetrust-reject-all-handler:hover {
    /*background-color: #999 !important;*/
}

#onetrust-policy-text a {
    color: #d40828 !important;
    font-weight: bold;
}

a.category-host-list-btn.category-host-list-handler, #onetrust-pc-sdk .category-vendors-list-handler, #onetrust-pc-sdk .category-host-list-handler{
    text-decoration: underline !important;
    color: #002f5c !important;
}
#onetrust-pc-sdk .category-vendors-list-handler:hover, #onetrust-pc-sdk .category-host-list-handler:hover {
    color: #d40828 !important;
}
#onetrust-pc-sdk #pc-title:before {
    content: "" !important;

}

#onetrust-pc-sdk #hosts-list-container .host-option-group li.vendor-host{
    background-color: #fff !important;
    color: #414141 !important;
}

#onetrust-pc-sdk .back-btn-handler:focus{
    border: none !important;
    outline: none !important;
}

div#onetrust-banner-sdk {
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
}

.ot-sdk-cookie-policy.ot-sdk-container, .ot-sdk-cookie-policy.ot-sdk-container .cookie-policy-description, #ot-sdk-cookie-policy #cookie-policy-description, p.ot-sdk-cookie-policy-group-desc{
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #414141 !important;
}

#ot-sdk-cookie-policy #cookie-policy-title {
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
    color: #002F5C !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
}

h4.ot-sdk-cookie-policy-group, h6.cookies-used-header{
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
    color: #002F5C !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}
.ot-sdk-cookie-policy.ot-sdk-container th.table-header.host, .ot-sdk-cookie-policy.ot-sdk-container th.table-header.cookies{
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
    color: #002F5C !important;
}

.ot-sdk-cookie-policy.ot-sdk-container .cookies-list li a {
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
    color: #002F5C !important;
}
.ot-sdk-cookie-policy.ot-sdk-container .cookies-list li a:hover {
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
    color: #DA001A !important;
}

.ot-sdk-container.groups-container .description-container h3.category-header, .ot-sdk-container.groups-container .description-container h3#pc-privacy-header{
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
    color: #002F5C !important;
}

.ot-sdk-container.groups-container .description-container a.category-host-list-btn.category-host-list-handler{
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
    color: #002F5C !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.ot-sdk-container.groups-container .description-container p#pc-policy-text, .ot-sdk-container.groups-container .description-container p.group-description{
    font-family: ff-fago-web-pro, Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #414141 !important;
}
#onetrust-pc-sdk #pc-title::after{
    background-color: transparent !important;
}
button#onetrust-accept-btn-handler, button#accept-recommended-btn-handler{
    border-color: #d40828 !important;
    color: #d40828 !important;
}
button#onetrust-accept-btn-handler:hover, button#accept-recommended-btn-handler:hover{
    background-color: #d40828 !important;
}
button.save-preference-btn-handler.onetrust-close-btn-handler{
    border-color: #999 !important;
    color: #999 !important;
}
button.save-preference-btn-handler.onetrust-close-btn-handler:hover{
    background-color: #999 !important;
}

/* Produkte im KatalogExplorer
#searchInputAreaHeader {
	max-width: 80%;
	margin: 0 auto;
}
#explorer #explorer-tp-list {
	margin: 0 auto;
}*/

.explorer-event-table table {
    font-size: 11pt;
    width: 70% !important; 
} 

/* EventTabelle im Bildungskatalog .catalogueSearchFields */
#runRegister
 {
	display: none;
}

/* Marcel replaced .main-area with .contentArea_registerGuest */
.contentArea_registerGuest {
	padding-top: 15px;
}

.processHeaderTitle {
	margin: 0 auto;
}


.registerGuestPriceTable {
	padding: 0px 0px 0px 12px;
}

.captcha {
	max-width: 330px;
	margin: 0 auto;
}

.traffic-light-tooltip {
	vertical-align: middle !important;
	margin-top: -0.08cm;
}

/* Veranstaltungsinformationen auf der Produktseite im Katalog */
.PriceListTable {
	padding: 0px 0px 0px 12px;
}
.labelCol,
.labelColMobile {
	font-weight: bold;
}
#priceAreaAbusMobile {
	display: none;
}

@media only screen and (max-width: 1000px) {
	#priceAreaAbus {
		display: none;
	}
	#priceAreaAbusMobile {
		display: block;
	}
}
#priceAreaAbus {
	padding: unset !important;
	width: 100%;
}

#priceAreaAbus .labelCol {
	padding-right: 33px;
}

#priceAreaAbus .priceCol {
	text-align: left;
	width: 30%;
}

#priceAreaAbus .priceInfoCol {
	max-width: 70%;
}

.button-container {
  display: flex;
  justify-content: center;
}

/* GastRegistrierung */
.select2-selection--single,
input[id^="PartnerData_Participant_"] {
	background: #FFFBDF !important;
}

#registerGuestStepControl .card-body {
	margin-top: 0.5cm;
}

#pricePreview {
	max-width: 750px;
}

.abusEventInfo {
	padding-top: 5px !important;
}

.fieldset-content .abusEnrollButton,
.fieldset-content .abusEventInfoCatalog {
	display: none !important;
}

#catalogue_linkToEvent {
	display: none;
}

.accordion-body p {
    display: none;
}

/* clears the ‘X’ from Internet Explorer */
#searchExpression::-ms-clear { display: none; width : 0; height: 0; }
#searchExpression::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
#searchExpression::-webkit-search-decoration,
#searchExpression::-webkit-search-cancel-button,
#searchExpression::-webkit-search-results-button,
#searchExpression::-webkit-search-results-decoration { display: none; }


/* Seite Online-Events */
.abusOnlineEventContainer {
	margin-top: 2.2cm;
	margin-bottom: 2.2cm;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1000px) {
	.abusOnlineEventContainer {
		width: 100%;
	}
}

@media (max-width: 991px) {
    .onlineEventElement {
        padding-left: .2rem !important;
    }
}

@media (min-width: 992px) {
    .onlineEventElement {
        padding-left: .8rem !important;
    }
}

#PartnerData_Container .accordion-button,
#partnerDataAddressContainer .accordion-button {
    background-color: transparent !important;
    border: 3px solid #001e38;
    margin-bottom: 12px;
}
