/* Google Font Open Sans */

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
		url('/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('/fonts/open-sans-v34-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('/fonts/open-sans-v34-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('/fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */
		url('/fonts/open-sans-v34-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*  Reduced html5doctor.com Reset Stylesheet, Author: richclarkdesign.com */

html,body,div,span,object,iframe,h1,h2,h3,p,blockquote,address,em,img,small,strong,b,i,
a,ol,ul,li,form,caption,article,aside,canvas,figure,footer,header,nav,section,audio,video
{margin:0;font-weight: normal;padding:0;border:0;outline:0;font-size:1em;vertical-align:baseline;background:transparent;}

/* Cookie Consent */

#button {display: none !important}
.uc-embedding-accept, .uc-btn-primary {background: #006600 !important;}
.description-text {display: none !important}
.uc-save-settings-button {color: #fff !important; border: 1px solid #fff !important;}
#usercentrics-button input[type='checkbox'].uc-form-check-input:checked+label::before,
.uc-embed input[type='checkbox'].uc-form-check-input:checked+label::before {
	background-color: #006600 !important;
	border-color: #006600 !important ;
}
#uc-btn-select-tab-settings, #uc-btn-select-tab-history {color: #006600!important;}
#usercentrics-button .uc-powered-by a[href] {color: #006600 !important;}

/* Basic Styles */

html, body {
	margin: 0 auto;
	height: 100%;
	font-family: 'Open Sans', Helvetica, Arial, 'sans serif';
	line-height: 150%;
	color: #444;
	background: #efefef;	
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behaviour: url(/includes/boxsizing.htc);  
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 1em;
}

::selection {color: #fff; background: #006600;}

a {color: #006600; text-decoration: none; transition: all .3s ease-in-out;}
a:visited {color: #006600; text-decoration: none}
a:hover {color: #006600; text-decoration: underline; transition: all .2s ease-in-out;}
a:focus {border: 0; outline: 0; -moz-outline:0;}

hr {display:block;height:1px;border:0;border-top:1px solid #ddd;margin:15px 0;padding:0;}
img {max-width:100%;height:auto;border:0;}
p {margin: 0 0 1em 0}
b,strong {font-weight: 600}
b a, strong a {font-weight: 600}

.center {text-align:center;}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear:both;}

.responsiveContainer {position: relative; padding-bottom: 66%; height: 0; overflow: hidden;}
.responsiveContainer iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.responsiveContainer video {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}  

video {
	width: 100% !important;
	height: auto !important;
}

a {color: #006600; text-decoration: none;}
a:hover {color: #006600; text-decoration: underline;}
a:focus {border: 0; outline: 0; -moz-outline:0;}
a img {border: 0;}

/* Layout */

#container {
	width: 100%;
	max-width: 1240px;
	min-width: 768px;
	margin: 0 auto;
	padding: 5px 20px 20px 20px;
	background: #fff;
	overflow: auto;
}

#header {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

/* Summary */

summary {
	color: #fff;
	font-size: 1rem;
	line-height: 150%;
	margin: 15px 0 0 0;
	padding: 10px 15px;	
	text-transform: uppercase;
	letter-spacing: 1px;	
	background: #006600;
	cursor: pointer;
}

/* Jahrbuch */

#jahrbuch {
	clear: both;
	width: 100%;
	display: block;		
	text-align: center;
	overflow: auto;
	background: #006600;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 20px;
}

#jahrbuch a {
	text-decoration: underline;
	color: #fff;
}

#jahrbuch a:hover {
	opacity: .7;
}

/* Banner */

#banner {
	clear: both;
	width: 100%;
	display: block;		
	text-align: center;
	overflow: auto;
	background: #fff;
	color: #006600;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #006600;
}

#banner a {
	color: #006600;
	display: block;
	padding: 10px;
	transition: all .3s ease;
	font-weight: bold;	
	letter-spacing: 1px;
}

#banner a:hover {
	text-decoration: none;
	background: rgba(0,0,0,.1);
}

#logo  {
	clear: both;
	width: 100%;
	margin: 1em auto;
	padding: 0;
	overflow: auto;
}

#logo .logo-left  {
	float: left;
	margin: 0 0 0 1px;
}

#logo .logo-right  {
	float: right;
	margin: 17px 1px 0 0;
}

#navi-button {
	display: none;
}	

#navi {
	clear: both;
	width: 100%;
	height: auto;
	overflow: auto;
	background: #006600;	
	margin: 4px 0;
	font-size: 1em;	
	display: flex;
	justify-content: center;
}

#navcontainer  {
	display: flex;
	justify-content: center;	
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;	
}

#navcontainer ul li {
	display: inline;
	line-height: 150%;
}

#navcontainer ul li a {
	padding: 0.5em 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
	display: block;
}

#navcontainer ul li a:hover {
	background: #006600;
	color: #fff;		
	opacity: .8;
}

#navcontainer .green { 
	background: #fff;
	color: #006600;
}

#navileft {
	clear: both;
	width: 100%;
	overflow: auto;
	list-style: none;
	position: relative;	
	padding: 0;
	margin: 0;	
}

#navileft li {
	float: left;
	display: inline;
	width: 100%;
	text-transform: uppercase;
}

#navileft li a, #navileft li a:visited {
	padding: 5px 0;
	width: 100%;
	color: #999;
	text-decoration: none;
	display: block;
}

#navileft li a:hover, #navileft li a.aktiv {
	color: #006600;		
	text-decoration: none;
}

#navileft li ul li {
	padding-left: 20px;
	text-transform: none;
}

#path {
	width: 70%;
	clear: both;
	float: left;
	margin: 8px 0;
	color: #999;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75em;
	height: auto;
	overflow: auto;	
}

#path a {color: #999;}

#path a:hover {color: #006600; text-decoration: none;}

#lang {
	width: 25%;
	float: right;
	text-align: right;	
	margin: 8px 0;
	color: #999;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75em;
	height: auto;
	overflow: auto;	
}

#lang a {color: #999;}

#lang a:hover {color: #006600; text-decoration: underline;}

#wrapper {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;	
	display: flex;
	justify-content: space-between;
}

#left {
	width: 22%;
	margin: 0;
	padding: 0;
}

#content {
	width: 58%;		
	max-width: 660px;
	margin: 0;
	padding: 0 45px 30px 15px;
	min-height: 500px;
	line-height: 150%;
}

#right {
	width: 20%;
	min-width: 240px;
	margin: 0;
	padding: 0;
	font-size: 0.87em;	
	line-height: 150%;
}

#right #search {
	width: 100%;
	height: 40px;
	max-width: 240px;
	float: left;
	padding: 0;
	color: #ccc;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75em;
	overflow: auto;
	background: none;
}

#right #search form {display: inline;}

#right #search .suche1 {
	border: 0;
	padding: 2px 4px;
	background: #efefef;
	width: 218px;
	height: 22px;
	color: #777;
	letter-spacing: 1px;
	text-transform: uppercase;	
}

#right #search .suche2 {
	border: 0;
	padding: 2px;
	background: #006600;
	color: #fff;
	width: 22px;
	height: 22px;	
	text-align: center;
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	color: #ccc;
	padding: 1em 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.75em;
}

#footer a {color: #ccc;}

#footer a:hover {
	color: #006600;
	text-decoration: none;
}

#design {
	width: 100%;
	clear: both;
	text-align: center;
	color: #ccc;
	padding: 1em 0;
	margin: 0;
	font-size: 0.75em;
}

#design a {color: #ccc;}

#design a:hover {
	color: #006600;
	text-decoration: none;
}

/* Additional styles */

#content h1 {
	color: #006600;
	text-transform: uppercase;
	letter-spacing: 1px;	
	font-size: 1.2em;
	line-height: 150%;
	margin: -2px 0 12px 0;
	font-weight: 600;
}

#content h2 {
	color: #777;
	font-size: 1.1em;
	margin: 0 0 16px 0;
	line-height: 150%;
	font-weight: bold;
}

#content h3 {
	color: #777;
	font-size: 1em;
	text-transform: uppercase;		
	margin: 1em 0;
	line-height: 130%;
	font-weight: 600;
	letter-spacing: 1px;
}

#content p {
	margin: 0 0 1em 0;
}

#content ul {
	margin: 0 0 1em 0;
}

#content li {
	margin: 0 5px 0 1em;
	line-height: 150%
}

#content td {
	font-size: 0.87em;
	line-height: 130%;
}

#content .top-box {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	overflow: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;		
	display: flex;
}

#content .top-box .top-box-left {
	margin: 0;
	padding: 0;
	flex: 1 1 auto;
}

#content .top-box .top-box-left a {
	padding: 3px 5px;
	background: #efefef;
	color: #006600;
	text-transform: uppercase;
	font-size: 0.7em !important;
	letter-spacing: 1px;
	font-weight: 600;
}

#content .top-box .top-box-left a:hover {
	background: #006600;
	color: #fff;
	text-decoration: none;
}

#content .top-box .top-box-right {
	margin: 0;
	padding: 0 0 0 1em;
	flex: 1 1 auto;
	min-width: 150px;
}

#content .listing {
	line-height: 130%;
	margin: 10px 0;
	height: auto;
	padding: 0;
	width: 100%;
	clear: both;
	font-size: 0.87em;
	overflow: hidden;
}

#content .listing .list-image {
	float: left;
	width: 13%;
	margin: 5px 2% 0 0;
	padding: 0;
}

#content .listing .list-text {
	float: left;
	width: 85%;
	margin: 0;
	padding: 0;
}

#content .listing .list-text a {font-weight: 600;}

#content .listing .list {clear: both; margin: 0}

.grey1 {color:#777; text-decoration: none; line-height: 120%}
.grey2 {font-size: 0.87em; color:#777; text-decoration: none}
.grey {font-size:  0.87em; color:#999; text-decoration: none}

.exc {
	color: #777;
	text-decoration: none;
	line-height: 125%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 5px;
	font-size: 1.2em;
}

.exc-stipendiat {
	clear: both;
	overflow: auto;
	margin: 0;
}

.exc-img {
	float: right;
	overflow: auto;
	margin: 5px 0 0 20px;
}

.exc-link {
	padding: 3px 5px;
	background: #efefef;
	color: #006600;
	text-transform: uppercase;
	font-size: 0.7em !important;
	letter-spacing: 1px;
	font-weight: 600;
}

/* Zitat */

blockquote {
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #006600;
	quotes: "\201C""\201D""\201C""\201D";
}
blockquote:before {
	color: #006600;
	content: open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 10px;
	vertical-align: -0.4em;
	font-family: Arial, Helvetica, sans serif;
}
blockquote p {
	display: inline;
}

blockquote strong {
	margin: 10px;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #666;
	letter-spacing: 1px;
	font-weight: normal;
}

.black {font-size: 0.87em; color:#000; text-decoration: none}

a.white {font-size: 0.87em; color:#fff; text-decoration: none}
a.white.hover {color:#fff; text-decoration: underline}

a.link3 {font-size:  0.87em; color:#fff; text-decoration: none}
a.link3:hover{color:#fff; text-decoration: underline}

.greylink {color:#999;}
a.greylink {color:#999; text-decoration: none}
a.greylink:hover{color:#006600; text-decoration: none}

a.greenlink {color:#006600; text-decoration: none; line-height: 140%}
a.greenlink:hover{color:#006600; text-decoration: underline}

a.link2 {font-size: 0.8em; letter-spacing: 1px; color:#ccc; text-decoration: none}
a.link2:hover{color:#006600; text-decoration: none}

.t5, .t3 {
	color:#fff;
	text-transform: uppercase;
	padding: 3px 0;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-size: 0.87em;
	letter-spacing: 1px;
	background: #006600;
	text-align: center;
}

.t10a {
	width: 21%;
	margin: 00;
	height: 60px;
	padding: 0;
	clear: both;
	float: left;
}

.t10b {
	width: 79%;
	background: #efefef;
	margin: 0;
	padding: 5px;
	float: left;
	height: 60px;	
}

.link2 {
	color:#999;
	text-transform: uppercase;
}

.download-box {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

.download-header {
	text-align: center;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 3px 0;
	width: 100%;
	background: #006600;
	overflow: auto;
	color: #fff;
	text-decoration: none;
}

.download-content {
	float: left;
	width: 100%;
	background: #efefef;
	padding: 3px;
	color: #777;
	font-size: 0.87em;
	overflow: auto;	
}

.form1  {
	width: 100%;	
	border: 1px solid #ccc;
	background: #efefef;
	padding: 3px;
	font-size: 1em;
	font-family: "Open Sans", Helvetica, Arial, sans serif;				
}

.form1:focus  {
	background: #fff;			
}

.form2  {
	width: 100%;	
	border: 1px solid #ccc;
	background: #efefef;
	padding: 3px;
	height: 200px;
	font-size: 1em;
	font-family: "Open Sans", Helvetica, Arial, sans serif;				
}

.form2:focus  {
	background: #fff;			
}

.form-button, .form-button:visited {
	width: auto;
	display: inline-block;
	color: #fff;
	padding: 0.5em 1em;
	height: auto;
	border: 0;
	background: #006600;
	font-size: 0.9em;
	transition-property: background;
	transition-duration: 500ms;
	transition-timing-function: linear;
	font-family: "Open Sans", Helvetica, Arial, "sans serif";				
	margin: 1em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.form-button:hover {
	background: #666;
	color: #fff;
	text-decoration: none;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.form-select {
	width: 200px;
	color: #555;
	padding: 0.2em;
	height: auto;
	background: #efefef;
	font-size: 0.9em;
	border: 1px solid #ccc;
	font-family: "Open Sans", Helvetica, Arial, "sans serif";		
}
.form-select:focus {background: #fff; border: 1px solid #ccc; outline: 0; -moz-outline:0;}


.edit {
	background: #efefef;
	padding: 3px;
	color: #777;
	font-size: 0.87em;
	overflow: auto;
	width: auto;
}

.alert {
	background: #e6fde6;
	border: 1px solid #006600;
	padding: 10px;
	margin: 1em 0;
	color: #333;
	overflow: auto;
	width: auto;
}

.back  {float: left; font-size: 0.87em;}
.weiter  {float: right; font-size: 0.87em;}

a.button {
	display: block;
	text-align: center;
	margin: 0;
	padding: 3px;
	border-style: solid;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-top: 0px solid #fff;
	font-weight: normal;
	font-size: 0.87em;
	background-color: #fff; }
a.button:link    {color:#777; background:#efefef; text-decoration:none; }
a.button:visited {color:#777; background:#efefef; text-decoration:none; }
a.button:hover   {color:#fff; background:#006600; text-decoration:none; }

a.menu2a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 6px 0;
}
a.menu2a:link    { color:#777; text-decoration:none; }
a.menu2a:visited { color:#777; text-decoration:none; }
a.menu2a:hover   { color:#006600; text-decoration:none; }

a.menu2b {
	display: block;
	font-weight: 600;
	text-decoration: none;
	margin: 0 0 6px 0;
}
a.menu2b:link    { color:#006600; text-decoration:none; }
a.menu2b:visited { color:#006600; text-decoration:none; }
a.menu2b:hover   { color:#006600; text-decoration:none; }

a.menu2c {
	display: block;
	font-weight: normal;
	font-size: 0.87em;
	text-decoration: none;
	padding: 0;
	margin: 0 0 3px 15px;
}
a.menu2c:link    { color:#777; text-decoration:none; }
a.menu2c:visited { color:#777; text-decoration:none; }
a.menu2c:hover   { color:#006600; text-decoration:none; }

a.menu2d {
	display: block;
	font-weight: normal;
	font-size: 0.87em;
	text-decoration: none;
	padding: 0;
	margin: 0 0 3px 15px;
}
a.menu2d:link    { color:#006600; text-decoration:none; }
a.menu2d:visited { color:#006600; text-decoration:none; }
a.menu2d:hover   { color:#006600; text-decoration:none; }

a.menu2e {
	display: block;
	font-weight: normal;
	font-size: 0.75em;
	text-decoration: none;
	padding: 0;
	margin: 0 0 3px 25px;
}
a.menu2e:link    { color:#999; text-decoration:none;}
a.menu2e:visited { color:#999; text-decoration:none;}
a.menu2e:hover   { color:#006600; text-decoration:none;}

a.menu2f {
	display: block;
	font-weight: normal;
	font-size: 0.75em;
	text-decoration: none;
	padding: 0;
	margin: 0 0 3px 25px;
}
a.menu2f:link    { color:#006600; text-decoration:none;}
a.menu2f:visited { color:#006600; text-decoration:none;}
a.menu2f:hover   { color:#006600; text-decoration:none;}

.email1 {width: 100%; height: 22px; border: 1px solid #efefef}
.email2 {width: 100%; height: 200px; border: 1px solid #efefef}
.email3 {width: 100%; height: 22px; border: 1px solid #efefef}

.box {
	padding: 0;
	margin: 1em 0;
	width: 100%;
	border: 0;
	clear: both;
}

.boxheader { 
	background: #006600;
	width: 100%;
	font-size: 0.87em;
	margin: 0;
	padding: 3px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}

.boximage {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #efefef;
	overflow: auto;	
}

.boxcontent {
	background: #efefef;
	width: 100%;
	margin: 0;
	padding: 3px;
}

/* Mobil */

@media screen and (max-width: 767px) {

	html, body {background: #fff;}	

	#container {
		width: 100%;
		min-width: 0;
		margin: 0;
		font-size: 1em;
		padding: 8px;
		overflow: auto;	
		min-width: none;
	}

	#logo .logo-left  {
		width: 100%;
		text-align: center;
		margin: 0;
	}

	#logo .logo-right  {
		float: left;
		width: 100%;
		text-align: center;
		margin: 10px 0 0 0;
	}

	#navi-button {
		clear: both;
		width: 100%;
		display: block;
		background: #006600;
		padding: 10px;
		color: #fff;
		cursor: pointer;
		text-align: center;
		border: 0;
		border-radius: 0;
		font-size: 1.5em;
		margin: 0 0 1px 0;
	}	

	#navi {
		display: none;
		clear: both;
		width: 100%;
		height: auto;
		overflow: auto;
		background: #006600;	
		margin: 0;
	}

	#navcontainer {
		display: block;
		overflow: auto;	
		margin: 0;	
	}

	#navcontainer ul {
		display: block;	
		overflow: auto;
		margin: 0;
	}

	#navcontainer ul li {
		float: left;
		display: block;
		line-height: 150%;
		width: 100%;	
		border-bottom: 1px solid #fff;
	}

	#navcontainer ul li a {
		width: 100%;
		text-align: center;
		border: 0;		
		padding: 0.75em 1em;
		border-top: 0;	
	}

	#lang {
		float: left;
		text-align: center;
		width: 100%;
		padding: 8px 0;
		font-size: 1em;
	}	

	#wrapper {
		padding: 0 10px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;	
	}	

	#content {
		float: none;	
		margin: 1em auto;
		padding: 0;
		min-height: 100px;
		width: 100%;
		-webkit-order: 1;
		order: 1;
	}

	#left {
		float: none;
		width: 100%;
		margin: 1em 0;
		padding: 0 0 1em 0;
		min-height: 0;
		width: 100%;
		-webkit-order: 2;
		order: 2;
	}

	#left #sidebar {font-size: 1em}	

	#right {
		float: none;	
		margin: 0;
		padding: 0;
		font-size: 1em;
		width: 100%;
		-webkit-order: 3;
		order: 3;		
	}

	#right img {
		width: 100%;
		height: auto;
	}

	#footer  {
		margin: 1em 0;
		padding: 1em 0 0 0;
	}	

	#path, #search, #design {display: none}	

	.no-mobile {display: none;}		
}	

@media screen and (min-width: 768px) {

	#navi {
		display: flex !important;
	}

}	
