/* @author Jules Weigel, Karo3.de * @copyright 	Copyright (C) Jules Weigel, Karo3.de * @license Jules Weigel, Karo3.de */
/* BG important */
/* BG not important */
/* CI 1 */
/* CI 2 */
/* CI 3 */
.stripe-wrapper {
  overflow: hidden;
}
.stripe-wrapper > * {
  overflow: visible !important;
}

.stripe-after {
  color: #fff;
}
.stripe-after a {
  color: #fff;
}
.stripe-after > * {
  position: relative;
  z-index: 1;
}
.stripe-after:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 100%;
  top: 0;
  left: 0%;
  z-index: 0;
  background: #DF7141;
  background: -moz-linear-gradient(0degdeg, #DF7141 0%, #f4f4f4 100%);
  background: -webkit-linear-gradient(0degdeg, #DF7141 0%, #f4f4f4 100%);
  background: linear-gradient(0degdeg, #DF7141 0%, #f4f4f4 100%);
}
@media only screen and (max-width: 1024px) {
  .stripe-after:after {
    width: 100%;
  }
}

.stripe-rl {
  overflow: visible;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.stripe-rl:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 0;
  background-color: #fff;
}
.stripe-rl:before {
  content: "";
  position: absolute;
  width: 10000px;
  height: 100%;
  top: 0;
  right: 100%;
  z-index: 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .stripe-rl:after {
    width: 100%;
  }
}

.stripe-l-border {
  overflow: visible;
  position: relative;
  border-bottom: 8px solid #DF7141;
  margin-top: 0;
}
.stripe-l-border:before {
  content: "";
  position: absolute;
  width: 10000px;
  height: 100%;
  top: 0;
  right: 100%;
  z-index: 0;
  border-bottom: 8px solid #DF7141;
}
@media only screen and (max-width: 1024px) {
  .stripe-l-border:after {
    width: 100%;
  }
}

#navs {
  margin-bottom: 0;
}

.header-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 8.3rem;
}

.header-fixed-spacer {
  width: 100%;
  height: 8.3rem;
}

#logo, #header-content, #menu-main, .header-fixed {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.header-small #header-content {
  padding-top: 0.5rem;
  max-height: 3.8rem;
}
.header-small.header-fixed {
  height: 3.8rem;
}
.header-small #menu-main {
  margin-top: 3rem;
}

#navs {
  position: relative;
}

.menu {
  float: left;
  margin-bottom: 0;
}
.menu li {
  float: left;
}

.menu-a {
  display: block;
  margin-right: 1.5rem;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 145%;
  color: #222;
  font-weight: 400;
}

.menu-a:hover, li.active > .menu-a, li.current > .menu-a {
  text-decoration: underline;
  color: #DF7141;
  text-decoration: none;
}

.menu > li:last-child > .menu-a {
  margin-right: 0;
}

.menu-v li {
  float: none;
  width: 14rem;
}

#footer .menu-a {
  text-transform: none;
  font-weight: 400;
}
#footer .menu-a:hover, #footer li.active > .menu-a, #footer li.current > .menu-a {
  text-decoration: underline;
  color: #fff;
}

#navs .menu li ul {
  position: absolute;
  left: -999em;
  z-index: 10;
  width: 15rem;
  padding-left: 0;
}
#navs .menu li li, #navs .menu li li li {
  float: none;
  margin: 0;
}
#navs .menu li li a, #navs .menu li li li a {
  margin-bottom: -1px;
  padding: 0.4rem 1.2rem 0.3rem;
  background-color: #fff;
  color: #515151;
  font-weight: 400;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s;
}
#navs .menu li li a:hover, #navs .menu li li.active > a, #navs .menu li li li a:hover, #navs .menu li li li.active > a {
  color: #DF7141;
}
#navs .menu li:hover ul ul {
  left: -999em;
}
#navs .menu li:hover ul, #navs .menu li li:hover ul, #navs .menu li.rwd-hover ul, #navs .menu li li.rwd-hover ul {
  left: auto;
}
#navs .menu li li:hover ul {
  left: 100%;
  margin-top: -3rem;
  margin-left: 0px;
}

.menu.flexbox {
  width: 100%;
}
.menu.flexbox ul, .menu.flexbox li {
  padding: 0;
  display: block;
}
.menu.flexbox li li {
  float: none;
}
.menu.flexbox li li a {
  font-size: 0.875rem;
  font-weight: normal;
}
.menu.flexbox a {
  font-weight: 600;
}

#menu-top {
  margin: 0.5rem 0 1rem;
}

#menu-top .moduletable {
  float: right;
}

.sidebar > *, .content-sidebar > * {
  margin-left: 0;
  margin-right: 0;
}
.sidebar .article-image, .content-sidebar .article-image {
  width: 100%;
  max-width: 100%;
}
.sidebar .article-image img, .content-sidebar .article-image img {
  width: 100%;
}

/*--------------------------Nachrichten---------------------------*/
#system-message .alert {
  position: relative;
  margin: 1.5rem 0 1.5rem;
  border-radius: 0;
  background-color: #fff;
  padding: 1rem 1.5rem;
  color: #fff;
}
#system-message .alert .alert-heading {
  margin-bottom: 0;
  font-size: 1rem;
}
#system-message .alert .close {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  color: #DF7141;
  font-size: 1.25rem;
  cursor: pointer;
}
#system-message .alert .close:hover {
  text-decoration: none;
}
#system-message .alert > *:last-child {
  margin-bottom: 0;
}
#system-message .alert > *:first-child, #system-message .alert h4 {
  margin-top: 0;
}
#system-message .alert-error {
  background-color: #DF7141;
}

.module-title > * {
  margin-top: 0;
}

#top .moduletable, #top-2 .moduletable, #bottom .moduletable, #bottom-2 .moduletable {
  margin-bottom: 1.5rem;
}
#top .moduletable:last-child, #top-2 .moduletable:last-child, #bottom .moduletable:last-child, #bottom-2 .moduletable:last-child {
  margin-bottom: 0;
}

.pagination-list li:first-child, .pagination-list li:last-child {
  display: none;
}
.pagination-list a {
  padding: 0.75rem;
  background-color: #DF7141;
  color: #fff;
}
.pagination-list .disabled a {
  background-color: #fff;
  color: #fff;
}
.pagination-list .active a {
  background-color: #fff;
  color: #fff;
}

/* @author Jules Weigel, Karo3.de * @copyright 	Copyright (C) Jules Weigel, Karo3.de * @license Jules Weigel, Karo3.de */
.slide-down {
  margin-bottom: -1.5rem !important;
}

.slide-down-content {
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 1.8s;
  -ms-transition: all 1.8s;
  transition: all 1.8s;
  overflow: hidden;
}
.slide-down-content.active {
  opacity: 1;
  max-height: 1700px;
  -webkit-transition: all 1.8s;
  -ms-transition: all 1.8s;
  transition: all 1.8s;
}

.slider-wrapper-karo3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-karo3 {
  transition: all 1s;
}
.slider-karo3 .item {
  padding-bottom: 2rem;
  transition: all 1s;
  font-size: 1.25rem;
  line-height: 120%;
}
.slider-karo3 .item .item-content {
  padding: 1rem;
}
.slider-karo3 .item h3, .slider-karo3 .item h2, .slider-karo3 .item .text-xxl {
  font-size: 5.125rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2.5rem;
}
.slider-karo3 .item h3.item-title {
  text-align: center;
}
.slider-karo3 a[class|=arrow] {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 20px;
  padding: 0;
  z-index: 2;
}
.slider-karo3 .arrow-left {
  left: 20px;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid #ffffff;
  transform: rotate(45deg);
  transition: left 0.5s;
}
.slider-karo3 .arrow-left:hover {
  left: 15px;
}
.slider-karo3 .arrow-right {
  right: 20px;
  border-bottom: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  transform: rotate(-45deg);
  transition: right 0.5s;
}
.slider-karo3 .arrow-right:hover {
  right: 15px;
}

.slider-nav {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  z-index: 2;
}
.slider-nav li {
  display: inline-block;
  margin: 0 4px;
  opacity: 0.9;
  cursor: pointer;
  transition: opacity 0.3s;
}

.slider-link {
  border: 3px solid #fff;
  border-radius: 100%;
  padding: 2px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  -webkit-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s;
}
.slider-link:hover, .slider-link.active {
  background-color: #fff;
}

.slider-no-arrows a[class|=arrow] {
  display: none;
}

.slider-no-nav .slider-nav {
  display: none;
}

/* @author Jules Weigel, Karo3.de * @copyright 	Copyright (C) Jules Weigel, Karo3.de * @license Jules Weigel, Karo3.de */
.event-item {
  color: #515151;
  font-weight: 400;
}
.event-item:hover {
  color: #515151;
}
.event-item-date {
  text-align: center;
  -webkit-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.event-item-date-d {
  font-size: 5rem;
  line-height: 74%;
}
.event-item-date-m {
  font-size: 2rem;
  line-height: 100%;
}
.event-item-date-y {
  font-size: 2rem;
  line-height: 100%;
}
.event-item:hover .event-item-date {
  background-color: #DF7141;
}
.event-item-content {
  padding-top: 1.5rem;
}
.event-item-content h2 {
  margin-top: 0;
}
@media only screen and (max-width: 880px) {
  .event-item-date.column-25 {
    width: 25%;
    max-width: 25%;
    flex: 1 1 25%;
  }
  .event-item-content.column-75 {
    width: 75%;
    max-width: 75%;
    flex: 1 1 75%;
    padding: 0 1.5rem 1.5rem;
  }
  .event-item-date {
    line-height: 100%;
  }
  .event-item-date-d {
    font-size: 8vw;
  }
  .event-item-date-m {
    font-size: 3vw;
  }
  .event-item-date-y {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 480px) {
  .event-item-date.column-25 {
    width: 25%;
    max-width: 25%;
    flex: 1 1 25%;
  }
  .event-item-content.column-75 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding: 1.5rem 0 1.5rem;
  }
  .event-item-date {
    padding: 1rem;
    line-height: 100%;
  }
  .event-item-date-d {
    font-size: 8vw;
  }
  .event-item-date-m {
    font-size: 3vw;
  }
  .event-item-date-y {
    font-size: 3vw;
  }
}

/* @author Jules Weigel, Karo3.de * @copyright 	Copyright (C) Jules Weigel, Karo3.de * @license Jules Weigel, Karo3.de */
.column-33 .teaser-img {
  overflow: hidden;
}

.item-text p:last-child {
  margin-bottom: 0;
}

.teaser-alternate-pos:nth-child(even) .teaser-img {
  order: 1;
}
.teaser-alternate-pos:nth-child(even) .overlay-left {
  margin-left: 0;
  margin-right: -3rem;
}
.teaser-alternate-pos:nth-child(even) .deko-parallax {
  left: auto;
  right: -1rem;
}

.moduletable .search .sr-only, .moduletable .search .element-invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input.input-click-visible {
  position: absolute;
  right: 0;
  top: 2.75rem;
  max-width: none;
  z-index: 1;
  font-size: 14px;
  visibility: hidden;
  -webkit-transition: width 0.5s, visibility 0.5s !important;
  -ms-transition: width 0.5s, visibility 0.5s !important;
  transition: width 0.5s, visibility 0.5s !important;
}

input.input-click-visible.active {
  visibility: visible;
  width: 195px !important;
}

.mod-search-label {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}

.moduletable .search {
  overflow: visible;
  position: relative;
}

.label-click {
  cursor: pointer;
}

.rwd-tablet-on {
  display: none;
}

@media only screen and (max-width: 1230px) {
  .akp-content {
    max-width: calc(100% - 33rem);
  }
  .pos-center {
    width: 95%;
  }
}
@media only screen and (max-width: 1160px) {
  .akp-content {
    max-width: 57%;
  }
  .pos-fixed-b-r {
    max-width: 42%;
  }
}
@media only screen and (max-width: 1024px) {
  #bottom-2 .moduletable.column-25 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    margin-bottom: 0;
  }
  #bottom-2 .moduletable.column-25 p:last-child {
    margin-bottom: 0;
  }
  #menu-top {
    margin: 0.5rem 0 0rem;
  }
  .column-16 {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%;
  }
  .column-66, .column-75 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 880px) {
  .sp-tb-xxl {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .column-16, .column-25, .column-33 {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%;
  }
  .rwd-tablet-on {
    display: block;
  }
  .rwd-tablet-off {
    display: none;
  }
  .rwd-tablet-col-100, .flexbox.rwd-tablet-cols-100 > div {
    padding: 0 1.25rem;
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .rwd-tablet-col-100:first-child, .rwd-tablet-col-100.content, .flexbox.rwd-tablet-cols-100 > div:first-child, .flexbox.rwd-tablet-cols-100 > div.content {
    padding-top: 1rem;
  }
  .rwd-tablet-col-100:last-child, .rwd-tablet-col-100.rwd-col-bottom, .flexbox.rwd-tablet-cols-100 > div:last-child, .flexbox.rwd-tablet-cols-100 > div.rwd-col-bottom {
    padding-bottom: 1rem;
  }
  .rwd-tablet-col-100.rwd-col-bottom:first-child, .flexbox.rwd-tablet-cols-100 > div.rwd-col-bottom:first-child {
    padding-top: 0;
  }
  .rwd-tablet-col-100.content:last-child, .flexbox.rwd-tablet-cols-100 > div.content:last-child {
    padding-bottom: 0;
  }
  .rwd-col-bottom {
    order: 12;
  }
  .spacing-r-xl {
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 780px) {
  html, body {
    font-size: 15px;
  }
  .akp-content {
    max-width: 100%;
  }
  .akp-content:after {
    content: "";
    clear: both;
    display: block;
  }
  .pos-fixed-b-r {
    position: relative;
    width: 26rem;
    max-width: 100%;
    margin-right: -2.6%;
    display: block;
    float: right;
  }
  /*#footer .column-16,
  .flexbox > *, .flexbox-stretch > *, .items-row > *, .leading > *, .items-leading > *, .mini-blog .item > *, .search-filter > *, .row-fluid > *, .form-row > * {
  	padding-left: $spacing-l;
  	padding-right: $spacing-l;
  }
  .spacing-p-m, .sp-p-m {
  	padding-left: $spacing-xs;
  	padding-right: $spacing-xs;
  }
  .spacing-p-l, .sp-p-l {
  	padding-left: $spacing-m;
  	padding-right: $spacing-m;
  }
  .spacing-p-s, .sp-p-s {
  	padding: 0.6666666667rem;
  }
  .spacing-p-no, .sp-p-no {
  	padding: 0;
  }
  .spacing-p-rightleft-no, .spacing-p-rl-no, .sp-p-rightleft-no, .sp-p-rl-no {
  	padding-right: 0;
  	padding-left: 0;
  }
  .column- {
  	&50 {
  		@include flex-width(100%);
  	}
  }
  .componente-sidebar {
  	padding-left: 0;
  	padding-top: $spacing-xl;
  }
  html, body {
  	font-size: 13px;
  }
  body {
  	font-size: 1.1rem;
  }*/
}
@media only screen and (max-width: 480px) {
  .column-33, .column-50 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .rwd-mobile-col-100, .column-50, .cols-2 > div, .span6, .col-6, .col-8, .col-4, .column-75 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .form-row > div {
    padding: 0;
  }
  .column-20, .cols-5 > * {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%;
  }
  .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .bg-footer-2 {
    display: none;
  }
  .column-25, .cols-4 > div {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%;
  }
  #footer-1 li {
    margin: 2.1%;
    width: 100%;
  }
  .bg-2.sp-p-xl {
    padding: 1.5rem;
  }
  h2, .h2, h1, .h1 {
    font-size: 1.25rem;
  }
  .teaser-txt {
    padding: 0.75rem 0 1.5rem;
  }
  .teaser-img {
    padding: 1.5rem 0 0.75rem;
  }
  .teaser-img-top {
    padding: 0 0 0.75rem;
  }
}
.rwd-menu-button {
  display: none;
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  float: right;
  cursor: pointer;
  -webkit-transition: background 0.8s;
  -ms-transition: background 0.8s;
  transition: background 0.8s;
}

.rwd-menu-close {
  position: absolute;
  right: 2.4%;
  left: auto;
  top: 1.55rem;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .rwd-menu-button {
    display: block;
  }
  .menu-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .menu-wrapper.active {
    height: 100%;
    overflow: auto;
    opacity: 1;
    padding-top: 6.25rem;
  }
  .rwd-menu-plus {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 3rem;
    font-weight: 400;
    padding-top: 1rem;
    border: 1px solid #fff;
    background-color: #DF7141;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rwd-menu-plus:before {
    content: "\e804";
    font-size: 1.5rem;
    margin-left: -0.4rem;
    position: absolute;
    font-family: "fontello";
  }
  li li .rwd-menu-plus {
    padding-top: 0.7rem;
    height: 2.8rem;
  }
  #menu-main .menu li:hover > ul, #menu-main .menu li li:hover > ul, #menu-main .menu li.rd-hover > ul, #menu-main .menu li li.rd-hover > ul {
    height: auto;
    position: relative;
  }
  .menu-link-border {
    border-radius: 0;
  }
  #navs .menu li li a, #navs .menu li li li a {
    margin-bottom: -1px;
    padding: 0.6rem 1.2rem 0.5rem;
  }
  #navs .menu li:hover ul, #navs .menu li li:hover ul, #navs .menu li.rwd-hover ul, #navs .menu li li.rwd-hover ul {
    left: auto;
    height: auto;
    position: relative;
  }
  #menu-main .menu, #menu-main .menu-v {
    width: 100%;
  }
  #menu-main .menu li, #menu-main .menu-v li {
    margin: 0;
    float: none;
    width: 100% !important;
    padding: 0;
    text-align: center;
    position: relative;
  }
  #menu-main .menu li a, #menu-main .menu-v li a {
    display: block;
    text-transform: none;
    font-size: 1.267rem;
    line-height: 120%;
    width: 100%;
    background-color: #fff;
    border: 1px solid transparent;
    margin-bottom: 5px !important;
    text-align: center;
    padding: 0.8rem 1rem 0.7rem;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
  #menu-main .menu li li a, #menu-main .menu-v li li a {
    font-size: 1.04rem;
    font-weight: normal;
  }
  #menu-main .menu li .parent > a, #menu-main .menu-v li .parent > a {
    border-bottom: 0;
  }
  #menu-main .menu li ul, #menu-main .menu li li ul, #menu-main .menu-v li ul, #menu-main .menu-v li li ul {
    border: 0;
    width: 100%;
    border-bottom: 4px solid #fff;
    border-top: 0px solid #fff;
    padding: 0;
  }
  #menu-main .menu > li > a, #menu-main .menu-v > li > a {
    padding: 0.5rem;
  }
  #menu-main .menu li.active > a, #menu-main .menu .current > a, #menu-main .menu-v li.active > a, #menu-main .menu-v .current > a {
    color: #DF7141;
  }
  .menu-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .menu-wrapper.active {
    height: 100%;
    overflow: auto;
    opacity: 1;
    padding-top: 6.25rem;
  }
  .rwd-menu-plus {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 3rem;
    font-weight: 400;
    padding-top: 1rem;
    border: 1px solid #fff;
    background-color: #DF7141;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rwd-menu-plus:before {
    content: "\e804";
    font-size: 1.5rem;
    margin-left: -0.4rem;
    position: absolute;
    font-family: "fontello";
  }
  li li .rwd-menu-plus {
    padding-top: 0.7rem;
    height: 2.8rem;
  }
  #menu-main .menu li:hover > ul, #menu-main .menu li li:hover > ul, #menu-main .menu li.rd-hover > ul, #menu-main .menu li li.rd-hover > ul {
    height: auto;
    position: relative;
  }
  .menu-link-border {
    border-radius: 0;
  }
  #navs .menu li li a, #navs .menu li li li a {
    margin-bottom: -1px;
    padding: 0.6rem 1.2rem 0.5rem;
  }
  #navs .menu li:hover ul, #navs .menu li li:hover ul, #navs .menu li.rwd-hover ul, #navs .menu li li.rwd-hover ul {
    left: auto;
    height: auto;
    position: relative;
  }
}

/*# sourceMappingURL=layout.css.map */
