/* =============================================================================
 * FONT
 * ========================================================================== */

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* =============================================================================
 * MITARBEITER-STIMMEN TESTMONIALS 
 * ========================================================================== */

.ce_testimonial_version7 .text_inside {
  position: relative;
  background: rgb(255,255,255);
  padding: 40px 30px;
  margin-bottom: 25px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0,0,0,0.05);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.05);
  border-bottom: 0;
  border-radius: 10px;
}

.ce_testimonial_version7 .image_container {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: 15px;
  border: 2px solid #fff;
  float: left;
  margin-right: 10px;
}

.ce_testimonial_version7 .name {
  padding-top: 20px;
}

.ce_testimonial_version7 .text::after {
  content: '';
  background: rgb(255,255,255);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 40px;
  bottom: -10px;
  transform: rotate(-45deg);
  box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.1);
}


/* =============================================================================
 * Seitenbreite
 * ========================================================================== */

:root {
--contentBoxedWidth: 1800px;
}



/* =============================================================================
 * ICONBOX VERTIKAL
 * ========================================================================== */


.ce_iconbox_vertical .headline {
  margin-bottom: 0.3em;
  line-height: 1.3;
}
.ce_iconbox_vertical[data-size="small"] .icon .icon_inside {
  width: 35px;
  height: 35px;
  line-height: 45px;
  font-size: 20px;
  font-weight: 600;
  background: #1d58ac;
  color: #fff;
}
.ce_iconbox_vertical[data-style="style1"] .icon .icon_inside {
  border-color: rgb(29, 88, 172);
}
.ce_iconbox_vertical[data-size="small"] .icon {
  flex: 0 0 50px;
}
.ce_iconbox_vertical::after {
  content: '';
  width: 1px;
  position: absolute;
  left: 17px;
  bottom: 0;
  height: calc(100% - 35px);
}
.ce_iconbox_vertical .fa-handshake-o::before {
  content: "\f2b5";
  color: #fff;
}



/* =============================================================================
 * MOBILE MENÜ
 * ========================================================================== */

#mmenu nav.mobile_vertical ul ul {
  padding-left: 10px;
}

#mmenu #mmenu_middle {
  padding: 8vw;
}

/* =============================================================================
 * FOOTER
 * ========================================================================== */

#footer li::before {
  content: "\f105";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0px;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -1px;
  color: #fff;
}



/* =============================================================================
 * WRAP UM DIE ARTIKEL
 * ========================================================================== */


@media only screen and (max-width: 767px) {
.ce_wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  overflow: hidden;
  position: relative;
  padding: 20px 20px 20px 20px !important;
	 }
}


/* =============================================================================
 * MEGAMENÜ - DROPDOWN
 * ========================================================================== */

.mod_pct_megamenu {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgb(255,255,255);
  max-width: calc(100% - 37%);
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

/* =============================================================================
 * TEXT/BILDBOX
 * ========================================================================== */

.ce_image_text_box_inside {
  position: relative;
  overflow: visible;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
}

.ce_image_text_box .image_container img {
  width: auto;
  display: inline-block;
  border-top-left-radius: 10px;
   border-top-right-radius: 10px;
  border-bottom: 5px solid #f0f0f0;

}

.ce_image_text_box .ce_image_text_box_content {
  margin-top: 1rem;
  padding: 0px 20px 0px 20px;
}

.ce_image_text_box.version4 a.hyperlink_txt {
  margin-top: 35px;
  margin-bottom: 30px;
  border-radius: 7px;
}

.ce_image_text_box a.hyperlink_txt {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid rgb(29, 88, 172);
  -webkit-transition: All 0.3s ease;
  background: #1d58ac;
  color: #fff;
}
.ce_image_text_box .ti-new-window::before {
  content: "\e732";
  color: #ffffff;
}

.ce_image_text_box h3 {
  margin-bottom: 10px;
}
/* =============================================================================
 * SUBMITT BUTTON
 * ========================================================================== */


button.submit {
  display: inline-block;
  padding: 15px 20px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  width: auto;
  color: #fff;
  border-radius: 5px;
  min-width: 100%;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
}



/* =============================================================================
 * ICONS
 * ========================================================================== */
 

.ti-alarm-clock::before {
  content: "\e6c6";
  color: #000;
}

.ti-mobile::before {
  content: "\e621";
  color: #000;
}

.ti-user::before {
  content: "\e602";
  color: #000;
}

.fa-gears::before, .fa-cogs::before {
  content: "\f085";
  color: #000;
}

.fa-check::before {
  content: "\f00c";
  color: #fff;
}

.ti-check-box::before {
  content: "\e64d";
  color: #000;
}

.fa-caret-right::before {
  content: "\f0da";
  color: #1d58ac;
  padding-right: 10px;
}

.fa-group::before {
  content: "\f0c0";
  color: #000;
}

.fa-home::before {
  content: "\f015";
  color: #000;
}

.fa-handshake-o::before {
  content: "\f2b5";
  color: #000;
}

.ti-pencil-alt::before {
  content: "\e61d";
  color: #000;
}

/* =============================================================================
 * NEWS ALLE STANDORTE - PORTFOLIO LIST V7
 * ========================================================================== */
 
.mod_portfoliolist_v7 .subline {
  padding: 5px 5px;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  color: rgb(255,255,255);
  margin-bottom: 15px;
  border-radius: 3px;
  margin-left: 10px;
}

.mod_portfoliolist_v7 .item .title {
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px 10px 10px 10px;
}

.mod_portfoliolist_v7 .item-bottom .date {
  float: right;
  display: inline-block;
  border-radius: 5px;
  background: rgb(244, 244, 244);
  padding: 0px 5px 0px 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 5px;
}

.mod_portfoliolist_v7.portfolio-col4 .item {
  width: calc(100% / 4);
}

.mod_portfoliolist_v7 .item {
  border: 10px solid #f4f4f4;
  background: rgb(255,255,255);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

.mod_portfoliolist_v7 .item-bottom {
  border-top: 1px solid rgb(244, 244, 244);
  border-bottom: 1px solid rgb(244, 244, 244);
  padding: 10px 10px 10px 10px;
  margin-top: 0px;
  overflow: hidden;
}

.mod_portfoliolist_v7 .image img {
  -webkit-transition: All 0.5s ease;
  padding: 10px;
}


/* =============================================================================
 * TABS VERTICAL - MITARBEITER STIMMEN
 * ========================================================================== */
 
.ce_tabs .tabs.vertical ul li:hover span, .ce_tabs .tabs.vertical ul li.active span {
  font-weight: bold;
  background: #1d58ac;
  color: #fff;
  border-radius: 5px;
}
.ce_tabs .panes.vertical {
  border-left: 0px solid rgb(229,229,229);
}

.ce_tabs .tabs.vertical ul li span {
  display: block;
  padding: 20px 30px;
}

.ce_tabs .tabs.vertical ul li {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
}


/* =============================================================================
 * TABS HORIZONTAL - NEWS
 * ========================================================================== */

.ce_tabs .panes.classic {
  border: 0px solid rgba(0, 0, 0, 0);
  background: rgba(244, 244, 244, 0);
  padding: 0px;
  border-radius: 0px;
}

.ce_tabs .tabs.classic ul li.active, .ce_tabs .tabs.classic ul li:hover {
  background: #1d58ac;
  color: #fff;
}

.ce_tabs .tabs.classic ul li {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 3px;

}


/* =============================================================================
 * BILDUNTERSCHRIFT
 * ========================================================================== */

.image_container .caption {
  background: rgb(29, 88, 172);
  color: #fff;
  padding: 8px 12px;
  font-size: 0.8667rem;
  border-radius: 5px;
  line-height: 1.3;
  display: inline-block;
  margin-top: 5px;
}


/* =============================================================================
 * PORTFOLIOFILTER NEWS ALLE
 * ========================================================================== */

.ce_portfoliofilter.default a {
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 5px;
  border: 1px solid rgb(229,229,229);
  cursor: pointer;
  -webkit-transition: All 0.3s ease;
  border-radius: 5px;
  background: #fff;
}



/* =============================================================================
 * CHARTBAR -KLEIN 
 * ========================================================================== */
 
.ce_chart_137048.start .chart_data {
  max-width: 85%;
}

.ce_chartbar .chart_data.bg-success {
  background: rgb(29, 88, 172);
  color: #fff;
  padding-left: 5px;
}



/* =============================================================================
 * COUNT-UP
 * ========================================================================== */

.ce_countup i {
  font-size: 1.8rem;
  line-height: 66px;
}

.ce_countup .headline {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #1d58ac;
}

.ce_countup i {
  color: #747474;
}



/* =============================================================================
 * HYPERLINK-UNTERNEHMEN-MAPS
 * ========================================================================== */
 
.ce_hyperlink.has-icon.icon-pos-before a > span {
  padding-left: 0.0em;
}


/* =============================================================================
 * FEAUTURE LISTE
 * ========================================================================== */
 

.ce_featurelist li .icon {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 60px;
  font-size: 30px;
  text-align: center;
}

.ce_featurelist.style1 li i {
  color: #349f1e;
}


/* =============================================================================
 * ICONBOX - VERSION3 - XSMALL
 * ========================================================================== */

.ce_iconbox.version3.xsmall .ce_iconbox_icon {
  flex: 0 0 25px;
  font-size: 21px;
  margin-right: 10px;
}

.ce_iconbox h3 {
  font-size: 1.2rem;
  letter-spacing: 0px;
  position: relative;
  line-height: 1.4;
}

.ce_iconbox.version3.xsmall .content {
  margin-top: 0;
  color: #000;
}

/* =============================================================================
 * LABEL
 * ========================================================================== */


[class*="label-"] {
  font-weight: normal;
  border-radius: 3px;
  padding: 0px 5px 0px 5px;
  display: inline-block;
  margin-bottom: 0px;
}

.label-accent {
	background: rgb(152,152,152);
}

.label-success {
	background: rgb(157,213,93);
}

.label-alert {
	background: rgb(247,80,90);
}

.label-warning {
	background: rgb(240,138,36);
}

.label-info {
	background: rgb(160,211,232);
	color: rgb(51,51,51);
}

.label-stellenart {
	background: rgb(0, 95, 172);
	color: rgb(255,255,255);
}

.label-homeoffice {
    background: rgb(0, 95, 172);
    color: #ffffff;
    margin-right: 5px;
}

.label-4tagewoche  {
    background: rgb(30, 176, 156);
    color: #ffffff;
    margin-right: 0px;
}

.label-secondary {
  color: #ffffff;
  padding: 8px;
  font-weight: 600;
  border: 0px solid #d9d9d9;
  font-size: 0.9rem;
  background: rgb(29, 88, 172);
}


/* =============================================================================
 * FEATURELIST - STYLE 5
 * ========================================================================== */

.ce_featurelist.style5 li span {
  color: #747474;
}

.ti-new-window::before {
  content: "\e732";
  color: #1d58ac;
}


/* =============================================================================
 * LINKBOXEN IM SLIDER
 * ========================================================================== */

.mod_categories li a {
  display: inline-block;
  background: rgba(235, 119, 10, 0.89);
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  width: 150px;
  text-align: center;
  font-size: 0.9rem;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}

.mod_categories li a:hover {
  background: rgb(235, 119, 10);
}


/* =============================================================================
 * TEAMBOXES - Auswahl- Hintergrund grau
 * ========================================================================== */

.ce_teambox.gray_bg .function2 {
  color: inherit !important;
  font-style: normal;
  font-size: 0.95rem;
  padding-top: 0px;
  font-weight: bold;
  border-bottom: 0px solid #e5e5e5;
}

.ce_teambox.gray_bg .function {
  color: inherit !important;
  font-style: normal;
  font-size: 0.95rem;
  padding-top: 0px;
  font-weight: bold;
  border-bottom: 0px solid #e5e5e5;
}

.ce_teambox .name {
  font-weight: bold;
  margin: 0px 0 10px 0;
}

.ce_teambox .socials {
  margin-top: 0px;
  font-size: 1.333rem;
  overflow: hidden;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.ce_teambox .function2 {
  margin-bottom: 15px;
}

.ce_teambox .function {
  margin-bottom: 0px;
}

.ce_teambox.gray_bg .teambox_content {
  padding: 20px 10px 10px 10px;
  background: #ffffff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}




/* =============================================================================
 * NEWSREADER
 * ========================================================================== */

.newsreader .info {
  font-size: 0.8em;
  margin-bottom: 25px;
  background: #f8f8f8;
  padding: 0px 0px 0px 5px;
}

.pagination {
  clear: both;
  background: #fff;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
.pagination {
  clear: both;
  background: #fff;
  padding-left: 20px;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
	 }
}


/* =============================================================================
 * NEWSlist V4
 * ========================================================================== */


.h6 a {
  color: #747474;
  font-weight: bold;
  font-size: 0.95rem;
}

.newslist-v4 .content {
  padding: 20px;
  border: 0px solid rgb(242,242,242);
  background: rgba(255,255,255,0.95);
  font-size: 0.9rem;
  min-height: 275px;
}

.newslist-v4 .h6, .newslist-v4 h6 {
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}






/* =============================================================================
 * LINKBOX VERSION 3
 * ========================================================================== */


.ce_linkbox.version3 .content {
  background: rgb(255, 255, 255);
  padding: 0px 15px 0px 25px;
}

.ce_linkbox h4, .ce_linkbox .h4 {
  color: #747474;
  font-weight: bold;
}

.ce_linkbox h4.headline {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* =============================================================================
 * SUBNAV RECHTS
 * ========================================================================== */

.subnav {
  margin-top: 0px;
}

.subnav a:hover, .subnav a.active {
  background: rgb(29, 88, 172);
  color: #fff;
}

.subnav a {
  color: #000;
}


/* =============================================================================
 * FINEUPLOADER - UPLOAD BUTTON
 * ========================================================================== */

.fineuploader-wrapper .qq-upload-button {
  border: 1px solid #9b9b9b;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 5px;
  color: #747474;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.fineuploader-wrapper .qq-upload-button:hover {
  background: #00a46e;
  border: 1px solid #00a46e;
  color: #ffffff;
}

.fineuploader-wrapper .fineuploader-item .delete {
  color: #fff;
  font-weight: 500;
  background: #b00404;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  border-radius: 3px;
}

.fineuploader-wrapper .fineuploader-item.file .delete {
  margin-left: 30px;
}

.fineuploader-wrapper .fineuploader-container {
  transition: opacity .2s;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f8f8f8;
  border-radius: 3px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.qq-upload-drop-area {
	display: block !important;
}

.fineuploader-wrapper .qq-upload-drop-area {
  background-color: #f4f4f4;
  border: 2px dashed #a7a7a7;
  left: 0;
  margin: 1em 0;
  padding: 3em 0;
  position: relative;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* =============================================================================
 * FORM - STYLE 8
 * ========================================================================== */



form .checkbox_container span, form .widget-radio span {
  display: block;
  overflow: hidden;
  background: #fceeee;
  padding: 10px;
  border-radius: 3px;
}

form.style8 {
  border: 0px solid rgba(0,0,0,0.1);
}

form fieldset {
  padding: 10px 0px 0px 0px;
  border: 0px solid rgba(0,0,0,0.2);
}

form.style8 .formbody {
  padding: 0px 0px 0px 0px;
  position: relative;
}

.ios input[type="checkbox"], .ios input[type="radio"] {
  -webkit-transform: scale(0.5);
  transform: scale(1.5);
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

form.style8 input.submit[type="submit"], form.style8 button.submit[type="submit"] {
  color: #fff;
  background: #1d58ac;
  border-radius: 3px;
  width: 100%;
  border: 0px solid rgb(204, 204, 204);
}

form.style8 input.submit[type="submit"]:hover, form.style8 button.submit[type="submit"]:hover {
  border-color: #00a46e;
  background: #00a46e;

}

form.style8 button.submit[type="submit"] {
  color: #fff;
}

form fieldset legend {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  border-radius: 3px;
}

select {
  padding: 15px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0,0,0,0.2);
  transition: all 0.15s linear 0s;
  width: 100%;
  font-family: inherit;
  font-size: 0.9rem;
}


@media only screen and (max-width: 767px) {
  .column[class*="col_"]:not([class*="_m"]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0px;
  }
}

/* =============================================================================
 * FORM - WIDGET
 * ========================================================================== */



/* =============================================================================
 * TABS - ARTIKEL LISTE
 * ========================================================================== */


.ce_list.style3.hasIcon ol li, .ce_list.style3.hasIcon ul li, .ce_list.list-style3.hasIcon ol li, .ce_list.list-style3.hasIcon ul li {
  margin-bottom: 20px;
  font-size: 1.0rem;
  color: #747474;
}


/* =============================================================================
 *  LISTE
 * ========================================================================== */


.ce_text ul, .ce_text ol, .ce_list:not(.hasIcon) ul, .ce_list:not(.hasIcon) ol {
  padding-left: 15px;
}

.ce_text ul li, .ce_list ul li {
  list-style-type: disc;
  list-style-position: outside;
  position: relative;
  margin-bottom: 10px;
}
 
.ce_list.list-style3 li,
.ce_list.list-style3 li.fa,
.ce_list.style3 li,
.ce_list.style3 li.fa {
  font-size:1rem !important;
}

/* =============================================================================
 * STELLENANZEIGEN LISTE - LABEL IM BILD
 * ========================================================================== */

.mod_customcataloglist.cc_stellenazeigen .item-state {
  background-color: #ee860c;
}


/* =============================================================================
 * IVONBOXES - BG ICONS GEÄNDERT
 * ========================================================================== */


.ce_iconbox.version2 i {
  font-size: 1.733rem;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  max-width: 60px;
  height: 50px;
  line-height: 50px;
  color: rgb(255,255,255);
}

/* =============================================================================
 * ÜBERSCHRIFTEN MIT BUTTONS - STYLE 6
 * ========================================================================== */

.ce_headline_w_buttons .ce_headline {
  margin-bottom: 15px;
  margin-top: 15px;
}

.ce_headline_w_buttons .buttons {
  text-align: right;
  vertical-align: middle;
}

.ce_headline_w_buttons .ce_headline_w_buttons_inside {
  background: rgb(255, 255, 255);
  min-height: 25px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
  border-radius: 5px;
}

.ce_headline_w_buttons.style6 .buttons a.button_one {
  border-color: #1d58ac;
  color: #fff;
  background: #1d58ac;
}

@media only screen and (max-width: 767px) {
  .ce_headline_w_buttons.style6 .buttons a.button_one {
  border-color: #1d58ac;
  color: #fff;
  background: #1d58ac;
  margin-bottom: 15px;
	}
}



/* =============================================================================
 * PRIVACY COOKIE POPUP
 * ========================================================================== */


input.submit[type="submit"]:hover, button.submit[type="submit"]:hover {
  opacity: 0.8;
}




/* =============================================================================
 * TABS HORIZONTAL
 * ========================================================================== */

.ce_tabs .tabs.horizontal ul li:hover span, .ce_tabs .tabs.horizontal ul li.active span {
  background: rgb(0, 95, 172);
  color: #fff;
  font-weight: inherit;
  font-size: 1.0em;
}

.ce_tabs .tabs.horizontal li span {
  font-size: 1.0rem;
  padding: 5px 0;
  text-align: center;
  display: block;
  background: #fff;
  margin: 5px;
  border: 0px solid #e6e6e6;
  border-radius: 5px;
}



/* =============================================================================
 * ACCORDION v2 - BG, Seitenabsände geändert, Border Radius geändert, 
 * ========================================================================== */


.ce_accordion .toggler::before {
  color: #fff;
}

.ce_accordion_v2 .ce_accordion.style2 .toggler::before {
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0;
  text-align: center;
  font: 1rem/1.6rem FontAwesome;
  font-weight: normal;
  line-height: 1.6rem;
  content: "\f067";
  border-radius: 15%;
  border: 1px solid;
  background: #169d02;
  border-color: rgba(251, 251, 251, 0);
}

.ce_accordion.style2 .toggler.ui-state-active {
  background: #ffffff;
  border-radius: 0px;

}
.toggler.ui-state-active {
  color: rgb(255, 255, 255);
  background: #f27e0f;
}

.ce_accordion_v2 .toggler.ui-state-active::before, .ce_accordion.style2 .toggler.ui-state-active::before {
  content: " \f068";
  color: rgb(255,255,255);
  border-color: rgba(251, 251, 251, 0);
  background: #c41230;;
  border-radius: 15%;
}

.ce_accordion_v2 .toggler, .ce_accordion.style2 .toggler {
  padding: 1rem 1rem 1rem 4rem;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.03);
  cursor: pointer;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  position: relative;
  font-weight: bold;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #ffffff;
}

.ce_accordion_v2 .toggler.ui-state-active, .ce_accordion.style2 .toggler.ui-state-active {
  color: #404040;
}



/* =============================================================================
 * ACCORDION v1 - BG, Seitenabsände geändert, Border Radius geändert, 
 * ========================================================================== */

.ce_accordion .accordion {
  padding: 20px 0px 0px 0px;
  border: 0;
  background: none;
}

.ce_accordion.style2 .accordion {
  padding: 20px 20px 10px 20px;
  background: #ffffff;
  border-top: 1px solid #01d58ac;
}

.ce_accordion {
  margin-bottom: 1px;
  border: 0px solid rgb(229, 229, 229);
}

.ce_accordion .toggler::before {
  color: #fff;
}

.ce_accordion .toggler::before, .ce_accordion.style2 .toggler::before {
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0;
  text-align: center;
  font: 1rem/1.6rem FontAwesome;
  font-weight: normal;
  line-height: 1.6rem;
  content: "\f067";
  border-radius: 15%;
  border: 1px solid;
  background: #169d02;
  border-color: rgba(251, 251, 251, 0);
}

.ce_accordion.style2 .toggler.ui-state-active {
  background: #ffffff;
  border-radius: 0px;
}
.toggler.ui-state-active {
  color: rgb(255, 255, 255);
  background: #f27e0f;
}

.toggler:not(.ui-state-active):hover {
  color: #1d58ac;
}

.ce_accordion .toggler.ui-state-active::before, .ce_accordion.style2 .toggler.ui-state-active::before {
  content: " \f068";
  color: rgb(255,255,255);
  border-color: rgba(251, 251, 251, 0);
  background: #c41230;;
  border-radius: 15%;
}

.ce_accordion .toggler, .ce_accordion.style2 .toggler {
  padding: 1rem 1rem 1rem 4rem;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.03);
  cursor: pointer;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  position: relative;
  font-weight: bold;
  border: 0px solid #e5e5e5;
  border-radius: 5px;
  background: #fff;
}

.ce_accordion .toggler.ui-state-active, .ce_accordion.style2 .toggler.ui-state-active {
  color: #404040;
}

.ce_accordion.style2 .toggler:not(.ui-state-active):hover {
  color: #1d58ac;
}

/* =============================================================================
 * BANNER ONE/ TWO -  ANZEIGE SALE IM BILD
 * ========================================================================== */

.mod_customcatalogteaserslider.cc_booklibrary .product-banner {
  position: absolute;
  top: 5px;
  z-index: 10;
  box-shadow: 0 0 0px 0px rgba(0,0,0,.1);
  padding-right: 20px;
  padding-top: 0px;
}


.mod_customcataloglist.cc_booklibrary .product-banner .banner-two {
  font-size: 0.85rem;
  padding: 0 5px;
  line-height: 1.5;
  font-weight: normal;
  background: rgb(54, 54, 54);
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

.mod_customcataloglist.cc_booklibrary .product-banner .banner-one {
  color: rgb(255,255,255);
  font-size: 0.85rem;
  padding: 0px 10px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1px;
  border-radius: 3px;
}

.mod_customcataloglist.cc_booklibrary .product-banner {
  box-shadow: 0 0 0px 0px rgba(0,0,0,.1);
}



/* =============================================================================
 * Privacy Anzeige - bei keinem Opt in Youtube, Maps usw.
 * ========================================================================== */

p.privacy {
  color: rgb(255,255,255);
  background: #eb0a49c4;
  font-weight: bold;
  padding: 0px;
  text-align: center;
  margin: 0px;
  border-radius: 5px;
  font-size: 12px;
}

a.privacy_optout_click {
  cursor: pointer;
  padding: 3px;
  border-radius: 3px;
  margin-left: 10px;
  text-decoration: underline;
  color: #fff;
}


/* =============================================================================
 * AUTOREBBOX - STIL 2
 * ========================================================================== */

.ce_authorbox_inside {
  background: rgb(245,245,245);
  padding: 15px;
}

.ce_authorbox .subtitle {
  font-style: italic;
  font-size: 1.0rem;
  font-family: 'Playfair Display', serif;
}


 /* =============================================================================
 * Template: mod_customcatalogfilter_mobile_trigger.html5
 * ========================================================================== */
 
.mod_customcatalogfilter .mobile_trigger {
	display: none;
	text-align: right;
}

.mod_customcatalogfilter .mobile_trigger i {
	background: rgb(80,80,80);
	color: rgb(255,255,255);
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
.mod_customcatalogfilter .mobile_trigger {
	display: block;
	 }
}

/* =============================================================================
 * Template | customcatalog_XXX_ajaxsearch_results.html5
 * ========================================================================== */

.suggestions_container {
	display: none;
}

.autocomplete_results {
	max-width: 420px;
	display: none;
	background: #fff;
	z-index: 100;
}

.autocomplete_results .module_container {
	border: 0;
}

.mod_customcatalog_search_results .item-left {
	display: inline-block;
	width: 35px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: 25px;
}
 
.mod_customcatalog_search_results .item-right {
	display: inline-block;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.mod_customcatalog_search_results .item-inside {
	border-top: 1px solid rgba(0,0,0,0.1);
}

.mod_customcatalog_search_results .item-inside:first-child {
	border-top: 0;
}
 
.mod_customcatalog_search_results .item-inside a {
	display: flex;
	padding: 8px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_customcatalog_search_results .item-inside a:hover {
	background: rgba(0,0,0,0.03);
}
 
.mod_customcatalog_search_results .item-wrapper {
	padding: 20px;
}

.mod_customcatalog_search_results .suggestions_container {
	display: none!important;
}

/* =============================================================================
 * ajax-search | form
 * ========================================================================== */

.no_submits .submit_container,
.no_submits legend,
.no_submits label {
	display: none;
}

.no_submits fieldset {
	border: 0; 
	padding: 0;
	margin: 0;
}

.no_submits .filterform {
	margin: 0 auto;
	max-width: 453px;
}

.no_submits input {
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,1);
	padding: 20px;
}


/* =============================================================================
 * cc_booklibrary - filter | filter_sorting
 * ========================================================================== */

.mod_customcatalogfilter.cc_stellenanzeigen.filter_sorting {
	float: right;
}

@media only screen and (max-width: 1070px) {	
	.mod_customcatalogfilter.filter_sorting .filter_sorting_alphabetic legend {
		display: none;
	}
}

@media only screen and (max-width: 860px) {	
	.mod_catalog_counter {
		display: none;
	}
}

.mod_customcatalogfilter.cc_stellenanzeigen.filter_sorting fieldset {
	margin-bottom: 0;
}

.mod_customcatalogfilter.cc_stellenanzeigen.filter_sorting select {
	border: 1px solid rgba(0, 0, 0, 0.075);
}

.mod_customcatalogfilter.cc_stellenanzeigen.filter_sorting .submit_container {
	display: none!important;
}

.mod_customcatalogfilter.cc_stellenanzeigen.filter_sorting .widget {
	display: inline-block;
}

.mod_customcatalogfilter.cc_stellenanzeigen.filter_sorting .widget fieldset {
	padding: 0;
	border: 0;
	margin-left: 25px;
}

.mod_customcatalogfilter.cc_stellenanzeigen.filter_sorting .widget legend {
	float: left;
	margin-right: 10px;
	background: none;
	color: inherit;
	margin-top: 5px;
	font-size: 12px;
}

.mod_customcatalogfilter.cc_stellenanzeigen.filter_sorting .formbody {
	text-align: right;
}

.mod_customcatalogfilter.cc_stellenanzeigen.filter_sorting .widget select {
	width: auto;
	height: 37px;
}



/* =============================================================================
 * cc_stellenanzeigen list - EHEMALS-CARDEALER
 * ========================================================================== */

.mod_customcataloglist.cc_stellenanzeigen .entry {
  margin-bottom: 35px;
}

.mod_customcataloglist.cc_stellenanzeigen .item-inside {
  overflow: hidden;
  background: #ffffff;
  position: relative;
  border-radius: 10px;
}

.mod_customcataloglist.cc_stellenanzeigen .item-leftside {
	float: left;
	width: 25%;
	position: relative;
}

.mod_customcataloglist.cc_stellenanzeigen .item-rightside {
  float: left;
  width: 75%;
  background: #ffffff;
}

.mod_customcataloglist.cc_stellenanzeigen .item-link-date,
.mod_customcataloglist.cc_stellenanzeigen .item-link-youtube,
.mod_customcataloglist.cc_stellenanzeigen .item-link-detail {
	width: 48%;
	display: inline-block;
	padding: 10px;
}

.mod_customcataloglist.cc_stellenanzeigen .item-link-youtube i,
.mod_customcataloglist.cc_stellenanzeigen .item-link-detail i {
	margin-right: 5px;
	font-size: 0.8em;
}

.mod_customcataloglist.cc_stellenanzeigen .item-rightside h4 {
  background: rgb(255, 255, 255);
  padding: 10px 20px;
  font-weight: 600;
  color: #595959;
  margin-bottom: 0px;
  border-bottom: 0px solid #dbdbdb;
}


.mod_customcataloglist.cc_stellenanzeigen .item-rightside h5 {
  
  padding: 15px 20px 10px 20px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.4em;
}


.mod_customcataloglist.cc_stellenanzeigen .item-rightside h6 {
  padding: 0px 20px 10px 20px;
  margin-bottom: 0;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;

}


.mod_customcataloglist.cc_stellenanzeigen .item-rightside .textarea {
  padding: 0px 0px 0px 0px;
  font-weight: normal;
}


.mod_customcataloglist.cc_stellenanzeigen .item-rightside .item-content {
  overflow: inherit;
  padding: 5px 0px 17px 20px;

}

.mod_customcataloglist.cc_stellenanzeigen .item-rightside .item-content-col1 {
	float: left;
	width: 95%;

}

.mod_customcataloglist.cc_stellenanzeigen .item-rightside .item-content-col3 {
  float: left;
  width: 95%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.mod_customcataloglist.cc_stellenanzeigen .item-rightside .item-content-col2 {
	float: left;
	width: 30%;
	font-size: 2em;
	line-height: 1em;
	text-align: right;
}

.mod_customcataloglist.cc_stellenanzeigen .item-rightside ul {
  overflow: hidden;
  padding: 0px 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mod_customcataloglist.cc_stellenanzeigen .item-rightside li {
	width: 50%;
	float: left;
	margin-bottom: 5px;
}



.mod_customcataloglist.cc_stellenanzeigen .item-state {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  background: rgb(29, 88, 172);
  color: rgb(255,255,255);
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 7px;
  border-radius: 5px;
  font-weight: 600;
}


.mod_customcataloglist.cc_stellenanzeigen .ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Maximal 3 Zeilen */
  overflow: hidden;
  max-height: 8.5em; /* Falls nötig */
  margin-bottom: 15px;
}







.mod_customcataloglist.cc_stellenanzeigen .item-state-original {
position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.51);
  color: rgb(255,255,255);
  font-size: 0.8em;
  padding: 0 7px;
  border-radius: 3px;
  font-weight: normal;
}

.mod_customcataloglist.cc_stellenanzeigen .item-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  background: rgb(255, 255, 255);
  color: rgb(255,255,255);
  text-transform: uppercase;
  padding: 0 7px;

}

.mod_customcataloglist.cc_stellenanzeigen .single-item-tag {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 6px 6px;
  line-height: 1;
  font-size: 0.9rem;
  margin-bottom: 8px;
  margin-right: 2px;
}




.bg-color-date {
  background-color: #828181;

}

.bg-color-minijob {
  background-color: #09b73d;
}

.bg-color-teilzeit{
  background-color: #09b73d;
}

.bg-color-vollzeit {
  background-color: #09b73d;
}


.bg-color-midijob {
  background-color: #09b73d;
}

.bg-color-ausbildungsplatz {
  background-color: #09b73d;
}

.bg-color-praktikum {
  background-color: #09b73d;
}

.bg-color-remote {
  background-color: #09b73d;
}

.bg-color-werksstudent {
  background-color: #09b73d;
}

.bg-color-freelancer {
  background-color: #09b73d;
}

.bg-color-studium {
  background-color: #09b73d;
}

.bg-color-minijob-gel-std {
  background-color: #09b73d;
}

.bg-color-teilzeit-gel-std {
  background-color: #09b73d;
}

.bg-color-vollzeit-gel-std {
  background-color: #09b73d;
}

.bg-color-minijob-befristet {
  background-color: #09b73d;
}

.bg-color-teilzeit-befristet {
  background-color: #09b73d;
}

.bg-color-vollzeit-befristet {
  background-color: #09b73d;
}

.bg-color-gender {
  background-color: #012799a6;
}

.bg-color-homeoffice{
  background-color: rgba(0, 0, 0, 0.42);
}

.bg-color-homeofficevorort{
  background-color: rgba(0, 0, 0, 0.42);
}

.bg-color-homeoffice_bundesweit{
  background-color: rgba(0, 0, 0, 0.42);
}


.mod_customcataloglist.cc_stellenanzeigen .date i {
	margin-right: 5px;
}

.mod_customcataloglist.cc_stellenanzeigen .ce_timestamp {
	display: inline-block;
}

.mod_customcataloglist.cc_stellenanzeigen .item-features li {
	display: inline-block;
}

.mod_customcataloglist.cc_stellenanzeigen .item-features i {
	border-radius: 10%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}


.mod_customcataloglist.cc_stellenanzeigen .item-more-buttom a {
  display: inline-block;
  font-size: 0.9rem;
  margin-top: 5px;
  -webkit-transition: All 0.3s ease;
  letter-spacing: 1px;
  width: 100%;
  background: #d7d7d7;
  text-align: center;
  font-weight: 600;
  margin-top: 0px;
}

.mod_customcataloglist.cc_stellenanzeigen .entry:hover .item-more-buttom a {
  border-color: 1px solid rgb(238, 238, 238);
  font-weight: 600;
  color: #ffffff;
  background: #1d58ac;
}


.mod_customcataloglist.cc_stellenanzeigen .item-rightside li .ce_tags {
	display: inline-block;
}


.mod_customcataloglist.cc_stellenanzeigen .notelistamount,
.mod_customcataloglist.cc_stellenanzeigen .notelist .submit_container input.update {
	display: none;
}

.mod_customcataloglist.cc_stellenanzeigen .notelist .submit_container input.submit {
	width: auto;
	padding: 3px 10px;
	min-width: 80px;
}

.mod_customcataloglist.cc_stellenanzeigen .ce_number {
	display: inline-block;
}

.mod_customcataloglist.cc_stellenanzeigen .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcataloglist.cc_stellenanzeigen .single-print a,
.mod_customcataloglist.cc_stellenanzeigen .single-mail a {
  color: rgb(140,140,140);
  padding: 5px 20px;

}

.mod_customcataloglist.cc_stellenanzeigen .single-print a:hover,
.mod_customcataloglist.cc_stellenanzeigen .single-mail a:hover {
	color: rgb(235, 119, 10);
	padding: 5px 20px;
}

.mod_customcataloglist.cc_stellenanzeigen .single-print i,
.mod_customcataloglist.cc_stellenanzeigen .single-mail i {
	margin-right: 5px;
}


.button.submit {
  display: inline-block;
  padding: 15px 20px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s ease-out 0s;
  width: auto;
  background: var(--accentColor);
  color: #fff;
  border-radius: 5px;
  min-width: 100%;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
}


/* =============================================================================
 * cc_stellenanzeigen list/grid
 * ========================================================================== */

.mod_customcataloglist.cc_stellenanzeigen.grid-view .item-wrapper {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .entry {
	flex: 0 0 33.333%;
	padding-left: 1%;
	padding-right: 1%;
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .item-leftside,
.mod_customcataloglist.cc_stellenanzeigen.grid-view .item-rightside {
	float: none;
	width: 100%;
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .item-leftside .image_container img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .item-link-youtube, .mod_customcataloglist.cc_stellenanzeigen .item-link-detail {
	padding-left: 20px;
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .item-rightside .item-content-col1,
.mod_customcataloglist.cc_stellenanzeigen.grid-view .item-rightside .item-content-col2 {
	width: 95%;
	float: none;
	text-align: left;
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .notelist {
	margin-bottom: 15px;
}

@media only screen and (max-width: 970px) {
.mod_customcataloglist.cc_stellenanzeigen.grid-view .entry {
	width: 50%;
	}
}



/* =============================================================================
 * cc_stellenanzeigen teaser
 * ========================================================================== */

.mod_customcataloglist.cc_stellenanzeigen_teaser .item-content-col1,
.mod_customcataloglist.cc_stellenanzeigen_teaser .notelist,
.mod_customcataloglist.cc_stellenanzeigen_teaser .item-link-detail,
.mod_customcataloglist.cc_stellenanzeigen_teaser .item-link-youtube {
	display: none;
}

.mod_customcataloglist.cc_stellenanzeigen_teaser .item-rightside h4 {
	margin: 0;
	font-size: 1.2em;
}

.mod_customcataloglist.cc_stellenanzeigen_teaser .item-rightside .item-content-col2 {
	font-size: 1.3em;
	text-align: right!important;
}

.mod_customcataloglist.cc_stellenanzeigen_teaser .item-rightside .item-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* =============================================================================
 * item highlight w/star
 * ========================================================================== */

.mod_customcataloglist.cc_stellenanzeigen .item-highlight-icon {
	background: rgba(0,0,0,0.1);
	color: rgb(255,255,255);
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 26px;
	margin-right: -30px;
	line-height: 30px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: top;
	padding: 0 1em;
	font-size: 0.8em;
	text-align: center;
}

/* =============================================================================
 * cc_stellenanzeigen view-switcher
 * ========================================================================== */

.mod_customcataloglist.cc_stellenanzeigen.notelist-view .list-options {
	display: none;
}

.mod_customcataloglist.cc_stellenanzeigen.cc_stellenanzeigen_teaser .list-options {
	display: none;
}

.mod_customcataloglist.cc_stellenanzeigen .list-options {
	margin-bottom: 14px;
	display: inline-block;
	border: 1px solid rgb(220,220,220);
	border-radius: 2px;
	overflow: hidden;
}

.mod_customcataloglist.cc_stellenanzeigen .list-options i {
	line-height: 35px;
	width: 50px;
	text-align: center;
	cursor: pointer;
	float: left;
}

.mod_customcataloglist.cc_stellenanzeigen .list-options i.fa-th {
	border-left: 1px solid rgb(220,220,220);
}

.mod_customcataloglist.cc_stellenanzeigen .list-options i.fa-list {
	background: rgb(250,250,250);
}

.mod_customcataloglist.cc_stellenanzeigen .list-options i.fa-list {
	background: rgb(240,240,240);
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .list-options i.fa-list {
	background: rgb(250,250,250);
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .list-options i.fa-th {
	background: rgb(240,240,240);
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .item-rightside h4 {
	margin-bottom: 0;
	font-size: 1em;
}

.mod_customcataloglist.cc_stellenanzeigen.grid-view .item-rightside h5 {
	margin-bottom: 0;
	font-size: 1em;
}

/* =============================================================================
 * cc_stellenanzeigen reader
 * ========================================================================== */

.fa-angle-right-reader::before {
  content: "\f105";
  color: #1d58ac;
  font-weight: bold;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-leftside {
	width: 0%;
	float: left;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-rightside {
	width: 100%;
	float: left;
	padding-left: 10px;
}

.mod_customcatalogreader.cc_stellenanzeigen h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.mod_customcatalogreader.cc_stellenanzeigen .ce_tags,
.mod_customcatalogreader.cc_stellenanzeigen .ce_timestamp {
	display: inline-block;
}

.mod_customcatalogreader.cc_stellenanzeigen i {
	width: 15px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-price strong {
	color: rgb(255,255,255);
	font-size: 1.5em;
	font-weight: bold;
	display: inline-block;
	padding: 0 15px;
	border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 25px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-price span {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	display: inline-block;
	margin: 10px 0;
}

.mod_customcatalogreader.cc_stellenanzeigen table.table-striped {
	width: 100%;
	margin-bottom: 20px;
}

.mod_customcatalogreader.cc_stellenanzeigen table.table-striped td {
	padding: 5px;
}

.mod_customcatalogreader.cc_stellenanzeigen table.table-striped tr {
	background: rgba(0,0,0,0.03);
}

.mod_customcatalogreader.cc_stellenanzeigen table.table-striped tr:nth-child(odd) {
	background: none;
}

.mod_customcatalogreader.cc_stellenanzeigen .ce_tabs {
	margin: 35px 0;
}

.mod_customcatalogreader.cc_stellenanzeigen .ce_tabs .tabs.classic ul li.active {
	background: rgb(255,255,255);
}

.mod_customcatalogreader.cc_stellenanzeigen .ce_tabs .panes {
	background: rgb(255,255,255);
	padding: 30px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-features ul {
	overflow: hidden;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 4px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-features li {
  width: 33.333%;
  float: left;
  margin-bottom: 1px;
  background: rgba(0,0,0,.02);
  font-size: .8rem;
  text-transform: uppercase;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-features-auflistung li {
	width: 100%;
	float: left;
	background: rgba(0, 0, 0, 0);
	text-transform: none;
	margin-bottom: 5px;
	list-style: inside;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-features-auflistung li i {
  background: rgb(248, 248, 248);
  color: #01d58ac;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
}

.mod_customcatalogreader.cc_stellenanzeigen .ce_tags, .mod_customcatalogreader.cc_stellenanzeigen .ce_timestamp {
  display: inline-block;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-print {
	margin: 12px 0 5px 0;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-print a,
.mod_customcatalogreader.cc_stellenanzeigen .single-mail a {
	color: rgb(140,140,140);
}

.mod_customcatalogreader.cc_stellenanzeigen .single-print a:hover,
.mod_customcatalogreader.cc_stellenanzeigen .single-mail a:hover {
	color: rgb(50,50,50);
}

.mod_customcatalogreader.cc_stellenanzeigen .single-print i,
.mod_customcatalogreader.cc_stellenanzeigen .single-mail i {
	margin-right: 5px;
}

.notelist .submit_container input.submit:hover {
	opacity: 0.9;
}

.mod_customcatalogreader.cc_stellenanzeigen .ce_number {
	display: inline-block;
}

.mod_customcatalogreader.cc_stellenanzeigen .leftside-inside {
	padding: 20px;
    background: #ffffff;
	border-radius: 10px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-logo {
  margin-bottom: 15px;
  margin-top: 15px;
  max-width: 65%;
  margin-left: 0px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-destination {
	text-transform: uppercase;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-price-left-wrap {
	overflow: hidden;
	border-top: 1px solid rgb(220, 220, 220);
	border-bottom: 1px solid rgb(220, 220, 220);
	margin: 10px 0;
	padding: 10px 0;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-price-left-label {
	float: left;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-price-left {
	float: right;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-short-description {
	font-size: 0.9rem;
	margin-top: 20px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-features li {
	width: 50%;
	float: left;
	background: rgba(0, 0, 0, 0);
	font-size: 0.9rem;
	text-transform: none;
	margin-bottom: 5px;
	list-style: none;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-features li i {
  background: rgb(29, 88, 172);
  color: #01d58ac;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
} 

.mod_customcatalogreader.cc_stellenanzeigen .single-features-stellenarten li {
	width: 50%;
	float: left;
	background: rgba(0, 0, 0, 0);
	font-size: 0.9rem;
	text-transform: none;
	margin-bottom: 5px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-features-stellenarten li i {
  background: rgb(155, 155, 155);
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
} 

.mod_customcatalogreader.cc_stellenanzeigen .rateit_container .counter,
.mod_customcatalogreader.cc_stellenanzeigen .rateit_container button {
	display: none!important;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-metadata {
	border-top: 1px solid rgb(221, 221, 221);
	border-bottom: 1px solid rgb(221, 221, 221);
	margin: 20px 0 25px 0;
	overflow: hidden;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-metadata strong {
	display: block;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-metadata-col1,
.mod_customcatalogreader.cc_stellenanzeigen .single-metadata-col2,
.mod_customcatalogreader.cc_stellenanzeigen .single-metadata-col3 {
	width: 33.333%;
	float: left;
	font-size: 0.8em;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-metadata-col2 {
	border-left: 1px solid rgb(221, 221, 221);
	border-right: 1px solid rgb(221, 221, 221);
	padding-left: 10px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-metadata-col3 {
	padding-left: 10px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-right1-content {
  overflow: hidden;
  background: #ffffff;
  padding: 15px 20px 20px 20px;
  margin-bottom: 15px;
  border-radius: 10px;

}

.mod_customcatalogreader.cc_stellenanzeigen .single-right1-content h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #01d58ac;

}
.mod_customcatalogreader.cc_stellenanzeigen .single-right1-content .fa-angle-right-reader::before {
  content: "\f105";
  color: #01d58ac;
  font-weight: bold;
}



.mod_customcatalogreader.cc_stellenanzeigen .single-right2-content {
  overflow: hidden;
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-right2-content h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  background: #f0f0f0;
  padding: 5px;
  border-radius: 5px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-right3-content {
  overflow: hidden;
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-right3-content h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  background: #f8f8f8;
  padding: 5px;
  border-radius: 3px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-right4-content {
  overflow: hidden;
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
  border-radius: 3px;

}

.mod_customcatalogreader.cc_stellenanzeigen .single-right4-content h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  background: #f8f8f8;
  padding: 5px;
  border-radius: 3px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-right5-content {
  overflow: hidden;
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-right5-content h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  background: #f8f8f8;
  padding: 5px;
  border-radius: 3px;
}


.mod_customcatalogreader.cc_stellenanzeigen .single-right6-content {
  overflow: hidden;
  background: #ffffff;
  padding: 15px 15px 15px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-right6-content h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  background: #f8f8f8;
  padding: 5px;
  border-radius: 3px;
}


.mod_customcatalogreader.cc_stellenanzeigen .single-item-tags {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 8px 10px;
  line-height: 1;
  font-size: 1.0rem;
  margin-bottom: 5px;
  margin-right: 2px;
}


.mod_customcatalogreader.cc_stellenanzeigen .single-item-tags-date {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  padding: 8px 8px;
  line-height: 1;
  font-size: 0.85rem;
  margin-bottom: 5px;
  margin-right: 2px;
  float: right;
}

.mod_customcatalogreader.cc_stellenanzeigen .item-state {
  position: absolute;
  z-index: 10;
  background: rgb(235, 119, 10);
  color: rgb(255,255,255);
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0 7px;
  border-radius: 3px;
  font-weight: 600;
}


/* =============================================================================
 * cc_stellenanzeigen notelist
 * ========================================================================== */

.mod_customcataloglist .notelist-sum {
	display: none;
}

.mod_customcataloglist.notelist-view .notelist-sum {
	display: block;
	padding: 50px;
	font-size: 2em;
	color: rgb(255,255,255);
}

.mod_customcataloglist .notelist-sum .headline {
	display: inline-block;
	color: rgb(50,50,50);
}


/* =============================================================================
 * cc_stellenanzeigen filter
 * ========================================================================== */
 
.mod_customcatalogfilter.stellenanzeigen_filter fieldset {
	margin: 0;
	border: 0;
	padding: 0 0 20px 0;
	background: #f8f8f8;
}

.mod_customcatalogfilter.stellenanzeigen_filter div.widget {
	margin-bottom: 10px;
}

.mod_customcatalogfilter.stellenanzeigen_filter legend {
	display: none;
}

.mod_customcatalogfilter.stellenanzeigen_filter .checkbox_container input {
	width: 20px;
	float: left;
	margin-top: 1px;
}

.mod_customcatalogfilter.stellenanzeigen_filter .checkbox_container label {
	position: relative;
	top: -8px;
}

.ios .mod_customcatalogfilter.stellenanzeigen_filter .checkbox_container label {
	top: 3px;
}

.mod_customcatalogfilter.stellenanzeigen_filter .filter_range input {
	background: transparent;
	border: 0;
	height: 32px;
	padding: 0;
	font-size: inherit;
}

.mod_customcatalogfilter.stellenanzeigen_filter .filter_range .ui-slider-range {
	background: rgb(50,50,50);
}

.mod_customcatalogfilter.stellenanzeigen_filter .filter_range .ui-slider {
	clear: both;
	margin: 0 10px;
}

.mod_customcatalogfilter.stellenanzeigen_filter .submit_container input.clear_all_filters {
	background: transparent;
	color: inherit;
	padding: 0;
	border: 0;
	text-align: left;
}

.mod_customcatalogfilter.stellenanzeigen_filter .submit_container .clear_filters {
	display: none;
}

.mod_customcatalogfilter.stellenanzeigen_filter .text_autocomplete_container label {
	display: none;
}

.mod_customcatalogfilter.stellenanzeigen_filter .filter_text label {
	display: none;
}

.mod_customcatalogfilter.stellenanzeigen_filter .filter_text legend label {
	display: inline-block;
}

/* =============================================================================
 * cc_stellenanzeigen TEASER SLIDER - HOME
 * ========================================================================== */

 
/* =============================================================================
 * cc_booklibrary - teaserslider
 * ========================================================================== */



.mod_customcatalogteaserslider.cc_stellenanzeigen .entry {
  margin-bottom: 35px;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 35px;
  display: flex;
}


@media only screen and (max-width: 767px) {
.mod_customcatalogteaserslider.cc_stellenanzeigen.content-inside, .mod_customcatalogteaser.cc_stellenanzeigen .content-inside {
  padding-left: 0px;
	}
}

.mod_customcatalogteaserslider.cc_stellenanzeigen .headline {
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}


.mod_customcatalogteaserslider.cc_stellenanzeigen .subheadline {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #545454;
  text-align: center;
}

.mod_customcatalogteaserslider.cc_stellenanzeigen .content {
  text-align: center;
}

.mod_customcatalogteaserslider.cc_stellenanzeigen .entry:hover .more-buttom a {
  color: #fff;
  font-weight: bold;
  background: #1d58ac;
}

.mod_customcatalogteaserslider.cc_stellenanzeigen .more-buttom a {
  display: inline-block;
  padding: 5px 50px;
  font-size: 0.9rem;
  margin-top: 20px;
  -webkit-transition: All 0.3s ease;
  letter-spacing: 1px;
  margin-bottom: 0px;
  min-width: 100%;
  border-top: 1px solid #eaeaea;
}




/* =============================================================================
 * phone
 * ========================================================================== */
 
@media only screen and (max-width: 767px) {
.mod_customcataloglist.cc_stellenanzeigen .item-leftside,
.mod_customcataloglist.cc_stellenanzeigen .item-rightside {
	float: none;
	width: 100%;
	}
    }
	
.mod_customcataloglist.cc_stellenanzeigen .item-leftside .image_container img {
	height: auto;
	width: 100%;
	max-width: 100%;
	}
	
.mod_customcataloglist.cc_stellenanzeigen .item-rightside .item-content-col1,
.mod_customcataloglist.cc_stellenanzeigen .item-rightside .item-content-col2 {
	float: none;
	width: 100%;	
	text-align: left;
	}
	
.mod_customcataloglist.cc_stellenanzeigen .item-rightside .item-content-col2 {
	font-size: 1.5em;
	}
	
.mod_customcatalogreader.cc_stellenanzeigen .single-leftside,
.mod_customcatalogreader.cc_stellenanzeigen .single-rightside {
	float: none;
	width: 100%;
	}
	
.mod_customcatalogreader.cc_stellenanzeigen .single-rightside {
	margin-top: 20px;
	padding: 0;
	}
	
.mod_customcatalogreader.cc_stellenanzeigen .ce_tabs {
	padding: 0;
	}
	
.mod_customcatalogreader.cc_stellenanzeigen .single-features li {
	width: 100%;
	float: none;
	}
	
.mod_customcatalogreader.cc_stellenanzeigen .single-metadata-col1, 
.mod_customcatalogreader.cc_stellenanzeigen .single-metadata-col2, 
.mod_customcatalogreader.cc_stellenanzeigen .single-metadata-col3 {
	font-size: 1em;
	}
	
.mod_customcatalogreader.cc_stellenanzeigen .single-price strong {
	font-size: 1.5em;
	}
	
.mod_customcatalogreader.cc_stellenanzeigen .single-price span {
	margin-top: 20px;
	}
	
.mod_customcataloglist.cc_stellenanzeigen.cc_stellenanzeigen_col2 .notelist {
	margin-bottom: 20px;
	}
	
.mod_customcataloglist.cc_stellenanzeigen.cc_stellenanzeigen_col2 {
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
	}

.mod_customcataloglist.cc_stellenanzeigen.cc_stellenanzeigen_col2 .entry {
	width: 100%; 
	float: none;
	padding-left: 0;
	padding-right: 0;
	}

.mod_customcataloglist.cc_stellenanzeigen.cc_stellenanzeigen_col2 .item-leftside .image_container img {
	height: auto;
	}
	
.mod_customcataloglist.cc_stellenanzeigen .notelist {
	margin-bottom: 15px;
	}
	
.mod_customcataloglist.cc_stellenanzeigen.grid-view .entry {
	width: 100%;
	}
	
.mod_customcataloglist .cc_stellenanzeigen_slider .name {
	font-size: 1.5em;
	padding: 25px 5px 0 15px;
	float: none;
	}
	
.mod_customcataloglist.cc_stellenanzeigen_slider .swiper-container {
	height: 350px;
	}
	
.mod_customcataloglist.cc_stellenanzeigen_slider .price {
	padding: 0px 15px 15px 15px;
	float: none;
	}
	
.mod_customcataloglist.cc_stellenanzeigen_slider .state {
	left: 15px;
	font-size: 0.9em;
	}
	
.mod_customcataloglist.cc_stellenanzeigen_slider .slider-content-wrapper {
	width: 100%;
	}
	
.mod_customcataloglist.cc_stellenanzeigen .list-options {
	display: none;
	}
	
.mod_customcatalogfilter.stellenanzeigen_filter .checkbox_container label {
	top: -4px;
	}
	
.mod_customcatalogreader.cc_stellenanzeigen .single-features ul {
	overflow: hidden;
    }

.mod_customcatalogreader.cc_stellenanzeigen.single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 4px;
    }

.mod_customcatalogreader.cc_stellenanzeigen.single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 1px;
	background: rgba(0,0,0,0.02);
	font-size: 0.8rem;
	text-transform: uppercase;
    }

.mod_customcatalogreader.cc_stellenanzeigen.single-features li i {
	background: rgb(90,90,90);
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
    }

	

.mod_customcataloglist.cc_stellenanzeigen .single-features ul {
	overflow: hidden;
    }

.mod_customcataloglist.cc_stellenanzeigen.single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 4px;
    }

.mod_customcataloglist.cc_stellenanzeigen.single-features li {
	width: 33.333%;
	float: left;
	margin-bottom: 1px;
	background: rgba(0,0,0,0.02);
	font-size: 0.8rem;
	text-transform: uppercase;
    }

.mod_customcataloglist.cc_stellenanzeigen.single-features li i {
	background: rgb(90,90,90);
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 10px;
    }

.mod_customcataloglist.cc_stellenanzeigen .ce_tags {
	display: inline-block;
}


.mod_customcataloglist.cc_stellenanzeigen .item-features {
	margin-top: 20px;
}

.mod_customcataloglist.cc_stellenanzeigen .item-features li {
	display: inline-block;
}

.mod_customcataloglist.cc_stellenanzeigen .item-features i {
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.1);
	line-height: 35px;
	height: 35px;
	width: 35px;
	text-align: center;
	color: rgb(255,255,255);
}

.mod_customcataloglist.cc_stellenanzeigen .single-features li {
		width: 100%;
		float: none;
}
	
.mod_customcatalogrlist.cc_stellenanzeigen .single-features .ce_tags {
		display: block;
}

.mod_customcatalogreader.cc_stellenanzeigen .single-maps-directions {
	margin-top: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 25px;
	margin-bottom: 25px;
}


