/* Open Sans */
/* Regular */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}

/* Playfair */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(//fonts.gstatic.com/s/playfairdisplay/v14/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYhQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(//fonts.gstatic.com/s/playfairdisplay/v14/nuFlD-vYSZviVYUb_rj3ij__anPXBYf9lW4e4w.ttf) format('truetype');
}

@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;
}

#cookie-bar {
    background: rgba(17, 17, 17, 0.8);
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 25px 15px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10000;
    bottom: 0;
    font-size: 12px;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: underline;
}

#cookie-bar .cb-enable {
    background: transparent;
    text-decoration: underline;
    margin-left: 8px;
    padding: 0 6px;
}

#cookie-bar .cb-enable:hover {
    color: #aaa;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #0033bb;
}

#cookie-bar .cb-policy:hover {
    background: #0055dd;
}

* {
    font-family: Playfair Display, Arial, Helvetica, sans-serif;
}

.container {
    width: 100%;
    max-width: 970px;
}

#homepage {
    display: none !important;
}

body {
    font-size: 14px;
    background: #ffffff;
    overflow-x: hidden;
}

#wrapper {
    overflow-x: hidden;
    padding: 55px 0 0;
}

.scrollsafe {
    float: left;
    position: relative;
    width: 100%;
}

.scrollsafe:after {
    content: "";
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.scrollsafe.active:after {
    display: none;
}

@media (max-width: 1201px) {
    .container {
        min-width: inherit;
        max-width: inherit;
        width: 100%;
    }
}

@media (max-width: 767px) {
    body {
        background: #fff;
    }

    .container {
        min-width: inherit;
    }
}

#top-bar {
    display: block;
    background: transparent;
    width: 100%;
    height: 55px;
    position: absolute;
    left: 0;
    top: -55px;
}

#top-bar > .container {
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 0;
    min-height: auto;
}

@media (max-width: 1201px) {
    #top-bar {
        padding: 0;
    }
}

#quick-links {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}

#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: 45px;
    height: 31px;
    position: relative;
    z-index: 5;
    transition: all 0.25s ease-in-out 0s;
    color: #01b6ed;
    text-decoration: none;
    overflow: hidden;
    outline: none;
}

#quick-links a i {
    font-family: 'FontAwesome', 'Glyphicons Halflings';
    font-style: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    width: 45px;
    display: inline-block;
    transition: all 0.25s ease-in-out 0s;
}

#quick-links li:hover a {
    background: #005594;
}

#quick-links li:hover a i {
    color: #e2e2e2;
}

#quick-links .phone a i:after {
    content: '\f095';
}

#quick-links .date a i:after {
    content: '\f073';
}

#quick-links .mail a i:after {
    content: '\f0e0';
}

@media (max-width: 993px) {
    #quick-links li {
        float: left;
    }
}

@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: #ee7767;
    }

    #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: #585858;
    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: 14px;
    line-height: 31px;
    color: #585858;
    transition: all 0.25s ease-in-out 0s;
}

#social-menu a i:after {
    content: '\f09a';
}

#social-menu li:hover a {
    background: #005594;
}

#social-menu li:hover a i {
    color: #fff;
}

#social-menu .googleplus a i:after {
    content: '\f0d5';
}

@media (max-width: 1201px) {
    #social-menu {
        float: right;
    }

    #social-menu li {
        float: left;
    }
}

#language-menu {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    float: right !important;
}

#language-menu li {
    float: left;
    list-style-type: none;
    margin-left: 2px;
}

#language-menu li a {
    padding: 0 15px;
    line-height: 55px;
    display: block;
    height: 55px;
    position: relative;
    z-index: 5;
    transition: all 0.25s ease-in-out 0s;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    color: #005594;
}

#language-menu li:hover,
#language-menu li.active {
    background: transparent;
}

#language-menu li:hover a,
#language-menu li.active a {
    color: #000;
    background: transparent;
}

#language-menu li:hover a i,
#language-menu li.active a i {
    color: #000;
}

@media (max-width: 767px) {
    #language-menu {
        padding: 0 15px;
    }
}

#header-main {
    margin-bottom: 0;
    height: 100%;
    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 {
        min-height: 112px;
    }
}

#main-menu-toggle {
    border: none;
    background: transparent;
    margin: -35px 0 0 0;
    padding: 0;
    height: 30px;
    display: none;
    transition: all 0.4s ease-in-out 0s;
    position: absolute;
    left: 0px;
    bottom: 5px;
    z-index: 50;
    width: 47px;
    clear: both;
}

#main-menu-toggle .icon-bar {
    position: absolute;
    width: 47px;
    height: 3px;
    left: 0;
    display: block;
    background: #005594;
}

#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: 37%;
    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: 4px;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
}

#main-menu-toggle.collapsed .icon-bar:nth-child(3) {
    top: 10px;
    opacity: 1;
    transition: opacity 0.25s linear 0.15s;
}

#main-menu-toggle.collapsed .icon-bar:nth-child(4) {
    top: 20px;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
}

#main-menu-collapse {
    background: transparent;
    z-index: 5;
    margin: 0 0 0;
    float: none !important;
    width: 100%;
    height: auto !important;
}

#main-menu-collapse #main-menu {
    padding: 0;
}

#main-menu-collapse > ul {
    text-align: right;
}

#main-menu-collapse > ul > li {
    padding: 0 0 0 4px;
    position: relative;
    float: left;
    width: 16.6667%;
}

#main-menu-collapse > ul > li:first-child {
    padding: 0;
}

#main-menu-collapse > ul > li a,
#main-menu-collapse > ul > li > span {
    transition: all 0.15s ease-in-out 0s;
    text-align: left;
    color: #585858;
    line-height: 30px;
    padding: 0 8px 0 15px;
    background: #e2e2e2;
    font-size: 18px;
    outline: none;
    font-family: Playfair Display, Arial, Helvetica, sans-serif;
    border-top: 2px solid transparent;
    border-radius: 10px 10px 0 0;
    position: relative;
    display: block;
}

#main-menu-collapse > ul > li.active > a,
#main-menu-collapse > ul > li:hover > a,
#main-menu-collapse > ul > li.active > span,
#main-menu-collapse > ul > li:hover > span {
    color: #fff;
    background: #005594;
}
#main-menu-collapse > ul > li.active > span, #main-menu-collapse > ul > li:hover > span {
    background: #6a0043;
}

#main-menu-collapse > ul > li ul {
    transition: all 0.25s ease-in-out 0s;
    display: none;
    position: absolute;
    left: 4px;
    right: 0;
    top: 100%;
    padding: 0;
    margin: 0 0 0;
    opacity: 1;
    width: auto;
    background: transparent;
    z-index: 10;
}

#main-menu-collapse > ul > li ul li {
    background: transparent url('../../img/mainmenu-bg.png') left top repeat;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #a3afb6;
    transition: all 0.25s ease-in-out 0s;
    list-style-type: none;
}

#main-menu-collapse > ul > li ul li:first-child {
    border-top: none;
}

#main-menu-collapse > ul > li ul li a {
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    display: block;
    width: 100%;
    text-decoration: none;
    border: none;
    transition: all 0.25s ease-in-out 0s;
    position: relative;
    color: #585858;
    text-transform: inherit;
    font-weight: normal;
    border-radius: 0;
    padding: 5px 0 5px 13px;
    background: #fff;
}

#main-menu-collapse > ul > li ul li.active > a,
#main-menu-collapse > ul > li ul li:hover > a {
    color: #005594;
}

#main-menu-collapse > ul > li ul li.active > a:before,
#main-menu-collapse > ul > li ul li:hover > a:before {
    background: #fff;
}

#main-menu-collapse > ul > li:hover > ul {
    display: block;
}

#main-menu-collapse > ul > li:nth-child(3) > ul > li:nth-child(3):hover > a,
#main-menu-collapse > ul > li:nth-child(3) > ul > li:nth-child(3).active > a,
#main-menu-collapse > ul > li:nth-child(3) > ul > li:nth-child(3) > a:hover {
    color: #ee7767;
}

#main-menu-collapse > ul > li:nth-child(5).active > a,
#main-menu-collapse > ul > li:nth-child(5):hover > a {
    background: #ee7767;
}

#main-menu-collapse > ul > li:nth-child(5) ul li.active a,
#main-menu-collapse > ul > li:nth-child(5) ul li:hover a {
    color: #ee7767;
}

@media (max-width: 1201px) {
    #header-main #main-menu-toggle {
        display: block;
        float: right;
        left: auto;
        right: 0;
        margin-top: 80px;
    }

    #header-main #main-menu-collapse {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 0 0 0;
        margin-top: 0;
        top: 100%;
        z-index: 50;
    }

    #header-main #main-menu-collapse.in {
        display: block;
    }

    #header-main #main-menu-collapse #main-menu {
        padding: 0;
        height: auto;
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
    }

    #header-main #main-menu-collapse > ul > li {
        width: 100%;
        background: transparent;
        padding: 0;
        border-radius: 0;
        border-top: 2px solid #fff;
    }

    #header-main #main-menu-collapse > ul > li:first-child {
        border-top: none;
    }

    #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 {
        text-align: left;
        padding: 0 22px;
        line-height: 45px;
        position: relative;
        border-radius: 0;
    }

    #header-main #main-menu-collapse > ul > li > ul {
        position: static;
        opacity: 1;
        padding: 0;
        width: auto;
        background: #fff;
        margin: 0;
        display: none;
        box-shadow: none;
    }

    #header-main #main-menu-collapse > ul > li > ul li {
        position: relative;
        margin: 0;
        border-top: 1px solid #e2e2e2;
        background: transparent;
    }

    #header-main #main-menu-collapse > ul > li > ul li:first-child {
        border-top: none;
    }

    #header-main #main-menu-collapse > ul > li > ul li a,
    #header-main #main-menu-collapse > ul > li > ul li a:hover,
    #header-main #main-menu-collapse > ul > li > ul li.active a {
        color: #585858;
        width: 100%;
        line-height: 45px;
        padding: 0 34px;
        border: none;
        background: transparent;
        border-color: #fff;
    }

    #header-main #main-menu-collapse > ul > li > ul li a:hover,
    #header-main #main-menu-collapse > ul > li > ul li.active a {
        color: #005594;
    }

    #header-main #main-menu-collapse > ul > li .icon-mainmenu {
        display: block;
        width: 40px;
        height: 45px;
        background: transparent;
        right: 0;
        top: 0;
        position: absolute;
        font-family: 'FontAwesome';
        color: #585858;
        line-height: 45px;
        font-size: 25px;
        font-weight: normal;
        text-align: right;
        padding-right: 19px;
        cursor: pointer;
        transition: all 0.25s ease-in-out 0s;
    }

    #header-main #main-menu-collapse > ul > li .icon-mainmenu:before {
        content: '\f055';
        transition: all 0.25s ease-in-out 0s;
    }

    #header-main #main-menu-collapse > ul > li.active > .icon-mainmenu:before,
    #header-main #main-menu-collapse > ul > li:hover > .icon-mainmenu:before {
        content: '\f056';
        color: #fff;
    }

    #header-main #main-menu-collapse > ul > li.active > ul,
    #header-main #main-menu-collapse > ul > li:hover > ul {
        display: block;
    }
}

@media (max-width: 767px) {
    header #header-main #main-menu-toggle {
        position: relative;
        margin: -20px 0 35px;
    }

    header #header-main #main-menu-collapse {
        top: 152px;
        width: auto;
        margin: 0 -15px;
    }

    header #header-main #main-menu-collapse #main-menu {
        margin: 0;
    }
}

@media (max-width: 767px) {
    #responsive-icon-bar {
        padding: 0;
        margin: 0 -15px;
        clear: both;
    }

    #responsive-icon-bar li {
        margin: 2px 0 0;
        padding: 0;
        width: 100%;
        list-style-type: none;
        background: #0069b4;
    }

    #responsive-icon-bar li:first-child {
        margin: 0;
    }

    #responsive-icon-bar li a {
        display: block;
        width: 100%;
        line-height: 45px;
        text-decoration: none;
        outline: none;
        font-weight: bold;
        color: #fff;
    }

    #responsive-icon-bar li a:before {
        content: '\f10b';
        font-family: 'FontAwesome', 'Glyphicons Halflings';
        font-style: normal;
        font-size: 18px;
        line-height: 45px;
        margin: 0 15px 0 15px;
        color: #fff;
    }

    #responsive-icon-bar li.phone a:before {
        font-size: 20px;
        content: '\f095';
    }

    #responsive-icon-bar li.date a:before {
        content: '\f073';
    }

    #responsive-icon-bar li.mail a:before {
        content: '\f0e0';
    }

    #responsive-icon-bar li.place a:before {
        content: '\f041';
    }

    #responsive-icon-bar li.user a:before {
        content: '\f007';
    }
}

header {
    background: #fff;
    z-index: 10;
    position: relative;
    padding: 0 0 4px;
    border-top: 1px solid #005594;
}

header > .row {
    height: 100%;
    background: transparent url('../../img/lecl-header-bg.png') right top no-repeat;
    width: auto;
    margin: 0 -15px;
}

header #logo {
    transition: all 0.4s ease-in-out 0s;
    height: auto;
    background: #fff;
    padding: 0 15px 45px;
    z-index: 10;
    outline: none;
    float: left;
    position: relative;
    right: 0;
    top: 0;
}

header #logo img {
    max-width: 100%;
    height: auto;
}

header .logo-secondary {
    display: none;
}

@media (max-width: 1201px) {

    header,
    header.container-fluid {
        padding: 0 24px 35px;
    }

    header > .row,
    header.container-fluid > .row {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    header #logo,
    header.container-fluid #logo {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    header,
    header.container-fluid {
        height: auto;
        padding: 0;
    }

    header > .row,
    header.container-fluid > .row {
        padding: 0 15px;
    }

    header #logo,
    header.container-fluid #logo {
        position: static;
        margin: 0 auto;
        display: block;
        height: auto;
        top: 10px;
        right: auto;
        left: 28px;
        text-align: center;
    }

    header #logo img,
    header.container-fluid #logo img {
        max-width: 100%;
    }
}

#content .movie-lightbox {
    display: block;
    float: left;
    margin: 0 0 20px;
    width: 50%;
    overflow: hidden;
    position: relative;
    max-width: inherit;
    padding: 0 10px 0 0;
}

#content .movie-lightbox.movieCount2,
#content .movie-lightbox.movieCount4,
#content .movie-lightbox.movieCount6,
#content .movie-lightbox.movieCount8,
#content .movie-lightbox.movieCount10 {
    padding: 0 0 0 10px;
}

#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;
}

#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%;
}

@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: #585858;
    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: #585858;
    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 30px;
    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: #585858;
    font-weight: bold;
    border-bottom: 5px solid #585858;
    margin: 0 15px;
}

#content .teaser-group .teaser-group-item {
    padding: 0 15px 15px;
    transition: all 0.25s ease-out 0s;
    width: 100%;
}

#content .teaser-group .teaser-group-item > div {
    background: #fff;
    border: 1px solid #585858;
    border-radius: 15px;
    position: relative;
    transition: all 0.25s ease-out 0s;
    padding: 15px 19px 5px 19px;
}

#content .teaser-group .teaser-group-item > div h3,
#content .teaser-group .teaser-group-item > div p {
    color: #585858;
    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: 18px;
    line-height: 20px;
    margin: 0 0 10px;
    font-weight: normal;
    text-transform: inherit;
}

#content .teaser-group .teaser-group-item > div p {
    font-size: 16px;
}

#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 > div {
    background: #005594;
    border-color: #005594;
}

#content .teaser-group .teaser-group-item:hover > div * {
    color: #fff;
}

#content .teaser-group .teaser-group-item[data-color="blue"] > div {
    background: #005594;
    border-color: #005594;
}

#content .teaser-group .teaser-group-item[data-color="blue"] > div * {
    color: #fff;
}

#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 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    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: #e2e2e2;
    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%;
}

#content .teaser-group .teaser-group-image-item > div .text h3 {
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 100%;
    color: #fff;
    margin: 0;
    z-index: 4;
    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 .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: #585858;
    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: #585858;
    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: 993px) {
    #content section .teaser-group {
        margin: 0 -10px;
    }
}

@media (max-width: 767px) {

    #content section .teaser-group .teaser-group-image-item,
    #content .teaser-group .teaser-group-image-item {
        height: auto;
        width: 100%;
        padding: 15px 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: right;
    width: auto;
    margin: 0;
    left: 38px;
    right: 38px;
    bottom: 25px;
}

#content .carousel .carousel-indicators li,
.carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 1px 1px 1px 7px;
    transition: all 0.25s ease-out 0s;
}

#content .carousel .carousel-caption,
.carousel .carousel-caption {
    transition: all 0.15s ease-in-out 0s;
    text-align: left;
    text-shadow: none;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
}

#content .carousel .carousel-caption .inner-content,
.carousel .carousel-caption .inner-content {
    padding: 10px;
}

#content .carousel .carousel-caption h2,
.carousel .carousel-caption h2 {
    color: #005594;
    font-size: 35px;
    line-height: 30px;
    font-weight: bold;
    margin: 0;
    font-family: Playfair Display, Arial, Helvetica, sans-serif;
    font-style: normal;
}

#content .carousel .carousel-caption h3,
.carousel .carousel-caption h3,
#content .carousel .carousel-caption h4,
.carousel .carousel-caption h4 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    font-family: Playfair Display, Arial, Helvetica, sans-serif;
    font-style: normal;
}

#content .carousel .carousel-caption p,
.carousel .carousel-caption p {
    color: #000;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    font-family: Playfair Display, Arial, Helvetica, sans-serif;
}

#content .carousel .carousel-caption a,
.carousel .carousel-caption a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-indent: -10000px;
    overflow: Hidden;
}

#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.15s 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;
}

@media (max-width: 1201px) {
    .carousel {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #content .carousel {
        position: relative;
        margin: 0 -15px 0;
        padding-bottom: 0;
    }

    #content .carousel .carousel-caption {
        background: transparent;
        bottom: 20%;
        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: 18px;
    }

    #content .carousel .carousel-caption p {
        font-size: 12px;
    }

    #content .carousel .carousel-indicators {
        display: none;
    }

    #content .carousel .carousel-control {
        display: none;
    }

    #content .carousel .carousel-control .icon-next {
        margin: 0;
    }

    #content .carousel .carousel-control.right {
        right: 10px;
    }

    #content .carousel .carousel-control.left {
        left: 10px;
    }
}

#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;
}

@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;
    }
}

#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: #585858;
    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 > 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;
}

#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 {
    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;
}

.powermail_confirmation .powermail_confirmation_form,
.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;
}

.powermail_confirmation .powermail_confirmation_form:hover,
.powermail_confirmation .powermail_confirmation_submit:hover {
    background: #eee;
}

.powermail_confirmation .powermail_confirmation_submit {
    float: right;
}

.powermail_confirmation .powermail_all {
    float: left;
    width: 100%;
}

.powermail_confirmation h4,
.powermail_confirmation .powermail_all_label,
.powermail_confirmation .powermail_all_value {
    color: #656565;
    width: 30%;
    float: left;
}

.powermail_confirmation h4 {
    width: 100%;
}

.powermail_confirmation .powermail_all_value {
    width: 70%;
    margin-bottom: 10px;
}

@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%;
    }
}

@media (max-width: 767px) {
    #content form .powermail_fieldset {
        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: #005594;
}

@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: -30px -30px -20px;
    padding: 0;
    transition: all 0.25s ease-out 0s;
    background: #3a8fa1;
}

#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: 15px 15px 10px;
    transition: all 0.25s ease-out 0s;
    height: 100px;
    position: relative;
}

#content .mosaik .column .mosaik-text-element:empty {
    display: none;
}

#content .mosaik .column .mosaik-text-element h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 0 10px;
}

#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 {
    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 * {
    color: #fff;
}

#content .mosaik .column .mosaik-text-element.bg-darkgrey {
    background: #646567;
}

#content .mosaik .column .mosaik-text-element.bg-blue {
    background: #005594;
}

#content .mosaik .column .mosaik-text-element.bg-darkblue {
    background: #22a8c3;
}

#content .mosaik .column .mosaik-text-element:hover {
    background: #646567;
}

#content .mosaik .column .mosaik-text-element:hover * {
    color: #fff;
}

@media (max-width: 1201px) {
    #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: -15px;
    }

    #content .mosaik .column .csc-textpic-imagecolumn img {
        width: 50%;
    }

    #content .mosaik .column .mosaik-text-element {
        height: auto;
        padding: 18px;
    }

    #content .mosaik .column.col-sm-4 .movie-lightbox {
        width: 50%;
    }

    #content .mosaik .column .col2-3-teaser-wrapper .col2-3-teaser {
        width: 50%;
    }
}

#content .news-teaser {
    border: 1px solid #005594;
    border-radius: 15px;
    padding: 20px 20px 5px;
    margin: 0 0 15px;
}

#content .news-teaser > h2 {
    font-size: 20px;
    color: #005594;
    line-height: 22px;
    font-weight: normal;
}

#content .news {
    color: #005594;
    margin: 0 0 15px;
}

#content .news h2 {
    font-size: 16px;
    color: #005594;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}

#content .news h3,
#content .news p,
#content .news a {
    color: #005594;
    line-height: 22px;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: inline;
}

#content .news h3 {
    font-weight: Bold;
}

#content .news a {
    text-decoration: underline;
    display: inline;
}

#content .news.news-single {
    margin: 10px 0;
}

#content .news-carousel {
    height: 190px;
    position: relative;
}

#content .news-carousel:after {
    content: '';
    clear: both;
    display: block;
}

#content .news-carousel div.news {
    display: none;
    position: absolute;
}

#content .news-carousel div.news.active {
    display: block;
}

#content .news-carousel .news-carousel-controls {
    float: left;
    width: auto;
    left: 0;
    right: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
}

#content .news-carousel .news-carousel-controls .indicators {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

#content .news-carousel .news-carousel-controls .indicators li {
    list-style-type: none;
    text-indent: -100000px;
    overflow: hidden;
    border-radius: 100%;
    background: #005594;
    opacity: 0.3;
    transition: all 0.25s ease-out 0s;
    float: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

#content .news-carousel .news-carousel-controls .indicators li.active,
#content .news-carousel .news-carousel-controls .indicators li:hover {
    opacity: 1;
}

#news-lightbox {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

#news-lightbox .close-lightbox {
    opacity: 1;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

#news-lightbox .close-lightbox:before {
    content: 'x';
    position: absolute;
    line-height: 36px;
    height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    left: 50%;
    top: 10%;
    background: #fff;
    margin: 0 0 0 228px;
    z-index: 10;
    font-size: 26px;
    font-weight: bold;
    transition: all 0.25s ease-out 0s;
}

#news-lightbox .close-lightbox:hover:before {
    background: #ee7767;
    color: #fff;
}

#news-lightbox .close-lightbox:after {
    content: '';
    background: #000;
    opacity: 0.6;
    position: fixed;
    z-index: 5;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    bottom: 0;
}

#news-lightbox .content {
    position: absolute;
    left: 50%;
    top: 10%;
    background: #fff;
    padding: 10px;
    z-index: 10;
    width: 460px;
    margin: 0 0 0 -230px;
}

#news-lightbox .content > div {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    font-size: 15px;
    height: 100%;
    max-height: 500px;
}

#news-lightbox .content > div .carousel {
    display: none;
}

#news-lightbox .content > div h2,
#news-lightbox .content > div h1 {
    margin: 0 0 10px;
}

#news-lightbox .content > div h1 {
    font-size: 26px;
    line-height: 26px;
    font-family: Playfair Display, Arial, Helvetica, sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    color: #005594;
    margin: 0 0 20px;
}

#news-lightbox .content > div h2 {
    font-size: 20px;
    line-height: 22px;
    font-family: Playfair Display, Arial, Helvetica, sans-serif;
    font-weight: 200;
    margin: 0 0 15px;
}

#news-lightbox .content > div h3 {
    font-size: 14px;
    margin: 0 0 5px;
}

@media (max-width: 767px) {
    #news-lightbox .close-lightbox:before {
        right: 10px;
        margin: 0;
        top: 0;
        left: auto;
    }

    #news-lightbox .content {
        top: 45px;
        bottom: 10px;
        width: auto;
        left: 10px;
        right: 10px;
        margin: 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;
    }
}

#felogin-top {
    position: absolute;
    left: 50%;
    right: 0;
    top: 7px;
    margin: 0 0 0 180px;
    width: 200px;
    z-index: 20;
}

#felogin-top > div {
    float: right;
    width: 100%;
    position: relative;
    z-index: 15;
}

#felogin-top .felogin-top-button {
    border: 2px solid #005594;
    border-radius: 10px;
    display: block;
    position: relative;
    height: 40px;
    z-index: 15;
    background: #fff;
    line-height: 36px;
    color: #005594;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-out 0s;
}

#felogin-top .felogin-top-button:before {
    content: "\f007";
    font-family: 'FontAwesome';
    font-size: 25px;
    position: Absolute;
    left: 30px;
    top: 0;
    line-height: 36px;
    transition: all 0.25s ease-out 0s;
}

#felogin-top .felogin-top-button:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 35px;
    position: Absolute;
    right: 30px;
    top: 2px;
    line-height: 36px;
    transition: all 0.25s ease-out 0s;
}

#felogin-top .felogin-top-button:hover {
    background: #005594;
    color: #fff;
}

#felogin-top.active .felogin-top-button:after {
    transform: rotate(180deg);
}

#felogin-top .tx-felogin-pi1 {
    display: none;
    background: #fff;
    border: 2px solid #005594;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: -5px 0 0;
    padding: 20px 15px 15px;
    border-radius: 0 0 10px 10px;
}

#felogin-top .tx-felogin-pi1 input[type="text"],
#felogin-top .tx-felogin-pi1 input[type="password"] {
    width: 100%;
    margin: 0 0 5px;
    height: 40px;
    border: 1px solid #dadada;
    padding: 0 5px;
    color: #aaa;
}

#felogin-top .tx-felogin-pi1 input[type="password"] {
    margin: 0 0 20px;
}

#felogin-top .tx-felogin-pi1 input[type="submit"] {
    width: 100%;
    background: #dadada;
    color: #fff;
    border-radius: 0;
    border: none;
    height: 45px;
    transition: all 0.25s ease-out 0s;
    font-size: 22px;
}

#felogin-top .tx-felogin-pi1 input[type="submit"]:hover {
    background: #005594;
}

#content {
    padding: 0 0 50px;
    /* width:@wrapperWidth; */
    width: 100%;
    position: static;
    background: #ffffff;
}

#content > section {
    width: 100%;
    margin: 0 auto;
}

#content > section.trippleboxes {
    width: 100%;
}

#content > section.trippleboxes .teaser-group {
    width: 1000px;
    margin: 0 auto;
}

#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.row {
    margin: 0;
}

#content > .container {
    padding: 0 84px;
}

#content .col-left,
#content .col-right {
    padding: 0;
    min-height: 1px;
}

#content .col-left {
    padding-right: 15px;
    width: 66.6666%;
}

#content .col-right {
    padding-left: 15px;
    width: 33.33333%;
}

#content .col-right:after {
    content: '';
    clear: both;
    display: block;
}

#content > .col-left {
    padding-right: 2px;
    width: 50%;
}

#content > .col-right {
    padding-left: 2px;
    width: 50%;
}

#content li {
    color: #585858;
}

#content h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 20px;
    transition: all 0.25s ease-out 0s;
    color: #585858;
}

#content h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 20px;
    color: #585858;
}

#content h2.timeIcon,
#content h2.dateIcon,
#content h2.homeIcon {
    padding: 0 0 0 0;
    margin-left: 0px;
    font-weight: bold;
}

#content h2.timeIcon:before,
#content h2.dateIcon:before,
#content h2.homeIcon:before {
    content: '\f017';
    font-family: 'FontAwesome', 'Glyphicons Halflings';
    font-style: normal;
    font-size: 40px;
    line-height: 30px;
    margin: 0 34px 0 0px;
    color: #fff;
}

#content h2.dateIcon {
    background: transparent;
}

#content h2.dateIcon:before {
    content: '\f073';
    font-size: 28px;
    margin-right: 41px;
}

#content h2.homeIcon:before {
    content: "\f015";
}

#content h2.overcarousel,
#content h2.overcarouselorange {
    background: #005594;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 20px;
    padding: 0 30px 0 10px;
    border-radius: 5px 5px 0 0;
    margin: -40px auto 0;
    position: relative;
    z-index: 50;
    top: -40px;
    float: none;
    width: 275px;
    font-weight: normal;
}

#content h2.overcarouselorange {
    background: #ee7767;
}

#content h3 {
    color: #585858;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    margin: 0 0 14px;
    transition: all 0.25s ease-out 0s;
}

#content p {
    color: #585858;
}

#content iframe {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    border: none;
}

#content a.button {
    border: 5px solid #585858;
    background: transparent;
    margin: 0 0 20px;
    line-height: 30px;
    width: 200px;
    max-width: 100%;
    font-weight: bold;
    color: #585858;
    display: block;
    text-decoration: none;
    text-align: center;
}

#content a.overcarousel,
#content a.overcarouselorange {
    background: #005594;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 0 30px 0 10px;
    border-radius: 5px 5px 0 0;
    margin: -40px auto 0;
    position: relative;
    z-index: 50;
    top: -40px;
    float: none;
    width: 275px;
    font-family: Playfair Display, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
}

#content a.overcarouselorange {
    background: #ee7767;
}

#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 section.grey-bg p,
#content section.grey-bg a,
#content section.grey-bg h2 {
    color: #fff;
}

.solopage #content section:first-child {
    display: none;
}

@media (max-width: 1201px) {
    #content {
        width: 100%;
        min-width: 750px;
    }

    #content > section {
        width: 100%;
        padding: 0;
    }

    #content .container {
        padding: 0 24px;
    }

    #content .col-left,
    #content .col-right {
        width: 100%;
        padding: 0;
    }

    #content > .col-left,
    #content > .col-right {
        width: 50%;
        position: relative;
    }

    #content h2.overcarousel,
    #content h2.overcarouselorange {
        position: absolute;
        bottom: 40px;
        left: 24px;
        right: 100px;
        top: auto;
        width: auto;
    }

    #content h3 {
        font-size: 16px;
    }

    #content .trippleboxes .teaser-group {
        margin: 0;
        padding: 20px 35px 0;
    }

    #content .trippleboxes .teaser-group div.tripple {
        width: 50%;
        min-height: 205px;
    }
}

@media (max-width: 767px) {
    #content {
        padding: 0 0 0;
        width: 100%;
        min-width: 300px;
    }

    #content h2.overcarousel,
    #content h2.overcarouselorange {
        bottom: 2px;
        left: 15px;
        right: 15px;
    }

    #content .col-left,
    #content .col-right {
        padding: 0 0 15px;
    }

    #content .col-right h2.overcarousel,
    #content .col-right h2.overcarouselorange {
        position: absolute;
        bottom: 15px;
    }

    #content > .col-left,
    #content > .col-right {
        width: 100%;
        padding: 0 0 2px;
    }

    #content > .col-right {
        padding: 0 0 15px;
    }

    #content .container {
        padding: 0 15px;
    }

    #content section h3 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    #content section iframe {
        margin-bottom: 0;
    }

    #content .trippleboxes .teaser-group div.tripple {
        width: 100%;
    }

    #content .trippleboxes .teaser-group div.tripple .movie-lightbox {
        margin-left: 0;
        width: 100%;
    }
}

#to-top {
    transition: all 0.15s ease-in-out 0s;
    cursor: pointer;
    width: 45px;
    height: 36px;
    z-index: 50;
    position: absolute;
    left: 50%;
    margin: 0 0 1px -22.5px;
    bottom: 100%;
    background: #e2e2e2;
    border-radius: 10px 10px 0 0;
    color: #e2e2e2;
    overflow: hidden;
}

#to-top:after {
    content: '\f106';
    font-family: 'FontAwesome';
    padding: 0;
    color: #fff;
    font-size: 40px;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 36px;
    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;
    }

    #to-top:before {
        border-radius: 100%;
        display: inline-block;
        text-align: center;
        line-height: 53px;
    }

    .scroll-down #to-top {
        display: block;
    }
}

#copyright {
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 12px 15px 0;
    width: 100%;
    border-top: 1px solid #fff;
}

#copyright > div {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 1201px) {
    #copyright {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    #copyright > div {
        max-width: inherit;
        padding: 0;
    }
}

@media (max-width: 767px) {
    #copyright {
        width: 100%;
        padding: 15px;
    }
}

#service-menu {
    color: #565656;
    padding: 0;
    transition: all 0.15s ease-in-out 0s;
    display: inline-block;
    text-align: right;
    float: right;
    width: 50%;
    margin-right: 35px;
}

#service-menu li {
    list-style-type: none;
    float: none;
    display: inline-block;
}

#service-menu li:before {
    content: '|';
    color: #565656;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

#service-menu li:first-child:before {
    display: none;
}

#service-menu a {
    color: #565656;
    font-size: 16px;
    text-decoration: none;
}

@media (max-width: 1201px) {
    #service-menu {
        width: auto;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #service-menu {
        float: none;
        width: 100%;
        display: block;
    }
}

#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: #585858;
}

#footer-quick-links li:hover a i {
    color: #585858;
}

#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';
}

#footer-social-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

#footer-social-menu li {
    padding: 0;
    margin: 0 14px 0 0;
    list-style-type: none;
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    float: left;
}

#footer-social-menu a {
    padding: 0 15px;
    color: #fff;
    display: block;
    width: 100%;
    outline: none;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
}

#footer-social-menu a i {
    font-family: 'FontAwesome', 'Glyphicons Halflings';
    font-style: normal;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    transition: all 0.25s ease-in-out 0s;
}

#footer-social-menu a i:after {
    content: '\f09a';
}

#footer-social-menu li:hover a {
    background: #fff;
}

#footer-social-menu li:hover a i {
    color: #585858;
}

#footer-social-menu .googleplus a i:after {
    content: '\f0d5';
}

@media (max-width: 1201px) {
    #footer-social-menu {
        float: right;
    }

    #footer-social-menu li {
        float: left;
    }
}

footer {
    background: #e2e2e2;
    color: #565656;
    padding: 30px 0 100px;
    transition: all 0.15s ease-in-out 0s;
    position: relative;
}

footer .container,
footer .col-left,
footer .col-right {
    padding: 0;
}

footer .container {
    padding: 0;
    width: 100%;
    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 {
    padding: 0 15px;
    max-width: 970px;
    float: none;
    margin: 0 auto;
    width: 100%;
}

footer .col-left h2 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
}

footer .col-left > div {
    margin-bottom: 20px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
}

footer .col-left > div span.phone,
footer .col-left > div span.phone a,
footer .col-left > div span.fax,
footer .col-left > div span.fax a {
    line-height: 20px;
    font-size: 16px;
    color: #565656;
}

footer .col-left > div.right-div ul {
    margin: 0;
    float: right;
    padding: 0 0 0 60px;
}

footer .col-left > div.right-div ul li {
    list-style-type: none;
    height: 45px;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

footer .col-left > div.right-div ul li a {
    line-height: 45px;
    display: block;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    color: #565656;
}

footer .col-left > div.right-div ul li a:before {
    content: '';
    font-family: 'FontAwesome';
    color: #565656;
    position: absolute;
    right: 100%;
    top: 0;
    line-height: 45px;
    margin: 0 18px 0 0;
}

footer .col-left > div.right-div ul li a:hover {
    color: #005594;
}

footer .col-left > div.right-div ul li a:hover:before {
    color: #005594;
}

footer .col-left > div.right-div ul li.recall a:before {
    content: '\f095';
}

footer .col-left > div.right-div ul li.date a:before {
    content: '\f073';
}

footer .col-left > div.right-div ul li.email a:before {
    content: '\f0e0';
}

/*
footer .col-left > div.right-div ul li.facebook {
    width: auto;
    min-width: 15%;
}
*/

footer .col-left > div.right-div ul li.facebook a:before {
    content: '\f09a';
    font-size: 16px;
}

/*
footer .col-left > div.right-div ul li.instagram {
    width: auto;
    min-width: 15%;
}
*/

footer .col-left > div.right-div ul li.instagram a:before {
    content: '\f16d';
    font-size: 16px;
}

/*
footer .col-left > div.right-div ul li.facebook a {
    font-size: 0;
}
*/



footer .col-left > div.right-div ul li.googleplus {
    width: auto;
    min-width: 15%;
}

footer .col-left > div.right-div ul li.googleplus a {
    font-size: 0;
}

footer .col-left > div.right-div ul li.googleplus a:before {
    content: '\f0d5';
    font-size: 16px;
}

footer iframe {
    width: 100%;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

footer h3 {
    color: #565656;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    margin: 0 0 25px;
}

footer a,
footer a:hover {
    color: #565656;
}

footer a:hover,
footer a:hover:hover {
    text-decoration: underline;
}

footer .footer-phone {
    color: #005594;
}

footer .footer-phone i {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #005594;
}

footer .footer-phone i:after {
    content: '\f095';
}

@media (max-width: 1201px) {
    footer {
        padding-bottom: 100px;
        margin-top: 0;
    }

    footer .col-left {
        max-width: inherit;
        padding: 0 24px;
    }

    footer .col-left > div.right-div ul {
        width: 100%;
    }

    footer .container {
        padding: 0 0px;
    }

    footer .col-right {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 0 0 100px;
    }

    footer .container {
        padding: 25px 0 0;
    }

    footer .col-left {
        width: 100%;
        padding: 0 15px;
    }

    footer .col-left > div {
        height: auto;
    }

    footer .col-left > div.col-lg-offset-2 {
        padding: 0 0 15px;
    }

    footer .col-left > div.right-div ul {
        padding: 0;
    }

    footer .col-left > div.right-div ul li a {
        margin: 0 0 0 35px;
    }

    footer .col-right {
        position: static;
    }
}
