@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/********* CUSTOM FONT SETTINGS ************/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800");
.entry-title, h1 {
  font-family: "Raleway";
  font-weight: 300;
}

.intro, .entry-content header p:first-of-type {
  font-family: "Raleway";
  font-weight: 400;
}

.home .section-angebote .angebote-title, .home .section-standort .standort-text, .home .infoboxen-wrapper .infoboxen-content .custom-bullet li, .logo .website-subtitle, p {
  font-family: "Raleway";
  font-weight: 500;
}

.torro-form label,
.torro-form legend, .home .infoboxen-wrapper .infoboxen-title, .content-meta-wrapper, .content-meta-wrapper a, .footer-wrapper, .footer-wrapper a, .sidebar-wrapper a, .menu-icon:before, .top-bar a, strong, a, h4, .off-canvas ul.menu li {
  font-family: "Raleway";
  font-weight: 600;
}

.home .section-testimonials .cycle-slide .author, .button, .torro-form input[type=submit], .flexible-ansprechpartner-item .label {
  font-family: "Raleway";
  font-weight: 800;
}

@font-face {
  font-family: "bebas_neuebold";
  src: url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?wk1vv2");
  src: url("../fonts/icomoon.eot?wk1vv2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wk1vv2") format("truetype"), url("../fonts/icomoon.woff?wk1vv2") format("woff"), url("../fonts/icomoon.svg?wk1vv2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .accordion-title:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  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;
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-home:before {
  content: "\f015";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-close:before {
  content: "\f00d";
}

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

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

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

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

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-mobile:before {
  content: "\f10b";
}

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

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-angle-left-white:before {
  content: "\e900";
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body#tinymce {
  height: auto;
  max-width: 61.25rem;
  padding: 1.25rem !important;
}

#wpadminbar {
  position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=61.25em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #506473;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 6px;
}

select {
  width: 100%;
  border-radius: 6px;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 6px;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 61.25em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.h2,
h3,
.home .section-testimonials .cycle-wrapper h5,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 600;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
.h2,
h3,
.home .section-testimonials .cycle-wrapper h5,
h4,
h5,
h6 {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #009EE3;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
.h2 small,
h3 small,
.home .section-testimonials .cycle-wrapper h5 small,
h4 small,
h5 small,
h6 small {
  color: #506473;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2, .h2 {
  font-size: 1.875rem;
}

h3, .home .section-testimonials .cycle-wrapper h5 {
  font-size: 1.625rem;
}

h4 {
  font-size: 1.0625rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.125rem;
  }
  h2, .h2 {
    font-size: 1.875rem;
  }
  h3, .home .section-testimonials .cycle-wrapper h5 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.0625rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #009EE3;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #004272;
}
a img {
  border: 0;
}

hr {
  max-width: 61.25rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #506473;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600;
}

blockquote {
  margin: 0 0 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #506473;
}
blockquote, blockquote p {
  line-height: 1.5;
  color: #444444;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #444444;
}
cite:before {
  content: "— ";
}

abbr {
  color: #506473;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #F6F7FB;
  border: 1px solid #506473;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #F6F7FB;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 6px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #444444;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet, .copyright ul {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 61.25em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #444444;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  .h2,
  h3,
  .home .section-testimonials .cycle-wrapper h5 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2,
  h3,
  .home .section-testimonials .cycle-wrapper h5 {
    page-break-after: avoid;
  }
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .torro-form input[type=submit], .torro-form [data-whatinput=mouse] input[type=submit] {
  outline: 0;
}
.button, .torro-form input[type=submit] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 6px;
  padding: 0.85em;
  margin: 0 0 1rem 0;
  font-size: 0.85rem;
  background-color: #004272;
  color: #fff;
}
.button:hover, .torro-form input[type=submit]:hover, .button:focus, .torro-form input[type=submit]:focus {
  background-color: #009EE3;
  color: #fff;
}
.button.tiny, .torro-form input.tiny[type=submit] {
  font-size: 0.6rem;
}
.button.small, .torro-form input.small[type=submit] {
  font-size: 0.75rem;
}
.button.large, .torro-form input.large[type=submit] {
  font-size: 1.25rem;
}
.button.expanded, .torro-form input.expanded[type=submit] {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary, .torro-form input.primary[type=submit] {
  background-color: #004272;
  color: #fff;
}
.button.primary:hover, .torro-form input.primary[type=submit]:hover, .button.primary:focus, .torro-form input.primary[type=submit]:focus {
  background-color: rgb(0, 52.8, 91.2);
  color: #fff;
}
.button.secondary, .torro-form input.secondary[type=submit] {
  background-color: #009EE3;
  color: #fff;
}
.button.secondary:hover, .torro-form input.secondary[type=submit]:hover, .button.secondary:focus, .torro-form input.secondary[type=submit]:focus {
  background-color: rgb(0, 126.4, 181.6);
  color: #fff;
}
.button.success, .torro-form input.success[type=submit] {
  background-color: #3adb76;
  color: #fff;
}
.button.success:hover, .torro-form input.success[type=submit]:hover, .button.success:focus, .torro-form input.success[type=submit]:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #fff;
}
.button.warning, .torro-form input.warning[type=submit] {
  background-color: #ffae00;
  color: #fff;
}
.button.warning:hover, .torro-form input.warning[type=submit]:hover, .button.warning:focus, .torro-form input.warning[type=submit]:focus {
  background-color: rgb(204, 139.2, 0);
  color: #fff;
}
.button.alert, .torro-form input.alert[type=submit] {
  background-color: #ec5840;
  color: #fff;
}
.button.alert:hover, .torro-form input.alert[type=submit]:hover, .button.alert:focus, .torro-form input.alert[type=submit]:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #fff;
}
.button.hollow, .torro-form input.hollow[type=submit], .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow, .torro-form input.hollow[type=submit] {
  border: 1px solid #004272;
  color: #004272;
}
.button.hollow:hover, .torro-form input.hollow[type=submit]:hover, .button.hollow:focus, .torro-form input.hollow[type=submit]:focus {
  border-color: #002139;
  color: #002139;
}
.button.hollow.primary, .torro-form input.hollow.primary[type=submit] {
  border: 1px solid #004272;
  color: #004272;
}
.button.hollow.primary:hover, .torro-form input.hollow.primary[type=submit]:hover, .button.hollow.primary:focus, .torro-form input.hollow.primary[type=submit]:focus {
  border-color: #002139;
  color: #002139;
}
.button.hollow.secondary, .torro-form input.hollow.secondary[type=submit] {
  border: 1px solid #009EE3;
  color: #009EE3;
}
.button.hollow.secondary:hover, .torro-form input.hollow.secondary[type=submit]:hover, .button.hollow.secondary:focus, .torro-form input.hollow.secondary[type=submit]:focus {
  border-color: rgb(0, 79, 113.5);
  color: rgb(0, 79, 113.5);
}
.button.hollow.success, .torro-form input.hollow.success[type=submit] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .torro-form input.hollow.success[type=submit]:hover, .button.hollow.success:focus, .torro-form input.hollow.success[type=submit]:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .torro-form input.hollow.warning[type=submit] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .torro-form input.hollow.warning[type=submit]:hover, .button.hollow.warning:focus, .torro-form input.hollow.warning[type=submit]:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .torro-form input.hollow.alert[type=submit] {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .torro-form input.hollow.alert[type=submit]:hover, .button.hollow.alert:focus, .torro-form input.hollow.alert[type=submit]:focus {
  border-color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
  color: rgb(136.4285714286, 30.7142857143, 13.5714285714);
}
.button.disabled, .torro-form input.disabled[type=submit], .button[disabled], .torro-form input[disabled][type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover, .torro-form input.disabled[type=submit]:hover, .button.disabled:focus, .torro-form input.disabled[type=submit]:focus, .button[disabled]:hover, .torro-form input[disabled][type=submit]:hover, .button[disabled]:focus, .torro-form input[disabled][type=submit]:focus {
  background-color: #004272;
  color: #fff;
}
.button.disabled.primary, .torro-form input.disabled.primary[type=submit], .button[disabled].primary, .torro-form input[disabled].primary[type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover, .torro-form input.disabled.primary[type=submit]:hover, .button.disabled.primary:focus, .torro-form input.disabled.primary[type=submit]:focus, .button[disabled].primary:hover, .torro-form input[disabled].primary[type=submit]:hover, .button[disabled].primary:focus, .torro-form input[disabled].primary[type=submit]:focus {
  background-color: #004272;
  color: #fff;
}
.button.disabled.secondary, .torro-form input.disabled.secondary[type=submit], .button[disabled].secondary, .torro-form input[disabled].secondary[type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover, .torro-form input.disabled.secondary[type=submit]:hover, .button.disabled.secondary:focus, .torro-form input.disabled.secondary[type=submit]:focus, .button[disabled].secondary:hover, .torro-form input[disabled].secondary[type=submit]:hover, .button[disabled].secondary:focus, .torro-form input[disabled].secondary[type=submit]:focus {
  background-color: #009EE3;
  color: #fff;
}
.button.disabled.success, .torro-form input.disabled.success[type=submit], .button[disabled].success, .torro-form input[disabled].success[type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover, .torro-form input.disabled.success[type=submit]:hover, .button.disabled.success:focus, .torro-form input.disabled.success[type=submit]:focus, .button[disabled].success:hover, .torro-form input[disabled].success[type=submit]:hover, .button[disabled].success:focus, .torro-form input[disabled].success[type=submit]:focus {
  background-color: #3adb76;
  color: #fff;
}
.button.disabled.warning, .torro-form input.disabled.warning[type=submit], .button[disabled].warning, .torro-form input[disabled].warning[type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover, .torro-form input.disabled.warning[type=submit]:hover, .button.disabled.warning:focus, .torro-form input.disabled.warning[type=submit]:focus, .button[disabled].warning:hover, .torro-form input[disabled].warning[type=submit]:hover, .button[disabled].warning:focus, .torro-form input[disabled].warning[type=submit]:focus {
  background-color: #ffae00;
  color: #fff;
}
.button.disabled.alert, .torro-form input.disabled.alert[type=submit], .button[disabled].alert, .torro-form input[disabled].alert[type=submit] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover, .torro-form input.disabled.alert[type=submit]:hover, .button.disabled.alert:focus, .torro-form input.disabled.alert[type=submit]:focus, .button[disabled].alert:hover, .torro-form input[disabled].alert[type=submit]:hover, .button[disabled].alert:focus, .torro-form input[disabled].alert[type=submit]:focus {
  background-color: #ec5840;
  color: #fff;
}
.button.dropdown::after, .torro-form input.dropdown[type=submit]::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 0.85em;
  display: inline-block;
}
.button.arrow-only::after, .torro-form input.arrow-only[type=submit]::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 6px 6px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 6px 6px;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #009EE3;
  position: relative;
  border: 0px solid #F6F7FB;
  border-bottom: 0;
}
:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 6px 6px;
  border-bottom: 0px solid #F6F7FB;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #009EE3;
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 0px solid #F6F7FB;
  border-bottom: 0;
  background-color: #fefefe;
  color: #506473;
}
:last-child > .accordion-content:last-child {
  border-bottom: 0px solid #F6F7FB;
}

.button-group::before, .button-group::after {
  content: " ";
  display: table;
}
.button-group::after {
  clear: both;
}
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group .button, .button-group .torro-form input[type=submit], .torro-form .button-group input[type=submit] {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 0.85rem;
}
.button-group .button:last-child, .button-group .torro-form input[type=submit]:last-child, .torro-form .button-group input[type=submit]:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .torro-form input[type=submit], .torro-form .button-group.tiny input[type=submit] {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small .torro-form input[type=submit], .torro-form .button-group.small input[type=submit] {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large .torro-form input[type=submit], .torro-form .button-group.large input[type=submit] {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -10px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(2), .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .torro-form .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .torro-form .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit], .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit] {
  display: inline-block;
  width: calc(50% - 10px);
  margin-right: 10px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(2):last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .torro-form .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .torro-form .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ input[type=submit]:last-child {
  margin-right: -60px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(3), .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .torro-form .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .torro-form .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit], .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit] {
  display: inline-block;
  width: calc(33.3333333333% - 10px);
  margin-right: 10px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(3):last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .torro-form .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .torro-form .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ input[type=submit]:last-child {
  margin-right: -60px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(4), .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .torro-form .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .torro-form .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit], .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit] {
  display: inline-block;
  width: calc(25% - 10px);
  margin-right: 10px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(4):last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .torro-form .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .torro-form .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ input[type=submit]:last-child {
  margin-right: -60px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(5), .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .torro-form .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .torro-form .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit], .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit] {
  display: inline-block;
  width: calc(20% - 10px);
  margin-right: 10px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(5):last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .torro-form .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .torro-form .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ input[type=submit]:last-child {
  margin-right: -60px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(6), .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .torro-form .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .torro-form .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit], .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit] {
  display: inline-block;
  width: calc(16.6666666667% - 10px);
  margin-right: 10px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(6):last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .torro-form .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .torro-form .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .button-group.expanded .torro-form input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child, .torro-form .button-group.expanded input[type=submit]:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ input[type=submit]:last-child {
  margin-right: -60px;
}
.button-group.primary .button, .button-group.primary .torro-form input[type=submit], .torro-form .button-group.primary input[type=submit] {
  background-color: #004272;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .torro-form input[type=submit]:hover, .torro-form .button-group.primary input[type=submit]:hover, .button-group.primary .button:focus, .button-group.primary .torro-form input[type=submit]:focus, .torro-form .button-group.primary input[type=submit]:focus {
  background-color: rgb(0, 52.8, 91.2);
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .torro-form input[type=submit], .torro-form .button-group.secondary input[type=submit] {
  background-color: #009EE3;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .torro-form input[type=submit]:hover, .torro-form .button-group.secondary input[type=submit]:hover, .button-group.secondary .button:focus, .button-group.secondary .torro-form input[type=submit]:focus, .torro-form .button-group.secondary input[type=submit]:focus {
  background-color: rgb(0, 126.4, 181.6);
  color: #fff;
}
.button-group.success .button, .button-group.success .torro-form input[type=submit], .torro-form .button-group.success input[type=submit] {
  background-color: #3adb76;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success .torro-form input[type=submit]:hover, .torro-form .button-group.success input[type=submit]:hover, .button-group.success .button:focus, .button-group.success .torro-form input[type=submit]:focus, .torro-form .button-group.success input[type=submit]:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #fff;
}
.button-group.warning .button, .button-group.warning .torro-form input[type=submit], .torro-form .button-group.warning input[type=submit] {
  background-color: #ffae00;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .torro-form input[type=submit]:hover, .torro-form .button-group.warning input[type=submit]:hover, .button-group.warning .button:focus, .button-group.warning .torro-form input[type=submit]:focus, .torro-form .button-group.warning input[type=submit]:focus {
  background-color: rgb(204, 139.2, 0);
  color: #fff;
}
.button-group.alert .button, .button-group.alert .torro-form input[type=submit], .torro-form .button-group.alert input[type=submit] {
  background-color: #ec5840;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .torro-form input[type=submit]:hover, .torro-form .button-group.alert input[type=submit]:hover, .button-group.alert .button:focus, .button-group.alert .torro-form input[type=submit]:focus, .torro-form .button-group.alert input[type=submit]:focus {
  background-color: rgb(218.2857142857, 49.1428571429, 21.7142857143);
  color: #fff;
}
.button-group.stacked .button, .button-group.stacked .torro-form input[type=submit], .torro-form .button-group.stacked input[type=submit], .button-group.stacked-for-small .button, .button-group.stacked-for-small .torro-form input[type=submit], .torro-form .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .torro-form input[type=submit], .torro-form .button-group.stacked-for-medium input[type=submit] {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .torro-form input[type=submit]:last-child, .torro-form .button-group.stacked input[type=submit]:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .torro-form input[type=submit]:last-child, .torro-form .button-group.stacked-for-small input[type=submit]:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .torro-form input[type=submit]:last-child, .torro-form .button-group.stacked-for-medium input[type=submit]:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .torro-form input[type=submit], .torro-form .button-group.stacked-for-small input[type=submit] {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 61.25em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .torro-form input[type=submit], .torro-form .button-group.stacked-for-medium input[type=submit] {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .torro-form input[type=submit], .torro-form .button-group.stacked-for-small.expanded input[type=submit] {
    display: block;
    margin-right: 0;
  }
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #009EE3 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #009EE3 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #009EE3;
  border-left-style: solid;
  border-right-width: 0;
}
@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #009EE3 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #009EE3 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #009EE3;
    border-left-style: solid;
    border-right-width: 0;
  }
}
@media screen and (min-width: 61.25em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #009EE3 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #009EE3 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #009EE3;
    border-left-style: solid;
    border-right-width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 0px solid #506473;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #009EE3 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #009EE3;
  border-left-style: solid;
  border-right-width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: " ";
  display: table;
}
.off-canvas-wrapper-inner::after {
  clear: both;
}
.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas {
  position: absolute;
  background: #004272;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}
.is-open-left {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}
.is-open-right {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}
@media screen and (min-width: 61.25em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}
.title-bar {
  background: transparent;
  color: #506473;
  padding: 0.5rem;
}
.title-bar::before, .title-bar::after {
  content: " ";
  display: table;
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.top-bar::before, .top-bar::after {
  content: " ";
  display: table;
}
.top-bar::after {
  clear: both;
}
.top-bar {
  padding: 0;
}
.top-bar,
.top-bar ul {
  background-color: transparent;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button, .top-bar .torro-form input[type=submit], .torro-form .top-bar input[type=submit] {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 61.1875em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 61.1875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 61.25em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 61.25em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 61.1875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 61.25em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 61.1875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(159.4615384615, 176.0769230769, 188.5384615385);
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 rgb(159.4615384615, 176.0769230769, 188.5384615385), 0 14px 0 rgb(159.4615384615, 176.0769230769, 188.5384615385);
          box-shadow: 0 7px 0 rgb(159.4615384615, 176.0769230769, 188.5384615385), 0 14px 0 rgb(159.4615384615, 176.0769230769, 188.5384615385);
}
.menu-icon:hover::after {
  background: #004272;
  -webkit-box-shadow: 0 7px 0 #004272, 0 14px 0 #004272;
          box-shadow: 0 7px 0 #004272, 0 14px 0 #004272;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}
.menu-icon.dark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
}
.menu-icon.dark:hover::after {
  background: #444444;
  -webkit-box-shadow: 0 7px 0 #444444, 0 14px 0 #444444;
          box-shadow: 0 7px 0 #444444, 0 14px 0 #444444;
}

.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem;
}

.top-bar {
  padding: 1.5rem 0;
}
.top-bar .menu:not(.submenu) li {
  display: inline-block;
}
.top-bar .menu .submenu {
  background: #004272;
}
.top-bar .menu .submenu a {
  color: #fefefe;
  padding: 0.5rem;
}

html[lang=fr-FR] .menu a {
  border: 0;
}

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table;
}

.post-navigation:after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

/********* HEADER DEFAULTS *********/
/********* GRID DEFAULTS *********/
@media screen and (max-width: 39.9375em) {
  .block-grid {
    padding: 0 0.625rem !important;
  }
}
@media screen and (min-width: 40em) {
  .block-grid {
    padding: 0 0.4166666667rem !important;
  }
}
.block-grid .columns {
  padding: 0.375rem;
}
@media screen and (min-width: 40em) {
  .block-grid .columns {
    padding: 0.3125rem;
  }
}
/********* TYPO DEFAULTS *********/
.custom-bullet {
  list-style-type: none;
}
.custom-bullet li {
  padding-left: 1.5rem;
  position: relative;
}
.custom-bullet li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #506473;
  position: absolute;
  left: 0;
  top: 0.6666666667rem;
}

/********* PAGE DEFAULTS *********/
/********* DEFAULT NAV SETTINGS *********/
.off-canvas .open {
  display: block !important;
}
.off-canvas ul.menu {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.off-canvas ul.menu .lang {
  text-align: center;
  margin-top: 2rem;
}
.off-canvas ul.menu .lang a {
  color: #fefefe;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.6666666667rem;
  background: rgb(0, 45.3315789474, 78.3);
  display: inline-block;
  border-radius: 2000px;
}
.off-canvas ul.menu li {
  list-style-type: none;
}
.off-canvas ul.menu a {
  color: #fefefe;
  padding: 0.6666666667rem 1rem;
  line-height: 1.3;
  display: block;
  font-size: 0.875rem;
}
.off-canvas ul.menu a:hover {
  background: #009EE3;
}
.off-canvas ul.menu:not(.nested) > li {
  border-bottom: 1px solid rgb(0, 51.2368421053, 88.5);
}
.off-canvas ul.menu .nested {
  margin: 0 0 0.5rem 0;
  display: none;
}
.off-canvas ul.menu .nested a {
  text-transform: none;
  padding: 0.3333333333rem 0.5rem 0.3333333333rem 2rem;
}
.off-canvas ul.menu .nested li.current-menu-item a {
  color: #009EE3;
}
.off-canvas ul.menu .current-page-ancestor,
.off-canvas ul.menu .current_page_item > a,
.off-canvas ul.menu .current-page-parent {
  background: #009EE3;
}

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table;
}

.post-navigation:after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

/********* DEFAULT SIDEBAR SETTINGS *********/
@media screen and (min-width: 40em) {
  .sidebar-wrapper {
    padding-right: 3rem;
  }
}
.sidebar-wrapper {
  padding-left: 0;
}
.sidebar-wrapper ul {
  margin: 0;
  list-style-type: none;
}
.sidebar-wrapper a {
  display: block;
}

/********* FLEXIBLE CONTENT *********/
.flexible-content {
  margin-bottom: 0.5rem;
}

.flexible-txtimg-item {
  padding: 1.5rem 0 0.25rem 0;
  border-bottom: 1px solid #F6F7FB;
}
.flexible-txtimg-item .flexible-txtimg-content {
  padding-left: 1.5rem;
  line-height: 1.4;
}
.flexible-txtimg-item .button-wrapper {
  margin-top: 0.5rem;
}

.flexible-ansprechpartner-item {
  border-bottom: 1px solid #F6F7FB;
  padding: 1rem 0;
}
.flexible-ansprechpartner-item h3, .flexible-ansprechpartner-item .home .section-testimonials .cycle-wrapper h5, .home .section-testimonials .cycle-wrapper .flexible-ansprechpartner-item h5 {
  margin: 0;
}
@media screen and (min-width: 40em) {
  .flexible-ansprechpartner-item .flexible-ansprechpartner-meta {
    padding-left: 2rem;
  }
}
.flexible-ansprechpartner-item .label {
  width: 30%;
  display: inline-block;
  color: rgba(218, 213, 183, 0.3);
}

.accordion-title {
  margin: 0.25rem 0;
  background: #004272;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  font-size: 100%;
  line-height: 1.4;
  color: #fefefe;
}
.accordion-title:before {
  content: "\f067";
  float: left;
  margin: 0.1875rem 0.625rem 0.3125rem -1.5625rem;
  width: 0.625rem;
  height: 0.625rem;
}
.accordion-title[aria-expanded=true]:before {
  content: "\f068";
}

.accordion-item .accordion-title:before, .accordion-item.is-active .accordion-title:before {
  color: #009EE3;
}
.accordion-item .accordion-title, .accordion-item .accordion-title:hover, .accordion-item .accordion-title[aria-expanded=true]:before, .accordion-item .accordion-title:hover:before, .accordion-item.is-active .accordion-title, .accordion-item.is-active .accordion-title:hover, .accordion-item.is-active .accordion-title[aria-expanded=true]:before, .accordion-item.is-active .accordion-title:hover:before {
  color: #fefefe;
}
.accordion-item:last-child > .accordion-title, .accordion-item:first-child > :first-child {
  border-radius: 6px 6px 0 6px;
}

.accordion-content {
  margin: 0 0 1rem 1rem;
}
@media screen and (max-width: 39.9375em) {
  .accordion-content {
    padding-top: 0.5rem;
  }
}

.is-empty .accordion-title:before {
  background: none;
}

.flexible-zwischentitel-wrapper {
  margin: 0;
  padding: 0;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
          box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
.alle-mitarbeiter {
  margin-bottom: 25px;
}

.mitarbeiter {
  padding: 25px 0;
  border-bottom: 1px solid lightgrey;
}

.mitarbeiter .image {
  float: left;
  margin: 0 25px 0 0;
}

.mitarbeiter .clear {
  clear: both;
}

.mitarbeiter .hasContent {
  cursor: pointer;
}

.mitarbeiter-accordeon .accordeon-wrapper {
  display: none;
}

.mitarbeiter i.dashicons {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mitarbeiter i.dashicons.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#single-gmap {
  height: 25rem;
  width: 100%;
}

/**
 *  Master Slider
 * 	Core css file
 */
.master-slider {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 0, 0);
}

.master-slider a {
  -webkit-transition: none;
  transition: none;
}

.master-slider, .master-slider * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.master-slider.ms-fullheight {
  height: 100%;
}

.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color: transparent;
}

.ms-layout-partialview .ms-container {
  overflow: hidden;
}

.ms-ie img {
  border: none;
}

.ms-ie8 * {
  opacity: inherit;
  -webkit-filter: inherit;
          filter: inherit;
}

.ms-ie7 {
  zoom: 1;
}

.ms-moz .ms-slide-bgcont > img {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.ms-loading-container {
  position: absolute;
  width: 100%;
  top: 0;
}

.ms-slide-auto-height {
  display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(../../modules/masterslider/images/loading-2.gif) no-repeat center white;
  border-radius: 60px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9;
}

/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
  cursor: auto !important;
}

.ms-grab-cursor {
  cursor: url(../../modules/masterslider/images/grab.png), move;
}

.ms-grabbing-cursor {
  cursor: url(../../modules/masterslider/images/grabbing.png), move;
}

.ms-ie .ms-grab-cursor {
  cursor: move;
}

.ms-ie .ms-grabbing-cursor {
  cursor: move;
}

.ms-view {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  -webkit-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.ms-view .ms-slide-container {
  position: relative;
}

.ms-slide {
  position: absolute;
  height: 100%;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}

.ms-wk .ms-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ms-slide .ms-slide-bgvideocont {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.ms-slide .ms-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 110;
}

.ms-ie .ms-slide-link {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}

.ms-slide .ms-slide-bgvideocont {
  z-index: 105;
  height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont > video {
  -webkit-transform: translateZ(0.3px);
  transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo {
  position: absolute;
  top: 0px;
}

.ms-inner-controls-cont, .ms-container {
  position: relative;
  margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
  position: absolute;
  pointer-events: auto;
}

.ms-slide .ms-slide-layers,
.ms-fixed-layers {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 109;
  top: 0px;
  pointer-events: none;
}

.ms-slide .ms-slide-video {
  position: absolute;
  top: 0;
  z-index: 111;
  background: black;
  padding: 0;
  margin: 0;
  border: none;
}

.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0;
}

.ms-scroll-parallax-cont {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.ms-wk .ms-scroll-parallax-cont {
  -webkit-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
}

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/
/*-----------------------------------------------------------*/
.ms-action-layer {
  cursor: pointer;
}

.ms-btn-container {
  position: absolute;
}

.ms-btn {
  text-decoration: none;
  display: inline-block;
  color: black;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.ms-default-btn {
  background: #0074A2;
  border-radius: 5px;
  color: #FFF;
}

.ms-default-btn:hover {
  background-color: #0098D5;
}

.ms-default-btn:active {
  top: 1px;
}

.ms-btn-s {
  padding: 14px 17px;
  font-size: 80%;
  line-height: 0;
}

.ms-btn-m {
  padding: 12px 40px;
}

.ms-btn-n {
  padding: 8px 25px;
  font-size: 95%;
}

.ms-btn-l {
  padding: 17px 50px;
  font-size: 120%;
}

.ms-btn-round {
  border-radius: 5px;
}

.ms-btn-circle {
  border-radius: 100px;
}

.ms-btn-outline-round {
  border-radius: 5px;
}

.ms-btn-outline-circle {
  border-radius: 100px;
}

/*-----------------------------------------------------------*/
.ms-layer.video-box {
  background: black;
}

.ms-layer.video-box iframe {
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 111;
}

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
  position: absolute;
  cursor: pointer;
  z-index: 112;
}

.ms-slide .ms-slide-vcbtn {
  position: absolute;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 0.75em;
  display: inline-block;
  background: url(../../modules/masterslider/images/video-close-btn.png) no-repeat 0px 3px;
  padding-left: 15px;
  height: 15px;
  color: #DBDBDB;
  margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
  -webkit-transform: translateZ(0.44px);
  transform: translateZ(0.44px);
}

.ms-video-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ms-mask-frame {
  overflow: hidden;
  position: absolute;
  float: left;
}

/* controls */
.ms-thumb-list {
  overflow: hidden;
  position: absolute;
}

.ms-thumb-list.ms-dir-h {
  width: 100%;
}

.ms-thumb-list.ms-dir-v {
  height: 100%;
  top: 0;
}

.ms-thumbs-cont {
  position: relative;
}

.ms-thumb-frame img {
  width: 100%;
  height: auto;
}

.ms-thumb-frame {
  cursor: pointer;
  float: left;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-thumb-frame-selected {
  opacity: 1;
}

.ms-tabs .ms-thumb-frame {
  background-color: #F6f6f6;
  text-shadow: 0 1px 1px white;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
  margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
  margin-left: 12px;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
  margin-left: 0px;
}

.ms-tabs.ms-dir-h.ms-align-top {
  z-index: 140;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
  margin-top: -12px;
}

.ms-tabs .ms-thumb {
  padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
  opacity: 1;
  background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0px;
  left: 50%;
  margin-left: -12px;
  border-bottom: solid 12px #F6f6f6;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  top: -12px;
  border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
  bottom: 0px;
  top: auto;
  border-bottom: 0px;
  border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  bottom: -12px;
  border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
  left: 0;
  margin-top: -12px;
  border-right: solid 12px #EDEDED;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  left: -12px;
  border-right-color: #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 1;
  right: -12px;
  border-left-color: #EDEDED;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  height: 100%;
  width: 20px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
  right: 0;
  left: auto;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0px 5px 5px;
  border-left-color: #FFF;
  left: 7px;
}

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.5);
  text-align: center;
  color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
  bottom: 0;
  top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px;
}

.ms-bullet {
  cursor: pointer;
  float: left;
}

.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-bullets.ms-dir-v {
  position: absolute;
  top: 50%;
}

.ms-bullets.ms-dir-v .ms-bullet {
  float: none;
}

.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-sbar {
  position: absolute;
}

.ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px;
}

.ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px;
}

.ms-sbar .ms-bar {
  height: 4px;
  background: #333;
  border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {
  width: 4px;
}

.ms-sbar .ms-bar {
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-timerbar {
  width: 100%;
  bottom: 0px;
  position: absolute;
}

.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

.ms-time-bar {
  -webkit-transition: width 120ms linear;
  transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
  height: 0px;
}

.ms-slide-info.ms-dir-v {
  top: 0;
}

.ms-slide-info.ms-dir-h {
  width: 100%;
}

@keyframes point-anim {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes point-anim {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none;
}

/***** TYPOGRAPHY ********/
h1 {
  text-transform: uppercase;
  font-weight: 300;
  color: #004272;
}

h2, .h2 {
  line-height: 1.2;
}

h3, .home .section-testimonials .cycle-wrapper h5 {
  font-weight: 300;
  color: #004272;
}

h5 {
  color: #444444;
  margin: 0;
}

br + br + br {
  display: none;
}

/****** GENERAL DEFAULTS ********/
.intro, .entry-content header p:first-of-type {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.intro p, .entry-content header p:first-of-type p {
  margin: 0;
}

.button, .torro-form input[type=submit] {
  text-transform: uppercase;
}
@media screen and (max-width: 39.9375em) {
  .button, .torro-form input[type=submit] {
    display: block;
  }
}

.back {
  text-transform: uppercase;
  font-size: 0.875rem;
}
.back span {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.backlink-wrapper {
  padding: 1rem 0;
}

.entry-title {
  color: #004272;
  text-transform: uppercase;
  margin: 1.5rem 0;
}
@media screen and (min-width: 40em) {
  .entry-title {
    margin-top: 0;
  }
}

.entry-content {
  padding-bottom: 4rem;
  min-height: 31.25rem;
}
@media screen and (min-width: 40em) {
  .col1 {
    padding-right: 3rem;
  }
}

@media screen and (min-width: 40em) {
  .innerpage-wrapper {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 40em) {
  p {
    font-size: 0.9375rem;
  }
}

.home .title-section, .site-header:after {
  background: -webkit-repeating-linear-gradient(140deg, rgba(80, 100, 115, 0.01), rgba(246, 247, 251, 0.1) 2px, rgba(246, 247, 251, 0.2) 2px, rgba(80, 100, 115, 0.1) 5px);
  background: repeating-linear-gradient(-50deg, rgba(80, 100, 115, 0.01), rgba(246, 247, 251, 0.1) 2px, rgba(246, 247, 251, 0.2) 2px, rgba(80, 100, 115, 0.1) 5px);
}

.gallery-grid {
  padding: 1rem 0;
}
.gallery-grid .columns img {
  border-radius: 6px;
}
.gallery-grid .columns:last-of-type img {
  border-radius: 6px 6px 0 6px;
}

h3 + .gallery-grid, .home .section-testimonials .cycle-wrapper h5 + .gallery-grid {
  padding-top: 0;
}

#single-gmap {
  margin-bottom: 1rem;
}
@media screen and (min-width: 40em) {
  #single-gmap {
    margin-bottom: 2.5rem;
  }
}
#single-gmap div {
  border-radius: 6px 6px 0 6px;
}

.inner-wrapper {
  background: #fefefe;
  border-radius: 6px 6px 0 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.23);
}

/****** HEADER LOGO ******/
.logo {
  text-align: center;
  display: inline-block;
  margin-top: 0.5rem;
}
.logo .website-subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #004272;
  margin-top: 0.5rem;
}
@media screen and (max-width: 39.9375em) {
  .logo img {
    margin-bottom: 1rem;
  }
}

.lang:not(.in-offcanvas) {
  position: absolute;
  right: 0.5rem;
  top: 0;
}
.lang:not(.in-offcanvas) a {
  color: #004272;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.lang:not(.in-offcanvas) a:hover {
  color: #009EE3;
}

/***** GENERAL SLIDER ********/
.cycle-slideshow {
  position: relative;
  overflow: hidden;
}
.cycle-slideshow .slide {
  text-align: center;
  min-height: 25rem;
  width: 100%;
  background: center center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

.cycle-prev,
.cycle-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
  width: 3.75rem;
  height: 3.75rem;
  background: url("../images/angle-left-white.svg") center center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.cycle-prev:hover,
.cycle-next:hover {
  cursor: pointer;
}

.cycle-next {
  margin-top: -1.875rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}

/******** FANCYBOX CUSTOMIZATIONS *****/
.fancybox-wrap .fancybox-nav span:before, .fancybox-wrap .fancybox-nav.fancybox-prev span:before {
  content: "\e900";
}
.fancybox-wrap .fancybox-nav.fancybox-next span:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  display: block;
}

/******** TOPBAR HEADER **************/
.site-header:after {
  content: " ";
  display: block;
  height: 10px;
}

.top-bar {
  padding: 2.5rem 0 0 0;
}
.top-bar a {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #506473;
  margin: 0 0.5rem;
  padding: 0.6666666667rem 0;
}
.top-bar .current-page-ancestor a,
.top-bar .current_page_item a,
.top-bar a:hover {
  border-bottom: 2px solid rgb(210.6923076923, 215.6153846154, 235.3076923077);
  color: #009EE3;
}

.title-bar {
  position: relative;
}

.menu-icon {
  right: 1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-icon:before {
  content: "MENU";
  float: left;
  margin-left: -3.125rem;
  font-size: 0.875rem;
}

.super-bar {
  position: relative;
}

/***** CONTENT AREA *****/
/***** CHILDPAGES SIDEBAR ******/
@media screen and (max-width: 39.9375em) {
  .sidebar-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 40em) {
  .sidebar-wrapper {
    margin-top: 0.5rem;
  }
}
.sidebar-wrapper a {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0.6666666667rem 0;
  color: #506473;
}
.sidebar-wrapper li {
  border-top: 1px solid rgb(228.3461538462, 231.3076923077, 243.1538461538);
  padding-left: 1rem;
}
.sidebar-wrapper li:last-child {
  border-bottom: 1px solid rgb(228.3461538462, 231.3076923077, 243.1538461538);
}
.sidebar-wrapper .active a,
.sidebar-wrapper a:hover {
  color: #009EE3;
}
@media screen and (max-width: 39.9375em) {
  .sidebar-wrapper .stick-me {
    position: fixed;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .sidebar-wrapper .childnav {
    width: 100%;
    top: 0;
    z-index: 100;
    background: #fefefe;
    padding-bottom: 1.5rem;
  }
  .sidebar-wrapper .childnav.is-sticky-hidden {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/***** FOOTER ********/
.footer-wrapper {
  background: #004272;
  padding: 1.5rem 0;
}
.footer-wrapper, .footer-wrapper a {
  color: #fefefe;
}
.footer-wrapper a:hover {
  color: #009EE3;
}
.footer-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.footer-wrapper .footer-col1 {
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.footer-wrapper .footer-col1 a {
  color: rgba(254, 254, 254, 0.4);
}
.footer-wrapper .footer-col1 a:hover {
  color: #fefefe;
}
@media screen and (max-width: 39.9375em) {
  .footer-wrapper .footer-col1 {
    margin-top: 1rem;
  }
}
.footer-wrapper .footer-col2 {
  font-size: 0.9375rem;
}
.footer-wrapper .footer-col2 a {
  display: inline-block;
  padding-right: 0.625rem;
}
.footer-wrapper .footer-col2 span {
  position: absolute;
  font-size: 1.875rem;
  margin-top: -0.3125rem;
  margin-left: 0.625rem;
}

.copyright {
  background: rgb(0, 122.5022026432, 176);
}
.copyright ul {
  margin: 0;
  padding: 0.3333333333rem 0;
}
.copyright ul a {
  color: rgb(0, 87.0044052863, 125);
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.copyright ul a:hover {
  color: #fefefe;
}

/***** FLEXIBLE ZWISCHENTITEL ********/
.flexible-zwischentitel-wrapper {
  padding: 1rem 0 1rem 0;
}
@media screen and (min-width: 40em) {
  .flexible-zwischentitel-wrapper {
    padding-top: 0.5rem;
  }
}

/**** FLEXIBLE EDITOR *****/
.flexible-editor-wrapper a:not(.button):hover {
  color: #004272;
  border-bottom: 1px dotted #004272;
}

/***** FULL SIZE EIMAGE *****/
.flexible-fullwidth-wrapper a {
  display: block;
  margin-bottom: 1rem;
}
.flexible-fullwidth-wrapper img {
  border-radius: 6px 6px 0 6px;
}

/***** SINGLE / DETAIL ********/
.content-meta-wrapper {
  border-top: 1px solid #F6F7FB;
  border-bottom: 1px solid #F6F7FB;
  margin: 2rem 0;
}
.content-meta-wrapper .columns {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.content-meta-wrapper, .content-meta-wrapper a {
  color: #444444;
  font-size: 0.8125rem;
}

/***** FRONTPAGE ********/
.home .innerpage-wrapper {
  margin: 0;
}
.home .site-header:after {
  background: none;
}
.home div[class^=sidetext] {
  text-transform: uppercase;
  font-size: 1.625rem;
  line-height: 1.3;
}
@media screen and (min-width: 40em) and (max-width: 61.1875em) {
  .home div[class^=sidetext] {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 40em) {
  .home div[class^=sidetext] {
    text-align: right;
    padding-right: 2rem;
  }
}
.home .sidetext-1 {
  font-weight: 600;
  color: #009EE3;
}
.home .sidetext-2 {
  font-weight: 300;
  color: #004272;
  margin-bottom: 1.5rem;
}
.home section[class^=section] {
  padding: 2rem 0;
}
@media screen and (min-width: 40em) {
  .home section[class^=section] {
    padding: 3.5rem 0;
  }
}
.home .title-section {
  padding: 2rem 0.5rem;
}
@media screen and (max-width: 39.9375em) {
  .home .title-section h1 {
    line-height: 1.2;
  }
}
.home .section-moeglichkeiten {
  background: #F6F7FB;
  border-top: 1px solid rgb(228.3461538462, 231.3076923077, 243.1538461538);
}
.home .infoboxen-wrapper .inner-wrapper {
  display: block;
}
.home .infoboxen-wrapper .morelink:hover .button, .home .infoboxen-wrapper .morelink:hover .torro-form input[type=submit], .torro-form .home .infoboxen-wrapper .morelink:hover input[type=submit] {
  background-color: #009EE3;
}
.home .infoboxen-wrapper .columns {
  margin-bottom: 2rem;
}
@media screen and (min-width: 61.25em) {
  .home .infoboxen-wrapper .columns {
    margin-bottom: 0;
  }
}
.home .infoboxen-wrapper .columns {
  border-radius: 6px 6px 0 6px;
}
.home .infoboxen-wrapper .infoboxen-title {
  text-align: center;
  color: #fefefe;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  background: -webkit-repeating-linear-gradient(135deg, rgba(0, 158, 227, 0.7), rgba(0, 158, 227, 0.7) 1px, rgba(0, 158, 227, 0.7) 1px, #009EE3 5px);
  background: repeating-linear-gradient(-45deg, rgba(0, 158, 227, 0.7), rgba(0, 158, 227, 0.7) 1px, rgba(0, 158, 227, 0.7) 1px, #009EE3 5px);
}
.home .infoboxen-wrapper .infoboxen-thumb {
  min-height: 15.625rem;
}
@media screen and (min-width: 40em) {
  .home .infoboxen-wrapper .infoboxen-thumb {
    min-height: 11.625rem;
  }
}
.home .infoboxen-wrapper .infoboxen-thumb {
  -webkit-background-size: cover;
          background-size: cover;
}
.home .infoboxen-wrapper .infoboxen-content {
  padding: 1.5rem 1rem 0.5rem 1rem;
  font-size: 0.9375rem;
}
.home .infoboxen-wrapper .infoboxen-content .custom-bullet {
  padding-left: 0;
}
.home .infoboxen-wrapper .infoboxen-content .custom-bullet li {
  margin: 0 0 0.5rem 0;
  color: #004272;
}
.home .infoboxen-wrapper .infoboxen-content b, .home .infoboxen-wrapper .infoboxen-content strong {
  color: #009EE3;
}
.home .infoboxen-wrapper .infoboxen-content .button, .home .infoboxen-wrapper .infoboxen-content .torro-form input[type=submit], .torro-form .home .infoboxen-wrapper .infoboxen-content input[type=submit] {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (min-width: 40em) {
  .home .infoboxen-wrapper .infoboxen-content .button, .home .infoboxen-wrapper .infoboxen-content .torro-form input[type=submit], .torro-form .home .infoboxen-wrapper .infoboxen-content input[type=submit] {
    margin-top: 0.5rem;
  }
}
.home .infoboxen-wrapper .orange .infoboxen-title {
  background: -webkit-repeating-linear-gradient(135deg, rgba(243, 145, 0, 0.7), rgba(243, 145, 0, 0.7) 1px, rgba(243, 145, 0, 0.7) 1px, #F39100 5px);
  background: repeating-linear-gradient(-45deg, rgba(243, 145, 0, 0.7), rgba(243, 145, 0, 0.7) 1px, rgba(243, 145, 0, 0.7) 1px, #F39100 5px);
}
.home .infoboxen-wrapper .orange b, .home .infoboxen-wrapper .orange strong {
  color: #F39100;
}
.home .infoboxen-wrapper .orange .morelink:hover .button, .home .infoboxen-wrapper .orange .morelink:hover .torro-form input[type=submit], .torro-form .home .infoboxen-wrapper .orange .morelink:hover input[type=submit] {
  background-color: #F39100;
}
.home .section-standort {
  background: #004272;
}
.home .section-standort, .home .section-standort .sidetext-2 {
  color: #fefefe;
}
.home .section-standort .standort-text {
  font-size: 0.9375rem;
}
.home .section-standort .button, .home .section-standort .torro-form input[type=submit], .torro-form .home .section-standort input[type=submit] {
  background: #fefefe;
  color: #004272;
}
.home .section-standort .button:hover, .home .section-standort .torro-form input[type=submit]:hover, .torro-form .home .section-standort input[type=submit]:hover {
  background: #009EE3;
  color: #fefefe;
}
.home .section-infra {
  background: #F6F7FB;
}
.home .section-gallery {
  padding-top: 0 !important;
  background: #F6F7FB;
}
.home .section-testimonials .cycle-wrapper {
  background: #004272;
  padding: 3rem 2.5rem;
  border-radius: 6px 6px 0 6px;
  position: relative;
}
.home .section-testimonials .cycle-wrapper:after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  bottom: -1.5625rem;
  left: 6.25rem;
  background-image: url("../images/triangle.svg");
  -webkit-background-size: cover;
          background-size: cover;
}
.home .section-testimonials .cycle-wrapper .cycle-inner {
  position: relative;
}
.home .section-testimonials .cycle-wrapper .cycle-inner:before, .home .section-testimonials .cycle-wrapper .cycle-inner:after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: url("../images/quote.svg") no-repeat;
}
.home .section-testimonials .cycle-wrapper .cycle-inner:before {
  top: -1.5625rem;
  left: -1.25rem;
}
.home .section-testimonials .cycle-wrapper .cycle-inner:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../images/quote.svg") no-repeat;
  right: -1.25rem;
  bottom: -1.875rem;
}
.home .section-testimonials .cycle-wrapper, .home .section-testimonials .cycle-wrapper h5 {
  color: #fefefe;
}
.home .section-testimonials .cycle-wrapper h5 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.home .section-testimonials .cycle-slide {
  width: 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 40em) {
  .home .section-testimonials .cycle-slide {
    padding: 0 2rem;
  }
}
.home .section-testimonials .cycle-slide .author {
  text-transform: uppercase;
  font-size: 0.875rem;
}
.home .section-angebote {
  background: #F6F7FB;
  border-top: 1px solid rgb(228.3461538462, 231.3076923077, 243.1538461538);
}
@media screen and (max-width: 39.9375em) {
  .home .section-angebote {
    margin-top: 1rem;
  }
}
.home .section-angebote h3, .home .section-angebote .section-testimonials .cycle-wrapper h5, .home .section-testimonials .cycle-wrapper .section-angebote h5 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.home .section-angebote .angebote-thumb {
  height: 11.625rem;
  -webkit-background-size: cover;
          background-size: cover;
}
.home .section-angebote .angebote-title {
  text-align: center;
  color: #004272;
  font-size: 1.0625rem;
  padding: 1rem;
}
.home .section-angebote .angebote-meta {
  font-size: 0.6875rem;
}
.home .section-angebote .columns {
  margin-bottom: 1rem;
}
.home .section-angebote .columns .inner-wrapper:after {
  content: "";
  display: block;
  height: 0.625rem;
  background: -webkit-repeating-linear-gradient(135deg, rgba(0, 158, 227, 0.7), rgba(0, 158, 227, 0.7) 1px, rgba(0, 158, 227, 0.7) 1px, #009EE3 5px);
  background: repeating-linear-gradient(-45deg, rgba(0, 158, 227, 0.7), rgba(0, 158, 227, 0.7) 1px, rgba(0, 158, 227, 0.7) 1px, #009EE3 5px);
}
.home .section-angebote .columns .inner-wrapper a:hover .angebote-title {
  color: #009EE3;
}
.home .section-angebote .columns .inner-wrapper.orange:after {
  background: -webkit-repeating-linear-gradient(135deg, rgba(243, 145, 0, 0.7), rgba(243, 145, 0, 0.7) 1px, rgba(243, 145, 0, 0.7) 1px, #F39100 5px);
  background: repeating-linear-gradient(-45deg, rgba(243, 145, 0, 0.7), rgba(243, 145, 0, 0.7) 1px, rgba(243, 145, 0, 0.7) 1px, #F39100 5px);
}
.home .section-angebote .columns .inner-wrapper.orange a:hover .angebote-title {
  color: #F39100;
}
.home .section-angebote .columns .inner-wrapper a {
  display: block;
}

/******* FORMS *********/
.torro-form {
  background: #F6F7FB;
  padding: 1rem;
}
.torro-form .torro-element {
  margin: 1rem 0;
}
.torro-form label,
.torro-form legend {
  color: #004272;
  display: inline-block;
  margin-bottom: 0.3333333333rem;
}
.torro-form input:not([type=radio], [type=submit]), .torro-form textarea {
  border: 0;
  padding: 0.3333333333rem;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .torro-form input:not([type=radio], [type=submit]), .torro-form textarea {
    width: 70%;
  }
}
.torro-form input[type=radio] + label {
  margin-left: 0.3333333333rem;
  font-weight: 400;
}
.torro-form fieldset {
  border: 0;
  padding: 0;
}

.flexible-form-wrapper > p {
  background-color: #3adb76;
  padding: 1rem;
  color: #fefefe;
  font-weight: 600;
}
/*# sourceMappingURL=foundation.css.map */


.socials-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.socials {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.socials svg,
.socials  a { 
    display: block; 
}
.socials  path { 
  fill: #ffff;
    transition: all 0.4s ease;
}
.socials  svg { max-width: 26px; }