body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.navbar-default {
  background-color: #fff;
}

.navbar-brand {
  padding: 0px;
  height: 70px;
}

.icon-bar {
  background-color: #4c7dc2;
}

.navbar-brand > img {
  height: 70px;
  padding: 0;
  padding-top: 10px;
  padding-left: 13px;
  width: auto;
}

/* 
.navbar-brand>img {
    height: 100%;
    padding: 5px;
} */

.mainnav .nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.active {
  background-color: #c1d3ef;
}

.mainnav .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.footer-area {
  border-top: 2px solid #4c7dc2;
  margin-top: 50px;
  padding-bottom: 10px;
  background-color: #ecf1fa;
}

.footer {
  padding: 0px 0 30px 0;
}

.footer-copy {
  font-weight: 700;
}

.footer-copy span {
  margin-right: 20px;
  margin-left: 20px;
}

.footer-copy span a {
  color: #4c7dc2;
  font-weight: 800;
}

.single-footer {
  margin-top: 40px;
}

.single-footer img {
  margin-bottom: 20px;
}

.single-footer p {
  line-height: 26px;
}

.single-footer h4 {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 45px;
}

.single-footer h5 {
  margin-top: 20px;
  font-weight: 700;
}

.single-footer a {
  color: blue;
}

.single-footer ul li {
  margin-bottom: 10px;
}

.single-footer ul li a {
  color: #6d7a83;
  font-weight: 700;
}

.single-footer ul li a:hover {
  color: #4c7dc2;
  text-decoration: none;
}

.mainnav > .navbar {
  margin-bottom: 0px;
}

.carousel-indicators li {
  border: 2px solid #1a6ace;
  background-color: #4c7dc2;
}

.carousel-indicators .active {
  background-color: white;
}

.carousel-caption {
  color: black;
}

.formular {
  margin-top: 20px;
}

/* cyrillic-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(http://www.docrecruitment.de/fonts/open-sans-v29-latin-regular.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}

/* cyrillic */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(http://www.docrecruitment.de/fonts/open-sans-v29-latin-regular.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(http://www.docrecruitment.de/fonts/open-sans-v29-latin-regular.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(http://www.docrecruitment.de/fonts/open-sans-v29-latin-regular.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(http://www.docrecruitment.de/fonts/open-sans-v29-latin-regular.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(http://www.docrecruitment.de/fonts/open-sans-v29-latin-regular.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(http://www.docrecruitment.de/fonts/open-sans-v29-latin-regular.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.jobdetails {
  margin-top: 20px;
}

.jobbg {
  background-color: #d1def3;
}

.datenschutz li {
  font-weight: bold;
}

.datenschutz ul > li {
  font-weight: normal;
  list-style-type: disc;
}

@media print {
  .footer-area {
    display: none;
  }
  .noprint {
    display: none;
  }
}

.h4head {
  padding-top: 10px;
  font-weight: bold;
}

.bannerimg {
  max-width: 100% !important;
}

.bannerwrapper {
  text-align: center;
  margin-top: 10px;
}

.img-horst {
  width: 230px;
}

/* === card component ====== 
 * Variation of the panel component
 * version 2018.10.30
 * https://codepen.io/jstneg/pen/EVKYZj
 */
.card {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}
.card > .card-link {
  color: #333;
}
.card > .card-link:hover {
  text-decoration: none;
}
.card > .card-link .card-img img {
  border-radius: 6px 6px 0 0;
}
.card .card-img {
  position: relative;
  padding: 0;
  display: table;
}
.card .card-img .card-caption {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
}
.card .card-body {
  display: table;
  width: 100%;
  padding: 12px;
}
.card .card-header {
  border-radius: 6px 6px 0 0;
  padding: 8px;
}
.card .card-footer {
  border-radius: 0 0 6px 6px;
  padding: 8px;
}
.card .card-left {
  position: relative;
  float: left;
  padding: 0 0 8px 0;
}
.card .card-right {
  position: relative;
  float: left;
  padding: 8px 0 0 0;
}
.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child,
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3,
.card .card-body .h4 {
  margin-top: 0;
}
.card .card-body .heading {
  display: block;
}
.card .card-body .heading:last-child {
  margin-bottom: 0;
}

.card .card-body .lead {
  text-align: center;
}

@media (min-width: 768px) {
  .card .card-left {
    float: left;
    padding: 0 8px 0 0;
  }
  .card .card-right {
    float: left;
    padding: 0 0 0 8px;
  }

  .card .card-4-8 .card-left {
    width: 33.33333333%;
  }
  .card .card-4-8 .card-right {
    width: 66.66666667%;
  }

  .card .card-5-7 .card-left {
    width: 41.66666667%;
  }
  .card .card-5-7 .card-right {
    width: 58.33333333%;
  }

  .card .card-6-6 .card-left {
    width: 50%;
  }
  .card .card-6-6 .card-right {
    width: 50%;
  }

  .card .card-7-5 .card-left {
    width: 58.33333333%;
  }
  .card .card-7-5 .card-right {
    width: 41.66666667%;
  }

  .card .card-8-4 .card-left {
    width: 66.66666667%;
  }
  .card .card-8-4 .card-right {
    width: 33.33333333%;
  }
}

/* -- default theme ------ */
.card-default {
  border-color: #ddd;
  background-color: #fff;
  margin-bottom: 24px;
}
.card-default > .card-header,
.card-default > .card-footer {
  color: #333;
  background-color: #ddd;
}
.card-default > .card-header {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.card-default > .card-footer {
  border-top: 1px solid #ddd;
  padding: 8px;
}
.card-default > .card-body {
}
.card-default > .card-img:first-child img {
  border-radius: 6px 6px 0 0;
}
.card-default > .card-left {
  padding-right: 4px;
}
.card-default > .card-right {
  padding-left: 4px;
}
.card-default p:last-child {
  margin-bottom: 0;
}
.card-default .card-caption {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* -- price theme ------ */
.card-price {
  border-color: #999;
  background-color: #ededed;
  margin-bottom: 24px;
}
.card-price > .card-heading,
.card-price > .card-footer {
  color: #333;
  background-color: #fdfdfd;
}
.card-price > .card-heading {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.card-price > .card-footer {
  border-top: 1px solid #ddd;
  padding: 8px;
}
.card-price > .card-img:first-child img {
  border-radius: 6px 6px 0 0;
}
.card-price > .card-left {
  padding-right: 4px;
}
.card-price > .card-right {
  padding-left: 4px;
}
.card-price .card-caption {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.card-price p:last-child {
  margin-bottom: 0;
}

.card-price .price {
  text-align: center;
  color: #337ab7;
  font-size: 3em;
  text-transform: uppercase;
  line-height: 0.7em;
  margin: 24px 0 16px;
}
.card-price .price small {
  font-size: 0.4em;
  color: #66a5da;
}
.card-price .details {
  list-style: none;
  margin-bottom: 24px;
  padding: 0 18px;
}
.card-price .details li {
  text-align: center;
  margin-bottom: 8px;
}
.card-price .buy-now {
  text-transform: uppercase;
}
.card-price table .price {
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
}
.card-price table .note {
  color: #666;
  font-size: 0.8em;
}
