* {
	padding: 0;
	margin: 0;
	font-family: "Rubik", sans-serif;

	color: #706F6F;
	
	font-size: 16px;
	line-height: 22px;
	
	word-break: break-word;
}

body {
	background-color: white;
}

.sub-content-box li a, .sub-content-box li a * {
	font-size: inherit;
	line-height: inherit;
}

#main-content {


	padding-top: 85px;
	
	
}

.content-row {

	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
}

.content-box {
	
	width: 1200px;
	max-width: 1200px;


	box-sizing: border-box;
	
	margin-left: auto;
	left: auto;
	margin-right: auto;
	right: auto;
	
	overflow: hidden;
	
	padding-top: 20px;
	padding-bottom: 20px;
}

.sub-content-box {

	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	
	float: left;
	
}

.half-content-box {
	width: 50%;
}

.third-content-box {
	width: 33%;
}

.twothirds-content-box {
	width: 66%;
}

.quarter-content-box {
	width: 25%;
	max-width: 25%;
}

.spacer-box {
	padding-top: 35px;
	padding-bottom: 35px;
}

h1, h2, .headline2 {
	color: #706F6F;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
}

.spacer-box h2 {
	max-width: 90%;
}

h5, .headline5 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: 0.1em;
}

#header {

	z-index: 1000000000;
	width: 100%;
	top: 0%;
	left: 0%;

	box-sizing: border-box;
	background-color: #ffffff;
	

	
	padding-left: 75px;
	padding-right: 75px;
	


	border-bottom: 5px solid #f9b000;
	box-sizing: border-box;
	
		position: fixed;
		
	overflow: hidden;
	
	transition: all 0.2s linear;
}

#header-menu {
	width: 1200px;
	box-sizing: border-box;
	overflow: hidden;


	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	top: 0%;

	padding: 20px;
	
	background-position: left 70%;
	background-size: auto 120%;
	background-repeat: no-repeat;
	background-image: url('images/seniovo_logo-pos.svg');
	
	background-size: auto 120px;
	background-position: 0px 0px;
	overflow: hidden;
	
	max-height: 121px;
	
	transition: all 0.25s linear;
	
	position: relative;
}

#header-burger {
	display: none;
}

#header-menu-content {
	
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;

	left: 0%;
	top: 0%;
	
}

.header-block-item {

	width: 250px;
	display: inline-block;
	margin-right: 20px;
	

}

.header-menu-logo {

	width: 150px;
	height: 40px;
	background-color: transparent;

	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url('images/seniovo_logo-pos.svg');
	background-position: center center;
}

.header-block-image {
	width: 250px;
	height: 125px;
	
	border-radius: 20px;
	background-color: magenta;
	
	display: inline-block;
	
	
	
}

.header-menu-block-container {

	width: auto;

	overflow: hidden;
	display: inline-block;
	
	float: right;
	

	margin-top: 10px;

}

.header-menu-block {
	display: inline-block;
	width: auto;
	float: left;
	
/*		min-width: 100px;*/
		
		margin-left: 40px;

}

.header-menu-block .header-headline, .header-menu-block .header-headline a {
	padding-top: 19px;
	
	font-weight: 100;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s linear;
	
	border-bottom: solid 2px transparent;
	
	text-decoration: none;
}

.header-menu-block .header-headline:hover, .header-menu-block .header-headline:active, .header-menu-block .header-headline a:hover, .header-menu-block .header-headline a:active {
	color: black;
	text-decoration: none;
}

#top-menu-punkt-1:hover, #top-menu-punkt-1:active {
	border-bottom: solid 2px #008ec1;
}

#top-menu-punkt-2:hover, #top-menu-punkt-2:active {
/* 	border-bottom: solid 2px #D94D13; */
	
	border-bottom: solid 2px #F9B000;
}

#top-menu-punkt-3:hover, #top-menu-punkt-3:active {
	/*border-bottom: solid 2px #59B88D;*/
	
	border-bottom: solid 2px #D94D13;
	
	/*border-bottom: solid 2px #F9B000;*/
}

#top-menu-punkt-4:hover, #top-menu-punkt-4:active {
	border-bottom: solid 2px #F9B000;
}

.header-menu-block-extension {
	width: auto;
	display: block;
	margin-top: 50px;
	margin-bottom: 40px;
}

.header-menu-block-extension-line, .header-menu-block-extension-line a {	
	font-weight: 100;
	font-size: 16px;
	line-height: 26px;
	cursor: pointer;
	transition: all 0.2s linear;
	
	text-decoration: none;
}

.header-menu-block-extension-line:hover, .header-menu-block-extension-line:active, .header-menu-block-extension-line a:hover, .header-menu-block-extension-line a:active {
	color: black;
	
	text-decoration: none;
}

#header-dynamic {
	display: none;
}

#header-menu-extend-image {
	display: none !important;
	position: absolute; 
	
	left: 0px;
	top: 121px;
	/* width: 300px; */
	
	width: 240px;
	
	height: 160px;
	
	border-radius: 5px;
	overflow: hidden;
	
	background-color: transparent;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('images/bg_produktwelt_.jpg');
	
	
}

#header-menu-logo-image {
	position: absolute; 
	
	left: 0px;
	top: 50px;
	width: 150px;
	height: 20px;
	
	overflow: hidden;
	
	cursor: pointer;
	
	background-color: transparent;
/*	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('images/seniovo_logo-pos.svg');*/
}

#footer {

	box-sizing: border-box;
	padding: 80px;
	background-color: #F8AF2A;
	

	
	overflow: hidden;
	
	/* logo per css? */
}

.footer-block {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 1200px;
	
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}

.footer-col {
	display: inline-block;
	width: 24.4%;
	box-sizing: border-box;
}

.footer-headline {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
	
	letter-spacing: 0.1em;
}

.footer-line, .footer-line a {
	color: white;
	font-size: 16px;
	line-height: 26px;
	
	text-decoration: none;
	cursor: pointer;
	
	transition: all 0.2s linear;
}

.footer-line:hover, .footer-line:active, .footer-line a:hover, .footer-line a:active {
	text-decoration: none;
	color: black;
}

.footer-logo {

	margin-top: 35px;
	left: auto;
	margin-left: auto;
	right: auto;
	margin-right: auto;
	
	display: block;
}

.footer-logo img {
	

}


.card {
	display: inline-block;
	border-radius: 12px;
	border: 0px transparent solid;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.125);
	overflow: hidden;
	
	
}

.card-body {
	background-color: white;
	
	margin: 10px;
}


.card-header {
	height: 200px;
	background-color: black;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.card-content {

	padding: 30px;
	box-sizing: border-box;
	
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
}

.card-content p, .card-content div {
	font-size: 16px !important;
	line-height: 22px !important;
}

.card-content a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	color: #008EC1;
	letter-spacing: 0.1em;
}

.white { color: white !important; }
.fuelyellow { color: #f9b000 !important; }
.darkgrey { color: #706F6F !important; }
.mauve {}

.seniovoblau {color: #008EC1 !important;}
.seniovorot {color: #D94D13 !important;}
.seniovoturquoise {color: #59B88D !important;}

.seniovohellgrau {color: #706F6F !important;}

.seniovodunkelgrau {color: #706F6F !important;}

.bg_white {background-color: white !important;}
.bg_fuelyellow {
	background-color: #f9b000  !important;
}


.bg_seniovoblau {
	background-color: #008EC1  !important;
}

.bg_seniovorot {
	background-color: #D94D13  !important;
}

.bg_seniovoturquoise {
	background-color: #59B88D  !important;
}

.bg_seniovohellgrau {
	background-color: #C6C6C7  !important;
}

.bg_seniovodunkelgrau {
	background-color: #706F6F  !important;
}

.bg_lightgrey {
	background-color: #f9f9f9 !important;
}


.bg_partial_fuelyellow {

	background: -webkit-linear-gradient(top, white, white 35%, #f9b000 35%, #f9b000);
	background-repeat: no-repeat;

}

.bg_partial_seniovoblau {

	background: -webkit-linear-gradient(top, white, white 35%, #008EC1 35%, #008EC1);
	background-repeat: no-repeat;

}

.bg_partial_seniovorot {

	background: -webkit-linear-gradient(top, white, white 35%, #D94D13 35%, #D94D13);
	background-repeat: no-repeat;

}

.bg_partial_seniovorot_lightgrey {
	background: -webkit-linear-gradient(top, #f9f9f9, #f9f9f9 35%, #D94D13 35%, #D94D13);
	background-repeat: no-repeat;
}


#contact-block {

	width: 100%;
	
	
	background-color: #cccccc;
	background-image: url('images/bg_footer-form.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	
	padding-top: 70px;
	padding-bottom: 70px;
	
	box-sizing: border-box;
}

#contact-block-container {

	width: 1200px;

	left: auto;
	margin-left: auto;
	right: auto;
	margin-right: auto;
	
	
}

#contact-block .card {
	/*left: auto;
	margin-left: auto;
	right: auto;
	margin-right: auto;*/
	
	display: block;
	width: 80%;
	
	min-width: 600px;
	
	overflow: hidden;
	background-color: white;
}

#content-card-left {
	background-color: black;
	color: white;
	
	padding: 20px;
	padding-bottom: 40px;
	
	display: inline-block;
	
	width: 40%;
	
	box-sizing: border-box;
	float: left;
	
}

#content-card-left * {color: white;}

#content-card-right {
	background-color: white;
	color: black;
	
	padding: 20px;
	
	display: inline-block;
	
	box-sizing: border-box;
	width: 60%;
	float: left;

}

.headline {
	font-size: 12px;

}

.medline {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.line {
	font-size: 16px;
	line-height: 26px;
}


.button, .cli-bar-btn_container .wt-cli-accept-all-btn {
	display: inline-block;
	background-color: #F8AF2A;
	color: white;
	font-size: 16px;
	font-weight: 500;
	
	
	text-transform: uppercase;
	border-radius: 30px;
	padding-top: 17px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 50px;
	cursor: pointer;
	border: 2px white solid;
/* 	box-shadow: 0px 0px 0px transparent; */
	transition: all 0.5s;
	
	background-image: url('images/seniovo_icn-arrow-white.svg');
	background-position: right center;
	background-size: auto 90%;
	background-repeat: no-repeat;
}

.button:hover, .cli-bar-btn_container .wt-cli-accept-all-btn:hover  {
	border: 2px white solid;
/* 	box-shadow: 5px 5px 0px #ccc; */
	background-color: white;
	color: #F8AF2A;
	
	background-image: url('images/seniovo_icn-arrow-yellow.svg');

}

.cli-bar-btn_container .wt-cli-accept-all-btn {
	background-image: none !important;
	background-color: #F8AF2A !important;
	padding-left: 50px;
	border: 2px #F8AF2A solid !important;
}

.cli-bar-btn_container .wt-cli-accept-all-btn:hover {
	background-color: white !important;
	color: #F8AF2A !important;
}

.buttonwhite {
	color: #F8AF2A !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-yellow.svg');
}

.buttonwhite:hover {
	background-color: #F8AF2A !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
}

.buttonwhiteblue {
	color: #008EC1 !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-blue.svg');
}

.buttonwhiteblue:hover {
	background-color: #008EC1 !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
}

.buttonbluewhite {
	background-color: #008EC1 !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
	border-color: #008EC1 !important;
}

.buttonbluewhite:hover {
	color: #008EC1 !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-blue.svg');
}

.buttonwhiterot {
	color: #D94D13 !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-red.svg');
}

.buttonwhiterot:hover {
	background-color: #D94D13 !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
}

.buttonrotwhite {
	background-color: #D94D13 !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
	/*border-color: #008EC1 !important;*/
}

.buttonrotwhite:hover {
	color: #D94D13 !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-red.svg');
	border-color: #D94D13 !important;
}

.buttonwhiteturquoise {
	color: #59B88D !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-turkis.svg');
}

.buttonwhiteturquoise:hover {
	background-color: #59B88D !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
}

.buttonturquoisewhite {
	background-color: #59B88D !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
	/*border-color: #008EC1 !important;*/
	border-color: white !important;
}

.buttonturquoisewhite:hover {
	color: #59B88D !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-turkis.svg');
}

.buttonwhitehellgrau {
	color: #706F6F !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-grey.svg');
}

.buttonwhitehellgrau:hover {
	background-color: #706F6F !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
}

.buttonhellgrauwhite {
	background-color: #706F6F !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
	border-color: #706F6F !important;
}

.buttonhellgrauwhite:hover {
	color: #706F6F !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-grey.svg');
}

.buttonwhitedunkelgrau {
	color: #706F6F !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-grey.svg');
}

.buttonwhitedunkelgrau:hover {
	background-color: #706F6F !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
}

.buttondunkelgrauwhite {
	background-color: #706F6F !important;
	color: white !important;
	background-image: url('images/seniovo_icn-arrow-white.svg');
	border-color: #706F6F !important;
}

.buttondunkelgrauwhite:hover {
	color: #706F6F !important;
	background-color: white !important;
	background-image: url('images/seniovo_icn-arrow-grey.svg');
}


.navpoints {
			position: absolute;
			left: 0px;
			width: 100%;
			bottom: 80px;
			height: auto;
			z-index: 1;
		}
		
		.navpoint {
			display: inline-block;
			border-radius: 50%;
			background-color: white;
			
			width: 10px;
			height: 10px;
			margin: 10px;
			
			transition: all 0.25s linear;
			
			border: solid 1px #c6c6c7;
			cursor: pointer;
		}
		
		.navpoint:hover, .navpoint_selected {
			background-color: black !important;
		}

@media screen and (max-width: 770px) {
	
	#main-content {


	}

	#footer {

		padding: 20px;
	}
}