@font-face {
	font-family: 'Public Sans';
	src: url('/webfonts/PublicSans-SemiBold.eot');
	src: url('/webfonts/PublicSans-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/PublicSans-SemiBold.woff2') format('woff2'),
		url('/webfonts/PublicSans-SemiBold.woff') format('woff'),
		url('/webfonts/PublicSans-SemiBold.ttf') format('truetype'),
		url('/webfonts/PublicSans-SemiBold.svg#PublicSans-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Public Sans';
	src: url('/webfonts/PublicSans-Bold.eot');
	src: url('/webfonts/PublicSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/PublicSans-Bold.woff2') format('woff2'),
		url('/webfonts/PublicSans-Bold.woff') format('woff'),
		url('/webfonts/PublicSans-Bold.ttf') format('truetype'),
		url('/webfonts/PublicSans-Bold.svg#PublicSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Public Sans';
	src: url('/webfonts/PublicSans-Italic.eot');
	src: url('/webfonts/PublicSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/PublicSans-Italic.woff2') format('woff2'),
		url('/webfonts/PublicSans-Italic.woff') format('woff'),
		url('/webfonts/PublicSans-Italic.ttf') format('truetype'),
		url('/webfonts/PublicSans-Italic.svg#PublicSans-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Public Sans';
	src: url('/webfonts/PublicSans-Light.eot');
	src: url('/webfonts/PublicSans-Light.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/PublicSans-Light.woff2') format('woff2'),
		url('/webfonts/PublicSans-Light.woff') format('woff'),
		url('/webfonts/PublicSans-Light.ttf') format('truetype'),
		url('/webfonts/PublicSans-Light.svg#PublicSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Public Sans';
	src: url('/webfonts/PublicSans-Regular.eot');
	src: url('/webfonts/PublicSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/PublicSans-Regular.woff2') format('woff2'),
		url('/webfonts/PublicSans-Regular.woff') format('woff'),
		url('/webfonts/PublicSans-Regular.ttf') format('truetype'),
		url('/webfonts/PublicSans-Regular.svg#PublicSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Vollkorn';
	src: url('/webfonts/Vollkorn-Regular.eot');
	src: url('/webfonts/Vollkorn-Regular.eot?#iefix') format('embedded-opentype'),
		url('/webfonts/Vollkorn-Regular.woff2') format('woff2'),
		url('/webfonts/Vollkorn-Regular.woff') format('woff'),
		url('/webfonts/Vollkorn-Regular.ttf') format('truetype'),
		url('/webfonts/Vollkorn-Regular.svg#Vollkorn-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

*{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
}
body{
	color: #0d4d6f;
	font-size: 16px;
	font-family: 'Public Sans', 'Arial', sans-serif;
	font-weight: 300	;
	line-height: 1.427;
	letter-spacing: .5px;
	word-break: break-word;
	background-color: white;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
}
	a{
		color: #0298cc;
		text-decoration: none;
		border-bottom: 2px solid #ff8e31;
		transition: color .4s linear 0s, border .4s linear 0s;
	}
		a:hover{
			color: #0d4d6f;
			border-bottom: 2px solid transparent;
		}
	b, strong{
		font-weight: 600;
	}
	svg{
		transition: transform .4s ease-in-out 0s;
	}
		svg path{
			transition: fill .4s linear 0s, stroke .4s linear 0s;
		}
	.clear{
		clear: both;
	}
	.right{
		text-align: right;
	}
	.left{
		text-align: left;
	}
	div#outer{
		position: relative;
		margin: 0 auto;
	}
		div.inner{
			position: relative;
			margin: 0 auto;
		}


	div#shadow_left, div#shadow_right{
		position: fixed;
		z-index: 900;
		top: 0;
		width: 33px;
		height: 1135px;
		opacity: .3;
	}
	div#shadow_left{
		left: 0;
		background: url(/images/bg_shadow_left.png) no-repeat right center / 33px;
	}
	div#shadow_right{
		right: 0;
		background: url(/images/bg_shadow_right.png) no-repeat left center / 33px;
	}


	div#header{
		position: fixed;
		z-index: 1000;
		background-color: white;
		box-shadow: 0px -5px 12px 10px rgba(0,0,0,.1);
	}
		div#logo a{
			position: absolute;
			z-index: 1010;
			text-indent: -99999px;
			border-bottom: 0 none;
			background: url(/images/logo_h1.png) no-repeat center center / 100%;
		}
		ul#menu{
			position: absolute;
			z-index: 1010;
			right: 0;
			bottom: 16px;
		}
			ul#menu li{
				margin-left: 1em;
				float: left;
				list-style: none;
			}
				ul#menu li a,
				div#nav_lng a{
					display: inline-block;
					font-family: 'Vollkorn';
					font-size: 17px;
					font-weight: 500;
					line-height: 1;
					letter-spacing: .8px;
					text-transform: uppercase;
					border-bottom: 0 none;
				}
		div#nav_lng{
			position: absolute;
			z-index: 1010;
			right: 0;
			top: 16px;
		}
			div#nav_lng a{
				display: inline-block;
				width: 32px;
				height: 20px;
				margin-left: 15px;
				text-indent: -99999px;
			}
			a#lng_en{
				background: url(/images/icon_lng_gb.png) no-repeat center center / 32px;
			}
			a#lng_de{
				background: url(/images/icon_lng_de.png) no-repeat center center / 32px;
			}

		div#bt_menu{
			display: none;
			position: absolute;
			z-index: 1100;
			right: 0;
			width: 40px;
			height: 30px;
			cursor: pointer;
		}
			div#bt_menu svg{
				width: 40px;
			}

		div#wrapper_menu_mob{
			position: fixed;
			z-index: 990;
			top: -1000px;
			left: 0;
			width: 100%;
			transition: top .95s ease-in-out 0s;
			background-color: white;
			box-shadow: 0px -5px 12px 10px rgba(0,0,0,.1);
		}
			ul#menu_mob{
				width: 300px;
				margin: 0 auto;
			}
				ul#menu_mob li{
					padding: 5px 10px;
					list-style: none;
				}
					ul#menu_mob li a{
						display: block;
						font-family: 'Vollkorn';
						font-weight: normal;
						text-transform: uppercase;
						border-bottom: 0 none;
					}


/* CONTENT */

		div#content_main{
			min-height: 870px;
		}
			div#content_main p{
				margin-bottom: 1em;
			}
				div#content_main p:last-of-type{
					margin-bottom: 0 !important;
				}

			div#content_main ul,
			div#content_main ol{
				margin: 0 0 1em 24px;
			}
				div#content_main ul:last-of-type,
				div#content_main ol:last-of-type{
					margin-bottom: 0 !important;
				}
			h1, h2, h3, h4, h5{
				color: #0298cc;
				font-family: 'Vollkorn';
				font-weight: 500;
				line-height: 1.15;
			}
			h1{
				margin-bottom: .35em;
				font-size: 2em;
			}
			h2{
				margin-bottom: .35em;
				font-size: 1.6em;
				letter-spacing: 1.2px;
			}
				h2.strong{
					font-weight: 900 !important;
				}
			h3{
				margin-bottom: 1em;
				font-size: 1.45em;
			}
			h4, h5{
				margin-bottom: .1em;
				font-size: 1.1em;
				line-height: 1.3;
			}
			img.full{
				width: 100%;
			}

			.bigger{
				font-size: 1.35em;
				font-weight: 600;
			}
			.smaller{
				font-size: .85em;
			}
			.red{
				color: #ad2020;
			}
			.center{
				text-align: center;
			}
			.hspacer20{
				float: left;
				display: inline-block;
				width: 30px;
				height: 1em;
			}
			.inl_bl{
				display: inline-block;
			}
			hr{
				height: 2px;
				background-color: #ff8e31;
			}

			div#header_pic{
				position: relative;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: cover;
			}
				div#header_pic_decker{
					position: absolute;
					z-index: 100;
					top: 0;
					left: 0;
					background: linear-gradient(15deg,rgba(27, 30, 64, 0.82) 0%, rgba(255, 255, 255, 0) 92%);
				}
				div#header_pic_txt{
					position: absolute;
					z-index: 200;
				}
					div#header_pic_txt h2,
					div#header_pic_txt h3,
					div#header_pic_txt h4{
						margin-bottom: 0 !important;
						color: white;
					}
					div#header_pic_txt h2{
						font-size: 2.7em;
						font-weight: 700;
					}
					div#header_pic_txt h4{
						font-size: 1.7em;
						text-transform: uppercase;
					}
/* HOME */
		div#wrapper_home_zitate{
			margin-bottom: 3em;
			color: black;
			font-size: 1.5em;
			font-family: 'Vollkorn';
		}
			div#wrapper_home_zitate em{
				display: block;
				font-family: 'Public Sans';
				font-size: .65em;
			}

		h2.risiko{
			color: #ad2020;
			font-size: 2.2em;
		}

		div.col_50,
		div.col_50_2{
			float: left;
		}

		div.box{
			margin: 2em auto;
			padding: 25px;
			color: white;
			text-align: center;
			background-color: #0298cc;
			border: 5px solid #0d4d6f;
		}
			div.box h2,
			div.box h3,
			div.box h4{
				color: white;
			}
			div.box hr{
				height: 2px;
				margin: 1em 0;
				background-color: white;
			}

		h3.inln{
			display: inline-block;
			margin-bottom: 0;
		}

		div#wrapper_downloads{
			padding: 25px;
			color: white;
			text-align: center;
			border: 3px solid #0d4d6f;
		}
			div#wrapper_downloads a{
				display: inline-block;
				width: 80px;
				margin: 1.15em;
				color: #ff8e31;
				border-bottom: 0 none;
			}
				div#wrapper_downloads a svg{
					width: 60px;
					height: 60px;
				}
				div#wrapper_downloads a:hover{
					color: #0298cc;
				}
					div#wrapper_downloads a:hover svg{
						transform: scale(1.1);
						transform-origin: 50% 50%;
					}
						div#wrapper_downloads a:hover svg path{
							fill: #0298cc;
						}


		div#wrapper_list_initial_signatories,
		div#wrapper_list_signatories{
		}
			div.wrapper_signator_init,
			div.wrapper_signator{
				display: inline-block;
				margin: 0 1em 1em 0;
				padding: 10px 15px;
				vertical-align: top;
			}
			div.wrapper_signator_init{
				max-width: 335px;
				min-height: 4.6em;
				border: 2px solid #0298cc;
				border-radius: 10px;
			}
				div.wrapper_signator_init.dark{
					max-width: auto;
					color: #ff8e31;
					border: 4px solid #ff8e31;
				}
			div.wrapper_signator{
				max-width: 289px;
				font-size: .85em;
				border: 1px solid #0d4d6f;
				border-radius: 7.5px;
			}


		div.wrapper_these{
			margin-bottom: 1.5em;
			border: 2px solid #0298cc;
			border-radius: 10px;
		}
			div.wrapper_these h3{
				margin-bottom: 0;
				padding: 10px 15px 13px;
				color: white;
				background-color: #0298cc;
				border-top-right-radius: 7px;
				border-top-left-radius: 7px;
			}
			div.wrapper_these strong,
			div.wrapper_these b{
				color: #ff8e31;
				font-weight: bold;
			}
				div.wrapper_these h3 strong{
					display: inline-block;
					font-family: 'Public Sans';
					font-size: .73em;
					font-weight: 600;
					text-shadow: 0 0 4px rgba(255,255,255,.25);
				}

			div.these_cont{
					padding: 10px;
				}
					div.these_cont_inner{
						padding: 0 10px;
					}
					div.these_cont a{
						font-size: .85em;
						border-bottom: 0 none;
					}
						div.these_cont a:before{
							content: "↵\00a0";
							color: #ff8e31;
						}
					div.these_cont div.these_head{
						padding: 1em 0 0;
						border-top: 2px solid #0d4d6f;
					}
						div.these_cont.first div.these_head{
							padding-top: 0;
							border-top: 0 none;
						}
					div.these_head h4{
						display: inline-block;
					}
					div.bt_show_cont{
						float: right;
						width: 36px;
						height: 36px;
						cursor: pointer;
					}
						div.bt_show_cont svg{
							width: 36px;
							height: 36px;
						}
						div.bt_show_cont:hover svg path{
							stroke: #0d4d6f;
						}

					div.these_cont:last-child{
						padding-bottom: 20px;
					}

				div.these_content{
					display: none;
					padding-top: 10px;
				}
					div.these_content em{
						color: #0298cc;
					}

		ol#ul_14_th{
			margin-left: 42px !important;
			list-style-type: decimal-leading-zero;
		}
			ol#ul_14_th li{
				margin-bottom: .5em;
			}
				ol#ul_14_th li::marker{
					color: #ff8e31;
					font-weight: bold;
				}
					ol#ul_14_th li h4{
						font-family: 'Public Sans';
					}


		iframe{
			max-width: 100%;
			margin-bottom:.75em;
		}


/* PARTNER */

		div.link_entry{
			margin-bottom: 20px;
			padding-bottom: 20px;
			border-bottom: 1px solid rgba(13, 77, 111, 0.75);
		}
			div.partner_logo{
				float: left;
				width: 180px;
				padding-right: 20px;
			}
			div.partner_infos{
				float: left;
			}
				div.partner_logo a{
					border-bottom: 0 none;
				}
					div.partner_logo img{
						width: 100%;
					}



/* FORM ELEMS */

		div#wrapper_form_data{
			margin: 0 auto;
		}
			input, textarea, select{
				appearance: none;
				-moz-appearance: none;
				-webkit-appearance: none;
			}
			input[type="text"], input[type="password"], input[type=number], textarea, select{
				padding: 7px 10px 10px;
				color: #404040;
				font-family: 'Vollkorn', sans-serif;
				font-size: 18px;
				line-height: 1;
				letter-spacing: .2px;
				background-color: white;
				border-radius: 0 !important;
			}
			input[type="text"], input[type="password"], input[type=number]{
				background-color: white;
				border: 1px solid #c0c3c7;
			}
			input[type="text"], textarea{
				width: calc(100% - 20px);
			}
			textarea{
				height: 120px;
				text-transform: none;
			}
			input[type="button"], input[type="submit"], a.button{
				display: inline-block;
				margin-bottom: 10px;
				padding: 10px 20px 14px;
				color: white;
				font-family: 'Vollkorn', sans-serif;
				font-size: 1em;
				font-weight: normal;
				line-height: 1;
				letter-spacing: .2px;
				text-align: center;
				background-color: #ff8e31;
				border: 2px solid #ff8e31;
				border-radius: 10px;
				transition: color .35s linear 0s, background-color .35s linear 0s, border .35s linear 0s;
				cursor: pointer;
			}
				input[type="button"]:hover, input[type="submit"]:hover, a.button:hover{
					background-color: #0d4d6f;
					border: 2px solid #0d4d6f;
				}
				input[type="button"].disabled, input[type="submit"].disabled, a.button.disabled{
					color: white;
					background-color: #f2f3f4;
					cursor: not-allowed;
				}
				input#input_mwm_vorname{
					margin-right: 15px;
				}
				input#input_title{
					width: 123px;
				}
			select{
				max-width: 100%;
				padding: 10px 26px 10px 12px !important;
				line-height: 24px;
				background: white url(/images/icon_select.svg) no-repeat right center / auto 14px;
				box-shadow: none;
				border: 1px solid #c0c3c7;
				background-color: white;
			}
				select *{
					max-width: 100%;
					color: #80878f;
					background-color: #f2f3f4;
				}
			@-moz-document url-prefix(){
				input[type="text"], textarea, select{
				}
				input[type="button"], input[type="submit"], a.button{
				}
				select{
				}
			}
			input[type="checkbox"], input[type="radio"]{
				display:none;
			}
				label{
					float: left;
					margin: 0 15px 10px 0;
					font-family: 'Vollkorn', sans-serif;
				}
				input[type="checkbox"]+label::before, input[type="radio"]+label::before{
					float: left;
					width: 20px;
					height: 20px;
					margin: 2px 14px 0 8px;
					border-radius: 20px;
					background-color: white;
					content: "";
					cursor: pointer;
					box-shadow: inset 2px 2px 5px rgba(0,0,0,.35);
					}
					input[type="checkbox"]:checked+label::before, input[type="radio"]:checked+label::before{
						box-shadow: inset 2px 2px 5px rgba(0,0,0,.35);
						background-color: #ff8e31;
						}
			::placeholder{
				color: #c0c3c7;
				opacity: 1;
				}
			:-ms-input-placeholder{
				color: #c0c3c7;
				opacity: 1;
				}
			::-ms-input-placeholder{
				color: #c0c3c7;
				opacity: 1;
				}
			div.feedback_field{
				min-height: 1.4em;
				padding: 10px 0;
				color: #ad2020;
			}


	div#footer{
		color: white;
		font-family: 'Vollkorn';
		font-size: .85em;
		text-transform: uppercase;
		background-color: #0d4d6f;
	}
		div#footer a{
			color: white;
		}
		div#footer_copyright,
		div#menu_footer{
			display: inline-block;
		}

/* Google */

	div#google_translate_element{
		position: absolute;
		z-index: 1000;
		top: 80px;
		right: 0;
	}





/* COOKIES */

			div#wrapper_cookiebanner{
				position: fixed;
				z-index: 11000;
				font-size: .85em;
				text-align: center;
				background-color: #f1f1f3;
				border-top-right-radius: 20px;
				border-bottom-right-radius: 20px;
				border-bottom-left-radius: 20px;
				box-shadow: 0 0 20px rgba(0,0,0,.25);
				transition: bottom 0.7s cubic-bezier(.29,.64,.74,.66) 0s;
			}
				form#form_cookies_accept{
					width: 100%;
					text-align: center;
				}
					div#cookies_checkboxes{
						display: inline-block;
						margin: 0 auto;
						padding: 0 20px 1em;
					}
					div#cookies_links a,
					form#form_cookies_accept input{
						margin: 0 8px 1em;
						}
		div#wrapper_cookies_adapt{
			margin: 40px 0;
			text-align: center;
			}



	#status{ position: fixed; bottom: 10px; left: 10px; z-index: 99999; padding: 3px 5px; font-size: 14px; font-family: monospace; color: rgb(196, 12, 198); background: rgba(211, 211, 211, 0.8); }
