html,
body {
  margin: 0;
  padding: 0;
}

.site,
.site-content,
.entry-content {
  max-width: 100% !important;
  width: 100%;
  margin: 0;
}

.kurz-content {
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .kurz-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}

p:empty {
  display: none;
}

.head {
  padding: 30px 0;
  overflow: hidden;
  background: linear-gradient(to bottom right, #ffd718, #ffa40b);
}

.head .kurz-content h2 {
  font-family: "merriweather", serif;
  margin: 0;
  font-size: 3em;
  color: white;
  font-style: italic;
  text-align: center;
}

.head .kurz-content h3 {
  font-family: "open sans", sans-serif;
  margin: 10px 0 0 0;
}

.body {
  padding: 50px 0;
  overflow: hidden;
  text-align: center;
}

.body .kurz-content {
  position: relative;
}

.body .kurz-content h2 {
  font-family: "merriweather", serif;
  margin: 0 0 20px 0;
  font-size: 3em;
  font-style: italic;
  background: -webkit-linear-gradient(45deg, #ffd718, #ffa40b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: black;
}

.body .kurz-content p {
  font-weight: bold;
}

.body .kurz-content a {
  display: inline-block;
  text-decoration: none;
  margin: 25px 0;
  padding: 20px 40px;
  background-color: #d90429;
  text-transform: uppercase;
  color: white;
  border: 2px solid #d90429;
  transition: all 0.25s ease-in-out;
}

.body .kurz-content a:hover {
  background-color: white;
  color: #d90429;
}

@media only screen and (max-width: 1024px) {
  .head .kurz-content h2,
  .body .kurz-content h2 {
    font-size: 2.5em;
  }

  .head .kurz-content h3 {
    width: 80%;
    display: block;
    text-align: center;
    margin: 10px auto 0 auto;
  }
}

@media only screen and (max-width: 425px) {
  .head .kurz-content h2,
  .body .kurz-content h2 {
    font-size: 1.75rem;
  }
  .head .kurz-content h3 {
    font-size: 1.25rem;
    width: 100%;
  }
}

.entry-footer {
  display: none;
}

.body .arrow {
  position: absolute;
  margin: 0 auto;
  width: 100px;
  left: -100px;
  top: 25px;
}

.body .arrow .curve {
  border-width: 0 0 10px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #d90429;
  height: 250px;
  width: 150px;
  border-radius: 150px 0 0 200px;
}

.body .arrow .point {
  position: absolute;
  left: 25px;
  top: 185px;
}

.body .arrow .point:before,
.body .arrow .point:after {
  border: 2.5px solid #d90429;
  height: 25px;
  content: "";
  position: absolute;
  background-color: #d90429;
}

.body .arrow .point:before {
  top: -11px;
  left: -9px;
  transform: rotate(-74deg);
  -webkit-transform: rotate(-74deg);
  -moz-transform: rotate(-74deg);
  -ms-transform: rotate(-74deg);
}

.body .arrow .point:after {
  top: -19px;
  left: 4px;
  transform: rotate(12deg);
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
}

@media only screen and (max-width: 1020px) {
  .body .arrow {
    display: none;
  }
}
