@page {
  size: A4;
  margin: 3cm 1cm 1cm 1cm;
  @top-right {
    position: absolute;
    visibility: visible;
    -webkit-print-color-adjust: exact;
    height:95%;
    width: 98%;
  }
  @bottom-left {
    color: #000 !important;
    font-size: 1em;
    border-top: 1px solid #000;
    width: 70%;
  }
  @bottom-right {
    border-top: 1px solid #000;
    width: 40%;
  }
}
/* Schriftart, -groesse */
body,
body * {
  padding-top: 0;
  line-height: 1.3;
  background: #fff !important;
  font-family: TheSans, Calibri, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #000000;
  box-shadow: none !important;
}
h1,
.h1 {
  font-size: 28pt;
}
h1 a,
.h1 a {
  font-size: 28pt;
}
h2,
.h2 {
  font-size: 24pt;
}
h2 a,
.h2 a {
  font-size: 24pt;
}
h3,
.h3 {
  font-size: 20pt;
}
h3 a,
.h3 a {
  font-size: 20pt;
}
h4,
.h4 {
  font-size: 18pt;
  margin-top: 18pt;
}
h4 a,
.h4 a {
  font-size: 18pt;
}
h5,
.h5 {
  font-size: 16pt;
  margin-top: 16pt;
}
h5 a,
.h5 a {
  font-size: 16pt;
}
h6,
.h6 {
  font-size: 14pt;
  margin-top: 14pt;
}
h6 a,
.h6 a {
  font-size: 14pt;
}
p,
span,
a {
  font-size: 11pt;
  color: #000000;
}
.small,
.copyright {
  font-size: 9pt;
}
.odav-fullscreen-head {
  max-height: 5cm ;
}
.odav-multi-bgs {
  display:none;
}

/* Objekte ausblenden */
.navbar,
#header-nav-3,
#eyeAble_container_ID,
hr,
#top,
footer *,
button,
.btn[role="button"],
button.btn-freemarker,
.btn-primary,
#carousel-header,
.hidden-sm,
#header-nav-3,
#odav-cookie-consent,
p > div[data-name="extmedia"],
iframe[type="opt-in"][src=""] + .cookie-consent-blocked,
iframe[type="opt-in"]:not([src]) + .cookie-consent-blocked,
script[type="text/plain"][src=""] + .cookie-consent-blocked,
script[type="text/plain"]:not([src]) + .cookie-consent-blocked,
iframe[data-name="extmedia"],
#myScrollspy,
div.odav-content-attachment,
footer,
.carousel-control,
.carousel-indicators,
.searchhit-content-map .searchhit-count {
  display: none !important;
}
.eyeAble_mainIconClass,
#eyeAble_container_ID,
.eyeAble_mainIconClass.noHide {
  display: none !important;
}
#odav-cookie-consent,
.AdContainer {
  display: none !important;
}
/* Links werden nicht angezeigt*/
a[href]:after {
  content: "" !important
}
/*  Breaks */
a {
  break-inside: avoid;
}
.icons8 {
  font-size: 5rem !important;
}

/*zu pruefenden Elemente
#content.col-md-10 {
  width: 100%
}
*/
img.title-image {
  break-before: avoid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  break-before: avoid;
  break-inside: avoid;
  break-after: avoid;
}
.odav-module-jobportal h1,
.odav-module-jobboard h1,
{font-size:30px; }

.odav-module-jobportal h1, .odav-module-jobboard h1,
.odav-module-jobportal h2, .odav-module-jobboard h2,
.odav-module-jobportal h3, .odav-module-jobboard h3,
.odav-module-jobportal h4, .odav-module-jobboard h4 {
  page-break-before: avoid !important;
  page-break-inside: avoid !important;
}
.printblock {
  page-break-after: auto !important;
  page-break-inside: avoid !important;
}

table,
pre {
  break-inside: avoid;
}
ul,
ol,
dl {
  break-before: avoid;
  break-inside: avoid;
}
section {
  break-inside: auto;
}
.break-after {
  break-after: page;
}
.break-before {
  break-before: page;
}
.break-inside-avoid {
  break-inside: avoid;
}
.course-item {
  break-before: avoid-page;
  break-inside: avoid;
  break-after: avoid-page;
}
.course-item > .odav-default-image {
  display: none;
}
/*Darstellung Carousel Pruefen*/
#carousel-header.carousel .item .slider-image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
/** erweiterte Ausgabe von ELementen im Print-Modus
*** added by ODAV
**/

.panel-group .panel .collapse {
  display: block !important;
  height: auto !important;
}

.tab-content > .tab-pane {
  display: block !important;
  height: auto !important;
  break-after: page !important;
  break-inside: avoid-page !important;
  margin-top: 25pt;
}

/* Spalten anpassen BREAKTPOINT XS*/
.col-sm-3 {
  width: 25% !important;
}

.col-sm-4, .carousel-inner .col-md-4 {
  width: 33.33% !important;
}
.col-sm-6 {
  width: 50% !important;
}
.col-sm-8 {
  width: 66.66666667% !important;
}
.col-sm-9 {
  width: 75% !important;
}


.teaser-box {
  break-inside: avoid;
  break-after: avoid-page;
}
.teaser-box.business-card {
  break-inside: avoid;
  display: flex;
  padding: 0.5cm;
}
.teaser-box.business-card .teaser-image {
  flex-basis: 25%;
  margin: 0;
  min-width: 25%;
  min-height: 250px;
}
.teaser-box.business-card .teaser-image img {
  min-width: 35mm;
  max-width: 35mm;
  min-height: 45mm;
  max-height: 45mm;
  height: 45mm;
  width: 35mm;
  object-fit: contain;
  display: block;
}
.teaser-box.business-card .teaser-text {
  float: left;
}
.odav-print-block .col {
  break-after: avoid-page;
}
/*Ueberschriftenanzeigen wenn Section*/
div.odav-content-attachment h2.hidden-xs {
  display: block !important;
}
/* Displaying link color and link behaviour */
a:link,
a:visited,
a {
  text-decoration: underline;
  text-align: left;
}
/*Anzeige linktexte pruefen ob sinnvoll
a[href^=http]:after, a[href^=https]:after {
  content:" " attr(href) " ";
}

a::after {
  content: "";
}
*/
a:after > img {
  content: "";
}
article a[href^="#"]:after {
  content: "";
}
a:not(:local-link):after {
  content: " " attr(href) " ";
}
/* Hiding unnecessary elements for the print  */
nav,
.navbar,
footer *,
button,
.btn[role="button"],
#top,
#carousel-header,
.hidden-sm,
#header-nav-3 {
  display: none !important;
}
.top-blog-image .hidden-sm {
  display: inline-block !important;
}
.eyeAble_mainIconClass,
#eyeAble_container_ID,
.eyeAble_mainIconClass.noHide {
  display: none !important;
}
#odav-cookie-consent,
.AdContainer,
iframe[type="opt-in"][src=""] + .cookie-consent-blocked {
  display: none !important;
}
/* Hiding unnecessary design elements for the print */
.listgroup-wrapper.odav-inline-menu-bg-color {
  background-color: #ffffff !important;
}
/* Col Definition bootstrap */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-sm-12 {
  width: 100%;
}
.col-sm-11 {
  width: 91.66666667%;
}
.col-sm-10 {
  width: 83.33333333%;
}
.col-sm-9 {
  width: 75%  !important;
}
.col-sm-8 {
  width: 66.66666667%;
}
.col-sm-7 {
  width: 58.33333333%;
}
.col-sm-6,
.col-md-6 > img {
  width: 50% !important;
}
.col-sm-5 {
  width: 41.66666667%;
}
.col-sm-4,
.col-md-4 > img {
  width: 33.33333333% !important;
}
.col-sm-3,
.col-md3 > img {
  width: 25%  !important;
}
.col-sm-2 {
  width: 16.66666667%;
}
.col-sm-1 {
  width: 8.33333333%;
}
.col-sm-pull-12 {
  right: 100%;
}
.col-sm-pull-11 {
  right: 91.66666667%;
}
.col-sm-pull-10 {
  right: 83.33333333%;
}
.col-sm-pull-9 {
  right: 75%;
}
.col-sm-pull-8 {
  right: 66.66666667%;
}
.col-sm-pull-7 {
  right: 58.33333333%;
}
.col-sm-pull-6 {
  right: 50%;
}
.col-sm-pull-5 {
  right: 41.66666667%;
}
.col-sm-pull-4 {
  right: 33.33333333%;
}
.col-sm-pull-3 {
  right: 25%;
}
.col-sm-pull-2 {
  right: 16.66666667%;
}
.col-sm-pull-1 {
  right: 8.33333333%;
}
.col-sm-pull-0 {
  right: auto;
}
.col-sm-push-12 {
  left: 100%;
}
.col-sm-push-11 {
  left: 91.66666667%;
}
.col-sm-push-10 {
  left: 83.33333333%;
}
.col-sm-push-9 {
  left: 75%;
}
.col-sm-push-8 {
  left: 66.66666667%;
}
.col-sm-push-7 {
  left: 58.33333333%;
}
.col-sm-push-6 {
  left: 50%;
}
.col-sm-push-5 {
  left: 41.66666667%;
}
.col-sm-push-4 {
  left: 33.33333333%;
}
.col-sm-push-3 {
  left: 25%;
}
.col-sm-push-2 {
  left: 16.66666667%;
}
.col-sm-push-1 {
  left: 8.33333333%;
}
.col-sm-push-0 {
  left: auto;
}
.col-sm-offset-12 {
  margin-left: 100%;
}
.col-sm-offset-11 {
  margin-left: 91.66666667%;
}
.col-sm-offset-10 {
  margin-left: 83.33333333%;
}
.col-sm-offset-9 {
  margin-left: 75%;
}
.col-sm-offset-8 {
  margin-left: 66.66666667%;
}
.col-sm-offset-7 {
  margin-left: 58.33333333%;
}
.col-sm-offset-6 {
  margin-left: 50%;
}
.col-sm-offset-5 {
  margin-left: 41.66666667%;
}
.col-sm-offset-4 {
  margin-left: 33.33333333%;
}
.col-sm-offset-3 {
  margin-left: 25%;
}
.col-sm-offset-2 {
  margin-left: 16.66666667%;
}
.col-sm-offset-1 {
  margin-left: 8.33333333%;
}
.col-sm-offset-0 {
  margin-left: 0;
}
.col-md-pull-3 {
  right: 0 !important;
}
/**
* Making intergated videos disappear, and removing the iframes' whitespace to zero.
*/
div[data-type="placeholder"],
div[data-type="placeholder"] *,
iframe {
  display: none;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
  white-space: nowrap;
}
.embed-youtube,
.embed-responsive {
  display: none;
  position: absolute;
  height: 0;
  overflow: hidden;
}
.listgroup-intro figure figcaption {
  padding: 5px;
}
.container {
  width: 100%;
}
/* Tabs mit Inhalt welche nur bei aktiv angezeigt werden */
.tab-content > .tab-pane {
  display: block;
}
/**Formulare**/
.content form .form-group .form-control,
form .form-group .form-control {
  border-color: #000000 !important;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
::placeholder {
  color: transparent;
  opacity: 0;
}
/* hide  */
#statuspanel {
  display: none !important;
}

#statuspanel[type="overLink"] {
  display: block !important;
}
