@charset "UTF-8";
.slides {
    position: relative;
    display: block;
    top: -16px;
    top: -1rem;
   	width: 360px;
    width: 22.5rem;
    height: 170px;
    height: 10.625rem;
    padding: 0;
	-webkit-box-shadow:  1px 1px 3px 1px rgb(64, 64, 64);
	        box-shadow:  1px 1px 3px 1px rgb(64, 64, 64);
	-webkit-box-shadow:  .0625rem .0625rem .1875rem .0625rem rgb(64, 64, 64);
	        box-shadow:  .0625rem .0625rem .1875rem .0625rem rgb(64, 64, 64);
}
.slides * {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.slides input {
	display: none;
}
.slide {
    position: absolute;
    display: block;
    top: 0;
 	left: 0;
    opacity: 0;
    width: 360px;
    width: 22.5rem;
    height: 170px;
    height: 10.625rem;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.slide-container {
	display: block;
}
.slide-text {
    position: absolute;
    top: 146px;
    top: 9.125rem;
	width: 360px;
    width: 22.5rem;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 3px rgb(0, 0, 0); 
	text-shadow: .0625rem .0625rem .1875rem rgb(0, 0, 0); 
	z-index: 90;
}
.slide img {
    width: 100%;
    height: 100%;
}
.nav label {
    position: absolute;
	top: 69px;
	top: 4.3125rem;
    display: none;
    width: 24px;
    width: 1.5rem;
    height: 36px;
    height: 2.25rem;
    cursor: pointer;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    background-color: rgba(64, 64, 64, .5);
    z-index: 8;
}
.slide:hover + .nav label {
	opacity: 0.5;
}
.nav label { 
	opacity: 1;
}
img.svg-pfeil {
	width: 24px;
	width: 1.5rem;
	height: 36px;
    height: 2.25rem;
}
.nav .next {
	right: -12px;
	right: -.75rem;
}
.nav .prev {
	left: -12px;
	left: -.75rem;
}
input:checked + .slide-container  .slide {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
input:checked + .slide-container .nav label {
	display: block;
}
@media (min-width: 820px) {
	.slides {
		left: 50%;
    	width: 660px;
    	width: 41.25rem;
    	height: 311px;
    	height: 19.4375rem;
   	 	margin-left: -330px;
	}
	.slide {
    	width: 660px;
    	width: 41.25rem;
    	height: 311px;
    	height: 19.4375rem;
	}
	.slide-text {
    	top: 262px;
    	top: 16.375rem;
		width: 660px;
    	width: 41.25rem;
		font-size: 28px;
		font-size: 1.75rem;
		text-shadow: 3px 3px 6px rgb(0, 0, 0); 
		text-shadow: .1875rem .1875rem .375rem rgb(0, 0, 0); 
	}
	.nav label {
    	position: absolute;
    	display: none;
		top: 134px;
		top: 8.375rem;
    	width: 28px;
    	width: 1.75rem;
    	height: 42px;
    	height: 2.625rem;
	}
	img.svg-pfeil {
		width: 28px;
    	width: 1.75rem;
		height: 42px;
    	height: 2.625rem;
	}
	.nav .next {
		right: -16px;
    	right: -1rem;
	}
	.nav .prev {
		left: -16px;
		left: -1rem;
	}
}
@media (min-width: 1280px) {
	.slides {
    	width: 840px;
    	width: 52.5rem;
    	height: 396px;
    	height: 24.75rem;
    	margin-left: -420px;
	}
	.slide {
    	width: 840px;
    	width: 52.5rem;
    	height: 396px;
    	height: 24.75rem;
	}
	.slide-text {
    	top: 340px;
    	top: 21.25rem;
		width: 840px;
		width: 52.5rem;
		font-size: 32px;
		font-size: 2rem;
		text-shadow: 3px 3px 6px rgb(0, 0, 0); 
		text-shadow: .1875rem .1875rem .375rem rgb(0, 0, 0); 
	}
	.nav label {
    	position: absolute;
    	display: none;
		top: 174px;
		top: 10.875rem;
    	width: 32px;
    	width: 2rem;
    	height: 48px;
    	height: 3rem;
	}
	img.svg-pfeil {
		width: 32px;
    	width: 2rem;
		height: 48px;
    	height: 3rem;
	}
	.nav .next {
		right: -20px;
		right: -1.25rem;
	}
	.nav .prev {
		left: -20px;
		left: -1.25rem;
	}
}