:root {
  --bg_dark: #232e38;
  --bg_dark2: #232e38;
  --bg_light: aliceblue;
  --btn-bg: #89b032;
}

#np_logo {
  width: 100%;
  text-align: center;
  padding: 10px;
}

#np_header {
    position: relative;
    background-color: var(--bg_light);
}

#np_login {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px 10px;
  background-color: #0001;
  cursor: pointer;
}

#np_login:hover {
  background-color: #0002;
}

#np_login a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#np_login a:hover {
  text-decoration: none;
}

#np_menucontainer {
    position: sticky;
    top: 0px;
    left: 0px;
    background-color: var(--bg_dark);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    z-index: 999;
}

.np_menu_hamburger_bar {
  border: 1px solid var(--bg_light);
  margin: 5px auto 5px auto;
  width: 26px;
  height: 3px;
  background-color: var(--bg_light);
}

.np_menu_button_open {
    display: block;
    margin: auto;
    width: 60px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
}

#np_menu .mod-menu .np_menu_button_close {
  color: #fff;
  padding: 10px;
  display: inline-block;
  border: 1px solid white;
  text-transform: uppercase;
  border-radius: 8px;
  margin-top: 12px;
  background-color: #0001;
  font-weight: bold;
  cursor: pointer;
}

#np_menu .mod-menu .np_menu_button_close:hover {
  background-color: #0002;
}

#np_menu {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  min-height: 100vh;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: var(--bg_dark2);
}

#np_menu .mod-menu a {
  text-decoration: none;
  color: #94c11f;
  padding: 16px 0 16px 0;
  font-size: 18px;
  font-family: Arial;
  display: block;
}

#np_menu .mod-menu a:hover {
  background-color: #0003;
  color: white;
}

#np_maincontent {
  min-height: 1200px;
  height: fit-content;
}

#np_content {
  width: 1000px;
  padding: 20px 50px;
  margin: 20px auto 20px auto;
  height: calc(100% - 40px);
  background-color: #fffa;
  min-height: 1200px;
}

@media (max-width: 1200px) {
    #np_content {
        width: 80%;
        padding: 20px 18px;
        min-height: 600px;
    }
}

@media (max-width: 900px) {
    #np_content {
        width: calc(100% - 20px);
        padding: 20px 18px;
        min-height: 600px;
    }
}

body#np_body.site {
  background-image: url(/images/backgrounds/background_4zu3%20Kopie.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#np_content h1 {
    color: #7e9d2e;   
}

#np_content .page-header h1 {
    color: #7e9d2e;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 2px solid #7e9d2e;
}

#np_content h2 {
    color: #94c11f;   
}

#np_content .page-header h2 a {
  text-decoration: none;
  font-weight: bold;
  color: #434343;
  font-style: italic;
}

#np_content .page-header h2 a:hover {
  text-decoration: none;
  color: black;
}

#np_content .blog-item .item-image {
  padding: 10px 10px;
  border-radius: 8px;
  border: 3px solid white;
  width: 260px;
  background-color: #dbe1cd;
}

#np_content .blog-item .item-content {
  text-align: justify;
  overflow: hidden;
  height: 300px;
  position: relative;
}

#np_content .blog-item .item-content p {
  height: 180px;
  overflow: hidden;
}

#np_content .blog-item .item-content p:nth-child(n+3) {
  display: none;
}

#np_content .blog-item .item-content p.readmore {
  display: inherit;
}

#np_content .blog-item {
  /*flex-direction: row-reverse;*/
  background-color: #fffa;
  padding: 20px;
}

.com-content-article.item-page_np_projekte .page-header h1 {
    /*display: none;*/
}

#np_content p {
  font-size: 24px;
  color: #414141;
}

/*#np_content .pagination a.btn, #np_content .readmore a.btn {
  padding: 10px;
  min-width: 140px;
  border: unset;
  border-radius: 8px;
  background-color: #89b032;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial;
}*/

#np_content a.btn {
  padding: 10px;
  min-width: 140px;
  border: 3px solid white;
  border-radius: 8px;
  background-color: #89b032;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial;
}

#np_content .blog-item .item-content p.readmore {
  position: absolute;
  bottom: 0px;
  margin: 0;
  background-color: #c4d59e87;
  width: 100%;
  padding: 8px;
  text-align: center;
  height: fit-content;
}

#np_content a.btn:hover {
    background-color: #7ca228;
}

#np_content .page-link {
  color: var(--btn-bg);
  font-weight: bold;
}


#np_content .active > .page-link {
  background-color: var(--btn-bg);
  border-color: unset;
  color: white;
}

#np_content .items-more {
    display: none;
}

#np_footer {
  height: fit-content;
  min-height: 300px;
  padding: 20px;
  background-color: var(--bg_dark);
  border-top: 2px solid white;
}

#np_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#np_footer * {
    color: white;
}

.np_footer_box {
    margin: 33px;
}

@media (min-width: 901px) {
    #np_footer_middle {
        margin: 33px 100px;
    }
    
    .np_footer_box {
        margin: 33px;
    }
    
    .np_footer_box:nth-child(n+2) {
        padding-top: 42px;
    }
}

@media (max-width: 900px) {    
    .np_footer_box {
        margin: 14px 10px;
        width: 100%;
    }
    
    #np_footer_middle {
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        padding: 31px 0px;
    }
}

.np_footer_box .mod-menu__heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
  display: inline-block;
}

.np_footer_box .np_konto.mod-menu__heading {
  margin-bottom: 18px;
  padding-top: 4px;
}

/*Galerie*/

#np_content .item-content section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#np_content .item-content section p {
    width: 49%;
    overflow: hidden;
    height: 200px;
}

#np_content .item-content section p img {

}








