/*
Theme Name: PSM Theme
Theme URI: https://pechschwarzmedia.de
Author: pechschwarz Media
Author URI: https://pechschwarzmedia.de
Version: 1.0
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.0
Text Domain: psmtheme
*/
body {
    font-family: "Roboto", "sans-serif"
}

.accordion-item {
    position: relative;
}
.accordion-item span {
    position: absolute;
    right: 45px;
}

.dsgvo {
    padding: 120px 0;
}


.dsgvo h1 {
    font-size: 46px;
    font-weight: 400;
}

.dsgvo h2 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: .75em;
}

.dsgvo h3 {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 1em;
}

.dsgvo p {
    color: #878787;
}

.footer {
    padding: 60px 0;
}