/* NAV MAIN - START */

/*header {
   background-color: #eee; 
}*/

nav {
  position: relative;
  max-width: 1180px;
  padding: 40px 16px 20px;
  margin: 0 auto;
  /*   background-color: #eee; */
  padding-top: 40px;
}

/* LOGO - START */
#logo {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 125px;
}

#logo a {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 15px);
  bottom: 0;
}

/* LOGO - ENDE */

/* META NAV - START */
#nav-meta {
  position: absolute;
  top: 8px;
  right: 16px;
}

#nav-meta li {
  position: relative;
  display: inline-block;
  margin: 0px -3px 0px 0px;
}

#nav-meta li:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #ddd;
}

#nav-meta li:last-child:after {
  content: none;
}

#nav-meta li:last-child a {
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/schloss.svg") no-repeat 4px center;
  background-size: 12px;
  padding-left: 20px;
}

#nav-meta li a {
  display: block;
  padding: 4px 6px;
}

#nav-meta li a:hover {
  color: #66cc33;
}

/* META NAV - ENDE */

/* NAV MAIN - START */
#wrapper-nav-main {
  position: relative;
  padding-left: 220px;
}

#nav-main {
  float: right;
  text-align: right;
  padding-right: 24px;
}

#nav-main>.page_item {
  position: relative;
  display: inline-block;
  padding: 8px 0px;
  margin: 32px 16px 0px;
}

#nav-main>.page_item:first-child {
  margin-left: 0px;
}

#nav-main>.page_item:last-child {
  margin-right: 0px;
}

#nav-main>.page_item:after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 3px;
  background-color: #ddd;
}

#nav-main .lvl-0 {
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/pfeil-unten.svg") no-repeat right 2px;
  background-size: 12px;
  padding-right: 20px;
}

#nav-main .lvl-0:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

#nav-main .lvl-1 {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  right: 0;
  left: 0;
  margin-left: -50%;
  margin-right: -50%;
  padding: 16px;
  display: none;
  /*     border: 1px solid red; */
}

#nav-main>.page_item .lvl-1 {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
}

#nav-main>.page_item:hover .lvl-1 {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transition-delay: 0.2s;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

#nav-main li:last-child .lvl-1 {
  position: absolute;
  right: 0;
  margin-right: 0px;
  padding: 16px;
  /*     display: block; */
}

#nav-main li:nth-child(5) .lvl-1 {
  position: absolute;
  right: 0;
  margin-right: 0px;
  margin-left: -100%;
  padding: 16px;
  /*     display: block; */
}

#nav-main .lvl-1:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 0;
  background-color: rgba(50, 62, 72, 0.9);
}

#nav-main .lvl-1 li {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#nav-main .lvl-1 a,
#nav-main .lvl-1 span {
  display: block;
  padding: 8px;
  /*     color: #acacac; */
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  text-transform: none;
}

#nav-main .lvl-1 a:hover {
  color: #fff;
}

#nav-main .lvl-1 .current_page_item a {
  color: #66cc33;
}

#nav-main .lvl-1>li:first-child {
  margin-top: 16px;
}

#nav-main .lvl-1 ul {
  text-align: center;
}

#nav-main>.page-item-3 .lvl-1 {
  margin-right: calc(-50% - 180px);
}

#nav-main>.page-item-2 .lvl-1>li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  /*     white-space: nowrap; */
  /*     width: calc(100% * 1 / 3 - 20px); */
}

#nav-main>.page-item-2 .lvl-1>li:first-child>a,
#nav-main>.page-item-2 .lvl-1>li:first-child>span {
  position: absolute;
  top: -48px;
}

#nav-main>.page-item-2 .lvl-1>li:last-child>a,
#nav-main>.page-item-2 .lvl-1>li:last-child>span {
  position: absolute;
  top: -48px;
}

#nav-main>.page-item-2 .lvl-1>li:last-child:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: -60px;
  width: 1px;
  background-color: #fff;
}

#nav-main>.page-item-2 .lvl-1 {
  margin-left: calc(-50% - 230px);
  margin-right: calc(-50% - 160px);
  padding-top: 80px;
}

#nav-main>.page_item:hover:after {
  background-color: #66cc33;
}

#nav-main>.page_item.current_page_item:after {
  background-color: #66cc33;
}

#nav-main .page_search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
}

#nav-main .page_search a {
  display: block;
  overflow: hidden;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Search_grey.svg") no-repeat left bottom;
  background-size: 16px;
  width: 16px;
  text-indent: -9999px;
}

#nav-main>.page_search:after {
  content: none;
}

#trigger-nav-main-mobile {
  display: none;
}

/* NAV MAIN - ENDE */

/* NAV MAIN - ENDE */

/* NAV BOOKMARKS - START */

#nav-bookmarks {
  position: fixed;
  z-index: 10;
  top: calc(50% - 120px);
}

#nav-bookmarks ul {
  position: relative;
  background: #eee;
  width: 48px;
}

#nav-bookmarks li {
  position: relative;
  /*   border: 1px solid red; */
}

#nav-bookmarks li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#nav-bookmarks li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

#nav-bookmarks li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

#nav-bookmarks li:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

#nav-bookmarks li:last-child:after {
  background-color: rgba(0, 0, 0, 0.1);
}

#nav-bookmarks a {
  position: relative;
  display: block;
  z-index: 1;
  min-height: 48px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

/*
#nav-bookmarks .ele-1 a {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Anlass_grey.svg");
}
*/
/*
#nav-bookmarks .ele-1:hover a {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Anlass_green.svg");
}

#nav-bookmarks .ele-2:hover a {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Gruende_green.svg");
}

#nav-bookmarks .ele-3:hover a {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Produkte_green.svg");
}

#nav-bookmarks .ele-4:hover a {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Zitate_green.svg");
}

#nav-bookmarks .ele-5:hover a {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Service_green.svg");
}
*/
#nav-bookmarks .label {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47px;
  padding: 0px 16px;
  white-space: nowrap;
  min-width: 120px;
  line-height: 46px;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

#nav-bookmarks li:hover .label {
  display: block;
}

.icon-video {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/video-kamera_grey.svg");
  color: #29353a;
}

.icon-video:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/video-kamera.svg");
}

.icon-about {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/ueber-uns_grey.svg");
}

.icon-about:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/ueber-uns_green.svg");
}

.icon-anlaesse {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Anlass_grey.svg");
}

.icon-anlaesse:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Anlass_green.svg");
}

.icon-clients {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Zitate_grey.svg");
}

.icon-clients:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Zitate_green.svg");
}

.icon-faq {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/icon_fragen_webcast_darkblue.svg");
}

.icon-faq:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/icon_fragen_webcast_green.svg");
}

.icon-products {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Produkte_grey.svg");
}

.icon-products:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Produkte_green.svg");
}

.icon-produkte {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Produkte_grey.svg");
}

.icon-produkte:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Produkte_green.svg");
}

.icon-products-details {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Details_infos_grey.svg");
}

.icon-products-details:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Details_infos_green.svg");
}

.icon-product-details {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Details_infos_grey.svg");
}

.icon-product-details:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Details_infos_green.svg");
}

.icon-pricing {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Preise_Tarife_grey.svg");
}

.icon-pricing:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Preise_Tarife_green.svg");
}

.icon-consulting {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Kontakt_grey.svg");
}

.icon-consulting:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Kontakt_green.svg");
}

.icon-gruende {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Gruende_grey.svg");
  background-size: 60%;
}

.icon-gruende:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Gruende_green.svg");
  background-size: 60%;
}

.icon-service {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/white_paper_grey.svg");
}

.icon-service:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/white_paper_green.svg");
}

.icon-whymeetyoo {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/ueber-uns_grey.svg");
}

.icon-whymeetyoo:hover {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/icons/ueber-uns_green.svg");
}

/* NAV BOOKMARKS - START */

/* FOOTER - START */

footer {
  background-color: #323e48;
  padding: 60px 16px;
}

footer .wrapper-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

footer .list {
  display: inline-block;
  margin: 0px 16px;
  width: calc(100% * 1/4 - 36px);
  vertical-align: top;
}

footer .list .header {
  padding: 0px 0px 4px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .list:first-child {
  margin-left: 0px;
  width: calc(100% * 1/2 - 20px);
}

footer .list:last-child {
  margin-right: 0px;
  width: calc(100% * 1/2 - 20px);
}

footer .list li {
  padding: 0px;
}

footer .list a {
  position: relative;
  display: block;
  padding: 4px;
  margin-bottom: 8px;
}

footer .list a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

footer .list li:last-child a {
  margin-bottom: 0px;
}

footer .list-5 .ele-1 {
  margin-top: -4px;
}

footer .list-5 .ele-1 a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  /* make sure its proper */
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 4px 4px;
}

footer .list-5 .ele-1 a:hover:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  /* make sure its proper */
  border-radius: 50%;
}

footer .list-5 .ele-1 .facebook {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/logos/logo-facebook.svg");
}

footer .list-5 .ele-1 .twitter {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/logos/logo-twitter.svg");
}

footer .list-5 .ele-1 .youtube {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/logos/logo-youtube.svg");
}

footer .list-5 .ele-1 .xing {
  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/logos/logo-xing.svg");
}

/* FOOTER - ENDE */

/* BACKGROUNDS - START */

.background-1 {

  background-image: url("/wp-content/themes/meetyoo-2016/img/assets/backgrounds/start-anlaesse-bg-image.jpg");
  background-size: cover;
  background-position: center;
}

/* BACKGROUNDS - ENDE */

/* TEASER - START */
#teaser {
  padding-top: 0px;
  padding-bottom: 0px;
}

#teaser .vc_btn3-color-default {
  background-color: rgba(255, 255, 255, 0.4);
}

#teaser .vc_btn3-container {
  margin-top: 40px;
}

/* TEASER - START */

/* PRODUCTFINDER - ENDE */

.wpb_content_element.productfinder {
  background: none;
}

/* PRODUCTFINDER - ENDE */

/* OVERLAYS - START */

/* RIBBON OVERLAY */

.overlay-ribbon {
  position: relative;
}

.overlay-ribbon:after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay-ribbon .wrapper-inner {
  position: relative;
  z-index: 1;
}

/* /RIBBON OVERLAY */

/* OVERLAYS - ENDE */

/* SEARCH OVERLAY - START */

body.overflow {
  overflow: hidden;
  position: relative;
}

.blur {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);

  -moz-box-shadow: inset 0 0 40px #000000;
  -webkit-box-shadow: inset 0 0 40px #000000;
  box-shadow: inset 0 0 40px #000000;

}

#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.70);
  z-index: 1000;
  opacity: 0;
}

#overlay-search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;
}

#overlay-search .wrapper-inner {
  position: relative;
  z-index: 1;
  padding: 32px;
}

#form_search {
  padding: 20px 0px;
  text-align: center;
}

#form_search input {
  width: 100%;
  max-width: 960px;
  padding: 16px 24px;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}

#overlay .close {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -9999px;
}

/* SEARCH OVERLAY - ENDE */

/* SEARCH RESULTS PAGE - START */

#search-results {

  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

#search-results .wrapper-inner {
  text-align: left;
  display: inline-block;
}

/* SEARCH RESULTS PAGE - ENDE */

/* HEIGHTS - START */

/* EQUAL */

.height-equal {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  /*
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
*/

  /*
    display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;

      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
*/
}

.height-equal .wpb_column {
  /*
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
*/

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  /*
    -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      box-flex: 1;
      padding: 0px;
    margin: 8px 8px;
*/
}

.height-equal .vc_column-inner {
  width: 100%;
}

/* /EQUAL */

/* HEIGHT - ENDE */

/* SECTION: ABOUT - START */

#section-about {}

#section-about .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 44px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/ueber_uns_green.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: ABOUT - ENDE */


/* SECTION: ANLÄSSE - START */

/*#section-anlaesse {

}*/

#section-anlaesse .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 44px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Anlass_green.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: ANLÄSSE - ENDE */

/* SECTION: GRÜNDE - START */

/*#section-gruende {

}*/

#section-gruende .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 36px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Gruende_green.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: GRÜNDE - ENDE */

/* SECTION: KUNDEN - START */

/*#section-clients {

}*/

#section-clients .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 44px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Zitate_green.svg") no-repeat left center;
  background-size: 32px;
}

#section-clients .wpb_single_image .vc_single_image-wrapper {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

#section-clients .wpb_single_image .vc_single_image-wrapper:hover {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

/* SECTION: KUNDEN - ENDE */

/* SECTION: FAQ - START */

/*#section-faq {

}*/

#section-faq .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 44px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/icon_fragen_webcast_green.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: FAQ - ENDE */

/* SECTION: PRODUKTE - START */

/*#section-produkte {

}*/

#section-produkte .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 44px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Produkte_green.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: PRODUKTE - ENDE */

/* SECTION: PRODUKT-DETAILS - START */

/*#section-product-details {

}*/

#section-product-details .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 44px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Details_infos_green.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: PRODUKT-DETAILS - ENDE */

/* SECTION: PREISE - START */

/*#section-pricing {

}*/

#section-pricing .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 44px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Preise_Tarife_green.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: PREISE - ENDE */

/* SECTION: BERATUNG - START */

/*#section-consulting {

}*/

#section-consulting .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 36px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/Kontakt_green.svg") no-repeat left center;
  background-size: 24px;
}

/* SECTION: BERATUNG - ENDE */

/* SECTION: SERVICE - START */

/*#section-service {

}*/

#section-service .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 36px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/white_paper_green.svg") no-repeat left center;
  background-size: 24px;
}

/* SECTION: SERVICE - ENDE */

/* SECTION: DIES UND DAS - START */

/*#section-misc {

}*/

#section-misc .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 36px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/ueber_uns_green.svg") no-repeat left center;
  background-size: 24px;
}

/* SECTION: DIES UND DAS - ENDE */

/* SECTION: VIDEO - START */

/*#section-video {

}*/

#section-video .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 48px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/video-kamera.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: VIDEO - ENDE */

/* SECTION: TEAM - START */

/*#section-team {

}*/

#section-team .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 48px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/unser_team.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: TEAM - ENDE */

/* SECTION: STELLENANGEBOTE - START */

/*#section-stellenangebote {

}*/

#section-stellenangebote .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 48px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/jobs_und_karriere.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: STELLENANGEBOTE - ENDE */

/* SECTION: MISSION - START */

/*#section-mission {

}*/

#section-mission .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 48px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/zielscheibe_green.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: MISSION - ENDE */

/* SECTION: WHY MEETYOO - START */

/*#section-whymeetyoo {

}*/

#section-whymeetyoo .vc_custom_heading:nth-of-type(1) {
  /*    border-bottom: 1px solid rgba(0,0,0,1); */
  padding-left: 48px;
  background: url("/wp-content/themes/meetyoo-2016/img/assets/icons/ueber-uns_green.svg") no-repeat left center;
  background-size: 32px;
}

/* SECTION: WHY MEETYOO - ENDE */

/* PAGE SEARCH - START */

.search .author,
.search .date,
.search comments {
  display: none;
}

.search #search-results article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
}

.search #search-results article:last-child {
  border: none;
}

.search #search-results article h2 {
  margin: 0px;
}

/* PAGE SEARCH - ENDE */

/* ============================= */
/* = MOBILE ACTION BAR - START = */
/* ============================= */

#mobile-action-bar {
  display: none;
}