@charset "utf-8";
@font-face{
	font-family:"Uni Neue W05 Regular";
	src:url("../fonts/5504057/337b0d5d-e363-4a1e-aeff-1ec762964925.woff2") format("woff2"),
		url("../fonts/5504057/35babcda-fcd7-41c0-b63c-c3895e8043d5.woff") format("woff");
	font-display:swap;
}
@font-face{
	font-family:"Uni Neue W05 Bold";
	src:url("../fonts/6014009/78531fa5-865f-4da8-a87d-5ca985a9e69d.woff2") format("woff2"),
		url("../fonts/6014009/8d40486d-a203-48dd-af94-404b486a3162.woff") format("woff");
	font-display:swap;
}
@font-face{
	font-family:"Uni Neue W05 Light";
	src:url("../fonts/6013994/37954e74-bd7e-4f65-9667-663c8d7413fa.woff2") format("woff2"),
		url("../fonts/6013994/34cae571-dac6-4678-9107-dff5486c095b.woff") format("woff");
	font-display:swap;
}
* {
	margin:0;
	padding:0;
	font-family:'Uni Neue W05 Regular', sans-serif;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	text-decoration:none;
	font-size:14px;
	line-height:21px;
	border:none;
	outline:0;
	list-style-type:none;
}
html { 
	outline:none !important;
}
body {
	overflow-y:scroll;
	background:#CCC;
}
div.page {
	width:100%;
	margin:0 auto;
	background:#FFF;
	position:relative;
	box-shadow:-5px 5px 10px #AAA, 5px 5px 10px #AAA;
}
div.wrapper {
	margin:0 15px;
}
h1, h2 {
	font-family:'Uni Neue W05 Bold', sans-serif;
	font-size:18px;
	line-height:27px;	
}
h1 sub, h1 sup {
	font-family:'Uni Neue W05 Bold', sans-serif;
}
h3 {
	padding:5px 0 0 0;
}
h4, h4 a, h5 a {
	color:#999;	
}
p, p a {
	text-transform:lowercase;
}
p.page {
	margin:0 0 25px 0;
	padding:0 0 3px 0;
	text-transform:uppercase;
	color:#666;
	border-bottom:1px solid #1BE01A;
}
p.text {
	margin:15px 0 0 0;
}
p.px5 {
	height:5px;
}
p.px10 {
	height:10px;
}
p.px20 {
	height:20px;
}
p.clear {
	height:0;
	clear:both;
}
i.fa {
	font-size:calc(14px + (20 - 14) * ((100vw - 300px) / (900 - 300)));
	line-height:calc(21px + (30 - 21) * ((100vw - 300px) / (900 - 300)));	
	color:#1BE01A;
}
br {
	content:"";
	display:block;
	height:0;
}
img {
	max-width:100%;
	height:auto;
}
#svg_cr {
	width:calc(200px + (300 - 200) * ((100vw - 300px) / (900 - 300)));
	height:auto;
	margin:20px 0;
}
hr {
	height:1px;
	margin:20px 0;
	background:#CCC;	
}
hr.px4_green {
	height:3px;
	margin:0 0 20px 0;
	background:#1BE01A;
}
hr.green_short, hr.grey_short {
	width:30px;
	height:3px;
	margin:5px 0;
	background:#1BE01A;	
}
hr.oben {
	height:9px;
	margin:11px -15px 15px -15px;
	background:#CCC;
	border-right:15px solid #1BE01A;
}
hr.unten {
	height:0;
	margin:0;
	background:#CCC;
	border-right:40px solid #1BE01A;
}
span.green {
	color:#1BE01A;
}
a {
	color:#000;
}
a:hover {
	color:#1BE01A;
	cursor:pointer;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NAVI */

div.topnav {
  overflow:hidden;
}
div.topnav #myLinks {
	margin:0 0 5px 0;
	background:#FFF;
	display:none;
	clear:both;
}
div.topnav a.icon i.fa {
	font-size:calc(28px + (43 - 28) * ((100vw - 300px) / (930 - 300)));
	right:15px;
	top:calc(15px + (23 - 20) * ((100vw - 300px) / (930 - 300)));
	color:#999;
	display:block;
	position:absolute;
}
div.topnav a.icon i.fa:hover {
	color:#1BE01A;
}
li {
	text-transform:lowercase;
}
li a {
	color:#000;
}
li a.navi:hover, li a.navi2:hover, li a.navi4:hover {
	font-family:'Uni Neue W05 Bold', sans-serif;
	background:#1BE01A;
	color:#FFF;
}
li.title {
	padding:0 0 4px 0;
	color:#666;
	border-bottom:1px solid #1BE01A;
	text-transform:uppercase;
	clear:both;
}
li a.navi, li a.navi2, li a.navi4 {
	width:7.6667%;
	margin:0.3333%;
	font-size:14px;
	line-height:30px;
	text-align:center;
	background:#EEE;
	float:left;
	border-radius:0 20px 0 0;
}
li a.navi2 {
	width:16%;
}
li a.navi4 {
	width:32.3333%;
}
li.clear {
	height:20px;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	clear:both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ PAGES + KEYWORDS */

p.pages, p.pages_bottom, p.keywords, p.keywords_shortcuts {
	padding:15px 0 0 0;
	line-height:26px;
	text-transform:lowercase;
	color:#999;
}
p.pages_bottom {
	width:90%;
	padding:0 0 5px 0;
	float:left;	
}
p.keywords, p.keywords_shortcuts {
	padding:0 0 5px 0;
}
p.keywords_shortcuts {
	padding:15px 0 25px 0;
}
p.pages a:hover, p.pages a:hover i, p.keywords a:hover, p.keywords_shortcuts a:hover, p.up a:hover {
	color:#1BE01A;
}
span.pages_green, span.keywords_green {
	font-family:'Uni Neue W05 Bold', sans-serif;
	color:#1BE01A;
	border-bottom:3px solid #1BE01A;
}
p.up a {
	font-family:'Uni Neue W05 Bold', sans-serif;
	margin:0 5px 0 0;
	text-align:right;
	font-size:18px;
	color:#999;
	float:right;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ GALLERY */

p.number {
	float:left;		
}
p.number i.fa {
	color:#999;	
	font-size:16px;
	line-height:16px;	
}
p.desc, p.desc2 {
	padding:0 0 0 30px;
	text-transform:uppercase;
}
p.desc2, p sub, p sup {
	color:#999;
}
p.meta {
	padding:0 0 0 30px;
	color:#999;
	text-transform:none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ VIDEO */

div.video_player {
	width:100%;
	height:0;
	margin:0 0 10px 0;
	padding:0 0 56.25% 1px; /*Default for 900x506,25 videos 16:9 ratio*/
	position:relative;
}
div.video_player object {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ SEARCH FORMULAR */

form.pages {
	width:49.3334%;
	margin:0.3333%;
	font-size:14px;
	line-height:30px;
	background:#E9FCE9;
	border-radius:0 20px 0 0;
}
input.searchfield {
	width:90%;
	font-size:14px;
	text-align:center;
	text-transform:lowercase;
	background:transparent;
	color:#000;
}
input.searchbutton, input.searchbuttonover {
	background:transparent;
	color:#999;	
	font-family:FontAwesome;
	font-size:16px;
	cursor:pointer;
}
input.searchbuttonover {
	color:#1BE01A;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ SEARCH + PICTURES OF THE DAY */

img.today {
	width:100%;
	object-fit:contain;
}
div.flexbox {
	max-width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:flex-start;
	gap:0.5%;
}
div.fb {
	flex-basis:12%;
}
div.line-break {
	width:100%;
}
p.search {
	margin:2px 0 5px 0;
	text-align:center;
	color:#999;
}
a:hover p.search {
	color:#1BE01A;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ SITEMAP */

img.sitemap {
	max-width:100%;
	height:auto;
	float:left;
}
p.desc_sitemap, p.desc2_sitemap, p.desc_videos {
	padding:0 0 0 170px;
	text-transform:uppercase;
}
p.desc2_sitemap {
	color:#999;
	text-transform:none;
}
p.desc_videos {
	color:#999;
	text-transform:lowercase;	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ FOOTER */

footer {
	margin:15px -15px 0 -15px;
	padding:10px 0 13px 0;
	border-top:3px solid #1BE01A;
	background:#EEE;
}
footer p, footer p a, footer p i.fa {
	line-height:28px;
}
footer p i.fa {
	font-size:12px;
	color:#666;
}
a:hover i.fa {
	color:#1BE01A;
}
p.center {
	text-align:center;
}
p.left {
	padding:0 0 0 15px;
	text-align:left;
}
p.right {
	padding:0 15px 0 0;
	text-align:right;
}
div.footer_left {
	width:50%;
	float:left;
}
div.footer_right {
	width:50%;
	float:left;
}
div.footer_middle {
	margin:15px 0;
	padding:15px 0 10px 0;
	background:#FFF;
}
#svg_the_eye_footer {
	width:calc(50% + (75 - 50) * ((100vw - 300px) / (900 - 450)));
	height:auto;
	margin:0 0 -3px 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ cr-portfolio.de */

#svg_the_eye, img.cr {
	width:calc(200px + (450 - 200) * ((100vw - 300px) / (900 - 300)));
	height:auto;
	outline:none;
}
p.text_cr {
	width:calc(200px + (450 - 200) * ((100vw - 300px) / (900 - 300)));
	margin:15px 0 0 0;
	text-align:justify;
}

/************************************************************************************************ > px900 */

@media screen and (min-width:931px) {

	#svg_cr {
		width:310px;
	}
	div.topnav a.icon i.fa {
		font-size:42px;
		top:20px;
	}
	#svg_the_eye, img.cr, p.text_cr, #svg_the_eye_footer {
		width:50%;
	}
	h1.ontheweb {
		font-size:24px;
		line-height:36px;	
	}
}

/************************************************************************************************** px900 */

@media screen and (min-width:930px) {
	
	div.page {
		width:930px;
	}
}

/************************************************************************************************** px600 */

@media screen and (min-width:650px) and (max-width:929px) {
	
	div.page {
		box-shadow:none;
	}
	div.wrapper {
		margin:0 10px;
	}
	hr.oben {
		margin:11px -10px 15px -10px;
	}
	div.topnav a.icon i.fa {
		right:10px;
	}
	div.fb {
		flex-basis:16.16666%;
	}
	footer {
		margin:15px -10px 0 -10px;
	}
}

/************************************************************************************************** px450 */

@media screen and (min-width:450px) and (max-width:649px) {
	
	* {
		font-size:12px;
		line-height:18px;
	}
	div.page {
		box-shadow:none;
	}
	div.wrapper {
		margin:0 10px;
	}
	h1, h2 {
		font-size:14px;
		line-height:21px;
	}
	p.meta {
		display:none;
	}
	hr.oben {
		margin:11px -10px 15px -10px;
	}
	div.topnav a.icon i.fa {
		right:10px;
	}
	li a.navi {
		width:11.8334%;
	}
	li a.navi2 {
		width:24.3334%;
	}
	li a.navi4 {
		width:48.6667%;
	}
	form.pages {
		width:99.3334%;
	}
	div.fb {
		flex-basis:24.5%;
	}
	footer {
		margin:15px -10px 0 -10px;
	}
}

/************************************************************************************************** px300 */

@media screen and (min-width:300px) and (max-width:449px) {

	* {
		font-size:12px;
		line-height:18px;
	}
	div.page {
		box-shadow:none;
	}
	div.wrapper {
		margin:0 10px;
	}
	h1, h2 {
		font-size:14px;
		line-height:21px;
	}
	p.meta {
		display:none;
	}
	p.number i.fa {
		font-size:12px;
		line-height:12px;	
	}
	hr.oben {
		margin:11px -10px 15px -10px;
	}
	#svg_cr, #svg_on_the_web {
		margin:15px 0;
	}
	div.topnav a.icon i.fa {
		right:10px;
	}
	li a.navi {
		width:16%;
	}
	li a.navi2 {
		width:32.6667%;
	}
	li a.navi4 {
		width:65%;
	}
	form.pages {
		width:99.3334%;
	}
	div.flexbox {
		gap:1%;
	}
	div.fb {
		flex-basis:24%;
	}
	footer {
		margin:15px -10px 0 -10px;
	}
	footer p, footer p a {
		line-height:30px;
	}
	#svg_the_eye, img.cr, p.text_cr {
		width:100%;
	}
	#svg_the_eye_footer {
		width:calc(100% - 30px);
	}
}

/************************************************************************************************** px000 */

@media screen and (min-width:0px) and (max-width:299px) {

	* {
		font-size:12px;
		line-height:18px;
	}
	div.page {
		box-shadow:none;
	}
	div.wrapper {
		margin:0 10px;
	}
	h1, h2, i.fa {
		font-size:14px;
		line-height:21px;
	}	
	p.meta {
		display:none;
	}
	p.number i.fa {
		font-size:12px;
		line-height:12px;	
	}
	hr.oben {
		margin:11px -10px 15px -10px;
	}	
	#svg_cr, #svg_on_the_web {
		width:100%;
		margin:15px 0;
	}	
	div.topnav a.icon i.fa {
		right:10px;
	}
	li a.navi {
		width:16%;
	}
	li a.navi2 {
		width:32.6667%;
	}
	li a.navi4 {
		width:65%;
	}
	form.pages {
		width:99.3334%;
	}
	div.flexbox {
		gap:1%;
	}
	div.fb {
		flex-basis:24%;
	}
	footer {
		margin:15px -10px 0 -10px;
	}
	footer p, footer p a {
		line-height:30px;
	}
	#svg_the_eye, img.cr, p.text_cr {
		width:100%;
	}
	#svg_the_eye_footer {
		width:calc(100% - 30px);
	}
}