body:not(.iframe-mode) {
  background-image: linear-gradient(121deg, #fbc2eb87 0%, #a6c1ee99 100%);
  background-repeat-y: no-repeat;
  background-attachment: fixed;

  .main {
    padding: 40px;
    margin: 50px 0px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 2px 2px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.16), 0 8px 8px rgba(0,0,0,0.20);
  }
}

.logo-box img {
  flex-grow: 0;
  width: 115px;
  height: 100%;
  padding: 10px;
  opacity: 0.6;
}
.logo-box.container{
  max-width: 600px
}
img.middle {
  width: 130px;
  opacity: 1;
}

.logo-box {
  display: flex;
  justify-content: center;
}

.description-headline {
  font-size: 1.2em;
}
.description-note {
  font-size: 0.8em;
}

.custom-control-label {
  float: left !important;
}

h1{
  margin-top: 50px;
  font-size: 180%;
}

h4 {
  float: left !important;
  margin-bottom: -1px;
  margin-top: -4px;
}

.custom-control-label p {
  clear: both;
  text-align: left;
}


/* info box */
.alert {
  display: flex;
  justify-content: space-evenly;
  color: black;
}

.alert div {
  padding: 0px 10px;
}

#infoBadgeWrapper {
  margin: auto 0px;
}

#infoBadge {
  background-color: black;
  color: #cce5ff;
  vertical-align: baseline;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 100%;
  padding: 1.5px 0px;
  font-family: serif;
  font-weight: 900;
}

.custom-switch {

  margin-left: 2.25rem !important;
  padding: 0 !important;

}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 960px;
  }
}
