/* 


font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;

*/
.hc-widget {
  margin:0 auto;
}

#ca-widget-container iframe {
  top:auto !important;
  left:auto !important;
}

/* DCE Pauschale */
.pauschaleWrap,
.teaserWrap {
  padding: 25px 0;
}
.teaserWrap + .teaserWrap,
.pauschaleWrap + .pauschaleWrap,
.pauschaleWrap + .teaserWrap,
.teaserWrap + .pauschaleWrap {
  padding:20px 0 25px 0;
  margin-top:-25px;
}
.slick-prev, .slick-prev:hover {
  background: url(../images/arrow-left.png);
}
.slick-next, .slick-next:hover {
  background: url(../images/arrow-right.png);
}
.slick-prev {
    left: 30px;
}
.slick-next {
    right: 30px;
} 
.pauschalenContainer.parallax {
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pauschalenContainer .slick-prev,
.pauschalenContainer .slick-next {
  display:none!important;
}
.slick-prev:before, .slick-next:before {
  content: "";
}
.slick-prev, .slick-next {
  height: 56px;
  width: 34px;
  opacity: 1;
  z-index: 5;
}
.slick-prev, .slick-prev:hover {
  background: url(../images/arrow-left.png);
}
.slick-next, .slick-next:hover {
  background: url(../images/arrow-right.png);
}
.pauschalenContainer .slick-dots {
  bottom:10px;
  width:100%;
}
.pauschalenContainer .slick-dots li button:before {
  content:"";
}
.slick-dots li {
  margin:0 10px;
}
.slick-dots li button {
  background:#A00032;
}
.slick-dots li.slick-active button {
  background:#0C3465;
}

.pauschale {
  min-height:465px;
  height:465px;
  min-height:550px;
  height:550px;
}
.pauschaleContent {
  width:100%;
  height:100%;
  background:rgba(255,255,255,.8);
  flex-direction: column;
    justify-content: center;
    padding: 0 30px;
  display:flex;
  color:#fff;
}
.pauschaleContent .date {
  color:#0C3465;
  font-size:1.1rem;
  font-weight:normal;
}
.pauschaleContent .title {
  font-weight: 700;
  color: #0C3465;
  font-size: 40px;
  line-height: 50px;
  padding: 10px 0;
  font-family: 'Roboto Slab', serif;
}
.pauschaleContent .title + .teaser {
  padding-top:30px;
}
.pauschaleContent .buttons{
  padding-top:30px;
}
.pauschaleContent .price .buttons {
  padding-top:0;
}
.pauschaleContent .price {
  color:#A6032F;
  font-size:38px;
  font-weight:700;
  line-height:44px;
}
.pauschaleContent .teaser {
  padding:20px 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #4B4B4B;
}
.pauschaleContent .buttons a {
  display:inline-block;
  background:#0C3465;
  color:#fff;
  padding:10px 20px;
  text-transform:uppercase;
  text-decoration:none;
  margin-right:15px;
  margin-bottom:10px;
  font-weight:lighter!important;
  font-size:1.25rem;
}
.pauschaleContent .buttons a:nth-of-type(2) {
  background:#a08177;
  margin-right:0;
}





#mobilelang {display:none}
.langContainer {
  /*display:block;*/
}

.frame-type-menu_sitemap {
  text-align:center;
}
.frame-type-menu_sitemap > ul {
  display:inline-block;
  margin:0 auto;
}
/*
.row .col-sm-12 .frame-type-text p { text-align:center; }
.row .col-sm-12 .row .col-md-6 .frame-type-text p { text-align:left; }
*/
.text-center { text-align:center; }
.text-right { text-align:right; }

.positionabsolute { position:absolute !important; }

#main-nav-bg {
  display:none;
  background: black;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}
.col5Wrap {
    position: relative;
    height: 440px;
}
.background {
    background-position: center center;
    height: 440px;
}
.shadow {
    background-image: url(/fileadmin/templates/images/shadow.png);
    height: 171px;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-bottom: -60px;
}
.col5Wrap.fifty {
    max-width: 800px;
    width: 100%;
}
.col5Wrap.thirtythree {
    max-width: 530px;
    width: 100%;
}
.col5Wrap.fourty {
    max-width: 630px;
    width: 100%;
}
.col5Wrap.twenty {
    max-width: 320px;
    width: 100%;
}
.colTop,
.colBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.beige {
    background-color: #0C3465;
    width: 100%;
    height: 100%;
}
.beige .shadow {
    display: none;
}
.pink {
    background-color: #103664;
    width: 100%;
    height: 100%;
}
.pink .shadow {
    display: none;
}
.csc-gap.col-hor {
    max-width: 1630px;
    margin: 0 auto;
    margin-bottom: 60px !important;
}
.colTop a::after {
    display: none;
}
.col5InnerWrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}
.colTop {
    padding-bottom: 30px;
}
.col5Wrap .iconOutter img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width:auto;
}
.col5Wrap ul {
    list-style: none;
    list-style-image: url(/fileadmin/templates/images/list.png);
    list-style-position: inside;
    padding: 0;
}
.col5Wrap .beige .elementTextInner,
.col5Wrap .pink .elementTextInner {
    padding-bottom: 80px;
}
.col5Wrap a:hover .col5InnerWrap {
    margin: 20px;
    border: 1px solid white;
    height: calc(100% - 40px);
    bottom: 0;
}
.col5Wrap .beige .col5InnerWrap,
.col5Wrap .pink .col5InnerWrap {
    margin: 20px;
    border: 1px solid white;
    height: calc(100% - 40px);
    bottom: 0;
}
.col5Wrap a:hover .col5InnerWrap .shadow {
    width: calc(100% + 41px);
    margin-left: -20px;
    margin-right: -20px;
    bottom: 39px;
}
.col5Wrap a:hover .col5InnerWrap .elementTextInner {
    margin-top: -41px;
}
.col5Wrap a:hover .beige .col5InnerWrap .elementTextInner {
    margin-top: 0px;
}
.col5Wrap a:hover .pink .col5InnerWrap .elementTextInner {
    margin-top: 0px;
}
.col5Wrap .beige:hover {
    background-color: #333;
}
.col5Wrap .pink:hover {
    background-color: #A30031;
}
.beige .elementText,
.pink .elementText{
    text-shadow: none;
    color: #fff;
}
.pink .elmentHeading,
.beige .elmentHeading {
    text-shadow: none;
}
.pink.back .iconOutter,
.beige.back .iconOutter {
    order: 3;
}
.pink.back .elementTextInner,
.beige.back .elementTextInner {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementText ul li {
    line-height: 36px;
}
.elementTextInner {
    height: 440px;
    margin-bottom: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 60px;
}
.elmentHeading,
.recommTitle {
    font-size: 30px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    color: #f5f0ea;
    line-height: 1;
    text-shadow: 2px 0px 2px #000;
    padding-top: 20px;
    padding-bottom: 15px;
    z-index: 1;
}
.recommWrap a .recommInner:hover .hoverBorder {
    margin: 20px;
    border: 1px solid white;
    height: calc(100% - 40px);
    bottom: 0;
    padding-bottom: 25px;
}
.hoverBorder {
    padding-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.elementText,
.recommSubtitle {
    text-shadow: 2px 0px 2px #000;
    font-size: 20px;
    font-weight: lighter;
    color: #f5f0ea;
    text-align: center;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 1;
}
.recommInner {
      background-size: cover;
    height: 440px;
    width: 32.7%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.recommInner .shadow {
    margin: 0;
}
.recommWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recommWrap a {
    width: 32.7%;
}
.recommWrap a .recommInner {
    width: 100%;
}



#mobilbutton { display:none; }
#section1 {
  background:#fff;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
 #l-scroll {
  display:none;
}
/*
.sticky .icons, .sticky .logo #l-start {
  display:none;
}
.sticky .logo #l-scroll {
  display:block;
}
*/
html, body, html > body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size:19px;
  color: #4B4B4B;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  margin: 0 0 20px 0;
  text-decoration: none;
}
h1, h1 a, h2, h2 a {
  font-family: 'Roboto Slab', serif;
  font-size:50px;
  font-weight:300;
  color: #A6032F;
  line-height:1.1em;
  text-align: center;
  text-transform:uppercase;
}
h3, h3 a {
  font-family: 'Roboto Slab', serif;
  color: #0C3465;
  font-size: 28px;
  font-weight: 300;
  line-height: 31px;
}
h4, h4 a {
  font-family: 'Roboto Slab', serif;
  color: #0C3465;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}


p {
  line-height: 1.7em;
  margin: 0 15px 20px 15px;
}
li {
  line-height: 1.7em;
}
ul, ol {
  text-align:left;
}
.placeholder {
  color: #666;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}

strong, b { font-weight: bold !important; }

em, i {
  font-style: italic; }

a { color:#A6032F;text-decoration: none; }
a:hover, a:focus { color:#E4B3C0;text-decoration:none; }
a:active { outline: none; }
a:focus { outline: none; }
a img { border: none; }
.clearfix { clear: both; }
.no, .n { display: none; }
.align-center { text-align:center; }
.align-left { text-align:left; }
.align-right { text-align:right; }
.csc-textpic-center img { margin:0 auto; }
.img-responsive{width: 100%;}

/* Überschrift Powermail Formular ausbleden */
.tx-powermail .btn-primary {
    color: #fff;
    background-color: #0C3465;
    border-color: #0C3465;
}
.tx-powermail h3 { 
  display:none;
}
#powermail_field_anreise, #powermail_field_abreise {
  background: url(../images/cal.png) right center no-repeat #fff;
}
.accordion-last {
  margin-bottom:40px;
}
.accordionheader {
  text-align:left;
  margin-top:6px;
  background:#0C3465;
  padding:6px 15px;
  cursor: pointer;
}
.accordionheader .fa {
  float: right;
  font-size: 32px;
  color: #fff;
}
.accordiontextgesammt {
  text-align:left;
  padding:6px 15px;
  display:none;
}
.accordiontextgesammt h1,
.accordiontextgesammt h2,
.accordiontextgesammt h3,
.accordiontextgesammt h4,
.accordiontextgesammt h5 {
  color:#0C3465;
  padding-top:20px;
  font-size: 20px;
  text-align:left;
}
.accordiontextgesammt p { 
  text-align:left;
  margin:0 0 20px 0;
}
.accordionheader .accordiontext1, .accordionheader {
  color:#fff;
  font-size:21px;
  font-weight:bold;
  margin-right:10px;
}
.accordionheader .accordiontext2 {
  color:#fff;
  font-size:14px;
}
.teaser-kreis-img {
  display:block;
  margin-bottom:20px;
}
.teaser-kreis-h1 {
  display:block;
  margin-bottom:5px;
  text-transform:uppercase;
  text-align:center;
  font-size: 22px;
  line-height: 32px;
}
.teaser-kreis-txt {
  display:block;
  margin-bottom:5px;
  text-align:center;
  color:#333;
}
.teaser-kreis:hover, .teaser-kreis-h1:hover, .teaser-kreis-txt:hover, .teaser-kreis a:hover, .teaser-kreis .bodytext:hover {
  color:#000;
}
/* Sitemap */
.csc-sitemap {
    text-align: center;
}
.csc-sitemap ul {
  margin:0 auto 20px auto;
  display:inline-block;
  text-align:left;
}
.csc-sitemap ul ul {
  margin:0;
  display:block;
}

#cookie-bar {background:#A6032F; height:auto; line-height:24px; color:#fff; text-align:center; padding:5px 10px;z-index:999999;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#0C3465;text-transform:uppercase;font-size:0.8em;}
#cookie-bar .cb-enable:hover {background:#B6C2D0;}
#cookie-bar .cb-disable {background:#0C3465;text-transform:uppercase;font-size:0.8em;}
#cookie-bar .cb-disable:hover {background:#B6C2D0;}
#cookie-bar .cb-policy {background:#0C3465;text-transform:uppercase;font-size:0.8em;}
#cookie-bar .cb-policy:hover {background:#B6C2D0;}
/* ==========================================================================
   Standard DESIGN classes
   ========================================================================== */

.logo {
  margin:10px 0;
}
.top {
  padding-top:10px;
}
.icons {
  margin-bottom:45px;
}
.icons a i {
  background: #0C3465;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
  color:#fff;
  padding:12px 14px;
  font-size:1.2em;
  margin-right:5px;
  margin-left: 8px;
}
.icons a i:hover {
  background: #B6C2D0; 
  color:#0C3465;
}
.fa-facebook {
  letter-spacing: 4px;
}
a.icon-bt {
  color:#fff;
  background:#A6032F;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 13px;
  padding-left: 13px;
  text-decoration: none;
  font-size:22px;
  font-weight:300;
  margin-left: 10px;
  margin-right: 5px;
}
a.icon-bt:hover {
  background: #E4B3C0;
}
.sticky {  
  position: fixed;  
  top: 0;  
  z-index: 100;  
  border-top: 0; 
  width:100%; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.headerbutton {
  position:absolute;
  width:100%;
  z-index:99;
  top:170px;
}
.headerbutton-img {
  background-repeat:no-repeat;
  background-position: center center;
  background-size: contain;
  display:block;
  width:270px;
  height:270px;
  text-align:center;
  padding:50px;
}
.headerbutton-h3 {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 46px;
  display:block;
  color:#fff;
  margin-bottom:15px;
}
.headerbutton-p {
  color:#fff;
  display:block;
}
.zoom {
  -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.zoom:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
.icons img {
  padding-left:10px;
}
.iconeffect:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.headerbild .carousel-caption h3 {
  font-family: 'Roboto Slab', serif;
  font-size:60px;
  line-height:1.1em;
  text-transform:none;
}
.headerbild .carousel-caption-link a {
  color:#fff;
  text-decoration:none;
  border:2px solid #fff;
  padding: 5px 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  display: none;
}
.headerbild .carousel-caption-link a:hover {
  color:#0C3465;
  background:#fff;
  text-shadow:none;
}
.headerbild .carousel-indicators {
  bottom: 0px;
  display:none;
}
.headerbild .carousel-control {
  z-index:100;
}
.headerbild .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
a.Button {
  color:#fff;
  background:#0C3465;
  padding:5px 10px;
  text-decoration:none;
  line-height:2.3em;
  white-space:nowrap;
}
a.Button:hover, a.Button:focus {
  background:#A31335;
}
.tx-indexedsearch-searchbox p { display:none; }
#tx_indexedsearch td { padding:0 20px 20px 0; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:100%; }
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 0px solid #333;
 
}
.fceheader {
  margin-bottom:50px;
  text-align:center;
}
#content {
  text-align:center;
  margin:0px auto 40px auto;
}
#footer {
  background:#D6DADF url(../images/logo_element.png) no-repeat center center;
  text-align:center;
  color:#0C3465;
  -webkit-box-shadow: inset 2px 2px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 2px 2px 20px 0px rgba(0,0,0,0.75);
  box-shadow: inset 2px 2px 20px 0px rgba(0,0,0,0.75);
  padding:60px 0 30px 0;
  margin-top: -40px;
}
#footer a {
  color:#A6032F;
  text-decoration: none;
}

#footer a:hover {
  color:#0C3465;
}

#footer h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size:40px;
  color:#A6032F;
  line-height:1.1em;
}

#footer h2 {
  font-family: 'Roboto Slab', serif;
  text-transform:uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform:uppercase;
}
#footer h3 {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform:uppercase;
  color:#A6032F;
}
#footer a i {
  background: #fff;
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%; 
  border-radius: 50%;
  color:#333;
  padding:12px 14px;
  font-size:1.2em;
  margin-right:5px;
  margin-left: 8px;
}
#footer a i:hover {
  background: #0C3465; 
  color:#fff;
}
#footer .border {
  width: 30%;
  border-bottom: 2px solid #A6032F;
  margin: 0 auto 20px auto;
}
.border {
  width: 30%;
  border-bottom: 2px solid #fff;
  margin: 0 auto 20px auto;
}
.gradgrey {
  background: rgb(0,73,137);
  background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(241,241,241) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(241,241,241)));
  background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(241,241,241) 100%);
  background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(241,241,241) 100%);
  background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(241,241,241) 100%);
  background: linear-gradient(to bottom,  rgb(300,300,300) 0%,rgb(300,300,300) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
  padding:70px 0 50px 0;
  text-align:left;
}
.farbe {
  background:#D6DADF;
  color:#4B4B4B;
  padding:30px 0 30px 0;
  text-align:center;
}
.farbe h1, .farbe h2, .farbe h5, .farbe h6 {
  color:#fff;
  font-family: 'Roboto Slab', serif;
}
.farbe h3 {
  color:#fff;
  font-family: 'Roboto Slab', serif;
}
.farbe h4 {
  color:#fff;
  font-family: 'Roboto Slab', serif;
}
.farbe a {
  color:#fff;
}
.farbeblau {
  background:#0C3465;
  color:#FFF;
  padding:30px 0 30px 0;
  text-align:center;
}
.farbeblau h1, .farbeblau h2, .farbeblau h3, .farbeblau h4, .farbeblau h5, .farbeblau h6 {
  color:#fff;
  font-family: 'Roboto Slab', serif;
}
.farbeblau a {
  color:#fff;
}
.gruen {
  background:#fff;
  color:green;
  padding:30px 0 5px 0;
  text-align:left;
}
.gruen .border {
  width: 30%;
  border-bottom: 2px solid red;
  margin: 0 auto 20px auto;
}
.fcefarbig {
  background:#fff url(../images/baum.png) no-repeat center center;
  color:#fff;
  padding:60px 0 60px 0;
  margin-bottom:40px;
}
.fcefarbig h2, .fcefarbig h2 a {
  color:#fff;
  text-transform:uppercase;
  font-size: 34px;
  line-height: 44px;
}
.fcefarbig-link a {
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 10px 10px;
}
.fcefarbig-link a:hover {
  color:#0C3465;
  background:#fff;
}
.box {
  padding-bottom:40px;
  margin-bottom: 30px;
  background:#0C3465;
  text-align:center;
}
.boximg {
  margin-bottom:20px;
}
.boxheader {
  border-bottom:1px solid #0C3465;
  margin-bottom:20px;
  padding-top: 20px;
}
.boxtxt {
  margin-bottom:20px;
}
.boxtxt p {
  color:#fff !important;
}
.boxlink span {
  color: #0C3465;
  text-decoration: none;
  border: 2px solid #0C3465;
  padding: 5px 10px;
}
.boxlink span:hover {
  background-color: #0C3465;
  color:#fff;
}
.iconlink a, .iconlink span {
  background:transparent url(../images/more.png) no-repeat center center !important;
  display:block !important;
  height:38px;
}
.iconlink a:hover, .iconlink span:hover {
  background:transparent url(../images/more_hover.png) no-repeat center center !important;
}
.flexslider {
  margin: 40px 0 60px !important;
}
.flexslider img {
  border:5px solid #fff;
}
.flexslider-link{
  text-align:center;
}
.flexslider-link a {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin: 20px 0;
  text-decoration: none;
  display:block;
}
.flex-direction-nav {
  display:none;
}
/* ==========================================================================
   Bootstrap classes
   ========================================================================== */
.navbar-form .input-group>.form-control {
  font-size:0.8em;
}
.headerbild .carousel-inner>.item {
  -webkit-box-shadow: inset 2px 2px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 2px 2px 20px 0px rgba(0,0,0,0.75);
  box-shadow: inset 2px 2px 20px 0px rgba(0,0,0,0.75);
}
.headerbild .carousel-inner>.item img {
  position: relative;
  z-index: -2;
}
.navbar-right{
  background-color: transparent;
  border:0px solid #fff;
}
.navbar {
  border-radius: 0px;
}
.navbar-right .navbar-nav>li>a {
  color: #333;
  text-decoration:none;
}
.navbar-right .navbar-nav>.active>a, .navbar-right .navbar-nav>.active>a:hover, .navbar-right .navbar-nav>.active>a:focus {
  color: #0C3465;
  background:#fff;
}
.navbar-right .navbar-nav>.open>a, .navbar-right .navbar-nav>.open>a:hover, .navbar-right .navbar-nav>.open>a:focus {
  color: #0C3465;
  background:#fff;
}
.navbar-right .navbar-nav>li>a:hover,.navbar-right .navbar-nav>li>a:focus {
  color: #0C3465;
  background:#fff;
}
.navbar {
  margin-bottom: 0px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #0C3465;
}
/* Navigation anpassen, wenn zu viel Punkte */
/*.nav>li>a {
  padding:20px 30px;
}*/
.navbar-right .navbar-nav>li>a {
  font-size:20px;
}
/* end */
.dropdown-menu {
  border: 0px solid #ccc;
  border: 0px solid rgba(0,0,0,.15);
  border-radius: 0px;
  padding:0;
  text-align:left;
  border-bottom:4px solid #0C3465;
  background:#0C3465;
  min-width:160px !important;
}
.dropdown-menu>li>a {
  font-size:16px;
  padding: 5px 20px;
  color: #fff;
  text-decoration:none;
  text-align:left;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color: #0C3465;
    background-color: #fff;
    text-align:left;
}
.navbar-form {
  padding:0;
}
/* 1. Hierarchie klickbar */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
  min-width:200px;
  border-top:10px solid #fff;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0px;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.navbar-right .dropdown-menu {
left: 0;
  right:auto;
}

.form-control, .btn {
  border-radius: 0px;
  color:#383838;
}
.tooltip{
    opacity:1;
    filter:alpha(opacity=1)
}
.tooltip.in{
    opacity:1;
    filter:alpha(opacity=1)
}
.tooltip-inner {
  background:#fff;
  color:#b99e76;
  font-size:1.5em;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #fff;
  border-width: 0 5px 5px;
}

/* ==========================================================================
   Media Querys
   ========================================================================== */
/* ==========================================================================
   Media Querys
   ========================================================================== */
@media \0screen {
  img {
    width: auto; }
} /* END */

@media screen and (max-width: 1600px) {
  .col5Wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {

} /* END */

@media screen and (min-width: 1024px) {
#ca-widget-container {
  position:relative;
  min-height: 206px;
}
  #main,
  .defaultWrap,
  .csc-default,
  .pauschaleWrap,
  .teaserWrap {
    padding: 55px 0;
  }  
  .teaserWrap + .teaserWrap,
  .pauschaleWrap + .pauschaleWrap,
  .pauschaleWrap + .teaserWrap,
  .teaserWrap + .pauschaleWrap {
    padding:20px 0 55px 0;
    margin-top:-55px;
  }
  .pauschalenContainer .slick-prev,
  .pauschalenContainer .slick-next {
    display:block!important;
  }
}


@media screen and (min-width: 1200px) {
  .pauschaleWrap:nth-child(2n+3) .pauschaleContent {
    margin-left:50%;
  }
  .pauschaleWrap .pauschaleContent {
    margin-right:auto;
    margin-left:60%;
    width:25%;
  }
  .pauschaleWrap:nth-child(2n+3) .pauschaleContent {
    margin-left:auto;
    margin-right:25%;
  }
  .pauschaleContent,
  .pauschalenContainer .slick-dots {
    width:25%;
    margin-left:60%;
    min-width:420px;  
  }
}


@media screen and (max-width: 1024px) {
  .iconnone {
    display:none;
  }
  .col5Wrap.thirtythree, .offerBoxInner, .urlaubsangebotRight, .col5Wrap.fifty, .col5Wrap.fourty, .col5Wrap.twenty, #contact .col3item {
    max-width: 1024px !important;
  }
  .background, .offerbackground {
    background-size: cover;
  }
  .colTop, .colBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col5Wrap, .background, .elementTextInner {
    height: 300px;
  }
  .col5InnerWrap {
    margin: 20px;
    border: 1px solid white;
    height: calc(100% - 40px);
    bottom: 0;
  }
  .col5Wrap {
    margin-bottom: 20px;
  }
  .col5Wrap a:hover .col5InnerWrap .elementTextInner {
    margin-top: 0px;
  }
  .shadow {
    margin-bottom: -21px;
    margin-left: -20px;
    margin-right: -20px;
    width: 105%;
  }
  .col5Wrap a:hover .col5InnerWrap .shadow {
    bottom: -0px;
  }
  .col5Wrap .beige .elementTextInner, .col5Wrap .pink .elementTextInner {
    padding-bottom: 65px;
  }
  .recommInner, .recommWrap a {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .headerbutton {
    display:none;
  }

} /* END */

@media screen and (max-width: 767px) {
 body {padding-top:60px;} 
 .table-responsive{overflow-x:scroll;}
  ::-webkit-scrollbar { -webkit-appearance: none; }  
  ::-webkit-scrollbar:vertical { width: 12px; }  
  ::-webkit-scrollbar:horizontal { height: 12px; }
  ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5);border-radius: 10px;border: 2px solid #ffffff; }
  ::-webkit-scrollbar-track { border-radius: 10px;background-color: #ffffff; }
  .mobileno, .headerbutton, .navigation { display:none;}
  #mobilelang {
    display:block;
    padding:5px 0 15px 0;
    text-align:center;
  }
  .fa-bars, .fa-phone, .fa-times {
    cursor:pointer;
    color:#A6032F;
    width:40px;
    height:40px;
    display:inline-block;
    padding:10px 0 0 0;
  }
  .mobiletop {
    padding-top:10px;
  }
  .navbar-fixed-top {
    /*position:absolute;*/
  }

/* MOBILE NAV FARBE ANPASSEN start */
   #main-nav {
    background:#0C3465;
    margin-bottom:15px;
  }
  #main-nav ul li  {
    border-top:1px solid #FFF;
  }
  #main-nav > ul > li > a {
    color:#FFF;
  }
  #main-nav > ul > li > a:hover,
  #main-nav > ul > li.active > a {
    color:#0C3465;
    background:#B6C2D0;
  }

  #main-nav > ul > li > ul > li > a {
    color:#fff;
    background:#0C3465;
  }
  #main-nav > ul > li > ul > li > a:hover,
  #main-nav > ul > li > ul > li.active-sub > a {
    color:#0C3465;
    background:#B6C2D0;
  }
/* MOBILE NAV FARBE ANPASSEN stop */

  #langContainerMobile {
    /*background: #f1f1f1;*/
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  #langContainerMobile a {
    margin-right: 5px;
    border-radius: 50%;
    padding: 14px;
    color: #fff;
    background: #333;
    font-size: 14px;
    line-height: 66px;
}
  #bs-example-navbar-collapse-2 {
    padding-top:20px;
    padding-bottom:20px;
    background:#f1f1f1;
    margin-bottom:5px;
  }
  #bs-example-navbar-collapse-2 a {
    /*margin-right:5px;
    border-radius:50%;
    padding: 10px 14px;
    color:#fff;
    background:#484a52;
    font-size:30px;
    line-height:66px;*/
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    background: #484a52;
    font-size: 30px;
    line-height: 66px;
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin-bottom: 5px;
  }
  #bs-example-navbar-collapse-2 .fa-facebook, #bs-example-navbar-collapse-2 .fa-map-marker {
    padding-left:4px;
    padding-right:2px;
  }
  #mobilbutton { display:block; }
  .mobilbutton-scroll {
    position: fixed;
    top: 60px;
    z-index: 99;
    background: #fff;
    width:100%;
  }
  #mobilbutton, #mobilbutton .bodytext, #mobilbutton .row, #mobilbutton .col-xs-6 { margin:0;padding:0;}
  #mobilbutton a {
    text-align:center;
    display:block;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    background:#A6032F;
    padding:4px 0;
  }
  #mobilbutton a:hover {
    background:#E4B3C0;
  }
  #mobilbutton .row .col-xs-6:nth-child(1) p {
    margin:5px 0;
  }
  #mobilbutton .row .col-xs-6:nth-child(2) p {
    margin:5px 0 5px 5px;
  }
  /*.top { background: #0C3465; }*/
  .icons {
    margin-bottom:25px;
  }
  a.icon-bt {
    padding: 5px;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
  }
  .icons a i {
    padding: 6px 6px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 14px;
  }
  i.lang {
    font-size: 12px !important;
  }
  #content { 
    margin:0;
  }
  .navigation .container-fluid, .navbar .navbar-collapse {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .navbar-collapse {
    height:auto;
  }
  .navbar-toggle {
    border: 2px solid #333;
    background:#333;
    margin-top: 0px;
    margin-right:-15px;
    border-radius: 0px;
  }
  .navbar-toggle .icon-bar {
    border: 2px solid #fff;
  }
  .navbar-brand {
    padding:0;
  }
  .navbar-brand img {
    max-width:140px;
    height:auto;
  }
  .navbar-right .navbar-nav>li>a {
    color: #333;
    text-transform:uppercase;
    font-weight:700;
  }
  .navbar-nav .open .dropdown-menu {
    background:#f1f1f1;
  }
  .nav>li {
    text-align: left;
    list-style-type: none;
  }
  .nav li li {
    text-align: left;
    list-style-type: none;
  }
  .nav>li a {
    color:#333;
    font-size:16px;
  }
  .nav li li a:hover, .nav li li.active a {
    color:#0C3465;
  }
 #content h1 {
   font-size: 40px;
  }
  .gradgrey {
    padding: 20px 0 20px 0;
  }
  #ellipsisButton {
    padding:0;
    margin:0 2px 0 0;
    color: #fff;
    width: 46px;
    height: 42px;
    overflow: hidden;
    text-align: center;
  }
  a.mobilephone {
    color: #fff;
    display: block;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-bottom: 8px;
    margin-top: 0px;
    margin-right: 3px;
    border: 2px solid #333;
    background: #333;
    border-radius: 0px;
    width: 46px;
    height: 42px;
    overflow: hidden;
    text-align: center;
  }
  .mobilelang {
    color: #fff;
    display: block;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-bottom: 8px;
    margin-top: 0px;
    margin-right: 3px;
    border: 2px solid #333;
    background: #333;
    border-radius: 0px;
    width: 46px;
    height: 42px;
    text-align: center;
  }
  .mobilelang button {
    background:none;
  }
  /* Dropdown Lang start */
  .dropbtn {
    color: #fff;
    padding: 0;
    border: none;
    cursor: pointer;
  }
  .dropbtn i {
    vertical-align:0;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 46px;
    z-index: 1;
    left:-13px;
  }
  .dropdown-content a {
    color: #fff;
    padding: 12px 13px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {background-color: #0C3465}
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown:hover .dropbtn {
    background:none;
  }
  .langContainer i {
    font-style:normal;
    font-size:14px !important;
    font-weight:700;
  }
  /* Dropdown lang end */
  .iconOutter, .elementText { 
    display:none;
  }
} /* END */

@media screen and (max-width: 480px) {
  .shadow {
    margin-bottom: -6px;
    margin-left: -6px;
    margin-right: -20px;
    width: 104%;
  }
  .col5InnerWrap, .col5Wrap a:hover .col5InnerWrap{
    margin: 5px;
    border: 1px solid white;
    height: calc(100% - 10px);
    bottom: 0;
  }
  .col5Wrap .beige .col5InnerWrap, .col5Wrap .pink .col5InnerWrap {
    margin: 5px;
    border: 1px solid white;
    height: calc(100% - 10px);
    bottom: 0;
  }
  .col5Wrap .beige, .col5Wrap .pink {
    height: 180px;
  }
  .colTop {
    padding-bottom: 0px;
  }
  .col5Wrap .beige .elementTextInner, .col5Wrap .pink .elementTextInner {
    padding-bottom: 0 !important; /* xxx */
  }
  .col5Wrap, .background, .elementTextInner {
    height: 180px;
    padding-bottom: 0 !important; /* xxx */
  }
}


@media screen and (min-width: 767px) {
  .pauschaleWrap:nth-child(2n+3) .pauschaleContent {
    margin-left:auto;
    margin-right:12.5%
  }
  #bs-example-navbar-collapse-2 { display: none !important; }
  .navbar-header {
    display: none;
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
    padding-left:0;
    padding-right:0;
  }
  .fa-google-plus {
    padding:12px 10px 12px 8px !important;
  }
  .sub-arrow {
    display:none;
  }
} /* END */


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  #topcontrol { display:none; }
  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }




html.swipebox {
  overflow: hidden !important; }

#swipebox-caption{top:0!important;}
#swipebox-action{bottom:0!important;}



#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none; }

#swipebox-slider .slide {
  background: url("../images/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-action {
  bottom: -50px; }

#swipebox-action.visible-bars {
  bottom: 0; }

#swipebox-action.force-visible-bars {
  bottom: 0 !important; }

#swipebox-caption {
  top: -50px;
  text-align: center; }

#swipebox-caption.visible-bars {
  top: 0; }

#swipebox-caption.force-visible-bars {
  top: 0 !important; }

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px; }

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px; }

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px; }

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px; }

  50% {
    margin-left: -30px; }

  100% {
    margin-left: 0px; } }

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px; }

  50% {
    margin-left: 30px; }

  100% {
    margin-left: 0px; } }

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }

  50% {
    margin-left: -30px; }

  100% {
    margin-left: 0px; } }

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }

  50% {
    margin-left: 30px; }

  100% {
    margin-left: 0px; } }

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0; }

  #swipebox-action #swipebox-prev {
    right: 60px; }

  #swipebox-action #swipebox-next {
    right: 0; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, black));
  background-image: -webkit-linear-gradient(#0d0d0d, black);
  background-image: -moz-linear-gradient(#0d0d0d, black);
  background-image: -o-linear-gradient(#0d0d0d, black);
  background-image: linear-gradient(#0d0d0d, black);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95; }

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: 'Roboto Condensed', sans-serif; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 20px;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: bottom right; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: bottom center; }



/* ----------------------------------------------------------- */
/*
 * jQuery FlexSlider v2.3.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristimäki (@villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;

}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.form-group {
  clear:both;
}

.icons a.langContainer i.lang {
  font-style: normal;
  font-size: 14px;
  font-weight:700;
  padding:14px;
}

.table>thead>tr>td {
  background:none;
}

.table>thead>tr>th {
  color: #0C3465;
  font-weight:700;
  background:none;
  border-bottom:none;
  text-align: center;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  border-top:none;
}

table.contenttable-color-1 {
  background:none;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background:#D6DADF;
  text-align: center;
  color:#0C3465;
}


@media screen and (max-width: 1650px) {
   .col-sm-3 {
     width:50%;
  }
  .navigation .container-fluid, .navbar .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1500px) {  

  .navbar-right .navbar-nav>li>a {
    font-size:16px;
    padding:10px 10px;
  }
  .logo {
    width:34%;
  }
  .logo img {
    max-width:100%;
    height:auto;
  }
  .top {
    width:66%;
  }
}


@media screen and (max-width: 800px) {
  .navbar-right .navbar-nav>li>a {
    font-size:16px;
  }
}

@media screen and (max-width: 768px) {
  .top {
    width:100%;
  }
  .col-sm-3 {
    float:left;
  }
}

@media screen and (max-width: 650px) {
  .col-sm-3 {
    width:100%;
  }
}








  @media (min-width: 768px) {
    #main-nav {
      line-height: 0;
      text-align: right;
    }
    #main-menu {
      display: inline-block;
    }
  }