* {
  margin:0;
  padding:0;
  font-family: 'tiflis', sans-serif;
  box-sizing:border-box;
  border-radius: 15px;
  text-align: center;
}
body {
  background:#183d04;
}
@media screen and (max-width:2560px) {
	
	#einleitung.faq{
	display:inline-block;
position:relative;
width: 90%;
height:auto;
top:2%;
left:2%;
padding:2% 2%;
color: white;
font:120%/1.4 sans-serif;
		}
  #terminlink {
    position: relative;
    display: inline-block;
    font-size: 120%;
    background-color:white;
    padding: 10px 25px;
    float:right;
    right: 10%;
    border:maroon;
    border: 12px;
  }
  body.faq {
    margin-top:2%;
  }
  #main.faq {
    width: 80%;
    margin:auto;
    top: -10%;
    position: relative;
    display: block;
  }
  header.faqs {
    display: inline-block;
    position: relative;
    width: 49%;
    height: 166px;
    margin: 8% 26%;
    top: 1%;
  }
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-left: 3%;
  }
  h1.fragen {
    color: #b7940d;
    margin: 1.5rem 0;
    letter-spacing: 1px;
    width: 55%;
    text-shadow: 1px 1px 1px maroon;
    margin: auto;
    text-align: center;
    font-size: 250%;
    margin-top: -16%;
    left:-10%;
    position: relative;
    display: inline-block;
  }
  #aufklapp {
    margin:50px auto;
    width:600px;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp li label span {
    transform: rotate(0deg);
    font-weight: 700;
    font-size: 42px;
    color: darkgreen;
    letter-spacing: 8px;
    height: 3px;
    margin-top: -40px;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    max-height:400px;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width:2048px) {
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-left: 3%;
  }
  h1.fragen {
    color: #b7940d;
    margin: 1.5rem 0;
    letter-spacing: 1px;
    width: 55%;
    text-shadow: 1px 1px 1px maroon;
    margin: auto;
    text-align: center;
    font-size: 250%;
    margin-top: -16%;
    left:-10%;
    position: relative;
    display: inline-block;
  }
  #aufklapp {
    margin:50px auto;
    width:600px;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp li label span {
    transform:rotate(0deg);
    font-weight: 700;
    font-size:42px;
    color: darkgreen;
    letter-spacing:6px;
    height: 3px;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    max-height:400px;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width:1900px) {
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 26%;
    margin-left: 3%;
    top: 49%;
    left: 19%;
  }
  h1.fragen {
    color: #b7940d;
    margin: 1.5rem 0;
    letter-spacing: 1px;
    width: 102%;
    text-shadow: 1px 1px 1px maroon;
    margin: auto;
    text-align: center;
    font-size: 250%;
    margin-top: -3%;
    left:-2%;
    position: relative;
    display: inline-block;
  }
  #aufklapp {
    margin:50px auto;
    width:600px;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp li label span {
    transform:rotate(90deg);
    font-weight: 700;
    font-size:22px;
    color: darkgreen;
    letter-spacing:6px;
    height: 3px;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    max-height:400px;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width:1700px) {
  header.faqs {
    width: 89%;
    height: 166px;
    margin: 5% 26%;
    left: -14%;
  }
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    top: -3%;
  }
  h1.fragen {
    color: #b7940d;
    margin: 1.5rem 0;
    letter-spacing: 1px;
    width: 55%;
    text-shadow: 1px 1px 1px maroon;
    margin: auto;
    text-align: center;
    font-size: 250%;
    margin-top: -16%;
    left:-10%;
    position: relative;
    display: inline-block;
  }
  #aufklapp {
    margin:50px auto;
    width:600px;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp li label span {
    transform:rotate(90deg);
    font-weight: 700;
    font-size:22px;
    color: darkgreen;
    letter-spacing:6px;
    height: 3px;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    max-height:400px;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width:1600px) {
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-left: 3%;
  }
  h1.fragen {
    color: #b7940d;
    margin: 1.5rem 0;
    letter-spacing: 1px;
    width: 75%;
    text-shadow: 1px 1px 1px maroon;
    margin: auto;
    text-align: center;
    font-size: 250%;
    margin-top: 5%;
    left:-15%;
    position: relative;
    display: inline-block;
  }
  #aufklapp {
    margin:50px auto;
    width:600px;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp li label span {
    transform:rotate(90deg);
    font-weight: 700;
    font-size:22px;
    color: darkgreen;
    letter-spacing:6px;
    height: 3px;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    max-height:400px;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width:1400px) {
  #wrapper.frage {
    max-width: 105%;
    margin: 6% -4%;
    position: relative;
    left: 1%;
    display: block;
  }
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-left: -2%;
    top: -14%;
    left: 23%;
  }
  #aufklapp {
    margin:50px auto;
    width:95%;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp li label span {
    transform:rotate(90deg);
    font-weight: 700;
    font-size:22px;
    color: darkgreen;
    letter-spacing:6px;
    height: 3px;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    max-height:400px;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width:1400px) {
}
@media screen and (max-width:1100px) {
  body,
  html {
    font: 104% robots serif;
    padding:5px;
    margin:auto;
    max-width: 2000px;
    width:80%;
    height: auto;
  }
  
  body.faq {
    margin-top: 2%;
    display: inline-block;
    width: 99%;
  }
      header.faqs {
        width: 79%;
        height: 83px;
        margin: 5% 26%;
        left: -14%;
    }
  #wrapper.frage {
    width: 109%;
    margin: 6% -4%;
    position: relative;
    display: block;
    left: 1%;
  }
  #main.faq {
    width: 99%;
    margin: auto;
    top: -10%;
    position: relative;
    display: block;
  }
  header.faqs {
    width: 79%;
    height: 133px;
    margin: 5% 26%;
    left: -14%;
  }
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-right: -16%;
    top: -17%;
  }
  h1.fragen {
    color: #b7940d;
    margin: 1.5rem 0;
    letter-spacing: 1px;
    width: 79%;
    text-shadow: 1px 1px 1px maroon;
    margin: auto;
    text-align: center;
    font-size: 200%;
    margin-top: -20%;
    left:0%;
    position: relative;
    display: inline-block;
  }
  #aufklapp {
    margin:50px auto;
    width:600px;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp li label span {
    transform:rotate(90deg);
    font-weight: 700;
    font-size:22px;
    color: darkgreen;
    letter-spacing:6px;
    height: 3px;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    max-height:400px;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width:920px) {
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-left: 3%;
  }
  h1.fragen {
    color: #b7940d;
    margin: 1.5rem 0;
    letter-spacing: 1px;
    width: 55%;
    text-shadow: 1px 1px 1px maroon;
    margin: auto;
    text-align: center;
    font-size: 250%;
    margin-top: -16%;
    left:-10%;
    position: relative;
    display: inline-block;
  }
  #aufklapp {
    margin:50px auto;
    width:600px;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp li label span {
    transform:rotate(0deg);
    font-weight: 700;
    font-size:42px;
    color: darkgreen;
    letter-spacing:8px;
    height: 3px;
    margin-top: -40px;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    max-height:400px;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width:850px) {
  body.faq {
    margin-top: 11%;
    display: inline-block;
    width: 99%;
  }
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-left: 3%;
  }
  h1.fragen {
    color: #b7940d;
    margin: 1.5rem 0;
    letter-spacing: 1px;
    width: 91%;
    text-shadow: 1px 1px 1px maroon;
    margin: auto;
    text-align: center;
    font-size: 250%;
    top: 1%;
    left:-10%;
    position: relative;
    display: inline-block;
  }
  #aufklapp {
    margin:50px auto;
    width:600px;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp li label span {
    transform:rotate(90deg);
    font-weight: 700;
    font-size:22px;
    color: darkgreen;
    letter-spacing:6px;
    height: 3px;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    max-height:400px;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width: 800px) {
  body.faq {
    margin-top: 11%;
    display: inline-block;
    width: 107%;
    left: -3%;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  body.faq {
    margin-top: 11%;
    display: inline-block;
    width: 114%;
    left: 21%;
    position: relative;
  }
  #aufklapp label + input[type="radio"]:checked + .content {
    height: 40%;
    width: 99% 
  }
}
@media screen and (max-width:700px) {
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    margin-left: 3%;
  }
  h1.fragen {
    color: #b7940d;
    margin: 1.5rem 0;
    letter-spacing: 1px;
    width: 55%;
    text-shadow: 1px 1px 1px maroon;
    margin: auto;
    text-align: center;
    font-size: 150%;
    margin-top: -16%;
    left:11%;
    position: relative;
    display: inline-block;
  }
  #aufklapp {
    margin:50px auto;
    width:89%;
  }
  #aufklapp li {
    list-style:none;
    width:100%;
    margin-bottom:10px;
    background: aliceblue;
    padding:10px;
    border-radius:4px;
  }
  #aufklapp li label {
    padding:10px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 18px;
    font-weight:500;
    cursor:pointer;
    color:#c20000;
  }
  #aufklapp label + input[type="radio"] {
    display:none;
  }
  #aufklapp .content {
    padding:0 10px;
    line-height:26px;
    max-height:0;
    overflow:hidden;
    transition: max-height 0.5s;
  }
  #aufklapp label span:checked + .content {
    transform:rotate(270deg);
  }
}
@media screen and (max-width:600px) {
  body.faq {
    margin-top: 11%;
    display: inline-block;
    width: 114%;
    left: 30%;
    position: relative;
  }
  #dreieck.faq {
    position: relative;
    display: inline-block;
    width: 20%;
    margin: -8% 17%;
    top: 43%;
    left: 1%;
  }
  h1.fragen {
    margin: 1.5rem 0;
    margin-top: auto;
    font-size: 150%;
    margin-top: 2%;
    left: 12%;
  }
}
@media screen and (max-width:500px) {
  body.faq {
    margin-top: 11%;
    width: 114%;
    left: 30%;
  }
  #aufklapp li label span {
    right: -5%;
    position: relative;
    display: block;
  }
  h1.fragen {
    width: 91%;
    left: 0%;
  }
}
@media screen and (max-width: 450px) {
  body.faq {
    margin-top: 11%;
    width: 114%;
    left: -7%;
  }
  h1.fragen {
    width: 91%;
    left: 0%;
    font-size:120%;
    top:10%;
  }
}
@media screen and (max-width:390px) {
  body.faq {
    margin-top: 11%;
    width: 114%;
  }
}
