/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful 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-child
Template: astra
*/

/*CSS aus altem Theme*/
#job_created_at{
	visibility: visible!important;
    padding: 0;
    width: 100px!important;
}

/*Veranstaltungen*/
.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt{
	font-size: 11px!important;
	word-wrap: break-word;
}

.tribe-events-c-view-selector__list-item.tribe-events-c-view-selector__list-item--map {
	display:none!important;
}

:root {
  --tec-font-family-sans-serif: 'Arial', sans-serif;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
    padding: 5px;
}

.tribe-events .tribe-events-calendar-month__calendar-event{
    padding: 5px;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__calendar-event {
    opacity: 1;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
	padding-left: 0;
	padding-right: 0;
}

/*Brotkrummen*/
.breadcrumb {
    margin: 10px 0 30px 0;
}


/*Jobs*/
.wpjb .wpjb-listing-type-name {
    font-size: 16px;
}

/*.wpjb ul.wpjb-tabs li {
    background: none;
    border: 2px solid #497592;
}*/

.wpjb ul.wpjb-tabs.wpjb-tabs-reverse li.current {
   border: 2px solid #497592;
}

.wpjb-grid-row.wpjb-row-meta-cover_img{
	display:none;
}


/*Sidebar
#sidebar .striped-line-sidebar {
    margin-top: 20px;
}*/

/*Newsletter*/
footer .footercol {
    margin-bottom: 0px!important;
}

@media (min-width: 1001px){
#block-20{
	padding: 0;
}}

@media (max-width: 1000px){
#block-20{
	padding: 0 20px!important;
}}


/*Beitragsbild*/
.single-post-thumbnail.wp-post-image{
	display: none;
}

/*Ads*/
.mueri-adlabel{
	font-size: 10px;
}

.mueri-close-button{
	right:0!important;
}

img {
    max-width: 100%;
    height: auto;
aspect-ratio: auto;
}

/*Horizontales Scrollen vermeiden*/
.entry-content {
   max-width: 100% !important;
	overflow-x: hidden !important;
}

/*Partner  Hansa Rostock*/
@media (max-width: 1000px){
.partner-hansa-rostock{
	width: 202px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}}

#colophon{
	display: none!important;
}


/*Kirchen*/
.kirchen {
font-size: 14px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.4;
}

.kirchen table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.kirchen th, .kirchen td {
    padding: 10px 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.kirchen th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.kirchen tr:nth-child(even) {
    background-color: #f9f9f9;
}

.kirchen tr:hover {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    .kirchen table {
        font-size: 13px;
    }
    .kirchen th, .kirchen td {
        padding: 8px;
    }
}

@media screen and (max-width: 768px) {
    .kirchen {
        width: 100%;
    }

    .kirchen thead {
        display: none;
    }
    .kirchen tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
    }
    .kirchen td {
        display: block;
        text-align: left;
        padding-left: 5%;
        position: relative;
        border-top: none;
    }

    .kirchen td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 10px);
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
}

/* Museen + Boot */
.museen, .boot {
    border-collapse: collapse;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.museen th, .museen td, .boot th, .boot td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.museen th, .boot th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.museen tr:nth-child(even), .boot tr:nth-child(even) {
    background-color: #f9f9f9;
}
.museen a, .boot a {
    color: #0066cc;
    text-decoration: none;
}
.museen a:hover, .boot a:hover {
    text-decoration: underline;
}
/* Responsive Umwandlung Museen + Boot */
@media screen and (max-width: 768px) {
    .museen, .boot {
        width: 100%;
    }
    .museen thead, .boot thead {
        display: none;
    }
    .museen tr, .boot tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
    }
    .museen td, .boot td {
        display: block;
        text-align: left;
        padding-left: 5%;
        position: relative;
        border-top: none;
    }
    .museen td:before, .boot td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 10px);
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
}

/* Tabellen für Fahrradverleih */
.rad {
    border-collapse: collapse;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.rad th, .rad td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.rad th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.rad tr:nth-child(even) {
    background-color: #f9f9f9;
}
.rad a {
    color: #0066cc;
    text-decoration: none;
}
.rad a:hover {
    text-decoration: underline;
}

/* Responsive Umsetzung für Fahrradverleih */
@media screen and (max-width: 768px) {
    .rad {
        width: 100%;
    }
    .rad thead {
        display: none;
    }
    .rad tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
    }
    .rad td {
        display: block;
        text-align: left;
        padding-left: 5%;
        position: relative;
        border-top: none;
    }
    .rad td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: calc(50% - 10px);
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
}

/* Bereich "location-header" */
.location-header {
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    background-color: #dedfe5;
}

.specialty-header {
   font-size: 1.2em;
   font-style: italic;
   font-weight: bold;
   background-color: #f7f8fe;
 }


/* Arzt-Tabellen – Klassisches, modernes Styling */
.arzt {
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.arzt table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.arzt th, .arzt td {
    padding: 10px 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.arzt th {
    background-color: #f4f4f4;
    font-weight: bold;
}
.arzt tr:nth-child(even) {
    background-color: #f9f9f9;
}
.arzt tr:hover {
    background-color: #f1f1f1;
}

/*Arial Schriftart*/
body, 
.elementor-widget, 
.elementor-widget * {
    font-family: Arial, sans-serif !important;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}

/*Urlaub - Partner - Galerie Post List*/
.elementor-269346 .elementor-element.elementor-element-d02db16 .uc_post_list_image img {
    height: 200px !important;
}

.elementor-269349 .elementor-element.elementor-element-1f388064 .uc_post_list_image img {
    height: 200px !important;
}

.elementor-269351 .elementor-element.elementor-element-13b2cb36 .uc_post_list_image img {
    height: 200px !important;
}

/*Jetpack Anmeldung*/
#subscribe-email{
	display: inline-block!important;
}