/**
Theme Name: Astra REGIOS
Author: Roberto Ziera
Author URI:
Description: Astra Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra_regios
Template: astra
*/

/*
 * Header
 */
.site-header {
    border-bottom: 10px solid #127bca;
    }

/*
 * Hauptmenü
 */
ul.main-header-menu > li {
    font-size: 1.2em;
    font-weight: 600;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 10px solid #127bca;
    /* border-bottom-width: 10px; */
    margin-bottom: -10px;
    }
ul.main-header-menu > li li {
    font-size: 1.0em;
    font-weight: 400;
    }
ul.main-header-menu li.current_page_item {
    border-bottom: 10px solid #EC7404;
    }
ul.main-header-menu li.current_page_parent {
    border-bottom: 10px solid #EC7404;
    }
ul.main-header-menu li li.current_page_item {
    border-bottom: 0;
    /* background-color: #fce201; */
    font-weight: 600;
    text-decoration: underline #EC7404;
    text-decoration-thickness: 3px;
    }
ul.main-header-menu li li:hover {
    background-color: #f5f5f5;
    font-weight: 600;
    text-decoration: underline #EC7404;
    text-decoration-thickness: 3px;
    }
ul.main-header-menu .sub-menu .menu-link {
    padding: .5em 1em;
    }
ul.main-header-menu .current-menu-parent {
    border-bottom: 10px solid #EC7404;
    }

ul#ast-hf-mobile-menu > .menu-item > .menu-link {
    height: unset;
    }
ul#ast-hf-mobile-menu > li {
    margin-bottom: unset;
    }

.ast-below-header-bar {
    background-color: #ffffff;
    }

/*
 * Content
 */
.entry-content ul {
    list-style-image: url(/wp-content/uploads/2022/08/pfeil.png);
    }

/*
 * Widget
 */
h2.widget-title {
    font-weight: 400;
}
.widget .post-date {
    display: block;
}

/*
 * Formulare
 */
table#anmeldung-anbieter th,
table#anmeldung-verbraucher th,
table#anmeldung-sachwertkarte th,
table#anmeldung-verein th {
    width:40%;
    text-align: left;
    }
table#anmeldung-anbieter td,
table#anmeldung-verbraucher td,
table#anmeldung-sachwertkarte td,
table#anmeldung-verein td {
    width:60%;
    text-align: left;
    }
table#anmeldung-anbieter input[type="text"],
table#anmeldung-verbraucher input[type="text"],
table#anmeldung-sachwertkarte input[type="text"],
table#anmeldung-verein input[type="text"] {
    width:98%;
    padding: 0.1em;
    }
table#anmeldung-anbieter input[type="radio"],
table#anmeldung-verbraucher input[type="radio"],
table#anmeldung-sachwertkarte input[type="radio"],
table#anmeldung-verein input[type="radio"] {
    margin-right:1em;
}

/*
 * RegiosWS
 */
.widget {
    float: unset !important;
}
ul.rws_latest {
    margin: 0 !important;
}
ul.rws_latest li {
    padding: 6px !important;
}

.rws_button {
    width: unset !important;
}

#rws_branchentable li {list-style: none; }
.rws_kat_div { float: left; width: 32%; }
.rws_katlink h3 { clear:none; margin-bottom:0; }

div.katimg {
    width: 3em;
    height: auto;
}
img.katimg {
    height: auto;
    width: auto;
}

#rws_atlas iframe {
  width: 100%;
  height: 60vh;
}

#regionalatlasbox #headerAtlas { margin-bottom: 0; }

.accordion-item .rws_titleline img {
  width: 2rem;
  height: auto;
}

/* Blog */
.single_meta { margin-top:2em;}
