:root {
	--col_white: #fff;
	--col_blue: #00326e; /* #18356e; */
	--col_lightblue: #a0bedc; /* #97badb; */
	--col_grey: #dcdcdc;
}

/* cal-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cal Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cal-sans-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* instrument-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/instrument-sans-v3-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* instrument-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/instrument-sans-v3-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* instrument-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/instrument-sans-v3-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* instrument-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/instrument-sans-v3-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




.white {
	color: var(--col_white) !important;
}
.blue {
	color: var(--col_blue) !important;
}
.bg_blue {
	background-color: var(--col_blue) !important;
}

.lightblue {
	color: var(--col_lightblue) !important;
}

.bg_lightblue {
	background-color: var(--col_lightblue) !important;
}


h1, h2, h3, h4 {
	font-family: 'Instrument Sans', sans-serif !important;
	font-weight: 400;  /*  muss das sein???  !important; */
	color: var(--col_blue);
}
h1 {
	font-size: 3rem; /* 48px; */
	margin-bottom: 40px;
}
h2 {
	font-size: 2.5rem !important; /* 32px; */
}
h3 {
	font-size: 28px !important; /* 32px; */
	margin-bottom: 30px;
}
a {
	font-weight:600;
}
p {
	font-family: 'Instrument Sans', sans-serif !important;
	font-weight: 400 !important;
	font-size: 22px;
  	line-height: 32px;
}

p, ul, li {
	color: var(--col_blue);
	font-size: 22px; /* 18px; */
		line-height: 32px; /* 27px; */
}
.astroid-framework h1,
.astroid-framework .h1 {
	font-size: 36px;
}

.text-right {
	text-align:end;
}

.btn.btn-primary {
	background: var(--col_blue);
	border-color: var(--col_blue);
	font-size: 20px;
  	font-weight: 600;
}


/*** HEADER ****/

.burger-menu-button .inner,
.burger-menu-button .inner::before,
.burger-menu-button .inner::after {
	height: 2px;
}

.languageselector {
	float:right;
	margin-top: 20px !important;
	margin-left: 20px;
}
.languageselector div.mod-languages ul {
  display: flex;
  align-items: self-end;
}
.languageselector div.mod-languages li {
  margin: 0;
}
.languageselector ul::before {
content: url(../../../images/IBSO_Icon_Welt.webp);
}

.header-left-section {
  z-index: 10;
}

/****** Startseite Headline links  ******/
section#top-b {
	background-image: url(../../../images/header/IBSO_Hintergrund_A_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;

}
section#top-b > .container > .astroid-row {
	align-items: center;
}

/* top-b-1-position */
section#top-b h1,
section#top-b h1 > span  {
	font-family: 'Cal Sans' !important;
	font-size: calc(4rem - 8px);
		line-height: 1.0;
  	margin-bottom:0;
		font-weight: 400;
}
section#top-b h1 > span {
	display: block;
}
section#top-b .astroid-column:first-child {
	padding-right: 20px;
}
section#top-b .astroid-column:last-child {
	padding-left: 20px;
}


section#top-b .astroid-module-position {
	background-color: transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
section#top-b .top-b-1-position hr {
	color: #fff;
}
section#top-b .top-b-1-position p {
	display: flex;
	align-items: center;
}

section#top-b .top-b-1-position span:not(h1>span) {
	color: #fff;
	font-size: 1.5rem; /* 24px; */
	line-height: 1.5;
	font-size: 21px
}
section#top-b .top-b-1-position .btn {
	margin-left: 20px;
  border-radius: 20px;
  border-width: 2px;
}
section#top-b .top-b-1-position .row.fragen {
	align-items: center;
}

@media (max-width: 1199px) {
	section#top-b h1 {
		text-align: center;
	}
}
@media (max-width: 767px) {
	section#top-b .astroid-column:first-child,
	section#top-b .astroid-column:last-child {
		padding-right: 15px;
		padding-left: 15px;
	}
	.uk-grid-small, .uk-grid-column-small {
  		margin-left: 0 !important;
	}
	section#top-b .top-b-2-position img {
		max-height: none !important;
		margin-bottom: 10px;
	}
	section#bottom-b .bottom-b2 h3 {
		display: none;
	}
	section#bottom-b .bottom-b2 {
		padding-bottom: 40px;
	}
	section#top-b .top-b-2-position .uk-grid-small > .uk-grid-margin {
		margin-top:30px;
	}

	.row.fragen > div {
	  text-align: center;
	}
	#top-c {
		margin-top:10%;
		margin-bottom:10%;
	}

}



@media (max-width: 575px) {
	section#top-b h1 {
		font-size: 2rem;
	}
	section#top-b h1 >  span {
		font-size: calc(3rem - 8px);
	}
}

/****** Startseite oben rechts 3 Teaser  ******/
 /* top-b-2-position */

section#top-b .top-b-2-position img {
/*	max-height: 225px; */
	border-bottom: 10px solid var(--col_lightblue);
}
section#top-b .top-b-2-position .uk-text-center {
	display: grid;
	grid-template-columns: 52% 48%;
}
section#top-b .top-b-2-position .uk-text-center .p-3 {
	text-align: left !important;
}
section#top-b .top-b-2-position .uk-text-center figure {
	margin-bottom: 0;
	margin-right: 15px;
}
section#top-b .top-b-2-position .uk-text-center h3 {
	color:#fff;
	font-family: 'Cal Sans' !important;
	font-weight: 400;
	/*font-size: 2rem; */
	line-height: 1.0;
	letter-spacing: 1px;
	margin-bottom: 0;
}
section#top-b .top-b-2-position .uk-text-center p,
section#top-b .top-b-2-position .uk-text-center ul li {
	color: #fff;
  	font-size: 1.2rem;
	line-height: 1.3;
}
section#top-b .top-b-2-position .uk-text-center ul {
	padding-left: 20px;
}
section#top-b .top-b-2-position .uk-text-center ul li {
	padding:0;
}
section#top-b .top-b-2-position .uk-grid-small > div {
	padding-left: 0 !important;
	width: 100%;
}

section#top-b .top-b-2-position .uk-text-center p.btn {
	width: max-content;
	/* height: fit-content; */
	margin-bottom: 0;
   align-self: end;
}
p.btn.btn-primary {
	background-color: #a0bedc;
	font-family: 'Instrument Sans';
	font-weight: bold;
	font-size: 1rem;
	padding: 10px 20px;
}
p.btn.btn-primary:hover {
	background-color: #fff;
	color: var(--col_blue);
}
@media (max-width: 767px) {
	section#top-b .top-b-2-position .uk-text-center {
		grid-template-columns: 100%;
	}
	section#top-b .top-b-2-position .uk-text-center figure {
		margin-right: 0;
	}
}
p.btn.btn-primary > a.readmore {
	font-weight: 600 !important;
}

.none .p-3 {
  display: flex;
  flex-wrap: wrap;
}

/***** Startseite Inhaltsblock *****/
body.itemid-101 .astroid-component {
	background-color: var(--col_grey) !important;
	padding: 80px 100px !important;
	border-radius: 24px;
	margin-bottom: 50px;
}
	@media (max-width:767px) {
		body.itemid-101 .astroid-component {
			padding: 25px !important;
		}
	}

body.itemid-101 .astroid-component-area p {
	font-size: 22px;
  	line-height: 32px;
  	color: var(--col_blue);
}
	@media (max-width: 767px) {
		body.itemid-101 .astroid-component-area p {
		/* font-size: 22px;
  		line-height: 32px; */
  		hyphens: auto;
		}
	}

@media (min-width: 992px) {
  #top-c {
    margin-top: 3%;
		margin-bottom: 1%;
  }
}

/** Startseite Kundenlogos **/
.tag- {
  text-align: center;
  align-items: center;
}
.grid-hover img {
	transform: scale(0.8) !important;
}

/*** bottom-f ****/
#bottom-f {
	letter-spacing: 0 !important;
	line-height: 1.45 !important;
	color: #fff !important;
	margin-bottom:	0;
}
#bottom-f p {
	font-size: 1rem !important;
	line-height: 35px !important;
	color: #fff !important;
}
#bottom-f .footer-without-headline {
	margin-top: 109px !important;
  border-top: 1px solid #fff;
  padding-top: 1rem !important;
}

#bottom-f a:hover:not(.btn),
#bottom-f li.active a {
	color: var(--col_blue) !important;
	background: #fff;
   padding: 5px 0;
}
#bottom-f a.btn.btn-outline-light:hover {
	color: var(--col_blue);
}

#bottom-f .astroid-row.row > .astroid-column:first-child {
	padding-left: 0;
}
#bottom-f .nav li.current a span.nav-title::after,
#footer .nav li.current a span.nav-title::after {
	content: "" !important;
}

/*** Footer 2 ****/
#footer {
	background-color: var(--col_blue);
}
#footer nav #footernav {
	flex-direction: row-reverse;
}
#footer nav #footernav.navHorizontalView li:last-child {
  margin-right: 20px;
}
#footer nav li.active a {
	color: var(--col_lightblue);
}

.nav.astroid-nav > li.nav-item-active a {
	font-weight:bold;
}

/** sticky header **/
.astroid-header-section .astroid-header-sticky {
	background-color: #fff;
}
.astroid-header-sticky .astroid-nav .nav-link {
	color: var(--col_blue);
}


.astroid-framework .astroid-mobile-menu > .nav-item > .as-menu-item {
	font-size: 1.25rem;
}

.sticky-loaded:not(.inactive) {
/* border-bottom: 2px solid var(--col_blue); */
-webkit-box-shadow: 0px 6px 15px 5px #00000050;
box-shadow: 0px 6px 15px 5px #00000050;
}

/****** mobile Version *****/
.astroid-logo-mobile {
	margin: 15px 0;
}
@media (max-width:991px) {
	.astroid-logo-default {
		margin: 10px 0;
	}
}
.burger-menu-button.header-mobilemenu-trigger .inner,
.burger-menu-button.header-mobilemenu-trigger .inner::before,
.burger-menu-button.header-mobilemenu-trigger .inner::after {
	background-color: var(--col_blue);
}




/***** Folgeseiten *****/
 /*** Banner **/

.astroid-banner-inner {
	max-height: 350px;
}
.astroid-banner-inner .astroid-banner-title {
	font-weight: 700 !important;
}

.astroid-banner-title,
.astroid-banner-subtitle {
	text-align: left;
}
.astroid-banner-title {
	padding-bottom: 20px;
  	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	font-size: 3rem;
	margin-top: 140px;
}
.astroid-banner-subtitle {
	font-size: 1.8rem !important;
}


/***************************** smartAC body.itemid-103 ******************************************/

/*** in-seiten-Navi**/
.inline-navi .uk-grid {
	display: grid;
}
.inline-navi .uk-grid .uk-first-column .grid-hover > div {
	display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--col_blue);
  padding: 10px;
}
.inline-navi .uk-grid .uk-first-column .grid-hover > div > div,
.inline-navi .uk-grid .uk-first-column .grid-hover > div > h4 {
	padding: 0 !important;
	margin: 0 !important;
	color: #fff;
	font-weight: 600 !important;
}
.inline-navi .btn.btn-primary {
  background-color: var(--col_blue);
  border-color:  var(--col_blue);
	color:  var(--col_lightblue);
	font-size: 1.25rem;
	font-weight: 600 !important;
}
.inline-navi .btn.btn-primary::before {
	font-family: 'FontAwesome';
	content: '\f061';
	margin-right: 8px;
}
.inline-navi .btn.btn-primary:hover {
	color: #fff;
}
@media (max-width:767px) {
	.uk-grid-small > *, .uk-grid-column-small > * {
  		padding-left: 0 !important;
	}
}

/** introtext **/
body.itemid-103 #top-c .top-c-1 p {
	font-size: 1.5rem;
	line-height: 2rem;
}

body.itemid-103 .astroid-component-section .astroid-article-text  {

}
body.itemid-103 .astroid-component-section .astroid-article-text h3,
body.itemid-103 .astroid-component-section .astroid-article-text h5,
body.itemid-131 .astroid-component-section .astroid-article-text h3,
body.itemid-131 .astroid-component-section .astroid-article-text h5 {
	color: var(--col_blue);
	font-weight: 600 !important;
}
body.itemid-103 .astroid-component-section .astroid-article-text h5:not(:first-child) {
	border-top: 1px solid var(--col_blue);
	padding-top: 10px;
}
.bg-grau {
	background-color: var(--col_grey);
	border-radius: 24px;
	padding: 50px 30px;
}
.produkt.p1, .produkt.p2 {
	background-image: url(../../../images/header/IBSO_Hintergrund_C_01.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
}
.produkt.p2 {
	background-image: url(../../../images/header/IBSO_Hintergrund_C_05.jpg);
}
.produkt.p3 {
	background-image: url(../../../images/header/IBSO_Hintergrund_C_02.jpg);
}
.produkt.p4 {
	background-image: url(../../../images/header/IBSO_Hintergrund_C_06.jpg);
}
.produkt.p5 {
	background-image: url(../../../images/header/IBSO_Hintergrund_C_03.jpg);
}
.produkt.p6 {
	background-image: url(../../../images/header/IBSO_Hintergrund_C_07.jpg);
}

body.itemid-103 .listpoint {
  background-image: url('../../../images/Haken_gruen.webp');
  background-repeat: no-repeat;
  padding-left: 60px;
  background-size: 41px;
	border-top: 1px solid var(--col_blue);
	padding-top: 20px; /* MM: 14.10. mittig, vorher 15px; */
	background-position-y: 15px;
}

body.itemid-103 .listpoint.lpspecial1,
body.itemid-103 .listpoint.lpspecial2 {
	background-position-y: 16px;
  background-size: 33px;
	padding-top: 25px;
  padding-bottom: 15px;
}
body.itemid-103 .listpoint.lpspecial1 {
	background-image: url('../../../images/icon_managementsystem.webp');
}
body.itemid-103 .listpoint.lpspecial2 {
	background-image: url('../../../images/icon_wlan2.webp'); /* url('../../../images/icon_wlan2.webp');*/
}

.tinyacco {
	transition: 0.4s;
	border: 0;
  background-color: transparent;
  color: var(--col_blue);
  font-weight: 600;
  font-size: 22px;
  margin: 5px 20px 20px 0;
}
.tinyacco::after {
  content: '\002B';
}
.tinyacco.active::after {
	content: '\2212';
}
.panel {
  padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	text-align: left;
/*	transition: all 0.4s;*/
}

/* Vergleichstabelle */
body.itemid-103 .moduletable.vergleichstabelle {
 padding: 50px 20px 20px;
}
.vergleichstabelle th {
  background-color: var(--col_grey);
  border-top: 1px solid var(--col_blue);
  border-bottom: 1px solid var(--col_blue);
  color: var(--col_blue);
  font-size: 1.3rem;
  font-weight: 600;
  padding: 20px 0;
	text-align: center;
	text-transform: none !important;
}
.vergleichstabelle th:first-child {
	width: 60%;
}
.vergleichstabelle th:last-child {
	width: 20%;
}
.vergleichstabelle td {
	font-size: 1.3rem;
	line-height: 1.5;
	color: var(--col_blue);
	height: 72px;
}
.vergleichstabelle td:not(:first-child) {
	text-align:center;
	padding: 15px 0; /*20px 0; */
}
.vergleichstabelle td img {
	width: 40px;
	height: 40px;
}
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
		border-color: var(--col_blue);
}
@media (max-width:767px) {
	body.itemid-103 .moduletable.vergleichstabelle {
		padding-left: 0;
		padding-right: 0;
	}
	.vergleichstabelle th span {
		display: block;
	}
	.vergleichstabelle td {
		font-size: 1.1rem;
	}
	.vergleichstabelle td img {
		width: 30px;
		height: 30px;
	}
}
.umbruch {
  hyphens: auto;
}
/*.umbruch > div, */
.umbruch > a > div {
	background: var(--col_lightblue);
	margin: 10px;
	padding: 10px;
}
.umbruch > a:hover > div {
	background: var(--col_blue);
	color: #fff;
}


/* Slider auf smart-AC- Seiten */
.uk-slider-items {
  align-items: center;
}
/* paddng/margin von uikit überschreiben */
.uk-slider-container-offset {
	margin: 20px 0px -60px -0px;
  padding: 11px 0px 60px 0px;
}

@media (max-width:767px) {
	.uk-slider-container-offset {
		margin-bottom: 50px;
	}
}
@media (min-width:1200px) and (max-width:1400px) {
	.newsflash-title {
	  hyphens: auto;
	}
}

/* im modul für die vor/zurück-Pfeile die Klassen uk-position-bottom-left /right setzen!! */
a.uk-position-bottom-left,
a.uk-position-bottom-right {
		bottom: -72px; /* -54 */
}
a.uk-position-bottom-left > svg,
a.uk-position-bottom-right > svg {
		display:  none;
}

a.uk-position-bottom-right {
  right: 35%;
}

a.uk-position-bottom-left {
	left: 35%;
	transform: rotateY(180deg);
}
@media (max-width: 767px) {
	a.uk-position-bottom-right {
	  right: 35%;
	}
	a.uk-position-bottom-left {
		left: 25%;
	}
}
.uk-slidenav {
  color: #fff;
  background: var(--col_blue);
  border-radius: 50%;
	padding: 12px 12px;
}
/** Störer oben auf Seiten smartAC */
.stoerer_ac {
	position: absolute;
  top: 0;
  right: 15%;
}
.stoerer_ac > img {
	max-width: 220px;
}


/*** UI-KIT überschreiben:  ***/
[uk-cover]:where(img, video),
[data-uk-cover]:where(img, video) {
	width: auto;
	max-width: 100%;
	height: auto;
}


/***************************** ILC body.itemid-131 ******************************************/
body.itemid-131 .uk-card-small.uk-card-body,
body.itemid-131 .uk-card-small .uk-card-body,
body.itemid-105 .uk-card-small .uk-card-body {
	padding: 20px 40px 20px 0px;
}
@media (max-width:991px) {
	body.itemid-131 .uk-card-small.uk-card-body,
	body.itemid-131 .uk-card-small .uk-card-body,
	body.itemid-105 .uk-card-small .uk-card-body {
		padding: 20px;
	}
}

body.itemid-131 .uk-slider.uk-slider-container {
	min-height: 450px;
}
body.itemid-131 .listpoint {
  padding-left: 0px;
  background-size: 41px;
	border-top: 1px solid var(--col_blue);
	padding-top: 15px;
	background-position-y: 15px;
}
h4.uk-card-title {
/*	border-bottom: 1px solid var(--col_blue);
	padding-bottom: 15px;
  margin-bottom: 15px;
	*/
}
body.itemid-131 .astroid-component-section .col-md-6  {
	padding-bottom: 30px;
}



/**** KOntakt ****/
#ca-1529739248826 {
	background: transparent;
	padding-top: 20px; /* 100 */
}
body.content-bg-grau .astroid-section.astroid-component-section {
		background-color: var(--col_grey);
}

/* .com-contact dl.dl-horizontal dd {
	padding-left: 0;
}*/
.contact-name,
.contact-suburb,
.contact-fax {
  padding-bottom: 15px;
}



/***** Datenschutz  *****/
body.datenschutz .astroid-component-section p {
	margin-bottom: 1.5rem;
}

/** Übersetzungstool gugl ***/
#gt_float_wrapper {
	position: absolute !important;
	top: 15px !important;
  right: -130px !important;
}
.ibsotranslate { float:right; }
.ibsotranslate,
#astroid-header {
	margin-right: 130px;
}
