/*
Theme Name: EPVTheme
Text Domain: EPVTheme
Version: 1.2
Description: A Forschungszentrum Jülich / Helmholtz-Institute Erlangen-Nürnberg based theme for serving the emerging-pv.org website.
Tags: responsive, fancy
Author: Christian Berger
Author URI: https://www.cb-ikt.de
License: Proprietary
*/

@font-face {
    font-family: "Weissenhof_Grotesk";
    src: url("/wp-content/themes/epv_theme/assets/fonts/WeissenhofGrotesk-Regular.woff2") format("woff2"), url("/wp-content/themes/epv_theme/assets/fonts/WeissenhofGrotesk-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Weissenhof_Grotesk";
    src: url("/wp-content/themes/epv_theme/assets/fonts/WeissenhofGrotesk-Bold.woff2") format("woff2"), url("/wp-content/themes/epv_theme/assets/fonts/WeissenhofGrotesk-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Weissenhof_Grotesk";
    src: url("/wp-content/themes/epv_theme/assets/fonts/WeissenhofGrotesk-Medium.woff2") format("woff2"), url("/wp-content/themes/epv_theme/assets/fonts/WeissenhofGrotesk-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Weissenhof_Grotesk";
    src: url("/wp-content/themes/epv_theme/assets/fonts/WeissenhofGrotesk-RegularItalic.woff2") format("woff2"), url("/wp-content/themes/epv_theme/assets/fonts/WeissenhofGrotesk-RegularItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
  }

body {
    color: #333333;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 62.5%;
}

body, .wrapper {
  min-height:100vh;
}

main {
  flex:1 1 auto;
}

div, a, ul, li, h2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navFunctions {
    padding: 30px 0 30px 0;
}


a {
    font-size: 100%;
    color: #004176;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: underline;
    color: #000;
    outline: none;
}

#navServiceMeta {
    font-size: 12px;
    text-transform: uppercase;
}

#navPrimary {
    font-size: 19px;
}

#navPrimary a {
    color: #000;
}

#navPrimary a, #navPrimary a:hover, #navPrimary a:active, #navPrimary a:focus {
    text-decoration: none;
}

#navServiceMeta a {
    color: #000;
    font-size: 100%;
    padding-left: 10px;
}

#navServiceMeta ul, #navPrimary ul {
    list-style: none;
    padding-left: 0;
    display:block;
    white-space: nowrap;
}

#navServiceMeta li, #navPrimary li {
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    display:inline-block;
    padding-right: 10px;
}

/* Sub-menu dropdown styling */
#navPrimary li {
    position: relative;
    overflow: visible;
}

#navPrimary .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 8px 0;
    margin: 0;
    z-index: 1000;
    min-width: 180px;
    list-style: none;
}

#navPrimary li:hover > .sub-menu {
    display: block;
}

#navPrimary .sub-menu li {
    display: block;
    padding: 0;
    overflow: visible;
    white-space: nowrap;
}

#navPrimary .sub-menu li a {
    display: block;
    padding: 6px 16px;
    font-size: 16px;
    color: #000;
}

#navPrimary .sub-menu li a:hover {
    background-color: #f0f0f0;
}
.left-50 {
    width: 50%;
    float: left;
}

.right-50 {
    width: 50%;
    float: right;
}

.left-33 {
    width: 33%;
    float: left;
}

.middle-33 {
    width: 33%;
    float: left;
}

.right-33 {
    width: 33%;
    float: right;
}

.fullContent {
    clear: both;
}

.content {
    max-width: 79em;
    min-width: 940px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.copyright {
    font-size: 140% !important;
}

.logo {
  list-style-type:none;
  padding-left: 0;
}

.logo img {
    height: 55px;
    padding-left:20px;
}

.imeet {
  height: 25px !important;
  vertical-align: top;
  margin-top: 6px;
}

.fzj-logo {
    height: 35px !important;
    vertical-align: top;
    padding-top: 4px;
}

.wiley {
    height: 23px !important;
    vertical-align: top;
    /*padding-top: 15px;*/
    margin-top: 8px;
}

.fullContent .content {
    max-width: 79em;
    min-width: 940px;
    padding: 0;
}

#menu-footer-copyright {
    list-style: none;
    padding-left: 0;
    display:block;
}


#menu-footer-copyright li {
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    display:inline-block;
    padding-right: 10px;
}

.footer-lightblue-widget {
    font-size: 140%;
}





/*Primary*/
#navPrimary {
    display: block;
    /*width: 100%;*/
    position: relative;
    clear: both;
    background-color: #fff;
  }
  #navPrimary::before, #navPrimary::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #navPrimary::after {
    clear: both;
  }
  #navPrimary ul > li {
    float: left;
    position: relative;
    width: auto;
    font-size: 100%;
  }
  #navPrimary ul > li a, #navPrimary ul > li strong {
    text-transform: none;
    font-weight: normal;
    padding: 0 0 12px;
    font-family: "Weissenhof_Grotesk", Arial, helvetica, sans-serif, "Droid Sans";
    margin-right: 26px;
    display: inline-block;
    border-bottom: 5px solid #fff;
  }
  #navPrimary ul > li a:hover, #navPrimary ul > li a:focus, #navPrimary ul > li a:active, #navPrimary ul > li strong:hover, #navPrimary ul > li strong:focus, #navPrimary ul > li strong:active {
    border-bottom: 5px solid #004176;
    color: #004176;
  }
  #navPrimary ul > li strong {
    font-weight: bold;
    border-bottom: 5px solid #333333;
    color: #004176;
  }
  #navPrimary ul > li:last-child a, #navPrimary ul > li:last-child strong {
    padding-right: 0;
    margin-right: 0;
  }
  #navPrimary ul > li h3 {
    margin-bottom: 0;
  }
  #navPrimary ul > li em a {
    color: #004176;
    font-style: normal;
  }
  #navPrimary ul > .subnavigationButtonWrapper {
    margin-bottom: 17px;
  }
  #navPrimary .menu-box {
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    width: 290px;
    left: 0;
    padding: 20px;
    background-color: #EEE;
  }
  #navPrimary .menu-box ul {
    padding: 0 10px;
    background-color: #EEE;
  }
  #navPrimary .menu-box li {
    border-bottom: 0;
    display: block;
    clear: both;
  }
  #navPrimary .menu-box li a, #navPrimary .menu-box li strong {
    font-family: Arial, helvetica, sans-serif, "Droid Sans";
    font-size: 140%;
    display: block;
    margin: 4px 0 2px;
    padding: 3px 0 5px 15px;
    font-weight: bold;
    /*background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 0 -3333px;*/
    border-bottom: 0;
  }
  #navPrimary .menu-box li:last-child, #navPrimary .menu-box li.last {
    border-bottom: none;
  }
  #navPrimary .menu-box li a:hover, #navPrimary .menu-box li a:focus, #navPrimary .menu-box li a:active {
    text-decoration: underline;
    border-bottom: 0;
    color: #000;
  }
  #navPrimary .menu-box li strong {
    font-weight: bold;
    border-bottom: 0;
    color: #000;
  }
  #navPrimary .fl-2 .menu-box {
    width: 410px;
    left: -15.9em;
    margin: 0 0 0 0;
    padding: 20px;
    background-color: #EEE;
  }
  #navPrimary .fl-2 .menu-box ul {
    border: none;
    padding: 0 5px;
  }
  #navPrimary .fl-2 .menu-box > ul {
    background-color: #EEE;
    display: inline-block;
    width: 410px;
  }
  #navPrimary .fl-2 .menu-box > ul li {
    margin-right: 0;
    display: block;
  }
  #navPrimary .fl-2 .menu-box > ul > li:first-child {
    float: left;
    width: 50%;
    border: none;
  }
  #navPrimary .fl-2 .menu-box > ul > li:last-child {
    float: right;
    width: 50%;
    border: none;
  }
  .home .c-submenu-wrapper {
    min-width: 940px;
  }
  /*Primary Ende*/


/*Verticalbreadcrumb*/
#navBreadcrumbsVertical {
    background: #004176;
  }
  
  #navBreadcrumbsVertical .level2, #navBreadcrumbsVertical .level3 {
    display: none;
  }
  
  #navBreadCrumbsVertical .content ol li,
  #navBreadcrumbsVertical .content ol li {
    list-style-type: none !important;
    font-size: 13px;
  }
  
  #navBreadcrumbsVertical > strong, #navBreadcrumbsVertical .level1 a {
    font-size: 200%;
    font-family: Georgia, Times New Roman, serif, "Droid Serif";
    line-height: 1;
    color: #fff;
    display: block;
    padding: 18px 5px 22px 5px;
  }
  
  #navBreadcrumbsVertical > strong {
    font-weight: normal;
  }
  
  /*Verticalbreadcrumb Ende*/

  #navBreadCrumbsVertical {
    -webkit-box-shadow: inset 0 10px 5px -8px rgba(0, 0, 0, 0.34);
    box-shadow: inset 0 10px 5px -8px rgba(0, 0, 0, 0.34);
  }
  
  #navBreadCrumbsVertical li {
    display: block;
    float: left;
    font-size: 130%;
    /*background: url(/SiteGlobals/Frontend/Images/icons/sprite.png?__blob=normal) no-repeat 8px 7px;*/
    /*padding-left: 20px;*/
  }
  
  #navBreadCrumbsVertical li:first-of-type {
    background-image: none;
    padding-left: 0;
  }
  
  #navBreadCrumbsVertical li a, #navBreadCrumbsVertical li strong {
    color: #004176;
  }
  
  #navBreadCrumbsVertical li strong {
    font-weight: bold;
    color: #333333;
  }
  
  #navBreadCrumbsVertical ol {
    margin-left: 0;
  }

  .fullContent.breadcrumb {
    padding: 14px 0 14px 0;
    margin-bottom: 56px;
  }

  #epv-content {
      font-size: 15px;
      margin-bottom: 100px;
  }

  table.table-hover tbody tr td:hover {
    background-color: #fb9692; 
}



/*

New styles

*/
.jumbotron .no-pad {
  font-size: 100%;
}

#print-bar {
  background-color: #EEE;
  padding: 2rem 1rem !important;
  margin-bottom: 0;
  border-radius: 0;
}


#about-bar {
  background-color: #004176;
  padding: 52px 0 !important;
  margin-bottom: 0;
  border-radius: 0;
  color: #FFF;
}


#copyright-bar {
  background-color: #002036;
  padding: 24px 0 24px 0 !important;
  margin-bottom: 0;
  border-radius: 0;
  color: #FFF;
}

#about-bar a, #copyright-bar a {
    color: #fff;
}


/******* THEME ADDITIONS FOR EPV USER *******/
.breadcrumb-logo {
  white-space: nowrap;
  float: left;
}

.breadcrumb-logo > img {
  height: 20px;
}

#stage-container {
  background-color: #004176;
  color: #fff;
  width:100%;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.carousel-caption {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(85%);
}

.carousel-caption>h5 {
  color:#002036;
}