@font-face {
  font-family: 'Titillium Web', sans-serif;
  _src: url('/fileadmin/template/TitilliumWeb-Regular.ttf') format('truetype');
}


.csc-default.container {
  _border: 1px solid #ccc;
  }
.glyphicon-print {
  float: right;
  cursor: pointer;
  }
.glyphicon-print:hover {
  font-size: 18px;
  }
#mask {
  position:fixed;
  z-index:999;
  background-color:#000;
  _display:none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0s;
}
#mask.active {
  opacity: 0.75;
  }

body {
  font-family: 'Titillium Web', sans-serif !important;
  _overflow-x: hidden;
  padding-top: 50px;
}

body > section {
  _border: 5px solid blue;
  height: 75%;
  }

.row { /*bootstrap setzt margin left und right auf -15*/
  margin-left: 0px;
  margin-right: 0px;
  _border: 1px solid green;
  margin-bottom: 20px;
  }


.has-submenu {
  _border: 1px solid green;
  }

.__backgroundtext { /*renate*/
  padding-left: 65%;
  font-size: 18px;
  }

#debug {
  position: fixed;
  top: 40%;
  left: 40%;
  border: 5px solid yellow;
  z-index: 9999999;
  background: grey;
  padding: 4px;
  box-shadow: 3px 3px 6px black;
  display: none;
  }

p, h1 {
  _padding-left: 15px;
  _padding-right: 10px;
  font-size: 16px;
  }
h1 {
  font-size: 18px;
  color: #182665;
  font-weight: bold;
  _background-color: white;
  _padding: 10px;
  text-transform: uppercase;
      -webkit-column-span: all; /* Chrome, Safari, Opera */
      -_moz-column-span: 2; /* Firefox */
    _column-span: all;
  }
h3 {
  font-size: 16px;
  color: #182665;
  _font-weight: bold;
  }
h4 {
  _font-size: 18px;
  color: #182665;
  font-weight: bold;
  }

body > div.csc-default > .pInhalte, .beschreibung .pInhalte, .pInhalte .csc-textpic-text, .container .pInhalte {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  text-align: justify;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
  hyphens: auto;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
   -webkit-column-width: 450px;
     -moz-column-width: 450px;
          column-width: 450px;
  
  _border: 2px solid red;
  }

.container {
  max-width: 950px !important;
  _border: 1px solid blue;

  }

div.csc-default {

  padding: 2px;
  _border: 5px solid red;
  ____width: 950px;
  _display: block;
  margin: 0px auto;

  }
#scroll_down .csc-default,#scroll_up .csc-default, #FooterLayer .csc-default {
  border: 0px solid blue;
  width: auto;
  padding: 0px;
  }
.pInhalte > .csc-textpic {
  _border: 2px solid blue;
  margin-top: 20px;
  margin-bottom: 20px;
  __width: 950px;

  }
.pInhalte > .csc-textpic img { /*Kacheln Inhaltsverzeichnis*/
  _border: 5px solid blue !important;
  max-width: 300px;
  margin-bottom: 10px;
  }
.pInhalte li, .container li a {
  font-size: 16px !important;
  text-align: left;
  }
.collapse > .pInhalte > .csc-textpic img {
  _border: 5px solid green;
  max-width: 99%;
  }
.collapse .details {
  margin-bottom: 50px;
  }
.csc-textpic-image {
  _border: 2px solid green;
  _width: 310px;
  _margin: 0px;
  }
.pInhalte .csc-textpic-image, .pInhalte .csc-textpic-imagewrap {
  _width: 100%;
  }
.pInhalte img {
  max-width: 99%;
  height: auto;
  min-height: 169px;
  min-width: 300px;
  }
.csc-textpic-imagerow {
  margin-bottom: -10px;
  }
.karussell .csc-textpic-image {
  width: 100%;
  }


.csc-textpic-caption {
  _caption-side: top;
  position: absolute;
  _top: 45px;
  top: 20%;
  height: 60%;
  _left: 20px;
  text-align: center;
  text-shadow: 1px 1px 2px white;
  _width: 290px;
  width: 80%;
  _margin-left: 30px;
  _margin-right: 30px;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #182665;
  _background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background: rgba(255,255,255,0.5);
  _box-shadow: inset  0px 0px 3px #182665;
  _border: 1px solid green;
  pointer-events: none;
  z-index: 888;
    _line-height: 10px;
  padding: 12% 0;
  -webkit-hyphens: none; -moz-hyphens: none; hyphens:  none;

}
.csc-textpic-caption:hover {
  background: rgba(220,220,220,0.7);

  }

.csc-textpic-caption > hr {
   border: 0; 
   height: 1px; 
   background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  }
.csc-textpic-image > table {
  _border: 1px solid red;
  position: relative;
  box-sizing: border-box;
  }
.csc-textpic-image img {
  transition: all 0.5s ease 0s;
}

.csc-textpic-image img:hover {
  _border: 1px solid red !important;
  transform: scale(1.2);
  }
.karte .csc-textpic-image img:hover {
  _border: 1px solid red !important;
  transform: scale(1.0);
  }
.karte .csc-textpic-image img {
  width: 100%;
  height: 100%;
  }
.csc-textpic-image td, div.csc-textpic-image{
  overflow: hidden;
  }

.align-center {
  text-align: center;
  }

.align-right {
  text-align: right;
  }

section {
  border: 0px;
  __border-bottom: 11px solid grey;
  }

/* bootstrap menu color change */
.container-fluid {
  padding-left: 5px;
  }
.navbar-header {
  _border: 1px solid green;
  position: absolute;
  left: 5px;
  top: 0px;
  width: 100%;
  }
.navbar-fixed-top {
  height: 100px;
  }
.collapse {
  padding-left: 30px !important;
  }
.collaps {
  margin-bottom: 50px;
  }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-header {
  _border: 1px solid red;
  _padding-top: 20px;
  _height: 100px;
  }

.navbar-inverse {
  background-color: #182665 ;
  /* background-image: linear-gradient(to bottom, #3c3c3c 0px, #222 100%);*/
  background-image: linear-gradient(to bottom, #182665 0px, #182665 100%);
  background-repeat: repeat-x;
  }

.navbar-brand {
  color: white !important;
  padding-top: 35px;
  height: 100px;
  }
.navbar-inverse option {
  color: grey;
  _background: red;
  }
.lisowi {
  width: auto !important;
  }
.ulsowi {
  _border: 1px solid yellow;
  padding-top: 27px;
  padding-left: 5px;
  padding-right: 15px;
  _color: white;
  display: inline-block;
  }
.ulsowi li a {
  color: grey;
  text-decoration: none;
}
.ulsowi li.special a {
  color: white; 
  }



.navbar-inverse select {
  background-color: #182665 ;
  color: white;
  border: 0px;
  font-size: 16px;
  padding: 0px;
  appearance: none;
  cursor: pointer;
    text-transform: uppercase !important;
  padding-top: 20px;
  padding-bottom: 23px;
  _width: 110px !important;
  overflow: hidden;
  display: inline;
  appearance: none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }

#selecthide {
  color: white;

  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  background: #182665;
  height: 100%;
  width: 20px;
  }
.navbar-inverse option[selected] { 
    background-color: white !important; 
    color:#000;
}
.n_avbar-inverse select option {
  background-color: #182665;
  }

.navbar-inverse li {
  _color: red !important;
  text-transform: uppercase !important;
  font-size: 16px;
  }
.nav > li {
  width: 12%;
  }
.nav > li > a {
    _padding: 5px 10px;
    padding: 5px;
      _padding-left: 4% !important;
  _width: 15%;
  }
.navbar-nav > li > a {
  _padding: 5px 1px;
  ___color: white !important;
  _width: 20%;
  height: 100px;
  padding-top: 28px; 
}

.navbar-form {
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  _margin: 0px;
  }

.navbar-form .form-control {
  font-size: 18px;
  padding-left: 7px !important;
  -moz-appearance: none !important;
   -webkit-appearance: none !important;
   appearance: none !important;
}


.nav .open > a:hover
{
    background: rgba(200,200,200,0.5) !important;

}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, #suchen.suaktiv {
    _background-image: linear-gradient(to bottom, #182665 0px, rgba(99, 99, 101, 0.9) 100%);
  background: rgba(200,200,200,0.2);
    _background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25) inset;
  _border: 1px solid red;
  height: 100px;
  _width: 160px;
  _padding: 5px;
  padding-top: 28px;
  __height: 60px;

}
li.sprache, li.aktsprache {
  background: #182665;
  width: 30px;
  }
.navbar-fixed-bottom {
  max-height: 39px !important;
    min-height: 39px !important;
  overflow: hidden;
  }

.dropdown-menu {
  _background: linear-gradient(to bottom, rgba(24, 38, 101, 0.9),  rgba(24, 38, 101, 0));
  _background: linear-gradient(to bottom, rgba(244, 244, 255, 0.9),  rgba(24, 38, 101, 0.6));
  background: rgba(200,200,220, 0.9);
  _text-shadow: 1px 1px 3px white;
  _text-transform: none !important;
  border: 0px;
  }

.dropdown-menu > li > a {
  text-transform: none;
  _padding: 15px 5px;
  padding-left: 7px;
  }
.dropdown-menu hr {
   border: 0;
   height: 2px;
   line-height: 2px;
   margin-bottom: 5px;
   margin-top: 5px;
   background-image: linear-gradient(to right, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0.75), rgba(0, 0, 0, 0));
  }

/* search-box  - nicht mehr verwendet*/
.form-control {
  padding: 1px !important;
  _height: 20px;
  _margin-top: 5px;
  border-radius: 0px;
  font-size: 14px;
  _width: 50px !important;

  }
#suchen {
  padding-top: 18px;
  padding-left: 5px;
  color: grey;
  font-size: 12px;
  _background-color: yellow;
  width: 20px;
  height: 50px;
  cursor: pointer;
display: none;
  }

#SUCHE {
  border: 1px solid grey;
  position: fixed;
  top: -50%;
  left: 40px;
  background: rgba(250, 250, 250, 0.9);
  box-shadow: 1px 1px 5px black;
  transition: all 0.5s ease 0s;
  z-index: 999;
  
  }


#buch {
  position: fixed;
  bottom: 0px;
  left: 20px;
  background-color: #182665;
  _border: 1px solid grey;
  color: grey;
  font-size: 12px;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  box-shadow: 1px -1px 5px black;
  z-index: 999998;
  display: none;
}
#buch:hover, #buch.buaktiv{
  color: white;
      background-image: linear-gradient(to top, #182665 0px, rgba(99, 99, 101, 0.9) 100%);
    background-repeat: repeat-x;

  } 

#BUCHEN {
  _border: 1px solid white;
  position: absolute;
  top: -800px;
  left: 20%;
  _padding: 15px;
  transition: all 0.5s ease 0s;
  z-index: 999;
  opacity: 0.8;
  transition: all 0.5s ease 0s;
  _background: rgba(250, 250, 250, 0.9);
  background: #182665;
  color: white;
  box-shadow: 1px 1px 5px black;
display: none;
}
#BUCHEN.buaktiv {
  top: 100px;
  _opacity: 1;
  }
#BUCHEN .csc-default {
  padding: 5px;
    width: auto;  
  }
#BUCHEN legend {
  margin-bottom: 5px;
  text-align: center;
  color: white;
  font-size: 16px;
  }
#BUCHEN label {
  _color: #182665;
  color: white;
  __font-size: 12px;
  __line-height: 10px;
  font-weight: normal;
  }
#BUCHEN .form-horizontal {
  width: 350px;
  }
#doit {
  background: rgba(24, 38, 101, 0.9);
  }
#_bed, #_magazin {
  background: #182665;
  color: white;
  border: 0px;
  font-size: 15px;
  _padding-left: 20px;
  padding: auto;
  text-transform: uppercase !important;
  }
#__BUCHEN .glyphicon {
  _color: grey;
  cursor: pointer;
  }
#__BUCHEN .glyphicon:hover {
  color: green;
  text-shadow: 1px 1px 4px black;
  }
fieldset legend{
  font-size: 16px;
  font-weight: bold !important;
  border-bottom-width: 0px;
  width: 100px !important;
  }
fieldset ol {
  margin-left: 145px !important;
  }
fieldset ol, fieldset ol li {
  padding-left: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  _width: 300px;
  }
.form-horizontal {
  width: 350px;
  }
.__form-group {
  margin: 0px;
  }
.__form-group select {
  font-size: 12px;
  _height: 20px;
  box-sizing: border-box;
  }
#buclose,#suclose {
  _border: 1px solid red;
  padding: 5px;
  color: grey;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  }
#___bumask {
  background-color: #182665;
  color: grey;
  padding: 10px;
  width: 300px;
  }

.navbar-inverse  .btn {
  font-size: 14px;
  _font-weight: normal;
  margin-top: 3px;
  color: white;
  background: transparent;
  text-shadow: none;
  border-radius: 0px;
  border: 1px transparent;
  box-shadow: none;
  padding-left: 5px;
  padding-right: 0px;
  color: #9d9d9d;
  }

/* divider-vertical in nav */
.navbar .divider-vertical {
height: 50px;
margin: 0 9px;
border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;

}

.navbar-inverse .divider-vertical {
border-right-color: #222222;
border-left-color: #555555;
  _border-left: 1px solid white;
}







/* Tab-Container */
.tabcontainer {
  _border: 2px solid red;
  position: relative;
  top: -40px;  
  _border-bottom: 1px solid grey;
  _text-align: center;
  }
.tabcontainer li {
  _border: 1px solid green;
  _float: none;
  _display: inline-block;
  margin-left: 15%;
  background-color: #182665;
  border-radius: 0px;
  _border-top-right-radius: 5px;
  _border-top-left-radius: 5px;
  _color: white !important;;
  }
.tabcontainer li > a {
  border-radius: 0px;
  color: white !important;
  }
.tabcontainer li > a:hover {
  border-radius: 0px;
  color: #182665 !important;
  }

.tabcontainer li.active > a {
  background: white !important;
  border-radius: 0px;
  _border-top-right-radius: 5px;
  _border-top-left-radius: 5px;
  color: #182665 !important;
  }

/* Karussell */
.carousel-control {
  color: #182665;
  }
.carousel-control.left, .carousel-control.right{
  _background-image: none;
  opacity: 0.2;
  bottom: 10px;
  }
.carousel-indicators {
  _background-color: red;

  _background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  bottom: -13px;
  opacity: 0.4;
  }
.carousel-indicators li {
  border: 1px solid #182665;
  box-shadow: 1px 1px 2px black;
}
label em, legend em {
  color: #182665;
  }

.einspaltig .csc-default .pInhalte {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;

  }
.einspaltig .csc-default .pInhalte input{
  margin-bottom: 10px;
  width: 300px;
  }

/* SPRUCH {@media only screen and (max-width: 991px)} */
#spruch, .backgroundtext  {
  position: absolute;
  top: 15%;
  right: 50px;
  width: 50%;
  text-align: right;
  z-index: 999; /* bootstrap menue hat 1001 */
  font-size: 54px !important;
  text-shadow: 1px 1px 1px white;
  _background-color: white;
  padding: 20px;
  _transition: all 2s;
  opacity: 0.9;
  pointer-events: none;
    __border-top: 50px solid red;
  _height: 100px;
  }
.backgroundtext{
  _position: relative;
  _border-top: 75%;
  _border-left: 50%;
  z-index: 0;
  font-size: 36px !important;
  }
.spruch {
  _font-size: 54px !important;
  _background-color: rgba(255, 255, 255, 0.5); /*renate*/
  pointer-events: none;
  }

.tx-indexedsearch-res {
  font-size: 18px;
  }

#icons {
  _position: fixed;
  _top: 55px;
  _left: 5px;
  _z-index: 999;
  _opacity: 0.8;
  _border: 1px solid red;
  _transition: all 0.5s ease 0s;

  }
#icons span {
  position: relative;
  left: -5px;
  }
#icons a {
  color: white;
  text-decoration: none;
  } 
#icons button {
  _border: 1px solid yellow;
    background: #182665;
  color: white;
  border: 0px;
  font-size: 14px;
  padding-left: 3px;
    padding-right: 3px;
  _padding: 0px;
  position: relative;
  top: -2px;
  text-transform: uppercase !important;
  _width: 15%;
  }
#icons button:hover {
  box-shadow:         inset 0 0 2px #fff;
  }
#icons img:hover {
  background-color: black;
  box-shadow: 1px 1px 2px gray;

  }
#icons img {
  background-color: #182665;
  _width: 36px;
  _box-shadow: 1px 1px 2px black;
  _border-radius: 1px;
  margin-bottom: 5px;
  _float: left;
  _display: block;
  cursor: pointer;
  width: 40px;
  position: relative;
  _left: -15px;
  }
#logo {
  position: fixed;
  top: 10px;
  right: 1%;
  z-index: 99999;
    pointer-events: none;
  }
#logo img {
  width: 150px;
  }
#siegel{
  position: fixed;
  bottom: 5%;
  right: 2%;
  pointer-events: none;
  }

#pfad {
  position: absolute;
  top: 105px;
  right: 5px;
  display: block;
  text-align: right;
  padding-right: 15px;
  z-index: 999;
  font-size: 14px;
  _text-shadow: 1px 1px 1px white; /*renate*/
  font-weight: bold;
    color: #182665;

  }

#pfad a {
  color: #182665;
  }



.fb-page {
  _border-left: 20% !important;
  padding-left: 25px !important;
  }



#scroll_up, #scroll_down {
  width: 25px;
  display: block;
  position: fixed;
  right: 25px;
  bottom: 60px;
  cursor: pointer;
  z-index: 9998;
  _-webkit-filter: drop-shadow(0px 0px 2px #fff); /*renate*/
  _filter: drop-shadow(0px 0px 2px #fff); /*renate*/

  }
#scroll_up {
  bottom: 100px;
  }

#scroll_up img,#scroll_down img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  transition: all 0.45s ease-in-out 0s;
  opacity: 0.7;
  
    _box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6) , 0 1px 2px rgba(0, 0, 0, 0.3);
  }
#scroll_up img:hover, #scroll_down img:hover {
  opacity: 1.0;
  _height: 52px;
  _width: 52px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6) , 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* FUSS */

#FooterLayer {
  padding: 15px;
  color: white;
  _background: #42352a; /* Old browsers */
  background: #182665; /* Old browsers */
  _opacity: 0.7;
  background: rgba(24, 38, 101, 0.7);
}
#FooterLayer section {
  border: 0px;
  border-bottom: 0px solid red;
  }


.partnerlogo {
    width: 125px;
    margin-right: 40px;
}

.fussdiv {
    float: left;
    _border: 1px solid white;
    margin: 10px;
    width: 30%;
    text-align: left;
    padding: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fussdiv h1:before {
    content: '\00bb  ';
    _color: red;
    font-size: 14px;
}
.fussdiv h1 {
    _color: red;
    margin: 10px;
    margin-left: 0px;
    font-size: 14px;
  padding-left: 0px;
  color: white;
}
.fussdiv .btn-danger {
  background: rgba(24, 38, 101, 1.0);
  border: 1px solid white;
  }

#copyright p {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  font-size: 12px !important;
}

#footerinfo{
  display: block;
  position: fixed;
  left:0px;
  bottom: -1039px;
  height: 300px;
  _border: 1px solid green;
  border-top: 1px solid white;
  transition: all 0.45s ease-in-out 0s;
  width: 100%;
  _background: rgba(24, 38, 101, 0.8);
  background: #465184;
  }
  .close_footer_info {
width: 25px;
border-radius: 20px;
border: 2px solid white;
background-color: red;
cursor: pointer;
  }
#footerinfo.infoaktiv {
  bottom: 39px;
  z-index: 999999;
  }

/*.oax-selectors {
  font-size: 50px !important;
  }*/
/* menu

.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;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{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
 */  

/* im-web */
.uk_ergebnis {
  _border: 5px solid red;
  width: 950px;
  margin: 0 auto;
  padding: 15px;
  padding-top: 0px;
  margin-bottom: 150px;
  _border-right: 1px solid rgba(24, 38, 101, 0.8);
  }
.uk_ergebnis h1, .uk_ergebnis p {
  padding-left: 0px;
  }
.uk_ergebnis h1 {
  margin-top: 5px;
  }
.uk_ergebnis > h1 {
  background-color: rgba(24, 38, 101, 0.8);
  color: white;
  padding: 8px;
  margin-right: 12px;
  }
.uk_top {
  display: block;
  _border: 1px solid green;
  height: 400px;
  overflow: hidden;
  }
.uk_bottom {
  display: block;
  _border: 1px solid blue;
  height: 310px;
  _width: 600px;
  margin-top: 5px;
  margin-bottom: 10px;
  }
.uk_ergebnis .carousel, .uk_beschreibung {
  width: 600px;
  _border: 2px solid red;
  display: block;
  float: left;
  height: 100%;
  _min-width: 500px;
  }

.uk_beschreibung {
    overflow: auto;
}

.gesamtpreis a {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 48px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 5px black;
  text-decoration: none;
  }


.uk_details, .uk_plan {
  _border: 2px solid green;
  background-color: rgba(24, 38, 101, 0.6);
  width: 300px;
  padding: 15px;
  height: 100%;
  float: left;
  display: block;
  margin-left: 8px;
  _margin-bottom: 5px;
  color: white;
  }
.uk_plan {
  color: #182665;
  }
.uk_details button {
  background-color: #182665;
  color: white;
  text-decoration: none;
  border: 0px;
  font-size: 16px;
  padding: 7px;
  border-radius: 5px;

  }
.uk_plan {
  background-color: rgba(224, 224, 254, 0.6);
  }

.dzwei .karte {
  float: left;
  width: 700px;
  margin-top: 5px;

  }
.dzwei .karte .csc-default {
    height: 196px;
  }
.ddrei {
  _border: 3px solid green;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  _width: 650px;
  margin-bottom: 100px;
  }

.ddrei .haupt {
  _display: block;
  width: 700px;
  min-height: 205px;
  position: relative;
  top: 0px; left: 0px;
  float: left;

  }
.ddrei .haupt .csc-default {
  width: 700px;
    padding: 0px !important;
  }
.ddrei .haupt img {
  width: 695px;
  height: 395px;
  }
.ddrei .karte {
  width:240px;
  height: 195px;
  _position: relative;
  _top: 0px; 
  _right: 0px;
  float: right;

  }
.ddrei .karte .csc-default {
  width:240px;
  height: 195px;
  _position: relative;
  _top: 0px; right: 0px;
  }
.ddrei .kontakt, .dzwei .kontakt {
  width:240px;
  height: 195px;
  margin-top: 5px;
  _position: absolute;
  _bottom: 20px; 
  _right: 0px;
  background-color: rgba(24, 38, 101, 0.6);
  float: right;
  }
.betrieb h3 {
  _border: 1px solid red;
  margin-top: 5px;
  color: rgba(24, 38, 101, 0.6);
  _border-bottom: 1px solid #eee;
  }
.betrieb .kontakt, .veranstaltung .kontakt {
  color: white;
  background-color: rgba(24, 38, 101, 0.6);
  padding: 8px;
  min-height: 140px;
  font-size: 14px;
  }
.betrieb .kontakt a, .veranstaltung .kontakt a {
  color: white;
  }
.veranstaltung {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  }
.veranstaltung h4 {
  color: rgba(24, 38, 101, 0.6);
  font-size: 16px;
  margin-top: 0px;
  }
.veranstaltung select{
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
  }
.veranstaltung option:checked {
  color: red !important;
  font-weight: bold;
  }
.veranstaltung .beschreibung {
  margin-bottom: 20px;
  }
.ddrei .kontakt .csc-default, .dzwei .kontakt .csc-default {
  width:230px;
  height: 195px;
  color: white;
  }
.ddrei .kontakt h1 {
  color: white;
  font-size: 14px !important;
  margin-top: 0px;
  }
.ddrei .kontakt p, .dzwei .kontakt p {
  width: 230px;
  font-size: 13px !important;
  }
.ddrei .kontakt a, .dzwei .kontakt a, .details .kontakt a, .fussdiv a {
  color: white;
  }

.details {
  _border: 1px solid red;
  width: 950px;
  margin: 0 auto;
  _padding: 15px;
  overflow: hidden;
  margin-top: 45px;
  position: relative;
  }

.details, .details p {
  _font-size: 16px;
}

.details .beschreibung h1 {
  margin-top: 1px;
  }

.d_etails .beschreibung {
  overflow-y: scroll;
    overflow-x: hidden;
  }

.details .beschreibung div.csc-default {
  padding: 0px;

  }

.details .karte {
  _border: 1px solid red;
  _width: 340px;
  float: right;
  _height: 395px;
  background-color: rgba(24, 38, 101, 0.2);

  }

.details .karte .csc-default {
  _border: 5px solid red;
  __height: 395px;
  __width: 340px;
  width:250px;
  height: 195px;

  }

.details .kontakt h1 {
  color: white;
  font-size: 16px;
  margin-top: 0px;
  }
.details .kontakt p {
  width: 240px;
  font-size: 13px !important;
  }

.details .kontakt {
  margin-top: 21px;
  height: 195px;
  width: 250px;
  _border: 1px solid green;
  background-color: rgba(24, 38, 101, 0.6);
  _color: #182665;
  color: white;
  padding: 5px;
  float: right;
    


}
.details .b_eschreibung, .details .bilder {

  width: 695px;
  _height: 395px;
  height: 405px;
  display: block;
  float: left;
  }

.d_etails p, .details h1,  .details .karussell {

  width: 685px;
  padding-left: 0px;
  padding-right: 10px;
  }
.details .karussell img{
  height: 415px;
  width: 685px;

  }
.details .bilder > div {
  _border: 3px solid red;
  padding: 0px !important;
  }


.collaps .collapse {
  _border-left: 1px solid rgba(24, 38, 101, 0.2);
  padding-left: 3px !important;
  }
.collaps button {
  width: 100%;
  text-align: left;
  _margin-top: 5px;
  _margin-bottom: 5px;
  _background: rgba(24, 38, 101, 0.8);
  background: none;
  border: 0px;
  border-top: 1px solid rgba(24, 38, 101, 0.2);
  border-radius: 0px;
  color: rgba(24, 38, 101, 1.0);
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 1px;

}
.collaps button:hover {
  background: rgba(24, 38, 101, 0.2);

}

.collaps button[aria-expanded*="true"] {
  _background: grey;
  opacity: 0.8;
  border-left: 1px solid rgba(24, 38, 101, 0.2);
  }
.collaps button[aria-expanded*="true"]::before {
   content: " - "; color: firebrick; font-size: 24px;
  }
.collaps button::before {
   content: " + "; color: rgba(24, 38, 101, 1.0); font-size: 24px;
  _content: url(/fileadmin/icons/appbar.section.expand.png);

  }


.csc-linkToTop a {
  text-decoration: none;
  padding-left:20px;
  color: #182665;
  font-size: 12px;
  }




/* WETTER */
.wetterinfo {
  position: fixed !important;
  left: 60%;
  bottom: 0px;
  _border: 1px solid red;
  height: 35px !important;
  overflow: hidden;
  border-bottom: 70px;
  _text-shadow: 0px 0px 1px white;
  z-index: 99999;
  }
.wetterinfo a, .temp_n {
  color: white !important;
  }
.wetterinfo #City {
  display: none;
  }
.wetterinfo #Content {
  _border: 1px solid green;
  height: 50px;
  position: relative;
  top: -18px;
  }
.wetterinfo .iconid1d {
 _height: 20px !important;
  }
.wetterinfo #Background_d, .wetterinfo #Background_n,.wetterinfo #Content {
  background: transparent!important;
  _height:35px  !important;
  overflow: hidden;

  }
.wetterinfo .date {
  display: none;
  }
.katauswahl, .ortauswahl, .vans {
  border-radius: 5px;
  color: rgba(24, 38, 101, 1);
  font-size: 12px;
  padding: 8px;
  width: 110px;
  overflow: hidden;
  text-align: center;
  _background-color: rgba(24, 38, 101, 0.2);
  _background-color: rgba(100, 100, 254, 0.2);
  background-color: #cfd7e3;
  border: none;
  margin: 2px;
    white-space: nowrap;
    _font-weight: bold;
}
.vans {
  width: 51px;
}
.katauswahl.aktiv, .ortauswahl.aktiv {
  background-color: rgba(24, 38, 101, 0.6);
  _color: white;

  }
.offentage {
  color: #888;
  padding-left: 11px;
  font-size: 10px;
  }
.lupe {
  position: absolute;
  top: 0px;
  right: 0px;
  _border: 1px solid red;
  font-size: 12px;
   box-shadow: 3px 3px 6px black;
  cursor: pointer;
  padding: 2px;
  color: #182665;
  }
.lupe.aktiv {
  border: 2px solid red;
  }
.karte {
  position: relative;
  _transition: all 2.5s ease 0s;
  }
.karte.aktiv {
  position: fixed;
  top: 25%;
  left: 25%;
  width: 60%;
  height: 60%;
  box-shadow: 3px 3px 9px black;

  z-index: 99999;
  }
.k_arte.aktiv:hover{
  width: 61%;
  }
.karte.aktiv > .csc-default.aktiv, .details .karte > .csc-default.aktiv { /* google in Vergroesserung */
  width: 100%;
  height: 100%;
  }
.kml {
  height: 300px;
  width: 100%;
  border: 1px solid #999;
  margin-bottom: 20px;
  /* AUSBLENDEN */
  height: 1px;
  width: 1px;
  overflow: hidden;
  }
  .karte {
    /* AUSBLENDEN 
  height: 1px;
  width: 1px;
  overflow: hidden;*/
  }
.ukrow.betrieb {
  _border: 1px solid red;
  margin-bottom: 5px;  padding-bottom: 5px;
  border-bottom: 1px solid #bbb;
  color: #182665;
  }
.row.betrieb h3 {
  margin-bottom: 5px;
  font-size: 14px;
  }
.row.betrieb h1 {
  margin-top: 0px;
  }
.row.betrieb {
  padding-bottom: 20px;
  border-bottom: 0.5px solid #eee;
  }
.gastrobetrieb, .gastrodetail, .gastrokontakt {
  _border: 1px solid green;
  }

.gastrokontakt{
  background-color: rgba(24, 38, 101, 0.6);
  color: white;
  margin-top: 19px;
  min-height: 123px;
  }
.gastrokontakt a {
  color: white;
  }
.zaehler {
  background-color: rgba(24, 38, 101, 0.6);
  color: white;
  _font-weight: bold;
  padding-top: 2px;
  _padding-bottom: 2px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  margin: auto;
  _border: 1px solid rgba(24, 38, 101, 0.8)
  }

#filmskip {
  position: absolute;
  bottom: 50px;
  left: 5px;
  z-index: 99999;
  opacity: 0.7;
  font-size: 18px;
  display: none;
  }
#filmskip button {
  border-radius: 10px;
  }







@media only screen and (min-width: 1400px) {
.navbar-inverse .navbar-nav > li > a {
  _border: 1px solid red;
  padding-left: 12% !important;
  padding-right: 32% !important;
  _width: 115%;
  }
}



@media only screen and (min-width: 1200px) {
.navbar-inverse .navbar-nav > li > a {
  _border: 1px solid red;
  padding-left: 12%;
  padding-right: 20%;
  _width: 115%;
  }
}

@media only screen and (max-width: 991px) {
.navbar-inverse li,.navbar-inverse select, .navbar-form .form-control, .navbar-brand {
    font-size: 14px;
    text-transform: uppercase !important;

}
.details .karte, .details .kontakt, .ddrei .karte, .dzwei .karte, .ddrei .kontakt{
  float: left;
  _width: 100%;
  _border: 2px solid red;
  }

.details {
  width: 750px;
  }
#icons span {
  display: none;
  }



}

/*767*/
@media only screen and (max-width: 767px) {
.details, .details .bilder, .details .karussell, .ddrei .haupt, .ddrei .karussell {
  width: 500px;
  }
.details .karte, .details .kontakt, .ddrei .karte, .ddrei .kontakt{
  float: left;
  _width: 100%;
  }
.ddrei .kontakt.leer {
  background-color: red;
  }
.nav > li {
  width: 100%;
  }
.navbar-header {
  height: 50px;
  _position: relative;
  _left: 5px;
  _top:50px;
  }
ul.nav {
  _border: 5px solid red;
  _position: absolute;
  _top: 45px;
  _left: 20px;
  _width: 90%;
  _height: 50%;
  _display: block;
  margin-top: 45px;
  _margin-left: 130px !important;
  background: #182665;
  }

.navbar-collapse .nav > .divider-vertical {
    display: none;
  }
.navbar-inverse li,.navbar-inverse select, .navbar-form .form-control {
    font-size: 18px;
      font-size: 24px;
  padding: 5px;
    text-transform: uppercase !important;
}
.nav > li > a, .navbar-inverse select {
    _padding: 5px 10px;
    padding: 15px;
      _padding-left: 4% !important;
  }
#pfad {
  top: 55px !important;
    position: absolute;

  }

#spruch {
  font-size: 24px;

  }
.spruch {
  font-size: 24px;
  }
#logo {
  right: 40% !important;
  _border: 1px solid red;
  _margin: 0px auto !important;
  top: 1px !important;
  }
#logo img {
  width: 90px !important;
  }
.navbar-brand {
  padding-top: 15px;
  }
.navbar-nav > li > a {
  height: 25px;
  padding-top: 5px;

  background: #182665 !important;
  }
.navbar-fixed-top {
  height: 50px;
  }
.nav .open > a:hover
{
    background: rgba(200,200,200,0.9) !important;
  color:  #182665 !important;

}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a, #suchen.suaktiv {
  height: 30px;
  _border: 1px solid red;
  background: rgba(200,200,200,0.9) !important;
  padding-top: 5px;
    color:  #182665 !important;
  _height: 100px;
  }
.dropdown-menu > li > a {
  _border: 2px solid green;
  background: rgba(24, 38, 101, 0.8);
  }
.dropdown-menu > li > a:hover {
  _border: 2px solid blue;
  background: rgba(24, 38, 101, 0.6) !important;
  }
div.csc-default {

  padding: 2px;
  _border: 1px solid red;
  _width: 100% !important;  
  _width: 950px !important;
  margin: none;
  }
#tx_indexedsearch {
  background: #182665;
  border: 0px;
  margin: 0px;
  padding: 0px;
  }
.ulsowi {
  background: #182665;
  padding: 0px;
  padding-left: 15px;

  }


}

