@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Arial", Helvetica, "sans-serif";
	font-size: 14.5px !important;
	background-color: #fff;
	color: #000;
	line-height: 150%;
}
h1 {
	font-size: 1.5em;
	color: #fff;
	line-height: 150%;
}
h2 {
	font-size: 1.5em;
	color: #000;
	line-height: 150%;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	color: #000;
	line-height: 150%;
	margin-bottom: 20px;
	font-weight: normal;
}
p {
	font-size: 1em;
	color: #000;
	line-height: 150%;
}
a {
	list-style: none;
	text-decoration: none;
	color: #000;	
}
a:hover {
	color: #707b85;
}

.SubNav {
	margin: 0px auto 0px auto;
	width: 100%;
	font-size: 0.8em;
	position: absolute;
}
.SubNav ul {
	list-style: none;
	float: right;
	flex-direction: row;
	margin-top: 0px;
}
.SubNav li {
	float: left;
	margin-right: 20px;
}
.SubNav li:last-child {
	float: left;
	margin-right: 0rem;
}
.SubNav img {
	width: 14px;
	height: 14px;
	padding: 0px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
}
.nav {
	margin: 0px auto 0px auto;
	width: 100%;
	font-size: 0.95em;
	font-weight: bold;
	float: right;
	display: inline-block;
	position: absolute;
	top: 33px;
}
.nav ul {
	list-style: none;
	display: flex;
	float: right;
	flex-direction: row;
	position: relative;
}
.nav li {
	float: left;
	margin-right: 30px;
}
.SubNav li a, .nav li a {
	color: #fff;
	padding: 0 5px;
}
.SubNav li a:hover, .nav li a:hover {
	color: #707b85;
}
.SubNav li .dropdown {
	background-color: #fff;
	color: #000;
	position: absolute;
	z-index:999;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 0.2s;
}
.SubNav li .dropdown li {
	font-size: 1em;
	text-align: center;
	clear: left;
	position: relative;
	margin: 0 auto;
}
.SubNav li .dropdown ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 10px 10px 0;
}
.SubNav li .dropdown li a {
	color: #000;
}
.SubNav li .dropdown li a:hover {
	color: #707b85;
}

.SubNav li:hover a {
	color: #707b85;
}
.SubNav li:hover a.subactiv {
	background-color: #fff;
	color: #707b85;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.SubNav li:hover .dropdown {
	transform: scaleY(1);
}
.nav li:last-child {
	float: left;
	margin-right: 0rem;
}
/*
.vollbild {
    margin-top: 120px;
    width: 100%;
}*/

.inhalt {
	width: 100%;
	background-color: #D6D8DB;
}
.headerSlider {
	width: 100%;
}
.inhaltBox7 {
	width: 100%;
	background-color: #D6D8DB;
}
.balkenelemente {
	width: 100%;
	max-width: 1095px;
	display: flex;
	margin: -15px auto 5vh auto;
}
.element1 h1, .element2 h1, .element3 h1 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 30px;
}
.element1 p, .element2 p, .element3 p {
	font-size: 15px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
	color: #FFFFFF;
}
.element1 {
	width: 31.506849315068493%;
	height: 360px;
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 4;
	margin: 120px 1.82648401826484% 30px 0px;
	background-color: #263359;
	color: #fff;
}
.element2 {
	width: 31.506849315068493%;
	height: 360px;
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 4;
	margin: 120px 1.82648401826484% 60px 0px;
	background-color: #263359;
	color: #fff;
}
.element3 {
	width: 31.506849315068493%;
	height: 360px;
	grid-column-start: 3;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 4;
	margin: 120px 30px 60px 0px;
	background-color: #263359;
	color: #fff;
}
.box1 {
	padding-top: 10px;
	margin-top: 25px;
	padding-bottom: 35px;
	border-bottom: 1px solid #000;
}
.box2 {
	padding-top: 10px;
	margin-top: 25px;
	padding-bottom: 35px;
	border-bottom: 1px solid #000;
}
.box3 {
	padding-top: 10px;
	margin-top: 25px;

	padding-bottom: 35px;
	border-bottom: 1px solid #000;
}
.box4 {
	padding-top: 10px;
	margin-top: 25px;
}
.box5 {
	position: relative;
	background-image: url(../images/EveryWare.jpg);
	background-position: center center;
	background-size: cover;
	margin-top: 30px;
	padding: 70px 0 30px 0;
}
.box5Inhalt {
	background-color: rgba(255,255,255, 0.8);
	margin-left: 45%;
	padding: 30px;
}
.HeaderSliderInhalt h2{
	font-size: 1.666667em;
	line-height: 120%;
	margin-bottom: 25px;
}
.box5Inhalt h2 {
	font-size: 1.666667em;
	line-height: 120%;
	margin-bottom: 8px;
}
.HeaderSliderInhalt lead, .box5Inhalt lead {
	font-size: 1.2em;
	padding-bottom: 20px;
}
.HeaderSliderInhalt p{
	font-size: 1.2em;
	margin-bottom: 25px;
}
.box5Inhalt p {
	font-size: 1em;
	margin-bottom: 25px;
}
.HeaderSliderInhalt p:last-of-type {
	margin-bottom: 0px;
}
.HeaderSliderInhalt {
	background-color: rgba(255,255,255, 0.6);
	margin: 60px auto;
	max-width: 540px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
}
.textzweispaltig {
	column-count: 2;
	column-gap: 30px;
}
.box6 {
	position: relative;
}
.box6 ul {
	position: relative;
	display: block;
	margin: 50px 0 50px 0;
	text-align: center;
}
.box6Text {
	width: 80%;
	height: auto;
	position: relative;
	margin-top: 60px;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}
.box7 {
	width: 100%;
	max-width: 1126px;
	padding: 40px 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
.box7 h2 {
	text-align: center;
	margin-bottom: 30px;
}
.vorteileIcons {
	width: 135px;
	height: 135px;
	background-color: #263359;
	position: relative;
	margin: 10px;
	padding: 10px;
}
footer {
	position: relative;
	height: auto;
	width: 100%;
	background-color: #263359;
	color: #fff;
	font-size: 0.8em;
}

footer .balkenfooter {
	padding: 20px 0;
}

footer ul {
	list-style: none;
	display: inline-block;
	margin: 0 65px 0 0;
	vertical-align: top;
}

footer ul:last-child {
	margin: 0;
}

footer ul li {
	margin: 0 0 3px 0;
}

footer ul li:first-child {
	font-weight: bold;
	margin: 0 0 20px 0;
}

#footerText {
	position: relative;
	text-align: center;
	display: none;
	padding: 10px 0;
}
.headerbalken {
	width: 100%;
	height: 80px;
	background-color: #263359;
	color: #fff;
	position: relative;
}
.ym-gl.logo {
	margin-top: 20px;
}
.mobile-nav-wrapper .ym-gl.logo {
	margin-top: 20px;
	margin-left: 10px;
}
.balkennavigation {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 13px;
}
.boxes li::before {
	content: '';
	background-image: url(../images/pfeil_aufzaehlung.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.boxes li {
	list-style: none;
}
.boxes h2 {
	font-weight: bold;
	margin-bottom: 8px;
}
.boxes lead {
	font-size: 18px;
}

.boxes .ym-gl img,
.boxes .ym-gr img {
	width: 100%;
}

.boxes .ym-gr .button {
	float: right;
}

.abstand {
	margin-top: 60px;
}
.ym-wrapper {
	width: 100%;
	max-width: 1096px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.boxes .ym-gl {
	padding-right: 30px;
	box-sizing: border-box;
}
.boxes .ym-gr {
	padding-left: 30px;
	box-sizing: border-box;
}


.mobile-nav-icon {
	width: 40px;
	height: 40px;
	background: url(../images/mobile-nav-icon.svg);
	cursor: pointer;
	display: none;
	top: 25px;
	position: absolute;
	right: 25px;
	float: right;
	background-repeat: no-repeat;
}
.mobile-nav-wrapper {
	position: fixed;
	height: 100%;
	width: 100%;
	display: none;
	background-color: #263359;
	z-index: 2000;
	right: 0px;
	overflow: auto;
}
.aufzaehlung {
	margin-left: 0px;
}
.box6 li {
	display: inline-block;
	vertical-align: top;
}
.box6 li::before {
	display: none;
}

.slick-dots {
	position: absolute;
	display: inline-flex;
	left: 50%;
	bottom: 20px;
	margin: 0;
	margin-left: -57.5px;
	text-decoration: none;
	list-style: none;
}
.slick-dots li {
	margin-left: 10px;
	margin-right: 10px;
}
.slick-dots button {
	display: block;
	font-size: 0px;
	background-color: transparent;
	border: 2px solid #fff;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	cursor: pointer;
}
.slick-active button {
	background-color: #fff;
}
.scrolltop {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: aliceblue;
	background-image: url(../images/nach_oben.svg);
	cursor: pointer;
	z-index: 998;
}
.vorteileIcons img {
	height: 40%;
	width: 40%;
	margin-bottom: 8px;
	margin-top: 6px;
}
.vorteileIcons p {
	font-size: 0.9em;
	color: #fff;
}

@media only screen and (max-width: 1095px) {
.mobile-nav-icon {
	display: block;
}

.zurueck img {
	width: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: 25px;
	float: right;
	cursor: pointer;
}
.nav ul {
	position: absolute;
	float: left;
	top: 70px;
	margin-right: 10px;
	display: block;
	margin: 0;
}
.nav li {
	displa:block;
	clear: left;
	line-height: 2.5em;
}
.SubNav ul {
	position: absolute;
	float: left;
	top: 200px;
	margin-right: 10px;
	display: inline-grid;
	margin: 0;
}
.SubNav li {
	clear: left;
	line-height: 2.5em;
}
.SubNav li:hover a {
	background-color: inherit;
	color: #707b85;
	border:none;
}
.dropdownMobile {
	display: block;
	background: none;
	color: #fff !important;
	position: relative;
	overflow: initial;
	z-index: 1;
}
.dropdownMobile ul {
	position: relative;
	padding: 0;
	top:0;
	left:0;
	margin-bottom: 20px;
}
.dropdownMobile li a {
	color: #707b85;
}
	
.ym-wrapper {
	width: 100%;
	max-width: 1096px;
	margin: 0 auto;
}
.ym-g33,  .ym-g66 {
	width: 50% !important;
}
.box5Inhalt {
	margin-left: 30%;
}	
.box7 {
	width: 80%;
}
#footerText {
	display: block;
}
.balkenfooter {
	display: none;
}
}

@media only screen and (max-width: 768px) {
.box5Inhalt {
	margin: 30px;
}

.boxes .ym-g40,
.boxes .ym-g60 {
	width: 100%;
}

.boxes .ym-g60 {
	margin-top: 20px;
}
	
.boxes .ym-gl {
	width: 100%;
	clear: both;
	padding-right: 0;
}

.boxes .ym-gr {
	width: 100%;
	clear: both;
	padding-left: 0;
}
	
.boxes .ym-gr .button {
	float: left;
}

.dropdown li:last-child {
	margin-right: 0px;
}
.dropdown li {
	margin: 0px !important;
	text-align: left !important;
}

.HeaderSliderInhalt {
	margin: 60px 15%;
}
.ausblenden {
	display: none;
}	
.textzweispaltig {
	column-count: 1;
	column-gap: 0;
}	
}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}
