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

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

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

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

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


body,html {
  padding:0px;
  margin:0px;
  width:100%;
  height:100%:
}
body {
  font-family: 'Open Sans';
  background-color:#fff;
  font-weight: 300;
  font-style: normal;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: none;
  text-rendering: geometricPrecision;
  font-feature-settings: "liga" 0;
}
/*      LIGHTBOX    */
#lightBoxCover {
  display:none;
  width:100%;
  height:100%;
  z-index:99999997;
  background-color:rgba(255,255,255,0.85);
  position:fixed;
  top:0px;
  left:0px;
}
#lightBoxContent {
  width:calc(100vw - 240px);
  height:calc(100vh - 240px);
  position:absolute;
  left:100px;
  top:100px;
  padding:20px;
  background-color:#fff;
  border:1px SOLID #888;
  box-shadow: 6px 6px 5px rgba(0,0,0,0.2);
}
#lightBoxClose {
position: absolute;
top: 60px;
right: 45px;
width: 32px;
height: 32px;
background-image: url("../images/icon-close.png");
background-size: 32px 32px;
cursor: pointer;
z-index: 99999998;
}
#lightBoxContent .preContentWrapper {
  width:100%;
  height:100%;
  display:table;
}
#lightBoxContent .preContentWrapper .preContent {
  display:table-cell;
  vertical-align:middle;
}
#lightBoxContent .preContentWrapper .preContent .mapEinverstandenLink,
#lightBoxContent .preContentWrapper .preContent .vvsEinverstandenLink {
  color:#00afec;
  font-weight:600;
  cursor:pointer;
}
body h1,body h2,body h3,body h4,body h5,body h6 {
	margin: 0;
	font-family: "Open Sans",sans-serif ;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizelegibility;
	word-wrap: break-word;
}
#inhalt .efavvs,
#inhalt .googleMaps {
  cursor:pointer;
}
#all {
  width:100%;
  background-color:#dddddd;
  text-align:center;
}
#btnIntern,
.startseite #btnIntern {
z-index: 99991;

background-color: #00afec;
padding: 8px;
    padding-top: 8px;
padding-top: 5px;
color: #fff;
position: absolute;
right: 55px;
top: -10px;
}
#btnIntern a {
color: #fff;
font-family: "Open Sans";
Font-weight: 800;
text-decoration: none;
font-size: 14px;
}
body.angebote #btnIntern {
  right: 94px;
}
#header {
  width:calc(100% - 117px);
  padding:20px;
  padding-top:10px;
  padding-left:117px;
  position:fixed;
  top:0px;
  left:0px;
  height:90px;
  background-color:#fff;
  z-index:1200;
  text-align:center;
      transition: 0.3s; 
  box-shadow: 0 10px 10px -10px rgba(0,0,0,0.4);
}
#headerContent{
  width: calc(100% - 40px);
max-width: 1100px;
padding: 20px;
    padding-top: 10px;
    padding-bottom: 0px;
margin: auto;

background-color: #fff;
text-align: left;
   transition: 0.3s; 
  left: -30px;
position: relative;
}
#headerContent #logo{
  width:194px;
  height:73px;
  display:inline-block;
   transition: 0.3s; 
} 
#headerContent #logo img{
  height:100%;
  width:auto;
}
#headerContent #menueBalken {
  display:inline-block;
  margin-left:44px;
     transition: 0.3s; 
}
#blauerBalken{
width: calc(100% - 40px);
padding: 20px;
background-color: #00afec;
margin-top: 120px;
height: 57px;
padding-bottom: 0px;
padding-top: 10px;
}

#contentSlider {
  width:100%;
  margin:auto;
}
#contentSlider .lgx-figure-img {
  width:70%;
  display:inline-block;
  margin-bottom: -5px;
}

#contentSlider .csa-item-info {
display: inline-block ;
width: calc(30% - 60px) !important;
padding-left: 30px !important;
padding-right: 30px !important;
overflow:hidden;
padding-bottom:30px !important;
vertical-align: 600%;
}
#contentSlider .sliderSchmal-csa-item-info {
display: block ;
width: calc(100% - 60px) !important;
padding-left: 30px !important;
padding-right: 30px !important;
overflow:hidden;
padding-bottom:30px !important;
vertical-align: 0%;  
}
.csa-excerpt #containerKontaktdaten {
  display:none !important;
}
#inhalt .contentSliderWeiterlesen {
  display: block;
background-color: #00afec;
padding: 8px;

  padding-bottom: 0px;
  padding-top:0px;
color: #fff;
text-decoration: none;
font-weight: normal;
line-height: 1.6em;
width: 100px;
  font-size:12px;
  border-radius: 4px;
}
#contentSlider h3 {
  font-size: 16px;
font-weight: bold;
font-family: "Open sans";
}
#contentSlider h3.csa-item-title {
  font-family: "open Sans";
font-weight: 800;
font-size: 18px;
}
#contentSlider .owl-prev {
  margin-left:-3px;
}
#contentSlider .owl-next {
  margin-right:-3px;
}
#inhalt #contentSlider  a.contentSliderWeiterlesen {
  color:#fff !important;
}
#inhalt {
  width:calc(100% - 40px);
  max-width:1070px;
  padding:20px;
  padding-top:30px;
  padding-bottom:80px;
  padding-left:80px;
  margin:auto;
  margin-top: 0px;
  background-color:#fff;
  text-align:left;
  left: -20px;
  position: relative;
}
#inhalt a {
  color: #00afec;
text-decoration: none;
font-weight: bold;
}
#inhalt a.edocmanxtdlink {
  display:inline-block;
  padding-left:20px;
  background-image: url("../../../images/icons/icon-downloads-pdf.svg");
  background-size:20px 20px;
  background-position:0px 0px;
  background-repeat: no-repeat;
  height: 24px;
}
#inhalt .geschichtenWrapper a.edocmanxtdlink {
  display:inline-block;
  padding-left:0px;
  background-image: transparent;
  background-size:0px 0px;
  background-position:0px 0px;
  background-repeat: no-repeat;
  height: auto;
}
#inhalt .page-header h1 {
  font-weight:bold;
  color: rgb(112,112,112);
  font-family:"Open Sans", sans-serif ;
  font-weight:800;
}
#inhalt .com-content-article__body {
  position:relative;
  left: 0px;
}
#inhalt .fields-container {
   list-style-type: none; 
}
#inhalt .ort {
  
  margin-left: -12px;
  margin-bottom: -20px;

}
#inhalt .fields-container .angebot,
#inhalt .fields-container .region,
#inhalt .fields-container .angebotsbereich {
   display:none;
}
#inhalt .fields-container .subline-untertitel .field-label{
   display:none;
}
#inhalt .fields-container .subline-untertitel .field-value{
   background-color:#fff;
   display:block;
   margin-left:-12px;
   font-weight:600;
   color: #444;
}


#containerKontaktdaten {
  width: 100%;
  max-width:225px;
  padding:15px;
  padding-bottom:15px;
  border-radius:9px;
  background-color: #00afec;
  color:#fff;
  margin-bottom:30px;
  clear:both;
  position:absolute;
  left:-273px;
  top:0px;
  font-weight: 600;
}
#containerKontaktdaten h3 {
  margin-bottom:0em;
  font-family: "Open Sans";
font-weight: 600;
}
#containerKontaktdaten h4 {
  color:#fff;
}
#containerKontaktdaten a {
  color:#fff;
font-weight: 600;
}
.blog_angebotsBlog h4 {
  display:none;
}
.blog_angebotsBlog #containerKontaktdaten {
  display:none;
}
#logo {
  display:inline-block;
  width:200px;
}
#menuebalken {
  display:inline-block;
  width:100%;
  max-width:550px;
}
body h1 {
	margin-bottom: 0.75em;
	font-size: 1.6em;
	line-height: 1.2;
}

body h2 {
	margin-bottom: 0.75em;
	font-size: 1.5em;
	line-height: 1.2;
	padding: 5px 0
}

body h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.3;
	padding-bottom: 5px
}

body h4 {
margin-bottom: 10px;
font-size: 18px;
line-height: 24px;
font-weight: bold;
color: rgb(112,112,112);
}

body h5 {
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

body p,body ol,body ul,body dl,body address {
	margin-bottom: 1.5em;
	font-size: 13px;
	line-height: 1.5em;
	word-wrap: break-word;
}

small {
	font-size: 0.9em;
}

body #inhalt ul,body ol {
	margin: 0 0 1.5em 12px;
	padding: 0 0 0 0px;
}

body #inhalt li ul,body #inhalt li ol {
	margin: 0;
}


ul.categories-module
{ padding:0; margin:0}


blockquote {
	margin: 0 0 1.5em -24px;
	padding-left: 24px;
	border-left: 2px solid #c7ced6;
	font-style: normal;
}

q {
	quotes: none;
}



cite {
	font-style: normal;
}

abbr[title] {
	border-bottom: 1px dotted #c7ced6;
	cursor: help;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	line-height: 1.5em;
}

pre {
	white-space: pre-wrap;
	}

sub,sup {
	position: relative;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 1em
}

table th,table td {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #ddd;
	line-height: 1.5em;
	text-align: left;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
	{
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c9bab;
}

table tbody tr td,table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}

/* links */
p.readmore a,  .mod-articles-category-readmore a {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 9px;
	padding: 4px;
	line-height: 1.6em;
}

/* +++++++++++++++++  forms general #######################  */
form {
	margin: 0px;
}

fieldset {
	border: solid 1px #ddd;
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px
}

fieldset p {
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
	background: #fff;
	padding: 5px 10px
}

label,input,button,select,textarea {
	font-weight: normal;
}

label {
	color: #333333;
	margin-bottom: 5px;
	max-width: 90%
}

input,textarea,select,#advanced-search-toggle, input.search-query {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 9px;
	padding: 4px;
}
#blauerBalken form {

}
#blauerBalken input,textarea,select,#advanced-search-toggle, input.search-query {
border: 1px solid #ffffff;
border-radius: 3px;
display: inline-block;
margin-bottom: 9px;
padding: 8px;
width: 350px;
  height:40px;
}
#blauerBalken input.button {
width: 40px;
height: 40px;
display: inline-block;
border: 0px solid #CCCCCC;
border-radius: 0px;
margin-bottom: 0px;
background-image: url("../images/icon-lupe.png");
background-repeat: no-repeat;
margin-left: 20px;
background-position: 0px 10px;
box-shadow: none;
background-size: 25px;
}
.filter-search-lbl {display:inline}
.filter-search, .display-limit {float:left; margin-right:10px}
.button,button,.profile-edit a {
	border-radius: 3px;
	padding: 4px;
	line-height: 1.2em;
	text-decoration: none;
}

label input,label textarea,label select {
	display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}

input[type="button"],input[type="reset"],input[type="submit"] {
	height: auto;
	width: auto;
}

select {

	line-height: 28px;
	max-width:99%}

select {
	width: 220px;
}

select[multiple],select[size] {
	height: auto;
}

textarea {
	height: auto;
}

.radio,.checkbox {
	padding-left: 18px;
}

input[type="radio"],input[type="checkbox"] {
	display: inline;
	 margin-right : 10px;
	 border:none
}

input,textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:focus,textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(82, 168, 236, 0.6);
	outline: 0 none;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus
	{
	box-shadow: none;
	outline-offset: -2px;
}

/* +++++++++++++++++++++++  header searchbox +++++++++++++++++++++  */

#header form {
	overflow: hidden;
	float: right
}
#header form .search {display:inline}
#header input {
	font-weight: bold;
	float: left;
}

#header .inputbox {
	margin-right: 5px
}

/* ++++++++++++++++++++  search component +++++++++++++++++++++++ */
#blauerBalken .search {
width: calc(100% - 40px);
max-width: 450px;
margin: auto;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
padding-left: 0px;
padding-right: 20px;
left: -13px;
position: relative;
}
#blauerBalken .search-query {
top: -30px;
position: relative;
}
fieldset.word {
	border: 0;
	background: #fff;
	padding: 0
}

fieldset.phrases label,fieldset.only label {
	display: inline;
}

 :root *> fieldset.only label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ddd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #ddd);
	background: -o-linear-gradient(-45deg, #fefefe, #ddd);
	background: -ms-linear-gradient(-45deg, #fefefe, #ddd);
	background: linear-gradient(-45deg, #fefefe, #ddd);
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 1px 1px #CCCCCC;
	height: 1em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1em;
	display: inline-block;
	margin-left: -40px;
	padding: 2px;
	line-height: 1em;
	text-indent: -50px;
}

input[type="checkbox"]:checked+label:before {
	content: "\2714";
	text-indent: 0;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #0B70CD;
}

:root *> .phrases-box  label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ccc);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #aaa;
	line-height: 1.3em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1.3em;
	display: inline-block;
	margin-left: -40px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-indent: -40px;
	color: #fff;
	text-shadow: 0 10px 6px #fff;
}
#blauerBalken .element-invisible {
  display:none;
}
/*
input[type="radio"]:checked + label:before {
	content: "\2022";
	text-indent: 6px;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	color: #000;
	zoom:1;
	border: 1px solid #aaa;
}*/

.ordering-box {
	margin: 10px 0;
}

.search-results dt.result-title {
	padding: 15px 15px 0 5px;
	font-weight: bold;
}

.search-results dd {
	padding: 2px 15px 2px 5px
}

.search-results dd.result-text {
	padding: 10px 15px 10px 5px;
	line-height: 1.7em
}

.search-results dd.result-url {
	font-size: 90%;
	padding: 2px 15px 15px 5px;
}

.search-results dd.result-created {
	padding: 2px 15px 15px 5px
}

.search-results dd.result-category {
	padding: 10px 15px 5px 5px
}

/* Com_search break long titles & text */
dt.result-title {
	word-wrap: break-word;
}

dd.result-text {
	word-wrap: break-word;
}

.advanced-search-tip {
	background: #FEFDE2;
	border-radius: 3px;
	padding: 20px;
	border: solid 1px #ddd
}

.advanced-search-tip p {
	margin: 0
}

.advanced-search-tip .term {
	font-weight: bold;
	font-style: italic
}

.panel {
	border: solid 1px #ddd;
	margin-top: -1px;
}

#main  .panel h3 {
	margin: 0;
	padding: 0;
	background: #eee;
	border: 0;
	font-size: 1.0em
}

.panel h3 a {
	display: block;
	text-decoration: none;
	padding: 6px;
}

.pane-slider {
	border: solid 0;
	padding: 10px;
	margin: 0;
}


/* +++++++++++++++++++  Contact Form +++++++++++++++++++++++++++++++++ */


.panel .contact-form,.panel .contact-miscinfo {
	padding: 10px
}

.contact .panel .contact-form form,.contact .panel .contact-address {
	margin: 20px 0 0 0
}

textarea,.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea
	{
	width: 80%;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	color: #333333;
	overflow: auto;
	padding: 5px;
	vertical-align: top;
}

#jform_contact_email_copy-lbl,#jform_contact_email_copy {
	float: left;
	margin-right: 10px;
	border: 0
}

#jform_captcha {
	clear:both;
	padding-bottom:10px;
}

label#jform_captcha-lbl {
	clear: both;
  	position: relative;
  	float: left;
}

.contact-form .button {
	clear: left;
	float: left;
	margin: 20px 0
}

fieldset.filters {
	background: none;
	border: none;
	padding: 0
}

.contact-form,.contact-links,.contact-misc,.contact-image,.contact-contactinfo,.contact-address
	{
	margin: 20px 0
}

/* ++++++++++++++ loginmodule +++++++++++++++++++++++++++ */

#form-login-remember {
	overflow: hidden;
	margin-bottom: 10px
}

#form-login-remember label {
	display: inline;
	margin-left: 10px
}

#modlgn-remember {
	float: left
}

#login-form fieldset {
	background: #f5f5f5
}

#login-form input[type="text"], input[type="password"], input[type="submit"] {
	width: 100%;
	box-sizing: border-box
}

form ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.com-content-article__body .pagenavigation {
  display:none;
}



.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	text-decoration: none;
	border: 0px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 0px #ddd
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 0px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 0px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination .icon-angle-right {
  background-image: url("../images/cevron-forward.svg");
  background-repeat:no-repeat;
  background-size: contain;
  background-position:center;
}
.pagination .icon-angle-left {
  background-image: url("../images/cevron-back.svg");
  background-repeat:no-repeat;
  background-size: contain;
  background-position:center;
}
.pagination .icon-angle-double-right {
  background-image: url("../images/cevron-end.svg");
  background-repeat:no-repeat;
  background-size: contain;
  background-position:center;
}
.pagination .icon-angle-double-left {
  background-image: url("../images/cevron-start.svg");
  background-repeat:no-repeat;
  background-size: contain;
  background-position:center;
}

.pagination .disabled .icon-angle-right {
  background-image: url("../images/cevron-forward-idle.svg");
  background-repeat:no-repeat;
  background-size: contain;
  background-position:center;
}
.pagination .disabled .icon-angle-left {
  background-image: url("../images/cevron-back-idle.svg");
  background-repeat:no-repeat;
  background-size: contain;
  background-position:center;
}
.pagination .disabled .icon-angle-double-right {
  background-image: url("../images/cevron-end-idle.svg");
  background-repeat:no-repeat;
  background-size: contain;
  background-position:center;
}
.pagination .disabled .icon-angle-double-left {
  background-image: url("../images/cevron-start-idle.svg");
  background-repeat:no-repeat;
  background-size: contain;
  background-position:center;
}
.com-content-category-blog__counter {
  padding-left:33px;
}
/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */

.breadcrumbs,.article-info {
	padding: 7px;
	margin: 0 0 18px;
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.breadcrumbs li {
	display: inline-block;
}

/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
	list-style-type: none;
	text-align: right
}
ul.actions a {padding:0}
ul.actions  li {
	display: inline
}

.article-info-term {
	display: none
}

.article-info {
	overflow: hidden;
	font-size: 0.9em
}

.article-info dd {
	float: left;
	padding: 0 5px;
	border-right: solid 1px #ccc
}

.article-info dd span {
	text-transform: none;
	display: inline-block;
	padding: 0 5px 0 0;
	margin: 0 10px 0 0;
}

.article-info dd.create {
	clear: left
}

/* ######################  header   ###################### */
#fontsize {
	padding: 0;
	margin: 0 20px 0 1px;
	text-align: right;
	margin-bottom: 0;
	float: none;
}

#fontsize h3 {
	padding-right: 0;
	font-weight: normal;
	display: inline;
	font-size: 1em;
	margin: 0
}

#fontsize p {
	margin: 0 0 0 2px;
	padding: 0;
	display: inline;
	font-size: 1em;
}

#fontsize p a {
	margin: 0 2px;
	display: inline;
	padding: 0 5px;
}

/* +++++++++++++++  menus ++++++++++++++++++++++++ */
/* +++++++++++++++  menus ++++++++++++++++++++++++ */
#header ul.mod-menu {
	padding: 0;
	width: auto;
	text-align: left;
	display: block;

	margin: 0 10px
}

#header ul.mod-menu li {
	display: inline;
	padding: 0;
    padding-left:5px;
    padding-right:10px;
	margin: 0;
  position:relative;
  padding-top: 2px;
padding-bottom: 2px;
font-family: "Open Sans";
font-size:14px;
}

#header ul.mod-menu li a, #header ul.mod-menu li:last-child a,
#header ul.mod-menu li span
	{
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	display: inline-block;
	padding: 12px 15px;
      padding-bottom:20px;
	position: relative;
	border-right: 0px solid #ddd;
	box-shadow: 0px 0 0 #f5f5f5;
      color:#000;
}
#header ul.mod-menu li ul li span {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 11px;
}

#header ul.mod-menu li ul li a, #header ul.mod-menu li ul li:last-child a,
#header ul.mod-menu li:last-child ul li:last-child a,
#header ul.mod-menu li:last-child ul li a
	{
	font-weight: normal;
      font-size: 14px;
	text-decoration: none;
	margin: 0;
	display: inline-block;
	padding: 8px 0px;
    padding-left:11px;
	position: relative;
	border-right: 0px solid #ddd;
	box-shadow: 0px 0 0 #f5f5f5;
    color:#666;
    font-family:"Open Sans";
}
#header ul.mod-menu li:first-child a {

}
#header ul.mod-menu li ul {
  display:none;
  position:absolute;
  left:4px;
  box-shadow: 5px 5px 3px rgba(0,0,0,0.3);
  white-space: nowrap;
  min-width:280px;
  padding-top: 3px;
}
#header ul.mod-menu li:hover ul {
  display:block;
}
#header ul.mod-menu li ul li.active {
  background-color:#00afec !important;
  color:#fff;
}
#header ul.mod-menu li ul li.active a {
  background-color:#00afec;
  color:#fff;
}
#header ul.mod-menu li ul li:hover {
  background-color:#e8e8e8;
  color:#fff;
}
.mod-menuxxxx {
	border: solid 1px #ddd;
	background: #f9f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px
}

ul.mod-menu {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.mod-menu, ul.mod-menu ul {
	list-style-type: none;
}

ul.mod-menu a {
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0;

}

ul.mod-menu li:last-child a {
	border: 0;
	box-shadow: none
}

ul.mod-menu ul {
	margin: 0;
	padding: 0px;
    background-color:#fff;
    z-index:888;
}
#header ul.mod-menu ul li {
  font-size:14px;
  font-weight:normal;
  display:block;
  color:#666;
  border-bottom: 1px SOLID #aaa;
}  
#header ul.mod-menu ul li:last-child {
  border-bottom: 0px SOLID #aaa;
  padding-bottom: 3px;
}
ul.mod-menu ul a {
	padding-left: 0px
}

ul.mod-menu ul ul a {
	padding-left: 30px
}

ul.mod-menu ul ul ul a {
	padding-left: 40px
}

ul.mod-menu ul ul ul ul a {
	padding-left: 45px
}


.einfachesMenue {
  list-style-type: none;
  margin-left: 0px;
}

/* ++++++++++++++  content-module ++++++++++++++ */
.category-module {
	margin: 0;
	padding: 0
}

.category-module li {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style-type: none
}

.category-module li h4 {
	margin-bottom: 0
}

.category-module span {
	display: block;
	font-size: 0.85em;
}

.category-module a span {
	display: inline
}

/* content */
.categories-list  .item-title  a {
	text-decoration: none;
	margin-bottom: 20px
}

.category-desc {
	margin: 20px 0
}

.category-desc img {
	float: left;
	margin: 0 20px 10px 0
}

.categories-list dt,.categories-list dd {
	display: inline
}

ul.latestnews li {
	word-wrap: break-word;
}

/* ++++++++++++++++++++++  Footer +++++++++++++++++++++++++ */


#footer {
	font-size:13px;
    width:calc(100% - 80px);
    padding:40px;
    background-color:#cbcbcb;
    min-height:70px;
    color:#555;
}
#footer .footerWrap {
width:100%;
max-width: 1200px;
text-align: left;
display: flex;
flex-wrap: wrap;
  margin:auto;
  justify-content: space-between;
}

#footer .footerColumn {
width:calc(100% - 0px); 
max-width:300px;
padding-right:0px;
display: flex;
}
#footer a,
#footer p {
  text-decoration:none;
  color:#555;
  font-size:13px;
  line-height: 22px;
}
#footer h3,
#footer h3 a {
  font-weight: bold;
  font-size: 20px;
}
/*  ####################   Sliding modules  ################## */
.moduletable_js,.moduletable {
	margin-bottom: 20px;
}

.js_heading,.js_heading {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin: 0;
	font-size: 1.40em;
	border-radius: 3px
}

h3.js_heading a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 5px 0 0;
	text-decoration: none;
	background: none
}

.module_content {
	padding: 10px;
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	margin-top: -1px
}

.no {
	font-size: 1px;
}

.slide {
	height: auto !important;
}

/*  +++++++++++++++++++++++++++++   Module Tabs / Pagebreak Tabs / Contact Tabs ++++++++++++++++ */
ul.tabs {
	margin: 0;
	padding: 0;
	overflow: hidden
}

dl.tabs dt,dl.tabs dd {
	margin: 0;
	padding: 7px 5px;
}

dl.tabs dt h3 {
	font-size: 1em;
	margin: 0;
	padding: 0
}

dl.tabs dt {
	position: relative;
	z-index: 1
}

ul.tabs li,dl.tabs dt {
	list-style-type: none;
	float: left;
	width: auto;
	padding: 0;
	display: block;
	margin: 0 3px 0 0;
	font-size: 1em;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited
	{
	text-decoration: none;
	padding: 7px 5px;
	margin: 0;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	border-radius: 5px 5px 0 0;
}

ul.tabs li a.linkopen:link,ul.tabs li a.linkopen:visited,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	font-weight: bold;
}

.tabcontent,div.current {
	padding: 30px 20px;
	margin: -1px 0 0 0;
	border-radius: 0 3px 3px 3px;
	clear: left;
}

div.current {
	position: relative;
	top: -1px
}

.tabcontent:focus {
	outline: none
}

.tabopen {
	display: block;
	margin-bottom: 20px;
	overflow: hidden
}

.tabclosed {
	display: none
}

.tabcontent ul {
	padding: 0
}

.tabcontent ul li {
	list-style-type: none
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-none
{display:block;
	margin:10px 0
}

/* Correction for user profile date of birth calendar image */
#jform_profile_dob_img {
	background: url("../images/system/calendar.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 18px;
	margin: 0 3px;
	vertical-align: middle;
	width: 18px;
}
/* Smartsearch Calendar*/
#filter_date1_img,
#filter_date2_img {
	background: rgba(0, 0, 0, 0) url("../images/system/calendar.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 18px;
	margin-left: 3px;
	vertical-align: middle;
	width: 18px;
}
#search-results {
	clear: both;
}
#finder-filter-window {
	overflow: visible;
}
#searchForm .searchintro {
	padding: 0 0 0 250px;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}
#finder-search .in.collapse {
	overflow: visible;
}


/*     Eigener Bereich        */
#angeboteSidebar {
width: calc(100% - 40px);
max-width: 242px;
padding-right: 30px;
float: left;
padding-left: 10px;
}
#angeboteSidebar .ueberschrift {
font-weight: bold;
display: block;
margin-top: 220px;
margin-bottom: 40px;
}
#angeboteSidebar .menuepunkt {
font-weight: normal;
display: block;
margin-top: 0px;
margin-bottom: 30px;
font-size: 14px;
color: #777;
}
#inhaltsFenster {
  width:100%;
  max-width:760px;
  float:left;
  margin-left: -5px;
}
.startseite #inhaltsFenster {
  margin-left:0px;
  width: calc(100% - 10px);
  max-width:calc(100% - 10px);
  margin-left: 5px;
}
.blog_angebotsBlog{
margin-left:-7px;
}
.blog_angebotsBlog .weiterlesenImText {
  display:none;
}
.blog_angebotsBlog .angebot {
float: left;
width: calc(100% - 14px);
max-width: 240px;
height: 220px;
background-color: #aaa;
border-radius: 9px;
margin: 7px;
padding: 0px;
text-align: center;
position: relative;
}
.blog_angebotsBlog table {
  display:none;
}
.blog_angebotsBlog .angebot p,
.blog_angebotsBlog .angebot .standort
{
  display:none;
}
.blog_angebotsBlog .angebot .img-intro-left{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  padding:0px;
  margin:0px;
  z-index:889;
  border-radius:9px;
}
.blog_angebotsBlog .angebot .img-intro-left img{
  width:100%;
  height:100%;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.blog_angebotsBlog .angebot .fields-container{
  display:none;
}
.blog_angebotsBlog .angebot p,
.blog_angebotsBlog .angebot ul,
.blog_angebotsBlog .angebot h3,
.blog_angebotsBlog .angebot a,
.blog_angebotsBlog .angebot div.imBeitrag
{
  display:none;
}
.blog_angebotsBlog .artikelBildLink {
  display:block !important;
}
.blog_angebotsBlog .derGanzeArtikel .artikelBlogLink {
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  left:0px;
  top:0px;

position: absolute;
width: 100%;
height: 100%;
}
.blog_angebotsBlog .angebot h2 {
position: absolute;
text-align: center;
margin: auto;
left: 0px;
display: block;
padding: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
padding-top: 6px;
padding-bottom: 6px;
font-size: 14px;
color: #fff;
bottom: 0px;
background-color: #00afec;
width: calc(210px);
padding-left: 15px;
padding-right: 15px;
  border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 9px;
border-bottom-left-radius: 9px;
  z-index: 999;
}
.blog_angebotsBlog .angebot h2 a{
text-decoration: none;
color: #fff !important;
display: block;
height: 48px;
display: table;
display: table-cell;
vertical-align: middle;
}

#pseudoBreadcrumbs{
  font-size:12px;
  color:#a2a2a2;
  margin-bottom: 15px;
  display:none;
}
#pseudoBreadcrumbs a{
  font-size:12px;
  color:#a2a2a2;
  text-decoration:none;
  display:inline-block;
}
#pseudoBreadcrumbs a.pseudoBreadcrumbs-home{
width: 24px;
height: 20px;
background-repeat:no-repeat;
background-image: url("../images/icon-home.png");
top: -7px;
position: relative;
}

#filterMenue {
  width:100%;
}
#filterMenue #filter1,
#filterMenue #filter2,
#filterMenue #filter3{
 display:inline-block;
}
#filterMenue #filter1 p,
#filterMenue #filter2 p,
#filterMenue #filter3 p{
 display:block;
  font-size:0.75em;
  margin-bottom:2px;
}
#filterMenue #selectFilter1 {
  width:300px;
}
#filterMenue #selectFilter2 {
  width:280px;
}
#filterMenue #selectFilter3 {
  width:130px;
}
#filterUeberschrift {
margin-top: 30px;
margin-bottom: 12px;
font-weight: bold;
font-size: 1.4em;
color: #666;
font-family: "open Sans";
}
#filterSubline {
margin-bottom: 30px;
color: #666;
}
#angeboteSidebar {
  padding-top: 245px;
}
.startseite #angeboteSidebar {
  display:none;
}
#listeSidebar {
  font-size: 13px;
color: #000;
font-weight: bold;
}
#listeSidebar a {
  text-decoration: none;
color: #666;
font-weight: normal;
}
#angeboteSidebar .kontaktinfos {
  width:calc(100% - 30px);
  padding:15px;
  background-color:#00afec;
  color:#fff;
  border-radius: 10px;
}
.artikelbild {
  width:100% !important;
  height:auto;
  border-radius: 10px;
  margin-bottom:10px;
}
.standort {
  width: calc(100% - 45px);
  max-width:250px;
  padding: 15px;
  margin-right:15px;
  margin-bottom:15px;
  float:left;
  border-radius: 10px;
  border: 1px SOLID #aaa;
  background-color:#f8f8f8;
}



img.horizontal-zwei {
width: calc(50% - 15px) !important;
height: auto !important;
display: inline-block;
margin: 5px;
}





/*  STARTSEITEN_BLOG   */



.blogAktuelles {
  width: 100%;
  margin-left: 0px;
  margin-top:70px;
}
.blogAktuelles h1.seitenueberschrift {
  display:none;
}
.blogAktuelles .items-row {
  display:none;
}
.blogAktuelles .items-leading {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 100%;
  justify-content: space-between;
}

.blogAktuelles .items-leading .angebot{
display: flex;
flex-direction: column;
width: 100%;
margin: 0px;
padding: 0px;
max-width: 340px;
min-height: 150px;
background-color: #e8e8e8;
border: 0px SOLID #b6b6b6;
border-radius: 7px;
  position:relative;
}
.blogAktuelles .items-leading .angebot h2 {
font-size: 14px;
font-weight: 800;
margin-bottom: 0px;
padding-bottom: 0px;
line-height: 22px;
margin-top: 5px;
}
.blogAktuelles ul.fields-container {
margin: 0px;
margin-top: 6px;
padding: 0px;
width: 100%;
}
.blogAktuelles ul.fields-container li.field-entry {
width: calc(100% - 15px);
font-size: 11px;
line-height: 14px;
margin-bottom: 8px;
margin-top: -6px;
}
.blogAktuelles ul.fields-container .field-entry .field-value,
#inhalt .blogAktuelles .fields-container .subline-untertitel .field-value {
margin: 0px;
background-color: transparent;
}


.blogAktuelles .blogAktuellesBeitragBild {
  width:100%;
  height:auto;

}
.blogAktuelles .blogAktuellesBeitragBild img {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
  width:100%;
  height:auto;
}
.blogAktuelles .blogAktuellesBeitragInhalt {
width: calc(100% - 30px);
padding: 15px;
}
.blogAktuelles .coverBlogItem {
display:none;
}  
.blogAktuelles .blogAktuellesBeitragInhalt p{
 margin-top: 20px;
 color: #444;
}
.blogAktuelles .blogAktuellesBeitragInhalt .blogAktuellesBeitragContent {
margin-bottom:45px;
}


.blogAktuellesBeitragContent .fields-container {
  display:none;
}
.blogAktuelles .blogAktuellesBeitragReadmore {
  position: absolute;
left: 15px;
bottom: 21px;
}
.blogAktuelles .blogAktuellesBeitragReadmore p {
border-radius: 4px;
width: 152px;
padding: 8px;
padding-bottom: 7px;
padding-top: 7px;
margin-bottom: 0px; 
line-height: 1.6em;
background-color: #00afec;
color: #fff;
font-weight: normal;
font-size: 12px;
}
.blogAktuelles .blogAktuellesBeitragReadmore p a {
color: #fff !important;
font-weight: normal !important;
margin-bottom: 0px;
padding: 0px;
border: 0px solid #CCCCCC;

}

.blogAktuelles h2 {
  font-size: 14px;
  font-weight: bold;
  color: #444;

}

.blogAktuelles h1.seitenueberschrift {
  text-align:center;
}



.item-page-stellenangebote-uebersicht h3 {
  font-weight:bold;
  color:#444;
  margin-bottom: 0px;
  margin-top:40px;
}
.item-page-stellenangebote-uebersicht .com-content-article__body h1 {
  color: rgb(112,112,112);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}
.item-page-stellenangebote-uebersicht .newsflash .mod-articlesnews__item h1 {
  font-weight:normal;
  font-size:13px;
  display:inline-block;
  color:#000;
  line-height: 17px;
}
.item-page-stellenangebote-uebersicht .newsflash .mod-articlesnews__item h4.newsflash-title,
.item-page-stellenangebote-uebersicht .newsflash .mod-articlesnews__item h2 {
  display:none;
}
.item-page-stellenangebote-uebersicht .newsflash .mod-articlesnews__item p {
  font-weight:normal;
  font-size:14px;
  display:inline-block;
}
.item-page-stellenangebote-uebersicht .mod-articlesnews__item p.readmore,
.blog-stellenangebote-uebersicht p.readmore {
  display: block;
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  vertical-align: center;
}
#inhalt .weiterlesenImTextButton,
#inhalt .weiterlesenImTextClose {
  cursor:pointer;
  color: #00afec;
text-decoration: none;
font-weight: bold;
  font-size:13px;
  margin-top: 35px;
}
#inhalt .item-page-stellenangebote-uebersicht .mod-articlesnews__item p.readmore,
#inhalt .blog-stellenangebote-uebersicht p.readmore,
#inhalt .item-page-stellenangebote-uebersicht p.readmore {
  border: 0px solid #CCCCCC;
  border-radius: 4px;
  display:block;
  text-decoration: none;
  margin-bottom: 25px;
  padding: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 6px;
padding-right: 5px;
width: 93px;
  line-height: 1.6em;
  background-color:#00afec;
  color:#fff;
  background-color: #00afec;
  font-weight: normal;
font-size: 12px;
  cursor:pointer;
}
.weiterlesenImTextToggle {
  display:none;
  width: 100%;
}
.beitragsKoerper {
  font-size:13px;
}
#inhalt .item-page-stellenangebote-uebersicht .beitragsKoerper {
  margin-bottom:60px;
}

.item-page-stellenangebote-uebersicht .mod-articlesnews__item p.readmore a .icon-chevron-right {
  display:none;
}
.mod-articlesnews__item h4.newsflash-title {
  display:none;
}

.com-content-article__body h1 {
  font-weight: bold;
  color: rgb(112,112,112);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}





.mod-articlesnews__item h4.newsflash-title {
  display:none;
}

.com-content-article__body h1 {
  font-weight: bold;
  color: rgb(112,112,112);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}


.blog-stellenangebote-uebersicht h2 {
  display:none;
}
.blog-stellenangebote-uebersicht h1 {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
}
.item-page-stellenangebote-uebersicht .com-content-article__body h1{
  color: #444;
  font-weight: normal;
  font-size: 18px;
    line-height:32px;
}
.mod-articlesnews__item h1 {
  line-height:18px;
}
#inhalt .blog-stellenangebote-uebersicht p.readmore,
#inhalt .item-page-stellenangebote-uebersicht p.readmore{
  display: block;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 25px;
  border: 0px solid #CCCCCC;
  border-radius: 4px;
  display:block;
}
#inhalt .blog-stellenangebote-uebersicht p.readmore a,
#inhalt .item-page-stellenangebote-uebersicht p.readmore a{
  
  text-decoration: none;
  margin-bottom: 0px;
  padding: 0px;
  line-height: 1.6em;
  color: #fff !important;
  font-weight: 600;
  border: 0px solid #CCCCCC;
border-radius: 0px;

}
h1.seitenueberschrift {
  color: rgb(112,112,112);
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 40px;

}



div.capKarriereWrapper {
  width: 100%;
  padding: 0px;
  padding-bottom: 0px;
  padding-bottom: 70px;
  margin: 0px;
  text-align: center;
  background-image: url('../images/bg-cap-karriere.jpg');
  background-size: 100% auto;
  position: relative;
}
div.capKarriereTop {
  width: 100%;
  height: 170px;
  padding: 0px;
  margin: 0px;
  background-color: #1f6219;
}
div.capKarriereContent {
  width: calc(85% - 80px);
  max-width: 700px;
  padding: 40px;
  padding-top: 40px;
  padding-top: 120px;
  margin: auto;
  background-color: rgba(255,255,255,0.89);
  text-align: left;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}
div.capKarriereLogo {
  position: absolute;
  left: calc(50% - 170px);
  top: 60px;
  height: 200px;
  width: 340px;
}
div.capKarriereLogo img {
  width: 100%;
  height: auto;
}
   .cap-wrapper {
       width:100%;
       max-width:770px;

       margin:0px;
       padding:0px;
       background-image:url("../images/stellenangebote-cap-hintergrund-wrapper.jpg");
       background-size:100% auto;
       background-repeat:repeat-y;
       position:relative;
       z-index:994;
       padding-bottom: 320px;
    }
    .cap-top {
       width:100%;
       min-height:687px;
       margin:0px;
       padding:0px;
       background-image:url("../images/stellenangebote-cap-hintergrund-top.jpg");
       background-size:100% auto;
       background-repeat:no-repeat;
       position:absolute;
       top:0px;
       left:0px;
       z-index:995;    
    }
    .cap-bottom {
       width:100%;
       min-height:687px;
       margin:0px;
       padding:0px;
       background-image:url("../images/stellenangebote-cap-hintergrund-bottom.jpg");
       background-size:100% auto;
       background-repeat:no-repeat;
       background-position: 0px bottom;
       position:absolute;
       bottom:0px;
       left:0px;
       z-index:996;    
    }
    .cap-text {
       position:relative;
       background-color:transparent;
top: 270px;
left: 30px;
width: 67%;
max-width: 555px;
z-index: 997;
    }
    .cap-text-2 {
       width:70%;
       float:left;
    }
    .cap-inklusion {
       width:29.5%;
       float:right;
       background-color:#fff;
       
    }
    .cap-text-4 {
       width:54%;

    }  

.imBeitrag {
  width: calc(100% - 40px); 
  margin: 10px; 
  padding: 10px; 
  max-width: 300px; 
  height: 240px; 
  background-color:#f2f2f2; 
  border: 1px SOLID #b6b6b6; 
  border-radius: 10px; float: left;
}
.standorteWrapper {
display: flex;
flex-wrap: wrap;
row-gap: 13px;
width: 100%;
justify-content: space-between;
column-gap: 10px;
}  
.standort {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px); 
  margin: 0px; 
  
  padding: 20px;
  max-width: calc(50% - 46px);
  padding: 20px; 
  min-height:150px;
  background-color:#e8e8e8; 
  border: 0px SOLID #b6b6b6; 
  border-radius: 10px; float: left;
 
}
.standort p {
  width:100%;
  display:block;
  font-size:12px;
  margin-top: 5px;
  margin-bottom: 10px;
}
/*     SITEMAP    */
.osmap-items ul {
  list-style-type:none;
}
.osmap-items ul li{
  font-size:18px;
  font-weight:600;
  margin-bottom:6px;
  margin-top:6px;
}
.osmap-items ul li a{
  text-decoration:none;
  color:#444;
  margin-bottom:8px;
  margin-top:22px;
  display:block;
}
.osmap-items ul li ul li{
  font-size:13px;
    font-weight:300;
    margin-bottom:2px;
}
.osmap-items ul li ul li a{
  text-decoration:none;
  color:#444;
  margin-bottom:4px;
  margin-top:0px;
  display:block;
}




@media ( max-width: 800px ) {
  .readFlippingBookLink,
  .readFlippingBookIcon { 
     display:none !important;
  }
}

.wrapp1BildundText {
  width:100%;
}
.wrapp1BildundText img.bildImBeitrag1 {
  width:calc(100% - 20px) !important;
  max-width:300px !important;
  margin-right:20px;
  margin-bottom:10px;
  margin-top:2px;
  display:inline-block;
}
.wrapp1BildundText p {
  width: 100%;
  max-width:350px;
  display:inline-block;
}
.wrapp2BilderohneText {
  width:100%;
  text-align:center;
}
.wrapp2BilderohneText img.bildImBeitrag2 {
  width:calc(50% - 26px) !important;
  height:auto;
  display:inline-block;
  margin:10px;
}

.wrapp3BilderohneText {
  width:100%;
  text-align:center;
}

.wrapp3BilderohneText .bildImBeitrag3 {
  width:calc(33% - 22px) !important;
  height:auto;
  display:inline-block;
  margin:10px;  
}
/*   YOUTUBE-VIDEOS   */
.youtubeVideosWrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  width: 100%;
  justify-content: space-between;
}
.blogAktuelles .youtubeVideo,
.blog_angebotsBlog .youtubeVideo {
  display:none;
}
.youtubeVideosWrapper .youtubeVideo,
.youtubeVideo {
display: flex;
flex-direction: column;
width: calc(100% - 10px);
margin: 0px;
padding: 0px;
max-width: 370px;
min-height: 290px;
  position:relative;
  
}
.youtubeVideo img.youtubeVideoPoster {
  width:100% !important;
  height:auto;
  z-index:202 !important;
  position:absolute;
  left:0px;
  bottom:0px;
}
.youtubeVideo .youtubeVideoButton {
  position:absolute;
  width:64px;
  height:64px;
  background-image:url("../images/btn-youtube-play.png");
  background-size: 64px 64px;
  background-repeat:no-repeat;
  left: calc(50% - 32px);
  bottom: 77px;
  z-index:205;
  cursor:pointer;
}
.youtubeVideosWrapper .youtubeVideo .youtubeVideoButton {
  position:absolute;
  width:64px;
  height:64px;
  background-image:url("../images/btn-youtube-play.png");
  background-size: 64px 64px;
  background-repeat:no-repeat;
  left: calc(50% - 32px);
  bottom: 77px;
  z-index:205;
  cursor:pointer;
}

#mobile_nav {
  display:none;
}
@media ( max-width: 960px ) {
  #mobile_nav {
    display:block;
  }
#header {
    display:none;
  }
  #btnIntern {
    position:static;
    font-weight:normal;
    background-color:#006ab3;
    display:none;
  }
  #btnIntern a {
    color: #fff;
    font-family: "Open Sans";
    Font-weight: normal;
    text-decoration: none;
    font-size: 13px;
}
}
table.blaueTabelle,
table.blaueTabelle th,
table.blaueTabelle td {
  border: 1px solid #aaa;
}

#logoMobil {
  display:none;
}






.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #444;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dfe3e7;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-link:hover {
  z-index: 2;
  color: #ff0000;
  background-color: #eaedf0;
  border-color: #dfe3e7;
}
.page-link:focus {
  z-index: 3;
  color:  color: #ff0000;
  background-color: #eaedf0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0,0,0, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: white;
  background-color: #00afec;
  border-color: #00afec;
}
.page-item.disabled .page-link {
  color: #6d757e;
  pointer-events: none;
  background-color: white;
  border-color: #fff;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.com-content-article__body img.rundeEcken {
  border-radius:7px;
}


.sitemapHauptmenue span {
  font-weight: bold;
margin-top: 20px;
display: block;
margin-bottom: 5px;
}




body p.absatzMitFirstLetter:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color: #00afec;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-keune:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color: #84c731;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-tertelmann:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color: #212e41;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-ambros:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color: #d71245;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-anaclerio:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color: #0a0a0a;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-dangelmeier-wanner:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color: #66061d;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-akalin:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color: #7e5e3c;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-sabani:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color: #454545;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-hentschke:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color:#454545;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-koechert:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color:#778772;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-dorsch:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color:#7c9aa5;
  margin-top: .13em;
  font-weight:bold;
}
body p.absatzMitFirstLetter-reith:first-letter  {
  font-size: 340%;
  line-height: 1;
  float: left;
  padding-right: .125em;
  color:#046ad3;
  margin-top: .13em;
  font-weight:bold;
}

div.weiterlesenImText,
div.weiterlesenImTextClose {
  margin-top: -18px;
}



.statement-header {
  display: flex;
  align-items: center;
}

.statement-header .statement-bild {
  width: 50%;
}
.statement-header .statement-motto {
  width: 49%;
}



/*   RESPONSIVE  LAYOUT   SMARTPHONE MAX 600 PX    */
@media ( max-width: 600px ) {
      html, body {
        width:100%;
        font-size: 100%;
      }
  body h1 {

  margin-bottom: 0.75em;
  font-size: 20px;
  line-height: 24px;

  }
      #logoMobil {
        display:block;
        text-align:center;
        width:calc(100% - 30px);
        padding-left:15px;
        padding-right:15px;
      }
      #logoMobil img{
        width:100%;
        max-width:200px;
        height:auto;
      }
      #blauerBalken {
        margin-top: 10px;
        width: calc(100% - 50px);
        margin-left: 5px;
      }
      #blauerBalken .search-query {
        top: -32px;
        width:calc(100% - 81px);
      }  
  #blauerBalken form {
    width:calc(100% + 45px);
  }
  #blauerBalken input.button {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 0px solid #CCCCCC;
  border-radius: 0px;
  margin-bottom: 0px;
  background-image: url("../images/icon-lupe.png");
  background-repeat: no-repeat;
  margin-left: 20px;
  background-position: 0px 10px;
  box-shadow: none;
  background-size: 25px;
}
      #inhalt {
        width: 100%;
        max-width: 100%;
        padding-left:0px;
        padding-right:0px;
        padding-bottom: 40px;
        font-size:1.2em;
        margin: auto;
        margin-top: 0px;
        text-align: left;
        left: 0px;
      }
      #inhalt p {
        font-size:1em;
      }
  body #inhalt ul li,
  body #inhalt ul {
    font-size:11px;
  }
      #contentSlider {
        width:calc(100% - 10px);
        margin:0px;
        margin-left:5px;
        padding:0px;
      }
      .lgx-contentslider .csa-item-card {
        margin: 0px !important;
      }
      #inhalt .blogAktuelles {
        width:calc(100% - 0px);
        margin-left: 0px;
        margin-right:0px;
      }
      #inhalt .blogAktuelles .angebot {
        width: calc(100% - 0px);
        background: transparent;
        max-width:100%;
      }
      #inhalt .blogAktuellesBeitrag {
        text-align:center;
        padding-top:0px;
        width:calc(100% +0px);
        max-width:100%;
        margin-left:0px;
        background-color: #e8e8e8;
         border-radius: 12px;
      }
 #inhalt  .blogAktuelles .items-leading .angebot {
   border-radius: 12px;
  }
      #inhalt .blogAktuelles .blogAktuellesBeitragBild,
      #inhalt .blogAktuelles .blogAktuellesBeitragBild img {
        width:100%;
        border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 12px;
border-top-right-radius: 12x;
      }
      #inhalt .blogAktuelles .blogAktuellesBeitragInhalt {
        width: calc(100% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
        float: none;
        height: auto;
        margin-left: 0px;
      }
      #inhalt .blogAktuelles .blogAktuellesBeitragContent {  
        text-align:left;
      }
      #inhalt .blogAktuelles .blogAktuellesBeitragInhalt p {
        font-size:0.8em;
      }
      #inhalt .blogAktuelles .blogAktuellesBeitragInhalt p.readmore {
        display:block;
        font-size:1.0em;
        width: calc(100% - 16px);
        bottom:10px;
      }
      .blogAktuelles .coverBlogItem {
        z-index: 240;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 190px;
        display:none;
      }
      .blogAktuelles .blogAktuellesBeitragInhalt .blogAktuellesBeitragContent {
        height: auto;
        overflow: hidden;
        position: relative;
      }
 
      #inhaltsFenster  .blogAktuelles h2 {
        font-size: 16px;
        line-height:22px;
        padding-bottom:12px;
        margin-left: 0px;
        height:auto;
        display:block;
      }
      .blogAktuelles .blogAktuellesBeitragReadmore {
        position: relative;
        left: 0px;
        margin-bottom: 25px;
      }
      #inhalt .blogAktuelles .blogAktuellesBeitragInhalt .blogAktuellesBeitragReadmore  {
        display:block;
      }
      
  #inhaltsFenster {
        width: calc(100% - 40px);
        float: none;
        margin-left: 0px;
        padding-left: 20px;
        padding-right: 20px;
        
      } 
  .startseite #inhaltsFenster {
        width: calc(100% - 10px);
        float: none;
        margin-left: 5px;
        padding-left: 0px;
        padding-right: 0px;
  }
  .angebote #inhaltsFenster {
        width: calc(100% - 10px);
        float: none;
        margin-left: 5px;
        padding-left: 0px;
        padding-right: 0px;        
  }
      #inhaltsFenster h2 {
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 18px;
        padding: 0px;
        margin-left: 0px;
      }
      #inhaltsFenster .subline-untertitel  {
        margin-left: -12px;
      }
      #inhalt .fields-container .subline-untertitel .field-value {
        margin-left: 0px;
      } 
      body.startseite #angeboteSidebar {
        display:none;
      }
      #angeboteSidebar {
        display:none;
      }
  #filterUeberschrift,
  #filterSubline {
    padding-left:15px;
  }
  #filterUeberschrift {
    font-size:20px;
  }
      #filterMenue #filter1, 
      #filterMenue #filter2, 
      #filterMenue #filter3 {
        display: block;
        width: calc(100% - 60px) !important;
        margin-left:40px;
      }
      #filterMenue #selectFilter1,
      #filterMenue #selectFilter2,
      #filterMenue #selectFilter3 {
        width: 100% !important;
        font-size:13px;
      }
#filterMenue #selectFilter1 select {
		font-size: 13px !important;
		line-height: 1.0;
	}
  .blog_angebotsBlog {
display: flex;
flex-wrap: wrap;
row-gap: 8px;
width: calc(100% - 0px);
    margin-left:0px;
justify-content: space-between;
  }
  .blog_angebotsBlog .angebot {
  display: flex;
flex-direction: column;
  width: 194px;
  height: 212px;
  background-color: #aaa;
  border-radius: 9px;
  margin: 4px;
  padding: 0px;
  text-align: center;
  position: relative;
  }
  #inhaltsFenster .blog_angebotsBlog .angebot h2 {
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0px;
  display: block;
  padding: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  color: #fff;
  bottom: 0px;
  background-color: #00afec;
  width: calc(100% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  height:72px;
  }
  .angebote #inhalt .item-page_angebotsBlog {
  position: relative;
  left: 0px;
    width: calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
}
  .angebote #inhalt .item-page_angebotsBlog .beitragsKoerper {
    /* padding-top:170px; */
  }
#containerKontaktdaten {
  width: calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding: 15px;
    padding-top:8px;
  padding-bottom: 0px;
  border-radius: 9px;
  background-color: #00afec;
  color: #fff;
  margin-bottom: 30px;
  clear: both;
  position: absolute;
  left: 0px;
  top: 260px;
  font-weight: 600;
}
  #inhalt .blog_angebotsBlog .standort {
    display:none;
  }
#inhalt .standort {
  display: block;
  flex-direction: unset;
  width: calc(100% - 30px);
  margin: 0px;
  padding: 15px;
  max-width: 340px;
  padding: 20px;
  max-width:  calc(100% - 30px);
  min-height: 150px;
  background-color: #e8e8e8;
  border: 0px SOLID #b6b6b6;
  border-radius: 10px;
  float: unset;
  font-size: 14px !important;
}  
#inhalt .standort p {  
  font-size: 14px;
  }  
  
  #inhalt .beitragsKoerper ul li {
    font-size:15px;
  }  
  
  
  
  
  
  
  
  
      #footer {
        width: calc(100% - 52px);
        padding: 20px;
        font-size:1.2em;
        margin-left:5px;
      }
      #footer .footerWrap {
        width:100%;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
      }
      #footer .footerColumn {
        width:100%; 
        max-width:calc(100% - 20px);
        padding-right:20px;
        display: flex;
      }
      .slicknav_nav ul {
        font-size: 1.0em;
      }
      #footer a,
      #footer p{
        font-size:15px;
      }
  .statement-header {
  display: block;
    flex: unset;
  align-items: center;
}

.statement-header .statement-bild {
  width: 100%;
}
.statement-header .statement-motto {
  width: 94%;
  margin-top:17px;
}
}
.bildZoom {
  transition: transform .2s; /* Animation */
  margin: 0px;
  padding: 0px;
}

.bildZoom:hover {
  transform: scale(1.5); /* Hier den Vergrößerungsfaktor einstellen */
  z-index:9999;
}
.bildWahlAnkerLinks div {
  position:relative;
  display:inline-block;
  width:25%;
  height:auto;
  margin: -2px;
  padding: 0px;
}
.bildWahlAnkerLinks div img {
  width:100%;
  height:auto;
  margin: 0px;
  padding: 0px;
}
.bildZoom .motto {
position: absolute;

  left: 10%;
  width: calc(80% + 1px);
  height: auto;
  transform: scale(0.0);
  transition: transform .2s;
  bottom: 4%;
}
.bildZoom .motto img {
  width:100%;
  height:auto;
}
.bildZoom:hover .motto {
  transform: scale(1.0); /* Hier den Vergrößerungsfaktor einstellen */
}

div#nachOben {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  display: none;
}

.aufbruch .beitragsKoerper {
background-image:url("../images/bg-aufbruch.jpg");
background-size:1000px;  
}