    
<style>
.vr-timeline {
	width:100%;
	position:relative;
}
.vr-timeline .vr-arrow {
	position:absolute;
	z-index:10;
	width:0;
	height:100%;
	border-right:3px dashed #555;
	margin-left:5.5%;
}
.vr-timeline .vr-arrow:after {
	bottom:100%;
	left:1px;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(0, 0, 0, 0);
	border-bottom-color:#555;
	border-width:10px;
	margin-left:-10px;
}
.vr-timeline .vr-content {
	position:relative;
	z-index:11;
}
.vr-timeline .vr-mission {
	padding-top:120px;
}
.vr-timeline .vr-mission-date {
	display:table;
	float:left;
	height:50px;
	width:11%;
	font-size:20px;
	background-color:#fff;
	color:#263487;
	text-align:center;
	margin-right:2%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border:1px solid #ccc;
}
.vr-timeline .vr-mission-date .padd {
	display:table-cell;
	vertical-align:middle;
	padding:0 20px;
}
.vr-timeline .vr-mission-title {
	display:table;
	float:left;
	height:65px;
	width:30%;
	background-color:#ffffff;
	border: 1px solid #ccc;
	text-align:left;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	padding:10px;
}
.vr-timeline .vr-mission-title p {
	font-size:15px !important;
	line-height:1.3 !important;
}
.vr-timeline .vr-mission-title a {
	opacity:.6;
}
.vr-timeline .vr-mission-title a:hover {
	opacity:1;
}
.vr-timeline .vr-mission-title a img {
	width:20px; padding-top: 5px;
}
.vr-timeline .vr-mission-title .padd {
	display:table-cell;
	vertical-align:middle;
	padding:0 10px;
}
.vr-timeline .vr-mission-title h4 {
	color:#263487;
}

    
.vr-timeline .vr-companies {
	margin-left:20%;
	border-left:2px solid #CCC;
}
.vr-timeline .vr-companies:after {
	content:" ";
	height:84px;
	width:2px;
	background-color:#CCC;
	position:absolute;
	pointer-events:none;
	left:20%;
}
.vr-timeline .vr-company {
	display:table;
	float:left;
	height:65px;
	width:30%;
	margin-left:6.1%;
	margin-top:25px;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border: 1px solid #CCC;
	background-color:#ffffff;
}
.vr-timeline .vr-company .vr-titlebar {
	display: table;
    width: 100%;
	border-top: 1px solid #CCC;
	background:#fff;
}
.vr-timeline .vr-company .vr-titlebar h6 {
	display:table-cell;
	text-align:left;
	padding: 5px 10px 6px 10px;
	/*font-weight:bold;*/
	color:#767a8d !important;
	letter-spacing:normal !important;
	font-size:16px !important;
}
.vr-timeline .vr-company .vr-titlebar a {
	display:table-cell;
	border-left:1px solid #CCC;
	opacity:.6;
	width:35px;
}
.vr-timeline .vr-company .vr-titlebar a:hover {
	opacity:1;
}
.vr-timeline .vr-company .vr-titlebar a img {
	width:20px;
}
.vr-timeline .vr-company:before {
	content:" ";
	height:2px;
	width:5%;
	background-color:#CCC;
	position:absolute;
	pointer-events:none;
	margin-top: 58px;
    left: 20%;
}
.vr-timeline .vr-company .padd {
	display:table-cell;
	vertical-align:middle;
	padding:0 20px;
}
.vr-timeline .vr-projects {
	float:left;
	width:30%;
	margin-top:25px;
	margin-left:2%;
}
.vr-timeline .vr-project {
	display:table;
	width:100%;
	margin-top:25px;
	background-color:#263487;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
}
.vr-timeline .vr-project:first-child {
	margin-top:0;
}
.vr-timeline .vr-project .vr-titlebar {
	display: table;
    width: 100%;
}
.vr-timeline .vr-project .vr-titlebar h6 {
	display:table-cell;
	text-align:left;
	padding: 6px 10px 5px 10px;
	/*font-weight:bold;*/
	color:#ffffff !important;
	letter-spacing:normal !important;
	font-size:16px !important;
}
.vr-timeline .vr-project .vr-titlebar a {
	display:table-cell;
	border-left:1px solid #FFF;
	opacity:.6;
	width:35px;
	background:#fff;
}
.vr-timeline .vr-project .vr-titlebar a:hover {
	opacity:1;
}
.vr-timeline .vr-project .vr-titlebar a img {
	width:20px;
}


.vr-timeline .vr-popup {
	display:none;
	position:absolute;
	width:23%;
	right:0;
	top:0;
	min-height:66px;
	border:1px solid #CCC;
	background-color:#FFF;
	text-align:left;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	z-index:11;
}
.vr-timeline .vr-popup .close {
	position:absolute;
	right:5px;
	top:5px;
}
.vr-timeline .vr-popup .close:after {
	display:block;
	content:"x";
	display: block;
    content: "x";
    width: 25px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 5px;
    background-color: #FFF;
    border: 1px solid #555;
    border-radius: 3px;
}
.vr-timeline .vr-popup .padd {
	padding:15px;
}
.vr-timeline .vr-popup:after, .vr-timeline .vr-popup:before {
	right:100%;
	top:16px;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}
.vr-timeline .vr-popup:after {
	border-color:rgba(255, 255, 255, 0);
	border-right-color:#FFF;
	border-width:10px;
	margin-top:-10px;
}
.vr-timeline .vr-popup:before {
	border-color:rgba(170, 170, 170, 0);
	border-right-color:#AAA;
	border-width:11px;
	margin-top:-11px;
}
.vr-timeline .vr-popup p {
	font-size:14px !important;
	margin-bottom:0 !important;
}
.vr-timeline .vr-popup-content {
	display:none;
	overflow-y:auto;
    max-height:388px;
}
.vr-timeline .vr-popup-content img {
	margin-bottom:15px;
}



#controls {
	position:fixed;
	left:0;
	top:50%;
	margin-top:-200px;
	margin-left:10px;
	height:400px;
	width:186px;
	background-color:#ffffff;
	border:3px solid #263487;
	
	transition:left .2s ease;
	-webkit-transition:left .2s ease;
	-moz-transition:left .2s ease;
	-ms-transition:left .2s ease;
	-o-transition:left .2s ease;
	z-index:32000;
}
#controls.closed {
	left:-202px;
}
#controls .padd {
	height:323px !important;
	padding:20px;
	overflow-y:auto;
	overflow-x:hidden;
}
#controls .anker {
	display:table;
	height:32px;
	width:100%;
	border-bottom: 1px solid #e2e2e2;
}
#controls .anker a {
	display:table-cell;
	vertical-align:middle;
	font-size:12px;
	/*white-space:nowrap;*/
	
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
}
#controls .anker a:hover {
	background-color:#263487;
	color:#ffffff;
	padding-left:5px;
	
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
}
#controls .finder-head { 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
    color: #ffffff !important;
    background-color: #263487;
}
#controls .slide-toggle {
	position:absolute;
	right:0;
	margin-right:-50px;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-20px;
	background-color:#263487;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
}
#controls .slide-toggle:after {
    position:absolute;
	top:4px;
    left:15px;
	content:"<";
}
#controls.closed .slide-toggle:after {
	content:">";
}

.vr-popup-content .copy {
	position: relative;
    float:right;
    margin-top: -40px;
	margin-right:10px;
    color: #FFF;
    font-size: 12px;
    text-shadow: 1px 1px #000;
}
</style>

<link type="text/css" rel="stylesheet" href="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/fancybox/jquery.fancybox.css" />
<script type="text/javascript" src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/fancybox/jquery.fancybox.js"></script>
    
<script>
jQuery(document).ready(function() {
    jQuery(".fancy").fancybox({
    	openEffect	: 'elastic',
    	closeEffect	: 'elastic',
    	helpers : {
    		title : {
    			type : 'inside'
    		}
    	}
    });
	scroll_if_anchor(window.location.hash);
	jQuery("body").on("click", "a", scroll_if_anchor);
});
function showPopup(id){
	if(jQuery(".vr-popup").is(":visible")){
		slidePopup(id);
	}else{
		jQuery(".vr-popup").fadeIn(200);
		slidePopup(id);
	}
}
function hidePopup(){
	jQuery(".vr-popup").fadeOut(200);
}
function slidePopup(id){
	var offsetTopTarget = jQuery(".vr-project[data-id="+id+"]").offset().top;
	var offsetTopTimeline = jQuery(".vr-timeline").offset().top;
	var offsetTopNew = offsetTopTarget - offsetTopTimeline;
	jQuery(".vr-popup").animate({ top: offsetTopNew });
	jQuery(".vr-popup-content").fadeOut(200);
	jQuery(".vr-popup-content[data-project="+id+"]").delay(210).fadeIn(200);
}
function scroll_if_anchor(href) {
    href = typeof(href) == "string" ? href : $(this).attr("href");
    var fromTop = 50;
    if(href.indexOf("#") == 0) {
        var $target = $(href);
        if($target.length) {
            $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
            if(history && "pushState" in history) {
                history.pushState({}, document.title, window.location.pathname + href);
                return false;
            }
        }
    }
} 
function slideAnkMenu(){
	jQuery("#controls").toggleClass("closed");
}
</script>


<div id="controls">
<div class="slide-toggle" onClick="slideAnkMenu()"></div>
<div class="finder-head">Missions</div>
<div class="padd">
	        
    	<div class="anker"><a href="#ank-8812">ADM-AEOLUS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8787">Alphasat</a></div>
        
		        
    	<div class="anker"><a href="#ank-8801">ANITA</a></div>
        
		        
    	<div class="anker"><a href="#ank-8781">ASTRO-H</a></div>
        
		        
    	<div class="anker"><a href="#ank-8767">ATV</a></div>
        
		        
    	<div class="anker"><a href="#ank-8722">Baumanets 2</a></div>
        
		        
    	<div class="anker"><a href="#ank-8732">BeeSat-1</a></div>
        
		        
    	<div class="anker"><a href="#ank-8727">BeeSat-2</a></div>
        
		        
    	<div class="anker"><a href="#ank-8717">BeeSat-3</a></div>
        
		        
    	<div class="anker"><a href="#ank-8726">BeeSat-4</a></div>
        
		        
    	<div class="anker"><a href="#ank-13288">BepiColombo MMO</a></div>
        
		        
    	<div class="anker"><a href="#ank-8806">BepiColombo MPO</a></div>
        
		        
    	<div class="anker"><a href="#ank-8723">BIRD</a></div>
        
		        
    	<div class="anker"><a href="#ank-8756">BIROS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8737">CASSINI Mission</a></div>
        
		        
    	<div class="anker"><a href="#ank-8773">Cheobs</a></div>
        
		        
    	<div class="anker"><a href="#ank-13293">CMM-1</a></div>
        
		        
    	<div class="anker"><a href="#ank-11648">CryoSat</a></div>
        
		        
    	<div class="anker"><a href="#ank-8743">DEOS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8708">Double Star</a></div>
        
		        
    	<div class="anker"><a href="#ank-8786">Earth Care</a></div>
        
		        
    	<div class="anker"><a href="#ank-8763">EDRS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8850">EDRS-C</a></div>
        
		        
    	<div class="anker"><a href="#ank-8768">EGNOS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8832">EnMap</a></div>
        
		        
    	<div class="anker"><a href="#ank-13271">Equator-S</a></div>
        
		        
    	<div class="anker"><a href="#ank-8813">eROSITA</a></div>
        
		        
    	<div class="anker"><a href="#ank-8750">Esail</a></div>
        
		        
    	<div class="anker"><a href="#ank-8721">ESEO</a></div>
        
		        
    	<div class="anker"><a href="#ank-8759">Eu:CROPIS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8854">Euclid</a></div>
        
		        
    	<div class="anker"><a href="#ank-8840">ExoMars 2016</a></div>
        
		        
    	<div class="anker"><a href="#ank-8831">ExoMars 202X</a></div>
        
		        
    	<div class="anker"><a href="#ank-8860">Formosat-5</a></div>
        
		        
    	<div class="anker"><a href="#ank-8848">Galileo</a></div>
        
		        
    	<div class="anker"><a href="#ank-8742">Galileo 2G</a></div>
        
		        
    	<div class="anker"><a href="#ank-13289">GEO-KOMPSAT-2A</a></div>
        
		        
    	<div class="anker"><a href="#ank-11650">GOCE</a></div>
        
		        
    	<div class="anker"><a href="#ank-8760">GökTürk</a></div>
        
		        
    	<div class="anker"><a href="#ank-8861">GökTürk-2</a></div>
        
		        
    	<div class="anker"><a href="#ank-8724">GOMX-3</a></div>
        
		        
    	<div class="anker"><a href="#ank-8859">GRACE-FollowOn</a></div>
        
		        
    	<div class="anker"><a href="#ank-8710">H2Sat Heinrich-Hertz</a></div>
        
		        
    	<div class="anker"><a href="#ank-8811">Herschel</a></div>
        
		        
    	<div class="anker"><a href="#ank-8784">Himawari 8/9</a></div>
        
		        
    	<div class="anker"><a href="#ank-8851">ICARUS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8752">ICEsat-2</a></div>
        
		        
    	<div class="anker"><a href="#ank-8751">ICON</a></div>
        
		        
    	<div class="anker"><a href="#ank-13285">InSight HP3</a></div>
        
		        
    	<div class="anker"><a href="#ank-8791">International Space Station (ISS)</a></div>
        
		        
    	<div class="anker"><a href="#ank-8788">IRNSS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8736">IRS-C Satellit</a></div>
        
		        
    	<div class="anker"><a href="#ank-8715">ITÜp-Sat1</a></div>
        
		        
    	<div class="anker"><a href="#ank-8764">JUICE</a></div>
        
		        
    	<div class="anker"><a href="#ank-8857">Kent Ridge 1</a></div>
        
		        
    	<div class="anker"><a href="#ank-8794">Kompsat 3 Kompsat 3A</a></div>
        
		        
    	<div class="anker"><a href="#ank-8793">Kompsat 5</a></div>
        
		        
    	<div class="anker"><a href="#ank-14101">Kompsat 7</a></div>
        
		        
    	<div class="anker"><a href="#ank-8862">KOMPSAT-3</a></div>
        
		        
    	<div class="anker"><a href="#ank-13281">LAPAN-A3 / LiSat</a></div>
        
		        
    	<div class="anker"><a href="#ank-13294">LAPAN-A4</a></div>
        
		        
    	<div class="anker"><a href="#ank-8707">LAPAN-TubSat (2005)</a></div>
        
		        
    	<div class="anker"><a href="#ank-8782">LIDAR ATV 5</a></div>
        
		        
    	<div class="anker"><a href="#ank-8795">Lisa Pathfinder</a></div>
        
		        
    	<div class="anker"><a href="#ank-8744">Lunar Exploration Orbiter</a></div>
        
		        
    	<div class="anker"><a href="#ank-14196">Lunar Gateway I-HAB</a></div>
        
		        
    	<div class="anker"><a href="#ank-8733">MAROCSAT</a></div>
        
		        
    	<div class="anker"><a href="#ank-8739">MARS ’96 Mission / Mars 8</a></div>
        
		        
    	<div class="anker"><a href="#ank-8735">Mars Express</a></div>
        
		        
    	<div class="anker"><a href="#ank-8738">Mars NetLander Mission</a></div>
        
		        
    	<div class="anker"><a href="#ank-8758">MASCOT</a></div>
        
		        
    	<div class="anker"><a href="#ank-8852">MERLIN</a></div>
        
		        
    	<div class="anker"><a href="#ank-8785">Meteor M3</a></div>
        
		        
    	<div class="anker"><a href="#ank-11649">MetOp</a></div>
        
		        
    	<div class="anker"><a href="#ank-8842">Metop-SG</a></div>
        
		        
    	<div class="anker"><a href="#ank-8709">MFP Satellite</a></div>
        
		        
    	<div class="anker"><a href="#ank-13299">MMX</a></div>
        
		        
    	<div class="anker"><a href="#ank-8849">MTG</a></div>
        
		        
    	<div class="anker"><a href="#ank-8731">Nano-JASMINE</a></div>
        
		        
    	<div class="anker"><a href="#ank-8789">NASA ESA Magnetospheric Multiscale Mission</a></div>
        
		        
    	<div class="anker"><a href="#ank-8746">Nextar</a></div>
        
		        
    	<div class="anker"><a href="#ank-11651">NISAR</a></div>
        
		        
    	<div class="anker"><a href="#ank-8730">OPTOS</a></div>
        
		        
    	<div class="anker"><a href="#ank-14100">PLATO</a></div>
        
		        
    	<div class="anker"><a href="#ank-8845">Prisma</a></div>
        
		        
    	<div class="anker"><a href="#ank-8762">Proba-V</a></div>
        
		        
    	<div class="anker"><a href="#ank-8749">Radarsat</a></div>
        
		        
    	<div class="anker"><a href="#ank-8796">RapidEye</a></div>
        
		        
    	<div class="anker"><a href="#ank-8797">ROKVISS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8834">Rosetta</a></div>
        
		        
    	<div class="anker"><a href="#ank-8761">SAR-Lupe</a></div>
        
		        
    	<div class="anker"><a href="#ank-8780">SARah (NGSAR)</a></div>
        
		        
    	<div class="anker"><a href="#ank-8769">SatCom BW</a></div>
        
		        
    	<div class="anker"><a href="#ank-8711">SEAM</a></div>
        
		        
    	<div class="anker"><a href="#ank-8808">Sentinel 1A – D</a></div>
        
		        
    	<div class="anker"><a href="#ank-8755">Sentinel 2A/B</a></div>
        
		        
    	<div class="anker"><a href="#ank-8844">Sentinel 3</a></div>
        
		        
    	<div class="anker"><a href="#ank-8843">Sentinel 4 on MTG</a></div>
        
		        
    	<div class="anker"><a href="#ank-8853">Sentinel 5 on MetOp-SG</a></div>
        
		        
    	<div class="anker"><a href="#ank-8858">Sentinel-5 Precursor</a></div>
        
		        
    	<div class="anker"><a href="#ank-10579">Sentinel-6 / Jason-CS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8792">Shenzhou</a></div>
        
		        
    	<div class="anker"><a href="#ank-8747">Slats</a></div>
        
		        
    	<div class="anker"><a href="#ank-8846">SmallGEO Hispasat AG1</a></div>
        
		        
    	<div class="anker"><a href="#ank-8772">Solar Orbiter</a></div>
        
		        
    	<div class="anker"><a href="#ank-8713">SOMP</a></div>
        
		        
    	<div class="anker"><a href="#ank-13274">Spacestation MIR</a></div>
        
		        
    	<div class="anker"><a href="#ank-8689">SPIRALE A</a></div>
        
		        
    	<div class="anker"><a href="#ank-8688">SPIRALE A/B</a></div>
        
		        
    	<div class="anker"><a href="#ank-8754">Spot 6</a></div>
        
		        
    	<div class="anker"><a href="#ank-8753">Spot 7</a></div>
        
		        
    	<div class="anker"><a href="#ank-8745">Sprint-A</a></div>
        
		        
    	<div class="anker"><a href="#ank-8719">STEP</a></div>
        
		        
    	<div class="anker"><a href="#ank-8833">SWARM</a></div>
        
		        
    	<div class="anker"><a href="#ank-8718">Swiss-Cube</a></div>
        
		        
    	<div class="anker"><a href="#ank-8809">TanDEM-X</a></div>
        
		        
    	<div class="anker"><a href="#ank-8810">TerraSAR-X</a></div>
        
		        
    	<div class="anker"><a href="#ank-8757">TET</a></div>
        
		        
    	<div class="anker"><a href="#ank-8820">TET-1</a></div>
        
		        
    	<div class="anker"><a href="#ank-13277">THEMIS / ARTEMIS</a></div>
        
		        
    	<div class="anker"><a href="#ank-8725">Tianwang-1</a></div>
        
		        
    	<div class="anker"><a href="#ank-8691">Tropomi</a></div>
        
		        
    	<div class="anker"><a href="#ank-8748">Tubsat</a></div>
        
		        
    	<div class="anker"><a href="#ank-8712">TUPEX-5</a></div>
        
		        
    	<div class="anker"><a href="#ank-8714">TW-1 Mission</a></div>
        
		        
    	<div class="anker"><a href="#ank-8856">URTHECAST</a></div>
        
		        
    	<div class="anker"><a href="#ank-8716">UWE-2</a></div>
        
		        
    	<div class="anker"><a href="#ank-8728">UWE-3</a></div>
        
		        
    	<div class="anker"><a href="#ank-8774">VEGA Launcher</a></div>
        
		        
    	<div class="anker"><a href="#ank-8734">Venus Express</a></div>
        
		        
    	<div class="anker"><a href="#ank-8729">WNISAT-1</a></div>
        
		        
    	<div class="anker"><a href="#ank-8720">WNISAT-1R</a></div>
        
		</div>
</div>
	
<div class="vr-timeline">
	
    <div class="vr-arrow"></div>
    
    <div class="vr-content">
    
	        
        <div class="vr-mission" id="ank-14196">
        
        	<div class="vr-mission-date">
            					<div class="padd">2026</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Lunar Gateway I-HAB</h4>
                    <p style="margin-bottom:0 !important">The new space station orbiting the Moon.</p>                                  
                    <a href="https://www.esa.int/ESA_Multimedia/Images/2021/01/I-Hab_for_Gateway" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="14203">
                        <div class="vr-titlebar">
                            <h6>Turnkey development of all internal secondary structures of the habitation module</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(14203)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8742">
        
        	<div class="vr-mission-date">
            					<div class="padd">2025</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Galileo 2G</h4>
                    <p style="margin-bottom:0 !important">Europe´s navigationsystem 2nd Generation</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astos-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astos Solutions GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astos-solutions-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9199">
                        <div class="vr-titlebar">
                            <h6>Launcher selection and orbit injection</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13299">
        
        	<div class="vr-mission-date">
            					<div class="padd">2025</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>MMX</h4>
                    <p style="margin-bottom:0 !important">Japanese Mars Moon eXploration</p>                                  
                    <a href="http://mmx.isas.jaxa.jp/en/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13399">
                        <div class="vr-titlebar">
                            <h6>Radiometer electronics</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8831">
        
        	<div class="vr-mission-date">
            					<div class="padd">2023</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ExoMars 202X</h4>
                    <p style="margin-bottom:0 !important">Exo-biological exploration and sample extraction on the martian surface</p>                                  
                    <a href="https://www.esa.int/Science_Exploration/Human_and_Robotic_Exploration/Exploration/ExoMars" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="14188">
                        <div class="vr-titlebar">
                            <h6>Acoustic, Shock and Fracture Control Analyses for the primary structure</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(14188)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="10531">
                        <div class="vr-titlebar">
                            <h6>WISDOM antenna</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(10531)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9133">
                        <div class="vr-titlebar">
                            <h6>DMA boom</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9133)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8764">
        
        	<div class="vr-mission-date">
            					<div class="padd">2022</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>JUICE</h4>
                    <p style="margin-bottom:0 !important">Exploration of Jupiter and its icy moons</p>                                  
                    <a href="http://sci.esa.int/juice/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13398">
                        <div class="vr-titlebar">
                            <h6>Electronic units</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13398)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12179">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12179)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9269">
                        <div class="vr-titlebar">
                            <h6>MLI for magnetometer</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9270">
                        <div class="vr-titlebar">
                            <h6>MagBoom MLI</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9270)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9324">
                        <div class="vr-titlebar">
                            <h6>Mass Memory – Receiving, formatting and storing of science data from multiple instruments</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-14101">
        
        	<div class="vr-mission-date">
            					<div class="padd">2022</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Kompsat 7</h4>
                    <p style="margin-bottom:0 !important">Cartography, land use and planning, disaster monitoring</p>                                  
                    <a href="http://database.eohandbook.com/database/missionsummary.aspx?missionID=850" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="14102">
                        <div class="vr-titlebar">
                            <h6>Power Supply Unit (PSU)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(14102)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-14100">
        
        	<div class="vr-mission-date">
            					<div class="padd">2021</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>PLATO</h4>
                    <p style="margin-bottom:0 !important">PLAnetary Transits and Oscillations of stars (PLATO) is the third medium-class mission in ESA's Cosmic Vision programme.</p>                                  
                    <a href="https://sci.esa.int/web/plato" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="14099">
                        <div class="vr-titlebar">
                            <h6>Ancillary Electronic Unit (AEU)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(14099)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13293">
        
        	<div class="vr-mission-date">
            					<div class="padd">2020</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>CMM-1</h4>
                    <p style="margin-bottom:0 !important">China's first Mars mission</p>                                  
                    <a href="https://meetingorganizer.copernicus.org/EGU2020/EGU2020-2090.html" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13392">
                        <div class="vr-titlebar">
                            <h6>Scientific orbiter magnetometer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8854">
        
        	<div class="vr-mission-date">
            					<div class="padd">2020</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Euclid</h4>
                    <p style="margin-bottom:0 !important">Space telescope to explore the „dark universe“</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Space_Science/Euclid_overview" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12173">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12173)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="6232">
                        <div class="vr-titlebar">
                            <h6>GFRP struts for PLM</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9259">
                        <div class="vr-titlebar">
                            <h6>MLI for the sunshield</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9260">
                        <div class="vr-titlebar">
                            <h6>MGSE for the sunshield</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9261">
                        <div class="vr-titlebar">
                            <h6>MGSE for PLM Batch 1 MGSE</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9262">
                        <div class="vr-titlebar">
                            <h6>Secondary structures for STCS</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9263">
                        <div class="vr-titlebar">
                            <h6>Ka-Band antennna</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9144">
                        <div class="vr-titlebar">
                            <h6>ARA reflector &#8211; INVENT will manufacture the Euclid HGA reflector assembly</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/kto-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Kampf Telescope Optics GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/kampf-telescope-optics-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9154">
                        <div class="vr-titlebar">
                            <h6>Straylight analysis of the SSH baffle</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9154)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/03/STI-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SpaceTech GmbH (STI)<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/spacetech-gmbh-sti-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9191">
                        <div class="vr-titlebar">
                            <h6>Sunhield with solar generator (SSH)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9191)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8849">
        
        	<div class="vr-mission-date">
            					<div class="padd">2020</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>MTG</h4>
                    <p style="margin-bottom:0 !important"> Europe weather satellite of third generation</p>                                  
                    <a href="http://www.esa.int/Our_Activities/Observing_the_Earth/Meteosat_Second_Generation/About_Meteosat_Third_Generation" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="14189">
                        <div class="vr-titlebar">
                            <h6>Support in the structural analysis of the primary structure</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(14189)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12189">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12189)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11670">
                        <div class="vr-titlebar">
                            <h6>Unit Testing, Software Development</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11670)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/EIS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>E.I.S. Electronics GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/?post_type=portfolio&p=7016"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8895">
                        <div class="vr-titlebar">
                            <h6>complete manufacturing of  MTG cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9143">
                        <div class="vr-titlebar">
                            <h6>Support structures</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9143)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/redlogix.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>redlogix GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/redlogix-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9160">
                        <div class="vr-titlebar">
                            <h6>IRS Instrument Control Unit System Software Engineering Consultancy</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9160)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9219">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ECM.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ECM GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7018/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9239">
                        <div class="vr-titlebar">
                            <h6>Star Sensor Bracket</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9254">
                        <div class="vr-titlebar">
                            <h6>MLI for the MTO mirrors</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9255">
                        <div class="vr-titlebar">
                            <h6>MLI for the Sentinel 4 Instrument</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9256">
                        <div class="vr-titlebar">
                            <h6>Radiators for the Sentinel 4 Instrument</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8853">
        
        	<div class="vr-mission-date">
            					<div class="padd">2020</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Sentinel 5 on MetOp-SG</h4>
                    <p style="margin-bottom:0 !important">Multi-functional satellite, part of the European earth observation program „Copernicus“</p>                                  
                    <a href="https://earth.esa.int/web/guest/missions/esa-future-missions/sentinel-5" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12198">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12198)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/03/STI-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SpaceTech GmbH (STI)<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/spacetech-gmbh-sti-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9192">
                        <div class="vr-titlebar">
                            <h6>Structure and mechanism of the calibration subsystem – Mechanical structure with motordriven filter wheel mechanism and baffles</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9192)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9279">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9279)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9301">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9301)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-10579">
        
        	<div class="vr-mission-date">
            					<div class="padd">2020</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Sentinel-6 / Jason-CS</h4>
                    <p style="margin-bottom:0 !important">Ocean Topographie</p>                                  
                    <a href="http://www.esa.int/Our_Activities/Observing_the_Earth/Copernicus/Sentinel-6" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="14195">
                        <div class="vr-titlebar">
                            <h6>Support in the structural analysis of the primary structure</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(14195)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12200">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12200)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11669">
                        <div class="vr-titlebar">
                            <h6>Validation, Check-Out &#038; FV</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11669)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8719">
        
        	<div class="vr-mission-date">
            					<div class="padd">2020</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>STEP</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8903">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 90 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8710">
        
        	<div class="vr-mission-date">
            					<div class="padd">2019</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>H2Sat Heinrich-Hertz</h4>
                    <p style="margin-bottom:0 !important">GermanTelecommunications satellite mission</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8917">
                        <div class="vr-titlebar">
                            <h6>Fraunhofer On-Board Processor (FOBP) – reconfigurable on-board processor (OBP) for communication applications</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="8919">
                        <div class="vr-titlebar">
                            <h6>KERAMIS GEO (Ceramic Microwave Circuits for Satellite Communication)</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/IMST.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>IMST GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/imst-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9152">
                        <div class="vr-titlebar">
                            <h6>IOV des &#8220;flexiblen DOCON&#8221; (Down-Converter von 30 auf 20GHz)</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9257">
                        <div class="vr-titlebar">
                            <h6>Ka-Band North Beam Antenna</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9257)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9258">
                        <div class="vr-titlebar">
                            <h6>MLI and sunshield for the antenna</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9348">
                        <div class="vr-titlebar">
                            <h6>Support for Structures Analysis for primary structure</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8852">
        
        	<div class="vr-mission-date">
            					<div class="padd">2019</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>MERLIN</h4>
                    <p style="margin-bottom:0 !important">German-French satellite, measuring the concentration of methane-gas</p>                                  
                    <a href="http://www.dlr.de/rd/desktopdefault.aspx/ tabid-2440/3586_read-31672/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12185">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12185)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/03/STI-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SpaceTech GmbH (STI)<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/spacetech-gmbh-sti-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9193">
                        <div class="vr-titlebar">
                            <h6>Frequency reference unit (FRU)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9193)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-11651">
        
        	<div class="vr-mission-date">
            					<div class="padd">2019</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>NISAR</h4>
                    <p style="margin-bottom:0 !important">Mission for studying hazards and global environmental change.</p>                                  
                    <a href="ESA's Gravity field and steady-state Ocean Circulation Explorer " target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11671">
                        <div class="vr-titlebar">
                            <h6>Verification &#038; Test</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11671)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8843">
        
        	<div class="vr-mission-date">
            					<div class="padd">2019</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Sentinel 4 on MTG</h4>
                    <p style="margin-bottom:0 !important">Earth observation</p>                                  
                    <a href="https://sentinel.esa.int/web/sentinel/home" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12197">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12197)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8863">
                        <div class="vr-titlebar">
                            <h6>Radiators with different coatings</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9271">
                        <div class="vr-titlebar">
                            <h6>Instrument Radiator Assembley</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9271)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9272">
                        <div class="vr-titlebar">
                            <h6>External and internal MLI for the S-4 instrument</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9132">
                        <div class="vr-titlebar">
                            <h6>OIMS primary structure, TSA hexapod</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9132)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9167">
                        <div class="vr-titlebar">
                            <h6>Structures and Thermal Analysis payload equipment</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9177">
                        <div class="vr-titlebar">
                            <h6>Mechanical Ground Support Equipment (MGSE)&#8211;> Handling of optical instrument Sentinel-4 UVN</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9222">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13288">
        
        	<div class="vr-mission-date">
            					<div class="padd">2018</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>BepiColombo MMO</h4>
                    <p style="margin-bottom:0 !important">Mercury Magnetospheric Orbiter</p>                                  
                    <a href="https://www.cosmos.esa.int/web/bepicolombo/mmo" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13388">
                        <div class="vr-titlebar">
                            <h6>Scientific  Magnetometer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8786">
        
        	<div class="vr-mission-date">
            					<div class="padd">2018</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Earth Care</h4>
                    <p style="margin-bottom:0 !important">European mission measuring clouds, aerosols, radiation</p>                                  
                    <a href="http://www.esa.int/Our_Activities/Observing_the_Earth/The_Living_Planet_Programme/Earth_Explorers/EarthCARE" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12170">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12170)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11668">
                        <div class="vr-titlebar">
                            <h6>Check-Out &#038; FV, Software Development (OBSW), Unit Testing</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11668)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9216">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9290">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9290)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9312">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9312)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8832">
        
        	<div class="vr-mission-date">
            					<div class="padd">2018</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>EnMap</h4>
                    <p style="margin-bottom:0 !important">Hyperspectrometric EO mission</p>                                  
                    <a href="www.enmap.org" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13395">
                        <div class="vr-titlebar">
                            <h6>AOCS magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13395)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12171">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12171)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9134">
                        <div class="vr-titlebar">
                            <h6>STSA and IOU suspensions</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9134)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/kto-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Kampf Telescope Optics GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/kampf-telescope-optics-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9156">
                        <div class="vr-titlebar">
                            <h6>Software for calibration and alignment</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9215">
                        <div class="vr-titlebar">
                            <h6>Instrument Power Unit Power Distribution Unit – Ultra accurate power supply and distribution system for a complete optival high-precision instrument   A Power Distribution Unit distributes electrical energy to a number of equipments.</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ECM.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ECM GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7018/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9238">
                        <div class="vr-titlebar">
                            <h6>Star Sensor Bracket</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9248">
                        <div class="vr-titlebar">
                            <h6>MLI for FAD Mechanism</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9249">
                        <div class="vr-titlebar">
                            <h6>Instrument Structure Engineering Support</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9250">
                        <div class="vr-titlebar">
                            <h6>Optical Baffle</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9250)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9333">
                        <div class="vr-titlebar">
                            <h6>Mass Memory Unit &#8211; Instrument Control Unit</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9333)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8750">
        
        	<div class="vr-mission-date">
            					<div class="padd">2018</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Esail</h4>
                    <p style="margin-bottom:0 !important">identification and tracking of seafaring vessels on Earth</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13393">
                        <div class="vr-titlebar">
                            <h6>AOCS magnetometer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9178">
                        <div class="vr-titlebar">
                            <h6>PanelMechanism – Gyros, ADCS I/F units, Magnetometers, Reaction Wheels und GPS</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9280">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9280)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9302">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9302)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13289">
        
        	<div class="vr-mission-date">
            					<div class="padd">2018</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>GEO-KOMPSAT-2A</h4>
                    <p style="margin-bottom:0 !important">Earth observation satellite of Korea</p>                                  
                    <a href="https://directory.eoportal.org/web/eoportal/satellite-missions/k/kompsat-2" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13389">
                        <div class="vr-titlebar">
                            <h6>Scientific  Magnetometer with On-orbit data correction</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13389)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13285">
        
        	<div class="vr-mission-date">
            					<div class="padd">2018</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>InSight HP3</h4>
                    <p style="margin-bottom:0 !important">Mars mission with seismometer and heat probe.</p>                                  
                    <a href="https://mars.nasa.gov/insight/spacecraft/instruments/hp3/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13384">
                        <div class="vr-titlebar">
                            <h6>Electronic units</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13384)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8812">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ADM-AEOLUS</h4>
                    <p style="margin-bottom:0 !important">Meteorology/environment mission</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Observing_the_Earth/ The_Living_Planet_Programme/ Earth_Explorers/ADM-Aeolus" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11664">
                        <div class="vr-titlebar">
                            <h6>Software Development (RTS), Check-Out &#038; FV</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11664)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9135">
                        <div class="vr-titlebar">
                            <h6>Aladin baffle trusswork</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9135)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8806">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>BepiColombo MPO</h4>
                    <p style="margin-bottom:0 !important">Europe´s mission to Mercury</p>                                  
                    <a href="http://sci.esa.int/bepicolombo/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13387">
                        <div class="vr-titlebar">
                            <h6>Electronic units</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13387)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12168">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics and sheet metal structures</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12168)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8880">
                        <div class="vr-titlebar">
                            <h6>MERTIS (Mercury Radiometer and Thermal Infrared Spectrometer) – MERTIS, imaging spectrometer for surface investigation of Merkur</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9145">
                        <div class="vr-titlebar">
                            <h6>BELA (BepiColombo Laser Altimeter) support structures</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9145)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ECM.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ECM GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7018/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9237">
                        <div class="vr-titlebar">
                            <h6>Pointing Mirror (MERTIS)</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8773">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Cheobs</h4>
                    <p style="margin-bottom:0 !important">Mission to measure density of exoplanets/ super earths</p>                                  
                    <a href="http://sci.esa.int/cheops/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9251">
                        <div class="vr-titlebar">
                            <h6>MLI for the telescope</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9251)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9281">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9281)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9303">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9303)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8743">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>DEOS</h4>
                    <p style="margin-bottom:0 !important">key technologies to find, approach, catch and dispose the satellite</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11657">
                        <div class="vr-titlebar">
                            <h6>Software Development (KARS)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11657)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9180">
                        <div class="vr-titlebar">
                            <h6>Subsystem structure</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9180)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astos-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astos Solutions GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astos-solutions-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9198">
                        <div class="vr-titlebar">
                            <h6>Support GNC system – De-orbitation and risk analysis, visualization GNC console, real-time camera/LIDAR simulation</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8813">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>eROSITA</h4>
                    <p style="margin-bottom:0 !important">X-ray teleskope to detect dark energy and its effects on the expansion of the universe</p>                                  
                    <a href="http://www.mpe.mpg.de/events/darkenergy- 2008/contributions/Predehl.pdf" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12172">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12172)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9131">
                        <div class="vr-titlebar">
                            <h6>Primary structure</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9131)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9247">
                        <div class="vr-titlebar">
                            <h6>MLI for the complete Telescope</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9247)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8759">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Eu:CROPIS</h4>
                    <p style="margin-bottom:0 !important">Langterm test of biological life support systems</p>                                  
                    <a href="http://www.dlr.de/irs/desktopdefault.aspx/ tabid-4399/7195_read-10807/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9334">
                        <div class="vr-titlebar">
                            <h6>On-board Computer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9334)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8760">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>GökTürk</h4>
                    <p style="margin-bottom:0 !important">Dual use EO-satellite, Turkey</p>                                  
                    <a href="https://www.tai.com.tr/en/project/gokturk-2" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ECM.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ECM GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7018/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9236">
                        <div class="vr-titlebar">
                            <h6>Focal plane</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9282">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9282)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9304">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9304)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9332">
                        <div class="vr-titlebar">
                            <h6>Crypto System</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9332)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8859">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>GRACE-FollowOn</h4>
                    <p style="margin-bottom:0 !important">Satellite-twin pair for climate research</p>                                  
                    <a href="http://www.esa.int/ger/ESA_in_your_country/Germany/Die_Satellitenflotte_des_GFZ/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11663">
                        <div class="vr-titlebar">
                            <h6>Test Management, Validation, Check-Out &#038; FV</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11663)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9142">
                        <div class="vr-titlebar">
                            <h6>Thermal Plate</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9142)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/03/STI-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SpaceTech GmbH (STI)<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/spacetech-gmbh-sti-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9187">
                        <div class="vr-titlebar">
                            <h6>Laser Ranging Interferometer (LRI)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9187)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9220">
                        <div class="vr-titlebar">
                            <h6>PDU – A Power Distribution Unit distributes electrical energy in a complete instrument or satellite</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9252">
                        <div class="vr-titlebar">
                            <h6>MLI for an external instrument</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9252)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12176">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12176)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8851">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ICARUS</h4>
                    <p style="margin-bottom:0 !important">Observation of global migration of small animals</p>                                  
                    <a href="http://icarusinitiative.org/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12177">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12177)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/03/STI-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SpaceTech GmbH (STI)<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/spacetech-gmbh-sti-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9194">
                        <div class="vr-titlebar">
                            <h6>ISS Demonstrator, ICARUS Animal Tag</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9194)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8752">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ICEsat-2</h4>
                    <p style="margin-bottom:0 !important"> Ice, Cloud, and land Elevation Satellite-2 </p>                                  
                    <a href="http://icesat.gsfc.nasa.gov/icesat2/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9291">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9291)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9313">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9313)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8751">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ICON</h4>
                    <p style="margin-bottom:0 !important"> Ionospheric Connection Explorer</p>                                  
                    <a href="http://dev.icon.ssl.berkeley.edu" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9292">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9292)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9314">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9314)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8780">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>SARah (NGSAR)</h4>
                    <p style="margin-bottom:0 !important">Radar observation German Bundeswehr</p>                                  
                    <a href="http://www.bundeswehr.de/portal/a/bwde/! ut/p/c4/ NYtNC8IwEET_UbYBIdRbShG8etF6KWm 71MV8lHXbXPzxJgdn4F3eDDyhNLqDVie UovPwgGGm85TVlBdU7i07eo8flZEEGUd5 YcAI93osgzlFlErBKFS4spPEakssvpqduRh FCwyN7jttmn_0t20v9mSNMf21u8EWgv0B rw9V1A!!/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12192">
                        <div class="vr-titlebar">
                            <h6>Hardware for HF modules</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12192)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astos-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astos Solutions GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astos-solutions-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9196">
                        <div class="vr-titlebar">
                            <h6>AOCS SCOE (special check-out equipment for AOCS)</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9224">
                        <div class="vr-titlebar">
                            <h6>Auxiliary Power Supply – An auxiliary Power Supply  converts electrical voltage from a particular  level to a different level</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9338">
                        <div class="vr-titlebar">
                            <h6>A Latching Current Limiter operates as a electronic fuse in order to protect a particular assembly</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9331">
                        <div class="vr-titlebar">
                            <h6>Crypto System (On-board and Ground Crypto System)</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8772">
        
        	<div class="vr-mission-date">
            					<div class="padd">2017</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Solar Orbiter</h4>
                    <p style="margin-bottom:0 !important">Satellite to explore the sun from nearest possible distance</p>                                  
                    <a href="http://sci.esa.int/solar-orbiter/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12201">
                        <div class="vr-titlebar">
                            <h6>Titanium structures for thermal shield</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12201)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9181">
                        <div class="vr-titlebar">
                            <h6>Spectrometer/Telescope for Imaging X-rays (STIX) for observation of X-rays</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9253">
                        <div class="vr-titlebar">
                            <h6>MLI for the thermal dummies</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9253)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8781">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ASTRO-H</h4>
                    <p style="margin-bottom:0 !important">Astronomical x-ray mission, Japan</p>                                  
                    <a href="http://heasarc.gsfc.nasa.gov/docs/hitomi/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9223">
                        <div class="vr-titlebar">
                            <h6>High Voltage Power Supply – A high voltage power supply provides high precision high voltage in the range of several thousan volt to a scientific instrument</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9289">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9289)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9311">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9311)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8722">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Baumanets 2</h4>
                    <p style="margin-bottom:0 !important">Experimental satellite for On Orbit Verification of new technologies</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8898">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 90 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8726">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>BeeSat-4</h4>
                    <p style="margin-bottom:0 !important">Space Verification of technologies for picosatellites </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8890">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 1 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8756">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>BIROS</h4>
                    <p style="margin-bottom:0 !important">ACS, Technology demonstration</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13382">
                        <div class="vr-titlebar">
                            <h6>High torque reaction wheel electronics</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="13381">
                        <div class="vr-titlebar">
                            <h6>AOCS magnetometer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8865">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 90</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="8897">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 90; AGS-1 – RW90  and high integrated rate sensor AGS-1 to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Aero.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Aerospace Innovation GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/aerospace-innovation-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8875">
                        <div class="vr-titlebar">
                            <h6>Propulsion System MICROJET</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(8875)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9283">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9283)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9305">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9305)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8763">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>EDRS</h4>
                    <p style="margin-bottom:0 !important">Communication Satellites</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11665">
                        <div class="vr-titlebar">
                            <h6>Software Development (UI)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11665)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9326">
                        <div class="vr-titlebar">
                            <h6>Ground Crpyto (De-/Encryption Unit of the ground segment)</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8850">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>EDRS-C</h4>
                    <p style="margin-bottom:0 !important">Space based data relais system</p>                                  
                    <a href="https://artes.esa.int/edrs" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/EIS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>E.I.S. Electronics GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/?post_type=portfolio&p=7016"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8879">
                        <div class="vr-titlebar">
                            <h6>Design of EDRS   cable harness (MCAD)  complete manufactuiring of  cable harness &#8211; harness assembly of all components/ units (sensors, actuators) with power und data management units</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="8885">
                        <div class="vr-titlebar">
                            <h6>CAD Harness Design  for EDRS-C &#8211; complete CATIA V5 design of system harness loom segregation loom design DMU bundle routing mass assessment, COG assessment, as build adaptation between DMU and physical Mock-up for applications in high security terrestric environments</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9164">
                        <div class="vr-titlebar">
                            <h6>Support for Structures Analysis for primary structure</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9164)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8721">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ESEO</h4>
                    <p style="margin-bottom:0 !important">measure radiation levels and test technologies for future missions</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8900">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 90 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8840">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ExoMars 2016</h4>
                    <p style="margin-bottom:0 !important">Europe’s mission to Mars</p>                                  
                    <a href="https://www.ohb-system.de/exomars.html" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12174">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12174)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="6213">
                        <div class="vr-titlebar">
                            <h6>MLI for NOMAD Instrument</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(6213)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9245">
                        <div class="vr-titlebar">
                            <h6>MLI for EDM Entry Module</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9245)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9246">
                        <div class="vr-titlebar">
                            <h6>MLI for Cassis Instrument</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9246)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9130">
                        <div class="vr-titlebar">
                            <h6>Primary and tertiary structures</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9130)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9327">
                        <div class="vr-titlebar">
                            <h6>Payload Data Handling Unit – Design &#038; Development of the Mass Memory Unit</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13281">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>LAPAN-A3 / LiSat</h4>
                    <p style="margin-bottom:0 !important">Remote sensing microsatellite to monitor food resources in Indonesia and to provide environmental monitoring.</p>                                  
                    <a href="https://directory.eoportal.org/web/eoportal/satellite-missions/content/-/article/lapan-a3" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13383">
                        <div class="vr-titlebar">
                            <h6>Scientific Magnetometer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13294">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>LAPAN-A4</h4>
                    <p style="margin-bottom:0 !important">Indonesian fourth's microsatellite for earth observation using multispectral imager and support global maritime traffic monitoring using space-based Automatic Identification System (AIS) receiver.</p>                                  
                    <a href="https://ieeexplore.ieee.org/document/8547143" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13394">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8842">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Metop-SG</h4>
                    <p style="margin-bottom:0 !important">Weather and climate monitoring for Europe</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Observing_the_Earth/ The_Living_Planet_Programme/ Meteorological_missions/MetOp/ MetOp_Second_Generation_instruments" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12188">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12188)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9171">
                        <div class="vr-titlebar">
                            <h6>Structures and Thermal Analysis payload equipment</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9225">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9325">
                        <div class="vr-titlebar">
                            <h6>Command &#038; Data Processing Unit – Control the ICI Instrument, receiving data from the instrument as well as supplying internal and external power sources</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8731">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Nano-JASMINE</h4>
                    <p style="margin-bottom:0 !important">Infrared exploration, tasks of astrometry</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8883">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 1: RW1 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8845">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Prisma</h4>
                    <p style="margin-bottom:0 !important">Innovative hyperspectral EO-system</p>                                  
                    <a href="http://www.asi.it/en/activity/observation-earth/prisma" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9165">
                        <div class="vr-titlebar">
                            <h6>Structures and Acoustic Analysis for primary structure</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8711">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>SEAM</h4>
                    <p style="margin-bottom:0 !important">3U CubeSat nanosatellite for measurements of magnetic and electric fields in the Earth ionosphere.</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8916">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8844">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Sentinel 3</h4>
                    <p style="margin-bottom:0 !important">Earth observation</p>                                  
                    <a href="https://sentinel.esa.int/web/sentinel/home" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12196">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12196)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11662">
                        <div class="vr-titlebar">
                            <h6>Software Development</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11662)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9166">
                        <div class="vr-titlebar">
                            <h6>Structures and Thermal Analysis payload equipment</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9166)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8858">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Sentinel-5 Precursor</h4>
                    <p style="margin-bottom:0 !important">Monitoring of Air Quality, Ozone and Surface UV, Climate</p>                                  
                    <a href="https://earth.esa.int/web/guest/missions/esa-future-missions/sentinel-5P" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12199">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12199)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/03/STI-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SpaceTech GmbH (STI)<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/spacetech-gmbh-sti-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9190">
                        <div class="vr-titlebar">
                            <h6>Solar generators with deployment mechanisms</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9190)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8846">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>SmallGEO Hispasat AG1</h4>
                    <p style="margin-bottom:0 !important">Multifunctional new smal DEO-Sat generation for telecomms</p>                                  
                    <a href="https://artes.esa.int/sgeo" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Space-Structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Space Structures GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-structures-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9163">
                        <div class="vr-titlebar">
                            <h6>Structures and Acoustic Analysis for primary structure</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9163)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9213">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8691">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Tropomi</h4>
                    <p style="margin-bottom:0 !important">Troposphären Monitoring Instrument auf Copernicus Sentinel-5</p>                                  
                    <a href="http://www.tropomi.eu" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12205">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12205)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8720">
        
        	<div class="vr-mission-date">
            					<div class="padd">2016</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>WNISAT-1R</h4>
                    <p style="margin-bottom:0 !important">nanosatellite for north arctic routes and atmosphere monitoring</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8886">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 90: RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8724">
        
        	<div class="vr-mission-date">
            					<div class="padd">2015</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>GOMX-3</h4>
                    <p style="margin-bottom:0 !important">evaluate components in space</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8864">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 1 and TPL</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="8893">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 1 and TPL – RW to control satellite attitude and TripleSatelliteLauncher to ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8795">
        
        	<div class="vr-mission-date">
            					<div class="padd">2015</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Lisa Pathfinder</h4>
                    <p style="margin-bottom:0 !important">Mission on Einstein’s gravity waves</p>                                  
                    <a href="http://sci.esa.int/lisa-pathfinder/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12183">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12183)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11661">
                        <div class="vr-titlebar">
                            <h6>Check-Out &#038; FV, Software Development (RTS)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11661)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9203">
                        <div class="vr-titlebar">
                            <h6>Power Conditioning Unit – A Power Conditioning Unit provides stable electrical energy to a number of equipments.</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8789">
        
        	<div class="vr-mission-date">
            					<div class="padd">2015</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>NASA ESA Magnetospheric Multiscale Mission</h4>
                    <p style="margin-bottom:0 !important">NASA-Mission with 4 Sats to measure earth´s magnetosphere</p>                                  
                    <a href="https://en.wikipedia.org/wiki/ Magnetospheric_Multiscale_Mission" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9210">
                        <div class="vr-titlebar">
                            <h6>High Voltage Multiplier – A high voltage multiplexer generates from a typical bus-voltage an output voltage of several thousands volts.</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8746">
        
        	<div class="vr-mission-date">
            					<div class="padd">2015</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Nextar</h4>
                    <p style="margin-bottom:0 !important">NEC Standard bus satellite</p>                                  
                    <a href="http://2011.spacewire-conference.org/proceedings/Presentations/Missions/Hihara.pdf" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9293">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9293)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9315">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9315)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8755">
        
        	<div class="vr-mission-date">
            					<div class="padd">2015</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Sentinel 2A/B</h4>
                    <p style="margin-bottom:0 !important">Sentinel-2 is an Earth observation mission developed by ESA as part of the Copernicus Programme to perform terrestrial observations in support of services such as forest monitoring, land cover changes detection, and natural disaster management.</p>                                  
                    <a href="https://sentinel.esa.int/web/sentinel/missions/sentinel-2" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12195">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12195)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9209">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter –  A DC/DC-Converter converts electrical voltage from a particular  level to a different level</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9295">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9295)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9317">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9317)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11660">
                        <div class="vr-titlebar">
                            <h6>Check-Out &#038; FV, Software Development (OBSW, EGSE), Software QA, Unit Testing</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11660)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8725">
        
        	<div class="vr-mission-date">
            					<div class="padd">2015</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Tianwang-1</h4>
                    <p style="margin-bottom:0 !important">CubeSats constellations for space networking and communication experiments</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8891">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 1 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8712">
        
        	<div class="vr-mission-date">
            					<div class="padd">2015</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>TUPEX-5</h4>
                    <p style="margin-bottom:0 !important">parabolic flight campaign of TU- and process  measurement  datas </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8915">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8714">
        
        	<div class="vr-mission-date">
            					<div class="padd">2015</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>TW-1 Mission</h4>
                    <p style="margin-bottom:0 !important">Chinesische Tianwang-1 Satelitenkonstellation zur Orbitkommunikation</p>                                  
                    <a href="http://www.dk3wn.info/sat/afu/sat_tw.shtml" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8914">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8860">
        
        	<div class="vr-mission-date">
            					<div class="padd">2014</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Formosat-5</h4>
                    <p style="margin-bottom:0 !important">First space program (Earth Observation) of Taiwan</p>                                  
                    <a href="http://www.nspo.org.tw/2008e/projects/project5/intro.htm" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9141">
                        <div class="vr-titlebar">
                            <h6>Aluminum sandwich panels</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9141)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/03/STI-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SpaceTech GmbH (STI)<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/spacetech-gmbh-sti-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9184">
                        <div class="vr-titlebar">
                            <h6>System engineering and part procurement support</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9184)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8784">
        
        	<div class="vr-mission-date">
            					<div class="padd">2014</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Himawari 8/9</h4>
                    <p style="margin-bottom:0 !important">GEO weather sats, Japan</p>                                  
                    <a href="https://de.wikipedia.org/wiki/Himawari_8" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9218">
                        <div class="vr-titlebar">
                            <h6>Hocheffizienter Hochstromkonverter – A high-efficient high-current converter is optimized to provide a comination of low voltage and high currents to digital equipment featuring a high efficiency factor</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8758">
        
        	<div class="vr-mission-date">
            					<div class="padd">2014</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>MASCOT</h4>
                    <p style="margin-bottom:0 !important">Robotic Asteroid-Lander</p>                                  
                    <a href="http://www.dlr.de/rb/desktopdefault.aspx/ tabid-9969/17051_read-41247/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13378">
                        <div class="vr-titlebar">
                            <h6>Electronic units</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13378)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12184">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12184)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9335">
                        <div class="vr-titlebar">
                            <h6>On-board Computer – Lander&#8217;s Central Computer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8808">
        
        	<div class="vr-mission-date">
            					<div class="padd">2014</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Sentinel 1A – D</h4>
                    <p style="margin-bottom:0 !important">Provision of all-weather, day-and-night supply of imagery of Earth’s surface</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12194">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12194)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11659">
                        <div class="vr-titlebar">
                            <h6>Software Development (SCOE, EGSE)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11659)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9139">
                        <div class="vr-titlebar">
                            <h6>CFRP waveguides and thermally high conductive parts</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9139)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8747">
        
        	<div class="vr-mission-date">
            					<div class="padd">2014</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Slats</h4>
                    <p style="margin-bottom:0 !important">Super Low Altitude Test Satellite</p>                                  
                    <a href="https://directory.eoportal.org/web/eoportal/satellite-missions/s/slats" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9296">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9296)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9318">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9318)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8753">
        
        	<div class="vr-mission-date">
            					<div class="padd">2014</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Spot 7</h4>
                    <p style="margin-bottom:0 !important">Satellite Pour l’Observation de la Terre</p>                                  
                    <a href="https://de.wikipedia.org/wiki/SPOT_(Satellit)" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9298">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9298)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9320">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9320)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8787">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Alphasat</h4>
                    <p style="margin-bottom:0 !important">Largest European doubledeck coms-sat on GEO</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Telecommunications_Integrated_Applicatio ns/Alphasat/Overview" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9212">
                        <div class="vr-titlebar">
                            <h6>Power Supply Unit – A Power Supply Unit provides conditioned electrical power to an equipment</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9244">
                        <div class="vr-titlebar">
                            <h6>MLI for an external instrument</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9244)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8727">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>BeeSat-2</h4>
                    <p style="margin-bottom:0 !important">Space Verification of technologies for picosatellites </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13376">
                        <div class="vr-titlebar">
                            <h6>RW1 reaction wheel electronics</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8888">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 1 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="8906">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8717">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>BeeSat-3</h4>
                    <p style="margin-bottom:0 !important">Space Verification of technologies for picosatellites </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13377">
                        <div class="vr-titlebar">
                            <h6>RW1 reaction wheel electronics</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8907">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8788">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>IRNSS</h4>
                    <p style="margin-bottom:0 !important">Independent navigationsystem India</p>                                  
                    <a href="http://www.isro.gov.in/irnss-programme" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9211">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8857">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Kent Ridge 1</h4>
                    <p style="margin-bottom:0 !important">Microsatellite disaster monitoring Asia</p>                                  
                    <a href="https://directory.eoportal.org/web/eoportal/ satellite-missions/k/kent-ridge-1" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13380">
                        <div class="vr-titlebar">
                            <h6>Harness</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="13379">
                        <div class="vr-titlebar">
                            <h6>AOCS magnetometer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/BerlinSpace.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Berlin Space Technologies GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/berlin-space-technologies-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9228">
                        <div class="vr-titlebar">
                            <h6>Satellite System</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9228)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/SpaceIC-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SPACE IC GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/space-ic-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9337">
                        <div class="vr-titlebar">
                            <h6>Test module</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9337)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8793">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Kompsat 5</h4>
                    <p style="margin-bottom:0 !important">Korea Multi-Purpose Satellite</p>                                  
                    <a href="https://directory.eoportal.org/web/eoportal/satellite-missions/k/kompsat-5" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12181">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12181)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9206">
                        <div class="vr-titlebar">
                            <h6>Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8730">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>OPTOS</h4>
                    <p style="margin-bottom:0 !important">Demonstration new technologies in spacecraft development </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8884">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 1: RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8762">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Proba-V</h4>
                    <p style="margin-bottom:0 !important">European minisatellite monitoring vegetation each 48 hours</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Space_Engineering_Technology/ Proba_Missions/Overview2" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9329">
                        <div class="vr-titlebar">
                            <h6>Data Handling Unit – Receiving and formatting of science data</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8713">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>SOMP</h4>
                    <p style="margin-bottom:0 !important">Technology Verification and amateur radio satellite of the Techniche Universität Dresden, which is built to the 1U-CubeSat form factor; measurement of atomic oxygen of the upper atmosphere</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8913">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8745">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Sprint-A</h4>
                    <p style="margin-bottom:0 !important">Spectroscopic Planet Observatory for Recognition of Interaction of Atmospher</p>                                  
                    <a href="https://de.wikipedia.org/wiki/Hisaki" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9299">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9299)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9321">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9321)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8833">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>SWARM</h4>
                    <p style="margin-bottom:0 !important">Measuring earth´s magnetic fields</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Observing_the_Earth/ The_Living_Planet_Programme/ Earth_Explorers/Swarm" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12202">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12202)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11656">
                        <div class="vr-titlebar">
                            <h6>Check-Out &#038; FV</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11656)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9146">
                        <div class="vr-titlebar">
                            <h6>Heat transfer plate and Magnetic torquer frame</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9146)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9284">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9284)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9306">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9306)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8728">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>UWE-3</h4>
                    <p style="margin-bottom:0 !important">experimental satellite; system expansion to attitude control system, test of soft- and hardwaredesigns </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8887">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 1 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8729">
        
        	<div class="vr-mission-date">
            					<div class="padd">2013</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>WNISAT-1</h4>
                    <p style="margin-bottom:0 !important">nanosatellite for north arctic routes and atmosphere monitoring</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8901">
                        <div class="vr-titlebar">
                            <h6>Reactionwheel 1 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8861">
        
        	<div class="vr-mission-date">
            					<div class="padd">2012</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>GökTürk-2</h4>
                    <p style="margin-bottom:0 !important">Dual use Earth observation satellite, Turkey</p>                                  
                    <a href="https://www.tai.com.tr/en/project/gokturk-2" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/03/STI-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SpaceTech GmbH (STI)<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/spacetech-gmbh-sti-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9182">
                        <div class="vr-titlebar">
                            <h6>Solar generators with deployment mechanisms and pyrodrive modules</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9182)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9285">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9285)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9307">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9307)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8794">
        
        	<div class="vr-mission-date">
            					<div class="padd">2012</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Kompsat 3 Kompsat 3A</h4>
                    <p style="margin-bottom:0 !important">Korea Multi-Purpose Satellite</p>                                  
                    <a href="https://directory.eoportal.org/web/eoportal/satellite-missions/k/kompsat-3" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9205">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level.</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9346">
                        <div class="vr-titlebar">
                            <h6>Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8862">
        
        	<div class="vr-mission-date">
            					<div class="padd">2012</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>KOMPSAT-3</h4>
                    <p style="margin-bottom:0 !important">High resolution earth observation for GIS, with 0.7 m GSD</p>                                  
                    <a href="https://directory.eoportal.org/web/eoportal/satellite-missions/k/kompsat-3" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12180">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12180)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/03/STI-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>SpaceTech GmbH (STI)<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/spacetech-gmbh-sti-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9179">
                        <div class="vr-titlebar">
                            <h6>Deployment mechanism of the solar generators</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9179)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8782">
        
        	<div class="vr-mission-date">
            					<div class="padd">2012</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>LIDAR ATV 5</h4>
                    <p style="margin-bottom:0 !important">Laserinstrument for navigation in Deep Space</p>                                  
                    <a href="http://www.esa.int/Our_Activities/Space_Engineering_Technology/Laser_radar_illuminates_the_way_to_deep_space" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12182">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12182)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9221">
                        <div class="vr-titlebar">
                            <h6>COTS Converter (Commercial off the shelf ITAR free converter)</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8754">
        
        	<div class="vr-mission-date">
            					<div class="padd">2012</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Spot 6</h4>
                    <p style="margin-bottom:0 !important">Satellite Pour l’Observation de la Terre</p>                                  
                    <a href="https://de.wikipedia.org/wiki/SPOT_(Satellit)" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9297">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9297)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9319">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9319)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8757">
        
        	<div class="vr-mission-date">
            					<div class="padd">2012</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>TET</h4>
                    <p style="margin-bottom:0 !important">Microsatellite as test bed</p>                                  
                    <a href="http://www.dlr.de/rd/desktopdefault.aspx/ tabid-2274/3396_read-5085/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13373">
                        <div class="vr-titlebar">
                            <h6>Electronic units</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13373)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9336">
                        <div class="vr-titlebar">
                            <h6>On-board Computer – Satellite&#8217;s Central Computer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8856">
        
        	<div class="vr-mission-date">
            					<div class="padd">2012</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>URTHECAST</h4>
                    <p style="margin-bottom:0 !important">Wordwide first multispectral otical SAR EOconstellation</p>                                  
                    <a href="https://www.urthecast.com" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/BerlinSpace.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Berlin Space Technologies GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/berlin-space-technologies-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9229">
                        <div class="vr-titlebar">
                            <h6>redundant star tracker</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9230">
                        <div class="vr-titlebar">
                            <h6>redundant gyro system (IMU)</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9231">
                        <div class="vr-titlebar">
                            <h6>power and interface unit</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8774">
        
        	<div class="vr-mission-date">
            					<div class="padd">2012</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>VEGA Launcher</h4>
                    <p style="margin-bottom:0 !important">Europe´s light launcher</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Launchers/Launch_vehicles/Vega" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/HPS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HPS GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/hps-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9243">
                        <div class="vr-titlebar">
                            <h6>Thermal protection of camera housing</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9243)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8768">
        
        	<div class="vr-mission-date">
            					<div class="padd">2011</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>EGNOS</h4>
                    <p style="margin-bottom:0 !important">First secure navigationsystem of Europe based on GPS, suitable even for ships and planes</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Navigation/The_present_-_EGNOS/ What_is_EGNOS" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/philo.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Philotech Group<p> </p></h6>
                        <a href="https://bestofspace.de/en/?post_type=portfolio&p=7043"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9275">
                        <div class="vr-titlebar">
                            <h6>Consulting SW development processes</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9275)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8848">
        
        	<div class="vr-mission-date">
            					<div class="padd">2011</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Galileo</h4>
                    <p style="margin-bottom:0 !important">Europe´s navigationsystem</p>                                  
                    <a href="http://www.gsa.europa.eu" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11655">
                        <div class="vr-titlebar">
                            <h6>Software Development (RTS)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11655)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/EIS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>E.I.S. Electronics GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/?post_type=portfolio&p=7016"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8892">
                        <div class="vr-titlebar">
                            <h6>complete manufacturing of  Galileo cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9140">
                        <div class="vr-titlebar">
                            <h6>Aluminum sandwich panels</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9140)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/redlogix.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>redlogix GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/redlogix-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9161">
                        <div class="vr-titlebar">
                            <h6>System Test of Precise Time Facility (PTF) at GCC Oberpfaffenhofen</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9161)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9204">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter Electronic Power Conditioner – converts electrical voltage from a particular  level to a different level.</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/philo.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Philotech Group<p> </p></h6>
                        <a href="https://bestofspace.de/en/?post_type=portfolio&p=7043"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9273">
                        <div class="vr-titlebar">
                            <h6>Verification for Security Aspects SW  Engineering Management</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9273)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9286">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9286)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9308">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9308)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9328">
                        <div class="vr-titlebar">
                            <h6>Ground Equipment – Special Check-Out Equimpent for the crypto system</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8809">
        
        	<div class="vr-mission-date">
            					<div class="padd">2010</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>TanDEM-X</h4>
                    <p style="margin-bottom:0 !important">High-fidelity, three dimensional imaging of earth in consistent quality</p>                                  
                    <a href="https://earth.esa.int/web/guest/missions/ 3rd-party-missions/current-missions/ terrasar-x" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12203">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics and Hardware</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12203)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9138">
                        <div class="vr-titlebar">
                            <h6>CFRP waveguides and thermally high conductive parts</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9138)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8820">
        
        	<div class="vr-mission-date">
            					<div class="padd">2010</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>TET-1</h4>
                    <p style="margin-bottom:0 !important">On-Orbit-Verification (OOV)</p>                                  
                    <a href="http://www.dlr.de/rd/desktopdefault.aspx/tabid-2274/3396_read-5085/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Aero.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Aerospace Innovation GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/aerospace-innovation-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8873">
                        <div class="vr-titlebar">
                            <h6>Propulsion System AQUAJET</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(8873)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8896">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 90 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/IMST.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>IMST GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/imst-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9151">
                        <div class="vr-titlebar">
                            <h6>Synthesizer-Experiment mit Synthesizer-, Mischer-, Verstärker-und SPDT-Schalter-Modulen in LTCC.</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/redlogix.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>redlogix GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/redlogix-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9162">
                        <div class="vr-titlebar">
                            <h6>Software Engineering Consultancy</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9162)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9214">
                        <div class="vr-titlebar">
                            <h6>Battery and Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ECM.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ECM GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7018/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9235">
                        <div class="vr-titlebar">
                            <h6>Camera Structure</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8732">
        
        	<div class="vr-mission-date">
            					<div class="padd">2009</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>BeeSat-1</h4>
                    <p style="margin-bottom:0 !important">Space Verification of technologies for picosatellites </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13372">
                        <div class="vr-titlebar">
                            <h6>RW1 reaction wheel electronics</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8882">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 1: RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="8905">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-11650">
        
        	<div class="vr-mission-date">
            					<div class="padd">2009</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>GOCE</h4>
                    <p style="margin-bottom:0 !important">ESA's Gravity field and steady-state Ocean Circulation Explorer </p>                                  
                    <a href="https://www.esa.int/Our_Activities/Observing_the_Earth/GOCE" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12175">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12175)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11654">
                        <div class="vr-titlebar">
                            <h6>Check-Out &#038; FV, Software QA</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11654)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8811">
        
        	<div class="vr-mission-date">
            					<div class="padd">2009</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Herschel</h4>
                    <p style="margin-bottom:0 !important">Astronomical observatory</p>                                  
                    <a href="http://sci.esa.int/herschel/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9136">
                        <div class="vr-titlebar">
                            <h6>Isostatic mount</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9136)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8715">
        
        	<div class="vr-mission-date">
            					<div class="padd">2009</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ITÜp-Sat1</h4>
                                                      
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8911">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8688">
        
        	<div class="vr-mission-date">
            					<div class="padd">2009</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>SPIRALE A/B</h4>
                    <p style="margin-bottom:0 !important">Systeme Preparatoire Infra-Rouge pour l'Alerte</p>                                  
                    <a href="https://directory.eoportal.org/web/eoportal/satellite-missions/s/spirale" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ECM.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ECM GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7018/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9234">
                        <div class="vr-titlebar">
                            <h6>All Cesic Telecope</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8718">
        
        	<div class="vr-mission-date">
            					<div class="padd">2009</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Swiss-Cube</h4>
                    <p style="margin-bottom:0 !important">Launch of a new swiss communication system with satellite and ground station</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8909">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8716">
        
        	<div class="vr-mission-date">
            					<div class="padd">2009</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>UWE-2</h4>
                    <p style="margin-bottom:0 !important">experimental satellite; system expansion to attitude control system, test of soft- and hardwaredesigns </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8910">
                        <div class="vr-titlebar">
                            <h6>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8767">
        
        	<div class="vr-mission-date">
            					<div class="padd">2008</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ATV</h4>
                    <p style="margin-bottom:0 !important">Europ´s automatic service craft to supply the ISS</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Human_Spaceflight/ATV" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/philo.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Philotech Group<p> </p></h6>
                        <a href="https://bestofspace.de/en/?post_type=portfolio&p=7043"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9276">
                        <div class="vr-titlebar">
                            <h6>RAMS Analysis</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9276)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12167">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12167)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8796">
        
        	<div class="vr-mission-date">
            					<div class="padd">2008</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>RapidEye</h4>
                    <p style="margin-bottom:0 !important">space based geo information</p>                                  
                    <a href="http://blackbridge.com/rapideye/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9202">
                        <div class="vr-titlebar">
                            <h6>DC/DC Converter – DC/DC-Converter converts electrical voltage from a particular  level to a different level</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9347">
                        <div class="vr-titlebar">
                            <h6>A Power Distribution Unit distributes electrical energy into a complete instrument or satellite</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8761">
        
        	<div class="vr-mission-date">
            					<div class="padd">2008</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>SAR-Lupe</h4>
                    <p style="margin-bottom:0 !important">Military observation satellite German Bundeswehr</p>                                  
                    <a href="http://www.dlr.de/desktopdefault.aspx/ tabid-6214/10201_read-6647/10201_page- 2/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="226" src="https://bestofspace.de/wp-content/uploads/2016/04/dsi-aerospace-Official_Logo_cmyk_300x226_72.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>DSI Aerospace GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7014/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9330">
                        <div class="vr-titlebar">
                            <h6>Crypto System – On-board and Ground Crypto System</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8801">
        
        	<div class="vr-mission-date">
            					<div class="padd">2007</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ANITA</h4>
                    <p style="margin-bottom:0 !important">Instrument monitoring air on ISS</p>                                  
                    <a href="http://www.esa.int/Our_Activities/Human_Spaceflight/International_Space_Station/ANITA_air_quality_monitoring_for_the_International_Space_Station" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/kto-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Kampf Telescope Optics GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/kampf-telescope-optics-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9155">
                        <div class="vr-titlebar">
                            <h6>Definition of line shape stability and optical alignment requirements</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8791">
        
        	<div class="vr-mission-date">
            					<div class="padd">2007</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>International Space Station (ISS)</h4>
                    <p style="margin-bottom:0 !important">International Space Station</p>                                  
                    <a href="http://www.esa.int/Our_Activities/Human_Spaceflight/International_Space_Station" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12178">
                        <div class="vr-titlebar">
                            <h6>Hardware for microgravity experiments</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12178)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11666">
                        <div class="vr-titlebar">
                            <h6>Advanced Closed Loop System (ACLS)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11666)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="11658">
                        <div class="vr-titlebar">
                            <h6>Software Development (UI)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11658)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9208">
                        <div class="vr-titlebar">
                            <h6>Capillary Channel Flow Electrical Subsystem for ISS (Power Supply for an experiment)</h6>
                                                    </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9345">
                        <div class="vr-titlebar">
                            <h6>-Translate- Over Temperature External Electronics Box for ISS (Übertemperaturschutzschalter)</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8707">
        
        	<div class="vr-mission-date">
            					<div class="padd">2007</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>LAPAN-TubSat (2005)</h4>
                    <p style="margin-bottom:0 !important">Earth observation Satellit  of TU berlin and Indonesian space agency LAPAN </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9183">
                        <div class="vr-titlebar">
                            <h6>Ground Support Equipment / tailored transport container for a safe transport of satellite</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8744">
        
        	<div class="vr-mission-date">
            					<div class="padd">2007</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Lunar Exploration Orbiter</h4>
                    <p style="margin-bottom:0 !important">Lunarer Erkundungsorbiter</p>                                  
                    <a href="https://de.wikipedia.org/wiki/LEO_(Raumsonde)" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astos-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astos Solutions GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astos-solutions-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9197">
                        <div class="vr-titlebar">
                            <h6>Mission analysis, trajectory optimisation, life time prediction</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8749">
        
        	<div class="vr-mission-date">
            					<div class="padd">2007</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Radarsat</h4>
                    <p style="margin-bottom:0 !important">Canada's next-generation commercial radar satellite </p>                                  
                    <a href="http://www.asc-csa.gc.ca/eng/satellites/radarsat2/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9294">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9294)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9316">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9316)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8810">
        
        	<div class="vr-mission-date">
            					<div class="padd">2007</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>TerraSAR-X</h4>
                    <p style="margin-bottom:0 !important">Spaceborne radar sensors for EO</p>                                  
                    <a href="https://earth.esa.int/web/guest/missions/ 3rd-party-missions/current-missions/ terrasar-x" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12204">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics and Hardware</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12204)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/IMST.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>IMST GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/imst-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9125">
                        <div class="vr-titlebar">
                            <h6>Distributor network 1 to 32 for antenna system</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/INVENT_LOGO_228x300.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>INVENT GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/invent-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9137">
                        <div class="vr-titlebar">
                            <h6>CFRP waveguides and thermally high conductive parts</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9137)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9288">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9288)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9310">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9310)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13277">
        
        	<div class="vr-mission-date">
            					<div class="padd">2007</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>THEMIS / ARTEMIS</h4>
                    <p style="margin-bottom:0 !important">Five NASA satellites (THEMIS A through THEMIS E) studied energy releases from Earth's magnetosphere known as substorms, magnetic phenomena that intensify auroras near Earth's poles. </p>                                  
                    <a href="https://www.nasa.gov/mission_pages/themis/mission/index.html" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13342">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13342)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8748">
        
        	<div class="vr-mission-date">
            					<div class="padd">2007</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Tubsat</h4>
                    <p style="margin-bottom:0 !important">Mikrosatellit der TU Berlin</p>                                  
                    <a href="https://de.wikipedia.org/wiki/TUBSAT" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/Zarm.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ZARM Technik AG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/zarm-technik-ag-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9300">
                        <div class="vr-titlebar">
                            <h6>Magentic Torquer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9300)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="9322">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9322)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-11649">
        
        	<div class="vr-mission-date">
            					<div class="padd">2006</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>MetOp</h4>
                    <p style="margin-bottom:0 !important">Metop is a series of three polar orbiting meteorological satellites</p>                                  
                    <a href="https://www.eumetsat.int/website/home/Satellites/CurrentSatellites/Metop/index.html" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12186">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12186)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11653">
                        <div class="vr-titlebar">
                            <h6>Software Development, Check-Out &#038; FV</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11653)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8769">
        
        	<div class="vr-mission-date">
            					<div class="padd">2006</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>SatCom BW</h4>
                    <p style="margin-bottom:0 !important">Satellitesystem German Bundeswehr, among others for communications with troups abroad</p>                                  
                    <a href="http://www.bundeswehr.de/portal/a/bwde/! ut/p/c4/ NYqxDoJAEET_6JbDRBM6DZHYQGKjZ7f AQjbAHVkXafx47wpnklfMG3hBrMcPj6gcP M7wBNdx0e6m3XsybxVinQRpUIJHese1C 540UckrR46CGsSsQXROZhOJxnAPLrPlx Z6yfz3eK_ KyuWH_FZfG1iX5fwDZAmL_g!!/" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12193">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12193)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/philo.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Philotech Group<p> </p></h6>
                        <a href="https://bestofspace.de/en/?post_type=portfolio&p=7043"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9274">
                        <div class="vr-titlebar">
                            <h6>Product Assurance Maintenance &#038; Support Engineering</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9274)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-11648">
        
        	<div class="vr-mission-date">
            					<div class="padd">2005</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>CryoSat</h4>
                    <p style="margin-bottom:0 !important">ESA’s CryoSat mission is dedicated to measuring the thickness of polar sea ice and monitoring changes in the ice sheets that blanket Greenland and Antarctica.</p>                                  
                    <a href="https://www.esa.int/Our_Activities/Observing_the_Earth/CryoSat" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12169">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12169)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2018/09/Konzept_Logo_5x5_72dpi_300x228px-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Konzept Informationssysteme GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/konzept-informationssysteme-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="11652">
                        <div class="vr-titlebar">
                            <h6>Software Development (RTS)</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(11652)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8797">
        
        	<div class="vr-mission-date">
            					<div class="padd">2005</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>ROKVISS</h4>
                    <p style="margin-bottom:0 !important">Lightweighed telerobotic system</p>                                  
                    <a href="http://robotics.estec.esa.int/ASTRA/ Astra2002/Papers/astra2002_2.3b-4.pdf" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/STT.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>STT-SystemTechnik GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/stt-systemtechnik-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9195">
                        <div class="vr-titlebar">
                            <h6>S-Band TMTC unit</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9195)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8734">
        
        	<div class="vr-mission-date">
            					<div class="padd">2005</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Venus Express</h4>
                    <p style="margin-bottom:0 !important">Mapping of the Venus</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13333">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8878">
                        <div class="vr-titlebar">
                            <h6>PFS Planetary Fourier IR Spectrometer – instrument for infrared spectroscopy; informations about the nature of atmosphere</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8709">
        
        	<div class="vr-mission-date">
            					<div class="padd">2004</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>MFP Satellite</h4>
                    <p style="margin-bottom:0 !important">Multifunctional Plattform Satellite EADS</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9186">
                        <div class="vr-titlebar">
                            <h6>Developing of a solar array</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8834">
        
        	<div class="vr-mission-date">
            					<div class="padd">2004</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Rosetta</h4>
                    <p style="margin-bottom:0 !important">Comet chaser with Lander</p>                                  
                    <a href="http://www.esa.int/Our_Activities/ Space_Science/Rosetta" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2021/08/IM-05-05_HTV_300-228.png" class="attachment-small size-small wp-post-image" alt="HTV-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>HTV Halbleiter-Test &#038; Vertriebs-GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/htv-halbleiter-test-vertriebs-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13890">
                        <div class="vr-titlebar">
                            <h6>Electrical Components</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13890)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="13875">
                        <div class="vr-titlebar">
                            <h6>5.500 components tested</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13875)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13330">
                        <div class="vr-titlebar">
                            <h6>Electronic Units</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13330)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/02/Freyer_Logo_300-228-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Freyer GmbH &#038; Co. KG<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/freyer-gmbh-co-kg-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="12190">
                        <div class="vr-titlebar">
                            <h6>Precision mechanics</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(12190)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8871">
                        <div class="vr-titlebar">
                            <h6>MUPUS Thermal Mapper und ROLIS – measuring the mechanical and thermal properties of external comet layers</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/VHS.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>von Hoerner &#038; Sulger GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/von-hoerner-sulger-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9278">
                        <div class="vr-titlebar">
                            <h6>COSIMA</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(9278)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8708">
        
        	<div class="vr-mission-date">
            					<div class="padd">2003</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Double Star</h4>
                    <p style="margin-bottom:0 !important">satellite based space mission by CNSA and ESA --> investigation of earth's magnetic field and the interaction with solar wind</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13329">
                        <div class="vr-titlebar">
                            <h6>Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13329)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8929">
                        <div class="vr-titlebar">
                            <h6>Deployable Booms for satellites</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(8929)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8735">
        
        	<div class="vr-mission-date">
            					<div class="padd">2003</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Mars Express</h4>
                    <p style="margin-bottom:0 !important">Complete mapping of Mars</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13315">
                        <div class="vr-titlebar">
                            <h6>Electronics for IR spectrometer calibration source</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13315)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8874">
                        <div class="vr-titlebar">
                            <h6>PFS Planetary Fourier IR Spectrometer  – instrument for infrared spectroscopy; informations about the nature of atmosphere</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8738">
        
        	<div class="vr-mission-date">
            					<div class="padd">2003</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Mars NetLander Mission</h4>
                    <p style="margin-bottom:0 !important">Exploration of Mars</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8869">
                        <div class="vr-titlebar">
                            <h6>studies with camera systems</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(8869)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8723">
        
        	<div class="vr-mission-date">
            					<div class="padd">2001</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>BIRD</h4>
                    <p style="margin-bottom:0 !important">infrared earth observation for fire fighting</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13318">
                        <div class="vr-titlebar">
                            <h6>Magnet-Torquer Coil System</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                <div style="clear:both"></div>
				                        
				                
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8894">
                        <div class="vr-titlebar">
                            <h6>Reaction Wheel 90 – RW to control satellite attitude</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8733">
        
        	<div class="vr-mission-date">
            					<div class="padd">2001</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>MAROCSAT</h4>
                    <p style="margin-bottom:0 !important">satellite for research and earth observation </p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8881">
                        <div class="vr-titlebar">
                            <h6>GSE (Ground Support Equipment) for small satellites / tailored transport container for a safe transport of satellite</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8785">
        
        	<div class="vr-mission-date">
            					<div class="padd">2001</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Meteor M3</h4>
                    <p style="margin-bottom:0 !important">Series of 9 Russian sunsynchronous weather sats</p>                                  
                    <a href="http://www.wmo-sat.info/oscar/satelliteprogrammes/view/100" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9217">
                        <div class="vr-titlebar">
                            <h6>Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8792">
        
        	<div class="vr-mission-date">
            					<div class="padd">1999</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Shenzhou</h4>
                    <p style="margin-bottom:0 !important">First astronautical space ship of China</p>                                  
                    <a href="https://de.wikipedia.org/wiki/Shenzhou" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ASP_300x228.png" class="attachment-small size-small wp-post-image" alt="ASP-Logo" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ASP-Equipment GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/asp-equipment-gmbh-2/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9207">
                        <div class="vr-titlebar">
                            <h6>Electronic Power Conditioner (EPC) for Space Communikation – An EPC provides the electrical power for a Communication Tube (eg. TWT, Klystron). The output voltage varies between 20 Volt and 20.000Volt</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8737">
        
        	<div class="vr-mission-date">
            					<div class="padd">1997</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>CASSINI Mission</h4>
                    <p style="margin-bottom:0 !important">Exploration of Saturn and it´s moons</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8870">
                        <div class="vr-titlebar">
                            <h6>Cosmic Dust Analyzer (CDA) – analysis of ice and dust grains in and near the Saturn system</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13271">
        
        	<div class="vr-mission-date">
            					<div class="padd">1997</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Equator-S</h4>
                    <p style="margin-bottom:0 !important">EQUATOR-S is a low-cost mission designed to study the Earth's equatorial magnetosphere out to distances of 67000 km.</p>                                  
                    <a href="https://www2011.mpe.mpg.de/EQS/eq-s-home.html" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13322">
                        <div class="vr-titlebar">
                            <h6>Magnetometer and magnet-torquer system</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13322)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8739">
        
        	<div class="vr-mission-date">
            					<div class="padd">1996</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>MARS ’96 Mission / Mars 8</h4>
                    <p style="margin-bottom:0 !important">Exploration of Mars</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8867">
                        <div class="vr-titlebar">
                            <h6>WAOSS Stereo Camera</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(8867)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                    
					<div class="vr-project" data-id="8868">
                        <div class="vr-titlebar">
                            <h6>PFS Planetary Fourier IR Spectrometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(8868)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8736">
        
        	<div class="vr-mission-date">
            					<div class="padd">1995</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>IRS-C Satellit</h4>
                    <p style="margin-bottom:0 !important">earth observation to support the national economy of India  (agricultur, water resources, forestry...)</p>                                  
                    <a href="#" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/05/Astrofein-300.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Astro- und Feinwerktechnik Adlershof GmbH</h6>
                        <a href="https://bestofspace.de/en/portfolio-type/astro-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="8872">
                        <div class="vr-titlebar">
                            <h6>Festkörperspektroskopie  (studies of material properties of solid states)</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-13274">
        
        	<div class="vr-mission-date">
            					<div class="padd">1986</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>Spacestation MIR</h4>
                    <p style="margin-bottom:0 !important">Manned space station of the Sowjetunion, orniting Earth from 1986-2001.</p>                                  
                    <a href="https://en.wikipedia.org/wiki/Mir" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2020/12/magson_logo_300x228_b.png" class="attachment-small size-small wp-post-image" alt="Magson GmbH" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>Magson GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/magson-gmbh/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="13310">
                        <div class="vr-titlebar">
                            <h6>Digital Fluxgate Magnetometer</h6>
                                                        <a href="javascript:void(0)" onClick="showPopup(13310)"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements//img/icon-popup.png"></a>
                        	                        </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
                
        <div class="vr-mission" id="ank-8689">
        
        	<div class="vr-mission-date">
            					<div class="padd">n.a.</div>
            </div>
            <div class="vr-mission-title">
            	<div class="padd">
                	<h4>SPIRALE A</h4>
                    <p style="margin-bottom:0 !important">Doppelsat-System EO with telescopes made from highly innovative new materials</p>                                  
                    <a href="http://www.cesic.de/PDF/ SPIE_2009_SPIRALE_instrument_final.pdf .pdf" target="_blank"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                                    </div>    
        	</div>
            <div style="clear:both"></div>
            
            <div class="vr-companies">        
                        
            
				            	<div class="vr-company">
                	<div class="padd" style="display:block; padding:0; width:100%; margin:0 auto">
                    <img width="300" height="228" src="https://bestofspace.de/wp-content/uploads/2016/04/ECM.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />					</div>
                    <div class="vr-titlebar">
                        <h6>ECM GmbH<p> </p></h6>
                        <a href="https://bestofspace.de/en/portfolio-type/7018/"><img src="https://bestofspace.de/wp-content/plugins/qube-visual-composer/elements/img/icon-info.png"></a>
                    </div>
                </div>
                                
                <div class="vr-projects">                
                                    
					<div class="vr-project" data-id="9233">
                        <div class="vr-titlebar">
                            <h6>All Cesic Telecope</h6>
                                                    </div>
					</div>
                    
					                	
                </div>
                
                                        
				 
            </div>
            <div style="clear:both"></div>        
            </div>
            
    </div>
    
    <div class="vr-popup"> 
        <div class="close" onClick="hidePopup()"></div>
    	<div class="padd">
		            
            <div class="vr-popup-content" data-project="14203">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2022/11/GatewaycTAS_klein.png" title="Turnkey development of all internal secondary structures of the habitation module">
					<img width="640" height="418" src="https://bestofspace.de/wp-content/uploads/2022/11/GatewaycTAS_klein.png" class="attachment-small size-small wp-post-image" alt="Gateway(c)TAS_klein" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2022/11/GatewaycTAS_klein.png 640w, https://bestofspace.de/wp-content/uploads/2022/11/GatewaycTAS_klein-300x196.png 300w" sizes="(max-width: 640px) 100vw, 640px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Turnkey development of all internal secondary structures of the habitation module</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14195">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/S6-Hardware.png" title="Support in the structural analysis of the primary structure">
					<img width="782" height="446" src="https://bestofspace.de/wp-content/uploads/2016/10/S6-Hardware.png" class="attachment-small size-small wp-post-image" alt="S6-Hardware" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/10/S6-Hardware.png 782w, https://bestofspace.de/wp-content/uploads/2016/10/S6-Hardware-300x171.png 300w" sizes="(max-width: 782px) 100vw, 782px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support in the structural analysis of the primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14189">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2022/11/MTG-Mission_ESA_small.jpg" title="Support in the structural analysis of the primary structure">
					<img width="800" height="600" src="https://bestofspace.de/wp-content/uploads/2022/11/MTG-Mission_ESA_small.jpg" class="attachment-small size-small wp-post-image" alt="MTG-Mission_ESA_small" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2022/11/MTG-Mission_ESA_small.jpg 800w, https://bestofspace.de/wp-content/uploads/2022/11/MTG-Mission_ESA_small-300x225.jpg 300w" sizes="(max-width: 800px) 100vw, 800px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support in the structural analysis of the primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14102">
                <a class="fancy" href="" title="Power Supply Unit (PSU)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Power Supply Unit (PSU)</strong>
                    <p>The PSU is a unique power supply system, for supplying power to the panchromatic band camera and the multispectral camera. It has 24 precise power outputs, as well as a TC/TM interface and regulated heater outputs. The power supply consists of a total of 8 individually designed, manufactured and tested modules.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14099">
                <a class="fancy" href="" title="Ancillary Electronic Unit (AEU)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ancillary Electronic Unit (AEU)</strong>
                    <p>The AEU supplies power to both the "normal" cameras (N-AEU) and the "fast" cameras (F-AEU). The N-AEU consists of 6 sophisticated power supply modules, 2 command and control modules, and an internal supply module. The F-AEU consists of 1 sophisticated power supply module, 2 command and control modules, and 1 internal supply module.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13890">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web.jpg" title="Electrical Components">
					<img width="978" height="652" src="https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web.jpg 978w, https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web-300x200.jpg 300w, https://bestofspace.de/wp-content/uploads/2021/10/SAM_5357-web-800x533.jpg 800w" sizes="(max-width: 978px) 100vw, 978px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electrical Components</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13887">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg" title="Evaluation of the effectiveness of board/unit level testing">
					<img width="900" height="178" src="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg" class="attachment-small size-small wp-post-image" alt="HTV-Services" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg 900w, https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web-300x59.jpg 300w, https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web-800x158.jpg 800w" sizes="(max-width: 900px) 100vw, 900px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Evaluation of the effectiveness of board/unit level testing</strong>
                    <p>HTV assists in the planning and execution of electrical tests and physical analyses.<br />
<br />
The aim is to investigate the effectiveness of board/unit level testing compared to traditional EEE level testing.<br />
<br />
Started: 17.05.2021</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13885">
                <a class="fancy" href="" title="Survey on the status of EEE components in Germany">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Survey on the status of EEE components in Germany</strong>
                    <p>The objective of this study is to present, by means of research and questionnaires, the share of Germany and other nations in space-qualified EEE components and the reasons for the (uneven) distribution.<br />
<br />
This research is part of the INNOspace® initiative and the Space2Motion network.<br />
<br />
From 01.01.2021 until 31.08.2021.<br />
<br />
<a href="http://best-of-space.de/wp-content/uploads/2021/05/2021-04-21_Präsentation_EEE-Befragung-Raumfahrt_und_Automotive.pdf" target="_blank" rel="noopener noreferrer">Short-Presentation (in German)</a></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13875">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg" title="5.500 components tested">
					<img width="900" height="178" src="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg" class="attachment-small size-small wp-post-image" alt="HTV-Services" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web.jpg 900w, https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web-300x59.jpg 300w, https://bestofspace.de/wp-content/uploads/2021/10/©HTV-Dienstleistungen-2-web-800x158.jpg 800w" sizes="(max-width: 900px) 100vw, 900px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>5.500 components tested</strong>
                    <p>More than 5500 individual electronic components as well as complete printed circuit boards were extensively tested and examined at HTV with regard to weak points, to ensure that all components work properly and in the long term during the more than ten-year mission of the comet "Rosetta" under the extreme conditions in space.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13414">
                <a class="fancy" href="" title="Control Moment Gyroscope reaction wheel">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Control Moment Gyroscope reaction wheel</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13413">
                <a class="fancy" href="" title="Magnetically clean reaction wheel">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetically clean reaction wheel</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13412">
                <a class="fancy" href="" title="Torque improved stability reaction wheel">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Torque improved stability reaction wheel</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13399">
                <a class="fancy" href="" title="Radiometer electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Radiometer electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13398">
                <a class="fancy" href="" title="Electronic units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>Scientific magnetometer (JAMG IS),<br />
JANUS: Optical head unit heater control,<br />
JANUS: soldering of sensor electronics.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13395">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/EnMAP-1.jpg" title="AOCS magnetometer">
					<img width="640" height="480" src="https://bestofspace.de/wp-content/uploads/2020/12/EnMAP-1.jpg" class="attachment-small size-small wp-post-image" alt="AOCS magnetometer" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/EnMAP-1.jpg 640w, https://bestofspace.de/wp-content/uploads/2020/12/EnMAP-1-300x225.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13394">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13393">
                <a class="fancy" href="" title="AOCS magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13392">
                <a class="fancy" href="" title="Scientific orbiter magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Scientific orbiter magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13389">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU.jpg" title="Scientific  Magnetometer with On-orbit data correction">
					<img width="1280" height="960" src="https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU.jpg" class="attachment-small size-small wp-post-image" alt="SOSMAG DPU" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU.jpg 1280w, https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU-300x225.jpg 300w, https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU-1024x768.jpg 1024w, https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU-800x600.jpg 800w, https://bestofspace.de/wp-content/uploads/2020/12/SOSMAG_DPU-1200x900.jpg 1200w" sizes="(max-width: 1280px) 100vw, 1280px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Scientific  Magnetometer with On-orbit data correction</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13388">
                <a class="fancy" href="" title="Scientific  Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Scientific  Magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13387">
                <a class="fancy" href="" title="Electronic units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>scientific Magnetometer,<br />
Radiometer electronics,<br />
IR black body electronics.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13384">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/long_flex.jpg" title="Electronic units">
					<img width="1280" height="720" src="https://bestofspace.de/wp-content/uploads/2020/12/long_flex.jpg" class="attachment-small size-small wp-post-image" alt="Long flex PCB" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/long_flex.jpg 1280w, https://bestofspace.de/wp-content/uploads/2020/12/long_flex-300x169.jpg 300w, https://bestofspace.de/wp-content/uploads/2020/12/long_flex-1024x576.jpg 1024w, https://bestofspace.de/wp-content/uploads/2020/12/long_flex-800x450.jpg 800w, https://bestofspace.de/wp-content/uploads/2020/12/long_flex-1200x675.jpg 1200w" sizes="(max-width: 1280px) 100vw, 1280px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>HP3 Electronics development and manufacturing,<br />
Radiometer Electronics development and manufacturing,<br />
Design of &gt;5m Long Flex PCBs.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13383">
                <a class="fancy" href="" title="Scientific Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Scientific Magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13382">
                <a class="fancy" href="" title="High torque reaction wheel electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>High torque reaction wheel electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13381">
                <a class="fancy" href="" title="AOCS magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13380">
                <a class="fancy" href="" title="Harness">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Harness</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13379">
                <a class="fancy" href="" title="AOCS magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13378">
                <a class="fancy" href="" title="Electronic units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>scientific Magnetometer<br />
Radiometer electronics</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13377">
                <a class="fancy" href="" title="RW1 reaction wheel electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>RW1 reaction wheel electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13376">
                <a class="fancy" href="" title="RW1 reaction wheel electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>RW1 reaction wheel electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13373">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE.png" title="Electronic units">
					<img width="1417" height="958" src="https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE.png" class="attachment-small size-small wp-post-image" alt="TET_MCSE" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE.png 1417w, https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE-300x203.png 300w, https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE-1024x692.png 1024w, https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE-800x541.png 800w, https://bestofspace.de/wp-content/uploads/2020/12/TET_MCSE-1200x811.png 1200w" sizes="(max-width: 1417px) 100vw, 1417px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic units</strong>
                    <p>Magnetometer<br />
Magnet Torquer Electronics</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13372">
                <a class="fancy" href="" title="RW1 reaction wheel electronics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>RW1 reaction wheel electronics</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13342">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/themis_red.jpg" title="Magnetometer">
					<img width="1024" height="675" src="https://bestofspace.de/wp-content/uploads/2020/12/themis_red.jpg" class="attachment-small size-small wp-post-image" alt="RISC Prozessor für THEMIS" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/themis_red.jpg 1024w, https://bestofspace.de/wp-content/uploads/2020/12/themis_red-300x198.jpg 300w, https://bestofspace.de/wp-content/uploads/2020/12/themis_red-800x527.jpg 800w" sizes="(max-width: 1024px) 100vw, 1024px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>Electronics development of first magnetometer utilizing a self-developed RISC processor.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13333">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13330">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/rosetta_cdms.png" title="Electronic Units">
					<img width="700" height="643" src="https://bestofspace.de/wp-content/uploads/2020/12/rosetta_cdms.png" class="attachment-small size-small wp-post-image" alt="CDMS for Rosetta" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/rosetta_cdms.png 700w, https://bestofspace.de/wp-content/uploads/2020/12/rosetta_cdms-300x276.png 300w" sizes="(max-width: 700px) 100vw, 700px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic Units</strong>
                    <p>Magnetometer electronics<br />
Landing gear electronics<br />
Anchor system electronics<br />
Thermal control system electronics<br />
PCB Layouts for board computer</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13329">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>Scientific class magnetometer in cooperation IC- London und IWF Graz</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13322">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2020/12/Equator-S.png" title="Magnetometer and magnet-torquer system">
					<img width="950" height="409" src="https://bestofspace.de/wp-content/uploads/2020/12/Equator-S.png" class="attachment-small size-small wp-post-image" alt="Magnetometer und Magnet-Torquers System" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2020/12/Equator-S.png 950w, https://bestofspace.de/wp-content/uploads/2020/12/Equator-S-300x129.png 300w, https://bestofspace.de/wp-content/uploads/2020/12/Equator-S-800x344.png 800w" sizes="(max-width: 950px) 100vw, 950px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer and magnet-torquer system</strong>
                    <p>Magnetometer -magnet torquers system to accerlerate the satellite spin rate from 1rpm to 60rpm after deployment.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13318">
                <a class="fancy" href="" title="Magnet-Torquer Coil System">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnet-Torquer Coil System</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13315">
                <a class="fancy" href="" title="Electronics for IR spectrometer calibration source">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronics for IR spectrometer calibration source</strong>
                    <p>Electronics development and manufacturing of a IR spectrometer calibration source</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="13310">
                <a class="fancy" href="" title="Digital Fluxgate Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Digital Fluxgate Magnetometer</strong>
                    <p>Electronics development and manufacturing of Magson´s first digital space magnetometer with near-sensor signal digitalization.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12214">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12205">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12204">
                <a class="fancy" href="" title="Precision mechanics and Hardware">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics and Hardware</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures<br />
<br />
Hardware for HF modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12203">
                <a class="fancy" href="" title="Precision mechanics and Hardware">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics and Hardware</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures<br />
<br />
Hardware for HF modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12202">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12201">
                <a class="fancy" href="" title="Titanium structures for thermal shield">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Titanium structures for thermal shield</strong>
                    <p>Titanium structures for thermal shield</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12200">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12199">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12198">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12197">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12196">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12195">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12194">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12193">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12192">
                <a class="fancy" href="" title="Hardware for HF modules">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Hardware for HF modules</strong>
                    <p>Hardware for HF modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12190">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12189">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12188">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12186">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12185">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12184">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12183">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12182">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12181">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12180">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12179">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12178">
                <a class="fancy" href="" title="Hardware for microgravity experiments">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Hardware for microgravity experiments</strong>
                    <p>Hardware for microgravity experiments</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12177">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12175">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12174">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12173">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12172">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12171">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12170">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12169">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12168">
                <a class="fancy" href="" title="Precision mechanics and sheet metal structures">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics and sheet metal structures</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures<br />
<br />
Sheet metal structures for MLI support</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11686">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1.png" title="Programmable Digital Current Regulator (DCR)<br>&copy;Konzept Informationssysteme GmbH">
					<img width="1500" height="1001" src="https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1.png 1500w, https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1-300x200.png 300w, https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1-1024x683.png 1024w, https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1-800x534.png 800w, https://bestofspace.de/wp-content/uploads/2018/09/Stromregler_Touch-1-1200x801.png 1200w" sizes="(max-width: 1500px) 100vw, 1500px" />                    <div class="copy">&copy; Konzept Informationssysteme GmbH</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Programmable Digital Current Regulator (DCR)</strong>
                    <p>The Programmable Digital Current Regulator (DCR) allows to control the output current for different applications with high flexibility. Execution and control parameters can be defined unsing an intuitve operator interface and menu structure. The DCR will deliver the appropriate current curve for the indiviual current curve based on the defined parameters.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11683">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2018/09/Logo_PERIGEE_RGB-2.png" title="PERIGEE<br>&copy;Konzept Informationssysteme GmbH">
					<img width="704" height="489" src="https://bestofspace.de/wp-content/uploads/2018/09/Logo_PERIGEE_RGB-2.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2018/09/Logo_PERIGEE_RGB-2.png 704w, https://bestofspace.de/wp-content/uploads/2018/09/Logo_PERIGEE_RGB-2-300x208.png 300w" sizes="(max-width: 704px) 100vw, 704px" />                    <div class="copy">&copy; Konzept Informationssysteme GmbH</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>PERIGEE</strong>
                    <p>The desktop application PERIGEE has been developt for the high and complex requirements of space missions and helps project teams to cope with the high degree of complexity through the usage of modern UI concepts. Within short time the communication both among satellite components and between satellite and ground can be defined by using ECSS-E-ST-70-41C (PUS-C).</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11671">
                <a class="fancy" href="" title="Verification &#038; Test">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Verification &#038; Test</strong>
                    <p>- Software Verification<br />
- Board Level Testing for On-Board Mass Memory Unit (MMU)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11670">
                <a class="fancy" href="" title="Unit Testing, Software Development">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Unit Testing, Software Development</strong>
                    <p>- Unit Testing of a performance analysis tool of the navigation system<br />
- Development of a data extractor for NetCDF files</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11669">
                <a class="fancy" href="" title="Validation, Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Validation, Check-Out &#038; FV</strong>
                    <p>- Validation of On-Board Computer<br />
- Functional Verification of the Data Handling Systems (DHS)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11668">
                <a class="fancy" href="" title="Check-Out &#038; FV, Software Development (OBSW), Unit Testing">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV, Software Development (OBSW), Unit Testing</strong>
                    <p>- Check-Out &amp; FV<br />
- Development of Central Software Modules<br />
- Unit Testing<br />
- EFM/PFM RTE Bench Commisionin</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11666">
                <a class="fancy" href="" title="Advanced Closed Loop System (ACLS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Advanced Closed Loop System (ACLS)</strong>
                    <p>Requirements Engineering and Risk &amp; Failure Analyses (FMEA)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11665">
                <a class="fancy" href="" title="Software Development (UI)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (UI)</strong>
                    <p>Development of UI components and tools for the Mission Operation Center (MOC)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11664">
                <a class="fancy" href="" title="Software Development (RTS), Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (RTS), Check-Out &#038; FV</strong>
                    <p>- Development of the On-Board Computer Simulators<br />
- Development of RTS modules<br />
- Check-Out &amp; FV</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11663">
                <a class="fancy" href="" title="Test Management, Validation, Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Test Management, Validation, Check-Out &#038; FV</strong>
                    <p>- Test Management for Validation of Onboard Software und Real-Time Simulator<br />
- Support of OBSW IST</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11662">
                <a class="fancy" href="" title="Software Development">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development</strong>
                    <p>Software Development for System Database</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11661">
                <a class="fancy" href="" title="Check-Out &#038; FV, Software Development (RTS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV, Software Development (RTS)</strong>
                    <p>- Functional Verification of the Drag Free Attitude Control Systems (DFACS)<br />
- Entwicklung von Softwaremodulen für die Real-Time Simulator (RTS) Umgebung</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11659">
                <a class="fancy" href="" title="Software Development (SCOE, EGSE)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (SCOE, EGSE)</strong>
                    <p>- Development of SCOE Software for Instrument Simulator<br />
- Development of a Source Packet Analyser</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11658">
                <a class="fancy" href="" title="Software Development (UI)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (UI)</strong>
                    <p>Front-End (UI) Development of the video data management system for the Electromagnetic Levitator (EML) in the Microgravity  User  Support  Centre (MUSC)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11657">
                <a class="fancy" href="" title="Software Development (KARS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (KARS)</strong>
                    <p>Development of the On-Board Software Prototype "Controller for autonomous Space Systems (KARS)"</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11656">
                <a class="fancy" href="" title="Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV</strong>
                    <p>Functional Verification on Satelliten System Level</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11655">
                <a class="fancy" href="" title="Software Development (RTS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (RTS)</strong>
                    <p>Development of Software Modules for the  Real-Time Simulator (RTS) Environment</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11654">
                <a class="fancy" href="" title="Check-Out &#038; FV, Software QA">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV, Software QA</strong>
                    <p>Functional Verification on Satelliten System Level</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11653">
                <a class="fancy" href="" title="Software Development, Check-Out &#038; FV">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development, Check-Out &#038; FV</strong>
                    <p>Software Development of the Payload Module (PLM) Simulator</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11652">
                <a class="fancy" href="" title="Software Development (RTS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Development (RTS)</strong>
                    <p>Development of Software Modules and Drivers for the  Real-Time Simulator (RTS) Environment</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="14188">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2022/11/ExoMars2020_Mission_ESA_small.png" title="Acoustic, Shock and Fracture Control Analyses for the primary structure">
					<img width="768" height="800" src="https://bestofspace.de/wp-content/uploads/2022/11/ExoMars2020_Mission_ESA_small.png" class="attachment-small size-small wp-post-image" alt="ExoMars202X_Mission_ESA_small" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2022/11/ExoMars2020_Mission_ESA_small.png 768w, https://bestofspace.de/wp-content/uploads/2022/11/ExoMars2020_Mission_ESA_small-288x300.png 288w" sizes="(max-width: 768px) 100vw, 768px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Acoustic, Shock and Fracture Control Analyses for the primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="10531">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/06/Wisdom-Antenna-1.jpg" title="WISDOM antenna">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/06/Wisdom-Antenna-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/06/Wisdom-Antenna-1.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/06/Wisdom-Antenna-1-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>WISDOM antenna</strong>
                    <p>The actual antenna geometry (copper) is introduced after the laminate manufacturing by etching.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9165">
                <a class="fancy" href="" title="Structures and Acoustic Analysis for primary structure">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Acoustic Analysis for primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9153">
                <a class="fancy" href="" title="Antenna frontends / LC-phase mover / distrubutor networks / synthesizer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Antenna frontends / LC-phase mover / distrubutor networks / synthesizer</strong>
                    <p><ul><br />
 	<li>Development of agile antenna frontends and components for mobile satellite communication</li><br />
 	<li>HF- distributor networs and HF-components for satellite payloads</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9125">
                <a class="fancy" href="" title="Distributor network 1 to 32 for antenna system">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Distributor network 1 to 32 for antenna system</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12176">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="12167">
                <a class="fancy" href="" title="Precision mechanics">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Precision mechanics</strong>
                    <p>Precision mechanics for electronic housings, mechanisms, optical instruments and structures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="11660">
                <a class="fancy" href="" title="Check-Out &#038; FV, Software Development (OBSW, EGSE), Software QA, Unit Testing">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Check-Out &#038; FV, Software Development (OBSW, EGSE), Software QA, Unit Testing</strong>
                    <p>- Support of SVT, OST and SFT of the Data Handling System (DHS)<br />
- Development of Payload Controllers in Central Software (CSW)<br />
- QA and Unit Testing for CSW and MMUF software<br />
- Development of Tools for AIT and Check-Out</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9348">
                <a class="fancy" href="" title="Support for Structures Analysis for primary structure">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support for Structures Analysis for primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9347">
                <a class="fancy" href="" title="A Power Distribution Unit distributes electrical energy into a complete instrument or satellite">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>A Power Distribution Unit distributes electrical energy into a complete instrument or satellite</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9346">
                <a class="fancy" href="" title="Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9345">
                <a class="fancy" href="" title="-Translate- Over Temperature External Electronics Box for ISS (Übertemperaturschutzschalter)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>-Translate- Over Temperature External Electronics Box for ISS (Übertemperaturschutzschalter)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9344">
                <a class="fancy" href="" title="-Translate- Hochspannungsversorgung für Elektronenstrahlmikroskope">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>-Translate- Hochspannungsversorgung für Elektronenstrahlmikroskope</strong>
                    <p>ASP-Equipment entwickelt und fertigt eine flüssigkeitsgekühlte Power Supply Unit für ein ultragenaues Elektronenstrahlmikroskop mit Anbindung an einen CAN Bus. Die Leistung beträgt 1500W. Zahlreiche Ausgangsspannungen bis 20.000V.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9343">
                <a class="fancy" href="" title="-Translate- High Power Amplifier für das Bodensegment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>-Translate- High Power Amplifier für das Bodensegment</strong>
                    <p>ASP-Equipment entwickelt und produziert High Power Amplifier für das Bodensegment im Ku Band, DBS Band und Tri-Band (C, X, Ku) .</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9342">
                <a class="fancy" href="" title="-Translate- Batteriemanagementsysteme">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>-Translate- Batteriemanagementsysteme</strong>
                    <p>Entwicklung eines ITAR freien autarken Batteriemangementsystem (BMS). Das BMS wird heute in Stückzahlen von etwa 50 Einheiten pro Jahr exklusiv an einen namhaften europäischen Hersteller für Raumfahrtbatterien geliefert.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9341">
                <a class="fancy" href="" title="&#8211; Translate- High Power Amplifier für das Bodensegment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>&#8211; Translate- High Power Amplifier für das Bodensegment</strong>
                    <p>ASP-Equipment entwickelt und produziert High Power Amplifier für das Bodensegment im Ku Band, DBS Band und Tri-Band (C, X, Ku).</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9340">
                <a class="fancy" href="" title="– TRANSLATR – DC/DC Converter für Sternsensoren">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>– TRANSLATR – DC/DC Converter für Sternsensoren</strong>
                    <p>ASP-Equipment entwickelt und produziert DC/DC Converter für Sternsensoren als Produkt in Stückzahlen von etwa 40 Stück pro Jahr für einen führenden deutschen Ausrüstungshersteller.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9339">
                <a class="fancy" href="" title="– TRANSLATION – DC/DC Konverter für die Energieversorgung in Luftfahrzeugen">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>– TRANSLATION – DC/DC Konverter für die Energieversorgung in Luftfahrzeugen</strong>
                    <p>ASP-Equipment entwickelt und fertigt einen Hochleistungskonverter für die Energieversorgung in Luftfahrzeugen für Brennstoffzellen bis 150.000W.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9338">
                <a class="fancy" href="" title="A Latching Current Limiter operates as a electronic fuse in order to protect a particular assembly">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>A Latching Current Limiter operates as a electronic fuse in order to protect a particular assembly</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9337">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/SPACE_IC_3A_MissionKentRidge1.jpg" title="Test module">
					<img width="600" height="434" src="https://bestofspace.de/wp-content/uploads/2016/05/SPACE_IC_3A_MissionKentRidge1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/SPACE_IC_3A_MissionKentRidge1.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/SPACE_IC_3A_MissionKentRidge1-300x217.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Test module</strong>
                    <p>Test environment for in orbit verification of Point-of-Load voltage converter based on the SPPL12420RH chip</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9336">
                <a class="fancy" href="" title="On-board Computer – Satellite&#8217;s Central Computer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>On-board Computer – Satellite&#8217;s Central Computer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9335">
                <a class="fancy" href="" title="On-board Computer – Lander&#8217;s Central Computer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>On-board Computer – Lander&#8217;s Central Computer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9334">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/DSI_2IIB_On-Board-Computer_EuCROPIS.png" title="On-board Computer">
					<img width="400" height="394" src="https://bestofspace.de/wp-content/uploads/2016/04/DSI_2IIB_On-Board-Computer_EuCROPIS.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/DSI_2IIB_On-Board-Computer_EuCROPIS.png 400w, https://bestofspace.de/wp-content/uploads/2016/04/DSI_2IIB_On-Board-Computer_EuCROPIS-300x296.png 300w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>On-board Computer</strong>
                    <p>Satellite's Central Computer</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9333">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/DSI_2IIG_Instrument-Control-Unit_EnMAP.jpg" title="Mass Memory Unit &#8211; Instrument Control Unit">
					<img width="400" height="408" src="https://bestofspace.de/wp-content/uploads/2016/05/DSI_2IIG_Instrument-Control-Unit_EnMAP.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/DSI_2IIG_Instrument-Control-Unit_EnMAP.jpg 400w, https://bestofspace.de/wp-content/uploads/2016/05/DSI_2IIG_Instrument-Control-Unit_EnMAP-294x300.jpg 294w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mass Memory Unit &#8211; Instrument Control Unit</strong>
                    <p>- Receiving, formatting and storing of science data<br />
- Instrument Control</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9332">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/DSI1-3.png" title="Crypto System">
					<img width="400" height="433" src="https://bestofspace.de/wp-content/uploads/2016/05/DSI1-3.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/DSI1-3.png 400w, https://bestofspace.de/wp-content/uploads/2016/05/DSI1-3-277x300.png 277w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Crypto System</strong>
                    <p>On-board and Ground Crypto System</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9331">
                <a class="fancy" href="" title="Crypto System (On-board and Ground Crypto System)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Crypto System (On-board and Ground Crypto System)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9330">
                <a class="fancy" href="" title="Crypto System – On-board and Ground Crypto System">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Crypto System – On-board and Ground Crypto System</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9329">
                <a class="fancy" href="" title="Data Handling Unit – Receiving and formatting of science data">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Data Handling Unit – Receiving and formatting of science data</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9328">
                <a class="fancy" href="" title="Ground Equipment – Special Check-Out Equimpent for the crypto system">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ground Equipment – Special Check-Out Equimpent for the crypto system</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9327">
                <a class="fancy" href="" title="Payload Data Handling Unit – Design &#038; Development of the Mass Memory Unit">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Payload Data Handling Unit – Design &#038; Development of the Mass Memory Unit</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9326">
                <a class="fancy" href="" title="Ground Crpyto (De-/Encryption Unit of the ground segment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ground Crpyto (De-/Encryption Unit of the ground segment)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9325">
                <a class="fancy" href="" title="Command &#038; Data Processing Unit – Control the ICI Instrument, receiving data from the instrument as well as supplying internal and external power sources">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Command &#038; Data Processing Unit – Control the ICI Instrument, receiving data from the instrument as well as supplying internal and external power sources</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9324">
                <a class="fancy" href="" title="Mass Memory – Receiving, formatting and storing of science data from multiple instruments">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mass Memory – Receiving, formatting and storing of science data from multiple instruments</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9322">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9321">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9320">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9319">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9318">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9317">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9316">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9315">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9314">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9313">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9312">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9311">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9310">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9308">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9307">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9306">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9305">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9304">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9303">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9302">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9301">
                <a class="fancy" href="" title="Magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magnetometer</strong>
                    <p>The Magnetometer is an instrument for measuring three-dimensional magnetic fields. It is based on the fluxgate principle, using three independent ring-core sensor heads for each orthogonal axis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9300">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9299">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9298">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9297">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9296">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9295">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9294">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9293">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9292">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9291">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9290">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9289">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9288">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9286">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9285">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9284">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9283">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9282">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9281">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9280">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9279">
                <a class="fancy" href="" title="Magentic Torquer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Magentic Torquer</strong>
                    <p>These devices interact with the Earth’s magnetic field and create control torque, which can be adjusted to the required value. Combined with one or more reaction wheels, they provide all the control you need to maintain your spacecraft’s attitude, from low-Earth orbit up to geo-stationary orbit. And, unlike thrusters, torquers do not need valuable consumables, are low power components and high reliable.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9278">
                <a class="fancy" href="" title="COSIMA">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>COSIMA</strong>
                    <p>Mass spectrometer for analysis of dust particles in the immediate surroundings of the comet</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9277">
                <a class="fancy" href="" title="Modelling and development of the communication channels, Data structure, data fusion and data evaluation in the central ground segment Visualization based on 3D geographical maps">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Modelling and development of the communication channels, Data structure, data fusion and data evaluation in the central ground segment Visualization based on 3D geographical maps</strong>
                    <p>Joint research project with:<br />
Eureka: Sensor Technology, Telematics<br />
DLR: Remote Sensing<br />
University Würzburg: Pico-Satellites<br />
Zentrum für Telematik e.V.: Satellite Network</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9276">
                <a class="fancy" href="" title="RAMS Analysis">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>RAMS Analysis</strong>
                    <p>Execution of RAMS (Reliability, Availability, Maintainability, Safety) Analysis with focus on hazard analysis and FMEA.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9275">
                <a class="fancy" href="" title="Consulting SW development processes">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Consulting SW development processes</strong>
                    <p>Plans for software develoment, verification and verification, CM, design</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9274">
                <a class="fancy" href="" title="Product Assurance Maintenance &#038; Support Engineering">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Product Assurance Maintenance &#038; Support Engineering</strong>
                    <p><ul><br />
	<li>Definition of test concepts: test / integration / work instructions, circuit plans</li><br />
	<li>First article inspections, acceptance tests</li><br />
	<li>Equipment safety files</li><br />
	<li>Operational Tests</li><br />
	<li>Generation of verification documents, verification at hardware</li><br />
	<li>RAMS calculations and analyses</li><br />
	<li>Integrated Logistic Support / Logistic Support Analysis (ILS/LSA) plans</li><br />
	<li>LORA, LCC</li><br />
	<li>Technical Documentation</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9273">
                <a class="fancy" href="" title="Verification for Security Aspects SW  Engineering Management">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Verification for Security Aspects SW  Engineering Management</strong>
                    <p>Definition of Security Test Cases covering all security aspects on system level<br />
Analysis of impact of security requirements, accreditatin, certificatin<br />
Definition and execution of security test procedures</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9272">
                <a class="fancy" href="" title="External and internal MLI for the S-4 instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>External and internal MLI for the S-4 instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9271">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/010-2.jpg" title="Instrument Radiator Assembley">
					<img width="400" height="490" src="https://bestofspace.de/wp-content/uploads/2016/05/010-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/010-2.jpg 400w, https://bestofspace.de/wp-content/uploads/2016/05/010-2-245x300.jpg 245w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Instrument Radiator Assembley</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9270">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/001-1.jpg" title="MagBoom MLI">
					<img width="400" height="602" src="https://bestofspace.de/wp-content/uploads/2016/05/001-1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/001-1.jpg 400w, https://bestofspace.de/wp-content/uploads/2016/05/001-1-199x300.jpg 199w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MagBoom MLI</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9269">
                <a class="fancy" href="" title="MLI for magnetometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for magnetometer</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9267">
                <a class="fancy" href="" title="Contactless health monitoring via piezo-actuators">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Contactless health monitoring via piezo-actuators</strong>
                    <p>sensors and RFID Technology for automotive and aircraft industry</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9266">
                <a class="fancy" href="" title="Lightweight, deployable, portable ground antenna">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Lightweight, deployable, portable ground antenna</strong>
                    <p>for high data rates, usable for various applications like first aid, journalsm, expeditions, military</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9265">
                <a class="fancy" href="" title="3D-Printing, Additive Layer Manufacturing, Design Guidelines, Analysis Guidelines">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>3D-Printing, Additive Layer Manufacturing, Design Guidelines, Analysis Guidelines</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9264">
                <a class="fancy" href="" title="Antennas for Satellite &#038; Ground Applications">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Antennas for Satellite &#038; Ground Applications</strong>
                    <p>Deployable Structure Subsystems<br />
Lightweight CFRP Structures<br />
Thermal Hardware<br />
MLI<br />
New Materials</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9263">
                <a class="fancy" href="" title="Ka-Band antennna">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ka-Band antennna</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9262">
                <a class="fancy" href="" title="Secondary structures for STCS">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Secondary structures for STCS</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9261">
                <a class="fancy" href="" title="MGSE for PLM Batch 1 MGSE">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MGSE for PLM Batch 1 MGSE</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9260">
                <a class="fancy" href="" title="MGSE for the sunshield">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MGSE for the sunshield</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9259">
                <a class="fancy" href="" title="MLI for the sunshield">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the sunshield</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9258">
                <a class="fancy" href="" title="MLI and sunshield for the antenna">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI and sunshield for the antenna</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9257">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/009-2.jpg" title="Ka-Band North Beam Antenna">
					<img width="600" height="506" src="https://bestofspace.de/wp-content/uploads/2016/05/009-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/009-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/009-2-300x253.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ka-Band North Beam Antenna</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9256">
                <a class="fancy" href="" title="Radiators for the Sentinel 4 Instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Radiators for the Sentinel 4 Instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9255">
                <a class="fancy" href="" title="MLI for the Sentinel 4 Instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the Sentinel 4 Instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9254">
                <a class="fancy" href="" title="MLI for the MTO mirrors">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the MTO mirrors</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9253">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/011-2.jpg" title="MLI for the thermal dummies">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/05/011-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/011-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/011-2-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the thermal dummies</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9252">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/008-2.jpg" title="MLI for an external instrument">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/05/008-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/008-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/008-2-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for an external instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9251">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/003-2.jpg" title="MLI for the telescope">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/05/003-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/003-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/003-2-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the telescope</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9250">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/004-2.jpg" title="Optical Baffle">
					<img width="600" height="399" src="https://bestofspace.de/wp-content/uploads/2016/05/004-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/004-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/004-2-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Optical Baffle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9249">
                <a class="fancy" href="" title="Instrument Structure Engineering Support">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Instrument Structure Engineering Support</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9248">
                <a class="fancy" href="" title="MLI for FAD Mechanism">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for FAD Mechanism</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9247">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/005-2.jpg" title="MLI for the complete Telescope">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/05/005-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/005-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/005-2-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for the complete Telescope</strong>
                    <p>Multilayer Insulation</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9246">
                <a class="fancy" href="" title="MLI for Cassis Instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for Cassis Instrument</strong>
                    <p>Multilayer Insulations; HPS equipped the whole EDM Module inside and outside with MLI and will land with 10kg MLI on Martian surface</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9245">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/007-2.jpg" title="MLI for EDM Entry Module">
					<img width="600" height="435" src="https://bestofspace.de/wp-content/uploads/2016/05/007-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/007-2.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/05/007-2-300x218.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for EDM Entry Module</strong>
                    <p>Multilayer Insulations; HPS equipped the whole EDM Module inside and outside with MLI and will land with 10kg MLI on Martian surface</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9244">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/002-2.jpg" title="MLI for an external instrument">
					<img width="800" height="533" src="https://bestofspace.de/wp-content/uploads/2016/05/002-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/002-2.jpg 800w, https://bestofspace.de/wp-content/uploads/2016/05/002-2-300x200.jpg 300w" sizes="(max-width: 800px) 100vw, 800px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for an external instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9243">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/05/012-2.jpg" title="Thermal protection of camera housing">
					<img width="321" height="478" src="https://bestofspace.de/wp-content/uploads/2016/05/012-2.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/05/012-2.jpg 321w, https://bestofspace.de/wp-content/uploads/2016/05/012-2-201x300.jpg 201w" sizes="(max-width: 321px) 100vw, 321px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Thermal protection of camera housing</strong>
                    <p>Protection of an external camera against heat from aeroflux during launch</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9242">
                <a class="fancy" href="" title="Ceramic structures and mirrors">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ceramic structures and mirrors</strong>
                    <p>ECM has succesfully manufactured structures and mirrors in small series up to 250 parts up to<br />
size of 2m.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9241">
                <a class="fancy" href="" title="Camera Structures for Astronomy Telescopes">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Camera Structures for Astronomy Telescopes</strong>
                    <p>Our products increases the perfomance also for ground based optics and telescopes. Example: Large Survey Synoptics Telecope (LSST)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9240">
                <a class="fancy" href="" title="Mirrors for large space mirror from room temperature RT down to Cryo">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mirrors for large space mirror from room temperature RT down to Cryo</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9239">
                <a class="fancy" href="" title="Star Sensor Bracket">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Star Sensor Bracket</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9238">
                <a class="fancy" href="" title="Star Sensor Bracket">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Star Sensor Bracket</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9237">
                <a class="fancy" href="" title="Pointing Mirror (MERTIS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Pointing Mirror (MERTIS)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9236">
                <a class="fancy" href="" title="Focal plane">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Focal plane</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9235">
                <a class="fancy" href="" title="Camera Structure">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Camera Structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9234">
                <a class="fancy" href="" title="All Cesic Telecope">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>All Cesic Telecope</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9233">
                <a class="fancy" href="" title="All Cesic Telecope">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>All Cesic Telecope</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9232">
                <a class="fancy" href="" title="3U sized cubesat">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>3U sized cubesat</strong>
                    <p>Berlin Space Tech has developed an integrated attitude control system for the satellite.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9231">
                <a class="fancy" href="" title="power and interface unit">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>power and interface unit</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9230">
                <a class="fancy" href="" title="redundant gyro system (IMU)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>redundant gyro system (IMU)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9229">
                <a class="fancy" href="" title="redundant star tracker">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>redundant star tracker</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9228">
                <a class="fancy" href="" title="Satellite System">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Satellite System</strong>
                    <p>80 kg micro satellite carrying 3 payloads. Two hyper spectral cameras (VNIR &amp; SWIR) and one high resolution real time video camera.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9227">
                <a class="fancy" href="" title="ITAR freier COTS DC/DC Converter">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>ITAR freier COTS DC/DC Converter</strong>
                    <p>Development, Qualification and Manufacturing of the converter<br />
<br />
The converter is based on a unique ASP-design with the effect of a high efficiency without use of ITAR-restricted parts.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9226">
                <a class="fancy" href="" title="SMT assembly of PCB´s according to ESA standards">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>SMT assembly of PCB´s according to ESA standards</strong>
                    <p>The assembly line for SMD manufacturing is verified according to ECSS-Q-ST-70-38C through ESA. ASP-Equipment is enabled to manufacture PCB´s for Flight Models</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9225">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9224">
                <a class="fancy" href="" title="Auxiliary Power Supply – An auxiliary Power Supply  converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Auxiliary Power Supply – An auxiliary Power Supply  converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9223">
                <a class="fancy" href="" title="High Voltage Power Supply – A high voltage power supply provides high precision high voltage in the range of several thousan volt to a scientific instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>High Voltage Power Supply – A high voltage power supply provides high precision high voltage in the range of several thousan volt to a scientific instrument</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9222">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9221">
                <a class="fancy" href="" title="COTS Converter (Commercial off the shelf ITAR free converter)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>COTS Converter (Commercial off the shelf ITAR free converter)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9220">
                <a class="fancy" href="" title="PDU – A Power Distribution Unit distributes electrical energy in a complete instrument or satellite">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PDU – A Power Distribution Unit distributes electrical energy in a complete instrument or satellite</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9219">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9218">
                <a class="fancy" href="" title="Hocheffizienter Hochstromkonverter – A high-efficient high-current converter is optimized to provide a comination of low voltage and high currents to digital equipment featuring a high efficiency factor">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Hocheffizienter Hochstromkonverter – A high-efficient high-current converter is optimized to provide a comination of low voltage and high currents to digital equipment featuring a high efficiency factor</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9217">
                <a class="fancy" href="" title="Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9216">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9215">
                <a class="fancy" href="" title="Instrument Power Unit Power Distribution Unit – Ultra accurate power supply and distribution system for a complete optival high-precision instrument   A Power Distribution Unit distributes electrical energy to a number of equipments.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Instrument Power Unit Power Distribution Unit – Ultra accurate power supply and distribution system for a complete optival high-precision instrument   A Power Distribution Unit distributes electrical energy to a number of equipments.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9214">
                <a class="fancy" href="" title="Battery and Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Battery and Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9213">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9212">
                <a class="fancy" href="" title="Power Supply Unit – A Power Supply Unit provides conditioned electrical power to an equipment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Power Supply Unit – A Power Supply Unit provides conditioned electrical power to an equipment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9211">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9210">
                <a class="fancy" href="" title="High Voltage Multiplier – A high voltage multiplexer generates from a typical bus-voltage an output voltage of several thousands volts.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>High Voltage Multiplier – A high voltage multiplexer generates from a typical bus-voltage an output voltage of several thousands volts.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9209">
                <a class="fancy" href="" title="DC/DC Converter –  A DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter –  A DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9208">
                <a class="fancy" href="" title="Capillary Channel Flow Electrical Subsystem for ISS (Power Supply for an experiment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Capillary Channel Flow Electrical Subsystem for ISS (Power Supply for an experiment)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9207">
                <a class="fancy" href="" title="Electronic Power Conditioner (EPC) for Space Communikation – An EPC provides the electrical power for a Communication Tube (eg. TWT, Klystron). The output voltage varies between 20 Volt and 20.000Volt">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Electronic Power Conditioner (EPC) for Space Communikation – An EPC provides the electrical power for a Communication Tube (eg. TWT, Klystron). The output voltage varies between 20 Volt and 20.000Volt</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9206">
                <a class="fancy" href="" title="Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Battery Management System – A Battery Management System organises charging and discharging of a battery with the feature to enable longest possible lifetime of the battery in orbit.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9205">
                <a class="fancy" href="" title="DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – A DC/DC-Converter converts electrical voltage from a particular  level to a different level.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9204">
                <a class="fancy" href="" title="DC/DC Converter Electronic Power Conditioner – converts electrical voltage from a particular  level to a different level.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter Electronic Power Conditioner – converts electrical voltage from a particular  level to a different level.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9203">
                <a class="fancy" href="" title="Power Conditioning Unit – A Power Conditioning Unit provides stable electrical energy to a number of equipments.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Power Conditioning Unit – A Power Conditioning Unit provides stable electrical energy to a number of equipments.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9202">
                <a class="fancy" href="" title="DC/DC Converter – DC/DC-Converter converts electrical voltage from a particular  level to a different level">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DC/DC Converter – DC/DC-Converter converts electrical voltage from a particular  level to a different level</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9201">
                <a class="fancy" href="" title="Software development – Database backend and asteroid trajectory propagator">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software development – Database backend and asteroid trajectory propagator</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9200">
                <a class="fancy" href="" title="Software development – Development of tools for system concept analysis, clean space,  pointing error engineering, FDIR, launcher GNC">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software development – Development of tools for system concept analysis, clean space,  pointing error engineering, FDIR, launcher GNC</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9199">
                <a class="fancy" href="" title="Launcher selection and orbit injection">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Launcher selection and orbit injection</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9198">
                <a class="fancy" href="" title="Support GNC system – De-orbitation and risk analysis, visualization GNC console, real-time camera/LIDAR simulation">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support GNC system – De-orbitation and risk analysis, visualization GNC console, real-time camera/LIDAR simulation</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9197">
                <a class="fancy" href="" title="Mission analysis, trajectory optimisation, life time prediction">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mission analysis, trajectory optimisation, life time prediction</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9196">
                <a class="fancy" href="" title="AOCS SCOE (special check-out equipment for AOCS)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>AOCS SCOE (special check-out equipment for AOCS)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9195">
                <a class="fancy" href="" title="S-Band TMTC unit">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>S-Band TMTC unit</strong>
                    <p>RF-Communications Equipment for remote Control (256 kbps Uplink) and Video-/ Data Downlink (4 Mbps)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9194">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_ICARUS-Mission.jpg" title="ISS Demonstrator, ICARUS Animal Tag<br>&copy;SpaceTech">
					<img width="600" height="518" src="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_ICARUS-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_ICARUS-Mission.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/STI_3_ICARUS-Mission-300x259.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                    <div class="copy">&copy; SpaceTech</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>ISS Demonstrator, ICARUS Animal Tag</strong>
                    <p>The ISS Demonstrator consists of Antennas für transmission and reception and the required electronics. The animal tag consist of an extremely light tag, including GPS, Solar array, battery and micrelectronis.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9193">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_MERLIN-Mission.jpg" title="Frequency reference unit (FRU)<br>&copy;DLR">
					<img width="600" height="499" src="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_MERLIN-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_MERLIN-Mission.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/STI_3_MERLIN-Mission-300x250.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                    <div class="copy">&copy; DLR</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Frequency reference unit (FRU)</strong>
                    <p>The FRU provides the frequency references for the oscillator and the optical parametrical oscillator of the pulsed laser source. It contains several diode lasers, a methane cell, a wavemeter and the associated electronics.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9192">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Sentinel5-Mission.jpg" title="Structure and mechanism of the calibration subsystem – Mechanical structure with motordriven filter wheel mechanism and baffles<br>&copy;ESA">
					<img width="600" height="427" src="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Sentinel5-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Sentinel5-Mission.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Sentinel5-Mission-300x214.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                    <div class="copy">&copy; ESA</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Structure and mechanism of the calibration subsystem – Mechanical structure with motordriven filter wheel mechanism and baffles</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9191">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/06/STI_3_EUCLID-Mission.jpg" title="Sunhield with solar generator (SSH)">
					<img width="451" height="600" src="https://bestofspace.de/wp-content/uploads/2016/06/STI_3_EUCLID-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/06/STI_3_EUCLID-Mission.jpg 451w, https://bestofspace.de/wp-content/uploads/2016/06/STI_3_EUCLID-Mission-226x300.jpg 226w" sizes="(max-width: 451px) 100vw, 451px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Sunhield with solar generator (SSH)</strong>
                    <p>The Sunshield protects the telescope from the thermal, visible and infrared radiation of the sun and provides the required operational power.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9190">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission.jpg" title="Solar generators with deployment mechanisms<br>&copy;ESA">
					<img width="953" height="811" src="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission.jpg 953w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission-300x255.jpg 300w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_Sentinel5Precursor-Mission-800x681.jpg 800w" sizes="(max-width: 953px) 100vw, 953px" />                    <div class="copy">&copy; ESA</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Solar generators with deployment mechanisms</strong>
                    <p>3 Solar generators with deployment mechanisms, including HDRM</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9188">
                <a class="fancy" href="" title="OGSE (Optical Ground Support Equipment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>OGSE (Optical Ground Support Equipment)</strong>
                    <p>Im Bereich des Optical Ground Support Equipments bietet die Astro- und Feinwerktechnik Adlershof GmbH attraktive Lösungsbausteine aus erfolgreichen Projekten zu der Gestaltung von Messplätzen.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9187">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission.jpg" title="Laser Ranging Interferometer (LRI)<br>&copy;NASA EOS">
					<img width="500" height="500" src="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission.jpg 500w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission-150x150.jpg 150w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GRACE-FO-Mission-300x300.jpg 300w" sizes="(max-width: 500px) 100vw, 500px" />                    <div class="copy">&copy; NASA EOS</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Laser Ranging Interferometer (LRI)</strong>
                    <p>Retroreflector, Optical Bench, Instrument AIT BUS: Primary Structure, Tertiary structure, Antenna Boom, MGSE<br />
<br />
LRI: High precission optics and highly stable optomechanics (CFRP, Zerodur, titanium) for beam shaping, routing and detection<br />
BUS: highly stable CFRP Structures and a deployment mechanism.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9186">
                <a class="fancy" href="" title="Developing of a solar array">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Developing of a solar array</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9185">
                <a class="fancy" href="" title="Deployable Booms for satellites">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Deployable Booms for satellites</strong>
                    <p>As the outer segments and the complete boom fold out separately, there are only two degrees of freedom during each fold-out procedure; only three degrees of freedom in the case of spin-stabilized satellites. The design principle of the Double Star boom can be adapted to a variety of spinstabilized satellites. A concept for an active, springdriven deployment, using redundant deployment springs at the hinges is available for non-spinning satellites. Both versions can be realized either with one or two boom segments. The length of the deployed boom can be extended to more than four meters, depending on the dimensions of the spacecraft and on the mass to be deployed.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9184">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Formosat5-Integration.jpg" title="System engineering and part procurement support<br>&copy;SpaceTech">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Formosat5-Integration.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Formosat5-Integration.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/STI_3_Formosat5-Integration-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                    <div class="copy">&copy; SpaceTech</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>System engineering and part procurement support</strong>
                    <p>Solar generators, Coldgas propulsion system, Satellite primary structure</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9183">
                <a class="fancy" href="" title="Ground Support Equipment / tailored transport container for a safe transport of satellite">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Ground Support Equipment / tailored transport container for a safe transport of satellite</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9182">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GoekTuerk2-Mission.jpg" title="Solar generators with deployment mechanisms and pyrodrive modules<br>&copy;Artist's concept of the Gokturk 2 satellite. Credit: Turkish Aerospace Inc.">
					<img width="250" height="235" src="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_GoekTuerk2-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" />                    <div class="copy">&copy; Artist's concept of the Gokturk 2 satellite. Credit: Turkish Aerospace Inc.</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Solar generators with deployment mechanisms and pyrodrive modules</strong>
                    <p><span style="line-height: 1.5;">High resolution remote sensing satellite, resolution 2.5 m(PAN),5 m(MS)</span><br />
<br />
Solar generators with deployment mechanisms and pyrodrive modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9181">
                <a class="fancy" href="" title="Spectrometer/Telescope for Imaging X-rays (STIX) for observation of X-rays">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Spectrometer/Telescope for Imaging X-rays (STIX) for observation of X-rays</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9180">
                <a class="fancy" href="" title="Subsystem structure">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Subsystem structure</strong>
                    <p><ul><br />
	<li>Mechanism</li><br />
	<li>Thermal control</li><br />
	<li>Energy supply</li><br />
	<li>Attitude control</li><br />
	<li>AIV of client satellite</li><br />
	<li>GSE</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9179">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_KompSat3-Mission.jpg" title="Deployment mechanism of the solar generators<br>&copy;Korea Aerospace Industries Ltd.">
					<img width="581" height="341" src="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_KompSat3-Mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/10/STI_3_KompSat3-Mission.jpg 581w, https://bestofspace.de/wp-content/uploads/2016/10/STI_3_KompSat3-Mission-300x176.jpg 300w" sizes="(max-width: 581px) 100vw, 581px" />                    <div class="copy">&copy; Korea Aerospace Industries Ltd.</div>                </a>
                <div class="vr-popup-content-text">
                    <strong>Deployment mechanism of the solar generators</strong>
                    <p>High resolution earth observation for GIS, 0.7 m GSD<br />
<br />
The patented deployment mechanisms of the solar generators are optimized for high torque, low friction and low shock loads</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9178">
                <a class="fancy" href="" title="PanelMechanism – Gyros, ADCS I/F units, Magnetometers, Reaction Wheels und GPS">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PanelMechanism – Gyros, ADCS I/F units, Magnetometers, Reaction Wheels und GPS</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9177">
                <a class="fancy" href="" title="Mechanical Ground Support Equipment (MGSE)&#8211;> Handling of optical instrument Sentinel-4 UVN">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Mechanical Ground Support Equipment (MGSE)&#8211;> Handling of optical instrument Sentinel-4 UVN</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9176">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png" title="VDI2230:2014">
					<img width="209" height="209" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png 209w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt-150x150.png 150w" sizes="(max-width: 209px) 100vw, 209px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>VDI2230:2014</strong>
                    <p><p class="p1">Systematic analysis of highly loaded bolt connections<br />
<br />
<br />
<br />
</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9175">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png" title="ECSS-E-HB-32-23A">
					<img width="209" height="209" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt.png 209w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3D_SpaceBolt-150x150.png 150w" sizes="(max-width: 209px) 100vw, 209px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>ECSS-E-HB-32-23A</strong>
                    <p><p class="p1">Threaded Fasteners Handbook</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9174">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_EUH2020_Strut.jpg" title="Product development">
					<img width="227" height="370" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_EUH2020_Strut.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_EUH2020_Strut.jpg 227w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_EUH2020_Strut-184x300.jpg 184w" sizes="(max-width: 227px) 100vw, 227px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Product development</strong>
                    <p>Design and analysis, full qualification campaign</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9173">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_Reliability.png" title="Development of Reliability Approaches, Case Study">
					<img width="367" height="521" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_Reliability.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_Reliability.png 367w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_Reliability-211x300.png 211w" sizes="(max-width: 367px) 100vw, 367px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Development of Reliability Approaches, Case Study</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9172">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_MFP.png" title="Requirments Definition, Trade-Off Studies, Structures and Thermal Analyses">
					<img width="430" height="253" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_MFP.png" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_MFP.png 430w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3B_ESA_MFP-300x177.png 300w" sizes="(max-width: 430px) 100vw, 430px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Requirments Definition, Trade-Off Studies, Structures and Thermal Analyses</strong>
                    <p>Test Prediction, -plan,  -campaign and -correlation</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9171">
                <a class="fancy" href="" title="Structures and Thermal Analysis payload equipment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Thermal Analysis payload equipment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9167">
                <a class="fancy" href="" title="Structures and Thermal Analysis payload equipment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Thermal Analysis payload equipment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9166">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A-Sentinel3_cESA1.jpg" title="Structures and Thermal Analysis payload equipment">
					<img width="600" height="285" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A-Sentinel3_cESA1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A-Sentinel3_cESA1.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A-Sentinel3_cESA1-300x143.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Thermal Analysis payload equipment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9164">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_EDRS-C_cESA.jpg" title="Support for Structures Analysis for primary structure">
					<img width="543" height="350" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_EDRS-C_cESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_EDRS-C_cESA.jpg 543w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_EDRS-C_cESA-300x193.jpg 300w" sizes="(max-width: 543px) 100vw, 543px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support for Structures Analysis for primary structure</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9163">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_SmallGEO_DLR.jpg" title="Structures and Acoustic Analysis for primary structure">
					<img width="400" height="225" src="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_SmallGEO_DLR.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_SmallGEO_DLR.jpg 400w, https://bestofspace.de/wp-content/uploads/2016/04/SPS_3A_SmallGEO_DLR-300x169.jpg 300w" sizes="(max-width: 400px) 100vw, 400px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Structures and Acoustic Analysis for primary structure</strong>
                    <p>- Mechanical test planning and<br />
on-site test lead engineering (including whole S/C)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9162">
                <a class="fancy" href="" title="Software Engineering Consultancy">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software Engineering Consultancy</strong>
                    <p>Coding, test and debugging on various software modules</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9161">
                <a class="fancy" href="" title="System Test of Precise Time Facility (PTF) at GCC Oberpfaffenhofen">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>System Test of Precise Time Facility (PTF) at GCC Oberpfaffenhofen</strong>
                    <p>The PTF generates the Galileo system time. We developed the Systrem Test Specification and conducted a software based system test of the PTF Oberpaffenhofen.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9160">
                <a class="fancy" href="" title="IRS Instrument Control Unit System Software Engineering Consultancy">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>IRS Instrument Control Unit System Software Engineering Consultancy</strong>
                    <p>On-board Software for control of the IRS payload, an infrared telscope and interferometer, plus auxiliary devices</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9159">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Gravity_CIAO.jpg" title="Gravity CIAO">
					<img width="600" height="222" src="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Gravity_CIAO.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Gravity_CIAO.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Gravity_CIAO-300x111.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Gravity CIAO</strong>
                    <p>Gravity CIAO is a second generation instrument for the Very Large Telescope Interferometer (VLTI), designed to enhance the near-infrared astrometric and spectro-imaging capabilities of VLTI. KTO has analysed the optical performance of the instrument.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9158">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Erosion_deposition_monitor.jpg" title="Erosion Deposition Monitor">
					<img width="600" height="338" src="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Erosion_deposition_monitor.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Erosion_deposition_monitor.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_Erosion_deposition_monitor-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Erosion Deposition Monitor</strong>
                    <p>The EDM diagnostic monitors the chamber walls of the ITER fusion reactor for surface erosion and/or material deposition after plasma operations. For this non-contact in-situ surface analysis the system is relying on a dual beam speckle interferometry. KTO is responsible for the system design as well as for optical and opto-mechanical design.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9157">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_H-Alpha.jpg" title="H-Alpha and Visible Spectroscopy (H-alpha)">
					<img width="600" height="338" src="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_H-Alpha.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_H-Alpha.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3C_H-Alpha-300x169.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>H-Alpha and Visible Spectroscopy (H-alpha)</strong>
                    <p>As an optical diagnostics, the H-alpha instrument measures emissions from hydrogen isotopes and impurities in the ITER fusion process. KTO is responsible for the system design as well as for optical and opto-mechanical design.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9156">
                <a class="fancy" href="" title="Software for calibration and alignment">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Software for calibration and alignment</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9155">
                <a class="fancy" href="" title="Definition of line shape stability and optical alignment requirements">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Definition of line shape stability and optical alignment requirements</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9154">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis.jpg" title="Straylight analysis of the SSH baffle">
					<img width="598" height="600" src="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis.jpg 598w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis-150x150.jpg 150w, https://bestofspace.de/wp-content/uploads/2016/04/KTO_3B_EUCLID_straylight_analysis-300x300.jpg 300w" sizes="(max-width: 598px) 100vw, 598px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Straylight analysis of the SSH baffle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9152">
                <a class="fancy" href="" title="IOV des &#8220;flexiblen DOCON&#8221; (Down-Converter von 30 auf 20GHz)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>IOV des &#8220;flexiblen DOCON&#8221; (Down-Converter von 30 auf 20GHz)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9151">
                <a class="fancy" href="" title="Synthesizer-Experiment mit Synthesizer-, Mischer-, Verstärker-und SPDT-Schalter-Modulen in LTCC.">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Synthesizer-Experiment mit Synthesizer-, Mischer-, Verstärker-und SPDT-Schalter-Modulen in LTCC.</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9150">
                <a class="fancy" href="" title="Materials and processes">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Materials and processes</strong>
                    <p>The manufacturing technologies developed for aerospace projects provide the INVENT GmbH with the means for customer-specific manufacturing of lightweight components and high performance materials that enable extreme conditions like temperature, stiffness of thermal expansion in correlation with weight minimization. Therefor weigth- and performance-optimized materials from aerospace application are employed. The corresponding processes have been developed in the scope of aerospace programmes and, thus, are available for terrestrial applications.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9149">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_LBT_Optical-Bench.jpg" title="Optical Bench for LINC-NIRVANA of the LBT (Large Binocular Telescope)">
					<img width="600" height="399" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_LBT_Optical-Bench.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_LBT_Optical-Bench.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_LBT_Optical-Bench-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Optical Bench for LINC-NIRVANA of the LBT (Large Binocular Telescope)</strong>
                    <p>For the interferometric camera the optical bench was manufactured as large scale high precision mounting table from Aluminum/CFRP-sandwich platform and CFRP-wound struts with a maximum allowable deformation of 0.01 mm</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9148">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_CCORE.jpg" title="Support structure for particle accelerator">
					<img width="596" height="457" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_CCORE.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_CCORE.jpg 596w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3C_CCORE-300x230.jpg 300w" sizes="(max-width: 596px) 100vw, 596px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support structure for particle accelerator</strong>
                    <p>etc. are employed for the construction of particle accelerators, as the required lightweight design can be combined with low thermal expansion.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9147">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3B_STAN.jpg" title="Antenna reflectors">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3B_STAN.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3B_STAN.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3B_STAN-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Antenna reflectors</strong>
                    <p>Combining latest premium materials from R&amp;D in an optimised sandwich design enables a significant performance increase compared to traditional aluminum construction methods. CFRP/CFRP reflectors are therefore able to transmit higher data speeds at a lower antenna weight even under extreme space conditions with temperatures of +/-150°C.<br />
<br />
STANT (2009-2011)<br />
<br />
FLANT (2012-2015)<br />
<br />
HISST (2009-2011)<br />
<br />
HISST2 (2011-2012)<br />
<br />
H2KAR (2012-2018)</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9146">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_SWARM_sat.jpg" title="Heat transfer plate and Magnetic torquer frame">
					<img width="433" height="599" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_SWARM_sat.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_SWARM_sat.jpg 433w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_SWARM_sat-217x300.jpg 217w" sizes="(max-width: 433px) 100vw, 433px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Heat transfer plate and Magnetic torquer frame</strong>
                    <p>INVENT designed and manufactured magnetic torquer (air coil) frames for the SWARM satellites. Further on, thermally high conductive CFRP plates made of K13 pitch fibre were made.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9145">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_BePiColombo-BELA-SPU_copyright-DLR.jpg" title="BELA (BepiColombo Laser Altimeter) support structures">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_BePiColombo-BELA-SPU_copyright-DLR.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_BePiColombo-BELA-SPU_copyright-DLR.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_BePiColombo-BELA-SPU_copyright-DLR-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>BELA (BepiColombo Laser Altimeter) support structures</strong>
                    <p>The BELA SPU, a straylight protection unit for the BepiColombo laseraltimeter, was designed, analysed and manufactured by INVENT. The key challenges for this unit were the very small dimensions, severe mass requirements and the Gold plating on CFRP sandwich parts.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9144">
                <a class="fancy" href="" title="ARA reflector &#8211; INVENT will manufacture the Euclid HGA reflector assembly">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>ARA reflector &#8211; INVENT will manufacture the Euclid HGA reflector assembly</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9143">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/06/INV_3A_MTG.jpg" title="Support structures">
					<img width="600" height="645" src="https://bestofspace.de/wp-content/uploads/2016/06/INV_3A_MTG.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/06/INV_3A_MTG.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/06/INV_3A_MTG-279x300.jpg 279w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Support structures</strong>
                    <p>INVENT is in charge of the development and manufacturing of Meteosat Third Generation (MTG) support structures which includes the helium tank, mid thruster, reaction wheel and panel supports.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9142">
                <a class="fancy" href="" title="Thermal Plate">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Thermal Plate</strong>
                    <p>INVENT manufactured thermal plates from highly conductive CFRP (featuring K13 pitch fibre) for the GRACE-FO satellite.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9141">
                <a class="fancy" href="" title="Aluminum sandwich panels">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Aluminum sandwich panels</strong>
                    <p>INVENT manufactured Aluminum/Aluminum sandwich panels incl. all inserts for the FormoSat 5 satellite.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9140">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Galileo_mission_copyrightESA.jpg" title="Aluminum sandwich panels">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Galileo_mission_copyrightESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Galileo_mission_copyrightESA.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Galileo_mission_copyrightESA-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Aluminum sandwich panels</strong>
                    <p>INVENT manufactured approx. 70 Aluminum/Aluminum sandwich raw panels for the first 14 Galileo satellites.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9139">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel1_deployed-SAR-antenna_Copyright-ESA.jpg" title="CFRP waveguides and thermally high conductive parts">
					<img width="600" height="399" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel1_deployed-SAR-antenna_Copyright-ESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel1_deployed-SAR-antenna_Copyright-ESA.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel1_deployed-SAR-antenna_Copyright-ESA-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>CFRP waveguides and thermally high conductive parts</strong>
                    <p>Following a 3 year development INVENT manufactures raw CFRP waveguides and thermally high conductive CFRP parts for the SAR antennas of TerraSAR-X, Tandem-X and Sentinel 1A + B since 2004. Within these projects INVENT made more than 5000 CFRP parts for several QMs and FMs.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9138">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Tandem-X_mission.jpg" title="CFRP waveguides and thermally high conductive parts">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Tandem-X_mission.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Tandem-X_mission.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Tandem-X_mission-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>CFRP waveguides and thermally high conductive parts</strong>
                    <p>Following a 3 year development INVENT manufactures raw CFRP waveguides and thermally high conductive CFRP parts for the SAR antennas of TerraSAR-X, Tandem-X and Sentinel 1A + B since 2004. Within these projects INVENT made more than 5000 CFRP parts for several QMs and FMs.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9137">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_TerraSAR_waveguides-and-support-structures.jpg" title="CFRP waveguides and thermally high conductive parts">
					<img width="550" height="378" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_TerraSAR_waveguides-and-support-structures.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_TerraSAR_waveguides-and-support-structures.jpg 550w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_TerraSAR_waveguides-and-support-structures-300x206.jpg 300w" sizes="(max-width: 550px) 100vw, 550px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>CFRP waveguides and thermally high conductive parts</strong>
                    <p>Following a 3 year development INVENT manufactures raw CFRP waveguides and thermally high conductive CFRP parts for the SAR antennas of TerraSAR-X, Tandem-X and Sentinel 1A + B since 2004. Within these projects INVENT made more than 5000 CFRP parts for several QMs and FMs.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9136">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Herschel_sat.jpg" title="Isostatic mount">
					<img width="436" height="600" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Herschel_sat.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Herschel_sat.jpg 436w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Herschel_sat-218x300.jpg 218w" sizes="(max-width: 436px) 100vw, 436px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Isostatic mount</strong>
                    <p>In the frame of the Herschel project INVENT developed and built mechanically high-stressed, but thermally isolating, isostatic mounts, made of CFRP &amp; aluminum. Further on, a thermal strap out of copper and CFRP could be developed. All components work under cryogenic temperatures between 2 and 4 K.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9135">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ADMaeolus-missio_Copyright-ESA.jpg" title="Aladin baffle trusswork">
					<img width="600" height="429" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ADMaeolus-missio_Copyright-ESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ADMaeolus-missio_Copyright-ESA.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ADMaeolus-missio_Copyright-ESA-300x215.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Aladin baffle trusswork</strong>
                    <p>The ALADIN sun baffle consists of a CFRP strut framework. Each strut features CFRP inserts (to cover CTE mismatch) for the strut connection.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9134">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/EnMAP-STDM_Reinraumszene_Quelle_KT.jpg" title="STSA and IOU suspensions">
					<img width="600" height="400" src="https://bestofspace.de/wp-content/uploads/2016/04/EnMAP-STDM_Reinraumszene_Quelle_KT.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/EnMAP-STDM_Reinraumszene_Quelle_KT.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/EnMAP-STDM_Reinraumszene_Quelle_KT-300x200.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>STSA and IOU suspensions</strong>
                    <p>The IOU (Instrument Optical Unit) and the STSA (Star Tracker Sensor Assembly) supports were designed as CFRP/AlBeMet and Titanium/Invar bipods. The major design driver was the required mechanical performance going simultaneously with a small thermal conductivity and expansion.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9133">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ExoMars_DMAboom_copyrightESA.jpg" title="DMA boom">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ExoMars_DMAboom_copyrightESA.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ExoMars_DMAboom_copyrightESA.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_ExoMars_DMAboom_copyrightESA-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>DMA boom</strong>
                    <p>The deployable mast assembly (DMA) consists of a CFRP boom with titanium fittings, which support the Rover's stereo camera system.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9132">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel4_NadirBaffle.jpg" title="OIMS primary structure, TSA hexapod">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel4_NadirBaffle.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel4_NadirBaffle.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_Sentinel4_NadirBaffle-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>OIMS primary structure, TSA hexapod</strong>
                    <p>The Sentinel 4 UVN OIMS consists of CFRP sandwich panels, monolithic CFRP, GFRP and metallic parts. The Nadir Baffle (service temp. 140 °C) incl. CFRP vanes is fully bonded by adhesive. The TSA hexapod structure is made of CFRP struts incl. Titanium fittings.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9131">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_eROSITA_Optical-Bench-Rig.jpg" title="Primary structure">
					<img width="487" height="600" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_eROSITA_Optical-Bench-Rig.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_eROSITA_Optical-Bench-Rig.jpg 487w, https://bestofspace.de/wp-content/uploads/2016/04/INV_3A_eROSITA_Optical-Bench-Rig-244x300.jpg 244w" sizes="(max-width: 487px) 100vw, 487px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Primary structure</strong>
                    <p>The eROSITA structure is mainly built out of adhesive bonded CFRP/Aluminum sandwich panels for the optical bench and Aluminum/Aluminum sandwich panels for   radiators. Further on, CFRP struts (hexapod for opt. bench), GFRP struts for the radiator truss work and monolithic CFRP parts have been developed and assembled by INVENT.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="9130">
                <a class="fancy" href="https://bestofspace.de/wp-content/uploads/2016/04/INV_2IF_Alu-Radiator_ExoMars1.jpg" title="Primary and tertiary structures">
					<img width="600" height="450" src="https://bestofspace.de/wp-content/uploads/2016/04/INV_2IF_Alu-Radiator_ExoMars1.jpg" class="attachment-small size-small wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://bestofspace.de/wp-content/uploads/2016/04/INV_2IF_Alu-Radiator_ExoMars1.jpg 600w, https://bestofspace.de/wp-content/uploads/2016/04/INV_2IF_Alu-Radiator_ExoMars1-300x225.jpg 300w" sizes="(max-width: 600px) 100vw, 600px" />                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Primary and tertiary structures</strong>
                    <p>The ExoMars load-bearing structure of the orbiter mainly consists of CFRP &amp; aluminum sandwich with<br />
&gt;5300 metallic inserts, heterogeneous aluminum cores, structural and thermal doublers, grounding and painting   (next to the central tube - not by INVENT). Additionally various CFRP, aluminum and titanium brackets for reaction wheels, LGA, He-tanks and star trackers were developed and manufactured</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8930">
                <a class="fancy" href="" title="MGSE (Mechanical Ground Support Equipment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MGSE (Mechanical Ground Support Equipment)</strong>
                    <p>MGSE Transport Container for Small Satellites / Instruments<br />
<br />
The container system of Astro- und Feinwerktechnik Adlershof GmbH is individually suited to the size of your satellites or instruments. Our assurance of safe transportation goes without saying.<br />
With these premises, we offer you optimal solutions for your transportation needs<br />
<ul><br />
	<li>hermetically sealed inner areas</li><br />
	<li>defined gas atmospheres</li><br />
	<li>vibration-reduced transportation</li><br />
	<li>data connections for data recording during transport</li><br />
	<li>adapters for transport systems (Euro / ISO pallets, lifts)</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8929">
                <a class="fancy" href="" title="Deployable Booms for satellites">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Deployable Booms for satellites</strong>
                    <p>As the outer segments and the complete boom fold out separately, there are only two degrees of freedom during each fold-out procedure; only three degrees of freedom in the case of spin-stabilized satellites.<br />
The design principle of the Double Star boom can be adapted to a variety of spinstabilized satellites. A concept for an active, springdriven deployment, using redundant deployment springs at the hinges is available for non-spinning satellites.<br />
Both versions can be realized either with one or two boom segments. The length of the deployed boom can be extended to more than four meters, depending on the dimensions of the spacecraft and on the mass to be deployed.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8927">
                <a class="fancy" href="" title="fold-out solar panel structures">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>fold-out solar panel structures</strong>
                    <p><p class="p1">a panel structure consisting of 3 panels, development of a fold-out system with four exact constructional replicas and completely independent solar panels for small satellites</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8926">
                <a class="fancy" href="" title="ACS Test Facility for the verification of micro and mini satellite busses">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>ACS Test Facility for the verification of micro and mini satellite busses</strong>
                    <p>The ACS Test Facility includes:<br />
<ul><br />
	<li>air bearing table with a platform allowing free 360° rotation around the vertical axis and between 20° and 30° around the horizontal axes</li><br />
	<li>high precision in-orbit earth magnetic field simulation</li><br />
	<li>electronic center of gravity (CoG) calibration</li><br />
	<li>adjustable and movable sun simulation</li><br />
	<li>WLAN command line</li><br />
	<li>safety mechanisms for save operation and satellite mounting</li><br />
	<li>power supply and distributio</li><br />
</ul></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8925">
                <a class="fancy" href="" title="The PicoSatellite Launcher (PSL) family is designed to ensure the safety of the CubeSat and to protect the launch vehicle (LV)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>The PicoSatellite Launcher (PSL) family is designed to ensure the safety of the CubeSat and to protect the launch vehicle (LV)</strong>
                    <p><p class="p1">the primary payload and other satellites to be launched. After the safe transportation of the device into the orbit, a deployment with a high reliability and a low spin rate is achieved by patented design principles. After a successful deployment, a telemetry signal is available for the launch provider.</p><br />
<p class="p1">The family of CubSat Deployer consists of the Single Picosatellite Launcher (SPL), the Double Picosatellite Launcher (DPL) and the Triple Picosatellite Launcher (TPL). The SPL is used to deploy one 1U CubeSat. The DPL is used to deploy one 2U CubeSat or two 1U CubeSats etc. The product line relies on a modular and redundant design</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8924">
                <a class="fancy" href="" title="The ASG-1 is a high integrated rate sensor for space applications">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>The ASG-1 is a high integrated rate sensor for space applications</strong>
                    <p><p class="p1">It is designed especially for small satellite applications. Outstanding features are low mass and size as well as the low energy consumption. The ASG-1 measures angular increments in three orthogonal axes. Using these angular increments, the rotation speed of the satellite and the relative position of the satellite in relation to a starting point are calculated.</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8923">
                <a class="fancy" href="" title="Transfer of space know how and technologies in terrestrical applications">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Transfer of space know how and technologies in terrestrical applications</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8922">
                <a class="fancy" href="" title="product line of reaction wheels (RW1, RW35, RW90, RW150, RW250)for small satellites">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>product line of reaction wheels (RW1, RW35, RW90, RW150, RW250)for small satellites</strong>
                    <p><p class="p1">reaching from the world's smallest commercial reaction wheel RW 1 (10-4 Nms) to the RW 250 (4 Nms). The reaction wheels RW 90 and RW 1 are already flight proven. Four reaction wheels RW 90 come into operation at the small satellite TET-1 (launch in 2012).<span class="Apple-converted-space">  </span>State of the art feedback systems in combination with model based controller algorithms making smart reaction wheels the ideal solution for zero-momentum attitude control strategies because these reaction wheels will operate with high accuracy as well in the "low wheel speed region". Astro- und Feinwerktechnik Adlershof GmbH</p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8921">
                <a class="fancy" href="" title="Sensor systems for seismic reconnaissance">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Sensor systems for seismic reconnaissance</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8920">
                <a class="fancy" href="" title="Test bed for rotation sensors /Test Beds and Apparatus Engineering">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Test bed for rotation sensors /Test Beds and Apparatus Engineering</strong>
                    <p>Test bed for rotational speed sensors. The test bed allows new combinations of measuring tasks. Therefore the sensors can be checked under different application scenarios.<br />
<br />
Main functions:<br />
• wide speed range<br />
• high temperature loads<br />
• Rotational vibrations of the code wheel<br />
• maximum air gap<br />
• air gap jumps<br />
• free positioning of the sensors in four axes in relation to the code wheel</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8919">
                <a class="fancy" href="" title="KERAMIS GEO (Ceramic Microwave Circuits for Satellite Communication)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>KERAMIS GEO (Ceramic Microwave Circuits for Satellite Communication)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8917">
                <a class="fancy" href="" title="Fraunhofer On-Board Processor (FOBP) – reconfigurable on-board processor (OBP) for communication applications">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Fraunhofer On-Board Processor (FOBP) – reconfigurable on-board processor (OBP) for communication applications</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8916">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8915">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8914">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8913">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8911">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8910">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8909">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8907">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8906">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8905">
                <a class="fancy" href="" title="PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PSL (PicoSatelliteLauncher) – family  of PicoSatellite Launcher (PSL)  ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8903">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8901">
                <a class="fancy" href="" title="Reactionwheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reactionwheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8900">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8898">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8897">
                <a class="fancy" href="" title="Reaction Wheel 90; AGS-1 – RW90  and high integrated rate sensor AGS-1 to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90; AGS-1 – RW90  and high integrated rate sensor AGS-1 to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8896">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8895">
                <a class="fancy" href="" title="complete manufacturing of  MTG cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>complete manufacturing of  MTG cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8894">
                <a class="fancy" href="" title="Reaction Wheel 90 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8893">
                <a class="fancy" href="" title="Reaction Wheel 1 and TPL – RW to control satellite attitude and TripleSatelliteLauncher to ensure the safety of the CubeSat and  protect the launch vehicle">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 and TPL – RW to control satellite attitude and TripleSatelliteLauncher to ensure the safety of the CubeSat and  protect the launch vehicle</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8892">
                <a class="fancy" href="" title="complete manufacturing of  Galileo cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>complete manufacturing of  Galileo cable harness – harness assembly of all components/ units (sensors, actuators) with power und data management units</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8891">
                <a class="fancy" href="" title="Reaction Wheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8890">
                <a class="fancy" href="" title="Reaction Wheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8888">
                <a class="fancy" href="" title="Reaction Wheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8887">
                <a class="fancy" href="" title="Reaction Wheel 1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8886">
                <a class="fancy" href="" title="Reaction Wheel 90: RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90: RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8885">
                <a class="fancy" href="" title="CAD Harness Design  for EDRS-C &#8211; complete CATIA V5 design of system harness loom segregation loom design DMU bundle routing mass assessment, COG assessment, as build adaptation between DMU and physical Mock-up for applications in high security terrestric environments">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>CAD Harness Design  for EDRS-C &#8211; complete CATIA V5 design of system harness loom segregation loom design DMU bundle routing mass assessment, COG assessment, as build adaptation between DMU and physical Mock-up for applications in high security terrestric environments</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8884">
                <a class="fancy" href="" title="Reaction Wheel 1: RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1: RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8883">
                <a class="fancy" href="" title="Reaction Wheel 1: RW1 – RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1: RW1 – RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8882">
                <a class="fancy" href="" title="Reaction Wheel 1: RW to control satellite attitude">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1: RW to control satellite attitude</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8881">
                <a class="fancy" href="" title="GSE (Ground Support Equipment) for small satellites / tailored transport container for a safe transport of satellite">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>GSE (Ground Support Equipment) for small satellites / tailored transport container for a safe transport of satellite</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8880">
                <a class="fancy" href="" title="MERTIS (Mercury Radiometer and Thermal Infrared Spectrometer) – MERTIS, imaging spectrometer for surface investigation of Merkur">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MERTIS (Mercury Radiometer and Thermal Infrared Spectrometer) – MERTIS, imaging spectrometer for surface investigation of Merkur</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8879">
                <a class="fancy" href="" title="Design of EDRS   cable harness (MCAD)  complete manufactuiring of  cable harness &#8211; harness assembly of all components/ units (sensors, actuators) with power und data management units">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Design of EDRS   cable harness (MCAD)  complete manufactuiring of  cable harness &#8211; harness assembly of all components/ units (sensors, actuators) with power und data management units</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8878">
                <a class="fancy" href="" title="PFS Planetary Fourier IR Spectrometer – instrument for infrared spectroscopy; informations about the nature of atmosphere">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PFS Planetary Fourier IR Spectrometer – instrument for infrared spectroscopy; informations about the nature of atmosphere</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8877">
                <a class="fancy" href="" title="Panel Mechanism,  Gyros,  ADCS  I/F  units,  Magnetometers,  Reaction Wheels and GPS  in  TRITON  Platforms">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Panel Mechanism,  Gyros,  ADCS  I/F  units,  Magnetometers,  Reaction Wheels and GPS  in  TRITON  Platforms</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8876">
                <a class="fancy" href="" title="GPS Receiver – Global Positioning System">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>GPS Receiver – Global Positioning System</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8875">
                <a class="fancy" href="" title="Propulsion System MICROJET">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Propulsion System MICROJET</strong>
                    <p>Microjet, developed by AIG (Aerospace Innovation GmbH) of Berlin, is a modularly designed propulsion system for Nanosatellites and Microsatellites based on the gas-resistojet-concept. It consists of a PST (Pressure Tank Unit) with nitrogen which is filled or drained, respectively, through a FDU (Fill and Drain), a FCU (Flow Control Unit) responsible for the control of correct propellant mass flow, as well as one or more THUs (Thruster Units). Each of these THUs contains a pulse valve and a nozzle for the actual thrust generation. Additionally, according to the definition of the Resistojet-concept, an electrical resistance-heating element might be applied for higher performance demands. The entire propulsion system is controlled by the PCU (Propulsion Control Unit), which can also be resigned of, if the satellite itself is capable to control the Microjet propulsion subsystems.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8874">
                <a class="fancy" href="" title="PFS Planetary Fourier IR Spectrometer  – instrument for infrared spectroscopy; informations about the nature of atmosphere">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PFS Planetary Fourier IR Spectrometer  – instrument for infrared spectroscopy; informations about the nature of atmosphere</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8873">
                <a class="fancy" href="" title="Propulsion System AQUAJET">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Propulsion System AQUAJET</strong>
                    <p>Aquajet is a small satellite propulsion system designed and developed at AI (Aerospace Innovation GmbH), Berlin. The objective is on-orbit qualification/verification of the Aquajet system performance on the TET-1 mission. The Aquajet micropropulsion device is an enabling system, small enough to provide its services to future pico- and nanosatellite missions. In particular, the micropropulsion device is an enabler for the positional control of nanosatellite constellations.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8872">
                <a class="fancy" href="" title="Festkörperspektroskopie  (studies of material properties of solid states)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Festkörperspektroskopie  (studies of material properties of solid states)</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8871">
                <a class="fancy" href="" title="MUPUS Thermal Mapper und ROLIS – measuring the mechanical and thermal properties of external comet layers">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MUPUS Thermal Mapper und ROLIS – measuring the mechanical and thermal properties of external comet layers</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8870">
                <a class="fancy" href="" title="Cosmic Dust Analyzer (CDA) – analysis of ice and dust grains in and near the Saturn system">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Cosmic Dust Analyzer (CDA) – analysis of ice and dust grains in and near the Saturn system</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8869">
                <a class="fancy" href="" title="studies with camera systems">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>studies with camera systems</strong>
                    <p>research stations on the Mars should collect scientific information</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8868">
                <a class="fancy" href="" title="PFS Planetary Fourier IR Spectrometer">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>PFS Planetary Fourier IR Spectrometer</strong>
                    <p>instrument for infrared spectroscopy; informations about the nature of atmosphere</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8867">
                <a class="fancy" href="" title="WAOSS Stereo Camera">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>WAOSS Stereo Camera</strong>
                    <p>WAOSS stereo camera (Wide-Angle Optoelectronic Stereo Scanner) global topographical mapping with good ground resolution.</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8866">
                <a class="fancy" href="" title="EGSE (Electrical Ground Support Equipment)">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>EGSE (Electrical Ground Support Equipment)</strong>
                    <p>Das EGSE dient der Integration und Inbetriebnahme sowie dem Test eines Satelliten bzw. der Satellitenkomponenten.<br />
<br />
Die Aufgaben eines EGSE umfassen:<br />
<br />
◾Energieversorgung des Satelliten<br />
<br />
◾Erfassung, Darstellung und Archivierung von Messwerten<br />
<br />
◾Senden von Telekommandos<br />
<br />
◾Empfang von Telemetrie<br />
<br />
◾Telemetrie-Verarbeitung, Interpretation, Darstellung und Archivierung<br />
<br />
◾Entwicklung, Validierung und Ausführung von (Flug-)Prozeduren</p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8865">
                <a class="fancy" href="" title="Reaction Wheel 90">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 90</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8864">
                <a class="fancy" href="" title="Reaction Wheel 1 and TPL">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Reaction Wheel 1 and TPL</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="8863">
                <a class="fancy" href="" title="Radiators with different coatings">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>Radiators with different coatings</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="6232">
                <a class="fancy" href="" title="GFRP struts for PLM">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>GFRP struts for PLM</strong>
                    <p></p>
				</div>
            </div>
                    
			            
            <div class="vr-popup-content" data-project="6213">
                <a class="fancy" href="" title="MLI for NOMAD Instrument">
					                                    </a>
                <div class="vr-popup-content-text">
                    <strong>MLI for NOMAD Instrument</strong>
                    <p>Multilayer Insulations; HPS equipped the whole EDM Module inside and outside with MLI and will land with 10kg MLI on Martian surface</p>
				</div>
            </div>
                    
			        </div>
    </div>
    
</div>
    
    {"id":6795,"date":"2016-03-29T14:43:39","date_gmt":"2016-03-29T12:43:39","guid":{"rendered":"http:\/\/vrdesign-development.de\/RKMU1\/?page_id=6795&#038;lang=en"},"modified":"2023-12-12T10:22:00","modified_gmt":"2023-12-12T09:22:00","slug":"speerspitze-der-technologie","status":"publish","type":"page","link":"https:\/\/bestofspace.de\/en\/wofuer-wir-stehen\/speerspitze-der-technologie\/","title":{"rendered":"Spearhead of Technology"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<span class=\"headline-green-back\">What we stand for<\/span>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text]<\/p>\n<h1>Spearhead of Technology<\/h1>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_single_image image=&#8221;10671&#8243; img_size=&#8221;full&#8221;][vc_column_text]Space provides the greatest technological challenges on our planet, as orbited technologies, once in space, must function a 100%, to earn the trust of billions of users. This applies to any purpose of space infrastructure from meteorology to telecommunications, from earth observation to navigation:<\/p>\n<ul>\n<li>\n<p class=\"p1\">be it a satellite finding its way to an exactly defined final position at 36,000 kilometers altitude<\/p>\n<\/li>\n<li>functioning as intended from that position for at least 15 fully operational years<\/li>\n<li>be it a spacecraft putting a lander on a comet\u00a0at a distance of\u00a0half a billion kilometers from earth<\/li>\n<li>or in the case of a space station that has to guarantee the survival of its crew:<\/li>\n<\/ul>\n<p>[\/vc_column_text][vc_column_text]<\/p>\n<p class=\"headline-zitat\">Every technical detail in space technology is pure intelligence transformed into hardware.<\/p>\n<p>[\/vc_column_text][vc_column_text]Intelligence which performs flawlessly in space is the precondition for superior capabilities on earth. Capabilities which are considered decisive from a military or from a civil and economic perspective, depending on the prevailing zeitgeist and situation, but always from a political perspective. Therefore, it is logical that from the beginning of the space age in the last century up\u00a0to the present day, space technologies have been valued and promoted by politics of all countries as the ultimate indicator for\u00a0technological maturity and \u201dnon-dependency\u201c (ESA formula) of their respective economies.<\/p>\n<p>Meanwhile, 40 out of the total of almost 4 million SMEs in Germany are fully qualified for development, production\u00a0and service tasks in the space industry and joined the space SME working group AKRK*, initiated by the German\u00a0space agency DLR. Their portfolio covers about 80 percent of all capabilities required before system integration at the\u00a0highest quality level &#8211; capabilities required to realize space technologies and projects in the first place: some specialize in equipment such as software, mechanics and electronics, others in complete subsystems, and a few\u00a0even in small satellites. As independent players, they are unencumbered by any other priorities other than uncompromising quality\u00a0and hundred percent loyalty to their customers.<\/p>\n<p>Therefore, telling the story of a long history of national and international mission successes would simply not be\u00a0complete without mentioning roles and responsibilities of the German space SMEs in AKRK*.<\/p>\n<h6 class=\"p1\">*\u00a0<span class=\"s1\">AKRK, the working group of space SMEs (\u201cArbeitskreis Raumfahrt-KMU\u201d), is the organisation of space SMEs in Germany, founded by DLR and supported by the Federal Ministry of Economic Affairs and Energy. The AKRK acts independently and in close partnership with politics and institutions; only independent SMEs are eligible to join. The group follows the principle of \u201cone company, one vote\u201d \u2013 in this organisation larger space companies are unable to impose their will on the group on the basis of their size.<br \/>\n<\/span><\/h6>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][vc_empty_space height=&#8221;20px&#8221;][vc_column_text]<\/p>\n<h1>Milestones of Success<\/h1>\n<p>[\/vc_column_text][vc_text_separator title=&#8221;Mission Heritage&#8221; title_align=&#8221;separator_align_left&#8221; align=&#8221;align_left&#8221; border_width=&#8221;2&#8243; el_class=&#8221;success-trajectory&#8221;][vc_column_text][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_row_inner][vc_column_inner][vc_separator][vc_column_text]continue reading:[\/vc_column_text][vc_btn title=&#8221;Commercialization &amp; Competitiveness&#8221; style=&#8221;flat&#8221; shape=&#8221;square&#8221; align=&#8221;left&#8221; link=&#8221;url:http%3A%2F%2Fbestofspace.de%2Fwofuer-wir-stehen%2Fwirtschaftlichkeit-durch-kommerzialisierung%2F%3Flang%3Den||&#8221; el_class=&#8221;self-button&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]What we stand for[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text] Spearhead of Technology [\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_single_image image=&#8221;10671&#8243; img_size=&#8221;full&#8221;][vc_column_text]Space provides the greatest technological challenges on our planet, as orbited technologies, once in space, must function a 100%, to earn the trust of billions of users. This applies to any purpose of space infrastructure from meteorology to telecommunications, from earth observation to navigation: be it [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":6793,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages\/6795"}],"collection":[{"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/comments?post=6795"}],"version-history":[{"count":21,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages\/6795\/revisions"}],"predecessor-version":[{"id":14419,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages\/6795\/revisions\/14419"}],"up":[{"embeddable":true,"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/pages\/6793"}],"wp:attachment":[{"href":"https:\/\/bestofspace.de\/en\/wp-json\/wp\/v2\/media?parent=6795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}