#about {
	background:black;
	
}
.schriftzug{
	color:white;
	display:block;
	line-height:1;
	
}

body{
	padding-left:8%;
	padding-right:8%;
	background:black;	
}
.title-name{
	font-size:130%;
	
}

.custom-row{
	width:40%;
	float:right;
	background:rgba(0, 0, 0, .6);
	text-align:left;
	backdrop-filter: blur(10px);
}

.custom-container{
	position:relative;
	margin:0;
	float:right;
	width:100%;
	
}
	


.customcarouselsize {
	height:650px;
	overflow:hidden;
	display:block;
}

#carousel-example-generic2 .item img {
	display:inline;
	margin:auto;
	position:relative;
	max-height:650px;
	vertical-align: middle;
	}

.carousel-inner {
	height:100% !important;
}

#carousel-example-generic2 .item{
	height:100% !important;
}
	
.carousel-caption {
   top: 0;
   bottom: auto;
}


.carousel-indicators{
	bottom:0px;
}

@media only screen and (max-width: 1850px) {

   .customcarouselsize {
	height:500px;
	}
	#carousel-example-generic2 .item img {
	max-height:500px;
	}
	.schriftzug{font-size:80%;}

}

@media only screen and (max-width: 1750px) {

   .customcarouselsize {
	height:500px;
	}
	#carousel-example-generic2 .item img {
	max-height:500px;
	}
	
	.schriftzug{font-size:80%;}

}

@media only screen and (max-width: 1650px) {

   .customcarouselsize {
	height:500px;
	}
	#carousel-example-generic2 .item img {
	max-height:500px;
	}
	body{
	padding-left:0%;
	padding-right:0%;	
	}
	.schriftzug{font-size:70%;}

}

@media only screen and (max-width: 1550px) {

   .customcarouselsize {
	height:500px;
	}
	#carousel-example-generic2 .item img {
	max-height:500px;
	}
	.schriftzug{font-size:67%;}

}

@media only screen and (max-width: 1450px) {

   .customcarouselsize {
	height:500px;
	}
	#carousel-example-generic2 .item img {
	max-height:500px;
	}
	body{
	padding-left:0%;
	padding-right:0%;	
	}
	.schriftzug{font-size:65%;}

}

@media only screen and (max-width: 1350px) {

   .customcarouselsize {
	height:500px;
	}
	#carousel-example-generic2 .item img {
	max-height:500px;
	}
	.schriftzug{font-size:63%;}

}


@media only screen and (max-width: 1200px) {

   .customcarouselsize {
	height:500px;
	}
	#carousel-example-generic2 .item img {
	max-height:500px;
	}
	body{
	padding-left:0%;
	padding-right:0%;	
	}
	.schriftzug{font-size:61%;}

}

@media only screen and (max-width: 990px) {

   .customcarouselsize {
	height:400px;
	}
	#carousel-example-generic2 .item img {
	max-height:400px;
	}
	.schriftzug{font-size:50%;}

}

@media only screen and (max-width: 850px) {

   .customcarouselsize {
	height:400px;
	}
	#carousel-example-generic2 .item img {
	max-height:400px;
	}
	.schriftzug{font-size:50%;}
	body{
	padding-left:0%;
	padding-right:0%;	
	}
	.section-padding{
		padding-left:5%;
		padding-right:5%;
	}

}


@media only screen and (max-width: 700px) {

   .customcarouselsize {
	height:340px;
	}
	#carousel-example-generic2 .item img {
	max-height:340px;
	}
	.schriftzug{font-size:50%;}

}

@media only screen and (max-width: 600px) {

   .customcarouselsize {
	height:280px;
	}
	#carousel-example-generic2 .item img {
	max-height:280px;
	}
	.schriftzug{font-size:50%;}
	.section-padding{
		padding-left:5%;
		padding-right:5%;
	}

}
@media only screen and (max-width: 500px) {

   .customcarouselsize {
	height:220px;
	}
	#carousel-example-generic2 .item img {
	max-height:220px;
	}
	.schriftzug{font-size:45%;}
	.section-padding{
		padding-left:5%;
		padding-right:5%;
	}

}
@media only screen and (max-width: 400px) {

   .customcarouselsize {
	height:150px;
	}
	#carousel-example-generic2 .item img {
	max-height:150px;
	}
	.schriftzug{font-size:45%;}
	.section-padding{
		padding-left:5%;
		padding-right:5%;
	}
}