:root {
    --primaryColor: #009933;
    --ticketColor: #009933;
}

.dlv-ticket {
    background-color: var(--ticketColor);
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 22px;
    line-height: 23px;
    padding: 15px 20px;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    z-index: 1;
}

.dlv-ticket:after {
    content: '';
    background-color: var(--ticketColor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    height: 20px;
    width: 20px;
    bottom: -5px;
    z-index: -1;
    display: block;
}

.dlv-ticket .ticket-svg {
    width: 50px;
    height: auto;
}

.dlv-ticket .big-number {
    padding: 10px;
    font-size: 60px;
}

body{
    background:url("/img/dlv-ticket-back-neu.jpg") 50% 50% no-repeat fixed;
    background-size:cover
}
.panel::after {
  content: "©";
  color: white;
  margin-top: 10px;
  float: right;
}

.panel a {
    color: var(--primaryColor)!important;

}

#requiredDataForm {
    padding: 0!important;
}

.panel-heading {
    background-color: white!important;
    color: var(--primaryColor) !important;
}

.panel-heading * {
    color: black !important;
}

.panel-body {
    font-weight:bold;
    background: rgba(255,255,255,0.5);
    margin-top: -10px;
}

.headline-list-digital-upgrade {
    font-size: 16px;
    color: black;
    text-transform: uppercase;
}

.auth-topic-desc {
    display: flex;
    flex-direction: column;
}

.panel .panel-body ul {
    padding-left: 0;
    margin-left: 0 !important;
    overflow: hidden;
    font-size: 16px;
    color: black;
}

.panel .panel-body ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    list-style: none;
    position: relative;
}

.auth-topic-desc {
  margin-bottom:10px !important;
}

@media screen and (min-width: 1200px) {
  .panel-body > div:nth-child(2) {
      border-left: 1px solid #009933;
  }
  .composingoffset {
    transform: translateY(-24px);
  }
  .auth-topic-desc {
    margin-bottom:unset !important;
  }
}


.panel .panel-body ul li:before {
    background: none;
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 14px;
    top: 18px;
    left: 10px;
    border: solid var(--primaryColor);
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.panel-body::after {
  content: " ";
  display: block;
  inset: 0;
  position: absolute;
  z-index: -1;
  background: rgba(255,255,255,0.75);
  backdrop-filter: blur(2px);-webkit-backdrop-filter: blur(2px);
  border-radius: 10px;
}

.dlvshop-dblock {
  display: block !important;
}

#app main {
  padding-bottom: 150px;
}
@media screen and (min-width: 1200px) {
  .panel-body > div:first-child {
      border-right: unset;
  }
  #app main {
    padding-bottom: 100px;
  }
  }
  @media screen and (max-width: 520px) {
    #app main {
      padding-bottom: 175px;
    }
    }

@media screen and (max-width: 768px) {
  .panel {
    margin-top:30px;
  }
  }

a[data-toggle="modal"] {
    font-size: 11px;

}

.panel-default {
    border: none!important;
}

.panel .btn-primary {
    height:unset !important;
    font-weight: bold;
    transition: background-color .5s;
    padding: 15px;
    background: linear-gradient(45deg,#009933 30%,#CEDC57 100%)!important;
    color: white!important;
}
.panel .btn-primary:hover {
  background: var(--primaryColor);
}

.mydlv-auth-panel label {
    text-transform: unset;
}

.mydlv-auth-panel .login-action {
    margin-bottom: 10px;
  margin-top: 5px;
}

.ghostbutton {
    width:100%;
    border-radius: unset;
    font-weight: normal;
    color:black!important;
    white-space:unset;
    &:hover {
      color: var(--primaryColor) !important;
      background-color: #fff;
      border:1px solid var(--primaryColor);
    }
    &.btn-primary:hover {
        background-color: white !important;
    }
  }

  .panel {
    background-color: unset;
  }

  .form-group.optional {
    display:none;
  }

  .agb {
    font-size:12px;
  }
  .agb a {
    text-decoration:underline;
  }

/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-v30-latin-ext_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/roboto-v30-latin-ext_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
