/* 
	CSS- Datei: template.css
*/

#back2result {
	display: none;
}
#adjustSpace {
	display: inline-block;
	width: 23vmin;
}
#ifSpace {
	display: none;
}

@media only screen and (min-width: 680px) {
	#adjustSpace {
	  display: none;
	}
	#ifSpace {
	  display: inline;
	}
	/* Welches Element gezeigt wird, legt ein JS fest, die definierten Breakpoints
	   entscheiden über #ifSpace, ob es überhaupt gezeigt wird. */
	#ifSpace4SearchResult {
	  display: none;
	}
	#ifSpace4ShowRoom {
	  display: inline;
	}
}
@media only screen and (min-width: 780px) {
	#ifSpace {
	  display: none;
	}
	/* 
#ifSpace4SearchResult {
	  display: none;
	}
	#ifSpace4ShowRoom {
	  display: none;
	}
 */
}
@media only screen and (min-width: 1020px) {
	#ifSpace {
		display: inline;
	}
	#ifSpace4SearchResult {
		display: none;
	}
	#ifSpace4ShowRoom {
		display: inline;
	}
}


h2 {
	color: rgb(183, 190, 207);
}

.pictureBox {
	margin: 0 0 3em 0;
	min-height: 3vmin;
}

.techResults {
	min-height: 35vmin;
}

.space4rotation {
	display: block;
	position: relative;
	width: 92vmin;
	height: 92vmin;
	margin: 0 auto;
	margin-bottom: 4vmin;
	box-shadow: 0.3vmin 0.3vmin 2vmin rgb(183, 190, 207);
	color: rgb(0, 79, 159);
}
.space4rotation:hover {
	background-color: rgb(32, 13, 0);
	color: rgb(255, 221, 0);
}

.frame4Img {
	width: 86vmin;
	height: 86vmin;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.frame4Img img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.frame4Img img.squareImg {
	width: 82%;
}
.frame4Img img.fourThird {
	width: 90%;
}
.frame4Img span {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 700;
}
.fourThird + span::after {
	content: " – [ 4:3 ]";
}

.counterClockWise {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.floatStopper1075 {
	display: none;
}
.lineYellowBottom {
	margin-top: 5em;
}

.cropIfNoSpace {
	display: none;
}

@media only screen and (min-width: 680px) {
	.cropIfNoSpace {
		display: inline;
	}
	.pictureBox {
		min-height: 8vmin;
	}
	.techResults {
		min-height: 38vmin;
	}
}

@media only screen and (min-width: 780px) {
	.pictureBox {
		min-height: 14vmin;
	}
	.techResults {
		min-height: 55vmin;
	}
}


@media only screen and (min-width: 1020px) and (orientation: landscape) {
	.pictureBox {
		margin: 0;
		position: relative;
		left: 2.0vmax;
		min-height: 4vmin;
	}
	.space4rotation {
		display: block;		
		position: relative;
		width: 30vmax;
		height: 30vmax;
		margin: 0 2vmax 2vmax 0;
		box-shadow: 0.3vmin 0.3vmin 2vmin rgb(183, 190, 207);
		float: left;
	}

	.frame4Img {
		width: 28vmax;
		height: 28vmax;
	}
	
	h2 {
		text-transform: uppercase;
		margin-bottom: 2em;
		letter-spacing: 0.15em;
	}
	h3 {
		margin-bottom: 2em;
	}
	.floatStopper1020 {
		display: block;
		clear: both;
	}
	/* 
.special1020 {
		margin-top: 33vmin;
	}
 */
	.lineYellowBottom {
		position: fixed;
		/* bottom: 3.9em; */
	}
	.cropIfNoSpace {
		display: none;
	}
	.formBox {
		width: 100%;
		padding: 1em;
		/* background-color: rgb(183, 190, 207); */
		background: linear-gradient(to right, rgb(183, 190, 207), rgba(183, 190, 207, 0.2));
		height: 4em;
		position: fixed;
		bottom: 10vmin;
		left: 0;
	}
	form {
		position: relative;
		bottom: 0;
		width: 100%;
		margin: 0 0 0 1em;
		text-align: left;
	}
	.mainContent {
	margin-bottom: 8em;
	}
}


@media only screen and (min-width: 1075px) and (orientation: landscape) {
	.lineYellowBottom {
		margin-top: 8.5em;
	}
	
	form {
		text-align: center;
		margin-left: 0;
	}
	.special1020 {
		margin-top: 0em;
	}
	.special1075 {
		margin-top: 48vmin;
	}
}


/*
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
*/