/* Customized CSS */
/* signika-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Signika';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/signika-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* signika-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/signika-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* signika-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Signika';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/signika-v25-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* signika-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Signika';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/signika-v25-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* signika-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Signika';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/signika-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
html, body * {
    box-sizing: border-box; 
}
body {
    background: #FDF8D9 !important;
    font-family: 'Signika' !important;
    color: #252525 !important;
}
.container-fluid {
    padding: 0 !important;
}
.container {
  max-width: 960px !important;
}
#buchung  {
  max-width: 720px;
}  
#buchung .form-check-input {
    margin: 0 1.0rem 0 -1.5rem !important;
}
#buchung .form-check-input:checked {
    background-color: #023A5D;
    border-color: #023A5D;
}
#buchung input, #buchung textarea, #buchung select {
    color: #878787 !important;
}
#buchung label {
    margin-left: .5rem;
}
#send-alert, #fehler-alert {
    display: none;
    max-height: 70px;
    /*
    left: 1.0rem;
    right: 1.0rem;
    bottom: .5rem;
    */
}

@media screen and (max-width: 992px){
  #buchung  {
    max-width: 400px;
  }
}

@media screen and (max-width: 780px){
  
}

@media screen and (max-width: 580px){
    
}