/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
.black { color:#000; }
.white { color:#fff }
.grey { color:#818286; }
.grey2 { color:#675536; }
.blue { color:#308ac9; }
.green { color:#00a5cb; }
.orange { color:#ED760F; }
.red { color:#991016; }
.pink { color:#dd127b; }
.braun { color:#675536; }
.fontsize1 { font-size:1em; }
.fontsize15 { font-size:1.5em; }
.fontsize2 { font-size:2em; }
.fontsize25 { font-size:2.5em; }
.fontsize3 { font-size:2.5em; }
.shadow {text-shadow:0 0 4px rgba(0, 0, 0, 0.3)}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/* -- dk_mmenu theme 'lighter' -- */
.mm-menu.mm-light
{
	background: #ececec;
}
.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default-content.rsts-main{position:relative}.rsts-skin-default-content.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default-content .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default-content .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-default-content .rsts-prev,.rsts-skin-default-content .rsts-next{display:none}.rsts-skin-default-content .rsts-nav-prev a,.rsts-skin-default-content .rsts-nav-next a,.rsts-skin-default-content .rsts-video-play,.rsts-skin-default-content .rsts-video-stop,.rsts-skin-default-content .rsts-thumbs-prev,.rsts-skin-default-content .rsts-thumbs-next{overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}.rsts-skin-default-content .rsts-nav-prev a:hover,.rsts-skin-default-content .rsts-nav-next a:hover,.rsts-skin-default-content .rsts-video-play:hover,.rsts-skin-default-content .rsts-video-stop:hover,.rsts-skin-default-content .rsts-thumbs-prev:hover,.rsts-skin-default-content .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default-content .rsts-nav-prev a,.rsts-skin-default-content .rsts-nav-next a,.rsts-skin-default-content .rsts-thumbs-prev,.rsts-skin-default-content .rsts-thumbs-next{display:inline-block;vertical-align:top}.rsts-skin-default-content .rsts-thumbs-prev,.rsts-skin-default-content .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default-content .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default-content .rsts-nav-prev a,.rsts-skin-default-content .rsts-thumbs-prev{margin-right:10px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default-content .rsts-nav-prev a,.rsts-skin-default-content .rsts-thumbs-prev{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==");background-size:30px,30px}}.rsts-skin-default-content .rsts-nav-next a,.rsts-skin-default-content .rsts-thumbs-next{margin-left:10px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default-content .rsts-nav-next a,.rsts-skin-default-content .rsts-thumbs-next{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=");background-size:30px,30px}}.rsts-skin-default-content.rsts-direction-y .rsts-nav-prev a{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default-content.rsts-direction-y .rsts-nav-prev a{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==");background-size:30px,30px}}.rsts-skin-default-content.rsts-direction-y .rsts-nav-next a{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default-content.rsts-direction-y .rsts-nav-next a{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=");background-size:30px,30px}}.rsts-skin-default-content .rsts-nav{padding:20px 0 0;text-align:center}.rsts-skin-default-content .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default-content .rsts-nav li{display:inline}.rsts-skin-default-content .rsts-nav-numbers .rsts-nav-item a,.rsts-skin-default-content .rsts-nav-tabs .rsts-nav-item a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#333;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2)}.rsts-skin-default-content .rsts-nav-numbers .rsts-nav-item a:hover,.rsts-skin-default-content .rsts-nav-tabs .rsts-nav-item a:hover{background-color:#eee;background-color:rgba(238,238,238,0.5)}.rsts-skin-default-content .rsts-nav-numbers .rsts-nav-item a.active,.rsts-skin-default-content .rsts-nav-tabs .rsts-nav-item a.active{background-color:#777;background-color:rgba(119,119,119,0.5)}.rsts-skin-default-content .rsts-nav-bullets{line-height:0}.rsts-skin-default-content .rsts-nav-bullets .rsts-nav-item a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default-content .rsts-nav-bullets .rsts-nav-item a:hover,.rsts-skin-default-content .rsts-nav-bullets .rsts-nav-item a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default-content .rsts-nav-thumbs{padding-top:5px}.rsts-skin-default-content .rsts-video-play,.rsts-skin-default-content .rsts-video-stop{position:absolute}.rsts-skin-default-content .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default-content .rsts-video-play{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=");background-size:70px,70px}}.rsts-skin-default-content .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default-content .rsts-video-stop{background-image:url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=");background-size:30px,30px}}.rsts-skin-default-content .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default-content .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default-content .rsts-video-ipad>.rsts-video-iframe{padding-top:32px;background-color:#000}.rsts-skin-default-content .rsts-video-ipad>.rsts-video-stop{top:1px;right:1px;left:auto}.rsts-skin-default-content .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default-content .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default-content .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default-content .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default-content .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

.rsts-skin-liquid.rsts-main{position:relative}.rsts-skin-liquid.rsts-type-fade .rsts-slide{background:#fff}.rsts-skin-liquid .rsts-caption{position:absolute;top:20px;left:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;text-shadow:0 0 3px rgba(0,0,0,0.6);background:#ccc;background:rgba(255,255,255,0.1);background-image:-webkit-radial-gradient(rgba(255,255,255,0),rgba(208,224,229,0.2) 60%);background-image:-moz-radial-gradient(rgba(255,255,255,0),rgba(208,224,229,0.2) 60%);background-image:-o-radial-gradient(rgba(255,255,255,0),rgba(208,224,229,0.2) 60%);background-image:radial-gradient(rgba(255,255,255,0),rgba(208,224,229,0.2) 60%);-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3),inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -1px 0 rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.8);-moz-box-shadow:0 0 2px rgba(0,0,0,0.3),inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -1px 0 rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.8);box-shadow:0 0 2px rgba(0,0,0,0.3),inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -1px 0 rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.8);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-liquid .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-liquid .rsts-prev,.rsts-skin-liquid .rsts-next,.rsts-skin-liquid .rsts-video-stop,.rsts-skin-liquid .rsts-nav-numbers a,.rsts-skin-liquid .rsts-nav-tabs a,.rsts-skin-liquid .rsts-thumbs-prev,.rsts-skin-liquid .rsts-thumbs-next{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;background:rgba(255,255,255,0.2);background-position:50% 50%;background-image:url("data:image/png;base64,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");-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3),inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -1px 0 rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.8);-moz-box-shadow:0 0 2px rgba(0,0,0,0.3),inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -1px 0 rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.8);box-shadow:0 0 2px rgba(0,0,0,0.3),inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -1px 0 rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.8)}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-liquid .rsts-prev,.rsts-skin-liquid .rsts-next,.rsts-skin-liquid .rsts-video-stop,.rsts-skin-liquid .rsts-nav-numbers a,.rsts-skin-liquid .rsts-nav-tabs a,.rsts-skin-liquid .rsts-thumbs-prev,.rsts-skin-liquid .rsts-thumbs-next{background-image:url("data:"image/png";base64,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");background-size:30px,30px}}.rsts-skin-liquid .rsts-prev:hover,.rsts-skin-liquid .rsts-prev.active,.rsts-skin-liquid .rsts-next:hover,.rsts-skin-liquid .rsts-next.active,.rsts-skin-liquid .rsts-video-stop:hover,.rsts-skin-liquid .rsts-video-stop.active,.rsts-skin-liquid .rsts-nav-numbers a:hover,.rsts-skin-liquid .rsts-nav-numbers a.active,.rsts-skin-liquid .rsts-nav-tabs a:hover,.rsts-skin-liquid .rsts-nav-tabs a.active,.rsts-skin-liquid .rsts-thumbs-prev:hover,.rsts-skin-liquid .rsts-thumbs-prev.active,.rsts-skin-liquid .rsts-thumbs-next:hover,.rsts-skin-liquid .rsts-thumbs-next.active{background-color:#ddd;background-color:rgba(0,0,0,0.2)}.rsts-skin-liquid.rsts-no-touch:hover .rsts-nav-numbers a.active,.rsts-skin-liquid.rsts-no-touch:hover .rsts-nav-tabs a.active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);opacity:0.6}.rsts-skin-liquid .rsts-next,.rsts-skin-liquid .rsts-thumbs-next{right:20px;background-image:url("data:image/png;base64,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")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-liquid .rsts-next,.rsts-skin-liquid .rsts-thumbs-next{background-image:url("data:"image/png";base64,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");background-size:30px,30px}}.rsts-skin-liquid .rsts-thumbs-prev,.rsts-skin-liquid .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-liquid .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-liquid.rsts-direction-y .rsts-prev{background-image:url("data:image/png;base64,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")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-liquid.rsts-direction-y .rsts-prev{background-image:url("data:"image/png";base64,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");background-size:30px,30px}}.rsts-skin-liquid.rsts-direction-y .rsts-next{background-image:url("data:image/png;base64,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")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-liquid.rsts-direction-y .rsts-next{background-image:url("data:"image/png";base64,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");background-size:30px,30px}}.rsts-skin-liquid .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;line-height:1;text-align:right}.rsts-skin-liquid .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-liquid .rsts-nav li{display:inline}.rsts-skin-liquid.rsts-video-playing .rsts-nav,.rsts-skin-liquid.rsts-video-playing .rsts-prev,.rsts-skin-liquid.rsts-video-playing .rsts-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0}.rsts-skin-liquid.rsts-video-playing .rsts-nav{bottom:47px}.rsts-skin-liquid.rsts-video-playing .rsts-nav-thumbs{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-liquid.rsts-video-playing .rsts-prev,.rsts-skin-liquid.rsts-video-playing .rsts-next{bottom:50px}.rsts-skin-liquid.rsts-video-playing:hover .rsts-nav,.rsts-skin-liquid.rsts-video-playing:hover .rsts-prev,.rsts-skin-liquid.rsts-video-playing:hover .rsts-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-liquid.rsts-touch.rsts-video-playing .rsts-prev,.rsts-skin-liquid.rsts-touch.rsts-video-playing .rsts-next,.rsts-skin-liquid.rsts-touch.rsts-video-playing .rsts-nav{display:none}.rsts-skin-liquid.rsts-touch .rsts-nav-numbers,.rsts-skin-liquid.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-liquid .rsts-nav-numbers a,.rsts-skin-liquid .rsts-nav-tabs a{position:static;display:inline-block;min-width:20px;margin:0 2px;padding-top:15px;font-size:0.75em;color:#fff;text-indent:0;text-shadow:0 0 3px rgba(0,0,0,0.6);background:#ccc;background:rgba(255,255,255,0.1);background-image:-webkit-radial-gradient(rgba(255,255,255,0),rgba(208,224,229,0.2) 60%);background-image:-moz-radial-gradient(rgba(255,255,255,0),rgba(208,224,229,0.2) 60%);background-image:-o-radial-gradient(rgba(255,255,255,0),rgba(208,224,229,0.2) 60%);background-image:radial-gradient(rgba(255,255,255,0),rgba(208,224,229,0.2) 60%);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-liquid .rsts-nav-numbers a.active,.rsts-skin-liquid .rsts-nav-tabs a.active{color:#fff}.rsts-skin-liquid .rsts-nav-tabs a{width:auto;padding:15px 10px}.rsts-skin-liquid.rsts-no-touch:hover .rsts-nav-numbers a,.rsts-skin-liquid.rsts-no-touch:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-liquid .rsts-nav-bullets{line-height:0}.rsts-skin-liquid .rsts-nav-bullets a{display:inline-block;width:10px;height:10px;overflow:hidden;margin:12px 4px;border:1px solid #bbb;border:1px solid rgba(0,0,0,0.3);-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#eee;background-color:rgba(255,255,255,0.2);-webkit-box-shadow:0 0 1px 1px rgba(0,0,0,0.1),inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 0 1px rgba(255,255,255,0.6);-moz-box-shadow:0 0 1px 1px rgba(0,0,0,0.1),inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 0 1px rgba(255,255,255,0.6);box-shadow:0 0 1px 1px rgba(0,0,0,0.1),inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 0 1px rgba(255,255,255,0.6)}.rsts-skin-liquid .rsts-nav-bullets a:hover,.rsts-skin-liquid .rsts-nav-bullets a.active{background-color:#51a5c0;background-color:rgba(81,165,192,0.5)}.rsts-skin-liquid .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-liquid .rsts-nav .rsts-nav-prev,.rsts-skin-liquid .rsts-nav .rsts-nav-next{display:none}.rsts-skin-liquid .rsts-video-play{position:absolute;left:50%;top:50%;width:64px;height:64px;overflow:hidden;margin:-32px 0 0 -32px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;outline:none;text-indent:-999px;text-decoration:none;background-image:url("data:image/png;base64,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");background-position:50% 50%;-webkit-box-shadow:0 0 3px 1px rgba(0,0,0,0.2),inset 0 3px 0 -1px rgba(255,255,255,0.5),inset 0 -1px 0 rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.9);-moz-box-shadow:0 0 3px 1px rgba(0,0,0,0.2),inset 0 3px 0 -1px rgba(255,255,255,0.5),inset 0 -1px 0 rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.9);box-shadow:0 0 3px 1px rgba(0,0,0,0.2),inset 0 3px 0 -1px rgba(255,255,255,0.5),inset 0 -1px 0 rgba(0,0,0,0.3),inset 0 0 1px rgba(255,255,255,0.9)}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-liquid .rsts-video-play{background-image:url("data:"image/png";base64,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");background-size:70px,70px}}.rsts-skin-liquid .rsts-video-play:hover,.rsts-skin-liquid .rsts-video-play:focus{background-color:#ccc;background-color:rgba(0,0,0,0.1);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:0.7}.rsts-skin-liquid .rsts-video-play:active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-liquid .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url("data:image/png;base64,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")}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-liquid .rsts-video-stop{background-image:url("data:"image/png";base64,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");background-size:30px,30px}}.rsts-skin-liquid .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-liquid .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-liquid .rsts-video-ipad>.rsts-video-iframe{padding-top:34px;background-color:#000}.rsts-skin-liquid .rsts-video-ipad>.rsts-video-stop{top:1px;right:1px;left:auto}.rsts-skin-liquid .rsts-progress{position:absolute;top:0;left:0;width:100%;height:2px;background-color:#51a5c0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-liquid .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-liquid .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-liquid .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-liquid .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* ===========================================

	1.  Basic
	2.  Grid 16 Prozent
	3.  Layout
	4.  Navigation
	5.  Footer
	6.  Logo / Kontakt
	7.  Abstände oben / unten
	7.	Spalten
	8.  Startseite
	9.  Unterseiten
	10. Überschriften
	11. Buttons
	12. Tabellen
	13. Accordions
	14. Listen
	15. Bilder
	16. Galerie
	17. Formulare
	18. Social
	19. Google Map
	20. News
	20. Blog
	21. Download
	22. Back to Top
	23. Sprachwechsler
	23. Isotope
	24. Slider Rocksolid
	25. Slider Contao
	25. Headerbild
	26. Animations
	27. Tabs

	Media Responsive

	@media only screen and (min-width: 1100px) and (max-width: 1280px)
	@media only screen and (min-width: 768px) and (max-width: 1024px)
	@media only screen and (min-width: 768px) and (max-width: 830px)
	@media only screen and (max-width: 767px)
	@media only screen and (max-width: 600px)
	@media only screen and (max-width: 450px)
	@media only screen and (max-width: 384px)
	@media only screen and (max-width: 320px)


  ======================================== */


/* ===========================================
 * Basic
 * ======================================== */

*
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
}

html
{
    -webkit-text-size-adjust: none;
    overflow-y: scroll;
    -webkit-text-rendering: optimizelegibility;
}

body
{
    background-color: #ffffff;
    font: 18px/1.6 'Bitter', 'Roboto', sans-serif;
    font-weight: normal;
    color: #585858;
    overflow-x: hidden;
}

p,
pre,
blockquote,
table,
ol,
ul,
form
{
    margin-bottom: 20px;
}

section,
figure
{
    margin: 0;
    padding: 0;
}

a
{
    color: #aab768;
    font-weight: 400;
}

a:hover
{
    color: #aab768;
}

i
{
    margin-right: 4px;
}

ul li
{
    list-style-type: none;
}

p.back a,
p.more a
{
    padding: 10px 14px;
    background-color: #ccca15;
    text-decoration: none;
    color: #fff;
}

hr
{
    border: 1px dotted #585858;
}

/* ===========================================
 * Grid 25% Zwischenabstand
 * ======================================== */

*[class*="grid25"]
{
    margin-right: 0% !important;
}


/**
 * Grid column widths
 */

.grid25
{
    width: 25%;
}

/* ===========================================
 * Grid 1% Zwischenabstand
 * ======================================== */

*[class*="grid"]
{
    float: left;
    display: inline;
    margin-right: 1%;
    margin-left: 0%;
}


/**
 * Grid column widths
 */

.grid1
{
    width: 5.3125%;
}

.grid2
{
    width: 11.625%;
}

.grid3
{
    width: 17.9375%;
}

.grid33
{
    width: 32.6667%;
}

.grid4
{
    width: 24.25%;
}

.grid5
{
    width: 30.5625%;
}

.grid55
{
    width: 31.1%;
}

.grid6
{
    width: 36.875%;
}

.grid7
{
    width: 43.1875%;
}

.grid8
{
    width: 49.5%;
}

.grid9
{
    width: 55.1825%;
}

.grid10
{
    width: 62.125%;
}

.grid11
{
    width: 68.4375%;
}

.grid12
{
    width: 74.75%;
}

.grid13
{
    width: 81.0625%;
}

.grid14
{
    width: 87.375%;
}

.grid15
{
    width: 93.6875%;
}

.grid16
{
    width: 100%;
    margin-right: 0%;
}


/**
 * Grid column last
 */

*[class*="grid"].last
{
    margin-right: 0%;
}


/* ===========================================
 * Grid 2% Zwischenabstand
 * ======================================== */

*[class*="grid02"]
{
    float: left;
    display: inline;
    margin-right: 2%;
    margin-left: 0%;
}


/**
 * Grid column widths
 */

.grid02-1
{
    width: 4.375%;
}

.grid02-2
{
    width: 10.75%;
}

.grid02-3
{
    width: 17.125%;
}

.grid02-33
{
    width: 32%;
}

.grid02-4
{
    width: 23.5%;
}

.grid02-5
{
    width: 29.875%;
}

.grid02-6
{
    width: 36.25%;
}

.grid02-7
{
    width: 42.625%;
}

.grid02-8
{
    width: 49%;
}

.grid02-9
{
    width: 55.375%;
}

.grid02-10
{
    width: 61.75%;
}

.grid02-11
{
    width: 68.125%;
}

.grid02-12
{
    width: 74.5%;
}

.grid02-13
{
    width: 80.875%;
}

.grid02-14
{
    width: 87.25%;
}

.grid02-15
{
    width: 93.625%;
}

.grid02-16
{
    width: 100%;
    margin-right: 0%;
}


/**
 * Grid column last
 */

*[class*="grid"].last
{
    margin-right: 0%;
}


/* ===========================================
 * Grid 3% Zwischenabstand
 * ======================================== */

*[class*="grid03"]
{
    float: left;
    display: inline;
    margin-right: 3%;
    margin-left: 0%;
}


/**
 * Grid column widths
 */

.grid03-1
{
    width: 3.4375%;
}

.grid03-2
{
    width: 9.875%;
}

.grid03-3
{
    width: 16.3125%;
}

.grid03-33
{
    width: 31.33333%;
}

.grid03-4
{
    width: 22.75%;
}

.grid03-5
{
    width: 29.1875%;
}

.grid03-55
{
    width: 17.6%;
}

.grid03-6
{
    width: 35.625%;
}

.grid03-7
{
    width: 42.0625%;
}

.grid03-8
{
    width: 48.5%;
}

.grid03-9
{
    width: 54.9375%;
}

.grid03-10
{
    width: 61.375%;
}

.grid03-11
{
    width: 67.8125%;
}

.grid03-12
{
    width: 74.25%;
}

.grid03-13
{
    width: 80.6875%;
}

.grid03-14
{
    width: 87.125%;
}

.grid03-15
{
    width: 93.5625%;
}

.grid03-16
{
    width: 100%;
    margin-right: 0%;
}


/**
 * Grid column last
 */

*[class*="grid"].last
{
    margin-right: 0%;
}


/**
 * Default offset widths
 */

.offset1
{
    margin-left: 7.25% !important;
}

.offset2
{
    margin-left: 13.5% !important;
}

.offset3
{
    margin-left: 19.75% !important;
}

.offset4
{
    margin-left: 26% !important;
}

.offset5
{
    margin-left: 32.25% !important;
}

.offset6
{
    margin-left: 38.5% !important;
}

.offset7
{
    margin-left: 44.75% !important;
}

.offset8
{
    margin-left: 51% !important;
}

.offset9
{
    margin-left: 57.25% !important;
}

.offset10
{
    margin-left: 63.5% !important;
}

.offset11
{
    margin-left: 69.75% !important;
}

.offset12
{
    margin-left: 76% !important;
}

.offset13
{
    margin-left: 82.25% !important;
}

.offset14
{
    margin-left: 88.5% !important;
}

.offset15
{
    margin-left: 94.75% !important;
}


/* ===========================================
 * Layout
 * ======================================== */
 
iframe.jw_iframe
{
    width: 100%;
    height: 512px;
    border: 0;    
}

@media only screen and (min-width: 768px)
{
    iframe.jw_iframe
    {
        height: 768px;
    }
}

@media only screen and (min-width: 1024px)
{
    iframe.jw_iframe
    {
        height: 960px;
    }
}

#wrapper
{
    background-color: #ffffff;
}

#header
{
    position: relative;
    background-color: #ffffff;
}

.navi-section
{
    width: 100%;
    position: relative;
    background-color: #EEEFD0;
    border-bottom: 2px solid #9dad50;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    z-index: 9999 !important;
}

.navi-section .inside
{
    width: 100%;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    z-index: 999;
}

#afterheader,
#afterheader02,
#afterheader03
{
    display: block;
    margin: 0px 0 0;
    padding: 0;
    background-color: #EEEFD0;
    background-position: 100px 100%;
    background-repeat: no-repeat;
}

.unterseiten #afterheader
{
    background-color: #fff8f0;
}

#afterheader
{
    margin-right: auto;
    margin-left: auto;
    max-width: 3000px;
}

#afterheader02
{
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    max-width: 1920px;
    border-bottom: 2px solid #9dad50;
}

#afterheader03
{
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
}

.unterseiten #afterheader
{
    margin-right: auto;
    margin-left: auto;
}

#container
{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 9vw 5vw -11vw #000;
    box-shadow: 0px 9vw 5vw -11vw #000;
}

.linke-spalte #container
{
    max-width: 1160px;
}

.rechte-spalte #container
{
    max-width: 1160px;
}

#main .inside
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 30px;
}

.home #main .inside
{
    padding-bottom: 0px;
}

#main .inside .mod_article .inside
{
    max-width: 1160px;
    margin: 0 auto;
    padding: 45px 30px 40px 30px;
}

#left .inside
{
    padding: 50px 20px 20px;
}

#right .inside
{
    padding: 55px 30px 20px;
}

#footer
{
    width: 100%;
    position: relative;
    display: block;
    background-color: #EEEEEE;
    color: #585858;
}

#footer .inside
{
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 30px;
}


/* ===========================================
 * Navigation
 * ======================================== */

.mod_quicknav.mobileselect
{
    display: none;
}

.dk_menu
{
    display: none;
}


/* Hauptnavigation */

#mainmenu
{
    /*width: 1080px;*/
    padding: 10px 10px 0px 0px;
    margin: 0 auto;
    text-align: center;
    font-family: "Bitter", sans-serif;
}

#mainmenu ul
{
    margin-bottom: 0;
    display: inline-block;
}

#mainmenu ul li
{
    float: left;
    margin-right: 10px;
    text-align: left;
}

#mainmenu ul li.last
{
    float: left;
    margin-right: 0;
}

#mainmenu ul li a,
#mainmenu ul li span
{
    position: relative;
    float: none;
    display: block;
    padding: 3px 16px;
    font-size: 18px;
    line-height: 1.6;
    text-decoration: none;
    letter-spacing: 1px;
    z-index: 10;
}

#mainmenu ul li.submenu a:after,
#mainmenu ul li.submenu span:after
{
    margin-left: 5px;
    text-decoration: none;
}

#mainmenu ul li ul li a:after,
#mainmenu ul li ul li span:after
{
    display: none;
}

#mainmenu ul li:hover a:after
{
    height: 100%;
    z-index: -1;
}

#mainmenu ul ul li a:after
{
    display: none;
}

#mainmenu a
{
    text-decoration: none;
    color: #AAB768;
    font-weight: 400;
}

#mainmenu a.trail,
#mainmenu span.trail
{
    background-color: #D2D8A6;
    color: #ffffff;
}

#mainmenu ul li span
{
    color: #EEEFD0;
    font-weight: 400;
}

#mainmenu ul li a::before
{
    width: 0%;
    height: 2px;
    left: 0;
    top: 0;
    position: absolute;
    margin-left: 12px;
    background-color: #D6E100;
    content: "";
}

#mainmenu ul ul li a:hover::before,
#mainmenu ul ul li span:before,
#mainmenu ul ul li a.trail::before
{
    display: none;
    content: "";
}

#mainmenu ul:after
{
    clear: both;
    display: block;
    content: "";
}

#mainmenu ul ul li:after
{
    display: none;
}

#mainmenu ul li > div
{
    width: 320px;
    top: 60px;
    position: absolute;
    display: none;
    padding: 0;
    background-color: #ffffff;
}

#mainmenu ul li > div > ul
{
    width: 100%;
    padding: 6px 0;
}

#mainmenu ul li > div > img
{
    display: none;
    width: 60px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 20px;
}

#mainmenu ul li > div > img + ul
{
    padding-left: 100px;
}

#mainmenu ul li:hover,
#mainmenu ul li:hover > a
{
    background: #D2D8A6;
    color: #fff;
}

#mainmenu ul li.submenu:hover,
#mainmenu ul li.submenu:hover .active,
#mainmenu ul li.submenu:hover > a
{
    background: #ffffff;
    color: #AAB768;
}

#mainmenu ul li.submenu:hover,
#mainmenu ul li.submenu:hover > div
{
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

#mainmenu ul li.submenu:hover > div > img
{
    display: block;
}

#mainmenu ul li.submenu:hover > div
{
    top: auto;
    display: block;
    opacity: 1;
}

#mainmenu ul ul li
{
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

#mainmenu ul ul li:last-child
{
    border-bottom: none;
}

#mainmenu ul ul li a,
#mainmenu ul ul li span
{
    display: block;
    padding: 5px 14px;
    text-align: left;
    line-height: 1.5;
    text-transform: none;
    background-color: #ffffff;
    font-size: 14px;
}

#mainmenu ul ul li a
{
    color: #000000 !important;
}

#mainmenu ul ul li a:hover
{
    background-color: #ffffff;
    color: #F3CD1C !important;
}

#mainmenu ul ul span,
#mainmenu ul ul a.trail
{
    display: block;
    padding: 10px 14px 10px 18px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
    background-color: #ffffff;
    color: #F3CD1C !important;
}

#mainmenu ul ul span.first,
#mainmenu ul ul li.first a.trail,
#mainmenu ul ul li.first a:hover
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
}

#mainmenu ul ul ul
{
    left: 100%;
    top: auto;
    position: absolute;
    margin-top: -41px;
    padding-top: 0;
}

#mainmenu .active
{
    background: #D2D8A6;
    color: #ffffff;
}

#mainmenu ul ul .active
{
    background: #ffffff;
    color: #000000;
}


/* Menu right */

#mainmenu ul li.last ul
{
    right: 0;
}


/* Menu right */

#mainmenu ul.level_1 li.submenu.last ul.level_2
{
    right: 0;
}


/* Menu right */

#mainmenu > ul > li.submenu.last > ul > li.submenu > ul,
#mainmenu > ul > li.submenu.last > ul > li.submenu > ul > li.submenu.last > ul
{
    left: auto;
    right: 100%;
}


/* Unternavigation links */

#submenu
{
    margin-bottom: 20px;
    background-color: #708FA8;
}

#submenu h3
{
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #ccca15;
    font-size: 1.2em;
    font-weight: 400;
}

#submenu ul
{
    margin-bottom: 0px;
}

#submenu li
{
    /*margin-bottom: 10px*/
    border-bottom: 1px solid #ffffff;
}

#submenu .level_1 a
{
    display: block;
    color: #ffffff;
    margin-bottom: 0;
    padding: 10px 20px 10px 16px;
    line-height: 2;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

#submenu .level_1 a:hover
{
    background-color: #ccca15;
}

#submenu .level_2 a
{
    display: block;
    color: #ffffff;
    margin-bottom: 0;
    padding: 10px 10px 10px 35px;
    border: 0px solid #f4f4f4;
    line-height: 1;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

#submenu a:before
{
    display: inline-block;
    padding-right: 6px;
    font: 12px/2 FontAwesome;
    text-decoration: none;
    color: #ffffff;
    content: "\f105";
}

#submenu span:before,
#submenu a:hover:before
{
    display: inline-block;
    padding-right: 6px;
    font: 12px/2 FontAwesome;
    color: #ffffff;
    content: "\f105";
}

#submenu .level_1 a.active,
#submenu .level_1 a:hover,
#submenu .level_1 span
{
    display: block;
    margin-bottom: 0;
    padding: 10px 20px 10px 16px;
    background-color: #ccca15;
    line-height: 2;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

#submenu .level_2 a.active,
#submenu .level_2 a:hover,
#submenu .level_2 span
{
    display: block;
    margin-bottom: 0;
    padding: 10px 10px 10px 25px;
    border: 0px solid #ffffff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
}


/* Footernavigation */

#footermenu .startpunkt
{
    display: none;
}

#footermenu
{
    padding-top: 12px;
}

#footermenu ul,
#footermenu li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footermenu li
{
    float: left;
    padding-right: 3.6%;
}

#footermenu .last
{
    padding-right: 0;
}

:first-child + html #footermenu li:hover,
*:first-child + html #footermenu li.hover
{
    position: static;
}

#footermenu a,
#footermenu span
{
    color: #2f2f2f;
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding-bottom: 10px;
}

#footermenu .level_1 ul a,
#footermenu .level_1 ul span
{
    color: #8A8A8A;
}

#footermenu .level_2 li
{
    float: none;
    padding-right: 0;
}

* html #footermenu .level_2 li
{
    display: inline;
}

#footermenu .level_1 > li > div > img
{
    display: none;
}

#footermenu .level_1 > li > a,
#footermenu .level_1 > li > span
{
    font-weight: bold;
}


/* Breadcrumb Navigation */

#main .mod_breadcrumb
{
    float: none;
    display: block;
    margin-left: 0;
    font-size: 9px;
    line-height: 30px;
}

.mod_breadcrumb ul li
{
    float: left;
}

.mod_breadcrumb ul li:before
{
    margin-right: 6px;
    margin-left: 6px;
    font-family: FontAwesome;
    content: "\f105";
}

.mod_breadcrumb ul li.first:before
{
    display: none;
}

.mod_breadcrumb ul li a
{
    text-decoration: none;
}


/* Galerie Navigation */

#galeriemenu
{
    margin-bottom: 30px;
}

#galeriemenu ul
{
    margin-bottom: 0;
}

#galeriemenu ul li
{
    float: left;
    margin-right: 10px;
}

#galeriemenu ul li.last
{
    float: left;
    margin-right: 0;
}

#galeriemenu .level_1 li:hover a
{
    color: #ccca15;
}

#galeriemenu ul li a,
#galeriemenu ul li span
{
    position: relative;
    float: none;
    display: block;
    padding: 3px 16px;
    font-size: 18px;
    line-height: 1.6;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: All 0.25s ease;
    -o-transition: All 0.25s ease;
    transition: All 0.25s ease;
    z-index: 10;
}

#galeriemenu ul li.submenu a:after,
#galeriemenu ul li.submenu span:after
{
    margin-left: 5px;
    font: 12px/1 FontAwesome;
    text-decoration: none;
    content: "\f107";
}

#galeriemenu ul li ul li a:after,
#galeriemenu ul li ul li span:after
{
    display: none;
}

#galeriemenu ul li:hover a:after
{
    height: 100%;
    z-index: -1;
}

#galeriemenu ul ul li a:after
{
    display: none;
}

#galeriemenu a
{
    text-decoration: none;
    color: #ccca15;
    -webkit-transition: All 0.25s ease;
    -o-transition: All 0.25s ease;
    transition: All 0.25s ease;
}

#galeriemenu a.trail
{
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

#galeriemenu ul li a:hover
{
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

#galeriemenu ul li span
{
    color: #ffffff;
}

#galeriemenu ul li a::before
{
    width: 0%;
    height: 2px;
    left: 0;
    top: 0;
    position: absolute;
    margin-left: 12px;
    background-color: #ccca15;
    content: "";
    -webkit-transition: All 0.55s ease;
    -o-transition: All 0.55s ease;
    transition: All 0.55s ease;
}

#galeriemenu ul ul li a:hover::before,
#galeriemenu ul ul li span:before,
#galeriemenu ul ul li a.trail::before
{
    display: none;
    content: "";
}

#galeriemenu ul:after
{
    clear: both;
    display: block;
    content: "";
}

#galeriemenu ul ul li:after
{
    display: none;
}

#galeriemenu ul ul
{
    width: 350px;
    top: 60px;
    position: absolute;
    display: none;
    padding: 0;
    background-color: rgba(0, 0, 171, .95);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
    opacity: 0;
    -webkit-transition: All 0.55s ease;
    -o-transition: All 0.55s ease;
    transition: All 0.55s ease;
}

#galeriemenu ul li:hover > ul
{
    top: auto;
    display: block;
    opacity: 1;
}

#galeriemenu ul ul li
{
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
}

#galeriemenu ul ul li a
{
    display: block;
    padding: 10px 14px;
    text-align: left;
    line-height: 1.5;
    text-transform: none;
    text-transform: uppercase;
    background: #ccca15 !important;
    font-size: 12px;
}

#galeriemenu ul ul span,
#galeriemenu ul ul a.trail,
#galeriemenu ul ul li a:hover
{
    display: block;
    padding: 10px 14px 10px 18px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ccca15 !important;
}

#galeriemenu ul ul span.first,
#galeriemenu ul ul li.first a.trail,
#galeriemenu ul ul li.first a:hover
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
}

#galeriemenu ul ul ul
{
    left: 100%;
    top: auto;
    position: absolute;
    margin-top: -41px;
    padding-top: 0;
}

#galeriemenu .active
{
    background: #ccca15 !important;
}


/* Menu right */

#galeriemenu ul li.last ul
{
    right: 0;
}


/* Menu right */

#galeriemenu ul.level_1 li.submenu.last ul.level_2
{
    right: 0;
}


/* Menu right */

#galeriemenu > ul > li.submenu.last > ul > li.submenu > ul,
#galeriemenu > ul > li.submenu.last > ul > li.submenu > ul > li.submenu.last > ul
{
    left: auto;
    right: 100%;
}


/**
 * Slider
 */

.rsts-main .rsts-prev,
.rsts-main .rsts-nav-prev a,
.rsts-main .rsts-next,
.rsts-main .rsts-nav-next a
{
    background: none;
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rsts-main .rsts-prev,
.rsts-main .rsts-nav-prev a
{
    margin-right: 5px;
    background-image: url("../../files/website/layout/Slider/slider_prev.png");
}

.rsts-main .rsts-next,
.rsts-main .rsts-nav-next a
{
    margin-left: 5px;
    background-image: url("../../files/website/layout/Slider/slider_next.png");
}

.rsts-main .rsts-nav-bullets .rsts-nav-item a,
.rsts-main .rsts-nav-bullets .rsts-nav-item a.active,
.rsts-main .rsts-nav-bullets .rsts-nav-item a:hover
{
    background: none;
    background-size: 100% 100%;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 16px;
    height: 16px;
    margin: 7px 5px;
    background-image: url("../../files/website/layout/Slider/slider_bullet.png");
}

.rsts-main .rsts-nav-bullets .rsts-nav-item a.active,
.rsts-main .rsts-nav-bullets .rsts-nav-item a:hover
{
    background-image: url("../../files/website/layout/Slider/slider_bullet_active.png");
}

.rsts-main .rsts-nav-numbers .rsts-nav-item a
{
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    font-size: 18px;
    font-family: "Bitter", sans-serif;
}

.rsts-main .rsts-nav-numbers .rsts-nav-item a.active
{
    background-color: #fff;
}

#slider .rsts-main .rsts-nav-bullets
{
    display: none;
}

#slider .rsts-main .rsts-prev,
#slider .rsts-main .rsts-next
{
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    border-radius: 50%;
}

#slider .rsts-main .rsts-prev
{
    left: 20px;
    background-image: url("../../files/website/layout/Slider/slider_header_prev.png");
}

#slider .rsts-main .rsts-next
{
    background-image: url("../../files/website/layout/Slider/slider_header_next.png");
}

#slider .rsts-main .ce_text
{
    display: none;
}

#slider .rsts-main .rsts-slide .ce_text
{
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding: 0 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#slider .rsts-main .rsts-slide .ce_text > *
{
    color: #fff;
}

#slider .ce_text img
{
    width: auto;
    max-height: 200px;
}

#slider .ce_text h1,
#slider .ce_text h2,
#slider .ce_text h3,
#slider .ce_text h4,
#slider .ce_text h5,
#slider .ce_text h6
{
    font-family: "Coming Soon", sans-serif;
    line-height: 1.7;
}

@media only screen and (max-width: 1024px)
{
    #slider .ce_text img
    {
        max-height: 100px;
    }

    #slider .ce_text h1
    {
        font-size: 22px;
    }

    #slider .ce_text h2,
    #slider .ce_text h3
    {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px)
{
    #slider .rsts-main .rsts-slide .ce_text
    {
        padding: 0 35px;
    }

    #slider .ce_text img
    {
        max-height: 80px;
    }

    #slider .ce_text h1
    {
        font-size: 18px;
    }

    #slider .ce_text h2,
    #slider .ce_text h3
    {
        font-size: 14px;
    }

    #slider .rsts-main .rsts-prev,
    #slider .rsts-main .rsts-next
    {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

@media only screen and (max-width: 512px)
{
    #slider
    {
        display: none;
    }
}

body.startpunkt #header + div #slider .rsts-main .rsts-slide
{
    background: #000000;
    background: -o-linear-gradient(top, #636120 0%,#3a3916 50%,#000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#636120),color-stop(50%, #3a3916),to(#000000));
    background: linear-gradient(to bottom, #636120 0%,#3a3916 50%,#000000 100%);
}

body.startpunkt #header + div #slider .rsts-main .ce_image
{
    opacity: 0.5;
}

@media only screen and (min-width: 768px)
{
    #news > .inside > h2
    {
        padding-right: 150px;
    }

    #news .rsts-main
    {
        overflow: visible;
    }

    #news .rsts-main .rsts-nav
    {
        position: absolute;
        right: 0;
        bottom: 100%;
        margin-bottom: 32px;
    }
}


/**
 * Theodor Heuss Zitat Startseite
 */
 
/* Verwendet wird ein Subset der Roboto-Schriftart für das Zitat, damit wir nicht den gesamten Zeichensatz nur für diese eine Stelle laden müssen [https://transfonter.org/] */
/* (Browser die Roboto bereits eingebaut haben (z.B. Chrome) verwenden dagegen sowieso den eingebauten Zeichensatz */

@font-face
{
	font-family: 'Zitat-Subset-Roboto-Thin';
	src: local('Roboto Thin'), local('Roboto-Thin'),
		url("../../files/website/fonts/zitat-subset-Roboto/zitat-subset-Roboto-Thin.woff2") format('woff2'),
		url("../../files/website/fonts/zitat-subset-Roboto/zitat-subset-Roboto-Thin.woff") format('woff'),
		url("../../files/website/fonts/zitat-subset-Roboto/zitat-subset-Roboto-Thin.ttf") format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Zitat-Subset-Roboto-Regular';
	src: local('Roboto'), local('Roboto-Regular'),
		url("../../files/website/fonts/zitat-subset-Roboto/zitat-subset-Roboto-Regular.woff2") format('woff2'),
		url("../../files/website/fonts/zitat-subset-Roboto/zitat-subset-Roboto-Regular.woff") format('woff'),
		url("../../files/website/fonts/zitat-subset-Roboto/zitat-subset-Roboto-Regular.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}

#zitat
{
    position: relative;
    background-color: #F5F5F5;
}

#zitat .ce_image img
{
    width: 100%;
}

#zitat .ce_text
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
}

#zitat .ce_text p
{
    margin: 0 0 10px;
}

#zitat .ce_text p:first-child
{
    max-width: 680px;
    font: 38px/1.5 "Zitat-Subset-Roboto-Thin";
}

#zitat .ce_text p:last-child
{
    font: 14px/1.5 "Zitat-Subset-Roboto-Regular";
}

#zitat .inside
{
    padding: 0px !important;
}

@media only screen and (max-width: 768px)
{
    #zitat .ce_text p:first-child
    {
        font-size: 22px;
        font-family: "Zitat-Subset-Roboto-Regular";
        max-width: none;
    }

    #zitat .ce_text p:last-child
    {
        font-weight: bold;
    }
}

@media only screen and (max-width: 512px)
{
    #zitat .ce_text p:first-child
    {
        font-size: 18px;
    }

    #zitat .ce_text p:last-child
    {
        font-size: 12px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 416px)
{
    #zitat .ce_text p:first-child
    {
        font-size: 14px;
    }
}


/* ===========================================
 * Scroll-to fix Navigation
 * ======================================== */

.nav--slide_in.nav--is-fixed
{
    left: 0;
    top: 0;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    position: fixed !important;
}


/*.nav--slide_in.nav--is-fixed{
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);behavior: url("assets/css3pie/1.0.0/PIE.htc");
	-webkit-animation: slide_in 1.3s;
	-moz-animation: slide_in .3s;
	-o-animation: slide_in .3s;
	animation: slide_in 1.3s;
	}

.nav--slide_in.nav--is-fixed .inside{
	padding-top: 25spx;
	padding-bottom: 25spx;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	background-color: #ccca15;
	}

.nav--slide_in.nav--fade-out{
	webkit-animation: slide_out 1.3s;
	-moz-animation: fade_out .3s;
	-o-animation: fade_out .3s;
	animation: slide_out 1.3s;
	top: 0px;
	}	*/


/* ===========================================
 * Footer
 * ======================================== */

#footer .inside
{
    color: #585858;
}

#footer .inside h4
{
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    color: #585858;
}

#footer .inside a
{
    text-decoration: none;
    color: #585858;
}

#footer .inside a:hover
{
    text-decoration: underline;
}

#footer .inside .footermenu
{
    margin-top: 30px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

#footer .inside .newsletter.button02 p a
{
    margin-top: 10px;
    background-color: #ccca15;
    background: -o-linear-gradient(top, #b7d200 0%, #849900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b7d200), to(#849900));
    background: linear-gradient(to bottom, #b7d200 0%, #849900 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

#footer .inside .newsletter.button02 p a:hover
{
    background-position: 0 60%;
}


/* ===========================================
 * Header - Logo / Kontakt
 * ======================================== */


/* Header oben01 */

#logo
{
    background-image: url("../../files/website/layout/logo-juniorwahl01-206px.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 20px 20px 20px 20px;
    height: 75px;
    width: 205px;
    float: right;
}

#logo a
{
    width: 100%;
    height: 100%;
    display: block;
}

.wrapper-logo-contact
{
    margin-left: auto;
    margin-right: auto;
}

.fa-phone::before
{
    content: "\f095";
}

.fa-envelope::before
{
    content: "\f0e0";
}

.kontaktdaten_oben
{
    float: right;
    padding: 40px 5.5% 40px 10px;
}

.kontaktdaten_oben p
{
    margin-bottom: 3px;
}

.kontaktdaten_oben .tel a,
.kontaktdaten_oben .email a
{
    text-decoration: none;
    font-size: 18px;
    color: #ccca15;
    font-family: "Bitter", sans-serif;
}

.kontaktdaten_oben .tel::before
{
    font: 22px FontAwesome;
    margin-right: 6px;
    color: #ccca15;
}

.kontaktdaten_oben .email::before
{
    font: 18px FontAwesome;
    margin-right: 6px;
    color: #ccca15;
}


/* Header oben02*/

#logo02
{
    background-image: url("../../files/intersleep/layout/logo.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 10px 0 20px 5.5%;
    height: 94px;
    width: 428px;
    float: left;
}

#logo02 a
{
    width: 100%;
    height: 100%;
    display: block;
}

.wrapper-logo-contact02
{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}

.kontaktdaten_oben02
{
    float: left;
    padding-top: 40px;
    color: #AAB768;
    width: 100%;
    max-width: 380px;
    margin-right: 20px;
    margin-left: 80px;
}

.kontaktbox
{
    max-width: 380px;
}

.kontaktbox-mobile
{
    display: none;
}

.kontaktdaten_oben02 .fa-envelope,
.kontaktdaten_oben02 .fa-phone
{
    display: inline-block;
    font: 14px/1.46 "Bitter", "Bitter", "Droid Serif", sans-serif;
    font-weight: 300;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #bbbbbb;
    text-decoration: none;
}

.kontaktdaten_oben02 a.tel::before,
.kontaktdaten_oben02 a.email::before
{
    font-family: FontAwesome;
    margin-right: 10px;
}


/* Kontakt mobile oben */

.kontaktbox-mobile
{
    text-align: center;
    margin-bottom: 40px;
    color: #bbbbbb;
}

.kontaktbox-mobile .tel:before
{
    margin-right: 6px;
    font-family: FontAwesome;
    content: "\f095";
}

.kontaktbox-mobile .tel span.type
{
    display: none;
}

.kontaktbox-mobile .phonefax
{
    margin-top: 0px;
}

.kontaktbox-mobile .tel.fax:before
{
    margin-right: 6px;
    font-family: FontAwesome;
    content: "\f1ac";
}

.kontaktbox-mobile .tel.mobil:before
{
    width: 14px;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    font-family: FontAwesome;
    content: "\f10b";
}

.kontaktbox-mobile .email:before
{
    margin-right: 6px;
    font-family: FontAwesome;
    content: "\f0e0";
}

.kontaktbox-mobile a
{
    font-weight: 300;
    text-decoration: none;
    color: #bbbbbb;
	font: 14px/1 "Bitter","Bitter","Droid Serif",sans-serif;
}

.kontaktbox-mobile .zeit:before
{
    margin-right: 6px;
    font-family: FontAwesome;
    content: "\f017";
}


/* Kontakt unten */

.kontaktdaten_unten .org
{
    font-size: 14px;
}

.kontaktdaten_unten .vcard div
{
    margin-right: 0;
    margin-left: 0;
}

.kontaktdaten_unten .tel:before
{
    margin-right: 6px;
    font-family: FontAwesome;
    content: "\f095";
}

.kontaktdaten_unten .tel span.type
{
    display: none;
}

.kontaktdaten_unten .phonefax
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.kontaktdaten_unten .tel.fax:before
{
    margin-right: 6px;
    font-family: FontAwesome;
    content: "\f1ac";
}

.kontaktdaten_unten .tel.mobil:before
{
    width: 14px;
    display: inline-block;
    margin-right: 6px;
    text-align: center;
    font-family: FontAwesome;
    content: "\f10b";
}

.kontaktdaten_unten a.email:before
{
    margin-right: 6px;
    font-family: FontAwesome;
    content: "\f0e0";
}

.kontaktdaten_unten .zeit:before
{
    margin-right: 6px;
    font-family: FontAwesome;
    content: "\f017";
}

.kontaktdaten_unten .footer-anfahrt
{
    margin-bottom: 30px;
}


/* Anmeldepfeil ragt aus dem Block heraus */

#kontakt,
#kontakt .ce_image
{
    overflow: visible;
}


/* ===========================================
 * Abstände / Hilfreiche Klassen
 * ======================================== */

.desktop_nein
{
    display: none;
}

.mobile_nein
{
    display: none;
}

.clear,
#clear
{
    clear: both;
}

.center
{
    text-align: center;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.rund img
{
    border-radius: 100%;
}

.gruen01
{
    background-color: #AAB768 !important;
}

.gruen02
{
    background-color: #EEEFD0 !important;
}

.grau01
{
    background-color: #eeeeee !important;
}

.farbset01
{
    background-color: #AAB768 !important;
    color: #333333 !important;
}

.farbset02
{
    background-color: #EEEFD0 !important;
    color: #585858 !important;
}

.farbset03
{
    background-color: #eeeeee !important;
    color: #000000 !important;
}

.top10
{
    margin-top: 10px;
}

.bottom10
{
    margin-bottom: 10px;
}

.top15
{
    margin-top: 15px;
}

.bottom15
{
    margin-bottom: 15px;
}

.top20
{
    margin-top: 20px;
}

.bottom20
{
    margin-bottom: 20px;
}

.top30
{
    margin-top: 30px;
}

.bottom30
{
    margin-bottom: 30px;
}

.top35
{
    margin-top: 35px;
}

.bottom35
{
    margin-bottom: 35px;
}

.top40
{
    margin-top: 40px;
}

.bottom40
{
    margin-bottom: 40px;
}

.spruch01
{
    color: #ccca15;
    font: 38px/1 "Tangerine", sans-serif;
    font-style: italic;
    padding-top: 7%;
    font-weight: 500;
}

.spruch02
{
    color: #ccca15;
    font: 38px/1 "Tangerine", sans-serif;
    font-style: italic;
    padding-top: 7%;
    font-weight: 500;
}

.spruch03
{
    color: #ccca15;
    font: 38px/1 "Tangerine", sans-serif;
    font-style: italic;
    padding-top: 7%;
    font-weight: 500;
}

.spalte2
{
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 40px;
}

.spalte3
{
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 40px;
}


/* ===========================================
 * Startseite
 * ======================================== */


/* Segment01 mit Text */

.mod_article.segment01
{
    background-color: #ffffff;
    color: #585858;
    text-align: center;
}

#main .inside .mod_article.segment01 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment01 h1
{
    color: #ccca15;
}

.mod_article.segment01 h2
{
    color: #ccca15;
}

.mod_article.segment01 h3
{
    color: #ccca15;
}

.mod_article.segment01 h1.celine::after,
.mod_article.segment01 .celine h1:after,
.mod_article.segment01 h2.celine::after,
.mod_article.segment01 .celine h2:after
{
    border-bottom: 3px solid #ccca15;
}

.mod_article.segment01 .image_container.float_left
{
    margin-top: 8px;
    margin-bottom: 30px;
    margin-right: 3%;
}

.mod_article.segment01 .image_container.float_right
{
    margin-top: 8px;
    margin-bottom: 30px;
    margin-left: 3%;
}


/* Segment02 Text u. Bild links */

.mod_article.segment02
{
    background-color: #585858;
    color: #ffffff;
    text-align: center;
}

#main .inside .mod_article.segment02 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment02 h1
{
    color: #ffffff;
}

.mod_article.segment02 h2
{
    color: #ffffff;
}

.mod_article.segment02 h3
{
    color: #ffffff;
}

.mod_article.segment02 h1.celine::after,
.mod_article.segment02 .celine h1:after,
.mod_article.segment02 h2.celine::after,
.mod_article.segment02 .celine h2:after
{
    border-bottom: 3px solid #ffffff;
}


/* Segment03 Text u. Bild rechts */

.mod_article.segment03
{
    background-color: #ccca15;
    color: #ffffff;
    text-align: center;
}

#main .inside .mod_article.segment03 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment03 h1
{
    color: #ffffff;
}

.mod_article.segment03 h2
{
    color: #ffffff;
}

.mod_article.segment03 h3
{
    color: #ffffff;
}

.mod_article.segment03 h1.celine::after,
.mod_article.segment03 .celine h1:after,
.mod_article.segment03 h2.celine::after,
.mod_article.segment03 .celine h2:after
{
    border-bottom: 3px solid #ffffff;
}


/* Segment04 Teaserboxen mit Bild*/

.mod_article.segment04
{
    background-color: #eeeeee;
    background-position: 100px 0%;
    background-repeat: repeat;
    color: #585858;
}

#main .inside .mod_article.segment04 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 20px 30px;
}

.mod_article.segment04 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    text-align: left;
    color: #aab768;
}

.mod_article.segment04 h3
{
    font-size: 18px;
    padding: 20px 20px 10px 10px;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-family: "Coming Soon", sans-serif;
    line-height: 1.7;
    color: #aab768;
}

.mod_article.segment04 h1.celine::after,
.mod_article.segment04 .celine h1:after
{
    border-bottom: 3px solid #ffffff;
}

.mod_article.segment04 .intro p
{
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
}

.mod_article.segment04.button03 p a
{
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    margin-top: 10px;
    text-decoration: none;
    background-color: #ccca15;
    background: -o-linear-gradient(top, #b7d200 0%, #849900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b7d200), to(#849900));
    background: linear-gradient(to bottom, #b7d200 0%, #849900 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

#footer .inside .newsletter.button02 p a:hover
{
    background-position: 0 60%;
}


/* Segment04-02 Teaserboxen mit Bild*/

.mod_article.segment04-02
{
    background-color: #ccca15;
    background-position: 100px 0%;
    background-repeat: repeat;
    color: #ffffff;
    text-align: center;
}

#main .inside .mod_article.segment04-02 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment04-02 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    color: #ffffff;
}

.mod_article.segment04-02 h3
{
    font-size: 28px;
    padding: 20px 20px 10px 10px;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-family: "Bitter", sans-serif;
    color: #ffffff;
}

.mod_article.segment04-02 h1.celine::after,
.mod_article.segment04-02 .celine h1:after
{
    border-bottom: 3px solid #ffffff;
}

.mod_article.segment04-02 .intro p
{
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
}


/* Segment05 mit Text - einfache Überschrift */

.mod_article.segment05
{
    background-color: #ffffff;
    color: #585858;
    text-align: center;
}

#main .inside .mod_article.segment05 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment05 h2
{
    font: 18px/1.0 'Bitter', sans-serif;
    font-size: 28px;
    padding-bottom: 20px;
    text-align: center;
    color: #ccca15;
}

.mod_article.segment05 h3
{
    color: #ccca15;
}

.mod_article.segment05 .image_container.float_left
{
    margin-top: 8px;
    margin-bottom: 30px;
    margin-right: 3%;
}

.mod_article.segment05 .image_container.float_right
{
    margin-top: 8px;
    margin-bottom: 30px;
    margin-left: 3%;
}


/* Segment06 mit Text linksbündig / Bild rechts - 2 Überschriften */

.mod_article.segment06
{
    background-color: #f4f4f4;
    color: #585858;
}

#main .inside .mod_article.segment06 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment06 h2
{
    font: 18px/1.0 'Bitter', sans-serif;
    font-size: 28px;
    padding-bottom: 12px;
    color: #aab768;
}

.mod_article.segment06 h3
{
    color: #ccca15;
    font-size: 28px;
    margin-bottom: 20px;
}

.mod_article.segment06 .image_container.float_left
{
    margin-top: 70px;
    margin-bottom: 30px;
    margin-right: 6%;
}

.mod_article.segment06 .image_container.float_right
{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 6%;
}

.mod_article.segment06 .button02 p
{
    margin-top: 10px;
}


/* Segment07 mit Text linksbündig / Bild links - 2 Überschriften */

.mod_article.segment07
{
    background-color: #ffffff;
    color: #585858;
}

#main .inside .mod_article.segment07 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment07 h2
{
    font: 18px/1.0 'Bitter', sans-serif;
    font-size: 22px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #ccca15;
}

.mod_article.segment07 h3
{
    color: #ccca15;
    font-size: 28px;
    margin-bottom: 20px;
}

.mod_article.segment07 .image_container.float_left
{
    margin-top: 70px;
    margin-bottom: 30px;
    margin-right: 6%;
}

.mod_article.segment07 .image_container.float_right
{
    margin-top: 70px;
    margin-bottom: 30px;
    margin-left: 6%;
}

.mod_article.segment07 .button02 p
{
    margin-top: 10px;
}


/* Segment08 mit Textzeile u. Button */

.mod_article.segment08
{
    background-color: #1DA1F6;
    color: #ffffff;
}

#main .inside .mod_article.segment08 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 20px 30px;
}

.mod_article.segment08 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #585858;
    text-align: center;
}

.mod_article.segment08 p
{
    font: 18px/1.6 "Bitter", sans-serif;
    font-style: italic;
    font-weight: 300;
}

.mod_article.segment08 a
{
    background-color: #ccca15;
    border: 1px solid #ffffff;
}

.mod_article.segment08 a:hover
{
    background-color: #D6E100;
    border: 1px solid #ffffff;
}


/* Segment09  Anmelden */

.mod_article.anmelden
{
    background-color: #EEEFD2;
    color: #585858;
}

#main .inside .mod_article.anmelden .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 30px 0px 30px;
}

.mod_article.anmelden h2
{
    font: 22px/1.0 'Coming Soon', sans-serif;
    padding-top: 5px;
    color: #585858;
    margin: 11px 0;
}

.mod_article.anmelden p
{
    margin: 8px 0;
}

.mod_article.anmelden a
{
    background-color: #ccca15;
}

.mod_article.anmelden a:hover
{
    background-color: #d6e100;
}

.mod_article.anmelden figure
{
    margin-top: 5px;
}

.mod_article.anmelden .button02 p a
{
    text-transform: none;
    font: 18px/1 "Coming Soon", sans-serif;
}


/* Segment10 Contaoslider*/

.mod_article.segment10
{
    background-color: #ccca15;
    color: #ffffff;
}

#main .inside .mod_article.segment10 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment10 h2
{
    font: 28px/1 "Bitter", sans-serif;
    padding-bottom: 40px;
    color: #ffffff;
    text-align: center;
}

.mod_article.segment10 h3
{
    font: 18px/1 "Bitter", sans-serif;
    color: #ffffff;
}

.mod_article.segment10 h4
{
    font: 22px/1 "Bitter", sans-serif;
}

.mod_article.segment10 p
{
}


/* Segment11 Vorteile */

.mod_article.segment11
{
    background-color: #ffffff;
    color: #585858;
}

#main .inside .mod_article.segment11 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 10px 30px;
}

.mod_article.segment11 h2
{
    font: 18px/1.0 'Bitter', sans-serif;
    font-size: 28px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #585858;
    text-align: center;
    padding-bottom: 20px;
}

.mod_article.segment11 h3
{
    color: #ccca15;
    font-size: 22px;
}

.mod_article.segment11 .ce_text
{
    margin-bottom: 30px;
}


/* Segment12 Tabelle */

.mod_article.segment12
{
    background-color: #ffffff;
    color: #585858;
    text-align: center;
}

#main .inside .mod_article.segment12 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment12 h2
{
    font: 18px/1.0 'Bitter', sans-serif;
    font-size: 28px;
    padding-bottom: 20px;
    text-align: center;
    color: #ccca15;
}


/* Segment13 FAQ */

.mod_article.segment13
{
    background-color: #ffffff;
    color: #585858;
}

#main .inside .mod_article.segment13 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment13 h2
{
    font: 18px/1.0 'Bitter', sans-serif;
    font-size: 28px;
    padding-bottom: 20px;
    text-align: center;
    color: #ccca15;
}


/* Segment14 mit Textzeile u. Telefonnummer */

.mod_article.segment14
{
    background-color: #ccca15;
    color: #ffffff;
}

#main .inside .mod_article.segment14 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 20px 30px;
}

.mod_article.segment14 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #585858;
    text-align: center;
}

.mod_article.segment14 p
{
    font: 18px/1.6 "Bitter", sans-serif;
    font-style: italic;
    font-weight: 300;
}

.mod_article.segment14 .tel:before
{
    margin-right: 12px;
    font-family: FontAwesome;
    content: "\f095";
    font-size: 38px;
}

.mod_article.segment14 a
{
    font-style: italic;
    background-color: #ccca15;
    border: 1px solid #ffffff;
}

.mod_article.segment14 a:hover
{
    background-color: #7B1517;
    border: 1px solid #ffffff;
}


/* Segment15 Teaserboxen mit Icon */

.mod_article.segment15
{
    background-color: #ccca15;
    background-position: 100px 0%;
    background-repeat: repeat;
    color: #ffffff;
    text-align: center;
}

#main .inside .mod_article.segment15 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment15 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    color: #ffffff;
}

.mod_article.segment15 h3
{
    font-size: 28px;
    padding: 20px 20px 10px 10px;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-family: "Bitter", sans-serif;
    color: #ffffff;
}

.mod_article.segment15 h1.celine::after,
.mod_article.segment15 .celine h1:after
{
    border-bottom: 3px solid #ffffff;
}

.mod_article.segment15 .intro p
{
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
}

.mod_article.segment15 .fa-contao,
.mod_article.segment15 .fa-briefcase,
.mod_article.segment15 .fa-adjust,
.mod_article.segment15 .fa-book
{
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    font-size: 38px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #00a5cb;
}

.mod_article.segment15 i
{
    margin-left: 8px;
}


/* Segment16 Teaserboxen02 mit Bild*/

.mod_article.segment16
{
    background-color: #ffffff;
    background-position: 100px 0%;
    background-repeat: repeat;
    color: #ffffff;
}

#main .inside .mod_article.segment16 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment16 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    color: #aab768;
}

.mod_article.segment16 h3
{
    font-size: 18px;
    padding: 30px 20px 10px 10px;
    text-transform: none;
    font-weight: 400;
    font-family: "Montserrrat", sans-serif;
    color: #ccca15;
}

.mod_article.segment16 h1.celine::after,
.mod_article.segment16 .celine h1:after
{
    border-bottom: 3px solid #ffffff;
}

.mod_article.segment16 .intro p
{
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
}

.mod_article.segment16 .image_container
{
    margin: 0px;
}

.mod_article.segment16 .teaserbox h3
{
    font-size: 22px;
    padding: 30px 24px 10px 24px;
    text-transform: none;
    font-weight: 400;
    font-family: "Bitter", sans-serif;
    color: #aab768;
}

.mod_article.segment16 .teaserbox
{
    border: 1px solid #585858;
}

.mod_article.segment16 .ce_text.teaserbox
{
    background-color: #ffffff;
    color: #585858;
    padding-bottom: 20px;
    min-height: 600px;
}

.mod_article.segment16 .ce_text.teaserbox p
{
    padding: 0 24px 0 24px;
    text-align: left;
    font-size: 18px;
}

.mod_article.segment16 .ce_text.teaserbox ul
{
    padding-left: 33%;
    text-align: left;
}

.mod_article.segment16 .button03.teaserbox p a
{
    text-decoration: none;
    color: #ffffff;
    font-style: normal;
    margin-top: 10px;
    font-size: 14px;
    background-color: #ccca15;
    background: -o-linear-gradient(top, #b7d200 0%, #849900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b7d200), to(#849900));
    background: linear-gradient(to bottom, #b7d200 0%, #849900 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

.mod_article.segment16 .button03.teaserbox p a:hover
{
    background-position: 0 60%;
}

.mod_article.segment16 .button03.teaserbox p.spenden a
{
    text-decoration: none;
    color: #ffffff;
    font-style: normal;
    margin-top: 10px;
    font: 18px/1 "Coming Soon", sans-serif;
    background-color: #EA5252;
    background: -o-linear-gradient(top, #ff6666 0%, #d03e3e 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6666), to(#d03e3e));
    background: linear-gradient(to bottom, #ff6666 0%, #d03e3e 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

.mod_article.segment16 .button03.teaserbox p.spenden a:hover
{
    background-position: 0 60%;
}

.mod_article.segment16 .button03.teaserbox p.spenden
{
    text-align: center;
}

.mod_article.segment16 .button03 p a
{
    text-decoration: none;
    color: #ccca15;
    font-style: normal;
    margin-top: 10px;
    font-size: 18px;
    background: #ffffff;
    background: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

.mod_article.segment16 .button03 p a:hover
{
    background-position: 0 60%;
}


/* segment16-2 Teaserboxen02 mit Bild*/

.mod_article.segment16-2
{
    background-color: #dae2e9;
    background-position: 100px 0%;
    background-repeat: repeat;
    color: #ffffff;
}

#main .inside .mod_article.segment16-2 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment16-2 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    color: #aab768;
}

.mod_article.segment16-2 h3
{
    font-size: 18px;
    padding: 30px 20px 10px 10px;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    font-family: "Montserrrat", sans-serif;
    color: #ccca15;
}

.mod_article.segment16-2 h1.celine::after,
.mod_article.segment16-2 .celine h1:after
{
    border-bottom: 3px solid #ffffff;
}

.mod_article.segment16-2 .intro p
{
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
}

.mod_article.segment16-2 .image_container
{
    margin: 0px;
}

.mod_article.segment16-2 .teaserbox h3
{
    font-size: 22px;
    padding: 30px 20px 10px 10px;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    font-family: "Bitter", sans-serif;
    color: #ffffff;
}

.mod_article.segment16-2 .ce_text.teaserbox
{
    background-color: #708fa8;
    color: #ffffff;
    padding-bottom: 20px;
}

.mod_article.segment16-2 .ce_text.teaserbox p
{
    padding: 0 24px 0 24px;
}

.mod_article.segment16-2 .ce_text.teaserbox ul
{
    padding-left: 33%;
    text-align: left;
}

.mod_article.segment16-2 .button03.teaserbox p a
{
    text-decoration: none;
    color: #ffffff;
    font-style: normal;
    margin-top: 10px;
    font-size: 14px;
    background-color: #ccca15;
    background: -o-linear-gradient(top, #b7d200 0%, #849900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b7d200), to(#849900));
    background: linear-gradient(to bottom, #b7d200 0%, #849900 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

.mod_article.segment16-2 .button03.teaserbox p a:hover
{
    background-position: 0 60%;
}

.mod_article.segment16-2 .button03 p a
{
    text-decoration: none;
    color: #ccca15;
    font-style: normal;
    margin-top: 10px;
    font-size: 18px;
    background: #ffffff;
    background: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

.mod_article.segment16-2 .button03 p a:hover
{
    background-position: 0 60%;
}


/* Segment18 Spruch */

.mod_article.segment18
{
    background-color: #ccca15;
    color: #ffffff;
    text-align: center;
}

#main .inside .mod_article.segment18 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment18 p
{
    font: 28px/1.6 'Bitter', sans-serif;
    font-style: italic;
    text-align: center;
    font-weight: 500;
}


/* Segment19 Intro */

.mod_article.segment19
{
    background-color: #ffffff;
    background-position: 100px 0%;
    background-repeat: repeat;
    color: #585858;
    text-align: center;
}

#main .inside .mod_article.segment19 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment19 h2
{
    font: 18px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    color: #708FA9;
    margin-top: 15px;
    text-transform: uppercase;
}

.mod_article.segment19 h3
{
    font-size: 18px;
    padding: 20px 0px 10px 0px;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-family: "Bitter", sans-serif;
    color: #ffffff;
}

.mod_article.segment19 h2.celine::after,
.mod_article.segment19 .celine h2:after
{
    border-bottom: 3px solid #aab768;
}

.mod_article.segment19 .intro p
{
    font-size: 18px;
    line-height: 1.5;
}

.mod_article.segment19 p
{
    font-size: 18px;
}

.mod_article.segment19 .button03
{
    margin-top: 20px;
}

.mod_article.segment19 .button03 p a
{
    text-decoration: none;
    color: #ccca15;
    background-color: #ccca15;
    background: -o-linear-gradient(top, #b7d200 0%, #849900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b7d200), to(#849900));
    background: linear-gradient(to bottom, #b7d200 0%, #849900 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

.mod_article.segment19 .button03 p a:hover
{
    background-position: 0 60%;
}


/* Segment20 3 Icons mit Text quer*/

.mod_article.segment20
{
    background-color: #ccca15;
    color: #ffffff;
}

#main .inside .mod_article.segment20 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 20px 30px;
}

.mod_article.segment20 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #585858;
    text-align: center;
}

.mod_article.segment20 p
{
    font: 18px/1.6 "Bitter", sans-serif;
    font-style: italic;
    font-weight: 300;
    float: right;
}

.mod_article.segment20 a
{
    font-style: italic;
    background-color: #ccca15;
    border: 1px solid #ffffff;
}

.mod_article.segment20 a:hover
{
    background-color: #7B1517;
    border: 1px solid #ffffff;
}

.mod_article.segment20 .fa-envelope,
.mod_article.segment20 .fa-map-marker,
.mod_article.segment20 .fa-phone
{
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    font-size: 38px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #00a5cb;
}

.mod_article.segment20 .inline
{
    display: inline-block;
}


/* Segment21 3 Galerie volle Breite*/

#main .inside .mod_article.segment21 .inside
{
    max-width: 100%;
    padding: 0px;
}

.mod_article.segment21 .ce_gallery
{
    margin-bottom: 0px;
}

.mod_article.segment21 .ce_gallery ul li
{
    margin-bottom: 0%;
}

.mod_article.segment21 .ce_gallery ul.cols_1 li
{
    margin-bottom: 0%;
}

.mod_article.segment21 .ce_gallery ul.cols_2 li
{
    width: 50%;
    margin-right: 0%;
    margin-left: 0%;
}

.mod_article.segment21 .ce_gallery ul.cols_3 li
{
    width: 33.33%;
    margin-right: 0%;
    margin-left: 0%;
}

.mod_article.segment21 .ce_gallery ul.cols_4 li
{
    width: 25%;
    margin-right: 0%;
    margin-left: 0%;
}

.mod_article.segment21 .ce_gallery ul.cols_5 li
{
    width: 20%;
    margin-right: 0%;
    margin-left: 0%;
}


/* Segment22 News*/

.mod_article.segment22 h2.blog-ueberschrift
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    color: #ccca15;
}

.mod_article.segment22 .mod_newslist .layout_latest
{
    border-bottom: 0px;
}

.mod_article.segment22 .mod_newslist h2
{
    font-size: 22px;
}


/* Segment23 Großes Bild*/

.mod_article.segment23
{
    background-color: #ffffff;
    background-position: 100px 0%;
    background-repeat: repeat;
    color: #ffffff;
    text-align: center;
}

#main .inside .mod_article.segment23 .inside
{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0px 0px 0px;
}

.mod_article.segment23 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    color: #aab768;
}

.mod_article.segment23 h3
{
    font-size: 28px;
    padding: 20px 20px 10px 10px;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-family: "Bitter", sans-serif;
    color: #ffffff;
}

.mod_article.segment23 h1.celine::after,
.mod_article.segment23 .celine h1:after
{
    border-bottom: 3px solid #ffffff;
}

.mod_article.segment23 .intro p
{
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
}

.mod_article.segment23 .button02 a
{
    left: 50%;
    position: absolute;
    z-index: 2000;
    width: 200px;
    margin-left: -100px;
    /*height: 34px;
    margin-top: -17px;*/
    font: 18px/1 "Coming Soon", sans-serif;
}


/* Segment24 Zahlen*/

.mod_article.segment24
{
    background-color: #EEEFD0;
    background-image: url("../../files/website/layout/weisser-strich.gif");
    background-position: center center;
    background-repeat: no-repeat;
    color: #848484;
    text-align: center;
}

#main .inside .mod_article.segment24 .inside
{
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px;
}

.mod_article.segment24 h2
{
    font: 38px/1.0 'Bitter', sans-serif;
    padding-bottom: 5px;
    text-align: center;
    color: #AAB768;
}

.mod_article.segment24 p
{
    font-family: "Bitter", sans-serif;
}

.mod_article.segment24 h1.celine::after,
.mod_article.segment24 .celine h1:after
{
    border-bottom: 3px solid #ffffff;
}

.mod_article.segment24 .intro p
{
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px)
{
    #main .inside .mod_article.segment24 .ce_text.first *
    {
        text-align: left !important;
    }
}


/* Segment25 Newsslider */

.mod_article.segment25
{
    background-color: #eeefd2;
    background-position: 100px 0%;
    background-repeat: repeat;
    color: #585858;
    border-top: 2px solid #9dad50;
    border-bottom: 2px solid #9dad50;
}

#main .inside .mod_article.segment25 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px 40px 30px;
}

.mod_article.segment25 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    color: #585858;
    margin-top: 15px;
}

.mod_article.segment25 .main-slider h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    color: #585858;
    margin-top: 15px;
    text-transform: none;
}

.mod_article.segment25 h3
{
    font-size: 18px;
    padding: 20px 0px 10px 0px;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-family: "Bitter", sans-serif;
    color: #ffffff;
}


/* Segment26 Sharingbuttons*/

.mod_article.segment26
{
    background-color: #ffffff;
    color: #585858;
    text-align: center;
}

#main .inside .mod_article.segment26 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px;
}

.mod_article.segment26 h2
{
    font: 28px/1.0 'Bitter', sans-serif;
    padding-bottom: 20px;
    text-align: center;
    color: #aab768;
    margin-top: 15px;
}


/* ===========================================
 * Unterseiten
 * ======================================== */

#cboxCurrent
{
    display: none !important;
}


/* Video*/

.unterseiten .ce_youtube
{
    max-width: 480px;
    max-height: 270px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.video-wrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.video-wrapper > * {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Segment 01 Farbstreifen grün mit Rand*/

.mod_article.streifenset01
{
    background-color: #EEEFD0;
    color: #585858;
    font: 18px/1 "Coming Soon", sans-serif;
    line-height: 1.7;
    border-bottom: 2px solid #9dad50;
    border-top: 2px solid #9dad50;
}

#main .inside .mod_article.streifenset01 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 30px 40px 30px;
}

.mod_article.streifenset01 h3
{
    font-size: 18px;
    margin-bottom: 32px;
    color: #585858;
    margin-top: 0;
}

.mod_article.streifenset01 .aufzaehlung
{
    font: 18px/1 "Coming Soon", sans-serif;
    line-height: 1.7;
}

.mod_article.streifenset01 .quellenangabe
{
    margin-top: 10px;
    font: 12px/1 "Coming Soon", sans-serif;
    line-height: 1.5;
}


/* Segment 02 grauer Farbstreifen*/

.mod_article.streifenset02
{
    background-color: #eeeeee;
    color: #585858;
    font: 18px/1 "Coming Soon", sans-serif;
    line-height: 1.7;
    border-bottom: 0px solid #9dad50;
    border-top: 0px solid #9dad50;
}

#main .inside .mod_article.streifenset02 .inside
{
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 30px 40px 30px;
}

.mod_article.streifenset02 h3
{
    font-size: 18px;
    margin-bottom: 32px;
    color: #585858;
    margin-top: 15px;
}

.mod_article.streifenset02 .aufzaehlung
{
    font: 18px/1 "Coming Soon", sans-serif;
    line-height: 1.7;
}

.mod_article.streifenset02 .quellenangabe
{
    font: 12px/1 "Coming Soon", sans-serif;
    line-height: 1.7;
}


/* Teaser01*/

.teaser01
{
    margin-top: 60px;
    margin-bottom: 20px;
}

.teaser01 p
{
    margin-top: 60px;
}

.teaser01 p,
.teaser01 ul
{
    margin-left: 220px;
}


/* Teaser02*/

.teaser02 p,
.teaser02 ul
{
    margin-left: 220px;
}


/* Teaser02*/

.teaser03 p,
.teaser03 ul
{
    margin-left: 295px;
}


/* Mehr01*/

.mehr01
{
    margin-left: 220px;
}


/* ===========================================
 * Überschriften / Unterstriche
 * ======================================== */

h1,
h2,
h3,
h4,
h5,
h6
{
    position: relative;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
    font-weight: inherit;
}

h1
{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Bitter', sans-serif;
    color: #aab768;
}

.home h1
{
    color: #aab768;
    font-size: 28px;
    font-weight: 400;
}

.unterseiten h1
{
    margin-top: 12px;
    margin-bottom: 25px;
    font-size: 28px;
}

.unterseiten h1.abstand
{
    margin-bottom: -15px;
}

h2
{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Bitter', sans-serif;
    color: #aab768;
}

.unterseiten h2
{
    color: #aab768;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 35px;
}

h3
{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Bitter', sans-serif;
    color: #aab768;
}

.unterseiten h3
{
    color: #aab768;
    margin-top: 45px;
    margin-bottom: 35px;
    font-size: 18px;
}

aside h3
{
    padding-bottom: 6px;
    border-bottom: 1px solid #ccca15;
    font-size: 1.2em;
}

h4
{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Bitter', sans-serif;
    color: #ccca15;
}

.unterseiten h4
{
    color: #ccca15;
    margin-top: 12px;
    font-size: 18px;
}

h5
{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Bitter', sans-serif;
    color: #ccca15;
}

h6
{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Bitter', sans-serif;
    color: #ccca15;
}

.celine h1,
.celine h2,
.celine h3,
.celine h4,
.celine h5,
.celine h6
{
    margin-bottom: 40px;
    padding-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

h1.celine,
h2.celine,
h3.celine,
h4.celine,
h5.celine,
h6.celine
{
    margin-bottom: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
}

.celine h1:after,
.celine h2:after,
.celine h3:after,
.celine h4:after,
.celine h5:after,
.celine h6:after
{
    width: 48%;
    right: 26%;
    position: absolute;
    /*border-bottom: 3px solid #ccca15;*/
    bottom: -2px;
    content: "";
}

h1.celine:after,
h2.celine:after,
h3.celine:after,
h4.celine:after,
h5.celine:after,
h6.celine:after
{
    width: 4%;
    bottom: -2px;
    left: 48%;
    position: absolute;
    display: block;
    border-bottom: 3px solid #ffffff;
    content: "";
}

.leftline h1,
.leftline h2,
.leftline h3,
.leftline h4,
.leftline h5,
.leftline h6
{
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ccca15;
    display: inline-block;
}


/*.leftline h1:after,.leftline h2:after,.leftline h3:after,.leftline h4:after,.leftline h5:after,.leftline h6:after{
	width: 440px;
	bottom: -2px;
	left: 0;
	position: absolute;
	display: block;
	border-bottom: 3px solid #ccca15;
	content: "";
	}*/

h1.leftline,
h2.leftline,
h3.leftline,
h4.leftline,
h5.leftline,
h6.leftline
{
    clear: both;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ccca15;
    display: inline-block;
}


/*h1.leftline:after,h2.leftline:after,h3.leftline:after,h4.leftline:after,h5.leftline:after,h6.leftline:after{
	width: 440px;
	bottom: -2px;
	left: 0;
	position: absolute;
	display: block;
	border-bottom: 3px solid #ccca15;
	content: "";
	}*/

hr.centerline
{
    width: 98%;
    height: 1px;
    position: relative;
    display: block;
    margin: 40px auto 60px;
    background-color: #eeeeee;
}

hr.centerline:before
{
    width: 48%;
    height: 3px;
    right: 26%;
    position: absolute;
    display: block;
    background-color: #ccca15;
    content: "";
    bottom: -1px;
}

hr.leftline
{
    width: 98%;
    height: 1px;
    position: relative;
    display: block;
    margin: 40px auto 60px;
    background-color: #eeeeee;
}

hr.leftline:before
{
    width: 31.33333%;
    height: 3px;
    left: 0;
    position: absolute;
    display: block;
    background-color: #ccca15;
    content: "";
    bottom: -1px;
}

hr.invisible_hr
{
    width: 100%;
    height: 1px;
    position: relative;
    display: block;
    margin: 40px auto;
    background: transparent;
}

hr.segment
{
    width: 100%;
    height: 1px;
    position: relative;
    display: block;
    margin-bottom: 1.8em;
    background-color: #eeeeee;
}


/* ===========================================
 * Buttons
 * ======================================== */


/* Runder Button*/

.button p a:after
{
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

.button p a
{
    display: inline-block;
    padding: 6px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    font-style: italic;
    background-color: #ccca15;
    background: -o-linear-gradient(top, #b7d200 0%, #849900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b7d200), to(#849900));
    background: linear-gradient(to bottom, #b7d200 0%, #849900 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

.button p a:hover
{
    background-position: 0 60%;
}


/* Button mit runden Ecken*/

.button02 p a:after
{
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

.button02 p a
{
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    background-color: #ccca15;
    background: -o-linear-gradient(top, #b7d200 0%, #849900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b7d200), to(#849900));
    background: linear-gradient(to bottom, #b7d200 0%, #849900 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

.button02.anmelden p a
{
    font: 18px/1 "Coming Soon",sans-serif;
	margin-left: 220px;
}

.button02.bestellen p a
{
    font: 18px/1 "Coming Soon",sans-serif;
}

.button02.spenden p a
{
    font: 18px/1 "Coming Soon",sans-serif;
	background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#ff6666), to(#d03e3e)) repeat scroll 0 0 / 250% auto;
	background: rgba(0, 0, 0, 0) -o-linear-gradient(top, #ff6666 0%, #d03e3e 100%) repeat scroll 0 0 / 250% auto;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff6666 0%, #d03e3e 100%) repeat scroll 0 0 / 250% auto;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: background-position 0.2s ease 0s;
    -o-transition: background-position 0.2s ease 0s;
    transition: background-position 0.2s ease 0s;
	margin-left: 180px;
}

.button02 p a:hover
{
    background-position: 0 60%;
}


/* Eckiger Button nur Rahmen*/

.button03 p a:after
{
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

.button03 p a
{
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    color: #ccca15;
    border-radius: 5px;
}

.button03 p a:hover
{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #ccca15;
    background: -o-linear-gradient(top, #b7d200 0%, #849900 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b7d200), to(#849900));
    background: linear-gradient(to bottom, #b7d200 0%, #849900 100%);
    background-size: 250%;
    -webkit-transition: background-position 0.2s ease;
    -o-transition: background-position 0.2s ease;
    transition: background-position 0.2s ease;
}

.button03 p a:hover
{
    background-position: 0 60%;
}


/* ===========================================
 * Tabellen
 * ======================================== */

table
{
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
    border-bottom: 1px solid #e3e3e3;
}

.ce_table
{
    overflow: auto;
}

.ce_table table th,
.ce_table table tfoot td
{
    text-align: left;
    background-color: #ffffff;
    border-top: 1px solid #e3e3e3;
}

table th
{
    padding: .5em;
    color: #ccca15;
}

table td
{
    padding: .5em;
    border-top: 1px solid #e3e3e3;
}

table td.col_1
{
    width: 200px;
}

.zubehoer table th.head_0
{
    width: 80%;
}

.zubehoer table th.head_1
{
    width: 200%;
}

.ce_table.striped tr.even
{
    background-color: #eeeeee;
}


/* ===========================================
 * Accordion
 * ======================================== */

.ce_accordion .accordion
{
    padding: 20px 0px 20px 0px;
    border: 0;
    background: none;
}

.ce_accordion .accordion > div
{
    padding: 0;
}

.ce_accordion .toggler
{
    padding: 7px 0;
    background-image: none;
    /*border: 1px solid #eeeeee;*/
    line-height: 30px;
    font-weight: 500;
    color: #aab768;
    cursor: pointer;
    -webkit-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.ce_accordion .toggler:hover
{
    color: #aab768;
    -webkit-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

.ce_accordion .toggler:before
{
    width: 25px;
    height: 25px;
    float: left;
    clear: both;
    display: inline-block;
    margin-top: 0px;
    margin-right: 15px;
    /*margin-left: 15px;*/
    padding: 0;
    text-align: center;
    border-radius: 3px;
    font: 1.3em/28px FontAwesome;
    font-weight: normal;
    color: #aab768;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
    content: url("../../files/website/layout/pfeil-rechts-akkordeon-grau.gif");
}

.pfeil02.ce_accordion .toggler:before
{
    content: url("../../files/website/layout/pfeil-rechts-akkordeon-grau02.gif");
}

.ce_accordion .ui-accordion-header-active
{
    /*border: 1px solid #ccca15;*/
    color: #ccca15;
}

.ce_accordion .toggler.ui-state-active:before
{
    font-family: FontAwesome;
    content: url("../../files/website/layout/pfeil-unten-akkordeon-grau.gif");
}

.pfeil02.ce_accordion .toggler.ui-state-active:before
{
    font-family: FontAwesome;
    content: url("../../files/website/layout/pfeil-unten-akkordeon-grau02.gif");
}

.ce_accordion .toggler:after
{
    display: none;
}

.ce_accordion .toggler:after
{
    display: none;
}


/* ===========================================
 * Listen
 * ======================================== */

.ce_list ul,
.ce_text ul
{
    padding-left: 1.8em;
}

.ce_list ol,
.ce_text ol
{
    padding-left: 1.8em;
}

.ce_list ul li
{
    list-style-type: disc;
    list-style-position: outside;
}

.ce_text ul li
{
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 3px;
}

.ce_list.circle ul li
{
    list-style-type: circle;
    list-style-position: outside;
}

.ce_list.square ul li
{
    list-style-type: square;
    list-style-position: outside;
}

.ce_list ol li
{
    list-style-type: decimal;
    list-style-position: outside;
}

.ce_list.upper-alpha ol li
{
    list-style-type: upper-alpha;
    list-style-position: outside;
}

.ce_list[class^="symlist"] ul,
.ce_list[class*="symlist"] ul
{
    margin-left: 12px;
    padding-left: 0;
    list-style-type: none;
}

.ce_list[class^="symlist"] ul li,
.ce_list[class*="symlist"] ul li
{
    margin-left: 12px;
    padding-left: 0;
    list-style-type: none;
}

.ce_list.symlist1 ul li:before
{
    width: 1em;
    display: inline-block;
    margin-right: .5em;
    margin-left: -1.55em;
    font-family: FontAwesome;
    list-style-type: none;
    content: "\f105";
}

.ce_list.symlist2 ul li:before
{
    width: 1em;
    display: inline-block;
    margin-right: .5em;
    margin-left: -1.55em;
    font-family: FontAwesome;
    list-style-type: none;
    content: "\f101";
}


/* ===========================================
 * Bilder
 * ======================================== */

.image_container
{
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.image_container a img
{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}


/*.image_container a:hover img{
	transform: scale(1.1,1.1);
	transition: all 300ms ease-out
	}*/

.image_container.float_left
{
    margin-right: 3%;
    margin-bottom: 1%;
    margin-top: 0px;
}

.image_container.float_right
{
    margin-bottom: 1%;
    margin-left: 3%;
    margin-top: 0px;
}

.image_container.float_above
{
    margin-bottom: 25px;
    margin-top: 25px;
}

.image_container.float_below
{
    margin-top: 25px;
    margin-bottom: 25px;
}

.image_container .caption
{
    bottom: 0;
    left: 0;
    padding: 13px;
    background-color: rgba(255, 255, 255, .95);
    border: 1px solid #f4f4f4;
    font-size: .8em;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}

.bild-rechts .image_container img
{
    float: right;
}

.bild-rechts .p
{
    clear: both;
}

.bild-mittig .image_container img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Galerie Unterseiten
.unterseiten .image_container a:hover::before, .unterseiten .image_container a:focus::before {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.unterseiten .image_container a:hover::after, .unterseiten .image_container a:focus::after {

	content: "\f00e";
    display: inline-block;
    font-family: "FontAwesome";
	color: #ffffff;
    font-size: 28px;
    left: 50%;
    margin: -0.5em;
    position: absolute;
    text-indent: 0;
    text-rendering: geometricprecision;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    top: 50%;
    z-index: 2;
}
.unterseiten .image_container a:hover img, .unterseiten .image_container a:focus img {
    filter: blur(2px);
    transform: scale(1.05);
}
.unterseiten .image_container figcaption, .unterseiten .image_container .caption {
    color: #525663;
    font-size: 0.875em;
    padding: 0.42857em 0 0;
    width: 100% !important;
}*/


/* ===========================================
 * Galerie
 * ======================================== */

.ce_gallery
{
    margin-bottom: 20px;
}

.ce_gallery ul
{
    overflow: hidden;
}

.ce_gallery.gallery_bg
{
    overflow: hidden;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f2f2f2;
}

.ce_text .ce_gallery ul
{
    padding-left: 0;
}

.ce_gallery ul li
{
    position: relative;
    float: left;
    margin-bottom: 2%;
}

.ce_text .ce_gallery ul li
{
    list-style-type: none;
}


/* gallery-neu.css */

.ce_gallery ul.cols_1 li
{
    position: relative;
    float: left;
    margin-right: 0;
    margin-bottom: 2%;
    margin-left: 0;
}

.ce_gallery ul.cols_2 li
{
    width: 49%;
    margin-right: 1%;
    margin-left: 1%;
}

.ce_gallery ul.cols_3 li
{
    width: 32%;
    margin-right: 1%;
    margin-left: 1%;
}

.ce_gallery ul.cols_4 li
{
    width: 23.4%;
    margin-right: 1%;
    margin-left: 1%;
}

.ce_gallery ul.cols_5 li
{
    width: 18.3%;
    margin-right: 1%;
    margin-left: 1%;
}

.ce_gallery ul.cols_6 li
{
    width: 15%;
    margin-right: 1%;
    margin-left: 1%;
}

.ce_gallery ul.cols_8 li
{
    width: 10.75%;
    margin-right: 1%;
    margin-left: 1%;
}

.ce_gallery.gallery1 ul li
{
    position: relative;
    float: left;
    margin-right: 0;
    margin-bottom: 2%;
    margin-left: 0;
}

.ce_gallery ul li.col_first
{
    margin-left: 0;
}

.ce_gallery ul li.col_last
{
    margin-right: 0;
}

#cboxTitle
{
    display: none !important;
}

/* ===========================================
 * Formulare
 * ======================================== */

.kontaktformular
{
    max-width: 500px;
}

.onlinefragebogen
{
    max-width: 100%;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input:not([type]),
textarea
{
    padding: 8px;
    background-color: #E4E6E9;
    border: 1px solid #E4E6E9;
    border-radius: 0;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input:focus:not([type]),
textarea:focus
{
    background-color: #C9CDD3;
    border: 1px solid #ccca15;
    border-radius: 0;
    behavior: url("assets/css3pie/1.0.0/PIE.htc");
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

input.submit[type="submit"]
{
    position: relative;
    display: block;
    padding: 10px 8px;
    font-size: 12px;
    color: #fff;
    background-color: #ccca15;
    border: 0 !important;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

input[type="submit"]:hover
{
    opacity: 0.8 !important;
}

form div
{
    margin-bottom: 30px;
}

form div label[class*="grid"],
form div input[class*="grid"],
form div textarea[class*="grid"],
form div select[class*="grid"],
form div fieldset
{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
}

p.error
{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #f00;
}

form fieldset,
div.widget-upload
{
    padding: 10px;
    border: 1px solid #eeeeee;
}

form fieldset[class*="grid"]
{
    width: 100%;
}

form fieldset legend
{
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ffffff;
    color: #ccca15;
}

form select
{
    padding: 10px;
    border: 1px solid #eeeeee;
}

.ce_form form select
{
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eeeeee;
}

.ce_form form select.multiselect
{
    background-image: none;
}

form select option
{
    padding-right: 10px;
    padding-left: 10px;
}

form select.multiselect option
{
    padding-right: 0;
    padding-left: 0;
}

.checkbox_container.vertical span,
.radio_container.vertical span
{
    display: block;
}

.radio_container label,
.checkbox_container label
{
    margin-left: 6px;
}

.checkbox_container span,
.radio_container span
{
    margin-right: 12px;
}

span.mandatory
{
    color: #f00;
}


/* ===========================================
 * Social
 * ======================================== */

.socialbuttons
{
    overflow: hidden;
    float: right;
    line-height: 0;
    margin-top: 30px;
    margin-right: 1%;
}

.socialbuttons ul
{
    margin-bottom: 0;
}

.socialbuttons li
{
    overflow: hidden;
    display: inline-block;
    margin-left: 6px;
}

.socialbuttons li[class*="fa-"]:before,
.socialbuttons li[class^="fa-"]:before
{
    display: none;
}

.socialbuttons a
{
    font-size: 0;
    line-height: 0;
}

.socialbuttons a:hover
{
    text-decoration: none;
}

.socialbuttons a:before
{
    width: 27px;
    height: 27px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border: 1px solid #ffffff;
    font: 18px/28px FontAwesome;
    color: #ffffff;
}

.socialbuttons a.fa-facebook:before
{
    content: "\f09a";
}

.socialbuttons a.fa-facebook:hover:before
{
    background-color: #0d6eac;
    border: 1px solid #0d6eac;
    text-decoration: none;
    color: #fff;
    content: "\f09a";
}

.socialbuttons a.fa-twitter:before
{
    content: "\f099";
}

.socialbuttons a.fa-twitter:hover:before
{
    background-color: #55ACEE;
    border-color: #55ACEE;
    color: #fff;
    content: "\f099";
}

.socialbuttons a.fa-google-plus:before
{
    content: "\f0d5";
}

.socialbuttons a.fa-google-plus:hover:before
{
    background-color: #E43D2B;
    border: 1px solid #E43D2B;
    color: #fff;
    content: "\f0d5";
}

.socialbuttons a.fa-xing:before
{
    content: "\f168";
}

.socialbuttons a.fa-xing:hover:before
{
    background-color: #006464;
    border-color: #006464;
    color: #fff;
    content: "\f168";
}

.socialbuttons a.fa-linkedin:before
{
    content: "\f0e1";
}

.socialbuttons a.fa-linkedin:hover:before
{
    background-color: #069;
    border-color: #069;
    color: #fff;
    content: "\f0e1";
}

.socialbuttons a.fa-youtube:before
{
    content: "\f167";
}

.socialbuttons a.fa-youtube:hover:before
{
    background-color: #cc181e;
    border-color: #cc181e;
    color: #fff;
    content: "\f167";
}


/* ===========================================
 * Google Map
 * ======================================== */

.ce_dlh_googlemaps
{
    /*width: 100%;*/
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ce_dlh_googlemaps .dlh_googlemap
{
    width: 100% !important;
}

#dlh_googlemap_1 > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(4) > div > div.gm-style-iw > div > div > div > div > form > input.submit
{
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 9px;
}


/* ===========================================
 * News
 * ======================================== */

.mod_newslist p.info,
.mod_newsreader p.info
{
    border: 1px solid #f4f4f4;
    color: #585858;
    font-size: 12px;
    max-width: 130px;
    padding: 6px 12px;
}

.mod_newslist .layout_latest
{
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.mod_newslist .layout_latest.last
{
    border-bottom: 0 solid #eeeeee;
    margin-bottom: 16px;
    padding-bottom: 10px;
}


/*.mod_newslist p.more {
	background-color: transparent;
	content: url("../../files/website/layout/pfeil-rechts-akkordeon-grau.gif");
    text-indent: -999px;
	width: 300px;
}

.mod_newslist p.more a {
    border: 1px solid #000000;
	background-color: transparent;
	content: url("../../files/website/layout/pfeil-rechts-akkordeon-grau.gif");
    color: #000000;
    padding: 8px 20px;
}*/

.mod_newslist .layout_latest,
.mod_newslist .layout_short
{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 16px;
    padding-bottom: 10px;
}

.pagination
{
    border-top: 1px solid #ddd;
    clear: both;
    margin-top: 10px;
    padding-top: 8px;
    white-space: nowrap;
}

.pagination p
{
    display: block;
    float: left;
    margin-bottom: 0;
}

.pagination ul
{
    float: right;
    margin-bottom: 0;
}

.pagination ul li
{
    float: left;
}

.pagination ul li span.current
{
    background-color: #ccca15;
    color: #fff;
}

.pagination ul li a,
.pagination ul li span
{
    display: block;
    margin-right: 2px;
    padding: 4px 12px;
    text-decoration: none;
}


/* ===========================================
 * Blog
 * ======================================== */


/* Blog Detail*/

.blog #right .mod_newslist h2
{
    font-size: 18px;
    margin-top: 0px;
}

.blog .pdf_link
{
    margin-bottom: 20px;
}


/* ===========================================
 * Download
 * ======================================== */

.ce_download img.mime_icon,
.ce_downloads img.mime_icon
{
    vertical-align: middle;
}

.ce_download a,
.ce_downloads a
{
    text-decoration: none;
}

.ce_download a span.size,
.ce_downloads a span.size
{
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}

.ce_downloads li
{
    margin-bottom: 6px;
    padding-bottom: 6px;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
}


/* ===========================================
 * Back to Top
 * ======================================== */

#backtotop
{
    height: auto;
    bottom: 30px;
    right: 30px;
    position: fixed;
    display: none;
    z-index: 30;
}

#backtotop ul
{
    padding-top: 15px;
    padding-bottom: 15px;
}

#backtotop ul li a:before
{
    width: 30px;
    height: 30px;
    top: -15px;
    position: relative;
    float: right;
    display: block;
    text-align: center;
    font: 18px/30px FontAwesome;
    color: #fff;
    content: "\f077";
}

#backtotop ul li a
{
    width: 30px;
    height: 30px;
    bottom: 30px;
    right: 30px;
    float: right;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ccca15;
    font-size: 0;
}

#backtotop ul li a:hover
{
    background-color: #aaa;
}


/* ===========================================
 * Sprachwechsler
 * ======================================== */

.mod_langswitcher
{
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3000;
}

.mod_langswitcher .mod_langswitcher_inside
{
    border: 1px solid #ccca15;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    padding: 10px 15px;
}

.mod_langswitcher .mod_langswitcher_inside:after
{
    content: "\f0d7";
    display: inline-block;
    font-family: "FontAwesome";
    color: #ccca15;
    font-size: 9px;
    margin-left: 10px;
    position: relative;
    top: -4px;
}

.mod_langswitcher .mod_langswitcher_inside i
{
    margin-right: 5px;
}

.mod_langswitcher img
{
    height: 15px;
    width: 20px;
}

.mod_langswitcher ul
{
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    margin-top: 16px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 71px;
}

.mod_langswitcher ul li a
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    line-height: 15px;
    padding: 6px 15px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.mod_langswitcher ul li a img
{
    border: 1px solid rgb(200, 200, 200);
}

.mod_langswitcher ul li a:hover
{
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}

.mod_langswitcher ul li:last-of-type a
{
    border-bottom: 0 none;
}

.mod_langswitcher .mod_langswitcher_inside:hover ul
{
    display: block;
}

.mod_langswitcher:hover .mod_langswitcher_inside
{
    border-radius: 5px 5px 0 0;
}


/* ===========================================
 * Isotope / Masonary
 * ======================================== */

#filters.button-group
{
    margin-bottom: 20px;
    text-align: center;
}

#filters.button-group button
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    color: #5e6366;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 18px;
    text-align: center;
}

#filters.button-group button:hover
{
    border: 1px solid #00a5cb;
    color: #00a5cb;
    cursor: pointer;
}

#filters.button-group button.is-checked
{
    border: 1px solid #00a5cb;
    color: #00a5cb;
    cursor: default;
}

.isotope-item .image_container.float_above
{
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.fullwidth #main .inside #portfolio-wrapper
{
    padding-left: 0;
    padding-right: 0;
}

.mod_article .portfolioRegular
{
    margin-left: 0;
    margin-right: 0;
}

.isotope-item
{
    margin-bottom: 20px;
    z-index: 2;
}

.isotope-hidden.isotope-item
{
    pointer-events: none;
    z-index: 1;
}

.bx-wrapper .ce_text
{
    margin-bottom: 0;
    margin-left: 0;
}

.bx-wrapper ul.gallery_slider li
{
    margin-bottom: 0;
    margin-left: 0;
}

.teaser_content
{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.teaser_content div.more
{
    background-color: rgba(0, 165, 203, 1);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    vertical-align: middle;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

.isotope-item:hover .teaser_content div.more
{
    opacity: 1;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    visibility: visible;
    z-index: 2;
}

.teaser_content div.more span
{
    display: table;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.teaser_content div.more span a
{
    color: #fff;
    display: table-cell;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.teaser_content div.more span a::before
{
    color: #fff;
    content: "";
    display: block;
    font: 28px FontAwesome;
    text-decoration: none;
}

.mod_newslist .isotope-item img
{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.mod_newslist .isotope-item:hover img
{
    opacity: 0.7;
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.isotope-item .meta_box
{
    border-bottom: 1px solid #00a5cb;
    margin-bottom: 0;
}

.isotope-item .meta_box .info,
.isotope-item .meta_box .info_author
{
    display: block;
    width: 100%;
}

.isotope-item .teaser_content
{
    background-color: #f4f4f4;
    padding: 1em 1.5em 0.5em;
}

.isotope-item .teaser_content h2
{
    font-size: 1.4em;
}

.mod_newslist.portfoliolist
{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mod_newslist.portfoliolist .pagination
{
    margin-left: 1%;
    margin-right: 1%;
}

.layout_full_cts.grid4,
.layout_full_cts.grid33,
.layout_full_cts.grid8
{
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}

.isotope-item .ceport_content
{
    background-color: rgba(0, 165, 203, 0.7);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.isotope-item:hover .ceport_content
{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.isotope-item .ceport_cell
{
    bottom: 20px;
    display: block;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.isotope-item .ceport_cell h2,
.isotope-item .ceport_cell p
{
    color: #fff;
}

.isotope-item .ceport_cell p a
{
    border: 1px solid #fff;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 6px 12px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    vertical-align: middle;
}

.isotope-item .ceport_cell p a:hover
{
    background-color: rgba(255, 255, 255, 0.3);
}


/* ===========================================
 * Rocksolid Slider
 * ======================================== */

.mod_rocksolid_slider,
.mod_rocksolid_slider .ce_image
{
    margin-right: 0% !important;
    margin-left: 0% !important;
}

.main-slider
{
    /* height: calc(100vh - 200px); */;
}

.rsts-skin-liquid .rsts-nav-bullets a:hover,
.rsts-skin-liquid .rsts-nav-bullets a.active
{
    background-color: #ccca15;
}

.slide01.textinfo
{
    position: absolute;
    top: 20%;
    left: 5%;
    color: #585858;
    font-size: 22px;
    font-weight: 500;
    background-color: #ffffff;
    padding: 2% 2.5% 2% 2.5%;
    opacity: 0.8;
    max-width: 750px;
}

.home .slide01 h1
{
    color: #aab768;
    font-size: 28px;
    font-weight: 400;
}

.slide01 .videoinfo
{
    position: absolute;
    top: 22%;
    right: 9%;
    z-index: 2000;
    width: 600px;
    border: 8px solid #ffffff;
}

.slide01 .videoinfo02
{
    position: absolute;
    top: 20%;
    right: 6%;
    color: #ccca15;
    font-size: 22px;
    font-weight: 500;
    background-color: #CBDFF5;
    padding: 2% 2.5% 2% 2.5%;
    opacity: 0.8;
}

.slide01 .videoinfo03
{
    position: absolute;
    top: 20%;
    right: 6%;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

.slide01 .videoinfo04
{
    position: absolute;
    top: 30%;
    margin: 0 auto;
    width: 100%;
}

.slide01 .videoinfo04 h1
{
    opacity: 0.7;
    width: 100%;
    color: #CBDFF5;
    font-size: 38px;
    font-weight: 500;
}

.slide01 .videoinfo05
{
    position: absolute;
    top: 40%;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    margin: 0 auto;
    opacity: 0.7;
    width: 100%;
}

.slide01 .button
{
    position: absolute;
    top: 75%;
    right: 18%;
    z-index: 2000;
}

.slide01 .button p a::after
{
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 10px;
    text-decoration: none;
}

.slide01 .button p a
{
    background-color: #ccca15;
    border: 1px solid #ccca15;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    padding: 6px 20px;
    text-decoration: none;
    text-transform: uppercase;
}


/* ===========================================
 * Contao Slider
 * ======================================== */

.slider-control
{
    height: 0 !important;
    position: static !important;
}

.slider-control a
{
    font-size: 0;
    margin-top: -35px;
    opacity: 0.7;
    text-decoration: none;
    top: 30%;
}

.slider-control a:hover
{
    opacity: 1;
}

.slider-menu
{
    bottom: 15px;
    font-family: Arial, sans-serif;
    top: auto !important;
}

.slider-menu b
{
    margin: 0 2px !important;
}

.slider-control .slider-menu b.active
{
    color: #9BAB52;
}

.slider-control .slider-menu b
{
    color: #ffffff;
}

.slider-control .slider-menu
{
    left: 80%;
    margin-left: -40%;
    width: 20%;
}

#header .ce_sliderStart,
#header .slider-wrapper .ce_image,
#header .ce_sliderStart,
#header .slider-wrapper .ce_text
{
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    position: relative;
}

#main .slider-wrapper .ce_image,
#main .slider-wrapper .ce_text
{
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    position: relative;
}

.home .slider-wrapper p
{
    margin: 0 auto !important;
    max-width: 700px;
}

.home .slider-wrapper .ce_image img
{
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}

.home .slider-wrapper .image_container.float_above
{
    margin-bottom: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    position: relative;
}

.ce_sliderStart
{
    position: relative !important;
    max-height: 300px;
}

.slider-next
{
    background: rgba(160, 160, 160, 0.0) none repeat scroll 0 0;
    border-radius: 10px;
    color: #585858;
    height: 70px;
    right: 0;
    width: 50px;
    z-index: 100;
}

.slider-next::before
{
    color: #ffffff;
    content: "";
    display: block;
    font: 28px/26px FontAwesome;
    margin-top: -12px;
    position: relative;
    text-align: center;
    top: 50%;
}

.slider-prev
{
    background-color: rgba(160, 160, 160, 0.0);
    border-radius: 10px;
    color: #585858;
    height: 70px;
    width: 50px;
    z-index: 100;
}

.slider-prev::before
{
    color: #ffffff;
    content: "";
    display: block;
    font: 28px/26px FontAwesome;
    margin-top: -12px;
    position: relative;
    text-align: center;
    top: 50%;
}

.ce_sliderStart .caption
{
    display: none;
}

.mod_article.textslider
{
    position: relative;
}

.mod_article.textslider .ce_sliderStart
{
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}

.mod_article.textslider .ce_sliderStart .content-slider,
.mod_article.textslider .ce_sliderStart .slider-wrapper
{
    height: 100%;
    width: 100%;
}

.mod_article.textslider .ce_text
{
    height: 100%;
}

.mod_article.textslider .ce_image,
.mod_article.textslider .ce_video-container
{
    margin: 0;
    position: relative;
}

.mod_article.textslider.bgvideo .ce_text
{
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}

.mod_article.textslider .textbox
{
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.slider_text
{
    bottom: 0;
    display: table-cell;
    left: 0;
    padding: 30px 56px;
    text-align: center;
    vertical-align: middle;
    width: 75%;
}

.bottom .slider_text
{
    bottom: 0;
    display: table-cell;
    left: 0;
    padding: 30px 56px;
    text-align: left;
    vertical-align: bottom;
    width: 75%;
}

.left .slider_text
{
    text-align: left;
}


/* ===========================================
 * Headerbild
 * ======================================== */

#afterheader .ce_image
{
    margin-right: 0%;
    margin-left: 0%;
}


/* ===========================================
 * Animations
 * ======================================== */

.animated-05
{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-1
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-2
{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-3
{
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-4
{
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-5
{
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-6
{
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-7
{
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated-8
{
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn
{
    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50%
    {
        opacity: 1;
    }
}

@keyframes zoomIn
{
    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50%
    {
        opacity: 1;
    }
}

.zoomIn
{
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeIn
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    from
    {
        opacity: 0;
    }

    to
    {
        opacity: 1;
    }
}

.fadeIn
{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft
{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes rotateIn
{
    from
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn
{
    from
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to
    {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn
{
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

.lightSpeedIn
{
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut
{
    from
    {
        opacity: 1;
    }

    to
    {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut
{
    from
    {
        opacity: 1;
    }

    to
    {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.fadeInRight
{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/***** Hover Effekte *****/

.codedrops
{
    list-style: outside none none;
    max-width: 1000px;
    position: relative;
    text-align: center;
}

.codedrops figure.image_container
{
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.codedrops figure img
{
    display: block;
    max-width: 100%;
    opacity: 0.9;
    position: relative;
}

.codedrops figure.image_container a::before,
.codedrops figure.image_container a:hover::after
{
    display: none;
}

.codedrops figure.image_container figcaption.caption
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    color: #fff;
    font-size: 1.25em;
    padding: 2em;
    text-transform: uppercase;
    width: 100% !important;
}

.codedrops figure figcaption::before,
.codedrops figure figcaption::after
{
    pointer-events: none;
}

.codedrops figure figcaption,
.codedrops figure figcaption > a
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.codedrops figure figcaption.caption > a
{
    font-size: 0;
    opacity: 0;
    text-decoration: none;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 1000;
}

.codedrops figure h2
{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    text-decoration: none;
    word-spacing: -0.15em;
}

.codedrops figure a
{
    text-decoration: none;
}

.codedrops figure h2 span
{
    font-weight: 800;
}

.codedrops figure h2,
.codedrops figure p
{
    margin: 0;
}

.codedrops figure p
{
    font-size: 68.5%;
    letter-spacing: 1px;
}

figure.effect-sadie figcaption::before
{
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(72, 76, 97, 0)), color-stop(75%, rgba(72, 76, 97, 0.8))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0px, 50%, 0px);
    transform: translate3d(0px, 50%, 0px);
    width: 100%;
}

figure.effect-sadie h2
{
    color: #484c61;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0px);
    transform: translate3d(0px, -50%, 0px);
    transition: color 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: color 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s, color 0.35s ease 0s;
    transition: transform 0.35s ease 0s, color 0.35s ease 0s;
    transition: transform 0.35s ease 0s, color 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 100%;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p
{
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-sadie p
{
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 2em;
    position: absolute;
    -webkit-transform: translate3d(0px, 10px, 0px);
    transform: translate3d(0px, 10px, 0px);
    width: 100%;
}

figure.effect-sadie:hover h2
{
    color: #fff;
    -webkit-transform: translate3d(0px, -50%, 0px) translate3d(0px, -40px, 0px);
    transform: translate3d(0px, -50%, 0px) translate3d(0px, -40px, 0px);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-julia
{
    background: #2f3238 none repeat scroll 0 0;
}

figure.effect-julia img
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: none;
    transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

figure.effect-julia figcaption
{
    text-align: left;
}

figure.effect-julia h2
{
    padding: 0.5em 0;
    position: relative;
}

figure.effect-julia p
{
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    color: #2f3238;
    display: inline-block;
    font-size: 75%;
    font-weight: 500;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    text-transform: none;
    -webkit-transform: translate3d(-360px, 0px, 0px);
    transform: translate3d(-360px, 0px, 0px);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-julia p:first-child
{
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2)
{
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3)
{
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child
{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2)
{
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3)
{
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img
{
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-goliath
{
    background: #df4e4e none repeat scroll 0 0;
}

figure.effect-goliath img,
figure.effect-goliath h2
{
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-goliath img
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p
{
    bottom: 0;
    left: 0;
    padding: 30px;
    position: absolute;
}

figure.effect-goliath p
{
    font-size: 90%;
    opacity: 0;
    text-transform: none;
    -webkit-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-goliath:hover img
{
    -webkit-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
}

figure.effect-goliath:hover h2
{
    -webkit-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
}

figure.effect-goliath:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-hera
{
    background: #303fa9 none repeat scroll 0 0;
}

figure.effect-hera h2
{
    font-size: 158.75%;
}

figure.effect-hera h2,
figure.effect-hera p
{
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-hera figcaption::before
{
    border: 2px solid #fff;
    content: "";
    height: 200px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 200px;
}

figure.effect-hera p
{
    font-size: 121%;
    line-height: 2;
    text-transform: none;
    width: 100px;
}

figure.effect-hera p a
{
    color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus
{
    opacity: 0.6;
}

figure.effect-hera p a i
{
    opacity: 0;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-hera p a:first-child i
{
    -webkit-transform: translate3d(-60px, -60px, 0px);
    transform: translate3d(-60px, -60px, 0px);
}

figure.effect-hera p a:nth-child(2) i
{
    -webkit-transform: translate3d(60px, -60px, 0px);
    transform: translate3d(60px, -60px, 0px);
}

figure.effect-hera p a:nth-child(3) i
{
    -webkit-transform: translate3d(-60px, 60px, 0px);
    transform: translate3d(-60px, 60px, 0px);
}

figure.effect-hera p a:nth-child(4) i
{
    -webkit-transform: translate3d(60px, 60px, 0px);
    transform: translate3d(60px, 60px, 0px);
}

figure.effect-hera:hover figcaption::before
{
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-hera:hover h2
{
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0px) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0px) scale3d(0.8, 0.8, 1);
}

figure.effect-hera:hover p i:empty
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-winston
{
    background: #162633 none repeat scroll 0 0;
    text-align: left;
}

figure.effect-winston img
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.45s ease 0s;
    -o-transition: opacity 0.45s ease 0s;
    transition: opacity 0.45s ease 0s;
}

figure.effect-winston figcaption::before
{
    background: rgba(0, 0, 0, 0) url("../../files/website/..../../theme/img/triangle.svg") no-repeat scroll center center / 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 0 100% 0;
    -ms-transform-origin: 0 100% 0;
    transform-origin: 0 100% 0;
    transition: opacity 0.45s ease 0s, -webkit-transform 0.45s ease 0s;
    -webkit-transition: opacity 0.45s ease 0s, -webkit-transform 0.45s ease 0s;
    -o-transition: opacity 0.45s ease 0s, transform 0.45s ease 0s;
    transition: opacity 0.45s ease 0s, transform 0.45s ease 0s;
    transition: opacity 0.45s ease 0s, transform 0.45s ease 0s, -webkit-transform 0.45s ease 0s;
    width: 100%;
}

figure.effect-winston h2
{
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-winston p
{
    bottom: 0;
    padding: 0 1.5em 7% 0;
    position: absolute;
    right: 0;
}

figure.effect-winston a
{
    color: #5d504f;
    font-size: 170%;
    margin: 0 10px;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus
{
    color: #cc6055;
}

figure.effect-winston p a i
{
    opacity: 0;
    -webkit-transform: translate3d(0px, 50px, 0px);
    transform: translate3d(0px, 50px, 0px);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-winston:hover img
{
    opacity: 0.6;
}

figure.effect-winston:hover h2
{
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-winston:hover figcaption::before
{
    opacity: 0.7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
}

figure.effect-winston:hover p i
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-winston:hover p a:nth-child(3) i
{
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i
{
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i
{
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-selena
{
    background: #fff none repeat scroll 0 0;
}

figure.effect-selena img
{
    opacity: 0.95;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-selena:hover img
{
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
}

figure.effect-selena h2
{
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-selena p
{
    opacity: 0;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-selena:hover h2
{
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-selena:hover p
{
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

figure.effect-terry
{
    background: #34495e none repeat scroll 0 0;
}

figure.effect-terry figcaption
{
    padding: 1em;
}

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after
{
    border-color: #101010;
    border-style: solid;
    content: "";
    height: 200%;
    position: absolute;
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 200%;
}

figure.effect-terry figcaption::before
{
    border-width: 0 70px 60px 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translate3d(70px, 60px, 0px);
    transform: translate3d(70px, 60px, 0px);
}

figure.effect-terry figcaption::after
{
    border-width: 15px 0 0 15px;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(-15px, -15px, 0px);
    transform: translate3d(-15px, -15px, 0px);
}

figure.effect-terry img,
figure.effect-terry p a
{
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-terry img
{
    opacity: 0.85;
}

figure.effect-terry h2
{
    bottom: 0;
    left: 0;
    padding: 0.4em 10px;
    position: absolute;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 50%;
}

@media screen and (max-width: 920px)
{
    figure.effect-terry h2
    {
        font-size: 120%;
        padding: 0.75em 10px;
    }
}

figure.effect-terry p
{
    clear: both;
    float: right;
    font-size: 111%;
    text-align: left;
    text-transform: none;
}

figure.effect-terry p a
{
    color: #fff;
    display: block;
    margin-bottom: 1em;
    opacity: 0;
    -webkit-transform: translate3d(90px, 0px, 0px);
    transform: translate3d(90px, 0px, 0px);
}

figure.effect-terry p a:hover,
figure.effect-terry p a:focus
{
    color: #f3cf3f;
}

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after
{
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-terry:hover img
{
    opacity: 0.6;
}

figure.effect-terry:hover h2,
figure.effect-terry:hover p a
{
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-terry:hover p a
{
    opacity: 1;
}

figure.effect-terry:hover p a:first-child
{
    -webkit-transition-delay: 0.025s;
    -o-transition-delay: 0.025s;
    transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2)
{
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3)
{
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4)
{
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-phoebe
{
    background: #675983 none repeat scroll 0 0;
}

figure.effect-phoebe img
{
    opacity: 0.85;
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

figure.effect-phoebe:hover img
{
    opacity: 0.6;
}

figure.effect-phoebe figcaption::before
{
    background: rgba(0, 0, 0, 0) url("../../files/website/..../../theme/img/triangle2.svg") no-repeat scroll center center / 100% 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(5, 2.5, 1);
    transform: scale3d(5, 2.5, 1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 100%;
}

figure.effect-phoebe:hover figcaption::before
{
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-phoebe h2
{
    margin-top: 1em;
    -webkit-transform: translate3d(0px, 40px, 0px);
    transform: translate3d(0px, 40px, 0px);
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-phoebe:hover h2
{
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-phoebe p a
{
    color: #fff;
    display: inline-block;
    font-size: 140%;
    opacity: 0;
    position: relative;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-phoebe p a:first-child
{
    -webkit-transform: translate3d(-60px, -60px, 0px);
    transform: translate3d(-60px, -60px, 0px);
}

figure.effect-phoebe p a:nth-child(2)
{
    -webkit-transform: translate3d(0px, 60px, 0px);
    transform: translate3d(0px, 60px, 0px);
}

figure.effect-phoebe p a:nth-child(3)
{
    -webkit-transform: translate3d(60px, -60px, 0px);
    transform: translate3d(60px, -60px, 0px);
}

figure.effect-phoebe:hover p a
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-apollo
{
    background: #3498db none repeat scroll 0 0;
}

figure.effect-apollo img
{
    opacity: 0.95;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-apollo figcaption::before
{
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    transition: -webkit-transform 0.6s ease 0s;
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
    width: 100%;
}

figure.effect-apollo p
{
    border-right: 4px solid #fff;
    bottom: 0;
    margin: 3em;
    max-width: 150px;
    opacity: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    text-align: right;
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

figure.effect-apollo h2
{
    text-align: left;
}

figure.effect-apollo:hover img
{
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before
{
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

figure.effect-apollo:hover p
{
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-kira
{
    background: #fff none repeat scroll 0 0;
    text-align: left;
}

figure.effect-kira img
{
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

figure.effect-kira figcaption
{
    z-index: 1;
}

figure.effect-kira p
{
    font-size: 100%;
    font-weight: 600;
    line-height: 1.5;
    opacity: 0;
    padding: 2.25em 0.5em;
    -webkit-transform: translate3d(0px, -10px, 0px);
    transform: translate3d(0px, -10px, 0px);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-kira p a
{
    color: #101010;
    margin: 0 0.5em;
}

figure.effect-kira p a:hover,
figure.effect-kira p a:focus
{
    opacity: 0.6;
}

figure.effect-kira figcaption::before
{
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 3.5em;
    left: 2em;
    position: absolute;
    right: 2em;
    top: 0;
    -webkit-transform: translate3d(0px, 4em, 0px) scale3d(1, 0.023, 1);
    transform: translate3d(0px, 4em, 0px) scale3d(1, 0.023, 1);
    -webkit-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    z-index: -1;
}

figure.effect-kira:hover img
{
    opacity: 0.5;
}

figure.effect-kira:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-kira:hover figcaption::before
{
    opacity: 0.7;
    -webkit-transform: translate3d(0px, 5em, 0px) scale3d(1, 1, 1);
    transform: translate3d(0px, 5em, 0px) scale3d(1, 1, 1);
}

figure.effect-steve
{
    background: #000 none repeat scroll 0 0;
    overflow: visible;
    z-index: auto;
}

figure.effect-steve::before,
figure.effect-steve h2::before
{
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
    width: 100%;
    z-index: -1;
}

figure.effect-steve::before
{
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    opacity: 0;
}

figure.effect-steve figcaption
{
    z-index: 1;
}

figure.effect-steve img
{
    opacity: 1;
    -webkit-transform: perspective(1000px) translate3d(0px, 0px, 0px);
    transform: perspective(1000px) translate3d(0px, 0px, 0px);
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-steve h2,
figure.effect-steve p
{
    background: #fff none repeat scroll 0 0;
    color: #2d434e;
}

figure.effect-steve h2
{
    margin-top: 2em;
    padding: 0.25em;
    position: relative;
}

figure.effect-steve h2::before
{
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

figure.effect-steve p
{
    font-weight: 800;
    margin-top: 1em;
    opacity: 0;
    padding: 0.5em;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-steve:hover::before
{
    opacity: 1;
}

figure.effect-steve:hover img
{
    -webkit-transform: perspective(1000px) translate3d(0px, 0px, 21px);
    transform: perspective(1000px) translate3d(0px, 0px, 21px);
}

figure.effect-steve:hover h2::before
{
    opacity: 0;
}

figure.effect-steve:hover p
{
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-moses
{
    background: rgba(0, 0, 0, 0) -o-linear-gradient(135deg, #ec65b7 0%, #05e0d8 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #ec65b7 0%, #05e0d8 100%) repeat scroll 0 0;
}

figure.effect-moses img
{
    opacity: 0.85;
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

figure.effect-moses h2,
figure.effect-moses p
{
    border: 2px solid #fff;
    height: 50%;
    padding: 20px;
    width: 50%;
}

figure.effect-moses h2
{
    height: 50%;
    padding: 20px;
    text-align: left;
    -webkit-transform: translate3d(10px, 10px, 0px);
    transform: translate3d(10px, 10px, 0px);
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 50%;
}

figure.effect-moses p
{
    float: right;
    opacity: 0;
    padding: 20px;
    text-align: right;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-moses:hover h2
{
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-moses:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-moses:hover img
{
    opacity: 0.6;
}

figure.effect-jazz
{
    background: rgba(0, 0, 0, 0) -o-linear-gradient(135deg, #f3cf3f 0%, #f33f58 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%) repeat scroll 0 0;
}

figure.effect-jazz img
{
    opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p
{
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-jazz figcaption::after
{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 100%;
}

figure.effect-jazz h2,
figure.effect-jazz p
{
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2
{
    padding-top: 26%;
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-jazz p
{
    font-size: 0.85em;
    opacity: 0;
    padding: 0.5em 2em;
    text-transform: none;
}

figure.effect-jazz:hover img
{
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after
{
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p
{
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming
{
    background: #030c17 none repeat scroll 0 0;
}

figure.effect-ming img
{
    opacity: 0.9;
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

figure.effect-ming figcaption::before
{
    border: 2px solid #fff;
    bottom: 30px;
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: "";
    left: 30px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-ming h2
{
    margin: 11% 0 10px;
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-ming p
{
    opacity: 0;
    padding: 1em;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-ming:hover h2
{
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p
{
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption
{
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img
{
    opacity: 0.4;
}

figure.effect-lexi
{
    background: rgba(0, 0, 0, 0) -o-linear-gradient(135deg, #000 0%, #fff 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #000 0%, #fff 100%) repeat scroll 0 0;
}

figure.effect-lexi img
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: -10px 0 0 -10px;
    max-width: none;
    opacity: 0.9;
    -webkit-transform: translate3d(10px, 10px, 0px);
    transform: translate3d(10px, 10px, 0px);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: calc(100% + 10px);
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p
{
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-lexi figcaption::before
{
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -100px;
    -webkit-box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
    content: "";
    height: 300px;
    opacity: 0;
    position: absolute;
    right: -100px;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 300px;
}

figure.effect-lexi:hover img
{
    opacity: 0.6;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-lexi h2
{
    text-align: left;
    -webkit-transform: translate3d(5px, 5px, 0px);
    transform: translate3d(5px, 5px, 0px);
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-lexi p
{
    bottom: 0;
    opacity: 0;
    padding: 0 1.5em 1.5em 0;
    position: absolute;
    right: 0;
    text-align: right;
    -webkit-transform: translate3d(20px, 20px, 0px);
    transform: translate3d(20px, 20px, 0px);
    width: 140px;
}

figure.effect-lexi:hover figcaption::before
{
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-duke
{
    background: rgba(0, 0, 0, 0) -o-linear-gradient(135deg, #34495e 0%, #cc6055 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(-45deg, #34495e 0%, #cc6055 100%) repeat scroll 0 0;
}

figure.effect-duke img,
figure.effect-duke p
{
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-duke:hover img
{
    opacity: 0.1;
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1);
}

figure.effect-duke h2
{
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% 100% 0;
    -ms-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-duke p
{
    border: 2px solid #fff;
    bottom: 0;
    font-size: 90%;
    left: 0;
    margin: 20px;
    opacity: 0;
    padding: 30px;
    position: absolute;
    text-transform: none;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform-origin: 50% -100% 0;
    -ms-transform-origin: 50% -100% 0;
    transform-origin: 50% -100% 0;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p
{
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-dexter
{
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(rgba(37, 141, 200, 1)), to(rgba(104, 60, 19, 1))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%) repeat scroll 0 0;
}

figure.effect-dexter img
{
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

figure.effect-dexter:hover img
{
    opacity: 0.4;
}

figure.effect-dexter figcaption::after
{
    border: 7px solid #fff;
    bottom: 30px;
    content: "";
    height: calc(50% - 30px);
    left: 30px;
    position: absolute;
    right: 30px;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    transition: -webkit-transform 0.35s ease 0s;
    -webkit-transition: -webkit-transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-dexter:hover figcaption::after
{
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-dexter figcaption
{
    padding: 3em;
    text-align: left;
}

figure.effect-dexter p
{
    bottom: 60px;
    left: 60px;
    opacity: 0;
    position: absolute;
    right: 60px;
    -webkit-transform: translate3d(0px, -100px, 0px);
    transform: translate3d(0px, -100px, 0px);
    transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

figure.effect-dexter:hover p
{
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}


/* ===========================================
 * Tabs
 * ======================================== */

.tabs.grid16
{
    margin-left: 0%;
    margin-right: 0%;
}

.tabs ul.horizontal
{
    display: inline-block;
    margin-bottom: 0;
}

.tabs ul.horizontal li.active
{
    background-color: #fff;
    border-left: 1px solid #e4e4e4;
    border-radius: 2px;
}

.tabs ul.horizontal li
{
    cursor: pointer;
    float: left;
    line-height: 38px;
    list-style-type: none;
    margin: 0;
    padding: 0 16px;
    position: relative;
}

.tabs ul li a::before
{
    font-family: FontAwesome;
    margin-right: 8px;
}

.tabs ul.horizontal li a
{
    display: block;
    list-style-type: none;
    position: relative;
    text-decoration: none;
}

.tabs ul li a
{
    cursor: pointer;
    color: #ffffff;
}

.tabs ul li.active a
{
    color: #ccca15;
}

.tabs ul.horizontal li
{
    background-color: #ccca15;
    border-left: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    cursor: pointer;
    float: left;
    line-height: 38px;
    list-style-type: none;
    margin: 0;
    padding: 0 16px;
    position: relative;
}

.tabs > DIV
{
    background-color: #fff;
    border: 1px solid #e4e4e4;
    margin: -9px 0 0 !important;
    padding: 30px 30px 20px;
}


/* ===========================================
 * Mobile Navigation
 * ======================================== */


/*
	jQuery.mmenu themes extension CSS
*/

html.mm-opened.mm-light .mm-page
{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-list
{
    font: 18px/1.46 'Bitter';
    font-weight: 400;
}

.mm-menu.mm-light
{
    background: #aab768;
    color: #ffffff;
}

.mm-menu.mm-light .mm-list > li:after
{
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose
{
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-light .mm-list > li > a.mm-subclose:before
{
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before
{
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span
{
    background: #9BAB52;
}

.mm-menu.mm-light .mm-list > li.mm-label
{
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > div > ul
{
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-buttonbar
{
    border-color: rgba(0, 0, 0, 0.6);
    background: #aab768;
}

.mm-menu.mm-light .mm-buttonbar > *
{
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-buttonbar > input:checked + label
{
    background: rgba(0, 0, 0, 0.6);
    color: #aab768;
}

.mm-menu.mm-light label.mm-check:before
{
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light em.mm-counter
{
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-footer
{
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header
{
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after
{
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light .mm-list li.mm-label > div > div
{
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-search input
{
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-light .mm-noresultsmsg
{
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light label.mm-toggle
{
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-light label.mm-toggle:before
{
    background: #aab768;
}

.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle
{
    background: #4bd963;
}

.mm-menu .mm-panel > .level_1 > li.submenu > div
{
    padding: 0;
}

.mm-menu .mm-panel > .level_1 > li.submenu > div > ul
{
    margin: 0;
    padding: 10px 0 10px 10px;
}

.mm-menu .mm-panel > .level_1 > li.submenu > div > img
{
    display: none;
}


/* ===========================================
 * @media only screen and (max-width: 1076px)
 * ======================================== */

@media only screen and (max-width: 1076px)
{
    #footermenu li
    {
        padding-right: 2.2%;
    }

    #footermenu a,
    #footermenu span
    {
        font-size: 12px;
    }
}


/* ===========================================
 * @media only screen and (max-width: 1024px)
 * ======================================== */

@media only screen and (max-width: 1024px)
{
    #left
    {
        margin-left: 0;
        right: 0;
    }

    #main,
    #left,
    #right
    {
        float: none;
        width: 100%;
    }

    #main,
    #left,
    #right
    {
        position: relative;
    }

    #container
    {
        padding-left: 0;
        padding-right: 0;
    }

    #mainmenu
    {
        display: none;
    }
    /* Header01 */
    #logo
    {
        margin: 40px auto 20px auto;
        float: none;
    }
    /* Kontaktdaten */
    .kontaktdaten_oben02
    {
        display: none;
    }

    .kontaktbox-mobile
    {
        display: block;
    }
    /* dk_mmenu */
    .dk_menu
    {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
        padding-left: 10px;
    }

    .dk_menu i
    {
        margin-right: 0;
    }

    .dk_menu a.dk_mobilmenu
    {
        width: 44px;
        height: 44px;
        float: right;
        display: block;
        text-align: center;
        font-size: 22px;
        line-height: 44px;
        text-decoration: none;
        color: #aab768;
    }
    /* Videoplayer Header*/
    .slide01 .videoinfo
    {
        width: 440px;
        height: 254px;
        right: 8%;
        top: 12%;
        border: 5px solid #ffffff;
    }

    .slide01 .button
    {
        top: 70%;
        right: 19%;
    }

    .slide01 .button p a
    {
        font-size: 12px;
    }

    #footermenu li
    {
        padding-right: 2.2%;
    }

    #footermenu a,
    #footermenu span
    {
        font-size: 12px;
    }
	
}


/* ===========================================
 * @media only screen and (max-width: 768px)
 * ======================================== */

@media only screen and (max-width: 768px)
{
    /* Basic */
    .mobil_no
    {
        display: none !important;
    }

    .home .mod_article
    {
        text-align: center;
    }
	
    /* Grid */
    *[class*="grid"]
    {
        float: none !important;
        display: block !important;
        width: auto !important;
    }

    *[class*="offset"]
    {
        margin-left: 1% !important;
    }
	
    /* Layout */
    #logo
    {
        margin: 80px auto 20px auto;
        float: none;
    }
	
    #wrapper
    {
        width: 100%;
    }

    #footer .inside
    {
        padding-right: 30px;
        padding-left: 30px;
    }

    .mod_article *[class*="ce_"],
    .mod_article *[class*="mod_"]
    {
        margin-right: 0;
        margin-left: 0;
    }

    #left .inside
    {
        margin-left: 0;
        padding-right: 30px;
        padding-left: 30px;
    }

    #right .inside
    {
        margin-right: 0;
        margin-left: 0;
        padding-right: 30px;
        padding-left: 30px;
    }

    #mainmenu
    {
        display: none;
    }

    *
    {
        -moz-text-size-adjust: none;
        background-repeat: no-repeat;
        border: 0 none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        outline: 0 none;
        padding: 0;
    }

    *::-moz-selection
    {
        background-color: #00a5cb;
        color: #fff;
    }

    i
    {
        margin-right: 4px;
    }

    *
    {
        background-repeat: no-repeat;
        border: 0 none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: 0 none;
        padding: 0;
    }

    html
    {
        -moz-text-size-adjust: none;
    }
	
    /* dk_mmenu */
    .nav-mobile
    {
        position: fixed;
        top: 0px;
    }

    .wrapper-logo-contact02
    {
        margin-top: 60px;
    }

    .kontaktbox-mobile
    {
        margin-bottom: 20px;
    }
	
    /* Videoplayer Header*/
    .slide01 .videoinfo
    {
        width: 320px;
        height: 185px;
        right: 8%;
        top: 12%;
        border: 3px solid #ffffff;
    }

    .slide01 .button
    {
        top: 68%;
        right: 19%;
    }

    .slide01 .button p a
    {
        font-size: 12px;
    }
	
    /* Tabs */
    .tabs ul.horizontal
    {
        width: 100%;
        display: block;
    }

    .tabs ul.horizontal li
    {
        float: none;
        margin: 0 0 6px;
    }

    .tabs > DIV
    {
        margin-top: 0 !important;
    }

    .tabs.horizontal.tab2 li,
    .tabs.horizontal.tab3 li,
    .tabs.horizontal.tab4 li
    {
        width: 100%;
    }

    .tabs.vertical ul.vertical
    {
        width: 100%;
        float: none;
    }

    .tabs.vertical ul.vertical li
    {
        border-right: 1px solid #e4e4e4;
    }
	
    /* Breadcrumb Navigation */
    .mod_breadcrumb,
    #main .mod_breadcrumb
    {
        display: none;
    }
	
    /* Bilder */
    .image_container.float_left,
    .image_container.float_right
    {
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
        float: none !important;
    }

    .image_container img
    {
        /*width: 100%;*/
        height: auto;
        /*max-width: 100%;*/
        vertical-align: middle;
    }

    .boxen-start .image_container img
    {
        width: 100%;
        max-width: 100%;
    }
	
    /* Formular */
    input.submit[type="submit"]
    {
        background: -o-linear-gradient(top, #$color, #$color);
        background: -webkit-gradient(linear, left top, left bottom, from(#$color), to(#$color));
        background: linear-gradient(to bottom, #$color, #$color);
        -pie-background: linear-gradient(top, #$color, #$color);
        behavior: url("assets/css3pie/1.0.0/PIE.htc");
    }

    .ce_form [class*="grid"]
    {
        width: 100%;
    }

    .ce_form [class*="grid"] input[class*="grid"],
    .ce_form [class*="grid"] select[class*="grid"],
    .ce_form [class*="grid"] textarea[class*="grid"]
    {
        width: 100% !important;
    }
	
    /* Segment04*/
    .mod_article.segment04.button a
    {
        margin-bottom: 20px;
    }

    #main .inside .mod_article.segment04 .inside
    {
        padding-bottom: 20px;
    }
	
    /* Segment06*/
    .mod_article.segment06 .float-left
    {
        float: none;
    }

    .mod_article.segment06 .image_container.float_right
    {
        margin-top: 0px;
        margin-left: 0%;
    }

    .mod_article.segment06 .button02 p
    {
        margin-right: 0px;
    }
	
    /* Segment07*/
    .mod_article.segment07 .float-left
    {
        float: none;
    }

    .mod_article.segment07 .image_container.float_left
    {
        margin-top: 0px;
        margin-right: 0%;
    }

    .mod_article.segment07 .button02 p
    {
        margin-right: 0px;
    }
	
    /* Segment13*/
    .mod_article.segment13
    {
        text-align: left;
    }
	
    /* Segment15*/
    .mod_article.segment15.button a
    {
        margin-bottom: 40px;
    }

    #main .inside .mod_article.segment15 .inside
    {
        padding-bottom: 0px;
    }
	
    /* Segment16*/
    .mod_article.segment16 .ce_text.teaserbox
    {
        margin-bottom: 30px;
    }

    .mod_article.segment16 .ce_text.last.teaserbox
    {
        margin-bottom: 0px;
    }
	
    /* Segment22*/
    #main .inside .mod_article.segment22 .mod_newslist p.info,
    #main .inside .mod_article.segment22 .mod_newsreader p.info
    {
        margin: 20px auto;
    }

    .mod_article.segment22 .mod_newslist .layout_latest
    {
        border-bottom: 1px solid #eeeeee;
    }
	
    /* Segment24*/
    .mod_article.segment24
    {
        background-image: url("../../files/website/layout/weisser-strich02.gif");
    }
	
    /* Anmelden*/
    #main .inside .mod_article.anmelden .inside
    {
        margin-left: auto;
        margin-right: auto;
        max-width: 1160px;
        padding: 0 30px;
        overflow: hidden;
    }

    #main .inside .mod_article.anmelden .ce_image
    {
        display: none !important;
    }

    .mod_article.anmelden .button02 p
    {
        text-align: center;
    }
	
	/* Buttons*/
	.button02.anmelden p a
	{
	    margin-left: 0px;
	}

	.button02.spenden p a
	{
		margin-left: 0px;
	}

    /* Teaser*/
    .teaser01 p,
    .teaser01 ul,
    .teaser02 p,
    .teaser02 ul,
    .teaser03 p,
    .teaser03 ul
    {
        margin-left: 0px;
    }
    /* Footer*/
    #footermenu li
    {
        padding-right: 0%;
        float: none;
    }

    #footermenu li ul
    {
        margin-bottom: 20px;
    }

    #footermenu a,
    #footermenu span
    {
        font-size: 12px;
    }
}


/* ===========================================
 * @media only screen and (max-width: 736px)
 * ======================================== */

@media only screen and (max-width: 736px)
{
    /* Button */
    .button-anmeldung
    {
        margin-top: 20px;
    }
}


/* ===========================================
 * @media only screen and (max-width: 666px)
 * ======================================== */

@media only screen and (max-width: 666px)
{
    .kontaktdaten_oben
    {
        padding-top: 0px;
    }

    .leftline h1:after,
    .leftline h2:after,
    .leftline h3:after,
    .leftline h4:after,
    .leftline h5:after,
    .leftline h6:after
    {
        width: 90%;
    }

    h1.leftline:after,
    h2.leftline:after,
    h3.leftline:after,
    h4.leftline:after,
    h5.leftline:after,
    h6.leftline:after
    {
        width: 90%;
    }
    /* Videoplayer Header*/
    .slide01 .videoinfo
    {
        width: 200px;
        height: 115px;
        right: 8%;
        top: 12%;
        border: 3px solid #ffffff;
    }

    .slide01 .button
    {
        display: none;
    }
}


/* ===========================================
 * @media only screen and (max-width: 450px)
 * ======================================== */

@media only screen and (max-width: 450px)
{
    .mod_rocksolid_slider .rsts-prev,
    .mod_rocksolid_slider .rsts-next,
    .mod_rocksolid_slider .rsts-nav
    {
        display: none;
    }

    .home h1
    {
        font-size: 28px !important;
    }

    .home h2
    {
        font: 18px/1.4 'Bitter', sans-serif!important;
    }

    .home h3
    {
        font-size: 18px !important;
    }

    #main .inside .mod_article.segment19 .inside
    {
        padding-top: 30px;
    }
}


/* ===========================================
 * @media only screen and (max-width: 320px)
 * ======================================== */

@media only screen and (max-width: 320px)
{
    .slide01 .button
    {
        display: none;
    }
}



/*
 *  Entferne unnötiges Margin-Top und Margin-Bottom
 */
 
 /*
*:first-child
{
    margin-top: 0;
}

*:last-child
{
    margin-bottom: 0;
}    */
