body {
    background-image: url("/static/img/background.svg");
    background-size: 750px;
    background-repeat: repeat;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #555;
    /*background: linear-gradient(90deg,#ddd,#fff);*/
}

h2 {
    font-weight: 600;
}

.bg-light-blue {
    background-color: #e0f3f8;
}

.bg-light-white {
    background-color: #F8F8F8;
}

#wimmelbild{
    max-width: 100%;
}

#wimmelbild-container{
    z-index: 1;
}


.challenge-headline {
    text-transform: uppercase;
    color: #33b0d0;
    width: fit-content;
}

.challenge-container {
    height: 100%;
}

.marker-container {
    position: absolute;
    z-index: 20;
    width:4%;
    display: flex;
    align-items: center; 
    justify-content:center;
    transition: 0.3s;
}



#schnee-bg {
    z-index: -1;
    bottom: 0;
    width: 100%;
}

#schnee-fg {
    z-index: 2;
    bottom: 0;
    width: 100%;
}

.emphasis {
    font-weight: 600;
    color: #33b0d0;

}

#back-to-calendar .btn{
    background-color: #eb1c50;
    color: white;
    border-radius: 0;
    border: 0;
}

#tracking_consent_banner {
    position: fixed;
    left: 50vw;
    transform: translateX(-50%);
    bottom: 5%;
    z-index: 101;
    -webkit-box-shadow: 0px 20px 27px -6px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 20px 27px -6px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 20px 27px -6px rgba(0, 0, 0, 0.37);
}

.navbar-text {
  font-family: 'Montserrat Medium', Arial, sans-serif !important;
}

pre {
  font-family: 'IBM Plex Mono', Monospaced, monospace !important;
}

.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
  }

  .switch > span {
    position: absolute;
    top: 7px;
    pointer-events: none;
    font-family: 'Montserrat SemiBold', Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
  }

  input.check-toggle-round-flat:checked ~ .off {
    color: #ff7f32;
  }

  input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
  }

  .switch > span.on {
    left: 0;
    padding-left: 4px;
    color: #ff7f32;
  }

  .switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
  }

  .check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  .check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  input.check-toggle-round-flat + label {
    padding: 2px;
    width: 98px;
    height: 35px;
    background-color: #009CC4;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
  }

  input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #009CC4;
    -webkit--moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
  input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
  }

  input.check-toggle-round-flat:checked + label:after {
    margin-left: 42px;
  }

.swal-modal .swal-footer {
  text-align: center;
}

.swal-center-button {
  display: inline-block;
  margin: 0 10px;
}

.zig.three {
    border:none;
    padding:30px;
    background:linear-gradient(135deg,#1f005c, #5b0060, #870160, #ac255e, #ca485c, #e16b5c, #f39060, #ffb56b);
    -webkit-mask: conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) 50%/80px 100%;
    /* -webkit-mask: conic-gradient(from -45deg at top,#0000,#000 1deg 89deg,#0000 90deg) 50%/80px 100%; */
}
