::-webkit-scrollbar {
    width: 5px;
    height: 5px;
 }

 
 html {
    height: 100%;
 }
 
 body {
    color: #555555;
    background: #e4e2dd;
    font-family: Georgia, sans-serif;
    margin: 0;
    font-size: 20px;
    margin-top: 50px;
 }
 
 html,
 body {
    overflow-x: hidden
 }

 h4 {
    font-size: 22px;
 }
 
 .promotion {
    background: rgba(47, 53, 59, 0.8);
    padding: 50px;
 }
 
 .promotion-desc {
    color: #fff;
 }

 
 
 img {
    max-width: 100%;
    height: auto;
 }
 
 .logo {
    vertical-align: middle;
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    height: auto;
 }
 
 .house-logo {
    margin: 0;
    text-transform: uppercase;
    font-size: 2.125rem;
 }
 
 .site-logo {
    display: flex;
    flex: 0 0 auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
 }
 
 .btn-primary {
    display: inline-block;
    position: relative;
    padding: 0.5375em 1em 0.4625em 1em;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    color: #ffffff;
    border-color: #fff;
    background: #ae9a61;
    outline: 0 !important;
 }
 
 .btn-white {
    display: inline-block;
    position: relative;
    font-family: 'GC Klavika Medium';
    padding: 0.5375em 1em 0.4625em 1em;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 12%);
    color: #1a1a1a;
    border-color: #fff;
    background: #fff;
 }
 
 .btn-primary:hover,
 .btn-primary:focus,
 .btn-primary:active {
    display: inline-block;
    position: relative;
    padding: 0.5375em 1em 0.4625em 1em;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    color: #ae9a61;
    border-color: #ae9a61;
    background: #fff;
    outline: 0 !important;
 }
 
 select {
    margin-bottom: 10px;
    margin-right: 10px;
 }
 
 label {
    margin: 0px !important;
 }
 
 .field {
    margin-bottom: 10px;
 }
 
 
 h2 {
    font-weight: bold;
 }
 
 a {
    color: white;
    text-decoration: none;
    font-size: 25px;
 }
 
 a:hover {
    font-weight: 500;
    color: white;
    opacity: 70%;
 }
 
 .time {
    color: #fff;
    font-family: 'GC Klavika Bold';
    margin: 0px;
    padding-bottom: 5px;
 }
 
 .form-control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.875em;
    margin: 0 0 1rem;
    padding: 0.5em 0.875em;
    border: 1px solid #e5e6e6;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 20%), 0 0px 0px rgb(0 0 0 / 6%), 0 0px 0px rgb(0 0 0 / 12%);
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-overflow: ellipsis;
    color: #1a1a1a;
    resize: vertical;
    transition: color 0.27s cubic-bezier(0.3, 0, 0.2, 1), border 0.27s cubic-bezier(0.3, 0, 0.2, 1), box-shadow 0.27s cubic-bezier(0.3, 0, 0.2, 1);
    appearance: none;
 }
 
 .boxy {
    background-color: rgb(229, 230, 230);
    height: fit-content;
    border-radius: 2px;
    position: relative;
    padding: 40px;
 }
 
 .boxy::before {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #e5e6e6 transparent transparent;
 }

 @media (max-width: 768px) {
   .boxy::before {
      display: none;
   } 
 }
 
 .container {
    max-width: 1400px;
 }
 
 .social {
    display: inline-block !important;
    margin-top: 30px;
 }
 
 .social i {
    font-size: 32px;
    color: #d3012d;
    margin-right: 15px;
 }
 
 .container-programm {
    text-align: left;
    background-color: rgb(169, 1, 36);
    box-shadow: rgb(0 0 0 / 13%) 0px 14px 28px,
       rgb(0 0 0 / 11%) 0px 10px 10px;
 }
 
 .spenden {
    background: #fff;
    padding: 30px;
    color: #1a1a1a;
    font-size: 15px;
 }
 
 strong {
    font-family: 'GC Klavika Bold';
 }
 
 .headline {
    position: relative;
 }
 
 .headline::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2px;
    background: #fff;
    bottom: -1rem;
    left: 0;
 }

 .headline2 {
    position: relative;
    color: #1a1a1a;
 }
 
 .headline2::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2px;
    background: #d3012d;
    bottom: -1rem;
    left: 0;
 }
 
 .ausstellerverzeichnis {
    background: #fff;
    padding: 20px;
 }
 
 
 .item label {
    background: #fff;
    color: #1a1a1a;
    padding: 10px 20px 10px 20px;
    font-family: 'GC Klavika Bold';
    position: relative;
    left: 40px;
    cursor: pointer;
    width: 100%;
 }
 

 .item label:hover {
    -webkit-box-shadow: 0 2px 40px #e0e5f0;
    -moz-box-shadow: 0 2px 40px #e0e5f0;
    box-shadow: 0 2px 40px #e0e5f0;
 }
 
 .item label span {
    display: block;
    margin: 0 auto 15px;
    width: 200px;
    height: 170px;
    padding: 4px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
 
 .item input[type=checkbox]:not(old),
 .item input[type=radio]:not(old) {
    visibility: hidden;
    width: 0;
 }
 
 .item input[type=checkbox]:not(old):checked+label,
 .item input[type=radio]:not(old):checked+label,
 .item input[type=checkbox]:not(old):checked+span+label,
 .item input[type=radio]:not(old):checked+span+label {
    background: #d3012d;
    color: #fff;
 }
 
 .item input[type=checkbox]:not(old)+label:before,
 .item input[type=checkbox]:not(old)+span+label:before,
 .item input[type=radio]:not(old)+label:before,
 .item input[type=radio]:not(old)+span+label:before {
    content: " ";
    position: absolute;
    left: -40px;
    top: 10px;
    font-size: 24px;
    width: 25px;
    height: 25px;
    border-radius: none;
    background: #fff;
    border: 1px solid #ccc;
 }
 
 .item input[type=checkbox]:not(old):checked+label:before,
 .item input[type=checkbox]:not(old):checked+span+label:before,
 .item input[type=radio]:not(old):checked+label:before,
 .item input[type=radio]:not(old):checked+span+label:before
  {
    font-family: "Font Awesome 5 Pro";
    content: "\f14a";
    font-weight: 900;
    position: absolute;
    left: -40px;
    top: 0px;
    font-size: 30px;
    margin-top: 0;
    border: 0;
    background: none;
 }

 .p-headline {
   text-transform: uppercase;
 }

 .p-table td {
   vertical-align: top;
   padding-top: 10px;
 }

 .p-table td:nth-child(1) {
   font-family: 'GC Klavika Bold';
   width: 35%;
 }

 .p-h3 {
   position: relative;
 }

 .p-h3::after {
   content: "";
   position: absolute;
   width: 4rem;
   height: 2px;
   background: #d3012d;
   bottom: -1rem;
   left: 0;
 }

 .modal-dialog {
   color: #000;
 }

 .modal-dialog a {
   color: #d3012d;
   font-size: 18px;
   text-decoration: underline;
 }

 .modal-body {
   height: 600px;
   overflow-y: scroll;
   margin-bottom: 30px;
 }