@charset "UTF-8";
/* @author Jules Weigel, Karo3.de * @copyright 	Copyright (C) Jules Weigel, Karo3.de * @license Jules Weigel, Karo3.de */
/*------------------------------ Fonts -----------------------------*/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-300.woff") format("woff"), url("../fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v15-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/open-sans-v15-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-300italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-300italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-300italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600.woff") format("woff"), url("../fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v15-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/open-sans-v15-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600italic.woff") format("woff"), url("../fonts/open-sans-v15-latin-600italic.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-600italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

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

body {
  color: #6a6a6a;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 145%;
  word-wrap: break-word; }

/*--------------- Überschriften ---------------*/
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .text-xxxl {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 120%;
  color: #6a6a6a; }

.text-xxxl {
  font-size: 5.8vh; }
@media only screen and (min-height: 800px) {
  .text-xxxl {
    font-size: 3rem; } }

h1, .h1 {
  font-size: 2.3125rem;
  margin-bottom: 0.625rem; }

h2, .h2 {
  font-size: 1.5625rem;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem; }

h3, .h3 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  margin-top: 1.875rem; }

h4, .h4 {
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem; }

.subtitle {
  font-weight: 300;
  margin-top: -0.625rem;
  color: #e3503d; }

.module-title h3, div.module-title {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  color: #e3503d;
  margin-bottom: 0.3125rem; }

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

b, strong {
  font-weight: 400; }

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

.small, .article-info {
  font-size: 0.875rem;
  line-height: 120%; }

.item-page .article-info {
  font-size: 1rem; }

.color-font {
  color: #e3503d; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*--------------- Links ---------------*/
a {
  color: #911d09;
  text-decoration: none; }
a:hover {
  color: #e3503d;
  text-decoration: none; }

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

dt {
  float: left;
  margin-right: 1.25rem;
  font-weight: 400;
  color: #e3503d; }

dd {
  margin-left: 1.875rem;
  margin-bottom: 0.625rem; }

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

ul {
  list-style: none; }
ul li:before {
  content: "\2022";
  color: #e3503d;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  width: 1.25rem;
  margin-left: -1.25rem; }

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

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

.img-desc * {
  display: inline; }

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

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

.image-hover {
  overflow: hidden; }
.image-hover img {
  -webkit-transition: transform 1s;
  -ms-transition: transform 1s;
  transition: transform 1s;
  transition-timing-function: ease-out; }
.image-hover:hover img {
  transform: scale(1.15); }

.icon-burger {
  top: 50%; }
.icon-burger, .icon-burger:after, .icon-burger:before {
  position: absolute;
  left: 0.6rem;
  width: 1.8rem;
  height: 2px;
  background-color: #6a6a6a;
  color: #6a6a6a;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s; }
.icon-burger:after, .icon-burger:before {
  content: '';
  top: 0.3rem;
  left: 0; }
.icon-burger:before {
  top: -0.3rem;
  margin-top: 1px; }
.icon-burger:hover, .icon-burger:hover:after, .icon-burger:hover:before {
  background-color: #e3503d;
  color: #e3503d; }
.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;
  background-color: #fff; }
.icon-burger.active:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.icon-close {
  color: #6a6a6a;
  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); }
.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: #e3503d;
  color: #e3503d; }

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

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

thead tr {
  background: #ea866d;
  background: -moz-linear-gradient(45deg, #ea866d 0%, #e3503d 100%);
  background: -webkit-linear-gradient(45deg, #ea866d 0%, #e3503d 100%);
  background: linear-gradient(45deg, #ea866d 0%, #e3503d 100%); }

tr:nth-child(even) {
  background-color: #6a6a6a; }

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

@media (max-width: 600px) {
  table, thead, tbody, th, td, tr {
    display: block;
    overflow: hidden; }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  tr:nth-child(odd) td {
    border-bottom: 2px solid #e3503d; }

  td {
    display: flex;
    border-bottom: 2px solid #e3503d; }
  td:before {
    content: attr(data-label) ": ";
    flex: 0 0 0.625rem;
    font-weight: 400;
    margin-right: 1.25rem;
    margin-bottom: 1.5625rem; } }
/*--------------- Unterstrichen ---------------*/
hr, .hr-under {
  border: 0;
  border-bottom: 2px solid #e3503d;
  margin-bottom: 1.5625rem; }

hr.clear {
  border: 0; }

.hr-under {
  border-bottom: 2px solid #e3503d;
  padding-bottom: 0.3125rem; }

.hr-short {
  width: 33%;
  clear: both; }

.hr-spacer {
  border-bottom: 10px solid #e3503d;
  margin-bottom: 1.5625rem;
  clear: both; }

.cursor-pointer {
  cursor: pointer; }

iframe {
  width: 100%; }

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

input[type="text"], textarea, select, input[type="search"], input[type="password"], input[type="email"] {
  width: 100%;
  max-width: 100%;
  padding: 0.625rem 1.25rem 0.525rem;
  border: 2px solid #aaa;
  border-radius: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  color: #6a6a6a;
  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 #911d09; }

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

input[type="submit"], input[type="button"], button, a.btn, a.btn-right {
  display: inline-block;
  padding: 0.625rem 1.25rem 0.525rem;
  float: right;
  border: 2px solid #911d09;
  border-radius: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #911d09;
  cursor: pointer;
  -webkit-transition: border 0.2s, padding 0.2s, margin 0.2s, background 0.2s, width 0.2s;
  -ms-transition: border 0.2s, padding 0.2s, margin 0.2s, background 0.2s, width 0.2s;
  transition: border 0.2s, padding 0.2s, margin 0.2s, background 0.2s, width 0.2s; }
input[type="submit"]:hover, input[type="button"]:hover, button:hover, a.btn:hover, a.btn-right:hover {
  background-color: #e3503d;
  border-color: #e3503d; }

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

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

.form-input-l {
  padding: 1.25rem 1.5625rem 1.15rem;
  font-size: 1rem; }

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

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

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

.box {
  overflow: hidden;
  padding: 1.5625rem;
  margin-bottom: 1.5625rem;
  background-color: #fcf0ed;
  -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; }
.box > *:last-child, .box > .custom *:last-child {
  margin-bottom: 0; }
.box > *:first-child, .box > .custom *:first-child {
  margin-top: 0; }

.box-hover {
  background-color: #fcf0ed; }

.stripe-wrapper {
  overflow: hidden; }
.stripe-wrapper > * {
  overflow: visible !important; }

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

.rounded-circle {
  position: relative;
  border-radius: 100%;
  padding: 0 !important;
  overflow: hidden; }
.rounded-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.rounded-circle-content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 6.2vh 7%;
  text-align: center; }
.rounded-circle-content img {
  width: 100%; }

.bg-1 {
  background: #e3503d;
  background: -moz-linear-gradient(90deg, #e3503d 0%, #ea866d 100%);
  background: -webkit-linear-gradient(90deg, #e3503d 0%, #ea866d 100%);
  background: linear-gradient(90deg, #e3503d 0%, #ea866d 100%);
  color: #fff; }

.bg-2 {
  background-color: #fcf0ed; }

.bg-3 {
  background: #ea866d;
  background: -moz-linear-gradient(45deg, #ea866d 0%, #e3503d 100%);
  background: -webkit-linear-gradient(45deg, #ea866d 0%, #e3503d 100%);
  background: linear-gradient(45deg, #ea866d 0%, #e3503d 100%);
  color: #fff; }
.bg-3 h2, .bg-3 h3, .bg-3 h4, .bg-3 a {
  color: #fff; }
.bg-3 a {
  font-weight: 400; }
.bg-3 a:hover {
  color: #fcf0ed; }

.border {
  border: 5px solid #ea866d; }

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

.border-no {
  border: 0; }

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

#main {
  overflow: hidden;
  background-color: #fff; }

#header {
  position: relative;
  z-index: 999; }
#header .stripe-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
#header .stripe-wrapper .center-site {
  height: 100%; }
@media only screen and (max-width: 1080px) {
  #header .stripe-wrapper {
    display: none; } }

#header-content {
  overflow: visible; }

#navs {
  background: #e3503d;
  background: -moz-linear-gradient(0deg, #e3503d 0%, #ea866d 100%);
  background: -webkit-linear-gradient(0deg, #e3503d 0%, #ea866d 100%);
  background: linear-gradient(0deg, #e3503d 0%, #ea866d 100%); }

.bvrm-border-top:before, .bvrm-border-top:after, .bvrm-border-bottom:before, .bvrm-border-bottom:after {
  content: '';
  position: absolute;
  top: 0;
  background-color: #ea866d;
  height: 4%;
  width: 100%;
  opacity: 0.25; }
.bvrm-border-top:after, .bvrm-border-bottom:after {
  top: 4%;
  height: 3%;
  opacity: 0.1; }

.bvrm-border-bottom:before, .bvrm-border-bottom:after {
  top: auto;
  bottom: 0; }
.bvrm-border-bottom:after {
  bottom: 4%; }

.overflow-hidden {
  overflow: hidden; }

.logout-button .btn {
  background-color: transparent;
  color: #911d09;
  border: 0; }
.logout-button .btn:hover {
  background-color: transparent;
  color: #e3503d; }

#top-2 {
  border-top: 10px solid #ea866d; }

.teaser-image-border .rounded-circle {
  border: 5px solid #ea866d; }

.share-print {
  display: none; }

.popover {
  display: none !important; }

.startseite-header .custom {
  background-color: #FAE0D6;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  overflow: hidden;
  padding: 4rem 0; }
.startseite-header-cols {
  font-size: 1.9375rem;
  line-height: 120%; }
.startseite-header-title {
  font-size: 2.3125rem;
  color: #e3503d;
  margin-top: 2rem;
  line-height: 120%; }

.system-unpublished {
  display: none; }

@media only screen and (min-width: 880px) {
  #top-2 .spacing-r-xl {
    padding-right: 1.875rem; } }
@media only screen and (max-width: 880px) {
  .startseite-header .custom {
    padding: 3rem 0; }
  .startseite-header-title {
    margin-top: 1rem; } }
/*--------------- 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 > *, .flexbox-stretch > *, .items-row > *, .leading > *, .items-leading > *, .mini-blog .item > *, .search-filter > *, .row-fluid > *, .form-row > * {
  position: relative;
  float: left;
  padding: 1.5625rem 1.875rem;
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%; }
.flexbox > * > *:first-child, .flexbox-stretch > * > *:first-child, .items-row > * > *:first-child, .leading > * > *:first-child, .items-leading > * > *:first-child, .mini-blog .item > * > *:first-child, .search-filter > * > *:first-child, .row-fluid > * > *:first-child, .form-row > * > *:first-child {
  margin-top: 0; }
.flexbox > * > *:last-child, .flexbox-stretch > * > *:last-child, .items-row > * > *:last-child, .leading > * > *:last-child, .items-leading > * > *:last-child, .mini-blog .item > * > *:last-child, .search-filter > * > *:last-child, .row-fluid > * > *:last-child, .form-row > * > *:last-child {
  margin-bottom: 0; }

.column-83 {
  width: 83%;
  max-width: 83%;
  flex: 1 1 83%; }

.column-75 {
  width: 75%;
  max-width: 75%;
  flex: 1 1 75%; }

.column-66, .mini-blog .item-text {
  width: 66.6667%;
  max-width: 66.6667%;
  flex: 1 1 66.6667%; }

.column-60, .mini-blog .item > .item-text {
  width: 60%;
  max-width: 60%;
  flex: 1 1 60%; }

.column-50, .cols-2 > div, .span6, .col-6 {
  width: 50%;
  max-width: 50%;
  flex: 1 1 50%; }

.column-40, .mini-blog > div > .item-image {
  width: 40%;
  max-width: 40%;
  flex: 1 1 40%; }

.column-33, .cols-3 > div, .leading, .mini-blog .item-image {
  width: 33.3333%;
  max-width: 33.3333%;
  flex: 1 1 33.3333%; }

.column-30 {
  width: 30%;
  max-width: 30%;
  flex: 1 1 30%; }

.column-25, .cols-4 > div {
  width: 25%;
  max-width: 25%;
  flex: 1 1 25%; }

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

.column-16 {
  width: 16.6667%;
  max-width: 16.6667%;
  flex: 1 1 16.6667%; }

.column-100-important {
  width: 100%; }

.column-100-important .column-75, .column-100-important .column-66, .column-100-important .column-50 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important; }

.element-standard {
  max-width: 33%;
  margin-bottom: 1.25rem; }
.element-100 {
  max-width: 100%;
  margin-bottom: 1.25rem;
  clear: both; }
.element-50 {
  max-width: 50%;
  margin-bottom: 1.25rem; }

.float-left, .pull-left {
  float: left;
  clear: left;
  margin-right: 1.875rem;
  margin-bottom: 1.25rem;
  max-width: 40%; }

.float-right, .pull-right {
  float: right;
  clear: right;
  margin-left: 1.875rem;
  margin-bottom: 1.25rem;
  max-width: 40%; }

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

.float-image-2, .float-image-3 {
  overflow: hidden; }
.float-image-2 img, .float-image-3 img {
  max-width: 50%;
  margin-bottom: 1.25rem;
  margin-right: 3.75rem; }
.float-image-2 img:last-child, .float-image-3 img:last-child {
  margin-right: 0; }

.float-image-3 img {
  max-width: 33%; }

.center-site, .center-site-s, .center-site-xs {
  position: relative;
  width: 80%;
  max-width: 1200px;
  min-width: 1155px;
  margin: auto; }

.center-site-s {
  max-width: 800px; }

.center-site-xs {
  max-width: 700px; }

@media only screen and (max-width: 1230px) {
  .center-site {
    width: 95%; } }
@media only screen and (max-width: 1130px) {
  .center-site {
    width: 100%;
    min-width: auto; } }

.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: 35vh; }
@media only screen and (min-height: 800px) {
  .width-vh {
    width: 18rem; } }

.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: 1.5625rem; }
.size-dynamic-1-1-content img {
  width: 100%; }

.spacing-no {
  margin: 0; }
.spacing-first-no, .spacing-first-no > *:first-child, .spacing-first-no div > *:first-child {
  margin-top: 0;
  margin-left: 0; }
.spacing-last-no, .spacing-last-no > *:last-child, .spacing-last-no div > *:last-child {
  margin-bottom: 0;
  margin-right: 0; }
.spacing-bottom-no, .spacing-b-no {
  padding-bottom: 0; }
.spacing-bottom-m, .spacing-b-m {
  margin-bottom: 1.5625rem; }
.spacing-bottom-s, .spacing-b-s {
  margin-bottom: 1.25rem; }
.spacing-bottom-xxs, .spacing-b-xxs {
  margin-bottom: 0.3125rem; }
.spacing-rl-minus {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  max-width: none; }
.spacing-r-xl {
  padding-right: 3.75rem; }
.spacing-r-m {
  margin-right: 1.5625rem; }
.spacing-p-no {
  padding: 0; }
.spacing-p-l {
  padding: 1.875rem 7.5rem; }
.spacing-p-m {
  padding: 1.5625rem 0.46875rem; }
.spacing-p-s {
  padding: 1.5625rem 0.9375rem; }
.spacing-p-t-xl {
  padding-top: 3.75rem; }
.spacing-p-topbottom-no, .spacing-p-tb-no {
  padding-bottom: 0;
  padding-top: 0; }
.spacing-p-topbottom-xl, .spacing-p-tb-xl {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }
.spacing-p-bottom-no, .spacing-p-b-no {
  padding-bottom: 0; }
.spacing-p-rightleft-no, .spacing-p-rl-no {
  padding-right: 0;
  padding-left: 0; }
.spacing-p-right-no, .spacing-p-r-no {
  padding-right: 0; }
.spacing-p-right-xl, .spacing-p-r-xl {
  padding-right: 3.75rem; }
.spacing-p-left-no, .spacing-p-l-no {
  padding-left: 0; }

.overlay-bottom-right {
  position: absolute !important;
  right: 3.75rem;
  bottom: 1%; }

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

.pos-center, .pos-center-s, .pos-center-xs {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.pos-center-s {
  max-width: 800px; }
.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: 3.75rem;
  bottom: 6%; }
.pos-bottom-left, .pos-b-l {
  position: absolute !important;
  left: 0;
  bottom: 0; }
.pos-bottom, .pos-b {
  position: absolute !important;
  bottom: 0; }
.pos-a-r {
  position: absolute;
  right: 0; }
.pos-r {
  margin-left: auto; }
.pos-v-center {
  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-fixed {
  position: fixed; }
.pos-z-9 {
  z-index: 9; }
.pos-initial {
  position: initial; }

@media only screen and (max-width: 1366px) {
  .pos-center {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .pos-v-center {
    display: block; } }

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