/*
 Theme Name:   GEW Pumpen Böse
 Description:  Child Theme based on Rowling
 Author:       Nicky Reinert
 Author URI:   httpw://nickyreinert.de
 Template:     rowling
 Version:      1.0
 Text Domain:  rowling
*/

/* 
    signatur color green: #009933 

*/
.navigation .section-inner,
.to-the-top {

    background-color: #eeeeee;
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #003e73;

}

.wrapper .widgets {
    float: right;
}

.arrow-up {
    border-color: transparent transparent #ffffff;
    border-style: solid;
    border-width: 10px;
    height: 0px;
    width: 0px;
    margin-bottom: 20px;
  }


.header-wrapper {
    background-image: url("https://meinbrunnenprojekt.de/wp-content/uploads/2020/07/background.png");
}

div.blog-description {
    
    background-color: rgba(255,255,255,0.5);
    color: #000;

}
li.category-overview {

    margin-bottom: 3em !important;

}

li.category-overview a {
    color:  #003e73;
}
.blocks-gallery-item p {
    text-align: center;
}

.blog-title a:hover {

    color:  #003e73;
}

.widget-title {

    border-bottom: 2px solid #003e73;
}

.nav-toggle {
    background-color: #003e73;
}

.single-post .post-title {

    font-size: 1.5em;
}

.post-title {
    
    font-family: 'Lato', sans-serif;
    border-bottom: 2px solid #003e73;

}

input#submit {
    background-color: #003e73;
}
a {

    color: #003e73;
}

.section-inner {
    max-width: 100%;
    width: 100%;
    padding: 0 2em;
}

.primary-menu > li > a {
    color: #555555;
    font-weight: normal;

    text-shadow: none;
    text-transform: none;
}
.primary-menu > li:hover > a {

    background-color: #003e73;
    color: #ffffff;
}

.navigation .section-inner, .to-the-top {

    border-top: none;
}

.primary-menu ul a {
    font-weight: normal;
    background-color: #eeeeee;
    color: #555555;
    text-align: left;
    text-transform: none;    
}

.primary-menu ul a:hover {
    background-color: #cccccc;
    color: #555555

}

.primary-menu > li.menu-item-has-children::before, .primary-menu > li.menu-item-has-children::after {
    border-top-color: #003e73;
}

.primary-menu > li > ul::before {
    border-bottom-color: #eeeeee;
}

.mobile-menu {
    background-color: #003e73;
}
.mobile-menu .sub-menu {
    background-color: #cccccc;

}

.mobile-menu .sub-menu a {
    color: #555555;

}