body {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    color: #46211a;
    min-width: 320px;
    font-size: 95%;
    background-color: #fef3e2;
}

body > section {
    margin-bottom: 15px;
    /*background-color: graytext;*/
}

button {
    margin: 0;
    padding: 0;
    background-color: #46211a;
    border: inherit;
    font: inherit;
    outline: none;
    display: block;
    text-align: center;
    color: #ffffff;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}
button:hover, button:after {
    background-color: #823e30;
    color: #000;
}

.secondlevel {
    /*background-color: #a57c65;*/
    color: #ffffff;
    width:100%; 
    margin:0px auto;
    text-align: center;
}
.secondlevel button {
    background-color: #c16957;
    color: #fff;
}
.secondlevel article article {
    color: #000;
    width: 80%;
    text-align:inherit;
    margin-left: 10%;
}

img {
    vertical-align: middle;
    max-width: 80%;
}


h1, h2 {
    font-weight: 400;
    text-align: center;
    padding: 0 20px;
    line-height: 0.85;
}

h1 {
    margin-bottom: 10px;
/*    background-image:linear-gradient(90deg,#9400D3,#4B0082,#0000FF,#00FF00,#FFFF00,#FF7F00,#FF0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

h2 {
    font-weight: 200;
    /*text-align: left;*/
    text-align: center;
    padding: 0 10px;
    /*margin-left: 20.5vw;*/
    /*margin-top: -25px;*/
    line-height: 0.65;
    font-style: italic;
}
h3 {
    font-weight: 150;
    text-align: center;
    padding: 0 5px;
    line-height: 0.65;
    font-style: italic;
}

.intro {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 20px;
}

a {
    color: #333;
}

.intro h1 {
    font-size: 8vw;
}
.intro h2 {
    font-size: 2vw;
    font-weight: bold;
}

.intro p {
    margin-bottom: 2px;
    font-size: 2vw;
    font-style: italic;
}

.intro .btn {
    display: inline-block;
    vertical-align: top;
    max-width: auto;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #333;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 7vw;
    margin: 0 5px;
    margin-bottom: 15px;
}

.intro .btn:hover,
.intro .btn:active {
    /*background: black;*/
    border-color: black;
    color: white;
}

.intro .btn:focus {
    text-decoration: underline;
    border-color: #333;
}

.intro .btn img {
    margin-right: 5px;
}

.impressum {
    font-style: italic;
    background: red;

}

[data-accordion] [data-content] {
    /*background: #fef3e2;*/
}

[data-accordion] [data-content] [data-content] {
    /*background: #fef3e2;*/
}

[data-accordion] [data-content] [data-content] [data-content] {
    /*background: #fef3e2;*/
}

.lastunderline {
    border-bottom: 1px solid #46211a;
}

article p {
    margin: 0.5vw;
}

