/* 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}
/*
	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 dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	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; }

/* screen.css */
.offcanvas,#offcanvas{display:none}.close{width:30px;height:30px;right:15px;position:absolute;top:13px;z-index:600}.close span{width:100%;height:5px;right:0;position:absolute;display:block;background-color:#fff}.close span:nth-child(1){left:0;top:15px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg)}.close span:nth-child(2){left:0;top:15px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg)}.mm-page{-webkit-user-select: text !important;-moz-user-select: text !important;-ms-user-select: text !important;user-select: text !important}html,body{height:100%;min-height:100%;margin:0;padding:0}body{font:16.5px/24px "sicalight",Arial,sans-serif;color:#000;text-rendering: optimizeLegibility !important;-webkit-font-smoothing: antialiased !important;-moz-osx-font-smoothing: grayscale !important}*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}figure{margin:0;padding:0}img{display:block}*:focus{outline: none}.home h1{width:400px;height:196px;margin-top:.24em;margin-bottom:1.1em;font:34.5px/41.5px "sicasemibold",Arial,sans-serif;font-weight:normal;color:#fff}.home .langer-titel h1{width: 435px}h4{margin-top:25px;margin-bottom:15px}.default h1,h3{margin-bottom:7px;font:18.5px/24.5px "sicasemibold",Arial,sans-serif;font-weight:normal;color:#008aab}h2{margin-bottom:35px;font:29.5px/1.15em "sicasemibold",Arial,sans-serif;font-weight:normal;color:#008aab}h3{margin-top:0}a{font-weight:normal;text-decoration:none;color:#008aab}a:hover{color:#086e85}p{margin-top:0;margin-bottom:10px}#wrapper{min-height:100%;position:relative;padding-bottom:150px;background-image:url("../../files/layout/kreis_unten.png");background-position:center bottom;background-repeat:no-repeat}.default #wrapper:after{width:914px;height:100%;left:50%;top:0;position:absolute;margin-left:-457px;background-color:rgba(255,255,255,.82);content:""}#container{position:relative;z-index:100}#container,#header,#footer .inside{width:914px;margin-right:auto;margin-left:auto}#container:before{height:460px;top:0;position:absolute;margin-right:auto;margin-left:auto;background-position:center top;background-repeat:no-repeat;content:"";z-index:-1}.home #container:before{width:1234px;left:-404px;top:-137px;background-image:url("../../files/layout/kreise_oben_home.png");opacity:0.9}.default #container:before{width:1034px;left:-324px;top:-80px;background-image:url("../../files/layout/kreise_oben.png");background-size: 980px auto}#header .inside{padding-top:137px}.default #header .inside{padding-top:55px}#logo{width:219px;right:0;position:absolute;margin-right:-23px;z-index:500}.mod_navigation.block{overflow:visible}.home #main .inside{min-height:670px}.default #main .inside{min-height:410px;padding:45px 100px 60px 115px}#main-navigation{right:0;position:relative;float:right;margin-top:118px;z-index:800}#main-navigation ul,#main-navigation li{margin:0;padding:0;list-style-type:none;cursor:pointer}#main-navigation ul li{position:relative;float:left}#main-navigation ul li br,#offcanvas br{display: none}#main-navigation ul li.last ul{left:-75px}#main-navigation ul li:hover ul{display:block;cursor:pointer}#main-navigation ul ul{position:absolute;display:none;margin-top:0;margin-left:10px;padding-top:11px;padding-bottom:12px;background-color:rgba(64,64,65,.94);z-index:100}.default #main-navigation ul ul{background-color:rgba(112,111,111,.94)}#main-navigation ul ul li{width:100%;min-width:170px;position:relative;display:block;margin-top:0;float:inherit;white-space: nowrap}#main-navigation a,#main-navigation span{font:16px/1em "sicasemibold";text-decoration:none;color:#000}#main-navigation li a:hover,#main-navigation ul li:hover > a,#main-navigation ul li:hover > span,#main-navigation a.active,#main-navigation span.active,#main-navigation span.trail,#main-navigation a.trail{background-color:#fff;color:#008aab;/*008aab*//*086e85 dunkel*/}#main-navigation li a,#main-navigation li span{display:block;margin-left:10px;padding-top:13px;padding-bottom:18px;padding-left:14px;z-index: auto}#main-navigation li li a,#main-navigation li li span{margin-left:0}.home #main-navigation li a.sibling,.home #main-navigation li span.sibling{margin-right:-11px;padding-right:11px}#main-navigation li li a,#main-navigation li li span{display:block;margin-bottom:1px;padding:6px 18px 7px;font-size:.96em;color:#fff;text-transform:none}#main-navigation li li a:hover,#main-navigation li li span.active{color:#fff}#main-navigation li li a:hover,#main-navigation li li span.active{background-color:rgba(0,0,0,.3)}.level_1 li span.submenu:after,.level_1 li a.submenu:after{position:relative;display:inline-block;margin-right:4px;text-align:center;color:#000;content: "";width: 0;height: 0;border-style: solid;border-width: 8.5px 5px 0 5px;border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;left:5px;/*border-style: inset;*/-webkit-transform:rotate(360deg);z-index:100}.level_1 li span.submenu:hover:after,.level_1 li a.submenu:hover:after,#main-navigation li a.submenu:hover:after,#main-navigation li a.trail:after,#main-navigation li span.trail:after,#main-navigation ul li:hover > a.submenu:after,#main-navigation ul li:hover > span.submenu:after{border-color: #008aab transparent transparent transparent;/*transition:all 0.2s ease;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;*/}.mm-opened .submenu a.close,.mm-opened .level_1 li span.submenu:after,.mm-opened .level_1 li a.submenu:after{display:none}.mm-opened .level_1 li span.submenu:before,.mm-opened .level_1 li a.submenu:before{display:none}.home .mod_article{margin-top:-242px}.image_container{position:relative;overflow:hidden}.home .image_container:before{width:380px;height:125px;left:0;top:0;position:absolute;background-image:url("../../files/layout/kreis_lefttop.png");background-position:left top;background-repeat:no-repeat;content:""}#footer{width:100%;min-height:125px;bottom:0;left:0;position:absolute;background-color:#333334;font:.9em sicasemibold;color:#fff;letter-spacing:.2px;z-index:10}#footer ul{margin-top:18px;margin-left:0;padding-left:0;list-style-type:none}#footer ul li{display:inline-block;margin:0;padding:0}#footer li:after{width:1px;height:11px;right:-1.5px;position:relative;display:inline-block;margin:0 12px;background-color:rgba(255,255,255,.75);content: ""}#footer li.last:after{display:none}#footer a{text-decoration:none;color:#fff}#footer a:hover{color:#97b800}.unternehmen #footer:before{width:775px;height:335px;bottom:0;left:50%;position:absolute;margin-bottom:125px;margin-left:-380px;background-image:url("../../files/media/team/Gruppenfoto/raeber_team_juni_2021.png");background-position:center bottom;background-repeat:no-repeat;content:"";/*background-size: 756px auto;*/background-size: 785px auto}.unternehmen #wrapper{padding-bottom:390px}.teasertext{font-size:18px;line-height:25px;font-weight:bold}.ce_text.teasertext{margin-bottom:8px}.default .mod_article,.team.block{overflow:visible}.team .image_container{margin-bottom:16px}.default.team #main .inside{width:105%;padding-right:0}.team .ce_text{width:33%;display:inline-block;margin-top:30px;margin-bottom:0;vertical-align: top}.team .image_container{margin-right:2%}.team h3{margin-bottom:5px}.homegate #main .inside{padding-right:0}.homegate #container,.homegate .inside{width:inherit}.homegate #container{position: absolute;left: 0;right: 0;top: 0;bottom:0}.homegate-container iframe{width:100%;height:100%}.homegate-container{border-top:1px solid #f1f1f1;position: absolute;left: 0;right: 0;top: 280px;bottom: 10px}.default.newhome #main .inside{padding-right:0;padding-left:0}.newhome #container{padding-right:0;padding-left:0}.touchevents .homegate-container,.touchevents #container{position: inherit}.touchevents .homegate-container iframe{height:100vh}.homegate #footer{display:none}.homegate #main{height:100%;float:inherit}.homegate  .inside{height:100%;position:relative}.homegate #container:before{width:1034px;left:50%;margin-left:-780px;background-image:url("../../files/layout/kreise_oben.png");background-position:center top;top:-25px;background-size: 990px auto}.homegate .mod_article{margin-top:190px;width:inherit}.homegate #wrapper{background-image:none}.homegate #main .inside{padding-left:17px}.kontakt .ce_text{width:230px;float:left;margin-right:10px}.formulare .ce_text{width:330px;float:left;margin-right:10px}.routinglink form{margin-top:3px}#dlh_googlemap_1{margin-bottom:4px;width:100% !important}#dlh_googlemap_1 p{margin-bottom:3px}.gm-style-iw div{overflow:visible !important}.routinglink input.text{min-height:24px;border:1px solid #b8b8b8;border-radius:2px;behavior:url("assets/css3pie/1.0.0/PIE.htc")}.submit{min-height:24px;margin-left:5px;background-color:#008aab;border:1px solid #026077;border-radius:2px;color:#fff;behavior:url("assets/css3pie/1.0.0/PIE.htc");cursor:pointer;-moz-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out}.submit{border-radius: 0;-webkit-appearance: none}.submit:hover{background-color:#056075;border-color:#000}.mod_booknav,.small{top:-2px;position:relative;margin-top:85px;font-size:14px;line-height:14px;letter-spacing:.15px}.team .small{display:block;margin-top:0;font-size:15px;line-height:21px}.mod_booknav a{color:rgba(28,28,27,.5)}.mod_booknav a:hover{color:#008aab}.mod_booknav .up{display:none}.mod_booknav ul,.mod_booknav li{margin:0;padding:0;list-style-type:none}.mod_booknav .prev a{height:40px;float:left;text-align:left;display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;align-items: center;-webkit-align-items: center}.mod_booknav .prev a:before{margin-right:7px;text-align:left;position:relative;display:inline-block;content: "";width: 0;height: 0;border-style: solid;border-width: 6px 0 6px 9px;border-color: transparent transparent transparent rgba(0, 0, 0, 0.25);display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;align-items: center;-webkit-align-items: center;-webkit-transform:rotate(180deg)}.mod_booknav .prev a:hover:before{border-color: transparent transparent transparent #008aab}.mod_booknav .next a{height:40px;float:right;text-align:right;display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;align-items: center;-webkit-align-items: center}.mod_booknav .next a:after{position:relative;display:inline-block;margin-left:7px;content: "";width: 0;height: 0;border-style: solid;border-width: 6px 0 6px 9px;border-color: transparent transparent transparent rgba(0, 0, 0, 0.25);display: flex;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;align-items: center;-webkit-align-items: center}.mod_booknav .next a:hover:after{border-color: transparent transparent transparent #008aab}.mod_booknav .next.empty:after,.mod_booknav .prev.empty:before{display:none}.unternehmen .mod_booknav{margin-top:20px}.home .ce_image.button .image_container:before,.home .banner .image_container:before{display:none}.home .ce_image.button{width:136px;left:65px;top:-104px;position:relative;z-index:500}.social-links{float:right}.fa{display:inline-block;margin-left:12px;font-family:FontAwesome;font-weight:normal;color:#fff;-webkit-font-smoothing: antialiased;text-rendering: auto;-moz-osx-font-smoothing: grayscale}.fa-facebook-official:before{font-size:23px;content:"\f230"}.fa-linkedin-official:before{font-size:23px;content:"\f08c"}.fa-instagram-official:before{font-size:23px;content:"\f16d"}.fa:hover{color:#008aab}#main a[href^="tel"]{color:#000}.konzerttipp .ce_text .image_container{width:51%;margin-bottom:12px;margin-left:15px}.default .mm-page{height:100%}.home .ce_image.button.oversize{min-width:160px;left:55px;top:-116px}.ce_image.button img{-webkit-transition-duration: .15s;-moz-transition-duration: .15s;-ms-transition-duration: .15s;transition-duration: .15s}.ce_image.button img:hover{-webkit-transform: scale(1.2) rotate(11deg);-moz-transform: scale(1.2) rotate(11deg);-ms-transform: scale(1.2) rotate(11deg);transform: sscale(1.2) rotate(11deg)}.ce_image.button.block,.ce_image.button .image_container{overflow:visible}.aktuelles .mod_booknav{display:none}.konzerttipp .small p{margin-bottom:0;letter-spacing:0}.team a[href^="pepe"]{display:none !important}.team .accordion{width:110%;padding-top:20px}.mod_article.formular.block,.ce_form.block{overflow:visible;padding-left:2px;overflow: visible !important}.formbody{width:100%;max-width:590px;position:relative;letter-spacing:.25px}.formbody input,.formbody textarea{width:100%;display:block;margin-top:3px;margin-bottom:15px;margin-left:0;padding:9px 14px;background-color:rgba(0,0,0,.02);border-radius:3px;font-family:"sicalight",Arial,sans-serif;letter-spacing:.5px;behavior:url("assets/css3pie/1.0.0/PIE.htc");border:1.75px solid rgba(0,0,0,.25);behavior:url("assets/css3pie/1.0.0/PIE.htc")}.formbody input:hover,.formbody textarea:hover{border-color:#008aab}.formbody input:focus,.formbody textarea:focus{border-color:#008aab;box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25)}.formbody .submit{width:35%;float:left;margin-top:20px;background-color:#8a9b1b;border-color:#6c8917;font-family:"sicalight",Arial,sans-serif;font-weight:bold;color:#fff;text-transform:uppercase;letter-spacing:.5px;cursor:pointer}.formbody .submit:hover{background-color:#008aab;border-color:#006d91}.formbody .submit:active,.formbody .submit:focus{background-color:#000;border-color:#000}.formbody label{font-size:.9em;letter-spacing:.3px}.formbody .widget-upload input{margin-top:5px;padding-top:0;padding-bottom:1;padding-left:0;border:none;background-color: inherit}.upload{font-size:1em;letter-spacing: 0.4px !important}.formbody .checkbox_container{margin-top:3px;margin-bottom:15px}.formbody .checkbox_container input{margin:6px 8px 10px 0;width:inherit}.checkbox_container span{padding-top:3px;display: -webkit-box;display: -ms-flexbox;display:flex}.checkbox_container legend{margin-bottom:7px}fieldset{margin:0;padding:0;border:none}.explanation p{line-height:1.2em}.explanation p span{font-size: .85em !important;font-weight: normal !important;line-height: 0.8em !important;letter-spacing: 0.6px !important;font-family:Helvetica Neue !important}.formbody h3{margin-top:50px;margin-bottom:11px}.formbody div:first-of-type h3{margin-top: initial}.formbody{justify-content: space-between;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap}.formbody .widget,.formbody .submit_container{flex:100%}.formbody .halbe-breite{-webkit-flex: 0 0 47.9%;-ms-flex: 0 0 47.9%;flex: 0 0 47.9%}.mandatory span{left:1px;top:1px;position:relative;display:inline-block;font-size:18px;color:#e42727}.banner{padding-top:25px;padding-bottom:80px}.newhome h1,.newhome h2{margin-bottom:0;max-width: 722px;margin-left: auto;margin-right: auto}.ce_gallery{margin-right:-4px;margin-bottom:20px;margin-left:-4px}.ce_gallery ul{display: flex;flex-wrap: wrap;align-items: center}.ce_gallery .cols_2 li{width: calc(100% / 2);float: left;flex: 0 0 calc(100% / 2)}.ce_gallery .cols_3 li{width: calc(100% / 3);float: left;flex: 0 0 calc(100% / 3)}.ce_gallery .cols_4 li{width: calc(100% / 4);float: left;flex: 0 0 calc(100% / 4)}.ce_gallery .image_container{margin-right:4px;margin-bottom:8px;margin-left:4px}
@media screen and (max-width: 1010px){
/* tablet.css */
#container,#header,#footer .inside{padding-right:7vw;padding-left:7vw;width:inherit}.home #container:before{width:70vw;left:0;top:0;background-image:url("../../files/layout/kreise_oben_home_tablet.png");background-position:left top;background-size: 100% auto}.default #container:before{width:59vw;left:0;top:0;background-image:url("../../files/layout/kreise_oben_tablet.png");background-position:left top;background-size: 100% auto}.home .image_container:before{background-image:url("../../files/layout/kreis_lefttop_tablet.png");background-size: 27.5vw;background-position:-3px top}.home .mod_article{margin-top:0}#main-navigation{position:absolute;margin-top:21.5vw}.default #main-navigation{margin-top:17.3vw}#header .inside,.default #header .inside{padding-top:inherit}.home h1{width:35vw;height:16.7vw;margin-top:6.5vw;font-size:2.6vw;line-height:3.3vw;margin-bottom: 1.27em}#logo{width:22vw;top:9.5vw;margin-right:-2.3vw}.default #logo{top:5.5vw}#main-navigation li a,#main-navigation li span{padding-top:1.3vw;padding-bottom:1.9vw;font-size:1.75vw}#wrapper{background-image:url("../../files/layout/kreis_unten_tablet.png")}.default .mod_article.first{margin-top:19vw}.default #wrapper:after{width:86%;left:7%;margin-left:inherit}.unternehmen #footer:before{width:95%;left:5%;margin-left:inherit;background-size: 79% auto}.unternehmen #wrapper{padding-bottom:45vw}.team .ce_text{margin-right:-2px}.default #main .inside{min-height:650px;padding-top:5.2vw;padding-right:8vw;padding-left:9vw}.homegate-container{top:29vw}.homegate #container:before{margin-left:0}.homegate #container{padding-right:0;padding-left:0}.homegate #main .inside{padding-left:17px}
}
@media screen and (max-width: 850px){
/* mobile_landscape_offcanvas.css */
html,#wrapper{overflow-x:hidden}body{height:100%;position:relative;-webkit-overflow-scrolling:touch}#offcanvas{display:block}.offcanvas{width:64px;height:64px;right:-10px;top:0;position:absolute;display:block;cursor: pointer;z-index:800}.offcanvas span{width:47%;height:5px;right:0;position:absolute;display:block;margin-top:15px;margin-right:10px;background-color:#333334}.offcanvas span:nth-child(1){top:0}.offcanvas span:nth-child(2){top:10px}.offcanvas span:nth-child(3){top:20px}#main-navigation{display:none}html.mm-opened.mm-light .mm-page,html.mm-opened .mm-page,.mm-menu.mm-front{box-shadow:inherit}.mm-menu.mm-front.mm-top,.mm-menu.mm-front.mm-bottom{max-height:430px}.mm-menu .mm-list{padding-top:45px}.mm-menu.mm-black{background-color:rgba(83,82,83,.82)}.mm-list a.mm-subopen:before{display:none}.mm-list a.mm-subopen{width:100%}.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{display:none}.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),.mm-menu.mm-black .mm-list > li.mm-selected > span{background:none}.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:none}.mm-list{font:18px sicasemibold;color:rgba(255,255,255,.8)}.mm-list .active{font-family:sicabold;color:#fff}.mm-menu.mm-vertical .mm-list .mm-panel{padding:0 0 15px;font-size:16px}.mm-list > li li > a,.mm-list > li li > span{padding-top:6px;padding-bottom:6px}.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition: transform 0s;-moz-transition: transform 0s;-ms-transition: transform 0s;-o-transition: transform 0s;transition: transform 0s}#wrapper{padding-bottom:190px;background-size: 145vw auto}#logo{width:25vw;margin-right:-2.6vw}.home #main .inside{min-height:90vw}.default #main .inside{min-height:78vw;padding-left:0;padding-right:inherit}.default #wrapper:after{width:100%;left:0}.default.team #main .inside{width:118%}.team .ce_headline{width:90%}.team .ce_text{width:49%}.default #logo{top:12vw}#footer{height:190px;line-height:1.75em}#footer li:after{display:none}#footer ul li{display:block}.unternehmen #footer:before{margin-bottom:190px}.unternehmen #wrapper{padding-bottom:55vw}.homegate-container{top:31.8vw}.homegate .mod_article .ce_headline{padding-right: 3vw;padding-left: 3vw}.kontakt .ce_text{margin-bottom:20px;float:inherit}#dlh_googlemap_1{height:80vw !important}.home .ce_image.button{width:17vw;left:6vw;top:-12.5vw}.konzerttipp div div p{display:none}.home .ce_image.button.oversize{min-width:23vw;left:7vw;top:-17vw}.newhome h1,.newhome h2{margin-left:20px}
}
@media screen and (max-width: 520px){
/* mobile_portrait.css */
.offcanvas span{margin-top:3vw}#container,#header,#footer .inside{padding-right:4%;padding-left:4%}h2{margin-bottom:15px;font-size:27px}.default .mod_article.block{overflow:visible}.home #container:before{width:80vw}.home .image_container:before{width:100%;background-image:url("../../files/layout/kreis_lefttop_mobil.png");background-size: 30vw;background-position: 0 top}#wrapper{background-size: 175vw auto}.unternehmen #wrapper{padding-bottom:70vw}#logo,.default #logo{width:42vw;top:14.5vw;margin-right:-1vw}.default .mod_article.first{margin-top:31vw}.home h1{width:37vw;height:17.5vw;margin-top:14.5vw;font-size:3.1vw;line-height:4vw;margin-bottom: 0.75em}.team .ce_text{width:100%;margin-bottom:inherit}.team .image_container img{display: block;margin-left: auto;margin-right: auto}.team .image_container{margin-right:0}.team .space-left .image_container{margin-left:4%}.team .space-right .image_container{margin-right:6%}.default #main .inside{padding-right:inherit}.homegate-container{top:44.5vw}.homegate .mod_article .ce_headline{padding-right:4vw;padding-left:4vw}.unternehmen .mod_booknav{margin-top:0;margin-bottom:10px}.konzerttipp .ce_text .image_container{width:100%}.konzerttipp div div img{width:40%}.formbody .halbe-breite{-webkit-flex: 100%;-ms-flex: 100%;flex: 100%;flex: 100%}.formbody .submit{width:100%}
}
/**
 * @license
 * MyFonts Webfont Build ID 4377747, 2022-02-22T08:26:35-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Sica-Light by dooType
 * URL: https://www.myfonts.com/fonts/dootype/sica/light/
 * 
 * Webfont: Sica-Bold by dooType
 * URL: https://www.myfonts.com/fonts/dootype/sica/bold/
 * 
 * 
 * Webfonts copyright: Copyright © 2015 by Volnei Antônio Matté. All rights reserved.
 * 
 * © 2022 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/42cc93");

/*
@font-face {
  font-family: "sicabold";
  src: url("../../files/fonts/SicaBold.woff2") format('woff2'), url("../../files/fonts/SicaBold.woff") format('woff');
  font-weight: normal;
}


@font-face {
  font-family: "sicalight";
  src: url("../../files/fonts/SicaLight.woff2") format('woff2'), url("../../files/fonts/SicaLight.woff") format('woff');
  font-weight: normal;
}

@font-face {
  font-family: "sicasemibold";
  src: url("../../files/fonts/SicaSemibold.woff2") format('woff2'), url("../../files/fonts/SicaSemibold.woff") format('woff');
  font-weight: normal;
}
*/

@font-face {
  font-family: "sicalight";
  src: url("../../files/fonts/Saira-Light.woff2") format('woff2'), url("../../files/fonts/Saira-Light.woff") format('woff');
  font-weight: normal;
}

@font-face {
  font-family: "sicasemibold";
  src: url("../../files/fonts/Saira-Medium.woff2") format('woff2'), url("../../files/fonts/Saira-Mediumd.woff") format('woff');
  font-weight: normal;
}




.formbody {
    align-items: flex-start;
}

.formbody > fieldset {
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 48.7%;
    margin-bottom:35px;
}
/*
input.radio {
	width: inherit;
	display: inline-block;
	margin-right: 4px;
}
*/

.radio_container span {
	margin-top: 2px;
	margin-right: 22px;
	margin-bottom: 12px;
	display: inline-block;

}

.radio_container {
	margin-top: 5px;
}

.formbody h3 {
    margin-bottom: 15px;
}

input[type="checkbox"], input[type="radio"] {
	display:none;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
	content: ' ';
	display: inline-block;
	width: 19px;
	height: 19px;
	position: relative;
	top: 4px;
	background: #fff;
	box-shadow: inset 0 0 0 1.75px rgba(0,0,0,.3),
	inset 0 0 0 5px #fff;
	margin-right: 0.75em;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before {
	width: 17px;
	height: 17px;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
	background:rgba(0,0,0,.25);
	box-shadow: inset 0 0 0 1.75px rgba(0,0,0,.3),
	inset 0 0 0 5px #fff;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
	background:#086e85;
	/*background:#06783b;*/
	box-shadow: inset 0 0 0 1.75px rgba(0,0,0,.3),
	inset 0 0 0 5px #fff;
}

.checkbox_container label, .radio_container label  {
    cursor: pointer;
}

.select-container select {
	width: 100%;
	padding: 9px 10px 7px;
	font-family: sicalight,sans-serif;
	letter-spacing: .5px;
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.select-container {
	margin-top: 3px;
	margin-bottom: 15px;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42.21 23.93'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:333;%7d%3c/style%3e%3c/defs%3e%3ctitle%3earrow%3c/title%3e%3cpolygon class='cls-1' points='41.86 2.48 39.74 0.35 39.38 0 39.03 0.35 21.11 18.28 3.18 0.35 2.83 0 2.48 0.35 0.35 2.48 0 2.83 0.35 3.18 20.75 23.58 21.11 23.93 21.46 23.58 41.86 3.18 42.21 2.83 41.86 2.48'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	border-radius: 3px;
	background-color: rgba(0,0,0,.02);
	border: 1.75px solid rgba(0,0,0,.25);
	background-size: 12px;
	background-position: 95% 20px;
	transition: all 0.2s ease-in-out;
}
/*
.checkbox_container span {
    display: inline-flex;
    margin-right: 22px;
}
*/

.breit #main .inside {
	padding: 45px 15px 60px 15px;
}

.breit .formbody {
    max-width: inherit;
}

.breit .ce_text {
	max-width:700px;
}

.formbody .widget.space-top {
	margin-top: 45px;
}

/* screen schmal */
@media screen and (max-width: 960px) { 
	
	.formbody .widget.space-top {
	    margin-top: inherit;
	}

	.formbody > fieldset {
	    width: 100%;
	}

	
}

