@font-face {
  font-family: "GT Ultra";
  src: url(GT-Ultra-Standard-Light.woff2) format(woff2);
}
@font-face {
  font-family: "GT Ultra Bold";
  src: url(GT-Ultra-Standard-Black.woff2) format(woff2);
}

body {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: normal;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.site-title {
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  max-width: 900px;
  /* min-width: 370px; */
  margin-left: 25px;
  margin-right: 25px;
}

.impressum {
  margin-top: 200px;
}

header {
  padding: 50px 25px 25px 25px;
  background: white;
  z-index: 999;
  position: fixed;
  width: 100%;
  margin-top: 0;
  top: 0;
  box-sizing: border-box;
}
.claim {
  margin-top: 7em;
}
h1 {
  font-family: "GT Ultra";
  color: #7200ff;
  font-size: 1em;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
  margin-bottom: 1em;
}

h2 {
  font-family: "GT Ultra";
  color: #7200ff;
  font-size: 3em;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
  margin-bottom: 1em;
}
summary h2 {
  margin-bottom: 100px;
}
h3 {
  font-family: "GT Ultra";
  color: #7200ff;
  font-size: 1.5em;
  text-align: left;
  line-height: 1.2em;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 1em;
}

h4 {
  font-family: "GT Ultra Bold";
  color: #7200ff;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  line-height: 1.2em;
}

p {
  font-family: "GT Ultra";
  color: #7200ff;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 1em;
  max-width: 600px;
}

.link-without-border {
  border-bottom: nunsetone;
}
.link-icon {
  width: 0.8em;
}

/* ——————————————— Linie ————————————————————————— */

hr {
  color: #7200ff;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  border-width: 2px;
}

/* Neue Linie mit pxStärke */
hr.new4 {
  border: 0.05em solid #7200ff;
  margin-top: 2em;
  margin-bottom: 2em;
}

/* ——————————————— Links ————————————————————————— */

a {
  color: #7200ff;
  text-decoration: none;
  border-bottom: 1px solid #7200ff;
  padding-bottom: 0.12em;
}

a.mail-link {
  border-bottom: 2px solid #7200ff;
  padding-bottom: 0em;
}

a.pfeil-link {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 0em;
}

a:hover {
  color: rgb(0, 0, 0);
}

/* ——————————————— Summary ——————————————————————— */

summary {
  border: none;
  cursor: pointer;
}

details summary > * {
  display: inline;
}

details > summary {
  list-style: none;
}

summary::after {
  /* background: blue; */
  /* border: 1px solid black; */
  /* border-radius: 40px; */
  /* content: "+"; */
  content: url(btn/buttonplus_FF.svg);
  /* color: black; */
  float: right;
  /* font-size: 1em; */
  /* font-weight: bold; */
  /* margin: center; */
  /* padding: center; */
  /* text-align: center; */
  width: 3em;
  /* height: 60px; */
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
summary::-webkit-details-marker {
  display: none;
}
details[open] > summary:after {
  content: url(btn/buttonx_FF.svg);
  margin: center;
  /* transform: rotate(45deg); */
  /* transform-origin: 50%; */
}

/* —————————————————————————————————————— */

@media only screen and (max-width: 800px) {
  h2 {
    font-size: 2em;
  }

  header {
    padding: 25px;
  }
  .container {
    max-width: 100%;
    box-sizing: border-box;
  }

  p {
    font-size: 1em;
    width: 100%;
  }
  summary::after {
    width: 2em;
  }
}
