.center-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  text-align: center;
}

.h1 {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #315393;
  font-size: 31px;
  text-align: center;
}

.h2 {
  font-family: Roboto, sans-serif;
  color: #315393;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.p {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #315393;
  font-size: 14px;
  text-align: center;
}

.p-link {
  color: #fa7d19;
  text-decoration: underline;
}

.line {
  display: block;
  height: 0%;
  margin-top: 71px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border: 1px solid #315393;
  color: #315393;
  text-align: center;
}

.p-orange {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fa7d19;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.p-orange.blue {
  color: #315393;
  font-size: 14px;
}

.p-link-blau {
  color: #315393;
  text-decoration: none;
  cursor: pointer;
}

.p-link-blau:hover {
  color: #656b6f;
  text-decoration: none;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fa7d19;
  border-radius: 2px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #315393;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  background-color: #fa7d19;
  color: #fff;
}

.h1-blue {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 45px;
  font-family: Roboto, sans-serif;
  color: #fa7d19;
  font-size: 31px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.h4-orange {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  color: #fa7d19;
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.line-orange {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -70px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px solid #fa7d19;
}

.link-home {
  text-decoration: none;
  cursor: pointer;
}

.editor {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-top: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}


.cc_container .cc_btn {
background-color: #fa7d19 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #656b6f !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #fa7d19 !important; /* Textlink-Farbe "Mehr Infos" */
}
