*
{
    outline: none !important;
}
body
{
	min-width: 0;
	-webkit-text-size-adjust: 100%;
}
.berufstraeger .container_16 .grid_6
{
	max-width: 100%;
}
.berufstraeger #content > section.grid_11 .grid_11
{
	max-width: 100% !important;
}
.berufstraeger #content > section.grid_11 .grid_11 li.paragraph-3:nth-child(3)
{
	width: 80px;
}
.contact #content > aside.grid_5
{
	min-width: 160px;
}
.contact #content > section.grid_11 article .grid_5
{
	min-width: 200px;
	max-width: 34%;
}
.contact #content > section.grid_11 article .grid_6
{
	float: right;
	max-width: calc(100% - 220px);
}
.contact #content > section.grid_11 article .grid_6 img
{
	height: auto;
	max-width: 100%;
}

#map_canvas img /* fix for OpenStreetMap */
{
    max-width: none !important;
}
.container_16
{
	box-sizing: border-box;
	max-width: 100% !important;
	width: 940px;
}
.container_16 .grid_16
{
	max-width: 100%;
}
#content.container_16 .grid_8
{
	max-width: calc(50% - 10px);
	width: calc(50% - 10px);
}
#content.container_16 .grid_8 .bx-window
{
	max-width: 100%;
	width: 100% !important;
}
#content.container_16 .grid_8 .bx-wrapper
{
	max-width: 100%;
	width: 100%;
}
.expertise #content > section.grid_5, .berufstraeger #content > aside.grid_5, .contact #content > aside.grid_5, .standard #content > aside.grid_5
{
	width: calc(31% - 10px);
}
.expertise #content > aside.grid_11, .berufstraeger #content > section.grid_11, .contact #content > section.grid_11, .standard #content > section.grid_11
{
	width: calc(69% - 10px);
}
footer .container_16 .prefix_8
{
	float: right;
	padding-left: 0;
}
#gdpr
{
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.16)); 
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.16)); 
	background-image: -o-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.16)); 
	background-image: -ms-linear-gradient(top, rgba(0,0,0,.06), rgba(255,255,255,.16)); 
	background-image: linear-gradient(to bottom, rgba(0,0,0,.06), rgba(255,255,255,.16));	
	display: none;
	font-family: "StoneSansIIITCW01-Md";
	font-size: 13px;
	margin: 0 auto;
	max-width: 940px;
	padding: 10px;
}
#gdpr .gdpr_text
{
	display: block;
	float: left;
	line-height: 28px;
}
#gdpr button
{
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.16), rgba(255,255,255,.16));
	border: solid 1px #d4d4d4;
	border-radius: 4px;
	color:#252b62;
	cursor: pointer;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 0.688em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: .5em .4em .5em 0;
	padding: .4em 1em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
}
#gdpr .gdpr_button_container
{
	float: right;
}
@media screen and (max-width: 800px)
{
	#gdpr .gdpr_text
	{
		float: none;
		line-height: 20px;
		text-align: center;
	}
	#gdpr .gdpr_button_container
	{
		float: none;
		text-align: center;
	}
	
}
/*
#gdpr
{
	font-family: "StoneSansIIITCW01-Md";
	font-size: 14px;
	line-height: 20px;
	padding: .5em 1em;
}
.ui-dialog {
    z-index:1000000000;
    top: 0; left: 0;
    margin: auto;
    position: fixed;
    max-width: calc(100% - 20px);
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.ui-dialog .ui-dialog-content {
    flex: 1;
}
button.gdpr-button.ui-button
{
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.16), rgba(255,255,255,.16)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.16), rgba(255,255,255,.16));
	border: solid 1px #d4d4d4;
	border-radius: 4px;
	color:#252b62;
	font-size: 0.688em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	
}
.hide-dialog-title .ui-dialog-titlebar
{
	display:none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.hide-dialog-title.ui-dialog-buttons
{
	background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border: 1px solid #ddd;
	color: #333;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
	outline: 0;
	overflow: hidden;
	padding: .2em;
	position: fixed;
}
.ui-dialog-buttonpane
{
	background-image: none;
	border: 1px solid #ddd;
	border-width: 1px 0 0 0;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
	text-align: left;
}
.ui-widget-overlay
{
    background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    filter: Alpha(Opacity=50);
	height: 100%;
	left: 0;
    opacity: .5;
	position: fixed;
	top: 0;
	width: 100%;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button
{
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-button-text-only .ui-button-text
{
	border: 0;
	color: #252b62;
	cursor: pointer;
	display: block;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: normal;
	margin: 0;
    padding: .4em 1em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: baseline;
}
*/
header .container_16 .prefix_3
{
	float: right;
	padding-left: 0;
	width: 490px;
}
header .language-nav li a.active
{
    background-position-y: -8px !important;
}
header .language-nav li a.de
{
    background-position: -50px 0;
    margin-right: 20px;
    width: 50px;
}
.home aside ul li
{
	max-width: 100%;
	min-width: 0 !important;
}
html[lang=de] #nav-main li a
{
    background-image: url(/images/nav_matrix_de.png);
    background-repeat: no-repeat;
}
html[lang=en] #nav-main li a
{
    background-image: url(/images/nav_matrix_en.png);
    background-repeat: no-repeat;
}
html[lang=en] #nav-main li:nth-child(1) a
{
    background-position: -2px 0;
    width: 74px;
}
html[lang=en] #nav-main li:nth-child(1).active a
{
    background-position-y: -66px;
}
html[lang=en] #nav-main li:nth-child(4) a
{
    background-position: -386px 0;
    width: 74px;
}
html[lang=en] #nav-main li:nth-child(4).active a
{
    background-position-y: -66px;
}
.karriere #content > aside.grid_5
{
	min-width: 280px;
	width: calc(31% - 10px);
}
.karriere #content > section.grid_11
{
	max-width: calc(100% - 300px);
	width: calc(69% - 10px);
}
.main-picture img
{
	max-width: 100% !important;
}
nav ul
{
	padding-left: 0 !important;
}
nav ul li a
{
	display: inline-block !important;
	float: none !important;
}
nav.grid_8.omega ul
{
	text-align: right;
	width: 490px;
}
nav.grid_8.omega ul li a
{
	color: transparent;
}
#nav-main li:not(.active) a:hover
{
    background-position-y: -33px !important;
}
#nav-main li:nth-child(1) a
{
    background-position: -470px 0;
    width: 60px;
}
#nav-main li:nth-child(1).active a
{
    background-position: -468px -66px;
}
#nav-main li:nth-child(2) a
{
    background-position: -86px 0;
    width: 93px;
}
#nav-main li:nth-child(2).active a
{
    background-position: -86px -66px;
}
#nav-main li:nth-child(3) a
{
    background-position: -179px 0;
    width: 122px;
}
#nav-main li:nth-child(3).active a
{
    background-position: -179px -66px;
}
#nav-main li:nth-child(4) a
{
    background-position: -301px 0;
    width: 85px;
}
#nav-main li:nth-child(4).active a
{
    background-position: -301px -66px;
}
#nav-main li:nth-child(5) a
{
    background-position: -389px 0;
    width: 74px;
}
#nav-main li:nth-child(5).active a
{
    background-position: -389px -66px;
}
#wrap > header
{
	height: auto !important;
	min-height: 95px;
}
@media screen and (max-width: 980px)
{
	.container_16
	{
		padding: 0 20px;
	}
}
@media screen and (min-width: 841px)
{
	nav ul li {
		display: inline;
	}
}
@media screen and (max-width: 840px)
{
	.container_16 .language-nav.grid_16
	{
		float: right;
		max-width: 120px;
	}
	html[lang=de] nav.grid_8.omega ul
	{
		column-count: 5;
	}
	html[lang=en] nav.grid_8.omega ul
	{
		column-count: 4;
		-webkit-column-count: 4;
	}
	nav.grid_8.omega
	{
		clear: both;
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	nav.grid_8.omega ul
	{
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 800px)
{
	.standard #content > aside.grid_5
	{
		float: none;
		width: calc(100% - 10px);
	}
	.standard #content > section.grid_11
	{
		float: none;
		width: calc(100% - 10px);
	}
}
@media screen and (max-width: 700px)
{
	.contact #content > aside.grid_5
	{
		display: block;
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	.contact #content > section.grid_11
	{
		width: calc(100% - 20px);
	}
	#content.container_16 .grid_8
	{
		float: none;
		max-width: calc(100% - 10px);
		width: calc(100% - 10px);
	}
	.expertise #content > section.grid_5, .berufstraeger #content > aside.grid_5, .karriere #content > aside.grid_5
	{
		float: none;
		width: calc(100% - 10px);
	}
	.expertise #content > aside.grid_11, .berufstraeger #content > section.grid_11, .karriere #content > section.grid_11
	{
		float: none;
		width: calc(100% - 10px);
	}
}
@media screen and (max-width: 580px)
{
	nav.grid_8.omega ul
	{
		column-count: 1 !important;
	}
	nav.grid_8.omega li
	{
		display: block;
		text-align: center;
	}
	nav ul li a.menu-contact
	{
		width: 87px !important;
	}
	nav ul li a.menu-expertise
	{
		width: 97px !important;
	}
	nav ul li a.menu-karriere
	{
		width: 89px !important;
	}
	nav ul li a.menu-start
	{
		width: 75px !important;
	}
	.container_16 .language-nav.grid_16
	{
		column-count: 2;
		display: block;
		float: none !important;
		margin: 10px auto;
		max-width: 100px;
	}
	header > .container_16 > img
	{
		display: block;
		float: none !important;
		margin: 20px auto 10px;
	}
	header .language-nav li a
	{
		color: transparent;
		float: none !important;
	}
}
@media screen and (max-width: 530px)
{
	.contact #content > section.grid_11 article .grid_5
	{
		display: block;
		float: none;
		width: 100%;
	}
	.contact #content > section.grid_11 article .grid_6
	{
		display: block;
		float: none;
		margin-left: 0;
		margin-top: 20px;
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 489px)
{
	footer
	{
		background-image: url(/images/footer_bg2.png) !important;
		height: auto !important;
	}
	footer img.grid_4.alpha
	{
		display: block;
		float: none;
		margin: 7px auto 0;
	}
	footer ul.grid_4.prefix_8
	{
		display: block;
		float: none;
		left: -15px;
		margin: 0 auto;
		position: relative;
	}
}