/*Standard*/
@font-face {
	font-family: HelveticaNeue-Light;
	src: local("HelveticaNeue-Light"),
		  url(../Fonts/HelveticaNeue-Light.otf);
}
@font-face {
	font-family: HelveticaNeue-HeavyCn;
	src: local("HelveticaNeue-HeavyCn"),
		  url(../Fonts/HelveticaNeue-HeavyCn.otf);
}
@font-face {
	font-family: HelveticaNeue-MediumCnO;
	src: local("HelveticaNeue-MediumCnO"),
		  url(../Fonts/HelveticaNeue-MediumCnO.otf);
}
.clearL,
.clearR,
.clear
{
	clear: both;
}
H1, H2, H3, H4, H5, H6
{
	font: 16px Arial, Verdana, Sans-serif;
	line-height: 140%;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 0;
}
H1
{
	font-size: 25px;
	text-transform: uppercase;
}
H2
{
	font-size: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
H3
{
	font-size: 21px;
}
H4
{
	font-size: 18px;
}
P
{
	padding: 5px 0;
}
A
{
	text-decoration: none;
	color: #000;
}
A:hover
{
	text-decoration: underline;
}
HR
{
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 0px 0;
	border-bottom: 1px solid #6d6e71;
}
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;*/
	font-family: Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #000;
	-webkit-font-smoothing: inherit;
	padding: 5px;
	border: 1px solid #CCC;
	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], TEXTAREA, BUTTON
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000;
}
::-webkit-input-placeholder
{
	color: #ccc;
}
:-moz-placeholder
{
	opacity: 1;
	color: #ccc;
}
::-moz-placeholder
{
	opacity: 1;
	color: #ccc;
}
:-ms-input-placeholder
{
	color: #ccc;
}
/*Image Abstand*/
.allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 10px 0;
}
div.csc-textpic-border div.csc-textpic-imagewrap img
{
	border: 1px solid #6D6E71;
}
/*Blockstile*/
P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center
{
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right
{
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify
{
	text-align: justify;
}
/*Textstile*/
.button {
	display: inline-block;
	background-color: #6d6e71;
	color: #fff;
	padding: 8px 20px 6px;
}
.button:hover {
	background-color: #12b7ac;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.grosserText {
	font-size: 17px;
	line-height: 27px;
}
.kleinerText {
	font-size: 12px;
}
.HG-Gruen
{
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #12B7AC;
	color: #FFF;
	padding: 8px 20px 6px;
}
.gruenerText {
	color: #12B7AC;
}
/*Template*/
BODY
{
	font: 14px Arial, Verdana, Sans-serif;
	line-height: 23px;
	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;
	background-color: #e1e1e1;
}
#site
{
	width: 1140px;
	margin: 0px auto 0;
	background-color: #FFF;
}
/*Head*/
.head
{
	position: relative;
	padding: 58px 90px 10px;
	color: #6d6e71;
	font: 15px Arial, Verdana, Sans-serif;
	border-bottom: 4px solid #12b7ac;
	z-index: 100;
}
.head A {
	color: #6d6e71;
}
.head-top {
	position: absolute;
	top: 32px;
	right: 90px;
}
.headnav,
.suche,
#sprache
{
	float: left;
}
/*Icon Welt*/
.icon-welt
{
	float: left;
	margin-right: 5px;
}
.icon-welt P A
{
	background: url(../Images/lang-map.png) no-repeat left top;
	display: block;
	width: 31px;
	height: 18px;
	overflow: hidden;
	text-indent: 40px;
	white-space: nowrap;
}

/*Alfons Haar Group*/
#ah-group
{
	float: right;
	font-size: 13px;
	background-color: #6d6e71;
}
#ah-group UL
{
	display: none;
}
#ah-group UL LI
{
	display: block;
	border-top: 1px solid #FFF;
}
#ah-group UL LI.first
{
	display: block;
}
#ah-group UL LI A
{
	padding: 5px 15px;
	display: block;
	color: #FFF;
}
#ah-group UL LI A:hover
{
	text-decoration: none;
	background-color: #12B7AC;
}
#ah-group .title
{
	background: #fff url(../Images/arrow-small-neu.png) no-repeat 94% 10px;
	display: inline-block;
	padding: 6px 30px 5px 15px;
	font-weight: bold;
	cursor: pointer;
}
#ah-group.open .title
{
	background: #6d6e71 url(../Images/arrow-small-neu.png) no-repeat 94% -34px;
	color: #FFF;
}
#ah-group.open .title:hover
{
	text-decoration: none;
	background-color: #12B7AC;
}

/*Breadcrumbs*/
#uid2 UL.breadcrumbs
{
	display: none;
}
UL.breadcrumbs
{
	background-color: #EBEEEF;
	margin: 0 0 1px 0 !important;
	padding: 0 90px;
	font-size: 12px;
}
UL.breadcrumbs LI
{
	padding: 0px 5px 0px 0px !important;
	display: inline-block;
}
UL.breadcrumbs LI + LI
{
	padding-left: 5px !important;
}
UL.breadcrumbs LI A
{
	color: #000;
}
/*Suche*/
.suche
{
	margin: 5px 20px 0 25px;
}
.suche SPAN,
.suche #searchbox
{
	float: left;
}
#searchbox
{
	position: relative;
}
#searchbox INPUT#sword {
	border: 1px solid #6d6e71;
	width: 128px;
	padding: 2px 5px 1px;
	color: #6d6e71;
	font: 12px Arial, Verdana, Sans-serif;
	box-sizing: border-box;
	margin-left: 15px;
}
#searchbox INPUT.submit {
	border: none;
	background: transparent url(../Images/search.png) no-repeat left top;
	width: 9px;
	height: 9px;
	padding: 0;
	overflow: hidden;
	text-indent: 10px;
	position: absolute;
	top: 5px;
	right: 5px;
}
#searchbox INPUT.submit:hover {
	background-position: left bottom;
	cursor: pointer;
}
/*Suche*/
.tx-indexedsearch
{
	margin: 15px 0;
	overflow: hidden;
}
.tx-indexedsearch .tx-indexedsearch-searchbox
{
	padding: 10px 20px;
}
.allcont .tx-indexedsearch TABLE
{
	width: 100%;
	margin: 0;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword
{
	width: 100%;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button
{
	background-color: #6D6E71 !important;
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	width: 100%;
	border: none;
	font-size: 14px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button:hover
{
	background-color: #12B7AC !important;
}
.tx-indexedsearch .tx-indexedsearch-whatis
{
	text-align: center;
	margin-top: 20px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon
{
	display: none;
}
.tx-indexedsearch .tx-indexedsearch-res TABLE
{
	margin-left: -13px !important;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent
{
	background-color: #EBEEEF;
	padding: 15px 10px 15px 0px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title A
{
	padding: 0 0 0 10px;
	font-weight: bold;
}
.tx-indexedsearch .tx-indexedsearch-descr
{
	font-style: normal !important;
	padding: 10px !important;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info
{
	padding: 6px 10px !important;
	font-size: 12px;
	line-height: 17px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup
{
	color: #12B7AC;
}
/*Lang*/
#sprache
{
	background: url(../Images/lang-map.png) no-repeat;
	padding-left: 40px;
	margin: 5px 0 0 10px;
}
.ddTitle .ddTitleText .ddlabel
{
	background-image: url(../Images/arrow-small.png);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 20px;
}
.ddTitle .ddTitleText .ddlabel:hover {
	background-position: right -38px;
	color: #12B7AC;
	cursor: pointer;
	text-decoration: none;
}
.ddChild {
	top: 25px !important;
	margin-left: -14px;
}
.ddChild LI
{
	padding: 7px 15px;
	background-color: #fff;
}
.ddChild LI.selected
{
	opacity: 0.5;
}
.ddChild LI:hover
{
	color: #12b7ac;
	cursor: pointer;
}
.ddChild LI.selected:hover {
	color: #6d6e71;
	opacity: 0.5;
	cursor: auto;
}
/*Logo*/
#logo
{
	background: url(../Images/logo_AlfonsHaar_162.jpg) no-repeat left top;
	width: 162px;
	height: 71px;
	float: left;
	margin-bottom: 10px;
}
#logo A
{
	display: block;
	width: 100%;
	height: 100%;
}
#logo A SPAN
{
	display: none;
}
#logo-slogan {
	float: left;
	margin: 20px 0 0 25px;
	font-family: 'HelveticaNeue-MediumCnO', Arial, 'Trebuchet MS', Sans-serif;
	font-size: 29px;
	color: #00b5ad;
	letter-spacing: 1px;
}
/*Subhead*/
#subhead
{
	max-height: 297px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
#subhead .csc-textpic-text {
	position: absolute;
	top: 29px;
	left: 0;
	font-size: 29px;
	line-height: 32px;
	color: #58595b;
}
#subhead .csc-textpic-text P {
	padding-left: 100px;
}
#subhead .csc-textpic-text P:first-child {
	padding-left: 0;
}
#subhead .csc-textpic-text .grosserText {
	color: #FFF;
	background-color: #12b7ac;
	font-size: 38px;
	font-family: 'HelveticaNeue-HeavyCn', Arial, 'Trebuchet MS', Sans-serif;
	padding: 15px 30px 4px 90px;
	margin-bottom: 10px;
}
#subhead .csc-textpic-text .kleinerText {
	font: 16px Arial, Verdana, Sans-serif;
	font-style: italic;
	margin-left: 200px;
}
#subhead .csc-textpic-text A {
	color: #000;
}
#subhead .bx-pager {
	background-color: #ebeeef;
	border-top: 4px solid #acafb0;
	padding: 5px 0 4px;
	margin-bottom: 1px;
	margin-top: -10px;
	position: relative;
	bottom: inherit;
}
#subhead .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	text-indent: 0;
	display: block;
	width: auto;
	height: auto;
	margin: 0 5px;
	outline: 0;
	color: #a4a6a7;
	font: 15px Arial, Verdana, Sans-serif;
	font-weight: bold;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#subhead .bx-wrapper .bx-pager.bx-default-pager a span {
	display: block;
}
#subhead .bx-wrapper .bx-pager.bx-default-pager a.active,
#subhead .bx-wrapper .bx-pager.bx-default-pager a:hover {
	color: #000;
	text-decoration: none;
}
/*Nav*/
.nav
{
	list-style-type: none;
	display: block;
	clear: both;
	text-align: right;
	margin-right: 10px;
}
/* Allgemeine Stile */
.nav LI
{
	position: relative;
}
.nav A
{
	font-family: Arial, sans-serif;
	color: #58595b;
	font-size: 17px;
	display: block;
}
.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;
}

/* Ebene I / Hauptnavigation */
.nav > UL > LI
{
	display: inline-block;
	margin-left: 20px;
}
.sub-arrow
{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 7px;
	vertical-align: middle;
	border-top: 5px dashed;
	border-top: 5px solid\9;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.nav > UL > LI > A
{
	font-size: 17px;
}
.nav > UL > LI:hover > A,
.nav > UL > LI.over > A
{
	color: #12b7ac;
}

.nav > UL > LI.act > A,
.nav > UL > LI.act:hover > A,
.nav > UL > LI.act.over > A
{
	color: #12b7ac;
}
/* Ebene II / subnav */
.subNav
{
	display: none;
	position: absolute;
	z-index: 100;
	background: url(../Images/trans.png) repeat left top;
	right: 0px;
	top: 100%;
	padding-top: 10px;
	text-align: left;
}
.subNav .trenner
{
	background-color: #12b7ac;
	color: #FFF;
	padding: 8px 20px 6px;
}
.subNav > LI + LI
{
	border-top: 1px solid #FFF;
}
.subNav A
{
	font-size: 15px;
	padding: 8px 20px 6px;
	color: #fff;
	background-color: #6d6e71;
	white-space: nowrap;
}
.subNav LI:hover > A,
.subNav LI.over > A
{
	background-color: #12b7ac;
}
.subNav > LI.act > A,
.subNav > LI.act:hover > A,
.subNav > LI.act.over > A
{
	background-color: #12b7ac;
}
/* Ebene III / subnav subnav */
.subNav .subNav
{
	left: 100%;
	top: 0;
	width: 220px;
	padding-top: 0;
	padding-left: 1px;
}
.subNav .subNav A
{
	background-color: #6d6e71;
	white-space: normal;
}

.subNav .subNav LI:hover > A,
.subNav .subNav LI.over > A
{
	background-color: #12b7ac;
}

.subNav .subNav > LI.act > A,
.subNav .subNav > LI.act:hover > A,
.subNav .subNav > LI.act.over > A
{
	background-color: #12b7ac;
}
/*clearfix Nav*/
.nav > UL:after {
	content: "";
	display: block;
	clear: both;
}
.nav > UL {
	zoom: 1;
}
/*Allcont*/
.allcont
{
	padding-top: 1px;
}

.cont .item .csc-textpic {
    max-width: 960px;
    margin: 0 auto;
}

.bel3 .cont .item .csc-textpic {
    width: auto;
    margin: 0 ;
}
/*Foot*/
.foot
{
	background-color: #ebeeef;
	height: 33px;
	font-size: 12px;
	color: #464747;
	width: 960px;
	padding: 45px 90px 0;
	margin: 0 auto 0;
}
.foot A
{
	color: #464747;
}
.foot P
{
	display: inline;
	padding: 0;
}
#copy
{
	float: left;
}
#footnav
{
	float: right;
}
/*Powermail NEU*/
.powermail_fieldset
{
	clear: inherit;
}
.tx-powermail LEGEND.powermail_legend, .tx-powermail H3
{
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldset
{

	margin-top: 10px;
}
.tx-powermail .powermail_form .powermail_fieldset.col-3
{
    display: inline-block;
    width: 33%;
}
.tx-powermail .powermail_form .powermail_fieldwrap
{
	padding: 2px 0;
}
.tx-powermail .powermail_form .powermail_fieldset LABEL
{
	display: block;
	width: 100%;
	padding: 3px 0 0;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT, .tx-powermail .powermail_form .powermail_fieldset TEXTAREA
{
	width: 100%;
	border: 1px solid #DADADA;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT:focus,
.tx-powermail .powermail_form .powermail_fieldset TEXTAREA:focus {
	background-color: #ebeeef;
}
.tx-powermail .powermail_form .powermail_fieldset TEXTAREA
{
	height: 100px;
	resize: vertical;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_check_inner INPUT
{
	width: inherit;
	float: left;
	margin: 5px 10px 5px 5px;
}
/*.tx-powermail .powermail_form .powermail_fieldwrap .powermail_check_inner LABEL
{
	margin: 5px 0;
}*/
.tx-powermail .powermail_form .powermail_fieldwrap .checkbox INPUT {
	width: auto;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_type_submit
{
	padding: 0px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_type_submit INPUT.powermail_submit
{
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	padding: 7px 0;
	background: #6d6e71;
	font-size: inherit;
	border-color: #6d6e71;
}
.tx-intranet-manager-ah .tx-powermail.logout .powermail_form .powermail_fieldset .powermail_fieldwrap_type_submit INPUT.powermail_submit {
    display: block;
    width: 100px;
    float: right;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_type_submit INPUT.powermail_submit:hover
{
	background: #12b7ac;
	color: #FFF;
	border-color: #12b7ac;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap .mandatory
{
	color: #12b7ac;
}
.parsley-errors-list,
.powermail-errors-list {
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT.parsley-error,
.tx-powermail .powermail_form .powermail_fieldset INPUT.powermail_field_error {
	border: 2px solid #12b7ac;
}
TEXTAREA.parsley-error,
TEXTAREA.powermail_field_error {
	border: 2px solid #12b7ac !important;
}
.tx-powermail .powermail_create
{
	background: transparent;
	padding: 10px 0px 0px 0;
	color: #000;
}
.tx-powermail .powermail_create DT
{
	padding: 12px 0 0px;
	font-weight: bold;
}
.tx-powermail .powermail_form SELECT
{
	width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_reset
{
	padding: 0px;
	margin: 0px;
	position: relative;
}
.tx-powermail .powermail_form .powermail_fieldwrap_type_text
{
	font-size: 12px;
	color: #12b7ac;
	font-style: italic;
}
.tx-powermail .powermail_form .powermail_fieldset LEGEND
{
	/*color: #000;*/
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_radio_inner
{
	display: inline-block;
	width: 15%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_radio_inner INPUT
{
	display: inline;
	width: 10%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_radio_inner LABEL
{
	display: inline;
}
.login LEGEND, .logout LEGEND, .forgot LEGEND
{
	display: none;
}
.login DIV, .logout DIV, .forgot DIV
{
	padding: 5px 0;
}
.login DIV LABEL, .logout DIV LABEL, .forgot DIV LABEL
{
	float: left;
	width: 120px;
	padding: 3px 0 0;
}
.login .Button INPUT, .logout .Button INPUT, .forgot .Button INPUT
{
	cursor: pointer;
	background: #6D6E71;
	border: 0 solid #DE570E;
	color: #FFF;
	margin: 10px 0;
	width: 100%;
	line-height: inherit;
	font-size: inherit;
}
.login .Button INPUT:hover, .logout .Button INPUT:hover, .forgot .Button INPUT:hover
{
	background: #12b7ac;
	color: #FFF;
}
/*Logout*/
.logout
{
	color: #000;
	padding: 10px 0 5px;
	margin: 30px 0 0;
}
.logout .status-header
{
	display: none;
}
.logout DIV LABEL {
	padding: 0;
}
/*Newsletter*/
.newsL .field
{
	padding: 2px 0;
}
.newsL LABEL
{
	padding: 3px 0 0;
}
.newsL .submit
{
	background-color: #6D6E71 !important;
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	padding: 10px 0;
	font-size: 14px;
}
.newsL .submit:hover
{
	background-color: #12B7AC !important;
}
.newsL .mandatory
{
	font-size: 12px;
	color: #12B7AC;
	font-style: italic;
}

/*Listen*/
.allcont UL
{
	margin: 5px 0px 10px 25px;
}
.allcont UL LI,
.allcont UL LI.item
{
	list-style-type: disc;
	padding: 3px 0px;
}
.allcont OL
{
	margin: 5px 0px 10px 18px;
}
.allcont OL LI
{
	list-style-type: decimal;
	padding: 3px 0px;
}
/*Tabelle*/
.allcont TABLE
{
	margin: 10px 0px 5px;
}
.allcont TABLE TR TD
{
	padding: 5px 10px 5px 0px;
}
.allcont TABLE TR TH {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background: #3d3d3d;
	padding: 5px 15px;
	border: 1px solid #3d3d3d;
}
.allcont TABLE.Tabelle-Basic {
	width: 99.9%;
}
.allcont TABLE.Tabelle-Basic TR.odd {
	background-color: #EBEEEF;
}
.allcont TABLE.Tabelle-Basic TR.even {
	background-color: #dfe2e3;
}
.allcont TABLE.Tabelle-Basic TR TD {
	padding: 5px 15px;
	border: 1px solid #ccc;
}
/*Boxen*/
.gridelement.accordion .accordion-txt,
.gridelement.accordion .item {
	padding: 10px 45px 12px;
}
#uid163 .gridelement.accordion .accordion-txt .item {
	padding-top: 5px;
	padding-bottom: 7px;
}
.gridelement.accordion .gridelement .item,
.gridelement.accordion .headline .item
{
	padding: 0;
}
.gridelement.accordion .headline:hover {
	cursor: pointer;
}
.headline-arrow
{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	vertical-align: middle;
	border-top: 7px dashed;
	border-top: 7px solid\9;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	margin-top: -3px;
}
.gridelement.accordion .headline H1,
.gridelement.accordion .headline H2
{
	font-size: 16px;
	padding: 12px 0 8px 90px;
	background-color: #ebeeef;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.gridelement.accordion .headline H1:hover,
.gridelement.accordion .headline H2:hover
{
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gridelement.accordion .headline H1:hover .headline-arrow,
.gridelement.accordion .headline.act H1 .headline-arrow,
.gridelement.accordion .headline H2:hover .headline-arrow,
.gridelement.accordion .headline.act H2 .headline-arrow
{
	transform: rotate(180deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gridelement.accordion .headline.act H2:hover .headline-arrow {
	/*transform: rotate(0deg);*/
}
.gridelement.box70-30 .col1 {
	float: left;
	width: 71%;
	margin-right: 4%;
}
.gridelement.box70-30 .col2 {
	float: left;
	width: 25%;
}
.gridelement.box30-70 .col1 {
	float: left;
	width: 27%;
	margin-right: 4%;
}
.gridelement.box30-70 .col2 {
	float: left;
	width: 69%;
}
#uid163 .gridelement.box30-70 .col2
{
	padding-top: 5px;
}
/*Boxen 33%*/
.gridelement.box33 .col {
	float: left;
	width: 31.5%;
	margin-right: 2.7%;
}
.gridelement.box33 .col.last {
	margin-right: 0;
}
/*Boxen 50*/
.gridelement.box50 .col {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.gridelement.box50 .col.last {
	margin-right: 0;
}
/*Box 100*/
.gridelement.box100 {
	padding: 10px 90px 20px;
}
.border-box
{
	border: 1px solid #000;
	padding: 20px;
	margin: 10px 0 5px !important;
}
.border-box TABLE
{
	margin: 0;
}
.scrolloff {pointer-events: none;}

.pid21 .allcont TABLE TR TD
{
	padding: 0px 10px 0px 0px;
}

/* PDF */
a[href$=".pdf"] {
	padding-left: 40px;
	display: block;
}

a[href$=".pdf"]:before {
	content: " ";
	position: absolute;
	margin-top: -4px;
	margin-left: -40px;
    width: 30px;
    height: 30px;
    background-image: url(../Images/pdf-icon.png);
}
.tx-indexedsearch .tx-indexedsearch-searchbox
{
	padding: 0;
}

.tx-ahcareers-pi1 h2 {
    font-size: 20px;
}
.tx-ahcareers-pi1 h3 {
    font-size: 16px;
    padding: 5px 0 0 0;
}
.tx-ahcareers-pi1 .left p {
    font-size: 11px;
    line-height: 16px;
}
.tx-ahcareers-pi1 .left h4 {
    font-size: 12px;
}

.typo3-messages {
    margin: 0 !important;
    list-style: none;
}
.typo3-messages li {
    padding: 10px 20px !important;
    list-style: none;
    color: #fff;
    font-weight: bold;
}
.typo3-messages li h4 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.typo3-messages li.alert-warning {
    background: #e70000;
}
.typo3-messages li.alert-success {
	background: #12b7ac;
}
.tx-intranet-manager-ah .sidebar {
    float: left;
    width: 260px;
}
.tx-intranet-manager-ah .sidebar .left-navigation {
    margin: 10px 0px 10px 10px;
    list-style: none;
}
.tx-intranet-manager-ah .sidebar .left-navigation li {
    list-style: none;
    padding: 6px 20px !important;
    margin: 0 0 2px 0;
    background: #ebeeef;
    border-left: 1px solid #12b7ac;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.tx-intranet-manager-ah .sidebar .left-navigation li.topic {
    background: #6e6e6e;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px solid #6e6e6e;
}
.tx-intranet-manager-ah .sidebar .left-navigation li:hover, .tx-intranet-manager-ah .sidebar .left-navigation li.active {
	background: #12b7ac;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.tx-intranet-manager-ah .sidebar .left-navigation li.topic:hover {
    background: #6e6e6e;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px solid #6e6e6e;
}
.tx-intranet-manager-ah .sidebar .left-navigation li a {
    font-family: Arial, sans-serif;
    color: #58595b;
    font-size: 15px;
    display: block;
    text-decoration: none;
}
.tx-intranet-manager-ah .sidebar .left-navigation li:hover a, .tx-intranet-manager-ah .sidebar .left-navigation li.active a {
	color: #fff;
	font-weight: bold;
}
.tx-intranet-manager-ah .sidebar .left-navigation li ul.stage {
	display: none;
    margin: 0;
    padding: 5px 0 5px 20px;
}
.tx-intranet-manager-ah .sidebar .left-navigation li.active ul.stage, .tx-intranet-manager-ah .sidebar .left-navigation li:hover ul.stage {
	display: block;
}
.tx-intranet-manager-ah .sidebar .left-navigation li ul.stage li {
    background: #11b6ab;
    list-style: disc;
    color: #fff;
    padding: 0px !important;
}
.tx-intranet-manager-ah .print-wrap {
    width: 80%;
    margin: 20px auto;
}
.tx-intranet-manager-ah .mainsection {
    float: left;
    width: calc(100% - 320px);
    margin: 10px 20px 0px 40px;
    overflow: scroll;
}
.tx-intranet-manager-ah .mainsection .request {
    background: #ebeeef;
    padding: 10px;
    margin: 30px 0 0 0;
}
.tx-intranet-manager-ah .mainsection .item {
    border: 1px solid #eceaea;
    padding: 10px;
    margin: 0 0 10px 0;
}
.tx-intranet-manager-ah .mainsection .item.bggrey {
    background: #f3f2f2;
    border: 1px solid #dadada;
}
.tx-intranet-manager-ah .mainsection .item h3 {
    padding: 0;
    font-size: 18px;
    color: #12b7ac;
}
.tx-intranet-manager-ah .mainsection .item .pictures img {
    float: left;
    margin: 0 10px 0 0;
}
.tx-intranet-manager-ah .mainsection table {
    width: 100%;
}
.tx-intranet-manager-ah .mainsection table tr {
    border-bottom: 1px solid #ccc;
}
.tx-intranet-manager-ah .mainsection table tr td:last-child {
	text-align: right;
	vertical-align: middle;
}
.tx-intranet-manager-ah .mainsection table tr td p.admin-footer {
    margin: 10px 0 0 0;
}
.tx-intranet-manager-ah .mainsection table tr td p.admin-footer a {
    background: #e1e2e3;
    padding: 5px 10px;
    margin: 0 10px 0 0;
}
.tx-intranet-manager-ah .mainsection table tr td.header {
    color: #0e0e0e;
    font-weight: bold;
    text-align: left;
}
.tx-intranet-manager-ah .mainsection ul.stage {
    margin: 0;
}
.tx-intranet-manager-ah .mainsection ul.stage li {
    list-style: none;
    display: inline-block;
}

.tx-intranet-manager-ah .mainsection .tx-powermail .item .first fieldset {
	float: left;
	width: calc(33% - 40px);
	margin: 0;
}
.tx-intranet-manager-ah .mainsection .tx-powermail .item select {
    width: 95%;
    display: block;
    height: 28px;
}
.tx-intranet-manager-ah .mainsection .tx-powermail .item .first fieldset label {
	padding: 0;
    font-weight: bold;
}
.tx-intranet-manager-ah .mainsection .tx-powermail .item .first fieldset input {
    width: 95%;
}
.tx-intranet-manager-ah .mainsection .tx-powermail .item .first fieldset:first-child {
    width: 120px;
}
.tx-intranet-manager-ah .mainsection .tx-powermail .item .first fieldset:first-child input {
    margin: 5px 0 0 0;
}
.tx-intranet-manager-ah .mainsection .tx-powermail .item .second {
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
}
.tx-intranet-manager-ah .mainsection .tx-powermail .item .second fieldset {
    float: left;
    width: 33%;
}
.tx-intranet-manager-ah .mainsection .tx-powermail .item .second fieldset input {
    width: 95%;
}
.tx-intranet-manager-ah .mainsection table tr th:first-child {
    padding-left: 15px;
    text-align: left;
    
}
.tx-intranet-manager-ah .mainsection table tr th {
    padding: 10px;
    text-align: center;
}
.tx-intranet-manager-ah .mainsection table tr th:last-child {
	padding: 10px 15px 0px 0px;
	text-align: right;
}
.tx-intranet-manager-ah .mainsection table tr td {
    vertical-align: middle;
    padding: 5px;
	text-align: center;
}
.tx-intranet-manager-ah .mainsection table tr td:first-child {
	text-align: left;
}
.tx-intranet-manager-ah .mainsection table tr td a {
    margin: 0 0 0 10px;
}
.tx-intranet-manager-ah .mainsection table tr td a.notes {
    background-image: url(../Images/notes.png);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    background-size: 14px;
    background-position: left center;
}
.tx-intranet-manager-ah span.no {
    display: inline-block;
    background-image: url(../Images/features.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 17px;
    background-size: 31px 17px;
    background-position: -17px 0px;
    text-indent: -999999px;
    margin: auto;
}
.tx-intranet-manager-ah span.yes {
    display: inline-block;
    background-image: url(../Images/features.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    background-size: 45px 24px;
    text-indent: -999999px;
    margin: auto;
}
.tx-intranet-manager-ah span.yes-text {
    display: inline-block;
    white-space: nowrap;
    margin: auto;
    line-height: 1em;
    vertical-align: text-bottom;
}
.tx-intranet-manager-ah span.yes-text:before {
	content: " ";
    display: inline-block;
    background-image: url(../Images/features.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 24px;
    background-size: 45px 24px;
    white-space: nowrap;
    margin: 0 5px 0 0;
	vertical-align: middle;
}
.tx-intranet-manager-ah span.text {
    display: inline-block;
    vertical-align: super;
    margin: 0 0 0 10px;
}

.tx-intranet-manager-ah .tx-powermail ul li {
    padding: 0;
}
.tx-intranet-manager-ah .tx-powermail ul li a {
    color: #11b6ab;
    font-weight: bold;
}



/*CAREER*/
.bel64 .cont > .item:not(.b100) {
    max-width: 960px;
    width: 96%;
    margin: 0 auto;
    padding: 0;
}
.b101 .gridelement {
	width: 100%;
	padding: 0;
}

.gridelement.box60-40 {
	display: flex;
	flex-wrap: wrap;
}
.gridelement.box60-40 > .col1 {
	width: 60%;
}
.gridelement.box60-40 > .col2 {
	width: 40%;
}
.bel64 img:not([src*=".svg"]) {
	max-width: 100%;
	width: auto;
	height: auto;
}
.bel64 .cont .item .csc-textpic {
	width: 100%;
	max-width: inherit;
}
.grey-box {
	background-color: #f2f2f2;
}
.contact_box {
	max-width: 520px;
	width: 96%;
	margin: 0 auto;
}
.contact_box .gridelement.box50 .col1 {
	width: 46%;
	margin-right: 0;
}
.contact_box .gridelement.box50 .col2 {
	width: 50%;
	margin-left: 4%;
}

.bel64 .contact_box .col .csc-textpic {
	border-radius: 50%;
	max-height: 240px;
}
.gridelement.box25 {
	display: flex;
	flex-wrap: wrap;
}
.gridelement.box25 .col {
	width: calc(25% - (3 * 20px / 4));
}
.gridelement .col img {
	width: 100%;
	height: auto;
}
/*.gridelement .col img[src*="svg"] {
	min-height: 140px;
}*/
.gridelement.box25 .col + .col {
	margin-left: 20px;
}

/*Bild + Text*/
.iamge_text {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	background-color: #f2f2f2;
	box-shadow: 0 5px 10px rgba(41,41,41,0.1);
}
.iamge_text .image {
	width: 49%;
}
.iamge_text .gridelement.accordion .accordion-txt, 
.iamge_text .gridelement.accordion .item {
	padding-left: 0;
	padding-right: 0;
}
.iamge_text .accordion-txt {
	display: none;
}
.iamge_text .image DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.shadow_box DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.map_box .map DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image,
.contact_box DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}
.iamge_text .image img {
	width: 100%;
	height: auto;
}
.iamge_text .text {
	/*width: 49%;*/
	/*margin-left: 2%;*/
	margin-top: 2%;
}
.grey-box {
	padding: 4% 2%;
}
.shadow_box {
	box-shadow: 0 5px 10px rgba(41,41,41,0.1);
	background: #fff;
}
.shadow_box .csc-textpic-text {
	padding: 20px;
}
.text_shadow_box .col .item {
	box-shadow: 0 5px 10px rgba(41,41,41,0.1);
	background: #fff;
	padding: 20px;
	height: calc(100% - 40px);
}

.bel64 .button,
.back_to_list {
	background: #fff;
	color: #12b7ac;
	border: 1px solid #12b7ac;
	padding: 5px 32px;
}
.bel64 .button:hover,
.back_to_list:hover {
	color: #fff;
	background-color: #12b7ac;
}
.map_box {
	display: flex;
	flex-wrap: wrap;
}
.map_box .text {
	width: calc(30% - 120px);
	padding: 40px 60px;
	background-color: #12b7ac;
}
.map_box .text * {
	color: #fff;
}
.black_map_box .text * {
	color: #000000;	
}
.map_box .map {
	width: 70%;
}

/*Leistungen Liste*/
.bel64 h1 {
	font-size: 40px;
	text-transform: inherit;
	font-weight: 300;
}
.bel64 h2 {
	font-size: 35px;
	font-weight: 300;
	text-transform: inherit;
}
.bel64 h3 {
	font-weight: 300;
	padding-top: 0;
}
.whatsapp {
	display: inline-block;
	text-indent: -9999px;
	background: url(../Images/WhatsApp-Logo.png) no-repeat center / 100% auto;
	width: 35px;
	height: 35px;
	margin-left: 10px;
}
.xing {
	display: inline-block;
	text-indent: -9999px;
	background: url(../Images/XNG_Sharebutton.png) no-repeat center / 100% auto;
	width: 35px;
	height: 35px;
}
.company_benefits .box25 .col {
	position: relative;
	width: 25%;
	padding-top: 60px;
}
.company_benefits .col img {
	max-width: 90px;
}
.company_benefits .box25 .col + .col {
	margin-left: 0;
}
.company_benefits .box25 .col:before {
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
	position: absolute;
	background-color: #12b7ac;
}
.company_benefits .box25 .col1:before {
	width: 50%;
	left: auto;
	right: 0;
}
.company_benefits .box25 .col4:before {
	width: 50%;
}
.company_benefits .box25 .col:after {
	content: '';
	width: 1%;
	height: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	position: absolute;
	background-color: #12b7ac;
}
/*textOver*/
.textOver .col {
	position: relative;
}

.textOver .col .csc-textpic-text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80%;
	opacity: 0;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	-o-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.textOver .col:hover .csc-textpic-text {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.textOver .col .csc-textpic-image {
	background-color: #12b7ac;
}
.textOver .col:hover img {
	opacity: 0.1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.textOver .col DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}
/*Slider*/
.slider div.csc-textpic div.csc-textpic-imagecolumn {
	float: none;
}
.slider DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
	width: 100%;
}
.slider .csc-textpic-lastcol {
	position: absolute;
	width: calc(100% - 240px);
	left: 120px;
    bottom: 40px;
	color: #fff;
}
.slider .csc-textpic-lastcol .csc-textpic-image {
	width: 100%;
}
.slider .csc-textpic-text .grosserText {
	font-size: 60px;
	line-height: 120%;
	text-transform: uppercase;
}
.slider .gallery div.csc-textpic-imagecolumn {
	margin-right: 0;
}
.slider .gallery div.csc-textpic-center .csc-textpic-center-outer,
.slider .gallery div.csc-textpic-center .csc-textpic-center-inner {
	float: none;
	right: inherit;
}
.slider .gallery img {
	width: 100%;
	height: auto;
}
.slider .bx-wrapper .bx-controls-direction a {
	top: inherit;
	bottom: 50px;
}
.slider .bx-wrapper .bx-prev,
.slider .bx-wrapper .bx-next {
	background: url(../Images/white-arrow.svg) no-repeat center center / 100% auto;
	height: 30px;
    width: 22px;
    right: 40px;
}
.slider .bx-wrapper .bx-prev {
	left: 40px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.greunerText {
	color: #12b7ac;
}
.animierteZahl {
	font-size: 60px;
	color: #12b7ac;
}
.mapbtn,.mapimage{
    display:block;
}
.mapimagewrap{
    position:relative;
    text-align:center;

}
.mapimagewrapinner {
    max-width:1280px;
    margin: 0 auto;
    position:relative;
    overflow: hidden;
}
.mapimage{
    max-width: inherit !important;
}
.mapbtn{
    position: absolute;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    background: rgba(203, 168, 133, 0.8);
    padding: 10px 20px 20px;
    color: #fff;
    box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mapbtn strong {
  display: block;
  text-align: center;
}
.mapbtn span {
  margin:10px 0;
  display: block;
}
.mapbtn span A {
  color: #fff;
  text-decoration: underline;
}
.mapbtn BUTTON{
    cursor:pointer;
    font-size: inherit;
    background:rgba(255,255,255,.7);
    padding:11px 20px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow:0 0 5px 0 rgba(0,0,0,.2);
    box-shadow:0 0 5px 0 rgba(0,0,0,.2);
    -webkit-transition:background .2s ease-in-out;
    -moz-transition:background .2s ease-in-out;
    -o-transition:background .2s ease-in-out;
    -ms-transition:background .2s ease-in-out;
    transition:background .2s ease-in-out
}
.mapbtn BUTTON:hover{
    background: #fff;
}
#map{
    height:430px;
    width:100%;
}