@font-face {
	font-family: 'Asap';
	src: url('../fonts/Asap-Regular.woff2') format('woff2'),
	url('../fonts/Asap-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Asap';
	src: url('../fonts/Asap-SemiBold.woff2') format('woff2'),
	url('../fonts/Asap-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Asap';
	src: url('../fonts/Asap-Bold.woff2') format('woff2'),
	    url('../fonts/Asap-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Veneer Clean Soft';
	src: url('../fonts/VeneerClean-Soft.woff2') format('woff2'),
	url('../fonts/VeneerClean-Soft.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background: #fff;
	font-family: 'Asap', sans-serif;
	font-size: 2rem;
	font-weight: normal;
	color: #4a4d4d;
	letter-spacing: 0.03em;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: bold;
}
a,
.button{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a{
	color: #1e9bcb;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	color: #156f91;
}
:focus{
	outline: none;
}
p,
ul,
ol{
	margin: 0 0 1.2em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
.container{
	margin: 0 auto;
	max-width: 1000px;
	width: 94%;
}
.footer-container{
	padding-left: 25px;
	padding-right: 25px;
	max-width: 770px;
	width: 100%;
}
.fullwindow{
	min-height: 100vh;
}
.flex{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-section{
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	min-height: 70vh;
}
.top-section-content{
	padding: 2em 0;
	width: 100%;
}
.top-section-arrow{
	background: #4a4d4d;
}
.top-section-arrow-inner{
	padding: 5em 0;
	width: 100%;
}
.wald-item{
	max-width: 90%;
	margin: 0 auto 3.5em;
	text-align: center;
	width: 15em;
}
.wald-item img{
	display: block;
	height: auto;
	width: 100%;
}
.felsenkonig-item{
	margin: 0 auto;
	text-align: center;
	width: 10.125em;
}
.felsenkonig-item img{
	display: block;
	height: auto;
	width: 100%;
}
.top-section-arrow{
}
.scroll-arrow-wrap{
	text-align: center;
}
.scroll-arrow{
	display: inline-block;
	vertical-align: middle;
}
.scroll-arrow img{
	animation: bounce 3.6s ease infinite;
	width: 2.9em;
}
@keyframes bounce{
  0% {
    transform: translateY(0);
  }
  5.55556% {
    transform: translateY(0);
  }
  11.11111% {
    transform: translateY(0);
  }
  22.22222% {
    transform: translateY(-1rem);
  }
  27.77778% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-1rem);
  }
  44.44444% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.intro-section{
	background: #4a4d4d;
	color: #fff;
}
.view-section{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.view-section-inner{
	padding: 3em 0;
	width: 100%;
}
.view-section-block{
	position: relative;
}
.view-section-main{
	margin-bottom: 3em;
}
.info-content{
	margin: 0 auto;
	max-width: 16.375em;
	text-align: center;
}
.info-content img{
	width: 11em;
}
.info-content p:first-child{
	margin-bottom: 1.5em;
}
.view-section-footer-content{
	font-size: 1.5em;
	line-height: 1.1;
	font-weight: 600;
	text-align: center;
}
.load-content{
	max-width: 20em;
	margin: 0 auto;
	text-align: center;
}
.load-content h3{
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
	max-width: 14em;
	margin: 0 auto 1.7em;
}
.load-content p{
	margin: 0 0 1.5em;
}
.load-content img{
	border-radius: 0.8em;
	box-shadow: 0 0 1.35em rgba(0,0,0,0.29);
	cursor: pointer;
	width: 7.2em;
}
#progress-bar{
	color: #cd6d2d;
	font-size:2.5em;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}
.station-section{
	-ms-flex-align: end;
	align-items: flex-end;
}
.station-section .view-section-main{
	background: #95b53d;
}
.station-section:nth-child(even) .view-section-main{
	background: #cd6d2d;
}
.station-content{
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
}
.station-section .view-section-inner{
	padding-top: 0;
}
.station-title{
	font-family: 'Veneer Clean Soft', sans-serif;
	font-size: 3.5em;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	padding: 2rem 1rem;
	text-transform: uppercase;
}
.station-banner img{
	margin: 0 auto;
	max-width: 30em;
	display: block;
	width: 100%;
}
.station-audio{
	max-width: 28em;
	margin: 0 auto;
	padding: 1.125em 0;
	width: 94%;
}
.station-audio audio{
	display: block;
	width: 100%;
}
.footer{
	background: #4a4d4d;
	border-top: 2.5em solid #95b53d;
	color: #fff;
}
.footer-inner{
	padding: 1.5em 0;
}
.footer a{
	color: inherit;
}
.footer a:hover{
	opacity: 0.8;
}
.footer-content{
	font-size: 0.8em;
	line-height: 1.25;
}
.footer-contacts{
	margin-bottom: 3.2em;
}
.footer-design img{
	width: 16.5rem;
	display: block;
	margin-top: 10px;
}
.footer-design{
	margin-bottom: 3.2em;
}
.footer-financial{
	margin-bottom: 2.1em;
}
.footer-financial img{
	display: block;
	margin-top: 8px;
	width: 5.8rem;
}
.footer-copyright .divider{
	font-weight: bold;
	margin: 0 0.5em;
}
.footer-union{
	padding: 6em 0 1.25em;
}
.footer-union-image{
	padding-bottom: 3.125em;
}
.footer-union-image img{
	width: 354px;
	max-width: 100%;
}
@media only screen and (max-height: 800px){
	.wald-item{
		margin-bottom: 2.5em;
	}
	.top-section-arrow-inner{
		padding: 4em 0;
	}
}
@media only screen and (max-height: 700px){
	.top-section-arrow-inner{
		padding: 3em 0;
	}
}
@media only screen and (max-height: 650px){
	.wald-item{
		margin-bottom: 1.5em;
	}
	.top-section-arrow-inner{
		padding: 2em 0;
	}
}
@media only screen and (max-height: 550px){
	html{
		font-size: 8px;
	}
}
@media only screen and (max-height: 450px){
	.wald-item{;
		width: 12em;
	}
	.felsenkonig-item{
		width: 8em;
	}
	.top-section-arrow-inner{
		padding: 1em 0;
	}
	.scroll-arrow img{
		width: 2em;
	}
	.load-content h3{
		margin-bottom: 1em;
	}
	.load-content img{
		width: 6em;
	}
	.load-section .view-section-main{
		margin-bottom: 1.5em;
	}
}
@media only screen and (max-height: 360px){
	.view-section-inner{
		padding: 1.5em 0;
	}
	.view-section-main{
		margin-bottom: 1.5em;
	}
}
@media only screen and (max-width: 390px){
	.footer-union-image{
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media only screen and (max-width: 350px){
	.station-title{
		font-size: 2.5em;
	}
	.view-section-inner{
		padding: 1.5em 0;
	}
	.view-section-main{
		margin-bottom: 1.5em;
	}
}
@media only screen and (min-width: 320px) and (max-width : 1300px) and (orientation : landscape) {
	.station-banner img,
	.station-audio{
		max-width: 450px;
	}
}
@media only screen and (min-width: 760px) and (orientation : portrait) {
	html{
		font-size: 12px;
	}
}
@media only screen and (min-width: 1300px){
	html{
		font-size: 12px;
	}
	.wald-item{
		margin-bottom: 2.5em;
	}
	.info-content{
		padding: 2em 0;
	}
	.top-section-arrow-inner{
		padding: 2em 0;
	}
	.footer-union{
		padding-top: 4em;
	}
}