/*
 Wichtige Farben:

 ecadia-grün: #0084a8, 0, 114, 164
 ecadia-lila: #394694, 57, 70, 148
 ecadia-grau: #868789, 134, 135, 137
*/

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.2em;
}


@media ( max-width :680px) {

	/* Überschriften insgesamt etwas kleiner */
	.h1, h1 {
 	   font-size: 1.4em;	
	}
	.h2, h2 {
 	   font-size: 1.2em;	
	}
	.h3, h3, .h4, h4 {
 	   font-size: 1.1em;	
	}
	
	/* seltsam mit den Ampel-Kreise, die sonst auf dem Handy verzerrt sind */
	span.eventComplete, span.eventWellBooked, span.eventGuaranteed {
    	width: 32px;
	}
}

/* im Accoordeon der Veranstaltungen die einzelnen Elemente nicht center anordnen sondern oben */
.accordion-button {
	align-items: baseline;
}

.button-contact-container:hover {
   background-color: #009ac2 !important;
   color: black;
   cursor: pointer;
}

.button-contact-container:hover a, .button-contact-container a:visited, .button-contact-container a {
	text-decoration: none;
	color: white;
}

.button-contact-container1 {
   background-color: #868789; /* grau */
    bottom: 35%;
}
.button-contact-container2 { /* grün */
   background-color: #0084a8; 
    bottom: 25%;
}
.button-contact-container3 { /* violett */
   background-color: #394694;
    bottom: 15%;
}

.button-contact-container a {
	vertical-align: middle;
	margin-top: 30%;
	margin-bottom: 30%;
	display: block;
	height: 100%;
	text-align: center;
}

.button-contact-container {
 	width: 55px;
	height: 70px;
    color: white;
    display: block;
    position: fixed;
    right: 0;
	border-radius: 14px 0 0 14px;
	font-size: 28px;
}

/* Tooltip speziell bei den Laschen am rechten Rand schön groß */
.tooltip {
   font-size: 1.0em;
}

.buttonWithLargeFont {
	font-size: 1.2rem;
}

/* die kleine Breite, z. B. iPhone */
@media ( max-width :680px) {

	.button-contact-container {
	border-radius: 7px 0 0 7px;
		font-size: 15px;
		width: 40px;
		height: 50px;
	}

	.button-contact-container1 {
		bottom: 33%;
	}
	.button-contact-container2 { /* grün */
		bottom: 24%;
	}
	.button-contact-container3 { /* violett */
		bottom: 15%;
	}

}


:root {
    --width: 1440px;
	--bs-body-font-size: 1.2rem;
}

.container {
	max-width: 1440px;
}

.event-box .accordion-body,
#accordionPanelsRight .accordion-body {
	margin: 0.5em;
	padding: 0.5em;

}

@font-face {
    font-family: "Roboto";
    src: url("/customFiles/Fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "OCR A Extended";
    url("/customFiles/Fonts/OCR A Extended V2.ttf") format("truetype"),
}
@font-face {
	font-family: "Calibri";
    url("/customFiles/Fonts/Calibri_Light.ttf") format("truetype"),
}


body {
	margin: 0;
}

ul {
	padding-left: 1em;
}

.card {
	border-radius: 6px; /* etwas weniger als der bootstrap Standard */
	margin-bottom: 1rem;
}

/* Titel der Popups */
.modal-header {
	color: white;
	background-color: #394694;
}


.modal-body {
	background-color: rgba(0, 114, 164, 0.1);;
} 


*:not(i,.fa-solid, .fa-regular) {
    font-family: Calibri, Arial !important;
}

.ecadia, .ecadiaFont {
	color: #868789 /* #394694 */;
	font-family: OCR A Extended !important;
	display: inline-block;
}

.button {
    background-color: #2F36DF;
    border-radius: 20px;
    padding: 12px;
    color: white;
}



/* Die Bereiche mit Text und Bild, Hintergrund wechselt weiß, ecadia-grün */
.infoboxA, .infoboxB {
	padding: 1em;
	margin-bottom: 1em;
	
	/* visibility: visible;
	animation-name: fadeInUp;
	-webkit-animation-name:fadeInUp;
	*/
}

.infoboxA {
    background-color: rgba(0, 114, 164, 0.1);
}

.infoboxB {
    background-color: rgba(134, 135, 137, 0.2);
}

.infoboxA img, .infoboxB img {
	display: block;
	margin: auto;
	transition: all 1s ease-out;
}

.infoboxA img:hover, .infoboxB img:hover {
	transform: scale(1.04);
}


/* die Hauptüberschriften deutlich größer */
.infoboxMain h2 {
	text-align: center;
	font-size: 3em;
}

/* die kleine Breite, z. B. iPhone */
@media ( max-width :680px) {

	.infoboxMain h2 {
		font-size: 2em;
	}
}


/* Bildungskatalog, der Produkttitel */
.trainingProductListItem  h5 {
	font-weight: bold;
	color: #0084a8;
	
}

/* Explorer-Katalog die Produkte */
#explorer-tp-list .list-group-item, .list-group-item /* z.B. die Liste der Dokumente/Prospekte */ {
    border: 2px solid #868789;
	background-color: rgba(0, 114, 164, 0.1);/* ecadia-grün, etwas transparent */
}

.text-body {
	background-color: rgba(0, 114, 164, 0.1);/* ecadia-grün, etwas transparent */
}

/* für das Accordeon beim Aufklappen der Veranstaltungen im Produkt */
.accordion-header .accordion-button:not(.collapsed) {
	color: white;
}

/* ecadia-grün, etwas transparent */
.greenBackground {
    background-color: rgba(0, 114, 164, 0.1);
}

.function-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 15px 0;
}




/* die kleine Breite, z. B. iPhone */
@media ( max-width :680px) {

	.function-grid {
		grid-template-columns: 1fr;
	}
}

/* das sind die einzelnen Themenelemente */
.function-grid > div {
	background-color: white;
	padding: 0.5em;
}


/* Bereich Leistungen -------------------------------------------------------- */
.service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 15px 0;
}

.service-grid-element-left {
	border-right: 2px solid rgba(255, 255, 255, 0.4);
}


/* die kleine Breite, z. B. iPhone */
@media ( max-width :680px) {
	
	/* im Handy werden die Bereiche umgebrochen und ein Trenner ist nicht mehr nötig */
	.service-grid-element-left {
		border-right: 0;
	}
	
	
	.service-grid {
		grid-template-columns: 1fr;
	}
}

.service-grid-element {
    display: grid;
	text-align: left;
    grid-template-columns: 1fr 1fr;
    align-items: center;
	color: #e1e2e3;
	padding-bottom: 20px;
}




/* besonders große Icons */
.service-grid-element i {
 font-size:136px;
	color: rgba(255, 255, 255, 0.4);
}

.service-grid-element h3 {
	font-size: 1.6em;
	font-weight: bold;
}

.service-grid-icon {
	text-align: center;
		
}

.function-grid i {
	font-size: 50px;
	color: #0084a8; /* ecadia-grün */
}

.function-grid h3 {
	font-size: 1.4em;
	color: #0084a8; /* ecadia-grün */
}



.card-content {
    padding: 20px;
}



.autocomplete-result-list .autocomplete-result-entry {
	background-color: white; /* das ist sonst quatenary und das ist zu transparent */
}

.autocomplete-result-list .autocomplete-result-entry i {
	border: 0;
	margin-top: 
}





.footer-area {
    background-color: #394694;
    color: white;
    padding: 2em;
}

.footer-area * {
    color: white;
}

.footer-area a:hover {
    color: #f3f6f4 !important;
	font-weight: bold !important;
}

/* keinen besonderen Abstand um die Texte */
.footer-area  p {
	margin: 0;
}

.grid-footer {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
}

#footer a, #footer a:hover  {
	color: white;
	text-decoration: none;
}



/* die kleine Breite, z. B. iPhone */
@media ( max-width :680px) {

	.grid-footer {
		grid-template-columns: 2fr 1fr;
	}
}


/* Icons für Mail und Internet etwas kleiner und mit Abstand */
.footer-area i {
	font-size: 8pt;
	padding-right: 1em;
}

.grid-copyright {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

/* etwas css für die Firemliste */
#multiCarousel .carousel-item .alignHelper {
    display: inline-block;
    height: 140px;
    vertical-align: middle;
}

#multiCarousel .carousel-item img {
    vertical-align: middle;
}

#newsItemList .list-item-header img {
	max-width: 200px;
}


ModuleUndPreise  {
	margin-left: 2em;
	margin-right: 2em;
}

.ModuleUndPreise table {
	margin: 0 auto;
}
.ModuleUndPreise table {
	border-collapse: collapse;
}

.ModuleUndPreise table th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.ModuleUndPreise table td {
	vertical-align: middle;
}

/* blasses ecadia-grün */
.ModuleUndPreise table td:nth-child(2) {
	background-color: rgba(0, 114, 164, 0.02);
	text-align: center;
}
/* dunkleres ecadia-grün */
.ModuleUndPreise table td:nth-child(3) {
	background-color: rgba(0, 114, 164, 0.1);
	text-align: center;
}

/* noch etwas dunkleres ecadia-grün */
.ModuleUndPreise table td:nth-child(4) {
	background-color: rgba(0, 114, 164, 0.2);
	text-align: center;
}

.ModuleUndPreise table td, .ModuleUndPreise table th {
	border: 1px solid #999999;
	padding: 0.4em;
	font-size: 1.1em;
	vertical-align: middle;
}

.ModuleUndPreise table td.indent {
	padding-left: 2em;
}

.ModuleUndPreise table td ul {
	font-size: 1.0em;
}

.ModuleUndPreise .moduleChecked {
	background-image: url('/gif/checked.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	min-height: 40px;	
}
.ModuleUndPreise .moduleOptional {
	background-image: url('/gif/checkbox_selected.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	min-height: 40px;	
}

/* die kleine Breite, z. B. iPhone */
@media ( max-width :680px) {
		
	.ModuleUndPreise table td ul {
		font-size: 0.7em;
	}
	.ModuleUndPreise table td, .ModuleUndPreise table th {
		font-size: 0.7em;
	}
	
	.ModuleUndPreise  {
		margin-left: 0em;
		margin-right: 0em;
	}
}

.trainingProductListItem .deliveryModeText1 {
 	background-color: #394694;
	color: white;
	padding: 2px 6px 2px 6px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	position: absolute;
	top: 14px;
    right: 130px;
}

/* die kleine Breite, z. B. iPhone */
@media ( max-width :680px) {
	/* keine Icons auf dem Seitenkopf auf dem Handy */
	.pageHeader  i {
		display: none;
	}
}


/* Die Veranstaltungs-Katalogansicht, die Combobox soll nicht außerhalb des Berechs stehen */
.text-body.ecadiaHTMLContentArea {
	margin-top: 0;
}

@-webkit-keyframes fadeInUp {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
@keyframes fadeInUp {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:none;
  transform:none
 }
}
.fadeInUp {
 -webkit-animation-name:fadeInUp;
 animation-name:fadeInUp
}

/* die News-Items al Kacheln */
#MobilenewsTickerCarousel_CarouselWidgetnewsTickerCarousel h5.card-title {
	overflow: visible;
}


#questions input[type=text] {
	width: 18em;
}

.ecadia-card h1, .ecadia-card h2, .ecadia-card h3, .ecadia-card h4, .ecadia-card h5, .ecadia-card h6 {
	color: white; /* seltsam: es kommt: var(--color-header-primary); was das ecadia-gün ist */
}

.ecadiaMobilePage :not(INPUT):not(TEXTAREA):not(a), .unselectable {
    user-select: auto;
}
