/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Outdated Browser
   ========================================================================== */

.chromeframe {
  margin: 0;
  background: #C00;
  color: #FFF;
  padding: .5em 0;
  text-align: center;
}
.chromeframe a {
  color: #FFF;
  text-decoration: underline;
}

body {
  background:#fff;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}

#outdated{display:none;position:fixed;top:0;left:0;width:100%;text-align:center;text-transform:uppercase;z-index:1500;background-color:#C00;color:#fff;padding:15px;}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:0 30px 15px 30px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:15px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#C00;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}

/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
   ========================================================================== */

.container_12 {
  position:relative;
  margin:0 auto;
  max-width:1080px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 { float:left; padding:8px; }

.pad_4 { padding:4px; }
.pad_10 { padding:10px; }
.pad_15 { padding:15px; }
.mar_4 { margin:4px; }
.mar_5 { margin:5px; }
.mar_10 { margin:10px; }
.mar_15 { margin:15px; }
.tpad_15 { padding-top:15px; }
.lpad_15 { padding-left:15px; }
.rpad_15 { padding-right:15px; }

/*.container_12 .gridSizer,*/
.container_12 .grid_1 { width:8.33%; }
.container_12 .grid_2 { width:16.66%; }
.container_12 .grid_3 { width:25%; }
.container_12 .grid_4 { width:33.33%; }
.container_12 .grid_6 { width:50%; }
.container_12 .grid_7 { width:58.33%; }
.container_12 .grid_8 { width:66.66%; }
.container_12 .grid_9 { width:75%; }
.container_12 .grid_10 { width:83.33%; }
.container_12 .grid_11 { width:91.66%; }
.container_12 .grid_12 { width:100%; }
.container_12 .prefix_1 { margin-left:8.33%; }


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
	Overlay
	*/
:before,
:after {
  box-sizing: border-box;
}
.vcModal,
.vcModalOverlay {
  transition: height 0s .3s, opacity .3s;
  pointer-events: none;
  position: fixed;
  height: 0;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1000;
}
.vcModal {
  overflow: auto;
}
.vcModalOverlay {
  background: #fff;
  background: rgba(255,255,255,.75);
  position: fixed;
  display: block;
}

.vcModal .modalMsg {
  display: table;
  padding: 30px 30px 20px;
  height: 100%;
  width: 100%;
}
.vcModal .modalMsg .wrap {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
  max-width: 40em;
  width: 100%;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  position: relative;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
  height: 100%;
  opacity: 1;
  transition: height 0s, opacity .3s;
  pointer-events: auto;
}
.vcModal .vcModalClose {
  position: absolute;
  display: block;
  right: -20px;
  top: -20px;
  cursor: pointer;
  padding: 10px;
  line-height: 20px;
  text-align: center;
  background: #999;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
.vcModal .vcModalClose:hover {
  background: #45a12a;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#privacySetup .article {
  margin: 0;
}

@media only screen and (max-width: 600px) {
    #privacySetupQuick .btn {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/*
        CSS Icons
        */
.vcCssIcon {
  position: relative;
  display: inline-block;
}
.vcCssIconCheck {
  height: 1em;
  width: .667em;
  border-right: .1875em solid #fff;
  border-bottom: .1875em solid #fff;
  transform: rotate(45deg);
  margin: 0 .2em;
}
.vcCssIconArrowDown {
  width: 1em;
  height: 1em;
  margin: 0 .2em;
}
.vcCssIconArrowDown:after {
  content: '';
  display: block;
  font-size: .667em;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.375em;
  margin-left: -.5em;
  transform: rotate(-45deg);
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}
.vcCssIconClose {
  height: 100%;
  width: 100%;
  display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  background: #fff;
  display: block;
  width: 100%;
  height: .1875em;
  margin-top: -.09375em;
  margin-left: -50%;
}
.vcCssIconClose:before {
  transform: rotate(45deg);
}
.vcCssIconClose:after {
  transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
.vcPrivacyOptsLine input {
  display: none;
}
.vcPrivacyOptsLine label {
  display: block;
  font-weight: bold;
  min-height: 2em;
  padding-right: 4em;
  position: relative;
  cursor: pointer;
  float: none;
}
.vcPrivacyOptsLine label .hint {
  font-weight: normal;
  margin: 0;
  line-height: normal;
}
.vcPrivacyOptsLine label .state {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 1.5em;
  box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
  background: #C00;
  border-radius: .75em;
  display: block;
  transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: -.625em;
  margin-left: -1.375em;
  border-radius: .625em;
  transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
  background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
  margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
  pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
  background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
  margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
  padding: .5em 0 0;
  display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
  margin: 0 0 0 .5em;
  transition: transform .3s;
  float: none !important;
  display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
  max-height: 0;
  transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
  overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
  display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
  display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
  transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
  margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
  max-height: 10000px;
  padding-top: .625em;
  transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
  animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
  padding: 0;
  margin: 0;
  font-size: .8em;
}
.vcPrivacyDefList dt {
  padding: .3125em 0 0;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
.vcPrivacyDefList dd {
  font-weight: normal;
  text-align: left;
  padding: 0 0 .3125em;
  margin: 0;
}
.vcPrivacyDefList dt:first-child {
  padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
  padding-bottom: 0;
}

#vcPrivacySetupSubmit {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
  cursor: pointer;
}

.vcPrivacyNoPermission {
  background: #f2f2f2;
  border: 1px solid #ddd;
  text-align: center;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 640px) {
  .vcPrivacyDefList dt {
    clear: left;
    float: left;
    padding: .25em 0;
    width: 25%;
  }
  .vcPrivacyDefList dd {
    padding: .25em 0 .25em 20px;
    margin: 0;
    width: 75%;
    float: left;
  }
  .vcPrivacyDefList dt:first-child,
  .vcPrivacyDefList dt:first-child + dd {
    padding-top: 0;
  }
  .vcPrivacyDefList dt:nth-last-child(2),
  .vcPrivacyDefList dt:nth-last-child(2) + dd {
    padding-bottom: 0;
  }

  #vcPrivacySetupSubmit {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

#wrapper,
#footer {
  position:relative;
  padding:15px;
}
header {
  background:#fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}

#header-right {
  float:right;
  margin-left:20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height:100%;
}
#header-nav {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display:table;
}
#header-nav li {
  display:table-cell;
  text-align:center;
}
#header-nav li a {
  color:#010101;
  text-decoration:none;
  white-space:nowrap;
}
#header-nav li a span[class^="icon"] {
  color:#45a12a;
  display:block;
  font-size:30px;
  padding:0 20px;
}
@media only screen and (max-width: 479px) {
  #header-nav li a span:not([class^="icon"]) {
    display:none;
  }
}
@media only screen and (min-width: 480px) {
  #header-nav li {
    min-width:100px;
  }
}
@media only screen and (min-width: 960px) {
  #header-nav li a span[class^="icon"] {
    font-size:40px;
  }
}
#header-info {
  display:none;
  color:#45a12a;
  font-weight:500;
  display: none;
  -webkit-flex: 2 2 auto;
  -ms-flex: 2 2 auto;
  flex: 2 2 auto;
  line-height:1.563;
  transition:line-height 0.2s;
}
.overBreakpoint #header-info {
  line-height:1.3;
}
#header {
  padding:10px;
  transition:height 0.2s;
  background: rgba(9,44,45,0.8);

  position: absolute;
  z-index: 10;
  width: 100%;
}
#header-keywords {
    position: relative;
  color: #FFF;
  background-color: #62b32c;
  border-bottom: 1px solid #FFF;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  height: 4rem;
    width: 100%;
}
#header-keywords ul {
  list-style: none;
  margin: 0;
}
#header-keywords ul li {
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 80%;
}

#wrapper {
  background:#fff;
}

body:not(.start) #wrapper {
  background: none;
  padding: 5% 4% 4% 4%;
  padding-top: calc(5% + 120px);
}

body:not(.start) #contentWrap {
  background-color: rgba(255,255,255, 0.95);
  margin: 0 auto;
  padding: 5%;
}


@media only screen and (min-width: 960px) {

  #header-right {
    margin-left:360px;
  }
  #header-info {
    display:block;
    font-size:18px;
    overflow:hidden;
  }
}
@media only screen and (min-width: 1440px) {
  #header-info {
    font-size:22px;
  }
}
#content {

}

#site-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

#logoWrap {
  position:relative;
  top:0;
  transition:width 0.2s;
  width:100px;
  left:80px;
  z-index: 999;
}
#logoWrap #logo img {
  display: block;
  border: 4px solid #FFF;
}
#logoWrap #logo img {
  position:relative;
  width: 100%;
}

#slogan {
  position: absolute;
  top: 0;
  right:0px;
  height: 100%;
  width: 120px;
  color: #45a12a;
  font-size: 12px;
}
#slogan .tableCell {
  vertical-align: middle;
  text-align: right;
  padding:10px;
}
@media only screen and (min-width: 480px) {
  #slogan {
    width: 150px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 640px) {
  #slogan {
    width: auto;
    font-size: 18px;
  }
}
@media only screen and (min-width: 720px) {
  #slogan {
    font-size: 20px;
  }
}
.navStd > ul {
  text-align: right;
}
.navStd li {
  display: block;
  margin-right: 20px;
}
.navStd li a {
  display:block;
  text-decoration:none;
  color: #FFF;
}
.navStd li a:hover,
.navStd li label:hover,
.navStd li a.active {
  color:#45a12a;
}
@media only screen and (min-width: 480px) {
  footer .navStd {
    /*margin-top:calc(1.625em + 1.625em);
		margin-top:1.625em;*/
  }
}
#navMain li {
  transition: background 0.2s;
}
#navMain li a {
  display:block;
  padding:10px 0;
  text-decoration:none;
  font-size:20px;
  line-height:24px;
  text-transform:uppercase;
  color: #333333;
  transition: color 0.2s;
}
#navMain li a * {
  display: block;
}
#navMain li a strong {
  font-weight: 500;
}
#navMain li a span {
  font-size: 16px;
  text-transform: none;
}

footer {
  background:#092d2c;
  color:#FFF;
  line-height:1.625em;
  position: relative;
}
footer * {
  color:#FFF;
}
footer [class^="gridWidth"] {
  padding:10px;
  width:100%;
}
@media only screen and (min-width: 720px) {
  footer [class^="gridWidth"] {
    float:left;
  }
}


footer nav strong + ul {
  margin-top:1.625em;
}
footer .h3,
footer nav strong {
  margin:0;
  display:block;
  color:#45a12a;
}
.navFooter ul li a {
  text-decoration:none;
}
.navFooter ul li:hover a,
.navFooter ul li a.active {
  color:#45a12a;
}
@media only screen and (min-width: 400px) {

}
@media only screen and (min-width: 640px) {
  #logoWrap {
    width:100px;
  }
}
header .emergency > div {
  position: relative;
}
header .emergency .instagram {
  text-decoration: none;
}
header .emergency .instagram span {
  display: none;
}
header .emergency .instagram:after {
  font-family: fontello;
  content: '\f16d';
}
@media only screen and (max-width: 1279px) {

  header .emergency {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 15px;
    z-index: 3;
    color: #fff;
    background: #45a12a;
    text-align: right;
  }
  header .emergency a {
    color: #fff;
  }
  header .emergency .tel {
    display: none;
  }
  #navMainTrigger {
    position:absolute;
    top:20px;
    left:10px;
    display:block;
    height:45px;
    width:45px;
    z-index:100;
    cursor:pointer;
    background:#fff;
    transition:background 0.2s, left 0.2s, top 0.2s;
  }
  .overBreakpoint header #navMainTrigger {
    top:10px;
  }
  body.open {
    overflow:hidden;
  }
  #navMainTriggerCheck:checked + header  #navMainTrigger {
    left:270px;
    background:#fff;
  }
  .csstransforms #navMainTrigger .line, .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
    background:#00274b;
    display: block;
    height: 3px;
    right: 10px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 25px;
  }
  .csstransforms #navMainTrigger .line {
    opacity: 1;
    top: 50%;
    margin-top:-2px;
    display:block;
  }
  .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
    content: "";
  }
  .csstransforms #navMainTrigger:before {
    bottom: 28px;
  }
  .csstransforms #navMainTrigger:after {
    bottom: 14px;
  }
  #navMainTriggerCheck:checked + header #navMainTrigger .line {
    opacity: 0;
    background:#00274b;
  }
  #navMainTriggerCheck:checked + header #navMainTrigger:before {
    bottom: 21px;
    transform: rotate(45deg);
    background:#00274b;
  }
  #navMainTriggerCheck:checked + header #navMainTrigger:after {
    bottom: 21px;
    transform: rotate(-45deg);
    background:#00274b;
  }
  #navMobiWrapper {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    z-index:1000;
    background:#d2d2d2;
  }
  body.open #navMobiWrapper {
    box-shadow:0 0 20px rgba(0,0,0,0.4);
  }
  #naviMobi {
    height:100%;
    overflow:auto;
    width:0;
    transition:width 0.2s;
  }
  body.open #naviMobi {
    width:270px;
  }
  #naviMobi > ul {
    width:270px;
  }
  header .navStd {
    border-bottom:2px solid #45a12a;
  }
  #navMain,
  header .navStd {
    width:270px;
  }
  header .navStd ul {
    padding:10px 0 ;
  }
  #navMain ul {
    padding:10px 0 ;
    visibility:visible !important;
    opacity: 1 !important;
  }
  #navmain ul {
    padding-left:10px;
  }
  header .navStd li,
  #navmain li {
    position:relative;
    font-size:18px;
    line-height:24px;
  }
  header .navStd li a,
  #navmain li a {
    display:block;
    padding:10px 40px 10px 10px;
    text-align:left;
    transition:color 0.2s;
    text-decoration:none;
  }
  #navmain li a.lvl1 {
    text-transform:uppercase;
  }
  #navmain li.lvl2 a {
    text-transform:none;
  }
  #navmain .iconMenuTriggerDwn {
    color:#00274b;
    display:block;
    position:absolute;
    right:0;
    width:36px;
    height:36px;
    text-align:center;
    top:4px;
    cursor:pointer;
    overflow:hidden;
    border-radius:3px;
  }
  #navmain .lvl2 .iconMenuTriggerDwn {
    color:#c00808;
  }
  #navmain ul.lvl3 {
    margin-left:20px;
  }
  #navmain li.lvl3 a {
    font-size:16px;
  }
  #navmain li.lvl3 a:before {
    content:'';
    display:block;
    height:8px;
    width:8px;
    position:absolute;
    left:-10px;
    top:18px;
    background:#c00808;
  }
  #navmain .iconMenuTriggerDwn:after {
    content: '\f004';
    font-family:'fontello';
    display: block;
    height: 36px;
    line-height:36px;
    width:36px;
    text-align:center;
    transition: transform 0.2s ease 0s;
    transform-origin:50% 50%;
  }
  #navmain .iconMenuTriggerDwn.active:after {
    transform:rotate(180deg);
  }
  #navMain li:hover,
  #navMain li.active {
    background: #45a12a;
  }
  #navMain li:hover > a,
  #navMain a.active {
    color: #fff;
  }
}
@media only screen and (max-width: 639px) {
  header .emergency {
    padding-top: 10px;
    padding-bottom: 10px;
  }

}
@media only screen and (min-width: 720px) {
  /*logoWrap {
		margin-left:8.33%;
	}
	#wrapper,
	#footer {
		margin-left:8.33%;
		margin-right:8.33%;
	}*/
  header .emergency {
    background: none;
  }
  header .emergency:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    width: calc(50% + 40px);
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,172,226,0) 0%, rgba(0,172,226,1) 50%, rgba(0,172,226,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,172,226,0) 0%,rgba(0,172,226,1) 50%,rgba(0,172,226,1) 100%);
    background: linear-gradient(to right, rgba(0,172,226,0) 0%,rgba(0,172,226,1) 50%,rgba(0,172,226,1) 100%);
  }
}
@media only screen and (min-width: 960px) {

  /*#header,
	#wrapper,
	#footer{
		margin-left:5%;
		margin-right:5%;
	}*/
  .overBreakpoint header .navStd {
    padding:10px 0;
  }
}
@media only screen and (max-width: 1279px) {
  #header { height: 100px; }
  #logoWrap {
    position: absolute;
    left: 80px;
    width: 45px;
    top: 8px;
  }

  #header {
      background: none;
      width: auto;
      top: 0;
      height: 60px;
  }
    #header-keywords {
        padding-left: 150px;
    }
}
@media only screen and (min-width: 1280px) {

    .overBreakpoint #logoWrap {
        width:80px;
    }

  #slogan {
    right: auto;
    left: 400px;
    height: 80px;
    top: 8px;
  }
  header .emergency {
    float: right;
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
  }
  header .emergency:before {
    display: none;
  }
  header .navStd {
    float: right;
    display: none;
  }
  header .navStd li {
    position: relative;
    float: left;
  }
  header .navStd li + li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 1px;
    background: #000;
    top: 20px;
    bottom: 20px;
  }
  header .navStd li a {
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 30px;
    padding: 15px;
    font-weight: 500;
  }
  #navMain {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: 85px;
    padding: 0 15px;
  }
  /*
    .overBreakpoint #navMain {
        position: fixed;
        top: 0;
        bottom: auto;
        box-shadow: 0 0 20px rgba(0,0,0,0.4);
    }*/

  #navmain {
    display: table;
    width: 100%;
    padding-left: calc(10% + 100px);
    padding-right: 2%;
  }
  #navmain li.lvl1 {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    transition: border 0.2s;
      padding: 0 20px;
  }
  #navmain li.lvl1:hover a:after,
  #navmain li.lvl1.active a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #62b32c;
    bottom: -10px;
  }
  #navmain li.lvl1 a {
    display: inline-block;
    text-align: left;
    color: #FFF;
    font-size: inherit;
    position: relative;
  }
  #navmain li.lvl1:first-child {
    display: none;
  }
  #navmain li.lvl1 > a strong {
    transition: color 0.2s;
  }
  #navmain li.lvl1:hover > a strong,
  #navmain li.lvl1 > a.active strong {
    color: #FFF;
  }
  #navmain li  a * {
    display: block;
  }
  #navmain li  a strong {
    font-size: 1.250em;
    font-weight: 500;
  }
  #navmain li  a span {
    font-size: 0.800em;
    line-height: 18px;
    text-transform: none;
  }
  #navmain li > ul {
    display: none;
    position: absolute;
    top: 100%;
    background: #d2d2d2;
    width: 200px;
    max-width: 100%;
    padding: 7px 0;
    border-top: 3px solid #45a12a;
    border-bottom: 3px solid #45a12a;
  }
  #navmain li:hover > ul {
    /*display: block !important;*/
  }
  #navmain li ul li {
    text-align: left;
  }
  #navmain ul li a {
    font-size: 16px;
    text-transform: none;
    padding: 10px;
  }
  #navmain ul li a strong {
    font-size: 16px;
  }
  #navmain ul li:hover a,
  #navmain ul li a.active {
    color: #45a12a;
  }
}
@media only screen and (min-width: 1440px) {
  #logoWrap {
    left:0;
  }
  /*#header,
	#wrapper,
	#footer{
		margin-left:5%;
		margin-right:5%;
	}*/
  #footer .gridWidth_33:not(#nav-col) {
    padding-right: 5%;
  }
  #navmain li  a strong {
    font-size: 1.4em;
  }
  #navmain li  a span {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1800px) {
  logoWrap {
    margin-left:10%;
  }
  /*#header,
	#wrapper,
	#footer{
		margin-left:10%;
		margin-right:10%;
	}*/
}

#siteHeadline {
  display: none;
  position:absolute;
  top:-60px;
  left:15px;
}
#siteHeadline .h1 {
  position:relative;
  font-size:30px;
  line-height:40px;
  color:#45a12a;
  margin:0;
  padding:10px 30px;
  background:#fff;
}
#siteHeadline:before {
  content:'';
  position:absolute;
  display:block;
  box-shadow:0 -10px 10px rgba(0,0,0,0.5);
  top:10px;
  left:5px;
  right:5px;
  bottom:10px;
}
.article,
aside {
  margin-top: 20px;
}

@media only screen and (max-width: 959px) {

    .modul_terrassomat #contentWrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .modul_terrassomat #content.withAside + aside,
    .modul_terrassomat #contentWrap .tax_fullWidth + aside {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .modul_terrassomat article.withAside,
    .modul_terrassomat #contentWrap #content.withAside {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #terrassomat_progress {
        display: table;
    }
    #terrassomat_progress .circlePercent {
        display: table-cell;
    }
    #terrassomat_progress .headline {
        display: table-cell;
        padding-left: 20px;
        vertical-align: middle;
        font-size: 32px;
    }
    #terrassomat_modules {
        margin-top: 20px;
    }
    #terrassomat_modules .module {
        display: none;
    }


}
@media only screen and (min-width: 960px) {
  #contentWrap {
    margin-left:-15px;
    margin-right:-15px;
  }
  #contentWrap #content {
    padding-left:15px;
    padding-right:15px;
  }
  article.withAside,
  #contentWrap #content.withAside {
    float:left;
    width:66.66%;
  }
  article.withAside {
    width:55%;
    margin-left: 8.33%;
  }
  article.withAside.tax_fullWidth  {
    width:66.66%;
    margin-left: 0;
  }
  #contentWrap .withAside + aside {
    margin-top:40px;
    padding-left:30px;
    padding-right:0px;
    float:left;
    width:28.33%;
    margin-right: 8.33%;
  }
  #content.withAside + aside,
  #contentWrap .tax_fullWidth + aside {
    margin-top:40px;
    padding-left:15px;
    padding-right:15px;
    float:left;
    width:33.33%;
    margin-right: 0;
  }

    .article {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1440px) {
  article.withAside,
  #contentWrap #content.withAside {
    width:66.66%;
  }
  article.withAside {
    width: 55%;
    margin-left: 8.33%;
  }
  article.withAside.tax_fullWidth  {
    width:66.66%;
    margin-left: 0;
  }
  #contentWrap .withAside + aside {
    padding-left:30px;
    padding-right:30px;
    float:left;
    width:28.33%;
    margin-left:0;
    margin-right: 8.33%;
  }
  #content.withAside + aside,
  #contentWrap .tax_fullWidth + aside {
    padding-left:15px;
    padding-right:15px;
    float:left;
    width:28.33%;
    margin-left:5%;
    margin-right: 0;
  }
  #content.withAside + aside {
    width:33.33%;
    margin-left:0;
  }

}

aside .box {
  background:#f0f0f0;
  padding:0 15px;
}
aside .box + .box {
  margin-top:1em;
}
aside .box + .box.extraMarginTop {
  margin-top:2em;
}
aside .box .wrap {
  margin:1em 0;
}
aside .box .wrap > :first-child {
  margin-top: 0;
}
aside .box img {
  max-width:100%;
  height:auto;
}
aside .box.borderTop {
  border-top:5px solid #eeb222;
}


/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.4.4 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#fff;background:rgba(0,0,0,.5)}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer;padding-top:50px;padding-bottom:50px;}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;position:relative;overflow:hidden;}#swipebox-slider .slideInnerWrap{height:100%;width:100%;line-height:1px;text-align:center;}#swipebox-slider .slideInnerWrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/preloader_301_dark.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%;}#swipebox-bottom-bar{top:-50px;color:#fff!important;}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-top-bar{bottom:-50px;display:table;}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-title{width:100%;height:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell;color:#fff;}#swipebox-close,#swipebox-next,#swipebox-prev,#swipebox-zoomin,#swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{height:100%;position:absolute;left:0;bottom:0;top:50vh;margin-top:-25px;}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right;position:absolute;right:-100vw;margin-right:50px;}#swipebox-close,#swipebox-zoomin,#swipebox-zoomout{top:0;position:absolute;z-index:9999}#swipebox-close{background-position:15px 12px;right:0}#swipebox-zoomin{background-position:-122px 12px;right:60px}#swipebox-zoomout{background-position:-168px 12px;right:60px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled,#swipebox-zoomin.disabled,#swipebox-zoomout.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@keyframes rightSpring{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@keyframes leftSpring{0%,100%{left:0}50%{left:30px}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-zoomin,#swipebox-zoomout{right:70px}#swipebox-arrows{/*left:10px*/}}#swipebox-slider .slide .video-js-container .swipebox-video{width:auto;height:auto;padding-bottom:0}#swipebox-slider .swipebox-video .video-js{width:100%;height:auto;display:block}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button{left:50%;top:50%;margin:-1em 0 0 -1em;height:2em;width:2em;line-height:2em;border:none;background:#003E7C;border-radius:1em;color:#fff}#swipebox-slider .swipebox-video .video-js .vjs-big-play-button:hover{background:#E8EAED;color:#003F7D}#swipebox-slider .swipebox-video .vjs-has-started .vjs-control-bar{background-color:#69AF22;background-color:rgba(105,175,34,.9)}#swipebox-slider .swipebox-video .video-js .vjs-slider{background:#fff;background:rgba(255,255,255,.5)}#swipebox-slider .swipebox-video .video-js .vjs-load-progress{background:#bfcfde}#swipebox-slider .swipebox-video .video-js .vjs-play-progress{background:#003E7C}

/* TEASER */
#teaser {
  position:relative;
}
#teaser .sliderWrapper > ul {
  position:relative;
  overflow:hidden;
  height:0;
  padding:0;
  padding-bottom:28.43%;
  margin:0;
  list-style:none;
  min-height: 400px;
}
.start #teaser .sliderWrapper > ul {
  padding-bottom:0;
  height:60vw;
  max-height:80vh;
  min-height: 400px;
}
#teaser .sliderWrapper {
  position:relative;
}
#teaser .sliderWrapper > ul > li {
  position:absolute;
  top:0;
  width:100%;
  height:100%;
  display:none;
  opacity:0;
  background-size:cover;
  background-repeat:no-repeat;
}
#teaser ul li > div {
  position:absolute;
  padding-top:0px;
  left:0;
  right:0;
}
#teaser ul li.links-oben > div {
  top:20px;
  text-align:left;
}
#teaser ul li.links-unten > div {
  bottom:20px;
  text-align:left;
}
#teaser ul li:before {
  display:block;
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
#teaser ul li.links-oben:before {
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 1%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0) 100%);
}
#teaser ul li .infoWrap {
  /*display:inline-block;*/
  padding:15px;
  position:relative;
}
#teaser ul li .info {
  font-size:24px;
  font-weight:500;

  text-shadow:-5px 5px 7px rgba(0,0,0,0.5);
}
#teaser ul li .link {
  float:right;
  right:0;
  bottom:0;
  color:#fff;
  text-decoration:none;
  font-size:30px;
}
#teaser ul li .link span {
  display:inline-block;
  height:50px;
  width:50px;
  line-height:50px;
  text-align:center;
  border-radius:25px;
  background:#fff;
  color:#007dc3;
}
.teaserItemTitleInner {
  padding: 10%;
}
.teaserImg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#teaser  .slider_pager {
  display:none;
}
#teaser .slider_navigation > span {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  height:50px;
  width:50px;
  font-size:40px;
  line-height:50px;
  text-align:center;
  text-shadow:0 5px 10px rgba(0,0,0,0.5);
  color:#fff;
  opacity:0.3;
  transition:opacity 0.2s;
  cursor:pointer;
}
#teaser .slider_navigation > span:hover {
  opacity:1;
}
#teaser .slider_navigation .prev {
  left:0;
}
#teaser .slider_navigation .next {
  right:0;
}
#teaser .slider_navigation > span:before {
  font-family:'fontello';
  display:block;
  margin:0;
}

.teaser .teaserImg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.teaser li.backgroundCover .teaserImg {
  background-size: cover;
}
.teaser li.backgroundContain .teaserImg {
  background-size: contain;
}
.teaser li .teaserItemTitle {
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.teaser li .teaserItemTitleInner {
  display: table-cell;
}
.teaser li.txtAtRight .teaserItemTitleInner {
  text-align: right;
  vertical-align: middle;
}
.teaser li.txtAtLeft .teaserItemTitleInner {
  text-align: left;
  vertical-align: middle;
}
.teaser li.txtAtTop .teaserItemTitleInner {
  text-align: center;
  vertical-align: top;
}
.teaser li.txtAtTopLeft .teaserItemTitleInner {
  text-align: left;
  vertical-align: top;
}
.teaser li.txtAtTopRight .teaserItemTitleInner {
  text-align: right;
  vertical-align: top;
}
.teaser li.txtAtBottom .teaserItemTitleInner {
  text-align: center;
  vertical-align: bottom;
}
.teaser li.txtAtBottomLeft .teaserItemTitleInner {
  text-align: left;
  vertical-align: bottom;
}
.teaser li.txtAtBottomRight .teaserItemTitleInner {
  text-align: right;
  vertical-align: bottom;
}
.teaser li.txtAtCenter .teaserItemTitleInner {
  text-align: center;
  vertical-align: middle;
}

#teaser_suche {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  top:auto !important;
  width:auto !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#pflege_suche_start {
  display:none;
}
#teaser_suche > div {
  padding:15px;
  width:100%;
}
#teaser_suche .expandable > form,
#teaser_suche .boxWrap {
  background:rgba(255,255,255,0.8);
  padding:15px;
  position:relative;
}
#teaser_suche .expandable > form {
  margin-top:15px;
}

#teaser h1, #teaser .h1, .teaser .h1 {
  font-size: 1.3em;
}

@media only screen and (min-width: 560px) {
    #teaser h1, #teaser .h1, .teaser .h1 {
        font-size: 2em;
    }
}


#teaser_suche .headline {
  margin:0;
  padding-right:30px;
}
#teaser_suche > div + div {
  padding-top:0;
}
#teaser_suche img {
  width:100%;
  height:auto;
}

#pflege_suche_start {
  display:block;
}

#teaser_suche .expandable_trigger + label {
  position:absolute;
  right:7px;
  top:7px;
  display:block;
  padding:10px;
  height:40px;
  width:40px;
  line-height:20px;
  text-align:center;
  background:rgba(255,255,255,0.8);
  cursor:pointer;
}
input.expandable_trigger + label span {
  transition:transform 0.2s;
  display:block;
  position:relative;
  width:20px;
  height:20px;
}
#teaser_suche input.expandable_trigger:checked + label {
  right:15px;
}
input.expandable_trigger:checked + label span {
  transform:rotate(180deg);
}
input.expandable_trigger + label + .expandable {
  max-height:0;
  overflow:hidden;
  transition:max-height 0.2s;
}
input.expandable_trigger:checked + label + .expandable {
  max-height:2000px;
}

form.serviceForm .optsContainer > label:first-child {
  float:none;
  width:auto;
}
form.serviceForm .optsContainer input,
form.serviceForm .optsContainer textarea,
form.serviceForm .optsContainer select,
form.serviceForm .optsContainer .selectWrap,
form.serviceForm .optsContainer .optsBlock,
form.serviceForm .optsContainer .date {
  width:100%;
  float:none;
}
#pflege_suche_start form.serviceForm .btnContainer,
form.serviceForm .optsContainer {
  float:left;
  width:50%;
  padding-left:10px;
  margin:5px 0;
}
form.serviceForm .optsContainer:nth-child(1),
form.serviceForm .optsContainer:nth-child(2) {
  margin-top:0;
}
form.serviceForm .optsContainer:nth-child(2n+1) {
  padding-left:0;
  padding-right:10px;
  clear:left;
}
form.serviceForm .btnContainer {
  clear:left;
  float: left;
  width: 100%;
  margin-top:5px;
}
#teaser_suche form.serviceForm .btnContainer {
  clear:none;
}
#teaser_suche #pflege_suche_start form .btnContainer button {
  width:100%;
  margin-top:30px;
}
#optsContainerLocation.optsContainer,
#optsContainerType.optsContainer {
  padding-left:60px;
}
#optsContainerType:before,
#optsContainerLocation:before {
  content:'';
  display:block;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-30px;
  width:60px;
  height:60px;
  background:url(../img/option_service_location.png) center no-repeat;
}
#optsContainerType:before {
  background:url(../img/option_service_type.png) center no-repeat;
}

@media only screen and (min-width: 720px) {
  #teaser_suche > div {
    display:block;
    float:left;
    padding:15px;
    width:50%;
  }
}

@media only screen and (min-width: 960px) {

}
@media only screen and (min-width: 480px) {
  #teaser ul li > div {
    padding-top:30px;
  }
}
@media only screen and (min-width: 720px) {
  #teaser ul li .link {
    font-size:35px;
  }
}
@media only screen and (min-width: 960px) {
  #teaser ul li > div {
    width:100%;
    height: 100%;
  }
  #teaser ul li .info {
    font-size:28px;
  }
}
@media only screen and (min-width: 1440px) {
  #teaser ul li .info {
    font-size:34px;
  }
  #teaser ul li > div {
    padding-top:70px;
  }
  #teaser ul li.links-oben > div,
  #teaser ul li.links-unten > div {
    padding-left:5%;
    width:50%;
  }
  #teaser_suche {
    padding-right:5%;
  }

  #teaser h1, #teaser .h1, .teaser .h1 {
    font-size: 3.375em;
  }
  .teaserItemTitleInner {
    padding: 10%;
    max-width: 70vW;
  }
}
@media only screen and (min-width: 1800px) {
  #teaser ul li.links-oben > div,
  #teaser ul li.links-unten > div {
    padding-left:10%;
  }
  #teaser_suche {
    padding-right:10%;
  }
}



.pflSlider {
  position:relative;
}
.pflSlider.withNavigation {
  padding-left:50px;
  padding-right:50px;
}
.logoImg {
  display:block;
  padding-bottom:50%;
  background:#f0f0f0;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.pflSlider .swiper-button-next:after,
.pflSlider .swiper-button-prev:after {
  display:none;
}
.pflSlider .swiper-button-next,
.pflSlider .swiper-button-prev {
  color:#666666;
}

.pflSlider .swiper-pagination > span {
  background:#c0c0c0;
  width:18px;
  height:18px;
}
.pflSlider .swiper-pagination {
  position:relative;
  text-align:left;
  margin-top:10px;
}
.pflSlider .swiper-pagination-bullet-active {
  background:#767676;
}
.pflSlider .swiper-pagination > span + span {
  margin-left:10px;
}
#pflSlider_start {
  padding-left:30px;
  padding-right:30px;
}
#pflSlider_start [class^="swiper-button"] {
  width:20px;
  background:#c0c0c0;
  color:#fff;
  top:0;
  bottom:0;
  height:auto !important;
  margin-top:0 !important;
}
#pflSlider_start .swiper-button-prev {
  left:0 !important;
}
#pflSlider_start .swiper-button-next {
  right:0 !important;
}
#pflSlider_start .logoImg {
  background-color:#fff;
  border-bottom:1px solid #c0c0c0;
  background-size:contain;
}
#pflSlider_start .textWrap {
  text-decoration:none;
  color:inherit;
  padding: 0;
}
#pflSlider_start .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin:0px -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#pflSlider_start .flex > div {
  padding:10px 10px 0 10px;
}
#pflSlider_start .flex > div.placeFree {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#pflSlider_start .flex > div.placeFree > span {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
#pflSlider_start .flex > div .freeCount {
  background:#45a12a;
  color:#fff;
  padding:5px 10px;
  border-radius:4px;
  vertical-align:middle;
  margin-left: 10px;
}

#ppSlider [class^="swiper-button"] {
  width:20px;
  background:#c0c0c0;
  color:#fff;
  top:50% !important;
  height:30px !important;
  margin-top:-15px !important;
  width:30px;
  text-align:center;
  border-radius:15px;
}
#ppSlider .swiper-button-prev {
  left:0 !important;
}
#ppSlider .swiper-button-next {
  right:0 !important;
}

/* NEWS SLIDER*/
#newsSlider a.wrap {
  text-decoration:none;
  color:#010101;
}
#newsSlider .headline {
  margin:0;
  padding-bottom:10px;
  font-weight:500;
  color:#010101;
  border-bottom:6px solid #45a12a;
}
#newsSlider .dateText {
  font-weight:400;
}
#newsSlider .dateText:after {
  display:inline-block;
  content:'|';
  margin:0 5px;
}
#newsSlider .textWrap {
  margin-top:10px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden, .versteckt {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

/* SPRITES */
.sprt {
  background:url(../img/sprt.png) no-repeat left top;
  display:inline-block;
}

/* Content: BILDER & GALERIE */
.filePreview,
.img,
.thumb {
  position: relative;
  overflow: hidden;
  display:block;
}
.thumb img,
.img img,
.img-link img,
.imgWrap img {
  width:100%;
  height:auto;
  display: block;
}
.imgWrap {
  position: relative;
  margin: 0;
}
.gallery {
  margin: -5px -10px;
}
.img-count {
  margin: 5px 10px;
  text-align: right;
}
.imgContainer {
  float: left;
  padding: 10px;
  margin: 0 !important;
  position: relative;
}
.img {
  display:block;
  position: relative;
  z-index: 1;
}
.img.effect {
  border: 5px solid #FFF;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.caption {
  font-size: 80%;
  line-height: 1.25;
  display: block;
  text-align: center;
  margin-top: .5em;
}

.imgLeft .imagesInnerWrap {
  float: left;
  margin-bottom: 1em;
}
.imgRight .imagesInnerWrap {
  margin-bottom: 1em;
  float: right;
}
.imgRight .caption {
  text-align: left;
}
.imgLeft .caption {
  text-align: right;
}
.imgWrap + .imgWrap,
.imgWrap + .imgWrap {
  margin-top: 1em;
}
.imgNone {
  margin: 1em auto;
}
.imgNone .imagesInnerWrap {
  margin: -1em;
}

.imgWidth-100,
.imgWidth-75,
.imgWidth-67,
.imgWidth-50,
.imgWidth-42,
.imgWidth-33 {
  width: 100%;
}
.imgWidth-25 {
  width: 50%;
}
.imgWidth-20,
.imgWidth-17,
.imgWidth-15 {
  width: 25%;
}
.imgWidth-13,
.imgWidth-10,
.imgWidth-5 {
  width: 15%;
}

.imgNone .imgWrap {
  /*float: left;*/
  padding: 1em;
  margin: 0 auto;
}

.imgRight .imgWidth-25,
.imgRight .imgWidth-20,
.imgRight .imgWidth-17,
.imgRight .imgWidth-15,
.imgRight .imgWidth-13,
.imgRight .imgWidth-10,
.imgRight .imgWidth-5 {
  margin-left: 1em;
  padding-left: 1em;
  float: right;
}
.imgLeft .imgWidth-25,
.imgLeft .imgWidth-20,
.imgLeft .imgWidth-17,
.imgLeft .imgWidth-15,
.imgLeft .imgWidth-13,
.imgLeft .imgWidth-10,
.imgLeft .imgWidth-5 {
  margin-right: 1em;
  padding-right: 1em;
  float: left;
}

@media only screen and (min-width: 480px) {
  .imgWidth-33,
  .imgWidth-25 {
    width: 50%;
  }
  .imgWidth-20,
  .imgWidth-17,
  .imgWidth-15 {
    width: 33.3%;
  }
  .imgWidth-13 {
    width: 20%;
  }
  .imgWidth-10,
  .imgWidth-5 {
    width: 15%;
  }

  .imgRight .imgWidth-33 {
    margin-left: 1em;
    padding-left: 1em;
    float: right;
  }
  .imgLeft .imgWidth-33 {
    margin-right: 1em;
    padding-right: 1em;
    float: left;
  }
}

@media only screen and (min-width: 640px) {
  .imgWidth-50,
  .imgWidth-42 {
    width: 50%;
  }
  .imgWidth-25 {
    width: 33.3%;
  }
  .imgWidth-20,
  .imgWidth-17 {
    width: 25%;
  }
  .imgRight .imgWidth-50,
  .imgRight .imgWidth-42 {
    margin-left: 1em;
    padding-right: 1em;
    float: right;
  }
  .imgLeft .imgWidth-50,
  .imgLeft .imgWidth-42 {
    margin-right: 1em;
    padding-right: 1em;
    float: left;
  }
}

@media only screen and (min-width: 720px) {
  .imgWidth-67 {
    width: 50%;
  }
  .imgWidth-33,
  .imgWidth-25 {
    width: 33.3%;
  }
  .imgWidth-20,
  .imgWidth-17,
  .imgWidth-15 {
    width: 20%;
  }
  .imgWidth-13,
  .imgWidth-10,
  .imgWidth-5 {
    width: 15%;
  }

  .imgRight .imgWidth-67 {
    margin-left: 1em;
    padding-left: 1em;
    float: right;
  }
  .imgLeft .imgWidth-67 {
    margin-right: 1em;
    padding-right: 1em;
    float: left;
  }
}

@media only screen and (min-width: 960px) {
  .imgWidth-100 {
    width:100%;
  }
  .imgWidth-75 {
    width:75%;
  }
  .imgWidth-67 {
    width:66.7%;
  }
  .imgWidth-50 {
    width:50%;
  }
  .imgWidth-42 {
    width: 41.7%;
  }
  .imgWidth-33 {
    width:33.3%;
  }
  .imgWidth-25 {
    width:25%;
  }
  .imgWidth-20 {
    width:20%;
  }
  .imgWidth-17 {
    width:16.6666%;
  }
  .imgWidth-15 {
    width:15%;
  }
  .imgWidth-13 {
    width:12.5%;
  }
  .imgWidth-10 {
    width:10%;
  }
  .imgWidth-5 {
    width:5%;
  }
  .imgRight .imgWidth-75 {
    margin-left: 1em;
    padding-left: 1em;
    float: right;
  }
  .imgLeft .imgWidth-75 {
    margin-right: 1em;
    padding-right: 1em;
    float: left;
  }
}

/* Content: GOOGLE MAPS */
.map_canvas {
  min-height: 200px;
  min-height: 60vh;
  background: #EEE;
  margin: 1em 0;
}
.map_canvas .gm-style {
  font-family: inherit;
}
.map_canvas .gm-style-iw .btn {
  width: 100%;
  margin-top: 15px;
}
.map_legend .head {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  background: #999;
  position: relative;
  padding: 5px 10px 5px 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.map_legend .head .sprt {
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -16px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.map_legend:hover .head {
  background: #666;
}
.map_legend.aktiv .head {
  background: #FF6618;
}
.map_legend.aktiv .head .sprt {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
  visibility:hidden;
  z-index:1000;
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  text-align:center;
  /*background:rgba(0,0,0,0.7);*/
  overflow:hidden;
  transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
  visibility:visible;
}
#GMO-container {
  position:relative;
  box-sizing:border-box;
  width:40%;
  min-width:670px;
  height:80%;
  margin-top:20%;
  margin-top:20vh;
  padding-right:40px;
  padding-top:40px;
  display:inline-block;
  opacity:0;
  transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
  margin-top:10%;
  margin-top:10vh;
  opacity:1;
}
#GMO-content {
  box-sizing:border-box;
  text-align:left;
  padding:20px;
  height:100%;
  background-color:#fff;
  box-shadow:0 7px 15px rgba(0,0,0,0.6);
  overflow:auto;
}
#GMO-close {
  position:absolute;
  right:0;
  top:0;
  height:40px;
  width:40px;
  cursor:pointer;
  box-shadow:0 2px 10px rgba(0,0,0,0.6);
  transition: transform 1s ease-in-out 0s;
}
.csstransforms #GMO-close .closePop {
  background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
  background-color: #fff;
  content: "";
  height: 80%;
  left: 45%;
  position: absolute;
  top: 10%;
  width: 2px;
}
.csstransforms #GMO-close:before {
  transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
  transform: rotate(-45deg);
}
#GMO-content button.close {
  background-color:#b2b2b2;
}
ul.placeList {
  color:#c5c7c8;
  list-style:none;
  list-style-type:none;
  padding:0;
}
ul.placeList li {
  position:relative;
  padding-left:20px;
  border-top:1px solid #c5c7c8;
}
ul.placeList li:first-child {
  border-top:0;
}
ul.placeList li:before {
  content:'';
  position:absolute;
  left:0;
  top:5px;
  height:16px;
  width:16px;
  background:url(../img/jQueryUI/ui-icons_222222_256x240.png) -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
  background-position:-64px -144px;
}
ul.placeList li a {
  display:block;
  padding:5px 0;
  text-decoration:none;
}

.addrWrap {
  margin: .769em 0;
}
.addrWrap address {
  font-style: normal;
}
.addrWrap > h3 {
  margin: 0;
}
.addrWrap .addr,
.addrWrap .addrData {
  margin: .769em 0;
}


@media only screen and (min-width: 480px) {
  .addrWrap {
    margin: 1em -1em;
  }
  .addrWrap > * {
    padding: 0 1em;
  }
  .addrWrap .addr,
  .addrWrap .addrData {
    width: 50%;
    float: left;
    margin: 0;
  }
  aside .addrWrap .addr,
  aside .addrWrap .addrData {
    width:100%;
    float:none;
    margin: .769em 0;
  }
}

/* Content: VIDEOS */
.vidWrap {
  margin: 0 auto;
}
.vid {
  position:relative;
  display:block;
  overflow:hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.vid,
.vid:after,
.vid *,
.vid *:after {
  -webkit-transition: all .2s;
  transition: all .2s;
}
.vid:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0,0,0,.25);
}
.vid .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -19px;
  width: 48px;
  height: 40px;
  border-style: solid;
  border-width: 20px 0 20px 35px;
  border-color: transparent transparent transparent #FFF;
  display: block;
  background: none;
  z-index: 1;
}
.vid .playIcon:after {
  content: '';
  position: absolute;
  left: -58px;
  top: -35px;
  height: 70px;
  width: 70px;
  background: none;
  border: 8px solid #fff;
  border-radius: 50%;
}
.vid .video-time {
  position:absolute;
  background: #fff;
  color: #666;
  display:block;
  padding: 5px 10px;
  bottom:0;
  right:0;
  font-weight: bold;
  font-size: 80%;
  z-index: 1;
}
.vid:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.vid:hover:after {
  background: rgba(0,0,0,.0);
}
.vid:hover .playIcon {
  border-color: transparent transparent transparent #45a12a;
}
.vid:hover .playIcon:after {
  border-color: #45a12a;
  border-radius: 50%;
}
.vid:hover .video-time {
  background: #45a12a;
  color: #fff;
}
.videoFrame {
  float:right;
  position: relative;
  width: 50%;
}
.videoIFrame {
  position: relative;
}
.videoFrame iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* Content: TABELLEN */
.stdTable {
  border: none;
  border-spacing: 0;
  background: #FFF;
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.stdTable:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.stdTable + .stdTable {
  margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
  padding: 6px 5px;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
  border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
  font-style: normal;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  color: #FFF;
  line-height: 1.714;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #45a12a !important;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
  background-color: #FFFFFF;
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
  background-color: #EEE;
}
.stdTable tr:hover td {
  background-color: rgba(0,0,0,.1);
}
.tableWrap {
  overflow: auto;
}
/* LOGO Slider*/
.logoSlider {
  position:relative;
  overflow:hidden;
  padding-left:50px;
  padding-right:50px;
}
@media only screen and (min-width: 960px) {
  article .logoSlider {
    margin-left:-10%;
    margin-right:-10%;
  }
}
.logoSlider .logo .logoImg {
  position:relative;
  padding-bottom:35%;
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  margin-top: 7%;
  margin-left: 14%;
  margin-right: 17%;
  width: 70%;
  margin-bottom: 11%;
}
.logoSlider .swiper-button-next:after,
.logoSlider .swiper-button-prev:after {
  display:none;
}
.logoSlider .swiper-button-next,
.logoSlider .swiper-button-prev {
  color:#666666;
}
/* DOWNLOADS */
.downloads {
  margin:1em 0;
}
.downloads h4 {
  margin-top:0;
}
.downloads ul {
  margin:0 -15px;
  list-style:none;
  padding:0 !important;
}
.downloads li {
  padding:15px;
  margin:0 !important;
}
.downloads li:before {
  display: none !important;
}
.download a {
  display:block;
  position:relative;
  min-height:24px;
  text-align: left;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
.download a.hasImg {
  padding-left: 45px;
}
.download img {
  position: absolute;
  left: 0;
  top: .25em;
  display: block;
}
.download small {
  display: block;
  font-weight: normal;
  font-size: 80%;
}
.downloads li.video a {
  display:none;
}
.downloads li video {
  width:100%;
  height:auto;
}

@media only screen and (min-width: 480px) {
  .downloads .grids_2 .gridItem {
    width: 50%;
    float: left;
  }
  .downloads .grids_2 .gridItem:nth-child(2n+1) {
    clear: left;
  }
  .downloads .grids_4 .gridItem {
    width:25%;
    float:left;
  }
  .downloads .grids_4 .gridItem:nth-child(4n+1) {
    clear: left;
  }
}

/* Content: SUB NAV IN ARTICLEs */
.navSub ul {
  padding: 0 0 0 2em;
}

/* Content: FORMS */
.form {
}
article .form {
  margin-top: 30px;
}
aside .form,
.aside .form {
  background: none;
  padding: 0;
}
.form .duty {
  font-weight: bold;
  color: #FF6618;
  display: none;
}
.optsContainer.optsDuty  > .error:first-child + label:after,
.optsContainer.optsDuty  > label:first-child:after {
  content:'*';
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  color: #FF6618;
}
.form .hint .duty {
  padding: 2px;
}

.fehler_text {
  color: #C00;
}

.optsContainer {
  margin: 1em 0;
  text-align: left;
  /*overflow: hidden;*/
  position:relative;
}
aside .optsContainer,
.aside .optsContainer {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.optsContainer:after {
  clear: both;
  content: '';
  display: table;
}

.optsContainer + .optsContainer,
.optsContainer + .btnContainer,
fieldset + .btnContainer,
.optsContainer + fieldset,
.form fieldset + fieldset {
  margin-top: 2em;
}
aside .optsContainer + .optsContainer,
aside .optsContainer + .btnContainer,
aside fieldset + .btnContainer,
aside .optsContainer + fieldset,
aside fieldset + fieldset,
.aside .optsContainer + .optsContainer,
.aside .optsContainer + .btnContainer,
.aside fieldset + .btnContainer,
.aside .optsContainer + fieldset,
.aside fieldset + fieldset {
  margin-top: 1em;
}
.optsContainer > .error:first-child + label,
.optsContainer > label:first-child {
  display: block;
  margin: 0 0 5px;
  text-align: left;
  /*font-size: 15px;
    text-transform: uppercase;*/
  font-weight: bold;
  line-height: 1;
}
.optsContainer > .error:first-child + label .duty,
.optsContainer > label:first-child .duty {
  padding-left: 5px;
  float: right;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 80%;
}
.optsContainer > .error:first-child + label .shortInfo,
.optsContainer > label:first-child .shortInfo {
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}
.optsContainer > .error:first-child + label .shortInfo:before,
.optsContainer > label:first-child .shortInfo:before {
  content:' (';
}
.optsContainer > .error:first-child + label .shortInfo:after,
.optsContainer > label:first-child .shortInfo:after {
  content:')';
}

.optsContainer input,
.optsContainer textarea,
.optsContainer select,
.optsContainer .selectWrap {
  width: 100%;
  padding: .5em .5em;
  background: #fff;
  border:none;
  border-bottom: 1px solid #999;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}
.optsContainer .selectWrap {
  display: block;
}
.optsContainer .optsWrap > * {
  width: auto;
  float: none;
}
.optsError .error {
  font-size: .8em;
  line-height: 1.33333;
  color: #C00;
  padding: .5em 0;
}
.optsError > .error:first-child + label,
.optsError > label:first-child {
  color: #C00;
}

.optsError input,
.optsError textarea,
.optsError select,
.optsError .selectWrap {
  border-bottom-color: #C00;
}
.optsContainer input:hover,
.optsContainer textarea:hover,
.optsContainer select:hover,
.optsContainer .selectWrap:hover {
  border-bottom-color: #45a12a;
}

.optsContainer input:focus,
.optsContainer textarea:focus,
.optsContainer select:focus,
.optsContainer .selectWrap.focus {
  border-bottom-color: #45a12a;
}

.optsContainer input[type="radio"],
.optsContainer input[type="checkbox"] {
  border: none;
  width: auto !important;
  float: none !important;
}
.optsContainer input[type="radio"] + label,
.optsContainer input[type="checkbox"] + label {
  display: inline;
  padding: 0 0 0 .25em;
  margin: 0;
  text-align: left;
  width: auto;
  cursor: pointer;
  font-size: 18px;
}
.optsContainer .optsInline {
  display: inline-block;
  float: none;
  padding: .5em 0;
  margin: 0 1em 1em 0;
  border-bottom: 1px solid #999;
  cursor: pointer;
  -webkit-transition: border-color .2s, color .2s;
  transition: border-color .2s, color .2s;
}
.optsContainer .optsInline.optsLine {
  margin-bottom: 0;
  margin-right: 0;
}
.optsContainer .optsInline.btn {
  margin:0;
}
.optsContainer .optsInline input {
  /*display: none;*/
}
.optsContainer .optsInline:hover {
  border-bottom-color: #666;
}
.optsContainer .optsInline.optsChecked {
  border-bottom-color: #45a12a;
  color: inherit;
}
.optsContainer .optsLine {
  display: block;
  margin-right: 0;
}
.optsContainer .selectWrap {
  position: relative;
  padding: 0;
  padding-bottom: 0 !important;
}
.optsContainer .selectOver {
  position: absolute;
  left: 0;
  /*top: .5em;*/
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: .5em;
  line-height: inherit;
  border-bottom: 1px solid #999;
  background: #fff;
}
.optsContainer .selectOver:after {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: .429em .357em 0 .357em;
  border-color: #999 transparent transparent;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.optsContainer .selectWrap:hover .selectOver:after {
  border-top-color: #666;
}
.optsContainer .selectWrap.focus .selectOver:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top-color: #FF6618;
}
.optsContainer .selectWrap select {
  width: 100%;
  opacity: 0;
  position: relative;
  border-bottom: 0;
}

.optsContainer > .ipShort {
  float: left;
  width: 33.33%;
}
.optsContainer > .ipLong {
  float: left;
  width: 66.66%;
}
.optsContainer > .ipLong + .ipShort,
.optsContainer > .ipShort + .ipLong {
  padding-left: 16px;
}

.optsContainer .date {
  position: relative;
}
.optsContainer .date .sprt {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 0;
}
.optsContainer .date input {
  float: none;
  width: 100%;
}

.optsContainer select + .optsLine,
.optsContainer .selectWrap + .optsLine {
  margin-top: 15px;
}

.optsContainer .optsInputLine > label:first-child {
  font-style: italic;
}

.optsRange .optsBlock .date {
  width: 100%;
}
.optsRange .from label,
.optsRange .to label {
  width: 100%;
  text-align: left;
  display: block;
  text-transform: none;
  font-size: 75%;
}
.optsRange .to {
  margin-top: 1em;
}

.optsContainer .optsBlock {
  list-style: none;
  /*margin: 0 -2em -1em 0;*/
  padding: 0;
}
.optsContainer .nolist {
  height:0;
  position:absolute;
  bottom:0;
  right:0;
  width: 100%;
  margin:0;
  z-index:10;
}
.optsContainer .nolist ul {
  list-style: none;
  margin:0;
  background:#fff;
  padding:0 !important;
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
}
.optsContainer .nolist li {
  background:#fff;
  cursor:pointer;
  padding:2px 5px;
  list-style: none;
}
.optsContainer .nolist li:before {
  display:none !important;
}
.optsContainer .nolist li:hover {
  background:#f0f0f0;
}
.optsContainer label .icon {
  cursor: pointer;
  color: #45a12a;
}
.optsContainer input[type="radio"]:disabled + label {
  color: #ccc;
}

/* Form Type: BUTTONS */
.btnContainer {
  text-align: right;
}
/*.btnContainer button {
	min-width: 30%;
}*/
.btnContainer .btnLess,
.btnContainer .backLink {
  float: left;
  margin: 0;
}
.btnContainer button[type="reset"] {
  position: relative;
  padding-left: 42px;
}
.btnContainer button[type="reset"] .sprt {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -16px;
}
.box .btnContainer button {
  width: 100%;
  box-shadow: none;
  /*font-size: 1.333em;
	padding-top: 0;
	padding-bottom: 0;*/
}
@media only screen and (min-width: 480px) {
  .optsRange .from,
  .optsRange .to {
    width: 50%;
    float: left;
    padding-left: .5em;
    padding-right: .5em;
  }
  .optsRange .from {
    padding-left: 0;
  }
  .optsRange .to {
    margin-top: 0;
    padding-right: 0;
  }
  .optsRange .from label,
  .optsRange .to label {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 720px) {
  /*.optsContainer > .error:first-child + label,
	.optsContainer > label:first-child {
		float: left;
		text-align: left;
		width: 30%;
		padding-right: 2em;
		margin-top: 1em;
        font-weight: normal;
	}
	.optsContainer > .error:first-child + label .shortInfo,
	.optsContainer > label:first-child .shortInfo {
		display: block;
		padding-top: .5em;
	}
	.optsError .error {
		margin-left: 30%;
	}
	.optsContainer input,
	.optsContainer textarea,
	.optsContainer select,
	.optsContainer .selectWrap,
	.optsContainer .optsBlock,
    .optsContainer .optsWrap,
	.optsContainer .date,
    .optsFileUpload {
		width: 70%;
		float: right
	}

	.optsContainer .optsBlock {
		margin-right: 0;
	}

	.optsContainer > .ipShort {
		width: 16%;
	}
	.optsContainer > .ipLong {
		width: 44%;
	}*/
}
.optsContainer .optsWrap > * {
  width: 100%;
}
.optsContainer .ui-slider-horizontal {
  margin-top: 0.5em;

}
ul.sliderLegend {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  display: table;
  position: relative;
  width: 100%;
  table-layout: fixed;
}
.sliderLegend li {
  display: table-cell;
  text-align: center;
  cursor: pointer;
}
.sliderLegend li.active {
  color: #45a12a;
}
.sliderLegend li:before {
  display: none !important;
}
.ui-slider .ui-slider-handle.ui-state-default {
    background: #62b32c;
    border-color: #62b32c;
}
.btn-warning {
  background-color: #777;
  color: #FFF;
}
.btn-warning:hover {
  background-color: #666;
}
.btn-abort {
  background-color: #C00;
  color: #FFF;
}
.btn-abort:hover {
  background-color: #900;
}

.fileupload-control .btn-warning {
  background: none;
  color: #fff;
  cursor: default;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 30px;
  padding: 5px;
  width: 40px;
  text-align: center;
}
.fileupload-control .btn-warning.cancel { display: none; }
.fileupload-control strong {
  padding:0 20px;
}
.fileupload-control .btn-warning span {
  display: none;
}
.fileupload-control .btn-warning:before {
  content:'\e801';
  font-family: 'fontello';
  margin: 0;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 30px;
  text-align:  center;
  background: #f0f0f0 ;
}
.fileinput-button:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
  border: 2px dashed #ddd;

}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  width: 100%;
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress {
  background-color: #CCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  overflow: hidden;
}
.progress .progress-bar {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  float: left;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
  background: url("../img/jQuery-File-Upload/progressbar.gif") repeat-x 0% 50% !important;
  filter: none;
}
.fileupload-process {
  opacity: 1;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/jQuery-File-Upload/loading.gif") center no-repeat;
  background-size: contain;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear 0s;
}


.fileupload-queue {
  background-color: #F6F6F6;
  background:none;
  border:1px solid #888;
  /*margin: 15px 0 0;
    padding: 10px .5% 10px;*/
  position: relative;
}
.fileupload-queue .legend {
  display:none;
  background-color: #F6F6F6;
  color: #000;
  font-weight: bold;
  left: 1.5em;
  padding: 0 .5em;
  position: absolute;
  top: -.75em;
}
.fileupload-container {
  border: solid 1px #ECECEC;
  background-color: #ECECEC;
  width: 48%;
  padding: 10px;
  margin: 1%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.fileupload-container .progress {
  position: absolute;
  left: 10px;
  bottom: 4px;
  right: 10px;
  height: 2px;
  opacity: 0;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 0.15s linear 0s;
}
.fileupload-container .progress .progress-bar {
  box-shadow: none;
}
.fileupload-container.fileupload-in-progress .progress {
  opacity: 1;
}
.fileupload-container .fileName {
  font-weight: bold;
  margin-bottom: .5em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.fileupload-container .btn {
  padding-top: .25em;
  padding-bottom: .25em;
}
.fileupload-container:nth-child(2n+2) {
  clear: left;
}
.fileupload-in-progress {
  border-color: #00501F;
  background-color: #7FA78F;
  color: #FFF;
}
.fileupload-success {
  border-color: #76B820;
  background-color: #BADB8F;
}
.fileupload-failed {
  border-color: #B50000;
  background-color: #FFEBEB;
}

.fileupload-container .fileupload-preview {
  float: left;
  margin-right: 2%;
}
.fileupload-container .fileupload-preview .preview {
  display: block;
  width: 75px;
  height: 75px;
  background: url("../pics/jQuery-File-Upload/loading.gif") no-repeat 50% 50%;
  background-size: contain;
}

.fileupload-uploaded-container .legend {
  font-size: 1.2em;
  margin: 0.5em 0;
}
.fileupload-control{
  position: relative;
}
.fileupload-controlWrap > div * {
  /*white-space: nowrap;*/
}
.fileupload-controlWrap .btnWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin-right: -1em;
  margin-bottom: -1em;
}
.fileupload-queue.files { width: 100%; }



.formBtn input:hover {
  background: none repeat scroll 0 0 #1980d2;
  text-decoration: underline;
}
#content  .fileupload-uploaded {
  padding: 0;
  list-style: none;
}
#content .fileupload-uploaded li {
  position: relative;
  padding: 5px;
  background: rgb(127,213,240);
  background: -moz-linear-gradient(left, rgba(127,213,240,1) 0%, rgba(168,223,240,1) 100%);
  background: -webkit-linear-gradient(left, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);
  background: linear-gradient(to right, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);
}
#content .fileupload-uploaded li strong {
  font-weight: normal;
}
#content .fileupload-uploaded li:before {
  display: none;
}
#content .fileupload-uploaded li button {
  padding:0;
  min-width: 40px;
  background: #007aff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#content .fileupload-uploaded li button .icon {
  color: #fff;
}
.aside .optsContainer > .error:first-child + label,
.aside .optsContainer > label:first-child,
aside .optsContainer > .error:first-child + label,
aside .optsContainer > label:first-child {
  width: 100%;
  float: none;
  margin-top: 0;
  padding-right: 0;
}
.aside .optsContainer input,
.aside .optsContainer textarea,
.aside .optsContainer select,
.aside .optsContainer .selectWrap,
.aside .optsContainer .optsBlock,
.aside .optsContainer .optsWrap,
.aside .optsContainer .date,
aside .optsContainer input,
aside .optsContainer textarea,
aside .optsContainer select,
aside .optsContainer .selectWrap,
aside .optsContainer .optsBlock,
aside .optsContainer .optsWrap,
aside .optsContainer .date,
.aside .fileupload-uploaded-container,
aside .fileupload-uploaded-container {
  width: 100%;
  float: none;
  padding: 5px;
}


.aside .optsContainer input,
.aside .optsContainer textarea,
.aside .optsContainer select,
.aside .optsContainer .selectWrap,
.aside .optsContainer .optsWrap,
.aside .optsContainer .date,
aside .optsContainer input,
aside .optsContainer textarea,
aside .optsContainer select,
aside .optsContainer .selectWrap,
aside .optsContainer .optsWrap,
aside .optsContainer .date {
  background: #fff;
}
.aside .optsContainer .selectWrap,
aside .optsContainer .selectWrap {
  padding: 0;
}
.aside .optsContainer .selectWrap .selectOver,
aside .optsContainer .selectWrap .selectOver {
  padding: 5px;
}
.aside .optsContainer textarea,
aside .optsContainer textarea {
  height: 100px;
}
.optsContainerWrap_50 .optsContainer,
.aside .optsContainer.ipHalf {
  width:50%;
  float: left;
}

.aside .optsContainer.ipShort,
aside .optsContainer.ipShort {
  width: calc(33.33%);
  float: left;
}
.aside .optsContainer.ipLong,
aside .optsContainer.ipLong {
  width: calc(66.66%);
  float: left;
}
.aside .optsContainerWrap_4 .optsContainer:nth-child(4n+3),
aside .optsContainerWrap_4 .optsContainer:nth-child(4n+3),
.aside .optsContainerWrap .optsContainer.ipThird {
  padding-left: 0;
}
.optsContainerGroupWrap .optsContainer,
.optsContainerWrap .optsContainer {
  margin-top: 1em;
}
.optsContainerWrap_50 .optsContainer:nth-child(2n),
.optsContainerWrap .optsContainer:nth-child(2n) {
  padding-left: 16px;
}

.article.tax_centered {
  text-align:center;
}

@media only screen and (max-width: 480px) {
  .sliderLegend li {
    font-size: 14px;
  }

  #terrassomat_wrap label {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 1200px) {
  .article-slider:not(.tax_fullWidth),
  .list article,
  .article:not(.tax_fullWidth):not(.withAside),
  .article:not(.withAside),
  #pflegeboxForm {
    margin-left: 8.33%;
    margin-right: 8.33%;
  }

  .gridWrap:not(.tax_fullWidth) {
    margin-left: calc(8.33% - 15px);
    margin-right: calc(8.33% - 15px);
  }

  .withAside .list article,
  .withAside .article:not(.tax_fullWidth):not(.withAside),
  .article.withAside:not(.withAside) {
    margin-left: 0%;
    margin-right: 0%;
  }

  .aside .optsContainer.ipThird {
    width: 33.33%;
    float: left;
  }

  .aside .optsContainerWrap_4 .optsContainer.ipShort,
  aside .optsContainerWrap_4 .optsContainer.ipShort {
    width: 16.664%;
  }

  .aside .optsContainerWrap_4 .optsContainer.ipLong,
  aside .optsContainerWrap_4 .optsContainer.ipLong {
    width: 33.33%;
  }

  .aside .optsContainerWrap_4 .optsContainer:nth-child(4n+3),
  aside .optsContainerWrap_4 .optsContainer:nth-child(4n+3),
  .aside .optsContainerWrap .optsContainer + .optsContainer.ipThird {
    padding-left: 16px;
  }

  .optsContainerWrap_4 .optsContainer + .optsContainer {
    padding-left: 16px;
  }
}
.formInfoWrap {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}
.formInfoWrap .info {
  text-align: left;
  background: #f1f1f1;
  padding: 20px;
  font-size: 0.9em;
}
/* Content: LISTS */
.list .listItem + .listItem {
  margin-top: 2em;
}
.list .articleWrap > :first-child {
  margin-top: 0;
}
.list .articleImgNone + .articleWrap > :first-child {
  margin-top: .5em;
}
.list .articleWrap .headline {
  margin: 0;
}
.list .articleWrap .dateText {
  font-size: 80%;
  line-height: 1.25;
}

.list .articleImgNone,
.list .articleImgLeft,
.list .articleImgRight {
  float: none;
  margin: 0 auto;
}
.list .articleImgLeft.imgWidth-25,
.list .articleImgRight.imgWidth-25 {
  width: 33.3%;
}

.list .articleImgLeft.imgWidth-5,
.list .articleImgLeft.imgWidth-10,
.list .articleImgLeft.imgWidth-13,
.list .articleImgLeft.imgWidth-15,
.list .articleImgLeft.imgWidth-17,
.list .articleImgLeft.imgWidth-20,
.list .articleImgLeft.imgWidth-25 {
  float:left;
}
.list .articleImgLeft.imgWidth-5 + .articleWrap,
.list .articleImgLeft.imgWidth-10 + .articleWrap,
.list .articleImgLeft.imgWidth-13 + .articleWrap {
  padding-left: 1em;
  margin-left: 15%;
}
.list .articleImgLeft.imgWidth-15 + .articleWrap,
.list .articleImgLeft.imgWidth-17 + .articleWrap,
.list .articleImgLeft.imgWidth-20 + .articleWrap {
  padding-left: 1em;
  margin-left: 25%;
}
.list .articleImgLeft.imgWidth-25 + .articleWrap {
  padding-left: 1em;
  margin-left: 33.3%;
}

.list .articleImgRight.imgWidth-5,
.list .articleImgRight.imgWidth-10,
.list .articleImgRight.imgWidth-13,
.list .articleImgRight.imgWidth-17,
.list .articleImgRight.imgWidth-20,
.list .articleImgRight.imgWidth-25 {
  float: right;
}
.list .articleImgRight.imgWidth-5 + .articleWrap,
.list .articleImgRight.imgWidth-10 + .articleWrap,
.list .articleImgRight.imgWidth-13 + .articleWrap{
  padding-right: 1em;
  margin-right: 15%;
}
.list .articleImgRight.imgWidth-15 + .articleWrap,
.list .articleImgRight.imgWidth-17 + .articleWrap,
.list .articleImgRight.imgWidth-20 + .articleWrap {
  padding-right: 1em;
  margin-right: 25%;
}
.list .articleImgRight.imgWidth-25 + .articleWrap {
  padding-right: 1em;
  margin-right: 33.3%;
}

@media only screen and (min-width: 480px) {
  .list .articleImgLeft.imgWidth-33 {
    float:left;
  }
  .list .articleImgLeft.imgWidth-5 + .articleWrap,
  .list .articleImgLeft.imgWidth-10 + .articleWrap {
    margin-left: 15%;
  }
  .list .articleImgLeft.imgWidth-13 + .articleWrap {
    margin-left: 20%;
  }
  .list .articleImgLeft.imgWidth-15 + .articleWrap,
  .list .articleImgLeft.imgWidth-17 + .articleWrap,
  .list .articleImgLeft.imgWidth-20 + .articleWrap {
    margin-left: 33.3%;
  }
  .list .articleImgLeft.imgWidth-33 + .articleWrap {
    padding-left: 1em;
    margin-left: 50%;
  }

  .list .articleImgRight.imgWidth-33 {
    float: right;
  }
  .list .articleImgRight.imgWidth-5 + .articleWrap,
  .list .articleImgRight.imgWidth-10 + .articleWrap {
    margin-right: 15%;
  }
  .list .articleImgRight.imgWidth-13 + .articleWrap {
    margin-right: 20%;
  }
  .list .articleImgRight.imgWidth-15 + .articleWrap,
  .list .articleImgRight.imgWidth-17 + .articleWrap,
  .list .articleImgRight.imgWidth-20 + .articleWrap {
    margin-right: 33.3%;
  }
  .list .articleImgRight.imgWidth-33 + .articleWrap {
    padding-right: 1em;
    margin-right: 50%;
  }
}

@media only screen and (min-width: 640px) {
  .list .articleImgLeft.imgWidth-42,
  .list .articleImgLeft.imgWidth-50 {
    float:left;
  }
  .list .articleImgLeft.imgWidth-17 + .articleWrap,
  .list .articleImgLeft.imgWidth-20 + .articleWrap {
    margin-left: 25%;
  }
  .list .articleImgLeft.imgWidth-25 + .articleWrap {
    margin-left: 33.3%;
  }
  .list .articleImgLeft.imgWidth-42 + .articleWrap,
  .list .articleImgLeft.imgWidth-50 + .articleWrap {
    padding-left: 1em;
    margin-left: 50%;
  }

  .list .articleImgRight.imgWidth-42,
  .list .articleImgRight.imgWidth-50 {
    float: right;
  }
  .list .articleImgRight.imgWidth-17 + .articleWrap,
  .list .articleImgRight.imgWidth-20 + .articleWrap {
    margin-right: 25%;
  }
  .list .articleImgRight.imgWidth-25 + .articleWrap {
    margin-right: 33.3%;
  }
  .list .articleImgRight.imgWidth-42 + .articleWrap,
  .list .articleImgRight.imgWidth-50 + .articleWrap {
    padding-right: 1em;
    margin-right: 50%;
  }
}

@media only screen and (min-width: 720px) {
  .list .articleImgLeft.imgWidth-67 {
    float:left;
  }
  .list .articleImgLeft.imgWidth-5 + .articleWrap,
  .list .articleImgLeft.imgWidth-10 + .articleWrap,
  .list .articleImgLeft.imgWidth-13 + .articleWrap {
    margin-left: 15%;
  }
  .list .articleImgLeft.imgWidth-15 + .articleWrap,
  .list .articleImgLeft.imgWidth-17 + .articleWrap,
  .list .articleImgLeft.imgWidth-20 + .articleWrap {
    margin-left: 20%;
  }
  .list .articleImgLeft.imgWidth-25 + .articleWrap,
  .list .articleImgLeft.imgWidth-33 + .articleWrap {
    margin-left: 33.3%;
  }
  .list .articleImgLeft.imgWidth-67 + .articleWrap {
    padding-left: 1em;
    margin-left: 50%;
  }

  .list .articleImgRight.imgWidth-67 {
    float: right;
  }
  .list .articleImgRight.imgWidth-5 + .articleWrap,
  .list .articleImgRight.imgWidth-10 + .articleWrap,
  .list .articleImgRight.imgWidth-13 + .articleWrap {
    margin-right: 15%;
  }
  .list .articleImgRight.imgWidth-15 + .articleWrap,
  .list .articleImgRight.imgWidth-17 + .articleWrap,
  .list .articleImgRight.imgWidth-20 + .articleWrap {
    margin-right: 20%;
  }
  .list .articleImgRight.imgWidth-25 + .articleWrap,
  .list .articleImgRight.imgWidth-33 + .articleWrap {
    margin-right: 33.3%;
  }
  .list .articleImgRight.imgWidth-67 + .articleWrap {
    padding-right: 1em;
    margin-right: 50%;
  }
}

@media only screen and (min-width: 960px) {
  .list .articleImgLeft.imgWidth-25,
  .list .articleImgRight.imgWidth-25 {
    width: 25%;
  }

  .list .articleImgLeft.imgWidth-75 {
    float:left;
  }
  .list .articleImgLeft.imgWidth-5 + .articleWrap {
    margin-left: 5%;
  }
  .list .articleImgLeft.imgWidth-10 + .articleWrap {
    margin-left: 10%;
  }
  .list .articleImgLeft.imgWidth-13 + .articleWrap {
    margin-left: 12.5%;
  }
  .list .articleImgLeft.imgWidth-15 + .articleWrap {
    margin-left: 15%;
  }
  .list .articleImgLeft.imgWidth-17 + .articleWrap {
    margin-left: 16.7%;
  }
  .list .articleImgLeft.imgWidth-20 + .articleWrap {
    margin-left: 20%;
  }
  .list .articleImgLeft.imgWidth-25 + .articleWrap {
    margin-left: 25%;
  }
  .list .articleImgLeft.imgWidth-33 + .articleWrap {
    margin-left: 33.3%;
  }
  .list .articleImgLeft.imgWidth-42 + .articleWrap {
    margin-left: 41.7%;
  }
  .list .articleImgLeft.imgWidth-50 + .articleWrap {
    margin-left: 50%;
  }
  .list .articleImgLeft.imgWidth-67 + .articleWrap {
    margin-left: 66.7%;
  }
  .list .articleImgLeft.imgWidth-75 + .articleWrap {
    padding-left: 1em;
    margin-left: 75%;
  }

  .list .articleImgRight.imgWidth-75 {
    float: right;
  }
  .list .articleImgRight.imgWidth-5 + .articleWrap {
    margin-right: 5%;
  }
  .list .articleImgRight.imgWidth-10 + .articleWrap {
    margin-right: 10%;
  }
  .list .articleImgRight.imgWidth-13 + .articleWrap {
    margin-right: 12.5%;
  }
  .list .articleImgRight.imgWidth-15 + .articleWrap {
    margin-right: 15%;
  }
  .list .articleImgRight.imgWidth-17 + .articleWrap {
    margin-right: 17%;
  }
  .list .articleImgRight.imgWidth-20 + .articleWrap {
    margin-right: 20%;
  }
  .list .articleImgRight.imgWidth-25 + .articleWrap {
    margin-right: 25%;
  }
  .list .articleImgRight.imgWidth-33 + .articleWrap {
    margin-right: 33.3%;
  }
  .list .articleImgRight.imgWidth-42 + .articleWrap {
    margin-right: 41.7%;
  }
  .list .articleImgRight.imgWidth-50 + .articleWrap {
    margin-right: 50%;
  }
  .list .articleImgRight.imgWidth-67 + .articleWrap {
    margin-right: 66.7%;
  }
  .list .articleImgRight.imgWidth-75 + .articleWrap {
    padding-right: 1em;
    margin-right: 75%;
  }
}

/* SERVICE */
#serviceWrap {
  margin-top:30px;
}
.service_list {
  margin-left:-15px;
  margin-right:-15px;
}
.service_list .serviceItem {
  width:100%;
  padding:15px;
}
.service_list .serviceItem .wrap {
  position:relative;
  height:100%;
  background:#f9f9f9;
  padding:20px 40px 20px 20px;
  display:block;
  text-decoration:none;
  color:inherit;
  box-shadow:0 5px 10px rgba(0,0,0,0);
  transition:box-shadow 0.4s;
}
.service_list .serviceItem .wrap:hover {
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
}
.service_list .serviceItem .wrap .more {
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:20px;
  background:#c0c0c0;
  color:#fff;
}
.service_list .serviceItem .wrap .more span:not([class^="icon"]) {
  display:none;
}
.service_list .serviceItem .wrap .more span[class^="icon"] {
  width:20px;
  height:20px;
  position:absolute;
  top:50%;
  margin-top:-10px;
  text-align:center;
  font-size:18px;
  line-height:20px;
}
@media only screen and (min-width: 640px) {
  .service_list .serviceItem .imgWrap {
    float:left;
    width:200px;
  }
  .service_list .serviceItem .articleWrap {
    margin-left:220px;
  }
}

@media only screen and (min-width: 960px) {
  .service_list {
    margin-left:calc (8.33% - 15px);
    margin-right:calc (8.33% - 15px);
  }
  .service_list .serviceItem {
    float:left;
    width:50%;
  }
  .service_list .serviceItem:nth-child(2n+1) {
    clear:left;
  }
}

/* Modul: INFOMATERIAL */
#pflegeboxForm {
  padding: 0;
  background: none;
}
#pflegeboxForm .articleGrid {
  margin-top: 0;
}
/*#pflegeboxForm .article + .article,
#pflegeboxForm .article + hr {
    margin-top: 1em;
    margin-bottom: 1em;
}*/
#pflegeboxForm .articleGrid .box {
  border: 2px solid rgb(127,213,240);
  height: 100%;
  /*background: -moz-linear-gradient(left, rgba(127,213,240,1) 0%, rgba(168,223,240,1) 100%);
    background: -webkit-linear-gradient(left, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);
    background: linear-gradient(to right, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#pflegeboxForm .articleGrid .boxInner {
  padding: 20px;
  background: #fff;
}
#pflegeboxForm .articleGrid .boxInner > :first-child {
  margin-top: 0;
}
#pflegeboxForm .articleGrid .itemSelector {
  padding: 20px;
  clear: both;
  /*background: rgb(127,213,240);
    background: -moz-linear-gradient(left, rgba(127,213,240,1) 0%, rgba(168,223,240,1) 100%);
    background: -webkit-linear-gradient(left, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);
    background: linear-gradient(to right, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);*/
  border-top: 2px solid rgb(127,213,240);
}

#pflegeboxForm .articleGrid .itemSelector .optsContainer {
  margin: 0;
  padding:5px 0 5px 80px;
}

#pflegeboxForm .articleGrid .itemSelector .optsContainer + .optsContainer {
  border-top: 1px solid rgba(0,0,0,0.3);
}
#pflegeboxForm .articleGrid .itemSelector .optsContainer > label {
  margin: 0;
  float: none;
  display: inline-block;
  margin-right: 15px;
}
.articleLike label strong,
#pflegeboxForm .articleGrid .itemSelector .optsContainer > strong.optsCount {
  min-width: 60px;
  display: inline-block;
  padding: 5px 10px;
  text-align:  center;
  background: rgb(127,213,240);
  margin-right: 15px;
  border-radius: 4px;
}
#pflegeboxForm .articleGrid .itemSelector .optsContainer > strong.optsCount {
  position: absolute;
  left: 0;
  padding: 0px 10px;
}
.articleLike .optsContainer + .optsContainer {
  margin-top: 0.5em;
}
#pflegeboxForm .articleGrid .itemSelector .optsContainer > .selectWrap {
  width: auto;
  float: none;
  display: inline-block;
  padding: 0;
}
#pflegeboxForm .articleGrid .itemSelector .optsContainer select {
  padding: .5em;
}
#pflegeboxForm .articleGrid .itemSelector .optsContainer .selectOver {
  top: 0;
}
#pflegeboxForm .articleGrid .itemSelector .optsContainer .optsBlock {
  width: 100%;
  float: none;
}
#pflegeboxForm .aside {
  padding: 15px;
  background: #f0f0f0;
  /*background: rgb(209,209,209);
    background: -moz-linear-gradient(left, rgba(209,209,209,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(left, rgba(209,209,209,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to right, rgba(209,209,209,1) 0%,rgba(229,229,229,1) 100%);*/
}
#pflegeboxForm .aside .h2 {
  margin-top: 0;
}
#pflegeboxForm .aside .noSel {
  font-style: italic;
}
#pflegeboxForm .aside > p:last-of-type {
  margin-bottom: 0;
}
hr#cartForm {
  border: none;
}
#addedGiveAways .h4 {
  font-weight: 700;
}
@media (min-width: 960px) {
  #pflegeboxForm .gridWrap {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #pflegeboxForm .articleGrid,
  #pflegeboxForm .articleGrid + hr {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #pflegeboxForm .articleGrid {
    width: 50%;
  }
  #pflegeboxForm .articleGrid .boxInner
  /*#pflegeboxForm .list {
        width: 66.667%;
        float: left;
        padding: 0 15px;
    }

    #pflegeboxForm .aside {
        width: 33.333%;
        width: calc(33.333% - 30px);
        float: right;
        position: relative;
        margin: 0 calc(15px);
        padding: 15px;
    }
    #pflegeboxForm .aside .btnContainer button {
        width: 100%;
    }*/
}
@media (min-width: 1580px) {
  #pflegeboxForm .articleGrid {
    width: 33.33%;
  }
}

.optsVnummer.optsOk:after {
  content: '\e817';
  font-family: fontello;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  color: rgb(69,161,42);
}

/* Content: GRIDS */
.gridWrap {
  margin: 15px -15px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gridWrap .gridSizer {
  width: 8.33%;
}
.gridWrap [class^="gridWidth"],
.gridWrap .articleGrid {
  padding: 0 10px 20px 10px;
  float: left;
  position: relative;
}
.gridWrap .leftContainer,
.gridWrap .rightContainer {
  width: 100%;
}
.gridWrap .rightContainer {
  float: right;
}

.articleGrid {
  position: relative;
  z-index: 1;
  width: 100%;
}
.articleGrid .wrap {
  position:relative;
  display:block;
  background:#62b32c;
  height:100%;
  text-decoration:none;
}
.articleGrid a.wrap {
  color:#010101;
}
.articleGrid .info > :first-child {
  margin-top: 0;
}
.articleGrid .info > :last-child {
  margin-bottom: 0;
}
.articleGrid h2,
.articleGrid .headline {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-weight: 400;
  font-size: 1.250em;
}
@media only screen and (min-width: 960px) {
  .articleGrid h2,
  .articleGrid .headline {
    font-size: 1.111em;
  }
}
@media only screen and (min-width: 1440px) {
  .articleGrid h2,
  .articleGrid .headline {
    /*font-size: 1.563em;*/
  }
}

.articleGrid h2 a,
.articleGrid .headline a,
.articleGrid .wrap > a {
  text-decoration: none;
  display: block;
}
.articleGrid .articleImg  {
    overflow: hidden;
}
.articleGrid .imgWrap {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  position: relative;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.articleGrid:hover .imgWrap {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);

}
.articleGrid .wrap {overflow: hidden; }

.articleGrid .imgWrap.imgContain {
  background-size: contain;
}
.articleGrid .imgWrap .caption {
  position: absolute;
  background: #fff;
  display: block;
  padding: .5em 1em;
  margin: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleGrid:hover .imgWrap .caption {
  white-space: normal;
  text-overflow: none;
}
.articleGrid .articleImgNone {
  margin: 0 auto;
  position: relative;
}
.articleGrid .imgWidth-100 {
  width: 100%;
}
.articleGrid .imgWidth-75 {
  width: 75%;
}
.articleGrid .imgWidth-67 {
  width: 66.7%;
}
.articleGrid .imgWidth-50 {
  width: 50%;
}
.articleGrid .imgWidth-42 {
  width: 41.7%;
}
.articleGrid .imgWidth-33 {
  width: 33.3%;
}
.articleGrid .imgWidth-25 {
  width: 25%;
}
.articleGrid .imgWidth-20 {
  width: 20%;
}
.articleGrid .imgWidth-17 {
  width: 16.7%;
}
.articleGrid .imgWidth-15 {
  width: 15%;
}
.articleGrid .imgWidth-13 {
  width: 12.5%;
}
.articleGrid .imgWidth-10 {
  width: 10%;
}
.articleGrid .imgWidth-5 {
  width: 5%;
}
.articleGrid .imgWidth-75.articleImgLeft,
.articleGrid .imgWidth-67.articleImgLeft,
.articleGrid .imgWidth-50.articleImgLeft,
.articleGrid .imgWidth-42.articleImgLeft,
.articleGrid .imgWidth-33.articleImgLeft,
.articleGrid .imgWidth-25.articleImgLeft,
.articleGrid .imgWidth-20.articleImgLeft,
.articleGrid .imgWidth-17.articleImgLeft,
.articleGrid .imgWidth-15.articleImgLeft,
.articleGrid .imgWidth-13.articleImgLeft,
.articleGrid .imgWidth-10.articleImgLeft,
.articleGrid .imgWidth-5.articleImgLeft {
  float: left;
  padding-right: 1em;
  margin-bottom: 1em;
}
.articleGrid .imgWidth-75.articleImgRight,
.articleGrid .imgWidth-67.articleImgRight,
.articleGrid .imgWidth-50.articleImgRight,
.articleGrid .imgWidth-42.articleImgRight,
.articleGrid .imgWidth-33.articleImgRight,
.articleGrid .imgWidth-25.articleImgRight,
.articleGrid .imgWidth-20.articleImgRight,
.articleGrid .imgWidth-17.articleImgRight,
.articleGrid .imgWidth-15.articleImgRight,
.articleGrid .imgWidth-13.articleImgRight,
.articleGrid .imgWidth-10.articleImgRight,
.articleGrid .imgWidth-5.articleImgRight {
  float:right;
  padding-left: 1em;
  margin-bottom: 1em;
}

.gridWrap [class^="gridWidth"] {
  width:100%;
}

@media only screen and (min-width: 480px) {
  .gridWrap .gridWidth_25 {
    width: 50%;
  }
}

@media only screen and (min-width: 560px) {
  .gridWrap .gridWidth_50,
  .gridWrap .leftContainer,
  .gridWrap .rightContainer {
    width: 50%;
  }
}

@media only screen and (min-width: 640px) {
  .gridWrap .gridWidth_33 {
    width: 50%;
  }
}

@media only screen and (min-width: 960px) {
  .gridWrap .gridWidth_33 {
    width: 33.33%;
  }
  .gridWrap .gridWidth_25 {
    width: 25%;
  }
}
.articleGrid .textWrap {
  padding:15px;
  position: relative;
}
@media only screen and (max-width: 559px) {
  .gridWidth_100 .articleImgLeft.imgWidth-50 {
    width:100%;
    padding:0;
  }
}
@media only screen and (min-width: 560px) {
  .gridWidth_100 .articleImgLeft.imgWidth-50 {
    position:absolute;
    left:0px;
    top:0px;
    bottom:0;
    padding:0;
    margin:0;
  }
  .gridWidth_100 .articleImgLeft.imgWidth-50 > .imgWrap {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    padding:0 !important;
  }
  .gridWidth_100 .articleImgLeft.imgWidth-50 + .textWrap {
    padding:30px;
    padding-left:50%;
    padding-left:calc(50% + 30px);
    min-height:200px;
  }
}
.articleGrid.tax_centered {
  text-align:center;
}
.articleGrid .moreBtn {
  position:absolute;
  bottom:50%;
  margin-bottom: -20px;
  right:0;
  height:40px;
  width:40px;
  color:#fff;
  text-align:center;
}
.articleGrid .moreBtn span:not(.icon) {
  display:none;
}
.articleGrid .moreBtn span.icon {
  line-height:40px;
  font-size: 30px;
  opacity: 0.5;
}

.tax_gruene-box .articleGrid .wrap {
  color:#fff;
  background: rgb(69,161,42); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(69,161,42,1) 0%, rgba(61,146,35,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(69,161,42,1) 0%,rgba(61,146,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(69,161,42,1) 0%,rgba(61,146,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tax_gruene-box .articleGrid .wrap .headline,
.tax_gruene-box .articleGrid .wrap .headline a {
  color:#fff;
}

.articleGrid.tax_gruene-box > .wrap {
  color:#fff;
  background: rgb(69,161,42); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(69,161,42,1) 0%, rgba(61,146,35,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(69,161,42,1) 0%,rgba(61,146,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(69,161,42,1) 0%,rgba(61,146,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.articleGrid.tax_gruene-box > .wrap .headline,
.articleGrid.tax_gruene-box > .wrap .headline a {
  color:#fff;
}

.articleGrid.tax_topHeadline .wrap > .headline {
  position:absolute;
  top:0;
  left:0;
  right:0;
  padding:20px;
  z-index: 1;
  color:#fff;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.50) 0%,rgba(0,0,0,0) 100%);
}
.articleGrid.tax_topHeadline .wrap > .info {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:20px;
  color:#fff;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.50) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.50) 100%);
}
.info .gridWrap {
  margin:0 -10px;
}
.info .gridWrap .articleGrid.gridWidth_33 {
  width: 33.33%;
  float:left;
  padding:10px;
}
@media only screen and (min-width: 560px) {
  #article_startPflege .wrap {
    min-height: 20vw;
    max-height:200px;
  }
  #article_startPflege .articleTeaser,
  #article_startPflege .articleTeaser .imgWrap {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    padding-bottom:0 !important;
  }
}

/* START Raster */
@media only screen and (max-width: 959px) {
  .tax_startGrid .articleGrid .headline {
    position: relative;
    display: block;
  }
  .tax_startGrid .articleGrid .headline:after {
    position: absolute;
    right: 0;
    top:0;
    display: block;
    content: '\f006';
    font-family: 'fontello';
    color: #45a12a;
    transition:right 0.2s;
  }
  .tax_startGrid .articleGrid:hover .headline:after {
    right:-10px
  }
  .tax_startGrid .articleGrid {
    width: 100% !important;
  }
  .tax_startGrid .articleGrid .articleImgNone,
  .tax_startGrid .articleGrid .textWrap :not(.headline){
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  .tax_startGrid .articleGrid .headline {
    display: none;
  }
}

/* MASON Grids */
.masonryWrap {
  display: block;
}
.masonryWrap .gridSizer {
  width: 8.333%;
}
.masonryWrap .articleGrid {
  height: auto;
  padding: 0;
}

.masonryWrap .wrap {
  overflow: hidden;
  display: block;
  height: 0;
  background:none;
}

.masonryWrap .gridWidth_3x3,
.masonryWrap .gridWidth_4x4,
.masonryWrap .gridWidth_4x2,
.masonryWrap .gridWidth_3x6,
.masonryWrap .gridWidth_6x3,
.masonryWrap .gridWidth_6x6 {
  width: 100%;
}
.masonryWrap .gridWidth_6x6 .wrap,
.masonryWrap .gridWidth_4x4 .wrap,
.masonryWrap .gridWidth_3x3 .wrap {
  padding-bottom: 100%;
}
.masonryWrap .gridWidth_4x2 .wrap,
.masonryWrap .gridWidth_6x3 .wrap {
  padding-bottom: 50%;
}
.masonryWrap .gridWidth_3x6 .wrap {
  padding-bottom: 200%;
}


.masonryGridItem .wrap .info {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,20,.2);
  line-height: 1.333;
  z-index: 2;
  transition: transform .3s;
}
.masonryGridItem .wrap .info:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.masonryGridItem .wrap > .headline {
  position:absolute;
  top:10px;
  left: 10px;
  right: 10px;
  padding:20px;
  color: #fff;
  z-index: 2;
}
.masonryGridItem .wrap .info .headline {
  font-size: 1.333em;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.masonryGridItem .wrap .info .headline a {
  color: #fff;
}
.masonryGridItem .wrap .info .headline,
.masonryGridItem .wrap .info p {
  margin: 0;
}

.masonryGridItem .wrap .info > :first-child {
  margin-top: 0;
}
.masonryGridItem .wrap .info > :last-child {
  margin-bottom: 0;
}

.masonryGridItem .articleTeaser {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  margin: 0;
  background: #003f57;
  transition: transform .3s, box-shadow .3s;
}
.masonryGridItem .articleTeaser .imgWrap {
  padding-bottom: 0 !important;
  height: 100%;
}
.masonryGridItem .flag {
  left: 20px;
  top: 20px;
  position: absolute;
  background: #fff;
  color: #000;
  font-size: .667em;
  line-height: 1;
  display: inline-block;
  padding: 5px;
  z-index: 2;
  transition: transform .3s;
}

.articleGrid .info {
  position:relative;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.articleGrid .host_distance {
  padding:2px 10px;
  display:block;
  position:absolute;
  line-height:15px;
  font-size:12px;
  font-weight:700;
  top:-19px;
  right:0;
  background:#f5f6f6;
}
.articleGrid .host_colors {
  padding:0px;
  position:absolute;
  left:0;
  right:0;
  top:-10px;
  display:block;
}
.articleGrid .host_colors > .host_color {
  display:block;
  height:10px;
  width:100%;
}
.articleGrid .host_colors > .host_color + .host_color {
  margin-left:5px;
}
.masonryGridItem.tax_centeredText .info {
  position:absolute;
  left:10px;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  bottom:auto;
}
.masonryGridItem.tax_noBackgroundGradient .info:after,
.masonryGridItem.tax_centeredText .info:after {
  display:none !important;
}
@media only screen and (min-width: 560px) {
  .masonryWrap .gridWidth_3x3,
  .masonryWrap .gridWidth_4x4,
  .masonryWrap .gridWidth_4x2,
  .masonryWrap .gridWidth_3x6 {
    width: 50%;
  }
  .gridWrap .gridWidth_20,
  .gridWrap .gridWidth_25 {
    width: 50%;
  }
  .gridWrap .gridWidth_50,
  .gridWrap .leftContainer,
  .gridWrap .rightContainer {
    width: 50%;
  }
}

@media only screen and (min-width: 960px) {
  .gridWrap .gridWidth_33 {
    width: 50%;
  }

  /* MASON Grids */
  .masonryWrap .gridWidth_3x3,
  .masonryWrap .gridWidth_4x2,
  .masonryWrap .gridWidth_4x4 {
    width: 33.333%;
  }
  .masonryWrap .gridWidth_3x6 {
    width: 33.333%;
  }
  .masonryWrap .gridWidth_6x3 {
    width: 66.66%;
  }
  .masonryWrap .gridWidth_6x6 {
    width: 66.66%;
  }
  .gridWrap .gridWidth_20 {
    width: 33.33%;
  }
  .gridWrap:not(.masonryWrap) .gridWidth_20:nth-child(3n+1) {
    clear: left;
  }
  .articleGrid .info {
    padding: 20px;
    line-height: 1.333;
  }
  .articleGrid .btnMore {
    bottom: 20px;
    right: 20px;
    line-height: 1.667;
  }
}


@media only screen and (min-width: 960px) {
  .gridWrap .gridWidth_33 {
    width: 33.33%;
  }
  .gridWrap:not(.masonryWrap) .gridWidth_33:nth-child(3n+1) {
    clear: left;
  }
  .gridWrap .gridWidth_25 {
    width: 33.33%;
  }
  .gridWrap:not(.masonryWrap) .gridWidth_25:nth-child(4n+1) {
    clear: left;
  }

  /* MASON Grids */
  .masonryWrap .gridWidth_3x3 {
    width: 25%;
  }
  .masonryWrap .gridWidth_3x6 {
    width: 25%;
  }
  .masonryWrap .gridWidth_6x3 {
    width: 50%;
  }
  .masonryWrap .gridWidth_6x6 {
    width: 50%;
  }
}

@media only screen and (min-width: 1080px) {
  .gridWrap .gridWidth_20 {
    width: 20%;
  }
  .gridWrap:not(.masonryWrap) .gridWidth_20:nth-child(3n+1) {
    clear: none;
  }
  .gridWrap:not(.masonryWrap) .gridWidth_20:nth-child(5n+1) {
    clear: left;
  }

  /* MASON Grids */
  .article + .clear + .masonryWrap {
    margin-top: 0 !important;
  }
  .masonryGridItem .wrap .info {
    padding: 20px;
  }
  .masonryGridItem .flag {
    left: 40px;
    top: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .gridWrap .gridWidth_25 {
    width: 25%;
  }
}
.article + .article,
.article + .list,
.gridWrap + .clear + .gridWrap {
  margin-top:30px;
}
.article > :first-child {
  margin-top: 0;
}
.accordionWrapper.ui-accordion .ui-accordion-header,
.accordionWrapper.ui-accordion .ui-accordion-header .h3,
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-default {
  background:#f9f9f9;
  color:inherit;
  border:none;
  border-radius:0;
  margin: 5px 0 0 0;
  font-weight:500;
  padding-right:2.2em;
}
.accordionWrapper.ui-accordion .ui-accordion-header .h3 {
  padding-right: 0;
}
/*.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active,
.accordionWrapper.ui-accordion .ui-accordion-header.ui-state-active h3 {
	background:#45a12a;
	color:#fff;
}*/
.accordionWrapper.ui-accordion .ui-accordion-content {
  background:none;
  border:none;
  padding:0 .5em;
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon {
  background:none;
  position:absolute;
  margin:0;
  right:0;
  top:0;
  height: 3em;
  width: 3em;
  line-height: 2.5;
  text-indent:0;
  padding:0em;
  text-align:center;
  transition:transform 0.2s;
}
.accordionWrapper.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-icon {
  transform:rotate(90deg);
}
.accordionWrapper.ui-accordion .ui-accordion-header .ui-icon:after {
  display:block;
  font-family:'fontello';
  content:'\f006';
}
.accordionWrapperPlus.ui-accordion .ui-accordion-header,
.accordionWrapperPlus.ui-accordion .ui-accordion-header.ui-state-default {
  position: relative;
  background:none;
  padding:0 0 1px 0;
}
.accordionWrapperPlus.ui-accordion .ui-accordion-header .h3 {
  background: rgb(127,213,240);
  background: -moz-linear-gradient(left, rgba(127,213,240,1) 0%, rgba(168,223,240,1) 100%);
  background: -webkit-linear-gradient(left, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);
  background: linear-gradient(to right, rgba(127,213,240,1) 0%,rgba(168,223,240,1) 100%);
  padding: 0.364em;
  padding-right:2.2em;
}
.accordionWrapperPlus.ui-accordion .ui-accordion-header .ui-icon {
  z-index: 1;
}
.accordionWrapperPlus.ui-accordion .accTeaser {
  padding: 0 .5em;
}

/* TERRASSOMAT */
.optsSingle .optsBlock {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.optsSingle .optsBlock .optsWrap {
  width: 100%;
  padding: 10px;
  position: relative;
}
.optsSingle .optsBlock .optsWrap .optsBox {
  padding-bottom: 100%;
  position: relative;
}

.optsSingle .optsBlock .optsWrap .optsInline {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #2b2b2b;
  transition: border 0.2s;
  margin: 0;
  padding: 0;
}
.optsWrap label .articleImg:before,
.optsSingle .optsBlock .optsInline:before {
  content: '\e810';
  font-family: fontello;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.2;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 0.2s, color 0.2s;
  z-index: 1;
}
.optsWrap input:checked + label .articleImg:before,
.optsSingle .optsBlock .optsInline.optsChecked:before {
  color: #45a12a;
  opacity: 0.9;
}
@media only screen and (min-width: 480px) {
  .optsSingle .optsBlock .optsWrap {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .withoutAside .optsSingle .optsBlock .optsWrap {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1440px) {
  .withoutAside .optsSingle .optsBlock .optsWrap {
    width: 25%;
  }
  .optsSingle .optsBlock .optsWrap {
    width: 33.33%;
  }
}

.optsSingle .optsBlock .optsInline input[type="checkbox"],
.optsSingle .optsBlock .optsInline input[type="radio"] {
  display: none;
}
.optsSingle .optsBlock .optsInline label {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: #fff;
  z-index: 1;
}
.optsSingle .optsBlock .optsInline label:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -20px;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  pointer-events: none;
}
.optsSingle .optsBlock .fieldBildBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
}

/* benefits-content */
.benefits-content > div {
  width: 100%;
}

.benefits-content .benefits-image {
  display:none;
}
.benefits-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.benefits-item-icon {
  color: #45a12a;
  font-size: 30px;
  text-align: center;
}
.benefits-item-icon > i {
  width: 80px;
}

.benefits-item-icon,
.benefits-item-content {
  padding-top: 20px;
}
.benefits-item-content > :first-child {
  margin-top: 0;
}
@media only screen and (min-width: 640px) {
  .benefits-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .benefits-content > div {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .benefits-content > div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .benefits-content .benefits-image {
    display:block;
    padding: 20px;
    text-align: center;
  }
  .benefits-left .benefits-item {
    flex-direction: row-reverse !important;
  }
  .benefits-left .benefits-item-content {
    text-align: right !important;
  }
}


/**/


.popoutInner {
  background:#f2f2f2;
}

.popout.ltr .popoutInner {

}
.popoutInner > * {
  padding: 20px;
}
.popoutInner .textWrap .innerWrap > :first-child {
  margin-top: 0;
}
.popoutInner .teaser .swiper-slide {
  background-color: #f2f2f2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

}
.popoutInner .teaser .swiper-slide img {
  display: none;
}
@media only screen and (min-width: 640px) {
  .popoutInner > * {
    padding: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .article .popout {
    margin-left: -10%;
    margin-right: -10%;
  }

  .popoutInner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .popoutInner > * {
    position: relative;
    float: left;
    width: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .popoutInner .vid,
  .popoutInner .teaser {
    width: 100%;
  }
  .popoutInner .teaser .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 62.5%;
  }
  .popoutInner .teaser .swiper-slide img {
    display: none;
  }
  .popout.rtl .popoutInner .textWrap {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .popout.ltr .popoutInner > :nth-child(2n) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* ARTICLE-SLIDER */
.articleSlider {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
.articleSlider .swiper-wrapper .swiper-slide {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.articleSlider .swiper-button-next:after,
.articleSlider .swiper-button-prev:after {
  content: '';
  display: none;
}
.articleSlider .swiper-button-next,
.articleSlider .swiper-button-prev {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.articleSlider .swiper-button-prev {
  right: 30px;
}





.optsContainer .optsWrap {
  position: relative;
}
.optsContainer.hasCount .optsWrap {
  padding-right: 50px;
}
#pflegegradrechner_wrap .optsContainer {
  padding-right:30px;
}
#pflegegradrechner_wrap .optsContainer  .optsWrap:before {
  content: '\e809';
  position: absolute;
  right: -30px;
  display: inline-block;
  width: 30px;
  font-family: 'fontello';
  font-size: 24px;
  line-height: 30px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  color: #ddd;
}
#pflegegradrechner_wrap .optsContainer.optsOk  .optsWrap:before {
  color: rgb(69,161,42);
}
#pflegegradrechner_wrap .optsContainer.hasCount .markt_count {
  position: absolute;
  width: 30px;
  right: 0;
  text-align: center;
  bottom: 0;
}
@media only screen and (min-width: 720px) {
  .optsContainer.hasCount .markt_count {
    bottom: auto;
  }
}

#pflegegradrechner_progress .headline {
  margin: 0;
}
.circlePercent {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f3f3f3;
}
.circlePercent:before,
.circlePercent > .progressEnd {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 47px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #45a12a;
  transition: transform 0.5s;
  -ms-transform-origin: 3px 50px;
  transform-origin: 3px 50px;
  content: "";
}
.circlePercent:after,
.circlePercent > .progress {
  position: absolute;
  transition: transform 0.5s;
  -ms-transform-origin: 50px 50px;
  transform-origin: 50px 50px;
  z-index: 0;
  top: 0;
  left: 0;
  width: 50px;
  height: 100px;
  border-radius: 50px 0 0 50px;
  background: #f3f3f3;
  content: "";
}
.circlePercent.fiftyPlus:after {
  background: #45a12a;
  transition: transform 0.5s;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.circlePercent > .progress.progress {
  background: #45a12a;
}
.circlePercent > .counter {
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  width: 100px;
  height: 100px;
  /*margin-top: -2px;
    margin-left: -2px;*/
  border-radius: 50%;
  /*border: 4px solid orange;*/
}
.circlePercent > .counter:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-top: -13px;
  width: 100%;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  font-family: sans-serif;
  text-align: center;
  color: #000;
  content: attr(data-percent) "%";
}
.circlePercent > .counter:after {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.circlePercent > .counter[data-percent="100"] {
  background: #45a12a;
}


/* OVERLAY */
html.popup { overflow:hidden; }
#popup {
  visibility:hidden;
  z-index:100010;
    position:absolute;
  height:100%;
    /*position: fixed;
    bottom: 0;*/
  min-height: 100%;
  width:100%;
  top:0;
  left:0;
  text-align:center;
  background:rgba(0,0,0,0);
  /*background:rgba(0,0,0,0.7);*/
  overflow:auto;
  transition:visibility 0.5s, background 0.5s;
}
.popup #popup {
  visibility:visible;
  background:rgba(0,0,0,0.7);
}
#popupContainer {
  position:relative;
  box-sizing:border-box;
  width: 100%;
  /*height:80%;*/
  margin-top:20%;
  margin-top:20vh;
  padding-right:40px;
  padding-top:40px;
  display:inline-block;
  opacity:0;
  transition:margin-top .5s , opacity .5s;
}
.popup #popupContainer {
  margin-top:10%;
  margin-top:10vh;
  opacity:1;
}
#popupContent {
  box-sizing:border-box;
  text-align:left;
  padding:20px;
  /*height:100%;*/
  background-color:#fff;
  box-shadow:0 7px 15px rgba(0,0,0,0.6);
  overflow:auto;
}
#popupContent img {
  max-width: 100%;
  height: auto;
}
#popupClose {
  position:absolute;
  right:0;
  top:0;
  height:40px;
  width:40px;
  cursor:pointer;
  background-color: #45a12a;
  box-shadow:0 2px 10px rgba(0,0,0,0.6);
  transition: transform 1s ease-in-out 0s;
}
.csstransforms #popupClose .closePop {
  background: #45a12a none;
}
.csstransforms #popupClose:before, .csstransforms #popupClose:after {
  background-color: #fff;
  content: "";
  height: 80%;
  left: 45%;
  position: absolute;
  top: 10%;
  width: 2px;
  transition:transform 0.4s;
}
.csstransforms #popupClose:before {
  transform: rotate(45deg);
}
.csstransforms #popupClose:after {
  transform: rotate(-45deg);
}
.csstransforms #popupClose:hover:before {
  transform: rotate(405deg);
}
.csstransforms #popupClose:hover:after {
  transform: rotate(315deg);
}
button.grey,
#popupContent button.close {
  background-color:#b2b2b2;
}
@media only screen and (min-width: 680px) {
  #popupContainer {
    max-width: 600px;
    width: auto;
  }
}
@media only screen and (min-width: 1440px) {
  #popupContainer {
    max-width: 960px;
    width: auto;
  }
}


#terrassomat_modules .headline {
  margin: 0 0 2px 0;
  padding: 10px;
  position: relative;
  background: #FFF; /*f2f2f2*/
}
#terrassomat_modules .answered .headline:after {
  content:'\e810';
  font-family: fontello;
  position: absolute;
  right: 10px;
}

/* RESULT */
#terrassomatResult article + article {
}
#terrassomatResult .headline {
  position: relative;
  margin: 0;
  border-radius: 8px;
  background: #f2f2f2;
    padding: 0;
}
#terrassomatResult .headline > span {
  position: relative;
  display: block;
}
#terrassomatResult .headline > a,
#terrassomatResult .headline > button {

    line-height: 1.2em;
    z-index: 1;
    color: inherit;
    padding: 10px 60px 10px 50px;
    width: 100%;
    text-align: left;
/*  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  padding: 10px 10px 10px 15px;
  border-radius: 0 8px 8px 0;
  background: rgba(69,161,42,0.5);
  background: -moz-linear-gradient(left, rgba(69,161,42,0) 0%, rgba(69,161,42,1) 5%, rgba(69,161,42,1) 100%);
  background: -webkit-linear-gradient(left, rgba(69,161,42,0) 0%,rgba(69,161,42,1) 5%,rgba(69,161,42,1) 100%);
  background: linear-gradient(to right, rgba(69,161,42,0) 0%,rgba(69,161,42,1) 5%,rgba(69,161,42,1) 100%);*/
}
#terrassomatResult .headline .name {
    position: relative;
}
#terrassomatResult .headline label {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    z-index: 1;
}
#terrassomatResult .headline label .icon {
    display: block;
    position: relative;
    animation: pulse 1s ease-in-out infinite;
}
#terrassomatResult .headline .icon-right-open {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 10px 10px 10px 15px;
    border-radius: 0 8px 8px 0;
    background: none;
    /*background: rgba(69,161,42,0.5);
    background: -moz-linear-gradient(left, rgba(69,161,42,0) 0%, rgba(69,161,42,1) 5%, rgba(69,161,42,1) 100%);
    background: -webkit-linear-gradient(left, rgba(69,161,42,0) 0%,rgba(69,161,42,1) 5%,rgba(69,161,42,1) 100%);
    background: linear-gradient(to right, rgba(69,161,42,0) 0%,rgba(69,161,42,1) 5%,rgba(69,161,42,1) 100%);*/
    z-index: 1;
}
#terrassomatResult .headline .rating {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.rating > span {
  display: block;
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: width 0.2s;
}
#terrassomatResult .headline button:hover .rating > span {
  width: 100% !important;
}

.rating > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: #45a12a;
  border-radius: 8px;
  overflow: hidden;
  transition: width 1s ease-in-out;
}
.rating > span.animate:after {
  width: 100%;
}

#terrassomatResult article .textWrap {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
  margin: 10px 0;
}
#terrassomatResult article .resultCheck:checked ~ .textWrap {
  max-height: 1000px;
}
#terrassomatResult article .resultCheck:checked ~ .textInner {
  padding: 10px 0;
}

@keyframes pulse {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.15);
  }
}

#formWrap .optsBlock .optsWrap .optsBox {
  padding-bottom: 66.6%;
}

#formWrap .optsBlock .optsWrap {
  width: 50%;
}
#formWrap .optsBlock .optsWrap .optsInline {
  border: none;
}
#formWrap .optsBlock .optsInline label {
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 0;
}

#formWrap .optsBlock .optsInline label:before {
  display: none;
}

@media only screen and (min-width: 720px) {
  #formWrap .optsBlock .optsWrap {
    width: 25%;
  }
}

#sizeWrap .sizeForm {
  display: none;
}
#sizeWrap .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#sizeWrap .imgWrap,
#sizeWrap .sizeWrap {
  width: 50%;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#sizeWrap .imgWrap {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#sizeWrap .sizeWrap {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#sizeWrap .sizeWrap label {
  position: absolute;
  left: 0;
  width: 30px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  background: #ccc;
  line-height: 31px;
}
#sizeWrap .sizeWrap input {
  width: 100%;
  padding: 5px;
}
#sizeWrap .sizeWrap input.wrong {
    background: rgba(255,0,0,0.3);
}
#sizeWrap .sizeWrap .optsLine {
  background: #f0f0f0;
  position: relative;
  padding: 0 50px 0 30px;
}
#sizeWrap .sizeWrap .optsLine + .optsLine {
  margin-top: 5px;
}
#sizeWrap .sizeWrap .unit {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  padding: 0 5px;
  font-size: 12px;
  line-height: 3.167em;
}

.articleImg  .showInfo {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    text-decoration: none;
  cursor: pointer;
}

.articleImg .lengthSliderWrapper {
  margin-left: 50px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: right;
}
.articleImg .lengthSlider {
  padding-left: 30px;
  position: absolute;
  right: 0;
  max-width: 100%;
  bottom: 0;
}
.articleImg .lengthSlider .icon {
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.articleImg .lengthSlider .swiper-wrapper {
  margin-bottom: 7px;
}
.articleImg .lengthSlider .swiper-slide {
  width: auto;
  padding: 4px;
  font-size: 11px;
  line-height: 11px;
  border: 1px solid #fff;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 5px;
  margin-right: 6px;
}
.articleImg .lengthSlider .swiper-scrollbar {
  bottom: 0;
  height: 2px;
}
.articleImg .lengthSlider .swiper-scrollbar-drag {
    background: #fff;
    box-shadow: 0 0 1px inset;
}
/* PLANER */

.optsContainerWrap .optsContainer {
  float: left;
  width: 50%;
}
@media only screen and (min-width: 960px) {
  .optsContainerWrap.optsContainerWrap_4 {

  }

  #markt_land,
  #markt_plz {
    width: 10%;
  }

  #markt_ort {
    width: 30%;
  }

}

/* RESULT */
#files {
  margin-bottom: 30px;
}
#files .fileRow {
  background: #d0d0d0;
}
#files .fileRow + .fileRow {
  margin-bottom: 5px;
}
#files .fileRow p.fileName {
  margin: 0;
}
#files .fileRow > div {
  float: left;
  padding: 10px;
  line-height: 20px;
}
#files .fileRow > button {
  float: right;
  padding: 10px 10px;
  line-height: 20px;
  background: #45a12a;
  color: #fff;
}
.resultBox {
  padding: 20px;
  background: #f0f0f0;
  margin-bottom: 20px;
}
.resultBox > :first-child {
  margin-top: 0;
}
.resultBox > :last-child {
  margin-bottom: 0;
}
.articleImg .ampel {
  position: absolute;
  display: block;
  top: 12px;
  left: 12px;
}
.articleImg .ampel > span:not(.ampel_info) {
  display: block;
  text-indent: -999px;
  overflow: hidden;
  width: 12px;
  height: 12px;
  margin: 2px 5px;
  border-radius: 6px;
  box-shadow:  0 2px 8px rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.8);
}
.articleImg .ampel:before,
.articleImg .ampel:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 5px;
  border-radius: 6px;
  box-shadow:  0 2px 8px rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.8);
}
.articleImg .ampel .ampel_info {
    margin-left: 30px;
    font-size: 11px;
    line-height: 14px;
    text-shadow: 0 0 3px #000;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.articleImg .ampel_1:before {
  background: #ff0000;
}
.articleImg .ampel_2 span:not(.ampel_info) {
  background: #ffff00;
}
.articleImg .ampel_3:after {
  background: #92d050;
}
/* Site: PAGE JUMPS */
.jumper {
  margin: 1em -1em;
  position: relative;
  height: 40px;
}
.jumper .resultStats,
.pagerJumper .divider {
  display: none;
}
.jumper .pagerJumper {
  display:block;
  margin:0 auto;
  position:absolute;
  right:0;
}
.pagerJumper a {
  padding: 10px 0;
  margin:0 1em;
  display:block;
  float:left;
  width:40px;
  height:40px;
  background: #ededed;
  color: inherit;
  font-weight: normal;
  line-height: 20px;
  text-align:center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.pagerJumper a:hover {
  background: #666;
  color: #fff;
}
.pagerJumper a:hover .iconForward {
  background-position: -570px -50px;
}
.pagerJumper a:hover .iconBackward {
  background-position: -530px -50px;
}
.pagerJumper a.aktiv {
  font-weight: bold;
  color: #fff;
  background:#45a12a;
}
.pagerJumper a .sprt {
  display:inline-block;
}
.pages {
  text-align:center;
  border-top: 1px solid #eee;
  padding-top: 1em;
  font-weight: 100;
  margin: 1em 0;
  color: #999;
}
.pages > * {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.pages a {
  font-weight: normal;
  padding: 0 10px;
  position: relative;
  color: #666;
  text-decoration: none;
  max-width: 35%;
  overflow: hidden;
}
.pages a span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pages a.enabled:first-child:before,
.pages a.enabled:last-child:after {
  font-family:'fontello';
  color:#45a12a;
}
.pages a.enabled:first-child:before {
  content: '\f007';
  margin-right:5px;
}
.pages a.enabled:last-child:after {
  content: '\f006';
  margin-left:5px;
}
.pages a.disabled {
  color: #CCC;
  text-decoration: none;
}
.pages .divider:before {
  content: '|';
  display:inline-block;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


.ticker-wrap .ticker {
  padding-top: 1rem;
}
@media only screen and (max-width: 1400px) {
  /* CSS Ticker */
  @-webkit-keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes ticker {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      visibility: visible;
    }
    100% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  .ticker-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 4rem;
    padding-left: 50%;
    box-sizing: content-box;
  }

  .ticker-wrap .ticker {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;
    white-space: nowrap;
    padding-right: 100%;
    padding-top: 0;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
  }

  .ticker-wrap .li {
    display: inline-block;
    padding: 0 2rem;
    font-size: 2rem;
    color: white;
  }
}
