Choose Best Support if old browsers still need to be supported. Formats in this snippet: [eot,woff,woff2,ttf,svg]

/* zen-maru-gothic-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-300.svg#ZenMaruGothic') format('svg'); /* Legacy iOS */
}
/* zen-maru-gothic-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/zen-maru-gothic-v12-cyrillic_latin/zen-maru-gothic-v12-cyrillic_latin-regular.svg#ZenMaruGothic') format('svg'); /* Legacy iOS */
}

/* golos-text-regular - cyrillic_latin */
@font-face {
  font-display: swap; 
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/golos-text-v3-cyrillic_latin/golos-text-v3-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/golos-text-v3-cyrillic_latin/golos-text-v3-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/golos-text-v3-cyrillic_latin/golos-text-v3-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/golos-text-v3-cyrillic_latin/golos-text-v3-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/golos-text-v3-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/golos-text-v3-cyrillic_latin/golos-text-v3-cyrillic_latin-regular.svg#GolosText') format('svg'); /* Legacy iOS */
}

body {
    width:100%;
	margin: 0 auto;
	font-family: 'Zen Maru Gothic';	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphenate-limit-chars: 7 3 3;
	-webkit-hyphenate-limit-chars: 7 3 3;
	
	-ms-hyphenate-limit-chars: 7 3 3;
	text-align: justify;
	
}


header, .header {
	
    top: 0;
	left: 0;
	background-color: #088CE8;
    color: white;
	padding: 1em 10%;
	
    width:100%;
	z-index: 1001;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

header h1 {
    font-size: 18pt;
    font-weight: normal;
}

header h2 {
    font-size: 14pt;
    font-weight: normal;
}

.nowrap {white-space:nowrap;}

#welcome {
	display:flex;
	flex-wrap:wrap;
		-webkit-flex-wrap:wrap; 
		-moz-flex-wrap:wrap; 
    
	justify-content: space-between;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
	
	padding-top: 30vh;
	width:100%;
	z-index: 1;	
}

#welcome-text {
	padding-left:10%;
	text-align:justify;
	float:left;
	display:block;
	min-height:70vh;
    width:50%;
	
}

#welcome ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
	-moz-flex-wrap: wrap;
	
	max-width: 100%;
    padding: 0px;
    margin-top: 0px;
}


#welcome li {
	display: inline-block;
	box-sitzing:border-box;
	flex-shrink: 0;
	margin-right: 20px;
	min-width: 125px;
	flex-basis: 125px;
	flex-grow: 1;
	
}


#welcome li:last-child {
	margin-right:0px;
/*	flex-grow:1;*/
}


#welcome a {
    text-decoration: none;    
    display: block;
	box-sizing: border-box;
    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:0.5em 1em;
    background-color: #088CE8;
	border-radius: 10%;
	min-width: 125px;
	
}

#welcome svg {
	height: 2.5em;
	width: auto;
	
		}
#welcome svg tspan {
	stroke:#088CE8;
	stroke-width: 2pt;
	fill:#088CE8;
}

#welcome path, #welcome line, #welcome rect, #welcome circle {
	fill:white;
	stroke:#088CE8;
	stroke-width:8pt; 
}

#welcome sub {
		display:block;
		
		filter: hue-rotate(90deg);
	}


#welcome h1 {
    font-size:8vh;
	font-weight: 100;
    padding:0px;
    margin:0px;
}

#welcome p {
    text-align:justify;
    font-size: 14pt;
}

#portrait {
	
	max-height: 50vh;
	float:right;
    width: auto;
    opacity:0.8;
	padding:0px;
	margin: 0px;
	border-radius: 66% 0 66% 0;
    
}

#bg-sprache {
	display: flex;
    justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
	-moz-flex-wrap: wrap;	
	margin: 0px;
	padding-top: 3em;
}

.anker {
	position:absolute;
	width:0px;height:0px;
	margin-top:-16em;
	visibility: hidden;
}




.sprache {
	display: inline;
	padding: 4em;
	margin:2em;
	width: 36%;
	background-color: #088CE8;
    color: white;
	/*margin-bottom: 5em;*/
	flex-grow: 1;
	flex-shrink: 1;
	
}


.sprache a {
	color: white;
	font-weight: bold;
}

h1, h2, h3 {
	text-align:left;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	}


.call2action {
	
	border: solid 2px white;
	background: white;
	color: #088CE8;
	border-radius: 10%;
	border: solid 5px #088CE8;
	z-index: 1002;
	padding-bottom: 10px;
	
}

.c2a-text {text-align: center;}
.c2a-text h1, .c2a-text h2, .c2a-text h3 {text-align:center;}

.c2a-buttons {
	text-align: center;
	display:flex;
	justify-content: space-around;
}

.call2action a {
	color: #088CE8;
	display: inline-block;
	padding: 1em 1.5em;
	border-radius:50%;
	border: solid 5px #088CE8;
}



#bg-oeffentlich {
	display:flex;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	background:#088CE8;
	border-left: solid 2em white;
	border-right: solid 2em white;
}

#bg-oeffentlich section {
	
	background: white;
	color: #088CE8;
	flex: 1 1;
	-moz-flex: 1 1;
	-webkit-flex: 1 1; 
	padding: 4em;
	margin: 2em;
}

#med-ngo {
	display: flex;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-bottom:4em;
}

#med-ngo main {
	background: #088CE8;
	color: white;
	-moz-flex: 1 1;
	-webkit-flex: 1 1; 
	padding: 4em;
	margin: 2em;
}

@media screen and (min-width:1024px) and (max-width:1581px) {	
	#welcome li {flex-grow: 1;}
	#welcome li:nth-child(1){min-width: 45%; }
	#welcome li:nth-child(2){
		min-width: 45%;
		margin:0px 0px 20px 0px; 
	}



.call2action a {
	color: #088CE8;
	display: inline-block;
	padding: 0.8em 1.3em;
	border-radius:50%;
	border: solid 5px #088CE8;
	font-size: 10pt;
}	
	
	
}


