/* 

font-family: 'Open Sans', sans-serif;
schwarz 000
rot c53f35 - rot neu #ab0c00
gelb ffea00 - gelb neu #ffd403
grau f3f3f3

*/




/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/*** carousel zoom ***/
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

/*** cookies ***/
.waconcookiemanagement {
    display: none;
    font-family: 'Open Sans', sans-serif;
    z-index: 10000;
}
#CookieBox p, #CookieBox h1, #CookieBox h2, #CookieBox h3 {
    color: #000;
  }
#CookieBox p, #CookieBox .cookie-btn {
    font-size: 1em;
}
.cookie-set.script p {
    color: #000;
    font-style: italic;
}
.cookie-set.script {
    cursor: pointer;
    position: relative;
    min-height: 250px;
    background: #f1f1f1;
    text-align: center;
    border: 1px solid #000;
}
#CookieBox .cookie-btn {
    background: #000;
  }
#CookieBox {
  padding: 40px 20px 20px;
}
#CookieBox .cookieclose {
  top: 10px;
  right: 10px;
  font-size: 15px;
}
#CookieBox h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
#CookieBox .intro p {
  width: 100%;
  font-size: 0.85em;
  line-height: 20px;
  text-align:center;
}
#CookieBox .cookie-accept a {
  padding: 8px 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-style: italic;
  color: #ffd403;
  background: #ab0c00;
}
#CookieBox .cookie-btn:hover {
    color: #000;
    text-decoration: none;
    background: #ffd403;
}
#CookieBox .cookie-management, #CookieBox .cookie-refuse {
    width: 65% !important;
}
#CookieBox .box-cookie-management-in > p {
  width: 100%;
  font-size: 0.85em;
  line-height: 20px;
  text-align:center;
}
#CookieBox .category {
  margin: 25px 0px;
}
#CookieBox .category p {
  font-size:0.8em;
}
/*** guestbook ***/
.tx-webx-guestbook .input-field input, .tx-webx-guestbook .input-field textarea {
  width: 60%;
  float: right;
  padding: 8px;
  border: 1px solid #9a7c63; }

.tx-webx-guestbook .input-field textarea {
  height: 200px; }

.tx-webx-guestbook {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 40px; }

.tx-webx-guestbook .input-field {
  width: 100%;
  margin: 7px 0; }

button.btn.guestbook {
  float: right; }

button.btn.guestbook {
  float: right;
  border: none;
  margin-top: 60px;
  padding: 5px 15px;
  border-radius: 0;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #a41c2c;
  color: #fff; }

.gbList {
  margin-top: 110px; }

.gb-entry {
  border: 1px solid;
  margin: 20px 0;
  padding: 20px; }

span.gb-title {
  font-size: 22px;
  color: #99a624;
  text-transform: uppercase; }





p img {
  width:auto;
  height:auto;
}
.quadrat a {
  display:block; 
}
.quadrat-box {
  background: #000;
  color:#fff;
  padding:15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quadrat-header p {
  color: #fff;
  text-transform:uppercase;
  word-break:break-all;
  word-wrap:break-word;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}
.quadrat .img-svg {
  width:65%;
  margin: 0 auto;
}
.quadrat .img-svg path {
  fill: #fff;
}
.quadrat a:hover p {
  color:#000;
}
.quadrat a .quadrat-box:hover {
  background:#f3f3f3;
  color:#000;
}
.quadrat a:hover .img-svg path {
  fill: #000;
}
.quadrat a:hover h3 {
  color:#000;
}
/* NEWS START */
.pauschalenliste {
  background:#f1f1f1;
  margin:0 0 15px 0;
  padding:15px 0;
  text-align:left;
  color:#000;
}
.farbe .pauschalenliste, .farbezwei .pauschalenliste {
    background:#fff;
}
.topnews {
  position:relative;
}
.pauschalenliste h3, .pauschalenliste h3 a,
.news-single .header h3, .news-single .header h3 a {
  font-weight: 800;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  padding: 10px 0;
  text-transform:uppercase;
  font-style:italic;
}
.topnews h3, .topnews h3 a {
  color:#ab0c00;
}
.pauschalenliste h3 a:hover {
  color:#000
}
.pauschalenliste p,
.news-single .teaser-text p,
.news-single p {
  margin:0 0 15px 0;
  font-size: 19px;
  color: #000;
}
.pauschalenliste .abpreis,
.news-single header h2 {
  color: #000;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
  margin-bottom:15px;
  text-align:left;
}
.topnews .abpreis {
  color: #ab0c00;
}
.pauschalenliste .morebutton a {
  display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 1.25rem;
}
.topnews .morebutton a {
    background: #ab0c00;
}
.pauschalenliste .morebutton a:hover {
    background: #000;
}
.pauschalenliste .pauschalenlistetop {
    display:none;
}
.topnews .pauschalenlistetop {
    position: absolute;
    width: auto;
    z-index: 99;
    left: 30px;
    top: 30px;
    display:block;
}
.news-backlink-wrap {
  margin-top:25px;
  text-align:right;
}
.news-single .article .news-img-wrap {
  float: none;
  width: auto;
  margin: 0;
  background:none;
}
.news .article .news-img-wrap a {
    display: inline;
    float: none;
    padding: 0;
    border: 0px solid #ddd;
    background: none;
}
.news-related {
  width: auto;
  padding: 0;
  border: 0 solid #eee;
  display: inline; 
}
.news-related a.Button { margin-right:15px; }
.pauschalen-anfrage-form { cursor:pointer; }
/* NEWS END */
.headerbild .down {
    position: absolute;
    bottom: 20px;
    z-index: 105;
    color: #fff;
    font-size: 30px;
    width: 100%;
    text-align: center;
}
.headerbild .down p {
  margin: 0 auto;
  cursor:pointer;
}
#kesearch_submit {
    top: 0px !important;
    height: 41px !important;
    border: 1px solid #bbbbbb !important;
    border-left: none !important;
}

.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%;
  display:none !important;
}
.pauschalenContainer .slick-dots li button:before {
  content:"";
}
.slick-dots li {
  margin:0 10px;
}
.slick-dots li button {
  background:#f3f3f3;
}
.slick-dots li.slick-active button {
  background:#000;
}

.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:#000;
  text-align:center;
}
.pauschaleContent .date {
  color:#000;
  font-size:1.1rem;
  font-weight: 400;
}
.pauschaleContent .title {
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  padding: 10px 0;
  font-style:italic;
  text-transform:uppercase;
}
.pauschaleContent .title + .teaser {
  padding-top:30px;
}
.pauschaleContent .buttons{
  padding-top:30px;
}
.pauschaleContent .price .buttons {
  padding-top:0;
}
.pauschaleContent .price {
  font-size:38px;
  font-weight:800;
  line-height:44px;
  font-style:italic;
}
.pauschaleContent .teaser {
  padding:20px 0;
  font-weight: 400;
  font-size: 22px;
  color: #000;
}
#content .pauschaleContent .buttons a {
  display:inline-block;
  color: #ffd403;
  background: #ab0c00;
  border-radius: 25px;
  padding:10px 20px;
  text-decoration:none;
  margin-right:15px;
  margin-bottom:10px;
  text-transform:uppercase;
  font-style:italic;
  font-weight:800;
  font-size:14px;
  transition:0.3s;
  border:0;
}
#content .pauschaleContent .buttons a:hover {
  color: #000;
  background: #ffd403;
  border:0;
}
#content .pauschaleContent .buttons a:nth-of-type(2) {
  background:#a08177;
  margin-right:0;
}





#mobilelang {display:none;}
.langContainer {
  /*display:none;*/
}

.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: #ffd403;
    width: 100%;
    height: 100%;
}
.beige .shadow {
    display: none;
}
.pink {
    background-color: #ab0c00;
    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 a:hover .beige {
    background-color: #000;
}
.col5Wrap a:hover .pink {
    background-color: #000;
}
.beige .elementText {
    text-shadow: none;
    color: #000;
}
.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;
    color: #fff;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 15px;
    z-index: 1;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}
.beige .elmentHeading,
.beige .recommTitle {
  color:#000;
}
a:hover .beige .elmentHeading,
a:hover .beige .recommTitle,
a:hover .beige .elementText {
  color:#fff;
}

.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 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    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;
}
html, body, html > body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size:18px;
  color: #000;
}
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;
  line-height:1.1em;
  text-transform:uppercase;
  font-weight:800;
  font-style:italic;
}
h1, h1 a {
  font-size:48px;
}
h2, h2 a {
  font-size:24px;
}
h3, h3 a, .fceheader.h1 h2 {
  font-size: 34px;
}
h4, h4 a {
  font-size: 18px;
}


p {
  line-height: 1.7em;
  margin: 0 0 20px 0;
}
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: 800 !important; }

em, i {
  font-style: italic; }

#content a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
#content a:hover, #content a:focus {
  color:#ab0c00;
  text-decoration:none;
  border-bottom: 1px solid #ab0c00;
}
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 .container-fluid {
  padding-left:0;
  padding-right:0;
}
.tx-powermail .form-control {
  width:90%;
}
.tx-powermail .btn-primary {
 color: #ffd403;
  background: #ab0c00;
  border-radius: 20px;
  padding:5px 20px;
  text-decoration:none;
  line-height:2.3em;
  white-space:nowrap;
  border:0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
} /*sim*/

.tx-powermail .btn-primary a.Button:hover {
  background:#ffd403;
  color:#000;
}/*sim*/

.tx-powermail h3 { 
  display:none;
}
#powermail_field_anreise, #powermail_field_abreise {
  background: url(../images/cal.png) right center no-repeat #fff;
}
.tx-powermail legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: inherit;
    color: #000;
    border: 0;
    border-bottom: 3px solid #000;
  text-transform:uppercase;
  font-style:italic;
  font-weight:800;
}
.accordion-last {
  margin-bottom:40px;
}
.accordionheader {
  text-align:left;
  margin-top:6px;
  background:#000;
  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:#000;
  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:24px;
  font-style:italic;
  text-transform:uppercase;
  font-weight: 800;
  margin-right:10px;
}
.accordionheader .accordiontext2 {
  color:#fff;
  font-size:14px;
}
.teaser-kreis a {
  color:#000;
}
.teaser-kreis-img {
  display:block;
  margin-bottom:20px;
}
.teaser-kreis-h1 {
  display:block;
  margin-bottom:5px;
  text-transform:uppercase;
  font-size: 34px;
  font-style:italic;
  font-weight:800;
  line-height: 1.1em;
}
.teaser-kreis-txt {
  display:block;
  margin-bottom:5px;
}
.teaser-kreis a:hover {
  color:#ab0c00;
}
/* 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;
}

/* ==========================================================================
   Standard DESIGN classes
   ========================================================================== */
.logo {
  margin:15px 0;
}
.logo img {
  max-width:210px;
}
.top {
  margin-top:15px;
}
.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;
  display:none;
}
.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 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 800;
  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);
}
.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-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:#000;
  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;
}
#content a.Button {
  color: #ffd403;
  background: #ab0c00;
  border-radius: 20px;
  padding:10px 20px;
  text-decoration:none;
  line-height:2.3em;
  white-space:nowrap;
  border:0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
}
#content a.Button:hover, #content a.Button:focus {
  background:#ffd403;
  color:#000;
}
.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;
 
}
.frame-layout-3 .ce-gallery .image{
  margin-bottom:15px;
}
.fceheader {
  margin-bottom:50px;
}
#content {
  margin:0px auto 40px auto;
}
/*
#footer {
  background:#000 url(../images/logo_element.png) no-repeat center center;
  text-align:center;
  color:#fff;
  -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;
}
#footer h1 {
  font-weight: 800;
  font-size:40px;
  color:#fff;
  line-height:1.1em;
}

#footer h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  text-transform:uppercase;
}
*/
#footer h4 {
  font-size: 48px;
}

#footer .farbedrei a {
  color:#fff;
  text-decoration:none;
  border-bottom:4px solid #ffd403;
}
#footer .farbedrei a:hover {
  color: #ffd403;
  border-bottom:4px solid #ffd403;
}
#footer  a {
  color:#000;
  text-decoration: none;
}
#footer a:hover, #footer .cookie-set:hover {
  text-decoration:underline;
}
.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;
}
.bg-summer {
  background:#fff url(../images/background_summer.jpg) no-repeat center top;
  background-size: cover;
  padding:50px 0;
}
.bg-winter {
  background:#fff url(../images/background_winter.jpg) no-repeat center top;
  background-size: cover;
  padding:50px 0;
}
.farbe {
  background:#ab0c00;
  color:#fff;
  padding:80px;
}
.farbe h1, .farbe h2, .farbe h3, .farbe h4, .farbe h5, .farbe h6 {
  color:/*#fff*/ #ffd403;
}
#content .farbe a {
  color:#fff;
  border-bottom:1px solid #fff;
}
#content .farbe a:hover {
  color:#ffd403;
  border-bottom:1px solid #ffd403;
}
#content .farbe a.Button {
  color: #ab0c00;
  background: #fff;
  border:0;
  padding: 10px 20px;
  transition:0.3s;
}
#content .farbe a.Button:hover, #content .farbe a.Button:focus {
  background:#ffd403;
  color:#000;
}

.farbezwei {
  background:#f3f3f3;
  color:#000;
  padding:80px 0;
}
#content .farbezwei a.Button {
  color: #ffd403;
  background: #ab0c00;
  border:0;
  padding: 10px 20px;
  transition:0.3s;
}
#content .farbezwei a.Button:hover, #content .farbezwei a.Button:focus {
  background:#ffd403;
  color:#000;
}
.grey {
  padding:80px 0 0 0;
}
.farbedrei {
  background:#000;
  color:#fff;
  padding:80px;
}
.farbedrei h1, .farbedrei h2, .farbedrei h3, .farbedrei h4, .farbedrei h5, .farbedrei h6 {
  color:#fff;
}
#content .farbedrei a {
  color:#fff;
  border-bottom:1px solid #fff;
}
#content .farbedrei a:hover {
  color:#ffd403;
  border-bottom:1px solid #ffd403;
}
#content .farbedrei a.Button {
  color: #000;
  background: #fff;
  border:0;
  padding: 10px 20px;
  transition:0.3s;
}
#content .farbedrei a.Button:hover, #content .farbedrei a.Button:focus {
  background:#ffd403;
  color:#000;
}
.farbedrei .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background: #191919;
  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, #content .fcefarbig h2 a {
  color:#fff;
  text-transform:uppercase;
  font-size: 34px;
  line-height: 44px;
  border:0;
}
#content .fcefarbig-link a {
  color: #000;
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: 2.3em;
  white-space: nowrap;
  border: 0;
  font-size:14px;
  font-style:italic;
  font-weight:800;
  text-transform:uppercase;
}
#content .fcefarbig-link a:hover {
  background: #ffd403;
  color: #000;
}
.box {
  padding-bottom:40px;
  margin-bottom: 30px;
  background:#f3f3f3;
}
a:hover .box {
  background:#d0d0d0;
}
.boximg {
  margin-bottom:20px;
}
.boxheader {
  padding: 0 20px;
}
.boxheader h3 {
  color:#000;
}
.boxtxt {
  margin-bottom:20px;
  padding:0 20px;
}
.boxtxt p {
  color:#000 !important;
}
.boxlink {
  padding:0 20px;
}
.boxlink span {
  color: #ffd403;
  background: #ab0c00;
  border-radius: 20px;
  padding:10px 20px;
  text-decoration:none;
  line-height:2.3em;
  white-space:nowrap;
  border:0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  font-style: italic;
  transition: 0.3s;
}
.boxlink span:hover {
  background:#ffd403;
  color:#000;
}
.quadrat {
  text-align:center;
  margin-bottom:30px;
}


.iconlink span {
  background:transparent url(../images/more.png) no-repeat 20px center !important;
  display:block !important;
  height:38px;
  transition: 0.3s;
}
a:hover .iconlink span {
  background:transparent url(../images/more.png) no-repeat 30px 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: 800;
  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: #000;
  background:#fff;
}
.navbar-right .navbar-nav>.open>a, .navbar-right .navbar-nav>.open>a:hover, .navbar-right .navbar-nav>.open>a:focus {
  color: #000;
  background:#fff;
}
.navbar-right .navbar-nav>li>a:hover,.navbar-right .navbar-nav>li>a:focus {
  color: #000;
  background:#fff;
}
.navbar {
  margin-bottom: 0px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #000;
}
/* 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 #000;
  background:#000;
  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: #000;
    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) {
  .headerbutton-desktop {display:block;}
  #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: 1023px) {
  .down {display:none;}
}

@media screen and (max-width: 1024px) {
 .headerbutton-desktop {display:none;}
 .headerbutton-tabletq {display:block;}
  .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-desktop {display:none;}
 .headerbutton-tabletq {display:none;}
 .headerbutton-tableth {display:block;}

} /* 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;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding:3px;
  font-size:0.85em;
}
  #mobilelang {
    display:block;
    padding:5px 0 15px 0;
    text-align:center;
  }
  #section1 .mobiletop .logo-svg {
    max-height:40px;
    width:auto;
  }
  .fa-bars, .fa-phone, .fa-times {
    cursor:pointer;
    color:#000;
    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:#000;
    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:#fff;
    background:#000;
  }

  #main-nav > ul > li > ul > li > a {
    color:#fff;
    background:#000;
  }
  #main-nav > ul > li > ul > li > a:hover,
  #main-nav > ul > li > ul > li.active-sub > a {
    color:#fff;
    background:#000;
  }
/* 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:800;
    background:#000;
    padding:4px 0;
  }
  #mobilbutton a:hover {
    background:#333;
  }
  #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;
  }
  .icons {
    margin-bottom:25px;
  }
  a.icon-bt {
    padding: 5px;
    font-size: 12px;
    font-family: 'Open Sans', 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:800;
  }
  .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:#000;
  }
 #content h1 {
   font-size: 40px;
  }
  .gradgrey{
    padding: 20px 0 20px 0;
  }
  .farbedrei, .farbe {
    padding: 40px 0 40px 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: #000}
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown:hover .dropbtn {
    background:none;
  }
  .langContainer i {
    font-style:normal;
    font-size:14px !important;
    font-weight:800;
  }
  /* Dropdown lang end */
  .iconOutter, .elementText { 
    display:none;
  }
  .pauschalenContainer .slick-dots {
    display:block;
  }
} /* 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: 'Open Sans', 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:800;
  padding:14px;
}

.table>thead>tr>td {
  background:none;
}

.table>thead>tr>th {
  color: #000;
  font-weight:800;
  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:/*#f3f3f3*/#960c00;
  /*text-align: center;*/
  color:#FFF;
}


@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 img {
    max-width:100%;
    height:auto;
  }
}





  @media (min-width: 768px) {
    #main-nav {
      line-height: 0;
      text-align: right;
    }
    #main-menu {
      display: inline-block;
    }
    #main-menu li.last-item a {
      color:#ffd403;
      background:#ab0c00;
      border-radius: 20px;
      transition: 0.3s;
    }
    #main-menu li.last-item a:hover {
      color:#000;
      background:#ffd403;
    }
  }


@media (min-width: 768px) and (max-width: 1199px) {  
  #main-menu .last-item ul {
    left:auto !important;
    right:0 !important;
  }
}