.reformgesetz-overlay{
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 1040;
  background-color: rgba(6,72,130,0.9);
  overflow-y: auto;
}

.reformgesetz-content{
  position: relative;
  margin-top: 20vh;
  height: auto;
  padding: 70px 85px 50px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.reformgesetz-content a{
  text-decoration: underline;
  color: #064882;
}

.reformgesetz-icon{
  width: 100px;
  height: 100px;
  background-color: #009EE3;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  top:0;
  padding: 25px;

}
.reformgesetz-icon-inner{
  width: 50px;
  height: 50px;
  background: url("/typo3conf/ext/template/Resources/Public/Icons/icon-paragraph.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.reformgesetz-header{
  color: #064882;
  font-family: "Unit Rounded Medium",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 15px;
}

.reformgesetz-bodytext{

  color: #1A1E22;
  font-family: "Unit Rounded Medium",Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center !important;
  margin-bottom: 15px;

}

.reformgesetz-bott{
  text-align: center !important;
}

.reformgesetz-bott .reformgesetz-control{
  border: 1px solid #064882 !important;
  color: #064882 !important;
  line-height: 36px;
  background:none;
  padding: 0 30px;
  border-radius: 18px;
  margin-top: 20px;
}
