/* "Eigene Klassen hinzufuegen" */
.bright-text * {
	color: white !important;
}
.bright-text a:hover {
    color: white !important;
}

.description-box .textContainer {
	border: 1px solid rgb(60, 58, 59);
	border-radius: 3px;
	background-color: rgba(41, 39, 40, 0.6);
	padding: 15px 15px 25px;
	position: relative;
}

/*.overlay-Elements {
	margin-bottom: -10%;
}*/
.teaser-home .img-container img {
	width: 100%;
	height: auto;
}
/*.teaser-home .img-container {
	margin-left: -13%;
}*/


/*
.removeMargin {
	margin: 0 !important;
}
.removeMargin > * {
	padding: 0 !important;
}
.addPadding {
	padding-right: 16% !important;
	display: flex;
}
.addPadding .textInner {
	padding: 10% 0;
}
*/

/* Fenstergroeßen */
@media (min-width: 992px) {

	.placeholder-large {
		visibility: hidden;
	}

	.hidden-large {
		display: none;
	}


	.placeholder-medium {
		visibility: inherit;
	}

	.hidden-medium {
		display: inherit;
	}


	.placeholder-small {
		visibility: inherit;
	}

	.hidden-small {
		display: inherit;
	}


	.placeholder-smallest {
		visibility: inherit;
	}

	.hidden-smallest {
		display: inherit;
	}



}


@media (min-width: 768px) {

	.placeholder-large {
		visibility: inherit;
	}

	.hidden-large {
		display: inherit;
	}


	.placeholder-medium {
		visibility: hidden;
	}

	.hidden-medium {
		display: none;
	}


	.placeholder-small {
		visibility: inherit;
	}

	.hidden-small {
		display: inherit;
	}


	.placeholder-smallest {
		visibility: inherit;
	}

	.hidden-smallest {
		display: inherit;
	}

}

@media (min-width: 567px) {

	.placeholder-large {
		visibility: inherit;
	}

	.hidden-large {
		display: inherit;
	}


	.placeholder-medium {
		visibility: inherit;
	}

	.hidden-medium {
		display: inherit;
	}


	.placeholder-small {
		visibility: hidden;
	}

	.hidden-small {
		display: none;
	}


	.placeholder-smallest {
		visibility: inherit;
	}

	.hidden-smallest {
		display: inherit;
	}

}

@media (max-width: 576px) {

	.placeholder-large {
		visibility: inherit;
	}

	.hidden-large {
		display: inherit;
	}


	.placeholder-medium {
		visibility: inherit;
	}

	.hidden-medium {
		display: inherit;
	}


	.placeholder-small {
		visibility: inherit;
	}

	.hidden-small {
		display: inherit;
	}


	.placeholder-smallest {
		visibility: hidden;
	}

	.hidden-smallest {
		display: none;
	}

}
