h1, h2, h3 {
	text-transform: none;
}

h1 *, h2 *, h3 * { 
	text-transform: none !important;
}

#loadmore-extra {
	margin: 0 auto;
  	display: flex;
  	justify-content: center;
  	max-width: 200px;
}

section.teaser-section .section-inner .teaser-boxes .formular-box {
	padding-top: 35px;
}

.logo-section ul.logo-row--animated {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

ul.logo-row--animated li {
	flex: 0 0 200px;
}

.logos--bar {
    overflow: hidden;
    white-space: nowrap;
    display:grid;
    grid-template-columns: 1fr 1fr;
}

.logo-section .logos--bar  .logo-row .logo-item {
  	padding: 0 30px;
}

.logos--bar-slide {
    animation: 32s slideBar infinite linear;
}

.logos--bar-slide.slower {
	animation: 60s slideBar infinite linear;
}
.logos--bar-slide.very-slow {
	animation: 80s slideBar infinite linear;
}

@keyframes slideBar {
  	from {
    	transform: translateX(0);
  	}
  	to {
    	transform: translateX(-100%);
  	}
}


.flex {
	display:flex;
}
.flex .one-half {
	width: 50%;
}
.flex .one-third {
	width: 33.33%;
}
.flex .one-quarter {
	width: 25%;
}

.table--compare {
	padding-top:4rem;
}
.table--compare h3 {
	color:#000;
}

.btn.button {
	width:100%;
	min-width: auto;
}

.info-top .flex__infos {
	padding:2rem 1rem 1rem;
	text-align: center;
}

.info-top .flex__labels + .flex__infos { 
	border:1px solid #000;
	border-bottom:0;
}

.info-top .flex__infos:last-child { 
	border:1px solid #000;
	border-bottom:0;
	border-left:0;
}

.info-bottom .flex__labels + .flex__infos { 
	border:1px solid #000;
	border-top:0;
	padding-bottom:2rem;
}

.info-bottom .flex__infos:last-child { 
	border:1px solid #000;
	border-top:0;
	border-left:0;
	padding-bottom:2rem;
}

.info-top .block {
	min-height: 6rem;
}
.info-top i,
.info-top em {
	font-size:0.8rem;
	font-style: normal;
}

.flex__row--head {
	font-weight: bold;
	font-size: 1.1rem;
}
.flex__row:not(.flex__row--head) { 
	border-top:1px solid #ECECEC;
}
.flex__row:not(.flex__row--head) + .flex__row--head {
	margin-top:4rem;
}
.flex__row {
	min-height:3.5rem;
	display:flex;
	align-items:center;
}
.info-bottom .flex__infos {
	font-weight:bold;
}
.info-bottom .flex__infos .flex__row {
	justify-content: center;
	padding-inline:0.5rem;
}

.sr-only {
	display:none;
}

.svg--bigger {
	width:30px;
	height:auto;
}


.tabs--table__top .block {
	min-height: 5rem;
}
.tabs--table__top .btn {
	max-width: 280px;
	margin-bottom: 4rem;
}
.tabs--table__top h3 {
	margin-top:3rem;
	color:#000;
}
.tabs--table__bottom .flex__row:not(.flex__row--head) + .flex__row--head {
	margin-top:2rem;
}
.tabs--table__bottom .flex__infos .flex__row {
	justify-content: center;
	padding-inline:0.5rem;
}
.tabs--table__bottom  .flex__infos {
	font-weight:bold;
}

.tabs--table {
	display:none;
}
.tabs--table.js-active {
	display:block;
}

.off-canvas-wrapper {
	overflow:clip;
}
.main-content {
  	overflow-x: clip;
}
.table--compare-mobile { 
	width:100%;
	padding-top:140px;
}

.sticky-con__buttons {
	position: sticky;
	position: sticky;
    top: 90px;
    align-self: flex-start;
    width:1px;
    height:120px;
}
.sticky-con__buttons .flex {
	box-shadow:0 0 0.5rem rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	width:calc(100vw - 30px);
}
.sticky-con__buttons a {
	font-size:20px;
	line-height: 1.25;
	text-decoration: none;
	color:#000;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	padding:32px 25px 34px;
	text-transform:uppercase;
	font-weight: bold;
	width: 50%;
  	text-align: center;
  	position: relative;
  	background:#FFF;
}
.sticky-con__buttons a.js-active::before { 
	content:'';
	position:absolute;
	bottom:0;
	left: 0;
	width:100%;
	height:6px;
	background: #da091b;
}
.sticky-con__buttons a span {
	max-width:126px;
}
.sticky-con__buttons a:not(:last-child) { 
	border-right: 1px solid #D9D9D9;
}


@media (max-width:640px) {
	.table--compare {
		display:none;
	}
	.info-table-section h2 {
		margin-bottom: 60px;
	}
	.info-table-section .text-center {
		margin-bottom: 40px;
	}
}

@media (min-width:641px) {
	.table--compare-mobile,
	.sticky-con {
		display:none !important;
	}
}




