/*Fonts*/
@font-face {
	font-family: "GothamMedium";
	src: url("https://vectronix.gpdcenter.com/fonts/Gotham-Medium-Regular.woff") format("woff")
}

@font-face {
	font-family: "DINCondensedBold";
	src: url("https://vectronix.gpdcenter.com/fonts/DIN-Condensed-Bold.woff") format("woff")
}

/*Styles*/
body {
	margin: 0;
	padding: 0;
	background-color: #1b365d;
}

#vectronix-application {
	margin: 0;
	padding: 0;
}

#header-logo {
	width: 100%;
	height: 470px;
	background-color: #1b365d;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

#header-logo > img {
	position: absolute;
	left: 50%;
	margin-left: -325px;
	top: 184px;
}

#zeit-wetter-anzeige {
	width: 100%;
	background-color: #1b365d;
	height: 300px;
	display: flex;
	align-items: center;
}

#zeit-anzeige {
	background-color: #1b365d;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	padding: 0 120px;
	border-right: 3px solid white;
}

#datum {
	font-size: 40px;
	margin: 0 20px 0 0;
	color: white;
	font-family: DINCondensedBold;
}

#uhrzeit {
	font-size: 164px;
	margin: 13px;
	color: white;
	font-family: DINCondensedBold;
}

#wetter-anzeige {
	height: 200px;
	position: relative;
	padding: 0 155px 0 80px;
}

#weather-widget-wrapper {
	width: 43%;
	transform: scale(2.32);
	position: absolute;
	top: 140px;
	left: 370px;
}

#weather-widget-wrapper2 {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	color: white;
}

#weather-widget-wrapper2 h2 {
	font-size: 40px;
	margin: 0;
	font-weight: 100;
	font-family: DINCondensedBold;
}

#weather-widget-wrapper2 p {
	font-size: 24px;
	font-family: GothamMedium;
}

.weather-temp-current {
	font-size: 53px;
}

#current-weather {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

#current-weather > div:nth-of-type(1){
	margin-right: 50px;
}

#current-weather > div:nth-of-type(2){
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 50px;
}

#current-weather > div:nth-of-type(2) > p {
	margin: 0 0 18px 0;
}

#current-weather > div:nth-of-type(2) > div{
	display: flex;
	flex-direction: row
}

#daily-forecast {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.daily-forecast-day {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 130px;
}

.daily-forecast-day > p {
	margin: 0 0 20px 0;
}

.daily-forecast-day:nth-of-type(2) {
	margin: 0 70px;
}

.weather-temp-desc {
	max-width: 180px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0 0 20px;
}

.weather-temp-desc > span:last-of-type {
	text-align: center;
}

#weather-max-min {
	display: flex;
	flex-direction: row;
}

.weather-max {
	font-size: 20px;
	color: white;
	margin: 0 20px 0 0;
}

.weather-min {
	font-size: 20px;
	color: #89bdbe;
	margin: 0;
}

#main-content {
	width: 100%;
	height: 2160px;
	background: antiquewhite;
	position: relative;
}

#main-content > img {
	width: 2160px;
	height: 2160px;
	position: absolute;
	top: 0;
	left: 0;
}

.slider {
	width: 100%;
	height: 100%;
}

.slide-viewer {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.slide-group {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide {
	width: 1920px;
	height: 1920px;
	margin-left: 120px;
	margin-top: 120px;
	position: absolute;
	left: 90%;
}

.news-h2 {
	color: white;
	font-size: 135px;
	font-family: DINCondensedBold;
	margin: 45px 0 165px 0;
}

.ideen-h2 {
	color: white;
	font-size: 135px;
	font-family: DINCondensedBold;
	margin: 16px 0 136px 0;
}

.slide > img {
	width: 100%;
	height: auto;
}

.slide:first-child {
	display: block;
}

/*Insta slider*/
#insta-slider-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	background-color: #1b365d;
	height: 773px;
}

#insta-slider{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 1920px;
	height: 683px;
	padding: 90px 120px 0 120px;
}

#insta-slider-head {
	color: white;
	font-size: 53.33px;
	font-weight: 100;
	font-family: DINCondensedBold;
	margin: 0 0 30px 0;
}

#insta-renew {
	position: relative;
}

.slideInst {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.slideInst > div:nth-of-type(2) {
	padding: 0 26px 0 52px;
}

.slideInst > div:nth-of-type(3) {
	padding: 0 52px 0 26px;
	padding: 0 52px 0 26px;
}

.slideInst.activeInst #inst-slider-laden {
	height: 10px;
	width: 2160px;
	background-color: transparent;
	overflow: hidden;
	border-radius: 6px;

	/*position: fixed;
    left: 0;
    top: 296px;*/

	position: absolute;
	left: -120px;
	top: -2346px;
}

.slideInst.activeInst #inst-slider-ladebalken {
	display: inline-block;
	will-change: transform;
	animation: ladebalken 20s linear forwards;
	background-color: white;
	height: 100%;
	width: 100%;
}

@keyframes ladebalken {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

/*Content Slider Banner und Bild*/

.inst < p {
			font-family: GothamMedium;
		}

.slide-banner {
	background-color: rgba(27, 54, 93, 0.5);
	height: 392px;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.slide-banner:nth-of-type(2) {
	margin: 165px 0 165px 0;
}

.slide-banner > img {
	height: auto;
	min-width: 700px;
}

.slide-banner > div {
	display: flex;
	flex-direction: column;
	padding: 30px;

	color: white;
	font-family: GothamMedium;
	font-size: 26px;
	line-height: 33px;
	width: 100%;
}

.banner-title-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.banner-title-wrap p {
	width: 20%;
	text-align: right;
	color: white;
	font-family: DINCondensedBold;
	font-size: 40px;
	margin: 0;
}

.banner-title-wrap h2 {
	margin: 0;
	font-size: 45px;
	width: 80%;
	text-align: left;
	color: white;
	font-family: DINCondensedBold;
	font-weight: normal;
	height: 53px;
	display: block;
	overflow: hidden;
	line-height: 50px;
}

.slide-banner > div > p {
	margin: 0;
	width: 100%;
	text-align: left;
	color: white;
	font-family: GothamMedium;
	font-size: 26px;
	line-height: 33px;
}

.slide-idee {
	height: 440px;
	background-color: rgba(27, 54, 93, 0.5);
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.slide-idee:nth-of-type(2) {
	margin: 136px 0 136px 0;
}

.slide-idee > div {
	display: flex;
	flex-direction: column;
	padding: 30px;
	width: 100%;
	position: relative;
}

.p-small-wrap {
	display: flex;
	flex-direction: row;
	margin: 0 0 30px 0;
}

.p-small-wrap > h2 {
	margin: 0;
	font-size: 45px;
	width: 80%;
	text-align: left;
	color: white;
	font-family: DINCondensedBold;
	font-weight: normal;
}

.p-small-wrap > p {
	display: block;
	width: 20%;
	text-align: right;
	color: white;
	font-family: DINCondensedBold;
	font-size: 45px;
	margin: 0;
	text-align: right;
	font-weight: normal;
}

.p-big {
	width: 100%;
	margin: 0;
	text-align: left;
	color: white;
	font-family: GothamMedium;
	font-size: 26px;
	line-height: 33px;
	margin: 0 0 30px 0;
}

.p-big > p {
	margin: 0;
}

.slide-idee > div > h2 {
	margin: 0 0 30px 0;
	font-size: 45px;
	width: 100%;
	text-align: left;
	color: white;
	font-family: DINCondensedBold;
	font-weight: normal;
}

.p-autor {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 100%;
	margin: 0;
	text-align: right;
	color: white;
	font-family: GothamMedium;
	font-size: 20px;
}