

#mobile_menu {display:none;}
#mobile_header {display:none;}

#screen_header {
	position: sticky;
    position: -webkit-sticky;
	display: flex;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}

#screen_menu ul {
    list-style-type: none;
    display: inline-flex;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
    padding: 0px;
    margin-top: 0px;
}

#screen_menu li { 
    display:inline-block;
    padding-right:10px; 
}  

#screen_menu a {
    text-decoration: none;    
    display: flex;
    justify-content: center;
	-webkit-justify-content: center; 
	-moz-justify-content: center; 
    align-items: center;
	-webkit-align-items: center; 
	-moz-align-items: center; 
    text-align: center;
    color: white;
    padding:10px;
    border: solid 2px white;
    border-radius: 10%;
	
}

main, .main {
	
    width:100%;
    padding: 0 5%;
    text-align:justify;
    box-sizing: border-box;
}



#screen_header .call2action {
	float:right;
	width: 20%;
}

.sprache .call2action { display:none;}

#sh-left {float:left;}

#dd{float:left;}
#ue{float: right;}


#screen_footer {
    position: fixed;
	justify-content: space-between;-moz-justify-content: space-between;-webkit-justify-content: space-between;
	display: flex;
    bottom:0px;
    background-color: #088CE8;
    padding: 20px;
	width:100%;
	
} 

#sf-left {
	padding-left:2em;
	color:white;
	display:inline-block;
}
#sf-right{	
	display:inline-block;
}

#screen_footer a {
    display: inline-block;
	margin: 0 -5px;
    padding: 0 20px;
	border-right: solid 1px white;
	text-decoration:none;
    color: white;
}

#screen_footer a:first-child {border-left:none;}
#screen_footer a:last-child {border-right:none;margin-right:20px;}
