@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');
/*Standard*/
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
.clearL, .clearR, .clear {
	clear: both;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
H1, H2, H3, H4, H5, H6 {
	font: 15px "Open Sans", Arial, Verdana, Sans-serif;
	line-height: 120%;
	color: #000;
	padding: 10px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
H1 {
	font-size: 35px;
}
H2 {
	font-size: 25px;
}
H3 {
	font-size: 25px;
	text-transform: none;
}
H4 {
	font-size: 25px;
	font-weight: normal;
}
H5 {
	font-size: 25px;
	font-weight: normal;
	text-transform: none;
}
H1+H1,H1+H2,H1+H3,H1+H4,H1+H5,H2+H1,H2+H2,H2+H3,H2+H4,H2+H5,H3+H1,H3+H2,H3+H3,H3+H4,H3+H5,H4+H1,H4+H2,H4+H3,H4+H4,H4+H5,H5+H1,H5+H2,H5+H3,H5+H4,H5+H5{
	padding: 0;
}
P {
	padding: 10px 0 5px;
}
A {
	text-decoration: none;
	color: #0078c1;
}
P A {
	padding-left: 12px;
	margin-left: 3px;
	position: relative;
}
P A:after {
	content: '';
	display: block;
	width: 7px;
	height: 12px;
	background: url('../Images/link.png') no-repeat 0 0;
	position: absolute;
	top: 5px;
	left: 0;
}

P .grossertext A,
P A.grossertext,
P.grossertext A {
	padding-left: 12px;
	margin-left: 3px;
}
P .grossertext A:after,
P A.grossertext:after,
P.grossertext A:after {
	top: 13px;
}
A:hover {
	text-decoration: underline;
}
::selection {
	background: #0078c1;
	color: #ffffff;
}
::-moz-selection {
	background: #0078c1;
	color: #ffffff;
}
HR {
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 30px 0;
	border-bottom: 1px solid #9d9c9c;
}
.box33 > .col HR {
	margin: 10px 0;
}

TEXTAREA, INPUT, BUTTON {
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-font-smoothing: inherit;
	font: 14px "Open Sans", Arial, Verdana, Sans-serif;
	color: #000;
	padding: 5px;
	border: 1px solid #485155;
	background: #FFF;

}
BUTTON {
	border: none;
	cursor: pointer;
}
INPUT[type=text], TEXTAREA, INPUT[type=password],INPUT[type=email], SELECT, BUTTON {
	width: 100%;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=reset], INPUT[type=password], INPUT[type=email], INPUT[type=search], TEXTAREA, BUTTON {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
INPUT[type=radio] {
	padding: 4px;
	line-height: normal;
	vertical-align: middle;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid transparent;
	background: transparent url('../Images/select.svg') no-repeat 95% 50%;
	background-size: 18px 10px;
	font: 14px "Open Sans", Arial, Verdana, Sans-serif;
	line-height: 100%;
	padding: 5px;
	border-radius: 0;
	width: 100%;
	resize: none;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 31px;
}
::-webkit-input-placeholder {
	color: #000;
	text-transform: uppercase;
}
:-moz-placeholder {
	opacity: 1;
	color: #000;
	text-transform: uppercase;
}
::-moz-placeholder {
	opacity: 1;
	color: #000;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #000;
	text-transform: uppercase;
}

/*Image Abstand*/
.allcont DIV.ce-textpic .ce-gallery .image {
	margin: 10px 0;
}

/*Blockstile*/
P.text-center, H1.text-center, H2.text-center, H3.text-center, H4.text-center, H5.text-center, A.text-center, P A.text-center {
	text-align: center;
}
P.text-right, H1.text-right, H2.text-right, H3.text-right, H4.text-right, H5.text-right, A.text-right, P A.text-right {
	text-align: right;
}
P.text-justify, H1.text-justify, H2.text-justify, H3.text-justify, H4.text-justify, H5.text-justify, A.text-justify, P A.text-justify {
	text-align: justify;
}

/*Textstile*/
.button-blau, .button-gelb, .button-grau {
	display: inline-block;
	background-color: #0078c1;
	color: #fff;
	padding: 5px 30px 5px 20px;
	margin-left: 0;
	text-transform: uppercase;
	position: relative;
}
.button-blau:after, .button-gelb:after, .button-grau:after {
	content: '';
	display: block;
	width: 7px;
	height: 12px;
	background: url('../Images/button-arrow-white.png') no-repeat 0 0;
	position: absolute;
	top: 10px;
	left: auto;
	right: 5%;
}
.button-blau:hover, .button-gelb:hover, .button-grau:hover {
	opacity: 0.85;
	filter: alpha(opacity =85);
	text-decoration: none;
}
.button-gelb {
	background-color: #f7a600;
}
.button-grau {
	background-color: #ececec;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: none;
	position: relative;
}
P A.grossertext.button-grau {
	padding-right: 50px;
	padding-left: 30px;
}
P .grossertext A.button-grau:after,
P A.grossertext.button-grau:after,
P.grossertext A.button-grau:after {
	top: 22px;
}
.button-grau:after {
	content: '';
	display: block;
	background: url('../Images/link.png') no-repeat left top;
	width: 7px;
	height: 12px;
	position: absolute;
	right: 8%;
	top: 15px;
}
.button-grau:hover {
	background-color: #0078c1;
	color: #fff;
}
.button-grau:hover:after {
	background-position: left bottom;
}
.download-lila {
	background: url('../Images/download-lila.png') no-repeat left center;
	padding: 8px 0 8px 40px;
	color: #000;
}
.download-gruen {
	background: url('../Images/download-gruen.png') no-repeat left center;
	padding: 8px 0 8px 40px;
	color: #000;
}
P A.download-gruen:after,
P A.download-lila:after {
	content: none;
}
.grossertext {
	font-size: 22px;
	line-height: 35px;
}
.blauertext {
	color: #0078c1;
}
.grossbuchstaben {
	text-transform: uppercase;
}
.head4,
.nav,
.button-blau, .button-gelb, .button-grau,
.accordion .trigger .triggerplus:before,
.accordion .trigger .triggerplus:after,
.moretext .trigger .triggerplus:before,
.moretext .trigger .triggerplus:after,
.foot A.linkToTop,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Template*/
BODY {
	font: 14px "Open Sans", Arial, Verdana, Sans-serif;
	line-height: 21px;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;

	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
#site {
	flex: 1 0 auto;
}

/*Head*/
.head {
	position: relative;
}
.headtop {
	border-bottom: 1px solid #9d9c9c;
}
.headtop .headtopNavLeft {
	float: left;
}

.headtop UL LI A {
	font-size: 13px;
	color: #9d9c9c;
}
.headtop .headtopNavLeft UL,
.footbtm .bottomNavLeft UL {
	margin: 5px;
}
.headtop .headtopNavLeft UL LI,
.footbtm .bottomNavLeft UL LI {
	float: left;
}
.headtop .headtopNavLeft UL LI A,
.footbtm .bottomNavLeft UL LI A {
	display: block;
	padding: 11px 18px;
    margin: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.headtop .headtopNavLeft UL LI A:hover,
.footbtm .bottomNavLeft UL LI A:hover {
	opacity: 0.8
}
.headtop .headtopNavLeft UL LI A span,
.footbtm .bottomNavLeft UL LI A span {
	/*padding-left: 30px;*/
	display: none;
}
.headtop .headtopNavLeft UL LI.id518 A,
.footbtm .bottomNavLeft UL LI.id515 A {
	background: url('../Images/social/youtube.svg') no-repeat center/auto 100%;
}
.headtop .headtopNavLeft UL LI.id519 A,
.footbtm .bottomNavLeft UL LI.id516 A {
	background: url('../Images/social/facebook.svg') no-repeat center/auto 100%;
}
.headtop .headtopNavLeft UL LI.id517 A,
.footbtm .bottomNavLeft UL LI.id514 A {
	background: url('../Images/social/instagram.svg') no-repeat center/auto 100%;
}
.headtop .headtopNavLeft UL LI.id57 A,
.footbtm .bottomNavLeft UL LI.id61 A {
	background: url('../Images/social/twitter.svg') no-repeat center/auto 100%;
}



/*.footbtm .bottomNavLeft UL LI.id57 A {
	line-height: 22px;
}*/
/*.footbtm .bottomNavLeft UL LI.id57 A span {
	padding-left: 30px;
	background: url('../Images/twitter.png') no-repeat left -36px;
}*/
.headtop .headtopNavRight {
	float: right;
}
.headtop .headtopNavRight > DIV {
	float: left;
}
.headtop .headtopNavRight .topNavRight UL LI {
	float: left;
	text-transform: uppercase;
}
.headtop .headtopNavRight .topNavRight UL LI A,
.headtop .headtopNavLeft .topNavLeft UL LI A {
	display: block;
	padding: 10px 15px;
}

.head .tx-indexedsearch-searchbox {
	position: relative;
	margin: 6px 0 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #9d9c9c;
	overflow: hidden;
}
.head .tx-indexedsearch-searchbox .searchbox-sword {
	border: none;
	padding: 4px 15px;
	color: #9d9c9c;
	width: 215px;
}
.head .tx-indexedsearch-searchbox .searchbox-sword::-webkit-input-placeholder {
	color: #9d9c9c;
	text-transform: none;
}
.head .tx-indexedsearch-searchbox .searchbox-sword:-moz-placeholder {
	opacity: 1;
	color: #9d9c9c;
	text-transform: none;
}
.head .tx-indexedsearch-searchbox .searchbox-sword::-moz-placeholder {
	opacity: 1;
	color: #9d9c9c;
	text-transform: none;
}
.head .tx-indexedsearch-searchbox .searchbox-sword:-ms-input-placeholder {
	color: #9d9c9c;
	text-transform: none;
}
.head .tx-indexedsearch-searchbox .searchbox-button {
	position: absolute;
	right: 1px;
	top: 0;
	background: #fff url('../Images/search.png') no-repeat 50% 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	padding: 0;
	height: 100%;
	border: none;
	text-indent: 1000px;
	overflow: hidden;
	cursor: pointer;
}
.head3 {
	position: relative;
	/*height: 178px;*/
}
.head4 {
	padding: 20px 0 0;
	background-color: #fff;
}
.sticky-anchor {
	position: absolute;
	top: 0;
	left: 0;
}

.head4.sticky {
	position: fixed;
	z-index: 102;
	top: 0;
	left: 0;
	width: 100%;
	height: 138px;
}
.head4.sticky .nav {
	margin-top: 10px;
}

/*Logo*/
#logo {
	width: 233px;
	height: 78px;
	float: left;
}
#logo A {
	display: block;
	width: 100%;
	height: 100%;
}
#logo A IMG {
	width: 233px;
	height: 78px;
}
.contact {
	float: right;
	background: url('../Images/phone-service.png') no-repeat left top;
	/*padding: 25px 0 0 12px;*/
	padding: 7px 0 0 55px;
	margin-top: 15px;
}
.contact a {
	text-decoration: none;
	color: #0078c1;
	padding-left: 0;
	margin-left: 0;
}
.contact a:after {
	content: none;
}
.contact a:hover {
	text-decoration: none;
}
.contact p {
	padding: 0;
}

/*Nav*/
.nav {
	list-style-type: none;
	display: block;
	margin-top: 30px;
	margin-bottom: 5px;
}

/* Allgemeine Stile */
.nav LI {
	position: relative;
}
.nav LI:hover > .subNav, .nav LI.over > .subNav {
	display: block;
}
.nav LI:hover > A, .nav LI.over > A, .nav LI.act > A {
	text-decoration: none;
}

/* subNav */
.subNav {
	display: none;
	position: absolute;
	z-index: 101;
	background: url('../Images/trans.png') repeat left top;
	left: 0;
	top: 100%;
	padding-top: 5px;
	min-width: 190px;
}
.subNav .subNav {
	left: 100%;
	top: 0;
	padding-left: 4px;
}
.nav > UL > LI:last-child > .subNav {
	left: inherit;
	right: 0;
}
.nav > UL > LI:last-child > .subNav .subNav {
	left: inherit;
	right: 100%;
}
.nav > UL > LI:last-child > UL.subNav:after {
	left: auto;
	right: 35px;
}

.nav A {
	display: block;
}

/* Ebene I / Hauptnavigation */
.nav > UL {
	width: 100%;
	display: table;
}
.nav > UL > LI {
	display: table-cell;
	background: #0078c1;
}
/*mitglied werden*/
.nav > UL > LI.id30 {
	border-left: 5px solid #fff;
	background: #f7a600;
}
.nav > UL > LI > A {
	color: #fff;
	text-transform: uppercase;
	padding: 9px 10px 10px;
	font-size: 14px;
	text-align: center;
}
/* hover (Ebene I) */
.nav > UL > LI:hover > A,
.nav > UL > LI.over > A {
	/*color: #0078c1;*/
}
/* active (Ebene I) */
.nav > UL > LI.act > A,
.nav > UL > LI.act:hover > A,
.nav > UL > LI.act.over > A {
	/*color: #000;*/
	font-weight: bold;
}
/* Ebene II / subNav */
/*.nav > UL > LI > UL.subNav:after {
	content: '';
	display: block;
	position: absolute;
	top: -13px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom-width: 13px;
	border-bottom-style: solid;
}*/
/*neuigkeiten*/
.id31 .subNav:after {
	/*border-bottom-color: #951b81;*/
}
.id31.over A,
.id31.act A,
.id31 .subNav LI {
	background-color: #951b81;
}
/*MIETERVEREIN KÖLN*/
.id25 .subNav:after {
	/*border-bottom-color: #bbce00;*/
}
.id25.over A,
.id25.act A,
.id25 .subNav LI {
	background-color: #bbce00;
}
/*LEISTUNGEN*/
.id24 .subNav:after {
	/*border-bottom-color: #eb6408;*/
}
.id24.over A,
.id24.act A,
.id24 .subNav LI {
	background-color: #eb6408;
}
/*MITGLIED WERDEN*/
.id30 .subNav:after {
	/*border-bottom-color: #f7a600;*/
}
.id30.over A,
.id30.act A,
.id30 .subNav LI {
	background-color: #f7a600;
}
/*SERVICE FÜR MIETER*/
.id29 .subNav:after {
	/*border-bottom-color: #657d0f;*/
}
.id29.over A,
.id29.act A,
.id29 .subNav LI {
	background-color: #657d0f;
}
/*MITGLIEDERBEREICH*/
.id28 .subNav:after {
	/*border-bottom-color: #00819f;*/
}
.id28.over A,
.id28.act A,
.id28 .subNav LI {
	background-color: #00819f;
}
/*KONTAKT*/
.id21 .subNav:after {
	/*border-bottom-color: #2f5969;*/
}
.id21.over A,
.id21.act A,
.id21 .subNav LI {
	background-color: #2f5969;
}
.subNav A {
	padding: 5px 25px 5px 20px;
	color: #fff;
}
.subNav > LI.has-sub > A {
	background: url('../Images/button-arrow-white.png') no-repeat 92% 50%;
}
.subNav > LI.first > A {
	padding-top: 10px;
}
.subNav > LI.has-sub.first > A {
	background-position: 92% 60%
}
.subNav > LI.last > A {
	padding-bottom: 10px;
}
.subNav > LI.has-sub.last > A {
	background-position: 92% 40%
}

/* hover + active (Ebene II) */
.subNav LI:hover > A,
.subNav LI.over > A {
	background-color: rgba(255,255,255,0.1);
}

.subNav > LI.act > A {
	font-weight: bold;
}
/*Subhead*/
#subhead {
	max-height: 320px;
	width: 100%;
	background: #ececec;
}
#subhead .inner .stoerer {
	display: block;
	width: 145px;
	height: 145px;
	background: url('../Images/mitgliederstoerer_small.png') no-repeat 0 0;
	position: absolute;
	bottom: -52px;
	right: -30px;
	z-index: 100;
}
#subhead .inner .stoerer * {
	display: block;
	margin: 0;
	float: none;
	overflow: visible;
}
#subhead .frame * {
	float: none;
	right: auto;
	overflow: visible;
	position: static;
}
#subhead .frame .image {
	margin-bottom: 0;
}
.bel3 #subhead {
	height: 320px;
}
.bel3 #subhead .frame .ce-textpic:after {
	content: '';
	display: block;
	clear: both;
}
.bel3 #subhead .frame .ce-textpic .ce-gallery {
	width: 800px;
}
.bel3 #subhead .frame .ce-textpic .ce-bodytext {
	background: #0078c1;
	color: #fff;
	width: 310px;
	padding: 20px 30px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	height: -webkit-calc(100% - 40px);
	height: -moz-calc(100% - 40px);
	height: calc(100% - 40px);
}
.bel3 #subhead .frame .ce-textpic .ce-bodytext p A {
	color: #fff;
	position: relative;
}
.bel3 #subhead .frame .ce-textpic .ce-bodytext p A:after {
	background-position: 0 -10px;
}
.bel3 #subhead .frame .ce-textpic .ce-bodytext p:nth-of-type(1) {
	margin-top: -33px;
}
.bel3 #subhead .frame .ce-textpic.ce-left .ce-bodytext {
	right: auto;
	left: 0;
}
.bel3 #subhead .frame .ce-textpic.ce-left .ce-gallery {
	float: right;
}
.bel3 #subhead .frame .ce-textpic .ce-bodytext H6 {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
}
.bel3 #subhead #subhead2 .frame:not(:first-child) {
	display: none;
}
.bel3 #subhead .bx-wrapper #subhead2 .frame:not(:first-child) {
	display: block;
}

.bx-wrapper .bx-controls-direction a {
	margin-top: -10px;
	width: 20px;
	height: 20px;
	z-index: 100;
	background: #9d9c9c url('../Images/button-arrow-white.png') no-repeat center center;
}
.bx-wrapper .bx-next {
	right: 0;
}
.bx-wrapper .bx-prev {
	left: 0;
	overflow: hidden;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-position: center center;
	opacity: 0.70;
	filter: alpha(opacity =70);
}
.bx-wrapper .bx-pager {
	bottom: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0078c1;
}

/*Allcont*/
.breadcrumbs {
	max-width: 1170px;
	width: 98%;
	margin: 0 auto 20px;
	position: relative;
	border-bottom: 1px solid #9d9c9c;
}
.allcont .breadcrumbs UL {
	margin: 0;
}
.allcont .breadcrumbs UL LI {
	color: #0078c1;
	list-style-type: none;
	padding: 10px 0 10px 15px;
	line-height: 100%;
	display: inline-block;
}
.allcont .breadcrumbs UL LI + LI {
	margin-left: 20px;
}
.allcont .breadcrumbs UL LI:before {
	content: none;
}
.allcont .breadcrumbs UL LI:after {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0px;
	width: 7px;
	height: 12px;
	background: url('../Images/link.png') no-repeat 0 0;
}
.allcont .breadcrumbs UL LI A {
	color: #0078c1;
}
.inner,
.cont > .frame,
.gridwrapper > .frame > .frame-inner {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.gridwrapper > .frame > .frame-inner .gridwrapper > .frame > .frame-inner {
	width: auto;
}

/*Foot*/
.foot A {
	color: #fff;
}
.foot P A:after {
	top: 4px;
	background-position: 0 -12px;
}
.foot A.linkToTop {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #485155;
	position: relative;
	z-index: 100;
	width: 55px;
	height: 55px;
	display: block;
	margin: 30px auto;
}
.foot A.linkToTop:hover {
	opacity: 0.7;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.foot A.linkToTop:after, .foot A.linkToTop:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 46%;
	right: 25px;
	z-index: 100;
	-moz-transform: rotate(135deg) skew(-45deg);
	-ms-transform: rotate(135deg) skew(-45deg);
	-o-transform: rotate(135deg) skew(-45deg);
	-webkit-transform: rotate(135deg) skew(-45deg);
	transform: rotate(135deg) skew(-45deg);
}
.foot A.linkToTop:before {
	-moz-transform: rotate(-135deg) skew(45deg);
	-ms-transform: rotate(-135deg) skew(45deg);
	-o-transform: rotate(-135deg) skew(45deg);
	-webkit-transform: rotate(-135deg) skew(45deg);
	transform: rotate(-135deg) skew(45deg);
	right: 11px;
}
.foot A.linkToTop span {
	display: none;
}
.footnav,
.footbtm {
	background: #485155;
	color: #fff;
	font-size: 13px;
}

.foot .box15 > .col1 {
	width: 16%;
}
.foot .box15 > .col2 {
	width: 14%;
}
.foot .box15 > .col3 {
	width: 13%;
}
.foot .box15 > .col4 {
	width: 17%;
}
.footnav {
	padding: 10px 0 20px;
}
.footbtm {
	border-top: 1px solid #fff;
}
.bottomNavLeft {
	float: left;
}
.bottomNavRight {
	float: right;
}
.bottomNavRight UL LI {
	float: left;
	text-transform: uppercase;
}
.bottomNavLeft UL LI A,
.bottomNavRight UL LI A {
	display: block;
	padding: 10px 15px;
	font-size: 13px;
	color: #fff;
}
/*Listen*/
.allcont UL {
	margin: 5px 0px 10px 0;
	padding-left: 0;
}
.allcont UL LI {
	list-style-type: none;
	padding: 3px 0px 3px 17px;
	position: relative;
}
.allcont UL LI:before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 1px;
	background: #0078c1;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 5px;
	height: 5px;
}
.allcont OL {
	margin: 5px 0px 10px 18px;
}
.allcont OL LI {
	list-style-type: decimal;
	padding: 3px 0px;
}

/*Tabelle*/
.allcont TABLE {
	margin: 10px 0px 5px;
	width: 100%;
}
.allcont TABLE TR TD {
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
.allcont TABLE TR TH {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background: #0078c1;
	padding: 5px 15px;
	border-right: 1px solid #fff;
}
.allcont TABLE TR.even {
	background-color: #e8e8e8;
}
/*ERWEITERUNGEN*/
/*Powermail*/
.powermail_fieldset {
	margin-top: 10px;
}
.tx-powermail {
	padding: 15px 25px;
	background: #ececec;
}
.tx-powermail LEGEND.powermail_legend {
	display: none;
}
.tx-powermail H3 {
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldwrap {
	padding: 5px;
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	border-left: 1px solid #9d9c9c;
	border-bottom: 1px solid #9d9c9c;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_select SELECT::-ms-expand {
	display:none;
}
.tx-powermail .powermail_form .powermail_fieldwrap LABEL {
	display: none;
}

.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_input INPUT {
	width: 100%;
	border: 1px solid transparent;
	background: transparent;
}
.tx-powermail .powermail_form .powermail_fieldwrap TEXTAREA {
	height: 150px;
	resize: vertical;
	display: block;
	padding: 10px;
	border: 1px solid transparent;
}

/*Checkboxen - Radiobuttons*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check INPUT,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio INPUT {
	margin: 0 5px 0 3px;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check LABEL,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio LABEL {
	position: relative;
	top: 1px;
	cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox {
	display: inline-block;
	margin-right: 2%;
}

/*Submit Button*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit {
	padding: 0px;
	margin: 15px 0 10px;
	text-align: center;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit {
	color: #FFF;
	cursor: pointer;
	padding: 10px 40px 10px 30px;
	background: #0078c1 url('../Images/button-arrow-white.png') no-repeat 91% 50%;
	border: none;
	text-transform: uppercase;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_submit INPUT.powermail_submit:hover {
	opacity: 0.85;
	filter: alpha(opacity =85);
}

/*Pflichtfelder*/
.tx-powermail .powermail_fieldwrap .mandatory {
	color: #0078BF;
}

/*Text anzeigen*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_text {
	font-size: 12px;
	color: #0078BF;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_type_text.layout1 {
	font-size: 12px;
	color: #0078BF;
	font-style: italic;
}

/*Selectfeld*/
.tx-powermail .powermail_form SELECT {
	width: 100%;
}

/*Fehlermeldung*/
.powermail-errors-list {
	display: none;
}
.powermail-errors-list LI {
	list-style-type: none !important;
	padding: 3px 10px 2px !important;
}
.tx-powermail .powermail_form .powermail_fieldset SELECT.powermail_field_error,
.tx-powermail .powermail_form .powermail_fieldset INPUT.powermail_field_error,
.tx-powermail .powermail_form .powermail_fieldset TEXTAREA.powermail_field_error {
	border: 1px solid #0078BF;
}

/*Abenden Seite*/
.tx-powermail .powermail_create DT {
	padding: 2px 0;
	font-weight: bold;
	float: left;
	clear: both;
	margin-right: 2%;
	width: 28%;
}
.tx-powermail .powermail_create DD {
	float: left;
	width: 70%;
	padding: 2px 0;
}

/*Kontaktformular*/
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_ihrenachricht {
	padding: 20px 0 0 0;
}
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_ihrenachricht,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_absenden,
.tx-powermail .powermail_form .powermail_fieldwrap.powermail_fieldwrap_pflichfelder {
	width: 100%;
	clear: both;
	float: none;
	border-left: 0;
	border-bottom: 0;
}
/*suche*/
.tx-indexedsearch-searchbox FORM#tx_indexedsearch:not(.main-search) {
	width: 50%;
	margin: 0 auto;
	background: #ececec;
	padding: 3%;
}
.tx-indexedsearch-searchbox FORM#tx_indexedsearch .tx-indexedsearch-headline {
	display: block;
	font: 35px "Open Sans",Arial,Verdana,Sans-serif;
    line-height: 120%;
    color: #000;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-weight: bold;
	text-align: center;
}
.tx-indexedsearch-searchbox FORM#tx_indexedsearch:not(.main-search) .input-group {
	display: flex;
	margin: 10px 0 41px;
}
.tx-indexedsearch-searchbox form.main-search .input-group {
	display: flex;
}
.tx-indexedsearch-searchbox FORM#tx_indexedsearch legend {
	display: none;
}
.tx-indexedsearch-searchbox FORM#tx_indexedsearch .tx-indexedsearch-form {
	width: calc(100% - 60px);
}
.tx-indexedsearch-searchbox FORM#tx_indexedsearch .tx-indexedsearch-form label {
	display: none;
}
.tx-indexedsearch-searchbox FORM#tx_indexedsearch .tx-indexedsearch-form INPUT {
	width: 100%;
	border: none;
	padding: 10px;
	height: 40px;
}
.tx-indexedsearch-searchbox FORM#tx_indexedsearch .tx-indexedsearch-search-submit {
	width: 60px;
}
.tx-indexedsearch-searchbox FORM#tx_indexedsearch .tx-indexedsearch-search-submit INPUT.tx-indexedsearch-searchbox-button {
	width: 100%;
	text-indent: -1000px;
	background: #fff url('../Images/search.png') no-repeat 50% 50%;
	border: none;
	padding: 0;
	height: 40px;
	padding: 10px;
	cursor: pointer;
}
.tx-indexedsearch-info-sword {
	margin-top: 10px;
    margin-bottom: 5px;
}
.tx-indexedsearch-info-sword .tx-indexedsearch-info-sword-word {
	font-weight: bold;
    font-style: italic;
}
.tx-indexedsearch-res .tx-indexedsearch-res {
	background: #ececec;
	padding: 20px 3%;
	margin-top: 20px;
}
.tx-indexedsearch-res .tx-indexedsearch-res .tx-indexedsearch-res-title A {
	display: block;
}
.tx-indexedsearch-res .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #006253;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox LI {
	padding: 0;
	display: inline-block;
	margin: 0 5px 5px 0;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox LI:before {
	content: none;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox LI A {
	display: block;
	padding: 8px 18px 8px;
	background-color: #ececec;
	cursor: pointer;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox LI A:hover,
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox LI.current {
	background: #0078c1;
	color: #fff;
	text-decoration: none;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox LI.current {
	padding: 13px 18px 11px;
}

/*Gridelemente*/
/*Allgemein*/
.gridrow .col {
	float: left;
	display: block;
}
.gridrow .col + .col {
	margin-left: 4%;
}

/*Boxen 50%*/
.box50 > .col {
	width: 49%;
}
.box50 > .col + .col {
	margin-left: 2%;
}

/*Boxen 33%*/
.box33 > .col {
	width: 30.6%;
}
.box33 > .col .button-grau {
	display: block;
}
/*Boxen 15%*/
.box15 > .col {
	width: 15%;
}
.box15 > .col + .col {
	margin-left: 2%;
}

/*Boxen 25%*/
.box25 > .col {
	width: 22%;
}

/*Boxen 33%-66%*/
.box33-66 > .col.col1 {
	width: 32%;
}
.box33-66 > .col.col2 {
	width: 64%;
}

/*Boxen 66%-33%*/
.box66-33 > .col.col1 {
	width: 64%;
}
.box66-33 > .col.col2 {
	width: 32%;
}
/*Boxen 80%-20%*/
.box80-20 > .col.col1 {
	width: 75%;
}
.box80-20 > .col.col2 {
	width: 21%;
}
/*mitgliederstoerer*/
.gridbox100Disturber {
	overflow: hidden;
}
.mitgliederstoerer {
	padding-top: 110px;
	position: relative;

}
.mitgliederstoerer:after {
	content: '';
	display: block;
	width: 100px;
	height: 125px;
	position: absolute;
	top: -33px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
	background: url('../Images/arrow-down.png') no-repeat 0 0;
}
.mitgliederstoerer .stoererlink {
	display: block;
	width: 275px;
	height: 275px;
	position: absolute;
	top: -90px;
	right: -210px;
	cursor: pointer;
	z-index: 10;
	background: url('../Images/mitgliederstoerer.png') no-repeat 0 0;
}

/*Volle Breite*/
.frame.frame-layout-100,
.frame.frame-layout-101,
.frame.frame-layout-103,
.frame.frame-layout-104 {
	width: 100%;
}
.frame.frame-layout-101 > .frame-inner {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.frame.frame-layout-103 > .frame-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/*schmal*/
.frame.frame-layout-104 > .frame-inner {
	max-width: 700px;
	margin: 0 auto;
}


/*Farbig*/
.frame.frame-grey {
	background-color: #ececec;
	padding: 15px 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.frame.frame-layout-100.frame-grey {
	padding: 0;
}

.frame.frame-white,
.frame.frame-white-border {
	background-color: #fff;
	padding: 15px 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box33 > .col .frame.frame-white,
.box33 > .col .frame.frame-white-border {
	padding-left: 6%;
	padding-right: 6%;
}
.frame.frame-white-border {
	border: 1px solid #9d9c9c;
}
.frame.frame-white-round {
	background-color: #fff;
	padding: 10%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 430px;
	height: 430px;
	margin: 0 auto;
}
.frame.frame-layout-100 .box50 > .col {
	width: 50%;
}
/*imagerow*/
.frame.frame-imagerow .gridrow .col + .col {
	margin-left: 0;
}
.frame.frame-imagerow .gridrow .col {
	width: 25%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* no default margin for ce-textpic start */
.ce-textpic .ce-gallery,
#subhead .ce-textpic .ce-gallery {
	margin-bottom: 0;
}
.ce-textpic.ce-above .ce-gallery {
	margin-bottom: 10px;
}
/* no default margin for ce-textpic end */

.frame.frame-imagerow .ce-gallery,
.frame.frame-imagerow .ce-textpic {
	overflow: visible;
}
.frame.frame-imagerow .ce-center.ce-inner,
.frame.frame-imagerow .ce-center.ce-outer {
	position: static;
	float: none;
	right: 0;
}
.allcont DIV.ce-textpic .ce-gallery .image {
	margin: 0;
	display: block;
}
.frame.frame-imagerow IMG {
	width: 100%;
	height: auto;
}
/*accordion*/
.accordion {
	border-top: 1px solid #9d9c9c;
	border-bottom: 1px solid #9d9c9c;
	padding: 15px 0;
}
.gridaccordion + .gridaccordion .accordion {
	border-top: none;
	border-bottom: 1px solid #9d9c9c;
}
.accordion .trigger,
.moretext .trigger{
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}
.accordion .trigger *,
.moretext .trigger * {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}
.accordion .trigger .triggerplus,
.moretext .trigger .triggerplus {
	background: #0078c1;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.accordion .trigger .triggerplus:before,
.accordion .trigger .triggerplus:after,
.moretext .trigger .triggerplus:before,
.moretext .trigger .triggerplus:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 3px;
	width: 15px;
	height: 1px;
	background: #fff;
}
.accordion .trigger .triggerplus:after,
.moretext .trigger .triggerplus:after {
	height: 15px;
	width: 1px;
	top: 3px;
	left: 10px;
}
.accordion.opened .trigger .triggerplus:after,
.moretext.opened .trigger .triggerplus:after {
	opacity: 0;
}
.accordion .accordioncontent {
	display: none;
}
.accordion .accordioncontent > .frame {
	margin-left: 33px;
}

/*moretext*/
.gridrow.moretext .col {
	float: none;
}
.moretext .trigger {
	padding-left: 0;
	margin: 15px auto;
	width: 21px;
	height: 21px;
}
.moretext .hiddentext {
	display: none;
}

/*personen-slider*/
.personen-slider .col1 {
	width: 66%;
	background: #ececec;
}
.personen-slider2 .frame {
	display: none;
}
.personen-slider2 .frame.showed {
	display: block;
}
.personen-slider .col2 {
	width: 32%;
}
.personen-slider .col2 H2 {
	padding-top: 0;
	position: relative;
	top: -7px;
}
.allcont .personen-slider .col2 UL {
	margin-top: 15px;
}
.allcont .personen-slider .col2 UL LI {
	padding: 3px 0px 3px 15px;
	cursor: pointer;
}
.allcont .personen-slider .col2 UL LI.showed {
	text-decoration: underline;
}
.personen-slider .col2 UL LI:before {
	content: none;
}
.personen-slider .col2 UL LI:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 7px;
	height: 12px;
	background: url('../Images/link.png') no-repeat 0 0;
}
.personen-slider .col1 .ce-bodytext {
	padding: 20px 40px 20px 0;
}
.gridrow.personen-slider .col + .col {
	margin-left: 2%;
}
.personen-slider .bx-wrapper .bx-pager {
	width: 50%;
	right: 0;
}

/* tab nav  */
.tabs .tabnav
{
	display: table;
	width: 100%;
}
.allcont .tabs .tabnav > DIV
{
	display: table-cell;
	padding: 13px 5px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	border: 1px solid #9d9c9c;
	text-transform: uppercase;
	border-left: 1px solid #9d9c9c;
}
.allcont .tabs .tabnav > DIV * {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
	padding: 0;
}
.allcont .tabs .tabnav > DIV + DIV {
	border-left: 0;
}
.allcont .tabs .tabnav > DIV.tab-current,
.allcont .tabs .tabnav > DIV:hover
{
	background: #fff;
	border-bottom: 0;
}
/* wrapper */
.tabs .wrapper
{
	background-color: #fff;
	border: 1px solid #9d9c9c;
	border-top: 0;
}
.tabs .content
{
	display: none;
	padding: 2%;
}
.tabs .content.content-current
{
	display: block;
}



/*generelles*/

figcaption.image-caption {
	display: block;
	font-style: italic;
}
A.print {
	display: block;
	width: 35px;
	height: 29px;
	float: right;
	cursor: pointer;
	background: url('../Images/print.png') no-repeat left bottom;
	margin-bottom: 10px;
}
.pid47 A.print {
	background-position:left top;
}
A.print span {
	display: none;
}
A.print + hr.ce-div,
A.print + .anchor + hr.ce-div {
	clear: both;
}
A.print + hr.ce-div,
A.print + .anchor + hr.ce-div {
	margin: 0;
}

/*Special_ID-Anpassungen*/


/*RahmenOhneAbstand-TextMitAbstand*/
.frame.frame-layout-102 {
	border: 1px solid #9d9c9c;
}
.frame.frame-layout-102 .ce-bodytext{
	padding: 0 4% 10px;
}
.frame.frame-layout-102 > .frame-inner > DIV > .frame > .frame-inner {
	margin: 0 4%;
}
.frame.frame-layout-102 > .frame-inner > DIV > .frame > .frame-inner.has-img {
	margin: 0;
}
.allcont .frame.frame-layout-102 DIV.ce-textpic .ce-gallery .image {
	margin: 0;
}


/*SERVICE FUER MIETER*/
#uid351 .box50 P A.grossertext.button-grau {
	display: block;
	text-align: center;
}
#uid351 .box50 > .col + .col {
	margin-left: 4%;
}
#uid351 .box50 > .col1 {
	width: 47%;
}


/*kontakt - Empfang, Zentrale & Buchhaltung*/

#uid102 .allcont TABLE TR TD,
#uid103 .allcont TABLE TR TD {
	width: 30%;
}

/*newsletter*/
/*anmeldung*/
.cr_form .editable_content > DIV {
	border-left: 1px solid #9d9c9c;
	border-bottom: 1px solid #9d9c9c;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.cr_form .editable_content > DIV:nth-child(2),
.cr_form .editable_content > DIV:nth-child(3) {
	width: 50%;
	float: left;
}
.cr_form .editable_content > DIV:nth-child(4) {
	clear: both;
}
.cr_form .editable_content > DIV INPUT {
	background: transparent;
	border: 1px solid transparent;
}
.cr_form .editable_content > DIV.submit_container {
	border-left: 0;
	border-bottom: 0;
	padding: 10px 0 0;
}
.cr_form .editable_content > DIV.submit_container BUTTON {
	color: #FFF;
	cursor: pointer;
	padding: 10px 40px 10px 30px;
	background: #0078c1 url('../Images/button-arrow-white.png') no-repeat 91% 50%;
	border: none;
	text-transform: uppercase;
	display: block;
	width: auto;
	margin: 0 auto;
}
/*abmeldung*/

.cr_form.cr_form_abmeldung .editable_content > DIV:nth-child(1) {
	border-left: 0;
	border-bottom: 0;
	padding: 0 0 10px;
}
.cr_form.cr_form_abmeldung .editable_content > DIV:nth-child(2),
.cr_form.cr_form_abmeldung .editable_content > DIV:nth-child(3) {
	width: 100%;
	float: none;
}
.tx-msdn-soap form fieldset div {
	position: relative;
}
.tx-msdn-soap form fieldset div label.error {
    border: 1px solid red;
    position: absolute;
    top: -1px;
    left: 0px;
    margin: 0;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    padding: 0px;
    z-index: 1;
    text-indent: -9999999px;
    cursor: text;
}
#anrede-error {
    height: 1px !important;
    border: 0px;
    border-right: 1px solid red;
    background: red;
}
.check input {
    display: none;
}
.check.checked .box {
    background-color: #b3e3ff;
}
.check input:after {
    top: 0;
}
.check .box {
    width: 30px;
    height: 30px;
    transition: all 1.1s cubic-bezier(.19,1,.22,1);
    background-color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.check .box:after {
	width: 50%;
	height: 20%;
	content: '';
	position: absolute;
	border-left: 6.5px solid;
	border-bottom: 6.5px solid;
	border-color: #0078c1;
	transform: rotate(-45deg) translate3d(0,0,0);
	transform-origin: center center;
	transition: all 1.1s cubic-bezier(.19,1,.22,1);
	left: 0;
	right: 0;
	top: 10px;
	bottom: -100px;
	margin: auto;
}
.check.checked .box:after {
	bottom: 20px;
}

.iframe-wrap {
	position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.iframe-wrap iframe {
	position: absolute;
    max-width: 100%;
    height: 100%;
}

/* TYPO3 error messages */
.typo3-messages .alert .alert-message {
	padding: 0;
}


/* spaces below and above elements */
.frame.frame-space-before-extra-small { margin-top: 15px; }
.frame.frame-space-before-small { margin-top: 30px; }
.frame.frame-space-before-medium { margin-top: 45px; }
.frame.frame-space-before-large { margin-top: 60px; }
.frame.frame-space-before-extra-large { margin-top: 75px; }

.frame.frame-space-after-extra-small { margin-bottom: 15px; }
.frame.frame-space-after-small { margin-bottom: 30px; }
.frame.frame-space-after-medium { margin-bottom: 45px; }
.frame.frame-space-after-large { margin-bottom: 60px; }
.frame.frame-space-after-extra-large { margin-bottom: 75px; }

.frame-type-felogin_login form {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #ececec;
}

.frame-type-felogin_login form input[type="submit"] {
	color: #FFF;
    cursor: pointer;
    padding: 10px 40px 10px 30px;
    background: #0078c1 url('../Images/button-arrow-white.png') no-repeat 91% 50%;
    border: none;
    text-transform: uppercase;
    width: auto;
    margin: 20px 0 0 0;
}

/*COOKIEBOT*/

#CybotCookiebotDialog {
	padding: 0 !important;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4) !important;
	box-sizing: border-box !important;
	border: 0 !important;
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
/*gesamtes element*/
#CybotCookiebotDialog #CybotCookiebotDialogBody {
	max-width: 960px;
	padding: 15px 0;
	/*margin: 15px auto;*/
}
#CybotCookiebotDialog #CybotCookiebotDialogDetail {
	padding-bottom: 10px
}
#CybotCookiebotDialogBodyContentText {
	line-height: 140% !important;
	/*font-size: 14px;*/
}
/*ok button*/
#CybotCookiebotDialogBodyLevelWrapper {
	flex-wrap: wrap;
	display: flex !important;
	justify-content: flex-end;
}
#CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtonAcceptWrapper{
	order: 2;
}
#CybotCookiebotDialogBodyLevelWrapper #CybotCookiebotDialogBodyLevelButtons{
	order: 1;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept {
	padding: 10px;
	background: #0078c1;
	border: none;
	border-radius: 3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
#CybotCookiebotDialog a#CybotCookiebotDialogBodyLevelButtonAccept:hover {
	background: #0078c1;
	opacity: 0.8;
}

/*checkboxen*/
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane {
	display: block;
	border: none;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
	display: block;
	border: none;
	height: auto;
	padding: 0;
	background: transparent;
}

/*details anzeigen button*/
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelDetailsWrapper {
    line-height: 130%;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
	border-bottom: 1px solid rgba(200, 200, 200, 1);
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#CybotCookiebotDialog LABEL {
	background-image: none;
	padding: 5px 0;
}
#CybotCookiebotDialog input[type=checkbox] {
    margin: 6px 10px 6px 0;
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 25px;
    height: 13px;
    background-color: #fff;
    border: 1px solid rgba(200, 200, 200, 1);
    border-radius: 25px;
    box-shadow: inset -30px 0 0 0 #fff;
    padding: 0;
    opacity: 1;
}

#CybotCookiebotDialog input[type=checkbox]:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    background: rgba(200, 200, 200, 1);
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

#CybotCookiebotDialog input[type=checkbox]:checked {
    box-shadow: inset 30px 0 0 0 #0078c1;
    border-color: #0078c1;
}

#CybotCookiebotDialog input[type=checkbox]:checked:after {
    left: 12px;
    background: #fff;
}
/*auswahl erlauben*/

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	padding: 0;
	background-color: transparent;
	color: #2a2a2a;
	border: none;
	text-decoration: underline;
	width: auto !important;
	margin-right: 10px;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background-color: #0078c1;
	padding: 8px 10px 7px 10px;
	border: none;
	width: auto !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonAccept:hover,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
	opacity: 0.85;
}
