@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');

::-moz-selection {
	background: #333333;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #333333;
	color: #fff;
	text-shadow: none;
}

html,
body,
div,
span,
applet,
object,
iframe, 
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	color: #404040;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-color: #fff;
	/*font-family: 'PT Sans', sans-serif;*/
	line-height: 1.5;
	overflow-x: hidden;
	font-family: "sofia-pro", sans-serif !important;
}

a {
	color: #404040;
	text-decoration: none !important;
	-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

a:hover {
	-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	text-decoration: none;
	color: #404040;
	box-shadow: none !important
}

* {
	padding: 0px;
	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	font-family: "sofia-pro", sans-serif;
}

img {
	border: 0px;
}

ol,
ul {
	list-style: none;
}

ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



h1,
h2,
h3,
h4,
h5 {
	/*font-family: 'DM Sans', sans-serif;*/
	font-family: "sofia-pro", sans-serif;
	margin: 0px;
	font-weight: 400;
	margin:10px 0 20px 0;
}

strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
}

section,
footer,
header {
	display: block;
	width: 100%;
	float: left;
	height: auto;
}

.navbar-inverse {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: rgb(64, 64, 64) !important;
	background-color: transparent !important;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 7.5px;
	height: 40px;
	text-transform: uppercase;
	font-family: 'sofia-pro', sans-serif;
	letter-spacing: 0.03em;
}

.navbar-inverse .navbar-nav:hover li a {
	opacity: 0.3;
}

.navbar-inverse .navbar-nav:hover li a.membershipBTN {
	opacity: 1;
}

.navbar-inverse .navbar-nav>li>a.membershipBTN:hover {
	background: #404040 !important;
	color: #fff !important;
}


.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #000000;
	background-color: transparent !important;
	opacity: 1 !important;
}

.navbar-nav>li>.dropdown-menu {
	background: #404040;
	width: 100%;
	min-width: auto;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none !important;
	border: none !important;
	/*margin-right: -50px;*/
	padding: 13px 0px;
}

.navbar-nav>li>.dropdown-menu li a {
	opacity: 0.5;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 3px 20px;
}

.navbar-nav>li>.dropdown-menu li a:hover {
	opacity: 1;
	background: transparent !important;
}

.navbar-inverse .navbar-nav>.open>a {
	opacity: 1 !important;
}

.open>.dropdown-menu {
	display: inline-table;
}

/*Luc*/
.navbar-nav>li>.sub-menu {
	background: #404040;
	width: 100%;
	min-width: auto;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none !important;
	border: none !important;
	/*margin-right: -50px;*/
	padding: 13px 0px;
	display: none;
	position: absolute;
	min-width: 180px;
}

.navbar-nav>li>.sub-menu li a {
	opacity: 1 !important;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 20px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.03em;
}

.navbar-nav>li>.sub-menu li a:hover {
	opacity: 1;
	background: transparent !important;
	color: rgba(255, 255, 255, 1);
}
.open>.sub-menu {
	display: inline-table;
}

/*End Luc*/

.navbar-brand {
	height: auto;
	padding: 0px;
}

.navbar-brand img {
	max-width: 130px;
	width: 100%;
}

header {
	background: #fff;
	padding: 25px 70px;
}

header .container {
	max-width: 1440px;
	width: 100%;
}

.navbar-inverse {
	margin: 0px;
}

.navbar-nav {
	margin-top: 0px;
	margin-right: 0;
}

.navbar-inverse .navbar-nav>li>a.membershipBTN {
	padding: 7px 20px;
	border: solid 2px #404040 !important;
	background: #fff;
	margin-left: 20px;
}

.navbar-inverse .navbar-nav>li>a.membershipBTN:hover {
	/*	background: #404040 !important;
	color: #fff !important;*/

}

.homepageHeader {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	position: relative;
	min-height: calc(70vh - 110px);
	display: flex;
	align-items: center;
}

.homepageHeader:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	left: 0;
	top: 0;
}

.homepageHeader h1 {
	font-size: 64px;

	line-height: 1;
	font-family: 'sofia-pro', sans-serif;
	font-weight: 400;
	font-style: normal;

}

.homepageHeader p {
	font-size: 20px;
	display: block;
	margin-top: 30px;
}

.downarrow {
	max-width: 46px;
	/*position: absolute;*/
	left: 50%;	 
	bottom: 30px;
	width: 100%;
	border: none;
	background-color: transparent;
	outline: none;
	display: inline;
	margin-top: 20px;
	transform: translateX(-50%);
}

.rowFlex {
	display: flex;
	flex-wrap: wrap;
}

.servicesBox {
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 30px;
	min-height: 370px;
}

.servicesBox p {
	font-size: 18px;
	line-height: 1.5;
	color: #404040;
	margin-top: 15px;
}

.servicesSection {
	padding: 50px 0px;
}

.darkSection {
	padding: 50px 0px;
	background: #f5f5f5;
	color: #404040;
}

.sectionTitle01 {
	font-size: 40px;
	line-height: 1.3em;
	color: #404040;
	font-weight: 200;
	margin-bottom: 15px;
}

.advantageBox {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 0px;
	padding: 15px;
}

.advantageBox h2 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 30px;
	display: block;
}

.advantageBox p {
	font-size: 18px;
	font-weight: 300;
}

.learnMore {
	font-weight: 700;
	font-size: 16px;
	color: #404040;
	border: solid 2px #404040;
	padding: 21px 34px;
	display: inline-block;
	text-transform: uppercase;
}

.learnMore:hover,
.learnMore:focus {
	color: #fff;
	background: #404040;
}

.text-center {
	text-align: center;
}
/*#primary{padding-bottom: 50px;}*/

.memberRow {
	margin-top: 30px;
}

footer {
	padding: 50px 0px 15px 0;
	background: #404040;
	color: #fff;
}

footer li {
	list-style-type: none;
}
.form_job textarea, .form_job input {
	width: 100%;
	padding: 12px;
	margin: 6px 0 4px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	line-height: normal;
	box-sizing: border-box;
	border-radius: 2px;
}

.form_job select {
	margin: 6px 0 4px;
	width: 100%;
	max-width: 100%;
}

.form_job label,
.form_job input{width:100%;}
.form_job .row{ margin-bottom: 30px;}
.form_job table td{font-size: 12px; text-align: left;}
.form_job table.date{width: 200px;}
.form_job table.date td,
.form_job table.date td input{width:60px;}

.form_job input[type="submit"]{
	font-size: 14px;
	letter-spacing: .03em;
	color: #272727!important;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 35px;
	border: 2px #272727 solid!important;
	margin-right: 10px;
	background: #fff;
	transition: all 0.3s;
	display: inline-block;
	outline: none;
	width: auto;
	border-radius: 0;
	font-family: 'sofia-pro', sans-serif;
}
.form_job input[type="submit"]:hover{
	background: #272727!important;
	color: #fff!important;
}

.form_job label {
	font-size: 18px;
	line-height: normal;
	font-weight: 300;
	color: #404040;
}

.h3 a{color: #404040}
.uptop {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	margin-bottom: 100px;
	font-weight: 300;
}

.uptop:hover,
.uptop:active {
	color: #fff !important;
	border-bottom: solid 1px rgba(255, 255, 255, 1);
	opacity: 0.5;
}

.ftrCenter {
	text-align: center;
}

.ftrLeft p a,
.ftrLeft p {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 40px;
}

.ftrLeft p a {
	color: #fff;
	text-decoration: none !important;
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.ftrLeft p a:focus,
.ftrLeft p a:hover {
	border-bottom: solid 1px rgba(255, 255, 255, 1);
	opacity: 0.5;
}

.ftrLeftWeight p {
	font-weight: 300;
}

.ftrRightBold p {
	font-weight: bold;
}

.strongP {
	font-weight: 700;
}

.innerPageTitle {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	position: relative;
	min-height: calc(70vh - 110px);
	display: flex;
	align-items: center;
}

.innerPageTitle:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	left: 0;
	top: 0;
}

.innerPageTitle h1 {
	font-size: 64px;
	line-height: 1.4;
	width: 100%;
	text-align: center;
	font-weight: 300;
}

.innerPageTitle p {
	font-size: 20px;
	display: block;
	margin-top: 30px;
}

.innerBannerCaption {
	position: relative;
	height: 100%;
	/*display: flex;*/
	width: 100%;
	max-width: 1360px;
	padding: 0px 15px;
	margin: 0 auto;
	align-items: center;
}

/*.innerPageTitle .downarrow {
bottom: 30px;
width: 60px;
border: none;
background-color: transparent;
outline: none;
}*/
.pb50 {
	padding-bottom: 50px;
}

.pt50 {
	padding-top: 50px;
}

.ptb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pTextBox p {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: #404040;
}

.pTextBox p>a {
	/*text-decoration: underline !important;*/
	border-bottom: solid 1px rgba(64,64,64,.3) !important;;
	display: inline-block;
	padding-bottom: .05em;
}

.pTextBox p>a:hover {
	color: rgba(64, 64, 64, .6);
}

.sectionTitle02 {
	font-size: 64px;
	line-height: normal;
	color: #404040;
	font-weight: 200;
	margin-bottom: 20px;
	margin-top: 20px;
}

.sqs-image-content {
	padding-bottom: 75%;
	background: rgba(62, 62, 62, .06);
}

.sqs-image-content:empty::before {
	content: '';
	width: 64px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/image-inside-64-dark.png) no-repeat center;
}

.h3 {
	font-size: 32px;
	line-height: 1;
	color: #404040;
	font-weight: 200;
	margin-bottom: 20px;
}

.h2 {
	font-size: 48px;
	line-height: 1.2;
	color: #404040;
	font-weight: 400;
	margin-bottom: 20px;
}

.job_item_h2 {
	font-weight: 200;
}

.h4 {
	font-size: 40px;
	line-height: 1.3em;
	color: #404040;
	font-weight: 200;
	margin-bottom: 20px;
}

.bulletList {
	width: 100%;
	padding-left: 40px;
}

.bulletList>li {
	width: 100%;
	list-style: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	color: #404040;
	margin: 10px 0px;
}

.bulletList>li::before {
	padding-right: 10px;
	content: "\2022";
	display: inline-block;
	margin-left: -15px;
}

.bulletList>li>a {
	border-bottom: 1px solid rgba(64,64,64,.3)
}

.bulletList>li>a:hover {
	color: rgba(64, 64, 64, .6);
	border-bottom: 1px solid rgba(64,64,64,.15)
}

.mapAdd {
	font-size: 40px;
	line-height: 1.3em;
	color: #404040;
	padding-left: 30px;
	padding-top: 15%;
	font-weight: 200;
}

.mapAdd a {
	color: #404040;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(64,64,64,.3)
}

.mapAdd a:hover {
	color: rgba(64, 64, 64, .6);
	border-bottom: 1px solid rgba(64,64,64,.15)
}

.searchFullBox {
	width: 100%;
	float: left;
	border: 1px solid #aaa;
	min-height: 20px;
	display: block;
	outline: 0;
	box-sizing: border-box;
	background: url('../images/icon-searchqueries-20-dark.png') no-repeat 15px 50%;
	padding: 15px 12px 15px 45px!important;
	color: rgb(64, 64, 64) !important;
	opacity: 0.7;
	background-color: #FFFFFF !important;
	font-size: 18px !important;
	font-family: 'sofia-pro', sans-serif !important;
	font-weight: 200;
}

.searchFullBox::placeholder {
	opacity: 1 !important;
	color: rgb(64, 64, 64) !important;
}

.searchFullBox:hover, .searchFullBox:active, .searchFullBox:focus {
	opacity: 1;
}
.widget_icl_lang_sel_widget a{
	color: rgb(64, 64, 64) !important;
	background-color: transparent !important;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 7.5px;
	height: 40px;
	text-transform: uppercase;
	font-family: 'sofia-pro', sans-serif;
	letter-spacing: 0.03em;
}
.wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 0;
	clear: both;
}
.document_filter_sidebar_title{display: inline-block; font-size: 18px; font-weight: 300;}
.filterNoteDocument label {margin-right: 0; cursor: pointer}
#document-filter .buttons {
	width: 0;
	height: 1px;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
}
#document-filter input[type=checkbox]{
	width: 0;
	height: 1px;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
}
#document-filter label{
	border-bottom: solid 1px transparent;
}

#document-filter .checked_box{
	border-bottom: solid 1px #9f9f9f;
}

.agenda_filter_sidebar_title{display: inline-block; font-size: 18px; font-weight: 300;}
.filterNoteAgenda label {margin-right: 0; cursor: pointer}
#agenda-filter .buttons {
	width: 0;
	height: 1px;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
}
#agenda-filter input[type=checkbox]{
	width: 0;
	height: 1px;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
}
#agenda-filter label{
	border-bottom: solid 1px transparent;
}

#agenda-filter .checked_box{
	border-bottom: solid 1px #9f9f9f;
}

.stellungnahmen_doubleborder {
	border-bottom: 1px solid rgba(64,64,64,.3);
}

.mb90 {
	margin-bottom: 90px;
}

.titleMT30 {
	margin-top: 30px;
}

.filterNote {
	font-size: 16px;
	line-height: 1.6;
}

.filterNote span {
	color: rgb(64,64,64);
	font-family: 'sofia-pro', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.filterNote .parent-sort-container span {
	border-bottom: 1px solid rgba(64,64,64,.3);
	margin-right: 10px;
}

.filterNote .parent-sort-container span:hover {
	color: rgba(64,64,64,.6);
	border-bottom: 1px solid rgba(64,64,64,.15);
}

.filterNote a {
	display: inline-block;
	border-bottom: solid 1px #9f9f9f;
	color: #404040;
}

.filterNote a:hover {
	opacity: 0.5;
}

.searchInput {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.searchResult {
	font-family: 'sofia-pro', sans-serif;
	padding: 0;
}

.searchResult .searchResultInner {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 1px #dddddd;
}

.searchResult .searchResultInner.user {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #dddddd;
}

.searchResult p {
	font-size: 16px;
	line-height: 1.8;
}

.link {
	border-bottom: solid 1px #9f9f9f;
	color: #404040;
	display: inline-block;
	margin-bottom: 30px;
}

.link:hover,
.link:active {
	opacity: 0.5;
	color: #404040;
}

.searchtitle {
	font-size: 30px;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
	font-family: "sofia-pro", sans-serif !important;
	color: #404040;
	font-weight: 200;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.searchresultAction span {
	font-size: 12px;
	color: #9fa19f;
	padding: 0px 10px 0 0;
	position: relative;
	display: inline-block;
}

.searchresultAction span.CHGEOL {
	padding: 0 10px;
}

.searchresultAction span.CHGEOL::before {
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 14px;
	display: block;
	position: absolute;
	top: 8px;
	left: -5px;
	background: #9fa19f;
}

.searchresultAction a {
	display: none;
}

.searchresultAction a.CHGEOL {
	display: inline-block;
}

.searchresultAction span:first-child {
	padding-left: 0px;
}

.searchresultAction span:first-child:before {
	display: none;
}

.searchResult:last-child {
	border: none;
}

.opinionsRow {
	padding-top: 30px;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 30px;
}

.opinionsRow p {
	font-size: 18px;
}

.opinionsRow .link {
	margin: 0px;
}

.opinionsRow .searchtitle {
	border-bottom: solid 1px #9f9f9f;
	display: inline-block;
	padding-bottom: 5px;
}

.opinionsRow .searchtitle:hover {
	opacity: 0.5;
}

.certTitle {
	font-size: 40px;
	letter-spacing: 0em;
	line-height: 1.3em;
	font-family: 'sofia-pro', sans-serif;
	font-weight: 200;
}

.certTitle02 {
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}

.listingBullet {
	display: block;
	font-size: 16px;
	padding-left: 20px;
}

.listingBullet li {
	margin-bottom: 10px;
	list-style: disc;
	width: 100%;
}

.pb150 {
	padding-bottom: 150px;
}

.chgeolSubtitle {
	display: block;
	font-size: 40px;
	letter-spacing: 0em;
	line-height: 1.3em;
	text-transform: none;
	font-weight: 200;
}

.readmore {
	padding: 21px 34px;
	border: solid 2px #404040;
	color: #404040;
	font-size: 16px;
	text-transform: uppercase;
	padding: 25px 35px;
	font-weight: 700;
	display: inline-block;
}

.readmore:hover,
.readmore:active {
	background-color: #404040;
	color: #fff;
}

.textCenter {
	text-align: center;
}

.awardLeft {
	line-height: 1.8;
}

.awardLeft p {
	font-size: 18px;
	line-height: 1.8;
}

.awardLeft ul li,
.awardLeft a {
	font-size: 18px;
}

.awardLeft ul {
	margin-bottom: 40px;
}

.awardTitle {
	margin-bottom: 20px;
}

.awardLeft .link {
	margin: 0px;
}

.mb20 {
	margin-bottom: 20px;
}

.awardRight h3 {
	font-size: 32px;
	margin-bottom: 5px;
	font-weight: 400;
	line-height: 1.4;
}

.awardRight p {
	font-size: 18px;
}

.darkBG {
	background: #f5f5f5;
}

.servicesSection p {
	font-size: 18px;
	line-height: 1.6;
}

.servicesSection p a {
	border-bottom: 1px solid rgba(64,64,64,.3);
}

.servicesSection p a:hover, .servicesSection p a:focus, .servicesSection p a:active {
	border-color: rgba(64,64,64,.15);
	color: rgba(64,64,64,.6);
}

.listingBullet li a {
	margin: 0px;
}

.gewinnerListing li {
	margin-bottom: 20px;
	font-size: 18px;
}

.subtitle01 {
	font-size: 18px;
	margin-bottom: 20px;
}

.newsletterForm {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 50px 17px;
}

.newsInputBox {
	width: 100%;
	max-width: 245px;
}


.newsInputBox input {
	width: 100%;
	padding: 12px;
	background: #fff;
	font-size: 15px;
	outline: none;
	margin-bottom: 15px;
	font-weight: 300;
}

.newsInputBox{padding-right: 15px;}

.newsButtonBox .btnBorder {
	font-size: 14px;
	letter-spacing: .03em;
	color: #272727;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 40px;
	border: 2px #272727 solid!important;
	margin-left: 10px;
	background: #fff;
	transition: all 0.3s;
}

.newsButtonBox .btnBorder:hover {
	color: #fff;
	background: #404040;
	border-color: #404040;
}

.newsInputBox input[type="submit"]{
	border: 1px solid #272727 !important;
	font-weight: 700;
	letter-spacing: 0.03em;
	font-size: 14px;
	box-shadow: inset 0px 0px 0px 1px #272727;
	max-width: 130px;
	font-family: 'sofia-pro', sans-serif;
}

.ptb150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.ptb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.container {
	max-width: 1440px;
	width: 100%;
	padding-left: 80px;
	padding-right: 80px;
}

.Blog-meta {
	font-size: 15px !important;
	color: #999 !important;
	margin-bottom: 10px;
}

.blogSocialList {
	display: flex;
	margin: 20px 0px;
}

.blogSocialList>li {
	min-width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 5px;
}

.blogSocialList>li>a {
	color: #d2d2d2;
	font-size: 14px;
}

.blogSocialList>li>a:hover {
	color: #000;
}

.ml0 {
	margin-left: 0 !important;
}

.formWrapper .form-group {
	margin-bottom: 24px;
}

.formWrapper textarea,
.formWrapper input {
	width: 100%;
	padding: 12px;
	margin: 6px 0 4px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	line-height: normal;
	box-sizing: border-box;
	border-radius: 2px;
}

.formWrapper textarea:focus,
.formWrapper input:focus {
	background-color: #fff;
}

.formWrapper label {
	font-size: 18px;
	width: 100%;
	float: left;
}

.formWrapper .form-group span {
	font-size: 12px;
}

.fieldTwoDigits {
	width: 3.5em;
	float: left;
	margin-left: 2%;
}

.fieldFourDigits {
	width: 4.8em;
	float: left;
	margin-left: 2%;
}

.formWrapper textarea {
	min-height: 100px;
	resize: vertical;
}

.formWrapper select {
	max-width: 100%;
	margin: 6px 0 4px;
	border: 1px solid #ccc;
	background: #fafafa;
	font-size: 16px;
	padding: 5px;
}

.btnBorder {
	font-size: 14px;
	letter-spacing: .03em;
	color: #272727;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 40px;
	border: 2px #272727 solid;
	margin-right: 10px;
	background: #fff;
	transition: all 0.3s;
	display: inline-block;
	outline: none;
}

.btnBorder:hover {
	color: #fff;
	background: #404040;
	border-color: #404040;
}

.btnMedium {
	padding: 21px 34px;
	font-size: 16px;
}

.section-menu {
	display: table;
	position: fixed;
	top: 0;
	right: 10px;
	height: 100%;
	z-index: 9999;
}

.section-menu ul {
	display: table-cell;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.section-menu li {
	display: block;
}

.section-menu a {
	display: block;
	position: relative;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 2px;
	height: 20px;
	width: 20px;
	color: #404040;
	line-height: 20px;
	text-align: right;
	white-space: nowrap;
	transition: all 0.5s ease;
}

.section-menu a:before {
	content: '';
	display: block;
	position: relative;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	transition: all 0.3s ease;
}

.section-menu a:hover:before {
	background: #404040;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.section-menu a span {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 20px;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	letter-spacing: 0.07em;
}

.section-menu a:hover span {
	opacity: 1;
}

header .container {
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background: #000;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background: transparent !important;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border: none !important;
}

.navbar-collapse {
	margin-top: 10px;
}

.navbar-toggle {
	border: none !important;
	margin-top: 0;
}

/* .map {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
} */

body {
	padding-top: 110px;
}

header {
	position: fixed;
	top: 0px;
	transition: padding 300ms ease;
	z-index: 9999;
}

header.sticky {
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	padding: 20px 0;
}


.dark a {
	color: #fff;
}

.dark a:before {
	background: rgba(255, 255, 255, .7);
}

.dark a:hover:before {
	background: #ffffff;

}

.memberRow {
	padding-bottom: 17px;
}

.navbar-inverse .navbar-nav>li>a.fr-lock {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fr-lock img {
	width: 14px;
	margin-left: 5px;
}

.sectionTitle03{
	font-family: 'sofia-pro';
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 0em;
    line-height: 1.1em;
    text-transform: none;

}

.status_keine_stellungnahme {
    color: #E7595B;
}

.status_in_bearbeitung {
    color: #EEB332;
}

.status_abgeschlossen {
    color: #7DA23E;
}

.document-filter-doctype label{cursor:pointer;}
.document-filter-doctype label:hover{text-decoration:underline;}

.pTextBox ul{list-style:inherit!important; margin-left:40px;}
.pTextBox p a{text-decoration:underline!important; border:none!important;}

.document-filter-doctype ul,.document-filter-doctype ul li{display:inline-block;}

h3 {     
    font-family: 'sofia-pro';
    font-weight: 200;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0em;
    line-height: 1.2em;
    text-transform: none;
}

.ul-list {list-style: inherit!important; margin-left:50px!important;}
.ul-list li{margin-bottom:10px;}
.ul-list li a{text-decoration:underline;}

.bodyDeactive .section-menu a {
	color: #fff;
}

.bodyDeactive .section-menu a:before {
	background: rgba(255, 255, 255, .7);
}

.bodyDeactive .section-menu a:hover:before {
	background: #fff;
}

.mb30 {
	margin-bottom: 30px;
}

.topborder {
	 
	border-top: solid 1px #dbdbdb;
}

#menu-hauptmenu>li>a{
	color: #000000 !important;
	background-color: transparent !important;
	font-weight: 600!important;
	font-size: 14px;
	padding: 10px 7.5px;
	height: 40px;
	text-transform: uppercase;
	font-family: 'sofia-pro', sans-serif!important;
}

.footer-widgets p{
	font-size: 19px;
}

.iconList .widget-title {font-weight: 300; font-size: 18px; text-align:center;    max-width: 20em;
    margin: auto; margin-top:40px;line-height: 1.6;}
.iconList .widget-title:after{display:none;}

.post-9422 h1.title-post{display:none;}
.entry-header{position:relative;clear:both;}
.textGrid{ background:#F5F5F5}
.textGrid .widget-title{
	font-size: 40px;
	text-align: left;
	margin-bottom: 23px;
}
.textGrid .widget-title:after{
	display:none;
}
.button_special  a span{
	color: #404040 !important;
}
.button_special  a:hover span{
	color: #fff !important;
}
.ow-button-hover {
	font-weight: 700;
	font-size: 16px;
	color: #404040!important;
	border: solid 2px #404040!important;
	padding: 21px 34px!important;
	display: inline-block;
	text-transform: uppercase;
	background:none!important;
	border-radius:0!important;
}

.ow-button-hover:hover{
	color: #fff!important;
	background: #404040!important;
}

#menu-item-9677 a{
	padding: 7px 20px;
	border: solid 2px #404040 !important;
	background: #fff;
	margin-left: 20px;
}

#menu-item-9677 a:hover{
	color: #fff!important;
	background: #404040!important;
}

.liHover>a{
	opacity: 1!important;
}

.slideTop{
	background-size: cover;
	background-position: center!important;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding: 68px 0;
	min-height: calc(70vh - 110px);
	position: relative;
}

.slideTop .widget-title {
    margin-bottom: 0;
}

.slideTop:after{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: " ";
	display: block;
	background: #000;
	filter: alpha(opacity=25);  opacity: 0.25;
	z-index: 1;
}

.slideTop .panel-grid-cell{position: relative;z-index: 2}

.slideTop .widget-title{
	font-family: 'sofia-pro';
    font-weight: 200;
    font-style: normal;
    font-size: 64px;
    letter-spacing: 0em;
    line-height: 1.1em;
    text-transform: none;
	color:#fff!important;
	z-index: 2;
	position:relative;
	margin-bottom: 25px;
}
.slideTop .overlay{ filter: alpha(opacity=30);  opacity: 0.3;}
.slideTop p{font-size: 20px;}
@media only screen and (min-width: 768px){
	.slideTop .panel-grid-cell{
		position:absolute;
		position: absolute;
		top: 49%;
		margin-top: -67px;
	}
	.navbar-nav>li:hover .sub-menu{
		display: block!important;
	}
}
@media only screen and (min-width: 1024px){
	.slideTop {
		background-position: 0 -215px !important;
	}

	#pg-9452-4 {
		margin-top: 70px;
	}
	#pg-9452-6 {
		margin-top: 70px;
	}
	#pg-9452-9 {
		margin-top: 120px;
	}
	#pg-9452-10 {
		margin-bottom: 70px;
	}
}
.img_arrow{
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAApCAYAAACmyX6ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNGQTFDMDBGQUU4ODExRTk5NTQ4ODM2OUU4QTM5QUUzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNGQTFDMDEwQUU4ODExRTk5NTQ4ODM2OUU4QTM5QUUzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0ZBMUMwMERBRTg4MTFFOTk1NDg4MzY5RThBMzlBRTMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0ZBMUMwMEVBRTg4MTFFOTk1NDg4MzY5RThBMzlBRTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6iKU3/AAACCUlEQVR42uya70dDYRTH7xqjV72K6NWIGBERY0SRiBEjRozYH1AiIkZERIwYMWKMiIj9D5EySulFIkopMUYpt+/lScfTz+0+v16cw4e1reec89nddnafG/F93+MIHxEWySJZJIvkYJEskkWySA4W2VZEwVvYRTo0FNYFSqAGYo5LTIA6iIdeKTgiFbPvf0ZwO6YhhwoS4EbUeQQ6w6yno8BuUCcydx2UOQjuSI01F0V+yDwhhe6AqEMSH0hteypeaJ0F94Azx2QOSRIrqt4tugvvBRek8KpFmUnwRGopq6zFRAOBzCvSwLYFmbLEkuocphqJg2vpaDCVOwUaJHdRRx6TR0WfBZkjoElyrunKZfpzqp/MbkFsacw1Kklc0dmbrUGYznCbGnJMSBKXdPdlawwZkGRuKJb4TNZeMNGTS4OxCplpSWLeVD+eAwMyHUvWQ6yVIRJfQc5kLy78ZBuWZK4qkJg13YcrJxGS0qxXaOF/s0KeL2RmbPTg0hmZlPRNW2hDYtpW/a6dI5Rnv+VfnpsjEpvi29pjkT+PL4vfPGeWPN4UL4DHIr8yKcmcI4/lyf0N8ZFgvWaXN7+mQJXs+8yDF1AUfz+CcXDIu4h/R0bIjEr33wuJx7wd+/+YBhUi8xaMgVPe1249ZkCZSDznCwTCHZkH4JKvtOBLVjhYJItkkSySo/14F2AABYcN5ElgrZwAAAAASUVORK5CYII=');
	width:82px;height:41px;
	display:inline-block;
	overflow:hidden;
	text-indent:-200px;
}

.blank_img{
	padding-bottom: 75%;
	background: rgba(62, 62, 62, .06);
	margin-left: -15px;
}

.sow-image-container a{
	width: 100%;
}

.sow-image-container a img {
	margin: 0 auto;
}

.section_title .widget-title{
	margin-bottom: 10px;
	margin-top: 30px;
	font-size:64px;
}

#mainnav li {
	float: left;
	padding: 0 5px;
}

ul.avia-icon-list, .avia-icon-list li {
	list-style: none !important;
}

.avia-icon-list li::before {
	padding-right: 7px;
	content: "\2022";
	display: inline-block;
	margin-left: -15px;
}

.certList 

li.widget {list-style: none;}
.sectionTitle01 a{color: #000}

h1.entry-title{font-size:64px; margin-bottom:50px;}
/*.entry-header>h1.entry-title{display:none;}*/
#post-12535 h1.entry-title {
	display: none;
}

#post-9408 h1.entry-title {
	display: none;
}

#wpbody .wpcf-group-area_mitglieder-kategorie .wpcf-profile-field-line ~ div:nth-child(2) {
	display: none;
}

#pg-9408-0, #pg-9408-2, #pl-9408 .so-panel {
	margin-bottom: 55px;
}

#pg-w5d41697d40f71-0> .panel-row-style {
	padding: 0 !important;
}

#pg-w5d41697d40f71-0 {
	margin-bottom: 0 !important;
}

#pl-9408 #panel-9408-3-0-1 {
	margin: 87px 30px 30px 30px;
}

#pgc-9452-5-1 .servicesSection {
	padding: 0;
}

#pgc-9483-1-1 {
	padding-left: 50px;
}

#pl-9486 #panel-9486-1-0-1 {
	margin: 70px 30px 0 30px;
}

.ul-list li {
	font-family: 'sofia-pro', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
}

.ul-list li a {
	border-bottom: solid 1px rgba(64,64,64,.3) !important;
}

.ul-list li a:hover {
	color: rgba(64, 64, 64, .6);
	border-bottom: 1px solid rgba(64,64,64,.15);
}

#pg-9501-1 {
	padding: 100px 0 120px 0;
}

#pg-9517-2 {
	margin-bottom: 120px;
}

.customMarginTop {
	margin-top: 133px;
}

.mb0 {
	margin-bottom: 0;
}

.navbar-collapse {
	margin-top: 5px;
}

.stellungnahmeIcons {
	margin-right: 5px;
	font-size: 12px;
	margin-left: 8px;
}

.document-filter-doctype li label:hover {
	text-decoration: none !important;
	color: rgba(64, 64, 64, .6) !important;
}

.stellungnahmeTable thead tr th {
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #cccccc;
	border-top: 0 !important;
	padding-top: 15px;
}

.stellungnahmeTable thead tr th:first-of-type {
	width: 50%;
	padding-left: 0;
	border-bottom: 1px solid #cccccc !important;
}

.stellungnahmeTable tbody tr th:first-of-type {
	padding-left: 0;
	border-bottom: 1px solid #cccccc !important;
}

.stellungnahmeTable h3 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
	line-height: normal;
}

.stellungnahmeTable>tbody>tr>td{
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	border-bottom: 1px solid #cccccc !important;
	border-top: 0 !important;
	padding-top: 15px;
}

.entry-content {
	max-width: 1440px;
	padding-left: 80px;
	padding-right: 80px;
}

.page-id-9505 .entry-content {
	margin-top: 50px;
	margin-bottom: 100px;
}

.page-id-9505.logged-in .entry-content {
	margin-top: 0;
	margin-bottom: 0;
}

.page-id-12662 .entry-content {
	margin-top: 50px;
	margin-bottom: 100px;
}

.page-id-12662.logged-in .entry-content {
	margin-top: 0;
	margin-bottom: 0;
}

.agendaSection .entry-content, .page-berufsregister .entry-content {
	padding-left: 0;
	padding-right: 0;
}

.agendaSection .entry-content h3 {
	margin-top: 40px;
}

.agendaSection .sectionTitle01{
	font-size: 24px;
}

.panel-grid {
	max-width: 1440px;
}


#pg-9452-1> .panel-row-style {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#panel-9408-3-0-0 {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

#cookie-notice .cookiebtn {
	color: #FFF;
	border: solid 2px #FFF !important;
	padding: 1px 10px;
}

.lieferanten_item_descr {
	margin-bottom: 40px;
}

.page-lieferanten img {
	max-width: 250px;
    clear: both;
    display: block;
    margin-bottom: 14px;
}

.page-lieferanten .icon_search {
	top: 15px;
	left: 10px;
}

.page-lieferanten .icon_clear {
	display: none;
}

.page-lieferanten input[type="text"] {
	padding-left: 35px;
}

.page-lieferanten .cpt_list_item_more {
	display: none;
}

.page-lieferanten .lieferanten_item_descr {
	display: none;
}

.page-lieferanten h2 {
	margin-top: 40px;
}

.page-lieferanten h2:first-of-type {
	margin-top: 10px;
}

span.wpcf7-list-item{
	font-size: 12px;
	display: block;
	margin: 0;
}

span.wpcf7-list-item input {
	width: auto;
}

.news-image img{
	width: 100%;
}

.news-header-title h3{
	font-size: 34px!important;
}

.page-stellungnahmen .sectionTitle02, .page-prises-de-position .sectionTitle02, .page-dokumente .sectionTitle02, .page-documents .sectionTitle02, .page-agenda .sectionTitle02, .page-jobs .sectionTitle02, .page-berufsregister .sectionTitle02, .page-registre-professionel .sectionTitle02{
	margin-bottom: 20px!important;
	margin-top: 20px;
}

.login-button{
	font-weight: 600;
	padding: 7px 20px;
    border: solid 2px #404040 !important;
    background: #fff;
    margin-left: 20px;
}

.mobileNavToggle {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 30px;
	display: none;
}

.mobileNavToggle::after {
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: 900;
	color: rgb(64, 64, 64);
	position: absolute;
	display: block;
	top: 5px;
	right: 10px;
	font-size: 15px;
}

.mobileNavToggle.opened::after {
	content: "\f078";
}

.mobileNav {
	display: none !important;
}

#menu-item-9509 {
	display: none;
}

#menu-item-12687 {
	display: none;
}

.logged-in #menu-item-9509 {
	display: block;
}

.logged-in #menu-item-12687 {
	display: block;
}

.logged-in .biete-login {
	display: none;
}

/*#icl_lang_sel_widget-3{
	display: none;
}*/

.biete-login {
	display: block;
}

.form-signin #inputEmail {
	margin-bottom: 15px;
}

.form-signin-wrap h2 {
	font-size: 32px;
	font-weight: 200;
}

.post-3042 .form-signin {
	margin-bottom: 40px;
}

.codedropz-upload-inner {
	white-space: normal;
}

.subpagetitle h3 {
	font-size: 64px !important;
    line-height: normal !important;
    color: #404040;
    font-weight: 200;
}

span.wpcf7-list-item-label {
	font-size: 14px;
}

.subtext {
	font-size: 14px;
	font-style: italic;
}

.page-stelleninserat .wpcf7-response-output {
	float: left;
}

.stellungnahmeMobile {
	display: none;
}

.stellungnahmeMobile-item .mbT10 {
	margin-top: 10px;
}

.stellungnahmeMobile-item div:first-of-type .mbT10 {
	margin-top: 0;
}

.spanmargin span {
	margin-top: 10px;
	display: block;
}

.single-post a {
	text-decoration: none !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.single-post a:hover {
	text-decoration: none !important;
    border-bottom: solid 1px rgba(0, 0, 0, 1);
	opacity: 0.5;
}

em {
	display: block;
    font-style: italic;
}

.page-id-12468 h1.entry-title {
	max-width: 1440px;
	padding-left: 80px;
	padding-right: 80px;
}

.wpf-author-name a {
	pointer-events: none !important;
	color: #000000 !important;
}

.wpf-subscribe-forum, .wpf-subscribe-topic {
	display: none !important;
}

#wpforo #wpforo-wrap .wpforo-post .wpforo-membertoggle {
	display: none;
}

#wpforo #wpforo-wrap input[type="submit"], #wpforo #wpforo-wrap input[type="reset"], #wpforo #wpforo-wrap input[type="button"], #wpforo-dialog input[type="submit"], #wpforo-dialog input[type="reset"], #wpforo-dialog input[type="button"]{
	color: rgb(64, 64, 64) !important;
    background-color: transparent !important;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 7.5px;
    height: 40px;
    text-transform: uppercase;
    font-family: 'sofia-pro', sans-serif;
    letter-spacing: 0.03em;
    padding: 7px 20px !important;
    border: solid 2px #404040 !important;
    background: #fff;
    box-shadow: none;
}

#wpforo #wpforo-wrap input[type="submit"]:hover, #wpforo #wpforo-wrap input[type="reset"]:hover, #wpforo #wpforo-wrap input[type="button"]:hover, #wpforo-dialog input[type="submit"]:hover, #wpforo-dialog input[type="reset"]:hover, #wpforo-dialog input[type="button"]:hover {
	background: #404040 !important;
    color: #fff !important;
}

#wpforo #wpforo-wrap .wpf-button, .wpf-button {
	color: rgb(64, 64, 64) !important;
    background-color: transparent !important;
    font-weight: 700;
    font-size: 11px;
    padding: 10px 7.5px;
    height: 30px;
    text-transform: uppercase;
    font-family: 'sofia-pro', sans-serif;
    letter-spacing: 0.03em;
    padding: 3px 18px !important;
    border: solid 2px #404040 !important;
    background: #fff;
    box-shadow: none;
}
#wpforo #wpforo-wrap .wpf-button:hover, .wpf-button:hover {
	background: #404040 !important;
    color: #fff !important;
}

.wpf-topic-visitors {
	display: none;
}

.wpforo-post-head {
	display: none;
}

#wpforo #wpforo-wrap #wpforo-title {
	font-size: 24px;
	margin-top: 10px;
}

#wpforo #wpforo-wrap .wpfl-4 .wpforo-category {
    background-color: #404040;
}

#wpforo #wpforo-wrap .wpf-breadcrumb div.active, #wpforo #wpforo-wrap .wpfl-4 .wpf-forums {
	color: inherit;
}

@media (max-width: 767px) {
	.wordwrap {
		word-wrap: break-word;
	}
	.mB10 {
		margin-bottom: 10px;
	}
	.stellungnahmeCol {
		width: 50% !important;
		float: left;
		margin-bottom: 10px;
	}
	span.usr_dataapproval span.last, span.wpcf-usr_dataapproval span.last {
		margin-bottom: 20px !important;
	}
	span.usr_correspondence span.last, span.usr_sendpostalmailto span.last, span.wpcf-usr_correspondence span.last, span.wpcf-usr_sendpostalmailto span.last {
		margin-left: 10px;
		margin-bottom: 20px !important;
	}
	span.usr_sendemailto span.last, span.wpcf-usr_sendemailto span.last {
		margin-left: 10px;
	}
	.subtext {
		display: block;
		margin-bottom: 25px;
	}
	.stellungnahmeTable {
		display: none;
	}
	.stellungnahmeMobile {
		display: block;
	}
	.listitem-line:first-of-type {
		margin-top: 0;
	}
	.document-filter-doctype ul li {
		font-size: 16px;
	}
	.document_filter_sidebar_title {
		font-size: 16px;
	}
	.filterNote span {
		font-size: 16px;
	}
	.codedropz-upload-inner h3 {
		font-size: 18px;
	}
	.subpagetitle h3 {
		margin-top: 20px !important;
		font-size: 32px !important;
		margin-bottom: 30px !important;
	}
	.chosen_article {
		margin-top: 100px;
		padding-top: 20px;
		border-top: 1px solid #eee;
	}
	.page-login select {
		width: 100%;
		max-width: 100%;
	}
	.mobileNav {
		display: block !important;
	}
	.desktopNav {
		display: none !important;
	}

	.navbar-nav>li .sub-menu.opened {
		display: block !important;
	}
	.navbar-nav>li>.sub-menu li a:hover {
		color: rgb(64, 64, 64); 
	}
	.navbar-collapse{
		overflow: scroll !important;
		max-height: calc(100vh - 120px);
	}
	.navbar-nav>li>.sub-menu {
		position: relative;
		width: 100%;
		background: #FFF;
	}
	.navbar-nav>li>.sub-menu li a {
		color: rgb(64, 64, 64); 
	}
	.navbar-inverse .navbar-nav:hover li a {
		opacity: 1;
	}
	.mobileNavToggle {
		display: block;
	}
	.section_title .widget-title {
		font-size: 38px;
		word-break: break-word;
	}
	.entry-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.agendaSection .entry-content, .page-berufsregister .entry-content {
		padding-left: 0;
		padding-right: 0;
		word-break: break-word;
	}
	#panel-9408-3-0-0 {
		padding: 0 0;
	}
	#pl-w5d41697d40f71 .panel-grid-cell {
		padding: 0 !important;
	}

	#pgc-9452-1-0.panel-grid-cell, #pgc-9452-1-1.panel-grid-cell {
		padding: 0 !important;
	}
	
	header .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) {
	.page-stelleninserat .wpcf7-response-output {
		margin-left: calc(16.66666667% + 15px);
	}
}

@media (min-width: 1440px) {
	header .container {
		padding-left: 80px;
		padding-right: 80px;
		width: 100%;
		max-width: 1440px;
	}
}
/* Custom css */
.form-check-input{width: auto !important}
.form-check-inline{display: flex; margin: 0 10px}
.form-check-label{padding: 0 10px}