#header,
#hero {
	background: rgb(253,220,24)
}

.head {
	border-top: 4px solid transparent
}

.button {
	background: rgb(35,31,32);
	color: rgb(253,220,24);
	border: 2px solid rgb(253,220,24);
	padding: 12px 20px 9px 20px
}
.button:hover {
	background-color:rgb(253,220,24);
	color: rgb(35,31,32);
	border: 2px solid rgb(35,31,32);
}
.button:hover span,
.button span {
	color: rgb(35,31,32);
}
.button:hover:before {
	display: none
}
.button--login,
.button--logout {
	color: rgb(253,220,24);
	border: 2px solid rgb(35,31,32);
}
.button--login span,
.button--logout span {
	color: rgb(253,220,24);
}
.button--loggedin {
	background: rgb(253,220,24);
	color: rgb(35,31,32):
}
.button--loggedin span {
	color: rgb(35,31,32)
}

.button.button--loggedin:before {
	background: rgb(35,31,32);
	color: rgb(253,220,24);
}
.button--login .icon {
	background: url(../img/icon-arrow-right-yellow.svgz) center center no-repeat;
    background-size: cover;
    top: 10px
}
.button--login:hover .icon {
	background: url(../img/icon-arrow-right-black.svgz) center center no-repeat;
    background-size: cover;
}
.button--loggedin .icon {
	background: url(../img/icon-arrow-right-black.svgz) center center no-repeat;
    background-size: cover;
}
.button--hoverborder:hover {
	background: transparent !important
}

#navigation li a,
#navigation li a:hover, #navigation li.current-menu-item a {
	color: rgb(35,31,32)
}

#navigation li a:after,
#navigation li a:hover:after, #navigation li.current-menu-item a:after,
#navigation li.menu-item-has-children:hover > a:after, #navigation li.current-menu-parent > a:after {
	background: rgb(35,31,32)
}

#logo,
#footer .logo {
    background: url(../img/logo-b.svgz) center center no-repeat;
}



@media (max-width: 767px) {
	#logo {
		background-size: contain
	}
	
	#toggle,
	#mobile-navigation {
		background: rgb(35,31,32)
	}
	#mobile-navigation .button {
		color: rgb(35,31,32);
	}
	.state--navigation #toggle span {
		background: rgb(35,31,32)
	}
}
#mobile-navigation .button--login .icon {
	background: url(../img/icon-arrow-right-black.svgz) center center no-repeat !important;
	background-size: cover;
}
#mobile-navigation .button--logout {
	color: white
}
#hero {
	height: 637px;
	display: flex;
	align-items: center
}

@media (max-width: 1199px) {
	#hero {
		height: 565px;
	}	
}

@media (max-width: 991px) {
	#hero {
		height: 500px;
	}	
}

ul.nav-tabs a {
	color: rgb(35,31,32)
}

ul.nav-tabs a:after {
	background: rgb(35,31,32)
}
ul.nav-tabs .active a {
	color: rgb(253,220,24)
}

ul.nav-tabs .active a:after {
	background: rgb(253,220,24)
}

#whywhat .tab-pane p {
	color: rgb(35,31,32)
}

h2.section-title,
#checkup h2 {
	color: rgb(35,31,32)
}



.social-network li a svg path {
	fill: rgb(253,220,24)
}

.newsletter-signup input {
	border-bottom: 1px solid rgb(35,31,32)
}

#mc-embedded-subscribe {
	background: url(../img/icon-arrow-right-black.svgz) center center no-repeat transparent;
	background-size: 18px;
}

#backtotop {
	background: url(../img/up-b.svg) center center no-repeat;
    background-size: cover;
}


#products {
	margin-bottom: 60px
}

.product {
	position: relative;
	margin-bottom: 22px
}

.product__image {
	width: 100%;
	height: auto;
	display: block
}

.product__overlay {
	background:  rgba(253,220,24,0.9);
	color: rgb(35,31,32);
	padding: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product__overlay .button {
	color: rgb(253,220,24);
	border: 2px solid rgb(35,31,32);
}
.product__overlay .button span {
	color: rgb(253,220,24);
}
.product__overlay .button:hover span {
	color:  rgb(35,31,32);
}
.product:hover .product__overlay {
	opacity: 1
}

.product__overlay__description {
	font-size: 32px;
	line-height: 40px;
	display: block
}
    
@media (max-width:1199px) {
	.product__overlay__description {
   	 	font-size: 27px;
   	 	line-height: 27px;
    }
}   
@media (max-width:991px) {
	.product__overlay__description {
   	 	font-size: 21px;
	    line-height: 26px;
    }
    .product__overlay {
	    padding: 30px
    }
}

.product__overlay .button {
	max-width: 170px;
	margin-top: auto
}


/* FORM */

.ajax-loader {
	display: none !important
}

#awareness-form {
	padding: 80px 0
}

#awareness-form .form-label {
	padding: 0 5px
}

#awareness-form #info {
	height:26px;
	width: 26px;
	background: rgb(253,220,24); 
	border-radius: 100%;
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	color: rgb(35,31,32);
	text-align: center;
	margin-left: 12px;
    top: -3px;
    position: relative;
    cursor: pointer
}

#awareness-form #infopopup {
    background: rgb(253,220,24);
    display: none;
    width: 450px;
    text-align: center;
    padding: 40px 20px;
    position: absolute;
    left: -50px;
    bottom: 60px;
    white-space: nowrap;
    border-radius: 0;
    font-weight: normal;
    z-index: 9;
    font-size: 16px
}

#awareness-form #infopopup:after {
	content:"";
	height: 28px;
	width: 28px;
	display: block;
	background: rgb(253,220,24);
	transform: rotate(45deg);
	position: absolute;
	bottom: -14px;
	left: 50px
}
.contact-form {
	color: rgb(145,147,149)
}

.contact-form p.large {
	font-size: 24px;
	line-height: 31px;
	color: rgb(35,31,32);
}

.awareness-form--step-one p,
.awareness-form--step-three p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}

.awareness-form--step-three .button {
	background: rgb(253,220,24);
	color: rgb(35,31,32);
}
.awareness-form--step-three .button:hover {
	background: rgb(253,220,24);
	color: rgb(35,31,32);
}

.awareness-form--step-one form {
	margin-top: 100px
}

.awareness-form--step-one  .wpcf7-list-item-label {
	display: inline-block;
    top: -5px;
    position: relative;
    margin-right: 10px
}

.awareness-form--step-one .form-row-margin-bottom {
	margin-bottom: 20px
}

.steps {
	margin: 90px 0
}

.steps span,
.steps a {
	height: 60px;
	width: 60px;
	border: 3px solid rgb(253,220,24);
	border-radius: 100%;
	line-height: 60px;
	text-align: center;
	color: rgb(35,31,32);
	font-size: 20px;
	display: inline-block;
	margin: 0 20px;
	text-decoration: none
}

.steps__active {
	background: rgb(253,220,24);
}

.acceptance-privacy {
	max-width: 812px;
	display: block;
	margin: 40px auto 70px auto;
}

.contact-form input[type="submit"],
label.csvupload,
#checkup .button  {
	display: block;
	margin: auto;
    background: rgb(253,220,24);
    color: rgb(35,31,32);
    font-size: 15px;
    text-align: center;
    display: inline-block;
    padding: 12px 20px 9px 20px;
    border: 2px solid rgb(253,220,24);
    line-height: 1;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    min-width: 170px;
    outline: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.contact-form input[type="submit"] {
    background: url(../img/icon-arrow-right-yellow.svgz) right 16px center no-repeat rgb(35,31,32);
    background-size: 18px;
    color: rgb(253,220,24);
    border: 2px solid rgb(35,31,32);
    padding-right: 50px;
    text-align: left;
    min-width: 0
}

.contact-form input[type="submit"]:hover,
#checkup .button:hover,
label.csvupload:hover {
	background-color:rgb(253,220,24);
	color: rgb(35,31,32);
	border: 2px solid rgb(35,31,32);
}
.contact-form input[type="submit"]:hover {
	background: url(../img/icon-arrow-right-black.svgz) right 16px center no-repeat transparent;
    background-size: 18px;
}

input[type='checkbox']:hover + span::before,
label.csvupload:hover,
#checkup .button:hover {
	background:transparent
}
input[type='checkbox']:checked + span::before {
	background: rgb(253,220,24);
	box-shadow:inset 0 0 0 2px white;
	border: 1px solid rgb(35,31,32);
}

/* FORM radios */

.contact-form input[type="radio"] {
    display: inline-block;
    -webkit-appearance: none;
    height: 22px;
    width: 22px;
    border: 1px solid rgb(179,179,179);
    margin: 0;
    padding: 0;
    margin-right: 26px;
}
.contact-form input[type="radio"]:checked {
	background: rgb(253,220,24);
	box-shadow:inset 0 0 0 4px white;
	border: 1px solid rgb(35,31,32);
}

.contact-form .mandatory{
	font-size: 14px;
	color: rgb(35,31,32);
	margin-top: 30px;
	display: block
}

.contact-form .campaign input[type="radio"] {
	border: 1px solid  rgb(35,31,32);
}
.contact-form .campaign p {
	text-align: center
}
.campaign .wpcf7-radio {
	position: relative;
	top: 6px;
	left: 20px;
}
.campaign .wpcf7-list-item label {
	position: relative;

}
.campaign .wpcf7-list-item .wpcf7-list-item-label {
	display: none

}
.campaign .wpcf7-list-item label:after {
	content:"Auswählen";
	font-size: 16px;
	line-height: 1;
	color: rgb(145,147,149);
	position: relative;
    top: -4px;
    left: 0;
}
.campaign .download__show-details {
	width: 16px;
    height: 16px;
	margin: 10px 20px 0 auto;
    background: url(../img/icon-arrow-right-black.svgz) center center no-repeat;
    background-size: contain;
    transform: rotate(90deg)
}

.campaign.state--visible .download__show-details {
	transform: rotate(270deg)
}
.campaign .download__show-details-wrap:hover,
.campaign .dllist:hover .icon-download, .campaign .dllist:hover .download__show-details-wrap {
	-webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.campaign .js-show-downloads:hover, .campaign .js-show-downloads:active, .campaign .js-show-downloads:focus {
	color: rgb(35,31,32);
}

#awareness-form .downloads {
	margin-bottom: 80px
}

.campaign .trigger {
    margin: auto;
    background: white;
    color: rgb(35,31,32);
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 11px 20px 8px 20px;
    line-height: 1;
    border-radius: 20px;
    position: relative;
    border: 3px solid rgb(253,220,24);
    overflow: hidden;
    max-width: 214px;
    cursor: pointer;
   	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.campaign .trigger:hover {
	background: rgb(253,220,24);
}

.contact-form input[type="file"] {
	display: none
}

.contact-form label.csvupload {
	margin-bottom: 10px
}

.contact-form .wpcf7-not-valid input[type="radio"],
.contact-form .campaign .wpcf7-not-valid input[type="radio"] {
	 border: 1px solid red;
}
#name{
	display: block;
	margin-bottom: 30px;
	color: rgb(2,159,75);
	font-size: 12px;
}

.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	display: block !important;
    margin-bottom: 30px !important;
    color: rgb(2,159,75);
    font-size: 16px;
    position: relative;
    bottom: 0 !important;
    width: 100% !important;
    text-align: center;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	color: red !important
}

#cookienotice {
	background: rgb(253,220,24);
	color: rgb(35,31,32);
}
#cookienotice a {
	color: rgb(35,31,32);
}
#cookienotice .button--normal {
	background: rgb(35,31,32);
	color:rgb(253,220,24);
	border-color:rgb(35,31,32); 
}
#cookienotice .button--normal span {
	color:rgb(253,220,24);
}
@media (max-width: 1199px) {
	#awareness-form #infopopup {
		left: -155px
	}
	#awareness-form #infopopup:after {
		left: 155px
	}
	.download__name {
    	font-size: 20px;
    }
    .campaign .wpcf7-list-item label:after {
	    font-size: 14px;
	    top: -6px
    }
    .contact-form input[type="radio"] {
		margin-right: 14px;
	}
}
@media (max-width: 991px) {
	#awareness-form #infopopup {
		left: -260px
	}
	#awareness-form #infopopup:after {
		left: 260px
	}
	.contact-form p.large {
	    font-size: 20px;
	    line-height: 25px;
    }
    .download__name {
    	font-size: 16px;
    }
    .campaign .wpcf7-list-item label:after {
	    font-size: 12px
    }
}
@media (max-width: 767px) {
	.stats__counter {
	    font-size: 25px;
	}
	#awareness-form {
		padding: 40px 0
	}
	.steps {
	    margin: 40px 0;
	}
	.acceptance-privacy {
		margin: 40px auto
	}
	.wpcf7-form-control-wrap.radio-partner,
	.wpcf7-form-control-wrap.radio-level {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 5px;
		display: block
	}
	#awareness-form #info {
		position: static;
	}
	#awareness-form #infopopup {
	    width: auto;
	    left: 10px;
	    right: 10px;
	    white-space: normal;
	    padding: 20px;
	    bottom: 40px;
	}
	#awareness-form #infopopup:after {
		display: none
	}
	.steps span,
	.steps a {
		height:40px;
		width: 40px;
		line-height: 40px;
		margin: 0 16px;
		font-size: 16px;
	}
	.campaign .wpcf7-radio  {
		left: 0
	}
	.campaign .col-sm-8.text-center {
		text-align: left
	}
	.campaign .download__show-details {
		margin:10px 0 0 0
	}
	.contact-form .campaign p {
		text-align: left
	}
}
