/* COLORS */
.more, .more-link, .rd_normal_bt, .wpcf7-submit  {
  display: inline-block;
  padding: 12px 20px !important;
  border: 0 !important;
  border-radius: 4px !important;

  background: #FF5252 !important;
  float: none;

  font-size: 14px !important;
  color: #fff !important;

  -webkit-transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
  -ms-transition: all 0.2s linear !important;
  transition: all 0.2s linear !important;
}

.more:hover, .more-link:hover, .rd_normal_bt:hover, .ls-wrapper:hover .more, .wpcf7-submit:hover {
    background: rgba(58,66,74,1) !important;
}

#menu-hauptmenu .current-menu-item  a {
    border-bottom: 3px #FF5252 solid;
}

/* COMMON */
h1 a, h2 a, h3:not(.wpb_accordion_header) a, h4 a, h5 a, h6 a {
  color: inherit !important;
}

h2 {
    margin-bottom: 15px;
}

h2.box-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  color: #3A424A;
}

h3, h4, h5 {
  margin-bottom: 30px !important;
}

h6 {
  margin: 25px 0 10px 0;
}

.section p a:not(.more):not(.rd_normal_bt):hover,
.post-title h6 a:hover {
  text-decoration: underline;
}

blockquote {
  font-size: 18px;
  font-weight: 500;
  color: #abb4ba;
}
blockquote:before { width: 24px; }
blockquote:after { font-family: "Arial"; }

/* HELPER */
.red { color: #EB1F35; }
.thin { font-weight: 300; }
.floatingImage { display: inline !important; }
.source {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 5px 10px;
  margin: 0;
  background: rgba(0,0,0,0.3);
  z-index: 10;
}
.source p {
  font-size: 17px;
  color: #fff;
}

.wpb_text_column p {
  margin-bottom: 15px;
}

/* BLOG COLUMN */
@media only screen and (max-width: 767px) {
  div.full-width-section    {

  }
}
@media only screen and (max-width: 767px) {
  div.blog  {
    padding-bottom: 0px !important;
  }
}
.blogCol {
  position: relative;
}
.blogCol p {
  font-size: 14px;
  line-height: 22px;
  /* color: #ABB4BA; */
}
.blogCol .tf_btn_pos {
  position: absolute;
  bottom: 15px;
}
.blogCol .vc_column-inner { padding-bottom: 50px;}


.entry .wp-caption {  position: relative; background: #fff; border: 0; width: auto !important; }
.entry .wp-caption img { display: block !important;  }
.wpb_single_image { position: relative; }
.wpb_single_image figcaption, .entry .wp-caption-text {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  margin: 0;
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  z-index: 10;
}

/* ICON BOX */
.icon_box2_st {
  background: transparent !important;
  border: 0 !important;

}
.icon_box2_st .icon_sub_ctn { border: 0 !important; }
.icon_box2_st h3 { margin-bottom: 31px; }
.icon_box2_st h3::after {
    bottom: -19px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 70px;
    background: #abb4ba none repeat scroll 0 0;
}
.icon_box2_st .icon_sub_ctn i {
  width: 150px;
  height: 150px;
  font-size: 30px;
}
.icon_box2_st .icon_sub_ctn {
  top: 0 !important;
  bottom: 0 !important;
  margin: 0 auto !important;
  background-color: transparent !important;
}

.icon_box2_st .icon_sub_ctn i:before {
  display: inline-block;
  width: 30px;
  height: 30px;

  position: absolute;
  left: 50%;
  top: 50%;

  margin-top: -15px;
  margin-left: -15px;

  text-align: center;
}

.icon_box2_st .icon_circle, .icon_box2_st .icon_sub_ctn {
  width: 150px;
  height: 150px;
  vertical-align: middle;
}

.icon_box2_left_b h3 {
  padding-top: 0;
  margin-bottom: 0;
}
.icon_box2_left_b .icon_circle {
  border: 5px #fff solid;
  box-shadow: 0 0 0 1px #ecf0f1;
  background-color: #f2f2f2 !important;
}
.icon_box2_left_b .icon_circle i {
  line-height: 62px;
}
.icon_box2_left_b p {
  line-height: 26px !important;
}
.icon_box2_left_b  h3 {
  margin: 0 !important;
}
.icon_box2_left_b {
  border-radius: 5px;
  border: 1px #f9f9f9 solid !important;
  box-shadow: 0 12px 40px 0 rgba(255, 81, 81, 0.1);
}
.icon_box2_left_b .icon_circle .elu-lightbulb {
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .icon_box2_left_b { padding: 20px; }
  .icon_box2_left_b .icon_circle {
    clear: both;
    position: static;
    margin: 0 auto;
  }
  .icon_box2_left_b p, .icon_box2_left_b h3 {
    text-align: center;
  }
}
/*
@media only screen and (max-width: 767px) {
  .icon_box2_left_b .icon_circle {
    top: 15px;
    left: 15px;
  }
  .icon_box2_left_b  h3 {

  }
  .icon_box2_left_b  p {
    margin-top: 25px;
    margin-left: -100px;
  }
}
*/

.post-info {
  margin: 3px 0 10px 0;
}

.removeLoadMore .btn_load_more, .home .post-info, .page-id-7901 .post-info, .rd_child_pages  {
    display: none;
}

/* MENU */
header {  min-height: 0 !important; }
.nav_type_1 #logo_img,
.nav_type_1 .logo_text {
  min-height: 0 ;
  line-height: 86px ;
}
.nav_type_1.shrinked_header #logo_img,
.nav_type_1.shrinked_header .logo_text {
  min-height: 50px;
  line-height: 50px;
}
#menu-hauptmenu li a { line-height: 18px; }
#menu-footer-menu li a { padding: 8px 0; }
#menu-footer-menu li a:before { display: none; }
#header_container nav ul ul { margin-top: -7px; }
#mobile-menu .menu-item-has-children:after { margin-top: 4px; font-size: 30px; }
@media only screen and (min-width: 1034px) and (max-width: 1214px) {
  header ul#menu-hauptmenu li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  header ul#menu-hauptmenu li:last-child a {
    padding-right: 0;
  }
}

/* STRUCTURE */
.page_title_ctn h2, .page_title_ctn h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #ABB4BA;
  margin: 0 !important;
}

.page_title_ctn {
  height: 70px;
  padding: 25px 0 !important;
}

.page_title_ctn i {
  color: #abb4ba;
}

#crumbs {
  padding-top: 0;
}

.thefox_loader_logo {
  box-shadow: none !important;
}

/* PROMOTION */
@media only screen and (min-width: 1215px) {
    .promotion {
        padding: 400px 0;
    }
    .promotion .vc_column_container {
        height: 400px;
    }
}
@media screen and (max-width: 1214px)  {
    .promotion {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 767px) {
    .promotion {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .promotion h1 {
        font-size: 42px;
        line-height: normal;
    }
    .promotion h2 {
        font-size: 30px;
        line-height: normal;
    }
    .promotion p {
        font-size: 18px;
        line-height: normal;
    }
    .promotion .source p {
      font-size: 14px;
    }
    .vc_row:not(.promotion):first-child {
      padding-top: 10px !important;
    }
}

/* GRID */
.vc_row-o-content-middle .wpb_column {
  display: inline-block !important;
  float: none !important;
  margin: 0 auto !important;
}



.wpb_row {
  margin-bottom: 0 !important;
  padding-bottom: 35px;
}

.wpb_text_column, .rd_list_left {
  clear: both;
}

/* FOOTER */
#footer h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: #A1B1BC !important;
}

/* LIST ITEMS */
.list_item_ctn .rd_list_1_alt h3 {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 22px !important;
  margin: 0 !important;
}
.rd_list_1_alt {
  margin-bottom: 25px;
}

.rd_list_1_alt  .list_item_ctn {
  clear: both;
  float: none;
}

.rd_list_1_alt  .list_item_ctn {
  display: block;
}

.rd_list_2 i {
  display: inline-block;
  width: 56px;
  height: 56px;

  border-radius: 100%;
  border: 1px solid #d6d6d6;

  font-size: 30px;
  line-height: 100%;
  text-align: center;

  clear: both;
}

.rd_list_2 i:before {
  vertical-align: middle;
  line-height: 54px;
  font-size: 20px;
}

.rd_list_2 .list_item_ctn {
  display: table;
  float: none;
}

.rd_list_2 .list_icn {
  width: 65px;
  float: none !important;
}

.rd_list_2 .list_icn, .rd_list_2 .list_desc {
  display: table-cell;
  text-align: left;
}

.rd_list_2 .list_desc {
  margin: 0;
  padding-left: 50px;

  vertical-align: middle;
}

.rd_list_2 .list_desc h3 {
  margin: 0 !important;

  font-size: 16px;
  font-weight: bold;
  color: #3A424A !important;
  vertical-align: middle;
  line-height: 19px;

}
.rd_list_2 .list_desc h3 + p {
  position: relative;
  padding-top: 30px;
}
.rd_list_2 .list_desc h3 + p:before {
  content: " ";
  position: absolute;
  top: 13px;
  left: 0;
  width: 26px;
  height: 2px;
  background: #abb4ba;
}

.rd_list_2 .list_item_ctn:after {
  display: none;
}

.elu-lightbulb {
  color: #ff5252 !important;
}



/* SOCIALS */
.thefox_social_widget_icons a {
  background-color: transparent !important;
  border: 1px solid #A1B1BC;

}

.thefox_social_widget_icons a:hover {
  border: 1px solid #FF5252;
}
.thefox_social_widget_icons a i {
  color: #A1B1BC !important;
}
.thefox_social_widget_icons a:hover i {
  color: #FF5252 !important;
}

.fa {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.lp-checkmark {
  color: #ff5252 !important;
}

/* CUSTOM TESTMONIAL 11 */
.rd_tm_11 .rd_tm_pager {
    top: auto;
    bottom: 0;
}
.rd_tm_11 .rd_tm_pager a {
    border-radius: 100%;
    border: 1px solid #fff;
}
.rd_tm_11 .rd_tm_pager a.selected {
    background: transparent;

}
.rd_tm_11 .tm_text a {
    position: absolute;
    bottom: -180px;

    display: inline-block;
    width: 100px;
    padding: 7px 0px;
    margin-left: -50px;
    border: 1px solid #fff;

    color: #fff;
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.rd_tm_11 .rd_testimonial {
    padding-bottom: 130px;
}

.rd_testimonials_ctn {
    position: relative;
}



/* ACCORDION */ /* STYLE 3 */
.rd_acc_3 h3 .ui-accordion-header-icon {
  cursor: pointer;
  background: #fff;
  color: #ff5252;
  transition: all 0.2s linear;
}
.rd_acc_3 .ui-accordion-header a {
  padding-top: 5px;
  padding-left: 45px !important;
  line-height: normal;
}
.rd_acc_3 h3:not(.no-content):hover .ui-accordion-header-icon {
  background: #ff5252;
  color: #fff;
}
.rd_acc_3 h3.no-content a { cursor: default; }
.rd_acc_3 h3.no-content .ui-accordion-header-icon { font-size: 24px; }
.rd_acc_3 h3.no-content .ui-accordion-header-icon:before { content: "•"; }




/* DISABLE ANIMATION FOR AJAX_POST */
.ajax_post, .ajax_blog  {
    transition: none !important;
}

/* BLOG */

@media screen and (min-width: 1215px)  {
 .blog_2_col .entry p {
   height: 170px;
 }
}

.blog_2_col {
  padding-bottom: 140px !important;
  overflow: hidden;
}
.blog_2_col h6 a {
  color: #3b424a !important;
}
.blog_2_col .entry {
  margin-top: 15px;
}
.blog_2_col .entry p {
  position: relative;
  padding-bottom: 80px;
  color: #abb4ba;
  font-size: 14px;
  line-height: 22px;
}
.blog_2_col .more {
  position: absolute;
  bottom: 20px;
}

/* SIDEBAR */
.sb_widget h3 {
    padding-left: 0;
}
.sb_widget h3:before {
    border: 0 !important;
}

.search {
  border-radius: 4px;
  border: solid 1px #cfcfcf !important;
}

/* TAGS */
.section .tagcloud a {
  background-color: #f5f7f8;
  border: 0 !important;

  font-size: 14px !important;
  line-height: 22px;
  color: #3b424a  !important;
}

.section .tagcloud a:hover {
  color: #fff !important;
}


.fa-nettwerk {
  height: 150px !important;
  width: 150px !important;

  vertical-align: middle;
}



.fa-nettwerk:before {
  display: inline-block;
  content: ' ';
  height: 30px !important;
  width: 30px !important;
  background-image: url("/wp-content/uploads/2017/03/ic-box.png");
  transition: all 0.2s linear !important;
}
.icon_box2_st:hover .fa-nettwerk:before {
  background-image: url("/wp-content/uploads/2017/03/ic-box_hover.png");
}

/* SINGLE DEFAULT */
.single-post #posts, .single-post #sidebar {
  padding-top: 80px;
}
.post_single .post-title h5 {
  margin-bottom: 0 !important;
}
.post_single .post-info {
  margin: 0 0 30px 0;
  padding: 25px 0 20px 0;
  color: #ff5252;
  font-size: 14px;
}
.post_single .post-info a {
  color: #ff5252;
}

.post-next, .post-prev {
  display: inline-block;
  padding: 10px 0 30px 0;
}
.post-next i, .post-prev i, .post-next a, .post-prev a  {
  font-size: 14px;
  line-height: 22px;
  color: #abb4ba;
}
.post-next { float:right; }

/* STAFF CAROUSELL */
.staff_sc .member-social-links, .staff_sc .position { display: none !important; }
.staff_sc .member-info { background-color: #ebeeef !important; }
.staff_sc .carousel_recent_post:hover .member-info { background-color: #ff5252 !important; }
.staff_sc .carousel_recent_post:hover .member-info h3 a { color: #fff !important; }
.staff_sc li .bw-wrapper > a {
  display: block;
}
.staff_sc li .bw-wrapper > a:before {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s linear;
  background: transparent;
}
.staff_sc li:hover .bw-wrapper > a:before { background: rgba(255,81,81,0.3); }
.staff_sc .staff_right:before , .staff_sc .staff_left:before { display: none; }

.staff_sc .staff_right {
    height: 58px !important;
    width: 30px !important;
    border: 0 !important;
    margin-right: -100px !important;
    background: url("../images/icon-arrow-pager-right.svg") transparent no-repeat !important;
    background-size: 30px 58px !important;
    background-position: center center !important;
    opacity: 1 !important;
}

.staff_sc .staff_left {
    height: 58px !important;
    width: 30px !important;
    border: 0 !important;
    margin-left: -100px !important;
    background: url("../images/icon-arrow-pager-left.svg") transparent no-repeat !important;
    background-size: 30px 58px !important;
    background-position: center center !important;
}




.staff_sc .member-info {
  background-color: #f2f2f2  !important;
}
.staff_sc .member-info h3 {
  height: 60px;
  overflow: hidden;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0 !important;
  color: #3a424a !important;
}

.staff_sc .recent_port_ctn {
  border: 0 !important;
}

/* STAFF */
.single-staff .staff_name_position h3 {
  margin-bottom: 35px !important;
}

.staff_post h3 {
    height: 100px;
    margin: 0 !important;
    overflow: hidden;
    line-height: normal;
}

.staff_post h3 a {
    display: block;
    height: 100%;
    font-size: 16px;
    line-height: normal;
}

.staff_post .member_desc {
    background-color: #3a424a !important;
    border: 0 !important;
    height: 48px;
}

.staff_post .member_desc a i {
    color: #fff;
}

.staff_post .member_desc a:hover i {
    color: #ff5252;
}

.staff_post a:before {
    content: " " !important;
}

.rd_staff_p02 .staff_post_ctn .member-info {
    border: 0 !important;
    background-color: #f2f2f2  !important;
}

.rd_staff_p02 .staff_post_ctn:hover .member-info {
    background-color: #ff5252 !important;
}



.staff_post .position {
    display: none;
}
a[data-option-value=".sf_ehrenamt"] {
    display: none !important;
}

@media only screen and (max-width: 767px) {
  .staff_sc .staff_right {
    margin-right: 0px !important;
  }
  .staff_sc .staff_left {
    margin-left: 0px !important;
  }
}

/* CONTACT */
.wpcf7 input[type="text"], .wpcf7 input[type="email"],  .wpcf7 textarea {
  background: transparent !important;
}
