/* _content/Werbemonitor/Components/Layout/Footer.razor.rz.scp.css */
.social a[b-3bk1pu76zc] {
  font-size: 1.5rem;
  margin: 0 0.5rem 0 0;
}
/* _content/Werbemonitor/Components/Layout/NavMenu.razor.rz.scp.css */
header[b-njtl39c3xq] {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: white;
  border-bottom: solid 1px #ecebeb;
  padding: 15px 0;
  min-height: auto;
}
@media (min-width: 800px) {
  header[b-njtl39c3xq] {
    min-height: 160px;
    padding: 15px 0 0;
  }
}
header .container[b-njtl39c3xq] {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
header .logo[b-njtl39c3xq] {
  display: inline-block;
  width: 125px;
  transition: width 1s;
}
header .logo path[b-njtl39c3xq] {
  fill: #2c2c2c;
}
header .logo.cgy-red path[b-njtl39c3xq] {
  fill: #e00917;
}
header .logo.cgy-orange path[b-njtl39c3xq] {
  fill: #ea670c;
}
header .logo.cgy-green path[b-njtl39c3xq] {
  fill: #73b847;
}
header .logo.cgy-blue path[b-njtl39c3xq] {
  fill: #0b74b9;
}
@media (min-width: 800px) {
  header .logo[b-njtl39c3xq] {
    width: 200px;
  }
}
header .desktop-nav[b-njtl39c3xq] {
  list-style-type: none;
  display: flex;
  flex-flow: row;
  padding: 0;
  margin: 0 0 0 2rem;
  line-height: 1rem;
}
header .desktop-nav li[b-njtl39c3xq] {
  width: auto;
  display: inline-block;
  font-size: 1rem;
  margin: 0 1rem 0 0;
}
@media (min-width: 960px) {
  header .desktop-nav li[b-njtl39c3xq] {
    font-size: 1.15rem;
  }
}
header .desktop-nav li a[b-njtl39c3xq] {
  text-decoration: none;
  color: #212529;
  display: inline-block;
  overflow: hidden;
  margin: 5px 0 -4px 0;
}
header .desktop-nav li a[b-njtl39c3xq]:after {
  content: "";
  background-color: transparent;
  display: block;
  width: 0;
  height: 3px;
  margin: 1.5rem 0 0 0;
  transition-property: width;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
header .desktop-nav li a:hover[b-njtl39c3xq]:after {
  background-color: #212529;
  width: 100%;
}
header .desktop-nav li a.cgy-red:hover[b-njtl39c3xq]:after {
  background-color: #e00917;
}
header .desktop-nav li a.cgy-orange:hover[b-njtl39c3xq]:after {
  background-color: #ea670c;
}
header .desktop-nav li a.cgy-green:hover[b-njtl39c3xq]:after {
  background-color: #73b847;
}
header .desktop-nav li a.cgy-blue:hover[b-njtl39c3xq]:after {
  background-color: #0b74b9;
}
header .desktop-nav.show[b-njtl39c3xq] {
  display: none;
}
@media (min-width: 800px) {
  header .desktop-nav.show[b-njtl39c3xq] {
    display: flex;
    width: 100%;
  }
}
header .menu[b-njtl39c3xq] {
  width: auto;
  margin: 0 24px 0 0;
}
@media (min-width: 800px) {
  header .menu[b-njtl39c3xq] {
    display: flex;
    width: auto;
    color: red;
    margin: 1.5rem 24px 0 0;
    width: 100%;
  }
}
header.sticky[b-njtl39c3xq], header.static[b-njtl39c3xq] {
  position: sticky;
  flex-wrap: initial;
  padding: 15px 0;
  min-height: auto;
}
header.sticky .logo[b-njtl39c3xq], header.static .logo[b-njtl39c3xq] {
  width: 125px;
  transition: width 1s;
}
header.sticky .menu[b-njtl39c3xq], header.static .menu[b-njtl39c3xq] {
  width: auto;
  margin: 0 24px 0 0;
}
header.sticky .desktop-nav[b-njtl39c3xq], header.static .desktop-nav[b-njtl39c3xq] {
  display: none;
}
header .divider[b-njtl39c3xq] {
  display: flex;
  flex: 1;
}
header .search[b-njtl39c3xq],
header .logon[b-njtl39c3xq] {
  font-size: 1.25rem;
  align-items: flex-end;
  margin: 0 0.25rem;
  position: relative;
  cursor: pointer;
}
.sidebar[b-njtl39c3xq] {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  max-width: calc(100% - 50px);
  background-color: #faf8f7;
  -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  width: 450px;
  margin-left: -550px;
  transition: margin 0.5s;
}
.sidebar .sidebar-header[b-njtl39c3xq] {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
}
.sidebar .sidebar-header .logo-nav[b-njtl39c3xq] {
  margin: 1rem 1rem 0 1rem;
  padding: 1rem 0 2rem 0;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #333;
}
.sidebar .sidebar-header .logo-nav a[b-njtl39c3xq] {
  width: 30%;
  text-align: center;
}
.sidebar .sidebar-header .logo-nav a:nth-child(2) img[b-njtl39c3xq] {
  max-height: 45px;
}
.sidebar .sidebar-body[b-njtl39c3xq] {
  width: 100%;
  height: calc(100vh - 90px);
  overflow-y: auto;
  position: relative;
  padding: 25px 25px 100px 25px;
}
@media (min-width: 1200px) {
  .sidebar .sidebar-body[b-njtl39c3xq] {
    padding: 75px 25px 100px 25px;
  }
}
.sidebar.show[b-njtl39c3xq] {
  margin-left: 0;
  transition: all 0.5s;
}
.sidebar a[b-njtl39c3xq] {
  color: black;
  text-decoration: none;
  transition: all 0.5s;
}
.sidebar a:hover[b-njtl39c3xq] {
  color: #e00917;
  transition: all 0.5s;
}
.sidebar .social[b-njtl39c3xq] {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}
.sidebar .social span[b-njtl39c3xq] {
  margin-right: 1rem;
}
.sidebar .main-title[b-njtl39c3xq] {
  margin-top: 1rem;
}
@media (min-width: 1200px) and (min-height: 800px) {
  .sidebar .main-title[b-njtl39c3xq] {
    margin-top: 2rem;
  }
}
.sidebar .logo.wko[b-njtl39c3xq] {
  width: 200px;
  max-width: 100%;
  margin: 1.5rem 0;
}
.sidebar ul[b-njtl39c3xq] {
  list-style-type: none;
  padding: 0;
}
.sidebar ul.teasers[b-njtl39c3xq] {
  width: calc(100% + 50px);
  padding: 1rem 15px 1rem 25px;
  margin: 0 -25px;
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
  isolation: inherit;
}
.sidebar ul.teasers li[b-njtl39c3xq] {
  display: inline-block;
  width: 33%;
  background: white;
}
.sidebar .copyright[b-njtl39c3xq] {
  font-size: 0.8rem;
}

.blur[b-njtl39c3xq] {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacitiy: 0;
  background: transparent;
  transition: all 0.5s;
}
.blur.show[b-njtl39c3xq] {
  z-index: 900;
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0s;
  background: rgba(241, 241, 243, 0.2);
  backdrop-filter: blur(4px);
}

.menu-close[b-njtl39c3xq] {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1rem;
  position: absolute;
  top: 20px;
  right: -40px;
  cursor: pointer;
  transition: background 1s;
  background: #212529;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: white;
  text-align: center;
  padding-top: 2px;
}

@keyframes iconrotate-b-njtl39c3xq {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.menu-close:hover[b-njtl39c3xq] {
  animation-name: iconrotate-b-njtl39c3xq;
  animation-duration: 0.5s;
  background: #e00917;
  transition: background 0.5s;
}

/*Hamburger*/
label[b-njtl39c3xq] {
  display: flex;
  flex-direction: column;
  width: 36px;
  cursor: pointer;
}

label span[b-njtl39c3xq] {
  background: black;
  border-radius: 3px;
  height: 3px;
  margin: 3px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
label span:nth-of-type(1)[b-njtl39c3xq] {
  width: 50%;
}
label span:nth-of-type(2)[b-njtl39c3xq] {
  width: 100%;
}
label span:nth-of-type(3)[b-njtl39c3xq] {
  width: 75%;
}

label:hover span:nth-of-type(1)[b-njtl39c3xq] {
  width: 75%;
}
label:hover span:nth-of-type(3)[b-njtl39c3xq] {
  width: 50%;
}

input[type=checkbox][b-njtl39c3xq] {
  display: none;
}

input[type=checkbox]:checked ~ span:nth-of-type(1)[b-njtl39c3xq] {
  transform-origin: bottom;
  transform: rotateZ(45deg) translate(4px, 0px);
}

input[type=checkbox]:checked ~ span:nth-of-type(2)[b-njtl39c3xq] {
  transform-origin: top;
  transform: rotateZ(-45deg);
}

input[type=checkbox]:checked ~ span:nth-of-type(3)[b-njtl39c3xq] {
  transform-origin: bottom;
  width: 50%;
  transform: translate(15px, -4px) rotateZ(45deg);
}

[b-njtl39c3xq] ul.rz-profile-menu {
  background-color: transparent;
}
[b-njtl39c3xq] ul.rz-profile-menu .rz-navigation-item-icon-children {
  color: black;
}

[b-njtl39c3xq] .rz-navigation-menu {
  font-size: 1rem;
}
/* _content/Werbemonitor/Components/Pages/EventBooking.razor.rz.scp.css */
.banner[b-jgj16nli8h] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}
/* _content/Werbemonitor/Components/Pages/EventDetails.razor.rz.scp.css */
.banner[b-ke7jg5stba] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}

.sub-title[b-ke7jg5stba] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.group-info[b-ke7jg5stba] {
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: solid 4px #9a9a9a;
  margin: 0 0 1rem 0;
}
@media (min-width: 1200px) {
  .group-info[b-ke7jg5stba] {
    flex-flow: row;
  }
}

.event-info[b-ke7jg5stba] {
  width: 100%;
  padding: 1rem;
  order: 2;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .event-info[b-ke7jg5stba] {
    width: calc(100% - 800px);
    order: 1;
  }
}
.event-info ul[b-ke7jg5stba] {
  list-style-type: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.event-info ul li[b-ke7jg5stba] {
  width: 100%;
  margin: 0.5rem;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.event-info ul li .fal[b-ke7jg5stba] {
  width: 18px;
  text-align: center;
}
.event-info ul li span[b-ke7jg5stba] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-ke7jg5stba] {
  width: 100%;
  margin: 0;
  order: 1;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .img-container[b-ke7jg5stba] {
    width: 100%;
    max-width: 800px;
    float: right;
    order: 2;
  }
}
.img-container .img-wrap[b-ke7jg5stba] {
  background-color: #F9F9F9;
}
.img-container .img-media[b-ke7jg5stba] {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-ke7jg5stba] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-ke7jg5stba] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-container .img-media .img-content > img[b-ke7jg5stba] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-ke7jg5stba] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-ke7jg5stba] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-ke7jg5stba] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-ke7jg5stba]  p {
  margin: 0.25rem 0;
  text-align: center;
}

[b-ke7jg5stba] .rz-panel {
  border: solid rgba(44, 44, 44, 0.2) 1px;
}

[b-ke7jg5stba] .rz-panel-titlebar {
  padding: 0.5rem 1rem;
}

[b-ke7jg5stba] .rz-panel-content-wrapper {
  padding: 1rem;
}
/* _content/Werbemonitor/Components/Pages/EventNachlese.razor.rz.scp.css */
.banner[b-747i4nduqi] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}

.sub-title[b-747i4nduqi] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.group-info[b-747i4nduqi] {
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: solid 4px #9a9a9a;
  margin: 0 0 1rem 0;
}
@media (min-width: 1200px) {
  .group-info[b-747i4nduqi] {
    flex-flow: row;
  }
}

.event-info[b-747i4nduqi] {
  width: 100%;
  padding: 1rem;
  order: 2;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .event-info[b-747i4nduqi] {
    width: calc(100% - 800px);
    order: 2;
  }
}
.event-info ul[b-747i4nduqi] {
  list-style-type: none;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.event-info ul li[b-747i4nduqi] {
  width: 100%;
  margin: 0.5rem;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.event-info ul li .fal[b-747i4nduqi] {
  width: 18px;
  text-align: center;
}
.event-info ul li span[b-747i4nduqi] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-747i4nduqi] {
  width: 100%;
  margin: 0;
  order: 1;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .img-container[b-747i4nduqi] {
    width: 100%;
    max-width: 800px;
    float: right;
    order: 1;
  }
}
.img-container .img-wrap[b-747i4nduqi] {
  background-color: #F9F9F9;
}
.img-container .img-media[b-747i4nduqi] {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-747i4nduqi] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-747i4nduqi] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-container .img-media .img-content > img[b-747i4nduqi] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-747i4nduqi] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-747i4nduqi] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-747i4nduqi] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-747i4nduqi]  p {
  margin: 0.25rem 0;
  text-align: center;
}

[b-747i4nduqi] .rz-panel {
  border: solid rgba(44, 44, 44, 0.2) 1px;
}

[b-747i4nduqi] .rz-panel-titlebar {
  padding: 0.5rem 1rem;
}

[b-747i4nduqi] .rz-panel-content-wrapper {
  padding: 1rem;
}
/* _content/Werbemonitor/Components/Pages/MeinWerbemonitor.razor.rz.scp.css */
section[b-32xcn55vfc] {
  background-color: #F9F9F9;
  padding: 1rem 0 0 0;
}
section h4[b-32xcn55vfc], section p[b-32xcn55vfc] {
  margin: 0;
}
/* _content/Werbemonitor/Components/Pages/NomineeDetails.razor.rz.scp.css */
.banner[b-fnuc44aobz] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}

.sub-title[b-fnuc44aobz] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.group-info[b-fnuc44aobz] {
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: solid 4px #9a9a9a;
  margin: 0 0 1rem 0;
}
@media (min-width: 1200px) {
  .group-info[b-fnuc44aobz] {
    flex-flow: row;
  }
}

.img-container[b-fnuc44aobz] {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 1rem 0 3rem 0;
}
.img-container .img-wrap[b-fnuc44aobz] {
  background-color: #F9F9F9;
}
@media (min-width: 1200px) {
  .img-container[b-fnuc44aobz] {
    margin: 0 0 2rem 0;
    /*&:before {
        content: "";
        background: $wm-grey;
        position: absolute;
        right: -2rem;
        top: 1rem;
        width: 100%;
        padding-bottom: 56.25%;
    }*/
  }
}
.img-container .img-media[b-fnuc44aobz] {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-fnuc44aobz] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-fnuc44aobz] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: solid 4px #9a9a9a;
}
.img-container .img-media .img-content > img[b-fnuc44aobz] {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-fnuc44aobz] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-fnuc44aobz] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-fnuc44aobz] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-fnuc44aobz]  p {
  margin: 0.25rem 0;
  text-align: center;
}

.spacer[b-fnuc44aobz] {
  width: 100%;
  display: inline-block;
  height: 125px;
}

[b-fnuc44aobz] .rz-panel {
  border: solid rgba(44, 44, 44, 0.2) 1px;
}

[b-fnuc44aobz] .rz-panel-titlebar {
  padding: 0.5rem 1rem;
}

[b-fnuc44aobz] .rz-panel-content-wrapper {
  padding: 1rem;
}

.nominees[b-fnuc44aobz] {
  background: #F9F9F9;
  padding: 2rem 0;
}
.nominees .nomniee-filter[b-fnuc44aobz] {
  background: white;
  border: solid 1px #ececec;
  width: 100%;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  border-radius: 3px;
}
.nominees .nomniee-filter[b-fnuc44aobz]  .rz-dropdown-label {
  text-align: left;
}
.nominees ul[b-fnuc44aobz] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 640px) {
  .nominees ul[b-fnuc44aobz] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 960px) {
  .nominees ul[b-fnuc44aobz] {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  }
}
.nominees ul li[b-fnuc44aobz] {
  position: relative;
  padding: 1rem;
  background: white;
  transition: all 0.5s;
}
.nominees ul li:hover[b-fnuc44aobz] {
  cursor: pointer;
  background-color: rgba(33, 37, 41, 0.05);
  transition: all 0.5s;
}
.nominees ul li h2[b-fnuc44aobz] {
  font-size: 1.1rem;
  text-align: center;
}
.nominees ul li .img-wrap[b-fnuc44aobz] {
  position: relative;
  background: white;
  margin: 0 0 10px 0;
}
.nominees ul li .img-wrap .img-content[b-fnuc44aobz] {
  text-align: center;
}
.nominees ul li .img-wrap .img-content img[b-fnuc44aobz] {
  max-height: 100%;
  max-width: 100%;
}
.nominees ul li .category[b-fnuc44aobz] {
  position: relative;
  width: 100%;
  text-align: center;
  margin: -0.5rem 0 0.25rem 0;
}
.nominees ul li.winner[b-fnuc44aobz] {
  background-color: rgba(196, 163, 93, 0.1);
}
.nominees ul li.winner[b-fnuc44aobz]:after, .nominees ul li.winner.gh2023[b-fnuc44aobz]:after {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: -15px;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/img/gh/gh-hahn-gewinner.svg) !important;
  background-size: 50px auto;
}
.nominees ul li.winner:hover[b-fnuc44aobz] {
  background-color: rgba(196, 163, 93, 0.2);
  transition: all 0.5s;
}
.nominees ul li a[b-fnuc44aobz] {
  text-decoration: none;
}

[b-fnuc44aobz] .rz-badge-light {
  background-color: #c4a35d !important;
  color: white;
}
/* _content/Werbemonitor/Components/Pages/pages.razor.rz.scp.css */
.logo path[b-f9a7w95uah] {
  fill: #e00917;
}

article[b-f9a7w95uah] {
  margin-bottom: 4rem;
}
article header[b-f9a7w95uah] {
  margin-bottom: 1.5rem;
}

.banner[b-f9a7w95uah] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 2rem 0 0 0;
  width: 100%;
  height: 300px;
  margin: 0 0 -275px 0;
}

.breadcrumb[b-f9a7w95uah] {
  font-size: 0.9rem;
}
.breadcrumb ul[b-f9a7w95uah] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li[b-f9a7w95uah] {
  float: left;
  width: auto;
}
.breadcrumb ul li a[b-f9a7w95uah] {
  color: #e00917;
  text-decoration: none;
}
.breadcrumb ul li[b-f9a7w95uah]:before {
  content: " / ";
  color: #e00917;
}
.breadcrumb ul li:first-child[b-f9a7w95uah]:before {
  content: "";
}

figure[b-f9a7w95uah] {
  margin-inline: 0 0 1rem 0;
}
figure img[b-f9a7w95uah] {
  width: 100%;
  background: #9a9a9a;
  border-bottom: #e00917 solid 5px;
}

.author-image[b-f9a7w95uah] {
  width: 150px;
  height: 200px;
  background: #9a9a9a;
  border-bottom: #e00917 solid 5px;
  display: inline-block;
  margin: 0 0 0.5rem 0;
}
.author-image img[b-f9a7w95uah] {
  display: none;
}

.author-vcard a[b-f9a7w95uah] {
  color: black;
  text-decoration: none;
}
.author-vcard a:hover[b-f9a7w95uah] {
  color: #e00917;
}

.intro[b-f9a7w95uah] {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 2rem;
}
/* _content/Werbemonitor/Components/Pages/PagesBappana.razor.rz.scp.css */
.logo path[b-m1itwzcu8h] {
  fill: #e00917;
}

.banner[b-m1itwzcu8h] {
  background-color: #d6e4e9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-blurred.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 325px;
  margin: 0 0 -300px 0;
}

.breadcrumb[b-m1itwzcu8h] {
  font-size: 0.9rem;
}
.breadcrumb ul[b-m1itwzcu8h] {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li[b-m1itwzcu8h] {
  float: left;
  width: auto;
}
.breadcrumb ul li a[b-m1itwzcu8h] {
  color: #e00917;
  text-decoration: none;
}
.breadcrumb ul li[b-m1itwzcu8h]:before {
  content: " / ";
  color: #e00917;
}
.breadcrumb ul li:first-child[b-m1itwzcu8h]:before {
  content: "";
}

figure[b-m1itwzcu8h] {
  margin-inline: 0 0 1rem 0;
}
figure img[b-m1itwzcu8h] {
  width: 100%;
  background: #9a9a9a;
  border-bottom: #e00917 solid 5px;
}

.author-image[b-m1itwzcu8h] {
  width: 150px;
  height: 200px;
  background: #9a9a9a;
  border-bottom: #e00917 solid 5px;
  display: inline-block;
  margin: 0 0 0.5rem 0;
}
.author-image img[b-m1itwzcu8h] {
  display: none;
}

.author-vcard a[b-m1itwzcu8h] {
  color: black;
  text-decoration: none;
}
.author-vcard a:hover[b-m1itwzcu8h] {
  color: #e00917;
}

.intro[b-m1itwzcu8h] {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 2rem;
}
/* _content/Werbemonitor/Components/Pages/PagesSearch.razor.rz.scp.css */
/* _content/Werbemonitor/Shared/Components/Common/breadcrumb.razor.rz.scp.css */
.breadcrumb[b-lnyjoj0vpe]{display:inline-block;background:none;width:100%;padding:1rem 0;margin:0;font-weight:300}.breadcrumb container[b-lnyjoj0vpe]{line-height:1rem}.breadcrumb ul[b-lnyjoj0vpe]{width:auto;display:inline-block;margin:0;padding:0;font-size:0.9rem}.breadcrumb li[b-lnyjoj0vpe]{list-style-type:none;width:auto;float:left}.breadcrumb li[b-lnyjoj0vpe]:before{content:"/";position:relative;display:inline-block;color:#e00917;margin:0 5px}.breadcrumb li:first-child[b-lnyjoj0vpe]:before{display:none}.breadcrumb li a[b-lnyjoj0vpe]{text-decoration:none}.breadcrumb.cgy-red a[b-lnyjoj0vpe],.breadcrumb.cgy-red li[b-lnyjoj0vpe]:before{color:#e00917}.breadcrumb.cgy-orange a[b-lnyjoj0vpe],.breadcrumb.cgy-orange li[b-lnyjoj0vpe]:before{color:#ea670c}.breadcrumb.cgy-green a[b-lnyjoj0vpe],.breadcrumb.cgy-green li[b-lnyjoj0vpe]:before{color:#73b847}.breadcrumb.cgy-blue a[b-lnyjoj0vpe],.breadcrumb.cgy-blue li[b-lnyjoj0vpe]:before{color:#0b74b9}.breadcrumb.cgy-gold a[b-lnyjoj0vpe],.breadcrumb.cgy-gold li[b-lnyjoj0vpe]:before{color:#c4a35d}
/* _content/Werbemonitor/Shared/Components/Common/EventElementsBuilder.razor.rz.scp.css */
.breadcrumb[b-e113pmulnu]{display:inline-block;background:none;width:100%;padding:1rem 0;margin:0;font-weight:300}.breadcrumb container[b-e113pmulnu]{line-height:1rem}.breadcrumb ul[b-e113pmulnu]{width:auto;display:inline-block;margin:0;padding:0;font-size:0.9rem}.breadcrumb li[b-e113pmulnu]{list-style-type:none;width:auto;float:left}.breadcrumb li[b-e113pmulnu]:before{content:"/";position:relative;display:inline-block;color:#e00917;margin:0 5px}.breadcrumb li:first-child[b-e113pmulnu]:before{display:none}.breadcrumb li a[b-e113pmulnu]{text-decoration:none}.breadcrumb.cgy-red a[b-e113pmulnu],.breadcrumb.cgy-red li[b-e113pmulnu]:before{color:#e00917}.breadcrumb.cgy-orange a[b-e113pmulnu],.breadcrumb.cgy-orange li[b-e113pmulnu]:before{color:#ea670c}.breadcrumb.cgy-green a[b-e113pmulnu],.breadcrumb.cgy-green li[b-e113pmulnu]:before{color:#73b847}.breadcrumb.cgy-blue a[b-e113pmulnu],.breadcrumb.cgy-blue li[b-e113pmulnu]:before{color:#0b74b9}
/* _content/Werbemonitor/Shared/Components/Common/PageElementsBuilder.razor.rz.scp.css */
.breadcrumb[b-ty8jj0t2tw]{display:inline-block;background:none;width:100%;padding:1rem 0;margin:0;font-weight:300}.breadcrumb container[b-ty8jj0t2tw]{line-height:1rem}.breadcrumb ul[b-ty8jj0t2tw]{width:auto;display:inline-block;margin:0;padding:0;font-size:0.9rem}.breadcrumb li[b-ty8jj0t2tw]{list-style-type:none;width:auto;float:left}.breadcrumb li[b-ty8jj0t2tw]:before{content:"/";position:relative;display:inline-block;color:#e00917;margin:0 5px}.breadcrumb li:first-child[b-ty8jj0t2tw]:before{display:none}.breadcrumb li a[b-ty8jj0t2tw]{text-decoration:none}.breadcrumb.cgy-red a[b-ty8jj0t2tw],.breadcrumb.cgy-red li[b-ty8jj0t2tw]:before{color:#e00917}.breadcrumb.cgy-orange a[b-ty8jj0t2tw],.breadcrumb.cgy-orange li[b-ty8jj0t2tw]:before{color:#ea670c}.breadcrumb.cgy-green a[b-ty8jj0t2tw],.breadcrumb.cgy-green li[b-ty8jj0t2tw]:before{color:#73b847}.breadcrumb.cgy-blue a[b-ty8jj0t2tw],.breadcrumb.cgy-blue li[b-ty8jj0t2tw]:before{color:#0b74b9}
/* _content/Werbemonitor/Shared/Components/Elemente/Boxes/ElementArchiveBoxes.razor.rz.scp.css */
.slide-elm[b-x1q6wadgju]{float:left;align-self:stretch;margin:0 10px}
/* _content/Werbemonitor/Shared/Components/Elemente/Boxes/ElementFooterBoxes.razor.rz.scp.css */
.slide-elm[b-k5l3oinzw3]{float:left;align-self:stretch;margin:0 10px}
/* _content/Werbemonitor/Shared/Components/Elemente/Boxes/ElementListBoxesDownload.razor.rz.scp.css */
ul[b-hduprhxi8w] {
  margin: 0;
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 720px) {
  ul[b-hduprhxi8w] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 960px) {
  ul[b-hduprhxi8w] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-hduprhxi8w] {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  }
}

li[b-hduprhxi8w] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* _content/Werbemonitor/Shared/Components/Elemente/Boxes/ElementListBoxesPerson.razor.rz.scp.css */
ul[b-qojxj28e0e] {
  margin: 0;
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 640px) {
  ul[b-qojxj28e0e] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  ul[b-qojxj28e0e] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-qojxj28e0e] {
    grid-template-columns: calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem);
  }
}

li[b-qojxj28e0e] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* _content/Werbemonitor/Shared/Components/Elemente/Boxes/ElementListBoxesTips.razor.rz.scp.css */
ul[b-njsautkz9f] {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 720px) {
  ul[b-njsautkz9f] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 960px) {
  ul[b-njsautkz9f] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-njsautkz9f] {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
  }
}

li[b-njsautkz9f] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* _content/Werbemonitor/Shared/Components/Elemente/Boxes/ElementSingleBoxPerson.razor.rz.scp.css */
ul[b-pbdxhibynl] {
  margin: 0;
  padding: 0 0 2rem 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 640px) {
  ul[b-pbdxhibynl] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  ul[b-pbdxhibynl] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  ul[b-pbdxhibynl] {
    grid-template-columns: calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem) calc(25% - 2rem);
  }
}

li[b-pbdxhibynl] {
  display: flex;
  width: 100%;
  list-style-type: none;
}
/* _content/Werbemonitor/Shared/Components/Elemente/Boxes/elementsliderboxes.razor.rz.scp.css */
.boxes[b-crctamm68s]{margin:2.5rem 0 5rem 0}.slide-elm[b-crctamm68s]{float:left;align-self:stretch;margin:0 0.75rem}
/* _content/Werbemonitor/Shared/Components/Elemente/Boxes/ElementStandardBoxes.razor.rz.scp.css */
.boxes[b-kc7p0cq3p9] {
  background-color: #F9F9F9;
  padding: 3rem 0;
}
/* _content/Werbemonitor/Shared/Components/Elemente/ElementAuthor.razor.rz.scp.css */
.author[b-33i6jin80r] {
  margin: 2rem 0;
  max-width: 100%;
  /*@media (min-width: 800px) {
      max-width: 50%;
  }*/
}
.author .author-container[b-33i6jin80r] {
  width: 100%;
  background-color: #F9F9F9;
  border-bottom: solid 4px #e00917;
}
.author .author-container .author-vcard[b-33i6jin80r] {
  width: 100%;
  min-height: 200px;
  display: flex;
  font-size: 15px;
  flex-direction: row;
  /*@media(min-width: 800px) {
      flex-direction: row;
  }*/
}
.author .author-container .author-vcard .author-img[b-33i6jin80r] {
  width: 150px;
  height: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centering y-axis */
  align-items: center; /* Centering x-axis */
  margin-right: 10px;
}
.author .author-container .author-vcard .author-img img[b-33i6jin80r] {
  width: auto;
  height: 100%;
}
.author .author-container .author-vcard .author-contacts[b-33i6jin80r] {
  display: flex;
  width: calc(100% - 160px);
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
.author .author-container .author-vcard .author-contacts[b-33i6jin80r]  h4 {
  margin: 0 0 1rem 0;
  font-size: 20px;
}
.author .author-container .author-vcard .author-contacts[b-33i6jin80r]  p {
  margin: 0;
}
.author .author-container .author-body[b-33i6jin80r] {
  display: flex;
  width: 100%;
  padding: 1rem 1rem 1rem 160px;
}
.author .author-container .author-body .author-content[b-33i6jin80r] {
  padding: 1rem 0 0 0;
}
@media (min-width: 800px) {
  .author .author-container .author-body .author-content[b-33i6jin80r] {
    padding: 0 1rem;
  }
}

.cgy-green .author-container[b-33i6jin80r] {
  border-color: #73b847;
}

.cgy-red .author-container[b-33i6jin80r] {
  border-color: #e00917;
}

.cgy-blue .author-container[b-33i6jin80r] {
  border-color: #0b74b9;
}

.cgy-orange .author-container[b-33i6jin80r] {
  border-color: #ea670c;
}
/* _content/Werbemonitor/Shared/Components/Elemente/ElementEmbedCode.razor.rz.scp.css */
.snippet[b-wvk6ixttcd] {
  padding: 3rem 0;
}
/* _content/Werbemonitor/Shared/Components/Elemente/ElementInfobox.razor.rz.scp.css */
.infobox[b-h41fjtizth] {
  margin: 2rem 0;
  max-width: 100%;
  font-size: 1rem;
}
.infobox .infobox-container[b-h41fjtizth] {
  width: 100%;
  background-color: #F9F9F9;
  border-left: solid 4px #e00917;
}
.infobox .infobox-container .infobox-body[b-h41fjtizth] {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 1.5rem 0.25rem 1.5rem;
}
@media (min-width: 800px) {
  .infobox .infobox-container .infobox-body[b-h41fjtizth] {
    width: calc(100% - 50px);
  }
}
.infobox .infobox-container .infobox-body h4[b-h41fjtizth] {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.infobox .infobox-container .infobox-body h4[b-h41fjtizth]:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  font-weight: 300;
  font-size: 1rem;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #e00917;
  color: white;
  position: absolute;
  top: 1px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infobox .infobox-container .infobox-body .infobox-content[b-h41fjtizth] {
  padding: 0.5rem 0 0 0;
}
@media (min-width: 800px) {
  .infobox .infobox-container .infobox-body .infobox-content[b-h41fjtizth] {
    padding: 1rem 0 1rem 41px;
  }
}

.cgy-green .infobox-container[b-h41fjtizth] {
  border-color: #73b847;
}
.cgy-green .infobox-container .infobox-body h4[b-h41fjtizth]:before {
  background-color: #73b847;
}

.cgy-red .infobox-container[b-h41fjtizth] {
  border-color: #e00917;
}
.cgy-red .infobox-container .infobox-body h4[b-h41fjtizth]:before {
  background-color: #e00917;
}

.cgy-blue .infobox-container[b-h41fjtizth] {
  border-color: #0b74b9;
}
.cgy-blue .infobox-container .infobox-body h4[b-h41fjtizth]:before {
  background-color: #0b74b9;
}

.cgy-orange .infobox-container[b-h41fjtizth] {
  border-color: #ea670c;
}
.cgy-orange .infobox-container .infobox-body h4[b-h41fjtizth]:before {
  background-color: #ea670c;
}
/* _content/Werbemonitor/Shared/Components/Elemente/ElementPageTitleImage.razor.rz.scp.css */
.main-title[b-ewfkkmxe98] {
  margin: 0.5rem 0 1.5rem 0;
  width: 100%;
}

.sub-title[b-ewfkkmxe98] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.pub-info[b-ewfkkmxe98] {
  display: inline-block;
}
.pub-info ul[b-ewfkkmxe98] {
  list-style-type: none;
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.pub-info ul li[b-ewfkkmxe98] {
  width: auto;
  float: left;
  margin: 0 0.5rem 0 0;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.pub-info ul li span[b-ewfkkmxe98] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-ewfkkmxe98] {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 1rem 0 3rem 0;
}
.img-container .img-wrap[b-ewfkkmxe98] {
  background-color: #F9F9F9;
}
@media (min-width: 1200px) {
  .img-container[b-ewfkkmxe98] {
    margin: 0 0 2rem 0;
    /*&:before {
        content: "";
        background: $wm-grey;
        position: absolute;
        right: -2rem;
        top: 1rem;
        width: 100%;
        padding-bottom: 56.25%;
    }*/
  }
}
.img-container .img-media[b-ewfkkmxe98] {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-ewfkkmxe98] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-ewfkkmxe98] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: solid 4px #9a9a9a;
}
.img-container .img-media .img-content > img[b-ewfkkmxe98] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-ewfkkmxe98] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-ewfkkmxe98] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-ewfkkmxe98] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-ewfkkmxe98]  p {
  margin: 0.25rem 0;
  text-align: center;
}

.spacer[b-ewfkkmxe98] {
  width: 100%;
  display: inline-block;
  height: 125px;
}

.cgy-red.img-container .img-content[b-ewfkkmxe98] {
  border-color: #e00917 !important;
}

.cgy-orange.img-container .img-content[b-ewfkkmxe98] {
  border-color: #ea670c !important;
}

.cgy-green.img-container .img-content[b-ewfkkmxe98] {
  border-color: #73b847 !important;
}

.cgy-blue.img-container .img-content[b-ewfkkmxe98] {
  border-color: #0b74b9 !important;
}

.cgy-gold.img-container .img-content[b-ewfkkmxe98] {
  border-color: #c4a35d !important;
}
/* _content/Werbemonitor/Shared/Components/Elemente/ElementSearch.razor.rz.scp.css */
.pnlSearch[b-p7p2bwzshi] {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #2c2c2c;
  height: 200px;
  margin-top: -200px;
  transition: margin 0.5s ease-in-out;
  color: #F9F9F9;
  padding: 1rem;
  text-align: center;
}
.pnlSearch[b-p7p2bwzshi]  h4 {
  margin: 0;
  color: white;
}
.pnlSearch.open[b-p7p2bwzshi] {
  margin-top: 0;
  transition: margin 0.5s ease-in-out;
}
.pnlSearch[b-p7p2bwzshi]  .container {
  width: 100%;
  max-width: 90%;
}
@media (min-width: 720px) {
  .pnlSearch[b-p7p2bwzshi]  .container {
    width: 600px;
    max-width: 60%;
  }
}
.pnlSearch[b-p7p2bwzshi]  .rz-textbox {
  outline: none;
  margin-right: 0.25rem;
  border-radius: 2px;
}
.pnlSearch[b-p7p2bwzshi]  .valid.modified:not([type=checkbox]) {
  outline: none;
  margin-right: 0.25rem;
  border-radius: 2px;
}
.pnlSearch[b-p7p2bwzshi]  .rz-button.btn-light {
  background: #F9F9F9;
  border-radius: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "September W05 Medium";
}

.closeSearch[b-p7p2bwzshi] {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: white;
  font-size: 1.5rem;
  background: transparent;
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.closeSearch:hover[b-p7p2bwzshi] {
  background: #e00917;
  transition: all 0.5s;
  cursor: pointer;
}
/* _content/Werbemonitor/Shared/Components/Elemente/Events/ElementEventsList.razor.rz.scp.css */
.events[b-6t1jptwwlw] {
  background-color: #F9F9F9;
  padding: 3rem 0;
}
/* _content/Werbemonitor/Shared/Components/Elemente/Events/ElementEventsListNachlese.razor.rz.scp.css */
.events[b-al1x6154kx] {
  background-color: #F9F9F9;
  padding: 3rem 0;
}
/* _content/Werbemonitor/Shared/Components/Elemente/Events/ElementEventsListTop.razor.rz.scp.css */
.events[b-5mgzvuhw31] {
  background-color: #F9F9F9;
  padding: 3rem 0;
}
/* _content/Werbemonitor/Shared/Components/Elemente/Events/ElementEventTitleImage.razor.rz.scp.css */
.main-title[b-fdrcvhnvlp] {
  margin: 0.5rem 0 1.5rem 0;
  width: 100%;
}

.sub-title[b-fdrcvhnvlp] {
  color: #9a9a9a;
  margin: 0 0 1rem 0;
  width: 100%;
}

.pub-info[b-fdrcvhnvlp] {
  display: inline-block;
}
.pub-info ul[b-fdrcvhnvlp] {
  list-style-type: none;
  font-size: 0.8rem;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.pub-info ul li[b-fdrcvhnvlp] {
  width: auto;
  float: left;
  margin: 0 0.5rem 0 0;
  /*&.author-link {
      cursor:pointer;

      &:hover {
          color: $wm-red;
      }
  }*/
}
.pub-info ul li span[b-fdrcvhnvlp] {
  margin: 0 0.25rem 0 0;
}

.img-container[b-fdrcvhnvlp] {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 1rem 0 3rem 0;
}
.img-container .img-wrap[b-fdrcvhnvlp] {
  background-color: #F9F9F9;
}
@media (min-width: 1200px) {
  .img-container[b-fdrcvhnvlp] {
    margin: 0 0 2rem 0;
    /*&:before {
        content: "";
        background: $wm-grey;
        position: absolute;
        right: -2rem;
        top: 1rem;
        width: 100%;
        padding-bottom: 56.25%;
    }*/
  }
}
.img-container .img-media[b-fdrcvhnvlp] {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .img-container .img-media[b-fdrcvhnvlp] {
    margin: 0;
  }
}
.img-container .img-media .img-content[b-fdrcvhnvlp] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: solid 4px #9a9a9a;
}
.img-container .img-media .img-content > img[b-fdrcvhnvlp] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}
.img-container .img-media .credits[b-fdrcvhnvlp] {
  color: #9a9a9a;
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .img-container .img-media .credits[b-fdrcvhnvlp] {
    bottom: -1.3rem;
    right: auto;
    left: -1.5rem;
    transform: rotate(-90deg);
    transform-origin: top left;
    font-size: 1rem;
  }
}
.img-container .img-info[b-fdrcvhnvlp] {
  padding: 0.5rem;
  font-size: 16px;
  background-color: white;
}
.img-container .img-info[b-fdrcvhnvlp]  p {
  margin: 0.25rem 0;
  text-align: center;
}

.spacer[b-fdrcvhnvlp] {
  width: 100%;
  display: inline-block;
  height: 125px;
}

.cgy-red.img-container .img-content[b-fdrcvhnvlp] {
  border-color: #e00917 !important;
}

.cgy-orange.img-container .img-content[b-fdrcvhnvlp] {
  border-color: #ea670c !important;
}

.cgy-green.img-container .img-content[b-fdrcvhnvlp] {
  border-color: #73b847 !important;
}

.cgy-blue.img-container .img-content[b-fdrcvhnvlp] {
  border-color: #0b74b9 !important;
}
/* _content/Werbemonitor/Shared/Components/Elemente/GoldenerHahn/DialogNominierung.razor.rz.scp.css */
.nominees[b-wmcjz6qr02] {
  background: #F9F9F9;
  padding: 2rem 0;
}
.nominees .nomniee-filter[b-wmcjz6qr02] {
  background: white;
  border: solid 1px rgb(236.25, 236.25, 236.25);
  width: 100%;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  border-radius: 3px;
}
.nominees .nomniee-filter[b-wmcjz6qr02]  .rz-dropdown-label {
  text-align: left;
}
.nominees ul[b-wmcjz6qr02] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 640px) {
  .nominees ul[b-wmcjz6qr02] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  .nominees ul[b-wmcjz6qr02] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
.nominees ul li[b-wmcjz6qr02] {
  padding: 1rem;
  background: white;
}
.nominees ul li h2[b-wmcjz6qr02] {
  font-size: 1.1rem;
  text-align: center;
}
.nominees ul li .img-wrap[b-wmcjz6qr02] {
  position: relative;
  background: white;
  margin: 0 0 10px 0;
}
.nominees ul li .img-wrap .img-content[b-wmcjz6qr02] {
  text-align: center;
}
.nominees ul li .img-wrap .img-content img[b-wmcjz6qr02] {
  max-height: 100%;
  max-width: 100%;
}
.nominees ul li .category[b-wmcjz6qr02] {
  position: relative;
  width: 100%;
  text-align: center;
  margin: -0.5rem 0 0.25rem 0;
}
/* _content/Werbemonitor/Shared/Components/Elemente/GoldenerHahn/ElementGewinner.razor.rz.scp.css */
.nominees[b-rqmyd0pfn8] {
  background: #F9F9F9;
  padding: 2rem 0;
}
.nominees .nomniee-filter[b-rqmyd0pfn8] {
  background: white;
  border: solid 1px rgb(236.25, 236.25, 236.25);
  width: 100%;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  border-radius: 3px;
}
.nominees .nomniee-filter[b-rqmyd0pfn8]  .rz-dropdown-label {
  text-align: left;
}
.nominees ul[b-rqmyd0pfn8] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 640px) {
  .nominees ul[b-rqmyd0pfn8] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  .nominees ul[b-rqmyd0pfn8] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
.nominees ul li[b-rqmyd0pfn8] {
  position: relative;
  padding: 1rem;
  background: white;
  transition: all 0.5s;
}
.nominees ul li:hover[b-rqmyd0pfn8] {
  cursor: pointer;
  background-color: rgba(33, 37, 41, 0.05);
  transition: all 0.5s;
}
.nominees ul li h2[b-rqmyd0pfn8] {
  font-size: 1.1rem;
  text-align: center;
}
.nominees ul li .img-wrap[b-rqmyd0pfn8] {
  position: relative;
  background: white;
  margin: 0 0 10px 0;
}
.nominees ul li .img-wrap .img-content[b-rqmyd0pfn8] {
  text-align: center;
}
.nominees ul li .img-wrap .img-content img[b-rqmyd0pfn8] {
  max-height: 100%;
  max-width: 100%;
}
.nominees ul li .category[b-rqmyd0pfn8] {
  position: relative;
  width: 100%;
  text-align: center;
  margin: -0.5rem 0 0.25rem 0;
}
.nominees ul li.winner[b-rqmyd0pfn8] {
  background-color: rgba(196, 163, 93, 0.1);
}
.nominees ul li.winner[b-rqmyd0pfn8]:after, .nominees ul li.winner.gh2023[b-rqmyd0pfn8]:after {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: -15px;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/img/gh/gh-hahn-gewinner.svg) !important;
  background-size: 50px auto;
}
.nominees ul li.winner:hover[b-rqmyd0pfn8] {
  background-color: rgba(196, 163, 93, 0.2);
  transition: all 0.5s;
}
.nominees ul li a[b-rqmyd0pfn8] {
  text-decoration: none;
}
/* _content/Werbemonitor/Shared/Components/Elemente/GoldenerHahn/ElementNominierte.razor.rz.scp.css */
.nominees[b-4r1v175ita] {
  background: #F9F9F9;
  padding: 2rem 0;
}
.nominees .nomniee-filter[b-4r1v175ita] {
  background: white;
  border: solid 1px rgb(236.25, 236.25, 236.25);
  width: 100%;
  text-align: center;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  border-radius: 3px;
}
.nominees .nomniee-filter[b-4r1v175ita]  .rz-dropdown-label {
  text-align: left;
}
.nominees ul[b-4r1v175ita] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}
@media (min-width: 640px) {
  .nominees ul[b-4r1v175ita] {
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
  }
}
@media (min-width: 800px) {
  .nominees ul[b-4r1v175ita] {
    grid-template-columns: calc(33% - 1rem) calc(33% - 1rem) calc(33% - 1rem);
  }
}
.nominees ul li[b-4r1v175ita] {
  position: relative;
  padding: 1rem;
  background: white;
  transition: all 0.5s;
}
.nominees ul li:hover[b-4r1v175ita] {
  cursor: pointer;
  background-color: rgba(33, 37, 41, 0.05);
  transition: all 0.5s;
}
.nominees ul li h2[b-4r1v175ita] {
  font-size: 1.1rem;
  text-align: center;
}
.nominees ul li .img-wrap[b-4r1v175ita] {
  position: relative;
  background: white;
  margin: 0 0 10px 0;
}
.nominees ul li .img-wrap .img-content[b-4r1v175ita] {
  text-align: center;
}
.nominees ul li .img-wrap .img-content img[b-4r1v175ita] {
  max-height: 100%;
  max-width: 100%;
}
.nominees ul li .category[b-4r1v175ita] {
  position: relative;
  width: 100%;
  text-align: center;
  margin: -0.5rem 0 0.25rem 0;
}
.nominees ul li.winner[b-4r1v175ita] {
  background-color: rgba(196, 163, 93, 0.1);
}
.nominees ul li.winner[b-4r1v175ita]:after, .nominees ul li.winner.gh2023[b-4r1v175ita]:after {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: -15px;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(/img/gh/gh-hahn-gewinner.svg) !important;
  background-size: 50px auto;
}
.nominees ul li.winner:hover[b-4r1v175ita] {
  background-color: rgba(196, 163, 93, 0.2);
  transition: all 0.5s;
}
.nominees ul li a[b-4r1v175ita] {
  text-decoration: none;
}
/* _content/Werbemonitor/Shared/Components/Elemente/Media/GalleryFolder.razor.rz.scp.css */
.gallery[b-gh8riivjvn] {
  background: #F9F9F9;
  width: 100%;
  padding: 2rem 0;
  margin: 3rem 0;
}
.gallery .main-title[b-gh8riivjvn] {
  margin-bottom: 2.5rem;
}
.gallery ul.thumbnails[b-gh8riivjvn] {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.gallery ul.thumbnails[b-gh8riivjvn]:after {
  content: "";
  flex: auto;
}
.gallery ul.thumbnails li[b-gh8riivjvn] {
  position: relative;
  margin: 0;
  list-style-type: none;
  width: calc(33.33% - 0.666rem);
  object-fit: cover;
  overflow: hidden;
}
@media (min-width: 760px) {
  .gallery ul.thumbnails li[b-gh8riivjvn] {
    width: calc(25% - 0.75rem);
  }
}
@media (min-width: 1000px) {
  .gallery ul.thumbnails li[b-gh8riivjvn] {
    width: calc(20% - 0.8rem);
  }
}
.gallery ul.thumbnails li[b-gh8riivjvn]:after {
  content: "";
  display: block;
  width: 0;
  background: blue;
  padding-top: 100%;
}
.gallery ul.thumbnails li a[b-gh8riivjvn] {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.gallery ul.thumbnails li a .img-thumb[b-gh8riivjvn] {
  display: inline-block;
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: white;
  /*@media (min-width: 640px) {
      height: 20%;
      width: 20%;
  }*/
}
/* _content/Werbemonitor/Shared/Components/Elemente/Media/YoutubeVideo.razor.rz.scp.css */
.ytvideo[b-4sw7oo2vaz] {
  background: #F9F9F9;
  width: 100%;
  padding: 2rem 0;
  margin: 3rem 0;
}
.ytvideo .main-title[b-4sw7oo2vaz] {
  margin-bottom: 2.5rem;
}
.ytvideo .video-wrapper[b-4sw7oo2vaz] {
  max-width: 640px;
}
.ytvideo .video-container[b-4sw7oo2vaz] {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.ytvideo .video-container iframe[b-4sw7oo2vaz],
.ytvideo .video-container object[b-4sw7oo2vaz],
.ytvideo .video-container embed[b-4sw7oo2vaz] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yt-description[b-4sw7oo2vaz] {
  margin-top: 1rem;
}
/* _content/Werbemonitor/Shared/Components/Items/ArticleBox.razor.rz.scp.css */
.article[b-z59f7o6185] {
  display: flex;
  flex-direction: column;
  background: white;
}

.content[b-z59f7o6185] {
  display: inline-flex;
  flex-flow: column;
  width: 100%;
  padding: 0.5rem 1rem;
  height: 100%;
  min-height: 0;
  overflow-x: auto;
}
@media (min-width: 800px) {
  .content[b-z59f7o6185] {
    overflow: visible;
  }
}
.content .text[b-z59f7o6185] {
  flex-grow: 1;
  font-size: 16px;
}
.content .text h3[b-z59f7o6185] {
  font-size: 1.3rem;
  margin: 0 0 0.15rem 0;
}
.content .text h3[b-z59f7o6185]:after {
  display: none;
}
.content .text h4[b-z59f7o6185] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
  color: rgb(120.5, 120.5, 120.5);
}
.content .text h4[b-z59f7o6185]:after {
  display: none;
}
.content .text a[b-z59f7o6185] {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.content .text a:hover[b-z59f7o6185] {
  color: #e00917;
  transition: color 0.25s;
}
.content .issue[b-z59f7o6185] {
  justify-content: flex-end;
  max-height: 100px;
  list-style-type: none;
  color: #818181;
  margin: 0.25rem 0 0 0;
  padding: 0;
  font-size: 0.8rem;
}
.content .issue li[b-z59f7o6185] {
  float: left;
  width: auto;
  margin-right: 1rem;
}

.item-big[b-z59f7o6185] {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .item-big[b-z59f7o6185] {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.item-big .text h3[b-z59f7o6185] {
  font-size: 1.8rem;
}
.item-big .text h4[b-z59f7o6185] {
  font-size: 1.3rem;
}

.bild[b-z59f7o6185] {
  position: relative;
  width: 100%;
  background: #F9F9F9;
  border-bottom: solid 4px #e00917;
}

.img-content[b-z59f7o6185] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-z59f7o6185] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}

a:hover .img-content > img[b-z59f7o6185] {
  max-width: 110%;
  transition: max-width 0.5s;
}

.cgy[b-z59f7o6185] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 2px 6px;
  background-color: #e00917;
  width: auto;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}

.no-cgybox .cgy[b-z59f7o6185] {
  display: none;
}

.cgy-orange .bild[b-z59f7o6185] {
  border-color: #ea670c;
}
.cgy-orange .cgy[b-z59f7o6185] {
  background-color: #ea670c;
}
.cgy-orange .content .text a:hover[b-z59f7o6185] {
  color: #ea670c;
}

.cgy-green .bild[b-z59f7o6185] {
  border-color: #73b847;
}
.cgy-green .cgy[b-z59f7o6185] {
  background-color: #73b847;
}
.cgy-green .content .text a:hover[b-z59f7o6185] {
  color: #73b847;
}

.cgy-blue .bild[b-z59f7o6185] {
  border-color: #0b74b9;
}
.cgy-blue .cgy[b-z59f7o6185] {
  background-color: #0b74b9;
}
.cgy-blue .content .text a:hover[b-z59f7o6185] {
  color: #0b74b9;
}

.cgy-campaign .bild[b-z59f7o6185] {
  border-color: grey;
}
.cgy-campaign .cgy[b-z59f7o6185] {
  background-color: grey;
}
.cgy-campaign .content .text a:hover[b-z59f7o6185] {
  color: grey;
}

.cgy-gold .bild[b-z59f7o6185] {
  border-color: #c4a35d;
}
.cgy-gold .cgy[b-z59f7o6185] {
  background-color: #c4a35d;
}
.cgy-gold .content .text a:hover[b-z59f7o6185] {
  color: #c4a35d;
}

.item-compact.nopreview .text-body[b-z59f7o6185] {
  display: none;
}
/* _content/Werbemonitor/Shared/Components/Items/ArticleImageBox.razor.rz.scp.css */
.article[b-r6e7xlhrnn] {
  display: flex;
  flex-direction: column;
  background: white;
  position: relative;
}

.content[b-r6e7xlhrnn] {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: auto;
  display: inline-block;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(180deg, rgb(33, 37, 41) 0%, rgba(255, 255, 255, 0) 100%);
}
.content .text[b-r6e7xlhrnn] {
  flex-grow: 1;
  font-size: 16px;
}
.content .text h3[b-r6e7xlhrnn] {
  font-size: 1.3rem;
  margin: 0 0 0.15rem 0;
  color: white;
}
.content .text h3[b-r6e7xlhrnn]:after {
  display: none;
}
.content .text h4[b-r6e7xlhrnn] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
  color: rgb(120.5, 120.5, 120.5);
  color: white;
}
.content .text h4[b-r6e7xlhrnn]:after {
  display: none;
}
.content .text a[b-r6e7xlhrnn] {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.content .text a:hover[b-r6e7xlhrnn] {
  color: #e00917;
  transition: color 0.25s;
}
.content .issue[b-r6e7xlhrnn] {
  justify-content: flex-end;
  max-height: 100px;
  list-style-type: none;
  color: #818181;
  margin: 0.25rem 0 0 0;
  padding: 0;
  font-size: 0.8rem;
}
.content .issue li[b-r6e7xlhrnn] {
  float: left;
  width: auto;
  margin-right: 1rem;
  color: white;
}

.bild[b-r6e7xlhrnn] {
  position: relative;
  width: 100%;
  background: #212529;
  border-bottom: solid 4px #e00917;
  height: 100%;
}

.img-content[b-r6e7xlhrnn] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-r6e7xlhrnn] {
  max-width: 100%;
  height: auto;
  transition: max-width 0.5s;
}

a:hover .img-content > img[b-r6e7xlhrnn] {
  max-width: 110%;
  transition: max-width 0.5s;
}

.cgy[b-r6e7xlhrnn] {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 2px 6px;
  background-color: #e00917;
  width: auto;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}

.no-cgybox .cgy[b-r6e7xlhrnn] {
  display: none;
}

.cgy-orange .bild[b-r6e7xlhrnn] {
  border-color: #ea670c;
}
.cgy-orange .cgy[b-r6e7xlhrnn] {
  background-color: #ea670c;
}
.cgy-orange .content .text a:hover[b-r6e7xlhrnn] {
  color: #ea670c;
}

.cgy-green .bild[b-r6e7xlhrnn] {
  border-color: #73b847;
}
.cgy-green .cgy[b-r6e7xlhrnn] {
  background-color: #73b847;
}
.cgy-green .content .text a:hover[b-r6e7xlhrnn] {
  color: #73b847;
}

.cgy-blue .bild[b-r6e7xlhrnn] {
  border-color: #0b74b9;
}
.cgy-blue .cgy[b-r6e7xlhrnn] {
  background-color: #0b74b9;
}
.cgy-blue .content .text a:hover[b-r6e7xlhrnn] {
  color: #0b74b9;
}

.cgy-campaign .bild[b-r6e7xlhrnn] {
  border-color: grey;
}
.cgy-campaign .cgy[b-r6e7xlhrnn] {
  background-color: grey;
}
.cgy-campaign .content .text a:hover[b-r6e7xlhrnn] {
  color: grey;
}

.cgy-gold .bild[b-r6e7xlhrnn] {
  border-color: #c4a35d;
}
.cgy-gold .cgy[b-r6e7xlhrnn] {
  background-color: #c4a35d;
}
.cgy-gold .content .text a:hover[b-r6e7xlhrnn] {
  color: #c4a35d;
}

.item-compact.nopreview .text-body[b-r6e7xlhrnn] {
  display: none;
}

.item-big[b-r6e7xlhrnn],
.item-image-2x2[b-r6e7xlhrnn] {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .item-big[b-r6e7xlhrnn],
  .item-image-2x2[b-r6e7xlhrnn] {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.item-big .text h3[b-r6e7xlhrnn],
.item-image-2x2 .text h3[b-r6e7xlhrnn] {
  font-size: 1.8rem;
}
.item-big .text h4[b-r6e7xlhrnn],
.item-image-2x2 .text h4[b-r6e7xlhrnn] {
  font-size: 1.3rem;
}

.item-image-2x1[b-r6e7xlhrnn] {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: 1;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .item-image-2x1[b-r6e7xlhrnn] {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
.item-image-2x1 .text h3[b-r6e7xlhrnn] {
  font-size: 1.8rem;
}
.item-image-2x1 .text h4[b-r6e7xlhrnn] {
  font-size: 1.3rem;
}
/* _content/Werbemonitor/Shared/Components/Items/BoxDownload.razor.rz.scp.css */
.download-item[b-ag163a84c5] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 1.5rem 1.5rem 0;
}

.bild[b-ag163a84c5] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bild .download-img[b-ag163a84c5] {
  border-radius: 0%;
  width: 100%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centering y-axis */
  align-items: center; /* Centering x-axis */
}
.bild .download-img img[b-ag163a84c5] {
  width: auto;
  height: 100%;
  max-height: 200px;
  box-shadow: 0 0 5px rgba(44, 44, 44, 0.4);
}

.text[b-ag163a84c5] {
  width: 100%;
  text-align: center;
}
.text h3[b-ag163a84c5] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h3[b-ag163a84c5]:after {
  display: none;
}
.text h4[b-ag163a84c5] {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-ag163a84c5]:after {
  display: none;
}
.text .issue[b-ag163a84c5] {
  color: #818181;
}
.text a[b-ag163a84c5] {
  text-decoration: none;
  color: inherit;
  transition: color 0.25s;
}
.text a:hover[b-ag163a84c5] {
  color: #e00917;
  transition: color 0.25s;
}

.img-content[b-ag163a84c5] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-ag163a84c5] {
  max-height: 100%;
  height: auto;
}
/* _content/Werbemonitor/Shared/Components/Items/BoxFooter.razor.rz.scp.css */
.article[b-j3295xtsdr] {
  display: flex;
  flex-direction: row;
}

.text[b-j3295xtsdr] {
  width: 70%;
}
.text h4[b-j3295xtsdr] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-j3295xtsdr]:after {
  display: none;
}
.bild[b-j3295xtsdr] {
  width: calc(30% - 15px);
  margin: 0 15px 0 0;
}

.img-content[b-j3295xtsdr] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-j3295xtsdr] {
  max-height: 100%;
  height: auto;
}

a[b-j3295xtsdr] {
  text-decoration: none;
  color: #F9F9F9;
}
a:hover[b-j3295xtsdr] {
  color: #e00917;
}
a.cgy-orange:hover[b-j3295xtsdr] {
  color: #ea670c !important;
}
a.cgy-green:hover[b-j3295xtsdr] {
  color: #73b847 !important;
}
a.cgy-blue:hover[b-j3295xtsdr] {
  color: #0b74b9;
}
/* _content/Werbemonitor/Shared/Components/Items/BoxNav.razor.rz.scp.css */
.article[b-db8hl4zmhj] {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
}

.text[b-db8hl4zmhj] {
  width: 100%;
  padding: 0.25rem;
}
.text h4[b-db8hl4zmhj] {
  font-size: 0.9rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-db8hl4zmhj]:after {
  display: none;
}
.text .issue[b-db8hl4zmhj] {
  color: #818181;
  font-size: 0.7rem;
}

.bild[b-db8hl4zmhj] {
  width: 100%;
  margin: 0;
}
.bild .img-content[b-db8hl4zmhj] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bild .img-content > img[b-db8hl4zmhj] {
  max-width: 100%;
  height: auto;
}

a[b-db8hl4zmhj] {
  text-decoration: none;
  color: #2c2c2c;
}
a:hover[b-db8hl4zmhj] {
  color: #e00917;
}
a.cgy-orange:hover[b-db8hl4zmhj] {
  color: #ea670c !important;
}
a.cgy-green:hover[b-db8hl4zmhj] {
  color: #73b847 !important;
}
a.cgy-blue:hover[b-db8hl4zmhj] {
  color: #0b74b9;
}
/* _content/Werbemonitor/Shared/Components/Items/BoxPerson.razor.rz.scp.css */
.person-item[b-xtbuuafmfw] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bild[b-xtbuuafmfw] {
  width: 100%;
  max-width: 198px;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 3px #ea670c;
  margin: 0 auto;
}
.bild .person-img[b-xtbuuafmfw] {
  width: 198px;
  height: 264px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centering y-axis */
  align-items: center; /* Centering x-axis */
}
.bild .person-img img[b-xtbuuafmfw] {
  width: 100%;
  height: auto;
}

.text[b-xtbuuafmfw] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0.5rem 0 0 0;
}
.text h3[b-xtbuuafmfw], .text h4[b-xtbuuafmfw] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}
.text h3[b-xtbuuafmfw]:after, .text h4[b-xtbuuafmfw]:after {
  display: none;
}
.text .person-name[b-xtbuuafmfw] {
  font-size: 1rem;
  margin: 0;
}

.img-content[b-xtbuuafmfw] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-xtbuuafmfw] {
  max-height: 100%;
  height: auto;
}

h3.cgy-orange[b-xtbuuafmfw] {
  color: #ea670c;
}
h3.cgy-orange a:hover[b-xtbuuafmfw] {
  color: #ea670c;
}

h3.cgy-green[b-xtbuuafmfw] {
  color: #73b847;
}
h3.cgy-green .text h3[b-xtbuuafmfw] {
  color: #73b847;
}

h3.cgy-blue[b-xtbuuafmfw] {
  color: #0b74b9;
}
h3.cgy-blue .text h3[b-xtbuuafmfw] {
  color: #0b74b9;
}
/* _content/Werbemonitor/Shared/Components/Items/BoxTip.razor.rz.scp.css */
.tip-item[b-aq5tv44wn7] {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 1.5rem 1.5rem 0;
}

.bild[b-aq5tv44wn7] {
  width: 100%;
  margin: 0 0 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bild .tip-img[b-aq5tv44wn7] {
  border-radius: 0%;
  width: 100%;
  height: 280px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centering y-axis */
  align-items: center; /* Centering x-axis */
}
.bild .tip-img img[b-aq5tv44wn7] {
  width: auto;
  height: 100%;
  max-height: 280px;
}

.text[b-aq5tv44wn7] {
  width: 100%;
}
.text h4[b-aq5tv44wn7] {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}
.text h4[b-aq5tv44wn7]:after {
  display: none;
}
.text .issue[b-aq5tv44wn7] {
  color: #818181;
}

.img-content[b-aq5tv44wn7] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-content > img[b-aq5tv44wn7] {
  max-height: 100%;
  height: auto;
}
/* _content/Werbemonitor/Shared/Components/Items/EventBox.razor.rz.scp.css */
.article[b-55uzrgsxhe] {
  display: flex;
  flex-direction: column;
  background: white;
}

.content[b-55uzrgsxhe] {
  display: inline-flex;
  flex-flow: column;
  width: 100%;
  padding: 0.5rem 1rem;
  height: 100%;
  min-height: 0;
}
.content .text[b-55uzrgsxhe] {
  flex-grow: 1;
}
.content .text h3[b-55uzrgsxhe] {
  font-size: 1.3rem;
  margin: 0 0 0.15rem 0;
  min-height: 3rem;
}
.content .text h3[b-55uzrgsxhe]:after {
  display: none;
}
.content .text h4[b-55uzrgsxhe] {
  font-size: 1.1rem;
  margin: 0 0 0.5rem 0;
}
.content .text h4[b-55uzrgsxhe]:after {
  display: none;
}
.content .text .text-body[b-55uzrgsxhe] {
  display: inline-block;
  min-height: 4rem;
  font-size: 1rem;
}
.content .quicktips[b-55uzrgsxhe] {
  justify-content: flex-end;
  max-height: 100px;
  list-style-type: none;
  color: #212529;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 500;
}
.content .quicktips li[b-55uzrgsxhe] {
  float: left;
  width: 100%;
  margin-right: 1rem;
}
.content .quicktips li span[b-55uzrgsxhe] {
  margin-right: 5px;
}
.content .btn[b-55uzrgsxhe] {
  background-color: #e00917;
  color: white;
  opacity: 1;
  transition: opacity 0.5s;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 1rem;
}
.content .btn:hover[b-55uzrgsxhe] {
  opacity: 0.8;
  transition: opacity 0.5s;
}

.item-big[b-55uzrgsxhe] {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
}
@media (min-width: 800px) and (max-width: 1200px) {
  .item-big[b-55uzrgsxhe] {
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
}
.item-big .text h3[b-55uzrgsxhe] {
  font-size: 1.8rem;
}
.item-big .text h4[b-55uzrgsxhe] {
  font-size: 1.3rem;
}

.bild[b-55uzrgsxhe] {
  position: relative;
  width: 100%;
}

.img-content[b-55uzrgsxhe] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: solid 4px #e00917;
}
.img-content > img[b-55uzrgsxhe] {
  max-width: 100%;
  height: auto;
}

.cgy[b-55uzrgsxhe] {
  position: absolute;
  bottom: -22px;
  right: 1rem;
  background-color: #e00917;
  display: inline-block;
  width: 48px;
  height: 48px;
}
.cgy img[b-55uzrgsxhe] {
  width: 100%;
  height: 100%;
}

.cgy-orange .bild[b-55uzrgsxhe] {
  border-color: #ea670c;
}
.cgy-orange .cgy[b-55uzrgsxhe] {
  background-color: #ea670c;
}
.cgy-orange .content .text a:hover[b-55uzrgsxhe] {
  color: #ea670c;
}

.cgy-green .bild[b-55uzrgsxhe] {
  border-color: #73b847;
}
.cgy-green .cgy[b-55uzrgsxhe] {
  background-color: #73b847;
}
.cgy-green .content .text a:hover[b-55uzrgsxhe] {
  color: #73b847;
}

.cgy-blue .bild[b-55uzrgsxhe] {
  border-color: #0b74b9;
}
.cgy-blue .cgy[b-55uzrgsxhe] {
  background-color: #0b74b9;
}
.cgy-blue .content .text a:hover[b-55uzrgsxhe] {
  color: #0b74b9;
}

.item-compact .text-body[b-55uzrgsxhe] {
  display: none;
}
/* _content/Werbemonitor/Shared/Components/Items/MegaMenuLink.razor.rz.scp.css */
.teasers[b-tinl4jnslm] {
  width: calc(100% + 50px);
  padding: 1rem 15px 1rem 25px;
  margin: 0 -25px;
  display: flex;
  flex-flow: row;
  gap: 0.5rem;
  isolation: inherit;
}
.teasers li[b-tinl4jnslm] {
  display: inline-block;
  width: 33%;
  background: white;
}

li.nav-box[b-tinl4jnslm] {
  display: inline-block;
  width: 33%;
  background: white;
}

.main-title[b-tinl4jnslm] {
  margin-top: 1rem;
}
@media (min-width: 1200px) and (min-height: 800px) {
  .main-title[b-tinl4jnslm] {
    margin-top: 2rem;
  }
}

a[b-tinl4jnslm] {
  text-decoration: none;
  color: #2c2c2c;
}
a:hover[b-tinl4jnslm] {
  color: #e00917;
}
a.cgy-orange:hover[b-tinl4jnslm] {
  color: #ea670c !important;
}
a.cgy-green:hover[b-tinl4jnslm] {
  color: #73b847 !important;
}
a.cgy-blue:hover[b-tinl4jnslm] {
  color: #0b74b9;
}
/* _content/Werbemonitor/Shared/Components/Items/PreloadingBox.razor.rz.scp.css */
.preloadingbox[b-ut5n3dq3l4] {
  display: inline-block;
  background: linear-gradient(270deg, #c2d6d1, #9c9cb6);
  background-size: 400% 400%;
  -webkit-animation: Preloading 2s ease infinite;
  -moz-animation: Preloading 2s ease infinite;
  animation: Preloading-b-ut5n3dq3l4 2s ease infinite;
}

@-webkit-keyframes Preloading {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes Preloading {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Preloading-b-ut5n3dq3l4 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* _content/Werbemonitor/Shared/Components/Items/Spinner.razor.rz.scp.css */
.lds-ellipsis[b-dhdt86vbo5] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: auto;
}

.lds-ellipsis div[b-dhdt86vbo5] {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9a9a9a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1)[b-dhdt86vbo5] {
  left: 8px;
  animation: lds-ellipsis1-b-dhdt86vbo5 1s infinite;
}

.lds-ellipsis div:nth-child(2)[b-dhdt86vbo5] {
  left: 8px;
  animation: lds-ellipsis2-b-dhdt86vbo5 1s infinite;
}

.lds-ellipsis div:nth-child(3)[b-dhdt86vbo5] {
  left: 24px;
  animation: lds-ellipsis2-b-dhdt86vbo5 1s infinite;
}

.lds-ellipsis div:nth-child(4)[b-dhdt86vbo5] {
  left: 40px;
  animation: lds-ellipsis3-b-dhdt86vbo5 1s infinite;
}

@keyframes lds-ellipsis1-b-dhdt86vbo5 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3-b-dhdt86vbo5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2-b-dhdt86vbo5 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(16px, 0);
  }
}
/* _content/Werbemonitor/Shared/Components/Items/TeaserBanner.razor.rz.scp.css */
.section-banner[b-x7ogavqimj] {
  padding: 2rem 0;
  background-color: #F9F9F9;
}

.banner[b-x7ogavqimj] {
  width: 100%;
  overflow-x: hidden;
  padding: 1.5rem 0 0.5rem 0;
  background-color: #e3e3e3;
}
@media (min-width: 800px) {
  .banner[b-x7ogavqimj] {
    padding: 0;
  }
}
.banner .figure[b-x7ogavqimj] {
  width: 100%;
}
@media (min-width: 800px) {
  .banner .figure[b-x7ogavqimj] {
    width: 50%;
    float: right;
    padding: 2rem 0;
    padding-right: 1rem;
    padding-left: 0;
  }
}
.banner .figure img[b-x7ogavqimj] {
  max-height: 300px;
  max-width: 100%;
}
.banner .content[b-x7ogavqimj] {
  padding: 2rem 0;
  width: 100%;
  float: left;
  font-size: 16px;
}
@media (min-width: 800px) {
  .banner .content[b-x7ogavqimj] {
    padding: 2rem 0;
    width: 50%;
    float: left;
    padding-left: 1rem;
    padding-right: 0;
  }
}

.regular[b-x7ogavqimj], .switched[b-x7ogavqimj] {
  padding: 1rem 0;
}
.regular.orange[b-x7ogavqimj], .switched.orange[b-x7ogavqimj] {
  background-color: #f7e9df;
}
.regular.orange .h4[b-x7ogavqimj], .switched.orange .h4[b-x7ogavqimj] {
  color: #ea670c;
}
.regular.green[b-x7ogavqimj], .switched.green[b-x7ogavqimj] {
  background-color: #e5f1de;
}
.regular.green .h4[b-x7ogavqimj], .switched.green .h4[b-x7ogavqimj] {
  color: #73b847;
}
.regular.blue[b-x7ogavqimj], .switched.blue[b-x7ogavqimj] {
  background-color: #d4e5f1;
}
.regular.blue .h4[b-x7ogavqimj], .switched.blue .h4[b-x7ogavqimj] {
  color: #0b74b9;
}
.regular.red[b-x7ogavqimj], .switched.red[b-x7ogavqimj] {
  background-color: #f7e0e2;
}
.regular.red .h4[b-x7ogavqimj], .switched.red .h4[b-x7ogavqimj] {
  color: #e00917;
}
.regular.gold[b-x7ogavqimj], .switched.gold[b-x7ogavqimj] {
  background-color: #f0ece2;
}
.regular.gold .h4[b-x7ogavqimj], .switched.gold .h4[b-x7ogavqimj] {
  color: #2c2c2c;
}
.regular .figure[b-x7ogavqimj], .switched .figure[b-x7ogavqimj] {
  float: none;
}
@media (min-width: 800px) {
  .regular .figure[b-x7ogavqimj], .switched .figure[b-x7ogavqimj] {
    float: left;
    order: 1;
    text-align: right;
  }
}
@media (min-width: 800px) {
  .regular .content[b-x7ogavqimj], .switched .content[b-x7ogavqimj] {
    order: 2;
  }
}
.regular .btn-dark[b-x7ogavqimj], .switched .btn-dark[b-x7ogavqimj] {
  background-color: #9a9a9a;
  border-color: transparent;
  color: white;
}

@media (min-width: 800px) {
  .switched .figure[b-x7ogavqimj] {
    float: none;
    order: 2;
    text-align: left;
    padding-left: 1rem;
    padding-right: 0;
  }
}
@media (min-width: 800px) {
  .switched .content[b-x7ogavqimj] {
    order: 1;
    text-align: right;
    padding-right: 1rem;
    padding-left: 0;
  }
}

.insurance[b-x7ogavqimj] {
  background-color: #fdeed9;
}
.insurance .h4[b-x7ogavqimj] {
  color: #d53215;
}
.insurance .figure img[b-x7ogavqimj] {
  max-width: none;
}

.wooden[b-x7ogavqimj] {
  background-color: #fdeed9;
  background-image: url("/medien/grafiken/hintergruende/bg-banner-holz.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 1rem 0;
}
.wooden .h4[b-x7ogavqimj] {
  color: #ea670c;
}
.wooden .figure[b-x7ogavqimj] {
  float: none;
}
@media (min-width: 800px) {
  .wooden .figure[b-x7ogavqimj] {
    float: left;
    order: 2;
    text-align: right;
  }
}
.wooden .btn-dark[b-x7ogavqimj] {
  background-color: #9a9a9a;
  border-color: transparent;
  color: white;
}

.goldener-hahn[b-x7ogavqimj] {
  background-color: rgb(204, 224.8, 255);
}
.goldener-hahn .h4[b-x7ogavqimj] {
  color: #0068ff;
}
.goldener-hahn .btn-dark[b-x7ogavqimj] {
  background-color: #c4a35d;
  border-color: transparent;
  color: white;
}
/* _content/Werbemonitor/Shared/Events/Booking/BookingFormPerson.razor.rz.scp.css */
[b-wnkjie69dw] .rz-card {
  box-shadow: none;
}

[b-wnkjie69dw] .rz-button.rz-primary {
  background-color: #73b847;
  line-height: 1em;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  opacity: 1;
}
[b-wnkjie69dw] .rz-button.rz-primary:disabled {
  background-color: rgba(44, 44, 44, 0.1);
  color: rgba(224, 9, 23, 0.5);
  border-color: #e00917;
}

h2[b-wnkjie69dw] {
  font-size: 1.5rem;
}
h2 .small[b-wnkjie69dw] {
  font-size: 1.25rem;
}
