/* Open Sans */
/* Regular */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700);
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.container {
  width: 100%;
  max-width: 1072px;
}
#homepage {
  display: none;
}
#wrapper {
  max-width: 1072px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  padding: 0 0 0 15px;
}
#TSFE_ADMIN_PANEL_FORM {
  display: none;
}
#sidelogo-box .logo {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #fff url('../../img//sidesign.png') right top no-repeat;
  width: 125px;
  height: 100%;
  z-index: 1;
}
#sidelogo-box .bg {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
#background-box {
  background: #401743 url('../../img//background.jpg') left top no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
body {
  font-size: 14px;
  overflow-x: hidden;
  width: 100%;
  background: #401743;
}
@media (max-width: 1201px) {
  #wrapper {
    min-width: 712px;
    width: 100%;
    margin: 0;
    padding: 0 15px 0 87px;
    max-width: 100%;
  }
  .container {
    width: 100%;
  }
  #sidelogo-box {
    width: 72px !important;
  }
  #sidelogo-box .logo {
    background-image: url('../../img//tablet-sidesign.png');
    width: 72px !important;
  }
  #sidelogo-box .bg {
    width: 72px !important;
  }
  #background-box {
    left: 72px !important;
  }
}
@media (max-width: 767px) {
  body {
    background: #fff;
  }
  #wrapper {
    min-width: 282px;
    padding: 0 15px 0 53px;
  }
  #sidelogo-box {
    width: 38px !important;
  }
  #sidelogo-box .logo {
    background-image: url('../../img//tablet-sidesign.png');
    background-size: 80% auto;
    background-position: right -20px;
    width: 38px !important;
  }
  #sidelogo-box .bg {
    width: 38px !important;
  }
  #background-box {
    left: 38px !important;
    background: #664569;
  }
}
#top-bar {
  background: transparent;
  width: 100%;
  height: 45px;
}
#top-bar > .container {
  background: transparent;
  border: none;
  padding: 0;
  min-height: inherit;
  max-width: 1072px;
  margin: 0 auto;
}
@media (max-width: 1201px) {
  #top-bar > .container {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  #top-bar {
    display: none;
  }
}
#quick-links {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#quick-links li {
  float: left;
  list-style-type: none;
  margin-left: 2px;
}
#quick-links li:first-child {
  margin-left: 0;
}
#quick-links a {
  padding: 0;
  line-height: 31px;
  display: block;
  width: 43px;
  height: 45px;
  position: relative;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
  color: #ededed;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
#quick-links a i {
  font-family: 'FontAwesome', 'Glyphicons Halflings';
  font-style: normal;
  font-size: 18px;
  line-height: 45px;
  color: #ededed;
  text-align: center;
  width: 45px;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
#quick-links li:hover a {
  color: #f39100;
}
#quick-links li:hover a i {
  color: #f39100;
}
#quick-links .user a {
  width: auto;
  padding: 0 32px 0 20px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: left;
}
#quick-links .user a i {
  width: 35px;
}
#quick-links .user a i:before {
  font-family: 'FontAwesome';
  content: '\f007';
}
#quick-links .corresponce a {
  width: auto;
  padding: 0 32px 0 20px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-align: left;
}
#quick-links .corresponce a i {
  width: 35px;
}
#quick-links .corresponce a i:before {
  font-family: 'FontAwesome';
  content: '\f0f0';
}
#quick-links .phone a {
  color: #f39100;
  padding: 0 32px 0 0;
  overflow: visible;
  width: auto;
}
#quick-links .phone a i:after {
  content: '\f095';
  color: #f39100;
}
#quick-links .date a {
  overflow: visible;
  width: auto;
  padding-right: 15px;
}
#quick-links .date a i {
  width: 35px;
}
#quick-links .date a i:after {
  content: '\f073';
}
#quick-links .date a:hover {
  color: #f39100;
}
#quick-links .place a i:after {
  content: '\f041';
}
#quick-links .mail a {
  overflow: visible;
  width: auto;
  padding-right: 15px;
}
#quick-links .mail a i:after {
  content: '\f0e0';
}
@media (max-width: 1201px) {
  #quick-links .corresponce a,
  #quick-links .user a {
    padding: 0 5px;
  }
  #quick-links .phone a {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  #responsive-top-bar .navbar {
    border: none;
    background: transparent;
  }
  #responsive-top-bar #quick-links {
    display: block !important;
  }
  #responsive-top-bar #quick-links li {
    width: 100%;
    float: left;
    margin: 0 0 2px;
    border-radius: 20px;
  }
  #responsive-top-bar #quick-links li a {
    border-radius: 20px;
    width: 100%;
    font-size: 14px;
    color: #ededed;
  }
  #responsive-top-bar #quick-links li.user a,
  #responsive-top-bar #quick-links li.corresponce a {
    padding: 0;
    color: #fff;
  }
  #responsive-top-bar #quick-links li.user a i,
  #responsive-top-bar #quick-links li.corresponce a i {
    width: 45px;
  }
  #responsive-top-bar #quick-links li:hover a {
    color: #fff;
  }
}
#social-menu {
  margin: 0;
  padding: 0;
  float: left;
  display: none;
}
#social-menu li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 43px;
  height: 31px;
  float: left;
}
#social-menu a {
  padding: 0 15px;
  color: #6b675a;
  display: block;
  width: 45px;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  overflow: hidden;
  outline: none;
}
#social-menu a i {
  font-family: 'FontAwesome', 'Glyphicons Halflings';
  font-style: normal;
  font-size: 18px;
  line-height: 31px;
  color: #6b675a;
  transition: all 0.25s ease-in-out 0s;
}
#social-menu a i:after {
  content: '\f09a';
}
#social-menu li:hover a i {
  color: #f39100;
}
#social-menu .googleplus a i:after {
  content: '\f0d5';
}
@media (max-width: 1201px) {
  #social-menu {
    float: right;
  }
  #social-menu li {
    float: left;
  }
}
#language-menu {
  margin-right: 0;
  float: right;
  padding: 7px 6px 0 0;
  height: 45px;
  border-left: 1px solid #aeb1b5;
}
#language-menu li {
  float: left;
  list-style-type: none;
  margin-left: 12px;
}
#language-menu li a {
  background: #ededed;
  padding: 0;
  line-height: 32px;
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  text-align: center;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
  text-decoration: none;
  overflow: hidden;
  outline: none;
  color: #fff;
  border-radius: 100%;
  font-size: 14px;
}
#language-menu li a.active {
  background-color: #401743;
}
#language-menu li:hover a {
  background-color: #401743;
}
@media (max-width: 767px) {
  #language-menu {
    margin: 0;
    border: none;
  }
}
#header-main {
  margin: 0 auto;
  max-width: 1170px;
  height: auto;
  background: transparent;
  border-radius: 0px;
  border: none;
  padding: 0;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}
#header-main #main-menu-collapse {
  padding: 0;
}
@media (max-width: 1201px) {
  #header-main {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #header-main {
    padding: 10px 0 0;
    height: auto;
  }
}
#main-menu-toggle {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  height: 40px;
  display: block;
  transition: all 0.4s ease-in-out 0s;
  z-index: 50;
  width: 100%;
  clear: both;
  border-radius: 0;
}
#main-menu-toggle:after {
  content: 'Menue';
  color: #f39100;
  position: absolute;
  right: 25px;
  top: 0;
  line-height: 40px;
  font-size: 14px;
}
#main-menu-toggle .icon-bar {
  position: absolute;
  width: 32px;
  height: 2px;
  right: 85px;
  margin: 0;
  display: block;
  background: #f39100;
}
#main-menu-toggle .icon-bar:nth-child(2) {
  transition: top 0.25s ease 0s,transform 0.25s ease 0.3s;
  -webkit-transition: top 0.25s ease 0s,transform 0.25s ease 0.3s;
  top: 47%;
  transform: translate(0px, 0) rotate(135deg);
  -webkit-transform: translate(0px, 0) rotate(135deg);
}
#main-menu-toggle .icon-bar:nth-child(3) {
  opacity: 0;
  transition: opacity 0.25s linear 0s;
  -webkit-transition: opacity 0.25s linear 0s;
}
#main-menu-toggle .icon-bar:nth-child(4) {
  top: 47%;
  transition: top 0.25s ease 0s,transform 0.25s ease 0.3s;
  -webkit-transition: top 0.25s ease 0s,transform 0.25s ease 0.3s;
  transform: translate(0px, 0) rotate(-135deg);
  -webkit-transform: translate(0px, 0) rotate(-135deg);
}
#main-menu-toggle.collapsed .icon-bar {
  transition: transform 0.25s ease 0s,top 0.25s ease 0.3s;
  -webkit-transition: transform 0.25s ease 0s,top 0.25s ease 0.3s;
}
#main-menu-toggle.collapsed .icon-bar:nth-child(2) {
  top: 11px;
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
}
#main-menu-toggle.collapsed .icon-bar:nth-child(3) {
  top: 19px;
  opacity: 1;
  transition: opacity 0.25s linear 0.15s;
}
#main-menu-toggle.collapsed .icon-bar:nth-child(4) {
  top: 27px;
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
}
#main-menu-collapse {
  background: #ededed;
  margin: 0 0 0;
  position: absolute;
  width: 33.3333%;
  right: 0;
  top: 100%;
  z-index: 50;
  padding: 30px;
  display: none;
}
#main-menu-collapse.collapse.in {
  display: block;
}
#main-menu-collapse #main-menu {
  padding: 0;
  background: transparent;
  max-width: 100%;
  width: 1170px;
  box-shadow: 0 0 3px #bfbfbf;
}
#main-menu-collapse > ul {
  text-align: right;
}
#main-menu-collapse > ul > li {
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
#main-menu-collapse > ul > li > a {
  text-transform: uppercase;
}
#main-menu-collapse > ul > li a {
  transition: all 0.15s ease-in-out 0s;
  color: #401743;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  outline: none;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  border-top: 2px solid transparent;
  width: 100%;
  text-align: left;
}
#main-menu-collapse > ul > li .icon-mainmenu {
  display: block;
  width: 82px;
  height: 45px;
  background: transparent;
  right: 0;
  top: 0;
  position: absolute;
  font-family: 'FontAwesome';
  color: #6b675a;
  line-height: 45px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding-right: 19px;
  cursor: pointer;
}
#main-menu-collapse > ul > li .icon-mainmenu:before {
  content: '\f107';
}
#main-menu-collapse > ul > li.active .icon-mainmenu:before {
  content: '\f106';
  color: #f39100;
}
#main-menu-collapse > ul > li.active > a,
#main-menu-collapse > ul > li:hover > a {
  color: #f39100;
  background: transparent;
}
#main-menu-collapse > ul > li ul {
  transition: all 0.25s ease-in-out 0s;
  display: none;
  padding: 0;
  margin: 0 0 0;
  opacity: 1;
  width: 100%;
  background: transparent;
  z-index: 10;
  border-top: 1px solid #f39100;
}
#main-menu-collapse > ul > li ul li {
  background: transparent;
  position: relative;
  padding: 0;
  transition: all 0.25s ease-in-out 0s;
  list-style-type: none;
  width: 100%;
}
#main-menu-collapse > ul > li ul li a {
  text-align: left;
  line-height: 45px;
  font-size: 14px;
  display: block;
  width: 100%;
  text-decoration: none;
  border: none;
  transition: all 0.25s ease-in-out 0s;
  position: relative;
  text-transform: inherit;
  font-weight: normal;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #fff;
  background: transparent;
}
#main-menu-collapse > ul > li ul li.active > a,
#main-menu-collapse > ul > li ul li:hover > a {
  color: #f39100;
}
#main-menu-collapse > ul > li ul li ul li a {
  padding-left: 20px;
}
#main-menu-collapse > ul > li ul li ul li a:before {
  content: '-';
  transition: all 0.25s ease-in-out 0s;
  color: #fff;
  line-height: 40px;
  margin-right: 4px;
}
#main-menu-collapse > ul > li ul li ul li a:hover,
#main-menu-collapse > ul > li ul li ul li.active a {
  color: #401743;
}
#main-menu-collapse > ul > li ul li ul li a:hover:before,
#main-menu-collapse > ul > li ul li ul li.active a:before {
  color: #401743;
}
#main-menu-collapse > ul > li.active > ul {
  display: block;
}
@media (max-width: 1201px) {
  #header-main #main-menu-toggle {
    display: block;
    float: left;
  }
  #header-main #main-menu-collapse {
    display: none;
    position: absolute;
    padding: 0 0 0 0;
    margin-top: 0;
    z-index: 50;
    width: 50%;
    right: 5px;
  }
  #header-main #main-menu-collapse.in {
    display: block;
  }
  #header-main #main-menu-collapse #main-menu {
    padding: 0;
    height: auto;
  }
  #header-main #main-menu-collapse > ul > li {
    width: 100%;
    background: transparent;
    padding: 0;
  }
  #header-main #main-menu-collapse > ul > li:before {
    display: none;
  }
  #header-main #main-menu-collapse > ul > li > a,
  #header-main #main-menu-collapse > ul > li > a:hover {
    padding: 0 26px;
    line-height: 45px;
    position: relative;
    border: none;
  }
  #header-main #main-menu-collapse > ul > li ul li a {
    padding: 0 29px;
  }
}
@media (max-width: 767px) {
  header #header-main #main-menu-toggle {
    margin: 0;
  }
  header #header-main #main-menu-collapse {
    top: 100%;
    width: auto;
    left: 0;
    right: 0;
    margin: 0;
  }
  header #header-main #main-menu-collapse #main-menu {
    margin: 0;
  }
  header #header-main #main-menu-collapse > ul > li > a,
  header #header-main #main-menu-collapse > ul > li > a:hover {
    padding: 0 18px;
  }
  header #header-main #main-menu-collapse > ul > li ul li a {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  #responsive-top-bar > .navbar {
    margin-bottom: 0;
  }
  #responsive-icon-bar {
    padding: 0 15px;
    margin: 0 -15px 15px;
    clear: both;
  }
  #responsive-icon-bar li {
    margin: 1px 0 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    background: #ededed;
  }
  #responsive-icon-bar li:first-child {
    margin: 0;
  }
  #responsive-icon-bar li a {
    display: block;
    width: 100%;
    line-height: 18px;
    text-decoration: none;
    outline: none;
    color: #908c7d;
    padding: 13.5px 0 13.5px 46px;
  }
  #responsive-icon-bar li a:before {
    content: '\f10b';
    font-family: 'FontAwesome', 'Glyphicons Halflings';
    font-style: normal;
    font-size: 20px;
    line-height: 18px;
    margin: 0 0 0 -46px;
    color: #908c7d;
    display: inline-block;
    width: 46px;
    padding-left: 0;
    text-align: center;
  }
  #responsive-icon-bar li.correspondants a:before {
    content: '\f0f0';
  }
  #responsive-icon-bar li.phone a {
    color: #f39100;
  }
  #responsive-icon-bar li.phone a:before {
    content: '\f095';
    color: #f39100;
  }
  #responsive-icon-bar li.date a:before {
    content: '\f073';
  }
  #responsive-icon-bar li.place a:before {
    content: '\f041';
  }
  #responsive-icon-bar li.mail a:before {
    content: '\f0e0';
  }
  #responsive-icon-bar li.user a:before {
    content: '\f007';
  }
  #responsive-icon-bar li.corresponce a:before {
    content: '\f0f0';
  }
}
header,
header.container-fluid {
  background: transparent;
  height: 148px;
  z-index: 100;
  position: relative;
  padding: 0;
}
header > .row,
header.container-fluid > .row {
  height: 100%;
  background: transparent;
  width: 100%;
  margin: 0 auto;
}
header #logo,
header.container-fluid #logo {
  transition: all 0.4s ease-in-out 0s;
  background: #ededed;
  padding: 80px 0 0;
  z-index: 10;
  outline: none;
  height: 163px;
  float: left;
  width: 100%;
  position: relative;
}
header #logo img,
header.container-fluid #logo img {
  max-width: 100%;
  height: auto;
}
header #logo:after,
header.container-fluid #logo:after {
  content: '';
  position: absolute;
  right: -68px;
  top: 14px;
  background: transparent url('../../img//sun-symbol.png') left top no-repeat;
  display: block;
  width: 134px;
  height: 138px;
}
header .logo-secondary,
header.container-fluid .logo-secondary {
  display: none;
}
@media (max-width: 1201px) {
  header > .row,
  header.container-fluid > .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  header #logo,
  header.container-fluid #logo {
    left: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  header,
  header.container-fluid {
    height: auto;
    padding: 0;
  }
  header #logo,
  header.container-fluid #logo {
    position: relative;
    margin: 0 auto;
    display: block;
    top: 0;
    left: 0;
    background: #ededed url('../../img//responsive-logo.png') left top no-repeat;
    width: 100%;
    height: 163px;
  }
  header #logo img,
  header.container-fluid #logo img {
    max-width: 100%;
    display: none;
  }
}
#content .movie-lightbox {
  display: block;
  float: left;
  margin: 0;
  width: 33.333%;
  overflow: hidden;
  position: relative;
  max-width: inherit;
  padding: 0 15px 15px;
}
#content .movie-lightbox.movieCount1,
#content .movie-lightbox.movieCount4,
#content .movie-lightbox.movieCount7,
#content .movie-lightbox.movieCount10,
#content .movie-lightbox.movieCount13 {
  padding: 0 15px 15px 15px;
}
#content .movie-lightbox.movieCount3,
#content .movie-lightbox.movieCount6,
#content .movie-lightbox.movieCount9,
#content .movie-lightbox.movieCount12,
#content .movie-lightbox.movieCount15 {
  padding: 0 15px 15px 15px;
}
#content .movie-lightbox h3:empty,
#content .movie-lightbox p:empty {
  display: none;
}
#content .movie-lightbox h3 {
  position: absolute;
  left: 25px;
  top: 20px;
  right: 25px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
#content .movie-lightbox .teasing {
  overflow: hidden;
  position: relative;
}
#content .movie-lightbox .teasing img {
  max-width: 100%;
  height: auto;
  margin: 0;
  width: 100%;
}
#content .movie-lightbox .teasing .rollover {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: transparent url("../../img/transparent-60.png") left top repeat;
  transition: all 0.15s ease-out 0s;
}
#content .movie-lightbox .teasing h3,
#content .movie-lightbox .teasing p {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 10px;
  margin: 0;
  text-align: center;
}
#content .movie-lightbox .teasing h3 {
  font-size: 16px;
  bottom: auto;
  top: 0;
}
#content .movie-lightbox .vid-icon {
  z-index: 5;
  background: transparent url("../../img/vid-icon.png") center center no-repeat;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#content .movie-lightbox:hover .teasing .rollover {
  bottom: 100%;
  top: auto;
}
#content .col-right .movie-lightbox .teasing img {
  width: Auto;
}
#content .col-right .movie-lightbox .teasing .rollover {
  width: 97.2%;
}
#lightbox-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url('../../img/transparent-60.png') left top repeat;
  display: none;
  z-index: 10000;
}
#lightbox-mov {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  padding: 10px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
#lightbox-mov .vjs-no-flv-video {
  background: #fff;
  padding: 5px;
  color: #333;
  text-align: centeR;
}
#lightbox-close {
  position: absolute;
  z-index: 1002;
  right: -18px;
  top: -18px;
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url('../../img/lightbox-close.png') left top no-repeat;
  cursor: pointer;
}
#lightbox-mov video {
  max-width: 100%;
}
#content .col-right .movie-lightbox {
  width: 50%;
}
#content .col-right .movie-lightbox.movieCount2,
#content .col-right .movie-lightbox.movieCount4,
#content .col-right .movie-lightbox.movieCount6,
#content .col-right .movie-lightbox.movieCount8,
#content .col-right .movie-lightbox.movieCount10 {
  padding: 0 15px 15px 15px;
}
@media (max-width: 1201px) {
  #content .col-right .movie-lightbox {
    width: Auto;
    max-width: 50%;
  }
  #content .col-right .movie-lightbox .teasing .rollover {
    width: 100%;
  }
}
@media (max-width: 550px) {
  #lightbox-mov {
    left: 0;
    margin-left: 0 !important;
  }
  #lightbox-close {
    right: 0;
    top: -25px;
  }
}
#content .accordion {
  position: relative;
  background: transparent;
  height: auto;
  margin: 0 0 15px;
  float: left;
  width: 100%;
}
#content .accordion h2 {
  transition: all 0.15s ease-in-out 0s;
  background: #dadada url('../../img/accordion-icon.png') left center no-repeat;
  color: #6b675a;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 30px;
  padding: 0 0 0 16px;
  width: auto;
  margin: 0;
  text-transform: inherit;
  font-weight: bold;
  position: relative;
}
#content .accordion h2:after {
  content: '\f055';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 30px;
  font-size: 16px;
}
#content .accordion .accordionbody {
  box-sizing: border-box;
  color: #333;
  padding: 10px 0 5px;
  display: none;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #content .accordion h2,
  #content .accordion .accordionbody {
    padding-left: 18px;
    padding-right: 18px;
  }
}
#content .teaser-group {
  margin: 0 -15px 0;
  width: auto;
}
#content .teaser-group:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
#content .teaser-group > h2 {
  width: auto;
  padding: 15px 0;
  font-size: 26px;
  color: #6b675a;
  font-weight: bold;
  border-bottom: 5px solid #6b675a;
  margin: 0 15px;
}
#content .teaser-group .teaser-group-item {
  padding: 15px;
  transition: all 0.25s ease-out 0s;
  height: 86px;
}
#content .teaser-group .teaser-group-item > div {
  background: #5e5e5e;
  height: 100%;
  position: relative;
  transition: all 0.25s ease-out 0s;
  padding: 0 10px 0 74px;
}
#content .teaser-group .teaser-group-item > div:before {
  font-family: 'FontAwesome', 'Glyphicons Halflings';
  content: '\f067';
  transition: all 0.25s ease-out 0s;
  font-size: 20px;
  border: 3px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 13px;
  top: 13px;
  color: #5e5e5e;
  text-align: center;
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 26px;
}
#content .teaser-group .teaser-group-item > div h3,
#content .teaser-group .teaser-group-item > div p {
  color: #ffffff;
  padding: 0 5px 0 0;
  transition: all 0.25s ease-out 0s;
  font-size: 12px;
}
#content .teaser-group .teaser-group-item > div h3 {
  font-size: 16px;
  line-height: 56px;
  font-weight: bold;
  margin: 0;
  text-transform: inherit;
}
#content .teaser-group .teaser-group-item > div p {
  display: none;
}
#content .teaser-group .teaser-group-item > div a {
  text-indent: -10000px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#content .teaser-group .teaser-group-item:hover {
  padding: 10px;
}
#content .teaser-group .teaser-group-item:hover > div {
  background-color: #f39100;
  padding: 0 15px 0 79px;
}
#content .teaser-group .teaser-group-item:hover > div:before {
  color: #f39100;
  left: 18px;
  top: 18px;
}
#content .teaser-group .teaser-group-item:hover > div h3,
#content .teaser-group .teaser-group-item:hover > div p {
  line-height: 66px;
}
#content .teaser-group .teaser-group-image-item {
  padding: 15px 15px;
  transition: all 0.25s ease-out 0s;
}
#content .teaser-group .teaser-group-image-item > div {
  height: auto;
  position: relative;
  float: left;
  width: 100%;
}
#content .teaser-group .teaser-group-image-item > div .col-xs-12 {
  padding: 0;
}
#content .teaser-group .teaser-group-image-item > div .image {
  position: relative;
  display: block;
  margin: 0 0 0;
  overflow: hidden;
}
#content .teaser-group .teaser-group-image-item > div .image img {
  width: 100%;
  height: auto;
}
#content .teaser-group .teaser-group-image-item > div .image a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: -10000px;
  overflow: hidden;
  z-index: 5;
}
#content .teaser-group .teaser-group-image-item > div .image:after {
  transition: all 0.25s ease-out 0s;
  content: '';
  display: block;
  background: #f39100;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.7;
  bottom: 100%;
  position: absolute;
}
#content .teaser-group .teaser-group-image-item > div .text {
  transition: all 0.25s ease-out 0s;
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px;
  position: static;
}
#content .teaser-group .teaser-group-image-item > div .text h2 {
  top: 13px;
  left: 13px;
  position: absolute;
}
#content .teaser-group .teaser-group-image-item > div .text h3 {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 13px;
  color: #fff;
  margin: 0;
  z-index: 5;
  line-height: 30px;
}
#content .teaser-group .teaser-group-image-item > div .text h3:before {
  content: '\f055';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 30px;
  float: left;
  margin: 0 17px 0 0;
}
#content .teaser-group .teaser-group-image-item > div .text a {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -10000px;
  overflow: hidden;
  transition: all 0.25s ease-out 0s;
  z-index: 6;
}
#content .teaser-group .teaser-group-image-item:hover .image:after {
  bottom: 0;
}
#content .teaser-group .above-left {
  margin-left: 0;
  margin-right: 0;
}
#content .teaser-group .above-left .csc-textpic-imagerow {
  width: 100%;
}
#content .teaser-group .above-left .csc-textpic-imagerow .csc-textpic-imagecolumn {
  width: 25%;
  padding: 0 15px 30px;
}
#content .teaser-group .above-left .csc-textpic-imagerow .csc-textpic-imagecolumn img {
  width: 100%;
}
#content .teaser-group .above-left .csc-textpic-imagerow .csc-textpic-imagecolumn .csc-textpic-image {
  padding: 0;
}
#content .col2-3-teaser-wrapper {
  width: 100%;
  float: left;
  transition: all 0.25s ease-out 0s;
}
#content .col2-3-teaser-wrapper .col2-3-teaser {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease-out 0s;
}
#content .col2-3-teaser-wrapper .col2-3-teaser > p {
  display: none;
}
#content .col2-3-teaser-wrapper .col2-3-teaser:after {
  content: '';
  transition: all 0.25s ease-out 0s;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  background: #fff;
}
#content .col2-3-teaser-wrapper .col2-3-teaser:hover:after {
  bottom: 100%;
}
#content .col2-3-teaser-wrapper .col2-3-teaser > a,
#content .col2-3-teaser-wrapper .col2-3-teaser > h2 {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -10000px;
  overflow: hidden;
  margin: 0;
  z-index: 5;
}
#content .col2-3-teaser-wrapper .col2-3-teaser > a > a,
#content .col2-3-teaser-wrapper .col2-3-teaser > h2 > a {
  display: block;
  width: 100%;
  height: 100%;
}
#content .col2-3-teaser-wrapper .col2-3-teaser .col2-3-teaser-normal {
  position: relative;
  float: left;
  width: 100%;
}
#content .col2-3-teaser-wrapper .col2-3-teaser .col2-3-teaser-normal h3,
#content .col2-3-teaser-wrapper .col2-3-teaser .col2-3-teaser-normal p {
  position: absolute;
  left: 0;
  top: 60%;
  text-align: center;
  width: 100%;
  color: #6b675a;
  z-index: 5;
}
#content .col2-3-teaser-wrapper .col2-3-teaser .col2-3-teaser-normal h3 a,
#content .col2-3-teaser-wrapper .col2-3-teaser .col2-3-teaser-normal p a {
  color: #6b675a;
  font-weight: normal;
  font-size: 20px;
}
#content .col2-3-teaser-wrapper .col2-3-teaser .col2-3-teaser-normal > h3 a {
  text-indent: -10000px;
  overflow: hidden;
  display: none;
}
#content .col2-3-teaser-wrapper .col2-3-teaser .col2-3-teaser-normal p {
  top: 75%;
}
@media (max-width: 1201px) {
  #content .teaser-group .teaser-group-image-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #content section .teaser-group .teaser-group-image-item,
  #content .teaser-group .teaser-group-image-item {
    height: auto;
    width: 100%;
  }
  #content .teaser-group {
    margin: 0 -15px;
  }
  #content .teaser-group .col-left,
  #content .teaser-group .col-right {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  #content .teaser-group .above-left {
    margin-left: 0;
    margin-right: 0;
  }
  #content .teaser-group .above-left .csc-textpic-imagerow {
    width: 100%;
  }
  #content .teaser-group .above-left .csc-textpic-imagerow .csc-textpic-imagecolumn {
    width: 50%;
    padding: 0 15px 30px;
  }
  #content .teaser-group .above-left .csc-textpic-imagerow .csc-textpic-imagecolumn img {
    width: 100%;
  }
  #content .teaser-group .above-left .csc-textpic-imagerow .csc-textpic-imagecolumn .csc-textpic-image {
    padding: 0;
  }
}
#content .carousel,
.carousel {
  background: #fff;
  transition: all 0.25s ease-out 0s;
  z-index: 5;
  margin: 0 auto 40px;
  width: auto;
}
#content .carousel .carousel-inner,
.carousel .carousel-inner {
  height: auto;
}
#content .carousel .carousel-inner img,
.carousel .carousel-inner img {
  width: 100%;
  height: auto;
}
#content .carousel .carousel-control,
.carousel .carousel-control {
  background: transparent;
  width: 10%;
  z-index: 10;
}
#content .carousel .carousel-control.left span,
.carousel .carousel-control.left span,
#content .carousel .carousel-control.right span,
.carousel .carousel-control.right span {
  color: #fff;
  transition: all 0.25s ease-out 0s;
}
#content .carousel .carousel-control.left span:before,
.carousel .carousel-control.left span:before,
#content .carousel .carousel-control.right span:before,
.carousel .carousel-control.right span:before {
  text-shadow: 0 0 3px #000;
}
#content .carousel .carousel-indicators,
.carousel .carousel-indicators {
  text-align: center;
  width: auto;
  margin: 0;
  left: 38px;
  right: 38px;
  bottom: 20px;
}
#content .carousel .carousel-indicators li,
.carousel .carousel-indicators li {
  border: 1px solid #d0d0d0;
  box-shadow: 0 0 3px #d0d0d0;
  background: #fff;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  margin: 1px 1px 1px 5px;
  transition: all 0.25s ease-out 0s;
}
#content .carousel .carousel-indicators li.active,
.carousel .carousel-indicators li.active,
#content .carousel .carousel-indicators li:hover,
.carousel .carousel-indicators li:hover {
  opacity: 1;
}
#content .carousel .carousel-caption,
.carousel .carousel-caption {
  transition: all 0.15s ease-in-out 0s;
  text-align: left;
  text-shadow: none;
  top: auto;
  bottom: 40%;
  left: 50%;
  right: auto;
  padding: 0;
  opacity: 1;
}
#content .carousel .carousel-caption .inner-content,
.carousel .carousel-caption .inner-content {
  padding: 10px;
}
#content .carousel .carousel-caption a,
.carousel .carousel-caption a {
  color: #ededed;
  text-decoration: none;
}
#content .carousel .carousel-caption a:hover,
.carousel .carousel-caption a:hover {
  text-decoration: none;
  color: #ededed;
}
#content .carousel .carousel-caption h2,
.carousel .carousel-caption h2 {
  color: #ededed;
  font-weight: bold;
  margin: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 34px;
  line-height: 40px;
}
#content .carousel .carousel-caption p,
.carousel .carousel-caption p {
  color: #ededed;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#content .carousel .carousel-caption .inner-img,
.carousel .carousel-caption .inner-img,
#content .carousel .carousel-caption .inner-img img,
.carousel .carousel-caption .inner-img img {
  transition: all 0.25s ease-in-out 0s;
}
#content .carousel.no-controls .carousel-control,
.carousel.no-controls .carousel-control,
#content .carousel.no-controls .carousel-indicators,
.carousel.no-controls .carousel-indicators {
  display: none;
}
#content .carousel.revert-animation .carousel-caption,
.carousel.revert-animation .carousel-caption {
  bottom: 20%;
  opacity: 0;
  transition: all 0.25s ease-in-out 0s;
}
@media (max-width: 1201px) {
  #content .carousel {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #content .carousel .carousel-caption {
    bottom: 30%;
  }
  #content .carousel .carousel-caption h2 {
    font-size: 30px;
    line-height: 32px;
  }
  #content .carousel .carousel-caption p {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 993px) {
  #content .carousel .carousel-caption {
    bottom: auto;
    top: 25%;
  }
  #content .carousel .carousel-caption h2 {
    font-size: 24px;
    line-height: 26px;
  }
  #content .carousel .carousel-caption p {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  #content .carousel {
    position: relative;
    margin: 0 -15px 15px;
    padding-bottom: 0;
  }
  #content .carousel .carousel-caption {
    background: transparent;
    bottom: auto;
    top: 5%;
    right: 5%;
    left: 45%;
  }
  #content .carousel .carousel-caption .inner-img {
    width: 60%;
    float: right;
    background: #fff;
  }
  #content .carousel .carousel-caption .inner-img img {
    max-width: 100%;
  }
  #content .carousel .carousel-caption h2 {
    font-size: 16px;
    line-height: 18px;
  }
  #content .carousel .carousel-caption p {
    font-size: 10px;
    line-height: 12px;
  }
  #content .carousel .carousel-control .icon-next {
    margin: 0;
  }
  #content .carousel .carousel-control.right {
    right: 10px;
  }
  #content .carousel .carousel-control.left {
    left: 10px;
  }
  #content .carousel .carousel-indicators {
    bottom: 10px;
  }
  #content .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
  }
  .revert-animation .carousel-caption {
    bottom: auto;
    top: 0;
  }
}
#webyte-lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
#webyte-lightbox #webyte-lightbox-overlay {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url('../../img/transparent-60.png') left top repeat;
  cursor: pointer;
}
#webyte-lightbox #webyte-lightbox-content {
  position: absolute;
  left: 50%;
  top: 20%;
  display: block;
  background: #fff;
  padding: 10px;
  z-index: 5500;
  width: 100%;
  max-width: 550px;
  margin: 0 0 0 -275px;
  text-align: center;
}
#webyte-lightbox #webyte-lightbox-content img {
  max-width: 100%;
  height: auto;
}
#webyte-lightbox #webyte-lightbox-close {
  position: absolute;
  left: 50%;
  top: 20%;
  display: block;
  background: transparent url('../../img/lightbox-close.png') left center no-repeat;
  width: 30px;
  height: 30px;
  margin: -20px 0 0 265px;
  cursor: pointer;
}
#lbCenter {
  z-index: 100000 !important;
}
#lbBottomContainer {
  background: transparent;
  overflow: visible !important;
}
#lbOverlay {
  z-index: 5000 !important;
  background: transparent url('../../img/transparent-60.png') left top repeat;
}
#lbOverlay:after {
  content: '';
  position: fixed;
  left: 10px;
  top: 10px;
  display: block;
  background: transparent url('../../img/lightbox-close.png') left center no-repeat;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 50000;
}
#lbBottom {
  background: #fff;
  margin: 0 -10px;
}
body #lbCaption {
  background: #fff;
  z-index: 5000;
  margin: 0;
  position: relative;
  padding: 10px;
}
@media (max-width: 550px) {
  #webyte-lightbox #webyte-lightbox-content {
    margin: 0;
    left: 0;
  }
  #webyte-lightbox #webyte-lightbox-close {
    margin: -40px 0 0 0;
    height: 40px;
    left: auto;
    right: 0;
    width: 100%;
    background-color: #fff;
    background-position: right 10px center;
  }
  body #lbCenter {
    margin: 0 !important;
    width: 100% !important;
    left: 0 !important;
    background: transparent;
  }
  #lbImage {
    border: none !important;
    right: 0;
    background-size: 100% auto;
  }
  #lbCaption,
  #lbNumber {
    display: none;
  }
}
#content .head-image-text {
  position: relative;
  margin-bottom: 10px;
}
#content .head-image-text .over {
  position: absolute;
  transition: all 0.15s ease-in-out 0s;
  width: 240px;
  padding: 10px;
  background: #ffffff;
  float: right;
  text-align: left;
  text-shadow: none;
  bottom: 0;
  right: 20%;
  left: auto;
}
#content .head-image-text .over .container {
  transition: all 0.15s ease-in-out 0s;
  padding: 0;
}
#content .head-image-text .over .container h2 {
  transition: all 0.15s ease-in-out 0s;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  display: inline-block;
  color: #6b675a;
  font-weight: bold;
  margin: 0;
  float: right;
  width: 100%;
}
@media (max-width: 1201px) {
  #content .head-image-text .over .container {
    padding: 10px 10px 0;
  }
}
@media (max-width: 993px) {
  #content .head-image-text .over .container {
    padding: 10px 10px 0;
  }
}
@media (max-width: 767px) {
  #content .head-image-text .over .container {
    padding: 10px 10px 0;
  }
}
#content form {
  margin: 0 0 10px;
}
#content form > h3 {
  display: none;
  font-size: 21px;
  font-weight: normal;
  padding: 0 15px;
}
#content form .powermail_fieldset {
  width: 50%;
  float: left;
  padding: 0 15px;
}
#content form .powermail_fieldset h2,
#content form .powermail_fieldset legend {
  line-height: 30px;
  margin-bottom: 5px;
}
#content form .powermail_fieldset > legend,
#content form .powermail_fieldset h2 {
  color: #656565;
  border: none;
  border-bottom: 1px solid #656565;
  font-size: 21px;
  font-weight: normal;
}
#content form .powermail_check_outer {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
#content form .powermail_check_outer .parsley-errors-list:empty {
  display: none;
}
#content form .powermail_check_outer > div {
  width: 50%;
  float: left;
  padding-right: 10px;
  position: relative;
}
#content form .powermail_check_outer > div label {
  width: 100%;
  padding-left: 25px;
  font-weight: normal;
  line-height: 23px;
}
#content form .powermail_check_outer > div .powermail_checkbox {
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
#content form .powermail_check_legend,
#content form .powermail_fieldwrap_select label,
#content form .powermail_fieldwrap_input label {
  display: none;
}
#content form .powermail_fieldwrap_textarea label {
  width: 100%;
}
#content form label {
  width: 30%;
  display: inline-block;
  float: left;
  color: #656565;
  cursor: pointer;
}
#content form .powermail_fieldwrap {
  width: 100%;
  float: left;
  margin: 0 0 5px;
}
#content form .powermail_fieldwrap input[type="text"],
#content form .powermail_fieldwrap input[type="email"],
#content form .powermail_fieldwrap textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
  color: #656565;
  transition: all 0.15s ease-in-out 0s;
  padding: 8px;
  resize: vertical;
}
#content form .powermail_fieldwrap input[type="text"]:focus,
#content form .powermail_fieldwrap input[type="email"]:focus,
#content form .powermail_fieldwrap textarea:focus {
  background: #eee;
}
#content form .powermail_fieldwrap input[type="text"],
#content form .powermail_fieldwrap input[type="email"] {
  height: 45px;
}
#content form .powermail_fieldwrap input[type="text"] {
  line-height: 43px;
  padding-top: 0;
  padding-bottom: 0;
}
#content form .powermail_fieldwrap select,
#content form .powermail_fieldwrap input[type="submit"] {
  border: 1px solid #e3e3e3;
  color: #656565;
  line-height: 43px;
  padding-left: 8px;
  padding-right: 8px;
  transition: all 0.15s ease-in-out 0s;
}
#content form .powermail_fieldwrap select:focus,
#content form .powermail_fieldwrap input[type="submit"]:focus {
  background: #eee;
}
#content form .powermail_fieldwrap input[type="submit"] {
  background: #fff;
  padding: 0 8px;
  display: inline-block;
}
#content form .powermail_fieldwrap input[type="submit"]:hover {
  background: #eee;
}
#content form .powermail_fieldwrap_text {
  margin: 0 0 30px;
}
#content form .powermail_fieldwrap_captcha label {
  width: 100%;
}
#content form .powermail_fieldwrap_captcha .powermail_captcha_outer {
  float: left;
  width: 100%;
}
#content form .powermail_fieldwrap_captcha .powermail_captcha_outer input[type="text"] {
  width: 100%;
  margin: 0 0 5px;
}
#content form .parsley-errors-list {
  width: 100%;
  margin: 5px 0;
  padding: 0;
  float: left;
}
#content form .parsley-errors-list li {
  margin: 0;
  color: #a94442;
  background: #f2dede;
  padding: 5px;
  list-style-type: none;
}
#content .powermail_confirmation {
  float: left;
  width: 100%;
  padding: 0 15px;
}
#content .powermail_confirmation .powermail_confirmation_form,
#content .powermail_confirmation .powermail_confirmation_submit {
  border: 1px solid #e3e3e3;
  color: #656565;
  background: #fff;
  padding: 6px 12px;
  display: inline-block;
  transition: all 0.15s ease-in-out 0s;
  float: left;
  margin-bottom: 10px;
}
#content .powermail_confirmation .powermail_confirmation_form:hover,
#content .powermail_confirmation .powermail_confirmation_submit:hover {
  background: #eee;
}
#content .powermail_confirmation .powermail_confirmation_submit {
  float: right;
}
#content .powermail_confirmation .powermail_all {
  float: left;
  width: 100%;
}
#content .powermail_confirmation h4,
#content .powermail_confirmation .powermail_all_label,
#content .powermail_confirmation .powermail_all_value {
  color: #656565;
  width: 30%;
  float: left;
}
#content .powermail_confirmation h4 {
  width: 100%;
  background: transparent;
  text-align: left;
}
#content .powermail_confirmation h4:after {
  display: none;
}
#content .powermail_confirmation .powermail_all_value {
  width: 70%;
  margin-bottom: 10px;
}
#content .powermail_create {
  float: left;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 993px) {
  #content form label,
  #content form .powermail_fieldwrap {
    width: 100%;
  }
  #content form label input[type="text"],
  #content form .powermail_fieldwrap input[type="text"],
  #content form label input[type="email"],
  #content form .powermail_fieldwrap input[type="email"],
  #content form label textarea,
  #content form .powermail_fieldwrap textarea {
    width: 100%;
  }
  #content form .powermail_fieldwrap_submit {
    margin-left: 0;
  }
  .powermail_confirmation .powermail_all_label,
  .powermail_confirmation .powermail_all_value {
    width: 100%;
  }
}
#content .big-teaser {
  position: absolute;
  right: 0;
  bottom: 100%;
  padding: 15px 15px 15px 0;
  background: #fff;
  width: 765px;
  margin: 0 0 42px;
  height: 476px;
  transition: all 0.25s ease-out 0s;
}
@media (max-width: 1201px) {
  #content .big-teaser {
    width: 632px;
    height: 395px;
  }
}
@media (max-width: 993px) {
  #content .big-teaser {
    width: 466px;
    height: auto;
    padding: 10px 10px 10px 0;
    margin-bottom: 43px;
  }
  #content .big-teaser img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #content .big-teaser {
    position: static;
    width: 100%;
    padding-right: 0;
  }
}
#content .img-collage {
  width: auto;
  float: none;
  margin: -33px -33px -20px;
  padding: 0;
  transition: all 0.25s ease-out 0s;
}
#content .img-collage .img-collage-element {
  padding: 0;
  min-height: 0;
}
#content .img-collage .img-collage-element .content {
  position: relative;
  background: #fff;
}
#content .img-collage .img-collage-element .content .text {
  padding: 25px;
  height: 200px;
}
#content .img-collage .img-collage-element .content .text:empty {
  display: none;
}
#content .img-collage .img-collage-element .content .text h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 18px;
}
#content .img-collage .img-collage-element .content .text p {
  margin: 0 0 15px;
}
#content .img-collage .img-collage-element .content .text a,
#content .img-collage .img-collage-element .content .text p {
  font-size: 14px;
}
#content .img-collage .img-collage-element .content > a {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  text-indent: -10000px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#content .img-collage .img-collage-element.bg-grey .content {
  background: #a0a0a0;
}
#content .img-collage .img-collage-element.bg-grey .content .text,
#content .img-collage .img-collage-element.bg-grey .content .text * {
  color: #fff;
}
#content .img-collage .img-collage-element.bg-darkgrey .content {
  background: #606060;
}
#content .img-collage .img-collage-element.bg-darkgrey .content .text,
#content .img-collage .img-collage-element.bg-darkgrey .content .text * {
  color: #401743;
}
@media (max-width: 767px) {
  #content .img-collage {
    margin: -18px;
  }
  #content .img-collage .img-collage-element .content .text {
    height: auto;
    padding: 18px;
  }
}
#content .mosaik {
  width: auto;
  float: none;
  margin: -80px -15px -20px;
  padding: 0;
  transition: all 0.25s ease-out 0s;
  background: #fff;
  position: relative;
  z-index: 10;
}
#content .mosaik:after {
  content: '';
  display: block;
  clear: both;
}
#content .mosaik .column {
  padding: 0;
  transition: all 0.25s ease-out 0s;
  min-height: 0px;
}
#content .mosaik .column > .above-center {
  height: 100px;
  transition: all 0.25s ease-out 0s;
}
#content .mosaik .column > .above-center > .csc-textpic-imagewrap {
  position: absolute;
  right: 0;
  top: 0;
  margin: -64px 0 0;
}
#content .mosaik .column > .above-center:hover {
  background: #646567;
}
#content .mosaik .column img {
  max-width: 100%;
  height: auto;
  float: left;
}
#content .mosaik .column .movie-lightbox {
  margin: 0;
}
#content .mosaik .column iframe {
  margin-bottom: -4px;
}
#content .mosaik .column .mosaik-text-element {
  background: #fff;
  padding: 60px 30px 10px;
  transition: all 0.25s ease-out 0s;
  height: 140px;
  position: relative;
}
#content .mosaik .column .mosaik-text-element:empty {
  display: none;
}
#content .mosaik .column .mosaik-text-element h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}
#content .mosaik .column .mosaik-text-element p {
  margin: 0 0 15px;
}
#content .mosaik .column .mosaik-text-element a,
#content .mosaik .column .mosaik-text-element p {
  font-size: 14px;
}
#content .mosaik .column .mosaik-text-element a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  text-indent: -10000px;
  overflow: hidden;
  outline: none;
}
#content .mosaik .column .mosaik-text-element.bg-grey,
#content .mosaik .column .mosaik-text-element.bg-darkgrey,
#content .mosaik .column .mosaik-text-element.bg-blue,
#content .mosaik .column .mosaik-text-element.bg-darkblue,
#content .mosaik .column .mosaik-text-element.bg-red,
#content .mosaik .column .mosaik-text-element.bg-orange {
  background: #a0a0a0;
  color: #fff;
}
#content .mosaik .column .mosaik-text-element.bg-grey *,
#content .mosaik .column .mosaik-text-element.bg-darkgrey *,
#content .mosaik .column .mosaik-text-element.bg-blue *,
#content .mosaik .column .mosaik-text-element.bg-darkblue *,
#content .mosaik .column .mosaik-text-element.bg-red *,
#content .mosaik .column .mosaik-text-element.bg-orange * {
  color: #fff;
}
#content .mosaik .column .mosaik-text-element.bg-darkgrey {
  background: #646567;
}
#content .mosaik .column .mosaik-text-element.bg-blue {
  background: #000;
}
#content .mosaik .column .mosaik-text-element.bg-darkblue {
  background: #22a8c3;
}
#content .mosaik .column .mosaik-text-element.bg-red {
  background: #401743;
}
#content .mosaik .column .mosaik-text-element.bg-orange {
  background: #f39100;
}
#content .mosaik .column .mosaik-text-element:hover {
  background: #646567;
}
#content .mosaik .column .mosaik-text-element:hover * {
  color: #fff;
}
@media (max-width: 1201px) {
  #content .mosaik {
    margin-top: 0;
  }
  #content .mosaik .column > .above-center > .csc-textpic-imagewrap {
    position: static;
    margin: 0;
    text-align: right;
    padding: 10px 0;
    display: block;
    height: 100%;
  }
  #content .mosaik .column > .above-center > .csc-textpic-imagewrap img {
    float: right;
    max-width: 33%;
  }
}
@media (max-width: 767px) {
  #content .mosaik {
    margin: 0;
  }
  #content .mosaik .column .csc-textpic-imagecolumn img {
    width: 50%;
  }
  #content .mosaik .column .mosaik-text-element {
    height: 140px;
  }
  #content .mosaik .column.col-sm-4 .movie-lightbox {
    width: 50%;
  }
  #content .mosaik .column .col2-3-teaser-wrapper .col2-3-teaser {
    width: 50%;
  }
}
#content h2.news,
#content h1.news {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 11px;
}
#content .news {
  color: #401743;
  margin: 0 0 25px;
  float: left;
  width: 100%;
}
#content .news > h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 11px;
  color: #401743;
}
#content .news .news-content {
  margin-bottom: 15px;
}
#content .news h3 {
  font-size: 14px;
  color: #401743;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
}
#content .news h3,
#content .news p,
#content .news a {
  color: #401743;
  line-height: 22px;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#content .news h3 {
  font-weight: Bold;
}
#content .news a {
  text-decoration: underline;
}
#content .news.news-single {
  margin: 10px 0;
}
#content .news img {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
  body section#content ul.teaser.news,
  body div#modules ul.teaser.news {
    height: auto;
  }
  #newsprovider-content {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  #newsprovider-close {
    right: 0 !important;
  }
}
#content {
  padding: 0 0 50px;
  max-width: 1072px;
  width: 100%;
  position: static;
  background: #ededed;
  overflow-x: hidden;
}
#content > section,
#content .container {
  width: 1072px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#content > section.trippleboxes,
#content .container.trippleboxes {
  width: 100%;
}
#content > section.trippleboxes .teaser-group,
#content .container.trippleboxes .teaser-group {
  width: 1102px;
  margin: 0 auto;
}
#content li,
#content th,
#content td {
  font-size: 14px;
}
#content a {
  color: #6b675a;
  text-decoration: underline;
}
#content a:hover {
  color: #401743;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content .button-next-section {
  display: block;
  cursor: pointer;
  background: transparent url('../../img/next-section-button.png') center top no-repeat;
  width: 100px;
  height: 35px;
  text-indent: -10000px;
  overflow: hidden;
  position: relative;
  left: 50%;
  top: 0;
  margin: -50px 0 0 -50px;
}
#content .intext-right .csc-textpic-imagewrap {
  float: right;
}
#content .above-left {
  margin: 0 -15px 30px;
}
#content .above-left .csc-textpic-imagecolumn {
  float: left;
  width: 50%;
}
#content .above-left .csc-textpic-imagecolumn img {
  max-width: 100%;
}
#content .above-left .csc-textpic-image {
  padding: 0 15px;
}
#content.row {
  margin: 0;
}
#content .col-left,
#content .col-right {
  padding: 0 15px;
  min-height: 1px;
}
#content .col-left {
  padding-right: 15px;
  width: 66.6667%;
}
#content .col-right {
  padding-left: 15px;
  width: 33.3333%;
}
#content .col-right:after {
  content: '';
  clear: both;
  display: block;
}
#content > .col-left,
#content > .col-right {
  padding: 30px 15px 0;
}
#content > .col-left {
  width: 35%;
}
#content > .col-right {
  width: 65%;
}
#content h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 20px;
  transition: all 0.25s ease-out 0s;
  color: #6b675a;
}
#content h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 20px;
  color: #6b675a;
}
#content h3 {
  color: #6b675a;
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 14px;
  transition: all 0.25s ease-out 0s;
}
#content h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  margin: 50px 0 20px;
  color: #f39100;
  text-transform: uppercase;
  position: relative;
  background: #fff;
  text-align: Center;
}
#content h4 span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 21px;
  margin: 0 auto;
  float: none;
}
#content h4:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  height: 2px;
  background: #f39100;
  display: block;
}
#content table,
#content tr,
#content td,
#content li {
  color: #6b675a;
}
#content p {
  color: #6b675a;
  line-height: 24px;
}
#content iframe {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  border: none;
}
#content a.button {
  border: 5px solid #6b675a;
  background: transparent;
  margin: 0 0 20px;
  line-height: 30px;
  width: 200px;
  max-width: 100%;
  font-weight: bold;
  color: #6b675a;
  display: block;
  text-decoration: none;
  text-align: center;
}
#content div.tripple {
  padding: 0 15px;
}
#content .teaser-group div.tripple .movie-lightbox {
  margin-left: -11px;
  width: Auto;
}
#content .above-right img {
  float: right;
  margin: 0 0 20px;
}
#content .intext-left-nowrap img {
  float: left;
  margin: 0 10px 10px 0;
}
.solopage #content section:first-child {
  display: none;
}
@media (max-width: 1201px) {
  #content {
    padding: 0;
    width: 100%;
  }
  #content > section {
    width: 100%;
    padding: 0 20px;
  }
  #content .col-left,
  #content .col-right {
    width: 100%;
  }
  #content h3 {
    font-size: 16px;
  }
  #content .above-left .csc-textpic-imagecolumn {
    width: auto;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #content {
    padding: 0 0 20px;
    width: 100%;
  }
  #content .col-left,
  #content .col-right {
    padding: 15px 0;
  }
  #content section {
    padding: 0 15px;
  }
  #content section h3 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  #content section iframe {
    margin-bottom: 0;
  }
  #content .teaser-group div.tripple {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content .teaser-group div.tripple .movie-lightbox {
    margin-left: 0;
    width: 100%;
  }
  #content .intext-left-nowrap img {
    float: none;
    display: block;
  }
}
#to-top {
  transition: all 0.15s ease-in-out 0s;
  display: block;
  cursor: pointer;
  width: 45px;
  height: 45px;
  z-index: 50;
  position: absolute;
  left: 50%;
  margin: 0 0 -15px -22.5px;
  bottom: 100%;
  background: #f39100;
  color: #e7e7e9;
  overflow: hidden;
  text-indent: -10000px;
  border-radius: 100%;
}
#to-top:after {
  content: '\f062';
  font-family: 'FontAwesome';
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 45px;
  text-align: center;
  display: block;
  width: 100%;
}
@media (max-width: 1201px) {
  #to-top {
    position: fixed;
    top: auto;
    bottom: 20px;
  }
  #to-top.on-bottom {
    position: absolute;
    bottom: 100%;
    display: block !important;
    margin-bottom: -30px;
  }
  #to-top:before {
    content: '\f062';
    font-family: 'fontawesome';
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 53px;
  }
  .scroll-down #to-top {
    display: block;
  }
}
@media (max-width: 767px) {
  #to-top {
    position: fixed;
    bottom: 20px;
    margin-bottom: 0;
  }
}
#copyright {
  float: left;
  font-size: 14px;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  color: #fff;
  line-height: 45px;
  position: relative;
  background: transparent;
}
#copyright #copyright-div {
  display: inline;
}
@media (max-width: 1201px) {
  #copyright {
    padding: 50px 15px 0;
    width: 100%;
    text-align: left;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  #copyright {
    width: 100%;
    padding: 15px 0;
  }
}
#service-menu {
  color: #fff;
  padding: 0;
  transition: all 0.15s ease-in-out 0s;
  display: inline-block;
  text-align: left;
  width: 100%;
  float: none;
}
#service-menu li {
  list-style-type: none;
  float: none;
  display: inline-block;
}
#service-menu li:before {
  content: '|';
  color: #ffffff;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
#service-menu li:first-child:before {
  display: none;
}
#service-menu a {
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  text-decoration: underline;
}
@media (max-width: 1201px) {
  #service-menu {
    display: block;
    text-align: left;
    padding-left: 0;
    float: none;
  }
}
@media (max-width: 767px) {
  #service-menu {
    float: none;
  }
}
#footer-quick-links {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
#footer-quick-links li {
  margin: 0 0 15px;
  float: left;
  width: 100%;
  list-style-type: none;
}
#footer-quick-links a {
  padding: 0;
  line-height: 43px;
  display: block;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
#footer-quick-links a i {
  font-family: 'FontAwesome', 'Glyphicons Halflings';
  font-style: normal;
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  text-align: center;
  width: 45px;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
#footer-quick-links li:hover a {
  background: #fff;
  color: #6b675a;
}
#footer-quick-links li:hover a i {
  color: #6b675a;
}
#footer-quick-links .phone a i:after {
  content: '\f095';
}
#footer-quick-links .date a i:after {
  content: '\f073';
}
#footer-quick-links .mail a i:after {
  content: '\f0e0';
}
@media (max-width: 1201px) {
  #footer-quick-links {
    width: auto;
    margin: 0 0 0 -15px;
    float: none;
  }
}
#footer-social-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
#footer-social-menu li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style-type: none;
  width: 100%;
  float: left;
}
#footer-social-menu a {
  padding: 0 0 0 40px;
  color: #f39100;
  display: block;
  width: 100%;
  outline: none;
  text-decoration: none;
  transition: all 0.25s ease-in-out 0s;
  position: relative;
  line-height: 43px;
  border: 1px solid #f39100;
}
#footer-social-menu a:before {
  font-family: 'fontAwesome';
  transition: all 0.25s ease-in-out 0s;
  content: '\f061';
  display: inline-block;
  width: 32px;
  font-size: 20px;
  position: absolute;
  left: 13px;
  top: 0;
  line-height: 43px;
}
#footer-social-menu a i {
  font-family: 'FontAwesome', 'Glyphicons Halflings';
  font-style: normal;
  font-size: 18px;
  line-height: 38px;
  color: #ffffff;
  transition: all 0.25s ease-in-out 0s;
}
#footer-social-menu a i:after {
  content: '\f09a';
}
#footer-social-menu a:hover {
  border-color: #fff;
  color: #fff;
}
#footer-social-menu .handicapped a {
  color: #401743;
}
#footer-social-menu .handicapped a:before {
  content: '\f193';
  color: #401743;
}
#footer-social-menu .clock a:before {
  content: '\f017';
}
#footer-social-menu .clock:hover a,
#footer-social-menu .clock:hover a:before {
  color: #401743;
}
#footer-social-menu .facebook a:before {
  content: '\f09a';
  font-size: 20px;
  padding-left: 6px;
}
#footer-social-menu .facebook:hover a,
#footer-social-menu .facebook:hover a:before {
  color: #401743;
}
#footer-social-menu .googleplus a i:after {
  content: '\f0d5';
}
@media (max-width: 1201px) {
  #footer-social-menu {
    float: none;
    margin: 0 0 0 -15px;
    width: auto;
  }
  #footer-social-menu li {
    float: left;
  }
}
@media (max-width: 767px) {
  #footer-social-menu {
    margin: 0 -15px;
    clear: both;
    padding: 10px 0 0;
  }
}
#footer-logo-menu {
  width: 100%;
  border-bottom: 2px solid #fff;
  padding: 0 0 55px;
}
#footer-logo-menu:after {
  content: '';
  clear: both;
  display: block;
}
#footer-logo-menu > div {
  max-width: 1072px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#footer-logo-menu ul {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#footer-logo-menu ul li {
  list-style-type: none;
  float: left;
  background: transparent;
  margin-left: 33px;
}
#footer-logo-menu ul li:first-child {
  margin-left: 0;
}
@media (max-width: 1201px) {
  #footer-logo-menu ul li {
    margin-bottom: 15px;
    margin-right: 33px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #footer-logo-menu {
    padding-bottom: 15px;
  }
  #footer-logo-menu ul {
    padding: 0;
  }
  #footer-logo-menu ul li {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
footer {
  background: transparent;
  color: transparent;
  padding: 0;
  transition: all 0.15s ease-in-out 0s;
  position: relative;
}
footer .container,
footer .col-left,
footer .col-right {
  padding: 0;
}
footer .container {
  padding: 0;
  background: transparent;
  max-width: 100%;
}
footer .container > div:last-child {
  float: right;
  width: 100%;
}
footer .col-right {
  position: relative;
  left: 0;
  bottom: 0px;
  padding-top: 80px;
}
footer .col-left {
  width: 100%;
  max-width: 1072px;
  padding: 25px 0 100px;
  background: #401743;
  margin: 0 auto;
  float: none;
  color: #ffffff;
  font-size: 14px;
}
footer .col-left:after {
  content: '';
  clear: both;
  display: block;
}
footer .col-left > div {
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 14px;
}
footer .col-left > div.menu-box {
  display: none;
}
footer .col-left > div h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 5px;
}
footer .col-left > div span.phone,
footer .col-left > div a.date {
  line-height: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
footer .col-left > div span.phone:before,
footer .col-left > div a.date:before {
  content: '';
  width: 14px;
  height: 1px;
  background: #f39100;
  display: block;
  margin: 0 0 10px;
}
footer .col-left > div span.phone a,
footer .col-left > div a.date a {
  color: #ffffff;
  text-transform: inherit;
  line-height: 20px;
}
footer .col-left > div a.date:before {
  content: '\f017';
}
footer iframe {
  width: 100%;
  border: none;
}
footer h3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  margin: 0 0 25px;
}
footer a,
footer a:hover {
  color: #ffffff;
}
footer a:hover,
footer a:hover:hover {
  text-decoration: underline;
}
footer .footer-phone {
  color: #401743;
}
footer .footer-phone i {
  font-family: 'FontAwesome', 'Glyphicons Halflings';
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #401743;
}
footer .footer-phone i:after {
  content: '\f095';
}
@media (max-width: 1201px) {
  footer,
  footer.container-fluid {
    margin-top: 0;
    padding: 0;
  }
  footer .col-left,
  footer.container-fluid .col-left {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  footer .row,
  footer.container-fluid .row {
    margin: 0;
  }
  footer .container {
    padding: 0 0px;
  }
  footer .col-right {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  footer,
  footer.container-fluid {
    background: #401743;
    margin: 15px -15px 0;
    padding: 0 15px 80px;
  }
  footer .container,
  footer.container-fluid .container {
    padding: 25px 0 0;
  }
  footer .col-left,
  footer.container-fluid .col-left {
    width: 100%;
  }
  footer .col-left > div,
  footer.container-fluid .col-left > div {
    height: auto;
  }
  footer .col-left > div.col-lg-offset-4,
  footer.container-fluid .col-left > div.col-lg-offset-4 {
    padding-left: 0;
    padding-right: 0;
  }
  footer .col-right,
  footer.container-fluid .col-right {
    position: static;
  }
}
