@font-face {
  font-family: 'UnitBold';
  src: url('../font/UnitBold.ttf') format('truetype'),
	   url('../font/UnitBold.woff2') format('woff2'),
	   url('../font/UnitBold.woff') format('woff');
}
@font-face {
  font-family: 'UnitRegular';
  src: url('../font/UnitRegular.ttf') format('truetype'),
	   url('../font/UnitRegular.woff2') format('woff2'),
	   url('../font/UnitRegular.woff') format('woff');
}
@font-face {
  font-family: 'UnitThin';
  src: url('../font/UnitThin.ttf') format('truetype'),
  	   url('../font/UnitThin.woff2') format('woff2'),
       url('../font/UnitThin.woff') format('woff');
}
@font-face {
  font-family: 'UnitLight';
  src: url('../font/UnitLight.ttf') format('truetype'),
	   url('../font/UnitLight.woff2') format('woff2'),
	   url('../font/UnitLight.woff') format('woff');
}

/* VARS */ 
:root {
  --headline-blue: #FFC300;
  --headline-yellow: #F4F1B1; 
  --background-yellow: rgba(245, 242, 179, 0.44); 
  --background-grey: rgba(222, 222, 222, 0.44);
  --background-blue: rgba(123, 201, 217, 0.44);
  --background-red: #E88062;
}

/* GENERAL CSS */
html, body {
    min-height: 100% !important;
    height: 100%;
}
.main {
	min-height: 100vh;
	position: relative;
	display: block;
}
.h-100vh {
	height: 100vh;
}
html{
	scroll-behavior:smooth;
}
body {
	font-family: "UnitLight", sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 20px;
	line-height: 27px;
	color: #000;
}
h1,h2,h3 {
	font-family: "UnitBold";
}
b, strong {
	font-family: "UnitBold";
}
.image-as-background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.image-as-background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.text-decoration-underline {
	text-decoration: underline !important;
}
h1 {
	font-size: 95px;
	line-height: 88px;
}
h2 {
	font-size: 65px; 
	line-height: 58px;
}
h1 span, 
h2 span,
h3 span {
	display: table;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}
h1.text-center span, 
h2.text-center span,
h3.text-center span {
	margin-left: auto;
	margin-right: auto;
}
h1 span:after, 
h2 span:after,
h3 span:after {
	content: '';
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 1px;
	left: 0px;
	z-index: -1;
}
h1.hear__headline-blue span:after, 
h2.hear__headline-blue span:after,
h3.hear__headline-blue span:after {
	background-color: var(--headline-blue) !important;
}
h1.hear__headline-yellow span:after, 
h2.hear__headline-yellow span:after,
h3.hear__headline-yellow span:after {
	background-color: var(--headline-yellow);
}
h1.hear__headline-black span:after, 
h2.hear__headline-black span:after,
h3.hear__headline-black span:after {
	background-color: #000;
}
h1.hear__headline-black span, 
h2.hear__headline-black span,
h3.hear__headline-black span {
	color: var(--headline-yellow);
}
h1.hear__headline-black-blue span:after, 
h2.hear__headline-black-blue span:after,
h3.hear__headline-black-blue span:after {
	background-color: #000;
}
h1.hear__headline-black-blue span, 
h2.hear__headline-black-blue span,
h3.hear__headline-black-blue span {
	color: var(--headline-blue);
}
h1.hear__headline-black-white span:after, 
h2.hear__headline-black-white span:after,
h3.hear__headline-black-white span:after {
	background-color: #000;
}
h1.hear__headline-black-white span, 
h2.hear__headline-black-white span,
h3.hear__headline-black-white span {
	color: #fff;
}
h1.hear__headline-start span:after, 
h2.hear__headline-start span:after,
h3.hear__headline-start span:after {
	left: -45px;
	width: calc(100% + 45px);
}
h1.hear__headline-end span:after, 
h2.hear__headline-end span:after,
h3.hear__headline-end span:after {
	right: -45px;
	width: calc(100% + 45px);
}
h1.hear__headline-end span, 
h2.hear__headline-end span,
h3.hear__headline-end span {
	margin-left: auto;
}	
.hear__content-background-yellow {
	background-color: var(--background-yellow);
}
.hear__content-background-grey {
	background-color: var(--background-grey);
}
.hear__content-background-blue {
	background-color: var(--background-blue);
}
.form-group {
	margin-bottom: 40px;
}
.form-control {
	border-radius: 0px;
	border: 1px #373728 solid;
	font-family: "UnitLight", sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #000;
	font-size: 22px;
}
.btn {
	border-radius: 0px;
	font-weight: 400;
	font-size: 26px;
	padding: 20px 40px;
	line-height: 26px;
	text-decoration: none !important;
	border: 2px solid;
}
.btn-login {
	color: #000 !important;
	background-color: #7CCAD9;
	width: 100%;
	border: 1px solid #7CCAD9;
}
.btn-login:hover {
	background-color: transparent;
	color: #7CCAD9 !important;
}
.btn-primary {
	font-size: 20px;
	line-height: 27px;
	background-color: #373728;
	border-color: #373728;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	border-color: #373728;
	color: #373728;
	background-color: transparent;
	
}
.btn-transparent {
	font-size: 20px;
	line-height: 27px;
	border-color: #000;
	color: #000;
	background-color: transparent;
}
.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active,.btn-transparent:not(:disabled):not(.disabled).active, .btn-transparent:not(:disabled):not(.disabled):active, .show>.btn-transparent.dropdown-toggle {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}
.btn-lila {
	font-size: 20px;
	line-height: 27px;
	background-color: #9C7DD6;
	border-color: #9C7DD6;
	color: #fff;
}
.btn-lila:hover, .btn-secondary:focus, .btn-secondary:active,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	border-color: #9C7DD6;
	color: #9C7DD6;
	background-color: transparent;
}
.btn-secondary {
	font-size: 20px;
	line-height: 27px;
	background-color: var(--background-red);
	border-color: var(--background-red);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	border-color: var(--background-red);
	color: var(--background-red);
	background-color: transparent;
}
.btn-big {
	font-size: 36px;
	line-height: 50px;
	padding: 8.5px 36px;
}

/* HEADER CSS */
.hear__studie {
	width: 280px;
	margin-left: auto;
	display: block;
}
.hear__header {
	position: relative;
	overflow: hidden;
}
.hear__header .hear__header-img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.hear__header .hear__header-content {
	height: 100%;
	padding-top: 60px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 0px !important;
}
.hear__header h1,
.hear__header h2,
.hear__header h3 {
	font-size: 100px;
	line-height: 80px;
}
.hear__header h1 span,
.hear__header h2 span,
.hear__header h3 span {
	margin-bottom: 15px;
}
.hear__header-home {
	height: 995px;
}
.hear__question {
	padding-bottom: 60px;
	padding-top: 60px;
	padding-left: 45px;
	padding-right: 45px;
}
.hear__question:nth-child(odd) {
	background-color: rgba(222, 222, 222, 0.44);
}
.hear__question:nth-child(even) {
	background-color: #fff;
}
.hear__question h3 {
	font-size: 65px;
	line-height: 47px;
	margin-bottom: 60px;
}
.hear__question h3 span {
	display: table;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}
.hear__question h3 span:after {
	content: '';
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	left: -45px;
	width: calc(100% + 45px);
}
.hear__question:nth-child(odd) h3 span:after {
	background-color: var(--headline-blue);
}
.hear__question:nth-child(even) h3 span:after {
	background-color: var(--headline-yellow);
}

/* QUESTION CSS */ 

.hear__question-wrapper {
	
}
.hear__question-headline {
	font-family: "UnitRegular";
	font-size: 28px;
	margin-bottom: 20px;
	color: #373728;
}
.hear__question-headline span {
	font-family: "UnitLight";
	font-size: 20px;
	display: block;
}
.hear__question-table {
	
}
.hear__question-table .hear__question-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hear__question-table .hear__question-row .hear__question-desc {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	border-bottom: 1px solid #373728;
	max-width: calc(100% - 150px);
}
.hear__question-table .hear__question-row:first-child .hear__question-desc, .hear__question-table .hear__question-row:first-child .hear__question-check {
	border-top: 5px solid #373728;
}
.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-title {
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 20px;
	padding-top: 25px;
	position: relative;
	padding-right: 50px;
	clear: left;
}
.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-title div {
	float: left;
	margin-right: 15px;
	width: 56px;
	min-height: 40px;
}
.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-title.hear__question-desc-has-content {
	cursor: pointer;
}
.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-title.hear__question-desc-has-content:after {
	content: '';
	width: 32px;
	height: 32px;
	border-left: 1px solid #373728;
	border-bottom: 1px solid #373728;
	position: absolute;
	right: 0px;
	top: 50%;
	transform-origin: center;
	transform: translate(0,-50%) rotate(-45deg);
	margin-right: 10px;
	margin-top: -10px;
	cursor: pointer;
}
.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-content {
	display: none;
	padding-right: 60px;
	padding-bottom: 15px;
	font-size: 20px;
}

.hear__question-table .hear__question-row .hear__question-check {
	width: 150px;
	border-bottom: 1px solid #373728;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 8px;
}
.hear__question-table .hear__question-row:last-child .hear__question-desc, .hear__question-table .hear__question-row:last-child .hear__question-check {
	border-bottom: 5px solid #373728;
}
.hear__question-table .hear__question-row .hear__question-check .hear__question-check-pkt {
	font-family: "UnitBold";
	font-size: 25px;
	width: 89px;
	padding-top: 20px;
}
.hear__question-check-box {
	display: block;
	width: auto;
	padding-top: 8px;
	margin-left: auto;
	margin-bottom: -5px;
}
.hear__question-table-images {
	margin-left: -15px;
	margin-right: -15px;
}
.hear__question-table-images .hear__question-check-box {
	width: auto !important;
}
.hear__question-table-images .hear__question-check-box input[type="radio"] + label {
	float: left;
	margin-right: 10px;
}
.hear__question-table.hear__question-table-images ul li .hear__question-check-box .hear__question-check-box-text {
	text-align: left;
}
.hear__question-table.hear__question-table-images ul li {
	padding: 15px;
}
.hear__question-image {
	width: 100%;
}
.hear__question-image img {
	width: 100%;
}
.hear__next-slide {
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}
.hear__question-check-box input[type="checkbox"] {
	display: none;
}
.hear__question-check-box input[type="checkbox"] + label {
	width: 61px;
	height: 55px;
	border: 2px solid var(--headline-blue);
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.hear__question-check-box input[type="checkbox"]:checked + label {
	background-color: var(--headline-blue);
}
.hear__question-check-box input[type="checkbox"]:checked + label:after {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	display: block;
	background-image: url('../img/check.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.hear__question-check-box input[type="radio"] {
	display: none;
}
.hear__question-check-box input[type="radio"] + label {
	width: 61px;
	height: 55px;
	border: 2px solid var(--headline-blue);
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hear__question-check-box input[type="radio"]:checked + label {
	background-color: var(--headline-blue);
}
.hear__question-check-box input[type="radio"]:checked + label:after {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	display: block;
	background-image: url('../img/check.svg');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.hear__question-table ul {
	list-style: none;
	width: 100%;
	display: table;
	table-layout: fixed;
	padding: 0px;
	margin: 0px;
}
.hear__question-table ul li {
	display: table-cell;
}
.hear__question-table ul li .hear__question-check-box {
	margin-right: auto;
}
.hear__question-table ul li .hear__question-check-box .hear__question-check-box-text {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-family: "UnitBold";
	font-size: 25px;
} 
.hear__logo-button {
	max-width: 250px; 
	width: 100%;
}
.hear__question-points {
	text-align: right;
	font-size: 30px;
	font-family: "UnitBold";
	margin-top: 25px;
}
.hear__question-points span {
	font-size: 25px;
}
.hear__question-button {
	margin-top: 45px;
}
textarea.form-control {
	height: 250px;
	resize: none;
}
/* FOOTER CSS */
.hear__footer {
	background-color: #3C3B2D;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-weight: 400;
}
.hear__footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.hear__footer ul li {
	display: table-cell;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #fff;
}
.hear__footer ul li:first-child {
	border: none;
}
#footer-logo {
	text-align: center;
}
#footer-logo img {
	width: 100%;
	max-width: 500px;
}
.hear__footer ul li a {
	color: #FFC300;
}
.hear__footer ul li a:hover {
	text-decoration: none;
	color: #fff;
}
select.form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 2px #7CCAD9 solid;
	outline: none;
	background-color: transparent !important;
	padding: 15px;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	height: auto;
}
.hear__select:after {
  position: absolute;
  content: '';
  display: block;
  top: 25px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
}
.hear__select {
	position: relative;
	width: 100%;
}
.hear__tooltip {
	font-family: "UnitBold";
	color: #FFC300;
	cursor: pointer;
}
.hear__header-person {
	width: 100%;
	display: block;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.hear__studie {
	position: absolute;
	right: 0px;
}
.hear__header-bottom {
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: 30px;
	left: 0px;
}
 
@media (max-width: 1213.98px) {
	.hear__content-login-content {
		padding-bottom: 120px;
	}
	.hear__home-user {
		padding-top: 120px;
		padding-bottom: 120px;
		margin-top: 0px;
	}
	.hear__question-button {
		float: left;
		margin-top: 15px;
	}
	.hear__question-intro-pkt {
		width: 100%;
	}
	.hear__question-intro-pkt:after {
		content: '';
		display: block;
		padding-bottom: 100%;
	}
	.hear__question-intro {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hear__question-intro h1 {
		margin-bottom: 30px;
	}
	.hear__question-intro-pkt-holder {
		font-size: 32px;
	}
	.hear__question-intro-pkt-holder .hear__question-intro-pkt-holder-text {
		font-size: 20px;
	}
	.hear__summary {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hear__summary .hear__summary-wrapper .hear__summary-icon .hear__summary-icon-icon {
		width: 47px;
		height: 47px;
		margin-right: 15px;
	}
	.hear__summary .hear__summary-wrapper .hear__summary-icon {
		width: auto;
	}
	.hear__summary-content {
		max-width: calc(100% - 62px);
	}
	.hear__summary .hear__summary-wrapper .hear__summary-content .hear__summary-content-intro {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.hear__summary .hear__summary-wrapper .hear__summary-content .hear__summary-content-points {
		font-size: 32px;
		margin-bottom: 15px;
	}
	.hear__summary .hear__summary-wrapper .hear__summary-content .hear__summary-content-points div {
		font-size: 25px;
	}
	.hear__summary .hear__summary-wrapper .hear__summary-content .hear__summary-content-subline {
		font-size: 18px;
	}
	.hear__summary h3 {
		font-size: 40px;
		line-height: 26px;
	}
	.hear__summary h3 span {
		margin-bottom: 9px;
	}
	.hear__summary-content-table {
		margin-left: auto;
		margin-right: auto;
		display: table;
	}
	.mw-100 {
		max-width: 100% !important;
		width: 100%;
	}
	.hear__image-text-content {
		padding: 70px;
	}
	.hear__nav {
		display: none;
	}
	.hear__nav ul li {
		vertical-align: middle;
		margin-left: 7.5px;
		margin-right: 7.5px;
	}
	.hear__nav-mobile {
		display: block;
		background-color: #000;
		color: #fff;
		padding-bottom: 8px;
		padding-top: 8px;
	}
	/*.hear__nav ul li a.hear__header-button {
		padding: 3px 6px;
		line-height: 16px;
		font-size: 16px;
	}
	.hear__nav ul li a.hear__header-button img {
		margin-left: 0px;
		width: 16px;
	}*/
	.hear__nav-mobile .logo {
		max-width: 289px;
		width: 100%;
		margin-left: 0px;
	}
	.h-size-120 {
	    font-size: 85px !important;
		line-height: 62px !important;
	}
	h1.h-size-120 span:after, h2.h-size-120 span:after, h3.h-size-120 span:after {
	    top: 1px;
	}
	.hear__nav-stoerer {
		width: 185px;
		top: 115px;
	}
	.hear__nav-stoerer img {
		width: 100%;
	}
	.hear__header .hear__header-content {
		padding-top: 30px;
	}
	.hear__header-home {
		height: 675px;
	}
	.h-size-95, .h-size-100 {
		font-size: 75px !important;
		line-height: 55px !important;
	}
	.hear__grid-item .hear__grid-item-content h3 span:after {
		top: 0px;
	}
	.hear__grid-item .hear__grid-item-content h3 {
	    font-size: 48px;
	    line-height: 36px;
	}
	.hear__grid-item-hover-content .hear__grid-item-hover-content-headline {
		font-size: 20px;
		line-height: 26px;
	}
	.hear__grid-item-hover-content {
		padding: 15px;
	}
	#footer-logo {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	.hear__footer ul li a {
		font-size: 18px;
	}
	body.b2b {
		padding-top: 89px;
	}
	.hear__nav-b2b {
	    background-color: var(--headline-yellow);
	    color: #000;
	}
	.hear__nav-b2b .mobile-burger span {
		border-color: #000 !important;
	}
	.mobileMenu.hear__nav-b2b {
		border-color: #000 !important;
	}
	.mobileMenu.hear__nav-b2b ul li a {
		color: #000;
	}
	.hear__nav-b2b .hear__mobile-user-menu {
		border-color: #000 !important;
		color: #000 !important;
	}
	.hear__nav-b2b .mobileNavSwitcher {
		border-color: #000 !important;
	}
	.hear__devider-img {
		height: 600px;
	}
	.hear__standards-bg {
		padding-left: 40px;
		padding-right: 40px;
	}
	.hear__nav-b2b .current a {
		color: #000 !important;
	}
	.hear__nh-stoerer {
		width: 185px;
		top: 60px;
	}
	.hear__nh-inline-img {
		padding-right: 40px;
	}
	.hear__nh-inline-img img {
		width: 200px;
	}
	.hear__nh-icons {
		margin-top: -44px;
	}
	.hear__nh-icons img {
		width: 380px;
	}
	.hear__popup-b2b {
		padding-top: 89px;
	}
	.hear__popup-b2b-close, .hear__popUp-akustiker-close, .hear__popup-login-close {
		margin-top: 0px;
		top: 105px;
	}
	.hear__popup-b2b-wrapper {
		max-width: 800px;
	}
	.hear__popup-b2b-content-headline h2 {
		font-size: 67px;
		line-height: 49px;
	}
	.hear__popup-b2b .btn-big, .hear__popUp-akustiker-content-item .btn, .hear__popup-test .btn {
		font-size: 25px;
		line-height: 50px;
		padding: 5.5px 30px;
	}
	.hear__popUp-akustiker-content-item-text {
		font-size: 28px;
		line-height: 40px;
	}
	.hear__popUp-akustiker-content-item {
		max-width: 800px;
	}
	.hear__popUp-akustiker-content-content {
		max-width: 374px;
	}
	.Zebra_DatePicker td, .Zebra_DatePicker th {
		height: 52px;
		width: 52px;
		font-size: 20px;
	}
	.hear__popUp-akustiker .form-control {
		font-size: 20px;
	}
	.hear__popup-login-content-form .form-control {
		font-size: 20px;
	}
	.hear__popUp-akustiker, .hear__popup-login {
		padding-top: 89px;
	}
	.hear__popup-test-content-header-icon img {
		width: 60px;
	}
	.hear__popup-test-content-question-text, .hear__popup-test-content-result {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	.hear__popup-test-content-questions-wrapper {
		padding-bottom: 80px;
	}
	.hear__popup-test-content-question-input ul li input[type="radio"] + label {
		font-size: 24px;
	}
	.hear__popup-test-wrapper {
		top: calc(50% + 25px);
	}
	.hear__popup-test-content-bullets ul li div {
		font-size: 32px;
	}
	.hear__popup-test-content-bullets ul li {
		width: 45px;
		height: 45px;
	}
	.hear__popup-test-content-bullets ul li.active {
		width: 65px;
		height: 65px;
	}
	.hear__popup-test-content-bullets {
		bottom: 40px;
	}
}
@media (max-width: 1024.98px) {
	.hear__studie {
		width: 160px;
		margin-left: auto;
		display: block;
	}
	.hear__header-akustiker-img {
		left: 0px;
		bottom: 0px;
	}
	.hear__header-akustiker-img img {
		width: 250px;
	}
	.hear__nav-stoerer1.scrolled {
		width: 80px;
		height: 80px;
	}
	body {
		font-size: 16px;
		line-height: 22px;
	}
	h1,h2 {
		font-size: 40px;
		line-height: 26px;
	}
	.hear__fullwidth-content-b2b {
		padding-bottom: 60px;
	}
	.h-size-95, .h-size-100 {
		font-size: 40px !important;
		line-height: 29px !important;
	}
	#sektoren .h-size-95, 
	#sektoren .h-size-100 {
		font-size: 40px !important;
		line-height: 29px !important;
	}
	h1 span, 
	h2 span,
	h3 span {
		margin-bottom: 9px;
	}
	.ml-m30 {
		margin-left: 0px;
	}
	.hear__nachhaltigkeit-headline {
		margin: 0px;
		margin-left: 30px;
	}
	.hear__offset-center {
		padding-left: 30px;
		padding-right: 30px;
	}
	.hear__offset-left {
		padding-left: 30px;
	}
	.pb-mobile {
		padding-bottom: 0px !important;
	}
	.hear__home-bottom {
		padding-bottom: 30px;
	}
	.hear__home-user {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.hear__home-user h3 {
		font-size: 32px;
		line-height: 22px;
		margin-bottom: 60px;
	}
	.hear__home-user-form-description {
		font-size: 17px;
	}
	.form-control {
		font-size: 14px;
	}
	.form-group {
		margin-bottom: 20px;
	}
	.btn {
		font-size: 14px;
		padding: 4px 12px;
		line-height: 27px;
	}
	.hear__home-user a {
		font-size: 14px;
	}
	.hear__content-login-content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.hear__home-bottom-content {
		padding-left: 30px;
		padding-right: 30px;
	}
	.hear__header-home {
		height: 365px !important;
	}
	.hear__header h1, .hear__header h2, .hear__header h3 {
		font-size: 40px !important;
		line-height: 29px !important;
	}
	.hear__header h1 span, 
	.hear__header h2 span, 
	.hear__header h3 span {
		margin-bottom: 9px;
	}
	.hear__header .hear__header-content {
		padding: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.hear__question {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hear__question-check-box {
		width: 35px;
	}
	.hear__question-check-box input[type="checkbox"] + label {
		width: 35px;
		height: 35px;
	}
	.hear__question-check-box input[type="checkbox"]:checked + label:after {
		width: 21px;
		height: 21px;
	}
	.hear__question-check-box input[type="radio"] + label {
		width: 35px;
		height: 35px;
	}
	.hear__question-check-box input[type="radio"]:checked + label:after {
		width: 21px;
		height: 21px;
	}
	.hear__question-table .hear__question-row .hear__question-check .hear__question-check-pkt {
		font-size: 14px;
		width: 56px;
	}
	.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-title {
		font-size: 16px;
		padding-bottom: 15px;
		padding-top: 15px;
		padding-right: 0px;
	}
	.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-title.hear__question-desc-has-content:after {
		width: 25px;
		height: 25px;
	}
	.hear__question-table .hear__question-row .hear__question-desc {
		max-width: calc(100% - 91px);
	}
	.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-title.hear__question-desc-has-content {
		padding-right: 40px;
	}
	.hear__question-table .hear__question-row .hear__question-check {
		width: 91px;
	}
	.hear__question-points {
		font-size: 20px;
	}
	.hear__question-points span {
		font-size: 14px;
	}
	.hear__question h3 {
		font-size: 40px;
		line-height: 26px;
	}
	.hear__question-headline {
		font-size: 18px;
		margin-bottom: 5px; 
	}
	.hear__question-headline span, .hear__question-check-box-text {
		font-size: 14px !important;
	}
	.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-content {
		font-size: 14px;
	}
	.hear__points {
		transform: scale(0.8);
	}
	.hear__indicator ul li {
		width: 8px;
		height: 8px;
	}
	.hear__header {
	}
	.hear__fullwidth-content h1 {
		font-size: 40px;
		line-height: 26px;
		margin-bottom: 25px;
	}
	.hear__fullwidth-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hear__image-text-content {
		padding: 30px;
	}
	.mb-30-mobile {
		margin-bottom: 30px;
	}
	.hear__grid-item:after {
		display: none;
	}
	.hear__grid-item .hear__grid-item-img {
		position: relative;
		width: 100%;
	}
	.hear__grid-item .hear__grid-item-img:after {
		content: '';
		display: block;
		padding-bottom: 53.33%;
	}
	.hear__grid-item-hover {
		position: relative;
		top: auto;
	}
	.hear__grid-item-hover-content {
		position: relative;
		top: auto;
		transform: none;
		padding-bottom: 0px;
		display: none;
	}
	.hear__grid-item .hear__grid-item-content h3 {
		font-size: 40px;
		line-height: 26px;
	}
	.hear__grid-item .hear__grid-item-content h3 span {
		margin-bottom: 9px;
	}
	.hear__grid-item-mobile-expand {
		position: relative;
		height: 35px;
		padding: 10px;
		width: 100%;
		cursor: pointer;
	}
	.hear__grid-item-mobile-expand:after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		transform: rotate(-135deg) translate(-50%,-50%);
		position: absolute;
		left: 50%;
		top: -15px;
		transform-origin: center;
		margin-left: -10px;
	}
	.hear__grid-item-hover-black .hear__grid-item-mobile-expand:after {
		border-color: #fff;
	}
	.hear__grid-item-hover-show .hear__grid-item-mobile-expand:after {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		transform: rotate(45deg) translate(-50%,-50%);
		position: absolute;
		left: 50%;
		top: 25px;
		transform-origin: center;
		margin-left: -10px;
	}
	.hear__grid-item-hover-show.hear__grid-item-hover-black .hear__grid-item-mobile-expand:after {
		border-color: #fff;
	}
	.hear__grid-item-hover-content, .hear__grid-item-hover-content .hear__grid-item-hover-content-headline, .hear__grid-item-hover-content .hear__grid-item-hover-link a {
		font-size: 16px;
		line-height: 22px;
	}
	.hear__spacer {
		margin-bottom: 30px;
	}
	.hear__content-login-content {
		padding-bottom: 30px;
	}
	.btn-mobile-full {
		width: 100%;
	}
	.hear__footer ul li, .hear__footer ul li a {
		color: #fff;
		font-size: 10px;
	}
	.hear__sektor-nav .text-right, .hear__sektor-nav .text-left {
		text-align: center !important;
	}
	.hear__sektor-nav .text-left {
		padding-bottom: 15px;
	}
	.hear__sektor-nav .text-left a {
		margin-right: 20px;
	}
	.hear__sektor-nav .text-right a {
		margin-left: 20px;
	}
	.hear__cta-copy {
		font-size: 18px;
	}
	.hear__charts {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pb-30 {
		padding-bottom: 15px;
	}
	.hear__fullwidth-content {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.hear__nav-stoerer {
		top: 100px;
		right: 10px;
		width: 100px;
	}
	.hear__round-headline {
		font-size: 25px;
		line-height: 32px;
	}
	.hear__step-headline {
		font-size: 22px;
		line-height: 25px;
	}
	.hear__home-test-image {
		height: 355px;
	}
	.hear__mb-991 {
		margin-bottom: 0px !important;
	}
	.hear__home-video {
		height: 484px;
	}
	.hear__map-input .form-control {
		font-size: 18px;
		height: 42px;
	}
	.cc-revoke, .cc-window {
		font-size: 16px;
	}
	.hear__header-b2b, .hear__devider-img {
		height: 355px;
	}
	.hear__home-b2b-content {
		padding-bottom: 60px;
	}
	.hear__no-margin {
		margin: 0px;
	}
	.hear__home-b2b-scoring-headline {
		margin-bottom: 0px; 
		margin-top: 0px;
	}
	.hear__standards-header-logo img {
		max-width: 400px;
		margin-bottom: 30px;
	}
	.hear__standards-box-logo img {
		max-width: 400px;
	}
	.hear__standards-box-grid-item-logo {
		height: 90px;
	}
	.hear__standards-box-grid-item-logo img {
		transform: translate(-50%,-50%) scale(0.8);
	}
	.hear__podcasts a img {
		width: 80px;
	}
	.hear__call-us {
		font-size: 20px;
	}
	.hear__nh-inline-img {
		display: none;
	}
	.hear__nh-headline {
		font-size: 25px;
		line-height: 32px;
	}
	.hear__nh-stoerer {
		width: 150px;
		top: 40px;
	}
	.hear__nh-devider {
		height: 450px;
	}
	.hear__popup-test-wrapper {
		max-width: calc(100vw - 50px);
		min-height: none;
	}
	.hear__popUp-akustiker-close button:after,
	.hear__popup-test-close button:after,
	.hear__popup-login-close button:after,
	.hear__popup-b2b-close button:after {
		width: 37px;
		height: 37px;
	}
	.hear__popUp-akustiker-content-item-text {
		font-size: 20px;
		line-height: 32px;
	}
	.hear__popup-login-content-subline {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.hear__popUp-akustiker-content-item h3 {
		font-size: 40px !important;
		line-height: 29px !important;
	}
	.hear__popup-b2b-wrapper {
		max-width: 700px;
	}
	.hear__popup-b2b-content-headline h2 {
		font-size: 40px !important;
		line-height: 29px !important;
	}
	.hear__popup-login-content-headline h2 {
		font-size: 40px !important;
		line-height: 29px !important;
	}
	.hear__popup-b2b-content-headline, .hear__popup-b2b-content {
		margin-bottom: 60px;
	}
	.hear__popup-b2b .btn-big, .hear__popUp-akustiker-content-item .btn, .hear__popup-test .btn {
		font-size: 18px;
		line-height: 32px;
	}
	.btn-user:after {
		height: 18px;
		width: 18px;
		margin-left: 5px;
	}
	.hear__popup-login-content-form .form-control {
		font-size: 14px;
		height: calc(1.5em + 0.75rem + 2px);
		padding: 0.375rem 0.75rem;
	}
	.hear__popup-login a {
		font-size: 14px;
	}
	.hear__popup-login-content-headline {
		margin-bottom: 30px;
	}
	.pbm-30 {
		padding-bottom: 30px;
	}
	.ptm-30 {
		padding-top: 30px;
	}
	.btn-big {
		font-size: 18px;
	    padding: 6px 14px;
	    line-height: 27px;
	}
	.hear__grid-item-hover-content-headline {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.cookie-b {
		display: block;
	}
	.hear__popup-test-wrapper {
		background-image: none;
	}
	.cc-revoke {
		display: none !important;
	}
	.hear__nh-icons {
		margin: 0;
		transform: translate(0, -50%);
	}
	.cc-revoke.cc-right {
		right: 15px;
	}
	.hear__nav-stoerer1.scrolled {
		width: 70px;
		height: 70px;
	}
	.hear__home-person-warpper {
		margin-top: 0px;
	}
	.hear__question-intro {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hear__no-margin {
		margin: 0px !important; 
	}
	.hear__nh-headline {
		font-size: 20px;
		line-height: 26px;	
	}
	.hear__nachhaltigkeit-headline {
		margin: 0px;
	}
	.hear__nh-devider {
		height: 225px;
	}
	.hear__icon-button {
		padding-top: 30px;
		padding-bottom: 60px;
	}
	.hear__nh-icons img {
		width: 60%;
	}
	.hear__home-person-text-desc {
		font-size: 16px;
	}
	.hear__sektor-nav  {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hear__image-text-image {
		height: 233px;
	}
	.hear__image-text {
		min-height: auto;
	}
	.hear__call-us {
		font-size: 16px;
	}
	.hear__header-slider {
		padding-bottom: 30px;
	}
	.slick-dots {
		bottom: 0px;
	}
	.hear__fullwidth-content-b2b, .hear__home-b2b-content {
		padding-bottom: 30px;
	}
	.hear__round-image {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.hear__round, .hear__step {
		margin-bottom: 60px;
	}
	.hear__step-content, .hear__round-content {
		max-width: 260px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.hear__home-video {
	    height: 441px;
	}
	.hear__popup-b2b-close, 
	.hear__popUp-akustiker-close, 
	.hear__popup-login-close {
		right: 15px;
	}
	.hear__home-b2b-scoring-headline {
		margin-top: 30px;
	}
	.hear__fullwidth-content h1, .hear__fullwidth-content h2 {
		margin-bottom: 30px;
	}
	.hear__standards-box:before, .hear__standards-box:after {
		width: calc(50% - 200px);
	}
	.hear__standards-box {
		padding: 30px;
	}
	.hear__standards-box-headline {
		margin-top: -47px;
	}
	.hear__popup-test-content-question-text, .hear__popup-test-content-result {
		font-size: 18px;
		line-height: 26px;
	}
	.hear__popup-test-wrapper {
		min-height: auto;
		min-width: auto;
		padding: 15px;
	}
	.hear__popup-test-content-bullets ul li {
		width: 25px;
		height: 25px;
	}
	.hear__popup-test-content-bullets ul li.active {
		width: 45px;
		height: 45px;
	}
	.hear__popup-test-content-bullets ul li div {
	    font-size: 24px;
	}
	.hear__popup-test-close {
		top: 15px;
		right: 15px;
	}
	.hear__popup-test-content-header-icon {
		margin-top: 40px;
		margin-bottom: 15px;
	}
	.hear__popup-test-content-header {
		margin-bottom: 30px;
	}
	.hear__popup-b2b-wrapper {
		width: 100%;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.hear__header-akustiker-name {
		display: none;
	}
	.hear__nav-stoerer {
		top: 80px;
	}
	.hear__standards {
		padding: 30px;
	}
	.hear__standards-bg {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hear__standards-box {
		border: 14px #F4F1B1 solid;
		border-top: none !important;
	}
	.hear__standards-box:before, .hear__standards-box:after {
		height: 14px;
		width: calc(50% - 100px);
	}
	.hear__standards-box-grid-item-logo {
		margin-bottom: 30px;
	}
	.hear__popup-login-wrapper {
		max-width: 100%;
		width: 100%;
		padding-left: 30px; 
		padding-right: 30px;
	}
	.hear__popUp-akustiker-content-item {
		max-width: 100%;
		width: 100%;
		padding-left: 30px; 
		padding-right: 30px;
	}
	.hear__content-head, .hear__content-headline {
		font-size: 24px;
	}
	.slick-dots li button {
		width: 12px;
		height: 12px;
	}
	.mbm-0 {
		margin-bottom: 0px;
	}
	.mbm-30 {
		margin-bottom: 30px !important;	
	}
	.hear__home-test-image-healine {
		padding-left: 15px;
		padding-right: 15px;
		overflow: hidden;
	}
	.hear__popUp-akustiker-content-imput-group {
		
	}
	.hear__popUp-akustiker-content-imput-group div {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.hear__popUp-akustiker-content-imput-group div:last-child {
		margin-bottom: 0px;
		margin-left: 0px !important;
	}
	.hear__popUp-akustiker, .hear__popup-login {
		padding-top: 48px;
	}
	.hear__popup-b2b-close, .hear__popUp-akustiker-close, .hear__popup-login-close {
		top: 70px;
	}
	#searchAkustikerResults {
		height: 250px;
		overflow: scroll;
	}
	.Zebra_DatePicker td, .Zebra_DatePicker th {
	    height: 42px;
	    width: 42px;
	    font-size: 16px;
	}
	.hear__timepicker .dp_daypicker td {
		height: 60px;
	}
	.hear__popUp-akustiker .form-control {
		font-size: 16px;
	}
	.ptm-30 {
		padding-top: 30px !important;
	}
	.hear__offset-left {
		padding-left: 15px;
	}
	.hear__call-us {
		padding: 0px;
	}
	.hear__call-us-padding {
		padding: 15px;
	}
	.hear__question-table-images ul {
		display: block;
	}
	.hear__question-table-images ul li {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center!important;
		align-items: center!important;
	}
	.hear__question-table-images ul li .hear__question-image {
		max-width: 150px;
		box-shadow: 0px 0px -15px #000;
	}
	.hear__question-table-images ul li .hear__question-check-box {
		width: 100% !important;
	}
	.hear__question-table-images ul li .hear__question-check-box .hear__question-check-box-text {
		margin: 0px;
	}
	.hear__header-person {
		max-width: 70%;
	}
}
@media (max-width: 443.98px) {
	.hear__grid {
		padding: 0px;
	}
	.hear__sektor-nav .text-left a:after {
		display: none;	
	}
	.hear__sektor-nav .text-left a {
		margin: 0px;
		padding: 0px;
	}
	.hear__sektor-nav .text-right a:after {
		display: none;	
	}
	.hear__sektor-nav .text-right a {
		margin: 0px;
		padding: 0px;
	}
	.hear__header h1, 
	.hear__header h2, 
	.hear__header h3, 
	.hear__fullwidth-content h1,
	.hear__question-intro h1,
	.hear__question h3,
	.hear__summary h3,
	h1, 
	h2,
	.hear__grid-item .hear__grid-item-content h3,
	.hear__home-user h3,
	.h-size-95, 
	.h-size-100,
	.hear__popUp-akustiker-content-item h3 {
		font-size: 32px !important;
		line-height: 25px !important;
	}
	#sektoren .h-size-95, 
	#sektoren .h-size-100 {
		font-size: 32px !important;
		line-height: 25px !important;
	}
	.hear__header h1 span, 
	.hear__header h2 span, 
	.hear__header h3 span, 
	.hear__fullwidth-content h1 span,
	.hear__question-intro h1 span,
	.hear__question h3 span,
	.hear__summary h3 span,
	h1 span, 
	h2 span,
	.hear__grid-item .hear__grid-item-content h3 span,
	.hear__home-user h3 span {
		margin-bottom: 6px;
	}
	.hear__grid-item .hear__grid-item-content {
		bottom: 0px;
	}
	.hear__question-table .hear__question-row .hear__question-desc .hear__question-desc-title div {
		width: 24px;
	}
	.hear__round, .hear__step {
		margin-bottom: 30px;
	}
	.hear__home-video {
	    height: 242px;
	}
	.hear__map .hear__map-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.hear__map-input input {
		width: 100%;
	}
	.hear__map-input button {
		margin-top: 30px;
		width: 100%;
	}
}
@media (max-width: 400px) {
	.hear__popUp-akustiker-content-item h3{
		font-size: 24px !important;
		line-height: 18px !important;
	} 
	.hear__header h1, 
	.hear__header h2, 
	.hear__header h3, 
	.hear__fullwidth-content h1,
	.hear__question-intro h1,
	.hear__question h3,
	.hear__summary h3,
	h1, 
	h2,
	.hear__grid-item .hear__grid-item-content h3,
	.hear__home-user h3,
	.hear__home-person-text-name,
	.h-size-95, 
	.h-size-100 {
		font-size: 25px !important;
		line-height: 19px !important;
	}
	#sektoren .h-size-95, 
	#sektoren .h-size-100 {
		font-size: 25px !important;
		line-height: 19px !important;
	}
	.hear__header h1 span, 
	.hear__header h2 span, 
	.hear__header h3 span, 
	.hear__fullwidth-content h1 span,
	.hear__question-intro h1 span,
	.hear__question h3 span,
	.hear__summary h3 span,
	h1 span, 
	h2 span,
	.hear__grid-item .hear__grid-item-content h3 span,
	.hear__home-user h3 span,
	.hear__home-person-text-name span {
		margin-bottom: 6px;
	}
	.hear__header-akustiker-img {
		display: none;
	}
}