/* Basic Styles */
* {
	 box-sizing: border-box;
}

html {
	font-family: Verdana, Geneva, sans-serif;
}

/* Reset */
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

a {
	color: #f07d00;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style-type: none;
}

dl,
dt,
dd {
	margin: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/* Header */
header {
	display: block;
	margin: 0 auto 139px;
	max-width: 1170px;
	position: relative;
	width: 100%;
}

header .banderole {
	background-color: #f07d00;
	left: 0;
	position: absolute;
	top: 39px;
	width: 100%;
}

header .banderole > div {
	display: block;
	height: 123px;
	margin: 0 auto;
	max-width: 700px;
	text-align: right;
	width: 100%;
}

header .banderole > div a {
	display: inline-block;
}

header .banderole > div a .logo {
	display: inline-block;
}

header .banderole > div a .logo.mobile {
	display: none;
}

header .box {
	background-color: #f07d00;
	bottom: -72px;
	display: inline-block;
	height: 149px;
	left: 50%;
	line-height: 149px;
	margin: 0 0 0 -300px;
	padding: 0 10px;
	position: absolute;
	text-align: center;
	width: 600px;
}

header .box::after {
	background-image: url('https://newsportal.fermacell.de/img/arrow_down_orange.png');
	background-position: left top;
	background-repeat: no-repeat;
	bottom: -15px;
	content: '';
	display: inline-block;
	height: 15px;
	left: 50%;
	margin: 0 0 0 -15px;
	position: absolute;
	width: 30px;
}

header .box p {
	color: #fff;
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
}

header .visual {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

header .visual.mobile {
	display: none;
}

/* Content */
.content {
	display: block;
	margin: 0 auto;
	width: 700px;
}

.content .introtext,
.content .outrotext,
.content .textblock {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 96px;
	text-align: center;
}

.content .outrotext,
.content .textblock {
	margin: 0 0 130px;
}

.content .outrotext.shortmargin {
	margin: 0 0 64px;
}

.content .textblock .button {
	background-color: #f07d00;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	margin: 0;
	padding: 13px 42px 16px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
}

.content .introtext.formintro {
	margin: 0 0 23px;
}

.content .introtext.formintro span {
	display: block;
	font-size: 18px;
	padding: 45px 0 0;
}

.content .introtext.textleft,
.content .outrotext.textleft,
.content .textblock.textleft {
	text-align: left;
}

.content .introtext .textsmall,
.content .outrotext .textsmall,
.content .textblock .textsmall {
	font-size: 11px;
	line-height: 14px;
}

.content .centerbox {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.content .centerbox.textleft {
	text-align: left;
}

.content .centerbox .inner {
	display: inline-block;
}

.content ul.list {
	margin: 0 0 23px;
	padding: 0 0 0 15px;
	text-align: left;
}

.content ul.list li {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 23px;
	list-style: disc outside none;
	text-align: left;
}

/* Form */
form {
	margin: 0 0 23px;
	padding: 20px 0 0;
	width: 100%;
}

form .row {
	min-height: 80px;
	position: relative;
}

form .row:nth-last-of-type(2) {
	min-height: 66px;
}

form .row:last-of-type {
	margin: 0 0 69px;
}

form .row:last-of-type.shortmargin {
	margin: 0;
}

form input[type="email"],
form input[type="text"],
form select {
	background-color: transparent;
	border: 1px solid #d7d7d5;
	border-radius: 0;
	box-shadow: none;
	color: #898989;
	font-size: 14px;
	height: 40px;
	outline-style: none;
	padding: 0 12px;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
}

form select {
	background-color: transparent;
	background-image: url('https://newsportal.fermacell.de/img/select_normal.gif');
	background-repeat: no-repeat;
	background-position: right top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #d7d7d5;
	cursor: pointer;
	padding: 0 40px 0 12px;
	width: 100%;
}

form select option:disabled,
form select option.dsbld {
	background-color: #fff;
	color: #898989;
}

form select::-ms-expand {
    display: none;
}

form .button {
	background-color: #f07d00;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	padding: 0 42px;
	text-align: center;
	white-space: normal;
}

/* Checkbox-Wrapper */
form .checkbox-wrapper {
	display: inline-block;
	margin: 0 0 19px;
	position: relative;
}

form .checkbox-wrapper input[type="checkbox"] {
	left: 0;
	position: absolute;
	top: 4px;
}

form .checkbox-wrapper label {
	color: #000;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 26px;
	padding: 0 0 0 27px;
}

form .checkbox-wrapper label a {
	color: #f07d00;
	text-decoration: none;
}

.checkbox-wrapper input[type="checkbox"].error + label,
.checkbox-wrapper input[type="checkbox"].error + label a {
	color: #d20202;
}

form .checkbox-wrapper p {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

form .checkbox-wrapper .form-error {
	height: 25px;
	left: 0;
	position: absolute;
	top: -30px;
}

/* Input Wrapper */
.input-wrapper,
.input-checkbox-wrapper {
	display: inline-block;
	float: left;
	position: relative;
}

.input-wrapper.fullwidth,
.input-checkbox-wrapper.fullwidth {
	width: 100%;
}

.input-wrapper.half,
.input-checkbox-wrapper.half {
	width: calc(50% - 10px);
}

.input-wrapper.half:nth-child(1),
.input-checkbox-wrapper.half:nth-child(1) {
	margin: 0 10px 0 0;
}

.input-wrapper.half:nth-child(2),
.input-checkbox-wrapper.half:nth-child(2) {
	margin: 0 0 0 10px;
}

.input-wrapper.third,
.input-checkbox-wrapper.third {
	width: calc(33.33% - 13.33px);
}

.input-wrapper.third:nth-child(1) {
	margin: 0 10px 0 0;
}

.input-checkbox-wrapper.third:nth-child(1) {
	margin: 0 10px 39px 0;
}

.input-wrapper.third:nth-child(2) {
	margin: 0 10px;
}

.input-checkbox-wrapper.third:nth-child(2) {
	margin: 0 10px 39px;
}

.input-wrapper.third:nth-child(3) {
	margin: 0 0 0 10px;
}

.input-checkbox-wrapper.third:nth-child(3) {
	margin: 0 0 39px 10px;
}

.input-wrapper.twothirds,
.input-checkbox-wrapper.twothirds {
	width: calc(66.66% - 6.67px);
}

.input-wrapper.twothirds:nth-child(1) {
	margin: 0 10px 0 0;
}

.input-checkbox-wrapper.twothirds:nth-child(1) {
	margin: 0 10px 39px 0;
}

.input-wrapper.twothirds:nth-child(2) {
	margin: 0 0 0 10px;
}

.input-checkbox-wrapper.twothirds:nth-child(2) {
	margin: 0 0 39px 10px;
}

/* Input-Checkbox-Wrapper */
.input-checkbox-wrapper {
	padding: 20px 0 0 26px;
	position: relative;
}

.input-checkbox-wrapper input[type="checkbox"] {
	left: 0;
	position: absolute;
	top: 26px;
}

.input-checkbox-wrapper label {
	background-color: #fff;
	color: #000;
	display: inline;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
}

form .input-checkbox-wrapper .form-error {
	height: 25px;
	left: 0;
	position: absolute;
	top: -8px;
	white-space: nowrap;
	width: 100%;
}

/* Floating Label */
.input-wrapper label,
.input-wrapper select + label {
	background-color: #fff;
	color: #898989;
	display: block;
	font-size: 14px;
	left: 9px;
	overflow: hidden;
	padding: 0 4px;
	position: absolute;
	text-overflow: ellipsis;
	top: 11px;
	white-space: nowrap;
	width: calc(100% - 20px);
	z-index: -1;
}

.input-wrapper select + label {
	left: 13px;
	opacity: 0;
}

.input-wrapper input:focus + label,
.input-wrapper input:not(:focus).valid + label,
.input-wrapper input:not(:focus).error + label,
.input-wrapper select:focus + label,
.input-wrapper select.valid + label {
	font-size: 13px;
	left: 12px;
	opacity: 1;
	top: -8px;
	width: auto;
	z-index: 2;
}

.input-wrapper select:focus + label,
.input-wrapper select.valid + label {
	left: 17px;
}

.input-wrapper input::placeholder {
	opacity: 0;
}

.input-wrapper input:-ms-input-placeholder {
	text-indent: -1000px;
}

.input-wrapper select:focus {
	background-image: url('https://newsportal.fermacell.de/img/select_active.gif');
}

.input-wrapper input.valid,
.input-wrapper select.valid {
	background-color: #fff;
}

.input-wrapper input.error,
.input-wrapper select.error {
	color: #d20202;
}

.input-wrapper select ~ .selecterror {
	display: none;
}

.input-wrapper select.error ~ .selecterror {
	background-color: transparent;
	border-top: 1px solid #d20202;
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: calc(100% - 40px);
	z-index: 1;
}

.input-wrapper .selecterror:after {
	background-color: transparent;
	border-top: 1px solid #d20202;
	content: '';
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 38px;
	width: 100%;
	z-index: 1;
}

.input-wrapper input.error + label,
.input-wrapper select.error + label {
	color: #d20202;
}

/* Error Message */
.form-error {
	bottom: -23px;
	color: #d20202;
    display: block;
    font-size: 13px;
    left: -1px;
    line-height: 16px;
    margin: 0;
    padding: 7px 0 0;
    position: absolute;
}

form .row .input-wrapper:nth-child(1) .form-error {
	width: 700px;
}

form .row .input-wrapper:nth-child(2) .form-error {
	width: 461px;
}

form .row .input-wrapper:nth-child(3) .form-error {
	left: auto;
	right: -1px;
	text-align: right;
	width: 700px;
}

/* Tooltip */
.tooltip {
	display: inline-block;
	position: relative;
}

.tooltipicon {
	background-image: url('https://newsportal.fermacell.de/img/icon_info.gif');
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	margin: 0 0 0 3px;
	position: relative;
	top: 3px;
	width: 18px;
	z-index: 98;
}

.tooltip .tooltipicon::after {
	background-image: url('https://newsportal.fermacell.de/img/arrow_down_orange_small.png');
	background-position: left top;
	background-repeat: no-repeat;
	content: '';
	display: none;
	height: 9px;
	left: 0;
	position: absolute;
	top: -12px;
	width: 18px;
	z-index: 99;
}

.tooltip.active .tooltipicon::after {
	display: block;
}

.tooltip .tooltipcontent {
	background-color: #f07d00;
	bottom: 30px;
	color: #fff;
	display: none;
	font-size: 13px;
	left: 50%;
	line-height: 16px;
	padding: 10px 15px 15px;
	position: absolute;
	text-align: left;
	transform: translateX(-50%);
	width: 300px;
	z-index: 100;
}

.tooltip.active .tooltipcontent {
	display: block;
}

.tooltip.tooltip-left .tooltipcontent {
	left: -10px;
	transform: none;
}

.tooltip.tooltip-right .tooltipcontent {
	left: auto;
	right: -10px;
	transform: none;
}

/* Text Row */
form .textrow {
	min-height: 0;
}

form .textrow.first {
	margin: -2px 0 18px;
}

form .textrow.second {
	margin: -5px 0 39px;
}

form .textrow .input-wrapper p {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 23px;
}

/* Footer */
footer {
	background-color: #d8d7d3;
	display: block;
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}

footer > div {
	display: block;
	margin: 0 auto;
	max-width: 700px;
	padding: 31px 0 35px;
	width: 100%;
}

footer > div p {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

footer > div p a {
	text-decoration: none;
}

/* Helper */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: -1px 0 0;
	width: 100%;
}

.hidden {
	display: none;
}

.hod {
	display: none;
}