/* Grid */
#tiles-grid {
	margin-right: -15px;
}

#tiles-grid .gutter-sizer {
	width: 15px;
}

.tile {
	margin-bottom: 15px;
}
.tile:not(.tile-flip-card):not(.tile-heading) {
	border-radius: .25rem;
	overflow: hidden;
}

.tile.tile-text{
	overflow: auto;
}

.tile::after {
	content: "";
	display: block;
}

.tile-content {
	position: absolute;
	width: 100%;
	height: 100%;
}

.tile-content a:not(.stretched-link){
	width: 100%;
}


/* <576px */
#tiles-grid .grid-sizer,
.tile-1x1,
.tile-1x2 {
	width: calc(50% - 15px);
}
.tile-2x1,
.tile-2x2 {
	width: calc(100% - 15px);
}

.tile-1x1::after,
.tile-2x2::after {
	padding-bottom: 100%;
}
.tile-1x2::after {
	padding-bottom: calc(200% + 15px);
}
.tile-2x1::after {
	padding-bottom: calc(50% - 7.5px);
}
/**/
.tile-2x3 {
	width: calc(100% - 15px);
}
.tile-2x3::after {
	padding-bottom: calc(150% + 15px);
}
@media (min-width: 576px) {
	.tile-2x3 {
		width: calc(50% - 15px);
	}
}
@media (min-width: 768px) {
	.tile-2x3 {
		width: calc(33.334% - 30px);
	}
}
@media (min-width: 1200px) {
	.tile-2x3 {
		width: calc(25% - 30px);
	}
}
/**/
@media (min-width: 768px) {
	.tile-1x2::after {
		padding-bottom: calc(200% + 30px);
	}
	.tile-2x1::after {
		padding-bottom: calc(50% - 15px);
	}
}


/* ≥576px */
@media (min-width: 576px) {
	#tiles-grid .grid-sizer,
	.tile-1x1,
	.tile-1x2 {
		width: calc(25% - 15px);
	}
	.tile-2x2,
	.tile-2x1 {
		width: calc(50% - 15px);
	}
	.tile-sm-1x1,
	.tile-sm-1x2 {
		width: calc(25% - 15px);
	}
	.tile-sm-2x1,
	.tile-sm-2x2,
	.tile-sm-2x4 {
		width: calc(50% - 15px);
	}
	.tile-sm-4x2,
	.tile-sm-4x4 {
		width: calc(100% - 15px);
	}

	.tile-sm-1x1::after,
	.tile-sm-2x2::after,
	.tile-sm-4x4::after {
		padding-bottom: 100%;
	}
	.tile-sm-1x2::after,
	.tile-sm-2x4::after {
		padding-bottom: calc(200% + 15px);
	}
	.tile-sm-2x1::after,
	.tile-sm-4x2::after {
		padding-bottom: calc(50% - 7.5px);
	}
}

/* ≥768px */

@media (min-width: 768px) {
	.tile-sm-1x2::after,
	.tile-sm-2x4::after {
		padding-bottom: calc(200% + 30px);
	}
	.tile-sm-2x1::after,
	.tile-sm-4x2::after {
		padding-bottom: calc(50% - 15px);
	}

	#tiles-grid {
		margin-right: -30px;
	}

	#tiles-grid .gutter-sizer {
		width: 30px;
	}

	.tile {
		margin-bottom: 30px;
	}

	#tiles-grid .grid-sizer,
	.tile-1x1,
	.tile-1x2 {
		width: calc(16.667% - 30px);
	}
	.tile-2x1,
	.tile-2x2 {
		width: calc(33.334% - 30px);
	}

	.tile-sm-1x1,
	.tile-sm-1x2 {
		width: calc(16.667% - 30px);
	}
	.tile-sm-2x1,
	.tile-sm-2x2,
	.tile-sm-2x4 {
		width: calc(33.334% - 30px);
	}
	.tile-sm-4x2,
	.tile-sm-4x4 {
		width: calc(66.667% - 30px);
	}
	.tile-md-1x1,
	.tile-md-1x2 {
		width: calc(16.667% - 30px);
	}
	.tile-md-2x1,
	.tile-md-2x2,
	.tile-md-2x4,
	.tile-md-2x6 {
		width: calc(33.334% - 30px);
	}
	/**/
	.tile-md-3x3,
	.tile-md-3x6 {
		width: calc(50% - 30px);
	}
	/**/
	.tile-md-4x2,
	.tile-md-4x4,
	.tile-md-4x6 {
		width: calc(66.667% - 30px);
	}
	.tile-md-6x2,
	/**/
	.tile-md-6x3,
	/**/
	.tile-md-6x4,
	.tile-md-6x6 {
		width: calc(100% - 30px);
	}
	.tile-md-1x1::after,
	.tile-md-2x2::after,
	/**/
	.tile-md-3x3::after,
	/**/
	.tile-md-4x4::after,
	.tile-md-6x6::after {
		padding-bottom: 100%;
	}
	.tile-md-1x2::after,
	.tile-md-2x4::after,
	.tile-md-3x6::after {
		padding-bottom: calc(200% + 30px);
	}
	.tile-md-2x1::after,
	.tile-md-4x2::after,
	.tile-md-6x3::after {
		padding-bottom: calc(50% - 15px);
	}
	.tile-md-2x6::after {
		padding-bottom: calc(300% + 60px);
	}
	.tile-md-4x6::after {
		padding-bottom: calc(150% + 15px);
	}
	.tile-md-6x2::after {
		padding-bottom: calc(33.334% - 20px);
	}
	.tile-md-6x4::after {
		padding-bottom: calc(66.667% - 10px);
	}
}


/* ≥992px */
@media (min-width: 992px) {
	.tile-lg-1x1,
	.tile-lg-1x2 {
		width: calc(16.667% - 30px);
	}
	.tile-lg-2x1,
	.tile-lg-2x2,
	.tile-lg-2x4,
	.tile-lg-2x6 {
		width: calc(33.334% - 30px);
	}
	/**/
	.tile-lg-3x3,
	.tile-lg-3x6 {
		width: calc(50% - 30px);
	}
	/**/
	.tile-lg-4x2,
	.tile-lg-4x4,
	.tile-lg-4x6 {
		width: calc(66.667% - 30px);
	}
	.tile-lg-6x2,
	/**/
	.tile-lg-6x3,
	/**/
	.tile-lg-6x4,
	.tile-lg-6x6 {
		width: calc(100% - 30px);
	}

	.tile-lg-1x1::after,
	.tile-lg-2x2::after,
	/**/
	.tile-lg-3x3::after,
	/**/
	.tile-lg-4x4::after,
	.tile-lg-6x6::after {
		padding-bottom: 100%;
	}
	.tile-lg-1x2::after,
	.tile-lg-2x4::after,
	.tile-lg-3x6::after {
		padding-bottom: calc(200% + 30px);
	}
	.tile-lg-2x1::after,
	.tile-lg-4x2::after,
	.tile-lg-6x3::after {
		padding-bottom: calc(50% - 15px);
	}
	.tile-lg-2x6::after {
		padding-bottom: calc(300% + 60px);
	}
	.tile-lg-4x6::after {
		padding-bottom: calc(150% + 15px);
	}
	.tile-lg-6x2::after {
		padding-bottom: calc(33.334% - 20px);
	}
	.tile-lg-6x4::after {
		padding-bottom: calc(66.667% - 10px);
	}
}


/* ≥1200px */
@media (min-width: 1200px) {
	#tiles-grid .grid-sizer,
	.tile-1x1,
	.tile-1x2 {
		width: calc(12.5% - 30px);
	}
	.tile-2x1,
	.tile-2x2 {
		width: calc(25% - 30px);
	}
	.tile-sm-1x1,
	.tile-sm-1x2 {
		width: calc(12.5% - 30px);
	}
	.tile-sm-2x1,
	.tile-sm-2x2,
	.tile-sm-2x4 {
		width: calc(25% - 30px);
	}
	.tile-sm-4x2,
	.tile-sm-4x4 {
		width: calc(50% - 30px);
	}
	.tile-md-1x1,
	.tile-md-1x2 {
		width: calc(12.5% - 30px);
	}
	.tile-md-2x1,
	.tile-md-2x2,
	.tile-md-2x4,
	.tile-md-2x6 {
		width: calc(25% - 30px);
	}
	/**/
	.tile-md-3x3,
	.tile-md-3x6 {
		width: calc(37.5% - 30px);
	}
	/**/
	.tile-md-4x2,
	.tile-md-4x4,
	.tile-md-4x6 {
		width: calc(50% - 30px);
	}
	.tile-md-6x2,
	/**/
	.tile-md-6x3,
	/**/
	.tile-md-6x4,
	.tile-md-6x6 {
		width: calc(75% - 30px);
	}
	.tile-lg-1x1,
	.tile-lg-1x2 {
		width: calc(12.5% - 30px);
	}
	.tile-lg-2x1,
	.tile-lg-2x2,
	.tile-lg-2x4,
	.tile-lg-2x6 {
		width: calc(25% - 30px);
	}
	/**/
	.tile-lg-3x3,
	.tile-lg-3x6 {
		width: calc(37.5% - 30px);
	}
	/**/
	.tile-lg-4x2,
	.tile-lg-4x4,
	.tile-lg-4x6 {
		width: calc(50% - 30px);
	}
	.tile-lg-6x2,
	/**/
	.tile-lg-6x3,
	/**/
	.tile-lg-6x4,
	.tile-lg-6x6 {
		width: calc(75% - 30px);
	}
	.tile-xl-1x1,
	.tile-xl-1x2 {
		width: calc(12.5% - 30px);
	}
	.tile-xl-2x1,
	.tile-xl-2x2,
	.tile-xl-2x4,
	.tile-xl-2x6,
	.tile-xl-2x8 {
		width: calc(25% - 30px);
	}
	/**/
	.tile-xl-3x3,
	.tile-xl-3x6 {
		width: calc(37.5% - 30px);
	}
	/**/
	.tile-xl-4x2,
	.tile-xl-4x4,
	.tile-xl-4x6,
	.tile-xl-4x8 {
		width: calc(50% - 30px);
	}
	.tile-xl-6x2,
	/**/
	.tile-xl-6x3,
	/**/
	.tile-xl-6x4,
	.tile-xl-6x6,
	.tile-xl-6x8 {
		width: calc(75% - 30px);
	}
	.tile-xl-8x2,
	.tile-xl-8x4,
	.tile-xl-8x6,
	.tile-xl-8x8 {
		width: calc(100% - 30px);
	}
	.tile-xl-1x1::after,
	.tile-xl-2x2::after,
	/**/
	.tile-xl-3x3::after,
	/**/
	.tile-xl-4x4::after,
	.tile-xl-6x6::after,
	.tile-xl-8x8::after {
		padding-bottom: 100%;
	}
	.tile-xl-1x2::after,
	.tile-xl-2x4::after,
	/**/
	.tile-xl-3x6::after,
	/**/
	.tile-xl-4x8::after {
		padding-bottom: calc(200% + 30px);
	}
	.tile-xl-2x1::after,
	.tile-xl-4x2::after,
	/**/
	.tile-xl-6x3::after,
	/**/
	.tile-xl-8x4::after {
		padding-bottom: calc(50% - 15px);
	}
	.tile-xl-2x6::after {
		padding-bottom: calc(300% + 60px);
	}
	.tile-xl-4x6::after {
		padding-bottom: calc(150% + 15px);
	}
	.tile-xl-6x2::after {
		padding-bottom: calc(33.334% - 20px);
	}
	.tile-xl-6x4::after {
		padding-bottom: calc(66.667% - 10px);
	}
	.tile-xl-2x8::after {
		padding-bottom: calc(400% + 90px);
	}
	.tile-xl-6x8::after {
		padding-bottom: calc(133.334% + 10px);
	}
	.tile-xl-8x2::after {
		padding-bottom: calc(25% - 22.5px);
	}
	.tile-xl-8x6::after {
		padding-bottom: calc(75% - 7.5px);
	}
}


/* Flip-Card */
.tile-flip-card > .tile-content {
	background-color: transparent;
	display: block !important;
}

.flip-card {
	position: relative;
	height: 100%;
	cursor: pointer;
}

.flip-card > div {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: .25rem;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .8s;
	-ms-transform-style: flat;
	transform-style: preserve-3d;
}
.flip-card > div:first-child {
	z-index: 2;
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
.flip-card > div:first-child::after {
	content: "";
	position: absolute;
	bottom: .9375rem;
	right: .9375rem;
	border: .3125rem solid #fff;
	border-radius: 100%;
	width: 3.125rem;
	height: 3.125rem;
	background-color: #fff;
	background-image: url("../images/rotate.svg");
	background-size: 2rem;
	background-repeat: no-repeat;
    background-position: center center;
}
.flip-card > div:last-child {
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.tile-flip-card:hover .flip-card > div:first-child {
	z-index: 2;
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.tile-flip-card:hover .flip-card > div:last-child {
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-card-img img{
    width: 100%;
    height: 100%;
}

.flip-card-img > span {
	position: absolute;
	bottom: .75rem;
	left: .9375rem;
	border-radius: .25rem;
	padding: .3125rem .625rem;
}
@media (min-width: 1200px) {
	.flip-card-img > span {
		padding: .625rem 1.5625rem;
	}
}

.flip-card-quote {
	padding: 1.5rem;
}

.flip-card-video,
.flip-card-video > div,
.flip-card-video > div > a{
	height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.flip-card-video .stretched-link > i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: +2;
	transform: translate(-50%,-50%);
	border-radius: 1.25rem;
	padding: .9375rem 1.5625rem;
	background-color: rgba(255,255,255,.2);
	box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.2);
	font-size: 2rem;
	transition: transform .125s ease-in-out;
}
.flip-card-video .stretched-link:hover > i,
.flip-card-video .stretched-link:focus > i {
	transform: translate(-50%,-50%) scale(1.2);
}

.flip-card-video .stretched-link {
    color: #fff;
}

/* Vacanies */
.tile-vacancies {
	transition: background-color .125s, color .125s;
}

.tile-vacancies > div {
	padding: 1.5rem;
	justify-content: center;
}

.vacancies {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.5rem;
}

.vacancies > span {
	display: block;
	margin-top: -.25rem;
	margin-bottom: 1rem;
	font-size: 12rem;
	line-height: 1;
}

@media (min-width: 768px) {
	.tile-vacancies > div {
		padding: 1.2rem;
	}

	.vacancies {
		font-size: 1.2rem;
	}

	.vacancies > span {
		font-size: 7rem;
	}
}

@media (min-width: 992px) {
	.tile-vacancies > div {
		padding: 1.5rem;
	}

	.vacancies {
		font-size: 1.5rem;
	}

	.vacancies > span {
		font-size: 9rem;
	}
}


/* Quote */

.tile-quote > .tile-content > .quote{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.5rem;
}

.quote .blockquote::before {
	content: "\f10d";
	position: absolute;
	margin-top: 15px;
	margin-left: -7.5px;
	color: rgba(0,0,0,.1);
	font-family: "Font Awesome 5 Free";
	font-size: 7rem;
	font-weight: 900;
	z-index: -1;
}

@media (max-width: 1024px) {
	.quote .blockquote{
		font-size: unset !important;
	}
}

.tile-quote > .tile-content > .quote::-webkit-scrollbar-track{
    border-radius: 4px;
}

.tile-quote > .tile-content > .quote::-webkit-scrollbar{
	width: 4px;
}

.tile-quote > .tile-content > .quote::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: rgba(0,0,0,0.5);
}


/* Carousel */
.tile-carousel .owl-stage-outer {
	border-radius: .25rem;
}

.tile-carousel .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: 0;
	transform: translateY(-2.546875rem);
	pointer-events: none;
}

.tile-carousel .owl-carousel .owl-nav > button,
.tile-carousel .owl-carousel .owl-nav > button {
	margin: 0;
	border-radius: .25rem;
	padding: 1.34375rem .8rem 1.75rem !important;
	font-size: 2rem;
	line-height: 1;
	pointer-events: auto;
}
.tile-carousel .owl-carousel .owl-nav > button::after,
.tile-carousel .owl-carousel .owl-nav > button::after {
	display: table;
	content: " ";
	clear: both;
}
.tile-carousel .owl-carousel .owl-nav > button.owl-prev {
	float: left;
}
.tile-carousel .owl-carousel .owl-nav > button.owl-next {
	float: right;
}


/* Image gallery */
.cycle-img-caption {
	position: absolute;
	top: .9375rem;
	left: .9375rem;
	z-index: 101;
	border-radius: .25rem;
	padding: .3125rem .9375rem;
}

.cycle-img > img {
	border-radius: .25rem;
}

.cycle-img > span {
	position: absolute;
	bottom: .75rem;
	left: .9375rem;
	border-radius: .25rem;
	padding: .3125rem .625rem;
}
@media (min-width: 1200px) {
	.cycle-img > span {
		padding: .625rem 1.5625rem;
	}
}


/* Image */
.tile-img {
	background-color: #fff;
}

.tile-img > span {
	position: absolute;
	bottom: .75rem;
	left: .9375rem;
	border-radius: .25rem;
	padding: .3125rem .625rem;
}
@media (min-width: 1200px) {
	.tile-img > span {
		padding: .625rem 1.5625rem;
	}
}


/* Social media */
.tile-social-media {
	transition: background-color .125s ease-in-out;
}
.tile-social-media svg {
	transition: transform .125s ease-in-out, fill .125s ease-in-out, stroke .125s ease-in-out;
}
.tile-social-media img {
	transition: transform .125s ease-in-out;
}
.tile-social-media svg,
.tile-social-media img {
	padding: 25%;
}
.tile-social-media:hover svg,
.tile-social-media:hover img {
	transform: scale(1.1);
}


/* Heading */
.tile-heading {
	width: calc(100% - 15px);
	height: auto;
}
@media (min-width: 768px) {
	.tile-heading {
		width: calc(100% - 30px);
	}
}

.tile-heading > .tile-content {
	position: relative;
}


/* Video */
.tile-video > .tile-content {
	border-radius: .25rem;
	overflow: hidden;
	/* image-rendering: pixelated; /* Scharfzeicher */
	/* -ms-interpolation-mode: nearest-neighbor; /* Scharfzeicher */
}

.tile-video > .tile-content > div{
	width: 100%;
	height: 100%
}

.tile-video > .tile-content > div img{
	width: 100%;
	/*height: 100%*/
}

.tile-video .stretched-link {
	color: #fff;
}
.tile-video .stretched-link::after {
	transition: background-color .125s ease-in-out;
}
.tile-video .stretched-link:hover::after,
.tile-video .stretched-link:focus::after {
	background-color: rgba(0,0,0,.2);
}

.tile-video .stretched-link > i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: +2;
	transform: translate(-50%,-50%);
	border-radius: 1.25rem;
	padding: .9375rem 1.5625rem;
	background-color: rgba(255,255,255,.2);
	box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.2);
	font-size: 2rem;
	transition: transform .125s ease-in-out;
}
.tile-video .stretched-link:hover > i,
.tile-video .stretched-link:focus > i {
	transform: translate(-50%,-50%) scale(1.2);
}

.tile-video img + span {
	position: absolute;
	bottom: .75rem;
	left: .9375rem;
	z-index: +1;
	border-radius: .25rem;
	padding: .3125rem .625rem;
}
@media (min-width: 1200px) {
	.tile-video img + span {
		padding: .625rem 1.5625rem;
	}
}


/* iFrame */
.tile-iframe {
	overflow: hidden;
}
.tile-iframe .google-maps {
	width: 100%;
	height: 100%;
}


/* 360° */
.tile-shortcode div[id^="ggpkg_container_0"],
.tile-shortcode .pano2vr-container {
	height: 100% !important;
	width: 100%;
}

.tile-shortcode .pano2vr-container > div {
	height: 100%;
}

.tile-shortcode div[id^="ggpkg_container_0"] > div > img:last-child {
	top: 50% !important;
	transform: translateY(-50%);
}


/* Icon-Card */
.tile-icon-card > .tile-content > .icon-card-wrapper{
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.tile-icon-card i{
	font-size: 90px;
}

.tile-icon-card .img-container{
	width: 100%;
	height: 150px;
	min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.tile-icon-card .img-container a{
	display: contents;
}

.tile-icon-card .img-container img{
	max-height: 100%;
	width: auto;
}

.tile-icon-card .content-container{
	padding: 0 1.5rem;
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100% - 150px - 1.5rem);
}

.tile-icon-card .content-container::-webkit-scrollbar-track{
    border-radius: 4px;
}

.tile-icon-card .content-container::-webkit-scrollbar{
	width: 4px;
}

.tile-icon-card .content-container::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: rgba(0,0,0,0.5);
}

.tile-icon-card .link-container{
	padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
}

.tile-icon-card .link-container svg{
	width: 45px;
	fill: #fff;
	stroke: #fff;
}

/* Img-Card */

.tile-img-card > .tile-content{
	flex-direction: column;
}

.tile-img-card > .tile-content > .img-card-wrapper{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tile-img-card > .tile-content > .img-card-wrapper a{
	width: 100%;
}

.tile-img-card .img-container{
	width: 100%;
	height: 150px;
	min-height: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.tile-img-card .content-container{
	padding: 1.5rem;
	padding-bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	/*height: calc(100% - 195px - 1rem);*/
}

.tile-img-card .content-container *:last-child,
.tile-img-card .content-container *:last-child{
	margin-bottom: 0 !important;
}

.tile-img-card .content-container::-webkit-scrollbar-track{
    border-radius: 4px;
}

.tile-img-card .content-container::-webkit-scrollbar{
	width: 4px;
}

.tile-img-card .content-container::-webkit-scrollbar-thumb{
	border-radius: 4px;
	background-color: rgba(0,0,0,0.5);
}

.tile-img-card .link-container{
	padding: 0.5rem 1.5rem;
    display: flex;
    justify-content: center;
}

.tile-img-card .link-container svg{
	width: 45px;
	max-height: 45px;
	fill: #fff;
	stroke: #fff;
}

/* Audio */
.tile-audio > .tile-content {
	border-radius: .25rem;
	overflow: hidden;
}

.tile-audio > .tile-content > div{
	width: 100%;
	height: 100%
}

.tile-audio > .tile-content > div img{
	width: 100%;
	/*height: 100%*/
}

.tile-audio .stretched-link {
	color: #fff;
}
.tile-audio .stretched-link::after {
	transition: background-color .125s ease-in-out;
}
.tile-audio .stretched-link:hover::after,
.tile-audio .stretched-link:focus::after {
	background-color: rgba(0,0,0,.2);
}

.tile-audio .stretched-link > i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: +2;
	transform: translate(-50%,-50%);
	border-radius: 1.25rem;
	padding: .9375rem 1.5625rem;
	background-color: rgba(255,255,255,.2);
	box-shadow: 0 .125rem .625rem 0 rgba(0,0,0,.2);
	font-size: 2rem;
	transition: transform .125s ease-in-out;
}
.tile-audio .stretched-link:hover > i,
.tile-audio .stretched-link:focus > i {
	transform: translate(-50%,-50%) scale(1.2);
}

.tile-audio img + span {
	position: absolute;
	bottom: .75rem;
	left: .9375rem;
	z-index: +1;
	border-radius: .25rem;
	padding: .3125rem .625rem;
}
@media (min-width: 1200px) {
	.tile-audio img + span {
		padding: .625rem 1.5625rem;
	}
}

.tile-bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	/* image-rendering: pixelated; /* Scharfzeicher */
	/* -ms-interpolation-mode: nearest-neighbor; /* Scharfzeicher */
}