@charset "UTF-8";
/* @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 */
/*------------------------------ Fonts -----------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Raleway"), local("Raleway-Regular"), url("../fonts/raleway-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v14-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v14-latin-regular.woff") format("woff"), url("../fonts/raleway-v14-latin-regular.ttf") format("truetype"), url("../fonts/raleway-v14-latin-regular.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/raleway-v14-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Italic"), local("Raleway-Italic"), url("../fonts/raleway-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v14-latin-italic.woff2") format("woff2"), url("../fonts/raleway-v14-latin-italic.woff") format("woff"), url("../fonts/raleway-v14-latin-italic.ttf") format("truetype"), url("../fonts/raleway-v14-latin-italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-700italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/raleway-v14-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Bold Italic"), local("Raleway-BoldItalic"), url("../fonts/raleway-v14-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v14-latin-700italic.woff2") format("woff2"), url("../fonts/raleway-v14-latin-700italic.woff") format("woff"), url("../fonts/raleway-v14-latin-700italic.ttf") format("truetype"), url("../fonts/raleway-v14-latin-700italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/raleway-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Bold"), local("Raleway-Bold"), url("../fonts/raleway-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v14-latin-700.woff2") format("woff2"), url("../fonts/raleway-v14-latin-700.woff") format("woff"), url("../fonts/raleway-v14-latin-700.ttf") format("truetype"), url("../fonts/raleway-v14-latin-700.svg#Raleway") format("svg");
  /* Legacy iOS */ }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  font-size: 16px;
  background-color: #fff; }

body {
  color: #515151;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 145%;
  word-wrap: break-word; }

/*--------------- Überschriften ---------------*/
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .text-xxxl {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 700;
  line-height: 125%;
  color: #03626E;
  letter-spacing: 0.03rem; }

h1, .h1 {
  font-size: 1.625rem;
  margin-bottom: 1rem; }

h2, .h2 {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem; }

h3, .h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem; }

h4, .h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  color: #515151; }

/*--------------- Text ---------------*/
p {
  margin-bottom: 1.5rem; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

cite {
  text-align: right;
  display: block;
  font-style: italic;
  font-size: 1rem; }

address {
  font-style: normal; }

sub, sup {
  line-height: 100%; }

.txt-xxxl {
  font-size: 5.125rem;
  line-height: 125%; }
@media only screen and (min-height: 800px) {
  .txt-xxxl {
    font-size: 3rem; } }
.txt-xxl {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 125%; }
.txt-xl {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 125%; }
.txt-l {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 125%; }
.txt-s {
  font-size: 0.875rem;
  line-height: 125%; }
.txt-s h1, .txt-s h2, .txt-s h3 {
  font-size: 0.875rem;
  line-height: 125%; }
.txt-xs {
  font-size: 0.875rem;
  line-height: 125%; }
.txt-r, .formRed, .formError {
  color: #9F0909; }
.txt-c-txt {
  color: #515151;
  font-weight: 400; }
.txt-c {
  color: #03626E; }
.txt-w {
  color: #fff; }
.txt-right {
  text-align: right; }
.txt-center {
  text-align: center; }

.light {
  font-weight: 400; }

.black {
  font-weight: 700; }

/*--------------- Links ---------------*/
a, .a {
  color: #03626E;
  text-decoration: none;
  cursor: pointer; }
a:hover, .a:hover {
  color: #F1C344; }

.link-all {
  -webkit-transition: background-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  color: #515151; }
.link-all:hover {
  background-color: #03626E;
  color: #515151; }
.link-all p {
  color: #515151; }

/* HTML | Beispiel Greundheit-aktiv.de Startseite
<div class="item">
	<a href="">
		<div class="link-overlay"></div>
	</a>
</div>
*/
.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9; }

/*--------------- Listen ---------------*/
ul, ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem; }

dt {
  float: left;
  margin-right: 0.75rem;
  font-weight: 700;
  color: #F1C344; }

dd {
  margin-left: 1.5rem;
  margin-bottom: 0.5rem; }

.list-no {
  padding: 0; }
.list-no li {
  list-style: none; }
.list-no li:before {
  display: none; }

.list-float {
  overflow: hidden; }
.list-float li {
  float: left;
  margin-right: 0.5rem; }

ul {
  list-style: none; }
ul li h1, ul li h2, ul li h3, ul li h4 {
  margin-top: 0; }
ul li:before {
  content: '';
  display: inline-block;
  background-color: #F1C344;
  width: 0.4em;
  height: 0.4em;
  margin-left: -1rem;
  margin-top: 0.5em;
  float: left; }

/*--------------- Bilder ---------------*/
a img {
  border: 0; }

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

.img-100 {
  width: 100%; }
.img-50 {
  max-width: calc(50% - 1.5rem / 2);
  width: calc(50% - 1.5rem / 2); }
.img-33 {
  max-width: 33%;
  width: 33%; }
.imgs-2, .imgs-3 {
  overflow: hidden; }
.imgs-2 img, .imgs-3 img {
  margin: 0 0.75rem 0.75rem !important; }
.imgs-2 img {
  width: calc(50% - 0.75rem - 0.1rem); }
.imgs-2 img:nth-child(odd) {
  margin-left: 0 !important; }
.imgs-2 img:nth-child(even) {
  margin-right: 0 !important; }
.imgs-3 img {
  width: calc(33% - 1rem - 0.1rem); }
.imgs-3 img:nth-child(3n+1) {
  margin-left: 0 !important; }
.imgs-3 img:nth-child(3n) {
  margin-right: 0 !important; }

.img-desc * {
  display: inline; }

.img-desc *, .img-desc, .image-caption {
  font-size: 0.875rem;
  font-style: italic; }

.image-bg {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.icon-burger {
  top: 50%; }
.icon-burger, .icon-burger:after, .icon-burger:before {
  position: absolute;
  left: 0.625rem;
  width: 1.875rem;
  height: 2px;
  background-color: #03626E;
  color: #fff;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  margin: 0; }
.icon-burger:after, .icon-burger:before {
  content: '';
  top: 0.46875rem;
  left: 0; }
.icon-burger:before {
  top: -0.5rem;
  margin-top: 1px; }
.icon-burger:hover, .icon-burger:hover:after, .icon-burger:hover:before {
  color: #03626E; }
.icon-burger.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #515151; }
.icon-burger.active:after, .icon-burger.active:before {
  top: 0;
  background-color: #515151; }
.icon-burger.active:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.icon-close {
  color: #515151;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px; }
.icon-close:before, .icon-close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0; }
.icon-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.icon-close:hover, .icon-close-burger:hover:after, .icon-close-burger:hover:before {
  background-color: #F1C344;
  color: #F1C344; }

/*--------------- Unterstrichen ---------------*/
hr {
  border: 0;
  border-bottom: 2px solid #B3AFAF;
  margin-bottom: 1rem;
  clear: both; }

hr.clear {
  border: 0; }

.mceContentBody hr.clear {
  background-color: #aaa;
  height: 5px; }

iframe {
  width: 100%; }

fieldset {
  border: 0;
  margin: 0 0 1rem; }

input[type="text"], textarea, select, input[type="search"], input[type="password"], input[type="email"] {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 1rem 0.45rem;
  border: 2px solid rgba(179, 175, 175, 0.25);
  border-radius: 0.5rem;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  color: #515151;
  background-color: #fff;
  -webkit-transition: border 0.2s, padding 0.2s, opacity 0.5s;
  -ms-transition: border 0.2s, padding 0.2s, opacity 0.5s;
  transition: border 0.2s, padding 0.2s, opacity 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"]:focus, textarea:focus {
  outline: none;
  border: 2px solid #F1C344; }

input[type="checkbox"], input[type="radio"] {
  display: block;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
  margin-left: 0.25rem;
  float: left; }

input[type="submit"], input[type="button"], button, .btn, .btn-right {
  display: inline-block;
  padding: 0.25rem 2rem 0.2rem;
  border: 2px solid #F1C344;
  border-radius: 1rem;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #03626E;
  background-color: #F1C344;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s; }
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .btn:hover, .btn-right:hover {
  color: #fff;
  background-color: #F1C344;
  border-color: #F1C344;
  text-decoration: none; }

select {
  background-image: url(../images/system/select-bg.svg);
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

::-webkit-input-placeholder {
  /* Edge */
  color: #03626E; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #03626E; }

::placeholder {
  color: #03626E; }

.label-no .formControlLabel {
  display: none; }

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem; }

.form-input-l {
  padding: 1rem 1.5rem 0.9rem;
  font-size: 1.25rem; }

.form-row > div {
  padding: 0 1.5rem 0 0; }
.form-row > div:last-child {
  padding-right: 0; }
.form-row > .col-12 {
  padding: 0; }

.form-group, .control-group {
  padding-bottom: 1rem; }

.form-small input {
  max-width: 22rem; }
.form-small input[type="submit"], .form-small input[type="button"], .form-small button {
  float: none; }

.form-dataprivacy-hidden .rsform-block-datenschutz {
  font-size: 0.875rem;
  line-height: 120%;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  overflow: hidden; }
.form-dataprivacy-hidden .rsform-block-datenschutz.disabled {
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  overflow: hidden; }
.form-dataprivacy-hidden .rsform-block-datenschutz.active {
  opacity: 1;
  max-height: 500px;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }

.bg-1 {
  background-color: #F1C344; }
.bg-2 {
  background-color: #FAECC6; }
.bg-b-light {
  background-color: #cfe0e3; }

.border, .border-a a, .border-label label {
  border: 0.125rem solid #fff; }

.border-top {
  border-top: 10px solid #fff; }

.border-no {
  border: 0; }

.border-circle, .border-circle-a a, .border-circle-label label {
  border-radius: 100%; }

.border-radius {
  border-radius: 0.3rem; }

.corner-top {
  height: 12rem; }
.corner-top:after {
  content: '';
  background-color: #F1C344;
  border-radius: 2rem;
  position: absolute;
  width: 3000px;
  height: 1000px;
  bottom: 0;
  left: calc(100% - 43rem);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 1; }

.corner-bottom {
  padding-top: 2rem;
  position: relative; }
.corner-bottom:after {
  content: '';
  background-color: #F1C344;
  border-radius: 2rem;
  position: absolute;
  width: 3000px;
  height: 1000px;
  top: 0;
  right: 2rem;
  z-index: 1;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg); }
.corner-bottom .moduletable {
  position: relative;
  z-index: 3; }

#bottom-2 .flexbox {
  overflow: visible; }
#bottom-2 .btn {
  background-color: #FAECC6; }
#bottom-2 .btn:hover {
  background-color: #03626E; }

.overflow-hidden {
  overflow: hidden; }

#footer {
  position: relative;
  z-index: 1; }
#footer p {
  margin-bottom: 0; }
#footer .bg-2 a {
  color: #515151; }
#footer .bg-2 a:hover {
  color: #515151;
  text-decoration: underline; }

.image-header-height {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
  z-index: 0; }
.image-header-height:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 11rem;
  background: #fff;
  background: -moz-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }

.nav-top .custom a, .nav-top .custom a:hover {
  color: #fff; }

.accordion-link-karo3 {
  position: relative; }
.accordion-link-karo3 h3 {
  margin: 0; }
.accordion-link-karo3 a {
  position: relative;
  padding: 0.75rem 1.5rem 0.75rem 8rem;
  background-color: #FAECC6;
  font-weight: 700;
  font-size: 1.25rem;
  display: block; }
.accordion-link-karo3 a:after {
  content: '';
  position: absolute;
  left: 1.3rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
  height: 0;
  width: 0;
  border-left: 7px solid #03626E;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  margin-top: 0.4rem;
  padding-top: 0; }
.accordion-link-karo3 a:hover:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }
.accordion-link-karo3.active a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.accordion-item-karo3 {
  padding: 1rem 1.5rem 1rem 8rem;
  border: 1px solid #FAECC6;
  background-color: #fff;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  overflow: hidden; }
.accordion-item-karo3 p, .accordion-item-karo3 .column-txt-2, .accordion-item-karo3 ul, .accordion-item-karo3 h2, .accordion-item-karo3 h3 {
  margin-bottom: 0.75rem; }
.accordion-item-karo3 p p, .accordion-item-karo3 .column-txt-2 p, .accordion-item-karo3 ul p, .accordion-item-karo3 h2 p, .accordion-item-karo3 h3 p {
  margin-bottom: 0; }
.accordion-item-karo3 h2, .accordion-item-karo3 h3 {
  margin-top: 0.75rem; }

#main .accordion-item-karo3 {
  opacity: 0;
  max-height: 0;
  padding: 0 1.5rem 0 8rem; }
#main .accordion-item-karo3.active {
  opacity: 1;
  max-height: 1700px;
  -webkit-transition: all 1s 1s;
  -ms-transition: all 1s 1s;
  transition: all 1s 1s;
  padding: 1rem 1.5rem 1rem 8rem; }

.iframe-container {
  cursor: pointer; }

.youtube-logo, .vimeo-logo, .googlemaps-logo {
  display: inline-block;
  color: #fff;
  background-position: 4px 0px;
  max-width: 100%;
  opacity: 0.8;
  margin-bottom: 6rem;
  background-size: 232px;
  width: 83px;
  height: 54px; }

.vimeo-logo {
  background-size: contain; }

.load-iframe-txt {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent; }

.load-iframe-txt > div {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%; }

.load-iframe-txt a {
  color: #fff;
  text-decoration: underline; }

.load-iframe {
  overflow: hidden;
  position: relative;
  background-color: #000;
  background-position: center;
  background-size: cover; }
.load-iframe .small {
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  color: #fff;
  font-size: 0.875rem;
  line-height: 100%; }
.load-iframe .small a {
  font-size: 0.875rem;
  text-decoration: underline;
  color: #fff !important; }

.load-iframe .h2-look {
  margin: 0 0 3rem;
  font-size: 28px;
  text-shadow: 1px 1px 4px #000;
  display: none; }

.maps-container .load-iframe-txt, .maps-container .load-iframe-txt a {
  background-color: transparent;
  color: #333; }

.column-33 .iframe-container .load-iframe, .column-33 .iframe-container iframe {
  max-height: 160px !important; }
.column-33 .iframe-container .load-iframe .small, .column-33 .iframe-container .load-iframe .small a, .column-33 .iframe-container iframe .small, .column-33 .iframe-container iframe .small a {
  font-size: 0.625rem; }
.column-33 .iframe-container .youtube-logo, .column-33 .iframe-container .vimeo-logo, .column-33 .iframe-container .googlemaps-logo {
  width: 61px;
  height: 46px;
  background-size: 173px;
  margin-bottom: 1rem; }

.header {
  background-color: #fff;
  padding-bottom: 3rem; }

.header-content {
  position: relative;
  padding-top: 1.5rem; }

.logo a {
  border: 0; }
.logo img {
  max-width: 14.8rem;
  margin-left: -1rem; }

.navs {
  width: calc(100% - 14.8rem - 1.5rem - (2.5rem * 2));
  position: absolute;
  right: 2.5rem;
  bottom: 3.5em; }

.nav-top {
  float: right; }
.nav-top a, .nav-top a:hover {
  color: #fff; }

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

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

.logo img, .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; }
.header-small.header-fixed {
  height: 4.8rem;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09); }
.header-small .logo img {
  max-width: 14.8rem; }

.menu {
  float: right;
  margin-bottom: 0; }
.menu-footer {
  float: none; }
.menu-li {
  float: left;
  margin: 0 1rem; }
.menu-li:first-child {
  margin-left: 0; }
.menu-li:last-child {
  margin-right: 0; }
.menu-li-footer {
  margin: 0 1rem; }
.menu-li.active > a, .menu-li.active > .menu-header {
  color: #fff; }
.menu-li.active > .btn {
  color: #fff;
  background-color: #03626E; }
.menu-a, .menu-header {
  display: block;
  text-decoration: none;
  padding: 0.25rem;
  font-weight: 700;
  color: #03626E;
  line-height: 145%;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -ms-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s; }
.menu-a:hover, .menu-header:hover {
  color: #fff;
  text-decoration: none; }
.menu-a .image-title, .menu-header .image-title {
  display: none; }
.menu-a.btn, .btn.menu-header {
  padding: 0.25rem 1rem;
  background-color: #FAECC6; }
.menu-a.btn:hover, .btn.menu-header:hover {
  background-color: #03626E; }
.menu-a-main, .menu-header-main {
  padding-bottom: 0.5rem; }
.menu-a-footer {
  display: inline-block;
  color: #fff;
  font-weight: normal; }
.menu-a-footer:hover {
  color: #fff;
  text-decoration: underline; }
.menu-header:hover {
  color: #03626E; }

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

.navs .menu li ul {
  position: absolute;
  left: -999em;
  margin-left: -1.5rem;
  z-index: 10;
  min-width: 8rem;
  padding: 0 0.75rem 0.25rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #F1C344; }
.navs .menu li li, .navs .menu li li li {
  float: none;
  margin: 0;
  background-color: #fff; }
.navs .menu li li a, .navs .menu li li li a {
  margin-bottom: -1px;
  padding: 0.3rem 0.75rem;
  margin-right: 0;
  font-size: 0.875rem;
  background-color: #F1C344;
  border-top: 1px solid #F1C344;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s; }
.navs .menu li li:first-child a, .navs .menu li li li:first-child a {
  border-top-color: transparent; }
.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; }

/*--------------------------Nachrichten---------------------------*/
#system-message .alert {
  position: relative;
  margin: 1.5rem 0 1.5rem;
  border-radius: 1rem;
  background-color: #FAECC6;
  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: #03626E;
  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: #F1C344; }

.pagination-list li {
  margin-bottom: 0; }
.pagination-list li:first-child, .pagination-list li:last-child {
  display: none; }
.pagination-list a {
  padding: 0.75rem;
  background-color: #F1C344;
  color: #515151; }
.pagination-list .disabled a {
  background-color: #03626E;
  color: #fff; }
.pagination-list .active a {
  background-color: #03626E;
  color: #fff; }

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

.teaser-img img {
  display: block;
  width: 100%; }

.teaser-v .teaser-img {
  flex: 1 1 auto; }

.blog .items-intro {
  max-width: none;
  width: auto; }
.blog .items-leading {
  max-width: none;
  width: auto; }

.items-row .teaser, .items-leading .teaser {
  padding-right: 0;
  padding-left: 0; }
.items-row .teaser .teaser-img, .items-row .teaser .teaser-txt, .items-leading .teaser .teaser-img, .items-leading .teaser .teaser-txt {
  padding: 1rem; }
.items-row .teaser-v, .items-leading .teaser-v {
  -ms-flex-flow: column;
  flex-flow: column; }
.items-row .teaser-v .teaser-img, .items-leading .teaser-v .teaser-img {
  padding: 0;
  max-height: 13.5rem;
  overflow: hidden;
  flex-shrink: 0; }
.items-row .teaser-v .teaser-img img, .items-leading .teaser-v .teaser-img img {
  -webkit-transition: transform 0.8s;
  -ms-transition: transform 0.8s;
  transition: transform 0.8s; }
.items-row .teaser-v .teaser-txt, .items-leading .teaser-v .teaser-txt {
  border-radius: 0.5rem;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s; }
.items-row .teaser-v:hover .teaser-txt, .items-leading .teaser-v:hover .teaser-txt {
  background-color: #FAECC6; }

.blog .teaser-img {
  flex-shrink: 0; }
.blog .teaser-img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.readmore {
  margin-bottom: 0; }
.readmore a:before {
  content: '';
  height: 0;
  width: 0;
  border-left: 0.4em solid #F1C344;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  margin-right: 0.2em;
  padding-top: 0;
  display: inline-block; }

/*--------------- Flexbox ---------------*/
.flexbox, .flexbox-stretch, .items-row, .leading, .items-leading, .mini-blog .item, .search-filter, .row-fluid, .form-row {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start; }

.flexbox-stretch {
  align-items: stretch; }
.flexbox-stretch .item-text:last-child {
  height: 100%; }

.item-1, .column-100, .column-83, .col-9, .column-75, .col-8, .column-66, .column-60, .item-2, .item-3, .span6, .col-6, .column-50, .column-40, .cols-3 > div, .col-4, .column-33, .cols-4 > div, .col-3, .column-25, .cols-5 > div, .column-20, .column-16, .column-auto, .column-s-rem, .column {
  position: relative;
  float: left; }
.item-1, .column-100 {
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%; }
.column-83 {
  width: 83.333333%;
  max-width: 83.333333%;
  flex: 1 1 83.333333%; }
.col-9, .column-75 {
  width: 75%;
  max-width: 75%;
  flex: 1 1 75%; }
.col-8, .column-66 {
  width: 66.6667%;
  max-width: 66.6667%;
  flex: 1 1 66.6667%; }
.column-60 {
  width: 60%;
  max-width: 60%;
  flex: 1 1 60%; }
.item-2, .item-3, .span6, .col-6, .column-50 {
  width: 50%;
  max-width: 50%;
  flex: 1 1 50%; }
.column-40 {
  width: 40%;
  max-width: 40%;
  flex: 1 1 40%; }
.cols-3 > div, .col-4, .column-33 {
  width: 33.3333%;
  max-width: 33.3333%;
  flex: 1 1 33.3333%; }
.cols-4 > div, .col-3, .column-25 {
  width: 25%;
  max-width: 25%;
  flex: 1 1 25%; }
.cols-5 > div, .column-20 {
  width: 20%;
  max-width: 20%;
  flex: 1 1 20%; }
.column-16 {
  width: 16.6667%;
  max-width: 16.6667%;
  flex: 1 1 16.6667%; }
.column-auto {
  width: auto;
  max-width: 100%;
  flex: 1 1 auto; }
.column-s-rem {
  width: 16rem;
  max-width: 16rem;
  flex: 1 1 16rem; }

.height-100 {
  height: 100%; }

.width-100 {
  width: 100%; }

.width-75 {
  width: 75%; }

.width-66 {
  width: 66%; }

.width-60 {
  width: 60%; }

.width-50 {
  width: 50%; }

.width-40 {
  width: 40%; }

.width-33 {
  width: 33%; }

.width-30 {
  width: 30%; }

.width-25 {
  width: 25%; }

.width-20 {
  width: 20%; }

.width-10 {
  width: 10%; }

.width-vh {
  width: 36.5vh; }
@media only screen and (min-height: 800px) {
  .width-vh {
    width: 18rem; } }

.sz-w-max-m {
  max-width: 59rem; }
.sz-w-max-s {
  max-width: 43rem; }

.float-wrapper {
  overflow: hidden; }

.float-wrapper-no {
  overflow: unset; }

.float-wrapper-break::after {
  content: '';
  clear: both;
  display: block; }

.float-left, .pull-left {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 0.75rem; }

.float-clear-l, .pull-left {
  clear: left; }

.float-right, .pull-right {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 0.75rem; }

.article-body .float-right, .article-body .pull-right {
  margin-right: -1.5rem; }

.float-none, .pull-none {
  float: none;
  margin-bottom: 0.75rem; }
.float-none img, .pull-none img {
  width: 100%; }

.float-clear-r, .pull-right {
  clear: right; }

.article .float-right, .article .pull-right, .article .float-left, .article .pull-left {
  max-width: 40%; }
@media only screen and (max-width: 480px) {
  .article .float-right, .article .pull-right, .article .float-left, .article .pull-left {
    max-width: 100%;
    width: 100%; } }

.float-no {
  float: none;
  clear: both; }

.wr-o-hidden {
  position: relative;
  overflow: hidden;
  width: 100%; }

.sp-t-xxl, .sp-xxl, .sp-tb-xxl {
  margin-top: 4rem; }

.sp-p-t-xxl, .sp-p-xxl, .sp-p-tb-xxl {
  padding-top: 4rem; }

.sp-r-xxl, .sp-xxl, .sp-rl-xxl {
  margin-right: 4rem; }

.sp-p-r-xxl, .sp-p-xxl, .sp-p-rl-xxl {
  padding-right: 4rem; }

.sp-b-xxl, .sp-xxl, .sp-tb-xxl {
  margin-bottom: 4rem; }

.sp-p-b-xxl, .sp-p-xxl, .sp-p-tb-xxl {
  padding-bottom: 4rem; }

.sp-l-xxl, .sp-xxl, .sp-rl-xxl {
  margin-left: 4rem; }

.sp-p-l-xxl, .sp-p-xxl, .sp-p-rl-xxl {
  padding-left: 4rem; }

.sp-t-xl, .sp-xl, .sp-tb-xl {
  margin-top: 2.5rem; }

.sp-p-t-xl, .sp-p-xl, .item-1, .column-100, .column-83, .col-9, .column-75, .col-8, .column-66, .column-60, .item-2, .item-3, .span6, .col-6, .column-50, .column-40, .cols-3 > div, .col-4, .column-33, .cols-4 > div, .col-3, .column-25, .cols-5 > div, .column-20, .column-16, .column-auto, .column-s-rem, .column, .sp-p-tb-xl {
  padding-top: 2.5rem; }

.sp-r-xl, .sp-xl, .sp-rl-xl {
  margin-right: 2.5rem; }

.sp-p-r-xl, .sp-p-xl, .item-1, .column-100, .column-83, .col-9, .column-75, .col-8, .column-66, .column-60, .item-2, .item-3, .span6, .col-6, .column-50, .column-40, .cols-3 > div, .col-4, .column-33, .cols-4 > div, .col-3, .column-25, .cols-5 > div, .column-20, .column-16, .column-auto, .column-s-rem, .column, .sp-p-rl-xl {
  padding-right: 2.5rem; }

.sp-b-xl, .blog .items-leading, .sp-xl, .sp-tb-xl {
  margin-bottom: 2.5rem; }

.sp-p-b-xl, .blog .items-leading, .sp-p-xl, .item-1, .column-100, .column-83, .col-9, .column-75, .col-8, .column-66, .column-60, .item-2, .item-3, .span6, .col-6, .column-50, .column-40, .cols-3 > div, .col-4, .column-33, .cols-4 > div, .col-3, .column-25, .cols-5 > div, .column-20, .column-16, .column-auto, .column-s-rem, .column, .sp-p-tb-xl {
  padding-bottom: 2.5rem; }

.sp-l-xl, .sp-xl, .sp-rl-xl {
  margin-left: 2.5rem; }

.sp-p-l-xl, .sp-p-xl, .item-1, .column-100, .column-83, .col-9, .column-75, .col-8, .column-66, .column-60, .item-2, .item-3, .span6, .col-6, .column-50, .column-40, .cols-3 > div, .col-4, .column-33, .cols-4 > div, .col-3, .column-25, .cols-5 > div, .column-20, .column-16, .column-auto, .column-s-rem, .column, .sp-p-rl-xl {
  padding-left: 2.5rem; }

.sp-t-l, .sp-l, .sp-tb-l {
  margin-top: 1.5rem; }

.sp-p-t-l, .items-row .teaser-v .teaser-txt, .items-leading .teaser-v .teaser-txt, .sp-p-l, .sp-p-tb-l {
  padding-top: 1.5rem; }

.sp-r-l, .sp-l, .sp-rl-l {
  margin-right: 1.5rem; }

.sp-p-r-l, .sp-p-l, .sp-p-rl-l {
  padding-right: 1.5rem; }

.sp-b-l, .sp-l, .sp-tb-l {
  margin-bottom: 1.5rem; }

.sp-p-b-l, .items-row .teaser-v .teaser-txt, .items-leading .teaser-v .teaser-txt, .sp-p-l, .sp-p-tb-l {
  padding-bottom: 1.5rem; }

.sp-l-l, .sp-l, .sp-rl-l {
  margin-left: 1.5rem; }

.sp-p-l-l, .sp-p-l, .sp-p-rl-l {
  padding-left: 1.5rem; }

.sp-t-m, .sp-m, .sp-tb-m {
  margin-top: 1rem; }

.sp-p-t-m, .items-intro:nth-child(2), .sp-p-m, .sp-p-tb-m, .items-row .teaser, .items-leading .teaser {
  padding-top: 1rem; }

.sp-r-m, .sp-m, .sp-rl-m {
  margin-right: 1rem; }

.sp-p-r-m, .items-row .teaser-v .teaser-txt, .items-leading .teaser-v .teaser-txt, .sp-p-m, .sp-p-rl-m {
  padding-right: 1rem; }

.sp-b-m, .sp-m, .sp-tb-m {
  margin-bottom: 1rem; }

.sp-p-b-m, .sp-p-m, .sp-p-tb-m, .items-row .teaser, .items-leading .teaser {
  padding-bottom: 1rem; }

.sp-l-m, .sp-m, .sp-rl-m {
  margin-left: 1rem; }

.sp-p-l-m, .items-row .teaser-v .teaser-txt, .items-leading .teaser-v .teaser-txt, .sp-p-m, .sp-p-rl-m {
  padding-left: 1rem; }

.sp-t-s, .sp-s, .sp-tb-s {
  margin-top: 0.75rem; }

.sp-p-t-s, .sp-p-s, .sp-p-tb-s {
  padding-top: 0.75rem; }

.sp-r-s, .sp-s, .sp-rl-s {
  margin-right: 0.75rem; }

.sp-p-r-s, .sp-p-s, .sp-p-rl-s {
  padding-right: 0.75rem; }

.sp-b-s, .sp-s, .sp-tb-s {
  margin-bottom: 0.75rem; }

.sp-p-b-s, .sp-p-s, .sp-p-tb-s {
  padding-bottom: 0.75rem; }

.sp-l-s, .sp-s, .sp-rl-s {
  margin-left: 0.75rem; }

.sp-p-l-s, .sp-p-s, .sp-p-rl-s {
  padding-left: 0.75rem; }

.sp-t-xs, .sp-xs, .sp-tb-xs {
  margin-top: 0.5rem; }

.sp-p-t-xs, .sp-p-xs, .sp-p-tb-xs, .blog .items-intro {
  padding-top: 0.5rem; }

.sp-r-xs, .sp-xs, .sp-rl-xs {
  margin-right: 0.5rem; }

.sp-p-r-xs, .sp-p-xs, .sp-p-rl-xs {
  padding-right: 0.5rem; }

.sp-b-xs, .sp-xs, .sp-tb-xs {
  margin-bottom: 0.5rem; }

.sp-p-b-xs, .sp-p-xs, .sp-p-tb-xs, .blog .items-intro {
  padding-bottom: 0.5rem; }

.sp-l-xs, .sp-xs, .sp-rl-xs {
  margin-left: 0.5rem; }

.sp-p-l-xs, .sp-p-xs, .sp-p-rl-xs {
  padding-left: 0.5rem; }

.sp-t-xss, .sp-xss, .sp-tb-xss {
  margin-top: 0.25rem; }

.sp-p-t-xss, .sp-p-xss, .sp-p-tb-xss {
  padding-top: 0.25rem; }

.sp-r-xss, .sp-xss, .sp-rl-xss {
  margin-right: 0.25rem; }

.sp-p-r-xss, .sp-p-xss, .sp-p-rl-xss {
  padding-right: 0.25rem; }

.sp-b-xss, .sp-xss, .sp-tb-xss {
  margin-bottom: 0.25rem; }

.sp-p-b-xss, .sp-p-xss, .sp-p-tb-xss {
  padding-bottom: 0.25rem; }

.sp-l-xss, .sp-xss, .sp-rl-xss {
  margin-left: 0.25rem; }

.sp-p-l-xss, .sp-p-xss, .sp-p-rl-xss {
  padding-left: 0.25rem; }

.sp-t-no, .sp-no, .sp-tb-no {
  margin-top: 0; }

.sp-p-t-no, .blog .items-leading, .sp-p-no, .sp-p-tb-no {
  padding-top: 0; }

.sp-r-no, .sp-no, .sp-rl-no {
  margin-right: 0; }

.sp-p-r-no, .column-s-rem, .sp-p-no, .sp-p-rl-no, .blog .items-intro {
  padding-right: 0; }

.sp-b-no, .sp-no, .sp-tb-no {
  margin-bottom: 0; }

.sp-p-b-no, .sp-p-no, .sp-p-tb-no {
  padding-bottom: 0; }

.sp-l-no, .sp-no, .sp-rl-no {
  margin-left: 0; }

.sp-p-l-no, .sp-p-no, .sp-p-rl-no, .blog .items-intro {
  padding-left: 0; }

.sp-n-rl-m, .blog .items-leading {
  margin-right: -1rem;
  margin-left: -1rem; }
.sp-n-rl-s {
  margin-right: -0.75rem;
  margin-left: -0.75rem; }
.sp-n-rl-xs {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.teaser-txt > *:first-child, .sp-fl-no > *:first-child {
  margin-top: 0; }
.teaser-txt > *:last-child, .sp-fl-no > *:last-child {
  margin-bottom: 0; }

.pos-center, .pos-center-s, .pos-center-xs {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto; }
.pos-center-s {
  max-width: 43rem; }
.pos-center-xs {
  max-width: 700px; }
.pos-top {
  position: absolute;
  top: 0; }
.pos-bottom-right, .pos-b-r {
  position: absolute !important;
  right: 2.5rem;
  bottom: 6%; }
.pos-bottom-left, .pos-b-l {
  position: absolute !important;
  left: 2.5rem;
  bottom: 6%; }
.pos-right, .pos-r {
  position: absolute;
  right: 0; }
.pos-v-center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
.pos-absolute {
  position: absolute;
  width: 100%; }
.pos-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
.pos-relative {
  position: relative;
  z-index: 2; }

.display-on {
  display: block !important;
  opacity: 1 !important; }
.display-off {
  display: none !important;
  opacity: 0 !important; }

.rwd-menu-button {
  display: none;
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  float: right;
  background-color: #FAECC6;
  cursor: pointer;
  -webkit-transition: background 0.8s;
  -ms-transition: background 0.8s;
  transition: background 0.8s; }

.rwd-menu-close {
  position: absolute;
  margin-right: 2.5rem;
  left: auto;
  right: 2rem;
  top: 2.3rem; }

@media only screen and (max-width: 1024px) {
  .rwd-menu-button {
    display: block; }

  .nav-main .menu-a, .nav-main .menu-header {
    margin-left: 0rem; }
  .nav-main .menu-main, .nav-main .menu-v {
    width: 100%; }
  .nav-main .menu-main li, .nav-main .menu-v li {
    margin: 0;
    float: none;
    width: 100% !important;
    padding: 0;
    text-align: center;
    position: relative; }
  .nav-main .menu-main li a, .nav-main .menu-main li .menu-header, .nav-main .menu-v li a, .nav-main .menu-v li .menu-header {
    display: block;
    text-transform: none;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 120%;
    width: 100%;
    border: 1px solid transparent;
    text-align: center;
    padding: 0.8rem 1rem 0.7rem;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none; }
  .nav-main .menu-main li li, .nav-main .menu-v li li {
    background: transparent; }
  .nav-main .menu-main li li a, .nav-main .menu-v li li a {
    font-size: 1rem;
    font-weight: normal;
    border: 0;
    background: transparent; }
  .nav-main .menu-main li ul, .nav-main .menu-main li li ul, .nav-main .menu-v li ul, .nav-main .menu-v li li ul {
    border: 0;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    margin: 0;
    margin-bottom: 1rem;
    height: auto;
    left: auto;
    position: relative; }
  .nav-main .menu-main > li > a, .nav-main .menu-v > li > a {
    padding: 1rem; }
  .nav-main .menu-main li.active > a, .nav-main .menu-main .current > a, .nav-main .menu-v li.active > a, .nav-main .menu-v .current > a {
    color: #F1C344; }
  .nav-main li:not(.parent) {
    font-size: 1rem;
    font-weight: 700;
    padding: 0 3.5rem; }
  .nav-main li:not(.parent) > a {
    padding: 0.8rem 1rem 0.7rem;
    border: 0; }
  .nav-main .parent > a {
    border-bottom: 0; }
  .nav-main .rwd-menu-plus {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 3rem;
    padding-top: 0.9rem;
    border: 1px solid #fff;
    background-color: #FAECC6;
    color: #03626E; }
  .nav-main .rwd-menu-plus:before {
    content: '+'; }

  .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: 6rem; }

  li li .rwd-menu-plus {
    padding-top: 0.7rem;
    height: 2.8rem; }

  .nav-main .menu li:hover > ul, .nav-main .menu li li:hover > ul, .nav-main .menu li.rwd-hover > ul, .nav-main .menu li li.rwd-hover > ul {
    height: auto;
    left: 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; } }
.rwd-tablet-on {
  display: none; }

@media only screen and (max-width: 1260px) {
  .pos-center {
    width: 100%; }

  .image-header-height {
    width: calc(100% - 41rem); } }
@media only screen and (max-width: 1350px) {
  .item-2, .item-3 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%; } }
@media only screen and (max-width: 1024px) {
  .nav-top {
    display: none; }

  .corner-top:after {
    left: calc(100% - 10rem); }

  .navs {
    right: 4.5rem;
    bottom: 4.5em; }

  .image-header-height {
    width: 40%; }

  .sz-w-max-s {
    max-width: 60%; }

  .header {
    padding-bottom: 1rem; }

  .menu-main .menu-a, .menu-main .menu-header {
    margin-left: 0rem; }

  .pos-center {
    width: 100%; }

  .search {
    display: none; }

  .rwd-tablet-on {
    display: block; }
  .rwd-tablet-off {
    display: none; } }
@media only screen and (max-width: 790px) {
  .image-header-height {
    width: 35%; }

  .sz-w-max-s {
    max-width: 65%; }

  .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%; }
  .column-66, .column-75 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%; }

  .cols-3 > div {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%; }

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

  html, body {
    font-size: 16px; } }
@media only screen and (max-width: 650px) {
  .image-header-height {
    position: relative;
    width: 100%;
    height: 54vw;
    min-height: 17rem;
    background-position: top; }
  .image-header-height:after {
    display: none; }

  .sz-w-max-s {
    max-width: 100%; }

  .corner-top:after {
    left: calc(100% - 6rem); }

  .rwd-menu-close {
    margin-right: 0;
    right: 1.5rem; }

  .column-33, .column-50 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%; }

  .teaser-img.column-40, .teaser-img.column-100 {
    width: 33%;
    max-width: 33%;
    flex: 1 1 33%; }

  .teaser-txt.column-60, .teaser-txt.column-100 {
    width: 66%;
    max-width: 66%;
    flex: 1 1 66%; }

  .teaser-img.column-100, .teaser-txt.column-100, .cols-2 > div, .cols-3 > div {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%; }

  .readmore {
    margin-bottom: 0; }

  .article .float-right, .article .pull-right, .article .float-left, .article .pull-left {
    max-width: 100%;
    width: 100%; }

  .navs {
    right: 1.5rem; }

  .sp-p-r-xl, .sp-p-xl, .item-1, .column-100, .column-83, .col-9, .column-75, .col-8, .column-66, .column-60, .item-2, .item-3, .span6, .col-6, .column-50, .column-40, .cols-3 > div, .col-4, .column-33, .cols-4 > div, .col-3, .column-25, .cols-5 > div, .column-20, .column-16, .column-auto, .column-s-rem, .column, .sp-p-rl-xl {
    padding-right: 1.5rem; }

  .sp-p-l-xl, .sp-p-xl, .item-1, .column-100, .column-83, .col-9, .column-75, .col-8, .column-66, .column-60, .item-2, .item-3, .span6, .col-6, .column-50, .column-40, .cols-3 > div, .col-4, .column-33, .cols-4 > div, .col-3, .column-25, .cols-5 > div, .column-20, .column-16, .column-auto, .column-s-rem, .column, .sp-p-rl-xl {
    padding-left: 1.5rem; }

  .sp-r-xl, .sp-xl, .sp-rl-xl {
    margin-right: 1.5rem; }

  .sp-l-xl, .sp-xl, .sp-rl-xl {
    margin-left: 1.5rem; }

  .sp-p-no {
    padding: 0; }

  .sp-p-rl-no, .blog .items-intro {
    padding-right: 0;
    padding-left: 0; }

  .sp-p-r-no, .column-s-rem, .sp-p-no, .sp-p-rl-no, .blog .items-intro {
    padding-right: 0; }

  .sp-p-l-no, .sp-p-no, .sp-p-rl-no, .blog .items-intro {
    padding-left: 0; }

  .column-50 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%; } }
@media only screen and (max-width: 720px) {
  .column-s-rem {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding-bottom: 0; }

  #bottom-2 .column-auto {
    padding-top: 0; } }
@media only screen and (max-width: 480px) {
  .logo img {
    max-width: 10.8rem; }

  .navs {
    bottom: 2.5em; }

  .corner-top:after {
    left: calc(100% - 5.5rem); }

  .float-left, .float-right, .pull-right, .pull-left {
    float: none;
    margin-left: 0;
    margin-right: 0; }

  .teaser-img.column-40, .teaser-img.column-100 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%; }

  .teaser-txt.column-60, .teaser-txt.column-100 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%; }

  .menu-top {
    margin-right: 0;
    margin-top: 3.3rem; }

  .sp-b-xl, .blog .items-leading, .sp-xl, .sp-tb-xl {
    margin-bottom: 2rem; }

  .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, .column-75 {
    padding: 0; }

  .column-20, .cols-5 > * {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%; }

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

  input[type="text"], textarea, select, input[type="search"], input[type="password"], input[type="email"] {
    padding: 0.5rem 1rem 0.5rem; }

  .bg-2.sp-p-xl, .bg-2.item-1, .bg-2.column-100, .bg-2.column-83, .bg-2.col-9, .bg-2.column-75, .bg-2.col-8, .bg-2.column-66, .bg-2.column-60, .bg-2.item-2, .bg-2.item-3, .bg-2.span6, .bg-2.col-6, .bg-2.column-50, .bg-2.column-40, .cols-3 > div.bg-2, .bg-2.col-4, .bg-2.column-33, .cols-4 > div.bg-2, .bg-2.col-3, .bg-2.column-25, .cols-5 > div.bg-2, .bg-2.column-20, .bg-2.column-16, .bg-2.column-auto, .bg-2.column-s-rem, .bg-2.column {
    padding: 1.5rem; }

  h2, .h2, h1, .h1 {
    font-size: 1.375rem; }

  .teaser-txt {
    padding: 0.75rem 0 1.5rem; }

  .teaser-img {
    padding: 1.5rem 0 0.75rem; }

  .teaser-img-top {
    padding: 0 0 0.75rem; } }
@media only screen and (max-width: 380px) {
  .sp-p-r-xl, .sp-p-xl, .item-1, .column-100, .column-83, .col-9, .column-75, .col-8, .column-66, .column-60, .item-2, .item-3, .span6, .col-6, .column-50, .column-40, .cols-3 > div, .col-4, .column-33, .cols-4 > div, .col-3, .column-25, .cols-5 > div, .column-20, .column-16, .column-auto, .column-s-rem, .column, .sp-p-rl-xl {
    padding-right: 1rem; }

  .sp-p-l-xl, .sp-p-xl, .item-1, .column-100, .column-83, .col-9, .column-75, .col-8, .column-66, .column-60, .item-2, .item-3, .span6, .col-6, .column-50, .column-40, .cols-3 > div, .col-4, .column-33, .cols-4 > div, .col-3, .column-25, .cols-5 > div, .column-20, .column-16, .column-auto, .column-s-rem, .column, .sp-p-rl-xl {
    padding-left: 1rem; }

  .sp-r-xl, .sp-xl, .sp-rl-xl {
    margin-right: 1rem; }

  .sp-l-xl, .sp-xl, .sp-rl-xl {
    margin-left: 1rem; }

  .sp-p-no {
    padding: 0; } }

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