body {
	/*background-image: url('../img/background_white.jpg');
	background-repeat: no-repeat;
	background-size: cover;*/
	background-image: url(../img/vdma-background.jpg);
	background-repeat: repeat;
	background-size: 20px;
	min-width: 100vw;
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	max-width: 100vw;
	overflow-x: hidden;
}

/*body {
  position: relative;
}

body::after {
  content: ' ';
  display: block;
  height: 131px;
}*/

.gradient-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(180, 180, 180,0.3), rgba(255,255,255,0.6));
	z-index: -1;
}

.hidden-element {
	display: none!important;
}

.header-wrapper {
	height: 175px;
	width: 1110px;
	padding-left: calc((100vw - 1110px) /2);
	padding-right: calc((100vw - 1110px) /2);
}

.menu-button {
	float: left;
	width: 37px;
	height: 31px;
	background-image: url('../img/burger.png');
	background-repeat: no-repeat;
	margin-top: 84px;
	cursor: pointer;
}

.language-buttons {
	float: left;
	width: 68px;
	height: 16px;
	background-image: url('../img/header_de_en.png');
	background-repeat: no-repeat;
	margin-top: 93px;
	margin-left: 44px;
}

.language-button-en-link, .language-button-de-link {
	width: 32px;
	height: 23px;
	display: block;
	position: relative;
	top: -3px;
	cursor: pointer;
}

.language-button-en-link {
	left: 39px;
}

.language-button-de-link {
	left: -3px;
}

.language-buttons-text {
	float: left;
	width: 68px;
	height: 16px;
	margin-top: 93px;
	margin-left: 44px;
}

.language-link {
	font-family: 'TheSansB-W9BlackItalic';
	font-size: 24px;
	display: inline-block;
	color: #2ea8d2;
	text-decoration: none!important;
	outline: none!important;
	line-height: 0.7;
}

.language-link:not(:first-child) {
	margin-left: 7px;
}

.language-link-active {
	color: #07648e;
}

.header-partner-link, .header-partner-link-mobile {
	display: block;
	float: left;
	width: 221px;
	height: 31px;
	background-image: url('../img/logo_partner.png');
	background-repeat: no-repeat;
	margin-top: 84px;
	margin-left: 46px;
}

.header-partner-link-text, .header-partner-link-text-mobile {
	display: block;
	float: left;
	margin-top: 84px;
	margin-left: 46px;
	text-decoration: none!important;
	outline: none!important;
	color: white;
	font-family: TheSansB-W9BlackItalic;
	background-color: #07648e;
	padding: 1px 12px 1px 12px;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-logo, .header-logo-mobile {
	float: right;
	width: 352px;
	height: 66px;
	background-image: url('../img/logo_initiative.png');
	background-repeat: no-repeat;
	margin-top: 49px;
}

.mobile-logos {
	display: none;
}

.swiper-slide-img {
	width: 100vw;
	margin-bottom: -5px;
}

.swiper-pagination-bullet {
	width: 13px!important;
	height: 13px!important;
	background: #8dc9dd!important;
	opacity: 1!important;
	outline: none!important;
}

.swiper-pagination-bullet-active {
	background: #2fa9d2!important;
}

.slider-wrapper {
	border-top: solid #0a658e 10px;
	border-bottom: solid #0a658e 10px;
}

.main-content-text {
	width: 1110px;
	margin-left: calc((100vw - 1110px) / 2);
	color: #0a658e;
	font-size: 20px;
	line-height: 25px;
	margin-top: 48px;
	margin-bottom: 38px;
}

.main-content-tiles {
	width: 1110px;
	margin-left: calc((100vw - 1110px) / 2);
	padding-bottom: 88px;
}

.main-content-tile-row {
	display: flex;
}

.main-content-tile-row:not(:first-child) {
	margin-top: 37px;
}

.main-content-tile {
	display: block;
	/*width: 539px;
	height: 332px;
	background-image: url('../img/tile_border.png');*/
	height: 325px;
	width: 532px;
	cursor: pointer;
	text-decoration: none;
	outline: none!important;
}

/*.main-content-tile-new {
	background-image: none;
	height: 325px;
	width: 532px;
}*/

.tile-border-left {
	height: 312px;
	width: 7px;
	background-color: #2fa9d2;
	position: absolute;
	margin-top: 14px;
}

.tile-border-top {
	height: 7px;
	width: calc(100% - 37px);
	background-color: #2fa9d2;
	margin-bottom: -7px;
	margin-top: 14px;
}

.tile-border-right {
	height: 281px;
	width: 7px;
	background-color: #2fa9d2;
	position: absolute;
	margin-top: 31px;
	margin-left: 518px;
}

.tile-border-bottom {
	height: 7px;
	width: 525px;
	background-color: #2fa9d2;
	position: absolute;
	margin-top: 311px;
	margin-left: 0px;
}

.tile-border-plus {
    position: absolute;
    background-image: url('../img/tile_border_plus.png');
    width: 36px;
    height: 36px;
    margin-top: -14px;
    margin-left: 503px;
}


.main-content-tile:not(:first-child) {
	margin-left: 32px;
}

.main-content-tile-title {
	margin-left: 60px;
	margin-top: 53px;
	font-size: 50px;
	font-family: 'TheSansB-W9BlackItalic';
	color: #2fa9d2;
	line-height: 1;
}

.main-content-tile-link {
	font-size: 20px;
	color: #0a658e;
	margin-top: 20px;
	margin-left: 60px;
}

.main-content-tile-icon {
	float: right;
	background-repeat: no-repeat;
}

.tile-icon-goals {
	background-image: url(../img/icon_goals.png);
	width: 115px;
	height: 115px;
	position: relative;
	top: 24px;
	left: -44px;
}

.tile-icon-ways {
	background-image: url(../img/icon_ways.png);
	width: 122px;
	height: 122px;
	position: relative;
	top: 24px;
	left: -44px;
}

.tile-icon-tools {
	background-image: url(../img/icon_tools.png);
	width: 166px;
	height: 166px;
	position: relative;
	top: -16px;
	left: -44px;
}

.tile-icon-partner {
	background-image: url(../img/icon_partner.png);
	width: 190px;
	height: 109px;
	position: relative;
	top: -16px;
	left: -44px;
}

.footer-wrapper {
	height: 131px;
	background-color: #0a658e;
	width: 100vw;
	color: white;
	/*position: absolute;
	bottom: 0px;*/
}

.footer-inner {
	width: 1110px;
	margin: auto;
}

.footer-logo {
	float: left;
	background-image: url('../img/logo_vdma.png');
	width: 244px;
	margin-top: 12px;
	height: 103px;
}

.footer-share-wrapper {
	float: right;
	display: flex;
}

.footer-share-text {
	line-height: 1;
	margin-top: 54px;
}

.share-link {
	width: 37px;
	height: 37px;
	margin-left: 40px;
	margin-top: 45px;
	display: block;
}

.share-facebook {
	background-image: url('../img/share_icon_facebook.png');
}

.share-twitter {
	background-image: url('../img/share_icon_twitter.png');
	width: 43px;
}

.share-linkedin {
	background-image: url('../img/share_icon_linkedin.png');
	margin-left: 38px;
}

.share-xing {
	background-image: url('../img/share_icon_xing.png');
}

.menu-overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: calc(100vh + 150px);
	background-color: rgba(0,0,0,0.7);
}

.menu-overlay.active-menu {
	display: block;
	z-index: 10000;
}

.menu {
	top: 0px;
	left: -250px;
	position: fixed;
	width: 250px;
	height: calc(100vh + 150px);
	background-color: #2fa9d2;
	color: white;
	z-index: 10000;
	transition: transform 0.4s;
}

.menu.active-menu {
	transform: translate3d(250px,0,0);
}

.close-menu-icon {
	background-image: url('../img/close_icon.png');
	width: 35px;
	height: 35px;
	background-size: contain;
	cursor: pointer;
	margin-left: calc(100% - 43px);
	margin-top: 15px;
}

.menu-navigation-link, .menu-navigation-link:focus, .menu-navigation-link:active {
	color: white;
	text-decoration: none;
	font-family: 'TheSansB-W9BlackItalic';
}

.menu-navigation {
	margin-top: 80px;
	margin-left: 40px;
	font-size: 27px;
	line-height: 1;
}

.menu-navigation-item {
	margin-top: 25px;
}

.menu-navigation-legal {
	margin-top: 80px;
	margin-left: 40px;
	font-size: 14px;
	line-height: 1;
}

.menu-navigation-legal-item {
	margin-top: 5px;
}

.menu-navigation-link-legal {
	color: white;
	text-decoration: none;
	font-family: 'Arial';
}

.menu-navigation-link-legal.active-menu-item, .menu-navigation-link.active-menu-item {
	text-decoration: underline;
}

@media only screen and (max-width: 1170px) {
	.header-wrapper {
		width: calc(100vw - 60px);
		padding-left: 30px;
		padding-right: 30px;
	}

	.main-content-text {
		width: calc(100vw - 60px);
		margin-left: 30px;
	}

	.main-content-tiles {
		width: calc(100vw - 60px);
		margin-left: 30px;
	}

	.footer-inner {
		width: calc(100vw - 60px);
	}

	.main-content-tile {
		width: calc((100vw - 60px - 32px) / 2);
		background-size: calc((100vw - 60px - 32px) / 2) 332px;
	}

	.tile-border-top {
		width: calc(100% - 46px);
	}

	.tile-border-right {
		margin-left: calc((100vw - 60px - 32px - 40px) / 2);
	}

	.tile-border-bottom {
		width: calc((100vw - 60px - 32px - 26px) / 2);
	}

	.tile-border-plus {
		margin-left: calc((100vw - 60px - 32px - 70px) / 2);
	}
}

@media only screen and (max-width: 950px) {
	.main-content-tile-row {
		display: block;
	}

	.main-content-tile {
		/*width: 539px;
		background-size: 100% 100%;*/
		width: 532px;
		margin-left: auto!important;
		margin-right: auto;
		margin-top: 35px;
	}

	.main-content-tile-title {
		margin-top: 0px;
		padding-top: 53px;
	}

	.main-content-tile-row:not(:first-child) {
		margin-top: 0px;
	}

	.tile-border-left {
		margin-top: 0px;
	}

	.tile-border-top {
		height: 7px;
		width: calc(100% - 37px);
		background-color: #2fa9d2;
		margin-bottom: -7px;
		margin-top: 14px;
	}

	.tile-border-right {
		height: 281px;
		width: 7px;
		background-color: #2fa9d2;
		position: absolute;
		margin-top: 31px;
		margin-left: 518px;
	}

	.tile-border-bottom {
		height: 7px;
		width: 525px;
		background-color: #2fa9d2;
		position: absolute;
		margin-top: 311px;
		margin-left: 0px;
	}

	.tile-border-plus {
	    position: absolute;
	    background-image: url('../img/tile_border_plus.png');
	    width: 36px;
	    height: 36px;
	    margin-top: -14px;
	    margin-left: 503px;
	}
}

@media only screen and (max-width: 860px) {
	.header-logo {
		width: 252px;
		height: 47px;
		margin-top: 69px;
		background-size: contain;
	}

	.header-partner-link {
		width: 193px;
		height: 27px;
		background-size: contain;
		margin-top: 89px;
	}
}

@media only screen and (max-width: 744px) {
	.header-partner-link, .header-logo, .header-partner-link-text {
		display: none;
	}

	.header-logo-mobile {
		width: 252px;
		height: 47px;
		background-size: contain;
		margin-top: 30px;
		max-width: 47vw;
		float: right;
	}

	.header-partner-link-mobile {
		margin-top: 30px;
		margin-left: 0px;
		clear: both;
		float: right;
		background-size: contain;
		margin-top: 30px;
		margin-left: 0px;
		max-width: 36vw;
	}

	.header-partner-link-text-mobile {
		margin-top: 30px;
		margin-left: 0px;
		clear: both;
		float: right;
	}

	.mobile-logos {
		display: block;
		float: right;
	}
}

@media only screen and (max-width: 705px) {
	.footer-wrapper {
		height: 195px;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.footer-logo {
		margin: auto;
		float: none;
	}

	.footer-share-wrapper {
		margin: auto;
		width: min-content;
		float: none;
	}
}
@media only screen and (max-width: 601px) {
	.main-content-tiles {
		width: calc(100vw - 60px - 10px);
		margin-left: 30px;
	}

	.main-content-tile {
		width: calc(100vw - 60px  - 10px);
	}

	.tile-border-top {
		width: calc(100vw - 60px - 35px  - 10px);
	}

	.tile-border-right {
		margin-left: calc(100vw - 60px - 7px  - 10px);
	}

	.tile-border-bottom {
		width: calc(100vw - 60px  - 10px);
	}

	.tile-border-plus {
		margin-left: calc(100vw - 60px - 7px - 16px  - 10px);
	}
}

@media only screen and (max-width: 525px) {
	.swiper-pagination-bullets {
		bottom: 5px!important;
	}
}

@media only screen and (max-width: 515px) {
	.header-wrapper {
		height: 100px;
	}

	.menu-button {
		margin-top: 30px;
	}

	.language-buttons, .language-buttons-text {
		margin-top: 38px;
	}

	.header-logo-mobile {
		width: 200px;
		margin-top: 12px;
	}

	.header-partner-link-mobile {
		width: 130px;
		margin-top: 14px;
	}

	.header-partner-link-text-mobile {
		margin-top: 5px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.main-content-tile {
		height: 277px;
	}

	.tile-border-left {
		height: 270px;
	}

	.tile-border-right {
		height: 240px;
	}

	.tile-border-bottom {
		margin-top: 269px;
	}

	.main-content-tile-title {
		font-size: 40px;
	}

	.main-content-tile-icon {
		width: 90px;
		height: 90px;
		top: 24px;
		background-size: contain;
	}
}

@media only screen and (max-width: 445px) {
	.header-logo-mobile {
		width: 150px;
	}

	.header-partner-link-mobile {
		width: 100px;
	}

	.header-partner-link-text-mobile {
		font-size: 16px;
	}
}

@media only screen and (max-width: 420px) {
	.swiper-pagination-bullets {
		bottom: 0px!important;
	}
}

@media only screen and (max-width: 350px) {
	.swiper-pagination-bullets {
		bottom: -1px!important;
	}

	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}

@media only screen and (max-width: 390px) {
	.header-logo-mobile {
		width: 110px;
		margin-top: 20px;
		height: 30px;
	}

	.header-partner-link-mobile {
		width: 80px;
	}

	.header-partner-link-text-mobile {
		font-size: 14px;
		padding-left: 7px;
		padding-right: 7px;
	}

}

@media only screen and (max-width: 415px) {
	.main-content-tile-title {
		font-size: 38px;
		margin-left: 30px;
	}

	.main-content-tile-link {
		font-size: 18px;
		margin-left: 30px;
	}

	.main-content-tile-icon {
		width: 90px;
		height: 90px;
	}

	.footer-share-wrapper {
		display: block;
	}

	.footer-wrapper {
		height: 433px;
	}

	.share-link {
		margin-top: 28px;
		margin-left: 0px;
	}

}

@media only screen and (max-width: 365px) {
	.main-content-tile-title {
		font-size: 32px;
	}

	.main-content-tile-link {
		font-size: 16px;
	}

	.main-content-tile-icon {
	    width: 70px;
	    height: 70px;
	    top: 16px;
	}

	.main-content-tile, .tile-border-left {
		height: 235px;
	}

	.tile-border-bottom {
		margin-top: 235px;
	}

	.tile-border-right {
		height: 208px;
	}

	.language-buttons-text {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 335px) {
	.header-wrapper {
		width: calc(100vw - 40px);
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-content-text {
		width: calc(100vw - 40px);
		margin-left: 20px;
	}

	.main-content-tiles {
		width: calc(100vw - 40px);
		margin-left: 20px;
	}

	.main-content-tile {
		width: calc(100vw - 40px - 10px);
	}

	.tile-border-top {
		width: calc(100vw - 40px - 35px - 10px);
	}

	.tile-border-right {
		margin-left: calc(100vw - 40px - 7px - 10px);
	}

	.tile-border-bottom {
		width: calc(100vw - 40px - 10px);
	}

	.tile-border-plus {
		margin-left: calc(100vw - 40px - 7px - 16px - 10px);
	}

	.main-content-tile-icon  {
		left: -25px;
	}
}