/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

 
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr.dark {  
  border-top: 1px solid #d8d8d9;
  background-color: #d8d8d9;
}

 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  background-color: #fff;
  margin: 1.5rem 0 2rem;
  padding: 0;
  opacity: 1;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* roboto-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v47-latin-300.woff2') format('woff2');
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2');
}

/* roboto-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v47-latin-500.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2');
}

body {
  font-size: 1em;
  line-height: 1.625em;
  color: #081322;
  font-family: 'Roboto', Arial, Verdana, sans-serif;
  background-color: #fff;
  font-weight: 300;
}

header {
  background-color: #fff;
}

.content-container {
  padding-top:1.5rem;
  padding-bottom:1.5rem;
}

h1, .h1 {
  font-size:1.35rem;
  line-height: 1.75rem;
}

h2, .h2 {
  font-size:1.25rem;
  line-height: 1.75rem;
}

h3, .h3 {
  font-size:1.25rem;
  line-height: 1.75rem;
  font-weight:600;
  margin-bottom:1rem;        
}

h4, .h4 {
    font-size:1.125rem;
    line-height: 1.5rem;
    font-weight:500;
    margin-bottom:0;
}

.p {
  font-size:1rem;
}

.btn-white,
.btn-white:hover {
  background-color:#fff;
  border-color:#fff;
}

.strong {
  font-weight:400;
}

.small {
  font-size: 0.875rem;
}

a:link,
a:visited {
    text-decoration: none;
    color: #154889;
    font-weight: 500;
}

a:hover,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
}


a.white:link,
a.white:visited {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

a.white:hover,
a.white:active,
a.white:focus {
    color: #fff;
    text-decoration: underline;
}

button.btn-primary,
a.btn-primary {
  background-color:#021021;
  color:#fff;
  border:0;
  padding:0.75rem 1.25rem;
  font-size:1.25rem;
  font-weight:500;
  border-radius: 7px;
  border:1px solid rgba(255, 255, 255, 0.35);
}

button.btn-success,
a.btn-successy {
  color:#fff;
  border:0;
  padding:0.75rem 1.25rem;
  font-size:1.25rem;
  font-weight:500;
  border-radius: 7px;
  border:1px solid rgba(255, 255, 255, 0.35);
}

ol {
  list-style-type: decimal;
}
.strong {
   font-weight: bold;
}
li span {
  font-weight: normal;
}

/* Ende Navigation
*****************************/

.blue {
  color:#154889;
}

.bg-blue{
  background:#154889;
  color:#fff;
}

.bg-grey {
  background-color:#e4eaed;
  color:#000;
}

.bg-blue {
  background-color:#154889;
  color:#fff;
}

.form-control {
  background-color: #f6f6f6;
}

.form-control:focus {
  color: #333;
  border-color: #6d6b6c;
  outline: 0;
  box-shadow:none;
}

.form-check-input:focus {
  box-shadow:none;
}

.form-check-input {
  border-color: #999;
}
.form-check-input:checked {
  background-color: #47241a;
  border-color: #47241a;
}

ul.listing {
  list-style-type: none;
  padding-left:0;
}

ul.noicon {
  padding-left:1rem;
}

ul.check {
  list-style-type: none;
  list-style-image: url('data:image/svg+xml,<svg transform="translate(0, 6)" transform-origin="center" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%2329a311" class="bi bi-check" viewBox="0 0 16 16"><path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"/></svg>');
  padding-left:1.5rem;
}
ul.check li,
ul.check-2 li {
  font-weight:400;
  margin-bottom:0.5rem;
  padding-left:0rem;
}  

footer {
  background-color: #154889;
  color:#fff;
  padding:1.75rem 0;
}

.fw-400 {
  font-weight:400;
}

.fw-500 {
  font-weight:500;
}

.fw-700 {
  font-weight:700;
}

footer a:link,
footer a:visited {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

footer  a:hover,
footer  a:active,
footer  a:focus {
    color: #fff;
    text-decoration: underline;
}



@media (max-width: 991px) {

}

@media (min-width: 576px) {
  .btn-primary,
  .btn-success {
    min-width:340px;
  }
}

@media (min-width: 768px) {

  h1, .h1 {
      font-size:1.5rem;
      line-height: 1.75rem;
      font-weight:600;
      margin-bottom:0;
  }

  h2, .h2 {
    font-size:1.375rem;
    line-height: 1.75rem;
    font-weight:400;
    margin-bottom:0;
  }

  h3, .h3 {
      font-size:1.375rem;
      line-height: 1.75rem;
      font-weight:600;
      margin-bottom:1.5rem;        
  }

  h4, .h4 {
    font-size:1.3rem;
    line-height: 1.5rem;
    font-weight:500;
    margin-bottom:0;
  }

  h5, .h5 {
    font-size:1.3rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom:0;
  }

}

@media (min-width: 992px) {
  
  .navbar-brand {
    display: none;
  }

  #logo {
    display:inline-block;
    width:250px;
    height:auto;
    margin-top:20px;
    margin-bottom:5px;
  }

  h1, .h1 {
    font-size:2rem;
    line-height: 2.5rem;
    font-weight:600;
  }

  h2, .h2 {
    font-size:1.5rem;
    line-height: 1.75rem;
    font-weight:500;
    margin-bottom:0;
  } 

  h3, .h3 {
    font-size:1.38rem;
    line-height: 1.5rem;
    font-weight:600;
    margin-bottom:0;
  } 

  h4, .h4 {
    font-size:1.375rem;
    line-height: 1.75rem;
    font-weight:500;
    margin-bottom:0;
  }

  h5, .h5 {
    font-size:1.25rem;
    line-height: 1.6rem;
    font-weight: 400;
    margin-bottom:0;
  }  

}

@media (min-width: 1200px) {
 
}

@media (min-width: 1400px) {  
  .container {
    max-width:1200px;
  }
}

@media (min-width: 1600px) {
}

@media (min-width: 1920px) {
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

