/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \*********************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap.css);
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \*************************************************************************************************************/
/*  General
    ========================================================================  */
/*  ========================================================================
    # General - Colors
    ========================================================================  */
#xs, #sm, #md, #lg, #xl {
  height: 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -99;
  display: none;
}

@media screen and (max-width: 749px) {
  #xs {
    display: block;
  }
}
@media screen and (min-width: 750px) and (max-width: 1001px) {
  #sm {
    display: block;
  }
}
@media screen and (min-width: 1002px) and (max-width: 1277px) {
  #md {
    display: block;
  }
}
@media screen and (min-width: 1278px) and (max-width: 1499px) {
  #lg {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  #xl {
    display: block;
  }
}
/*
// Mueller
// ========================================

// Mueller -- 800
@font-face {
  font-family: 'mueller';
  src: url('../../../resources/fonts/fontfabric_-_muller-extrabold-webfont.woff2') format('woff2'),
  url('../../../resources/fonts/fontfabric_-_muller-extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

// Mueller -- 700
@font-face {
  font-family: 'mueller';
  src: url('../../../resources/fonts/fontfabric_-_muller-bold-webfont.woff2') format('woff2'),
  url('../../../resources/fonts/fontfabric_-_muller-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

// Mueller -- 400
@font-face {
  font-family: 'mueller';
  src: url('../../../resources/fonts/fontfabric_-_muller-medium-webfont.woff2') format('woff2'),
  url('../../../resources/fonts/fontfabric_-_muller-medium-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  padding: 0 !important;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  text-align: left;
  background: #F8F8F8;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 500;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-height: 100%;
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: black;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

canvas {
  border-radius: 0;
  border: none;
  outline: none;
}
canvas:focus-visible {
  outline: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  ========================================================================
    # General - Typo
    ========================================================================  */
/*  Body
    ========================================================================  */
body {
  line-height: 1.7;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 400;
  color: #354e57;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 46px;
}
@media screen and (max-width: 749px) {
  h2 {
    font-size: 46px;
  }
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 30px;
}

p {
  margin-bottom: 30px;
  line-height: 1.6;
}

.h2-above {
  font-size: 48px;
  color: #fd0054;
  margin-bottom: -25px;
  display: block;
  line-height: 48px;
}
@media screen and (max-width: 749px) {
  .h2-above {
    font-size: 40px;
    margin-bottom: -30px;
    line-height: 40px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a:focus, a:visited, a:active, a:hover, a:focus-visible {
  color: inherit;
}

.dark_bg * {
  color: white;
  border-color: white;
}

.wysiwyg-content p:nth-last-of-type(1) {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700;
}

.inhalt {
  padding: 20px;
  border: 1px solid #C5C5C5;
  font-size: 14px;
  margin: 35px 0px 25px;
}

/*
@import "general/caldera";
*/
/*  Components
    ========================================================================  */
.e-button, a.e-button {
  color: #2E2E22;
  position: relative;
  display: inline-flex;
  z-index: 0;
  min-width: 173px;
  flex: 1 0 173px;
  height: auto;
  min-height: 35px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #2E2E22;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: center;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
.e-button:hover, a.e-button:hover {
  border: 1px solid #354e57;
  background: #354e57;
  color: white;
}
.e-button.small-button, a.e-button.small-button {
  min-width: 130px;
}

.e-button-list .e-button {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.newsletter-form {
  display: flex;
  position: relative;
}
.newsletter-form input {
  border: 0;
  outline: none;
  border: none;
  background: #EBEBEB;
  padding: 10px 20px;
  height: 49px;
  font-size: 12px;
  border-radius: 3px;
  overflow: hidden;
}
.newsletter-form button {
  border: none;
  outline: none;
  display: block;
  position: absolute;
  right: 4px;
  height: 41px;
  top: 4px;
  width: 41px;
  background-color: #fd0054;
  background-image: url(paper-plane-solid.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
}
.newsletter-form button:hover {
  background-color: #129bdb;
}

.mc4wp-form-basic input[type=email] {
  max-width: unset !important;
}

.c-Navigation {
  height: 150px;
  align-items: center;
  display: flex;
  position: fixed;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 99;
}
.c-Navigation .logo-main {
  height: 100px;
  transition: all 0.2s ease-in-out;
}
.c-Navigation.scrolled {
  background: #F8F8F8;
  height: 60px;
}
.c-Navigation.scrolled .logo-main {
  transform: scale(0.5);
  transform-origin: left;
}
.c-Navigation .nav-container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-Navigation .main-navi {
  display: flex;
}
.c-Navigation .main-navi .nav-item {
  margin: 25px;
  position: relative;
}
.c-Navigation .main-navi .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.c-Navigation .main-navi .nav-item .submenu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  transition: all 0.2s ease-in-out;
  background-color: #F8F8F8;
  padding: 2px 14px;
  left: -14px;
  top: 100%;
}
.c-Navigation .main-navi .nav-item .submenu .submenu-item {
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin: 5px 0;
}
.c-Navigation .main-navi .nav-item .submenu .submenu-item:hover {
  color: #8fa457;
}
.c-Navigation .main-navi .nav-item:hover .submenu {
  visibility: visible;
  opacity: 1;
}

/*@import "elements/loading";
@import "../classes/Components/Elements/Preview/Preview";
@import "../classes/Components/Elements/SearchResults/SearchResults";
@import "../classes/Components/Elements/StickySubmenu/StickySubmenu";
@import "../classes/Components/Elements/TerminPreview/TerminPreview";*/
.c-Cards .bg-container {
  padding: 130px 0 200px;
  background: white;
}
.c-Cards .bg-container .card-container {
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 1 1 100%;
}
.c-Cards .bg-container .card-container .card {
  position: relative;
  width: 250px;
  margin: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-Cards .bg-container .card-container .card .content {
  flex: 1 0 auto;
  padding: 20px 0;
}
.c-Cards .bg-container .card-container .card .content h4 {
  font-size: 16px;
  margin-bottom: 2px;
}
.c-Cards .bg-container .card-container .card .content p {
  font-size: 14px;
}
.c-Cards .bg-container .card-container .card .content p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.c-Cards .bg-container .card-container .card .e-button {
  width: 100%;
  flex: 0 0 auto;
}
.c-Cards .bg-container .card-container .card .img-container {
  flex: 0 0 auto;
  width: 250px;
  height: 330px;
  background: white;
  background: #F8F8F8;
}
.c-Cards .bg-container .card-container .card .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.c-Cards .bg-container .card-container .card .img-container img.hover_img {
  opacity: 0;
}
.c-Cards .bg-container .card-container .card:hover .img-container .hover_img {
  opacity: 1;
}

.c-Contact {
  padding: 70px 0 100px;
}
.c-Contact .contact-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0 30px;
}
.c-Contact .contact-buttons .e-button {
  margin: 0 7px;
}

.c-CtaFooter .cta-container {
  background: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
.c-CtaFooter .cta-container-inner {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: space-between;
}
.c-CtaFooter .cta-container-inner .title {
  position: relative;
  max-width: 320px;
  padding-right: 40px;
  margin-right: 40px;
}
.c-CtaFooter .cta-container-inner .title h4 {
  margin-bottom: 0;
}
.c-CtaFooter .cta-container-inner .title:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #D7CCDD;
  position: absolute;
  right: 0;
  top: 0;
}
.c-CtaFooter .cta-container-inner .contact {
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  justify-self: flex-end;
  flex-direction: column;
  flex: 1 0 auto;
  text-align: right;
}
.c-CtaFooter .cta-container-inner .text {
  max-width: 435px;
  margin-right: 60px;
}

.c-Header .hero-container-inner {
  padding: 200px 0 100px;
  min-height: 545px;
}
.c-Header .container {
  position: relative;
}
.c-Header .img-container {
  background: rgba(255, 255, 0, 0.2);
  right: 0;
  bottom: 0px;
  position: absolute;
  height: 430px;
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-Hero .hero-container-inner {
  padding: 230px 0 150px;
}
.c-Hero .slideshow {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.c-Hero .slideshow .slide {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.c-Hero .slideshow .slide .img-container {
  position: absolute;
  height: 550px;
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-Hero .slideshow .slide img {
  opacity: 0;
  transition: all 1.1s ease-in-out;
  position: absolute;
}
.c-Hero .slideshow .slide .salben-bild {
  z-index: 2;
}
.c-Hero .slideshow .slide.slide-1 .salben-bild {
  height: 500px;
  z-index: 2;
  transform: rotate(-46deg);
  transform-origin: center 240px;
}
.c-Hero .slideshow .slide.slide-1 .salben-bg1 {
  left: -100px;
  transform: rotate(-16deg) translate(-200px, 0px);
  transform-origin: right 80%;
}
.c-Hero .slideshow .slide.slide-1 .salben-bg2 {
  left: 242px;
  width: 349px;
  top: 0;
  transform: rotate(1deg) translate(200px, 0px);
}
.c-Hero .slideshow .slide.slide-2 .salben-bild {
  width: 480px;
  bottom: 230px;
  left: -30px;
  z-index: 2;
  transform: rotate(75deg);
  transform-origin: center 121px;
}
.c-Hero .slideshow .slide.slide-2 .salben-bg1 {
  right: 0px;
  bottom: -38px;
  transform: translate(0px, 100px);
}
.c-Hero .slideshow .slide.slide-3 .salben-bild {
  height: 500px;
  z-index: 2;
  transform: rotate(-35deg);
  transform-origin: center 240px;
}
.c-Hero .slideshow .slide.slide-3 .salben-bg1 {
  right: 79px;
  bottom: 50px;
  transform: rotate(4deg) scale(0);
  transform-origin: bottom center;
}
.c-Hero .slideshow .slide.slide-3 .salben-bg2 {
  left: 93px;
  bottom: 58px;
  transform: rotate(0deg) scale(0);
  transform-origin: bottom center;
}
.c-Hero .slideshow .slide.visible {
  visibility: visible;
}
.c-Hero .slideshow .slide.visible img {
  opacity: 1;
  transition: all 0.45s ease-in-out;
}
.c-Hero .slideshow .slide.visible .salben-bild {
  transition-delay: 0.5s;
  transition-duration: 0.75s;
}
.c-Hero .slideshow .slide.visible.slide-1 .salben-bild {
  transform: rotate(-32deg);
}
.c-Hero .slideshow .slide.visible.slide-1 .salben-bg1 {
  transform: rotate(-17deg) translate(0px, 0px);
}
.c-Hero .slideshow .slide.visible.slide-1 .salben-bg2 {
  transform: rotate(2deg) translate(0px, 0px);
}
.c-Hero .slideshow .slide.visible.slide-2 .salben-bild {
  transform: rotate(65deg);
}
.c-Hero .slideshow .slide.visible.slide-2 .salben-bg1 {
  transform: translate(0, 0);
}
.c-Hero .slideshow .slide.visible.slide-3 .salben-bild {
  transform: rotate(-23deg);
}
.c-Hero .slideshow .slide.visible.slide-3 .salben-bg1 {
  transform: rotate(4deg) scale(1);
  transition-duration: 0.85s;
}
.c-Hero .slideshow .slide.visible.slide-3 .salben-bg2 {
  transition-duration: 0.85s;
  transform: rotate(0deg) scale(1);
}

.c-Text .container.bg-container {
  position: relative;
  padding: 120px 15px 100px;
  background: red;
}

.c-TextBild {
  padding: 0px 0;
}
.c-TextBild .col-50 {
  height: 100%;
  width: 50%;
}
.c-TextBild .col-50 .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  flex: 1 0 auto;
}
.c-TextBild .col-50 .content.dark_bg * {
  color: white;
  border-color: white;
}
@media screen and (max-width: 1001px) {
  .c-TextBild .col-50 {
    width: 100%;
  }
}
.c-TextBild .v-container {
  display: flex;
  padding: 0;
  height: 620px;
  position: relative;
  flex-wrap: wrap;
}
.c-TextBild .v-container.img-right {
  flex-direction: row-reverse;
}
.c-TextBild .v-container .vid_img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1278px) and (max-width: 1499px) {
  .c-TextBild .v-container {
    height: 550px;
  }
}
@media screen and (min-width: 1002px) and (max-width: 1277px) {
  .c-TextBild .v-container {
    height: 430px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1001px) {
  .c-TextBild .v-container .vid {
    object-fit: unset;
  }
}

/*@import "../classes/Components/Sections/HeaderMain/HeaderMain";
@import "../classes/Components/Sections/Slider/Slider";
@import "../classes/Components/Sections/KurzerText/KurzerText";
@import "../classes/Components/Sections/TextUndBild/TextUndBild";
@import "../classes/Components/Sections/ScrollableItems/ScrollableItems";
@import "../classes/Components/Sections/NewsTermine/NewsTermine";
@import "../classes/Components/Sections/AnsprechpartnerListe/AnsprechpartnerListe";
@import "../classes/Components/Sections/LinkList/LinkList";
@import "../classes/Components/Sections/Audio/Audio";
@import "../classes/Components/Sections/AllNews/AllNews";
@import "../classes/Components/Sections/TermineAll/TermineAll";
@import "../classes/Components/Sections/FussballWidget/FussballWidget";
@import "../classes/Components/Sections/ImageGallery/ImageGallery";
@import "../classes/Components/Sections/Tabs/Tabs";*/
footer * {
  color: white !important;
  font-size: 14px;
}
footer .footer-container {
  padding-top: 150px;
  padding-bottom: 25px;
  background: #7A898E;
  position: relative;
}
footer .footer-top .footer-menu {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
footer .footer-top .footer-menu .nav-section {
  flex: 1 1 20%;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  max-width: 170px;
}
footer .footer-top .footer-menu a {
  margin-bottom: 5px;
  transition: color 0.2s ease-in-out;
}
footer .footer-top:after {
  content: "";
  display: block;
  height: 1px;
  background: #C5C5C5;
  width: 100%;
  margin: 90px 0 10px;
}
footer .footer-bottom * {
  font-size: 12px;
}
footer .footer-bottom .footer-menu {
  text-transform: uppercase;
}
footer .footer-bottom .footer-menu a {
  margin-right: 25px;
}
footer .footer-bottom .copyright {
  text-align: right;
}

/*
@import "../classes/Components/Templates/SinglePost/SinglePost";
@import "../classes/Components/Templates/SingleTermin/SingleTermin";*/
/*@import "general/utilities";*/
/*  Vendors
    ========================================================================  */
/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row.center-row {
  justify-content: center;
}

@media (min-width: 750px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1002px) {
  .container {
    max-width: 972px;
  }
}
@media (min-width: 1278px) {
  .container {
    max-width: 1224px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 750px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1002px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1278px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1002px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1278px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
/*Lightbox*/
/*@import "../js/external/lightbox2/dist/css/lightbox";*/
/*
@import "general/cookie-bot";*/
