.flex {
  display: flex; }
  @media (max-width: 740px) {
    .flex.m-flex {
      flex-direction: row; }
      .flex.m-flex.reverse {
        flex-direction: row-reverse; }
    .flex:not(.m-flex) {
      flex-direction: column; } }
  .flex.reverse {
    flex-direction: row-reverse; }
    @media (max-width: 740px) {
      .flex.reverse {
        flex-direction: column-reverse; } }
    @media (max-width: 740px) {
      .flex.reverse.mobile-no-reverse {
        flex-direction: column; } }
  .flex.flex-col {
    flex-direction: column; }

.align-end {
  align-self: end; }

.align-center {
  align-self: center; }

.align-start {
  align-self: start; }

.justify-center {
  align-items: center; }

.between {
  justify-content: space-between; }

.stretch {
  justify-content: stretch; }

p {
  margin: 0px;
  line-height: 1.4em; }

.wave-bg {
  background-image: url("https://audiospots.energy.ch/radioadmaker/img/wave1.svg");
  background-size: auto;
  background-repeat: repeat-x;
  background-position: left center;
  height: 100%; }

h1, h2, h3, h4 {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0px;
  color: #1e1512; }

.rcontainer {
  max-width: 1420px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem; }

.text-white {
  color: white; }

.text-base {
  color: #ed1c24; }

.text-base-light {
  color: #e0e0e0; }

.text-base-dark {
  color: #1e1512; }

.bg-white {
  background-color: white; }

.bg-base {
  background-color: #ed1c24; }

.bg-base-light {
  background-color: #e0e0e0; }

.bg-base-dark {
  background-color: #1e1512; }

.flex-1 {
  flex: 1 1; }

.only-mobile {
  display: none; }
  @media (max-width: 740px) {
    .only-mobile {
      display: block; } }

@media (max-width: 740px) {
  .hide-mobile {
    display: none; } }

img {
  max-width: 100%;
  display: block; }

ul {
  margin: 0px;
  padding: 0px; }
  ul li {
    list-style: none;
    margin-bottom: 0.25rem; }
    ul li::before {
      content: "\25A0";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #ed1c24;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      display: inline-block;
      /* Needed to add space between the bullet and the text */
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -1em;
      /* Also needed for space (tweak if needed) */ }

ul.text-white li::before {
    color: #ffffff;
}

.alert {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #bbb;
  background-color: #eee;
  color: #888; }

.alert.alert-info {
  border-color: #005888;
  color: #005888;
  background-color: #bce2ff; }

.alert.alert-error {
  border-color: #800;
  color: #800;
  background-color: #ffbfbf; }

.alert.alert-success {
  border-color: #080;
  color: #080;
  background-color: #dfffbf; }

footer {
  background: #1e1512;
  color: white !important; }
  footer .rcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    font-size: 0.8rem;
    gap: 12px; }
    footer .rcontainer a {
      color: white; }
    footer .rcontainer span {
      display: none; }

.pl-0 {
  padding-left: 0rem; }

.pt-0 {
  padding-top: 0rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pr-0 {
  padding-right: 0rem; }

.p-0 {
  padding: 0rem; }

@media (max-width: 740px) {
  * .m-pl-0 {
    padding-left: 0rem !important; }

  * .m-pt-0 {
    padding-top: 0rem !important; }

  * .m-pb-0 {
    padding-bottom: 0rem !important; }

  * .m-pr-0 {
    padding-right: 0rem !important; }

  * .m-p-0 {
    padding: 0rem !important; } }
.pl-1 {
  padding-left: 0.25rem; }

.pt-1 {
  padding-top: 0.25rem; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pr-1 {
  padding-right: 0.25rem; }

.p-1 {
  padding: 0.25rem; }

@media (max-width: 740px) {
  * .m-pl-1 {
    padding-left: 0.25rem !important; }

  * .m-pt-1 {
    padding-top: 0.25rem !important; }

  * .m-pb-1 {
    padding-bottom: 0.25rem !important; }

  * .m-pr-1 {
    padding-right: 0.25rem !important; }

  * .m-p-1 {
    padding: 0.25rem !important; } }
.pl-2 {
  padding-left: 0.5rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pr-2 {
  padding-right: 0.5rem; }

.p-2 {
  padding: 0.5rem; }

@media (max-width: 740px) {
  * .m-pl-2 {
    padding-left: 0.5rem !important; }

  * .m-pt-2 {
    padding-top: 0.5rem !important; }

  * .m-pb-2 {
    padding-bottom: 0.5rem !important; }

  * .m-pr-2 {
    padding-right: 0.5rem !important; }

  * .m-p-2 {
    padding: 0.5rem !important; } }
.pl-3 {
  padding-left: 0.75rem; }

.pt-3 {
  padding-top: 0.75rem; }

.pb-3 {
  padding-bottom: 0.75rem; }

.pr-3 {
  padding-right: 0.75rem; }

.p-3 {
  padding: 0.75rem; }

@media (max-width: 740px) {
  * .m-pl-3 {
    padding-left: 0.75rem !important; }

  * .m-pt-3 {
    padding-top: 0.75rem !important; }

  * .m-pb-3 {
    padding-bottom: 0.75rem !important; }

  * .m-pr-3 {
    padding-right: 0.75rem !important; }

  * .m-p-3 {
    padding: 0.75rem !important; } }
.pl-4 {
  padding-left: 1rem; }

.pt-4 {
  padding-top: 1rem; }

.pb-4 {
  padding-bottom: 1rem; }

.pr-4 {
  padding-right: 1rem; }

.p-4 {
  padding: 1rem; }

@media (max-width: 740px) {
  * .m-pl-4 {
    padding-left: 1rem !important; }

  * .m-pt-4 {
    padding-top: 1rem !important; }

  * .m-pb-4 {
    padding-bottom: 1rem !important; }

  * .m-pr-4 {
    padding-right: 1rem !important; }

  * .m-p-4 {
    padding: 1rem !important; } }
.pl-5 {
  padding-left: 1.25rem; }

.pt-5 {
  padding-top: 1.25rem; }

.pb-5 {
  padding-bottom: 1.25rem; }

.pr-5 {
  padding-right: 1.25rem; }

.p-5 {
  padding: 1.25rem; }

@media (max-width: 740px) {
  * .m-pl-5 {
    padding-left: 1.25rem !important; }

  * .m-pt-5 {
    padding-top: 1.25rem !important; }

  * .m-pb-5 {
    padding-bottom: 1.25rem !important; }

  * .m-pr-5 {
    padding-right: 1.25rem !important; }

  * .m-p-5 {
    padding: 1.25rem !important; } }
.pl-6 {
  padding-left: 1.5rem; }

.pt-6 {
  padding-top: 1.5rem; }

.pb-6 {
  padding-bottom: 1.5rem; }

.pr-6 {
  padding-right: 1.5rem; }

.p-6 {
  padding: 1.5rem; }

@media (max-width: 740px) {
  * .m-pl-6 {
    padding-left: 1.5rem !important; }

  * .m-pt-6 {
    padding-top: 1.5rem !important; }

  * .m-pb-6 {
    padding-bottom: 1.5rem !important; }

  * .m-pr-6 {
    padding-right: 1.5rem !important; }

  * .m-p-6 {
    padding: 1.5rem !important; } }
.pl-7 {
  padding-left: 1.75rem; }

.pt-7 {
  padding-top: 1.75rem; }

.pb-7 {
  padding-bottom: 1.75rem; }

.pr-7 {
  padding-right: 1.75rem; }

.p-7 {
  padding: 1.75rem; }

@media (max-width: 740px) {
  * .m-pl-7 {
    padding-left: 1.75rem !important; }

  * .m-pt-7 {
    padding-top: 1.75rem !important; }

  * .m-pb-7 {
    padding-bottom: 1.75rem !important; }

  * .m-pr-7 {
    padding-right: 1.75rem !important; }

  * .m-p-7 {
    padding: 1.75rem !important; } }
.pl-8 {
  padding-left: 2rem; }

.pt-8 {
  padding-top: 2rem; }

.pb-8 {
  padding-bottom: 2rem; }

.pr-8 {
  padding-right: 2rem; }

.p-8 {
  padding: 2rem; }

@media (max-width: 740px) {
  * .m-pl-8 {
    padding-left: 2rem !important; }

  * .m-pt-8 {
    padding-top: 2rem !important; }

  * .m-pb-8 {
    padding-bottom: 2rem !important; }

  * .m-pr-8 {
    padding-right: 2rem !important; }

  * .m-p-8 {
    padding: 2rem !important; } }
.pl-9 {
  padding-left: 2.25rem; }

.pt-9 {
  padding-top: 2.25rem; }

.pb-9 {
  padding-bottom: 2.25rem; }

.pr-9 {
  padding-right: 2.25rem; }

.p-9 {
  padding: 2.25rem; }

@media (max-width: 740px) {
  * .m-pl-9 {
    padding-left: 2.25rem !important; }

  * .m-pt-9 {
    padding-top: 2.25rem !important; }

  * .m-pb-9 {
    padding-bottom: 2.25rem !important; }

  * .m-pr-9 {
    padding-right: 2.25rem !important; }

  * .m-p-9 {
    padding: 2.25rem !important; } }
.pl-10 {
  padding-left: 2.5rem; }

.pt-10 {
  padding-top: 2.5rem; }

.pb-10 {
  padding-bottom: 2.5rem; }

.pr-10 {
  padding-right: 2.5rem; }

.p-10 {
  padding: 2.5rem; }

@media (max-width: 740px) {
  * .m-pl-10 {
    padding-left: 2.5rem !important; }

  * .m-pt-10 {
    padding-top: 2.5rem !important; }

  * .m-pb-10 {
    padding-bottom: 2.5rem !important; }

  * .m-pr-10 {
    padding-right: 2.5rem !important; }

  * .m-p-10 {
    padding: 2.5rem !important; } }
.pl-11 {
  padding-left: 2.75rem; }

.pt-11 {
  padding-top: 2.75rem; }

.pb-11 {
  padding-bottom: 2.75rem; }

.pr-11 {
  padding-right: 2.75rem; }

.p-11 {
  padding: 2.75rem; }

@media (max-width: 740px) {
  * .m-pl-11 {
    padding-left: 2.75rem !important; }

  * .m-pt-11 {
    padding-top: 2.75rem !important; }

  * .m-pb-11 {
    padding-bottom: 2.75rem !important; }

  * .m-pr-11 {
    padding-right: 2.75rem !important; }

  * .m-p-11 {
    padding: 2.75rem !important; } }
.pl-12 {
  padding-left: 3rem; }

.pt-12 {
  padding-top: 3rem; }

.pb-12 {
  padding-bottom: 3rem; }

.pr-12 {
  padding-right: 3rem; }

.p-12 {
  padding: 3rem; }

@media (max-width: 740px) {
  * .m-pl-12 {
    padding-left: 3rem !important; }

  * .m-pt-12 {
    padding-top: 3rem !important; }

  * .m-pb-12 {
    padding-bottom: 3rem !important; }

  * .m-pr-12 {
    padding-right: 3rem !important; }

  * .m-p-12 {
    padding: 3rem !important; } }
.pl-13 {
  padding-left: 3.25rem; }

.pt-13 {
  padding-top: 3.25rem; }

.pb-13 {
  padding-bottom: 3.25rem; }

.pr-13 {
  padding-right: 3.25rem; }

.p-13 {
  padding: 3.25rem; }

@media (max-width: 740px) {
  * .m-pl-13 {
    padding-left: 3.25rem !important; }

  * .m-pt-13 {
    padding-top: 3.25rem !important; }

  * .m-pb-13 {
    padding-bottom: 3.25rem !important; }

  * .m-pr-13 {
    padding-right: 3.25rem !important; }

  * .m-p-13 {
    padding: 3.25rem !important; } }
.pl-14 {
  padding-left: 3.5rem; }

.pt-14 {
  padding-top: 3.5rem; }

.pb-14 {
  padding-bottom: 3.5rem; }

.pr-14 {
  padding-right: 3.5rem; }

.p-14 {
  padding: 3.5rem; }

@media (max-width: 740px) {
  * .m-pl-14 {
    padding-left: 3.5rem !important; }

  * .m-pt-14 {
    padding-top: 3.5rem !important; }

  * .m-pb-14 {
    padding-bottom: 3.5rem !important; }

  * .m-pr-14 {
    padding-right: 3.5rem !important; }

  * .m-p-14 {
    padding: 3.5rem !important; } }
.pl-15 {
  padding-left: 3.75rem; }

.pt-15 {
  padding-top: 3.75rem; }

.pb-15 {
  padding-bottom: 3.75rem; }

.pr-15 {
  padding-right: 3.75rem; }

.p-15 {
  padding: 3.75rem; }

@media (max-width: 740px) {
  * .m-pl-15 {
    padding-left: 3.75rem !important; }

  * .m-pt-15 {
    padding-top: 3.75rem !important; }

  * .m-pb-15 {
    padding-bottom: 3.75rem !important; }

  * .m-pr-15 {
    padding-right: 3.75rem !important; }

  * .m-p-15 {
    padding: 3.75rem !important; } }
.pl-16 {
  padding-left: 4rem; }

.pt-16 {
  padding-top: 4rem; }

.pb-16 {
  padding-bottom: 4rem; }

.pr-16 {
  padding-right: 4rem; }

.p-16 {
  padding: 4rem; }

@media (max-width: 740px) {
  * .m-pl-16 {
    padding-left: 4rem !important; }

  * .m-pt-16 {
    padding-top: 4rem !important; }

  * .m-pb-16 {
    padding-bottom: 4rem !important; }

  * .m-pr-16 {
    padding-right: 4rem !important; }

  * .m-p-16 {
    padding: 4rem !important; } }
.m-0 {
  margin: 0rem; }

.ml-0 {
  margin-left: 0rem; }

.mt-0 {
  margin-top: 0rem; }

.mb-0 {
  margin-bottom: 0rem; }

.mr-0 {
  margin-right: 0rem; }

@media (max-width: 740px) {
  * .m-ml-0 {
    margin-left: 0rem !important; }

  * .m-mt-0 {
    margin-top: 0rem !important; }

  * .m-mb-0 {
    margin-bottom: 0rem !important; }

  * .m-mr-0 {
    margin-right: 0rem !important; }

  * .m-m-0 {
    margin: 0rem !important; } }
.m-1 {
  margin: 0.25rem; }

.ml-1 {
  margin-left: 0.25rem; }

.mt-1 {
  margin-top: 0.25rem; }

.mb-1 {
  margin-bottom: 0.25rem; }

.mr-1 {
  margin-right: 0.25rem; }

@media (max-width: 740px) {
  * .m-ml-1 {
    margin-left: 0.25rem !important; }

  * .m-mt-1 {
    margin-top: 0.25rem !important; }

  * .m-mb-1 {
    margin-bottom: 0.25rem !important; }

  * .m-mr-1 {
    margin-right: 0.25rem !important; }

  * .m-m-1 {
    margin: 0.25rem !important; } }
.m-2 {
  margin: 0.5rem; }

.ml-2 {
  margin-left: 0.5rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.mr-2 {
  margin-right: 0.5rem; }

@media (max-width: 740px) {
  * .m-ml-2 {
    margin-left: 0.5rem !important; }

  * .m-mt-2 {
    margin-top: 0.5rem !important; }

  * .m-mb-2 {
    margin-bottom: 0.5rem !important; }

  * .m-mr-2 {
    margin-right: 0.5rem !important; }

  * .m-m-2 {
    margin: 0.5rem !important; } }
.m-3 {
  margin: 0.75rem; }

.ml-3 {
  margin-left: 0.75rem; }

.mt-3 {
  margin-top: 0.75rem; }

.mb-3 {
  margin-bottom: 0.75rem; }

.mr-3 {
  margin-right: 0.75rem; }

@media (max-width: 740px) {
  * .m-ml-3 {
    margin-left: 0.75rem !important; }

  * .m-mt-3 {
    margin-top: 0.75rem !important; }

  * .m-mb-3 {
    margin-bottom: 0.75rem !important; }

  * .m-mr-3 {
    margin-right: 0.75rem !important; }

  * .m-m-3 {
    margin: 0.75rem !important; } }
.m-4 {
  margin: 1rem; }

.ml-4 {
  margin-left: 1rem; }

.mt-4 {
  margin-top: 1rem; }

.mb-4 {
  margin-bottom: 1rem; }

.mr-4 {
  margin-right: 1rem; }

@media (max-width: 740px) {
  * .m-ml-4 {
    margin-left: 1rem !important; }

  * .m-mt-4 {
    margin-top: 1rem !important; }

  * .m-mb-4 {
    margin-bottom: 1rem !important; }

  * .m-mr-4 {
    margin-right: 1rem !important; }

  * .m-m-4 {
    margin: 1rem !important; } }
.m-5 {
  margin: 1.25rem; }

.ml-5 {
  margin-left: 1.25rem; }

.mt-5 {
  margin-top: 1.25rem; }

.mb-5 {
  margin-bottom: 1.25rem; }

.mr-5 {
  margin-right: 1.25rem; }

@media (max-width: 740px) {
  * .m-ml-5 {
    margin-left: 1.25rem !important; }

  * .m-mt-5 {
    margin-top: 1.25rem !important; }

  * .m-mb-5 {
    margin-bottom: 1.25rem !important; }

  * .m-mr-5 {
    margin-right: 1.25rem !important; }

  * .m-m-5 {
    margin: 1.25rem !important; } }
.m-6 {
  margin: 1.5rem; }

.ml-6 {
  margin-left: 1.5rem; }

.mt-6 {
  margin-top: 1.5rem; }

.mb-6 {
  margin-bottom: 1.5rem; }

.mr-6 {
  margin-right: 1.5rem; }

@media (max-width: 740px) {
  * .m-ml-6 {
    margin-left: 1.5rem !important; }

  * .m-mt-6 {
    margin-top: 1.5rem !important; }

  * .m-mb-6 {
    margin-bottom: 1.5rem !important; }

  * .m-mr-6 {
    margin-right: 1.5rem !important; }

  * .m-m-6 {
    margin: 1.5rem !important; } }
.m-7 {
  margin: 1.75rem; }

.ml-7 {
  margin-left: 1.75rem; }

.mt-7 {
  margin-top: 1.75rem; }

.mb-7 {
  margin-bottom: 1.75rem; }

.mr-7 {
  margin-right: 1.75rem; }

@media (max-width: 740px) {
  * .m-ml-7 {
    margin-left: 1.75rem !important; }

  * .m-mt-7 {
    margin-top: 1.75rem !important; }

  * .m-mb-7 {
    margin-bottom: 1.75rem !important; }

  * .m-mr-7 {
    margin-right: 1.75rem !important; }

  * .m-m-7 {
    margin: 1.75rem !important; } }
.m-8 {
  margin: 2rem; }

.ml-8 {
  margin-left: 2rem; }

.mt-8 {
  margin-top: 2rem; }

.mb-8 {
  margin-bottom: 2rem; }

.mr-8 {
  margin-right: 2rem; }

@media (max-width: 740px) {
  * .m-ml-8 {
    margin-left: 2rem !important; }

  * .m-mt-8 {
    margin-top: 2rem !important; }

  * .m-mb-8 {
    margin-bottom: 2rem !important; }

  * .m-mr-8 {
    margin-right: 2rem !important; }

  * .m-m-8 {
    margin: 2rem !important; } }
.m-9 {
  margin: 2.25rem; }

.ml-9 {
  margin-left: 2.25rem; }

.mt-9 {
  margin-top: 2.25rem; }

.mb-9 {
  margin-bottom: 2.25rem; }

.mr-9 {
  margin-right: 2.25rem; }

@media (max-width: 740px) {
  * .m-ml-9 {
    margin-left: 2.25rem !important; }

  * .m-mt-9 {
    margin-top: 2.25rem !important; }

  * .m-mb-9 {
    margin-bottom: 2.25rem !important; }

  * .m-mr-9 {
    margin-right: 2.25rem !important; }

  * .m-m-9 {
    margin: 2.25rem !important; } }
.m-10 {
  margin: 2.5rem; }

.ml-10 {
  margin-left: 2.5rem; }

.mt-10 {
  margin-top: 2.5rem; }

.mb-10 {
  margin-bottom: 2.5rem; }

.mr-10 {
  margin-right: 2.5rem; }

@media (max-width: 740px) {
  * .m-ml-10 {
    margin-left: 2.5rem !important; }

  * .m-mt-10 {
    margin-top: 2.5rem !important; }

  * .m-mb-10 {
    margin-bottom: 2.5rem !important; }

  * .m-mr-10 {
    margin-right: 2.5rem !important; }

  * .m-m-10 {
    margin: 2.5rem !important; } }
.m-11 {
  margin: 2.75rem; }

.ml-11 {
  margin-left: 2.75rem; }

.mt-11 {
  margin-top: 2.75rem; }

.mb-11 {
  margin-bottom: 2.75rem; }

.mr-11 {
  margin-right: 2.75rem; }

@media (max-width: 740px) {
  * .m-ml-11 {
    margin-left: 2.75rem !important; }

  * .m-mt-11 {
    margin-top: 2.75rem !important; }

  * .m-mb-11 {
    margin-bottom: 2.75rem !important; }

  * .m-mr-11 {
    margin-right: 2.75rem !important; }

  * .m-m-11 {
    margin: 2.75rem !important; } }
.m-12 {
  margin: 3rem; }

.ml-12 {
  margin-left: 3rem; }

.mt-12 {
  margin-top: 3rem; }

.mb-12 {
  margin-bottom: 3rem; }

.mr-12 {
  margin-right: 3rem; }

@media (max-width: 740px) {
  * .m-ml-12 {
    margin-left: 3rem !important; }

  * .m-mt-12 {
    margin-top: 3rem !important; }

  * .m-mb-12 {
    margin-bottom: 3rem !important; }

  * .m-mr-12 {
    margin-right: 3rem !important; }

  * .m-m-12 {
    margin: 3rem !important; } }
.m-13 {
  margin: 3.25rem; }

.ml-13 {
  margin-left: 3.25rem; }

.mt-13 {
  margin-top: 3.25rem; }

.mb-13 {
  margin-bottom: 3.25rem; }

.mr-13 {
  margin-right: 3.25rem; }

@media (max-width: 740px) {
  * .m-ml-13 {
    margin-left: 3.25rem !important; }

  * .m-mt-13 {
    margin-top: 3.25rem !important; }

  * .m-mb-13 {
    margin-bottom: 3.25rem !important; }

  * .m-mr-13 {
    margin-right: 3.25rem !important; }

  * .m-m-13 {
    margin: 3.25rem !important; } }
.m-14 {
  margin: 3.5rem; }

.ml-14 {
  margin-left: 3.5rem; }

.mt-14 {
  margin-top: 3.5rem; }

.mb-14 {
  margin-bottom: 3.5rem; }

.mr-14 {
  margin-right: 3.5rem; }

@media (max-width: 740px) {
  * .m-ml-14 {
    margin-left: 3.5rem !important; }

  * .m-mt-14 {
    margin-top: 3.5rem !important; }

  * .m-mb-14 {
    margin-bottom: 3.5rem !important; }

  * .m-mr-14 {
    margin-right: 3.5rem !important; }

  * .m-m-14 {
    margin: 3.5rem !important; } }
.m-15 {
  margin: 3.75rem; }

.ml-15 {
  margin-left: 3.75rem; }

.mt-15 {
  margin-top: 3.75rem; }

.mb-15 {
  margin-bottom: 3.75rem; }

.mr-15 {
  margin-right: 3.75rem; }

@media (max-width: 740px) {
  * .m-ml-15 {
    margin-left: 3.75rem !important; }

  * .m-mt-15 {
    margin-top: 3.75rem !important; }

  * .m-mb-15 {
    margin-bottom: 3.75rem !important; }

  * .m-mr-15 {
    margin-right: 3.75rem !important; }

  * .m-m-15 {
    margin: 3.75rem !important; } }
.m-16 {
  margin: 4rem; }

.ml-16 {
  margin-left: 4rem; }

.mt-16 {
  margin-top: 4rem; }

.mb-16 {
  margin-bottom: 4rem; }

.mr-16 {
  margin-right: 4rem; }

@media (max-width: 740px) {
  * .m-ml-16 {
    margin-left: 4rem !important; }

  * .m-mt-16 {
    margin-top: 4rem !important; }

  * .m-mb-16 {
    margin-bottom: 4rem !important; }

  * .m-mr-16 {
    margin-right: 4rem !important; }

  * .m-m-16 {
    margin: 4rem !important; } }
.gap-0 {
  gap: 0rem; }

.gap-1 {
  gap: 0.25rem; }

.gap-2 {
  gap: 0.5rem; }

.gap-3 {
  gap: 0.75rem; }

.gap-4 {
  gap: 1rem; }

.gap-5 {
  gap: 1.25rem; }

.gap-6 {
  gap: 1.5rem; }

.gap-7 {
  gap: 1.75rem; }

.gap-8 {
  gap: 2rem; }

.gap-9 {
  gap: 2.25rem; }

.gap-10 {
  gap: 2.5rem; }

.gap-11 {
  gap: 2.75rem; }

.gap-12 {
  gap: 3rem; }

.gap-13 {
  gap: 3.25rem; }

.gap-14 {
  gap: 3.5rem; }

.gap-15 {
  gap: 3.75rem; }

.gap-16 {
  gap: 4rem; }

/* raleway-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-100italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100italic.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100italic.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100italic.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100italic.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100italic.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-100italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-200italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200italic.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200italic.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200italic.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200italic.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200italic.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-200italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300italic.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300italic.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300italic.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300italic.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-300italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-regular.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-regular.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-regular.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-regular.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-italic.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-italic.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-italic.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-italic.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-italic.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500italic.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500italic.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500italic.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500italic.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-500italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600italic.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600italic.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600italic.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600italic.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-600italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700italic.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700italic.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700italic.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700italic.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-700italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800italic.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800italic.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800italic.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800italic.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-800italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900italic.eot?#iefix") format("embedded-opentype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900italic.woff2") format("woff2"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900italic.woff") format("woff"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900italic.ttf") format("truetype"), url("https://audiospots.energy.ch/radioadmaker/fonts/raleway/raleway-v28-latin-900italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
html, body {
  margin: 0px;
  padding: 0px;
  font-family: Raleway, sans-serif;
  font-size: 16px; }
  @media (max-width: 740px) {
    html, body {
      overflow-x: hidden; } }

* {
    font-family: Raleway, sans-serif;
}

html *, #ram-container * {
  box-sizing: border-box; }

a {
  color: #1e1512; }
  a:visited {
    color: #1e1512; }

header .right .wave-bg {
  width: 300px; }
header .right h1 {
  color: #ed1c24;
  font-weight: 900;
  font-size: 27px; }

main section.heroimage {
  background: url("https://audiospots.energy.ch/radioadmaker/img/hero_bg.jpg") no-repeat center center/cover;
  background-size: 70vw;
  background-position-x: 30vw;
  background-color: #1e1512; }
  @media (max-width: 740px) {
    main section.heroimage {
      background-image: none; } }
  main section.heroimage .rcontainer {
    min-height: 450px; }
  main section.heroimage .caption {
    max-width: 20vw; }
    @media (max-width: 740px) {
      main section.heroimage .caption {
        max-width: 100%; } }
  main section.heroimage .image {
    position: relative;
    width: 100%; }
    main section.heroimage .image:after {
      content: " ";
      display: block;
      position: absolute;
      background-image: linear-gradient(90deg, #1e1512 10%, rgba(0, 28, 92, 0) 50%);
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
      @media (max-width: 740px) {
        main section.heroimage .image:after {
          display: none; } }
main section.quickbar {
  position: relative; }
  main section.quickbar select {
    border: 1px solid black;
    border-radius: 3px;
    font-size: 18px;
    padding: 7px 10px; }
  main section.quickbar .spacer {
    width: 33%; }
  main section.quickbar .bar {
    border: 2px solid white;
    margin-top: -55px; }
  main section.quickbar button.btn-big {
    margin-top: -30px;
    font-size: 1.2em;
    padding: 10px 16px;
    font-family: 'Raleway';
    border: 2px solid #1e1512; }
  main section.quickbar button:hover {
    border-color: #e0e0e0; }
main section.descriptions {
  background-image: linear-gradient(90deg, white 50%, #e0e0e0 50%); }
  @media (max-width: 740px) {
    main section.descriptions {
      background-image: none; } }
  main section.descriptions .c1 {
    width: 20%; }
    @media (max-width: 740px) {
      main section.descriptions .c1 {
        width: 100%; } }
  main section.descriptions .c2 {
    width: 20%; }
    @media (max-width: 740px) {
      main section.descriptions .c2 {
        width: 100%; } }
  main section.descriptions .c3 {
    width: 50%;
    background: #e0e0e0; }
    @media (max-width: 740px) {
      main section.descriptions .c3 {
        width: 100%; } }
    main section.descriptions .c3 .image {
      align-self: flex-end; }
      main section.descriptions .c3 .image img {
        max-width: 200px;
        display: block; }
main section.final {
  background: url("https://audiospots.energy.ch/radioadmaker/img/footer_img.jpg") no-repeat right center/cover;
  background-size: 60vw;
  background-position-x: 40vw;
  background-color: white; }
  @media (max-width: 740px) {
    main section.final {
      background: none; } }
  main section.final .rcontainer .flex {
    min-height: 480px; }
  main section.final .c1 {
    width: 40%;
    background-color: white; }
    @media (max-width: 740px) {
      main section.final .c1 {
        width: 100%; } }
    main section.final .c1 h2 {
      padding-right: 20%; }
  main section.final .c2 {
    position: relative; }
    @media (max-width: 740px) {
      main section.final .c2 {
        width: 100%;
        height: 250px; } }
    main section.final .c2:after {
      content: " ";
      display: block;
      position: absolute;
      background-image: linear-gradient(90deg, #FFFFFFFF 0%, #FFFFFF00 20%);
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }

#step-consent {
  display: block !important;
  position: fixed;
  bottom: -50%;
  opacity: 0;
  width: 100%;
  left: 0px;
  padding: 4rem 0rem;
  z-index: 50;
  background: rgba(255, 255, 255, 0.87);
  border-top: 1px solid #D3D3D3;
  box-shadow: 0px 0px 19px #0002;
  pointer-events: none;
  transition: bottom 0.5s ease, opacity 0.5s ease; }
  #step-consent .alert {
    color: #000000;
    max-width: 1390px;
    width: auto;
    margin: auto;
    background: white;
    padding: 3rem;
    display: flex;
    flex-flow: column; }
    #step-consent .alert button {
      background-color: #1e1512;
      border-color: #1e1512;
      align-self: end; }
  #step-consent.active {
    bottom: 0%;
    opacity: 1;
    pointer-events: auto; }

@media (max-width: 740px) {
  .spotcreation small {
    font-size: 0.7rem; } }

.spotcreation .loader {
  overflow: hidden; }
  .spotcreation .loader .loadingbar {
    position: relative;
    margin-bottom: 2rem; }
    .spotcreation .loader .loadingbar .bar {
      width: 100%;
      margin: 1rem 0rem;
      border: 1px solid black;
      background: white; }
      .spotcreation .loader .loadingbar .bar > div {
        width: 1%;
        height: 8px;
        background-color: #1e1512;
        transition: width 2.5s linear;
        animation: pulse2 infinite 1s ease; }
    .spotcreation .loader .loadingbar[data-loading-state="0"] .bar > div {
      width: 10%; }
    .spotcreation .loader .loadingbar[data-loading-state="1"] .bar > div {
      width: 30%; }
    .spotcreation .loader .loadingbar[data-loading-state="2"] .bar > div {
      width: 40%; }
    .spotcreation .loader .loadingbar[data-loading-state="3"] .bar > div {
      width: 70%; }
    .spotcreation .loader .loadingbar[data-loading-state="4"] .bar > div {
      width: 85%; }
    .spotcreation .loader .loadingbar[data-loading-state="5"] .bar > div {
      width: 90%; }
    .spotcreation .loader .loadingbar[data-loading-state="6"] .bar > div {
      width: 99%; }
    .spotcreation .loader .loadingbar span {
      display: block;
      width: 100%;
      text-align: center;
      position: absolute;
      transform: translateY(50px);
      transition: transform 0.5s ease;
      bottom: -2rem;
      font-size: 0.8rem; }
    .spotcreation .loader .loadingbar[data-loading-state="0"] span.state-0 {
      transform: translateY(0px); }
    .spotcreation .loader .loadingbar[data-loading-state="1"] span.state-1 {
      transform: translateY(0px); }
    .spotcreation .loader .loadingbar[data-loading-state="2"] span.state-2 {
      transform: translateY(0px); }
    .spotcreation .loader .loadingbar[data-loading-state="3"] span.state-3 {
      transform: translateY(0px); }
    .spotcreation .loader .loadingbar[data-loading-state="4"] span.state-4 {
      transform: translateY(0px); }
    .spotcreation .loader .loadingbar[data-loading-state="5"] span.state-5 {
      transform: translateY(0px); }
    .spotcreation .loader .loadingbar[data-loading-state="6"] span.state-6 {
      transform: translateY(0px); }

.iconloader {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px; }
  .iconloader div {
    display: inline-block;
    position: absolute;
    left: 4px;
    width: 8px;
    background: #fff;
    animation: iconloader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
    .iconloader div:nth-child(1) {
      left: 4px;
      animation-delay: -0.24s; }
    .iconloader div:nth-child(2) {
      left: 16px;
      animation-delay: -0.12s; }
    .iconloader div:nth-child(3) {
      left: 28px;
      animation-delay: 0s; }

details {
  margin-bottom: 1rem;
  border: 3px solid #e0e0e0; }
  details summary {
    background: #e0e0e0;
    color: #1e1512;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    padding: 12px;
    font-weight: bold; }
  details p {
    padding: 0.75rem;
    padding-left: 1.75rem; }

.logobar .logos {
  display: flex;
  flex-flow: wrap;
  gap: 50px; }
  @media (max-width: 740px) {
    .logobar .logos {
      justify-content: center; } }
  .logobar .logos .logo {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center; }
    .logobar .logos .logo img {
      object-fit: contain;
      margin: auto;
      max-width: 100px;
      max-height: 100px; }

@keyframes iconloader {
  0% {
    top: 6px;
    height: 32px; }
  50%, 100% {
    top: 14px;
    height: 16px; } }
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 10px rgba(49, 221, 239, 0.2); }
  50% {
    box-shadow: 0 0 15px #1fd7ea; }
  100% {
    box-shadow: 0 0 10px rgba(49, 221, 239, 0.2); } }
@-webkit-keyframes pulse2 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 1; } }
button {
  background-color: #ed1c24;
  color: white;
  border: none;
  border-radius: 0px;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 12px;
  transition: background-color .1s ease, color .1s ease;
  cursor: pointer;
  border: 2px solid #ed1c24;
  display: flex;
  align-items: center;
  gap: 6px; }
  button:hover {
    background-color: #1e1512;
    color: white;
    border: 2px solid #1e1512; }
  button.big {
    font-size: 22px; }
  button.small {
    font-size: 12px;
    padding: 6px 10px; }
  button.primary {
    background-color: #ed1c24;
    box-shadow: 0 0 10px rgba(70, 171, 196, 0.5);
    -webkit-animation: pulse 1.5s infinite; }
  button:disabled {
    cursor: auto;
    opacity: 0.7;
    pointer-events: none;
    background-color: #888 !important;
    border-color: #888; }

input,
textarea {
  border: 1px solid #ed1c24;
  outline: none;
  padding: 0.5rem;
  font-family: Raleway, sans-serif; }
  input:focus,
  textarea:focus {
    box-shadow: 0px 0px 3px #ed1c24; }

textarea {
  resize: none;
  font-size: 120%; }
  @media (max-width: 740px) {
    textarea {
      font-size: 100%; } }

input[type="range"] {
  accent-color: #ed1c24; }

.input-group label {
  width: 150px;
  display: inline-block; }
.input-group input {
  padding: 5px;
  font-size: 110%;
  border-radius: 5px;
  border: 1px solid #ccc; }
  .input-group input.error {
    border-color: #f00;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.3); }
.input-group .error-message {
  display: inline-block;
  padding-left: 10px;
  font-weight: bold;
  color: #c00; }

#map {
  height: 500px; }
  #map path:focus {
    outline: none !important; }
  #map svg path {
    stroke-width: 1px; }
    #map svg path[stroke-opacity="0.1"] {
      pointer-events: none !important; }

#step-1 {
  position: relative; }

.leaflet-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
  width: 100%; }
  .leaflet-overlay .cities,
  .leaflet-overlay .stations {
    transition: transform 0.45s ease, opacity 0.2s ease; }
  .leaflet-overlay .cities.hidden {
    transform: translate(-100%);
    opacity: 0; }
  .leaflet-overlay .stations.hidden {
    transform: translate(100%);
    opacity: 0; }
  .leaflet-overlay .space {
    flex: 1 auto; }

.leaflet-overlay {
  pointer-events: none; }
  .leaflet-overlay .cities,
  .leaflet-overlay .stations {
    padding: 24px 16px;
    background: #ffffffc8;
    pointer-events: auto;
    overflow: scroll;
      overflow-x:hidden; }
  @media (max-width: 740px) {
    .leaflet-overlay {
      margin: 0px;
      width: 100%;
      position: relative;
      height: unset; }
      .leaflet-overlay .cities {
        transform: translate(-100%) !important;
        height: 1px;
        padding: 0px !important;
        opacity: 0;
        pointer-events: none; }
      .leaflet-overlay .stations {
        width: 100%;
        height: max-content;
        padding: 0 16px !important; }
        .leaflet-overlay .stations .checkboxes {
          height: unset !important;
          max-width: unset;
          max-height: 200px; } }

#configurator {
  margin: 0px auto;
  /* controls */
  /* designcrap */
  /*
  * steps
  */
  /* buttonleiste unten */ }
  #configurator #steps ul li,
  #configurator #stepcontent ul li {
    list-style: none; }
    #configurator #steps ul li:before,
    #configurator #stepcontent ul li:before {
      display: none; }
  #configurator .sideinfo {
    width: 300px;
    border-left: 1px dashed #ccc;
    padding-left: 1.5rem; }
    @media (max-width: 740px) {
      #configurator .sideinfo {
        padding-left: 0rem;
        margin-top: 2rem;
        border-left: 0px solid white; } }
  #configurator #stepcontent {
    display: flex;
    flex-direction: column; }
    #configurator #stepcontent .step {
      display: none; }
    #configurator #stepcontent .step.active {
      display: flex;
      flex-direction: column; }
  #configurator.loading .step {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
  #configurator .configurator {
    background-color: #f1f1f1; }
  #configurator #summary {
    background-color: rgba(0,0,0,0.075);
    width: 300px;
    padding: 20px; }
    @media (max-width: 740px) {
      #configurator #summary {
        width: 100%; } }
    #configurator #summary p[data-field=text] {
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      font-size: 15px; }
  #configurator #steps {
    display: block; }
    #configurator #steps::before {
      width: 100%;
      height: 7px;
      background-image: linear-gradient(90deg, #1e1512, #119B7B, #ed1c24);
      opacity: 0.3;
      content: " ";
      display: block; }
      @media (max-width: 740px) {
        #configurator #steps::before {
          width: calc(100% + 2rem);
          margin-left: -1rem; } }
    #configurator #steps ul {
      margin: 0px;
      padding: 0px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 740px) {
        #configurator #steps ul {
          width: calc(100% + 2rem);
          margin-left: -1rem;
          padding-left: 0.5rem;
          padding-right: 0.5rem; } }
    #configurator #steps li {
      list-style: none;
      padding-top: 0.75rem;
      margin: 2px;
      font-weight: 700;
      text-align: center;
      color: #A8A5A5;
      cursor: pointer;
      position: relative; }
      @media (max-width: 740px) {
        #configurator #steps li {
          font-size: 0.8rem;
          font-weight: normal; }
          #configurator #steps li.active {
            font-weight: 700; } }
      #configurator #steps li:after {
        content: " ";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: block;
        background: #A8A5A5;
        position: absolute;
        left: calc(50% - 10px);
        top: -16px; }
      #configurator #steps li.disabled {
        color: rgba(0,0,0,0.25) !important;
        cursor: not-allowed !important; }
        #configurator #steps li.disabled:after {
            background: #fff;
            border:1px solid #aaa;

        }
    #configurator #steps li.active {
      color: #ed1c24; }
      #configurator #steps li.active:after {
        background: #ed1c24; }
  #configurator hr {
    clear: both;
    margin: 20px 0;
    border: 1px dotted #ed1c24; }
  #configurator .checkboxes {
    overflow-x: visible !important; }
  #configurator input[type="checkbox"] {
    margin-right: 5px;
    display: none; }
  #configurator input[type="checkbox"] ~ span {
    display: block;
    position: relative;
    padding-left: 1rem;
    cursor: pointer; }
    #configurator input[type="checkbox"] ~ span::before {
      width: 0.8rem;
      height: 0.8rem;
      border: 1px solid #ed1c24;
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      top: 2px;
      font-size: 1em;
      padding: 0px;
      line-height: 0.5em;
      background: white; }
  #configurator input[type="checkbox"]:checked ~ span,
  #configurator input[type="checkbox"]:checked ~ div {
    font-weight: bold; }
    #configurator input[type="checkbox"]:checked ~ span small,
    #configurator input[type="checkbox"]:checked ~ div small {
      font-weight: normal; }
    #configurator input[type="checkbox"]:checked ~ span::before,
    #configurator input[type="checkbox"]:checked ~ div::before {
      background: white url("https://audiospots.energy.ch/radioadmaker/img/check.svg") no-repeat center center; }
  #configurator .stations {
    max-width: 300px; }
    @media (max-width: 740px) {
      #configurator .stations {
        max-width: unset; } }
  #configurator .checkbox label {
    display: flex;
    align-items: center;
    gap: .5em;
    padding: 1em;
    margin-left: -1em;
    width: calc(100% + 2em);
    overflow: visible;
    cursor: pointer; }
    #configurator .checkbox label span {
      width: 0px;
      overflow: hidden;
      height: 1.2em; }
    #configurator .checkbox label div {
      max-width: 230px;
      flex: 1 1; }
    #configurator .checkbox label img {
      max-width: 48px; }
    #configurator .checkbox label:has(input[type="checkbox"]:checked) {
      background: #ffffff;
      border-radius: 0px;
      box-shadow: 0px 0px 20px #00000013; }
      @media (max-width: 740px) {
        #configurator .checkbox label:has(input[type="checkbox"]:checked) {
          background: #dbdbdb; } }
  #configurator #configurator ol li {
    margin-bottom: 1em; }
  #configurator .controls {
    display: flex;
    justify-content: space-between;
    visibility: hidden; }
  #configurator dl dt {
    font-weight: bold;
    width: 170px;
    float: left; }
  #configurator dl dd {
    padding-bottom: 1em;
    text-align: right; }
  #configurator #textsuggestions li,
  #configurator .speaker li,
  #configurator .sounds li {
    cursor: pointer;
    background-color: #e0e0e0;
    margin-bottom: 1rem;
    padding: 0.5rem;
    display: flex;
    gap: 0.75rem;
    align-items: center; }
    #configurator #textsuggestions li button,
    #configurator .speaker li button,
    #configurator .sounds li button {
      align-self: end; }
    #configurator #textsuggestions li .active,
    #configurator .speaker li .active,
    #configurator .sounds li .active {
      background-color: #ed1c24;
      font-weight: bold;
      color: white; }
    #configurator #textsuggestions li span,
    #configurator .speaker li span,
    #configurator .sounds li span {
      flex: 1;
      display: inline-block; }
  @media (max-width: 740px) {
    #configurator #textsuggestions li {
      flex-direction: column; } }
  #configurator blockquote#currenttext {
    margin: 0px;
    padding: 1rem 2rem;
    background: #e9e9e9; }
    @media (max-width: 740px) {
      #configurator blockquote#currenttext {
        font-size: 100%; } }
  #configurator blockquote {
    font-size: 120%; }
  #configurator ol {
    padding-left: 1rem; }
    #configurator ol li {
      margin-bottom: 1rem; }
  #configurator.initialized .controls {
    visibility: visible; }
  #configurator #svg_map #Beschriftung,
  #configurator #svg_map #elements {
    pointer-events: none; }

#invoice-address {
  margin: auto;
  margin-bottom: 4rem; }
  @media (max-width: 740px) {
    #invoice-address {
      margin: unset;
      margin-bottom: 4rem; } }
  #invoice-address .input-group {
    display: flex;
    justify-content: space-between;
    gap: 4px; }
  #invoice-address button {
    margin: auto; }

#previewplayer {
  transition: max-height 0.5s ease;
  display: flex;
  overflow: hidden;
  justify-content: center;
  max-height: 2rem; }
  #previewplayer.hidden {
    max-height: 0rem; }

.alert-error span.reach-contacts {
  font-weight: bold; }

/*# sourceMappingURL=radioadmaker.css.map */


#configurator
.user-info.info-box {
    border: 1px solid #fff;
    padding: 5px 10px;
    font-size:15px;
    background-color: #fff;
    border-radius: 3px;
    color: #1e1512;
    line-height:1.2;
}

#configurator
.user-info.info-text {
    font-size:16px;
    color: #1e1512;
    line-height:1.2;
}



/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC53FwrK3iLTcvneQg7B5iqpJlhKnPCkaL3UUMbndwVgHU.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC53FwrK3iLTcvneQg7B5iqpJlhKnPCkaL5UUMbndwV.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC73FwrK3iLTeHuS_fjbvMwCp504jAa25L7W0Q5n-wU.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC73FwrK3iLTeHuS_fjbvMwCp504jAa1ZL7W0Q5nw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC53FwrK3iLTcvneQg7B5iqpJlhKnNClqL3UUMbndwVgHU.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC53FwrK3iLTcvneQg7B5iqpJlhKnNClqL5UUMbndwV.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC73FwrK3iLTeHuS_fjbvMwCp50Yjca25L7W0Q5n-wU.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC73FwrK3iLTeHuS_fjbvMwCp50Yjca1ZL7W0Q5nw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC53FwrK3iLTcvneQg7B5iqpJlhKnOckaL3UUMbndwVgHU.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC53FwrK3iLTcvneQg7B5iqpJlhKnOckaL5UUMbndwV.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC73FwrK3iLTeHuS_fjbvMwCp50vDAa25L7W0Q5n-wU.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('https://audiospots.energy.ch/radioadmaker/fonts/inter/UcC73FwrK3iLTeHuS_fjbvMwCp50vDAa1ZL7W0Q5nw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.rcontainer {
    max-width: 1920px;
}



input,
textarea {
    font-family: "Inter", Raleway, sans-serif;
    font-weight:500;
}

*, html, body {
    font-family: "Inter", sans-serif;
    font-weight:300;
}

strong, b {
    font-weight:900;
}

h1, h2, h3, h4,
h1 p, h2 p, h3 p, h4 p {
    font-weight:900;
    line-height: 1.2;
}

button.btn-big {
    font-family: "Inter", sans-serif;
    font-weight:500;
}

h1 {
    font-size:200%;
}






button:hover, button.primary:hover {
    background-color: rgba(237,28,36,1);
    border:none;
}


button {
    background-color: rgba(235,87,87,1);
    color: white;
    border: none;
    border-radius: 5%;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 12px;
    padding-right: 12px;
    padding-left: 12px;
}


button.primary {
    background-color: rgba(235,87,87,1);
    box-shadow: none;
    -webkit-animation: none;
}


body > header,
body > * > header {
    background-color:rgba(43,42,45,1);
}

div.header .logo {
    display:flex;
    align-items: center;
}

div.header .logo img {
    max-width: 250px;
}

main section.heroimage {
    background-image: url('https://audiospots.energy.ch/radioadmaker/img/spotcom/hero_bg.jpg');
}

@media (max-width: 740px) {
    main section.heroimage {
        background-image: none;
    }
    main section.heroimage .caption {
        padding: 0;
    }
    main section.heroimage .rcontainer {
        min-height:auto;
    }
}

main section.final {
    background-image: url('https://audiospots.energy.ch/radioadmaker/img/spotcom/footer_img.jpg');
}

@media (max-width: 740px) {
    main section.final {
        background-image: none;
    }
}

main section.descriptions .c3 .image img {
    max-width:350px;
    position:relative;
    top:20px;
}

@media (max-width: 740px) {
    main section.descriptions .c3 .image img {
        max-width:200px;
    }
}
@media (min-width: 740px) {
    main section.descriptions {
        background-image: linear-gradient(90deg, white 50%, #ed1c24 50%) !important;
    }
}

.headerlogos img {
    width: 120px;
    display: flex;
    justify-content: center;
}

.headerlogos {
    display: flex;
    flex-flow: wrap;
    gap: 50px;
}

#configurator #steps::before {
    background-image: linear-gradient(90deg, #eb5757, #eb5757);
}

main section.descriptions .c3 {
    background:#eb5757;
}


details summary {
    background: #eb5757;
    color: #fff;
}


.f-row {
    display: flex;
    flex-wrap: wrap; /* Elemente sollen umgebrochen werden, wenn kein Platz mehr ist */
    gap: 10px; /* Abstand zwischen den Elementen */
    width:100%;
}

.f-col {
    flex: 1 1 calc(50% - 10px); /* 50% Breite minus den Abstand */
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .f-col {
        flex: 1 1 100%; /* Volle Breite auf mobilen Geräten */
    }
}

@media (min-width: 740px) {
    #configurator .stations {
        max-width: 200px;
    }
}

@media (max-width: 740px) {
    main section.descriptions {
        background-image: none;
    }

    main section.descriptions .c3 .image {
        position: absolute;
        width:150px;
        margin-top:0px;
        margin-left:-20px;
        overflow:hidden;
        bottom:0;
        right:0;
        display:none;
    }

}

#configurator .no-leaflet-overlay .checkbox label {
    padding-top:0.5em;
    padding-bottom:0.5em;
}

#configurator .no-leaflet-overlay .checkbox label:has(input[type="checkbox"]:checked) {
    box-shadow: none;
}


details {
    border: none;
}
details > summary {
    background-color: #ed1c24;
}


main section.descriptions .c3 {
    background: #ed1c24 !important;
}

#summary dt {
    clear:both;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */
	
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
