/*	Popup	---------------------------------------------------------------------------------------------------- */

section#popup  {
	width:100%;
	padding:0 20px;
	text-align: center;
}
.popup {
	position:fixed;
	display: none;
	width:auto;
	height:auto;
	max-width: 600px;
	max-height:85vh;
	top:10vh;
	bottom:auto;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.9);
	margin:0 auto;
	padding:10px;
	text-align: center;
	border:0.5px solid #999;
	overflow:hidden;
	font-size: 4em;
	color:#999;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index: 9999;
}
#download:target .popup {
	display: block;
}
.popup.complete {
	position:relative;
	display:block;
	top:auto;
	left:auto;
	right:auto;
	max-height:auto;
	margin:30px auto;
	background-color:#FFF;
	font-size: 4em;
}
.popup img,
.popup.complete img {
	width: 100%;
	max-width:400px;
	min-width:240px;
	height:auto;
	border-top: 0.5px solid #CCC;
}
.popup p,
.popup.complete p {
	max-width:400px;
	font-size: 0.25em;
	color:#666;
	text-align: center;
	padding: 0 0 20px;
	margin: 0 auto;
	border-bottom: 0.5px solid #CCC;
}
.popup p.center {
	border-bottom: none;
}
.popup img, .popup i {
	padding: 30px 0;
	margin: 0 auto;
}

.spinner {
  margin: 30px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #999;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/****************************************************************************************************/


@media only screen and (max-width: 1280px) {


}

/****************************************************************************************************/

@media only screen and (max-width: 1024px) {


.popup p {
	font-size: 0.225em;
}
.popup i {
	font-size: 0.75em;
}

}


/****************************************************************************************************/


@media only screen and (max-width: 640px) {

.popup {
	max-width: 90vw;
	max-height:90vh;
	top:5vh;
}
.popup p {
	font-size: 0.2em;
	padding: 0 0 10px;
}
.popup i {
	font-size: 0.625em;
}

}


/****************************************************************************************************/

@media only screen and (max-height: 800px) {

.popup {
	max-height:90vh;
	top:5vh;
}
.popup img {
	max-width:300px;
}
.popup p {
	font-size: 0.2em;
	padding: 0 0 10px;
}
.popup i {
	font-size: 0.625em;
}
.popup img, .popup i {
	padding: 10px 0;
}

}



/*
Farben
Blau1 = #82BBE9
Blau2 = #4C9ED3
Blau3 = #3085BB 90%=#4491C2 75%=#64A4CC 25%=#CBE0EE 16%=#DEEBF4 8%=#EFF5FA 5%=#F4F9FC
Blau4 = #0C6A9E
Blau5 = #10547E
Blau6 = #00324C
Blau7 = #001426
Grünblau1 = #9DCBD1
Grünblau2 = #6DB5BA
Grünblau3 = #53AAA7
Grünblau4 = #2C8B8D
Grünblau5 = #007871
Grünblau6 = #005346
Grünblau7 = #002F26
*/