/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/*
$display-intro-show:	true !defaut;
$duration-intro-show:	1000 !default;

.display-intro-show		{ -ph-display-intro-show: $display-intro-show; }
.duration-intro-show	{ -ph-duration-intro-show: $duration-intro-show; }
/**/
.section-100 {
  min-height: 100vh !important;
}
.section-90 {
  min-height: 90vh !important;
}
.section-80 {
  min-height: 80vh !important;
}
.section-75 {
  min-height: 75vh !important;
}
.section-70 {
  min-height: 70vh !important;
}
.section-60 {
  min-height: 60vh !important;
}
.section-50 {
  min-height: 50vh !important;
}
.section-40 {
  min-height: 40vh !important;
}
.section-33 {
  min-height: 33vh !important;
}
.section-30 {
  min-height: 30vh !important;
}
.section-25 {
  min-height: 25vh !important;
}
.section-20 {
  min-height: 20vh !important;
}
.section-15 {
  min-height: 15vh !important;
}
.section-10 {
  min-height: 10vh !important;
}
.section-100max {
  max-height: 100vh !important;
}
.section-60max {
  max-height: 60vh !important;
}
.section-50max {
  max-height: 50vh !important;
}
.section-40max {
  max-height: 40vh !important;
}
.section-33max {
  max-height: 30vh !important;
}
.section-30max {
  max-height: 30vh !important;
}
.section-25max {
  max-height: 25vh !important;
}
.section-20max {
  max-height: 20vh !important;
}
.section-15max {
  max-height: 15vh !important;
}
.section-10max {
  max-height: 10vh !important;
}
.section-w100 .g-grid {
  max-width: 100rem;
  margin: 0 auto;
}
.section-w90 .g-grid {
  max-width: 90rem;
  margin: 0 auto;
}
.section-w80 .g-grid {
  max-width: 80rem;
  margin: 0 auto;
}
.section-w75 .g-grid {
  max-width: 75rem;
  margin: 0 auto;
}
.section-w70 .g-grid {
  max-width: 70rem;
  margin: 0 auto;
}
.section-w65 .g-grid {
  max-width: 65rem;
  margin: 0 auto;
}
.section-w60 .g-grid {
  max-width: 60rem;
  margin: 0 auto;
}
.section-w50 .g-grid {
  max-width: 50rem;
  margin: 0 auto;
}
.section-max100 {
  max-width: 100rem;
  margin: 0 auto;
}
.section-max90 {
  max-width: 90rem;
  margin: 0 auto;
}
.section-max80 {
  max-width: 80rem;
  margin: 0 auto;
}
.section-max75 {
  max-width: 75rem;
  margin: 0 auto;
}
.section-max70 {
  max-width: 70rem;
  margin: 0 auto;
}
.section-max65 {
  max-width: 65rem;
  margin: 0 auto;
}
.section-max60 {
  max-width: 60rem;
  margin: 0 auto;
}
.section-max50 {
  max-width: 50rem;
  margin: 0 auto;
}
.section-p100 .g-grid {
  max-width: 100%;
  margin: 0 auto;
}
.section-p90 .g-grid {
  max-width: 90%;
  margin: 0 auto;
}
.section-p80 .g-grid {
  max-width: 80%;
  margin: 0 auto;
}
.section-p75 .g-grid {
  max-width: 75%;
  margin: 0 auto;
}
.section-p70 .g-grid {
  max-width: 70%;
  margin: 0 auto;
}
.section-p65 .g-grid {
  max-width: 65%;
  margin: 0 auto;
}
.section-p60 .g-grid {
  max-width: 60%;
  margin: 0 auto;
}
.section-p50 .g-grid {
  max-width: 50%;
  margin: 0 auto;
}
/**
// Media Device Breakpoints
breakpoints-large-desktop-container:		75.000rem !default;
breakpoints-desktop-container:				60.000rem !default;
breakpoints-tablet-container:				48.000rem !default;
breakpoints-large-mobile-container:			30.000rem !default;
breakpoints-mobile-container:				100% !default;
breakpoints-mobile-menu-breakpoint:	        48.000rem !default;
/**/
.grid {
  display: grid;
}
.grid.spalten-1 {
  grid-template-columns: auto;
}
.grid.spalten-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-2 {
    grid-template-columns: auto;
  }
  .grid.spalten-2.mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.spalten-2-1 {
  grid-template-columns: 66% 33%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-2-1 {
    grid-template-columns: auto;
  }
}
.grid.spalten-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .grid.spalten-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-3.tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-3.tablet-1 {
    grid-template-columns: auto;
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.spalten-3.mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-3.mobile-1 {
    grid-template-columns: auto;
  }
}
.grid.spalten-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .grid.spalten-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-4.tablet-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.spalten-4.tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spalten-4.tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-4.tablet-1 {
    grid-template-columns: auto;
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.spalten-4.mobile-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.spalten-4.mobile-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spalten-4.mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-4.mobile-1 {
    grid-template-columns: auto;
  }
}
.grid.spalten-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .grid.spalten-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spalten-5.tablet-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.spalten-5.tablet-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.spalten-5.tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spalten-5.tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-5.tablet-1 {
    grid-template-columns: auto;
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-5.mobile-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.spalten-5.mobile-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.spalten-5.mobile-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spalten-5.mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-5.mobile-1 {
    grid-template-columns: auto;
  }
}
.grid.spalten-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .grid.spalten-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spalten-6.tablet-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.spalten-6.tablet-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.spalten-6.tablet-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.spalten-6.tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spalten-6.tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-6.tablet-1 {
    grid-template-columns: auto;
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spalten-6.mobile-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.spalten-6.mobile-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.spalten-6.mobile-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.spalten-6.mobile-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.spalten-6.mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.spalten-6.mobile-1 {
    grid-template-columns: auto;
  }
}
.grid.spalten-7 {
  grid-template-columns: repeat(7, 1fr);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .grid.spalten-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.colgap-05 {
  grid-column-gap: 0.5rem;
}
.grid.colgap-10 {
  grid-column-gap: 1rem;
}
.grid.colgap-15 {
  grid-column-gap: 1.5rem;
}
.grid.colgap-20 {
  grid-column-gap: 2rem;
}
.grid.rowgap-05 {
  grid-row-gap: 0.5rem;
}
.grid.rowgap-10 {
  grid-row-gap: 1rem;
}
.grid.rowgap-15 {
  grid-row-gap: 1.5rem;
}
.grid.rowgap-20 {
  grid-row-gap: 2rem;
}
.grid.gap-05 {
  grid-gap: 0.5rem;
}
.grid.gap-10 {
  grid-gap: 1rem;
}
.grid.gap-15 {
  grid-gap: 1.5rem;
}
.grid.gap-20 {
  grid-gap: 2rem;
}
.grid.vcenter, .grid .vcenter {
  align-content: center;
  align-self: center;
}
.grid.vbottom, .grid .vbottom {
  align-content: flex-end;
  align-self: flex-end;
}
/**/
.visforms-form {
  /*
	h1 {
		font-size: $h1-font-size;
		margin-bottom: 0.5em;
		text-align: center;
	}
	h2 {
		margin: 0;
		text-align: center;
	}
	/**/
  /* Selectboxen *
	select {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		outline: none; // Chrome !
	}
	// stubborn IE
	select::-ms-expand { display: none; }
	select:focus::-ms-value { background-color: transparent; }
	.field9,
	.field16,
	.field67,
	.field75 {
		position: relative;
		&::before {
			position: absolute;
			top: 1em;
			right: 1em;;
			font-family: 'FontAwesome';
			content: "\f078";
			font-size: $core-font-size;
			background: $grey;
			color: $white;
			width: 1.5em;
			height: 1.5em;
			border-radius: 50%;
			padding: 0 0 0 4px;
		}
	}
	.field37,
	.field61 {
		position: relative;
		&::before {
			position: absolute;
			top: 2.5em;
			right: 1em;;
			font-family: 'FontAwesome';
			content: "\f078";
			font-size: $core-font-size;
			background: $grey;
			color: $white;
			width: 1.5em;
			height: 1.5em;
			border-radius: 50%;
			padding: 0 0 0 4px;
		}
	}
	/**/
}
.visforms-form .col-sm-2 {
  display: inline-block;
  width: 15%;
  padding: 0 0.5em;
}
@media only all and (max-width: 47.99rem) {
  .visforms-form .col-sm-2 {
    width: 46% !important;
  }
}
.visforms-form .col-sm-3 {
  display: inline-block;
  width: 25%;
  padding: 0 0.5em;
}
@media only all and (max-width: 47.99rem) {
  .visforms-form .col-sm-3 {
    width: 100%;
  }
}
.visforms-form .col-sm-4 {
  display: inline-block;
  width: 33.3%;
  padding: 0 0.7em;
}
@media only all and (max-width: 47.99rem) {
  .visforms-form .col-sm-4 {
    width: 100%;
  }
}
.visforms-form .col-sm-5 {
  display: inline-block;
  width: 41.6%;
  padding: 0 0.5em;
}
@media only all and (max-width: 47.99rem) {
  .visforms-form .col-sm-5 {
    width: 100%;
  }
}
.visforms-form .col-sm-6 {
  display: inline-block;
  width: 50%;
  padding: 0 0.5em;
}
@media only all and (max-width: 47.99rem) {
  .visforms-form .col-sm-6 {
    width: 100%;
  }
}
.visforms-form .col-sm-9 {
  display: inline-block;
  width: 75%;
  padding: 0 0.5em;
}
@media only all and (max-width: 47.99rem) {
  .visforms-form .col-sm-9 {
    width: 100%;
  }
}
.visforms-form .col-sm-12 {
  width: 100%;
  padding: 0 0.5em;
}
.visforms-form .row {
  vertical-align: top;
}
.visforms-form hr {
  border-bottom: 1px solid #95a5a6;
}
.visforms-form .bigtitle {
  font-size: 1.935rem;
}
.visforms-form .bigtitle a {
  font-size: 1.35rem;
  color: #0084d1;
}
.visforms-form .help-block {
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.25;
}
.visforms-form .visCSSbot10 {
  display: inline-block;
  width: 50%;
  margin-top: 1em;
  padding-left: 12%;
}
@media only all and (max-width: 47.99rem) {
  .visforms-form .visCSSbot10 {
    width: 100% !important;
    padding-left: 0%;
  }
}
.visforms-form .visCSSbot10 .form-group {
  display: none;
}
.visforms-form .visCSSbot10 #dynamic_recaptcha_1 {
  float: right;
}
.visforms-form .fc-tbxrecaptcha_response_field {
  display: none;
}
.visforms-form label {
  font-size: 80%;
  text-transform: none;
}
.visforms-form label.error {
  font-weight: 400;
  text-transform: none;
}
.visforms-form label.vis_mandatory {
  font-weight: 400;
  text-align: right;
  text-transform: none;
  color: #2c2821;
}
.visforms-form select, .visforms-form input[type="color"], .visforms-form input[type="date"], .visforms-form input[type="datetime"], .visforms-form input[type="datetime-local"], .visforms-form input[type="email"], .visforms-form input[type="month"], .visforms-form input[type="number"], .visforms-form input[type="password"], .visforms-form input[type="search"], .visforms-form input[type="tel"], .visforms-form input[type="text"], .visforms-form input[type="time"], .visforms-form input[type="url"], .visforms-form input[type="week"], .visforms-form input:not([type]) {
  margin-top: 0.5em;
  background-color: #ffffff;
  vertical-align: middle;
  height: 40px;
  width: 100%;
}
.visforms-form select:focus, .visforms-form input[type="color"]:focus, .visforms-form input[type="date"]:focus, .visforms-form input[type="datetime"]:focus, .visforms-form input[type="datetime-local"]:focus, .visforms-form input[type="email"]:focus, .visforms-form input[type="month"]:focus, .visforms-form input[type="number"]:focus, .visforms-form input[type="password"]:focus, .visforms-form input[type="search"]:focus, .visforms-form input[type="tel"]:focus, .visforms-form input[type="text"]:focus, .visforms-form input[type="time"]:focus, .visforms-form input[type="url"]:focus, .visforms-form input[type="week"]:focus, .visforms-form input:not([type]):focus {
  border-color: #0084d1 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(110, 116, 120, 0.6) !important;
}
.visforms-form select::placeholder, .visforms-form input[type="color"]::placeholder, .visforms-form input[type="date"]::placeholder, .visforms-form input[type="datetime"]::placeholder, .visforms-form input[type="datetime-local"]::placeholder, .visforms-form input[type="email"]::placeholder, .visforms-form input[type="month"]::placeholder, .visforms-form input[type="number"]::placeholder, .visforms-form input[type="password"]::placeholder, .visforms-form input[type="search"]::placeholder, .visforms-form input[type="tel"]::placeholder, .visforms-form input[type="text"]::placeholder, .visforms-form input[type="time"]::placeholder, .visforms-form input[type="url"]::placeholder, .visforms-form input[type="week"]::placeholder, .visforms-form input:not([type])::placeholder {
  font-size: 90%;
  opacity: 0.8;
}
.visforms-form textarea {
  margin-top: 0.5em;
  background-color: #ffffff;
}
.visforms-form textarea:focus {
  border-color: #0084d1 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(110, 116 120, 0.6) !important;
}
.visforms-form textarea::placeholder {
  font-size: 90%;
  opacity: 0.7;
}
.visforms-form input[type="submit"] {
  /*
		display: block;
		font-family: get-font-family($font-family-default);
		//font-weight: $font-weight-semibold;
		font-size: $core-font-size;
		line-height: 1.3;
		letter-spacing: 0.1rem;
		text-transform: uppercase;
		background: #524A42;
		vertical-align: middle;
		color: $white;
		border: 2px solid #524A42;
		border-radius: 0;
		/*
		-webkit-box-shadow: 3px 3px 0px 0px $link-hover;
		-moz-box-shadow:    3px 3px 0px 0px $link-hover;
		box-shadow:         3px 3px 0px 0px $link-hover;
		*/
  margin: 1.5rem auto;
  padding: 1rem 2rem;
  width: 33%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #2c2821;
  color: #ffffff;
}
.visforms-form input[type="submit"]:hover, .visforms-form input[type="submit"]:active, .visforms-form input[type="submit"]:focus {
  background: #f28000;
  border-color: #f28000;
}
.visforms-form input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.visforms-form input[type="submit"]:disabled:hover {
  background: rgba(44, 40, 33, 0.7);
}
@media only all and (max-width: 47.99rem) {
  .visforms-form input[type="submit"] {
    width: 85%;
  }
}
.visforms-form .visform:not(.bt4mcindividual) label.error {
  background-color: #f28000;
}
.visforms-form .visform:not(.bt4mcindividual) p:after {
  border-top-color: #f28000;
}
.sps-imagegrid .sps-imagegrid-title {
  margin: 0 0 1em;
  color: inherit !important;
}
@media only all and (max-width: 47.99rem) {
  .sps-imagegrid .sps-imagegrid-title {
    margin: 0;
    font-size: 1rem;
  }
}
.sps-imagegrid .sps-imagegrid-desc {
  margin: 0 0 1em;
}
.sps-imagegrid .sps-imagegrid-desc a:not(.button) {
  color: #0084d1;
}
.sps-imagegrid .sps-imagegrid-desc a:not(.button):hover {
  text-decoration: underline;
}
.sps-imagegrid .s16x9 {
  padding: 0 0 56.25% 0;
}
.sps-imagegrid .s4x3 {
  padding: 0 0 75% 0;
}
.sps-imagegrid .s3x2 {
  padding: 0 0 66.67% 0;
}
.sps-imagegrid .s1x1 {
  padding: 0 0 100% 0;
}
.sps-imagegrid .sps-imagegrid-container .slidericons {
  text-align: right;
  opacity: 0.6;
}
.sps-imagegrid .sps-imagegrid-container .slidericons span {
  padding-left: 0.25rem;
}
.sps-imagegrid .sps-imagegrid-container .uk-slider-container.gap-none {
  margin: 0;
}
.sps-imagegrid .sps-imagegrid-container .uk-slider-container.gap-05 {
  margin: 0 -0.25rem;
}
.sps-imagegrid .sps-imagegrid-container .uk-slider-container.gap-10 {
  margin: 0 -0.5rem;
}
.sps-imagegrid .sps-imagegrid-container .uk-slider-container.gap-15 {
  margin: 0 -0.75rem;
}
.sps-imagegrid .sps-imagegrid-container .uk-slider-container.gap-20 {
  margin: 0 -1rem;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg {
  position: relative;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg.gap-none {
  margin: 0;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg.gap-05 {
  margin: 0 0.25rem;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg.gap-10 {
  margin: 0 0.5rem;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg.gap-15 {
  margin: 0 0.75rem;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg.gap-20 {
  margin: 0 1rem;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg .sps-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg .sps-magnify-icon {
  position: absolute;
  bottom: 0.25em;
  right: 1em;
  color: #ffffff;
  opacity: 0;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg:hover .sps-image {
  opacity: 1;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg:hover .sps-image.lightbox {
  opacity: 0.6;
}
.sps-imagegrid .sps-imagegrid-container .sps-image-bg:hover .sps-magnify-icon {
  opacity: 1;
}
.sps-imageshow .sps-imageshow-title {
  margin: 0 0 1em;
  color: inherit !important;
}
@media only all and (max-width: 47.99rem) {
  .sps-imageshow .sps-imageshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.sps-imageshow .sps-imageshow-desc {
  margin: 0 0 1rem;
}
.sps-imageshow .sps-imageshow-desc a:not(.button) {
  color: #0084d1;
}
.sps-imageshow .sps-imageshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.sps-imageshow .s16x9 {
  padding: 0 0 56.25% 0;
}
.sps-imageshow .s4x3 {
  padding: 0 0 75% 0;
}
.sps-imageshow .s3x2 {
  padding: 0 0 66.67% 0;
}
.sps-imageshow .s1x1 {
  padding: 0 0 100% 0;
}
.sps-imageshow .sps-imageshow-stage .sps-image-bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sps-imageshow .sps-imageshow-stage .sps-image-bg .sps-show {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sps-imageshow .sps-imageshow-container {
  margin-top: 1rem;
}
.sps-imageshow .sps-imageshow-container .slidericons {
  text-align: right;
  opacity: 0.6;
}
.sps-imageshow .sps-imageshow-container .slidericons span {
  padding-left: 0.25rem;
}
.sps-imageshow .sps-imageshow-container .uk-slider-container.gap-none {
  margin: 0;
}
.sps-imageshow .sps-imageshow-container .uk-slider-container.gap-05 {
  margin: 0 -0.25rem 0 0;
}
.sps-imageshow .sps-imageshow-container .uk-slider-container.gap-10 {
  margin: 0 -0.5rem 0 0;
}
.sps-imageshow .sps-imageshow-container .uk-slider-container.gap-15 {
  margin: 0 -0.75rem 0 0;
}
.sps-imageshow .sps-imageshow-container .uk-slider-container.gap-20 {
  margin: 0 -1rem 0 0;
}
.sps-imageshow .sps-imageshow-container .active .sps-image-bg .sps-magnify-icon {
  opacity: 1;
}
.sps-imageshow .sps-imageshow-container .sps-image-bg {
  position: relative;
}
.sps-imageshow .sps-imageshow-container .sps-image-bg.gap-none {
  margin: 0;
}
.sps-imageshow .sps-imageshow-container .sps-image-bg.gap-05 {
  margin: 0 0.25rem;
}
.sps-imageshow .sps-imageshow-container .sps-image-bg.gap-10 {
  margin: 0 0.5rem;
}
.sps-imageshow .sps-imageshow-container .sps-image-bg.gap-15 {
  margin: 0 0.75rem;
}
.sps-imageshow .sps-imageshow-container .sps-image-bg.gap-20 {
  margin: 0 1rem;
}
.sps-imageshow .sps-imageshow-container .sps-image-bg .sps-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sps-imageshow .sps-imageshow-container .sps-image-bg .sps-magnify-icon {
  position: absolute;
  bottom: 0.25em;
  right: 1em;
  color: #ffffff;
  opacity: 0;
  z-index: 10;
}
.sps-imageshow .uk-dotnav {
  margin-bottom: 1em;
}
.g-slideshow .uk-overlay-panel {
  padding: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.g-slideshow .g-overlay-container {
  width: 100%;
  margin: 0;
  padding: 0;
  /*
        width: $breakpoints-large-desktop-container;
        margin-left: auto;
        margin-right: auto;
        padding-left: 25px !important;
        padding-right: 25px !important;
        @include breakpoint(desktop-range) {
            width: $breakpoints-desktop-container;
        }
        @include breakpoint(tablet-range) {
            width: $breakpoints-tablet-container;
        }
        @include breakpoint(large-mobile-range) {
            width: $breakpoints-large-mobile-container;
        }
        @include breakpoint(small-mobile-range) {
            width: 100%;
        }
		*/
}
.g-slideshow .nav-visible .uk-slidenav {
  opacity: 1;
}
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #ffffff !important;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-article-details {
  margin-bottom: 15px;
  font-size: 90%;
}
.g-slideshow .g-article-details > span {
  margin-right: 10px;
}
.g-slideshow .g-article-details > span:last-child {
  margin-right: 0;
}
.g-slideshow .g-article-details > span i {
  margin-right: 5px;
}
.g-slideshow .g-article-details.details-showbottom {
  margin-top: 15px;
  margin-bottom: 20px;
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #0084d1;
}
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.g-slideshow .g-article-read-more {
  margin-top: 15px;
}
.g-slideshow .uk-flex-center {
  text-align: center;
}
.g-slideshow .style2 {
  padding: 70px 0;
}
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #ffffff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #ffffff !important;
  font-size: 1.2rem;
  display: table;
}
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
.g-slideshow .style3 .g-slideshow-title {
  font-size: 2rem;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-slideshow .style3 .g-slideshow-title {
    font-size: 1.4rem;
  }
}
.g-slideshow .style3 .g-article-details {
  font-size: 100%;
}
.g-slideshow .style3 .g-slideshow-desc {
  font-size: 17px;
  line-height: 30px;
}
.g-slideshow.dark-text .style3 .g-slideshow-title {
  color: #2c2821 !important;
}
.g-slideshow.dark-text .style3 .g-slideshow-desc, .g-slideshow.dark-text .style3 .g-article-details {
  color: #2c2821;
}
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
#g-fullwidth .g-slideshow .g-content, .g-flushed .g-slideshow .g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.align-vcenter {
  align-content: center;
}
.aling-vcenter2 {
  align-self: center;
}
.align-end {
  align-items: flex-end;
}
.relative {
  position: relative;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* Typography */
big, .big {
  font-size: 110%;
  line-height: 120%;
  font-style: normal;
}
.bigger {
  font-size: 150% !important;
  line-height: 170%;
  font-style: normal;
}
.seriftext {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 100% !important;
  line-height: 130% !important;
  font-style: normal;
}
.normaltext {
  font-family: "Souce Sans Pro, Helvetica, Tahoma, Geneva, Arial, sans-serif" !important;
  font-size: 100% !important;
  line-height: 130% !important;
  font-style: normal;
}
.small {
  font-size: 85% !important;
  line-height: 130% !important;
  font-style: normal;
}
.smaller {
  font-size: 80%;
  line-height: 130%;
  font-style: normal;
}
.mini {
  font-size: 60%;
}
.middle {
  margin: 0 auto;
}
.strike {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.overline {
  text-decoration: overline;
}
.sub {
  vertical-align: sub;
}
.super {
  vertical-align: super;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.bold {
  font-weight: 600;
}
.text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.border-radius {
  overflow: hidden;
  border-radius: 0.25rem;
}
.border {
  border: 1px solid #0084d1;
}
.uppercase, .h2uppercase, .h4uppercase {
  text-transform: uppercase;
}
.uppercase small, .h2uppercase small, .h4uppercase small {
  text-transform: none;
}
.tcWhite {
  color: #ffffff !important;
}
.bgWhite {
  background-color: #ffffff !important;
}
.tcBlack {
  color: #000000 !important;
}
.bgBlack {
  background-color: #000000 !important;
}
.tcLightgrey {
  color: #e0e0e0 !important;
}
.bgLightgrey {
  background-color: #e0e0e0 !important;
}
.tcGrey {
  color: #95a5a6 !important;
}
.bgGrey {
  background-color: #95a5a6 !important;
}
.tcDarkgrey {
  color: #282828 !important;
}
.bgDarkgrey {
  background-color: #282828 !important;
}
.tcPink {
  color: #d13b7b !important;
}
.bgPink {
  background-color: #d13b7b !important;
}
.tcRed {
  color: #ef4a44 !important;
}
.bgRed {
  background-color: #ef4a44 !important;
}
.tcPurple {
  color: #874f9a !important;
}
.bgPurple {
  background-color: #874f9a !important;
}
.tcBlue {
  color: #279fba !important;
}
.bgBlue {
  background-color: #279fba !important;
}
.tcOrange {
  color: #ee7933 !important;
}
.bgOrange {
  background-color: #ee7933 !important;
}
.tcGreen {
  color: #00c67e !important;
}
.bgGreen {
  background-color: #00c67e !important;
}
.tcYellow {
  color: #F9B234 !important;
}
.bgYellow {
  background-color: #F9B234 !important;
}
.tcLightblue {
  color: #00BDE2 !important;
}
.bgLightblue {
  background-color: #00BDE2 !important;
}
.tcDarkblue {
  color: #023964 !important;
}
.bgDarkblue {
  background-color: #023964 !important;
}
.tcHelli1 {
  color: #d20b22 !important;
}
.bgHelli1 {
  background-color: #d20b22 !important;
}
.tcHelli2 {
  color: #2659F0 !important;
}
.bgHelli2 {
  background-color: #2659F0 !important;
}
.tcSps1 {
  color: #f9632d !important;
}
.bgSps1 {
  background-color: #f9632d !important;
}
.tcSps2 {
  color: #21c2d4 !important;
}
.bgSps2 {
  background-color: #21c2d4 !important;
}
.tcAccent1 {
  color: #0084d1 !important;
}
.bgAccent1 {
  background-color: #0084d1 !important;
}
.tcAccent2 {
  color: #f28000 !important;
}
.bgAccent2 {
  background-color: #f28000 !important;
}
.tcAccent3 {
  color: #003554 !important;
}
.bgAccent3 {
  background-color: #003554 !important;
}
.tcAccent4 {
  color: #cacab3 !important;
}
.bgAccent4 {
  background-color: #cacab3 !important;
}
.tcAccent5 {
  color: #0385d1 !important;
}
.bgAccent5 {
  background-color: #0385d1 !important;
}
.tcAccent6 {
  color: #2659F0 !important;
}
.bgAccent6 {
  background-color: #2659F0 !important;
}
.tcAccent1-Light {
  color: rgba(0, 132, 209, 0.25) !important;
}
.bgAccent1-Light {
  background-color: rgba(0, 132, 209, 0.25) !important;
}
.tcAccent2-Light {
  color: rgba(242, 128, 0, 0.25) !important;
}
.bgAccent2-Light {
  background-color: rgba(242, 128, 0, 0.25) !important;
}
.center20 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 20%;
  max-width: 20%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center20 {
    width: 20%;
    max-width: 20%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center20 {
    width: 50%;
    max-width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center20 {
    width: 50%;
    max-width: 50%;
  }
}
.center20fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 20%;
  max-width: 20%;
}
.center25 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 25%;
  max-width: 25%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center25 {
    width: 25%;
    max-width: 25%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center25 {
    width: 50%;
    max-width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center25 {
    width: 50%;
    max-width: 50%;
  }
}
.center25fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 25%;
  max-width: 25%;
}
.center33 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 33%;
  max-width: 33%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center33 {
    width: 33%;
    max-width: 33%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center33 {
    width: 60%;
    max-width: 60%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center33 {
    width: 95%;
    max-width: 95%;
  }
}
.center33fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 33%;
  max-width: 33%;
}
.center40 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 40%;
  max-width: 40%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center40 {
    width: 55%;
    max-width: 55%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center40 {
    width: 50%;
    max-width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center40 {
    width: 95%;
    max-width: 95%;
  }
}
.center40fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 40%;
  max-width: 40%;
}
.center45 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 40%;
  max-width: 40%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center45 {
    width: 60%;
    max-width: 60%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center45 {
    width: 50%;
    max-width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center45 {
    width: 95%;
    max-width: 95%;
  }
}
.center45fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 40%;
  max-width: 40%;
}
.center50 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 50%;
  max-width: 50%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center50 {
    width: 65%;
    max-width: 65%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center50 {
    width: 60%;
    max-width: 60%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center50 {
    width: 95%;
    max-width: 95%;
  }
}
.center50fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 50%;
  max-width: 50%;
}
.center60 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 60%;
  max-width: 60%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center60 {
    width: 70%;
    max-width: 70%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center60 {
    width: 80%;
    max-width: 80%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center60 {
    width: 95%;
    max-width: 95%;
  }
}
.center60fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 60%;
  max-width: 60%;
}
.center65 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 65%;
  max-width: 65%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center65 {
    width: 75%;
    max-width: 75%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center65 {
    width: 85%;
    max-width: 85%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center65 {
    width: 95%;
    max-width: 95%;
  }
}
.center65fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 65%;
  max-width: 65%;
}
.center70 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 70%;
  max-width: 70%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center70 {
    width: 80%;
    max-width: 80%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center70 {
    width: 95%;
    max-width: 95%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center70 {
    width: 95%;
    max-width: 95%;
  }
}
.center70fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 70%;
  max-width: 70%;
}
.center75 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 75%;
  max-width: 75%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center75 {
    width: 85%;
    max-width: 85%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center75 {
    width: 95%;
    max-width: 95%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center75 {
    width: 95%;
    max-width: 95%;
  }
}
.center75fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 75%;
  max-width: 75%;
}
.center80 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 80%;
  max-width: 80%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center80 {
    width: 100%;
    max-width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center80 {
    width: 95%;
    max-width: 95%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center80 {
    width: 95%;
    max-width: 95%;
  }
}
.center80fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 80%;
  max-width: 80%;
}
.center85 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 85%;
  max-width: 85%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center85 {
    width: 95%;
    max-width: 95%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center85 {
    width: 95%;
    max-width: 95%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center85 {
    width: 95%;
    max-width: 95%;
  }
}
.center85fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 85%;
  max-width: 85%;
}
.center90 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 90%;
  max-width: 90%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center90 {
    width: 90%;
    max-width: 90%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center90 {
    width: 95%;
    max-width: 95%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center90 {
    width: 95%;
    max-width: 95%;
  }
}
.center90fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 90%;
  max-width: 90%;
}
.center95 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 95%;
  max-width: 95%;
}
@media only screen and (min-width: 901px) and (max-width: 1024px) {
  .center95 {
    width: 95%;
    max-width: 95%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .center95 {
    width: 95%;
    max-width: 95%;
  }
}
@media only all and (max-width: 47.99rem) {
  .center95 {
    width: 95%;
    max-width: 95%;
  }
}
.center95fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 95%;
  max-width: 95%;
}
/*	Standardgrößen für Margin und Padding
	Erzeugt Klassen wie marginbottom-small oder padding-max
*/
.no-marginbottom {
  margin-bottom: 0 !important;
}
.no-margintop {
  margin-top: 0 !important;
}
.no-marginleft {
  margin-left: 0 !important;
}
.no-marginright {
  margin-right: 0 !important;
}
.no-margintopbot {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-marginside {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.xs-marginbottom {
  margin-bottom: 0.3125rem !important;
}
.xs-margintop {
  margin-top: 0.3125rem !important;
}
.xs-marginleft {
  margin-left: 0.3125rem !important;
}
.xs-marginright {
  margin-right: 0.3125rem !important;
}
.xs-margintopbot {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}
.xs-marginside {
  margin-left: 0.3125rem !important;
  margin-right: 0.3125rem !important;
}
.xs-margin {
  margin: 0.3125rem !important;
}
.min-marginbottom {
  margin-bottom: 0.46875rem !important;
}
.min-margintop {
  margin-top: 0.46875rem !important;
}
.min-marginleft {
  margin-left: 0.46875rem !important;
}
.min-marginright {
  margin-right: 0.46875rem !important;
}
.min-margintopbot {
  margin-top: 0.46875rem !important;
  margin-bottom: 0.46875rem !important;
}
.min-marginside {
  margin-left: 0.46875rem !important;
  margin-right: 0.46875rem !important;
}
.min-margin {
  margin: 0.46875rem !important;
}
.marginbottom {
  margin-bottom: 0.625rem !important;
}
.margintop {
  margin-top: 0.625rem !important;
}
.marginleft {
  margin-left: 0.625rem !important;
}
.marginright {
  margin-right: 0.625rem !important;
}
.margintopbot {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.marginside {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}
.margin {
  margin: 0.625rem !important;
}
.med-marginbottom {
  margin-bottom: 1.5625rem !important;
}
.med-margintop {
  margin-top: 1.5625rem !important;
}
.med-marginleft {
  margin-left: 1.5625rem !important;
}
.med-marginright {
  margin-right: 1.5625rem !important;
}
.med-margintopbot {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}
.med-marginside {
  margin-left: 1.5625rem !important;
  margin-right: 1.5625rem !important;
}
.med-margin {
  margin: 1.5625rem !important;
}
.big-marginbottom {
  margin-bottom: 3.125rem !important;
}
.big-margintop {
  margin-top: 3.125rem !important;
}
.big-marginleft {
  margin-left: 3.125rem !important;
}
.big-marginright {
  margin-right: 3.125rem !important;
}
.big-margintopbot {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}
.big-marginside {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important;
}
.big-margin {
  margin: 3.125rem !important;
}
.max-marginbottom {
  margin-bottom: 4.6875rem !important;
}
.max-margintop {
  margin-top: 4.6875rem !important;
}
.max-marginleft {
  margin-left: 4.6875rem !important;
}
.max-marginright {
  margin-right: 4.6875rem !important;
}
.max-margintopbot {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}
.max-marginside {
  margin-left: 4.6875rem !important;
  margin-right: 4.6875rem !important;
}
.max-margin {
  margin: 4.6875rem !important;
}
.xxl-marginbottom {
  margin-bottom: 6.25rem !important;
}
.xxl-margintop {
  margin-top: 6.25rem !important;
}
.xxl-marginleft {
  margin-left: 6.25rem !important;
}
.xxl-marginright {
  margin-right: 6.25rem !important;
}
.xxl-margintopbot {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}
.xxl-marginside {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}
.xxl-margin {
  margin: 6.25rem !important;
}
.no-paddingbottom {
  padding-bottom: 0 !important;
}
.no-paddingtop {
  padding-top: 0 !important;
}
.no-paddingleft {
  padding-left: 0 !important;
}
.no-paddingright {
  padding-right: 0 !important;
}
.no-paddingtopbot {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-paddingside {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.xs-paddingbottom {
  padding-bottom: 0.2345rem !important;
}
.xs-paddingtop {
  padding-top: 0.2345rem !important;
}
.xs-paddingleft {
  padding-left: 0.2345rem !important;
}
.xs-paddingright {
  padding-right: 0.2345rem !important;
}
.xs-paddingtopbot {
  padding-top: 0.2345rem !important;
  padding-bottom: 0.2345rem !important;
}
.xs-paddingside {
  padding-left: 0.2345rem !important;
  padding-right: 0.2345rem !important;
}
.xs-padding {
  padding: 0.2345rem !important;
}
.min-paddingbottom {
  padding-bottom: 0.469rem !important;
}
.min-paddingtop {
  padding-top: 0.469rem !important;
}
.min-paddingleft {
  padding-left: 0.469rem !important;
}
.min-paddingright {
  padding-right: 0.469rem !important;
}
.min-paddingtopbot {
  padding-top: 0.469rem !important;
  padding-bottom: 0.469rem !important;
}
.min-paddingside {
  padding-left: 0.469rem !important;
  padding-right: 0.469rem !important;
}
.min-padding {
  padding: 0.469rem !important;
}
.paddingbottom {
  padding-bottom: 0.938rem !important;
}
.paddingtop {
  padding-top: 0.938rem !important;
}
.paddingleft {
  padding-left: 0.938rem !important;
}
.paddingright {
  padding-right: 0.938rem !important;
}
.paddingtopbot {
  padding-top: 0.938rem !important;
  padding-bottom: 0.938rem !important;
}
.paddingside {
  padding-left: 0.938rem !important;
  padding-right: 0.938rem !important;
}
.padding {
  padding: 0.938rem !important;
}
.med-paddingbottom {
  padding-bottom: 1.876rem !important;
}
.med-paddingtop {
  padding-top: 1.876rem !important;
}
.med-paddingleft {
  padding-left: 1.876rem !important;
}
.med-paddingright {
  padding-right: 1.876rem !important;
}
.med-paddingtopbot {
  padding-top: 1.876rem !important;
  padding-bottom: 1.876rem !important;
}
.med-paddingside {
  padding-left: 1.876rem !important;
  padding-right: 1.876rem !important;
}
.med-padding {
  padding: 1.876rem !important;
}
.big-paddingbottom {
  padding-bottom: 3.752rem !important;
}
.big-paddingtop {
  padding-top: 3.752rem !important;
}
.big-paddingleft {
  padding-left: 3.752rem !important;
}
.big-paddingright {
  padding-right: 3.752rem !important;
}
.big-paddingtopbot {
  padding-top: 3.752rem !important;
  padding-bottom: 3.752rem !important;
}
.big-paddingside {
  padding-left: 3.752rem !important;
  padding-right: 3.752rem !important;
}
.big-padding {
  padding: 3.752rem !important;
}
.max-paddingbottom {
  padding-bottom: 5.628rem !important;
}
.max-paddingtop {
  padding-top: 5.628rem !important;
}
.max-paddingleft {
  padding-left: 5.628rem !important;
}
.max-paddingright {
  padding-right: 5.628rem !important;
}
.max-paddingtopbot {
  padding-top: 5.628rem !important;
  padding-bottom: 5.628rem !important;
}
.max-paddingside {
  padding-left: 5.628rem !important;
  padding-right: 5.628rem !important;
}
.max-padding {
  padding: 5.628rem !important;
}
.msize-paddingbottom {
  padding-bottom: 0.625rem !important;
}
.msize-paddingtop {
  padding-top: 0.625rem !important;
}
.msize-paddingleft {
  padding-left: 0.625rem !important;
}
.msize-paddingright {
  padding-right: 0.625rem !important;
}
.msize-paddingtopbot {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.msize-paddingside {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.msize-padding {
  padding: 0.625rem !important;
}
.pad-auto {
  padding-left: auto;
  padding-right: auto;
}
.pad-left3 {
  padding-left: 3%;
}
.pad-left6 {
  padding-left: 6%;
}
.pad-icon {
  padding-left: 4px;
  padding-right: 0 !important;
}
.link-icon {
  font-size: 65%;
  padding-left: 4px;
  padding-right: 0 !important;
}
.header-padding {
  padding: 0.938rem 0 !important;
}
.pad25left {
  padding-left: 25%;
}
@media only all and (max-width: 47.99rem) {
  .pad25left {
    padding-left: 0;
  }
}
.pad50left {
  padding-left: 50%;
}
@media only all and (max-width: 47.99rem) {
  .pad50left {
    padding-left: 0;
  }
}
.pad40left {
  padding-left: 40%;
}
@media only all and (max-width: 47.99rem) {
  .pad40left {
    padding-left: 0;
  }
}
.pad50right {
  padding-right: 50%;
}
@media only all and (max-width: 47.99rem) {
  .pad50right {
    padding-right: 0;
  }
}
.pad40right {
  padding-right: 40%;
}
@media only all and (max-width: 47.99rem) {
  .pad40right {
    padding-right: 0;
  }
}
.note {
  padding: 0.938rem;
  border-radius: 5px;
  border: 1px solid #d3ced2;
  color: #2c2821;
  margin-bottom: 1.25rem;
}
.note.noborder {
  border: none;
}
.note.medborder {
  border-width: 2px;
}
.note.fatborder {
  border-width: 4px;
}
.note.shadow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.note.shadow2 {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.note.white {
  border-color: #ffffff;
}
.note.white.text {
  color: #ffffff;
}
.note.white.filled {
  background-color: rgba(255, 255, 255, 0.25);
}
.note.black {
  border-color: #000000;
}
.note.black.text {
  color: #000000;
}
.note.black.filled {
  background-color: rgba(0, 0, 0, 0.25);
}
.note.grey {
  border-color: #95a5a6;
}
.note.grey.text {
  color: #95a5a6;
}
.note.grey.filled {
  background-color: rgba(149, 165, 166, 0.25);
}
.note.darkgrey {
  border-color: #282828;
}
.note.darkgrey.text {
  color: #282828;
}
.note.darkgrey.filled {
  background-color: rgba(40, 40, 40, 0.25);
}
.note.pink {
  border-color: #d13b7b;
}
.note.pink.text {
  color: #d13b7b;
}
.note.pink.filled {
  background-color: rgba(209, 59, 123, 0.25);
}
.note.red {
  border-color: #ef4a44;
}
.note.red.text {
  color: #ef4a44;
}
.note.red.filled {
  background-color: rgba(239, 74, 68, 0.25);
}
.note.purple {
  border-color: #874f9a;
}
.note.purple.text {
  color: #874f9a;
}
.note.purple.filled {
  background-color: rgba(135, 79, 154, 0.25);
}
.note.blue {
  border-color: #279fba;
}
.note.blue.text {
  color: #279fba;
}
.note.blue.filled {
  background-color: rgba(39, 159, 186, 0.25);
}
.note.orange {
  border-color: #ee7933;
}
.note.orange.text {
  color: #ee7933;
}
.note.orange.filled {
  background-color: rgba(238, 121, 51, 0.25);
}
.note.green {
  border-color: #00c67e;
}
.note.green.text {
  color: #00c67e;
}
.note.green.filled {
  background-color: rgba(0, 198, 126, 0.25);
}
.note.yellow {
  border-color: #F9B234;
}
.note.yellow.text {
  color: #F9B234;
}
.note.yellow.filled {
  background-color: rgba(249, 178, 52, 0.25);
}
.note.lightblue {
  border-color: #00BDE2;
}
.note.lightblue.text {
  color: #00BDE2;
}
.note.lightblue.filled {
  background-color: rgba(0, 189, 226, 0.25);
}
.note.darkblue {
  border-color: #023964;
}
.note.darkblue.text {
  color: #023964;
}
.note.darkblue.filled {
  background-color: rgba(2, 57, 100, 0.25);
}
.note.helli-color-1 {
  border-color: #d20b22;
}
.note.helli-color-1.text {
  color: #d20b22;
}
.note.helli-color-1.filled {
  background-color: rgba(210, 11, 34, 0.25);
}
.note.helli-color-2 {
  border-color: #2659F0;
}
.note.helli-color-2.text {
  color: #2659F0;
}
.note.helli-color-2.filled {
  background-color: rgba(38, 89, 240, 0.25);
}
.note.sps-color-1 {
  border-color: #f9632d;
}
.note.sps-color-1.text {
  color: #f9632d;
}
.note.sps-color-1.filled {
  background-color: rgba(249, 99, 45, 0.25);
}
.note.sps-color-2 {
  border-color: #21c2d4;
}
.note.sps-color-2.text {
  color: #21c2d4;
}
.note.sps-color-2.filled {
  background-color: rgba(33, 194, 212, 0.25);
}
.note.accent-1 {
  border-color: #0084d1;
}
.note.accent-1.text {
  color: #0084d1;
}
.note.accent-1.filled {
  background-color: rgba(0, 132, 209, 0.25);
}
.note.accent-2 {
  border-color: #f28000;
}
.note.accent-2.text {
  color: #f28000;
}
.note.accent-2.filled {
  background-color: rgba(242, 128, 0, 0.25);
}
.note.accent-3 {
  border-color: #003554;
}
.note.accent-3.text {
  color: #003554;
}
.note.accent-3.filled {
  background-color: rgba(0, 53, 84, 0.25);
}
.note.accent-4 {
  border-color: #cacab3;
}
.note.accent-4.text {
  color: #cacab3;
}
.note.accent-4.filled {
  background-color: rgba(202, 202, 179, 0.25);
}
.note.accent-5 {
  border-color: #0385d1;
}
.note.accent-5.text {
  color: #0385d1;
}
.note.accent-5.filled {
  background-color: rgba(3, 133, 209, 0.25);
}
.note.accent-6 {
  border-color: #2659F0;
}
.note.accent-6.text {
  color: #2659F0;
}
.note.accent-6.filled {
  background-color: rgba(38, 89, 240, 0.25);
}
.columns {
  text-align: justify !important;
  column-gap: 0rem;
  -webkit-column-gap: 0rem;
  -moz-column-gap: 0rem;
}
.columns.cols2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
@media only all and (max-width: 47.99rem) {
  .columns.cols2 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
.columns.cols3 {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .columns.cols3 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
@media only all and (max-width: 47.99rem) {
  .columns.cols3 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
.columns.cols4 {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .columns.cols4 {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
@media only all and (max-width: 47.99rem) {
  .columns.cols4 {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
}
.columns.gap {
  column-gap: 0.938rem;
  -webkit-column-gap: 0.938rem;
  -moz-column-gap: 0.938rem;
}
.columns.gap2 {
  column-gap: 1.876rem;
  -webkit-column-gap: 1.876rem;
  -moz-column-gap: 1.876rem;
}
.columns.rule {
  column-rule: 1px solid #95a5a6;
  -webkit-column-rule: 1px solid #95a5a6;
  -moz-column-rule: 1px solid #95a5a6;
}
.columns.span {
  column-span: all;
  -webkit-column-span: all;
  -moz-column-span: all;
}
.columns > .keep, .columns > figure, .columns > li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.columns > ol, .columns ul, .columns p, .columns h1, .columns h2, .columns h3, .columns h4, .columns h5, .columns h6 {
  margin-top: 0 !important;
}
.columns p {
  text-align: justify;
}
.line {
  border-bottom: 1px solid #0084d1;
}
.line.header {
  width: 70%;
  text-align: center;
  margin-left: 15% !important;
  margin-right: 15% !important;
}
.line.white {
  border-bottom-color: #ffffff;
}
.line.black {
  border-bottom-color: #000000;
}
.line.grey {
  border-bottom-color: #95a5a6;
}
.line.light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
h6 {
  margin: 0 0 0.2083333333rem 0 !important;
}
h1, h2, h3, h4, h5 {
  /*
	span {
		clear: both;
		display: block;
	}
	*/
}
h1 div.line, h2 div.line, h3 div.line, h4 div.line, h5 div.line {
  width: 100%;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
  clear: both;
  display: block;
  font-size: 85%;
  line-height: 95%;
  text-transform: none;
}
h1 small small, h2 small small, h3 small small, h4 small small, h5 small small {
  font-size: 80%;
  font-weight: normal;
  line-height: 180%;
}
.dots-outside .owl-dots {
  bottom: -7% !important;
}
.dots-outside .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
}
.dots-outside .owl-dots .owl-dot.active, .dots-outside .owl-dots .owl-dot:hover {
  opacity: 1;
  background: #2c2821;
}
.ref-title .g-news-pro-title {
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.ref-title .g-news-pro-title a {
  color: #2c2821 !important;
}
.ref-title .g-news-pro-title a:hover {
  color: #f28000 !important;
}
.ref-title .g-news-pro-desc {
  margin-top: 0px !important;
}
.slideshow-module {
  margin: 0 0 6.25rem 0;
}
.no-catlist #adminForm {
  display: none;
}
.bgWhite-transparent {
  background: rgba(255, 255, 255, 0.65);
}
.boxshadow {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.ph-background {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0.125rem;
  border: 1px solid #e0e0e5;
}
.box-shadow.moduletable, .box-shadow.widget, .box-shadow.g-outer-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.g-array-item-text {
  display: inline;
}
.g-array-item-text p {
  display: inline;
}
.img-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
}
.img-container.h50 {
  height: 50%;
}
.img-container.h33 {
  height: 33%;
}
.img-container.h25 {
  height: 25%;
}
.sized-image {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  /* ratio 4x3 */
  /* ratio 16x9 */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.sized-image.s16x9 {
  padding-bottom: 56.25%;
}
.sized-image.s4x3 {
  padding-bottom: 75%;
}
.sized-image.s3x2 {
  padding-bottom: 66.67%;
}
.sized-image:hover {
  transform: scale(1.1);
}
.hide-overflow {
  overflow: hidden;
}
.fullwidth img {
  width: 100% !important;
}
.content-block {
  color: #2c2821;
  background: #ffffff;
  border-radius: 0.25rem;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin: 1.6415rem -0.3125rem;
  padding: 1.6415rem 1.876rem;
}
.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  font-family: "Souce Sans Pro", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.625rem;
  padding-bottom: 0;
}
.content-block h1.line, .content-block h2.line, .content-block h3.line, .content-block h4.line, .content-block h5.line, .content-block h6.line {
  border-bottom: 1px solid #0084d1;
}
.content-block h1 small, .content-block h2 small, .content-block h3 small, .content-block h4 small, .content-block h5 small, .content-block h6 small {
  clear: both;
  display: block;
  font-size: 80%;
  font-weight: 300;
}
.content-block h1 a, .content-block h2 a, .content-block h3 a, .content-block h4 a, .content-block h5 a, .content-block h6 a {
  color: #0084d1 !important;
}
.content-block h1 a:hover, .content-block h2 a:hover, .content-block h3 a:hover, .content-block h4 a:hover, .content-block h5 a:hover, .content-block h6 a:hover {
  color: #0f0e0b;
}
.content-block h1 {
  font-size: 2.15rem !important;
}
.content-block h2 {
  font-size: 1.8rem !important;
}
.content-block h3 {
  font-size: 1.4rem !important;
}
.content-block h4 {
  font-size: 1.15rem !important;
}
.content-block h5 {
  font-size: 0.9rem !important;
}
.content-block h6 {
  font-size: 0.75rem !important;
}
.w80 {
  width: 80%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w80 {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w80 {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w80 {
    width: 100%;
  }
}
.w80fix {
  width: 80%;
}
.w75 {
  width: 75%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w75 {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w75 {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w75 {
    width: 100%;
  }
}
.w75fix {
  width: 75%;
}
.w70 {
  width: 70%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w70 {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w70 {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w70 {
    width: 100%;
  }
}
.w70fix {
  width: 70%;
}
.w66 {
  width: 66%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w66 {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w66 {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w66 {
    width: 100%;
  }
}
.w66fix {
  width: 66%;
}
.w60 {
  width: 60%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w60 {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w60 {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w60 {
    width: 100%;
  }
}
.w60fix {
  width: 60%;
}
.w50 {
  width: 50%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w50 {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w50 {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w50 {
    width: 100%;
  }
}
.w50fix {
  width: 50%;
}
.w40 {
  width: 40%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w40 {
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w40 {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w40 {
    width: 100%;
  }
}
.w40fix {
  width: 40%;
}
.w33 {
  width: 33%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w33 {
    width: 33%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w33 {
    width: 33%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w33 {
    width: 100%;
  }
}
.w33fix {
  width: 33%;
}
.w30 {
  width: 30%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w30 {
    width: 30%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w30 {
    width: 30%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w30 {
    width: 100%;
  }
}
.w30fix {
  width: 30%;
}
.w25 {
  width: 25%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w25 {
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w25 {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w25 {
    width: 100%;
  }
}
.w25fix {
  width: 25%;
}
.w24 {
  width: 24%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w24 {
    width: 24%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w24 {
    width: 24%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w24 {
    width: 100%;
  }
}
.w24fix {
  width: 24%;
}
.w20 {
  width: 20%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w20 {
    width: 50%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w20 {
    width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w20 {
    width: 100%;
  }
}
.w20fix {
  width: 20%;
}
.w17 {
  width: 17%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w17 {
    width: 17%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w17 {
    width: 17%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w17 {
    width: 100%;
  }
}
.w17fix {
  width: 17%;
}
.w15 {
  width: 15%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .w15 {
    width: 33%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .w15 {
    width: 33%;
  }
}
@media only all and (max-width: 47.99rem) {
  .w15 {
    width: 100%;
  }
}
.w15fix {
  width: 15%;
}
.spalten {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.spalten.stretch {
  align-items: stretch;
}
.spalten.centercontent {
  justify-content: center;
}
.spalten.valign {
  align-self: center;
}
.spalten.reverse {
  flex-direction: row-reverse;
}
.spalten .spalte.valign {
  align-self: center;
}
.spalten .spalte.vcenter {
  align-self: center;
}
.spalten .spalte.vbottom {
  align-self: flex-end;
}
.spalten .spalte.stretch {
  align-content: stretch;
}
.spalten .spalte.w100 {
  width: 100%;
}
.column-list {
  display: flex;
  flex-wrap: wrap;
}
.column-list .column-item {
  padding: 0.469rem;
}
.column-list .column-item.columns-1 {
  width: 100%;
}
.column-list .column-item.columns-2 {
  width: 50%;
}
@media only all and (max-width: 47.99rem) {
  .column-list .column-item.columns-2 {
    width: 100%;
  }
}
.column-list .column-item.columns-3 {
  width: 33%;
  font-size: 90%;
}
@media only all and (max-width: 47.99rem) {
  .column-list .column-item.columns-3 {
    width: 100%;
  }
}
.column-list .column-item.columns-4 {
  width: 25%;
  font-size: 90%;
}
@media only all and (max-width: 47.99rem) {
  .column-list .column-item.columns-4 {
    width: 50%;
  }
}
.column-list .column-item.columns-5 {
  width: 20%;
  font-size: 85%;
}
@media only all and (max-width: 47.99rem) {
  .column-list .column-item.columns-5 {
    width: 50%;
  }
}
.column-list .column-item.columns-6 {
  width: 16.6%;
  font-size: 80%;
}
@media only all and (max-width: 47.99rem) {
  .column-list .column-item.columns-6 {
    width: 50%;
  }
}
.column-list .column-item.selected .column-item-content {
  background: white !important;
}
.column-list .column-item .column-item-content {
  background: #ffffff;
  border: 1px solid #0084d1;
  padding: 0.3126666667rem;
  width: 100%;
  height: 100%;
  text-align: center;
}
.column-list .column-item .column-item-content.notinstock {
  border: 1px solid #95a5a6;
  color: #95a5a6;
}
.column-list .column-item .column-item-content.blockhover {
  cursor: pointer;
}
.column-list .column-item .column-item-content.blockhover:hover {
  -moz-box-shadow: 0 0 10px -2px #0084d1;
  -webkit-box-shadow: 0 0 10px 3px #0084d1;
  box-shadow: 0 0 10px 3px #0084d1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.column-list .column-item .column-item-title {
  margin: 0 !important;
  padding-top: 0.3126666667rem;
  padding-bottom: 0.2345rem;
  font-weight: bold;
}
.column-list .column-item .column-item-price {
  font-weight: bold;
  padding-bottom: 0.2345rem;
}
.column-list .column-item .column-item-price .column-item-unit-price {
  color: #95a5a6;
  font-size: 95%;
  font-weight: normal;
}
.column-list .column-item p {
  margin: 0 !important;
  padding-bottom: 0.2345rem;
}
.column-list .column-item img {
  border: 1px solid #000;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
ol.number {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 1em 0;
}
ol.number li {
  margin-bottom: 1em;
}
ol.number.headline > li::first-line {
  font-weight: bold;
  font-size: 120%;
}
ol.number ol.alpha {
  margin: 1em 0 0 1em;
  list-style-type: lower-alpha;
  list-style-position: outside;
}
ol.number ol.alpha.headline > li::first-line {
  font-style: italic;
}
ol.number ul {
  margin: 1em 0 1em 1em;
}
ol.number ul li {
  margin-bottom: 0 !important;
}
/**/
/*# sourceMappingURL=custom_41.css.map */