@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('_fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('_fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('_fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: 
       url('_fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('_fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('_fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('_fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}



/* -------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
img { border:0;border-style: none;}
html, body {
	margin:0;
	padding:0;
	height:100%;

	font-family: 'Source Sans Pro', sans-serif;

	text-decoration: none;
	font-weight:400;
	color:#000000;

	font-size:17px;
	line-height:22px;
	
	
	
	letter-spacing:0px;
}
body {
	background-color:#f0f0f0;
}
.ku {
	white-space:nowrap;
}
.abstand {
	position:relative;
	height:0px;
	margin-top:0px;
}
.foto_breit {
	width:100%;
	height:auto;
	border-radius:10px;
	overflow:hidden;
}
input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}
.hor {
	position:relative;
	
	margin-left:12%;
	margin-right:12%;
}
@media all and (max-width:1500px) {
	.hor {
		margin-left:7%;
		margin-right:7%;
	}
}
@media all and (max-width:1250px) {
	.hor {
		margin-left:3%;
		margin-right:3%;
	}
}
@media all and (max-width:980px) {
	.hor {
		margin-left:16px;
		margin-right:16px;
	}
}
@media all and (max-width:450px) {
	.hor {
		margin-left:10px;
		margin-right:10px;
	}
}
/* -------------------------------------------------- */
.inhalt {
	position:relative;
}
/* -------------------------------------------------- */
#oben_abstand {
	position:relative;
	height:170px;
}
#oben {
	position:fixed;
	left:0px;
	width:100%;
	height:170px;
	z-index:50009;
	background-color:#f0f0f0;
}
#logo {
	position:relative;
	left:0px;
	top:0px;
	max-width:300px;
	width:70%;
	z-index:50030;

}
#logob {
	position:relative;
	opacity:1;
	top:10px;
}
#logob img {
	width:100%;
	height:auto;
}
#logoa {
	position:absolute;
	left:25px;
	top:15px;
	height:100%;
	width:100px;
	overflow:hidden;
	background-image:url(grafik/kugel.png);
	background-position:50%, 50%;
	background-size:98% 98%;
    background-repeat:no-repeat;
	opacity:0;
	
	transform:scale(0.2);
}
#logoa img {
	position:absolute;
	left:-900px;
	height:100%;
	width:auto;
}
@media all and (max-width:980px) {
	#oben {
		position:relative;
		height:auto;
		padding-bottom:20px;
	}
	#oben_abstand {
		display:none;
	}
}
/* -------------------------------------------------- */
#menuesymbol {
	position:fixed;
	right:10px;
	top:10px;
	width:50px;
	height:43px;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url(grafik/menuesymbol.png?v=1);
	cursor:pointer;
	display:none;
	z-index:50098;
	overflow:hidden;
	border-radius:10px;
}

@media all and (max-width:980px) {
	#menue,#umenue {
		display:none;
	}
	#menuesymbol {
		display:block;
	}
}
/* -------------------------------------------------- */
#menue {
	position:absolute;
	right:0px;
	width:100%;
	text-align:right;
	top:40px;
	font-size:17px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#menue img {
	width:34px;
	height:auto;
	transform:translate(0px,4px);
	margin-left:20px;
}
.menue,.menue_aktiv {
	color:#000000;
	text-decoration:none;
	margin-left:18px;
	margin-right:18px;
	font-weight:400;
	line-height:26px;
	display:inline-block;
	border-bottom:1px solid transparent;
}
.menue:hover {
	border-bottom:1px solid #c72028;
	color:#000000;
}
.menue_aktiv {
	border-bottom:1px solid #c72028;
}
/* -------------------------------------------------- */
#umenue {
	position:absolute;
	top:82px;
	right:0px;
	font-size:14px;
	line-height:28px;
	background-color:#ffffff;
	
	text-transform:uppercase;
	letter-spacing:0.5px;

}
.umenue,.umenue_aktiv {
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;

	font-weight:400;
	
	
	line-height:28px;
	padding-left:12px;
	padding-right:12px;

}
.umenue:hover {
	background-color:#e0e0e0;
}
.umenue_aktiv {
	background-color:#e0e0e0;
}
/* -------------------------------------------------- */
#unten {
	position:fixed;
	bottom:10px;
	width:100%;
	font-size:12px;
	line-height:16px;
	
	
}
#unten p {
	max-height:20000px;
}
#unten_rechts {
	position:absolute;
	top:0px;
	right:0px;
}
#unten_rechts span {
	position:relative;
	top:auto;
	right:auto;

	opacity:0.5;
}
#unten a {
	text-decoration:none;
	color:#000000;
	margin-left:25px;
}
#unten a:hover {
	text-decoration:underline;
}
@media all and (max-width:530px) {
	#unten p span {
		display:none;
	}
}
/* -------------------------------------------------- */
#logos {
	position:absolute;
	right:0px;
	width:181px;
	height:90px;
	overflow:hidden;

left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#logosinhalt {
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
}
.logoeintrag {
	position:absolute;
	left:0px;
	top:0px;
}

/* -------------------------------------------------- */
/* -------------------------------------------------- */
#vs {
	position:relative;
}
.vs {
	position:relative;
	width:22.7%;
	margin-right:3%;
	line-height:0px;
	float:left;
	
	transition: all 0.4s ease-in-out;
	transform: scale(1);
}
.vs div {
	position:relative;
	background-image:url(grafik/dummy1.jpg);
	background-size:100% 100%;
    background-repeat:no-repeat;
	border-radius:10px;
	overflow:hidden;
}
.vs div img {
	width:100%;
	height:auto;
}
.vs p {
	opacity:0;
	line-height:21px;
	padding-top:3px;
}
.vs p span {
	display:inline-block;
	color:#808080;
	font-size:10px;
	padding-left:4px;
	white-space:nowrap;
	transform:translate(0px,-5px);
}
.vs a {
	text-decoration:none;
	color:#000000;
}
.vs:nth-child(4n) {
	margin-right:0px;
}
@media all and (max-width:980px) {
	.vs:nth-child(4n) {
		margin-right:3%;
	}
	.vs {
		width:48.5%;
		margin-right:3%;
	}
	.vs:nth-child(2n) {
		margin-right:0%;
	}
}
@media all and (max-width:540px) {
	.vs:nth-child(2n) {
		margin-right:0%;
	}
	.vs {
		width:100%;
		margin-right:0%;
	}
	.vs:nth-child(2n) {
		margin-right:0%;
	}
}
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* -------------------------------------------------- */
#video25 {
	position:relative;
	height:200px;
	overflow:hidden;
	z-index:50000;
	line-height:0px;
	background-color:#f0f0f0;
}
#video25_controls {
	position:absolute;
	right:15px;
	top:13px;
}
#video25_controls img {
	width:35px;
	height:35px;
	cursor:pointer;
}
@media all and (max-width:980px) {
	#video25_controls {
		right:auto;
		left:0px;
	}
}

#video25_progressSlider {
	width: 100%;
	margin-top: 2px;
	position:absolute;
	top:10px;
	left:1%;
	width:98%;
	height:2px;
	outline: none;
	opacity: 0.4;
	border: none;
	border-radius: 2px;
	appearance: none;
	transition: opacity .2s;
	display:none;
}
#video25_progressSlider:hover {
	opacity: 1;
}
#video25_vid {
	position:absolute;
	width:100%;
	opacity:0;
}
#video25_logohgx {
	position:fixed;
	left:0px;
	top:0px;
	width:350px;
	height:160px;
	top:40px;
	height:90px;
	background-image:url(grafik/weiss80.png);
    background-repeat:repeat;

}
/* -------------------------------------------------- */
#strich_oben {
	position:relative;
	height:2px;
	background-color:#c72028;
	opacity:0;
}
#strich_ganzoben {
	position:absolute;
	width:100%;
	height:2px;
	background-color:#c72028;
	opacity:0;
	display:none;
}
@media all and (max-width:980px) {
	#strich_ganzoben {
		display:block;
	}
}
/* -------------------------------------------------- */
.layout1 {
	position:relative;
}
.layout1 h1 {
	font-weight:400;
	font-size:25px;
	line-height:28px;
	color:#c72028;
	color:#000000;
	margin-bottom:10px;
	
	
	
	text-transform:uppercase;
	letter-spacing:1px;
	
	
	text-align:center;

}
.layout1 h1 span {
	display:inline-block;
	background-color:#ffffff;
	border-top:1px solid #c72028;
	border-bottom:1px solid #c72028;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;


	padding-top:5px;
	padding-bottom:5px;
	padding-left:8%;		
	padding-right:8%;
}
.layout1 h1 span span {
	display:inline;
	border:0px;
	color:#808080;
	font-size:12px;
	padding:0px;
	padding-left:4px;
	white-space:nowrap;
	transform:translate(0px,-6px);
}

.layout1 h2 {
	font-weight:600;
	font-size:20px;
	line-height:24px;
	color:#c72028;
	color:#000000;
	margin-bottom:6px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.layout1 h2 span {
	border-bottom:1px solid #c72028;
}

.layout1 a {
	font-weight:600;
	color:#c72028;
	color:#000000;
	text-decoration:none;
}
.layout1 a span {
	border-bottom:1px solid #a0a0a0;
}
.layout1 a:hover > span {
	border-bottom:1px solid #c72028;
	color:#c72028;
}
.text1 {
	margin-left:15%;
	margin-right:15%;
}
.text2 {
	margin-right:210px;
}
@media all and (max-width:940px) {
	.text1 {
		margin-left:0%;
		margin-right:0%;
	}
}
@media all and (max-width:360px) {
	.layout1 h1 {
		font-size:21px;
		line-height:25px;
	}
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#gmenue {
	position:fixed;
	right:0px;
	top:10px;
	width:260px;
	max-width:100%;
	height:100%;
	font-size: 20px;
	line-height:30px;
	background-color:#ffffff;

	
	box-shadow: 0px 0px 10px #606060;
	display:none;
	z-index:50099;
}
#gmenue_abstand {
	position:relative;
	height:20px;
	min-height:0px;
}
#gmenue_inhalt {
	position:relative;
	height:100%;
	overflow:auto;
}
#gmenue_inhalt1 {
	position:relative;
	margin:0 auto;
	width:90%;

	padding-bottom:20px;
}
#gmenue_x {
	position:relative;
	float:right;
	width:20px;
	height:20px;
	margin-bottom:6px;
}
#gmenue_x img {
	width:100%;
	height:100%;
}
#gmenue_x img:hover {
	opacity:0.5;
}
#gmenue p {
	color:#000000;
	font-weight:600;
	margin-bottom:10px;
	margin-top:20px;
}
#gmenue_flagge {
	display:block;
	margin-top:20px;
	position:relative;
	margin-left:21px;
	text-decoration:none;
	color:#000000;
}
#gmenue_flagge img {
	width:30px;
	height:auto;
	padding-right:5px;
	font-size:smaller;
	transform:translate(0px,3px);
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.gmenue0,.gmenue0_aktiv {
	display:block;
	margin-right:20px;
	text-transform: uppercase;
	color:#000000;
	text-decoration:none;
}
.gmenue0:hover,.gmenue0_aktiv:hover {
	text-decoration:underline;
}
.gmenue0_aktiv {
	font-weight:600;
}
.gmenue_strich {
	position:relative;
	height:1px;
	background-color:#404040;
	margin-top:4px;
	margin-bottom:10px;
}
.gmenue_strich2 {
	position:relative;
	height:0px;
	border-top:1px dotted #404040;

}
/* -------------------------------------------------- */
.gmenue_wrapper {
	margin-left:18px;
	padding-top:0px;
	padding-bottom:16px;
	opacity:0;
	overflow:hidden;
	display:none;
}

.gmenue1,.gmenue1_aktiv {
	position:relative;
	display:block;
	left:0px;
	padding-left:20px;
	padding-right:2px;
	line-height:44px;

	background-repeat:no-repeat;
	background-size:12px 12px;
	background-position:0px 15px;
	
}
.gmenue1_aktiv {
	font-weight:600;
}
.gmenue2,.gmenue2_aktiv {
	display:block;
	line-height:35px;
	padding-left:2px;
	padding-right:2px;
}
.gmenue2_aktiv {
	font-weight:600;
}

/* -------------------------------------------------- */
.gmenue1,.gmenue1_aktiv {
	text-decoration:none;
	color:#000000;
}
.gmenue1:hover,.gmenue1_aktiv:hover {
	background-color:#f0f0f0;
}


.gmenue2,.gmenue2_aktiv {
	text-decoration:none;
	color:#000000;
	font-size:17px;
	padding-left:20px;
}
.gmenue2:hover,.gmenue2_aktiv:hover {
	background-color:#f0f0f0;
	color:#000000;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
.highl {
	position:relative;
	background-color:#ffffff;


	margin-bottom:70px;
	
	line-height:0px;
	
	border-top:1px solid #c72028;
	border-bottom:1px solid #c72028;
	padding-top:40px;
	padding-bottom:40px;
}
.highl2 {
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:70px;
	
	line-height:0px;
	
	
}
.highl2 img {
	width:100%;
	height:auto;
	border-radius:10px;
}
.highl h2 {
	font-size:20px;
	line-height:23px;
	color:#505050;
	padding-bottom:6px;
	text-align:center;
}
.highl p {
	font-size:17px;
	line-height:15px;
	color:#505050;
	text-align:center;
	margin-bottom:15px;
}

.highl a {
	display:inline-block;
	margin-top:12px;
	font-weight:400;
	font-size:22px;
	line-height:25px;
	color:#c72028;
	color:#000000;
	text-transform:uppercase;
	letter-spacing:3px;
	text-decoration:none;
	margin-bottom:15px;
}
.highl a span {
	border-bottom:1px transparent;
}
.highl a:hover > span {
	border-bottom:1px solid #c72028;
}

.highl_navi {
	position:relative;
	height:1px;
	margin-top:-61px;
	margin-bottom:55px;
	line-height:0px;

}


/* -------------------------------------------------- */
.hslide {
	position:relative;
	line-height:0px;
	overflow:hidden;
	height:20vw;
	min-height:250px;
}
@media all and (max-width:540px) {

}

.hslide_scroll {
	position:absolute;
	left:100%;
	top:0px;
	width:30000px;
	height:100%;
}
.hslide_scroll img {
	height:100%;
	width:auto;
	border-right:1.5vw solid transparent;


}
.hslide_pfeil_rechts {
	
}
.hslide_pfeil_links {
	
}

.hslide_pfeil_rechts1 {
	position:absolute;
	right:12px;
	width:40px;
	height:40px;
	top:0px;
	background-image: url(grafik/slide_pfeil_rechts.png);
	background-repeat:no-repeat;
	background-size:auto 100%;

	cursor:pointer;
}
.hslide_pfeil_links1 {
	position:absolute;
	left:12px;
	width:40px;
	height:40px;
	top:0px;
	background-image: url(grafik/slide_pfeil_links.png);
	background-repeat:no-repeat;
	background-size:auto 100%;

	cursor:pointer;
	visibility:hidden;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */

.details_wrapper {
	position:relative;
	line-height:0px;
	padding-top:2%;
}

.details_links {
	position:relative;
	width:49%;
	margin-right:2%;
	float:left;
}
.details_rechts {
	position:relative;
	float:left;
	width:49%;
	margin-top:0%;
}
.details_img,.details_img1 {
	width:100%;
	border-radius:10px;
	margin-bottom:4%;
	

}
.video1 {
	position:relative;
	width:100%;
	height:100px;
	border-radius:10px;
	margin-bottom:4%;
	overflow:hidden;
}
.video1b {
	border-right:1.5vw solid transparent;
	height:100% !important;

	display:inline !important;
	position:relative !important;

	border-radius:0px !important;
	margin-bottom:0px !important;
	width:200px !important;
}
.video1b video {
	position:relative !important;
	display:inline-block !important;

}

.video1 video {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}
.video1_controls {
	position:absolute;
	left:10px;
	bottom:0px;
}
.video1b .video1_controls {
	bottom:10px;
}
.video1_controls img {
	width:40px;
	height:auto;
	cursor:pointer;
	border-right:0px !important;
}
@media all and (max-width:1200px) {
	.details_wrapper {
		max-width:700px;
		margin-left:auto;
		margin-right:auto;
	}
	.details_links,.details_rechts {
		width:100%;
		margin-right:0px;
		float:none;
	}
}
/* -------------------------------------------------- */
.vs h3 {
	position:absolute;
	top:-10px;
	right:-5px;
	background-color:#c72028;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	font-size:20px;
	line-height:25px;
	padding-left:8px;
	padding-right:8px;
	transform:rotate(9deg);
}
#details_sold {
	position:absolute;
	top:-40px;
	right:-5px;
	background-color:#c72028;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	font-size:40px;
	line-height:50px;
	padding-left:20px;
	padding-right:20px;
	transform:rotate(9deg);
	z-index:50010;
}
.details1 {
	position:relative;
	background-color:#ffffff;
	color:#000000;
	margin-bottom:4%;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	line-height:22px;
	padding:10px;
	text-align:center;
	padding-top:20px;
	padding-left:10%;
}
.link_mail,.link_pdf,.link_dummy,.link_link {
	background-image: url(grafik/mail.png);
	background-repeat:no-repeat;
	background-size:35px auto;
	background-position:10px 50%;
	
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	color:#000000;
	margin-left:30px;
	margin-right:30px;
	white-space:nowrap;
	display:inline-block;
	width:100px;
	
	margin-bottom:10px;
	padding:10px;
	padding-left:55px;
	text-align:left;
	border-radius:0px;
	
	position:relative;
	float:left;
}
.link_pdf {
	background-image: url(grafik/pdf.png);
}
.link_link {
	background-image: url(grafik/link.png);
}
.link_dummy {
	visibility:hidden;
}
.link_mail:hover,.link_pdf:hover,.link_dummy:hover,.link_link:hover {
	background-color:#e0e0e0;
}
/* -------------------------------------------------- */
/* -------------------------------------------------- */
#fullscreen {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000000;
	z-index:99990;
	display:none;
}
#fullscreen_navi {
	position:absolute;
	left:0px;
	width:100%;
	height:100px;
	margin-bottom:55px;
	line-height:0px;
	z-index:99999;

	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#fullscreen_x {
	position:fixed;
	right:0px;
	top:0px;
	width:50px;
	height:50px;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url(grafik/vollbild_x.png);
	cursor:pointer;
	opacity:0.6
}
#fullscreen_x:hover {
	opacity:1;
}
.vollbild_pfeil_rechts1 {
	position:absolute;
	right:0px;
	width:100px;
	height:100px;
	top:0px;
	background-image: url(grafik/vollbild_pfeil_rechts.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	opacity:0.6;
	cursor:pointer;
}
.vollbild_pfeil_rechts1:hover {
	opacity:1;
}
.vollbild_pfeil_links1 {
	position:absolute;
	left:0px;
	width:100px;
	height:100px;
	top:0px;
	background-image: url(grafik/vollbild_pfeil_links.png);
	background-repeat:no-repeat;
	background-size:auto 100%;
	opacity:0.6;
	cursor:pointer;
}
.vollbild_pfeil_links1:hover {
	opacity:1;
}
@media all and (max-width:1200px) {
	#fullscreen_navi {
		height:50px;
	}
	.vollbild_pfeil_links1,.vollbild_pfeil_rechts1 {
		width:50px;
		height:50px;
	}
}
/* -------------------------------------------------- */
.zusatzkugel {
	overflow:hidden;
	background-image:url(grafik/kugel.png);
	background-position:50%, 50%;
	background-size:98% 98%;
    background-repeat:no-repeat;
	opacity:1;
}
.zusatzkugel img {
	position:absolute;
	left:-900px;
	height:100%;
	width:auto;
}
/* -------------------------------------------------- */
.erde1 {
	position:absolute;
	
	height:9vw;
	width:9vw;
	
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.erde1_hg {
	position:absolute;
	
	height:10.8vw;
	width:10.8vw;
	
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
	opacity:0.2;

}
.erde1_hg img {
	width:100%;
	height:100%;
}
@media all and (max-width:900px) {
	.erde1 {
		display:none;
	}
}
/* -------------------------------------------------- */
#erde2 {
	position:absolute;
	
	height:4.5vw;
	width:4.5vw;
	
	left:1vw;
	top:1vw;
}
#erde2_hg {
	position:absolute;
	
	height:5.4vw;
	width:5.4vw;
	
	left:0.5vw;
	top:0.5vw;
	
	opacity:0.05;

}
#erde2_hg img {
	width:100%;
	height:100%;
}
@media all and (max-width:900px) {
	#erde2 {
		display:none;
	}
}
/* -------------------------------------------------- */
.impr1 {
	position:relative;
	margin-top:-260px;
	display:block;
	width:260px;
	height:auto;
	border-radius:10px;
	overflow:hidden;
	margin-left:auto;
}
@media all and (max-width:1150px) {
	.impr1 {
		margin-top:-160px;
		width:160px;
	}
}
@media all and (max-width:850px) {
	.impr1 {
		margin-right:auto;
		margin-top:50px;
		width:100%;
		max-width:250px;
	}
}