@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;
  overflow-x: hidden;
}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13.2px;
  color: #444;  
  min-height: 101%;
  background-color: #99b9c8;
}
  
a {
  color: #00006c;
  font-weight: bold;
}

p {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#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: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
  
.equal {
  flex: 0 0 1;
}

#header {
 padding: 0;
 background-color: #fff;
}

#headerimage  {
  height: 317px;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #CFF0FF;
  margin-left: -15px;
  margin-right: -15px;
  background-size: auto 100%;
}
  
#headerimage2  {
  height: 108px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #CFF0FF;
  border-left: solid 1px #999999;
  z-index: 9999;
  box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.75);
  position: relative;
}

#inhalt {
  background-color: white;
}

#hauptinhalt {
  background-color: white; 
  -webkit-order:2;
  order:2;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
  padding-top: 12px;
}

#spalte-rechts {
  -webkit-order:3;
  order:3;
}

#spalte-links {
  background-color: #99b9c8;
  -webkit-order: -1;
  order: -1;
}

#footer {
  text-align: center; 
  color:white; 
  height:50px;
}


/* ##################################
** ### DCE boxUD mit runden Ecken ###
** ##################################
*/ 
.boxUD {
 background-attachment: scroll;
 background-clip: border-box;
 background-color: transparent;
 background-image: none;
 background-origin: padding-box;
 background-position: 0 0;
 background-repeat: repeat;
 background-size: auto auto;
 display: block;
 font-weight: normal;
 margin-bottom: 1em;
}

.boxUDContent {
 display:block; 
 background:#eee; 
 border:1px solid #aaa; 
 border-radius: 10px;
 padding:0.5em;
}

.boxUD h1 {
 margin-top: 12px;
}



/* ############## 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: #ff0000;
}

#rootline a {
 color: white; 
}

#service {
 margin-left: -15px;
 margin-right: -15px;
 background-color: #2d5187;
 padding-right: 4px;
 font-size: 11px;
 font-weight: bold;
 text-align: right;
}

#service a {
 color: white; 
}

#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: 20px;
}

.navbar-header {
  padding-left:10px;
  padding-right:10px;
}

.navbar-default .navbar-brand {
  height: 26px;
  display: none;
  color: white;
}

.navbar-default {
  background-color: transparent;
  margin-left: -15px;
  margin-right: -15px;
  border: 0;
  font-size: 14px;
}
 
.navbar-default .navbar-nav > li > a {
  color: white;
  border-radius: 4px;
}
 
.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;
 margin-right: 20px;
}

.navbar-nav a.active {
 background-color: #557364;
 background: -moz-linear-gradient(top, #557364 0%, #70897c 50%, #99aba2 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#557364), color-stop(50%,#70897c), color-stop(100%,#99aba2));
 background: -webkit-linear-gradient(top, #557364 0%,#70897c 50%,#99aba2 100%);
 background: -o-linear-gradient(top, #557364 0%,#70897c 50%,#99aba2 100%);
 background: -ms-linear-gradient(top, #557364 0%,#70897c 50%,#99aba2 100%);
 background: linear-gradient(to bottom, #557364 0%,#70897c 50%,#99aba2 100%);
}

.navbar-nav > li > a {
 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;
   margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
 }

.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;  
}  

.udgalerie .thumb {
 padding: 5px;
}

.udgalerie .thumb img {
  margin-right: auto;
  margin-left: auto;
}


}

@media (max-width: 1460px) {
 .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;
}

}


@media (max-width: 1460px) {
  .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;
   }
 }
   

@media (min-width: 768px) {
  #navbar {
    text-align: center;
  }
}

/*--------------------------------------------------------------------------------------*/
.nav > li > a {
  padding: 9px 15px;
}

@media (min-width: 1200px){
  .container {
    /*width: 1000px;*/
    width: 100%;
  }
}

#uid-16 h2 {
  font-size: 22px;
  font-weight: bold;
  color: #00006c;
}

h2 {
  font-size: 14px;
  font-weight: bold;
}

h1, .frame-type-header h2, header h2, form h2 {
  font-size: 16px;
  color: #00006c;
  font-weight: bold;
}

#footer a {
  color: #00006c;
  font-size: 11px;
  font-weight: normal;
}

li.active > .dropdown-menu {
  width: 95%;
  float: right;
}

@media(max-width: 1200px) {
  li.active > .dropdown-menu {
    display: block;
  }
}

@media(max-width: 1460px) {
  li.active > .dropdown-menu {
    width: 100%;
    float: none;
  } 
}

.dropdown-menu {
  float: none;
  margin: 0;
  border-radius: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
  box-shadow: none;
}

.nav-pills > li > a, .dropdown-menu > li > a {
  border-radius: 0;
  border-bottom: solid 1px #fff9;  
  font-size: 11px;
  font-weight: bold;
  background-color: #274581;
  color: white;
}

.dropdown-menu > li > a {
  font-size: 8px;
  background-color: #2d5187;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
}

.dropdown-menu > .active > .dropdown-menu > li > a {
  background-color: #4581B9;
}

.nav-pills > li > a:hover, .nav-pills > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > .dropdown-menu > li > a:hover, .dropdown-menu > .active > .dropdown-menu > li > a:focus {
  background-color: #182763;
  color: white;
  text-decoration: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #181854;
}

.dropdown-submenu > a:after {
  content: none;
}

/*@media (max-width: 991px) {
  #headerimage {
    background-image: url("/fileadmin/user_upload/images/identity-compass-logo.gif"), url("/fileadmin/user_upload/images/identity-compass-header.jpg") !important;
    background-position-x: left, 200px;
    background-size: auto, 750px 100%;
  }   
}*/

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > .dropdown-menu > li.active > a, .dropdown-menu > .active > .dropdown-menu > li.active > a:hover, .dropdown-menu > .active > .dropdown-menu > li.active > a:focus {
  background-color: #182763;
}

.nav-stacked > li + li {
  margin-top: 0;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

@media(max-width: 1460px) {
  .navbar-default {
  	background-color: #2d5187;
  }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #99b9c8;
}

.tt_address_list .img-thumbnail {
  width: auto;
  max-height: 180px;
}

button, .btn-primary, .btn {
  color: #00006c;
  border: 2px solid #00006c;
  padding: 2px 2px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 0;
}

button:hover, .btn-primary:hover {
  color: #FFFFFF;
  background-color: #212659;
  border-radius: 0;
}

.headerimage-title {
  position: absolute;
  right: 6px;
  bottom: 9px;
  color: #00006c;
  font-size: 16px;
  font-weight: bold;
}

@media(max-width: 1460px){
  .headerimage-title {
    display: none;
  }
}

textarea, input, .form-control {
  background: #EDF9FF;
  border: solid 1px #CCCCCC;
  border-radius: 0;
  box-shadow: none;
}

label {
  font-size: 12px;
  font-weight: normal;
}

h3 {
  font-size: 12px;
  font-weight: bold;
}

.grecaptcha-badge {
  display: none;
}

.frame-layout-1 header h2 {
  font-size: 24px;
}

label[for="contactUs-193-multicheckbox-1"] {
  display: none;
}

.form-check-label span {
  font-size: 16px;
}

.previous button {
  margin-bottom: 10px;
}

.frame-layout-3 .ce-bodytext {
  margin-top: -5px;
  font-size: 16px;
}

.frame-layout-2 table {
  font-size: 16px;
}

td span[itemprop="streetAddress"] {
  font-size: 13px;
}

.frame-layout-3 .ce-gallery img {
  border: 1px solid #00006c;
}

.noflag {
    height: 30px;
}

@media(max-width: 1460px) {
  .nav > li > a {
    padding: 12px 15px;
  }
  
  .dropdown-menu > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
  }
}

.languagedropdown {
  z-index: 999999;
  position: absolute;
  margin-top: 5px;
  margin-left: 10px;
  background-color: #2d5187;
  padding: 0px;
  min-width: 210px;
}

h1, h2 {
  margin-top: 0;
}

.cc-revoke.dp--revoke.cc-right {
  display: none;
}

@media(min-width: 767px) {
  .container {
      width: 100%;
  }
  
  .nav-pills > li > a {
    font-size: 15px;
  }
  
  .dropdown-menu > li > a {
    font-size: 11px;
  }
  
  .nav-pills > li > a {
    border-left: none;
  }
}

.navbutton {
  position: relative;
  float: right;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbutton:hover {
  background-color: transparent;
}

.navbutton .icon-bar {
  display: block;
  width: 26.4px;
  height: 3px;
  border-radius: 1px;
  background-color: white;
}

.navbutton .icon-bar + .icon-bar {
    margin-top: 4px;
}

.desktop_nav {
  position: absolute;
  z-index: 99999;
  left: 0;
  display: none;
  background-color: #2d5187;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  font-size: 15px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 13px;
}

.ce-gallery {
  width: 100%;
}

.ce-gallery[data-ce-columns="5"] .ce-column {
  width: 19.5%;
}

.ce-gallery figure {
  margin-left: auto;
  margin-right: auto;
}

.ce-gallery img {
  max-width: 100%;
  height: auto;
}

.ce-row {
  margin-bottom: 50px;
}

address {
  margin-bottom: 0;
}

@media(max-width: 1200px){
  #headerimage  {
    height: 200px;
  }
}

@media(max-width: 840px){
  #headerimage  {
    height: 170px;
  }
}

@media(max-width: 700px){
  #headerimage  {
    height: 140px;
  }
}

@media(min-width: 1921px){
  #headerimage  {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    width: 101.5%;
    padding-top: 16.88%;
  }
}

.navbar-nav > li {
  float: left;
  background: #2d5187;
  transform: skewX(-25deg);
  border-left: 1px solid #fff9;
}

.navbar-nav > li > a {
  transform: skewX(25deg);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}

.navbar-nav > li > a > .glyphicon {
  top: 2px;
}

@media(max-width: 1200px) {
  .navbar-collapse.collapse {
      display: none !important;
  }
}

@media(min-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }
  
  .navbar-header {
    float: none !important;
  }
}

@media(min-width: 1200px) {
  .navbar-collapse.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0;
      overflow: visible !important;
  }
  
  .navbar-toggle {
    display: none !important;
  }
}

@media(max-width: 1200px) {
  .dropdown-menu {
    position: relative;
  }
  
  .menupoints {
    display: none;
  }
  
  li > ul.dropdown-menu {
    display: block;
  }
}

.navbar-collapse.collapse.in {
  display: block !important;
}

.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: unset;
}

.navbar-nav > li > .dropdown-menu {
  transform: skewX(25deg);
}

.nav > li > div > ul.dropdown-menu, .navbar-nav > li > div > ul.dropdown-menu {
  display: block;
}

@media(min-width: 1200px) {
  .nav > li:hover > .dropdown-menu {
      display: block;
  }
  
  .dropdown-menu > li > .dropdown-menu > li {
    border-left: solid 1px white;
  }

  .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
    left: 100%;
  }
}

#footerservice {
  background-color: #2d5187;
  text-align: center;
}

#footerservice a {
  color: white;
}

img {
  max-width: 100%;
}

@media(max-width: 1200px) {
  #service {
    display: none;
  }
}

#language {
  background-color: #2d5187;
  padding: 3px 0;
}

form[name="languages"] > select > option {
  background-color: #2d5187;
  color: white;
}

form[name="languages"] > select {
  border: none;
  padding: 0;
}

.frame-layout-2 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #00006c;
}

@media (max-width: 1200px){
  #language .dropdown, #language .dropdown select {
    width: 100%;
  }
}

.vcard .description p {
  margin-bottom: 0;
}

.vcard .description {
  margin-bottom: 20px;
}

.tt_address_list .vcard a:first-child:hover {
  text-decoration: none;
}