/***************
 * 
 * COLORS
 *
 * Brown: 552d00#
 * Green: #8dc63f
 * gray1: #e6e7e8 (hell)
 * gray2: #6d6e71 (dunkel)
 *
 ***************/ 
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);
body {
  background-color: #FFF;
  font-size: 16px;
  margin: 0;
  color: #6d6e71;
  font-family: 'Ubuntu', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  /*overflow: auto;*/
}
::selection {
  background: #8dc63f;
  color: #6d6e71;
}
html {
  /*overflow: hidden;*/
}
body, html {
  height: 100%;
}
mains, section, header, footer, aside, article, figure, figcaption {
  display: block;
}
h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 300;
  color: #6d6e71;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #8dc63f
}
nav {
  display: block;
}
nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
a {
  color: #8dc63f;
  text-decoration: none;
}
a:hover {
  color: #6d6e71;
}
hr {
  height: 0;
  border-top: 0;
  border-left: 1px solid #FFF;
  border-right: 0;
  border-bottom: 2px dotted #e6e7e8;
  margin: 5px 0;
}
#wrapper {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  min-width: 320px;
  position: relative;
  overflow: hidden;
}
.container-fluid {
  max-width: 1170px;
}
.container-fluid.full {
  max-width: none !important;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
}
.error {
  /*margin: 0 1em 0 1em;
  border: 1px solid #F00;
  padding: 5px 5px 5px 20px;
  background-color: #FFC3BA;*/
}
ul > li {
  list-style-type: square;
}
.info-frame {
  position: absolute;
  top: 50px;
  width: 820px;
  padding: 5px;
  background-color: #FC0;
  border-radius: 0 0 3px 3px;
}
#wfqbe_id_notset {
  overflow: scroll;
}
/************ HEADER **************/
.navbar-brand {
  padding: 6px 0 6px 12px;
}
.navbar-brand img {
  height: 100%;
  width: auto;
}
header#header {
  display: block;
  position: relative;
}
.banner-wrap {
  height: 150px;
  position: relative;
  margin-top: 50px;
}
.lig-main-header.inverted {
  background-color: #4d2b04;
}
.full .banner-wrap {
  padding: 0 24px;
}
.banner-wrap .banner-right {
  float: right;
  margin-left: 10px;
}
.banner-wrap .banner-left {
  float: left;
  margin-right: 10px;
}
.banner-wrap .banner-left,
.banner-wrap .banner-right {
  height: 100%;
  position: relative;
}
.brand {
  margin-top: 30px;
}
.brand span {
  display: none;
}
div#logo a {
  text-decoration: none;
  color: #FFF;
}
#header-line-wrap {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #552d00;
}
#header-line-left {
  position: relative;
  float: left;
  width: 123px;
  height: 10px;
  background-color: #8dc63f;
}
.full #header-line-wrap {
  margin: 0 -6px;
  width: auto;
}
#header-line-wrap.fixed {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 9;
}
#adv-wrap {
  position: absolute;
  right: 10px;
  bottom: 21px;
  text-align: right;
  width: 300px;
  height: 38px;
}
#adv-wrap h1 {
  font-weight: 300;
  color: #8dc63f;
  font-size: 2em;
  margin: 21px 0 0 0;
  text-transform: uppercase;
  text-align: right;
}
.fb-lik-wrap {
  position: absolute;
    right: 247px;
    top: 13px;
}
.analytics-wrap {
  position: absolute;
  right: 330px;
  top: 13px;
  background: #e0e1e2 url(../img/lignius_analytics_counter_1.png) center center;
  background-size: contain;
  width: 70px;
  height: 61px;
  color: #848485;
  border: 1px solid #848485;
}
.analytics-wrap > .month {
  display: block;
  width: 100%;
  font-size: 9px;
  position: absolute;
  bottom: 45%;
  right: 0;
  height: auto;
  text-align: center;
  text-transform: uppercase;
}
.analytics-wrap > .count {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  top: 1%;
  left: 0;
  height: auto;
  text-align: center;
}
/*** NAVIGATION ***/
#header ul.nav > li > a {
  font-size: .9em;
}

/*** HEADERSLIDER ***/
#header-slider-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#header-slider-aspect {
  position: relative;
  height: 0;
  padding: 0 0 48% 0;
}
.header-slider-item-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}
.header-slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-slider-image, .header-slider-image img {
  min-width: 100%;
}
/*.header-slider-text-bg, .header-slider-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 49.75%;
  height: 50%;
  margin: 20% 0 0 50.25%;
}*/
.header-slider-text-bg {
  background-image: url(../img/bg_b_a85.png);
}
.header-slider-text-inner {
  width: 90%;
  height: 90%;
  padding: 15px;
}
.header-slider-text-inner h3 {
  color: #FFF;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2em;
}
.header-slider-text-inner h3 span.green {
  color: #8dc63f;
}
.header-slider-text-inner p {
  font-size: .8em;
  color: #FFF;
  font-weight: 200;
}
.header-slider-text-inner a {
  font-style: italic;
}
.header-slider-text-inner a:hover {
  color: #e6e7e8;
}
/****** HEADER SOZIAL MEDIA *******/
#header-sozial-media-wrap {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 400px;
  height: 20px;
  z-index: 5;
}
#header-sozial-media-wrap .header-sozialmedia {
  display: block;
  float: right;
  height: 20px;
  background-image: url(../img/sozialmedia_icons_L25.png);
  background-size: 238px 69px;
  background-repeat: no-repeat;
  opacity: .3;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-transition: all .4s ease; /* delay = 1 s */
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#header-sozial-media-wrap .header-sozialmedia:hover {
  opacity: .6;
}
#header-sozial-media-wrap .header-sozialmedia span {
  display: none;
}
#header-sozialmedia-gp {
  background-position: -127px -25px;
  width: 20px;
  margin-right: 15px;
}
#header-sozialmedia-facebook {
  background-position: -95px -25px;
  width: 20px;
  margin-right: 10px;
}
#header-sozialmedia-youtube {
  background-position: -31px -25px;
  width: 50px;
  margin-right: 15px;
}
#header-sozialmedia-linkedin {
  background-position: 0 -25px;
  width: 20px;
  margin-right: 15px;
}
#header-sozialmedia-twitter {
  background-position: -190px -25px;
  width: 20px;
  margin-right: 10px;
}
#header-sozialmedia-pinterest {
  background-position: -161px -25px;
  width: 20px;
  margin-right: 15px;
}
#header-sozialmedia-rss {
  background-position: -219px -25px;
  width: 20px;
  margin-right: 10px;
}
#header-sozial-media-wrap .header-sozialmedia:first-child {
  margin-right: 0;
}
.hoverlink .hover, .hoverlink:hover .norm {
  display: none;
}
.hoverlink:hover .hover {
  display: inline;
}
#apps-wrap {
  position: absolute;
  top: 12px;
  right: 150px;
}
#header-sozialmedia-gogleapp,
#header-sozialmedia-appleapp {
  display: block;
  margin-bottom: 5px;
}
#header-sozialmedia-gogleapp img,
#header-sozialmedia-appleapp img {
  display: block;
}
/********** HEADER IMAGE **********/
#header-image-wrap {
  width: 100%;
  height: 0;
  padding: 0 0 17% 0;
  position: relative;
  overflow: hidden;
}
.header-image-item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
#ask-budget a {
  display: block;
  margin-top: 10px;
}
#ask-budget a img {
  height: 100%;
  width: auto;
}
/* HEADER SEARCH */
nav#mainnav > ul > li.search-header-box {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  height: 50px !important;
  width: 50px !important;
  background-image: none !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
nav#mainnav > ul > li.search-header-box .search-header-icon   {  
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 40px;
  background-image: url(../img/search.png);
  background-position: 10px 10px;
  background-size: 20px 55px;
  background-repeat: no-repeat;
  cursor: pointer;
}
nav#mainnav > ul > li.search-header-box:hover .search-header-icon {
  background-position: 10px -25px !important;
}
nav#mainnav > ul > li.search-header-box .search-header-form {
  position: absolute;
  top: 50px;
  right: 0;
  height: 30px;
  width: 250px;
  background-color: #FFF;
  box-shadow: 0px 4x 6px #CCC;
  -mox-box-shadow: 0px 4px 6px #CCC;
  -webkit-box-shadow: 0px 4px 6px #CCC;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -mox-border-radius: 0 0 3px 3px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all.2s linear;
  -o-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
nav#mainnav > ul > li.search-header-box:hover .search-header-form {
  opacity: 1;
  visibility: visible;
}
.search-header-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.search-header-form fieldset input.sword {
  width: 190px;
  border: 0;
  border-radius: 0 0 0 3px;
  background-color: #F5F5F5;
  height: 26px;
  padding: 2px 10px;
  line-height: 25px;
  font-size: .8em;
  outline: none;
  float: left;
}
.search-header-form fieldset input.button {
  width: 40px;
  line-height: 30px;
  border-radius: 0 0 3px 0;
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.btn-borderd {
  border: 1px solid rgba(218, 216, 213, 1);
  color: rgba(218, 216, 213, 1);
}

/************* MAIN ***************/
main#main {
  display: block;
  position: relative;
  margin-top: 0px;  
  padding: 0 20px;
  max-width: 1200px;
  margin-bottom: 200px;
}
.csc-header h2 {
  text-transform: uppercase;
  color: #6d6e71;
  font-size: 1em;
}
#main .savethedate {
  padding-bottom: 5px;
}
#main .savethedate .no-dates-found,
#main .savethedate .savethedate-content {
    background-color: #e6e7e8;
  min-height: 236px;
  color: #6d6e71;
}
.boxes {
  width: 24.25%;
  margin: 0 1% 0 0;
  float: left;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -webkit-transition: all .4s ease; /* delay = 1 s */
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.boxes.last {
  margin: 0;
}
#main .savethedate, #main .savethedate h3, #main .savethedate > a {
  color: #FFF;
}
#main .savethedate h3 {
  margin: 0;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 30px;
  padding: 0 0 0 10px;
}
#main .savethedate ul {
  margin: 0;
  padding: 5px 0;
}
#main .savethedate .box-header {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  position: relative;
}
#main .savethedate.odd .box-header {
  background-color: #8dc63f;
}
#main .savethedate.even .box-header {
  background-color: #552d00;
}
.savethedate-header-link {
  line-height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: .7em;
  font-weight: 200;
  font-style: italic;
  color: #FFF;
}
.savethedate-content ul {
  padding: 0;
}
.savethedate-content {
  margin-top: 0px;
  color: #6d6e71;
  font-size: .9em;
}
.savethedate-content a {
  color: #6d6e71;
  display: block;
}
.savethedate-content li {
  padding: 5px 0;
    margin: 0 10px;
  background: none;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
.no-dates-found {
  text-align: center;
  padding: 5px 10px;
}
.savethedate-content li.last, .savethedate-content li:last-child {
  border-bottom: none;
}
.savethedate-content span.top-line {
  display: block;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}
.savethedate-content span.company {
  display: block;
  float: left;
}
.savethedate-content span.location {
  display: block;
  float: right;
}
.savethedate-content span.name {
  text-transform: uppercase;
  font-size: .85em;
}
.savethedate-content span.date {
  float: right;
  font-weight: 200;
  font-size: .8em;
  padding-top: 2px;
}
.savethedate-content span.date .bodytext {
  margin: 0;
}
#overlayer-wrap {
  display: none;
  position: absolute;
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  background-color: #552d00;
  z-index: 99999;
}
#overlayer-wrap #overlayer-content {
  height: 100%;
}
#overlayer-closer {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(../img/closer.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/************* MenubreadcrumbMenu **************/
#breadcrumbMenu {
  margin-bottom: 5px;
  margin-top: 5px;
  height: 25px;
  display: block;
}
#breadcrumbMenu li {
  border: 0;
  float: left;
  background: none;
  padding: 0;
  margin: 0;
  font-size: .7em;
  color: #6d6e71;
  font-weight: 300;
  list-style: none;
}
#breadcrumbMenu li a {
  font-size: 1em;
  color: #6d6e71;
}
#breadcrumbMenu li a:hover {
  color: #8dc63f;
}
/************* NEWS ***************/
#main-news-section {
  margin-top: 10px;
}
#main-news-filter-wrap {
  margin-top: 10px;
}
#main-news-filter > div {
  color: #FFF;
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
}
#main-news-filter > div a {
  background-color: #e6e7e8;
  font-size: .8em;
  display: block;
  line-height: 30px;
  padding: 0 0 0 10px;
  text-decoration: none;
  color: #6d6e71;
  text-transform: uppercase;
  border-radius: 3px 3px 0 0;
}
#main-news-filter > div.odd.act a {
  background-color: #552d00;
}
#main-news-filter > div.even.act a {
  background-color: #8dc63f;
}
#main-news-filter > div.act a {
  color: #FFF;
}
#main-news-overview-wrap {
  margin-top: 10px;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.main-news-overview-slider {
  width: 500%;
  position: relative;
}
.main-news-overview-slide {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
}
.main-news-overview-slide:last-child {
  width: 40%;
}
.main-news-biglist-article {
  display: block;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 1s ease; /* delay = 1 s */
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  padding-left: 0;
}
.main-news-biglist-article.even {
  padding-left: 5px;
  padding-right: 0;
}
.main-news-overview-slide:last-child .main-news-biglist-article {
  width: 25%;
}
.main-news-biglist-article-text-wrap {
  position: inherit;
}
.main-news-biglist-article-header {
  /*height: 85px;*/
  margin-right: 2%;
}
.main-news-biglist-article-text {
  color: #6d6e71;
}
.main-news-biglist-article.left .main-news-biglist-article-text {
  margin-right: 2%;
}
.main-news-biglist-article.right {
  text-align: right;
}
.main-news-biglist-article-image {
  /*padding: 0;*/
}
.main-news-biglist-article-image img {
  width: 100%;
  height: auto;
}
.main-news-biglist-article.right .main-news-biglist-article-image {
  float: right;
  margin-right: 2%;
  margin-left: 2%;
}
.main-news-biglist-article-header h3 {
  color: #6d6e71;
  margin: 0;
  font-size: .8em;
}
.main-news-biglist-article-header h2 {
  margin: .5em 0 0 0;
  font-size: 1.5em;
  line-height: 1.2em;
  /*max-height: 2.4em;*/
  overflow: hidden;
}
.main-news-overview-slide:nth-child(1) {
  overflow: hidden;
}
.main-news-overview-slide:nth-child(4) {
  overflow: hidden;
}
.main-news-overview-slide .more a, .main-news-overview-slide:nth-child(4) a.main-news-biglist-link, .main-news-overview-slide:nth-child(8) a.main-news-biglist-link, .main-news-overview-slide:nth-child(4) .main-news-biglist-article-header h2, .main-news-overview-slide:nth-child(4) .main-news-biglist-article-header h2 a, .main-news-overview-slide:nth-child(8) .main-news-biglist-article-header h2, .main-news-overview-slide:nth-child(8) .main-news-biglist-article-header h2 a {
  color: #8dc63f;
}
.main-news-overview-slide:nth-child(4) a.main-news-biglist-link:hover, .main-news-overview-slide:nth-child(8) a.main-news-biglist-link:hover, .main-news-overview-slide:nth-child(4) .main-news-biglist-article-header h2:hover, .main-news-overview-slide:nth-child(4) .main-news-biglist-article-header h2 a:hover, .main-news-overview-slide:nth-child(8) .main-news-biglist-article-header h2:hover, .main-news-overview-slide:nth-child(8) .main-news-biglist-article-header h2 a:hover {
  color: #6d6e71;
}
.main-news-overview-slide:nth-child(2) a.main-news-biglist-link, .main-news-overview-slide:nth-child(6) a.main-news-biglist-link, .main-news-overview-slide:nth-child(2) .main-news-biglist-article-header h2, .main-news-overview-slide:nth-child(2) .main-news-biglist-article-header h2 a, .main-news-overview-slide:nth-child(6) .main-news-biglist-article-header h2, .main-news-overview-slide:nth-child(6) .main-news-biglist-article-header h2 a {
  color: #6d6e71;
}
.main-news-overview-slide:nth-child(2) a.main-news-biglist-link:hover, .main-news-overview-slide:nth-child(6) a.main-news-biglist-link:hover, .main-news-overview-slide:nth-child(2) .main-news-biglist-article-header h2:hover, .main-news-overview-slide:nth-child(2) .main-news-biglist-article-header h2 a:hover, .main-news-overview-slide:nth-child(6) .main-news-biglist-article-header h2:hover, .main-news-overview-slide:nth-child(6) .main-news-biglist-article-header h2 a:hover {
  color: #8dc63f;
}
.main-news-overview-slide .more a {
  color: #8dc63f !important;
}
.main-news-biglist-article-text {
  font-size: .8em;
  /*height: 120px;*/
  overflow: hidden;
  font-weight: 100;
  line-height: 18px;
}
.main-news-biglist-article-text p {
  display: none;
  margin: 1em 0;
}
.main-news-biglist-article-text p:first-child {
  display: block;
}
.main-news-biglist-article-footer {
  position: absolute;
  display: block;
  height: 30px;
  width: 48%;
  left: 50%;
  bottom: 0;
  border-bottom: 2px dotted #e6e7e8;
}
.main-news-biglist-article.even .main-news-biglist-article-footer {
  left: 51%;
}
.main-news-biglist-article-footer a {
  display: block;
  text-decoration: none;
  color: #552d00;
  font-style: italic;
  font-size: .8em;
}
.main-news-biglist-article.right .main-news-biglist-article-footer {
  left: 0;
}
#main-news-archiv-loader-wrap {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
#main-news-archiv-loader-wrap .preload, .ajax-loader {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../img/progress_portal_archiv.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.ajax-loader {
  min-height: 30px;
  position: relative;
  display: block;
}
#main-news-archiv-loader, #main-adnews-wrap a.more {
  display: block;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #6d6e71;
  background-color: #e6e7e8;
  height: 30px;
  border-radius: 3px;
}
.main-news-archivlist-article {
  padding-bottom: 30px;  
}
.main-news-archivlist-article-image {
  position: relative;
}
.main-news-archivlist-article-image-aspect {
  height: 0;
  padding: 0 0 50% 0;
  overflow: hidden;
}
.main-news-archivlist-article-image-aspect img {
  margin-top: -20%;
  min-width: 100%;
}
.main-news-archivlist-article-header h2 {
  margin: .5em 0 3px 0;
  font-size: 1.1em;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
}
.main-news-archivlist-article-header h2, .main-news-archivlist-article-header h2 a {
  color: #6d6e71;
}
.main-news-overview-row .boxes:last-child {
  margin: 0;
}
.main-news-archivlist-article-text {
  font-size: .8em;
  font-weight: 100;
  line-height: 1.35em;
}
.main-news-archivlist-article-text p {
  margin: 0;
}
.main-news-archivlist-article-footer {
  position: absolute;
  bottom: 10px;
  left: 6px;
  width: 100%;
}
.main-news-archivlist-article.act {
  background-image: url(../img/arrow-top-28.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.main-news-archivlist-article-footer a {
  display: block;
  text-decoration: none;
  color: #552d00;
  font-style: italic;
  font-size: .8em;
}
.main-news-archiv-article {
  padding: 20px 0;
}
.main-news-archiv-article-image {
  float: left;
  width: 24.25%;
  margin-right: 1%;
}
.main-news-archiv-article-text-wrap {
  position: absolute;
  left: 25.25%;
  top: 20px;
  width: 50%;
  height: auto;
  bottom: 20px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  column-width: 50%;
  -moz-column-width: 50%;
  -webkit-column-width: 50%;
  color: #bcbec0;
  font-weight: 200;
  font-size: .8em;
  overflow: hidden;
  line-height: 14px;
}
.main-news-archiv-article-header {
  position: relative;
}
.main-news-archiv-article-header h3 {
  margin: 0;
  color: #e6e7e8;
  text-transform: uppercase;
  font-size: .9em;
  line-height: 14px;
}
.main-news-archiv-article-header h2 {
  color: #8dc63f;
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 28px;
  font-size: 1.6em;
}
.main-news-archiv-article-text p {
  margin: 14px 0;
  line-height: 14px;
}
.main-news-archiv-article-text p:first-child {
  margin-top: 0px;
}
.main-news-archiv-article-footer {
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 14px;
  width: auto;
}
.main-news-archiv-article-footer a {
  font-size: .8em;
  line-height: 14px;
  font-style: italic;
}
#main-adnews-wrap {
  position: relative;
}
#main-adnews-innerwrap {
  background-color: #e6e7e8;
  border-radius: 3px;
  padding: 5px 0;
  margin: 20px 0 20px 0;
}
#main-adnews-innerwrap > div {
  padding: 5px 10px;
}
#main-adnews-wrap > .csc-header {
}
#main-adnews-wrap > .csc-header h2 {
  padding-top: 10px;
  margin: 0;/*border-bottom: 2px dotted #8dc63f;*/
}
.main-news-adnews-article {
  padding-bottom: 12px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}
.main-news-adnews-article-inner {
  background-color: #FFF;
  height: 100%;
  border-radius: 3px;
}
.main-news-adnews-article-inner > * {
  padding: 0 5px;
}
.main-news-adnews-article-inner  > *:first-child {
  padding: 0;
}
.main-news-adnews-article-inner  > *:last-child {
  padding-bottom: 5px;
}
.main-news-adnews-article-header h2 {
  margin: .5em 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}
.main-news-adnews-article-header h2 a {
  font-weight: 400;
  color: #8dc63f;
}
.main-news-adnews-article-header h3 {
  margin: 8px 0;
  font-size: .7em;
  font-weight: 300;
}
.main-news-adnews-article-text {
    padding-bottom: 20px;
}
.main-news-adnews-article-text p.bodytext {
  font-size: .8em;
  font-weight: 300;
  line-height: 1.4em;
}
.main-news-adnews-row {
  position: relative;
}
.main-news-adnews-article-footer {
  position: absolute;
  left: 6px;
  bottom: 22px;
  right: 6px;
  height: 23px;
}
.main-news-adnews-article-footer .main-news-adnews-link {
  font-size: .8em;
  font-style: italic;
}
#main-adnews-wrap a.more {
  margin: 0 1% 10px 1%;
  padding: 5px 0 10px 0;
  line-height: normal;
  /*border-top: 1px dotted #8dc63f;*/
  height: auto;
  color: #8dc63f;
  text-align: right;
  font-size: .9em;
  background: none;
  position: absolute;
  right: 0;
  top: 10px;
}
.col-lg-2-4 {
  width: 20%;
  float: left;
  position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
}
/**** GRIDELEMENTS ****/
.row .row .col-sm-3,
.row .row .col-sm-4 {
  font-size: .9em;
}
.row .row .row .col-sm-3,
.row .row .row .col-sm-4 {
  font-size: 1em;
}
/****** CONTENT *******/
#maincol-2.content, 
#maincol-1.content {
  font-size: 1.05em;
}
#maincol-1 .content.col-md-6 {
  font-size: 1em;
}
.maincol nav ul, .maincol nav ul li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.maincol nav ul li {
  border-top: 1px dotted #e6e7e8;
  padding: 4px 0 5px 20px;
  background-image: url(../img/arrow_grey_right.png);
  background-position: 6px 10px;
  background-repeat: no-repeat;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.maincol nav ul li:first-child {
  border: none;
}
.maincol nav ul li.act {
  background-image: url(../img/arrow_grey_right_act.png);
}
.maincol nav ul li.open {
  background-image: url(../img/arrow_grey_rightdown_act.png);
}
.maincol nav > ul {
  font-size: .9em;
}
.maincol nav ul a {
  color: #6d6e71;
  /*font-family: 'Ubuntu', sans-serif;*/
  font-weight: 200;
}
.maincol nav ul li.act > a {
  font-weight: 400;
}
.maincol nav ul a:hover {
  color: #8dc63f;
}
.maincol nav ul ul li {
  border: none;
  background-image: url(../img/L.png);
  padding-left: 14px;
  background-position: 0px 10px;
}
.maincol nav ul ul li:last-child {
  padding-bottom: 0;
}
.maincol.left h3, .maincol.right h3 {
  color: #6d6e71;
  margin-top: 0;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.maincol.left h4, .maincol.right h4 {
  color: #8dc63f;
  margin-top: .2em;
  margin-bottom: .5em;
  text-transform: uppercase;
  font-size: .9em;
}
.maincol.left h4 a, .maincol.right h4 a {
  color: #8dc63f;
}
.maincol.left .col-inner {
  padding: 0 15px 0 0;
}
.maincol.right .col-inner {
  padding: 0 0 0 15px;
}
.maincol.left > .col-inner > div, .maincol.right > .col-inner > div {
  margin-bottom: 20px;
}
.maincol.left p, .maincol.left ul, .maincol.left ol, .maincol.right p, .maincol.right ul, .maincol.right ol {
  font-size: .8em;
  line-height: 1.5;
}
.maincol.left b, .maincol.left strong, .maincol.right b, .maincol.right strong {
  color: #666;
}
#sub-nav > ul > li > ul {
  font-size: .9em;
}
#sub-nav > ul > li > ul ul {
  font-size: 1em;
}
.csc-frame-rulerAfter p:last-child {
  margin-bottom: 0;
}
.csc-header h1, .content h1 {
  margin: 0 0 .5em 0;
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
  color: #8dc63f;
}
.csc-header h2 {
  margin: 0 0 1em 0;
  font-weight: 400;
  font-size: 1.2em;
  color: #8dc63f;
}
.csc-header.portal h2 {
  font-weight: 300;
}
.csc-header h2.square {
  background-image: url(../img/g-point.png);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
}
.csc-header h2.square a {
  color: #8dc63f;
}
.csc-header h2.square a:hover {
  color: #6d6e71;
  text-decoration: none;
}
.content h2 {
  font-weight: 200;
  font-size: 1.1em;
  margin: 0 0 1em 0;
}
.content h3 {
  margin: 0 0 1em 0;
  font-weight: 300;
  font-size: 1.1em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content h3.panel-title {
  margin: 0 ;
  font-weight: 300;
  font-size: .9em;
}
.form-group {
    position: relative;
}
.charcounter {
  border-top: 1px solid #CCC;
  border-right: 1px solid #ccc;
  background-color: #EDEDED;
  font-size: 11px;
  color: #999;
  padding: 2px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1px;
  border-radius: 0 0 0 2px;
}
.tx-news-frontend-edit .form-group label {
    font-size: .7em;
}
.tx-news-frontend-edit .small-table-header th {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.tx-news-frontend-edit .formgroup-item {
  float: left;
  margin-right: 30px;
}
.tx-news-frontend-edit .isReject {
    background-color: #FFAAA8 !important;
}
.tx-news-frontend-edit .preview .mainimage {
  float: right;
    margin: 5px 0 10px 15px;
    width: 41%;  
    position: relative;
}
.tx-news-frontend-edit .preview .mainimage-full {
  margin-bottom: 15px;
}
.tx-news-frontend-edit .preview h1 {
  font-size: 24.2px;
}
.tx-news-frontend-edit .preview h2 {
  color: #6d6e71;
    font-size: 18.8px;
    margin-bottom: .4em;
}
.media-body, .media-left, .media-right {
    width: 74px;
  padding-bottom: 15px;
}
.sh-box-100 {
  margin-bottom: 15px;
}
.csc-frame-frame2 .csc-textpic-text h3 {
  margin: 0 0 .5em 0;
  font-weight: 200;
  font-size: .95em;
}
.content .csc-header-n1 h4 {
  margin: .8em 0 .5em 0;
  font-weight: 200;
  font-size: .8em;
  color: #6d6e71;
  text-transform: uppercase;
}
.csc-textpic-intext-right p.bodytext:first-child, .csc-textpic-intext-left p.bodytext:first-child {
  margin-top: 0;
}
.csc-textpic-intext-right figure, .csc-textpic-intext-left figure {
  margin-top: 3px !important;
}
.csc-textpicHeader h3 {
  font-size: 1.2em;
}
.csc-textpicHeader h3:hover {
  color: #8dc63f;
}
.content p, .content ul, .content ol {
  font-weight: 200;
  font-size: .85em;
  line-height: 1.6em;
}
.content p b, .content ul b, .content ol b, .content p strong, .content ul strong, .content ol strong, .content td strong, .content td b {
  font-weight: 400;
  color: #666;
}
.gallery-firstprev .csc-textpic-imagerow {
  display: none;
}
.gallery-firstprev .csc-textpic-imagerow:first-child {
  display: block;
}
.csc-textpic-image a {
  display: block;
  position: relative;
}
a .imgprev {
  zoom: 1;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 32px;
  height: 24px;
  overflow: hidden;
  background-size: 64px 24px;
  background-image: url(../img/icons_Foto_Video.png);
  /*border: 1px solid #FFF;*/
  border-radius: 3px;
}
a:hover .imgprev {
}
.csc-textpic-image a {
  background-color: #552d00;
}
  
.csc-textpic-image a img {
  opacity: 1;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.csc-textpic-image a:hover img {
  opacity: .7;
}
.imgprev.video {
  background-position: -32px 0;
}
.imgprev.picvideo {
  width: 64px;
}
.link-hover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-image: url(../img/bg_black_a90.png);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-hover:hover {
  opacity: .3;
}
.csc-frame-rulerAfter {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #e6e7e8;
}
.csc-frame-rulerBefore {
  border-top: 2px dotted #e6e7e8;
  margin-top: 20px;
  padding-top: 16px;
}
.csc-frame-invisible {
  display: none;
}
.maincol.left .csc-frame-rulerAfter, .maincol.right .csc-frame-rulerAfter {
  border-bottom: 1px solid #e6e7e8;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  /*margin-bottom: 0px;*/
}
figcaption.csc-textpic-caption {
  font-size: .7em;
  font-weight: 300;
  padding: 5px 10px;
  border-left: 2px solid #8dc63f;
}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  max-width: 56%;
}
.csc-textpic-imagerow {
  margin-left: -6px;
  margin-right: -6px;
}
.csc-textpic-imagecolumn {  
  margin: 0 !important;
  padding: 6px;
}
.left .csc-textpic-imagewrap[data-csc-images='1'],
.right .csc-textpic-imagewrap[data-csc-images='1'] {
  padding: 6px 0 12px;
  margin-right: 0 !important;  
}
.csc-textpic-image {
}
.csc-textpic-image img {
  width: 100%;
}
.csc-textpic-imagewrap[data-csc-images='2'] .csc-textpic-imagecolumn {
  width: 50%;
}
.csc-textpic-imagewrap[data-csc-images='3'] .csc-textpic-imagecolumn {
  width: 33.333%;
}
.csc-textpic-imagewrap[data-csc-images='4'] .csc-textpic-imagecolumn {
  width: 25%;
}
.gallery-firstprev .csc-textpic-imagecolumn,
.right .csc-textpic-imagewrap .csc-textpic-imagecolumn {
  width: auto !important;
}
.maincol.right div.csc-textpic-imagecolumn, .maincol.right td.csc-textpic-imagecolumn .csc-textpic-image {
  /*margin-right: 0 !important;*/
}
/* Content Frames */
.csc-frame-frame1, .csc-frame-frame2, .csc-frame-color-shadow {
  border: 1px solid #e6e7e8;
  box-shadow: 0px 0px 3px #e6e7e8;
  -mox-box-shadow: 0px 0px 3px #e6e7e8;
  -webkit-box-shadow: 0px 0px 3px #e6e7e8;
  background-color: #FAFBFC;
  height: 100%;
}
.sh-box-50 {
  margin-bottom: 12px;
}
.csc-frame-frame2 {
  width: auto;
  float: none;
  margin-right: 0;
}
.csc-frame-frame2 .csc-textpic-image {
  margin-bottom: 0 !important;
}
.csc-frame-frame2 .csc-textpic-text {
  padding-right: 10px;
}
.csc-frame-frame1 p, .csc-frame-frame2 p {
  margin: .5em 0;
  font-size: .7em;
}
.csc-frame-frame2 p {
  font-size: .72em;
}
.csc-frame-frame1 p:last-child, .csc-frame-frame2 p:last-child {
  margin-bottom: 0;
}
.csc-frame-frame1 p a {
/*font-size: .9em;*/
}
.csc-frame-frame2 p a {
}
.csc-frame-frame1 h2 {
  font-size: 1em;
  margin: .5em 0 .4em 0;
}
.csc-frame-frame2 h2 {
  font-size: 1.2em;
  margin: .5em 0 .4em 0;
}
.csc-frame-color-shadow {
  width: auto;
  background-color: #FAFBFC;
  margin-bottom: 15px !important;
  color: #6d6e71;
}
.csc-frame-color-shadow .csc-textpic-text, .csc-frame-color-shadow > p {
  padding: 8px;
  margin: 0;
}
.csc-frame-color-shadow .csc-textpic-text p {
  padding: 0;
  margin: 0;
}
.youtube-container > .aspect {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0 10px 56.25% 10px;
}
.youtube-container .aspect iframe, .youtube-container .aspect object, .youtube-container .aspect embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* menue collaps */
.collaps {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
li .collaps {
  top: 4px;
  left: 2px;
}

/* steps */
.form-step {
  margin: 1px;
  padding: 10px;
  background-color: #CCC;
}
.form-step.act {
  background-color: #94c11f;
}
.form-step p {
  color: #FFF;
  margin: 0;
  text-align: center;
}
.form-step p.title {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 5px;
}

/* Accordion */
#main .esperti-wrap .accordion, 
#main .listitem.accordion, 
#main .listitem.collaps,
#main .lig-accordion,
#main .csc-default.accordion, 
#main .csc-default.collapse {
  border-top: 1px dotted #e6e7e8;
  padding-top: .7em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .esperti-wrap .accordion:last-child, 
#main .listitem.accordion:last-child, 
#main .listitem.collapse:last-child,
#main .csc-default.accordion:last-child,
#main .lig-accordion:last-child,
#main .csc-default.collapse:last-child {
  border-bottom: 1px dotted #e6e7e8;
}
#main .esperti-wrap .accordion .csc-header,
#main .listitem.accordion .csc-header, 
#main .listitem.collapse .csc-header,
#main .csc-default.accordion .csc-header,
#main .lig-accordion .csc-header,
#main .csc-default.collapse .csc-header {
  padding-left: 30px;
  font-size: .9em;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/icon_accordion_close.png);
  background-position: 6px 3px;
  background-size: 13px 13px;
}
#main .esperti-wrap .accordion .csc-header.open h3,
#main .listitem.accordion .csc-header.open h3, 
#main .listitem.collapse .csc-header.open h3,
#main .csc-default.accordion .csc-header.open h3,
#main .lig-accordion .csc-header.open h3,
#main .csc-default.collapse .csc-header.open h3 {
  color: #8dc63f;
  font-weight: 400;
}
#main .esperti-wrap .accordion .csc-collaps-switcher,
#main .listitem.accordion .csc-collaps-switcher, 
#main .listitem.collapse .csc-collaps-switcher,
#main .csc-default.accordion .csc-collaps-switcher,
#main .lig-accordion .csc-collaps-switcher,
#main .csc-default.collapse .csc-collaps-switcher {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 6px;
  left: 6px;
}
/*#main .esperti-wrap .accordion .csc-collaps-switcher.open,
#main .listitem.accordion .csc-collaps-switcher.open, 
#main .listitem.accordion .csc-header.open, 
#main .listitem.collapse .csc-collaps-switcher.open, 
#main .listitem.collapse .csc-header.open,
#main .csc-default.accordion .csc-collaps-switcher.open, 
#main .csc-default.accordion .csc-header.open, 
#main .csc-default.collapse .csc-collaps-switcher.open, 
#main .csc-default.collapse .csc-header.open {*/
#main .esperti-wrap .accordion.open .csc-header,
#main .listitem.accordion.open .csc-header, 
#main .listitem.collapse.open .csc-header,
#main .csc-default.accordion.open .csc-header,
#main .lig-accordion.open .csc-header,
#main .csc-default.collapse.open .csc-header {
  background-image: url(../img/icon_accordion_open.png);
}
#main .esperti-wrap .accordion .csc-collaps-switcher.close,
#main .listitem.accordion .csc-header.close, 
#main .listitem.collapse .csc-header.close,
#main .csc-default.accordion .csc-header.close,
#main .lig-accordion .csc-header.close,
#main .csc-default.collapse .csc-header.close {
  background-image: url(../img/icon_accordion_close.png);
}
#main .esperti-wrap .accordion.open,
#main .listitem.accordion.open, 
#main .listitem.collapse.open,
#main .csc-default.accordion.open,
#main .lig-accordion.open,
#main .csc-default.collapse.open {
  background-color: #FAFBFC;
  border-color: #C0BCBC;
}
.csc-collaps-content {
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.csc-collaps-content > *:first-child {
  margin-top: 0;
}
.csc-collaps-content > *:last-child {
  margin-bottom: 0;
}
/* forms 
button, .button, .btn-primary, input[type=button], input[type=submit] {
  display: inline-block;
  border: 1px solid #B8BCC9;
  border-radius: 3px;
  color: #6d6e71;
  background: rgb(195,229,156);
  background: -moz-linear-gradient(top, rgba(195,229,156,1) 0%, rgba(148,193,31,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(195,229,156,1)), color-stop(100%, rgba(148,193,31,1)));
  background: -webkit-linear-gradient(top, rgba(195,229,156,1) 0%, rgba(148,193,31,1) 100%);
  background: -o-linear-gradient(top, rgba(195,229,156,1) 0%, rgba(148,193,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(195,229,156,1) 0%, rgba(148,193,31,1) 100%);
  background: linear-gradient(to bottom, rgba(195,229,156,1) 0%, rgba(148,193,31,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e59c', endColorstr='#8dc63f', GradientType=0 );
  padding: 5px 15px;
  text-decoration: none;
  background-color: #FFF;
  box-shadow: 0px 0px 3px #CCC;
  -mox-box-shadow: 0px 0px 3px #CCC;
  -webkit-box-shadow: 0px 0px 3px #CCC;
  text-transform: uppercase;
  font-size: .9em;
  outline: none;
  cursor: pointer;
}
button:hover, .button:hover, input:hover[type=button], input:hover[type=submit] {
  border-color: #6d6e71;
}
button.small, .button.small {
  padding: 3px 8px;
  font-size: .7em;
}*/
/* TEMP Formatione */
.listitem .csc-header .type {
  font-weight: 400;
}
.listitem .csc-header .type, .listitem .csc-header .title {
  font-size: 1.0em;
}
.listitem .csc-header .date {
  float: right;
  margin-right: 10px;
}
.listitem .csc-header .date p {
  margin: 0;
}
.listitem .csc-collaps-content {
  font-size: .8em;
  font-weight: 200;
}
.listitem .csc-collaps-content b {
  font-weight: 400;
}
.listitem .footer {
  position: relative;
  height: 30px;
  margin: 10px 0;
}
.listitem .footer .price {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2em;
}
.listitem .footer .submit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.col-event-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.col-event-list li {
  border-top: 1px dotted #e6e7e8;
  padding: 4px 0 5px 20px;
  background-image: url(../img/arrow_grey_right.png);
  background-position: 6px 14px;
  background-repeat: no-repeat;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  list-style: none;
}
.col-event-list li:first-child {
  border: none;
}
.col-event-list li a {
  color: #6d6e71;
  font-size: .9em;
  font-weight: 400;
}
.col-event-list li a:hover {
  color: #8dc63f;
}
.col-event-list li .date p {
  margin: 0;
  font-weight: 200;
}
.col-event-list li.stronger {
  border-top-color: #C0BCBC;
  padding-top: 11px;
  background-position: 6px 18px;
}
.col-event-list li.stronger a {
  font-size: 1.1em;
}
.booking-steps {
  margin-left: -15px;
  margin-right: -15px;
}
.booking-steps > .step {
  width: 33.3333%;
  float: left;
  padding: 15px;
}
.booking-steps > .step > div {
  border: 1px solid #CCCCCC;
  color: #D0D0D0;
  text-align: center;
  padding: 15px;
}
.booking-steps > .step.active > div {
  background-color: #8CC63F;
  color: #FFF;
}
.booking-steps > .step.finalize > div {
  color: #FFF;
  background-color: #552D00;
}
.booking-steps > .step > div .step-title {
  font-weight: 400;
  font-size: 22px;
}
.booking-steps > .step > div .step-info {
  font-weight: 300;
  font-size: 12px;
}
.event-info-container {
  margin: 15px 0;
  padding: 7px;
  background-color: #FAFBFC;
  border-top: 1px dotted #C0BCBC;
  border-bottom: 1px dotted #C0BCBC;
  font-size: 14px;
  font-weight: 300;
}
.event-info-container header {
}
.event-info-container header h3 {
  font-size: 16px;
  color: #8CC63F;
  font-weight: 400;
}
.event-info-container header h4 {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  color: #CCCCCC;
}
.event-info-container .date {

}
.event-booking-container .conditions {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCC;
}

.maincol.right > * {
  box-shadow: #e6e7e8 0 0 3px;
  padding: 10px;
  background-color: #FAFBFC;
  margin-bottom: 15px;
}
.maincol.right > a {
  box-shadow: none;
  padding: 0;
  background-color: #000;
  margin-bottom: 0;
}
.maincol.right > * p {
  font-weight: 200;
}
.col-nav-container {
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}
.col-nav-container li {
  margin-bottom: 15px;
}
.col-nav-container a {
  color: #552D00;
  border: 1px solid #552D00;
  font-size: 14px;
}
.col-nav-container li.active a,
.col-nav-container a:focus,
.col-nav-container a:active,
.col-nav-container a:hover {
  color: #FFF;
  border: 1px solid #8dc63f;
  background-color: #8dc63f !important;
}
.maincol.right > h4 a {
  color: #8dc63f
}
.contenttable table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: .9em;
  font-weight: 200;
}
.contenttable table, .contenttable td, .contenttable th {
  border: 1px #e6e7e8 solid;
}
.contenttable td {
  background-color: #FAFBFC;
  text-align: center;
  padding: 10px;
  font-size: 1.05em;
}
.contenttable th {
  /*background-color: #6d6e71;*/
  background-color: #8dc63f;
  color: #FFF;
  padding: 10px;
  font-weight: 400;
}
.table.table-striped a.tablelink {
  color: #333;
}
/*tr:nth-child(even) td {
  background-color: #FAFBFC;
}
tr:nth-child(odd) td {
  background-color: #e6e7e8;
}*/
.indent {
  padding: 15px 15px 15px 20px;
  background-color: #FAFBFC;
  border-left: 4px solid #8dc63f;
  margin-bottom: .8em;
}
.content .indent p, content .indent ul, .content .indent ol {
  font-weight: 400;
  margin: 0 !important;
}
.image-box {
  margin-bottom: 18px;
}
.image-box p {
  margin-top: 1em;
}
.image-box .csc-textpic {
  border-bottom: 1px solid #e6e7e8;
  height: 100%;
  overflow: visible;
}
.image-box .csc-textpic-image {
  width: 100%;
}
.image-box .csc-textpic-image a {
  display: block;
  position: relative;
  box-shadow: #BBBBBB 2px 2px 6px;
}
.image-box .csc-textpic-imagewrap {
  overflow: visible !important;
}
.image-box div.csc-textpic-center .csc-textpic-center-inner,
.image-box div.csc-textpic-center .csc-textpic-center-outer {
  float: none;
  right: auto;
}
.image-box figcaption.csc-textpic-caption {
  font-size: .9em;
  font-weight: 400;
  margin-bottom: 0;
  padding: .7em 0;
  border-left: 0;
  border-bottom: 1px solid #e6e7e8;
  text-align: center;
  padding-top: 6px;
}
.image-box .csc-textpic-text {
  font-size: .8em;
  clear: both;
  overflow: hidden;
}
.image-box.overview {
  height: auto !important;
}
.image-box.overview > .csc-header {
  height: 0;
  padding-bottom: 116%;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
}
.image-box.overview > .csc-header h3 {
  background-image: url(../img/Icon-bg-normal.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.image-box.overview > .csc-header h3 a {
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #8dc63f;
}
.image-box.overview > .csc-header h3 a {
  text-align: center;
  line-height: 1em;
  font-size: 1.8em;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-top: -.5em;
}
.image-box.overview > .csc-header h3 a:hover {
  color: #FFF;
}
.image-box.overview > .csc-header h3.hover {
  background-image: url(../img/Icon-bg-hover.jpg);
}
.maincol.col-1-4.right .csc-textpic-intext-left .csc-textpic-imagewrap {
  margin-right: 0;
}
/********** LOGIN ************/
.login-wrap {
  margin: 0 1px;
  height: 600px;
    display: table;
    width: 100%;
  position: relative;
  background: #95c11f;
  background: -moz-radial-gradient(center, ellipse cover, #95c11f 0%, #95c11f 44%, #649622 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #95c11f), color-stop(44%, #95c11f), color-stop(100%, #649622));
  background: -webkit-radial-gradient(center, ellipse cover, #95c11f 0%, #95c11f 44%, #649622 100%);
  background: -o-radial-gradient(center, ellipse cover, #95c11f 0%, #95c11f 44%, #649622 100%);
  background: -ms-radial-gradient(center, ellipse cover, #95c11f 0%, #95c11f 44%, #649622 100%);
  background: radial-gradient(ellipse at center, #95c11f 0%, #95c11f 44%, #649622 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c11f', endColorstr='#649622', GradientType=1 );
}
.login-wrap .login-box {
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.35)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000', GradientType=0 );display: table-cell;
    vertical-align: middle;
    text-align: center;
  display: table-cell;
}
.login-wrap .login-box > * {
  position: relative;
     display: inline-block;
    text-align: left;
    max-width: 600px;
    min-width: 320px;
    width: 100%;
  padding: 10px;
  display: inline-block;
  float: none;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 14px 0px rgba(0, 0, 0, 0.75);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 49%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #ffffff 49%, #efefef 100%);
  background: -o-linear-gradient(top, #ffffff 49%, #efefef 100%);
  background: -ms-linear-gradient(top, #ffffff 49%, #efefef 100%);
  background: linear-gradient(to bottom, #ffffff 49%, #efefef 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
}
.login-wrap .login-box.small > * {
  max-width: 350px;
}
.login-wrap a {
  color: #666;
}
.login-wrap a:hover {
  color: #8dc63f;
}
.login-header {
  margin: 0 0 15px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 1.4em;
}
.login-footer {
  margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 1px solid #ccc;
  text-align: center;
}
.login-footer p {
  margin: 0;
}
.login-wrap .form-group {
  margin-bottom: 6px;
}
.login-wrap .help-block {
  font-size: .8em;
}
.login-wrap .help-block a {
  color: #ccc;
}
.login-wrap fieldset {
  margin: 0 0 15px 0;
}
.login-wrap .checkbox {
  padding-top: 0;
    padding-bottom: 7px;
}
.btn.full-width {
  width: 100%;
}

.dropdown-menu li {
  list-style: none;
}

/********** FOOTER ***********/
footer#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #777;
  color: #fff;
  margin-top: 15px;
  font-size: .8em;
  right: 0;
}
footer#footer.fixed {
  position: fixed;
}
footer#footer > div {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
footer#footer a {
  color: #fff;
}
footer#footer h4 {
  color: #8dc63f;
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
footer#footer p {
  margin: 0;
  font-weight: 200;
}
#footer-lignius-info {
  font-size: .9em;
  line-height: 1.4em;
}
#footer-sozialmedia-wrap {
  position: relative;
  height: 25px;
}
#footer-sozialmedia-wrap .footer-sozialmedia {
  display: block;
  float: right;
  height: 25px;
  background-image: url(../img/sozialmedia_icons_L25.png);
  background-size: 300px 87px;
  background-repeat: no-repeat;
}
#footer-sozialmedia-wrap .footer-sozialmedia span {
  display: none;
}
#footer-sozialmedia-facebook {
  background-position: -119px 0;
  width: 25px;
  margin-right: 15px;
}
#footer-sozialmedia-gp {
  background-position: -161px 0;
  width: 25px;
  margin-right: 15px;
}
#footer-sozialmedia-pinterest {
  background-position: -203px 0;
  width: 25px;
  margin-right: 15px;
}
#footer-sozialmedia-twitter {
  background-position: -240px 0;
  width: 25px;
  margin-right: 10px;
}
#footer-sozialmedia-youtube {
  background-position: -40px 0;
  width: 60px;
  margin-right: 15px;
}
#footer-sozialmedia-linkedin {
  background-position: -1px 0;
  width: 25px;
  margin-right: 15px;
}
#footer-sozialmedia-rss {
  background-position: -275px 0;
  width: 25px;
  margin-right: 10px;
}
#footer-sozialmedia-wrap .footer-sozialmedia:first-child {
  margin-right: 0;
}
#footer-copyride-wrap {
  position: relative;
}
#footer-copyride-wrap ul {
  float: right;
}
#footer-copyride-wrap ul li {
  display: inline-block;
  margin-left: 5px;
  font-size: .8em;
  list-style: none;
}
#footer-copyride-wrap ul li a:hover {
  color: #8dc63f;
}
#footer-small-lignius-info {
  padding-top: 5px;
  font-size: .8em;
  float: left;
}
#footer-small-lignius-info h4 {
  margin: 0;
  display: inline;
  font-weight: 400;
}
#footer-small-lignius-info span {
  font-weight: 300;
}
#footer-small-copyride-wrap {
  float: right;
  padding-top: 5px;
  font-size: .8em;
  font-weight: 300;
}
#footer-small-copyride-wrap li {
  float: left;
  margin-left: 10px;
}
#footer-small-copyride-wrap li a {
  color: #666;
}
#footer-small-copyride-wrap li a:hover {
  color: #8dc63f;
}
#footer-app-wrap {
  text-align: right;
  margin: 10px 0;
}
#footer-app-wrap img {
  margin: 0 5px;
}

.fancybox-overlay {
/*z-index: 999999;*/
}
#to-up {
  display: none;
  opacity: 0;
  background-image: url(../img/arrow-w-up-35.png);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -550px;
  width: 35px;
  height: 35px;
  box-shadow: #e6e7e8 0 0 3px;
  background-color: #D8D8D8;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  z-index: 99;
}
#to-up.active {
  opacity: .8;
}
li.ui-tabs-active {
  border-top-color: #8dc63f !important;
  border-top-width: 2px;
}
.nav-tabs > li > a {
  color: #666;
}
.jQueryTabs {
  border: none !important;
}
.jQueryTabs a {
  outline: none !important;
}
.jQueryTabs > ul {
  width: auto;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.ui-tabs-panel {
  width: auto;
  border-left: 1px solid #e6e7e8;
  border-right: 1px solid #e6e7e8;
  border-bottom: 1px solid #e6e7e8;
  border-top: 0 !important;
  border-width: 1px !important;
  display: block;
}
.ui-helper-clearfix:after {
  clear: left;
}
/* SITEMAP */
.csc-frame.csc-frame-1-4-box .csc-sitemap {
  margin: 0 10px;
}
/***** FE-Layouts *****/
main.layout-3 {
  background: #c3c4c5;
  background: -moz-radial-gradient(center, ellipse cover, #FFFFFF 0%, #F5F5F5 44%, #CECECE 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #FFFFFF), color-stop(44%, #F5F5F5), color-stop(100%, #CECECE));
  background: -webkit-radial-gradient(center, ellipse cover, #FFFFFF 0%, #F5F5F5 44%, #CECECE 100%);
  background: -o-radial-gradient(center, ellipse cover, #FFFFFF 0%, #F5F5F5 44%, #CECECE 100%);
  background: -ms-radial-gradient(center, ellipse cover, #FFFFFF 0%, #F5F5F5 44%, #CECECE 100%);
  background: radial-gradient(ellipse at center, #FFFFFF 0%, #F5F5F5 44%, #CECECE 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#CECECE', GradientType=1 );
}
main.layout-3 > div {
  padding: 15px;
}
main.layout-3 #breadcrumbMenu {
  display: none;
}
main.layout-3 .csc-frame.csc-frame-1-3-box .csc-textpic-image a, main.layout-3 .csc-frame.csc-frame-1-4-box .csc-textpic-image a, main.layout-3 .csc-frame.csc-frame-1-5-box .csc-textpic-image a {
  box-shadow: #303030 2px 2px 6px;
}
main.layout-3 .csc-frame.csc-frame-1-3-box figcaption.csc-textpic-caption, main.layout-3 .csc-frame.csc-frame-1-4-box figcaption.csc-textpic-caption, main.layout-3 .csc-frame.csc-frame-1-5-box figcaption.csc-textpic-caption {
  /*color: #FFF;*/
  padding: .7em 0 0 0;
  border-bottom: none;
  font-size: .95em;
}
main.layout-3 .csc-frame.csc-frame-1-3-box, main.layout-3 .csc-frame.csc-frame-1-4-box, main.layout-3 .csc-frame.csc-frame-1-5-box {
  margin-bottom: 20px;
}
main.layout-3 .csc-frame.csc-frame-1-3-box .csc-textpic, main.layout-3 .csc-frame.csc-frame-1-4-box .csc-textpic, main.layout-3 .csc-frame.csc-frame-1-5-box .csc-textpic {
  border-bottom: none;
}
main.layout-3 b {
/*color: #FFF !important;*/
}
main.layout-3 .csc-frame.csc-frame-1-3-box p.bodytext, main.layout-3 .csc-frame.csc-frame-1-4-box p.bodytext, main.layout-3 .csc-frame.csc-frame-1-5-box p.bodytext {
  /*color: #FFF;*/
  text-align: center;
  margin: 0;
  font-size: .8em;
}
main.layout-3 .content h1 {
  margin: .5em 0 1em 10px;
  color: #6d6e71;/*color: #FFF;
    border-bottom: 2px dotted #e6e7e8;*/
}
main.layout-3 nav {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
}
main.layout-3 nav p.bodytext {
  margin: 0;
}
main.layout-3 nav p.bodytext a {
  padding-left: 10px;
  /*color: #FFF;*/
  color: #6d6e71;
  font-size: .9em;
}
main.layout-3 nav p.bodytext a:hover {
  color: #CCC;
}
footer.layout-3 {
  margin-top: 0 !important;
  border-radius: 0 !important;
}
/* TABLE RESULT */
.wfqbe_table_results {
}
.wfqbe_table_results td {
  padding: 5px;
  font-size: .8em;
}
.col-inner {
    background-color: #e3e4e4;
    padding: 10px 10px 0 10px;
}
.wfqbe_table_results tr:nth-child(even) td {
  background-color: #FFF;
}

.form-inline .form-control.col-xs-3 {
  width: 25% !Important;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.form-inline .form-control.col-xs-9 {
  width: 75% !Important;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
label {
  font-size: .8em;
  font-weight: 400;
}
label span {
  font-size: .8em;
}
.tx-srfreecap-cant-read,
.tx-srfreecap-pi1-cant-read {
  font-size: .8em;
  display: block;
  font-style: italic;
}
.ob-text {
  font-size: .8em;
  padding:7px 0;
  border-top: 2px dotted #e6e7e8;
}
legend {
  font-size: 1.2em;
  font-weight: 300;
  color: #94c11f;
  /*text-transform: uppercase;*/
  border-bottom: 2px dotted #e6e7e8;
}

.sozial-share-list {
  margin: 0 -12px;
  padding: 0;
  list-style: none;
}
.sozial-share-list li {
  padding: 0 12px;
    /* display: inline-block; */
    list-style: none;
    float: left;
}
.fixed-overlay {
  position: fixed;
  top: 120px;
  left: 50%;
  margin-left: -290px;
  width: 580px;
  padding: 10px 20px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(137, 137, 137, 1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(137, 137, 137,1);
  box-shadow: 0px 0px 50px 0px rgba(137, 137, 137,1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease; /* delay = 1 s */
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10;
}
.fixed-overlay.open {
  opacity: 1;
  visibility: visible;
}
.fixed-overlay .btn {
  width: 100%;
    margin: 10px 0;
}
.fixed-overlay .t-center {
    height: 67px;
    font-size: 20px;
    font-weight: 300;
}
.fixed-overlay .t-center > span {
  display: table;
    width: 100%;
    height:100%
}
.fixed-overlay .t-center > span > span {
  display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}
.main-news-single-list {
    max-width: 210px;
    margin: auto;
}
.main-news-single-list,
.main-news-single-list .main-news-adnews-article {
    min-height: 350px !important;
}
.main-news-single-list .main-news-adnews-article-header h3 {
    margin-top: 5px;
    font-size: 11px;
}

.col-nav-container {

}

.mcase .text-left {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.p-nav {
  padding: 5px 0;
  margin: 0 0 15px 0;
  /*border-bottom: 1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
}

.p-nav,
.p-nav-link {
  font-size: 15px;
  color: #666;
  line-height: 2;
}

.p-nav > div {
  /*margin-bottom: 15px;*/
}

.p-nav > div.right {
  text-align: right;
}

.p-nav > div.center {
  text-align: center;
}
.p-nav .page-counter {
  display: inline-block;
  margin-right: 6px;
  color: #B0B0B0;
}
.pagination li {
  background: none !important;
  padding: 0 !important;
  border: 0 !important;
}
#booking-form .control-label {
 text-align: left; 
}

/* map */
.infowindow-cont {
  position: relative;
}
.infowindow-cont .image {
  float: left;
  width: 160px;
}
.infowindow-cont .text {
  float: left;
  width: auto;
  min-width: 160px;
  font-size: 11px;
}
.infowindow-cont .text b {
  font-size: 16px;
  font-weight: 400;
}
.infowindow-cont .logo {
  position: absolute;
  bottom: 0;
  left: 160px;
}
.infowindow-cont .text a,
.infowindow-cont .text a:hover,
.infowindow-cont .text a:focus,
.infowindow-cont .text a:active {
  color: #686868;
}
.map-container .controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 10;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #8dc63f;
}

.sub-check {
  margin-left: 20px;
}
.sub-check .checkbox label,
.sub-check .radio label {
  font-size: .7em;
  font-weight: 300;
}
.sub-check .checkbox {
  padding: 0;
}
.sub-check .checkbox input[type=checkbox] {

}
.closeable legend {
  cursor: pointer;
  margin-bottom: 0;
  border: none;
}
.closeable legend.open {
  margin-bottom: 1em;
  border-bottom: 2px dotted #e6e7e8;
}
.closeable legend .glyphicon {
  font-size: .8em;
}

fieldset {
  margin-bottom: 1em;
}

.fancybox-overlay {
  background: rgba(0,0,0,0.87) !important;
}

@media (max-width: 768px) {
  #footer-sozialmedia-wrap {
    padding: 15px 0 15px 0;
    height: 55px;
    text-align: center;
  }  
  #footer-sozialmedia-wrap .footer-sozialmedia {
    float: none;
    display: inline-block;
  }
  #footer-sozialmedia-wrap .footer-sozialmedia {
    margin-right: 10px;
  }
  #footer-copyride-wrap ul {
    text-align: center;
    float: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  #mainnav-mobile {
     background-image: url(../img/mobile-menu@2.png);
  }
   footer#footer {
     /*background-image: url(../img/lignius_logo_white@2.png);*/
  }
  .gallery-firstprev .csc-textpic-image a .imgprev {
     background-image: url(../img/icons_Foto_Video@2.png);
  }
  .accordion .csc-collaps-switcher {
     width: 16px;
     height: 16px;
  }
  .accordion .csc-collaps-switcher.open {
     background-image: url(../img/icon_accordion_open@2.png);
  }
  .accordion .csc-collaps-switcher.close {
     background-image: url(../img/icon_accordion_close@2.png);
  }
  #footer-sozialmedia-wrap .footer-sozialmedia {
     background-image: url(../img/sozialmedia_icons_L50.png);
  }
}

