/*
 Theme Name:   Twenty-Twenty Child
 Description:  Twenty-Twenty Child Theme 
 Author:       Sidis
 Author URI:   https://sidis.de
 Template:     twentytwenty
 Version:      1.0
 Text Domain:  twentytwenty-child
*/
/*COLORS

*/

.browserproblem {
    background: #fff;
    border:2px solid red;
    color:red;
    text-align: center;
    margin:10px;
    padding: 10px;
}
body {
    background: #eaf1dd url(./img/bgkreise.png)
}
.weiss {
    background: #ffffff;
    padding: 15px;
}
.erkrankungsliste .wpcf7-list-item {
    display: block;
}

.fusszeile {
    border-top:1px solid rgb(215, 207, 171);
    margin-top:2em;
    padding-top:0.5em;
    display: flex;
    justify-content: space-between;
    
}
.fusszeile a {
    text-decoration: none;
    font-size:2em,
}

.zurueckundweiter {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
    flex-wrap: wrap;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}
.zurueckundweiter .wpcf7-submit {
    margin-top: 3rem;
}
.line-break {
    width: 100%;
}
.captcha-image {
    margin-top: 3rem;
}
.wpcf7-list-item-label {
    font-size: 21px;
}

.singular .entry-header {
    padding:1rem 0;
}

@media all and (max-width:700px) {
    .wpcf7-list-item-label {
        font-size: 18px;
    }
}