/* 
	CSS- Datei: download_infos.css
*/

.browseImgInfos {
	display: none;
}
.previous_next_line {
	margin: -0.3em 0 1.5em 0;
	position: relative;
	text-align: center;
}
.prev_next:link, .prev_next:visited {
	display: inline-block;
	width: 45%;
	color: rgb(246, 246, 246);
	background-color: rgb(183, 190, 207);
	font-weight: 700;
	border-radius: 1vmin;
	padding: 0.15em 0.5em;
}
.prev_next:hover, .prev_next:active {
	color: rgb(255, 221, 0);
	background-color: rgb(32, 13, 0);
}

.expander, .resolutionLine {
	position: relative;
	text-align: left;
	margin-bottom: 1.65em;
	border-bottom: solid 0.18vmin;
	height: 2.15em;
	overflow: hidden;
	transition: height 0.7s ease;
}
/* 
.expand {
	height: 20em;
	padding-bottom: 0.1em;
}
 */

.resolutionLine {
	border: none;
}
.pictureBox {
	margin-bottom: 0;
}
.pieceOfInfo {
	display: inline-block;
	padding-top: 0.35em;
	/* margin-top: -0.35em; */
}
.issue {
	font-weight: 700;
	min-width: 9.5em;
}
.middle {
	margin: 0;
}
.setRight {
	position: absolute;
	right: 0;
}
.liftButton {
	top: 0.2em;
}
.liftArrow {
	top: 0.07em;
}
.greyArrow {
	font-size: 150%;
	font-weight: 700;
	font-style: normal;
	color: rgb(183, 190, 207);
	margin: 0 0.17em 0 0;
	padding: 0 0.3em 0.05em 0.3em;
	background-color: rgb(246, 246, 246);
	border-radius: 50%;
	box-shadow: 0vmin 0vmin 2vmin rgb(183, 190, 207);
	cursor: pointer;
	transition: transform 0.3s ease;
}
.greyArrow:hover {
	background-color: rgb(32, 13, 0);
	color: rgb(255, 221, 0);
	box-shadow: 0vmin 0vmin 2vmin rgb(255, 221, 0);
}
.down:hover {
	transform: rotate(90deg);
}
.up:hover {
	transform: rotate(-90deg);
}
.infoLine {
	display: block;
	position: relative;
	padding-left: 1em;
	text-align: left;
}
.spaceUp1em {
	margin-top: 1em;
}
.expander dl {
	padding-left: 1em;
	padding-right: 2em;
	font-size: 95%;
}
.expander dt {
	font-variant: small-caps;
}
.expander dd {
	font-style: italic;
	margin-top: 0.15em;
	margin-bottom: 0.5em;
}
.expander dl.examples {
	margin-top: 0.0em;
}
.col1, .col2 { display: inline-block; }
.col2 {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 2em;
}
.infoText {
	font-size: 85%;
	text-align: justify;
	margin-right: 2.5em;
}
.prices {
	position: relative;
	padding-left: 1.5em;
	margin: 0.25em 1.0em 0.5em 0;
	font-size: 85%;
}
.prices span.fontBold {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
dd.codesnip {
	font-family: "courier-std", monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 70%;
	hyphens: none;
	-webkit-hyphens: none;
}
dd button.blueButton {
	display: block;
	font-size: 115%;
	margin-top: 0.35em;
}
.mwst {
	padding-top: 0;
	font-style: italic;
}
footer .leftBut, footer .rightBut {
	display: none;
}

@media only screen and (min-width: 500px) {
	.prev_next {
		width: 40%;
		font-size: 90%;
	}
	#wrapper4picture, #wrapper4infos {
		font-size: 19.2px;
		width: 480px;
		margin: 0 auto;
	}
	.frame4Img {
		width: 412.8px;
		height: 412.8px;
	}
	.space4rotation {
		width: 441.6px;
		height: 441.6px;
	}
	button {
		font-size: 19.2px;
		border-radius: 9px;
	}
	.pieceOfInfo {
		font-size: 19.2px;
	}
	.greyArrow {
		box-shadow: 0 0 7px rgb(183, 190, 207);
	}
}

@media only screen and (min-width: 560px) {
	.previous_next_line {
		display: none;
	}
	.browseImgInfos {
		display: block;
		position: absolute;
		width: 480px;
		top: 264px;
		font-size: 300%;
		font-weight: 700;
	}
	.lesserThan, .greaterThan {
		display: block;
		position: absolute;
		top: 0;
		/* cursor: pointer; */
	}
	.lesserThan {
		left: -30px;
	}
	.greaterThan {
		right: -30px;
	}
	.lesserThan:link, .greaterThan:link, .lesserThan:visited, .greaterThan:visited {
		color: rgb(183, 190, 207);
	}
	.lesserThan:hover, .greaterThan:hover, .lesserThan:active, .greaterThan:active {
		color: rgb(32, 13, 0);
	}
}

@media only screen and (min-width: 1020px) {
	.browseImgInfos {
		display: none;
	}
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 200;
		background-color: rgb(246, 246, 246);
	}
	.padBox h2 {
		position: fixed;
		top: 4em;
		left: 1em;
	}
	#wrapper4picture {
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 500px);
		height: 100%;
	}
	#wrapper4infos {
		position: absolute;
		top: 6.4em;
		right: 0;
		margin-right: 1em;
	}
	.footWrapper1020 {
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.pictureBox {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -47%);
	}
	.lineYellowBottom {
		margin: 0 0;
	}
	footer {
		padding-bottom: 0.5em;
	}
	footer .leftBut, footer .rightBut {
		display: block;
		position: absolute;
		top: 0.45em;
		font-size: 200%;
		color: rgb(246,246,246);
		background-color: rgb(183, 190, 207);
		border-radius: 50%;
		padding: 0 0.22em 0.1em 0.22em;
		line-height: 0.9em;
		box-sizing: content-box;
	}
	footer .leftBut {
		left: 1%;
	}
	footer .rightBut {
		right: 1%;
	}
	footer .leftBut:hover, footer .rightBut:hover, footer .leftBut:active, footer .rightBut:active {
		color: rgb(0, 79, 159);
		border: solid 1px rgb(246, 246, 246);
	}
}

@media only screen and (min-width: 1081px) {
	.frame4Img {
		width: 437.08px;
		height: 437.08px;
	}
	.space4rotation {
		width: 467.57px;
		height: 467.57px;
	}
}
@media only screen and (min-width: 1140px) {
	.pictureBox {
		transform: translate(-50%, -43%);
	}
}
@media only screen and (min-width: 1400px) {
	.padBox h2 {
		transform: rotate(-90deg) translate(-7.2em, -7.5em);
		font-size: 220%;
	}
	.pictureBox {
		transform: translate(-50%, -47.5%);
	}
}

/*
Die FARBEN
Blau:
0, 79, 159

Rot:
227, 6, 19

Gelb
255, 221, 0

Grau
183, 190, 207

Hellgrau
235, 233, 233

Weiß
246, 246, 246

Filmschwarz
32, 13, 0
*/