.modalcnt {
	text-align: center;
	padding-top: 50px;
}

.modalcnt2 {
	text-align: center;
}

.modal-window {
  position: fixed;
  overflow: auto;
  background-color: rgba(34, 34, 34, 0.50);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 5;
  pointer-events: auto;
}

.modal-window>div {
  max-width: 798px;
  position: relative;
  margin: 5% auto;
  padding-right: 30px;
  padding-left: 48px;
  padding-top: 10px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #000;
}

.impinfo {
	max-width: 500px;
}

.xlink {
  font-size: 30px;
  color: #000000;
  text-decoration: none;
}

a.xlink:hover {
  text-decoration: none;
  color: #006AFF;
}

.bluelink {
  text-decoration: none;
  color: #006AFF;
  font-size: 16px;
}

a.bluelink:hover {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
}

.RtYXN {
    display: flex;
}

.iJGGKM {
    margin-left: 9px;
    padding-top: 2px;
    display: inline-block;
    vertical-align: middle;
}

.kopfa {
    font-family: var(--font);
    font-weight: 700;
    text-decoration: none;
    color: rgb(0, 106, 255);
    cursor: pointer;
    margin-bottom: 20px;
}

.iUBgop.primary.padding-full {
    min-height: 48px;
    padding: 10px 32px;
}

.gBfLRn.primary {
    border: 2px solid rgb(0, 106, 255);
    border-radius: 28px;
    position: relative;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 106, 255);
}

.modal-windowtwo {
  position:fixed;
  overflow: auto;
  background-color: rgba(34, 34, 34, 0.50);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-windowtwo:target {
  opacity: 5;
  pointer-events: auto;
}

.modal-windowtwo>div {
  max-width: 550px;
  position: relative;
  margin: 5% auto;
  padding: 2rem;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 48px;
  padding-top: 10px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.modal-closetwo {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-closetwo:hover {
  color: #000;
}

.modal-windowmore {
  position:fixed;
  overflow: auto;
  background-color: rgba(34, 34, 34, 0.50);
  top: -50;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-windowmore:target {
  opacity: 5;
  pointer-events: auto;
}

.modal-windowmore>div {
  max-width: 590px;
  position: relative;
  margin: 5% auto;
  background: #fff;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.modal-closemore {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-closemore:hover {
  color: #000;
}