/*
Theme Name: Ashe Child
Description: Child Theme 2022
Author: Jannik Howind
Author URI: https://jannikhowind.de
Template: ashe
Version: 1.0
Text Domain: ashe-child
*/
@import url("../ashe/style.css");

.filmcritic_posts{
    display: flex;
    flex-wrap: wrap;
}
.filmcritic_posts .filmcritic_post{
    width: 100%;
    margin-bottom: 30px;
}
.filmcritic_posts .filmcritic_post .title{
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    margin: 0 0 15px 0;
}

.kleine_texte_posts{
    display: flex;
    flex-wrap: wrap;
}
.kleine_texte_posts .kleine_texte_post{
    width: 100%;
    margin-bottom: 30px;
}
.kleine_texte_posts .kleine_texte_post .title{
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    margin: 0 0 15px 0;
}
.kleine_texte_posts .kleine_texte_post .excerpt-more{
    color: #6C737B;
}

.eine_reise_posts{
    display: flex;
    flex-wrap: wrap;
}
.eine_reise_posts .eine_reise_post{
    width: 100%;
    margin-bottom: 30px;
}
.eine_reise_posts .eine_reise_post .title{
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    margin: 0 0 15px 0;
}
.eine_reise_posts .eine_reise_post .excerpt-more{
    font-color: #6C737B;
}


.artikel_posts{
    display: flex;
    flex-wrap: wrap;
}
.artikel_posts .artikel_post{
    width: 100%;
    margin-bottom: 50px;
}
.artikel_posts .artikel_post .title{
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    margin: 0 0 15px 0;
}
.artikel_posts .artikel_post .excerpt-more{
    color: #F3EAD682;
}

.kunst_posts{
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}
.kunst_posts .kunst_post{
    width: 100%;
    margin-bottom: 200px;
}
.kunst_posts .kunst_post .title{
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    margin: 10px 0 15px 0;
}

.musik_posts{
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}
.musik_posts .musik_post{
    width: 100%;
    margin-bottom: 200px;
}
.musik_posts .musik_post .title{
    font-size: 30px;
    font-family: "Times New Roman", Times, serif;
    margin: 10px 0 15px 0;
}

.phil_tagebuch_posts .phil_tagebuch_post .title{
    font-size: 20px;
    font-family: "Times New Roman", Times, serif;
    margin: 0 0 15px 0;
}