/* 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; }
/**/
.fullimage img {
  width: 100% !important;
}
.zindex1 {
  z-index: 1;
}
.zindex2 {
  z-index: 2;
}
.zindex3 {
  z-index: 3;
}
.zindex4 {
  z-index: 4;
}
.zindex5 {
  z-index: 5;
}
.zindex10 {
  z-index: 10;
}
.zindex15 {
  z-index: 15;
}
.zindex20 {
  z-index: 20;
}
.zindex25 {
  z-index: 25;
}
.section-flow {
  min-height: auto !important;
}
.section-100 {
  min-height: 100vh !important;
}
.section-95 {
  min-height: 95vh !important;
}
.section-90 {
  min-height: 90vh !important;
}
.section-85 {
  min-height: 85vh !important;
}
.section-80 {
  min-height: 80vh !important;
}
.section-75 {
  min-height: 75vh !important;
}
.section-70 {
  min-height: 70vh !important;
}
.section-65 {
  min-height: 65vh !important;
}
.section-60 {
  min-height: 60vh !important;
}
.section-55 {
  min-height: 55vh !important;
}
.section-50 {
  min-height: 50vh !important;
}
.section-45 {
  min-height: 45vh !important;
}
.section-40 {
  min-height: 40vh !important;
}
.section-35 {
  min-height: 35vh !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;
}
.centerXY {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centerContent {
  display: grid;
  place-items: center;
}
.centerY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.centerX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tcWhite {
  color: #ffffff !important;
}
.bgWhite {
  background-color: #ffffff !important;
}
.tlWhite {
  color: #ffffff;
}
.tlWhite:hover, .tlWhite:active {
  color: #8d1e28;
}
.tcBlack {
  color: #000000 !important;
}
.bgBlack {
  background-color: #000000 !important;
}
.tlBlack {
  color: #000000;
}
.tlBlack:hover, .tlBlack:active {
  color: #8d1e28;
}
.tcOffWhite {
  color: #eeeeee !important;
}
.bgOffWhite {
  background-color: #eeeeee !important;
}
.tlOffWhite {
  color: #eeeeee;
}
.tlOffWhite:hover, .tlOffWhite:active {
  color: #8d1e28;
}
.tcLightgrey {
  color: #ececec !important;
}
.bgLightgrey {
  background-color: #ececec !important;
}
.tlLightgrey {
  color: #ececec;
}
.tlLightgrey:hover, .tlLightgrey:active {
  color: #8d1e28;
}
.tcGrey {
  color: #b4b4b4 !important;
}
.bgGrey {
  background-color: #b4b4b4 !important;
}
.tlGrey {
  color: #b4b4b4;
}
.tlGrey:hover, .tlGrey:active {
  color: #8d1e28;
}
.tcDarkgrey {
  color: #282828 !important;
}
.bgDarkgrey {
  background-color: #282828 !important;
}
.tlDarkgrey {
  color: #282828;
}
.tlDarkgrey:hover, .tlDarkgrey:active {
  color: #8d1e28;
}
.tcPink {
  color: #d13b7b !important;
}
.bgPink {
  background-color: #d13b7b !important;
}
.tlPink {
  color: #d13b7b;
}
.tlPink:hover, .tlPink:active {
  color: #8d1e28;
}
.tcRed {
  color: #ef4a44 !important;
}
.bgRed {
  background-color: #ef4a44 !important;
}
.tlRed {
  color: #ef4a44;
}
.tlRed:hover, .tlRed:active {
  color: #8d1e28;
}
.tcPurple {
  color: #874f9a !important;
}
.bgPurple {
  background-color: #874f9a !important;
}
.tlPurple {
  color: #874f9a;
}
.tlPurple:hover, .tlPurple:active {
  color: #8d1e28;
}
.tcBlue {
  color: #279fba !important;
}
.bgBlue {
  background-color: #279fba !important;
}
.tlBlue {
  color: #279fba;
}
.tlBlue:hover, .tlBlue:active {
  color: #8d1e28;
}
.tcOrange {
  color: #ee7933 !important;
}
.bgOrange {
  background-color: #ee7933 !important;
}
.tlOrange {
  color: #ee7933;
}
.tlOrange:hover, .tlOrange:active {
  color: #8d1e28;
}
.tcGreen {
  color: #00c67e !important;
}
.bgGreen {
  background-color: #00c67e !important;
}
.tlGreen {
  color: #00c67e;
}
.tlGreen:hover, .tlGreen:active {
  color: #8d1e28;
}
.tcYellow {
  color: #F9B234 !important;
}
.bgYellow {
  background-color: #F9B234 !important;
}
.tlYellow {
  color: #F9B234;
}
.tlYellow:hover, .tlYellow:active {
  color: #8d1e28;
}
.tcLightblue {
  color: #00BDE2 !important;
}
.bgLightblue {
  background-color: #00BDE2 !important;
}
.tlLightblue {
  color: #00BDE2;
}
.tlLightblue:hover, .tlLightblue:active {
  color: #8d1e28;
}
.tcDarkblue {
  color: #023964 !important;
}
.bgDarkblue {
  background-color: #023964 !important;
}
.tlDarkblue {
  color: #023964;
}
.tlDarkblue:hover, .tlDarkblue:active {
  color: #8d1e28;
}
.tcCyan {
  color: #00ffff !important;
}
.bgCyan {
  background-color: #00ffff !important;
}
.tlCyan {
  color: #00ffff;
}
.tlCyan:hover, .tlCyan:active {
  color: #8d1e28;
}
.tcHelli1 {
  color: #d20b22 !important;
}
.bgHelli1 {
  background-color: #d20b22 !important;
}
.tlHelli1 {
  color: #d20b22;
}
.tlHelli1:hover, .tlHelli1:active {
  color: #8d1e28;
}
.tcHelli2 {
  color: #2659F0 !important;
}
.bgHelli2 {
  background-color: #2659F0 !important;
}
.tlHelli2 {
  color: #2659F0;
}
.tlHelli2:hover, .tlHelli2:active {
  color: #8d1e28;
}
.tcSps1 {
  color: #f9632d !important;
}
.bgSps1 {
  background-color: #f9632d !important;
}
.tlSps1 {
  color: #f9632d;
}
.tlSps1:hover, .tlSps1:active {
  color: #8d1e28;
}
.tcSps2 {
  color: #21c2d4 !important;
}
.bgSps2 {
  background-color: #21c2d4 !important;
}
.tlSps2 {
  color: #21c2d4;
}
.tlSps2:hover, .tlSps2:active {
  color: #8d1e28;
}
.tcBase {
  color: #58585a !important;
}
.bgBase {
  background-color: #58585a !important;
}
.tlBase {
  color: #58585a;
}
.tlBase:hover, .tlBase:active {
  color: #8d1e28;
}
.tcBaseActive {
  color: #000000 !important;
}
.bgBaseActive {
  background-color: #000000 !important;
}
.tlBaseActive {
  color: #000000;
}
.tlBaseActive:hover, .tlBaseActive:active {
  color: #8d1e28;
}
.tcAccent1 {
  color: #8d1e28 !important;
}
.bgAccent1 {
  background-color: #8d1e28 !important;
}
.tlAccent1 {
  color: #8d1e28;
}
.tlAccent1:hover, .tlAccent1:active {
  color: #8d1e28;
}
.tcAccent2 {
  color: #f6aa41 !important;
}
.bgAccent2 {
  background-color: #f6aa41 !important;
}
.tlAccent2 {
  color: #f6aa41;
}
.tlAccent2:hover, .tlAccent2:active {
  color: #8d1e28;
}
.tcAccent3 {
  color: #cccccc !important;
}
.bgAccent3 {
  background-color: #cccccc !important;
}
.tlAccent3 {
  color: #cccccc;
}
.tlAccent3:hover, .tlAccent3:active {
  color: #8d1e28;
}
.tcAccent4 {
  color: #cec3bb !important;
}
.bgAccent4 {
  background-color: #cec3bb !important;
}
.tlAccent4 {
  color: #cec3bb;
}
.tlAccent4:hover, .tlAccent4:active {
  color: #8d1e28;
}
.tcAccent5 {
  color: #d20b22 !important;
}
.bgAccent5 {
  background-color: #d20b22 !important;
}
.tlAccent5 {
  color: #d20b22;
}
.tlAccent5:hover, .tlAccent5:active {
  color: #8d1e28;
}
.tcAccent6 {
  color: #2659F0 !important;
}
.bgAccent6 {
  background-color: #2659F0 !important;
}
.tlAccent6 {
  color: #2659F0;
}
.tlAccent6:hover, .tlAccent6:active {
  color: #8d1e28;
}
.tcAccent7 {
  color: #f9632d !important;
}
.bgAccent7 {
  background-color: #f9632d !important;
}
.tlAccent7 {
  color: #f9632d;
}
.tlAccent7:hover, .tlAccent7:active {
  color: #8d1e28;
}
.tcAccent8 {
  color: #21c2d4 !important;
}
.bgAccent8 {
  background-color: #21c2d4 !important;
}
.tlAccent8 {
  color: #21c2d4;
}
.tlAccent8:hover, .tlAccent8:active {
  color: #8d1e28;
}
.tcAccent1-Light {
  color: rgba(141, 30, 40, 0.25) !important;
}
.bgAccent1-Light {
  background-color: rgba(141, 30, 40, 0.25) !important;
}
.tlAccent1-Light {
  color: rgba(141, 30, 40, 0.25);
}
.tlAccent1-Light:hover, .tlAccent1-Light:active {
  color: #8d1e28;
}
.tcAccent2-Light {
  color: rgba(246, 170, 65, 0.25) !important;
}
.bgAccent2-Light {
  background-color: rgba(246, 170, 65, 0.25) !important;
}
.tlAccent2-Light {
  color: rgba(246, 170, 65, 0.25);
}
.tlAccent2-Light:hover, .tlAccent2-Light:active {
  color: #8d1e28;
}
.tcAccent3-Light {
  color: rgba(204, 204, 204, 0.25) !important;
}
.bgAccent3-Light {
  background-color: rgba(204, 204, 204, 0.25) !important;
}
.tlAccent3-Light {
  color: rgba(204, 204, 204, 0.25);
}
.tlAccent3-Light:hover, .tlAccent3-Light:active {
  color: #8d1e28;
}
.tcAccent4-Light {
  color: rgba(206, 195, 187, 0.25) !important;
}
.bgAccent4-Light {
  background-color: rgba(206, 195, 187, 0.25) !important;
}
.tlAccent4-Light {
  color: rgba(206, 195, 187, 0.25);
}
.tlAccent4-Light:hover, .tlAccent4-Light:active {
  color: #8d1e28;
}
.fwThin {
  font-weight: 100;
}
.fwExtralight {
  font-weight: 200;
}
.fwLight {
  font-weight: 300;
}
.fwRegular {
  font-weight: 400;
}
.fwMedium {
  font-weight: 500;
}
.fwSemibold {
  font-weight: 600;
}
.fwBold {
  font-weight: 700;
}
.fwWxtrabold {
  font-weight: 900;
}
.fwUltrabold {
  font-weight: 900;
}
.g-content {
  margin: 0.5rem;
  padding: 1rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1.05rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.1rem;
}
h2 {
  font-size: 1.8375rem;
}
h3 {
  font-size: 1.575rem;
}
h4 {
  font-size: 1.365rem;
}
h5 {
  font-size: 1.26rem;
}
h6 {
  font-size: 1.155rem;
}
small {
  font-size: 0.925rem;
}
cite {
  font-size: 0.925rem;
}
sub, sup {
  font-size: 0.8rem;
}
code, kbd, pre, samp {
  font-size: 1.05rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.25rem;
}
@font-face {
  font-family: "rockettheme-apps";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/rockettheme-apps/rockettheme-apps.eot#iefix') format("embedded-opentype"), url('../fonts/rockettheme-apps/rockettheme-apps.woff2') format("woff2"), url('../fonts/rockettheme-apps/rockettheme-apps.woff') format("woff"), url('../fonts/rockettheme-apps/rockettheme-apps.ttf') format("truetype"), url('../fonts/rockettheme-apps/rockettheme-apps.svg#rockettheme-apps') format("svg");
}
i.fa-grav-spaceman, i.fa-grav-text, i.fa-grav-full, i.fa-grav-logo, i.fa-grav-symbol, i.fa-grav-logo-both, i.fa-grav-both, i.fa-gantry, i.fa-gantry-logo, i.fa-gantry-symbol, i.fa-gantry-logo-both, i.fa-gantry-both {
  font-family: "rockettheme-apps";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-grav-logo:before, .fa-grav-text:before {
  content: "a";
}
.fa-grav-symbol:before, .fa-grav-spaceman:before {
  content: "b";
}
.fa-grav-logo-both:before, .fa-grav-both:before, .fa-grav-full:before {
  content: "f";
}
.fa-gantry-logo:before {
  content: "d";
}
.fa-gantry:before, .fa-gantry-symbol:before {
  content: "c";
}
.fa-gantry-logo-both:before, .fa-gantry-both:before {
  content: "e";
}
body {
  color: #58585a;
  background: #eeeeee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}
body *::selection {
  color: #ffffff;
  background: #8d1e28;
}
body *::-moz-selection {
  color: #ffffff;
  background: #8d1e28;
}
body p {
  margin: 1rem 0;
}
body p.h1 {
  font-size: 2.1rem;
}
body p.h2 {
  font-size: 1.8375rem;
}
body p.h3 {
  font-size: 1.575rem;
}
body p.h4 {
  font-size: 1.365rem;
}
body p.h5 {
  font-size: 1.26rem;
}
body p.h6 {
  font-size: 1.155rem;
}
body span.para {
  display: block;
  margin: 1rem 0;
}
a {
  color: #000000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #8d1e28;
  text-decoration: none;
}
.link {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.link:hover {
  color: #8d1e28;
  text-decoration: inherit;
}
.hyphens {
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}
.nohyphens {
  hyphens: manual;
}
body {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
}
h1, h2, h3, h4, h5 {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  color: inherit;
  font-variant-ligatures: none;
  margin: 0 0 1rem 0;
  hyphens: manual;
}
.h1 {
  font-size: 2.1rem;
}
.h2 {
  font-size: 1.8375rem;
}
.h3 {
  font-size: 1.575rem;
}
.h4 {
  font-size: 1.365rem;
}
.h5 {
  font-size: 1.26rem;
}
h1 {
  font-size: 2.1rem;
}
h2 {
  font-size: 1.8375rem;
}
h3 {
  font-size: 1.575rem;
}
h4 {
  font-size: 1.365rem;
}
h5 {
  font-size: 1.26rem;
}
p {
  font-size: 1.05rem;
}
ul {
  font-size: 1.05rem;
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  h1 {
    font-size: 1.89rem;
  }
  h2 {
    font-size: 1.65375rem;
  }
  h3 {
    font-size: 1.4175rem;
  }
  h4 {
    font-size: 1.2285rem;
  }
  h5 {
    font-size: 1.134rem;
  }
  p {
    font-size: 0.945rem;
  }
  ul {
    font-size: 0.945rem;
  }
}
/*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  h1 {
    font-size: 1.89rem;
  }
  h2 {
    font-size: 1.65375rem;
  }
  h3 {
    font-size: 1.4175rem;
  }
  h4 {
    font-size: 1.2285rem;
  }
  h5 {
    font-size: 1.134rem;
  }
  p {
    font-size: 0.945rem;
  }
  ul {
    font-size: 0.945rem;
  }
}
/*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
/*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  h1 {
    font-size: 1.65375rem;
  }
  h2 {
    font-size: 1.4175rem;
  }
  h3 {
    font-size: 1.2285rem;
  }
  h4 {
    font-size: 1.134rem;
  }
  h5 {
    font-size: 0.945rem;
  }
  p {
    font-size: 0.945rem;
  }
  ul {
    font-size: 0.945rem;
  }
}
/*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  h1 {
    font-size: 1.65375rem;
  }
  h2 {
    font-size: 1.4175rem;
  }
  h3 {
    font-size: 1.2285rem;
  }
  h4 {
    font-size: 1.134rem;
  }
  h5 {
    font-size: 0.945rem;
  }
  p {
    font-size: 0.945rem;
  }
  ul {
    font-size: 0.945rem;
  }
}
.title {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
}
blockquote {
  border-left: 10px solid #e0e0e5;
}
blockquote p {
  font-size: 1.15rem;
  color: #8b8b8d;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #58585a;
  font-size: 1.25rem;
}
code, kbd, pre, samp {
  font-family: "Menlo", "Monaco", monospace;
}
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #e0e0e5;
  border-radius: 0.25rem;
  line-height: 1.15;
  font-size: 0.95rem;
}
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.95rem;
}
pre.prettyprint {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
hr {
  margin: 1.5rem 0;
  border-bottom: 1px solid #e0e0e5;
}
.flush > .g-container, .flush > .g-content, .g-flushed > .g-container, .g-flushed > .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
.g-container-flushed {
  margin: -4rem 0;
}
.dir-rtl .g-branding {
  text-align: right;
  direction: ltr;
}
.g-nobackground {
  background: none !important;
}
.section-paddings {
  padding-left: 10%;
  padding-right: 10%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-paddings {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-paddings {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.no-section-paddings {
  padding: 0 !important;
}
.center-block {
  text-align: center;
  margin: auto;
}
.g-center-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.g-linethrough {
  text-decoration: line-through;
  opacity: 0.55;
}
.g-menuspacer {
  padding-top: 3rem;
}
@media only all and (max-width: 47.99rem) {
  .g-menuspacer {
    padding: 0;
  }
}
.noliststyle {
  list-style: none;
}
.g-bold {
  font-weight: 700;
}
.g-uppercase {
  text-transform: uppercase;
}
.g-compact .g-container {
  padding: 0 !important;
}
.g-sidebar-offset {
  margin-top: -4rem;
}
.g-sample-sitemap {
  line-height: 1.7;
  font-size: 1.15rem;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}
@media only all and (max-width: 47.99rem) {
  .g-mobile-center-compact .g-container {
    padding: 1rem 0;
  }
  .g-mobile-center-compact .g-content {
    padding: 0 1rem;
    margin: 0.25rem 0.5rem;
    text-align: center !important;
  }
}
.noliststyle {
  list-style: none;
}
.g-uppercase {
  text-transform: uppercase;
}
.g-notexttransform {
  text-transform: none;
}
.g-positive-margin-top {
  margin-top: 23rem;
}
.g-negative-margin-bottom {
  margin-bottom: -25rem;
}
.g-img-circle {
  border-radius: 50%;
}
.section-horizontal-paddings {
  padding-left: 10%;
  padding-right: 10%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-horizontal-paddings-small {
  padding-left: 5%;
  padding-right: 5%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings-small {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-horizontal-paddings-large {
  padding-left: 15%;
  padding-right: 15%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only all and (max-width: 47.99rem) {
  .section-horizontal-paddings-large {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-paddings-small .g-container {
  padding-left: 5%;
  padding-right: 5%;
}
.container-paddings .g-container {
  padding-left: 10%;
  padding-right: 10%;
}
.container-paddings-med .g-container {
  padding-left: 15%;
  padding-right: 15%;
}
.container-paddings-large .g-container {
  padding-left: 20%;
  padding-right: 20%;
}
.container-paddings-xl .g-container {
  padding-left: 25%;
  padding-right: 25%;
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .container-paddings .g-container, .container-paddings-med .g-container, .container-paddings-large .g-container, .container-paddings-xl .g-container {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
/*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
/*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .container-paddings .g-container, .container-paddings-med .g-container, .container-paddings-large .g-container, .container-paddings-xl .g-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .container-paddings .g-container, .container-paddings-med .g-container, .container-paddings-large .g-container, .container-paddings-xl .g-container {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.section-vertical-paddings {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-vertical-paddings-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section-vertical-paddings-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-vertical-paddings-top {
  padding-top: 3rem;
  padding-bottom: 0;
}
.section-vertical-paddings-bottom {
  padding-top: 0;
  padding-bottom: 3rem;
}
.flush > .g-container, .flush > .g-content, .g-flushed > .g-container, .g-flushed > .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
.g-container-flushed {
  margin: -4rem 0;
}
.nomarginleft, .nomarginleft > .g-content {
  margin-left: 0;
}
.nomarginright, .nomarginright > .g-content {
  margin-right: 0;
}
.nomargintop, .nomargintop > .g-content {
  margin-top: 0;
}
.nomarginbottom, .nomarginbottom > .g-content {
  margin-bottom: 0;
}
.nomarginall, .nomarginall > .g-content {
  margin: 0;
}
.margin2x > .g-content {
  margin: 1rem;
}
.margin3x > .g-content {
  margin: 1.5rem;
}
.nopaddingleft, .nopaddingleft > .g-content {
  padding-left: 0;
}
.nopaddingright, .nopaddingright > .g-content {
  padding-right: 0;
}
.nopaddingtop, .nopaddingtop > .g-content {
  padding-top: 0;
}
.nopaddingbottom, .nopaddingbottom > .g-content {
  padding-bottom: 0;
}
.nopaddingall, .nopaddingall > .g-content {
  padding: 0;
}
.padding2x > .g-content {
  padding: 2rem;
}
.padding3x > .g-content {
  padding: 3rem;
}
.title-center .g-title {
  text-align: center;
  margin: 0 0 2rem 0;
}
.title1 .g-title, .title2 .g-title, .title-gradient .g-title, .title-outline .g-title {
  margin: -1rem -1rem 1.5rem -1rem;
  padding: 0.5rem 1rem;
}
.platform-content, .moduletable, .widget {
  margin: 0.5rem 0;
  padding: 1rem 0;
}
.platform-content .moduletable, .platform-content .widget, .moduletable .moduletable, .moduletable .widget, .widget .moduletable, .widget .widget {
  margin: 0;
  padding: 0;
}
.platform-content:first-child, .moduletable:first-child, .widget:first-child {
  margin-top: 0;
  padding-top: 0;
}
.platform-content:last-child, .moduletable:last-child, .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.moduletable[class*="box"], .widget[class*="box"] {
  padding: 1rem;
  margin: 0.5rem;
}
.moduletable[class*="title"] .g-title, .widget[class*="title"] .g-title {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.title1 .g-title {
  background: #8d1e28;
  color: #ffffff;
}
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background: #6b171e;
}
.box1.moduletable, .box1.widget, .box1 > .g-content {
  color: #ffffff;
}
.box1 .button, .box1 #visform1 .formgrid .visBtnCon input, #visform1 .formgrid .visBtnCon .box1 input, .box1 #visform2 .visBtnCon input, #visform2 .visBtnCon .box1 input {
  color: #ffffff;
}
.box1 .button:hover, .box1 #visform1 .formgrid .visBtnCon input:hover, #visform1 .formgrid .visBtnCon .box1 input:hover, .box1 #visform2 .visBtnCon input:hover, #visform2 .visBtnCon .box1 input:hover {
  background: #4e1116;
}
.box1 a {
  color: #de6671;
}
.box1 a:hover {
  color: #ffffff;
}
.box1.title1 .g-title {
  background: #4e1116;
}
.title2 .g-title {
  background: #f6aa41;
  color: #ffffff;
}
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  background: #f6aa41;
}
.box2.moduletable, .box2.widget, .box2 > .g-content {
  color: #ffffff;
}
.box2 .button, .box2 #visform1 .formgrid .visBtnCon input, #visform1 .formgrid .visBtnCon .box2 input, .box2 #visform2 .visBtnCon input, #visform2 .visBtnCon .box2 input {
  color: #ffffff;
  background: #f49410;
}
.box2 .button:hover, .box2 #visform1 .formgrid .visBtnCon input:hover, #visform1 .formgrid .visBtnCon .box2 input:hover, .box2 #visform2 .visBtnCon input:hover, #visform2 .visBtnCon .box2 input:hover {
  background: #e0860b;
}
.box2 a {
  color: #975b07;
}
.box2 a:hover {
  color: #ffffff;
}
.box2.title2 .g-title {
  background: #f49410;
}
.title-gradient .g-title {
  background-color: #8d1e28;
  background-image: -webkit-linear-gradient(-360deg, #8d1e28, #f6aa41);
  background-image: linear-gradient(90deg,#8d1e28, #f6aa41);
  color: #ffffff;
}
.box-gradient.moduletable, .box-gradient.widget, .box-gradient.g-outer-box, .box-gradient > .g-content {
  background-color: #8d1e28;
  background-image: -webkit-linear-gradient(-315deg, #8d1e28, #f6aa41);
  background-image: linear-gradient(45deg,#8d1e28, #f6aa41);
}
.box-gradient.moduletable, .box-gradient.widget, .box-gradient > .g-content {
  color: #ffffff;
}
.box-gradient .button, .box-gradient #visform1 .formgrid .visBtnCon input, #visform1 .formgrid .visBtnCon .box-gradient input, .box-gradient #visform2 .visBtnCon input, #visform2 .visBtnCon .box-gradient input {
  color: #ffffff;
  background: #781a22;
}
.box-gradient .button:hover, .box-gradient #visform1 .formgrid .visBtnCon input:hover, #visform1 .formgrid .visBtnCon .box-gradient input:hover, .box-gradient #visform2 .visBtnCon input:hover, #visform2 .visBtnCon .box-gradient input:hover {
  background: #4e1116;
}
.box-gradient a {
  color: #de6671;
}
.box-gradient a:hover {
  color: #ffffff;
}
.box-gradient.title-gradient .g-title {
  background-color: #8d1e28;
  background-image: -webkit-linear-gradient(-280deg, #8d1e28, #f6aa41);
  background-image: linear-gradient(10deg,#8d1e28, #f6aa41);
}
.title-outline .g-title {
  border: 1px solid #8d1e28;
}
.box-outline.moduletable, .box-outline.widget, .box-outline.g-outer-box, .box-outline > .g-content {
  border: 1px solid #8d1e28;
}
.box-outline.title-outline .g-title {
  border: none;
  border-bottom: 1px solid #8d1e28;
}
.spaced .g-content {
  margin: 1px;
}
.shadow .g-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.disabled .g-content {
  opacity: 0.4;
}
.rounded .g-content {
  border-radius: 0.25rem;
  overflow: hidden;
}
.equal-height #g-aside, .equal-height #g-mainbar, .equal-height #g-sidebar {
  width: 100%;
}
.equal-height .g-content {
  width: auto;
}
.button, #visform1 .formgrid .visBtnCon input, #visform2 .visBtnCon input {
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.15;
  background: #8d1e28;
  color: #58585a;
  border: 2px solid transparent;
  border-radius: 0;
  margin: 0 0 0 0;
  padding: 0.75rem 1.5rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover, #visform1 .formgrid .visBtnCon input:hover, #visform2 .visBtnCon input:hover, .button:active, #visform1 .formgrid .visBtnCon input:active, #visform2 .visBtnCon input:active, .button:focus, #visform1 .formgrid .visBtnCon input:focus, #visform2 .visBtnCon input:focus {
  background: #f6aa41 !important;
  color: #ffffff !important;
  outline: 0;
}
.button:disabled, #visform1 .formgrid .visBtnCon input:disabled, #visform2 .visBtnCon input:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button:disabled:hover, #visform1 .formgrid .visBtnCon input:disabled:hover, #visform2 .visBtnCon input:disabled:hover {
  background: #8d1e28;
}
.uppercase.button, #visform1 .formgrid .visBtnCon input.uppercase, #visform2 .visBtnCon input.uppercase {
  text-transform: uppercase;
}
.white.button, #visform1 .formgrid .visBtnCon input.white, #visform2 .visBtnCon input.white {
  background-color: #ffffff;
}
.button.button-block, #visform1 .formgrid .visBtnCon input.button-block, #visform2 .visBtnCon input.button-block {
  width: 100%;
  display: block;
}
.button.button-xlarge, #visform1 .formgrid .visBtnCon input.button-xlarge, #visform2 .visBtnCon input.button-xlarge {
  font-size: 1.25rem;
  padding: 1.9rem 3.525rem;
  border-radius: 3.5rem;
}
.button.button-large, #visform1 .formgrid .visBtnCon input.button-large, #visform2 .visBtnCon input.button-large {
  font-size: 1.05rem;
  padding: 1.7rem 3.325rem;
}
.button.button-small, #visform1 .formgrid .visBtnCon input.button-small, #visform2 .visBtnCon input.button-small {
  font-size: 0.75rem;
  padding: 1.2rem 2.825rem;
}
.button.button-xsmall, #visform1 .formgrid .visBtnCon input.button-xsmall, #visform2 .visBtnCon input.button-xsmall {
  font-size: 0.65rem;
  padding: 1.1rem 2.725rem;
}
.button.button-2, #visform1 .formgrid .visBtnCon input.button-2, #visform2 .visBtnCon input.button-2 {
  background: #f6aa41;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button-2:hover, #visform1 .formgrid .visBtnCon input.button-2:hover, #visform2 .visBtnCon input.button-2:hover, .button.button-2:active, #visform1 .formgrid .visBtnCon input.button-2:active, #visform2 .visBtnCon input.button-2:active, .button.button-2:focus, #visform1 .formgrid .visBtnCon input.button-2:focus, #visform2 .visBtnCon input.button-2:focus {
  background: #f49410;
  color: #ffffff;
}
.button.button-outline, #visform1 .formgrid .visBtnCon input.button-outline, #visform2 .visBtnCon input.button-outline {
  background: transparent;
  color: #8d1e28;
  border-color: #8d1e28;
}
.button.button-outline:hover, #visform1 .formgrid .visBtnCon input.button-outline:hover, #visform2 .visBtnCon input.button-outline:hover, .button.button-outline:active, #visform1 .formgrid .visBtnCon input.button-outline:active, #visform2 .visBtnCon input.button-outline:active, .button.button-outline:focus, #visform1 .formgrid .visBtnCon input.button-outline:focus, #visform2 .visBtnCon input.button-outline:focus {
  background: #8d1e28 !important;
  border-color: transparent !important;
  color: #ffffff !important;
}
.button.button-outline-2, #visform1 .formgrid .visBtnCon input.button-outline-2, #visform1 .formgrid .visBtnCon input, #visform1 .formgrid .visBtnCon #visform2 .visBtnCon input, #visform2 .visBtnCon #visform1 .formgrid .visBtnCon input, #visform2 .visBtnCon input.button-outline-2, #visform2 .visBtnCon input, #visform1 .formgrid .visBtnCon input.button, #visform2 .visBtnCon input.button {
  background: transparent;
  color: #8d1e28;
  border-color: #8d1e28;
}
.button.button-outline-2:hover, #visform1 .formgrid .visBtnCon input.button-outline-2:hover, #visform1 .formgrid .visBtnCon input:hover, #visform1 .formgrid .visBtnCon #visform2 .visBtnCon input:hover, #visform2 .visBtnCon #visform1 .formgrid .visBtnCon input:hover, #visform2 .visBtnCon input.button-outline-2:hover, #visform2 .visBtnCon input:hover, #visform1 .formgrid .visBtnCon input.button:hover, #visform2 .visBtnCon input.button:hover, .button.button-outline-2:active, #visform1 .formgrid .visBtnCon input.button-outline-2:active, #visform1 .formgrid .visBtnCon input:active, #visform1 .formgrid .visBtnCon #visform2 .visBtnCon input:active, #visform2 .visBtnCon #visform1 .formgrid .visBtnCon input:active, #visform2 .visBtnCon input.button-outline-2:active, #visform2 .visBtnCon input:active, #visform1 .formgrid .visBtnCon input.button:active, #visform2 .visBtnCon input.button:active, .button.button-outline-2:focus, #visform1 .formgrid .visBtnCon input.button-outline-2:focus, #visform1 .formgrid .visBtnCon input:focus, #visform1 .formgrid .visBtnCon #visform2 .visBtnCon input:focus, #visform2 .visBtnCon #visform1 .formgrid .visBtnCon input:focus, #visform2 .visBtnCon input.button-outline-2:focus, #visform2 .visBtnCon input:focus, #visform1 .formgrid .visBtnCon input.button:focus, #visform2 .visBtnCon input.button:focus {
  background: #8d1e28 !important;
  border-color: transparent !important;
  color: #ffffff !important;
}
.button.button-gradient, #visform1 .formgrid .visBtnCon input.button-gradient, #visform2 .visBtnCon input.button-gradient {
  background-color: #8d1e28;
  background-image: -webkit-linear-gradient(-360deg, #8d1e28, #f6aa41);
  background-image: linear-gradient(90deg,#8d1e28, #f6aa41);
  border: none;
}
.button.button-gradient:hover, #visform1 .formgrid .visBtnCon input.button-gradient:hover, #visform2 .visBtnCon input.button-gradient:hover, .button.button-gradient:active, #visform1 .formgrid .visBtnCon input.button-gradient:active, #visform2 .visBtnCon input.button-gradient:active, .button.button-gradient:focus, #visform1 .formgrid .visBtnCon input.button-gradient:focus, #visform2 .visBtnCon input.button-gradient:focus {
  background: #8d1e28;
  color: white;
}
.button.button-bevel, #visform1 .formgrid .visBtnCon input.button-bevel, #visform2 .visBtnCon input.button-bevel {
  border-radius: 0.4rem;
}
.button.button-square, #visform1 .formgrid .visBtnCon input.button-square, #visform2 .visBtnCon input.button-square {
  border-radius: 0;
}
table {
  border: 1px solid #e1e1e1;
}
th {
  background: #eeeeee;
  padding: 0.5rem;
}
td {
  padding: 0.5rem;
  border: 1px solid #e1e1e1;
}
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #e0e0e5;
}
textarea:hover, select[multiple=multiple]:hover {
  border-color: #8d1e28;
  box-shadow: 0 0 4px rgba(141, 30, 40, 0.5);
}
textarea:focus, select[multiple=multiple]:focus {
  border-color: #8d1e28;
  box-shadow: 0 0 4px rgba(141, 30, 40, 0.5);
}
textarea {
  width: 100%;
  box-sizing: border-box !important;
  padding: 0.75rem 1.25rem;
}
fieldset.input {
  margin: 0;
  padding: 0;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  background-color: white;
  vertical-align: middle;
  border: 1px solid #e0e0e5;
  font-size: 1.05rem;
  width: 100%;
  line-height: 1.5;
  padding: 0.375rem 1.25rem;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  box-shadow: 0 0 4px rgba(141, 30, 40, 0.5);
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  box-shadow: 0 0 4px rgba(141, 30, 40, 0.5);
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: #8d1e28;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #8d1e28;
}
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.g-main-nav .g-standard .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-standard .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
.g-main-nav .g-standard .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
.g-main-nav .g-standard .g-dropdown-bounce-in-left.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-left;
  -moz-animation-name: g-dropdown-bounce-in-left;
  animation-name: g-dropdown-bounce-in-left;
}
.g-main-nav .g-standard .g-dropdown-bounce-in-right.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-right;
  -moz-animation-name: g-dropdown-bounce-in-right;
  animation-name: g-dropdown-bounce-in-right;
}
.g-main-nav .g-standard .g-dropdown-bounce-in-down.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-down;
  -moz-animation-name: g-dropdown-bounce-in-down;
  animation-name: g-dropdown-bounce-in-down;
}
.g-main-nav .g-fullwidth > .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-left.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-left;
  -moz-animation-name: g-dropdown-bounce-in-left;
  animation-name: g-dropdown-bounce-in-left;
}
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-right.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-right;
  -moz-animation-name: g-dropdown-bounce-in-right;
  animation-name: g-dropdown-bounce-in-right;
}
.g-main-nav .g-fullwidth > .g-dropdown-bounce-in-down.g-active {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: g-dropdown-bounce-in-down;
  -moz-animation-name: g-dropdown-bounce-in-down;
  animation-name: g-dropdown-bounce-in-down;
}
@-webkit-keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0, 0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(25px, 0, 0);
  }
  75% {
    -moz-transform: translate3d(-10px, 0, 0);
  }
  90% {
    -moz-transform: translate3d(5px, 0, 0);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-left {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    -o-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    -o-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -moz-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -50px, 0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(0, 25px, 0);
  }
  75% {
    -moz-transform: translate3d(0, -10px, 0);
  }
  90% {
    -moz-transform: translate3d(0, 5px, 0);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-down {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes g-dropdown-bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
  }
}
@-moz-keyframes g-dropdown-bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -moz-transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 1;
    -moz-transform: translate3d(-25px, 0, 0);
  }
  75% {
    -moz-transform: translate3d(10px, 0, 0);
  }
  90% {
    -moz-transform: translate3d(-5px, 0, 0);
  }
  to {
    -moz-transform: none;
  }
}
@keyframes g-dropdown-bounce-in-right {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    -o-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -moz-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    -o-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/**/
.center90 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 90vw;
  max-width: 90vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center90 {
    width: 34vw;
    max-width: 34vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center90 {
    width: 68vw;
    max-width: 68vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center90 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center90 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center90 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center90 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center90 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center90 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center90 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center90 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center90fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 90vw;
  max-width: 90vw;
}
.center85 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 85vw;
  max-width: 85vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center85 {
    width: 32vw;
    max-width: 32vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center85 {
    width: 64vw;
    max-width: 64vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center85 {
    width: 85vw;
    max-width: 85vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center85 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center85 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center85 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center85 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center85 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center85 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center85 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center85fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 85vw;
  max-width: 85vw;
}
.center80 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 80vw;
  max-width: 80vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center80 {
    width: 30vw;
    max-width: 30vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center80 {
    width: 60vw;
    max-width: 60vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center80 {
    width: 80vw;
    max-width: 80vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center80 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center80 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center80 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center80 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center80 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center80 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center80 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center80fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 80vw;
  max-width: 80vw;
}
.center75 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 75vw;
  max-width: 75vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center75 {
    width: 28vw;
    max-width: 28vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center75 {
    width: 56vw;
    max-width: 56vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center75 {
    width: 75vw;
    max-width: 75vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center75 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center75 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center75 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center75 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center75 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center75 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center75 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center75fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 75vw;
  max-width: 75vw;
}
.center70 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 70vw;
  max-width: 70vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center70 {
    width: 26vw;
    max-width: 26vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center70 {
    width: 53vw;
    max-width: 53vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center70 {
    width: 70vw;
    max-width: 70vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center70 {
    width: 84vw;
    max-width: 84vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center70 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center70 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center70 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center70 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center70 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center70 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center70fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 70vw;
  max-width: 70vw;
}
.center65 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 65vw;
  max-width: 65vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center65 {
    width: 24vw;
    max-width: 24vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center65 {
    width: 49vw;
    max-width: 49vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center65 {
    width: 65vw;
    max-width: 65vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center65 {
    width: 78vw;
    max-width: 78vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center65 {
    width: 85vw;
    max-width: 85vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center65 {
    width: 85vw;
    max-width: 85vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center65 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center65 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center65 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center65 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center65fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 65vw;
  max-width: 65vw;
}
.center60 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 60vw;
  max-width: 60vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center60 {
    width: 23vw;
    max-width: 23vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center60 {
    width: 45vw;
    max-width: 45vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center60 {
    width: 60vw;
    max-width: 60vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center60 {
    width: 72vw;
    max-width: 72vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center60 {
    width: 80vw;
    max-width: 80vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center60 {
    width: 80vw;
    max-width: 80vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center60 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center60 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center60 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center60 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center60fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 60vw;
  max-width: 60vw;
}
.center55 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 55vw;
  max-width: 55vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center55 {
    width: 21vw;
    max-width: 21vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center55 {
    width: 41vw;
    max-width: 41vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center55 {
    width: 55vw;
    max-width: 55vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center55 {
    width: 66vw;
    max-width: 66vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center55 {
    width: 75vw;
    max-width: 75vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center55 {
    width: 75vw;
    max-width: 75vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center55 {
    width: 88vw;
    max-width: 88vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center55 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center55 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center55 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center55fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 55vw;
  max-width: 55vw;
}
.center50 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 50vw;
  max-width: 50vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center50 {
    width: 19vw;
    max-width: 19vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center50 {
    width: 38vw;
    max-width: 38vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center50 {
    width: 50vw;
    max-width: 50vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center50 {
    width: 60vw;
    max-width: 60vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center50 {
    width: 70vw;
    max-width: 70vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center50 {
    width: 70vw;
    max-width: 70vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center50 {
    width: 80vw;
    max-width: 80vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center50 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center50 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center50 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center50fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 50vw;
  max-width: 50vw;
}
.center45 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 45vw;
  max-width: 45vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center45 {
    width: 17vw;
    max-width: 17vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center45 {
    width: 34vw;
    max-width: 34vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center45 {
    width: 45vw;
    max-width: 45vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center45 {
    width: 54vw;
    max-width: 54vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center45 {
    width: 65vw;
    max-width: 65vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center45 {
    width: 65vw;
    max-width: 65vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center45 {
    width: 72vw;
    max-width: 72vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center45 {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center45 {
    width: 93vw;
    max-width: 93vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center45 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center45fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 45vw;
  max-width: 45vw;
}
.center40, #visforms-success-container {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 40vw;
  max-width: 40vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center40, #visforms-success-container {
    width: 15vw;
    max-width: 15vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center40, #visforms-success-container {
    width: 30vw;
    max-width: 30vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center40, #visforms-success-container {
    width: 40vw;
    max-width: 40vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center40, #visforms-success-container {
    width: 48vw;
    max-width: 48vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center40, #visforms-success-container {
    width: 60vw;
    max-width: 60vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center40, #visforms-success-container {
    width: 60vw;
    max-width: 60vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center40, #visforms-success-container {
    width: 64vw;
    max-width: 64vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center40, #visforms-success-container {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center40, #visforms-success-container {
    width: 90vw;
    max-width: 90vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center40, #visforms-success-container {
    width: 90vw;
    max-width: 90vw;
  }
}
.center40fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 40vw;
  max-width: 40vw;
}
.center35 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 35vw;
  max-width: 35vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center35 {
    width: 13vw;
    max-width: 13vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center35 {
    width: 26vw;
    max-width: 26vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center35 {
    width: 35vw;
    max-width: 35vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center35 {
    width: 42vw;
    max-width: 42vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center35 {
    width: 50vw;
    max-width: 50vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center35 {
    width: 50vw;
    max-width: 50vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center35 {
    width: 56vw;
    max-width: 56vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center35 {
    width: 81vw;
    max-width: 81vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center35 {
    width: 72vw;
    max-width: 72vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center35 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center35fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 35vw;
  max-width: 35vw;
}
.center33 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 33vw;
  max-width: 33vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center33 {
    width: 12vw;
    max-width: 12vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center33 {
    width: 25vw;
    max-width: 25vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center33 {
    width: 33vw;
    max-width: 33vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center33 {
    width: 40vw;
    max-width: 40vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center33 {
    width: 45vw;
    max-width: 45vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center33 {
    width: 45vw;
    max-width: 45vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center33 {
    width: 53vw;
    max-width: 53vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center33 {
    width: 76vw;
    max-width: 76vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center33 {
    width: 68vw;
    max-width: 68vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center33 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center33fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 33vw;
  max-width: 33vw;
}
.center30 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 30vw;
  max-width: 30vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center30 {
    width: 11vw;
    max-width: 11vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center30 {
    width: 23vw;
    max-width: 23vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center30 {
    width: 30vw;
    max-width: 30vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center30 {
    width: 36vw;
    max-width: 36vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center30 {
    width: 40vw;
    max-width: 40vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center30 {
    width: 40vw;
    max-width: 40vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center30 {
    width: 48vw;
    max-width: 48vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center30 {
    width: 69vw;
    max-width: 69vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center30 {
    width: 62vw;
    max-width: 62vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center30 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center30fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 30vw;
  max-width: 30vw;
}
.center25, #g-bottom .tourismus {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 25vw;
  max-width: 25vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center25, #g-bottom .tourismus {
    width: 9vw;
    max-width: 9vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center25, #g-bottom .tourismus {
    width: 19vw;
    max-width: 19vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center25, #g-bottom .tourismus {
    width: 25vw;
    max-width: 25vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center25, #g-bottom .tourismus {
    width: 30vw;
    max-width: 30vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center25, #g-bottom .tourismus {
    width: 35vw;
    max-width: 35vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center25, #g-bottom .tourismus {
    width: 35vw;
    max-width: 35vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center25, #g-bottom .tourismus {
    width: 40vw;
    max-width: 40vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center25, #g-bottom .tourismus {
    width: 58vw;
    max-width: 58vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center25, #g-bottom .tourismus {
    width: 52vw;
    max-width: 52vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center25, #g-bottom .tourismus {
    width: 90vw;
    max-width: 90vw;
  }
}
.center25fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 25vw;
  max-width: 25vw;
}
.center20 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 20vw;
  max-width: 20vw;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 160rem) {
  .center20 {
    width: 8vw;
    max-width: 8vw;
  }
}
@media only all and (min-width: 120.01rem) and (max-width: 159.99rem) {
  .center20 {
    width: 15vw;
    max-width: 15vw;
  }
}
@media only all and (min-width: 100.01rem) and (max-width: 119.99rem) {
  .center20 {
    width: 20vw;
    max-width: 20vw;
  }
}
@media only all and (min-width: 94.01rem) and (max-width: 100rem) {
  .center20 {
    width: 24vw;
    max-width: 24vw;
  }
}
@media only all and (min-width: 75.01rem) and (max-width: 94rem) {
  .center20 {
    width: 30vw;
    max-width: 30vw;
  }
}
@media only all and (max-width: 75rem) and (orientation: landscape) {
  .center20 {
    width: 30vw;
    max-width: 30vw;
  }
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .center20 {
    width: 32vw;
    max-width: 32vw;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .center20 {
    width: 46vw;
    max-width: 46vw;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .center20 {
    width: 41vw;
    max-width: 41vw;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .center20 {
    width: 90vw;
    max-width: 90vw;
  }
}
.center20fix {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 20vw;
  max-width: 20vw;
}
/**/
.textcenter90 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 90%;
  max-width: 90%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter90 {
    width: 90%;
    max-width: 90%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter90 {
    width: 90%;
    max-width: 90%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter90 {
    width: 95%;
    max-width: 95%;
  }
}
.textcenter80 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 85%;
  max-width: 85%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter80 {
    width: 80%;
    max-width: 80%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter80 {
    width: 90%;
    max-width: 90%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter80 {
    width: 95%;
    max-width: 95%;
  }
}
.textcenter75 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 80%;
  max-width: 80%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter75 {
    width: 75%;
    max-width: 75%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter75 {
    width: 80%;
    max-width: 80%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter75 {
    width: 95%;
    max-width: 95%;
  }
}
.textcenter70 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 80%;
  max-width: 80%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter70 {
    width: 70%;
    max-width: 70%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter70 {
    width: 80%;
    max-width: 80%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter70 {
    width: 95%;
    max-width: 95%;
  }
}
.textcenter65 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 70%;
  max-width: 70%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter65 {
    width: 65%;
    max-width: 65%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter65 {
    width: 80%;
    max-width: 80%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter65 {
    width: 95%;
    max-width: 95%;
  }
}
.textcenter60 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 65%;
  max-width: 65%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter60 {
    width: 60%;
    max-width: 60%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter60 {
    width: 70%;
    max-width: 70%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter60 {
    width: 95%;
    max-width: 95%;
  }
}
.textcenter55 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 60%;
  max-width: 60%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter55 {
    width: 55%;
    max-width: 55%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter55 {
    width: 60%;
    max-width: 60%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter55 {
    width: 95%;
    max-width: 95%;
  }
}
.textcenter50 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 55%;
  max-width: 55%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter50 {
    width: 50%;
    max-width: 50%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter50 {
    width: 60%;
    max-width: 60%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter50 {
    width: 95%;
    max-width: 95%;
  }
}
.textcenter40 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 50%;
  max-width: 50%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter40 {
    width: 40%;
    max-width: 40%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter40 {
    width: 50%;
    max-width: 50%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter40 {
    width: 95%;
    max-width: 95%;
  }
}
.textcenter30 {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 40%;
  max-width: 40%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 75rem) {
  .textcenter30 {
    width: 30%;
    max-width: 30%;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 75rem) {
  .textcenter30 {
    width: 40%;
    max-width: 40%;
  }
}
@media only all and (max-width: 47.99rem) {
  .textcenter30 {
    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-marginall {
  margin: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.xs-marginbottom {
  margin-bottom: 0.25rem !important;
}
.xs-margintop {
  margin-top: 0.25rem !important;
}
.xs-marginleft {
  margin-left: 0.25rem !important;
}
.xs-marginright {
  margin-right: 0.25rem !important;
}
.xs-margintopbot {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.xs-marginside {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.xs-marginall {
  margin: 0.25rem !important;
}
.xs-margin {
  margin: 0.25rem !important;
}
.min-marginbottom {
  margin-bottom: 0.375rem !important;
}
.min-margintop {
  margin-top: 0.375rem !important;
}
.min-marginleft {
  margin-left: 0.375rem !important;
}
.min-marginright {
  margin-right: 0.375rem !important;
}
.min-margintopbot {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.min-marginside {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}
.min-marginall {
  margin: 0.375rem !important;
}
.min-margin {
  margin: 0.375rem !important;
}
.marginbottom {
  margin-bottom: 0.5rem !important;
}
.margintop {
  margin-top: 0.5rem !important;
}
.marginleft {
  margin-left: 0.5rem !important;
}
.marginright {
  margin-right: 0.5rem !important;
}
.margintopbot {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.marginside {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.marginall {
  margin: 0.5rem !important;
}
.margin {
  margin: 0.5rem !important;
}
.med-marginbottom {
  margin-bottom: 1.25rem !important;
}
.med-margintop {
  margin-top: 1.25rem !important;
}
.med-marginleft {
  margin-left: 1.25rem !important;
}
.med-marginright {
  margin-right: 1.25rem !important;
}
.med-margintopbot {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.med-marginside {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.med-marginall {
  margin: 1.25rem !important;
}
.med-margin {
  margin: 1.25rem !important;
}
.big-marginbottom {
  margin-bottom: 2.5rem !important;
}
.big-margintop {
  margin-top: 2.5rem !important;
}
.big-marginleft {
  margin-left: 2.5rem !important;
}
.big-marginright {
  margin-right: 2.5rem !important;
}
.big-margintopbot {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.big-marginside {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.big-marginall {
  margin: 2.5rem !important;
}
.big-margin {
  margin: 2.5rem !important;
}
.max-marginbottom {
  margin-bottom: 3.75rem !important;
}
.max-margintop {
  margin-top: 3.75rem !important;
}
.max-marginleft {
  margin-left: 3.75rem !important;
}
.max-marginright {
  margin-right: 3.75rem !important;
}
.max-margintopbot {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.max-marginside {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}
.max-marginall {
  margin: 3.75rem !important;
}
.max-margin {
  margin: 3.75rem !important;
}
.xxl-marginbottom {
  margin-bottom: 5rem !important;
}
.xxl-margintop {
  margin-top: 5rem !important;
}
.xxl-marginleft {
  margin-left: 5rem !important;
}
.xxl-marginright {
  margin-right: 5rem !important;
}
.xxl-margintopbot {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.xxl-marginside {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.xxl-marginall {
  margin: 5rem !important;
}
.xxl-margin {
  margin: 5rem !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-paddingall {
  padding: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.xs-paddingbottom {
  padding-bottom: 0.25rem !important;
}
.xs-paddingtop {
  padding-top: 0.25rem !important;
}
.xs-paddingleft {
  padding-left: 0.25rem !important;
}
.xs-paddingright {
  padding-right: 0.25rem !important;
}
.xs-paddingtopbot {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.xs-paddingside {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.xs-paddingall {
  padding: 0.25rem !important;
}
.xs-padding {
  padding: 0.25rem !important;
}
.min-paddingbottom {
  padding-bottom: 0.5rem !important;
}
.min-paddingtop {
  padding-top: 0.5rem !important;
}
.min-paddingleft {
  padding-left: 0.5rem !important;
}
.min-paddingright {
  padding-right: 0.5rem !important;
}
.min-paddingtopbot {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.min-paddingside {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.min-paddingall {
  padding: 0.5rem !important;
}
.min-padding {
  padding: 0.5rem !important;
}
.paddingbottom {
  padding-bottom: 1rem !important;
}
.paddingtop {
  padding-top: 1rem !important;
}
.paddingleft {
  padding-left: 1rem !important;
}
.paddingright {
  padding-right: 1rem !important;
}
.paddingtopbot {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.paddingside {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.paddingall {
  padding: 1rem !important;
}
.padding {
  padding: 1rem !important;
}
.med-paddingbottom {
  padding-bottom: 2rem !important;
}
.med-paddingtop {
  padding-top: 2rem !important;
}
.med-paddingleft {
  padding-left: 2rem !important;
}
.med-paddingright {
  padding-right: 2rem !important;
}
.med-paddingtopbot {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.med-paddingside {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.med-paddingall {
  padding: 2rem !important;
}
.med-padding {
  padding: 2rem !important;
}
.big-paddingbottom {
  padding-bottom: 4rem !important;
}
.big-paddingtop {
  padding-top: 4rem !important;
}
.big-paddingleft {
  padding-left: 4rem !important;
}
.big-paddingright {
  padding-right: 4rem !important;
}
.big-paddingtopbot {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.big-paddingside {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.big-paddingall {
  padding: 4rem !important;
}
.big-padding {
  padding: 4rem !important;
}
.max-paddingbottom {
  padding-bottom: 6rem !important;
}
.max-paddingtop {
  padding-top: 6rem !important;
}
.max-paddingleft {
  padding-left: 6rem !important;
}
.max-paddingright {
  padding-right: 6rem !important;
}
.max-paddingtopbot {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.max-paddingside {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.max-paddingall {
  padding: 6rem !important;
}
.max-padding {
  padding: 6rem !important;
}
.xxl-paddingbottom {
  padding-bottom: 5rem !important;
}
.xxl-paddingtop {
  padding-top: 5rem !important;
}
.xxl-paddingleft {
  padding-left: 5rem !important;
}
.xxl-paddingright {
  padding-right: 5rem !important;
}
.xxl-paddingtopbot {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.xxl-paddingside {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.xxl-paddingall {
  padding: 5rem !important;
}
.xxl-padding {
  padding: 5rem !important;
}
/**/
.nomarginleft, .nomarginleft > .g-content {
  margin-left: 0;
}
.nomarginright, .nomarginright > .g-content {
  margin-right: 0;
}
.nomargintop, .nomargintop > .g-content {
  margin-top: 0;
}
.nomarginbottom, .nomarginbottom > .g-content {
  margin-bottom: 0;
}
.nomarginall, .nomarginall > .g-content {
  margin: 0;
}
.margin2x > .g-content {
  margin: 1rem;
}
.margin3x > .g-content {
  margin: 1.5rem;
}
.nopaddingleft, .nopaddingleft > .g-content {
  padding-left: 0;
}
.nopaddingright, .nopaddingright > .g-content {
  padding-right: 0;
}
.nopaddingtop, .nopaddingtop > .g-content {
  padding-top: 0;
}
.nopaddingbottom, .nopaddingbottom > .g-content {
  padding-bottom: 0;
}
.nopaddingall, .nopaddingall > .g-content {
  padding: 0;
}
.padding2x > .g-content {
  padding: 2rem;
}
.padding3x > .g-content {
  padding: 3rem;
}
.note {
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #d3ced2;
  color: #58585a;
  margin-bottom: 1rem;
}
.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: #b4b4b4;
}
.note.grey.text {
  color: #b4b4b4;
}
.note.grey.filled {
  background-color: rgba(180, 180, 180, 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: #8d1e28;
}
.note.accent-1.text {
  color: #8d1e28;
}
.note.accent-1.filled {
  background-color: rgba(141, 30, 40, 0.25);
}
.note.accent-2 {
  border-color: #f6aa41;
}
.note.accent-2.text {
  color: #f6aa41;
}
.note.accent-2.filled {
  background-color: rgba(246, 170, 65, 0.25);
}
.note.accent-3 {
  border-color: #cccccc;
}
.note.accent-3.text {
  color: #cccccc;
}
.note.accent-3.filled {
  background-color: rgba(204, 204, 204, 0.25);
}
.note.accent-4 {
  border-color: #cec3bb;
}
.note.accent-4.text {
  color: #cec3bb;
}
.note.accent-4.filled {
  background-color: rgba(206, 195, 187, 0.25);
}
.note.accent-5 {
  border-color: #d20b22;
}
.note.accent-5.text {
  color: #d20b22;
}
.note.accent-5.filled {
  background-color: rgba(210, 11, 34, 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);
}
.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-20-80 {
  grid-template-columns: 20% 80%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-20-80 {
    grid-template-columns: auto;
  }
}
.grid.spalten-25-75 {
  grid-template-columns: 25% 75%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-25-75 {
    grid-template-columns: auto;
  }
}
.grid.spalten-33-66 {
  grid-template-columns: 33% 66%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-33-66 {
    grid-template-columns: auto;
  }
}
.grid.spalten-40-60 {
  grid-template-columns: 40% 60%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-40-60 {
    grid-template-columns: auto;
  }
}
.grid.spalten-50-50 {
  grid-template-columns: 50% 50%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-50-50 {
    grid-template-columns: auto;
  }
}
.grid.spalten-60-40 {
  grid-template-columns: 60% 40%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-60-40 {
    grid-template-columns: auto;
  }
}
.grid.spalten-66-33 {
  grid-template-columns: 66% 33%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-66-33 {
    grid-template-columns: auto;
  }
}
.grid.spalten-75-25 {
  grid-template-columns: 75% 25%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-75-25 {
    grid-template-columns: auto;
  }
}
.grid.spalten-80-20 {
  grid-template-columns: 80% 20%;
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-80-20 {
    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);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.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(3, 1fr);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.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);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.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);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.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(4, 1fr);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.spalten-8 {
  grid-template-columns: repeat(8, 1fr);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .grid.spalten-8 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-8 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.spalten-9 {
  grid-template-columns: repeat(9, 1fr);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .grid.spalten-9 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-9 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.spalten-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .grid.spalten-10 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.spalten-10 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only all and (max-width: 47.99rem) {
  .grid.mobile-1 {
    grid-template-columns: auto;
  }
  .grid.mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.mobile-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.mobile-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.mobile-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.mobile-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.mobile-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid.mobile-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid.mobile-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid.mobile-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .grid.tablet-1 {
    grid-template-columns: auto;
  }
  .grid.tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid.tablet-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid.tablet-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid.tablet-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid.tablet-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid.tablet-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid.tablet-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid.tablet-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .grid.tablet-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid .empty {
    display: none;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1200px) {
  .grid.tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid .empty {
    display: none;
  }
}
.grid.colgap-02 {
  grid-column-gap: 0.25rem;
}
.grid.colgap-05 {
  grid-column-gap: 0.5rem;
}
.grid.colgap-07 {
  grid-column-gap: 0.75rem;
}
.grid.colgap-10 {
  grid-column-gap: 1rem;
}
.grid.colgap-15 {
  grid-column-gap: 1.5rem;
}
.grid.colgap-20 {
  grid-column-gap: 2rem;
}
.grid.rowgap-02 {
  grid-row-gap: 0.2rem;
}
.grid.rowgap-05 {
  grid-row-gap: 0.5rem;
}
.grid.rowgap-07 {
  grid-row-gap: 0.75rem;
}
.grid.rowgap-10 {
  grid-row-gap: 1rem;
}
.grid.rowgap-15 {
  grid-row-gap: 1.5rem;
}
.grid.rowgap-20 {
  grid-row-gap: 2rem;
}
.grid.gap-02 {
  grid-gap: 0.25rem;
}
.grid.gap-05 {
  grid-gap: 0.5rem;
}
.grid.gap-07 {
  grid-gap: 0.75rem;
}
.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;
}
/**/
.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%;
}
/**/
.scroll-downs {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
  margin: auto 0 0rem;
  width: 30px;
  height: 50px;
  cursor: pointer;
  /*
	&:before {
		content: 'scroll';
		text-align: center;
		color: $base-text-active-color;
		font-size: 12px;
		margin-left: -6px;
	}
	*/
}
@media only screen and (min-width: 600px) and (max-width: 750px) {
  .scroll-downs {
    bottom: 1rem;
  }
}
.scroll-downs .mousey {
  width: 8px;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 24px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroll-downs .scroller {
  width: 6px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0.25;
  }
}
.scroll-downs.general {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 4rem;
}
.scroll-downs.general-small {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 1.5em;
}
.scroll-downs.accent1 .mousey, .scroll-downs.accent1 .scroller {
  border-color: #8d1e28;
}
.scroll-downs.accent2 .mousey, .scroll-downs.accent2 .scroller {
  border-color: #f6aa41;
}
.scroll-downs.white .mousey, .scroll-downs.white .scroller {
  border-color: #ffffff;
}
.scroll-downs.black .mousey, .scroll-downs.black .scroller {
  border-color: #000000;
}
.mousey-button {
  width: 16px;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.mousey-black .scroll-downs .mousey, .mousey-black .scroll-downs .scroller {
  border-color: #000000;
}
/**/
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.relative {
  position: relative;
}
.inline {
  display: inline-block;
}
.block {
  display: block;
}
.hidden-phone-portrait {
  display: initial;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .hidden-phone-portrait {
    display: none;
  }
}
.visible-phone-portrait {
  display: none;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .visible-phone-portrait {
    display: initial;
  }
}
.hidden-phone-landscape {
  display: initial;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .hidden-phone-landscape {
    display: none;
  }
}
.visible-phone-landscape {
  display: none;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .visible-phone-landscape {
    display: initial;
  }
}
.hidden-tablet-portrait {
  display: initial;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .hidden-tablet-portrait {
    display: none;
  }
}
.visible-tablet-portrait {
  display: none;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .visible-tablet-portrait {
    display: initial;
  }
}
.hidden-tablet-landscape {
  display: initial;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .hidden-tablet-landscape {
    display: none;
  }
}
.visible-tablet-landscape {
  display: none;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  .visible-tablet-landscape {
    display: initial;
  }
}
.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;
}
.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;
}
.break {
  display: block;
  white-space: pre;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.break::after {
  content: "";
}
@media only all and (max-width: 47.99rem) {
  .break {
    display: inline-block;
  }
  .break::after {
    content: " ";
  }
}
.mbreak {
  display: inline-block;
  white-space: pre;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.mbreak::after {
  content: " ";
}
@media only all and (max-width: 47.99rem) {
  .mbreak {
    display: block;
  }
  .mbreak::after {
    content: "";
  }
}
.shy-mbreak {
  display: inline-block;
  white-space: pre;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.shy-mbreak::after {
  content: " ";
}
@media only all and (max-width: 47.99rem) {
  .shy-mbreak {
    display: block;
  }
  .shy-mbreak::before {
    content: "-";
  }
}
.dotbreak {
  display: inline-block;
  white-space: pre;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.dotbreak:after {
  content: "  ·  ";
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .dotbreak {
    display: block;
  }
  .dotbreak::after {
    content: "";
  }
}
.dotbreak-lp {
  display: inline-block;
  white-space: pre;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.dotbreak-lp:after {
  content: "  ·  ";
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .dotbreak-lp {
    display: block;
  }
  .dotbreak-lp::after {
    content: "";
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .dotbreak-lp {
    display: block;
  }
  .dotbreak-lp::after {
    content: "";
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .dotbreak-lp {
    display: block;
  }
  .dotbreak-lp::after {
    content: "";
  }
}
.dot {
  display: inline-block;
  white-space: pre;
}
.dot:after {
  content: "  ·  ";
}
/* Typography */
big, .big {
  font-size: 120%;
  line-height: 130%;
  font-style: normal;
}
.bigger {
  font-size: 150% !important;
  line-height: 170%;
  font-style: normal;
}
.seriftext {
  font-family: "Times New Roman", "Helvetica", serif;
  font-size: 100% !important;
  line-height: 130% !important;
  font-style: normal;
}
.normaltext {
  font-family: "Roboto, 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: 700;
}
.semibold {
  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 #8d1e28;
}
.uppercase, .h2uppercase, .h4uppercase {
  text-transform: uppercase;
}
.uppercase small, .h2uppercase small, .h4uppercase small {
  text-transform: none;
}
em {
  color: inherit !important;
}
.line, .ig-main-scope-wrapper .igallery_title, .ig-category-description h2, .ig-category-description h3, .ig-category-description h4 {
  border-bottom: 1px solid #8d1e28;
}
.line.header, .ig-main-scope-wrapper .header.igallery_title, .ig-category-description h2.header, .ig-category-description h3.header, .ig-category-description h4.header {
  width: 70%;
  text-align: center;
  margin-left: 15% !important;
  margin-right: 15% !important;
}
.line.white, .ig-main-scope-wrapper .white.igallery_title, .ig-category-description h2.white, .ig-category-description h3.white, .ig-category-description h4.white {
  border-bottom-color: #ffffff;
}
.line.black, .ig-main-scope-wrapper .black.igallery_title, .ig-category-description h2.black, .ig-category-description h3.black, .ig-category-description h4.black {
  border-bottom-color: #000000;
}
.line.grey, .ig-main-scope-wrapper .grey.igallery_title, .ig-category-description h2.grey, .ig-category-description h3.grey, .ig-category-description h4.grey {
  border-bottom-color: #b4b4b4;
}
.line.light, .ig-main-scope-wrapper .light.igallery_title, .ig-category-description h2.light, .ig-category-description h3.light, .ig-category-description h4.light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
h6 {
  margin: 0 0 0.1666666667rem 0 !important;
}
h1, h2, h3, h4, h5 {
  /*
	span {
		clear: both;
		display: block;
	}
	*/
}
h1 div.line, h1 .ig-main-scope-wrapper div.igallery_title, .ig-main-scope-wrapper h1 div.igallery_title, h2 div.line, h2 .ig-main-scope-wrapper div.igallery_title, .ig-main-scope-wrapper h2 div.igallery_title, h3 div.line, h3 .ig-main-scope-wrapper div.igallery_title, .ig-main-scope-wrapper h3 div.igallery_title, h4 div.line, h4 .ig-main-scope-wrapper div.igallery_title, .ig-main-scope-wrapper h4 div.igallery_title, h5 div.line, h5 .ig-main-scope-wrapper div.igallery_title, .ig-main-scope-wrapper h5 div.igallery_title {
  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%;
}
.bgWhite-transparent {
  background: rgba(255, 255, 255, 0.65);
}
.boxshadow {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.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);
}
.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;
}
.column-list {
  display: flex;
  flex-wrap: wrap;
}
.column-list .column-item {
  padding: 0.5rem;
}
.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 #8d1e28;
  padding: 0.3333333333rem;
  width: 100%;
  height: 100%;
  text-align: center;
}
.column-list .column-item .column-item-content.notinstock {
  border: 1px solid #b4b4b4;
  color: #b4b4b4;
}
.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 #8d1e28;
  -webkit-box-shadow: 0 0 10px 3px #8d1e28;
  box-shadow: 0 0 10px 3px #8d1e28;
  -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.3333333333rem;
  padding-bottom: 0.25rem;
  font-weight: bold;
}
.column-list .column-item .column-item-price {
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.column-list .column-item .column-item-price .column-item-unit-price {
  color: #b4b4b4;
  font-size: 95%;
  font-weight: normal;
}
.column-list .column-item p {
  margin: 0 !important;
  padding-bottom: 0.25rem;
}
.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 {
  counter-reset: item;
  list-style-type: decimal;
  list-style-position: outside;
  margin: 1em 0;
}
ol.number li {
  margin-bottom: 1em;
}
ol.number li {
  display: block;
}
ol.number li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
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;
}
/**/
.marquee-container {
  position: absolute;
  left: 0;
  bottom: 10vh;
  width: 100vw;
  background: rgba(255, 255, 255, 0.7);
}
.marquee {
  max-width: 100vw;
  /* iOS braucht das */
  white-space: nowrap;
  overflow: hidden;
  /* hier evtl. noch font-size, color usw. */
  margin: 0.5em 1em;
}
.marquee-item {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 25s linear infinite;
}
/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.marquee-item:hover {
  animation-play-state: paused;
}
.marquee-item > * {
  display: inline-block;
}
.marquee-item > a, .marquee-item > a:link, .marquee-item > a:visited {
  color: inherit !important;
}
.marquee-abstand {
  padding-left: 3em;
}
/* Make it move */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*/
*&:focus-visible {
	outline: 2px dotted blue !important;
}
*&:not(:focus-visible) {
	outline: 0;
}/**/
/*/
.menuline-margin {
    margin-top: $menuline;
    @include break_point(mobile-portrait) {
        margin-top: $menuline-mobile;
    }
}
/**/
/**/
header, section {
  /*/
    @include break_point(tablet-landscape) {
        .g-content {
			margin: 0;
			padding: 0;
			.container {
				margin: 0;
				padding: 0;
				.row {
					margin-right: 0;
					margin-left: 0;
					.col {
						padding: 0 0.5rem;
					}
				}
			}
		}
    }
	@include break_point(tablet-portrait) {
        .g-content {
			margin: 0;
			padding: 0;
			.container {
				margin: 0;
				padding: 0;
				.row {
					margin-right: 0;
					margin-left: 0;
					.col {
						padding: 0 0.5rem;
					}
				}
			}
		}
    }
	@include break_point(mobile-landscape) {
        .g-content {
			margin: 0;
			padding: 0;
			.container {
				margin: 0;
				padding: 0;
				.row {
					margin-right: 0;
					margin-left: 0;
					.col {
						padding: 0 0.5rem;
					}
				}
			}
		}
	}
	@include break_point(mobile-portrait) {
        .g-content {
			margin: 0;
			padding: 0;
			.container {
				margin: 0;
				padding: 0;
				.row {
					margin-right: 0;
					margin-left: 0;
					.col {
						padding: 0 0.5rem;
					}
				}
			}
		}
	}
    /**/
}
header .platform-content .row .col, section .platform-content .row .col {
  padding-left: 0;
  padding-right: 0;
}
/**/
/**/
.pdf {
  width: 100%;
  aspect-ratio: 0.6875;
}
/**/
/**/
.downloadlink::after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}
.downloadlink.pdf::after {
  content: "";
}
.downloadlink.img::after {
  content: "";
}
/**/
/**/
.checked-list, .arrow-list, ol ul {
  margin: 0 0 1rem 0;
  text-align: left;
}
.checked-list li, .arrow-list li, ol ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0.5rem 1.5rem;
  hyphens: auto;
}
.checked-list li:before, .arrow-list li:before, ol ul li:before {
  position: absolute;
  left: 0;
  top: 0.4rem;
  content: "";
  display: inline-block;
  height: 0.84rem;
  width: 0.84rem;
  background-image: url('../../images/icons/check-solid.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(86%) saturate(0%) hue-rotate(207deg) brightness(85%) contrast(82%);
}
.checked-list.arrow li:before, .arrow.arrow-list li:before, ol ul.arrow li:before {
  top: 0.3rem;
  background-image: url('../../images/icons/arrow-right-long-solid.svg');
}
.checked-list.paw li:before, .paw.arrow-list li:before, ol ul.paw li:before {
  top: 0.3rem;
  background-image: url('../../images/icons/paw-solid.svg');
}
.checked-list.plus li:before, .plus.arrow-list li:before, ol ul.plus li:before {
  top: 0.3rem;
  background-image: url('../../images/icons/plus-solid.svg');
}
.checked-list.circle li:before, .circle.arrow-list li:before, ol ul.circle li:before {
  top: 0.3rem;
  background-image: url('../../images/icons/circle-regular.svg');
}
.checked-list.circle-check li:before, .circle-check.arrow-list li:before, ol ul.circle-check li:before {
  top: 0.3rem;
  background-image: url('../../images/icons/circle-check-regular.svg');
}
.arrow-list li:before, ol ul li:before {
  position: absolute;
  top: 0.3rem;
  background-image: url('../../images/icons/arrow-right-long-solid.svg');
}
/**/
/**/
dl {
  text-align: left;
  display: grid;
  grid-template-columns: 25% 1fr;
  column-gap: 2rem;
  row-gap: 1.5rem;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
dl.strong-title dt {
  font-weight: 700;
}
dl dt {
  font-weight: 700;
  font-size: 0.9975rem;
}
dl dd {
  font-size: 1.05rem;
}
dl p {
  margin: 0 0 0.25 0;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  dl {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  dl dt {
    color: #000000;
    margin-bottom: 0.25rem;
  }
  dl dd {
    margin-bottom: 1rem;
  }
}
ol {
  text-align: left;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
ol li::marker {
  font-size: 1.575rem;
  font-weight: 500;
}
ol ul {
  padding-left: 2rem;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  ol h3 {
    font-size: 1.26rem;
  }
  ol h5 {
    font-size: 1.197rem;
  }
  ol li::marker {
    font-size: 1.26rem;
    font-weight: 500;
  }
  ol ul {
    padding-left: 1rem;
  }
}
/**/
/**/
.lightbox-image {
  position: relative;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.lightbox-image::after {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  color: #ffffff;
  opacity: 0;
  z-index: 10;
  content: "";
  font-family: "FontAwesome";
  font-size: 1.26rem;
}
.lightbox-image:hover::after {
  opacity: 1;
}
@media (pointer: coarse) {
  .lightbox-image::after {
    opacity: 1;
  }
}
/**/
/**/
.textblock {
  position: relative;
  hyphens: auto;
  /*
    &:not(.center60,.center55,.center50,.center45,.center40,.center35,.center30) {
        @extend .center45;
    }
    */
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.textblock h1, .textblock h2, .textblock h3, .textblock h4, .textblock h5 {
  color: #8d1e28;
}
.textblock.main p {
  font-size: 1.1025rem;
  hyphens: manual;
}
.textblock .article-item {
  margin-bottom: 3rem;
}
.textblock .article-item:last-of-type {
  margin-bottom: 0;
}
.textblock .clearfix .image {
  max-width: 30%;
}
.textblock .clearfix .image .image-caption {
  font-size: 0.84rem;
}
.textblock .clearfix .image.image-left {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.textblock .clearfix .image.image-right {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.textblock .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.textblock figure.item-image {
  width: 30% !important;
  max-width: 30% !important;
  /*
            img {
                width: 100% !important;
            }
            */
}
.textblock figure.item-image.left {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
.textblock figure.item-image.right {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
.textblock figure::after {
  content: "";
  clear: both;
  display: table;
}
.textblock .com-content-category-blog .blog-item h2 {
  font-size: 1.365rem;
  margin-bottom: 0.3rem;
}
.textblock .com-content-category-blog .blog-item h2::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 1.26rem;
  padding-left: 0.5rem;
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .textblock.main h1 {
    font-size: 1.8375rem;
  }
  .textblock.main p {
    font-size: 1.05rem;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .textblock.main h1 {
    font-size: 1.8375rem;
  }
  .textblock.main p {
    font-size: 1.05rem;
  }
  .textblock .image-right {
    width: 100px;
    margin: 0 0 1rem 1rem;
  }
  .textblock figure.item-image {
    width: 90% !important;
    max-width: 90% !important;
    text-align: center;
  }
  .textblock figure.item-image.left, .textblock figure.item-image.right {
    float: none;
    margin: 0 auto 1.5rem;
  }
}
/**/
/**/
.personal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.personal .personal-item {
  display: grid;
  padding-bottom: 0.5rem;
  background-color: #ffffff;
  text-align: center;
}
.personal .personal-item .image {
  align-self: start;
}
.personal .personal-item .title {
  margin: 0;
  padding: 0 1rem 0;
  font-size: 0.9975rem;
  align-self: flex-end;
}
.personal .personal-item .title.bold {
  padding: 0.5rem 1rem 0;
  font-size: 1.05rem;
  font-weight: 700;
  align-self: start;
}
.personal .personal-item .name, .personal .personal-item .text {
  padding: 0.5rem 1rem 0 1rem;
}
.personal .personal-item .name p, .personal .personal-item .text p {
  margin: 0 !important;
  font-size: 1.05rem;
}
.personal .personal-item .name p:first-of-type, .personal .personal-item .text p:first-of-type {
  font-weight: 700;
}
.personal .personal-item .text {
  padding: 0 1rem !important;
  align-self: flex-end;
}
.personal .personal-item .text p {
  font-size: 0.945rem;
}
.personal .personal-item .text p:first-of-type {
  font-weight: 400;
}
.personal a {
  color: inherit;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .personal {
    grid-template-columns: 1fr;
  }
}
/**/
/**/
.kontakt .adresse2 .map .map-link {
  position: relative;
  display: block;
}
.kontakt .adresse2 .map .map-link i {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: #ffffff;
  font-size: 1.575rem;
}
.kontakt .adresse2 .map .map-link:active i, .kontakt .adresse2 .map .map-link:hover i {
  color: #8d1e28;
}
.kontakt .adresse2 .map span {
  font-size: 0.735rem;
}
/**/
/**/
.faehrten {
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.faehrten .faehrten-item {
  display: grid;
  grid-template-columns: 25% 1fr;
  align-items: flex-start;
  column-gap: 2rem;
  margin-bottom: 2rem;
}
.faehrten .faehrten-item .image {
  display: block;
}
.faehrten .faehrten-item .content p {
  margin-top: 0;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .faehrten .faehrten-item {
    grid-template-columns: 1fr;
  }
}
/**/
/**/
.kurs-item .timetable {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.kurs-item .timetable dd {
  margin: 0.25rem 0 1rem 3rem;
}
.kurs-item .timetable dd p {
  margin: 0 0 0.5rem 0;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .kurs-item .timetable dt {
    color: #000000;
    margin-bottom: 0.25rem;
  }
  .kurs-item .timetable dd {
    margin-bottom: 1rem;
  }
}
/**/
/**/
.com-content-category-blog__navigation .com-content-category-blog__counter {
  padding-top: 0 !important;
}
.com-content-category-blog__navigation .pagination__wrapper .pagination {
  margin: 0 auto;
}
.com-content-category-blog__navigation .pagination__wrapper .pagination .page-item a {
  color: #8d1e28;
}
.com-content-category-blog__navigation .pagination__wrapper .pagination .page-item.active a {
  background-color: #8d1e28;
  border-color: #8d1e28;
  color: #ffffff;
}
.pagenavigation {
  margin-top: 2rem !important;
}
.pagenavigation .pagination {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.pagenavigation a {
  letter-spacing: normal;
  background: none;
  color: #58585a;
  border: none;
  border-radius: 0;
  padding: 0;
  width: auto !important;
}
.pagenavigation a:hover {
  color: #8d1e28;
}
.pagenavigation a.previous {
  text-align: left;
}
.pagenavigation a.next {
  text-align: right;
}
/**/
/**/
table.ergebnis {
  background-color: #ffffff;
  width: 100% !important;
}
table.ergebnis th {
  background-color: #8d1e28 !important;
  color: #ffffff;
  width: auto !important;
}
/**/
/**/
.ig-gallery-wrapper {
  margin: 0 auto;
}
.ig-main-scope-wrapper .igallery_title {
  text-align: center;
  font-size: 1.8375rem;
  margin-bottom: 1.5rem;
}
.ig-main-scope-wrapper .ig-menu-grid-item h4 {
  color: #ffffff;
  font-size: 1.2285rem;
}
.gallery-breadcrumbs {
  list-style: none;
  margin: 0;
  padding-bottom: 1.5rem;
}
.gallery-breadcrumbs li {
  display: inline;
  margin-left: 0.5rem;
  font-size: 0.945rem;
}
.gallery-prevnext {
  margin: 1rem auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 20% 1fr;
  width: 100% !important;
  font-size: 0.945rem;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.gallery-prevnext .gallery-prev {
  text-align: left;
  width: 100% !important;
}
.gallery-prevnext .gallery-up {
  text-align: center;
  width: 100% !important;
}
.gallery-prevnext .gallery-next {
  text-align: right;
  width: 100% !important;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .gallery-prevnext {
    grid-template-columns: 1fr;
  }
}
.ig-category-description {
  text-align: center;
}
.ig-category-description h2, .ig-category-description h3, .ig-category-description h4 {
  color: #8d1e28;
  margin: 2rem auto 0.5rem auto;
}
.ig-category-description h4 {
  width: 70%;
}
.ig-category-description p {
  margin: 0 0 0.5rem 0;
}
/**/
.infobox {
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.infobox .uk-first-column {
  padding-left: 0 !important;
}
.infobox .uk-tab-left li {
  font-size: 1.05rem;
  font-weight: 700;
}
.infobox .uk-tab-left li a {
  border-right-width: 2px;
}
.infobox .uk-tab-left li.uk-active a {
  color: #8d1e28 !important;
  border-color: #8d1e28;
}
.infobox .uk-tab li {
  font-size: 1.05rem;
  font-weight: 700;
}
.infobox .uk-tab li a {
  border-bottom-width: 2px;
}
.infobox .uk-tab li.uk-active a {
  color: #8d1e28 !important;
  border-color: #8d1e28;
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .infobox {
    width: 90%;
    margin: 0 auto;
  }
  .infobox .uk-grid {
    margin-left: 0 !important;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .infobox {
    width: 95%;
    margin: 0 auto;
  }
  .infobox .uk-grid {
    margin-left: 0 !important;
  }
}
/* Allgemeines Styling */
.visforms-form {
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /**/
  /* Spezielles Styling für Select, Radio und Checkbox */
  /* Selectbox */
  /**/
  /* Checkbox */
  /**/
  /* Radio-Button */
}
.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;
  padding: 0.375rem 1rem;
  background-color: #f9f9f9;
  vertical-align: middle;
  height: 36px;
  width: 100%;
  border: none;
  border: 1px solid lightgray;
  border-radius: 0;
}
.visforms-form input[type="color"]:hover, .visforms-form input[type="date"]:hover, .visforms-form input[type="datetime"]:hover, .visforms-form input[type="datetime-local"]:hover, .visforms-form input[type="email"]:hover, .visforms-form input[type="month"]:hover, .visforms-form input[type="number"]:hover, .visforms-form input[type="password"]:hover, .visforms-form input[type="search"]:hover, .visforms-form input[type="tel"]:hover, .visforms-form input[type="text"]:hover, .visforms-form input[type="time"]:hover, .visforms-form input[type="url"]:hover, .visforms-form input[type="week"]:hover, .visforms-form input:not([type]):hover {
  border-color: #f6aa41 !important;
  box-shadow: none;
}
.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: $fieldBorder !important;
			box-shadow: none;
			//box-shadow: inset 0 1px 1px rgba($fieldBorder, 0.075), 0 0 1px rgba($accent-color-1, 0.6) !important;
			*/
}
.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: 95%;
  opacity: 0.5;
  color: #58585a !important;
}
.visforms-form input[type="submit"] {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  border: 1px solid #8d1e28;
  border-radius: 0;
  background: #8d1e28;
  color: #000000;
  font-weight: normal;
  letter-spacing: 2px;
  width: 100%;
}
.visforms-form input[type="submit"]:hover, .visforms-form input[type="submit"]:active {
  border-color: #8d1e28;
  background: #8d1e28;
  color: #ffffff;
}
.visforms-form input[type="submit"]:hover, .visforms-form input[type="submit"]:active, .visforms-form input[type="submit"]:focus {
  background: #f6aa41;
  border-color: transparent;
  color: #ffffff;
}
.visforms-form input[type="submit"]:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.visforms-form input[type="submit"]:disabled:hover {
  background: rgba(141, 30, 40, 0.7);
}
.visforms-form textarea {
  margin-top: 0;
  background-color: #f9f9f9;
  border: 1px solid lightgray;
  border-radius: 0;
  width: 100%;
  padding: 0.375rem 1rem;
}
.visforms-form textarea:hover {
  border-color: #f6aa41 !important;
  box-shadow: none;
}
.visforms-form textarea:focus {
  /*
			border-color: $fieldBorderActive !important;
			box-shadow: inset 0 1px 1px rgba($fieldBorder, 0.075), 0 0 1px rgba($accent-color-2, 0.6) !important;
			*/
}
.visforms-form textarea::placeholder {
  font-size: 95%;
  opacity: 0.6;
  color: #58585a;
}
.visforms-form input:focus:invalid, .visforms-form textarea:focus:invalid, .visforms-form select:focus:invalid {
  color: inherit;
}
.visforms-form select {
  display: block;
  margin-top: 0.5em;
  background-color: #f9f9f9;
  height: 36px;
  width: 100%;
  padding: 0.375rem 1rem;
  border: none;
  border-bottom: 2px solid lightgray;
  border-radius: 0;
  color: #58585a !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  /* Disabled styles */
}
.visforms-form select::-ms-expand {
  display: none;
}
.visforms-form select:hover {
  border-color: #f6aa41 !important;
}
.visforms-form select:focus {
  /*
			border-color: $fieldBorderActive !important;
			box-shadow: inset 0 1px 1px rgba($fieldBorder, 0.075), 0 0 1px rgba($accent-color-2, 0.6) !important;
			outline: none;
			*/
}
.visforms-form select:disabled {
  color: greytext;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}
.visforms-form select:disabled:hover {
  border-color: #aaa;
}
.visforms-form select option {
  font-weight: normal;
}
.visforms-form .input-checkbox, .visforms-form .checkbox, .visforms-form #visform1 .formgrid .field13, #visform1 .formgrid .visforms-form .field13, .visforms-form #visform2 .field51, #visform2 .visforms-form .field51 {
  position: relative;
  /*
		&:hover input ~ .checkmark {
			//background-color: #ccc;  /* On mouse-over, add a grey background color
		}
		*/
}
.visforms-form .input-checkbox label, .visforms-form .checkbox label, .visforms-form #visform1 .formgrid .field13 label, #visform1 .formgrid .visforms-form .field13 label, .visforms-form #visform2 .field51 label, #visform2 .visforms-form .field51 label {
  display: inline-block;
  padding-left: 2rem;
  vertical-align: middle;
}
.visforms-form .input-checkbox .checkmark, .visforms-form .checkbox .checkmark, .visforms-form #visform1 .formgrid .field13 .checkmark, #visform1 .formgrid .visforms-form .field13 .checkmark, .visforms-form #visform2 .field51 .checkmark, #visform2 .visforms-form .field51 .checkmark {
  z-index: 0;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 0;
  height: 20px;
  width: 20px;
  border: solid 1px black;
  background-color: #ffffff;
}
.visforms-form .input-checkbox .checkmark::after, .visforms-form .checkbox .checkmark::after, .visforms-form #visform1 .formgrid .field13 .checkmark::after, #visform1 .formgrid .visforms-form .field13 .checkmark::after, .visforms-form #visform2 .field51 .checkmark::after, #visform2 .visforms-form .field51 .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 7px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.visforms-form .input-checkbox input, .visforms-form .checkbox input, .visforms-form #visform1 .formgrid .field13 input, #visform1 .formgrid .visforms-form .field13 input, .visforms-form #visform2 .field51 input, #visform2 .visforms-form .field51 input {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.visforms-form .input-checkbox input:focus ~ .checkmark, .visforms-form .checkbox input:focus ~ .checkmark, .visforms-form #visform1 .formgrid .field13 input:focus ~ .checkmark, #visform1 .formgrid .visforms-form .field13 input:focus ~ .checkmark, .visforms-form #visform2 .field51 input:focus ~ .checkmark, #visform2 .visforms-form .field51 input:focus ~ .checkmark {
  outline: 2px dotted blue !important;
}
.visforms-form .input-checkbox input:checked ~ .checkmark::after, .visforms-form .checkbox input:checked ~ .checkmark::after, .visforms-form #visform1 .formgrid .field13 input:checked ~ .checkmark::after, #visform1 .formgrid .visforms-form .field13 input:checked ~ .checkmark::after, .visforms-form #visform2 .field51 input:checked ~ .checkmark::after, #visform2 .visforms-form .field51 input:checked ~ .checkmark::after {
  display: block;
}
.visforms-form .radiobutton {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.visforms-form .radiobutton > label {
  font-size: 1rem;
}
.visforms-form .radiobutton .radiogrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.visforms-form .radiobutton .radiogrid .radio_0, .visforms-form .radiobutton .radiogrid .radio_1, .visforms-form .radiobutton .radiogrid .radio_2, .visforms-form .radiobutton .radiogrid .radio_3, .visforms-form .radiobutton .radiogrid .radio_4, .visforms-form .radiobutton .radiogrid .radio_5, .visforms-form .radiobutton .radiogrid .radio_6, .visforms-form .radiobutton .radiogrid .radio_7, .visforms-form .radiobutton .radiogrid .radio_8 {
  position: relative;
}
.visforms-form .radiobutton .radiogrid .radio_0 > input, .visforms-form .radiobutton .radiogrid .radio_1 > input, .visforms-form .radiobutton .radiogrid .radio_2 > input, .visforms-form .radiobutton .radiogrid .radio_3 > input, .visforms-form .radiobutton .radiogrid .radio_4 > input, .visforms-form .radiobutton .radiogrid .radio_5 > input, .visforms-form .radiobutton .radiogrid .radio_6 > input, .visforms-form .radiobutton .radiogrid .radio_7 > input, .visforms-form .radiobutton .radiogrid .radio_8 > input {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.visforms-form .radiobutton .radiogrid .radio_0 > input:focus ~ label, .visforms-form .radiobutton .radiogrid .radio_1 > input:focus ~ label, .visforms-form .radiobutton .radiogrid .radio_2 > input:focus ~ label, .visforms-form .radiobutton .radiogrid .radio_3 > input:focus ~ label, .visforms-form .radiobutton .radiogrid .radio_4 > input:focus ~ label, .visforms-form .radiobutton .radiogrid .radio_5 > input:focus ~ label, .visforms-form .radiobutton .radiogrid .radio_6 > input:focus ~ label, .visforms-form .radiobutton .radiogrid .radio_7 > input:focus ~ label, .visforms-form .radiobutton .radiogrid .radio_8 > input:focus ~ label {
  outline: 2px dotted blue !important;
}
.visforms-form .radiobutton .radiogrid .radio_0 > label, .visforms-form .radiobutton .radiogrid .radio_1 > label, .visforms-form .radiobutton .radiogrid .radio_2 > label, .visforms-form .radiobutton .radiogrid .radio_3 > label, .visforms-form .radiobutton .radiogrid .radio_4 > label, .visforms-form .radiobutton .radiogrid .radio_5 > label, .visforms-form .radiobutton .radiogrid .radio_6 > label, .visforms-form .radiobutton .radiogrid .radio_7 > label, .visforms-form .radiobutton .radiogrid .radio_8 > label {
  margin: 0;
  padding: 0 2rem;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.visforms-form .radiobutton .radiogrid .radio_0 > .radiomark, .visforms-form .radiobutton .radiogrid .radio_1 > .radiomark, .visforms-form .radiobutton .radiogrid .radio_2 > .radiomark, .visforms-form .radiobutton .radiogrid .radio_3 > .radiomark, .visforms-form .radiobutton .radiogrid .radio_4 > .radiomark, .visforms-form .radiobutton .radiogrid .radio_5 > .radiomark, .visforms-form .radiobutton .radiogrid .radio_6 > .radiomark, .visforms-form .radiobutton .radiogrid .radio_7 > .radiomark, .visforms-form .radiobutton .radiogrid .radio_8 > .radiomark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #58585a;
  border-radius: 50%;
}
.visforms-form .radiobutton .radiogrid .radio_0 > .radiomark::after, .visforms-form .radiobutton .radiogrid .radio_1 > .radiomark::after, .visforms-form .radiobutton .radiogrid .radio_2 > .radiomark::after, .visforms-form .radiobutton .radiogrid .radio_3 > .radiomark::after, .visforms-form .radiobutton .radiogrid .radio_4 > .radiomark::after, .visforms-form .radiobutton .radiogrid .radio_5 > .radiomark::after, .visforms-form .radiobutton .radiogrid .radio_6 > .radiomark::after, .visforms-form .radiobutton .radiogrid .radio_7 > .radiomark::after, .visforms-form .radiobutton .radiogrid .radio_8 > .radiomark::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  content: "";
  visibility: hidden;
}
.visforms-form .radiobutton .radiogrid .radio_0 > .radiomark.checked::after, .visforms-form .radiobutton .radiogrid .radio_1 > .radiomark.checked::after, .visforms-form .radiobutton .radiogrid .radio_2 > .radiomark.checked::after, .visforms-form .radiobutton .radiogrid .radio_3 > .radiomark.checked::after, .visforms-form .radiobutton .radiogrid .radio_4 > .radiomark.checked::after, .visforms-form .radiobutton .radiogrid .radio_5 > .radiomark.checked::after, .visforms-form .radiobutton .radiogrid .radio_6 > .radiomark.checked::after, .visforms-form .radiobutton .radiogrid .radio_7 > .radiomark.checked::after, .visforms-form .radiobutton .radiogrid .radio_8 > .radiomark.checked::after {
  visibility: visible;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .visforms-form .radiobutton .radiogrid {
    grid-template-columns: 1fr;
  }
}
/**/
.visforms-form .category-desc {
  font-size: 1rem;
  hyphens: auto;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .visforms-form .category-desc h2 {
    font-size: 1.365rem;
  }
}
.visforms-form hr {
  border-bottom: 1px solid #b4b4b4;
}
.visforms-form .help-block {
  font-size: 1rem;
  line-height: 1.25;
}
.visforms-form .visCSSbot10 {
  display: inline-block;
  width: 50%;
  margin-top: 1em;
  padding-left: 12%;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@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;
  width: 100% !important;
}
.visforms-form label.error {
  font-weight: 400;
  text-transform: none;
}
.visforms-form label.vis_mandatory {
  grid-area: field0;
  align-self: flex-end;
  padding-left: 0 !important;
  font-weight: 400;
  text-transform: none;
  color: #58585a;
}
.visforms-form .field-calendar {
  margin-top: 0.45rem;
}
.visforms-form .field-calendar .input-append {
  position: relative;
  margin: 0;
  font-size: inherit;
}
.visforms-form .field-calendar .input-append input {
  margin: 0;
}
.visforms-form .field-calendar .input-append button {
  position: absolute;
  font-size: 1rem;
  bottom: 0;
  right: 5px;
  height: 36px;
  border: none !important;
  border-radius: 0;
  margin: 0;
  background: #88847D;
  box-shadow: none !important;
  color: #ffffff !important;
}
.visforms-form .field-calendar .input-append button:hover, .visforms-form .field-calendar .input-append button:active {
  background: #8d1e28 !important;
}
.visforms-form .field-calendar .js-calendar td .js-btn {
  display: block;
  width: 100%;
}
.visforms-form .field-calendar .js-calendar .btn {
  background: #ffffff !important;
  border-color: #58585a;
  border-radius: 0;
  color: #58585a;
  line-height: 1.5 !important;
  font-size: 0.9rem !important;
  padding: 0 14px;
}
.visforms-form .errormessage {
  position: relative;
  margin: 0;
  min-width: 70%;
}
.visforms-form .errormessage:after {
  /*
			position: absolute;
			top: $fieldBaseHeight;
			left: 45%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			pointer-events: none;
			*/
  border-color: rgba(255, 0, 0, 0);
  border-top-color: red;
  border-bottom-color: transparent !important;
  /*
			border-width: 12px;
			margin-left: -12px;
			*/
}
.visforms-form .errormessage label {
  padding: 5px 10px;
  border: 1px solid red;
  background-color: #ffffff;
  color: red;
  font-size: 75%;
  margin: 0;
  width: 90%;
  max-width: 90%;
  text-align: center;
}
.visforms-form .visCustomText {
  line-height: 1;
}
/**/
/* Felder */
.fc-tbxfield1, .field1 {
  grid-area: field1;
  margin-bottom: 0;
}
.fc-tbxfield2, .field2 {
  grid-area: field2;
  margin-bottom: 0;
}
.fc-tbxfield3, .field3 {
  grid-area: field3;
  margin-bottom: 0;
}
.fc-tbxfield4, .field4 {
  grid-area: field4;
  margin-bottom: 0;
}
.fc-tbxfield5, .field5 {
  grid-area: field5;
  margin-bottom: 0;
}
.fc-tbxfield6, .field6 {
  grid-area: field6;
  margin-bottom: 0;
}
.fc-tbxfield7, .field7 {
  grid-area: field7;
  margin-bottom: 0;
}
.fc-tbxfield8, .field8 {
  grid-area: field8;
  margin-bottom: 0;
}
.fc-tbxfield9, .field9 {
  grid-area: field9;
  margin-bottom: 0;
}
.fc-tbxfield10, .field10 {
  grid-area: field10;
  margin-bottom: 0;
}
.fc-tbxfield11, .field11 {
  grid-area: field11;
  margin-bottom: 0;
}
.fc-tbxfield12, .field12 {
  grid-area: field12;
  margin-bottom: 0;
}
.fc-tbxfield13, .field13 {
  grid-area: field13;
  margin-bottom: 0;
}
.fc-tbxfield14, .field14 {
  grid-area: field14;
  margin-bottom: 0;
}
.fc-tbxfield15, .field15 {
  grid-area: field15;
  margin-bottom: 0;
}
.fc-tbxfield16, .field16 {
  grid-area: field16;
  margin-bottom: 0;
}
.fc-tbxfield17, .field17 {
  grid-area: field17;
  margin-bottom: 0;
}
.fc-tbxfield18, .field18 {
  grid-area: field18;
  margin-bottom: 0;
}
.fc-tbxfield19, .field19 {
  grid-area: field19;
  margin-bottom: 0;
}
.fc-tbxfield20, .field20 {
  grid-area: field20;
  margin-bottom: 0;
}
.fc-tbxfield21, .field21 {
  grid-area: field21;
  margin-bottom: 0;
}
.fc-tbxfield22, .field22 {
  grid-area: field22;
  margin-bottom: 0;
}
.fc-tbxfield23, .field23 {
  grid-area: field23;
  margin-bottom: 0;
}
.fc-tbxfield24, .field24 {
  grid-area: field24;
  margin-bottom: 0;
}
.fc-tbxfield25, .field25 {
  grid-area: field25;
  margin-bottom: 0;
}
.fc-tbxfield26, .field26 {
  grid-area: field26;
  margin-bottom: 0;
}
.fc-tbxfield27, .field27 {
  grid-area: field27;
  margin-bottom: 0;
}
.fc-tbxfield28, .field28 {
  grid-area: field28;
  margin-bottom: 0;
}
.fc-tbxfield29, .field29 {
  grid-area: field29;
  margin-bottom: 0;
}
.fc-tbxfield30, .field30 {
  grid-area: field30;
  margin-bottom: 0;
}
.fc-tbxfield31, .field31 {
  grid-area: field31;
  margin-bottom: 0;
}
.fc-tbxfield32, .field32 {
  grid-area: field32;
  margin-bottom: 0;
}
.fc-tbxfield33, .field33 {
  grid-area: field33;
  margin-bottom: 0;
}
.fc-tbxfield34, .field34 {
  grid-area: field34;
  margin-bottom: 0;
}
.fc-tbxfield35, .field35 {
  grid-area: field35;
  margin-bottom: 0;
}
.fc-tbxfield36, .field36 {
  grid-area: field36;
  margin-bottom: 0;
}
.fc-tbxfield37, .field37 {
  grid-area: field37;
  margin-bottom: 0;
}
.fc-tbxfield38, .field38 {
  grid-area: field38;
  margin-bottom: 0;
}
.fc-tbxfield39, .field39 {
  grid-area: field39;
  margin-bottom: 0;
}
.fc-tbxfield40, .field40 {
  grid-area: field40;
  margin-bottom: 0;
}
.fc-tbxfield41, .field41 {
  grid-area: field41;
  margin-bottom: 0;
}
.fc-tbxfield42, .field42 {
  grid-area: field42;
  margin-bottom: 0;
}
.fc-tbxfield43, .field43 {
  grid-area: field43;
  margin-bottom: 0;
}
.fc-tbxfield44, .field44 {
  grid-area: field44;
  margin-bottom: 0;
}
.fc-tbxfield45, .field45 {
  grid-area: field45;
  margin-bottom: 0;
}
.fc-tbxfield46, .field46 {
  grid-area: field46;
  margin-bottom: 0;
}
.fc-tbxfield47, .field47 {
  grid-area: field47;
  margin-bottom: 0;
}
.fc-tbxfield48, .field48 {
  grid-area: field48;
  margin-bottom: 0;
}
.fc-tbxfield49, .field49 {
  grid-area: field49;
  margin-bottom: 0;
}
.fc-tbxfield50, .field50 {
  grid-area: field50;
  margin-bottom: 0;
}
.fc-tbxfield51, .field51 {
  grid-area: field51;
  margin-bottom: 0;
}
.fc-tbxfield52, .field52 {
  grid-area: field52;
  margin-bottom: 0;
}
.fc-tbxfield53, .field53 {
  grid-area: field53;
  margin-bottom: 0;
}
.fc-tbxfield54, .field54 {
  grid-area: field54;
  margin-bottom: 0;
}
.fc-tbxfield55, .field55 {
  grid-area: field55;
  margin-bottom: 0;
}
.fc-tbxfield56, .field56 {
  grid-area: field56;
  margin-bottom: 0;
}
.fc-tbxfield57, .field57 {
  grid-area: field57;
  margin-bottom: 0;
}
.fc-tbxfield58, .field58 {
  grid-area: field58;
  margin-bottom: 0;
}
.fc-tbxfield59, .field59 {
  grid-area: field59;
  margin-bottom: 0;
}
.fc-tbxfield60, .field60 {
  grid-area: field60;
  margin-bottom: 0;
}
.fc-tbxfield61, .field61 {
  grid-area: field61;
  margin-bottom: 0;
}
.fc-tbxfield62, .field62 {
  grid-area: field62;
  margin-bottom: 0;
}
.fc-tbxfield63, .field63 {
  grid-area: field63;
  margin-bottom: 0;
}
.fc-tbxfield64, .field64 {
  grid-area: field64;
  margin-bottom: 0;
}
.fc-tbxfield65, .field65 {
  grid-area: field65;
  margin-bottom: 0;
}
.fc-tbxfield66, .field66 {
  grid-area: field66;
  margin-bottom: 0;
}
.fc-tbxfield67, .field67 {
  grid-area: field67;
  margin-bottom: 0;
}
.fc-tbxfield68, .field68 {
  grid-area: field68;
  margin-bottom: 0;
}
.fc-tbxfield69, .field69 {
  grid-area: field69;
  margin-bottom: 0;
}
.fc-tbxfield70, .field70 {
  grid-area: field70;
  margin-bottom: 0;
}
.fc-tbxfield71, .field71 {
  grid-area: field71;
  margin-bottom: 0;
}
.fc-tbxfield72, .field72 {
  grid-area: field72;
  margin-bottom: 0;
}
.fc-tbxfield73, .field73 {
  grid-area: field73;
  margin-bottom: 0;
}
.fc-tbxfield74, .field74 {
  grid-area: field74;
  margin-bottom: 0;
}
.fc-tbxfield75, .field75 {
  grid-area: field75;
  margin-bottom: 0;
}
.fc-tbxfield76, .field76 {
  grid-area: field76;
  margin-bottom: 0;
}
.fc-tbxfield77, .field77 {
  grid-area: field77;
  margin-bottom: 0;
}
.fc-tbxfield78, .field78 {
  grid-area: field78;
  margin-bottom: 0;
}
.fc-tbxfield79, .field79 {
  grid-area: field79;
  margin-bottom: 0;
}
.fc-tbxfield80, .field80 {
  grid-area: field80;
  margin-bottom: 0;
}
.fc-tbxfield81, .field81 {
  grid-area: field81;
  margin-bottom: 0;
}
.fc-tbxfield82, .field82 {
  grid-area: field82;
  margin-bottom: 0;
}
.fc-tbxfield83, .field83 {
  grid-area: field83;
  margin-bottom: 0;
}
.fc-tbxfield84, .field84 {
  grid-area: field84;
  margin-bottom: 0;
}
.fc-tbxfield85, .field85 {
  grid-area: field85;
  margin-bottom: 0;
}
.fc-tbxfield86, .field86 {
  grid-area: field86;
  margin-bottom: 0;
}
.fc-tbxfield87, .field87 {
  grid-area: field87;
  margin-bottom: 0;
}
.fc-tbxfield88, .field88 {
  grid-area: field88;
  margin-bottom: 0;
}
.fc-tbxfield89, .field89 {
  grid-area: field89;
  margin-bottom: 0;
}
.fc-tbxfield90, .field90 {
  grid-area: field90;
  margin-bottom: 0;
}
.fc-tbxfield91, .field91 {
  grid-area: field91;
  margin-bottom: 0;
}
.fc-tbxfield92, .field92 {
  grid-area: field92;
  margin-bottom: 0;
}
.fc-tbxfield93, .field93 {
  grid-area: field93;
  margin-bottom: 0;
}
.fc-tbxfield94, .field94 {
  grid-area: field94;
  margin-bottom: 0;
}
.fc-tbxfield95, .field95 {
  grid-area: field95;
  margin-bottom: 0;
}
.fc-tbxfield96, .field96 {
  grid-area: field96;
  margin-bottom: 0;
}
.fc-tbxfield97, .field97 {
  grid-area: field97;
  margin-bottom: 0;
}
.fc-tbxfield98, .field98 {
  grid-area: field98;
  margin-bottom: 0;
}
.fc-tbxfield99, .field99 {
  grid-area: field99;
  margin-bottom: 0;
}
.fc-tbxfield100, .field100 {
  grid-area: field100;
  margin-bottom: 0;
}
.captchaCont {
  margin-top: 1.2rem;
  grid-area: captcha;
  text-align: center;
  /*
	label {
		display: none;
	}
	*/
}
.captchaCont .captcharefresh1, .captchaCont .captcharefresh2, .captchaCont .captcharefresh3, .captchaCont .captcharefresh4 {
  width: 24px;
  height: 24px;
}
.captcha {
  grid-area: captcha;
  text-align: center;
}
.captcha label {
  display: none;
}
.form-actions {
  grid-area: faction;
  margin-top: 2rem;
  padding: 0;
  font-size: 0;
}
.form-actions input {
  width: 100%;
}
.checkbox label, #visform1 .formgrid .field13 label, #visform2 .field51 label {
  font-size: 1rem;
  margin-top: 0;
}
.checkbox .visCustomText, #visform1 .formgrid .field13 .visCustomText, #visform2 .field51 .visCustomText {
  padding-left: 2rem;
  font-weight: 300;
  hyphens: auto;
}
#visform1 {
  visibility: hidden;
}
#visform1 .fieldset-1 {
  display: none;
}
#visform1 .formgrid {
  text-align: left;
  font-size: 1rem;
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 1rem;
  grid-template-areas: "field7 field7 field7 field7 field7 field7" "field1 field1 field1 field2 field2 field2" "field3 field3 field3 field4 field4 field4" "field5 field5 field5 field6 field6 field6" "field8 field8 field8 field8 field8 field8" "field9 field9 field9 field10 field10 field10" "field15 field15 field15 field53 field53 field53" "field11 field11 field11 field11 field11 field11" "field12 field12 field12 field12 field12 field12" "field13 field13 field13 field13 field13 field13" "field0 . . . faction faction";
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
#visform1 .formgrid .field13 {
  margin-top: 0.5rem;
}
#visform1 .formgrid .field13 label {
  margin-top: 0.5rem;
}
#visform1 .formgrid .field53 {
  align-self: flex-end;
}
#visform1 .formgrid .visBtnCon {
  grid-area: faction;
  margin-top: 2rem;
  padding: 0;
  font-size: 0;
  align-self: flex-end;
}
#visform1 .formgrid .visBtnCon input {
  font-weight: bold;
  text-transform: uppercase;
}
#visform1 .formgrid hr {
  margin: 1rem 0 0.5rem 0 !important;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  #visform1 .formgrid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0.5rem;
    grid-template-areas: "field7 field7 field7" "field1 field1 field1" "field2 field2 field2" "field3 field3 field3" "field4 field4 field4" "field5 field5 field5" "field6 field6 field6" "field8 field8 field8" "field9 field9 field9" "field10 field10 field10" "field15 field15 field15" "field53 field53 field53" "field11 field11 field11" "field12 field12 field12" "field13 field13 field13" "field0 faction faction";
  }
}
/**/
#visform2 {
  margin-top: 0 !important;
  visibility: hidden;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
#visform2 .fieldset-1 {
  display: none;
}
#visform2 .formgrid {
  text-align: left;
  font-size: 1rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  align-items: flex-end;
  column-gap: 1rem;
  grid-template-areas: "field16 field16 field16 field16 field16 field16" "field17 field17 field17 field18 field18 field18" "field19 field19 field19 field20 field20 field20" "field21 field21 field21 field22 field22 field22" "field23 field23 field23 field24 field24 field24" "field25 field25 field25 field25 field25 field25" "field26 field26 field26 field27 field27 field27" "field28 field28 field28 field29 field29 field29" "field30 field30 field30 field31 field31 field31" "field32 field32 field32 field33 field33 field33" "field34 field34 field34 field34 field34 field34" "field35 field35 field35 field35 field35 field35" "field36 field36 field36 field37 field37 field37" "field38 field38 field38 field39 field39 field39" "field40 field40 field40 field41 field41 field41" "field42 field42 field42 field42 field42 field42" "field43 field43 field43 field44 field44 field44" "field45 field45 field45 field46 field46 field46" "field47 field47 field47 field48 field48 field48" "field49 field49 field49 field49 field49 field49" "field50 field50 field50 field50 field50 field50" "field51 field51 field51 field51 field51 field51" "field0 . . . faction faction";
}
#visform2 .field51 {
  margin-top: 0.5rem;
}
#visform2 .field51 label {
  margin-top: 0.5rem;
}
#visform2 .visBtnCon {
  grid-area: faction;
  margin-top: 2rem;
  padding: 0;
  font-size: 0;
  align-self: flex-end;
}
#visform2 .visBtnCon input {
  font-weight: bold;
  text-transform: uppercase;
}
#visform2 hr {
  margin: 1.5rem 0 0.5rem 0 !important;
}
#visform2 h5 {
  margin-bottom: 0.5rem;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  #visform2 .formgrid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "field16 field16 field16" "field17 field17 field17" "field18 field18 field18" "field19 field19 field19" "field20 field20 field20" "field21 field21 field21" "field22 field22 field22" "field23 field23 field23" "field24 field24 field24" "field25 field25 field25" "field26 field26 field26" "field27 field27 field27" "field28 field28 field28" "field29 field29 field29" "field30 field30 field30" "field31 field31 field31" "field32 field32 field32" "field33 field33 field33" "field34 field34 field34" "field35 field35 field35" "field36 field36 field36" "field37 field37 field37" "field38 field38 field38" "field39 field39 field39" "field40 field40 field40" "field41 field41 field41" "field42 field42 field42" "field43 field43 field43" "field44 field44 field44" "field45 field45 field45" "field46 field46 field46" "field47 field47 field47" "field48 field48 field48" "field49 field49 field49" "field50 field50 field50" "field51 field51 field51" "field0  faction faction";
  }
}
/**/
#g-page-surround {
  background-color: #eeeeee;
  overflow: visible;
  position: relative;
  color: #58585a;
}
.g-bodyonly #g-page-surround {
  color: #58585a;
  background: #eeeeee;
}
@media print {
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-overlay {
  display: none;
  background-color: #cccccc;
  color: #ffffff;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  /**/
  /*/
    @include break_point(mobile-landscape) {
		height: $menuline-mobile;
		min-height: $menuline-mobile;
		max-height: $menuline-mobile;
		.g-container {
			width: 95% !important;
		}
    }
	/**/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /**/
}
#g-overlay.nav-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#g-overlay .mainlogo {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 50px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
}
#g-overlay .logos {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 35%;
  transform: translateY(-50%);
}
#g-overlay .logos .partner-logos {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
#g-overlay .logos .partner-logos a {
  display: block;
}
#g-overlay .logos .partner-logos a img {
  max-height: 2rem;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  #g-overlay {
    display: block;
  }
  #g-overlay .g-container {
    position: relative;
    min-height: 70px;
  }
}
@media print {
  #g-overlay {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-top {
  position: relative;
  color: #58585a;
  background-color: rgba(255, 255, 255, 0);
}
@media print {
  #g-top {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-navigation {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  color: #ffffff;
  background-color: #cccccc;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  /**/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /**/
}
#g-navigation.nav-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#g-navigation .logos {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 12.5%;
  transform: translateY(-50%);
}
#g-navigation .logos .partner-logos {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
#g-navigation .logos .partner-logos a {
  display: block;
}
#g-navigation .logos .partner-logos a img {
  max-height: 2.5rem;
}
@media only all and (min-width: 66.01rem) and (max-width: 86rem) and (orientation: landscape) {
  #g-navigation .logos {
    top: initial;
    bottom: -2.5rem;
    transform: none !important;
  }
  #g-navigation .logos .partner-logos {
    gap: 0.5rem;
  }
  #g-navigation .logos .partner-logos a img {
    max-height: 2rem;
  }
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  #g-navigation .logos {
    top: initial;
    bottom: -2.5rem;
    transform: none !important;
  }
  #g-navigation .logos .partner-logos {
    gap: 0.5rem;
  }
  #g-navigation .logos .partner-logos a img {
    max-height: 2rem;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  #g-navigation .logos {
    top: initial;
    bottom: -2.5rem;
    transform: none !important;
  }
  #g-navigation .logos .partner-logos {
    gap: 0.5rem;
  }
  #g-navigation .logos .partner-logos a img {
    max-height: 2rem;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  #g-navigation {
    display: none;
  }
  #g-navigation .logos {
    display: none;
  }
}
@media print {
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-slideshow {
  color: #ffffff;
  background-color: #8d1e28;
  /*
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /**/
  background-image: url('../../../../images/background/bg_slideshow.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
#g-slideshow .g-container {
  position: relative;
  padding-top: 7rem;
}
#g-slideshow .mainlogo {
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 150px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 5;
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  #g-slideshow .g-container {
    padding-top: 5rem;
  }
  #g-slideshow .mainlogo {
    width: 100px;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  #g-slideshow .g-container {
    padding-top: 2.5rem;
  }
  #g-slideshow .mainlogo {
    width: 70px;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  #g-slideshow .g-container {
    padding-top: 70px;
  }
  #g-slideshow .mainlogo {
    display: none;
  }
}
@media print {
  #g-slideshow {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-header {
  position: relative;
  color: #58585a;
  background-color: rgba(255, 255, 255, 0);
}
@media print {
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-above {
  color: #58585a;
  background: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 5;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  #g-above .g-container {
    width: 95%;
  }
}
@media print {
  #g-above {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-showcase {
  color: #58585a;
  background-color: #cccccc;
  position: relative;
  z-index: 5;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  #g-showcase .g-container {
    width: 95%;
  }
}
@media print {
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-utility {
  position: relative;
  z-index: 5;
  color: #58585a;
  background-color: rgba(255, 255, 255, 0);
}
@media print {
  #g-utility {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-feature {
  position: relative;
  z-index: 5;
  color: #58585a;
  background-color: rgba(255, 255, 255, 0);
}
@media print {
  #g-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-container-main {
  background-color: rgba(255, 255, 255, 0);
  color: #58585a;
  margin-left: 10%;
  margin-right: 10%;
}
@media only all and (max-width: 74.938rem) and (min-width: 48rem) {
  #g-container-main {
    margin-left: 4%;
    margin-right: 4%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  #g-container-main {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-container-main {
    margin-left: 0;
    margin-right: 0;
  }
}
#g-container-main .g-blockcontent-header h2.g-title {
  color: #000000;
}
@media print {
  #g-mainbar {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1rem 0.6rem;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  transition: 0.35s ease;
  color: #000000;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
  }
}
.g-main-nav .g-standard .g-dropdown {
  width: 200px;
  float: left;
}
.g-main-nav {
  z-index: 20;
}
.g-main-nav .g-toplevel {
  font-size: 0;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  line-height: 1;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  word-break: normal;
  line-height: normal;
}
.g-main-nav .g-toplevel > li.hidden-menu {
  display: none;
}
.g-main-nav .g-toplevel > li.hidden-desktop {
  display: none;
}
.g-main-nav .g-toplevel > li.hidden-mobile {
  display: none;
}
.g-main-nav .g-toplevel > li.active > .g-menu-item-container, .g-main-nav .g-toplevel > li:active > .g-menu-item-container, .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #8d1e28;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  width: 1.25rem;
  padding: 0.1rem 0.25rem 0.25rem 0rem;
  height: 1.25rem;
}
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 0 !important;
}
.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
  top: -7px !important;
}
.g-main-nav .g-standard > .g-dropdown .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  top: -7px;
}
.g-main-nav .g-standard .g-dropdown:after, .g-main-nav .g-fullwidth .g-dropdown:after {
  left: -30px !important;
}
.g-main-nav .g-dropdown {
  text-align: left;
  border-radius: 0.25rem;
}
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
.g-main-nav .g-sublevel {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  background: #cccccc;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
}
.g-main-nav .g-sublevel > li {
  margin: 0.25rem 0.75rem;
  padding: 0 0 0.25rem 0;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  line-height: normal;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #58585a;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  word-break: normal;
  vertical-align: top;
}
.g-main-nav .g-sublevel > li.hidden-menu {
  display: none;
}
.g-main-nav .g-sublevel > li.hidden-desktop {
  display: none;
}
.g-main-nav .g-sublevel > li.hidden-mobile {
  display: none;
}
.g-main-nav .g-sublevel > li.active > .g-menu-item-container, .g-main-nav .g-sublevel > li:active > .g-menu-item-container, .g-main-nav .g-sublevel > li:hover > .g-menu-item-container {
  color: #8d1e28;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  right: 0;
  top: 0;
  margin-top: -0.35rem;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  content: "";
  position: relative;
  opacity: 1;
  top: 0.75rem;
}
.g-menu-item-subtitle {
  opacity: 0.7;
}
.g-preset-thumbnails .g-block {
  flex: 1 1 auto !important;
}
.g-preset-thumbnails .g-block > .g-content {
  margin: 1rem 0;
  padding: 0 0.5rem !important;
}
.g-main-nav .g-standard .g-dropdown {
  margin-left: 15px;
}
.g-main-nav .g-standard .g-dropdown:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -15px;
  right: -15px;
  bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: -1;
}
.g-main-nav .g-standard > .g-dropdown {
  margin-left: 0;
}
.g-main-nav .g-standard > .g-dropdown, .g-main-nav .g-fullwidth > .g-dropdown {
  margin-top: 5px;
}
.g-main-nav .g-standard > .g-dropdown:before, .g-main-nav .g-fullwidth > .g-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 5px solid transparent;
  z-index: -1;
}
.g-menu-hastouch .g-standard .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 0.25rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
.g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, .g-menu-hastouch .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border-radius: 0.25rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
#g-aside {
  color: #58585a;
  background: rgba(255, 255, 255, 0);
  border-radius: 0.25rem;
}
@media print {
  #g-aside {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-sidebar {
  background: rgba(255, 255, 255, 0);
  color: #58585a;
}
@media print {
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-expanded {
  color: #58585a;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 5;
}
@media print {
  #g-expanded {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-extension {
  position: relative;
  z-index: 5;
  color: #58585a;
  background-color: rgba(255, 255, 255, 0);
}
@media print {
  #g-extension {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-bottom {
  color: #58585a;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  background-image: url('../images/backgrounds/bottom/map.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#g-bottom .tourismus {
  display: grid;
  grid-template-columns: repeat(4, auto);
  text-align: center;
}
#g-bottom .tourismus img {
  width: 75px;
}
@media print {
  #g-bottom {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-footer {
  position: relative;
  color: #ffffff;
  background-color: #8d1e28;
  background-image: url('../../../../images/background/bg_slideshow.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /**/
  /**/
  /**/
  /**/
}
#g-footer a {
  color: #ffffff;
}
#g-footer a:hover {
  color: #000000;
}
#g-footer #scrollup {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  font-size: 1.365rem;
  width: 2rem;
}
@media print {
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-copyright {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  color: #58585a;
}
#g-copyright .partner {
  text-align: center;
}
#g-copyright .partner img {
  display: inline-block;
  margin: 0 1rem;
}
#g-copyright .g-branding {
  font-size: 0.8rem;
}
@media print {
  #g-copyright {
    background: #fff !important;
    color: #000 !important;
  }
}
#g-offcanvas {
  background-color: #c0c0c0;
  width: 14rem;
  color: #58585a;
}
#g-offcanvas a {
  color: #58585a;
}
#g-offcanvas a:hover {
  color: #8d1e28;
}
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #58585a;
}
#g-offcanvas .button, #g-offcanvas #visform1 .formgrid .visBtnCon input, #visform1 .formgrid .visBtnCon #g-offcanvas input, #g-offcanvas #visform2 .visBtnCon input, #visform2 .visBtnCon #g-offcanvas input {
  background: transparent;
  border: 2px solid #58585a !important;
  color: #58585a !important;
}
#g-offcanvas .button:hover, #g-offcanvas #visform1 .formgrid .visBtnCon input:hover, #visform1 .formgrid .visBtnCon #g-offcanvas input:hover, #g-offcanvas #visform2 .visBtnCon input:hover, #visform2 .visBtnCon #g-offcanvas input:hover {
  border: 2px solid #8d1e28 !important;
  color: #8d1e28 !important;
}
#g-offcanvas .button:active, #g-offcanvas #visform1 .formgrid .visBtnCon input:active, #visform1 .formgrid .visBtnCon #g-offcanvas input:active, #g-offcanvas #visform2 .visBtnCon input:active, #visform2 .visBtnCon #g-offcanvas input:active {
  border: 2px solid #8d1e28 !important;
  color: #8d1e28 !important;
}
#g-offcanvas hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.g-offcanvas-toggle {
  display: none;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  position: fixed;
  font-size: 1.5rem;
  background: transparent;
  color: #8d1e28;
  width: 38px;
  height: 38px;
  line-height: 24px;
  text-align: center;
  top: 1.2rem;
  left: 1rem;
  padding: 0.35rem 0.2rem;
  z-index: 9999;
}
@media only all and (max-width: 48rem) {
  .g-offcanvas-toggle {
    display: block;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .g-offcanvas-toggle {
    display: none !important;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .dir-rtl .g-offcanvas-toggle {
    left: 4rem;
  }
}
@media only all and (max-width: 30rem) {
  .dir-rtl .g-offcanvas-toggle {
    left: 2.5rem;
  }
}
.g-offcanvas-open .g-nav-overlay {
  z-index: 100000;
}
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 14rem;
}
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 14rem;
}
.g-offcanvas-open .dir-rtl.g-offcanvas-left #g-offcanvas {
  right: auto;
}
.g-offcanvas-open .dir-rtl.g-offcanvas-right #g-offcanvas {
  left: auto;
}
.off-sub-nav {
  background-color: #c0c0c0;
}
.off-sub-nav ul {
  margin: 0;
  list-style: none;
  font-size: 0;
  hyphens: auto;
}
.off-sub-nav ul .hidden-offfcanvas {
  display: none;
}
.off-sub-nav ul.off-toplevel {
  margin-top: 2rem;
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.05rem;
  font-weight: 500 !important;
  color: #58585a !important;
}
.off-sub-nav ul.off-toplevel li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.off-sub-nav ul.off-toplevel li a {
  color: inherit !important;
}
.off-sub-nav ul.off-toplevel li.active {
  font-weight: 600;
}
.off-sub-nav ul.off-toplevel li.active .off-dropdown {
  display: block;
}
.off-sub-nav ul.off-toplevel li:hover {
  background: #f3f3f3;
}
.off-sub-nav ul.off-toplevel li:hover .off-dropdown {
  display: block;
}
.off-sub-nav ul.off-toplevel li.off-menu-item-type-heading {
  position: relative;
  cursor: pointer;
}
.off-sub-nav ul.off-toplevel li.off-menu-item-type-heading .off-menu-parent-indicator::after {
  position: absolute;
  top: 0.25rem;
  right: 0.5em;
  font-family: "FontAwesome";
  content: "";
}
.off-sub-nav ul.off-toplevel li .off-menu-item-container {
  display: block;
  padding: 0.5rem 0.5rem;
}
.off-sub-nav ul.off-toplevel li .off-dropdown {
  display: none;
}
.off-sub-nav ul.off-toplevel li .off-dropdown .off-dropdown-column {
  padding: 0;
  margin: 0rem;
}
.off-sub-nav ul.off-toplevel li .off-sublevel {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: 400 !important;
  text-transform: none;
  color: #58585a !important;
  background: #dadada !important;
  padding-bottom: 0.5rem;
  hyphens: auto;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 0;
  padding: 0.5rem 0 0;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li:hover {
  color: #58585a;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li.active {
  color: #58585a;
  font-weight: 600;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li.off-go-back {
  display: none;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li .off-menu-item-container {
  padding: 0 0 0 1rem;
  /*
							.off-menu-item-title {
								border-right: 1px solid $overlay-text-color;
							}
							*/
}
.off-sub-nav ul.off-toplevel li .off-sublevel li .off-menu-item-container.maxify {
  font-size: 1.4rem;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li .off-menu-item-container.maxify .off-menu-item-title {
  border-right: none !important;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li .off-menu-item-container.maxify::after {
  padding-right: 0.5rem;
  content: "  ·  ";
  color: #58585a !important;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li:last-of-type .off-menu-item-container .off-menu-item-title {
  border: none;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li:last-of-type .off-menu-item-container::after {
  content: "";
}
.off-sub-nav ul.off-toplevel li .off-sublevel li.active .off-menu-item-container {
  color: #58585a;
  font-weight: 600;
}
.off-sub-nav ul.off-toplevel li .off-sublevel li.active .off-menu-item-container:hover {
  color: #58585a;
}
.off-sub-nav ul.off-toplevel li.specialmenu {
  padding-top: 2rem;
  margin-bottom: 0;
}
.off-sub-nav ul.off-toplevel li.off-menu-item-type-separator {
  color: #58585a;
}
.off-sub-nav ul.off-toplevel li.off-menu-item-type-separator.active {
  color: #58585a !important;
  font-weight: 600;
}
/*
#g-offcanvas {
    #g-mobilemenu-container {
        font-family: get-font-family($font-family-default);
        font-weight: bold;
        margin-top: 0;

        .g-toplevel {
            > li {
                margin: 0.5rem 0;
                display: block;

                > .g-menu-item-container {
                    padding: $content-padding/4 0;

                    > .g-menu-item-content {
                        padding-left: $content-padding - 1;
                        color: $offcanvas-text-color;
                        word-break: normal;
                    }

                    .g-menu-parent-indicator {
                        &:after {
                            padding: 0;
                            content: "\f105";
                            color: $offcanvas-text-color;
                            opacity: 1;
                            width: 1rem;
                        }
                    }
                }

                &:hover, &.active {
                    > .g-menu-item-container {
                        color: $accent-color-1;

                        > .g-selected {
                            color: $accent-color-1;
                        }

                        > .g-menu-item-content {
                            opacity: 1;
                            color: $accent-color-1;
                        }
                    }

                    > .g-menu-item-content {
                        opacity: 1;
                    }
                }

                &.g-parent .g-menu-parent-indicator {
                    vertical-align: top;
                    position: absolute;
                }
            }
        }

        ul {
            background: $offcanvas-background;

            > li {
                > .g-menu-item-container {
                    color: $offcanvas-text-color;
                    padding: $content-margin;
                }

                &:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
                    &.active, &:hover {
                        > .g-menu-item-container {
                            color: $accent-color-1;
                        }
                    }

                    &.active {

                    }

                    &:hover {

                    }
                }

                &.g-menu-item-link-parent {
                    > .g-menu-item-container {
                        > .g-menu-parent-indicator {
                            border: 1px solid lighten($accent-color-1, 6%);
                            background: darken($accent-color-1, 4%);

                            &:hover {
                                background: darken($accent-color-1, 8%);
                            }

                            border-radius: $core-border-radius;
                            margin: -0.3rem 0 -0.2rem 0.5rem;
                            padding: 0.2rem;
                        }
                    }
                }
            }

            .g-dropdown-column {
                width: $offcanvas-width;
            }

            i.fa {
                width: 1.5rem;
            }
        }
    }
}
/**/
#g-mobilemenu-container {
  margin: -1.5rem;
}
.g-preset-thumbnails img {
  margin-bottom: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-preset-thumbnails {
    text-align: center;
  }
  .g-preset-thumbnails .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45% !important;
  }
  .g-preset-thumbnails .g-content {
    margin-left: 5px;
  }
}
@media only all and (max-width: 47.99rem) and (max-width: 47.99rem) {
  .g-preset-thumbnails .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 auto !important;
    -moz-flex: 0 auto !important;
    -ms-flex: 0 auto !important;
    flex: 0 auto !important;
  }
}
.g-error #g-header .g-content {
  padding: 3.5rem 1rem;
  text-align: center;
}
.g-error #g-header .g-content h2.g-title {
  font-size: 3.5rem;
}
.g-error #g-header .g-content p {
  font-size: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-error #g-header .g-content h2.g-title {
    font-size: 3rem;
  }
  .g-error #g-header .g-content p {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-error #g-header .g-content {
    padding: 1rem 1rem;
  }
  .g-error #g-header .g-content h2.g-title {
    font-size: 2rem;
  }
  .g-error #g-header .g-content p {
    font-size: 1rem;
  }
}
.g-error #g-mainbar {
  text-align: center;
}
.g-error #g-footer .g-content .g-totop {
  text-align: center;
}
.g-offline #g-header .g-content {
  padding: 3.5rem 1rem;
  text-align: center;
}
.g-offline #g-header .g-content h2.g-title {
  font-size: 3.5rem;
}
.g-offline #g-header .g-content p {
  font-size: 1.5rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-offline #g-header .g-content h2.g-title {
    font-size: 3rem;
  }
  .g-offline #g-header .g-content p {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-offline #g-header .g-content {
    padding: 1rem 1rem;
  }
  .g-offline #g-header .g-content h2.g-title {
    font-size: 2rem;
  }
  .g-offline #g-header .g-content p {
    font-size: 1rem;
  }
}
.g-offline #g-footer .g-content .g-totop {
  text-align: center;
}
.g-offline #grav-login {
  max-width: 36rem;
}
.g-offline #grav-login .form-actions {
  margin-top: 0.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .form-actions {
    text-align: center;
  }
}
.g-offline #grav-login .button, .g-offline #grav-login #visform1 .formgrid .visBtnCon input, #visform1 .formgrid .visBtnCon .g-offline #grav-login input, .g-offline #grav-login #visform2 .visBtnCon input, #visform2 .visBtnCon .g-offline #grav-login input {
  text-transform: capitalize;
  font-size: 1rem;
  padding: 1rem 2.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
/*/
.g-googlemap {
	position: relative;
	#g-map-overlay {
		cursor: pointer;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		//width: 100%;
		//height: 100%;
		z-index: 1;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#g-map-message {
		position: absolute;
		//top: 0;
		//left: 0;
		bottom: 1rem;
		right: 1rem;
		background: $white;
		padding: 3px 6px;
		font-size: $core-font-size * 0.8;
		z-index: 5;
	}
}
/**/
.ccctwoclickcontainer-118 {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr auto auto;
  grid-template-areas: "karte karte karte karte" "text text text button" ". text2 text2 .";
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.ccctwoclickcontainer-118 #ccctc-118 {
  grid-area: karte;
  aspect-ratio: 1.7777777778;
  /*
		height: 250px !important;
		background-size: cover !important;
		*/
}
.ccctwoclickcontainer-118 #ccctc-118 iframe {
  height: 100% !important;
}
.ccctwoclickcontainer-118 .tccontentbefore {
  grid-area: text;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.ccctwoclickcontainer-118 .ccctwoclickreveal-118 {
  grid-area: button;
  align-self: center;
  margin: 1rem;
  text-align: center;
  /*
		position: absolute;
		top: 5rem;
		left: 50%;
		transform: translateX(-50%);
		*/
}
.ccctwoclickcontainer-118 .ccctwoclickdisable-118 {
  grid-area: text2;
  text-align: center;
  align-self: center;
  margin: 0.5rem;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .ccctwoclickcontainer-118 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr auto auto auto;
    grid-template-areas: "karte karte karte" "text text text" ". button ." ". text2 .";
  }
  .ccctwoclickcontainer-118 #ccctc-118 {
    aspect-ratio: 1;
    background-size: cover !important;
  }
}
#desktoplogo {
  display: block;
  position: absolute;
  z-index: 11;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  max-width: 500px;
}
@media only screen and (max-width: 1024px) {
  #desktoplogo {
    top: 3rem;
    width: 350px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 960px) {
  #desktoplogo {
    top: 4rem;
    width: 350px;
    max-width: 350px;
  }
}
@media only all and (max-width: 47.99rem) {
  #desktoplogo {
    top: 2rem;
    width: 250px;
    max-width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  #navilogo {
    top: 3rem;
    width: 350px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 960px) {
  #navilogo {
    top: 4rem;
    width: 350px;
    max-width: 350px;
  }
}
@media only all and (max-width: 47.99rem) {
  #navilogo {
    width: 250px;
    max-width: 250px;
    margin: 0 auto;
  }
}
.g-logo {
  font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  vertical-align: middle;
  text-transform: uppercase;
}
.g-logo img, .g-logo svg {
  margin: 0 !important;
}
.g-logo svg {
  fill: #ffffff;
}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.parallax {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  min-height: fit-content;
  min-height: max-content;
  /* BG behaviour */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* (c)2025 by Peter Hellinger - Selfpubservice */
/* Version 1.0.0 */
/*	for the particles:
	- sps_griddownload
	- sps_imageshow
	- sps_imageslider
	- sps_joomlaslider
	- sps_slideshow
*/
.arFull {
  padding: 0 0 100vh 0;
  height: 100vh;
  max-height: 100vh;
  /**/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /**/
}
@media only all and (min-width: 50.01rem) and (max-width: 64rem) and (orientation: portrait) {
  .arFull {
    padding: 0 0 50vh 0;
    height: 50vh;
    max-height: 50vh;
  }
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .arFull {
    background-size: cover !important;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .arFull {
    padding: 0 0 50vh 0;
    height: 50vh;
    max-height: 50vh;
  }
}
.ar16x10l {
  aspect-ratio: 1.6;
}
.ar16x10p {
  aspect-ratio: 0.625;
}
.ar16x9l {
  aspect-ratio: 1.7777777778;
}
.ar16x9p {
  aspect-ratio: 0.5625;
}
.ar16x6l {
  aspect-ratio: 2.6666666667;
}
.ar5x3l {
  aspect-ratio: 1.6666666667;
}
.ar5x3p {
  aspect-ratio: 0.6;
}
.ar4x3l {
  aspect-ratio: 1.3333333333;
}
.ar4x3p {
  aspect-ratio: 0.75;
}
.ar3x2l {
  aspect-ratio: 1.5;
}
.ar3x2p {
  aspect-ratio: 0.6666666667;
}
.ar2x1l {
  aspect-ratio: 2;
}
.ar2x1p {
  aspect-ratio: 0.5;
}
.ar1x1l {
  aspect-ratio: 1;
}
.ar1x1p {
  aspect-ratio: 1;
}
.ar1x1 {
  aspect-ratio: 1;
}
.arfit {
  padding: 0 0 1% 0;
  max-height: 1%;
  height: 1%;
}
.image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .image {
    background-position: top center;
  }
}
.sps-slider {
  position: relative;
  /**/
}
.sps-slider .g-title {
  margin: 0 0 1em;
  color: inherit !important;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-width: 47.99rem) {
  .sps-slider .g-title {
    margin: 0;
    font-size: 1rem;
  }
}
.sps-slider .g-introtext {
  margin: 0 0 1em;
}
.sps-slider .g-introtext a:not(.button) {
  color: #8d1e28;
}
.sps-slider .g-introtext a:not(.button):hover {
  text-decoration: underline;
}
.sps-slider .image-bg {
  position: relative;
  margin: 0;
}
.sps-slider .image-bg .image {
  background-size: cover;
  background-position: center center;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .sps-slider .image-bg .image {
    background-position: top center;
  }
}
.sps-slider .slick-arrow {
  background-color: #000000;
  width: 40px;
  height: 40px;
}
.sps-slider .slick-arrow:before {
  opacity: 1;
}
.sps-slider .slick-arrow:hover {
  background-color: #8d1e28;
}
.sps-slider .slick-arrow.btnprev, .sps-slider .slick-arrow.slick-prev {
  left: -2rem;
  top: 50%;
  z-index: 12 !important;
  /**/
  mask: url('../../images/icons/left-chevron.svg') no-repeat 50% 50%;
  /**/
  /*/
			-webkit-mask: url('gantry-media://icons/chevron-circle-left.svg') no-repeat 50% 50%;;
			mask: url('gantry-media://icons/chevron-circle-left.svg') no-repeat 50% 50%;;
			&:before { content: ' '; }
			/**/
}
.sps-slider .slick-arrow.btnprev:before, .sps-slider .slick-arrow.slick-prev:before {
  content: " ";
}
.sps-slider .slick-arrow.btnnext, .sps-slider .slick-arrow.slick-next {
  right: -2rem;
  top: 50%;
  z-index: 12 !important;
  /**/
  mask: url('../../images/icons/right-chevron.svg') no-repeat 50% 50%;
  /**/
  /*/
			-webkit-mask: url('gantry-media://icons/chevron-circle-right.svg') no-repeat 50% 50%;;
			mask: url('gantry-media://icons/chevron-circle-right.svg') no-repeat 50% 50%;;
			&:before { content: ' '; }
			/**/
}
.sps-slider .slick-arrow.btnnext:before, .sps-slider .slick-arrow.slick-next:before {
  content: " ";
}
.sps-slider .slick-dots {
  position: absolute;
  bottom: 2rem !important;
  right: 7.5% !important;
  text-align: right;
  z-index: 11;
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.sps-slider .slick-dots li {
  height: 0.75rem !important;
  width: 0.75rem !important;
}
.sps-slider .slick-dots li button {
  height: inherit;
  width: inherit;
}
.sps-slider .slick-dots li button:before {
  font-family: "FontAwesome";
  font-size: 1rem !important;
  content: "";
  opacity: 1;
  color: rgba(255, 255, 255, 0.8) !important;
}
.sps-slider .slick-dots li button:focus:before, .sps-slider .slick-dots li button:hover:before {
  color: #8d1e28 !important;
}
.sps-slider .slick-dots li.slick-active button:before {
  color: #8d1e28 !important;
}
@media only all and (max-height: 47.99rem) and (orientation: landscape) {
  .sps-slider .slick-dots {
    bottom: 1.5rem !important;
    right: 7.5% !important;
  }
  .sps-slider .slick-dots li {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .sps-slider .slick-dots li button:before {
    font-size: 0.8rem !important;
  }
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .sps-slider .slick-dots {
    bottom: 1.5rem !important;
    right: 5% !important;
  }
  .sps-slider .slick-dots li {
    height: 0.5rem !important;
    width: 0.5rem !important;
  }
  .sps-slider .slick-dots li button:before {
    font-size: 0.8rem !important;
  }
}
.sps-slider .slidericons {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  text-align: right;
  opacity: 0.6;
  color: #ffffff;
}
.sps-slider .slidericons span {
  padding-left: 0.25rem;
}
/* (c)2025 by Peter Hellinger - Selfpubservice */
/* Version 1.0.0 */
.sps-uikit-slider {
  border-top: 0.5rem solid #8d1e28;
  position: relative;
  /*/
	.uk-position-center-left {
		display: block;
		width: 55px;
		height: 55px;
		top: 48% !important;
		left: -45px !important;
		background-image: url("gantry-media://slider/button-left.png");
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;

	}
	.uk-position-center-left svg {
		display: none;
	}

	.uk-position-center-right {
		display: block;
		width: 55px;
		height: 55px;
		top: 48% !important;
		right: -35px !important;
		background-image: url("gantry-media://slider/button-right.png");
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.uk-position-center-right svg {
		display: none;
	}
	/**/
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.sps-uikit-slider .uk-slideshow-items .slideshow-item .slideshow-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sps-uikit-slider .uk-slideshow-items .slideshow-item .slideshow-image .magnify-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
.sps-uikit-slider .slider-dots {
  /**/
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 100%;
  z-index: 3;
  /**/
  display: grid;
  place-items: center;
  padding: 0.75rem;
  /*/
		.uk-dotnav > * > * {
			display: block;
			box-sizing: border-box;
			border-radius: 50%;
			background: 0 0;
			background-color: rgba(0, 0, 0, 0);
			//background-color: red;
			text-indent: 100%;
			overflow: hidden;
			white-space: nowrap;
			border: 1px solid rgba(102,102,102,.4);
			transition: .2s ease-in-out;
			transition-property: all;
			transition-property: background-color,border-color;
		}
		/**/
}
.sps-uikit-slider .slider-dots .uk-dotnav li a {
  width: 18px !important;
  height: 18px !important;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
}
.sps-uikit-slider .slider-dots .uk-dotnav li.uk-active a {
  border-color: #8d1e28;
  background-color: #8d1e28;
}
.sps-uikit-slider .slider-dots .uk-dotnav li:hover a {
  background-color: #ffffff;
}
.sps-uikit-slider .touchme {
  display: none;
}
@media only all and (max-width: 47.99rem) and (orientation: portrait) {
  .sps-uikit-slider {
    border-bottom: 0.5rem solid #8d1e28;
    /*
		.uk-position-center-right,
		.uk-position-center-left {
			display: none;
		}
		*/
  }
  .sps-uikit-slider .slider-dots {
    bottom: 0rem !important;
  }
  .sps-uikit-slider .touchme {
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
    z-index: 10;
  }
}
/* (c)2025 by Peter Hellinger - Selfpubservice */
/* Version 1.0.0 */
.sps-slider .sps_imageslider .slick-arrow {
  background-color: #000000;
  width: 32px;
  height: 32px;
}
.sps-slider .sps_imageslider .slick-arrow.btnprev, .sps-slider .sps_imageslider .slick-arrow.slick-prev {
  left: -2rem;
  z-index: 12 !important;
  -webkit-mask: url('../../images/icons/left-chevron.svg') no-repeat 50% 50%;
  mask: url('../../images/icons/left-chevron.svg') no-repeat 50% 50%;
}
.sps-slider .sps_imageslider .slick-arrow.btnprev:before, .sps-slider .sps_imageslider .slick-arrow.slick-prev:before {
  content: " ";
}
.sps-slider .sps_imageslider .slick-arrow.btnnext, .sps-slider .sps_imageslider .slick-arrow.slick-next {
  right: -2rem;
  z-index: 12 !important;
  -webkit-mask: url('../../images/icons/right-chevron.svg') no-repeat 50% 50%;
  mask: url('../../images/icons/right-chevron.svg') no-repeat 50% 50%;
}
.sps-slider .sps_imageslider .slick-arrow.btnnext:before, .sps-slider .sps_imageslider .slick-arrow.slick-next:before {
  content: " ";
}
.sps-slider .imagegrid-item {
  position: relative;
}
.sps-slider .imagegrid-item .image-bg {
  /*
	@if $breakpoint == tablet { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) { @content; } }
	@if $breakpoint == tablet-portrait { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: portrait) { @content; } }
	@if $breakpoint == tablet-landscape { 
		@media only all and (min-width: $breakpoints-tablet-container) and (max-width: $breakpoints-desktop-container - 0.01rem) and (orientation: landscape) { @content; } }
	*/
}
.sps-slider .imagegrid-item .image-bg .magnify-icon {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  color: #ffffff;
  font-size: 1.2rem;
  opacity: 0;
  z-index: 10;
}
.sps-slider .imagegrid-item .image-bg:hover .magnify-icon {
  opacity: 1;
}
@media (pointer: coarse) {
  .sps-slider .imagegrid-item .image-bg .magnify-icon {
    opacity: 1;
  }
}
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-container {
    width: 100%;
  }
}
.g-container.g-flushed {
  width: 100%;
}
@media only all and (max-width: 47.99rem) {
  .g-block {
    flex-grow: 0;
    flex-basis: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  body [class*="size-"] {
    flex-grow: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  @supports not (flex-wrap: wrap) {
    .g-grid {
      display: block;
      flex-wrap: inherit;
    }
    .g-block {
      display: block;
      flex: inherit;
    }
  }
}
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.99rem) {
  .visible-phone {
    display: block !important;
  }
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .visible-tablet {
    display: block !important;
  }
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  .visible-large {
    display: block !important;
  }
  .g-block.visible-large {
    display: block !important;
  }
  .visible-desktop {
    display: block !important;
  }
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  .hidden-large {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .align-right {
    text-align: inherit !important;
  }
  .align-left {
    text-align: inherit !important;
  }
}
/*# sourceMappingURL=theme_11.css.map */