
/* default.css für MVC-Struktur, analog zu demo.css
Fonts
--------------------------------------------------------------------------------------------------------------*/
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), url('fonts/roboto-v18-latin-regular.woff') format('woff'), url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg');
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-italic.eot');
  src: local('Roboto Italic'), local('Roboto-Italic'), url('fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-v18-latin-italic.woff2') format('woff2'), url('fonts/roboto-v18-latin-italic.woff') format('woff'), url('fonts/roboto-v18-latin-italic.ttf') format('truetype'), url('fonts/roboto-v18-latin-italic.svg#Roboto') format('svg');
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v18-latin-700.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-v18-latin-700.woff2') format('woff2'), url('fonts/roboto-v18-latin-700.woff') format('woff'), url('fonts/roboto-v18-latin-700.ttf') format('truetype'), url('fonts/roboto-v18-latin-700.svg#Roboto') format('svg');
}

/*Iconfont HIT*/
@font-face {
  font-family: 'hit';
  src: url('fonts/hit.eot?78193635');
  src: url('fonts/hit.eot?78193635#iefix') format('embedded-opentype'), url('fonts/hit.woff2?78193635') format('woff2'), url('fonts/hit.woff?78193635') format('woff'), url('fonts/hit.ttf?78193635') format('truetype'), url('fonts/hit.svg?78193635#hit') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*in default2.css ersetzt durch neue icon-hiticon- */
[class^="hiticon-"]:before, [class*=" hiticon-"]:before {
  font-family: "hit";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .3em;
  vertical-align: middle;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon {
  margin-right: .3em;
}

/*Allgemein
--------------------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

body {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  /*color: #242b2f; HZ: 17.08.2020 zu flau*/
  color: black;
}

#html .wrapper, .wrapper {
  min-height: 100%;
}

.wrapper {
  position: relative;
  padding-bottom: 90px;
}

.container {
  position: relative;
  margin: auto;
  width: 94%;
  max-width: 1600px;
  padding: 0px;
}

.row-equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-control {
  max-width: 280px;
}

/*Barrierefreiheit*/
.sr-only.sr-only-focusable:focus {
  width: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  clip: auto;
}

/*Links
--------------------------------------------------------------------------------------------------------------*/
a[href] {
  color: #617085;
  text-decoration: underline; /* HZ */
}

a[href]:hover, a[href]:focus {
  color: #4a4e69;
  background-color: #DDDDFF; /* HZ */
}

.hit-servicenavi a, #pagefooter a {
  text-decoration: underline;
}

.hit-servicenavi .hit-button {
  text-decoration: none;
}

/*Headlines
--------------------------------------------------------------------------------------------------------------*/
h1.h-big {
  font-size: 2.7rem;
}

h2.h-big {
  font-size: 2.1rem;
}

h3.h-big {
  font-size: 1.8rem;
}

h4.h-big {
  font-size: 1.5rem;
}

h5.h-big {
  font-size: 1.3rem;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

/*Listen
--------------------------------------------------------------------------------------------------------------*/
.hit-list {
  list-style: none;
  padding-left: 12px;
}

  .hit-list li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-left: -12px;
    vertical-align: 0.2rem;
    background-color: #a997df;
    margin-right: 6px;
  }

.hit-list, .hit-arrow-list {
  list-style: none;
  padding-left: 14px;
}

  .hit-arrow-list li:before {
    content: "\00BB";
    display: inline-block;
    vertical-align: 0.2rem;
    color: #a997df;
    width: 8px;
    margin-right: 6px;
    margin-left: -14px;
  }

/*Farben*/
.hit-dark {
  background-color: #242b2f;
  color: #fff;
}

.hit-dark-color {
  color: #242b2f;
}

.hit-dark a {
  color: #fff;
}

  .hit-dark a:hover, a:focus { /* HZ */
    color: black;
    background-color: white;
  }


.hit-purple, .hit-lightblue:focus, .hit-lightblue:hover {
  background-color: #ccccff;
  color: #242b2f !important;
}

  .hit-purple:hover, .hit-purple:focus, .hit-lightblue {
    background-color: #a9cef4;
  }

  .hit-purple.active {
    background-color: #bc8da7 !important; /* important, weil sonst Bootstraps Farbe Vorrang hat */
  }

.hit-grey {
  background-color: #617085;
  color: #fff;
}

  .hit-grey:focus, .hit-grey:hover {
    background-color: #4a4e69;
    color: #fff;
  }

.bg-lightgrey {
  background-color: #d6d6d6;
}


.hit-aktion { /* speziell für Zeilenaktion, https: //www.w3schools.com/colors/colors_picker.asp #b5bec9 #c4cbd4 */
  background-color: #617085;
  color: #fff;
  padding: 1px 5px;
  border-color: #ccc;
  line-height: 1.5;
  font-size: 12px;
}

  .hit-aktion:focus, .hit-aktion:hover {
    background-color: #4a4e69;
    color: #fff;
  }

.hit-grey-color {
  color: #617085;
}


/*Schatten*/
.hit-shadow {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}

/*Border-radius*/
.hit-radius {
  border-radius: 5px;
}

/*Button*/
.hit-button {
  border-radius: 5px;
}

/*Schriftgrößen*/
.fs-87 {
  font-size: 87%;
}

.fs-130 {
  font-size: 130%;
}

.fs-150 {
  font-size: 150%;
}

.fs-200 {
  font-size: 200%;
}

.fs-300 {
  font-size: 300%;
}

.fs-big {
  font-size: 340%;
}

/*Padding und Margin analog Bootstrap 4.X*/
.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  padding-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/*Anpassung Komponenten
--------------------------------------------------------------------------------------------------------------*/
/*Servicenavi*/
.hit-servicenavi {
  float: right;
  padding: 0px;
  list-style: none;
}

  .hit-servicenavi li {
    display: inline-block;
    margin-left: 1rem;
    padding: 0px;
  }

/*Navigation mit Suchbar*/
.hit-navbar.navbar {
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
  padding-top: 8px;
  background-color: none;
}

.hit-navbar .navbar-nav {
  margin-right: 2rem;
}

  .hit-navbar .navbar-nav > li {
    margin-right: 8px;
  }

    .hit-navbar .navbar-nav > li > a {
      color: #242b2f;
      border-radius: 5px;
      background-color: #ccccff;
      padding-top: 10px;
      padding-bottom: 10px;
    }

      .hit-navbar .navbar-nav > li > a:hover, .hit-navbar .navbar-nav > li > a:focus {
        background-color: #a9cef4;
      }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #a9cef4;
  color: #333;
}

.hit-navbar .navbar-form {
  margin-top: 0px;
  padding: 0px;
}

.hit-navbar .form-control {
  padding-right: 30px;
  height: 40px;
  max-width: none;
}

.hit-navbar .form-group {
  position: relative;
}

.hit-navbar .btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0px;
  height: 40px;
  border: none;
  background-color: none;
}

.dropdown-menu {
  padding: 20px 0px;
}

  .dropdown-menu li a {
    padding: 5px 20px;
    border-bottom: 1px solid #efefef;
  }

    .dropdown-menu li a:hover, .dropdown-menu li a:focus {
      background-color: #a9cef4;
    }

.navbar-toggle {
  margin-right: 0px;
}

/* brand */
.navbar-brandx {
  float: left;
  padding: 10px 15px;
  height: 40px;
  margin: 2px;
}

  .navbar-brandx:hover,
  .navbar-brandx:focus {
    text-decoration: none;
  }

  .navbar-brandx > img {
    display: block;
  }

.navbar-inverse .navbar-brandx {
  color: #9d9d9d;
}

  .navbar-inverse .navbar-brandx:hover,
  .navbar-inverse .navbar-brandx:focus {
    color: #fff;
    background-color: transparent;
  }

.navbar-brandx a {
  color: #242b2f;
  border-radius: 5px;
}

  .navbar-brandx a:focus {
    background-color: #a9cef4;
  }



/*Teaser*/
.card {
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
  height: 100%;
}

  .card h2 {
    font-size: 170%;
    margin-bottom: 30px;
    position: relative;
    padding-right: 100px;
  }

.card-icon {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 200%;
  color: #ccccff;
}

  /* resize images */
  .card-icon img {
    width: 80px;
    height: auto;
  }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 90px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 110px;
  }
}


/*Footer*/
.sticky-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.hit-pull-right {
  float: right;
}
.hit-clear {
  clear: both !important;
}

@media only screen and (max-width: 1024px) {
  .hit-navbar .form-group {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 160px;
  }

  .hit-servicenavi {
    float: none;
  }

  .hit-navbar {
    margin-top: 10px;
  }

    .hit-navbar .navbar-nav {
      margin-right: -15px;
    }

    .hit-navbar .btn {
      margin-top: -15px;
    }

    .hit-navbar .navbar-nav > li {
      margin-right: 0px;
    }

  .dropdown-menu {
    padding: 5px 0px;
  }

    .dropdown-menu li a {
      border-top: 1px solid #efefef;
      border-bottom: none;
    }

    .dropdown-menu li:first-child a {
      border: none;
    }

  .hit-navbar .navbar-nav > li > a {
    color: #242b2f;
    border-radius: 0px;
    background-color: #ccccff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 3px;
  }

  .hit-right {
    right: 60px;
  }

  .hit-pull-right {
    float: none;
  }

  .sticky-footer .pull-right {
    float: left !important;
  }

  .sticky-footer .text-right {
    text-align: left;
  }
}
