/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v30-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v30-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v30-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v30-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed/roboto-condensed-v25-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed/roboto-condensed-v25-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed/roboto-condensed-v25-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media print {
#header {display:none;}
#navbar {display:none;}
#service {display:none;}
#rootline {display:none;}
#menu-links {display:none;}
}


@media screen {

/* vertikalen Scrollbar erzwingen */
html {overflow-y: scroll;}

body {
 font-family: 'Roboto', Ubuntu, 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
 font-size:16px;
 color:#444;  
 min-height: 101%;
 background-color: #fff;
}

p {
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
  }

h1 {font-size:30px;}
h2 {font-size:25px;}

.container {
 border-top: 0;
}

#skiplink {
    color: white;
    left: -1000em;
    position: absolute;
    width:100%
}
#skiplink a {
    color: white;
}
.pfrechts {
 border-style:solid;
 height: 0;
 width: 0;
 border-width:4px; 
 border-right-width:0;
 border-color:transparent transparent transparent white;
 content: " ";
 display: inline-block;
 margin-left: 2px;
}

#hauptinhalt > h1 {
  margin-top: 0;
  padding-top: 20px;

}

.table-cell {
 display: table-cell;
 float:none;
}

/* Spalten gleich hoch machen, siehe http://www.debacher.de/wiki/Spaltenlayout_mit_Bootstrap 
   es gehÃ¶rt noch flex-direction: column in der Media-Query f. kleine Schirme dazu                   */

.equalheight {
  display: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  }
  
 .equal {
  flex: 0 0 1;
 }

.bgheader {
  background-color:#fff;
}

#header {
 padding: 0;
 background-color: transparent;
}

#header a {
  color:#333;
  font-size:30px; 
  text-decoration:none;
}

#header a:hover, #header a:focus, #header a:visited, #header a:active {
  text-decoration: none;
  }

#header #logo img {
  width:200px;
}

#headerimage {
 min-height: 67px;
 margin-left: -15px;
 margin-right: -15px;
 background-position: center bottom;
 background-repeat:no-repeat;
 padding-left:15px;
 padding-top:15px;
 padding:15px;
 margin-top:10px;
 margin-bottom:35.56px; /* margin-top + 25.56px */
}

.pagetitle {
	font-weight:bold;
}

#inhalt {
 background-color: white;
}

#hauptinhalt {
 background-color: #fff; 
 -webkit-order:2;
 order:2;
 min-height:400px;
}

#spalte-rechts {
 background-color: #ffd; 
 -webkit-order:3;
 order:3;
}

#spalte-links {
 background-color: #ffd; 
 -webkit-order:1;
 order:1;
}

#footer {
 background-color:#fff; 
 color:#333; 
 min-height:50px;
 border: 0; 
 font-size:12px;
 padding-top:10px;
 padding-bottom:10px;
 border-top: 1px solid #333;
 display:none;
}

#footer a, #footer a:hover, #footer a:focus, #footer a:active {
  color:#fff;
  }

.footer-right {text-align:right;}

/* ############## rootline und service mit bootstrap ######### */
.breadcrumb {
 background-color: transparent;
 border-radius: 0;
 list-style: outside none none;
 margin-bottom: 0;
 padding-bottom: 4px;
 padding-top: 4px;
 padding-left: 2px;
}

#rootline {
 margin-left: -15px;
 margin-right: -15px;
 padding-left: 4px;
 text-align: left;
 font-size: 13px;
 background-color: transparent;
 display:none;
}

#rootline a {
 color: #333; 
}

#service {
 margin-left: -15px;
 margin-right: -15px;
 background-color:transparent;
 padding-right: 4px;
 font-size:13px;
 text-align: right;
}

#service a {
 color: #333; 
}

#service #jump   {
  float: left;
  left: 24px;
  position: relative;
  padding-top: 4px;
  display: none;
}

#service #jump a span.caret {
 float: none;
}

.breadcrumb > li + li:before {
 color: white;
 content: "|";
}

#rootline .breadcrumb > li + li::before {
    content: "";
    padding: 0 0 0 2px;
}

/* ################ menue-links ################# */

#menu-links {
 padding-top: 15px;
 padding-bottom: 10px;
 width:100%;
}

#menu-links li {
 background-color: #99ffff;
}

.nav-stacked li a:hover {
  text-decoration:underline;
}

.ebene1 {
 font-size: 13px;
}

.nav-stacked li.ebene2 {
 margin-left: 15px;
 font-size: 11px;
}

.nav-stacked li.ebene3 {
 margin-left:30px;
 font-size: 9px;
}

/* die kleinen Pfeile */
a span.caret {
 float: right;
}

a span.caret.white {
 color: white;
}


/* ############# neues Dropdown-Menu ################## */

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height: 40px;
}

.navbar-header {
  padding-left:10px;
  padding-right:10px;
}

.navbar-default .navbar-brand {
  height: 40px;
  display: none;
  color: white;
  padding-top:5px;
}

.navbar-default {
 background-color: #3d3d3d;  /* nicht alle Browser kennen linear-gradient */
 margin-left: -15px;
 margin-right: -15px;
 border: 0;
 font-size: 14px;
}
 
.navbar-default .navbar-nav > li > a {
 color: white;
 border-radius: 15px;
}
 
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
 color: #ae0001;
 background-color: #ddd;
 text-decoration: underline;
}
 
.navbar-default .navbar-toggle {
 border-color: white;
}

.navbar-nav {
 display: inline-block;
 float: right;
 height: 40px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-nav a.active,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
 background: #fff;
 box-shadow: none;
}

.navbar-nav > li > a {
 margin-top:5px;
 padding-bottom: 5px; 
 padding-top: 5px;    
}
 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}

.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   border-radius:0;
 }

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

li.dropdown > a.dropdown-toggle:hover {
  text-decoration: none;
}

/* Anpassungen von U.D. fÃ¼r die Lightbox magnific-popup */  
.mfp-figure figure {  
    background-color: white;  
    padding-left: 10px;  
    padding-right: 10px;  
}  
.mfp-image-holder .mfp-close {  
 color: #000;  
 font-size: 40px;  
 cursor: pointer;  
 padding-right: 10px;  
}  
  
.mfp-title {  
    color: #000;  
    padding-left: 10px;  
}  
.mfp-counter {  
    color: #000;  
    padding-right: 20px;  
}  


}

@media (max-width: 767px) {
 .equal {
    width: 100%;
 }
 .equalheight {
    -webkit-flex-direction: column;
    flex-direction: column;
 }
 #hauptinhalt {
  -webkit-order:0;
  order:0;
}
#service {
 font-size: 16px;
}
#service #jump  {
 display: inherit;
}
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red; 
   }
   #rootline {
     display: none;
   }

#headerimage {
  padding-left:10px;
  padding-top:10px;
  
  }

 }
   

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

.bgnavbar {
  background:#3d3d3d;
  }

.bgrootline, .bgservice {
  background-color:#fff;
  }


/* Menue zweite Ebene */

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: #0073aa;
  color: #fff;
  text-decoration:none;
}

.nav-pills > li > a {
  background-color:#fff;
  color:#000;
}

.container-fluid {
  padding:0;
}

hr {border-color:#aaa;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
background-color:#3d3d3d;
}

#hauptinhalt img {
max-width:600px
}
