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

/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v18-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v18-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v18-latin-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-slab-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v10-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v10-latin-regular.woff") format("woff"), url("../fonts/roboto-slab-v10-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v10-latin-regular.svg#RobotoSlab") format("svg"); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-v10-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-slab-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v10-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab-v10-latin-700.woff") format("woff"), url("../fonts/roboto-slab-v10-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab-v10-latin-700.svg#RobotoSlab") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

/*--------------- Überschriften ---------------*/
h1, h2, h3, h4, .h1, .h2, #kt .kt-title-bar__title, .h3, .h4, .text-xxxl {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 105%;
  color: #BC0014;
  letter-spacing: 0.03rem;
}

h1, .h1 {
  font-size: 1.9411764706rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

h2, .h2, #kt .kt-title-bar__title {
  font-size: 1.4705882353rem;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}

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

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

/*--------------- 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: 3.5294117647rem;
  line-height: 105%;
}
@media only screen and (min-height: 800px) {
  .txt-xxxl {
    font-size: 3rem;
  }
}
.txt-xxl {
  font-size: 1.9411764706rem;
  line-height: 105%;
}
.txt-xl {
  font-size: 1.4705882353rem;
  font-weight: 700;
  line-height: 105%;
}
.txt-l {
  font-size: 1.1764705882rem;
  font-weight: 700;
  line-height: 105%;
}
.txt-m {
  font-size: 1rem;
  line-height: 145%;
}
.txt-s {
  font-size: 0.8823529412rem;
  line-height: 145%;
}
.txt-s h1, .txt-s h2, .txt-s h3 {
  font-size: 0.8823529412rem;
  line-height: 145%;
}
.txt-xs {
  font-size: 0.8235294118rem;
  line-height: 145%;
}
.txt-c {
  color: #262727;
}
.txt-c-r, .formRed, .formError {
  color: #BC0014;
}
.txt-c-grey {
  color: #636363;
}
.txt-c-txt {
  color: #262727;
  font-weight: 400;
}
.txt-w {
  color: #fff;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-regular {
  font-weight: 400;
}
.txt-bold {
  font-weight: 700;
}
.txt-black {
  font-weight: 700;
}

.light {
  font-weight: 400;
}

.black {
  font-weight: 700;
}

/*--------------- Links ---------------*/
a, .a {
  color: #BC0014;
  text-decoration: none;
  cursor: pointer;
}
a:hover, .a:hover {
  color: #AC0919;
  text-decoration: underline;
}

a.txt-c-b:hover {
  color: #BC0014;
}

.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: #262727;
}
.link-all:hover {
  background-color: #BC0014;
  color: #262727;
}
.link-all p {
  color: #262727;
}

.link-stretched::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.list-inline li {
  display: inline-block;
}
.list-inline li:not(:first-child):before {
  content: " | ";
  display: inline-block;
  background: transparent;
  width: auto;
  height: auto;
  margin: 0;
  float: none;
}

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: #BC0014;
  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);
}
.img-33 {
  max-width: 33%;
  min-width: 19rem;
}
@media only screen and (max-width: 380px) {
  .img-33 {
    max-width: 100%;
    min-width: auto;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.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-bg {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img-desc * {
  display: inline;
}

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

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

@media only screen and (max-width: 480px) {
  .img-50 {
    max-width: 100%;
  }
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?43396230");
  src: url("../fonts/fontello.eot?43396230#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?43396230") format("woff2"), url("../fonts/fontello.woff?43396230") format("woff"), url("../fonts/fontello.ttf?43396230") format("truetype"), url("../fonts/fontello.svg?43396230#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1rem;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
}

.icon-wrapper [class^=icon-]:before, .icon-wrapper [class*=" icon-"]:before {
  font-size: 1.3rem;
  margin: -0.1rem -0.8676470588rem 2rem;
  width: 2.6764705882rem;
  display: block;
}

.icon-email:before {
  content: "\e800";
}

.icon-print:before {
  content: "\e801";
}

.icon-phone:before {
  content: "\e802";
}

.icon-rss:before {
  content: "\e803";
}

.icon-arrow-right-2:before {
  content: "\e806";
  margin-right: 0.5rem;
  width: 1.2rem;
}
.icon-arrow-left-2:before {
  content: "\e806";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-arrow-up-2:before {
  content: "\e806";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.icon-arrow-down-2:before {
  content: "\e806";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-arrow:before, .icon-next:before, .icon-angle-right:before {
  content: "\e804";
}

.icon-arrow-right:before, .icon-previous:before, .icon-angle-left:before {
  content: "\e804";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-arrow-down:before {
  content: "\e804";
  -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;
}
.icon-arrow-down.active:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-pinterest:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-linkedin:before {
  content: "\f318";
}

.icon-burger {
  top: 50%;
}
.icon-burger, .icon-burger:after, .icon-burger:before {
  position: absolute;
  left: 0.5882352941rem;
  width: 1.7647058824rem;
  height: 2px;
  background-color: #BC0014;
  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.4411764706rem;
  left: 0;
}
.icon-burger:before {
  top: -0.4705882353rem;
  margin-top: 1px;
}
.icon-burger:hover, .icon-burger:hover:after, .icon-burger:hover:before {
  color: #262727;
}
.icon-burger.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.icon-burger.active:after, .icon-burger.active:before {
  top: 0;
}
.icon-burger.active:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.icon-close {
  color: #262727;
  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: #BC0014;
  color: #BC0014;
}
.icon-search {
  color: #BC0014;
  position: absolute;
  width: 0.6274509804rem;
  height: 0.6274509804rem;
  border: solid 1px #BC0014;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-search:before {
  content: "";
  position: absolute;
  top: 0.553633218rem;
  left: 0.2046035806rem;
  height: 0.4705882353rem;
  width: 2px !important;
  background-color: #BC0014;
  margin: 0 !important;
}
.icon-plus-minus {
  position: relative;
  width: 0.9411764706rem;
  height: 0.9411764706rem;
  margin-left: 0.5rem;
  float: right;
}
.icon-plus-minus:before {
  content: "+";
  position: absolute;
  top: -4px;
  left: -8px;
  font-size: 0.8823529412rem;
  margin: 0;
}
.icon-plus-minus:after {
  content: "–";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 0.8823529412rem;
}
.icon-plus-minus div {
  position: absolute;
  top: 4px;
  width: 1px;
  height: 0.9411764706rem;
  background-color: #fff;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
.icon-triangle:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 0.9411764706rem solid #BC0014;
  border-top: 0.9411764706rem solid transparent;
  border-bottom: 0.9411764706rem solid transparent;
  padding-top: 0;
}
.icon-bg {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.9411764706rem;
  height: 0.9411764706rem;
  display: block;
}
.icon-bg-facebook {
  background-image: url("../images/system/facebook.svg");
}
.icon-bg-instagram {
  background-image: url("../images/system/instagram.svg");
}
.icon-bg-logo-w {
  width: 3rem;
  height: 3rem;
}

.icon-wrapper {
  position: relative;
  width: 1.6764705882rem;
  height: 1.6764705882rem;
  padding: 0.25rem;
  overflow: hidden;
  -webkit-transition: border 0.2s;
  -ms-transition: border 0.2s;
  transition: border 0.2s;
}
.icon-wrapper:hover {
  border-color: #AC0919;
}

.icon-l:before {
  font-size: 1.4705882353rem;
}

a.icon, a .icon {
  color: #BC0014;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
}
a.icon:hover, a:hover .icon {
  color: #BC0014;
}

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

iframe, audio {
  width: 100%;
}

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

label {
  font-size: 0.8235294118rem;
}

input[type=text], textarea, select, input[type=search], input[type=password], input[type=email], input[type=number] {
  width: 100%;
  max-width: 100%;
  padding: 0.25rem 0.5rem 0.2rem;
  border: 1px solid #CDCDCD;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  color: #262727;
  background-color: #fff;
  border-radius: 0;
  -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;
}

textarea {
  height: 9rem;
}

input[type=text]:focus, textarea:focus {
  outline: none;
  border: 1px solid #BC0014;
}

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, #kt .btn-kt-primary {
  display: inline-block;
  padding: 0.25rem 2rem 0.2rem;
  border: 1px solid #BC0014 !important;
  border-radius: 0;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #BC0014 !important;
  background-image: none;
  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, #kt .btn-kt-primary:hover {
  color: #fff;
  background-color: #262727 !important;
  border-color: #262727 !important;
  text-decoration: none;
}

.btn-hover {
  padding: 0.25rem 0.5rem 0.2rem;
  -webkit-transition: color 0.5s, background 0.5s;
  -ms-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
.btn-hover:hover {
  background-color: #BC0014;
  color: #fff;
}

.btn-no, input[type=submit].btn-no, input[type=button].btn-no, button.btn-no {
  background-color: transparent !important;
  color: #BC0014;
  padding: 0;
  border: 0 !important;
  font-weight: 400;
}
.btn-no:hover, input[type=submit].btn-no:hover, input[type=button].btn-no:hover, button.btn-no:hover {
  color: #AC0919;
  text-decoration: underline;
}

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

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

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

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

::placeholder {
  color: #BC0014;
}

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

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

.modalCheckBox input[type=checkbox] {
  float: none;
}

/*--------------- Tabellen ---------------*/
table {
  width: 100%;
  margin-bottom: 1rem;
}

table, thead, tbody, th, td, tr {
  border: 0;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: calc(0.5rem - 0.1rem) 0.5rem;
}

@media (max-width: 650px) {
  table.table-rwd {
    display: block;
    overflow: hidden;
  }
  table.table-rwd thead, table.table-rwd tbody, table.table-rwd th, table.table-rwd td, table.table-rwd tr {
    display: block;
    overflow: hidden;
  }
  table.table-rwd thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table-rwd tr:nth-child(odd) td {
    border-bottom: 1px solid #CDCDCD;
  }
  table.table-rwd td {
    display: flex;
    border-bottom: 1px solid #CDCDCD;
  }
  table.table-rwd td:before {
    content: attr(data-label) ": ";
    flex: 0 0 0.5rem;
    font-weight: 700;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
  }
}
blockquote {
  position: relative;
  padding: 1.5rem 1rem 0.8rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.1764705882rem;
  line-height: 145%;
}
blockquote:before {
  content: '"';
  position: absolute;
  left: 0.4rem;
  top: 0.8rem;
  font-size: 2.3rem;
  font-family: Times New Roman, Times, serif;
}
blockquote *:last-child {
  margin-bottom: 0;
}
blockquote p {
  margin-bottom: 0;
}

cite {
  display: block;
  text-align: right;
  font-size: 1rem;
  color: #636363;
}

.bg-d-content, .bg-dark, .bg-3, .bg-1 {
  color: #fff;
}
.bg-d-content h1, .bg-dark h1, .bg-3 h1, .bg-1 h1, .bg-d-content h2, .bg-dark h2, .bg-3 h2, .bg-1 h2, .bg-d-content .h2, .bg-d-content #kt .kt-title-bar__title, #kt .bg-d-content .kt-title-bar__title, .bg-dark .h2, .bg-dark #kt .kt-title-bar__title, #kt .bg-dark .kt-title-bar__title, .bg-3 .h2, .bg-3 #kt .kt-title-bar__title, #kt .bg-3 .kt-title-bar__title, .bg-1 .h2, .bg-1 #kt .kt-title-bar__title, #kt .bg-1 .kt-title-bar__title, .bg-d-content h3, .bg-dark h3, .bg-3 h3, .bg-1 h3, .bg-d-content .h3, .bg-dark .h3, .bg-3 .h3, .bg-1 .h3, .bg-d-content h4, .bg-dark h4, .bg-3 h4, .bg-1 h4, .bg-d-content .h4, .bg-dark .h4, .bg-3 .h4, .bg-1 .h4, .bg-d-content a, .bg-dark a, .bg-3 a, .bg-1 a {
  color: #fff;
}
.bg-d-content a:hover, .bg-dark a:hover, .bg-3 a:hover, .bg-1 a:hover {
  color: #fff;
}
.bg-d-content hr, .bg-dark hr, .bg-3 hr, .bg-1 hr {
  border-bottom-color: #fff;
}
.bg-d-content input[type=text], .bg-dark input[type=text], .bg-3 input[type=text], .bg-1 input[type=text], .bg-d-content textarea, .bg-dark textarea, .bg-3 textarea, .bg-1 textarea, .bg-d-content select, .bg-dark select, .bg-3 select, .bg-1 select, .bg-d-content input[type=search], .bg-dark input[type=search], .bg-3 input[type=search], .bg-1 input[type=search], .bg-d-content input[type=password], .bg-dark input[type=password], .bg-3 input[type=password], .bg-1 input[type=password], .bg-d-content input[type=email], .bg-dark input[type=email], .bg-3 input[type=email], .bg-1 input[type=email] {
  border-color: #fff;
  color: #262727;
  background-color: #fff;
}
.bg-d-content .btn, .bg-dark .btn, .bg-3 .btn, .bg-1 .btn {
  background: #262727 !important;
  border-color: #262727 !important;
  color: #fff;
}
.bg-d-content .btn:hover, .bg-dark .btn:hover, .bg-3 .btn:hover, .bg-1 .btn:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #BC0014;
}
.bg-d-content .btn:hover .icon-search, .bg-dark .btn:hover .icon-search, .bg-3 .btn:hover .icon-search, .bg-1 .btn:hover .icon-search {
  color: #262727;
  border-color: #262727;
}
.bg-d-content .btn:hover .icon-search:before, .bg-dark .btn:hover .icon-search:before, .bg-3 .btn:hover .icon-search:before, .bg-1 .btn:hover .icon-search:before {
  background: #262727;
}
.bg-d-content .btn .icon-search, .bg-dark .btn .icon-search, .bg-3 .btn .icon-search, .bg-1 .btn .icon-search {
  color: #fff;
  border-color: #fff;
}
.bg-d-content .btn .icon-search:before, .bg-dark .btn .icon-search:before, .bg-3 .btn .icon-search:before, .bg-1 .btn .icon-search:before {
  background: #fff;
}
.bg-d-content li:before, .bg-dark li:before, .bg-3 li:before, .bg-1 li:before {
  background-color: #fff;
}

.bg-1 {
  background-color: #BC0014;
}
.bg-2 {
  background-color: #F6F6F6;
}
.bg-3 {
  background-color: #636363;
}
.bg-dark {
  background-color: #262727;
}
.bg-hover {
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}

.border, .border-a a, .border-label label {
  border: 0.1176470588rem solid #F6F6F6;
}

.border-top-l {
  border-top: 8px solid #BC0014;
}
.border-no {
  border: 0;
}
.border-circle, .border-circle-a a, .border-circle-label label {
  border-radius: 100%;
}
.border-radius {
  border-radius: 0.3rem;
}
.border-xl {
  border: 1rem solid #CDCDCD;
}

#footer {
  font-family: "Roboto", Arial, sans-serif;
}

.item-header {
  padding: 4rem 0 0.5rem;
}
.item-header .item-header-date-left {
  padding-top: 1.45rem;
}
.item-header .icon:before, .item-header [class^=icon-]:before, .item-header [class*=" icon-"]:before {
  font-size: 0.8823529412rem;
}
.item-header .page-header {
  margin-bottom: 4rem;
}

.rg-banner-left {
  padding: 1.5rem 0.75rem 1.5rem 4rem;
}
.rg-banner-right {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.1764705882rem;
  padding: 1.5rem 2.5rem 1.5rem 0.75rem;
}
.rg-banner-h, .rg-banner-h-bottom, .rg-banner-h-top {
  display: block;
  font-size: 4rem;
  font-family: "Roboto Condensed", Arial, sans-serif;
  line-height: 105%;
  text-transform: uppercase;
}
.rg-banner-h-top {
  font-size: 2rem;
  margin-bottom: 0.2rem;
}
.rg-banner-h-bottom {
  font-size: 2rem;
}

.menu-wrapper .moduletable {
  float: left;
}

.fx-hover-show {
  background-color: rgba(38, 39, 39, 0.85);
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fx-hover-show:hover, .fx-hover:hover .fx-hover-show {
  opacity: 1;
}

.accordion-link-karo3 {
  position: relative;
}
.accordion-link-karo3 h3 {
  margin: 0;
}
.accordion-link-karo3 a {
  position: relative;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  font-weight: 700;
  color: #BC0014;
  font-size: 1.1764705882rem;
  display: block;
}
.accordion-link-karo3 a:after {
  content: "\e806";
  -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;
  font-family: "fontello";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  width: 1rem;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  position: absolute;
  right: 1rem;
}
.accordion-link-karo3 a:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-link-karo3.active a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-item-karo3 {
  padding: 1rem 1.5rem;
  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;
}
#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;
}

.youtube-logo, .vimeo-logo, .googlemaps-logo {
  display: inline-block;
  color: #fff;
  width: 200px;
  height: 50px;
  max-width: 100%;
  background: url(../../../media/plg_karo3youtubedataprivacy/images/YouTube.svg) no-repeat;
  background-size: contain;
}

.vimeo-logo {
  background: url(../../../media/plg_karo3youtubedataprivacy/images/Vimeo.svg) no-repeat;
  background-size: contain;
}

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

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

.load-iframe {
  overflow: hidden;
  position: relative;
  background-color: #000;
  background-position: center;
  background-size: cover;
}

.load-iframe .h2-look {
  margin: 0 0 1rem;
}

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

.iframe-container {
  cursor: pointer;
}

.youtube-logo, .vimeo-logo, .googlemaps-logo {
  position: absolute;
  top: calc(50% - 27px);
  left: calc(50% - 41px);
  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;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
}

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

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

.load-iframe {
  overflow: hidden;
  position: relative;
  background-color: #BC0014;
  background-position: center;
  background-size: cover;
  max-height: 100%;
  margin-bottom: 1rem;
}
.load-iframe .small {
  position: absolute;
  bottom: 0;
  padding: 0.5rem;
  background-color: #F6F6F6;
  color: #262727;
  margin-bottom: 0;
  font-size: 0.8235294118rem;
  line-height: 100%;
}
.load-iframe .small a {
  font-size: 0.8235294118rem;
  text-decoration: underline;
}

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

.content .video-container {
  position: relative;
  padding: 0 !important;
  margin-bottom: 1rem;
}
.content .video-container iframe, .content .video-container .load-iframe {
  position: absolute;
  width: 100%;
  height: 100% !important;
}
.content .video-container:after {
  content: "";
  display: block;
  padding-bottom: 42.5%;
}

.header {
  background-color: #fff;
}

.header-content {
  position: relative;
  text-align: center;
}

.logo a {
  border: 0;
}
.logo img {
  display: block;
  max-width: 24rem;
  margin: 2rem auto 0.5rem;
}

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

.navs-full {
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
}

.nav-main {
  z-index: 3 !important;
}

.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: 1.4rem;
}
.header-small.header-fixed {
  height: 4.9rem;
  -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: 12.8rem;
  margin-top: 0;
}
.header-small .navs {
  bottom: 0;
}
.header-small .menu-top {
  margin-bottom: 0.25rem;
}

.menu {
  margin-bottom: 0;
  font-family: "Roboto", Arial, sans-serif;
}
.menu-footer {
  float: none;
}
.menu-top {
  margin-bottom: 0.8rem;
}
.menu-li {
  float: left;
  margin: 0 0.5rem;
}
.menu-li:first-child {
  margin-left: 0;
}
.menu-li:last-child {
  margin-right: 0;
}
.menu-li-footer {
  margin: 0 1rem;
}
.menu-li-main.active > a, .menu-li.active > .menu-header {
  color: #BC0014;
}
.menu-li.active > .btn {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}
.menu-a {
  display: block;
  text-decoration: none;
  padding: 0.5rem;
  font-size: 0.8823529412rem;
  line-height: 145%;
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  -ms-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s;
}
.menu-a:hover {
  color: #BC0014;
  text-decoration: none;
}
.menu-a .image-title {
  display: none;
}
.menu-a-main, .menu-header-main {
  color: #636363;
  padding: 0.75rem;
}
.menu-a-top {
  color: #262727;
  font-weight: 400;
}
.menu-a-footer {
  display: inline-block;
  font-weight: normal;
}
.menu-a.btn {
  padding: 0.1rem 0.5rem 0.1rem;
  color: #fff;
}
.menu-header {
  margin: 0 0 0.25rem;
}
.menu-v li {
  float: none;
  width: 14rem;
}

.navs .menu li ul {
  position: absolute;
  left: -999em;
  margin-left: 0;
  z-index: 10;
  min-width: 8rem;
  padding: 0;
  overflow: hidden;
  background-color: #BC0014;
}
.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.8823529412rem;
  background-color: #BC0014;
  -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;
}
@media only screen and (min-width: 1024px) {
  .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-a.icon {
  height: 1.8rem;
  width: 1.8rem;
  margin: 0 -0.5rem;
  overflow: hidden;
}
.menu-a.icon:before {
  display: block;
  margin-bottom: 1rem;
}

.menu-column {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
}
.menu-column ul {
  padding: 0;
  margin-bottom: 0;
}
.menu-column > .menu-li-column {
  flex: 1;
}
.menu-column > .menu-li-column .menu-li-column {
  margin: 0 0 0.25rem;
  float: none;
}
.menu-column > .menu-li-column .menu-li-column .menu-a-column {
  margin: 0;
}
.menu-column > .menu-li-column .menu-li-column .menu-a-column:hover, .menu-column > .menu-li-column .menu-li-column .menu-a-column.acitve {
  text-decoration: underline;
  color: #fff;
}
.menu-column > .menu-li-column .menu-li-column.active .menu-a-column {
  text-decoration: underline;
  color: #fff;
}
.menu-a-column, .menu-header-column {
  padding: 0;
  margin: 0 0 0.25rem;
  display: inline-block;
}
.menu .separator {
  display: none;
}

/*--------------------------Nachrichten---------------------------*/
#system-message .alert {
  position: relative;
  margin: 1.5rem 2.5rem 1.5rem;
  background-color: #F6F6F6;
  padding: 1rem 1.5rem;
  color: #BC0014;
}
#system-message .alert .alert-heading {
  margin-bottom: 0;
  font-size: 1rem;
}
#system-message .alert .close {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  color: #BC0014;
  font-size: 1.1764705882rem;
  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: #BC0014;
}

.pagination {
  width: 100%;
}

.pagination-list li {
  margin-bottom: 0;
  margin-right: 2px;
}
.pagination-list li:first-child, .pagination-list li:last-child {
  display: none;
}
.pagination-list a {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  font-size: 0.8823529412rem;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s;
}
.pagination-list .disabled a {
  display: none;
  background-color: #262727;
  color: #262727;
}
.pagination-list .active a, .pagination-list a:hover {
  background-color: #BC0014;
  color: #fff;
}
.pagination-list .icon-next:before, .pagination-list .icon-previous:before {
  font-size: 1.1764705882rem;
  content: "»";
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
}
.pagination-list .arrow-a {
  padding: 0.25rem 0.45rem;
}

/* @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-title h3, .teaser-title h2 {
  margin-top: 0;
}

.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 .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;
  padding: 1rem;
}
.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 {
  padding-left: 0;
  padding-right: 0;
}

.blog .teaser {
  border-bottom: 1px solid #CDCDCD;
}
.blog .items-intro .teaser:last-child {
  border-bottom: 0;
}
.blog .teaser-img {
  flex-shrink: 0;
}
.blog .teaser-img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog .teaser-img img {
  -webkit-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  transition: transform 0.4s;
}
.blog .teaser-img img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.teaser-txt {
  position: relative;
}

.readmore {
  margin-bottom: 0;
}
.readmore a:hover {
  font-weight: 700;
}

.img_caption {
  margin-bottom: 0;
}

.item-header-date-left {
  width: 4rem;
  max-width: 4rem;
  flex: 1 1 4rem;
}

.social-left {
  position: fixed;
  padding: 0;
  list-style: none;
  z-index: 1;
  bottom: 100px;
  left: 0;
  margin: 0;
  width: auto;
}
.social-left-items {
  padding: 0;
}
.social-left-item {
  position: relative;
  list-style: none;
  margin-left: -8.8rem;
  font-weight: 700;
  -webkit-transition: margin-left 0.4s;
  -ms-transition: margin-left 0.4s;
  transition: margin-left 0.4s;
}
.social-left-item:hover {
  margin-left: 0;
}
.social-left-item:hover .social-left-extra {
  color: #BC0014;
}
.social-left-item a {
  display: block;
  position: relative;
  margin-bottom: 0.25rem;
  color: #BC0014;
  background-color: #FEC600;
  text-align: left;
  padding: 0.75rem 0 0.65rem 0.75rem;
  margin-left: 0;
  width: 12.2rem;
  font-size: 0.8823529412rem;
  line-height: 147%;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-left-item:before {
  display: none;
}
.social-left-icon {
  position: absolute;
  right: 0.5rem;
  width: 1.5rem;
  text-align: center;
}
.social-left-extra {
  position: absolute;
  right: 0.3rem;
  text-align: right;
  font-size: 0.8235294118rem;
}

@media only screen and (max-width: 1260px) {
  .social-left-extra {
    font-size: 0.5rem;
    right: 0.1rem;
  }
  .social-left-item {
    margin-left: -10.1rem;
  }
}
@media only screen and (max-width: 650px) {
  .social-left {
    display: none;
    position: fixed;
    bottom: 0;
    left: auto;
    text-align: center;
    width: 100%;
  }
  .social-left .social-left-items {
    padding: 0;
    margin-bottom: 0;
    line-height: 90%;
  }
  .social-left .social-left-items li {
    height: 2.4rem;
    width: 2.4rem;
    overflow: hidden;
    margin-left: 0;
    display: inline-block;
    border-radius: 100%;
    margin-right: 0.3rem;
  }
  .social-left .social-left-items li:before {
    background: transparent;
    border: 0;
  }
  .social-left .social-left-items li a {
    background: #fff;
    color: #fff;
    font-size: 0;
    line-height: 0;
  }
  .social-left .social-left-items li a:after {
    left: 0;
  }
}
/* @author Jules Weigel, Karo3.de * @copyright 	Copyright (C) Jules Weigel, Karo3.de * @license Jules Weigel, Karo3.de */
.event-item {
  color: #262727;
  font-weight: 400;
}
.event-item:hover {
  color: #262727;
}
.event-item-date {
  text-align: center;
  line-height: 100%;
  -webkit-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.event-item-date-d {
  font-size: 3rem;
  line-height: 100%;
}
.event-item-date-m {
  font-size: 1rem;
  line-height: 100%;
}
.event-item-date-y {
  font-size: 1rem;
  line-height: 100%;
}
.event-item:hover .event-item-date {
  background-color: #262727;
}
.event-item-content h2 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.event-item-content p {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .event-item-date.column-16 {
    width: 20%;
    max-width: 20%;
    flex: 1 1 20%;
  }
  .event-item-content.column-83 {
    width: 80%;
    max-width: 80%;
    flex: 1 1 80%;
    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-16 {
    width: 7rem;
    max-width: 7rem;
    flex: 1 1 7rem;
  }
  .event-item-content.column-83 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0.5rem 0 0.5rem;
  }
  .event-item-date {
    padding: 1rem;
    line-height: 100%;
  }
  .event-item-date-d {
    font-size: 3.8rem;
  }
  .event-item-date-m {
    font-size: 1rem;
  }
  .event-item-date-y {
    font-size: 1rem;
  }
}
.event img {
  max-height: 30rem;
}

.event-list-small time {
  width: 2.5rem;
  display: inline-block;
}

.event-item-content .float-right {
  float: right;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .items-intro-event.sp-p-rl-xl {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .eventmap-map {
    max-width: 19rem;
    margin-bottom: 2.5rem;
  }
  .eventmap.column-40, .items-intro-event.column-60 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .event-item .column-33 {
    width: 33%;
    max-width: 33%;
    flex: 1 1 33%;
  }
  .event-item .column-66 {
    width: 66%;
    max-width: 66%;
    flex: 1 1 66%;
  }
}
@media only screen and (max-width: 480px) {
  .event-item .column-33, .event-item .column-66 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0;
  }
}
.program-time {
  flex: 1 1 3.5rem;
  max-width: 5.5rem;
  float: left;
}
.program-content {
  flex: 2;
  float: left;
}
.program-content:after {
  content: "";
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%;
}
@media only screen and (max-width: 1260px) {
  .program {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .program-time, .program-content {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .program-time {
    padding-bottom: 0.75rem;
  }
  .program-content {
    margin-bottom: 1rem;
  }
  .program .accordion-karo3.sp-l-xl, .program .accordion-karo3.sp-rl-xl, .program .accordion-karo3.sp-xl {
    margin-left: 0;
  }
}

.module-title h2, .module-title h3, .module-title h4 {
  color: #262727;
  margin-top: 0;
  margin-bottom: 1rem;
}

.sidebar .moduletable {
  background: #F6F6F6;
  padding: 1.5rem 1rem;
}
.sidebar .moduletable:not(:last-child):not(.sp-b-l):not(.sp-tb-l):not(.sp-l):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #CDCDCD;
  margin: 1.5rem 0 -1.5rem;
}

.sidebar, .content-sidebar {
  font-family: "Roboto", Arial, sans-serif;
}
.sidebar .article-image, .content-sidebar .article-image {
  width: 100%;
  max-width: 100%;
}
.sidebar .article-image img, .content-sidebar .article-image img {
  width: 100%;
}
.sidebar p, .content-sidebar p {
  margin-bottom: 0.75rem;
}
.sidebar h4, .content-sidebar h4 {
  color: #BC0014;
}
.sidebar .moduletable.sp-b-m:after, .sidebar .moduletable.sp-tb-m:after, .sidebar .moduletable.sp-m:after, .content-sidebar .moduletable.sp-b-m:after, .content-sidebar .moduletable.sp-tb-m:after, .content-sidebar .moduletable.sp-m:after {
  display: none !important;
}
.sidebar .btn, .content-sidebar .btn {
  padding: 0.4rem 2rem 0.35rem;
  width: 100%;
}

#kt {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
}
#kt .kt-dashboard-tab {
  display: none;
}
#kt .markItUp .markItUpButton {
  list-style: none;
}
#kt .markItUp .markItUpButton:before {
  display: none;
}
#kt .grid {
  grid-template-rows: auto;
}
#kt .o-snackbar {
  background: transparent;
  padding: 0;
}
#kt .kt-comment {
  padding: 8px 16px;
  position: relative;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-left: 8px;
}
#kt .kt-comment:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -11px;
  border-color: transparent #ddd;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  height: 0;
  width: 0;
}
#kt .kt-comment:after {
  content: "";
  position: absolute;
  top: 7px;
  left: -9px;
  border-color: transparent #fff;
  border-style: solid;
  border-width: 10px 9px 9px 0;
  height: 0;
  width: 0;
}

#fd #kt {
  --fd-border-radius-md: 0;
}

#fd .md\:grid-cols-2 {
  grid-template-columns: minmax(0, 1fr);
}
@media only screen and (min-width: 768px) {
  #fd .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.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: 2rem;
  max-width: none;
  z-index: 1;
  font-size: 14px;
  visibility: hidden;
  padding: 0.5rem;
  -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;
  padding: 0.5rem;
}

.mod-search-label {
  display: inline-block;
  margin-left: 0.5rem;
}

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

.label-click {
  cursor: pointer;
}

.search .btn {
  width: 100%;
  margin-top: 1.4rem;
}
.search .btn .icon-search {
  margin-left: -1.5rem;
  margin-top: 0.1rem;
}

.highlight {
  text-transform: uppercase;
}

.search-label-mod {
  color: var(--c-d);
  transition: color 0.5s;
}
.search-label-mod:hover {
  color: var(--c-w);
}

.awesomplete > ul {
  right: 0;
  left: auto !important;
  top: 3rem;
  max-width: 195px;
}
.awesomplete > ul > li:before {
  display: none;
}
.awesomplete > ul > li:hover {
  background: var(--c-bg-l-2);
  color: var(--c-txt);
}
.awesomplete mark {
  background: var(--c-bg-l-3) !important;
}

.col-66 .awesomplete {
  display: block;
}

.sr-only {
  display: none;
}

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

.column-sidebar, .column-minus-sidebar, .column-auto-small, .column-auto, .column-dynamic, .column-10, .column-16, .cols-5 > div, .column-20, .cols-4 > div, .col-3, .column-25, .cols-3 > div, .col-4, .column-33, .col-5, .column-40, .span6, .col-6, .column-50, .col-7, .column-60, .col-8, .column-66, .col-9, .column-75, .column-83, .span12, .column-100, .column {
  position: relative;
  float: left;
}
.span12, .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%;
}
.col-7, .column-60 {
  width: 60%;
  max-width: 60%;
  flex: 1 1 60%;
}
.span6, .col-6, .column-50 {
  width: 50%;
  max-width: 50%;
  flex: 1 1 50%;
}
.col-5, .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-10 {
  width: 10%;
  max-width: 10%;
  flex: 1 1 10%;
}
.column-dynamic {
  width: auto;
  max-width: 100%;
  flex: 1 1 0;
}
.column-auto {
  width: auto;
  max-width: 100%;
  flex: 1 1 auto;
}
.column-auto-small {
  width: auto;
  max-width: 100%;
  flex: 0 1 auto;
}
.column-minus-sidebar {
  width: calc(100% - 22rem);
  max-width: calc(100% - 22rem);
  flex: 1 1 calc(100% - 22rem);
}
.column-sidebar {
  width: 22rem;
  max-width: 22rem;
  flex: 1 1 22rem;
}

@media all and (-ms-high-contrast: none) {
  div {
    flex: 0 0 100%;
  }
}
.masonry {
  margin: 0 -0.5rem;
}
.masonry:after {
  content: "";
  display: block;
  clear: both;
}
.masonry-item {
  width: 33.333%;
  float: left;
  padding: 1rem 0.5rem;
}
.masonry .teaser-txt {
  background-color: #E4F0E0;
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
  padding: 1rem;
}
.masonry .teaser-txt:hover {
  background-color: #636363;
}
.masonry .teaser-txt a:hover {
  color: #BC0014;
}
.masonry .teaser-img {
  padding: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .masonry-item {
    width: 50%;
  }
}
@media only screen and (max-width: 380px) {
  .masonry-item {
    width: 100%;
  }
}

.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;
}
.sz-w-minus-sidebar {
  max-width: calc(100% - 22rem);
}
.sz-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sz-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.size-dynamic-1-1 {
  position: relative;
  padding: 0 !important;
}
.size-dynamic-1-1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.size-dynamic-1-1-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.size-dynamic-1-1-content img {
  width: 100%;
}

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

.float-none,
.pull-none {
  float: none;
  margin-bottom: 0.75rem;
}
.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: $rwd-break-mobile-m) {
		max-width: 100%;
		width: 100%;
	}
}*/
.float-no {
  display: block;
  float: none;
  clear: both;
}

.float-clear {
  clear: both;
}
.float-clear:before {
  clear: both;
  display: block;
  content: "";
}

hr.float-clear {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-p-b-xl, .sp-p-tb-xl, .sp-p-xl {
  padding-bottom: 2.5rem;
}

.spacing-n-bottom-xl, .sp-n-b-xl {
  margin-bottom: -2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spacing-n-top-xxs, .sp-n-t-xxs {
  margin-top: -0.25rem;
}

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

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

.spacing-n-right-xxs, .sp-n-r-xxs {
  margin-right: -0.25rem;
}

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

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

.spacing-n-bottom-xxs, .sp-n-b-xxs {
  margin-bottom: -0.25rem;
}

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

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

.spacing-n-left-xxs, .sp-n-l-xxs {
  margin-left: -0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.pos-center-s {
  max-width: 43rem;
}
.pos-center-xs {
  max-width: 700px;
}
.pos-top {
  position: absolute;
  top: 0;
}
.pos-top-left {
  position: absolute;
  top: 0;
  left: 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: 0;
  bottom: 0;
}
.pos-right, .pos-r {
  position: absolute;
  right: 0;
}
.pos-v-center, .navs-full {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 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;
}
.pos-z-9 {
  z-index: 9;
}

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

.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 500px 100px 500px 100px;
  grid-template-rows: 10rem 10rem 10rem;
  background-color: #fff;
  color: #444;
}
.grid-item {
  background-color: #BC0014;
  justify-self: start;
  align-self: start;
}

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

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

@media only screen and (max-width: 480px) {
  .rwd-menu-button {
    display: block;
  }
  .nav-main .menu-a {
    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.4705882353rem;
    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: #BC0014;
  }
  .nav-main .menu-li-main:not(.parent) {
    font-size: 1rem;
    font-weight: 700;
    padding: 0 3.5rem;
  }
  .nav-main .menu-li-main: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: #F6F6F6;
    color: #BC0014;
  }
  .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: 4.5rem;
  }
  .menu-wrapper .menu-top {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  li li .rwd-menu-plus {
    padding-top: 0.7rem;
    height: 2.8rem;
  }
  .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: 1177px) {
  .rg-banner-left {
    padding-left: 0.75rem;
  }
  .rg-banner-left, .rg-banner-right {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%;
  }
  .rg-banner-h, .rg-banner-h-top, .rg-banner-h-bottom {
    font-size: calc(13vw - 5.2rem);
  }
  .rg-banner-h-top, .rg-banner-h-bottom {
    font-size: calc(7.5vw - 3.2rem);
  }
}
@media only screen and (max-width: 1117px) {
  .item-header > .column-dynamic > .txt-s {
    margin-left: -4rem;
  }
}
@media only screen and (max-width: 1040px) {
  .item-header-label {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .column-minus-sidebar {
    width: calc(100% - 18rem);
    max-width: calc(100% - 18rem);
    flex: 1 1 calc(100% - 18rem);
  }
  .column-sidebar {
    width: 18rem;
    max-width: 18rem;
    flex: 1 1 18rem;
  }
  .sz-w-minus-sidebar {
    max-width: calc(100% - 18rem);
  }
  .rg-banner-h, .rg-banner-h-top, .rg-banner-h-bottom {
    font-size: calc(13vw - 4.8rem);
  }
  .rg-banner-h-top, .rg-banner-h-bottom {
    font-size: calc(7.5vw - 2.8rem);
  }
  .menu-main .menu-a {
    margin-left: 0rem;
  }
  .pos-center {
    width: 100%;
  }
  .rwd-tablet-on {
    display: block;
  }
  .rwd-tablet-off {
    display: none;
  }
  .cols-4 > div {
    width: 33.333%;
    max-width: 33.333%;
    flex: 1 1 33.333%;
  }
}
@media only screen and (max-width: 860px) {
  .column-minus-sidebar, .column-sidebar {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .column-sidebar {
    padding-left: 2.5rem;
    margin-top: 2.5rem;
  }
  .sz-w-minus-sidebar {
    max-width: 100%;
  }
  .rg-banner-h, .rg-banner-h-top, .rg-banner-h-bottom {
    font-size: 7.2vw;
  }
  .rg-banner-h-top, .rg-banner-h-bottom {
    font-size: 4vw;
  }
  .item-header-label {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  #footer .column-25 {
    padding-bottom: 0;
  }
  .item-page .column-33 {
    width: 33%;
    max-width: 33%;
    flex: 1 1 33%;
  }
  .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;
  }
  .cols-4 > div {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%;
  }
}
@media only screen and (max-width: 650px) {
  .column-sidebar {
    padding-left: 1.5rem;
  }
  .item-page .column-33 {
    width: 33%;
    max-width: 33%;
    flex: 1 1 33%;
  }
  .item-header-label {
    display: block;
  }
  #kt .kt-comments__item.is-child {
    margin-left: 0 !important;
  }
  #kt .kt-form-submit > div {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  #kt .kt-form-submit {
    display: block;
  }
  .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, .sp-p-rl-xl {
    padding-right: 1.5rem;
  }
  .sp-p-l-xl, .sp-p-xl, .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, .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;
  }
  .sp-n-rl-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .column-50 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 480px) {
  .menu-column > .menu-li-column {
    width: 50%;
    max-width: 50%;
    flex: 1 1 50%;
    margin: 0 0 1rem;
    padding-right: 1rem;
  }
  .item-page .column-33 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .item-page .column-33 .txt-right {
    text-align: left;
  }
  .item-header-label {
    display: inline;
  }
  .item-header .item-header-date-left {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
  .item-header .item-header-date-left .display-b {
    display: inline;
    color: #636363;
    font-size: 1rem;
    font-weight: 400;
  }
  .item-header > .column-dynamic > .txt-s {
    margin-left: 0;
  }
  .menu-wrapper .moduletable {
    float: none;
    padding: 0 1rem;
  }
  input.input-click-visible, input.input-click-visible.active {
    position: relative;
    visibility: visible !important;
    width: 100% !important;
    top: auto;
    right: auto;
  }
  .pagination-list {
    display: block;
  }
  .logo img {
    max-width: 100%;
  }
  .rg-banner-left, .rg-banner-right {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .rg-banner-h, .rg-banner-h-top, .rg-banner-h-bottom {
    font-size: 15.2vw;
  }
  .rg-banner-h-top, .rg-banner-h-bottom {
    font-size: 8vw;
  }
  .rg-banner-left {
    padding-bottom: 0;
  }
  .rg-banner-right {
    padding-right: 0.75rem;
    font-size: 0.8823529412rem;
    line-height: 145%;
  }
  .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, .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 {
    padding: 1.5rem;
  }
  h2, .h2, #kt .kt-title-bar__title, h1, .h1 {
    font-size: 1.4705882353rem;
  }
  .teaser-txt {
    padding: 0.75rem 0 1.5rem;
  }
  .teaser-img {
    padding: 1.5rem 0 0.75rem;
  }
  .teaser-img-top {
    padding: 0 0 0.75rem;
  }
  .cols-4 > div {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 380px) {
  .column-sidebar {
    padding-left: 1rem;
  }
  .menu-column > .menu-li-column {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .sp-p-r-xl, .sp-p-xl, .sp-p-rl-xl {
    padding-right: 1rem;
  }
  .sp-p-l-xl, .sp-p-xl, .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 */
