@font-face {
  font-family: 'icomoon';
  src:  url('../themes/rfm/assets/fonts/icomoon.eot?ofx265');
  src:  url('../themes/rfm/assets/fonts/icomoon.eot?ofx265#iefix') format('embedded-opentype'),
    url('../themes/rfm/assets/fonts/icomoon.ttf?ofx265') format('truetype'),
    url('../themes/rfm/assets/fonts/icomoon.woff?ofx265') format('woff'),
    url('../themes/rfm/assets/fonts/icomoon.svg?ofx265#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
  content: "\e906";
}
.icon-ellipsis-v:before {
  content: "\e905";
}
.icon-pencil:before {
  content: "\e904";
}
.icon-trash:before {
  content: "\e903";
}
.icon-check:before {
  content: "\e902";
}
.icon-bicycle:before {
  content: "\e907";
}
.icon-gas-pump:before {
  content: "\e908";
}
.icon-money-sack:before {
  content: "\e909";
}
.icon-user:before {
  content: "\e90a";
}
.icon-close-solid:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}

@charset "UTF-8";
html {
  font-size: 10px;
}
body {
  text-align: left;
  background-color: white;
  color: #646464;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 0;
}
* {
  box-sizing: border-box;
}
section, h1, h2, h3, p, div, table {
  position: relative;
}
p, li {
  font: normal normal normal 1.4rem/2rem Roboto;
}
a {
  text-decoration: none;
  color: #24286C;
}
.wrapper {
  padding-top: 4.2rem;
}
section {
  padding: 4rem 3rem;
}
section .content {
  max-width: 1200px;
  margin: 0 auto;
}
section h1, section h2 {
  font: normal normal bold 3rem/3.6rem Poppins;
  color: #24286C;
  margin: 0;
}
section h3, section p.sub {
  font: normal normal bold 2rem/2.6rem Roboto;
  color: #ffa500;
}
section p.sub {
  margin: 0;
}
section h3 {
  margin: 3rem 0 0;
}
section p {
  margin-bottom: 0;
}
section p.sub + p {
  margin-top: 3rem;
}
section p.subsub {
  color: #24286C;
  margin: 0 0 2rem;
  font-weight: bold;
}
body > p.flash-message button.close {
  top: 0 !important;
}
@media (max-width: 600px) {
  section {
    padding: 3rem 2rem;
  }
  section h1, section h2 {
    font: normal normal bold 2rem/2.4rem Poppins;
    color: #24286C;
    margin: 0;
  }
  html {
    font-size: 2.666vw;
  }
}
header nav {
  position: fixed;
  z-index: 2;
  width: 100%;
  text-align: right;
  background: #ffa500;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
header nav ul {
  list-style: none;
  display: flex;
  padding: 0 3rem 0 0;
  width: 60%;
  height: 42px;
  min-width: 650px;
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
header nav ul li a {
  font: normal normal 500 14px/20px Poppins;
  color: #24286C;
}
header img {
  width: 100%;
  transform: scaleX(-1);
  margin-bottom: -7rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  header nav ul {
    min-width: unset;
  }
  header nav ul li {
    display: none;
  }
  header nav ul li:first-child, header nav ul li:last-child {
    display: unset;
  }
  header img {
    margin: 0 0 -2rem;
  }
}
footer img {
  width: 100%;
  margin-bottom: -1px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul a {
  color: white;
}
footer .content {
  background: #ffa500;
  padding: 3rem;
  margin-top: -3px;
  min-height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .content .wrapper {
  display: flex;
  width: 100%;
  max-width: 1600px;
  color: white;
}
footer .content .wrapper h2 {
  font: normal normal bold 1.7rem/1.9rem Poppins;
  margin: 0 0 1.2rem;
  color: white;
}
footer .content .wrapper p {
  font: normal normal normal 1.3rem/1.7rem Roboto;
}
footer .content .wrapper nav {
  margin-left: 5rem;
}
footer .content .wrapper nav li {
  font: normal normal normal 1.3rem/2.3rem Poppins;
  letter-spacing: -0.03rem;
}
footer nav.legal {
  background: #ffa500;
  padding: 0 3rem;
  margin-top: -3px;
}
footer nav.legal .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  flex-wrap: wrap;
  padding: 0;
}
footer nav.legal ul {
  display: flex;
  height: 3.3rem;
  justify-content: flex-start;
  align-items: center;
}
footer nav.legal ul li {
  display: flex;
  font: normal normal normal 1.2rem/1.9rem Poppins;
}
footer nav.legal ul li.darker {
  color: #24286C;
}
footer nav.legal ul li.darker a {
  color: #24286C;
  margin-left: 1rem;
}
footer nav.legal ul a {
  margin-right: 3rem;
  font: normal normal normal 1.2rem/1.9rem Poppins;
  letter-spacing: 0.025rem;
  color: #24286C;
}
@media (max-width: 992px) {
  footer .content .wrapper {
    flex-wrap: wrap;
  }
  footer .content .wrapper nav {
    margin: 3rem 3rem 0 0;
    width: calc(50% - 3rem);
  }
  footer .content .address {
    width: 100%;
  }
}
@media (max-width: 700px) {
  footer .content .wrapper nav {
    width: 100%;
  }
  footer nav.legal {
    padding: 0.3rem 2rem;
  }
  footer nav.legal ul {
    height: 2.5rem;
  }
}
.twoCols {
  display: flex;
  grid-column-gap: 2rem;
}
.twoCols img {
  width: 40vw;
  max-width: 530px;
  object-fit: contain;
}
.twoCols .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.twoCols .left h3 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .twoCols {
    flex-direction: column-reverse;
  }
  .twoCols img {
    width: 80%;
    margin: 0 auto;
  }
}
button, .button {
  display: inline-block;
  align-items: center;
  border: none;
  background: #ffa500;
  color: #24286C;
  border-radius: 1.9rem;
  padding: 1rem 3rem 0.8rem;
  height: 3.8rem;
  cursor: pointer;
}
button:hover, .button:hover {
  background: #ffcb73;
}
button.dark, .button.dark {
  background: #24286C;
  color: white;
}
button.dark:hover, .button.dark:hover {
  background: #345db8;
}
.dialog {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.dialog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: #438CFC;
  max-width: 480px;
  border-radius: 1.2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-height: 100%;
  overflow: hidden;
  padding: 3rem 4.8rem;
}
.dialog .content:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.dialog .content .header h2 {
  margin: 0;
  font-size: 3rem;
  line-height: 3.6rem;
  color: white;
  padding: 0 2rem 1.6rem;
  text-align: center;
  font-weight: 600;
}
.dialog .content .header a {
  position: absolute;
  right: -5rem;
  color: white;
  font-size: 4rem;
  top: -1rem;
  cursor: pointer;
  z-index: 4;
}
.dialog .content .header a:hover i.icon-close:before {
  content: "";
}
.dialog .content .body {
  max-height: 70vh;
  overflow: auto;
}
.dialog .content .body p {
  text-align: center;
  color: white;
}
.dialog .content .body .input p {
  color: #4f0202;
}
.dialog .content .footer {
  padding-top: 2rem;
}
.dialog .content .footer button {
  width: 100%;
}
@media (max-width: 600px) {
  .dialog .content {
    width: 95%;
    padding: 3rem 2rem !important;
  }
  .dialog .content .header h2 {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }
  .dialog .content .header a {
    font-size: 3rem;
    right: -1rem !important;
  }
  .dialog .content .header i {
    top: -1rem;
  }
}
.dialog.applyCompany .content, .dialog.signup .content, .dialog.resetPass .content {
  max-width: 580px;
  padding: 3rem 8rem;
}
.dialog.login .content {
  max-width: 450px;
  padding: 3rem 7rem;
}
.dialog.login .content hr {
  margin: 2rem 0;
}
.dialog.newsletter .content {
  max-width: 700px;
  padding: 3rem 6rem;
}
.dialog.newsletter .content .header a {
  right: -3rem;
}
.dialog.newsletter .content iframe {
  border: none;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.input {
  margin-bottom: 2rem;
}
.input input {
  width: 100%;
  padding: 0.5rem 2rem;
  border-radius: 2.1rem;
  height: 4.2rem;
  border: none;
}
.input input:focus {
  outline: 0;
}
.input input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.input.withLabel label {
  display: block;
  color: white;
  font: normal normal normal 1.4rem/2rem Roboto;
  margin-bottom: 0.3rem;
}
.input p[data-validate-for] {
  color: #d70000;
  text-align: center;
  font-weight: 400;
  margin: 0.5rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
.input.checkbox label {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  color: white;
}
.input.checkbox label a {
  text-decoration: underline;
}
.input.checkbox .checkmark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 0;
  background-color: white;
  border: none;
}
.input.checkbox .checkmark:after {
  position: absolute;
  content: "";
  font-family: "icomoon";
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 15px;
  font-weight: bold;
}
section.hero {
  position: relative;
  padding: 0;
  max-width: unset;
  margin: unset;
  overflow: hidden;
  height: 48vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.hero .content {
  max-width: 1240px;
  width: 90%;
  color: white;
}
section.hero .content h1 {
  font: normal normal 900 5vw / 4vw Poppins;
}
section.hero .content p {
  font: normal normal 900 2vw / 2vw Poppins;
  color: #24286C;
  margin-top: 1vw;
}
@media (min-width: 1920px) {
  section.hero {
    max-height: 768px;
  }
}
section.intro h1 {
  font: normal normal bold 6.8rem/6.6rem Poppins;
  color: #24286C;
  margin: 0;
}
section.intro h2 {
  font: normal normal bold 3rem/3.6rem Poppins;
  margin: 0;
}
section.intro p.date {
  font: normal normal bold 4rem/4rem Poppins;
  color: #24286C;
  margin: 2rem 0;
}
section.intro p.sub {
  font: normal normal bold 2rem/2.6rem Roboto;
  color: #438CFC;
}
@media (max-width: 600px) {
  section.intro h1 {
    font: normal normal bold 4rem/4rem Poppins;
  }
  section.intro h2 {
    font: normal normal bold 2rem/2.4rem Poppins;
  }
  section.intro p.date {
    font: normal normal bold 2.4rem/2.4rem Poppins;
  }
}
section.countdown {
  background: #ffcb73;
}
section.countdown .content {
  text-align: center;
}
section.countdown .content .cdwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin: 2rem auto 0;
}
section.countdown .content .cdwrapper div {
  background: white;
  padding: 1.4rem 0;
  border-radius: 2.2rem;
  width: 12rem;
}
section.countdown .content .cdwrapper div p {
  font: normal normal bold 5.7rem/5.7rem Poppins;
  color: #151515;
  margin: 0;
}
section.countdown .content .cdwrapper div small {
  font: normal normal normal 1.6rem/2.2rem Roboto;
}
section.newsletter {
  background: #ffcb73;
}
section.newsletter .content {
  text-align: center;
}
section.newsletter .content h2 {
  color: #24286C;
}
section.newsletter .content p {
  margin-bottom: 0;
}
section.competition {
  background: #ffcb73;
}
section.competition .content h2, section.competition .content p {
  color: #24286C;
}
section.competition .content img {
  max-width: 300px;
}
@media (max-width: 768px) {
  section.competition .twoCols {
    flex-direction: column;
  }
}
section.ranking, section.ranking2 {
  padding: 0;
}
section.ranking .banner, section.ranking2 .banner {
  background-color: #ffcb73;
}
section.ranking .banner .content, section.ranking2 .banner .content {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 3rem 0;
}
section.ranking .banner .content div, section.ranking2 .banner .content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem;
}
section.ranking .banner .content div:not(:last-child), section.ranking2 .banner .content div:not(:last-child) {
  border-right: 1px solid #eee;
}
section.ranking .banner .content div h3, section.ranking .banner .content div p, section.ranking .banner .content div i, section.ranking2 .banner .content div h3, section.ranking2 .banner .content div p, section.ranking2 .banner .content div i {
  color: #24286C;
}
section.ranking .banner .content div i, section.ranking2 .banner .content div i {
  font-size: 5rem;
}
section.ranking .banner .content div p, section.ranking2 .banner .content div p {
  font-size: 2rem;
  font-weight: 600;
  margin: 0.8rem 0;
}
section.ranking .banner .content div h3, section.ranking2 .banner .content div h3 {
  margin: 0;
  font-size: 5rem;
  line-height: 5rem;
}
@media (max-width: 900px) {
  section.ranking .banner .content, section.ranking2 .banner .content {
    grid-template-columns: 1fr;
  }
  section.ranking .banner .content div, section.ranking2 .banner .content div {
    border-right: none;
  }
}
section.ranking .list, section.ranking2 .list {
  padding: 0 3rem;
}
section.ranking .list .content, section.ranking2 .list .content {
  padding: 6rem 0;
}
section.ranking .list .content .item h3, section.ranking2 .list .content .item h3 {
  color: #24286c;
  font: normal normal bold 2rem / 2.6rem Roboto;
}
section.ranking .list .content .item .bar, section.ranking2 .list .content .item .bar {
  width: 100%;
  background-color: red;
  height: 2rem;
}
section.ranking .list .content .item p, section.ranking2 .list .content .item p {
  margin-top: 0.5rem;
}
section.ranking .list .content .item p i, section.ranking2 .list .content .item p i {
  margin: 0 1rem;
  font-style: normal;
}
section.ranking .list .content .item span, section.ranking2 .list .content .item span {
  color: #438CFC;
}
@media (max-width: 600px) {
  section.ranking .list .content div i, section.ranking2 .list .content div i {
    display: block;
    height: 1px;
    opacity: 0;
  }
}
section.ranking2 .banner {
  background-color: #ffcb73;
}
section.ranking2 .banner .content {
  grid-template-columns: 1fr 1fr;
  padding: 3rem 0;
}
section.ranking2 .banner .content div:first-of-type {
  align-items: flex-start;
  padding-left: 0;
}
section.ranking2 .banner .content div:first-of-type h2 {
  color: #24286C;
}
section.ranking2 .banner .content div:first-of-type p {
  font: normal normal normal 1.4rem / 2rem Roboto;
}
section.ranking2 .banner .content div:first-of-type p.sub {
  font-weight: bold;
}
section.faq h2, section.faq p.sub, section.faq .content > p {
  text-align: center;
}
section.faq .list {
  margin-top: 4rem;
  padding-top: 1px;
  border-top: 1px solid #307FE9;
}
section.faq .qna {
  border-bottom: 1px solid #307FE9;
}
section.faq .qna h4, section.faq .qna p, section.faq .qna ul {
  text-align: left;
  max-width: 970px;
  margin: 1rem auto;
  padding-left: 4rem;
}
section.faq .qna ul {
  padding-left: 4rem;
  font-size: 1.4rem;
}
section.faq .qna h4 {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  margin: 1.9rem auto;
}
section.faq .qna h4:before {
  position: absolute;
  content: "+";
  left: 1.2rem;
  top: -0.2rem;
  transition: transform 0.5s;
  font-size: 2.7rem;
  line-height: 1.7rem;
  color: #438CFC;
}
section.faq .qna p, section.faq .qna ul {
  opacity: 0;
  margin: 0;
  height: 0px;
  transition: none;
}
section.faq .qna.open h4:before {
  transform: rotate(45deg);
}
section.faq .qna.open p, section.faq .qna.open ul {
  height: auto;
  opacity: 1;
  margin: 1rem auto;
  transition: opacity 1s ease-in-out;
}
section.donate {
  background: #ffcb73;
}
section.donate .content h2, section.donate .content p {
  color: #24286C;
}
section.learnMore {
  padding: 8rem 3rem;
}
section.how ul {
  list-style: none;
  padding-left: 2rem;
  margin-top: 3.6rem;
}
section.how ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
section.how ul li p {
  font: normal normal bold 2rem/2.6rem Roboto;
  color: #ffa500;
  margin: 0;
}
section.how ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal bold 3rem/3rem Poppins;
  background: #ffa500;
  color: white;
  width: 5.8rem;
  min-width: 5.8rem;
  height: 5.8rem;
  border-radius: 2.9rem;
  margin-right: 2rem;
}
@media (max-width: 600px) {
  section.how ul {
    padding: 0;
  }
  section.how ul li p {
    font: normal normal bold 1.8rem/2.3rem Roboto;
  }
}
section.banner {
  background: #ffcb73;
}
section.banner .content {
  text-align: center;
}
section.banner .content h2 {
  color: #24286C;
}
section.benefits h3 {
  margin-top: 2rem;
}
section.benefits img {
  transform: scaleX(-1);
}
.contact header img {
  margin-bottom: 0;
}
.contact section.main {
  background: #ffcb73;
}
.contact section.main .content h2, .contact section.main .content p {
  color: #24286C;
}
.imprint header img {
  margin-bottom: 0;
}
.imprint section.main {
  background: #E0EAF9;
}
.imprint section.main .content h2, .imprint section.main .content p {
  color: #24286C;
}
.privacy header img {
  margin-bottom: 0;
}
.privacy section.main {
  background: #E0EAF9;
}
.privacy section.main .content h2, .privacy section.main .content p {
  color: #24286C;
}
body {
  background-color: white;
}
body > .wrapper {
  padding: 130px 20px 0;
}
#dlgwrapper {
  height: 0;
}
body > .wrapper, #dlgwrapper {
  font-family: Roboto;
  color: #438CFC;
}
body > .wrapper a, #dlgwrapper a {
  color: #438CFC;
}
body > .wrapper h1, body > .wrapper h2, body > .wrapper p, #dlgwrapper h1, #dlgwrapper h2, #dlgwrapper p {
  text-align: left;
}
body > .wrapper h1, #dlgwrapper h1 {
  font-size: 30px;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2699FB;
}
body > .wrapper h2, #dlgwrapper h2 {
  line-height: 40px;
  font-size: 20px;
  font-family: Arial;
  text-transform: none;
  font-weight: bold;
  padding: 0;
}
body > .wrapper h2 i, #dlgwrapper h2 i {
  display: unset;
}
body > .wrapper h3, #dlgwrapper h3 {
  line-height: 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  text-align: left;
}
body > .wrapper hr, #dlgwrapper hr {
  border: none;
  border-bottom: 1px solid #2699FB;
  margin: 45px 0 25px;
}
body > .wrapper p, #dlgwrapper p {
  font-size: 14px;
  max-width: 400px;
  margin-left: 0;
}
body > .wrapper p.note, #dlgwrapper p.note {
  padding: 0 50px 20px;
  margin: 0 0 20px 0;
  max-width: unset;
  border-bottom: 1px solid #2699FB;
}
body > .wrapper p.note i, #dlgwrapper p.note i {
  font-size: 15px;
  margin-right: 10px;
}
body > .wrapper p.note a, #dlgwrapper p.note a {
  text-decoration: underline;
}
body > .wrapper form p.note, #dlgwrapper form p.note {
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
body > .wrapper button.trans, body > .wrapper a.button.trans, #dlgwrapper button.trans, #dlgwrapper a.button.trans {
  background: none;
  color: #24286C;
}
body > .wrapper table, #dlgwrapper table {
  width: 100%;
  font-size: 15px;
  border-collapse: collapse;
}
body > .wrapper table tr td, #dlgwrapper table tr td {
  line-height: 20px;
  padding: 9px;
  border-bottom: 1px solid #2699FB;
}
body > .wrapper table tr td.distance, #dlgwrapper table tr td.distance {
  text-align: right;
  white-space: nowrap;
}
body > .wrapper table tr td.edit a, #dlgwrapper table tr td.edit a {
  margin-right: 1rem;
  font-size: 1.8rem;
}
body > .wrapper table tr:last-of-type td, #dlgwrapper table tr:last-of-type td {
  border-bottom: none;
}
body > .wrapper table tr:first-of-type td, #dlgwrapper table tr:first-of-type td {
  border-bottom: 1px solid #2699FB;
}
body > .wrapper table tr.active td, #dlgwrapper table tr.active td {
  background-color: #2699FB;
  color: white;
}
.dialog > a {
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 26px;
  transform: translate(170px, -150px);
  z-index: 2;
}
@media (max-width: 400px) {
  .dialog > a {
    transform: translate(45vw, -150px);
  }
}
body > p.flash-message {
  font-size: 1.4rem !important;
}
body > p.flash-message.success {
  background: #03a003 !important;
}
body > p.flash-message.danger {
  background: red !important;
}
@media (min-width: 769px) {
  .wrapper {
    display: grid;
    grid-template-columns: 20% calc(80% - 20px);
    grid-column-gap: 10px;
    max-width: 968px;
    margin: 0 auto;
  }
  .wrapper h1 {
    padding: 0 50px 20px;
  }
  .wrapper h2 {
    padding: 0 50px 0;
  }
  .wrapper p {
    margin-left: 50px;
  }
  .wrapper table {
    width: 80%;
    margin-left: 50px;
  }
}
.secondMenu {
  display: none;
  width: 100%;
  z-index: 2;
  background: white;
}
@media (max-width: 768px) {
  .secondMenu {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    position: fixed;
    top: 42px;
    height: 42px;
  }
  .secondMenu button {
    background: none;
    border: none;
    font-size: 30px;
    width: 42px;
    color: #555;
    height: unset;
  }
}
.wrapper nav select {
  left: 0;
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
}
.wrapper nav button {
  display: none;
}
.wrapper nav h2, .wrapper nav h3, .wrapper nav li {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding: 5px 0;
  margin: 0;
}
.wrapper nav h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wrapper nav h3 {
  text-transform: uppercase;
}
.wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.wrapper nav ul li {
  font-weight: normal;
}
.wrapper nav ul li.active {
  font-weight: bold;
}
@media (max-width: 768px) {
  .wrapper nav {
    display: none;
    flex-direction: column;
    position: fixed;
    background-color: white;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 30px;
    top: 42px;
    height: calc(100vh - 42px);
    overflow-y: scroll;
  }
  .wrapper nav button {
    display: block;
    position: fixed;
    font-size: 30px;
    border: none;
    background: none;
    padding: 0;
    width: 60px;
    height: 42px;
    min-width: unset;
    max-height: unset;
    right: 0;
    top: 42px;
    color: #555;
  }
  .wrapper nav button:hover {
    border: none;
  }
  .wrapper nav button:focus {
    outline: none;
  }
}
.wrapper form, #dlgwrapper form {
  text-align: left;
  width: 100%;
  max-width: 400px;
}
.wrapper form p[data-validate-for], #dlgwrapper form p[data-validate-for] {
  color: red;
  text-align: center;
  margin-top: -10px;
  margin-left: 2px;
  font-size: 14px;
  font-family: "Geogrotesque-SemiBold";
}
.wrapper button, .wrapper a.button, #dlgwrapper button, #dlgwrapper a.button {
  background-color: #24286C;
  color: white;
  font-size: 10px;
  line-height: 14px;
  padding: 12px;
  border-radius: 4px;
  border: 2px solid #24286C;
  text-transform: uppercase;
  min-width: 120px;
  cursor: pointer;
  transition: all 0.5s;
  max-height: 40px;
}
.wrapper button:hover, .wrapper a.button:hover, #dlgwrapper button:hover, #dlgwrapper a.button:hover {
  border: 2px solid #2699FB;
}
.wrapper .buttons, #dlgwrapper .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.wrapper .buttons.centered, #dlgwrapper .buttons.centered {
  justify-content: center;
}
.wrapper .buttons.centered button, .wrapper .buttons.centered a.button, #dlgwrapper .buttons.centered button, #dlgwrapper .buttons.centered a.button {
  margin: 0 5px;
}
.wrapper .buttons .input, #dlgwrapper .buttons .input {
  padding-bottom: 0;
}
.wrapper .oneLineWithButton, #dlgwrapper .oneLineWithButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrapper .oneLineWithButton input, #dlgwrapper .oneLineWithButton input {
  width: unset !important;
  flex-grow: 1;
}
.wrapper .oneLineWithButton span, #dlgwrapper .oneLineWithButton span {
  margin-left: 20px;
  white-space: nowrap;
}
.wrapper .oneLineWithButton a, #dlgwrapper .oneLineWithButton a {
  margin-left: 20px;
  min-width: unset;
}
.wrapper .input, #dlgwrapper .input {
  position: relative;
  font-size: 12px;
  text-align: left;
}
.wrapper .input p, #dlgwrapper .input p {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  padding-bottom: 6px;
  margin: 0;
}
.wrapper .input p span, #dlgwrapper .input p span {
  display: block;
  font-weight: normal;
}
.wrapper .input input, .wrapper .input select, .wrapper .input textarea, #dlgwrapper .input input, #dlgwrapper .input select, #dlgwrapper .input textarea {
  border-radius: 4px;
  background-color: white;
  border: 1px solid #BCE0FD;
  padding: 14px;
  width: 100%;
  line-height: 20px;
  color: #2699FB;
  font-size: 14px;
}
.wrapper .input input[type=radio], .wrapper .input select[type=radio], .wrapper .input textarea[type=radio], #dlgwrapper .input input[type=radio], #dlgwrapper .input select[type=radio], #dlgwrapper .input textarea[type=radio] {
  display: inline;
  width: unset;
}
.wrapper .input textarea, #dlgwrapper .input textarea {
  min-height: 150px;
}
.wrapper .input input.center, #dlgwrapper .input input.center {
  text-align: center;
}
.wrapper .input input[type=checkbox], #dlgwrapper .input input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wrapper .input input[type=checkbox]:checked ~ .checkmark, #dlgwrapper .input input[type=checkbox]:checked ~ .checkmark {
  background-color: #2699FB;
}
.wrapper .input input[type=checkbox]:checked ~ .checkmark:after, #dlgwrapper .input input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.wrapper .input label, #dlgwrapper .input label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.wrapper .input .checkmark, #dlgwrapper .input .checkmark {
  position: absolute;
  height: 15px;
  width: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  background-color: white;
  border: 1px solid #BCE0FD;
  border-radius: 3px;
}
.wrapper .input .checkmark:after, #dlgwrapper .input .checkmark:after {
  position: absolute;
  content: "";
  font-family: "icomoon";
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.wrapper .input.weekdays label, #dlgwrapper .input.weekdays label {
  display: inline-block;
  padding: 6px 20px;
  user-select: none;
}
@media (max-width: 480px) {
  .wrapper .oneLineWithButton, #dlgwrapper .oneLineWithButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .wrapper .oneLineWithButton input, #dlgwrapper .oneLineWithButton input {
    width: 100% !important;
  }
  .wrapper .oneLineWithButton span, #dlgwrapper .oneLineWithButton span {
    margin: 1rem 0;
  }
  .wrapper .oneLineWithButton a, #dlgwrapper .oneLineWithButton a {
    margin: 0;
  }
}
@media (min-width: 481px) {
  .wrapper form, #dlgwrapper form {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .wrapper .buttons, #dlgwrapper .buttons {
    margin: 20px 0;
  }
}
#dlgwrapper {
  position: unset;
}
#dlgwrapper form {
  margin: 0;
}
#dlgwrapper .dialog {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  color: #2699fb;
  background-color: rgba(0, 0, 0, 0.8);
}
#dlgwrapper .dialog .content {
  width: 100%;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F1F9FF;
  padding: 20px;
  border-radius: 4px;
}
#dlgwrapper .dialog .content .footer {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  grid-column-gap: 1rem;
}
#dlgwrapper .dialog .content h2, #dlgwrapper .dialog .content p {
  margin-left: 0;
}
#dlgwrapper .dialog .content h2 {
  margin-top: 0;
  padding: 0;
}
.infoWithlogo .logo, .invitation .logo {
  margin-left: 50px;
}
.infoWithlogo .logo > svg, .invitation .logo > svg {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 2;
  top: -10px;
  left: -10px;
}
.infoWithlogo .logo > svg circle, .invitation .logo > svg circle {
  stroke-linecap: butt;
  stroke-dashoffset: 0;
  stroke: #2699FB;
  stroke-width: 0.5px;
  fill: none;
}
.infoWithlogo .logo > img, .invitation .logo > img {
  position: relative;
  width: 100px;
  height: 100px;
  clip-path: circle(50px at center);
}
.infoWithlogo .logo a, .invitation .logo a {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 15px;
  z-index: 3;
}
.infoWithlogo {
  display: flex;
}
.infoWithlogo .info h2, .infoWithlogo .info h3, .infoWithlogo .info p {
  margin-left: 10px;
  padding: 0;
}
.infoWithlogo .info h2 {
  line-height: 20px;
  margin-top: 35px;
  margin-bottom: 5px;
}
.infoWithlogo .info h3 {
  margin-top: 5px;
  margin-bottom: 30px;
}
.infoWithlogo .info p {
  line-height: 20px;
}
.teamlist table img {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: circle(18px at center);
}
.teamlist table td {
  position: relative;
  vertical-align: top;
}
.teamlist table td:first-of-type {
  width: 50px;
}
.teamlist table td.info {
  text-align: left;
}
.teamlist table td.info h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.teamlist table td.info p {
  margin-left: 0;
}
.teamlist table td.info form {
  margin: 0;
}
.joinrequest h3, .invitation h3 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin: 0 50px;
  border-bottom: 1px solid #BCE0FD;
}
.joinrequest .buttons, .invitation .buttons {
  margin-left: 50px;
  display: flex;
  justify-content: flex-start;
}
.joinrequest .buttons button, .invitation .buttons button {
  margin-right: 10px;
}
.invitation .logo {
  float: left;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .logo {
    margin-left: 0 !important;
  }
  .joinrequest h3, .invitation h3 {
    margin: 0;
  }
  .joinrequest .buttons, .invitation .buttons {
    margin: 0;
  }
}
@media (max-width: 420px) {
  .invitation .logo {
    display: none;
  }
  .joinrequest .buttons, .invitation .buttons {
    margin: 0;
    justify-content: space-evenly;
  }
}
.user-dashboard .logo {
  text-align: right;
  margin-bottom: -60px;
}
.user-dashboard .logo img {
  max-width: 320px;
  max-height: 100px;
}
.user-dashboard .summary {
  padding: 0;
}
.user-dashboard .summary h2 {
  border-bottom: 2px solid #2699FB;
  padding: 0 57px 0 0;
  font-weight: normal;
  line-height: 30px;
}
.user-dashboard .summary h2 span {
  display: inline-block;
  float: right;
  font-weight: bold;
  font-size: 25px;
  margin-right: 28px;
  text-align: right;
}
.user-dashboard .summary h2 i {
  display: inline-block !important;
  font-size: 25px;
}
.user-dashboard .summary h2 i.fa-user, .user-dashboard .summary h2 i.fa-users, .user-dashboard .summary h2 i.fa-hand-holding-seedling, .user-dashboard .summary h2 i.fa-heartbeat {
  width: 40px;
  text-align: center;
}
.user-dashboard .summary h2 i.fa-bicycle {
  position: absolute;
  font-size: 38px;
  right: -13px;
  bottom: -4px;
}
.user-dashboard .gratifications h2, .user-dashboard .goals h2 {
  padding: 0;
}
.user-dashboard .gratifications .gratification, .user-dashboard .gratifications .goal, .user-dashboard .goals .gratification, .user-dashboard .goals .goal {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.user-dashboard .gratifications .gratification > p, .user-dashboard .gratifications .goal > p, .user-dashboard .goals .gratification > p, .user-dashboard .goals .goal > p {
  margin: 0;
  max-width: 600px;
}
.user-dashboard .gratifications .gratification > p:first-of-type, .user-dashboard .gratifications .goal > p:first-of-type, .user-dashboard .goals .gratification > p:first-of-type, .user-dashboard .goals .goal > p:first-of-type {
  width: 40%;
  font-weight: bold;
  margin-bottom: 15px;
}
.user-dashboard .gratifications .gratification .progressWrap, .user-dashboard .gratifications .goal .progressWrap, .user-dashboard .goals .gratification .progressWrap, .user-dashboard .goals .goal .progressWrap {
  width: 60%;
}
.user-dashboard .gratifications .gratification .progressWrap p, .user-dashboard .gratifications .goal .progressWrap p, .user-dashboard .goals .gratification .progressWrap p, .user-dashboard .goals .goal .progressWrap p {
  font-weight: bold;
  font-size: 25px;
  margin: 1rem 0;
  color: #2699FB;
}
.user-dashboard .goals {
  margin-top: 50px;
}
.user-dashboard .goals .goal {
  margin-bottom: 20px;
}
.user-dashboard .goals .goal > p:first-of-type {
  width: 20%;
}
@media (max-width: 600px) {
  .user-dashboard .logo {
    margin-bottom: 0;
  }
  .user-dashboard .goals .goal > p:first-of-type {
    width: unset;
    margin-right: 10px;
  }
  .user-dashboard .gratifications .gratification .progressWrap, .user-dashboard .gratifications .goal .progressWrap, .user-dashboard .goals .gratification .progressWrap, .user-dashboard .goals .goal .progressWrap {
    width: unset;
    flex-grow: 1;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .user-dashboard .gratifications .gratification {
    flex-direction: column;
  }
  .user-dashboard .gratifications .gratification .progress, .user-dashboard .gratifications .gratification > p:first-of-type {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .user-dashboard .summary {
    padding: 0 0 0 50px;
    max-width: 580px;
  }
  .user-dashboard .summary h2 {
    line-height: 40px;
    padding: 0;
  }
  .user-dashboard .summary h2 i.fa-bicycle {
    right: -54px;
  }
  .user-dashboard .gratifications {
    padding: 0 50px 0;
  }
}
#dropzone {
  position: relative;
  border: 2px dashed #2699FB;
  border-radius: 5px;
  background: white;
  width: 100px;
  height: 100px;
  color: white;
  cursor: pointer;
  margin-bottom: 2rem;
}
#dropzone p.dz-message {
  position: absolute;
  font-size: 16px;
  top: 50%;
  width: 100%;
  margin: 0;
  text-align: center;
  transform: translate(0, -50%);
  color: #2699FB;
}
#dropzone .dz-success-mark, #dropzone .dz-error-mark {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
}
#dropzone .dz-error-mark, #dropzone .dz-error-message {
  display: none;
}
#dropzone .dz-preview {
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
#dropzone .dz-preview.dz-image-preview {
  background: none !important;
}
#dropzone .dz-image {
  display: none !important;
}
#dropzone .dz-error-message {
  width: 100% !important;
  left: 0 !important;
}
#dropzone .dz-preview.dz-error, #dropzone .dz-preview.dz-error * {
  cursor: pointer;
}
.paging {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.paging a, .paging a.button {
  font-size: 14px;
  background: none;
  border: none;
  color: #2699FB;
  transition: none;
  padding: 0.5rem 0.7rem;
}
.paging a.active, .paging a.button.active {
  background-color: #2699fb;
  color: white;
  border-radius: 2px;
}
.paging a:hover, .paging a.button:hover {
  border: none;
}
.user-invitation .twocols {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
}
.user-invitation .twocols a.button {
  display: block;
  max-height: unset;
  margin-top: 20px;
}
.user-invitation .event {
  text-align: left;
  font-weight: bold;
  padding-left: 70px;
}
.user-invitation .event label {
  position: absolute;
  left: 0;
}
.survey {
  padding-left: 50px;
}
.survey h3 {
  font-weight: bold;
}
.survey p {
  margin: 1rem 0;
  max-width: unset;
}
.survey label {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
}
.survey label input {
  margin: 0 20px 0 0;
}
.survey .results .answer {
  display: flex;
  align-items: center;
}
.survey .results .answer .bar {
  border: 1px solid #2699FB;
  width: 50%;
  height: 1rem;
  margin-right: 20px;
}
.survey .results .answer .bar .measure {
  position: absolute;
  background-color: #2699FB;
  height: 100%;
  left: 0;
}
.survey .results .answer p {
  margin: 0.5rem 0;
}
.toc {
  column-count: 2;
  padding: 0 50px;
}
.toc a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 3px 0;
}
.toc a.sub {
  font-weight: normal;
  padding-left: 30px;
}
.manual ol {
  font-size: 14px;
  padding-left: 22px;
}
.manual ol li {
  text-align: left;
  margin-bottom: 10px;
}
.manual h3 {
  text-transform: uppercase;
}
.manual p {
  max-width: unset;
  line-height: 20px;
}
.manual .chapter, .manual .sub {
  margin-bottom: 40px;
}
.manual .chapter:after, .manual .sub:after {
  content: " ";
  display: block;
  clear: both;
}
.manual img {
  float: none;
  width: 100%;
  max-width: 300px;
  margin-left: 0;
}
@media (min-width: 769px) {
  .manual ol {
    margin-left: 50px;
  }
  .manual h3 {
    margin-left: 50px;
  }
  .manual img {
    float: right;
    margin-left: 20px;
  }
}
.badges {
  padding-left: 50px;
  text-align: left;
}
.badges img {
  max-width: 105px;
  opacity: 0.3;
}
.badges img.owned {
  opacity: 1;
}
.badges #popup {
  position: absolute;
  display: none;
  border: 2px solid #2699FB;
  background-color: #fefefe;
  padding: 15px;
  max-width: 300px;
  z-index: 1;
}
.badges #popup h2, .badges #popup p {
  padding: 0;
  margin: 10px 0;
}
.badges #popup h2 {
  line-height: 20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .badges {
    padding-left: 0;
  }
}
.badgeStatus {
  padding-left: 50px;
}
.badgeStatus .status {
  display: flex;
  align-items: center;
}
.badgeStatus .status img {
  max-width: 105px;
  margin-right: 15px;
}
.badgeStatus .status h2, .badgeStatus .status p {
  padding: 0;
  margin: 10px 0;
}
.badgeStatus .status h2 {
  line-height: 20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .badgeStatus {
    padding-left: 0;
  }
}
.progress {
  border: 1px solid #2699FB;
  height: 20px;
}
.progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #2699FB;
}
.blog .entry {
  display: block;
  padding: 1px 0 20px;
  margin: 0 0 20px 50px;
  border-bottom: 1px dotted #2699FB;
}
.blog .entry:after {
  content: " ";
  display: block;
  clear: left;
}
.blog .entry img {
  margin-right: 20px;
}
.blog .entry h3, .blog .entry p {
  margin-left: 170px;
}
.blog .entry p.date {
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
}
.blog .entry h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .blog .entry {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .blog .entry h3, .blog .entry p {
    margin-left: 0;
  }
  .blog .entry img + h3 {
    margin-top: 25px;
  }
  .blog .entry img {
    width: 100%;
    object-fit: cover;
    float: none !important;
  }
}
.user-blog .details {
  margin-left: 50px;
}
.user-blog .details nav {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}
.user-blog .details img {
  width: 100%;
  margin-bottom: 20px;
}
.user-blog .details h1 {
  font-size: 22px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 0;
}
.user-blog .details h1, .user-blog .details h2, .user-blog .details p {
  margin: 0;
  padding: 0;
  max-width: unset;
}
.user-blog .details p {
  margin-bottom: 10px;
  line-height: 20px;
}
.user-blog .details p.date {
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
}
.user-statistics .page .links {
  text-align: left;
  padding-left: 50px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
}
.user-statistics .page .links a {
  opacity: 0.5;
}
.user-statistics .page .links a.active {
  opacity: 1;
}
.stats {
  display: flex;
  flex-wrap: wrap;
}
.stats h3 {
  font-weight: bold;
  margin-left: 50px;
}
.stats .chart {
  width: 50%;
}
@media (max-width: 600px) {
  .stats .chart {
    width: 100%;
  }
}
.user-fotowettbewerb p {
  max-width: unset;
}
.user-fotowettbewerb #dropzone {
  width: 300px;
  height: 300px;
  margin: 0 auto 20px;
}
.user-fotowettbewerb .dialog {
  z-index: 23;
}
.user-fotowettbewerb .dialog .content {
  max-height: 100vh;
}
.user-fotowettbewerb .dialog .content > a {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 26px;
  z-index: 5;
}
.user-fotowettbewerb .photo {
  display: flex;
}
.user-fotowettbewerb .photo .photoWithLikes {
  margin-left: 50px;
}
.user-fotowettbewerb .photo .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.user-fotowettbewerb .photo .right p {
  margin-bottom: 0;
}
.user-fotowettbewerb .photoWithLikes {
  position: relative;
  width: 220px;
}
.user-fotowettbewerb .photoWithLikes img {
  width: 220px;
}
.user-fotowettbewerb .photoWithLikes p {
  position: absolute;
  margin: 0;
  font-size: 20px;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  font-weight: bold;
}
.user-fotowettbewerb .photoWithLikes p i {
  color: #BCBCBC;
  font-size: 30px;
}
.user-fotowettbewerb .photoWithLikes p i.like {
  color: red;
}
.user-fotowettbewerb .photoList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  align-items: center;
}
.user-fotowettbewerb .photoList .photoWithLikes {
  cursor: pointer;
  margin: 0 auto 20px;
}
.user-fotowettbewerb #dlgwrapper .dialog.view .content {
  width: 840px;
  max-width: 100vw;
}
.user-fotowettbewerb #dlgwrapper .dialog.view .content img {
  display: block;
  width: auto;
  object-fit: contain;
  max-height: calc(100vh - 10rem);
}
.user-fotowettbewerb #dlgwrapper .dialog.view .content .body {
  display: flex;
  flex-direction: column;
}
.user-fotowettbewerb #dlgwrapper .dialog.view .content .row {
  display: flex;
  justify-content: space-between;
}
.user-fotowettbewerb #dlgwrapper .dialog.view .content .row p {
  margin: 0;
}
.user-fotowettbewerb #dlgwrapper .dialog.view .content .row p :nth-of-type(2) {
  text-align: right;
}
@media (max-width: 920px) {
  .user-fotowettbewerb .photoList {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .user-fotowettbewerb .photo .photoWithLikes {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 600px) {
  .user-fotowettbewerb .photo {
    flex-direction: column;
  }
  .user-fotowettbewerb .photo .photoWithLikes {
    margin: 0 auto 20px;
  }
}
@media (max-width: 520px) {
  .user-fotowettbewerb .photoList {
    grid-template-columns: 1fr;
  }
  .user-fotowettbewerb .photoList .photoWithLikes {
    width: 100%;
  }
  .user-fotowettbewerb .photoList .photoWithLikes img {
    width: 100%;
  }
}

/*!
 * Datepicker v1.0.7
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-02-19T12:18:01.828Z
 */


.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: rgb(204, 229, 255);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}