		/** CSS-Hacks für Startseite **/
			
			/* Vision */
			#id-da5e43ba + .bs-component > blockquote p {
				line-height: 30px;
				margin-bottom: 10px;
			}
			#id-da5e43ba + .bs-component {
				margin-bottom: 40px;
			}
			
			/* Linkgruppe mit Direkt-Zu-Einstiegen */
			#id-c7562324 + .linkgruppe .linklist {
				margin-bottom: 20px;
			}
			#id-c7562324 + .linkgruppe a.btn.btn-default {
				position: absolute;
				bottom: 0;
			}
			/*@media (min-width: 992px) {
				#id-c7562324 + .linkgruppe img {
					width: 180px;
					height: 180px;
					margin: 10px auto 0 auto;
				}
			}*/
			
			/* Kleiner Slider */
			.carousel-inner .paragraph-text p {
				margin-right: 80px;
			}
			.carousel-inner p:last-of-type > a {
				display: block;
				position: absolute;
				width: 50px;
				height: 50px;
				bottom: 22.5px;
				right: 22.5px;
				overflow: hidden;
				border-radius: 50%;
				border: 2px solid #323232;
			}
			.flexblocks .carousel .carousel-caption a, .flexblocks .carousel .carousel-caption a:hover {
				color: transparent;
			}
			.carousel-inner p:last-of-type > a:after {
				content: '';
				background-image: url("https://www.uni-stuttgart.de/system/modules/de.stuttgart.uni.v3.basics/resources/img/sprites/sprites-icons-sprite.svg");
				background-size: 1450px 110px;
				width: 8px;
				height: 14px;
				background-position: -210px 0;
				transform: scale(1.2);
				position: absolute;
				left: 21.5px;
				top: 16.5px;
			}
			.carousel-inner p:last-of-type > a:hover {
				background-color: #00BEFF;
			}