/*******************************************************************************************/
/*** ALLGEMEIN *****************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** HEADER ********************************************************************************/
/*******************************************************************************************/

/*Breadcrumbs*/
#kadence-breadcrumbs .kadence-svg-iconset:after {
    content: "Startseite";
    margin-left: 2px;
}
.kadence-svg-iconset.svg-baseline svg {
    top: 0.2em;
    position: relative;
}

#secondary-menu a, #secondary-menu ul {
    border-radius: 5px;
}


/*Desktop Burgermenu*/
.popup-drawer .drawer-header .drawer-toggle {
    font-size: 40px!important;
    color: #215387!important;
    background: #f8d371!important;
    padding: 15px!important;
}
.collapse-sub-navigation {
    background: #f4b512;
}
.current_page_item a {
    background: #47a729;
    color: #fff!important;
}
.menu-item a {
  padding-left: 10px!important;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  font-family: 'Fira Sans', sans-serif;
  padding:1em!important;
  color:#fff!important;
}
.menu-item a:hover {
    background: #f8d371;
    /*color: #215387!important; */
}
.collapse-sub-navigation ul.menu li a {
    border-bottom: 2px solid #f8d371!important;
}


/* Würfel Hintergrundbild Kopfzeile */
.site-top-header-wrap .site-header-row-container-inner{
  background-size: 400px;
  background-position: left -70px;
}
.site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard {
  background: #fff;
}
#main-header {
  background: #f4b512;
}

.site-main-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck {
  box-shadow: 0px 2px 11px rgb(0 0 0 / 15%);
}
#fixed-header-logo{
  display:none;
}
.site-main-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck #fixed-header-logo{
  display:block;
}

/*******************************************************************************************/
/*** SLIDER ********************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** CONTENT *******************************************************************************/
/*******************************************************************************************/
.entry-content p {
    margin: 0.8em 0!important;
}

p a {
    font-weight: bold;
}

.content-bg {
    background-image: none!important;
}

body.content-style-unboxed .site {
    background-color: #F7FAFC!important;
    background-image: url(https://www.grundschule-wahlwies.de/wp-content/uploads/Grundschule-Wahlwies-Fav-5o.png)!important;
    background-repeat: no-repeat!important;
    background-position: 100% 97%!important;
    background-size: 50vw!important;
    background-attachment: scroll!important;
}



.kb-count-up-process.kb-count-up-number {
  float: left;
  margin-right: 20px;
  width: 130px;
}

/*** Tabellen Styling ***/

.wp-block-table, .wp-block-table th, .wp-block-table td, .wp-block-table tr{
  border:none!important;
}

.wp-block-table, .wpDataTable, .wpdtSimpleTable {
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 11px;
}
.wp-block-table {
  background: #fff!important;
}
.single-content table{
   margin-bottom:0!important;
}

.wp-block-table td {
  /*border: 2px solid #f5b824!important;*/ 
  border:none!important;
}
.wp-block-table tr:nth-child(even){
  background: #fef6e6;
}
.wp-block-table thead {
    background: #005ba8!important;
    color: #fff;
    text-align: left;
}

.wp-block-table figcaption {
    background: #669dcb;
    color: #fff!important;
    text-align: left!important;
    padding: 1em;
    font-style: italic;
}


/*** PDF Datei-Viewer ***/

.wp-block-file {
    border: 2px solid #f4b512;
    background: #fcedce;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 11px;
}

.wp-block-file a {
    font-weight: bold;
    padding: 5px;
    font-size: 15px;
}


/*.wp-block-file a:first-child {
  color: #005ba8!important;
}*/


/*******************************************************************************************/
/*** PORTFOLIO *****************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*** BLOG **********************************************************************************/
/*******************************************************************************************/

.single-post .post-thumbnail-inner {
    padding: 20px 10px 0 10px;
}

.post-thumbnail-inner img, article.entry.content-bg.loop-entry {
    border-radius: 15px;
}

/*******************************************************************************************/
/*** FOOTER ********************************************************************************/
/*******************************************************************************************/
.footer-html-inner img{
  display:inline;
}

#colophon .footer-html a{
  font-weight:normal;
}

/*******************************************************************************************/
/*** MOBILE ********************************************************************************/
/*******************************************************************************************/
.site-main-header-wrap.site-header-focus-item.site-header-row-layout-standard.site-header-row-tablet-layout-default.site-header-row-mobile-layout-default.kadence-sticky-header.item-is-fixed.item-is-stuck {
    box-shadow: 0px 2px 11px rgb(0 0 0 / 15%);
}

