/*
Theme Name: NeoDesign
Description: Erstellt von  <a href="https://neodesign.tv" target="_blank">NeoDesign</a>
Version: 1.0
Author: NeoDesign
Author URI: https://neodesign.tv
Template: enfold
*/
/*Add your own styles here:*/
html,
body {
  font-family: "Gotham A", "Gotham B", "raleway", sans-serif !important;
  font-weight: 300;
}

.neo_mainbackground_opacity {
  background-color: rgba(0, 46, 89, 0.9) !important;
}

.neo_icon_text_box,
.neo_icon_text_box_small {
  display: flex;
  align-items: flex-start;
  padding: 0 1em;
  margin: 1em 0;
  min-height: 165px;
}
.neo_icon_text_box p:first-child,
.neo_icon_text_box_small p:first-child {
  margin-right: 15px;
}
.neo_icon_text_box img,
.neo_icon_text_box_small img {
  display: block;
  max-width: 65px !important;
}

.neo_icon_text_box_small img {
  max-width: 50px !important;
}

.neo-icon-overall-box {
  min-height: 165px;
  margin-bottom: 30px;
}
.neo-icon-overall-box .neo-icon-and-text {
  display: flex;
  align-items: center;
}
.neo-icon-overall-box .neo-icon-and-text p {
  margin: 0;
}
.neo-icon-overall-box .neo-icon-and-text img {
  display: block;
  max-width: 65px !important;
}
.neo-icon-overall-box .neo-icon-and-text h3 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
}
.neo-icon-overall-box .neo-icon-text-box {
  margin: 0 0 0 15px;
}

.neo_margin_standard {
  margin-bottom: 50px;
}

#top .main_color input[type=text],
#top .main_color textarea,
.main_color input[type=submit] {
  color: #000;
}
#top .main_color input[type=text]::selection,
#top .main_color textarea::selection,
.main_color input[type=submit]::selection {
  background: #000;
  color: #fff;
}

.neo-img-w75 {
  max-width: 75px;
  height: auto;
}

/* only for desktop */
@media only screen and (min-width: 768px) {
  p,
li {
    letter-spacing: 1px;
  }

  h1,
h2 {
    letter-spacing: 2px !important;
  }
}
.entry-content-wrapper li {
  list-style-type: square;
}

h1 {
  font-size: 24px;
}

#av-burger-menu-ul li a .avia-menu-subtext {
  display: none;
}

.avia-section-large .content,
.avia-section-large .sidebar {
  padding-top: 61px;
}

.neo_strength_text_box {
  min-height: 255px;
}
.neo_strength_text_box h3 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 14px;
}

a.hover-yellowgold:hover {
  color: #e3c667 !important;
}

.neo_office_single_row {
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
}
.neo_office_single_row .neo_office_single_item {
  width: 100%;
}

/* only for desktop */
@media only screen and (min-width: 768px) {
  #header {
    padding-top: 0;
  }

  #header_meta {
    position: absolute;
    right: 0;
  }

  .html_header_top.html_logo_center .logo {
    width: 100%;
    border-bottom: 1px solid #002e59;
  }
}
#header .logo img {
  padding: 30px 0 !important;
  margin: 0 auto;
}

.wpml-ls-menu-item {
  border: none !important;
}
.wpml-ls-menu-item .wpml-ls-flag {
  width: 45px;
  height: 45px;
  border: 1px solid #002e59;
}
.wpml-ls-menu-item.wpml-ls-current-language .wpml-ls-flag {
  border: 1px solid #e3c667;
}

/* only for desktop */
@media only screen and (min-width: 768px) {
  /*main navigation*/
  .av-main-nav > li > a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    cursor: pointer !important;
  }
  .av-main-nav > li > a:hover {
    font-weight: 500;
  }

  .html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child {
    display: flex !important;
    justify-content: space-around;
    position: relative !important;
  }
  .html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child > li > a {
    padding-top: 6px;
  }

  .header_color .main_menu ul:first-child > li.active-parent-item > a {
    font-weight: 500;
  }
  .header_color .main_menu ul:first-child > li.active-parent-item > a .avia-bullet {
    display: block;
    border-top: 16px solid transparent !important;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #002e59 !important;
    top: auto;
    bottom: -17px;
    margin-bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
  }
  .header_color .main_menu ul:first-child > li.active-parent-item > a .avia-bullet:after {
    content: "";
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 15px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*sub-menu*/
  #top #header.av_minimal_header .main_menu ul:first-child > li > ul,
#top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu {
    width: 100%;
    position: absolute;
    left: 0;
    justify-content: space-between;
    box-shadow: none;
  }

  #top .av-main-nav li {
    position: initial !important;
    width: 100%;
  }
  #top .av-main-nav li a {
    border: none !important;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    position: relative;
  }
  #top .av-main-nav li a:hover {
    font-weight: 500;
  }

  .main_menu .sub-menu .current_page_item a {
    font-weight: 500;
  }

  /*triangle for submenu*/
  #top .header_color a:hover .avia-bullet {
    border-color: transparent;
  }

  .main_menu .sub-menu .current_page_item .avia-bullet {
    display: block;
    border-top: 15px solid transparent !important;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(0, 46, 89, 0.9294117647) !important;
    top: auto;
    bottom: -15px;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu > div,
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child {
    height: 61px;
  }

  #top #header.av_minimal_header .main_menu ul:first-child > li > ul {
    border-top: 1px solid rgba(0, 46, 89, 0.9);
  }
}
.main_color .toggler {
  font-size: 17px;
  color: #ffffff !important;
}

.main_color .toggler {
  text-transform: uppercase;
}

.js_active .toggler {
  border: none;
  border-top: 1px solid #fff;
}

.toggle_content {
  border: none;
}

.toggle-container .toggle_icon {
  border: none !important;
}

.mfp-content .main_color .heading-color,
.mfp-content .main_color a.iconbox_icon:hover,
.mfp-content .main_color h1,
.mfp-content .main_color h2,
.mfp-content .main_color h3,
.mfp-content .main_color h4,
.mfp-content .main_color h5,
.mfp-content .main_color h6,
.mfp-content .main_color .sidebar .current_page_item > a,
.mfp-content .main_color .sidebar .current-menu-item > a,
.mfp-content .main_color .pagination .current,
.mfp-content .main_color .pagination a:hover,
.mfp-content .main_color strong.avia-testimonial-name,
.mfp-content .main_color .heading,
.mfp-content .main_color .toggle_content strong,
.mfp-content .main_color .toggle_content strong a,
.mfp-content .main_color .tab_content strong,
.mfp-content .main_color .tab_content strong a,
.mfp-content .main_color .asc_count,
.mfp-content .main_color .avia-testimonial-content strong,
.mfp-content .main_color div .news-headline,
.mfp-content .main_color .av-related-style-full .av-related-title,
.mfp-content .main_color .av-default-style .av-countdown-cell-inner .av-countdown-time,
.mfp-content .main_color .wp-playlist-item-meta.wp-playlist-item-title,
.mfp-content .main_color .av-no-image-slider h2 a,
.mfp-content .main_color .av-small-bar .avia-progress-bar .progressbar-title-wrap,
.mfp-content .main_color .template-archives .tabcontainer a,
.mfp-content .main_color .tabcontainer .tab:hover,
.mfp-content .main_color .tabcontainer .tab.active_tab,
.mfp-content .main_color p,
.mfp-content .main_color .sidebar_tab,
.mfp-content .main_color .tabcontainer .tab,
.mfp-content .main_color a {
  color: #000 !important;
}

#footer .widget {
  margin: 0;
}
#footer .widget ul {
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 8px;
}

/* tablet stuff */
@media only screen and (max-width: 768px) {
  /* quickFix for IconList Template -> icons appear among themselves */
  #top .no_margin.av_one_half {
    width: 100%;
  }
  #top .no_margin.av_one_half:first-child {
    padding-bottom: 0 !important;
  }

  #top .flex_column_table_cell {
    display: block;
  }

  .neo_icon_text_box,
.neo_icon_text_box_small,
.neo_strength_text_box {
    min-height: auto;
  }

  .neo_office_single_row {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  /* safari fix */
  .avia-safari .neo_icon_text_box {
    margin: 0;
    padding: 10px 0;
  }

  /* header menu */
  .responsive #header_meta .sub_menu > ul {
    text-align: right !important;
  }

  #header_meta {
    display: none;
  }

  #header .logo img {
    opacity: 0;
    padding: 0 !important;
  }
  #header .logo a {
    background-image: url(/wp-content/themes/enfold-child/jargonnant-partners-logo-mobil.9b4812c7.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 85%;
    display: block;
    margin: 10px 0;
  }

  /* mobile menu */
  #top #av-burger-menu-ul {
    padding-top: 50px !important;
  }

  .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a {
    color: #ddd;
    opacity: 0.8;
  }

  .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li .sub-menu a {
    color: #fff !important;
    opacity: 1 !important;
  }

  .av-burger-overlay-active #top .av-hamburger-inner,
.av-burger-overlay-active #top .av-hamburger-inner::before,
.av-burger-overlay-active #top .av-hamburger-inner::after {
    background-color: #fff !important;
  }

  /* logo */
  .responsive #top .logo {
    width: 100% !important;
  }

  /* wpml switcher (no text on mobile - only flags) */
  .wpml-ls-menu-item .wpml-ls-native {
    display: none !important;
  }

  /* content - padding etc - more space! */
  .responsive #top #wrap_all .flex_column {
    margin-bottom: 0;
  }

  .responsive #top #wrap_all #header {
    margin: 0 !important;
  }

  .responsive #top #wrap_all .container {
    width: 90%;
    max-width: 90%;
  }

  .avia-section-large .content,
.avia-section-huge .content {
    padding: 25px 0;
  }

  .neo_icon_text_box,
.neo_icon_text_box_small,
.neo_strength_text_box {
    min-height: auto;
  }

  /*footer*/
  #footer .widget {
    margin: 0;
  }

  /* headlines */
  h1,
h2 {
    font-size: 120%;
  }

  /* fix for ios margin */
  .neo_icon_text_box,
.neo_icon_text_box_small {
    margin: 0 !important;
  }
}

/*# sourceMappingURL=/wp-content/themes/enfold-child/style.css.map */