/*======================================
Theme Name: Yoga on Tour Child Theme
Description: Theme for Yoga-on-Tour
Version: 1.0.3
Author: ORoeder
Template: astra
Text Domain: astra-child
======================================*/

:root {
  --ast-global-color-0: #4b4e4c;
  --ast-global-color-1: #9b8e87;
  --ast-global-color-2: #646a71;
  --ast-global-color-3: #4b4e4c;
  --ast-global-color-4: #ffffff;
  --ast-global-color-5: #d1cecd;
  --ast-global-color-6: #8ba8ba;
  --ast-global-color-7: #d4d7d8;
  --ast-global-color-8: #b1b7b8;

  --wp--custom--ast-default-block-left-padding: 0;
  --wp--custom--ast-default-block-right-padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em !important;
    color: var(--ast-global-color-0:);
}

/*
h1, h2, h3, h4, h5, h6, .entry-content :where(h1,h2,h3,h4,h5,h6) {
	color: white;
}


a{
	color: white;
}
*/
a:hover{
	color: #0274be;
}

.ast-narrow-container{
    --wp--custom--ast-content-width-size: 100%;
    --wp--custom--ast-wide-width-size: 100%;
}

#primary{
    margin: 0 !important;
}

.ast-container, .ast-container-fluid {
	margin: 0;
	padding: 0;
}

header.entry-header {
  padding-left: 50px;
}

.main-header-bar-wrap{
	background-color: #fff;
	border-bottom: 1px solid #afcbbf;
}

.ast-primary-header-bar{
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  background-color: #fff;
}

#content{
	background-color: var(--ast-global-color-7);
}

.entry-content .wp-block-media-text.has-background .wp-block-media-text__content{
	padding-top: 0px;
	padding-bottom: 0px;
}

.catpost {
  width: 28%;
  float: left;
  margin: 0 2% 0 2%;
  border: 1px solid white;
  background-color: #89a9bc;
  padding: 1%;
}

.button_layer{
	width: 100%;
	text-align: right;
}

a.button_start {
  display: inline-block;
  border: 1px solid #84a6ba;
  background-color: #84a6ba;
  color: white;
  padding: 12px 24px;
  text-decoration: none !important;
  border-radius: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  transition: all 0.3s ease;
}

a.button_start:hover{
    border: 1px solid #84a6ba;
	background-color: white;
  	color: #84a6ba;
}

.kategorie_content {
	padding-left: 50px;
	padding-right: 50px;
}

.kategorie_content_header{
	font-weight: bold;
}

.container-faq{

	padding: 0 50px;
}

/*======================================
Accordion
======================================*/
.accordion {
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            overflow: hidden;
        }

        .accordion-item {
            border-bottom: 1px solid #b1b7b8;
        }

        .accordion-item:last-child {
            border-bottom: none;
        }

        .accordion-header {
            background: #b1b7b8;
            padding: 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease;
            user-select: none;
        }

        .accordion-header:hover {
            background: white;
        }

        .accordion-header.active {
            background: white;
        }

        .accordion-title {
            font-size: 1.1rem;
            font-weight: 600;
        }

        .accordion-icon {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .accordion-header.active .accordion-icon {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            background: white;
        }

        .accordion-content.active {
            max-height: 500px;
            padding: 20px 25px;
        }

        .accordion-text {
            line-height: 1.6;
        }
        
/*======================================
Beitragsliste
======================================*/
.entry-content[data-ast-blocks-layout] > *{
    margin-bottom: 25px;
}

.beitrag_liste_element{
	padding: 25px 50px;
	margin-top: 25px;
	border: 1px solid white;
	background-color: #b1b7b8;
}

.wp-block-post-excerpt__excerpt{
	display: none !important;
}

/*======================================
Spruch der Woche
======================================*/

.spruch_container{
	padding: 40px 50px;
	background-color: var(--ast-global-color-8);
text-align: center;
}

.spruch_header{
	font-weight: bold;
	margin-bottom: 15px;
}

.spruch_content{
	font-family: 'Comic Neue', 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', 'Marker Felt', cursive;
	font-size: 1.8em;
	width: 100%;
	color: white;
	font-weight:bold;
}


/*======================================
Header Mobile - nur bei 1024px und darunter
======================================*/
.header_content{
	height: 580px;
	background-repeat: no-repeat;
	background-size: cover;
}

#innerLayer{
	font-family: 'Montserrat', sans-serif; 
	font-size: 2.5em;
	color: #4b4e4c;
}

.header_img_mobile {
    display: none;
    text-align: center;
}

.header_img_mobile img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.header_content_mobile {
    display: none;
    font-family: 'Montserrat', sans-serif; 
    font-size: 2.5em;
    text-align: center;
    background-color: var(--ast-global-color-8);
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.header_content{
		display: none;
	}
	.entry-content[data-ast-blocks-layout] > *{
		margin: 0;
	}
    
    .header_img_mobile {
        display: block;
    }
    .header_content_mobile {
        display: block;

    }
}
