/*------------------------NORMALIZE CSS -------------------------*/
/*! 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 {
  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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }
/**
 * 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"] {
  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 */
  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.
 */
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; }
/*------------------------WEBFLOW CSS ---------------------*/
@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal; }

[class^="w-icon-"], [class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "\e603"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  display: table; }

.w-clearfix:after {
  clear: both; }

.w-preserve-3d {
  transform-style: preserve-3d; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

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

a:focus {
  outline: 0; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before, .w-embed:after {
  content: " ";
  display: table; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

button, html input[type="button"], input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc; }

.w-input:-moz-placeholder, .w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder, .w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0; }

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eee; }

textarea.w-input, textarea.w-select {
  height: auto; }

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%); }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-checkbox, .w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox:before, .w-radio:before, .w-checkbox:after, .w-radio:after {
  content: " ";
  display: table; }

.w-checkbox:after, .w-radio:after {
  clear: both; }

.w-checkbox-input, .w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before, .w-container:after {
  content: " ";
  display: table; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before, .w-row:after {
  content: " ";
  display: table; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333%; }

.w-col-2 {
  width: 16.66667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333%; }

.w-col-5 {
  width: 41.66667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333%; }

.w-col-8 {
  width: 66.66667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333%; }

.w-col-11 {
  width: 91.66667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 1170px) {
  .w-container {
    max-width: 728px; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: none !important; }

  .w-col-medium-1 {
    width: 8.33333%; }

  .w-col-medium-2 {
    width: 16.66667%; }

  .w-col-medium-3 {
    width: 25%; }

  .w-col-medium-4 {
    width: 33.33333%; }

  .w-col-medium-5 {
    width: 41.66667%; }

  .w-col-medium-6 {
    width: 50%; }

  .w-col-medium-7 {
    width: 58.33333%; }

  .w-col-medium-8 {
    width: 66.66667%; }

  .w-col-medium-9 {
    width: 75%; }

  .w-col-medium-10 {
    width: 83.33333%; }

  .w-col-medium-11 {
    width: 91.66667%; }

  .w-col-medium-12 {
    width: 100%; }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }

@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: none !important; }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }

  .w-col {
    width: 100%;
    left: auto;
    right: auto; }

  .w-col-small-1 {
    width: 8.33333%; }

  .w-col-small-2 {
    width: 16.66667%; }

  .w-col-small-3 {
    width: 25%; }

  .w-col-small-4 {
    width: 33.33333%; }

  .w-col-small-5 {
    width: 41.66667%; }

  .w-col-small-6 {
    width: 50%; }

  .w-col-small-7 {
    width: 58.33333%; }

  .w-col-small-8 {
    width: 66.66667%; }

  .w-col-small-9 {
    width: 75%; }

  .w-col-small-10 {
    width: 83.33333%; }

  .w-col-small-11 {
    width: 91.66667%; }

  .w-col-small-12 {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: inherit !important; }

  .w-hidden-tiny {
    display: none !important; }

  .w-col {
    width: 100%; }

  .w-col-tiny-1 {
    width: 8.33333%; }

  .w-col-tiny-2 {
    width: 16.66667%; }

  .w-col-tiny-3 {
    width: 25%; }

  .w-col-tiny-4 {
    width: 33.33333%; }

  .w-col-tiny-5 {
    width: 41.66667%; }

  .w-col-tiny-6 {
    width: 50%; }

  .w-col-tiny-7 {
    width: 58.33333%; }

  .w-col-tiny-8 {
    width: 66.66667%; }

  .w-col-tiny-9 {
    width: 75%; }

  .w-col-tiny-10 {
    width: 83.33333%; }

  .w-col-tiny-11 {
    width: 91.66667%; }

  .w-col-tiny-12 {
    width: 100%; } }

.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.w-widget-map .gm-style-iw + div {
  display: none; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left, .w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left, .w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-dropdown-toggle:focus {
  outline: 0; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222; }

.w-dropdown-link.w--current {
  color: #fc0; }

.w-nav[data-collapse="all"] .w-dropdown, .w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block; }

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static; }

@media screen and (max-width: 1170px) {
  .w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown, .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static; }

  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown, .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static; } }
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop, .w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }
/* .w-lightbox-content */
.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame, .w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: 0.3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  /* .w-lightbox-content */
    .w-lightbox-content {
      height: 96vh;
      margin-top: 2vh; }
    .w-lightbox-view, .w-lightbox-view:before {
      height: 96vh; }
    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
      height: 84vh; }
    .w-lightbox-image {
      max-width: 96vw;
      max-height: 96vh; }
    .w-lightbox-group .w-lightbox-image {
      max-width: 82.3vw;
      max-height: 84vh; }
    .w-lightbox-left, .w-lightbox-right {
      display: block;
      opacity: 0.5; }
    .w-lightbox-close {
      opacity: 0.8; }
    .w-lightbox-control:hover {
      opacity: 1; } }

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before, .w-richtext:after {
  content: " ";
  display: table; }

.w-richtext:after {
  clear: both; }

.w-richtext ol, .w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before, .w-richtext figure img {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
   we want the div to inherit that so hover/selection borders in the designer-canvas
   fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000; }

.w-nav:before, .w-nav:after {
  content: " ";
  display: table; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay .w--nav-menu-open {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

@media screen and (max-width: 1170px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }

  .w-nav-brand {
    padding-left: 10px; } }

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }

.w-tabs {
  position: relative; }

.w-tabs:before, .w-tabs:after {
  content: " ";
  display: table; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd; }

.w-tab-link.w--current {
  background-color: #c8c8c8; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }

.w-ix-emptyfix:after {
  content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.w-dyn-empty {
  padding: 10px;
  background-color: #ddd; }

.w-condition-invisible {
  display: none !important; }
/*------------------------Haupt-CSS ------------------------*/
/*------------------------FONTS------------------------*/
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/montserrat/montserrat-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('/assets/fonts/montserrat/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/montserrat/montserrat-v12-latin-regular.woff2') format('woff2'), url('/assets/fonts/montserrat/montserrat-v12-latin-regular.woff') format('woff'), url('/assets/fonts/montserrat/montserrat-v12-latin-regular.ttf') format('truetype'), url('/assets/fonts/montserrat/montserrat-v12-latin-regular.svg#Montserrat') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/montserrat/montserrat-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/assets/fonts/montserrat/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/montserrat/montserrat-v12-latin-700.woff2') format('woff2'), url('/assets/fonts/montserrat/montserrat-v12-latin-700.woff') format('woff'), url('/assets/fonts/montserrat/montserrat-v12-latin-700.ttf') format('truetype'), url('/assets/fonts/montserrat/montserrat-v12-latin-700.svg#Montserrat') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/raleway/raleway-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'), url('/assets/fonts/raleway/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/raleway/raleway-v12-latin-regular.woff2') format('woff2'), url('/assets/fonts/raleway/raleway-v12-latin-regular.woff') format('woff'), url('/assets/fonts/raleway/raleway-v12-latin-regular.ttf') format('truetype'), url('/assets/fonts/raleway/raleway-v12-latin-regular.svg#Raleway') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/raleway/raleway-v12-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('/assets/fonts/raleway/raleway-v12-latin-600.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/raleway/raleway-v12-latin-600.woff2') format('woff2'), url('/assets/fonts/raleway/raleway-v12-latin-600.woff') format('woff'), url('/assets/fonts/raleway/raleway-v12-latin-600.ttf') format('truetype'), url('/assets/fonts/raleway/raleway-v12-latin-600.svg#Raleway') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/raleway/raleway-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Raleway Bold'), local('Raleway-Bold'), url('/assets/fonts/raleway/raleway-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/raleway/raleway-v12-latin-700.woff2') format('woff2'), url('/assets/fonts/raleway/raleway-v12-latin-700.woff') format('woff'), url('/assets/fonts/raleway/raleway-v12-latin-700.ttf') format('truetype'), url('/assets/fonts/raleway/raleway-v12-latin-700.svg#Raleway') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/raleway/raleway-v12-latin-900.eot');
  /* IE9 Compat Modes */
  src: local('Raleway Black'), local('Raleway-Black'), url('/assets/fonts/raleway/raleway-v12-latin-900.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/raleway/raleway-v12-latin-900.woff2') format('woff2'), url('/assets/fonts/raleway/raleway-v12-latin-900.woff') format('woff'), url('/assets/fonts/raleway/raleway-v12-latin-900.ttf') format('truetype'), url('/assets/fonts/raleway/raleway-v12-latin-900.svg#Raleway') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-regular.woff2') format('woff2'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-regular.woff') format('woff'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-regular.ttf') format('truetype'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-regular.svg#SourceSansPro') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-700.woff2') format('woff2'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-700.woff') format('woff'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-700.ttf') format('truetype'), url('/assets/fonts/sourcesanspro/source-sans-pro-v11-latin-700.svg#SourceSansPro') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */ }

body {
  background-color: #edeff2;
  font-family: 'Source Sans Pro', sans-serif;
  color: #181818;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background-attachment: fixed;
  background-size: cover; }

h1 {
  font-family: Raleway, sans-serif;
  color: #005ea8;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700; }

h1.ssp {
  font-family: 'Source Sans Pro', sans-serif; }

h2 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Raleway, sans-serif;
  color: #005ea8;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600; }

h2.ssp {
  font-family: 'Source Sans Pro', sans-serif; }

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #005ea8;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400; }

h4.ssp {
  font-family: 'Source Sans Pro', sans-serif; }

h4 {
  padding-top: 12px;
  font-family: Raleway, sans-serif;
  color: #005ea8;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

h4.ssp {
  font-family: 'Source Sans Pro', sans-serif; }

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase; }

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700; }

p {
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #181818;
  line-height: 26px;
  font-weight: 400;
  text-align: left; }

a {
  color: #005ea8; }

ul, ol {
  padding-left: 24px; }

li {
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.7em; }

img {
  display: block;
  max-width: 100%; }

blockquote {
  margin-top: 10px;
  margin-left: 10px;
  padding: 0px 15px;
  border-left: 3px solid #fc0;
  color: #7e7e7e;
  font-size: 16px;
  font-style: italic; }

figure {
  margin-top: 12px; }

figcaption {
  font-size: 14px;
  text-align: left; }

.fawesome {
  font-family: Fontawesome; }

.navigation-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5%;
  max-width: 100%;
  min-height: 94px;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #005ea8;
  opacity: 1; }

.hero-section {
  display: block;
  overflow: hidden;
  height: 70vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

.footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 0px 28px;
  background-color: #005ea8; }

.info-icon {
  float: left;
  font-family: Fontawesome, sans-serif;
  color: #fc0;
  font-size: 1.2em;
  text-decoration: none; }

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  text-decoration: none; }

.footer-link:hover {
  color: #fc0; }

.footer-link.with-icon {
  margin-left: 30px; }

.awardfooter {
  width: auto;
  max-width: 170px; }

.spc {
  padding-left: 0px; }

.booking-mask {
  z-index: 103;
  width: 1150px;
  max-width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto; }

.logo {
  display: inline-block; }

.kurzurlaubtable {
  text-align: center; }

.subheading_country {
  margin-left: -8px;
  font-weight: 700; }

.footerheading {
  display: inline-block;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px; }

.nav-menu {
  background-color: #005ea8;
  margin-left: 2.5%; }

.navlink {
  padding-right: 33px;
  padding-bottom: 12px;
  padding-left: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #fff; }

.navlink:hover {
  color: #fc0; }

.brandlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.footerrow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px; }

.footertext {
  padding-top: 0px;
  color: #fff; }

.footer-div {
  display: block;
  width: 1150px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto; }

.headermaindiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1150px;
  /* 960px; */
  max-width: 95%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Montserrat, sans-serif; }

.materialbtn {
  padding: 8px 6px 8px 6px;
  margin: 6px 0px 6px 0px;
  min-width: 88px;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  clear: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #fff; }

.materialbtn:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

.blue {
  background-color: #005ea8; }

.blue:hover {
  background-color: #1476c3; }

.blue:focus {
  background-color: #1476c3; }

.yellow {
  background-color: #fc0;
  color: #005ea8; }

.yellow:hover {
  background-color: #ffdb4d; }

.yellow:focus {
  background-color: #ffdb4d; }

.subscribe {
  margin-top: 0px;
  margin-bottom: 0px; }

.tabs {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: none;
  text-align: center; }

.tabselector {
  position: relative;
  height: 48px;
  display: flex;
  overflow: visible;
  width: auto;
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none none solid;
  border-bottom-width: 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
  transition: 0.3s ease-out;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat;
  line-height: 1.3em;
  align-items: center;
  text-align: center; }

.tabselector:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
  background-color: #1476c3; }

.tabselector.w--current {
  width: auto;
  background-color: #1476c3; }

.tabs-content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #252525;
  font-size: 1em;
  line-height: 1em;
  padding-left: 10px; }

.divtabrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  border-top: 1.5px solid #d6e6e9;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.divtabright {
  width: 69%; }

.divtableft {
  width: 29%; }

.anchornav {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 12px;
  background-color: #d6e6e9;
  border: 0px solid gray; }

.bookingparent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.imageparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/images/start/HeroImage.jpg');
  background-position: 100% 50%;
  background-size: cover; }

.sectionfullwidth {
  display: block;
  padding-top: 24px;
  padding-bottom: 48px; }

.sectionfullwidth.blue {
  background-color: #d6e6e9; }

.sectionfullwidth.fullscreen {
  height: 100vh; }

.sectionfullwidth.fullscreen.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/images/start/netzkarte.png');
  background-position: 100% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
  min-height: 820px; }

.sectionfullwidth.slider {
  padding-bottom: 0px; }

.sectionfullwidth.overlap {
  margin-top: 90px; }

.widthcontent {
  position: relative;
  z-index: 15;
  display: block;
  width: 1150px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto; }

.widthcontent.slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.widthcontent.netz {
  max-width: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.highlighttext {
  width: 39%;
  padding-left: 0px;
  border-left-style: none;
  font-family: Raleway, sans-serif;
  color: #005ea8;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 400; }

.highlighttext.headline {
  font-size: 1.2em; }

.highlighttext h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600; }

.highlighttext p {
  font-family: Raleway, sans-serif;
  color: #005ea8;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400; }

.highlighttext a {
  font-family: Montserrat, sans-serif;
  font-size: 18px; }

.usptext {
  padding: 24px 8px 24px 12px;
  border-top: 3px solid #fc0;
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #424242;
  font-size: 1em;
  line-height: 23px;
  font-weight: 300;
  text-align: left; }

.dropdownlist.w--open {
  background-color: #005ea8; }

.columnleft {
  padding-left: 0px; }

.columnright {
  padding-right: 0px;
  padding-top: 20px; }

.columnhaltestellen {
  padding-left: 10px; }

.kurzurlaubunter {
  font-size: 15px;
  padding: 18px 6px;
  font-family: Montserrat, sans-serif;
  color: #005ea8;
  font-weight: 400; }

.aktionenlink {
  display: block;
  float: right;
  font-size: 1em;
  line-height: 2em;
  text-decoration: underline; }

.dropdownlink {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none; }

.dropdownlink:hover {
  color: #fc0; }

.haltestellenliste {
  line-height: 30px; }

.sliderusp {
  height: 450px; }

.rowlegacy {
  display: block; }

.slidertext {
  display: inline-block;
  width: 60%;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 20px; }

.kurzurlaubindividualrow {
  border-bottom: 1px solid #edeff2; }

.slidertext p {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px; }

.slidertext h2 {
  color: #fff;
  font-size: 24px;
  line-height: 32px; }

.sliderdiv {
  height: 100%; }

.faq {
  margin-top: 6px;
  margin-bottom: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #181818;
  line-height: 23px;
  font-weight: 400;
  padding-left: 20px;
  text-align: justify; }

.faqkeywords {
  display: none; }

.faq.list {
  padding-left: 20px; }

.flexzweispaltig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flexspalte {
  width: 49%;
  float: left; }

.embed-storelocator {
  position: relative;
  padding-bottom: 100%;
  /* Seitenverhältnis Storelocator */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }

.embed-storelocator iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img.contact {
  display: inline;
  margin-left: auto;
  margin-right: auto; }

p.justify {
  text-align: justify; }

.kurzurlauborigin {
  display: block;
  width: 1150px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 24px; }

.kurzurlaubrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kurzurlaubcolumnimage {
  padding-right: 0px;
  padding-left: 0px; }

.kurzurlaublandingimage {
  width: 100%; }

.kurzurlaubcolumntext {
  padding-left: 50px; }

.caption {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 10px; }

.faqcolumn {
  padding-right: 8px;
  padding-left: 0px; }

.faqrow {
  margin-right: -5px; }

.slide {
  height: 100%;
  background-image: -webkit-linear-gradient(357deg, rgba(0, 0, 0, .45), rgba(255, 255, 255, 0)), url('/assets/images/start/businessmann.jpg');
  background-image: linear-gradient(93deg, rgba(0, 0, 0, .45), rgba(255, 255, 255, 0)), url('/assets/images/start/businessmann.jpg');
  background-position: 0px 0px, 50% 62%;
  background-size: auto, cover; }

.faqdiv {
  height: 154px;
  border: 3px none #005ea8;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.faqdiv:hover {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, .6);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03); }

.faqimage {
  display: block;
  width: 65px;
  height: 65px;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto; }

.columnaktionen {
  padding-right: 20px;
  padding-left: 0px; }

.columnrow {
  margin-right: -20px; }

.columnkurzurlaub {
  padding-right: 20px;
  padding-left: 0px; }

.kurzurlaubrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.kurzurlaubimage {
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
/*.kurzurlaubimage:hover {
 box-shadow: 0 0 15px 0 rgba(0, 0, 0, .48);
 -webkit-transform: scale(1.04);
 -ms-transform: scale(1.04);
 transform: scale(1.04);
 }
 */
.subnav {
  display: block;
  padding-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.subnavbutton {
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 0px;
  padding: 8px 12px;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out; }

.contentpageinabox {
  margin: 120px 0 100px; }

.headlinewithlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.faqh3 {
  display: block;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: center; }

.headercontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 4px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.headertext {
  padding-left: 8px;
  color: #fff;
  font-size: 14px;
  text-align: right; }

.headerlink {
  text-decoration: none; }

.logodiv {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.angebotelinkdiv {
  text-decoration: none; }

.landingpagehero {
  margin-top: 70px; }

.landingpagehero.withsubnav {
  margin-top: 0px; }

.landingpagetext {
  display: block;
  width: 880px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 28px; }

.landingpagetext h2 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600; }

.landingpagetext h3 {
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400; }

.landingpagetext h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  font-size: 16px;
  font-weight: 600; }

.landingpagewidth {
  display: block;
  width: 1150px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 48px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 2px; }

.landingpageimage {
  width: 100%;
  min-height: 60px;
  margin-top: -24px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.landingpagerow {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto; }

.slide2 {
  background-image: -webkit-linear-gradient(7deg, rgba(0, 0, 0, .44), rgba(255, 255, 255, 0) 53%), url('/assets/images/start/Nintendo_small.jpg');
  background-image: linear-gradient(83deg, rgba(0, 0, 0, .44), rgba(255, 255, 255, 0) 53%), url('/assets/images/start/Nintendo_small.jpg');
  background-position: 0px 0px, 72% 85%;
  background-size: auto, cover; }

.linkblock {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none; }

.mainmessage {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #fff;
  font-size: 34px;
  font-weight: 900; }

.slide3 {
  background-image: url('/assets/images/start/websitegps.gif');
  background-position: 79% 50%;
  background-size: cover; }

.slide4 {
  background-image: -webkit-linear-gradient(7deg, rgba(0, 0, 0, .44), rgba(255, 255, 255, 0) 53%), url('/assets/images/start/Gruppe-1.jpg');
  background-image: linear-gradient(83deg, rgba(0, 0, 0, .44), rgba(255, 255, 255, 0) 53%), url('/assets/images/start/Gruppe-1.jpg');
  background-position: 0px 0px, 72% 20%;
  background-size: auto, cover; }

.slide5 {
  background-image: -webkit-linear-gradient(7deg, rgba(0, 0, 0, .44), rgba(255, 255, 255, 0) 53%), url('/assets/images/start/slide5.jpg');
  background-image: linear-gradient(83deg, rgba(0, 0, 0, .44), rgba(255, 255, 255, 0) 53%), url('/assets/images/start/slide5.jpg');
  background-position: 0px 0px, 72% 30%;
  background-size: auto, cover; }

.slide6 {
  background-image: -webkit-linear-gradient(7deg, rgba(0, 0, 0, .44), rgba(255, 255, 255, 0) 53%), url('/assets/images/start/Gepaeck_v3.jpg');
  background-image: linear-gradient(83deg, rgba(0, 0, 0, .44), rgba(255, 255, 255, 0) 53%), url('/assets/images/start/Gepaeck_v3.jpg');
  background-position: 0px 0px, 72% 10%;
  background-size: auto, cover; }

.newsletterfield {
  width: 39%;
  margin-right: 2.5%;
  float: left; }

.newsletterheading {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px; }

.submit {
  background-image: -webkit-linear-gradient(90deg, #fc0, #e7d797);
  background-image: linear-gradient(0deg, #fc0, #e7d797);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #005ea8;
  font-size: 14px;
  width: 15%; }

.submit:hover {
  background-image: -webkit-linear-gradient(90deg, #ffdc4e, #f7ebbf);
  background-image: linear-gradient(0deg, #ffdc4e, #f7ebbf);
  box-shadow: 0 -1px 22px -6px rgba(0, 0, 0, .5);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.submit.more {
  width: auto; }

.submit.less {
  display: none;
  width: auto; }

.lastname {
  display: none; }

.successmessage {
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 255, 51, .54), rgba(0, 255, 51, .54));
  background-image: linear-gradient(180deg, rgba(0, 255, 51, .54), rgba(0, 255, 51, .54));
  color: #fff;
  text-align: left; }

.dynamicdiv {
  display: inline-block; }

.date {
  color: #797979;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700; }

.newstext h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px; }

.newstext p {
  font-size: 16px;
  line-height: 22px; }

.columnnewsboximage {
  overflow: hidden;
  padding-left: 0px; }

.imagenewsbox {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto; }

.rownewsbox {
  padding-top: 12px;
  padding-bottom: 12px; }

.kurzurlaublink {
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.kurzurlaublink:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.kurzurlaubintro {
  padding-bottom: 12px; }

.heart {
  display: inline;
  font-family: Fontawesome, sans-serif;
  color: #fc0; }

.showbuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.paymentoptions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 500px; }

.dropdown {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.kurzurlaubcolumnimage {
  padding-right: 0px;
  padding-left: 0px; }

.kurzurlaublandingimage {
  width: 100%; }

.kurzurlauborigin {
  display: block;
  width: 1150px;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 24px; }

.cities-start {
  padding-left: 0px; }

.navtopsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.badgenav {
  height: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.badgediv {
  display: inline-block;
  padding: 4px 6px;
  float: right;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1476c3; }

.mobil-badgenav {
  display: none; }

.language {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 13px;
  text-decoration: none; }

.scrolldiv {
  display: block; }

.adventhero {
  margin-top: 10%; }

.back {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); }

.front {
  display: block;
  width: 100%; }

.cardwrapper {
  max-height: 100%;
  max-width: 100%;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, .84);
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.cardwrapper:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.cardwrapper.early {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.modalwindow {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1003;
  display: none;
  width: 1150px;
  max-width: 95%;
  margin: 64px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0; }

.clearmodal {
  width: 36px;
  float: right;
  opacity: 0.83; }

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

.adventskalenderdetail {
  display: block;
  overflow: auto;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, .96); }

.modaldiv {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px; }

.modalopen {
  position: relative;
  z-index: 4;
  display: none;
  background-color: #fc0;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #005ea8;
  text-align: center; }

.wrapperparent {
  width: 390px;
  height: 300px;
  max-height: 100%;
  max-width: 100%; }

.modalclose {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1002;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .72); }

.adventskalenderbody {
  background-image: url('/adventskalender/images/cuehltmejuy-dmytro-yakymuk.jpg');
  background-position: 0px 0px;
  background-size: cover; }

.message {
  position: absolute;
  display: none;
  width: 100%;
  padding: 4px 6px;
  background-color: #005ea8;
  opacity: 0;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center; }

.message.late {
  display: block; }

.message.early {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

.accordionheading {
  cursor: pointer;
  font-family: Source Sans Pro;
  padding: 6px;
  font-weight: 600;
  box-sizing: border-box;
  color: #181818;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  text-align: left;
  border-left: 2px solid #fc0; }

.accordionheading:focus {
  outline: none; }

.faqanswer {
  border-left: #91b1ca solid 2px; }

.search-field {
  display: block;
  float: left;
  font-family: Montserrat;
  border: none;
  width: 95%; }

.search-field:focus {
  outline: none; }

.search-form {
  border: 2px solid rgba(0, 94, 168, 0.3);
  width: 70%;
  height: 40px;
  padding: 7px; }
/* Fernbus-CSS--------------------------------------------------------------- */
.hero-section-centered {
  color: #fff;
  text-align: center; }

.fernbus-bookingmask {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto; }

.hero-heading {
  background-color: rgba(255, 255, 255, 0);
  border-top: 20px none #fff;
  color: #fff;
  display: inline;
  font-family: Raleway, sans-serif;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.1em;
  margin-bottom: 50px;
  margin-top: 50px;
  text-transform: uppercase; }

.section-heading {
  color: #005ea8;
  display: block;
  font-family: Raleway, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.7em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  text-transform: uppercase;
  width: 90%; }

.section-heading.weiss {
  color: #005ea8;
  padding-top: 2%; }

.section-heading.mitbus {
  padding-right: 260px; }

.sectiongradient {
  padding-top: 2%; }

.sectiongradient.last {
  padding-bottom: 3%; }

.fernbus-tabs {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }

.fernbus-tabs-content {
  color: #252525;
  display: block;
  font-size: 1em;
  line-height: 1em;
  margin-left: auto;
  margin-right: auto; }

.divnormal {
  background-color: white;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  padding-bottom: 48px;
  padding-top: 48px;
  width: 95%; }

.divnormal.iconscentral {
  -moz-box-align: center;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.divnormal.iconscentral.shadow {
  box-shadow: 1px 0px 12px 2px rgba(0, 0, 0, 0.35);
  padding-top: 3%; }

.divnormal.iconscentral.shadow.modal {
  padding-top: 48px; }

.divnormal.header {
  background-color: rgba(255, 255, 255, 0);
  padding-bottom: 3%; }

.divnormal.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 2px; }

.fontawesome.telephoneicon {
  font-family: Fontawesome;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1em;
  margin-right: 12px; }

.fontawesome.contact-icon {
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  clear: none;
  color: #005ea8;
  display: flex;
  font-family: Fontawesome;
  font-size: 2em;
  height: 30px;
  justify-content: center;
  line-height: 1.9em;
  margin-left: auto;
  position: static;
  text-align: left;
  width: 30px; }

.fontawesome.contact-icon.whatsapp {
  -moz-box-align: center;
  align-items: center;
  color: #34af23; }

.tabselector:hover {
  border-bottom: 3px solid #fc0; }

.tabselector.w--current {
  border-bottom: 3px solid #fc0;
  width: auto; }

.sliderintroslide {
  -moz-box-align: center;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-pack: start;
  align-content: center;
  align-items: center;
  background-color: transparent;
  display: inline-block;
  flex-flow: row nowrap;
  justify-content: flex-start; }

.sliderintromask {
  margin-left: 60px;
  margin-right: 60px;
  overflow: hidden; }

.sliderintronav {
  color: #fc0;
  display: block;
  padding-top: 24px; }

.sliderintro {
  background-color: transparent;
  min-height: 350px; }

.sliderintro.erfahrungen {
  min-height: 0px; }

.sliderintrodiv {
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center; }

.arrow3 {
  color: #fc0;
  transition: color 300ms ease-in-out 0s;
  -webkit-transition: color 300ms ease-in-out; }

.arrow3:hover {
  color: #005ea8; }

.arrow4 {
  color: #fc0;
  transition: color 300ms ease-in-out 0s;
  -webkit-transition: color 300ms ease-in-out; }

.arrow4:hover {
  color: #005ea8; }

.verbindungrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%; }

.einleitungstext ul {
  color: #181818; }

.einleitungstext em {
  color: #005ea8; }

.einleitungstext h4 {
  margin-top: 0px; }

.erfahrungentext {
  color: #676770;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-align: left;
  width: 90%; }

.erfahrungentext em {
  color: #005ea8;
  font-family: Fontawesome;
  font-weight: 400; }

.erfahrungentext strong {
  color: #005ea8;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline; }

.erfahrungentext img {
  display: inline; }

.erfahrungentext a {
  color: #005ea8;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none; }

.erfahrungentext blockquote {
  border-left-style: none;
  color: #181818;
  font-size: 15px;
  line-height: 24px;
  padding-left: 0px;
  padding-right: 0px; }

.erfahrungentext p {
  color: #676770; }

.rowhaltestellen {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1%; }

.rowhaltestellen.padding {
  padding-left: 10px;
  padding-right: 10px; }

.rowhaltestellen em {
  color: #005ea8;
  font-family: "Source Sans Pro", sans-serif;
  font-style: italic;
  font-weight: 400; }

.rowhaltestellen h3 {
  margin-top: 0px;
  padding-top: 12px; }

.rowhaltestellen.fahrplan {
  padding-top: 2px; }

.rowhaltestellen strong {
  font-size: 1em;
  font-weight: 400; }

.serviceicon {
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  color: #005ea8;
  display: inline;
  font-family: Fontawesome;
  height: 30px;
  justify-content: center;
  text-align: center;
  width: 20px; }

.contact-div.services {
  display: inline-flex; }

.servicetext {
  -moz-box-align: baseline;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  align-items: baseline;
  display: inline;
  flex-direction: column;
  justify-content: center;
  padding-left: 6px; }

.bus {
  display: inline;
  float: right;
  max-width: 25%;
  position: relative;
  right: 7%; }

.erfahrunglogo {
  display: inline-block; }

.erfahrungenlogocolumn {
  -moz-box-align: center;
  align-items: center;
  display: inline-block; }

.erfahrungenrow {
  -moz-box-align: center;
  align-items: center;
  display: flex; }

.fernbus-netzkarte {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 90%; }

.tableview-staedte {
  border-bottom: 1px solid #d5d5e0;
  color: #005ea8;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 6px;
  padding-bottom: 10px;
  text-decoration: none; }

.ui-buttonset {
  width: 100%; }

.fahrplankommentare {
  background-color: #feedcb;
  font-size: 13px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-top: 6px; }

#newsinitiallyhidden {
  display: none; }

.mc-field-group {
  display: inline-block; }
/* positions input field horizontally */
#mc_embed_signup input {
  width: 39%;
  margin-right: 2.5%;
  float: left;
  display: block;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc; }

#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold; }

#mc_embed_signup .clear {
  display: inline-block;
  float: right; }
/* positions button horizontally in line with input */
#mc_embed_signup .button {
  padding: 8px 6px 8px 6px;
  margin: 6px 0px 6px 0px;
  min-width: 88px;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  clear: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #005ea8;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fc0;
  cursor: pointer; }

#mc_embed_signup .button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
  display: none; }

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0; }

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px); }

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px); }

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px); }

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px); }

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px); }

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6); }

@media (max-width: 1390px) {
  .sectionfullwidth.fullscreen.blue {
    background-size: 55%; } }

@media (max-width: 1170px) {
  .navigation-bar {
    min-height: 0px;
    height: 70px;
    max-height: 70px;
    transform: translateY(0px) !important; }

  .nav-menu {
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }

  .navlink {
    padding: 8px 0px 8px 18px; }

  .brandlink {
    margin-bottom: 0px;
    margin-left: 2.5%; }

  .headermaindiv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none; }

  .mobil-badgenav {
    display: block !important; }

  .sectionfullwidth.fullscreen.blue {
    background-size: 477px;
    min-height: 0px; }

  .highlighttext {
    width: 36%; }

  .dropdownlist.w--open {
    margin-top: 0px;
    background-color: transparent; }

  .dropdownlink {
    display: block;
    padding: 8px 32px 8px 38px;
    clear: both; }

  .slidertext {
    width: 50%; }

  .faqrow {
    margin-right: -1%; }

  .menubutton {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .menubutton.w--open {
    background-color: rgba(199, 199, 199, 0); }

  .menubuttonicon {
    color: #fc0; }

  .faqdiv {
    height: 185px; }

  .faqh3 {
    font-size: 14px;
    line-height: 22px; }

  .headercontact {
    padding: 8px 12px 8px 18px;
    background-color: #005ea8; }

  .headerimage {
    width: 40px;
    height: 40px; }

  .slide2 {
    background-position: 86% 50%; }

  .slide3 {
    background-position: 85% 50%; }

  .slide4 {
    background-position: 85% 50%; }

  .slide5 {
    background-position: 85% 50%; }

  .slide6 {
    background-position: 85% 50%; }

  .newsletterfield {
    width: 49%;
    margin-right: 0%; }

  .newsletterfield.right {
    margin-left: 2%; }

  .submit {
    width: 24.5%;
    float: right; }

  .subscribe {
    float: right; }

  #mc_embed_signup input {
    width: 48%; }

  #mc_embed_signup input.email {
    float: right;
    margin-right: 0px; }

  #mc_embed_signup .button {
    float: right; }

  #mc_embed_signup .clear {
    float: right;
    width: 24.5%; }

  .imagenewsbox {
    width: auto;
    height: auto; }

  .navtopsection {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .tabpane {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .contentpageinabox {
    margin: 80px 0 60px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 23px;
    line-height: 33px; }

  h2 {
    font-size: 22px;
    line-height: 28px; }

  h3 {
    font-size: 20px;
    line-height: 30px; }

  img {
    display: inline-block; }

  .hero-section {
    height: auto; }

  .spc {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px; }

  .booking-mask {
    margin-top: 70px; }

  .fernbus-bookingmask {
    margin-top: -60px; }

  .awardfooterparent {
    flex-direction: column; }

  .bookingparent {
    position: static;
    display: block;
    height: auto;
    margin-top: 0px; }

  .imageparent {
    height: 100vh; }

  .sectionfullwidth {
    padding-bottom: 36px; }

  .sectionfullwidth.fullscreen.blue {
    display: block;
    height: 100%;
    background-image: none; }

  .sectionfullwidth.slider {
    padding-top: 0px;
    padding-bottom: 0px; }

  .sectionfullwidth.overlap {
    margin-top: 0px; }

  .widthcontent.netz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .highlighttext {
    width: 100%;
    max-width: 100%; }

  .columnright {
    padding-right: 10px;
    padding-left: 0px;
    padding-top: 0px; }

  .rownewsbox {
    padding-top: 0px; }

  .slidertext {
    width: 100%; }

  .faqcolumn {
    height: 80px;
    padding-right: 0px;
    padding-bottom: 12px; }

  .faqrow {
    margin-right: 0px; }

  .kurzurlaubrow {
    display: block;
    margin-right: 0px;
    margin-bottom: 12px; }

  .kurzurlaubcolumntext {
    padding-left: 10px; }

  .tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .tabselector {
    margin-bottom: 12px;
    -webkit-flex-basis: 41%;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    height: auto; }

  .tabselector.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 41%;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%; }

  .flexzweispaltig {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .divtabrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .divtableft {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .divtabright {
    width: auto; }

  .flexspalte {
    width: 100%; }

  .slide {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/businessmann.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/businessmann.jpg');
    background-position: 0px 0px, 78% 50%;
    background-size: auto, cover; }

  .faqdiv {
    height: 100%; }

  .faqdiv:hover {
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .2);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  .faqimage {
    width: 60px;
    height: 100%;
    float: left; }

  .search-field {
    width: 90%;
    font-size: 14px; }

  .search-form {
    width: 100%; }

  .columnkurzurlaub {
    padding-right: 0px; }

  .kurzurlaubrow {
    display: block;
    margin-right: 0px; }

  .subnavbutton {
    padding: 6px 8px; }

  .netzkarte {
    display: block;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto; }

  .faqh3 {
    display: inline-block;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: left; }

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

  .landingpagehero {
    margin-top: 54px; }

  .landingpagetext h2 {
    font-size: 18px;
    line-height: 26px; }

  .landingpagetext h3 {
    font-size: 18px;
    line-height: 26px; }

  .slide2 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/Nintendo_small.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/Nintendo_small.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover; }

  .linkblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .slide3 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/websitegps.gif');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/websitegps.gif');
    background-position: 0px 0px, 86% 50%;
    background-size: auto, cover; }

  .slide4 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/Gruppe-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/Gruppe-1.jpg');
    background-position: 0px 0px, 77% 50%;
    background-size: auto, cover; }

  .slide5 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/slide5.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/slide5.jpg');
    background-position: 0px 0px, 79% 50%;
    background-size: auto, cover; }

  .slide6 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/Gepaeck_v3.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/images/start/Gepaeck_v3.jpg');
    background-position: 0px 0px, 78% 50%;
    background-size: auto, cover; }

  .submit {
    width: 49%; }

  .columnnewsboximage {
    display: none; } }

@media (max-width: 479px) {
  .spc {
    padding-right: 0px;
    padding-left: 0px; }

  .faqh3 {
    padding-left: 6px; }

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

  .slide2 {
    background-position: 89% 0%; }

  .kurzurlaubtable {
    text-align: right; }

  .kurzurlaubindividualrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .tabs-content li {
    font-size: 0.9em; } }
/*Fernbus-CSS---------------------------------------------------------------*/
@media (max-width: 1170px) {
  .section-heading.mitbus {
    padding-right: 220px; } }

@media (max-width: 767px) {
  .hero-heading {
    margin-bottom: 15px;
    line-height: 66.6px; }

  .section-heading.mitbus {
    padding-right: 10px;
    padding-bottom: 0px; }

  .divnormal.iconscentral.shadow.modal {
    overflow: scroll;
    max-height: 90%;
    padding-top: 36px; }

  .headerdiv {
    overflow: hidden; }

  .sliderintromask {
    margin-right: 36px;
    margin-left: 36px; }

  .sliderintronav {
    position: static;
    display: block;
    padding-top: 12px; }

  .sliderintroarrow {
    display: inline; }

  .arrow3 {
    width: 48px; }

  .arrow4 {
    width: 48px; }

  .contactrow {
    width: 90%;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column; }

  .contactcolumn {
    display: none; }

  .erfahrungentext {
    width: 100%; }

  .bus {
    display: none; }

  .erfahrungenlogocolumn {
    display: none; }

  .haltestellenliste {
    -moz-column-count: 1; } }

@media (max-width: 479px) {
  .hero-heading {
    position: static;
    overflow: visible;
    font-size: 2.9em;
    line-height: 55.2px; }

  .section-heading {
    font-size: 24px;
    line-height: 28px; }

  .booking-mask.shadow {
    z-index: 5; }

  .footerheading {
    margin-top: 48px; }

  .divnormal.iconscentral.shadow.modal {
    padding-top: 24px; }

  .sliderintronav {
    display: none; }

  .sliderintro.erfahrungen {
    min-height: 360px; } }

@keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 1; }

  50% {
    opacity: 0; }

  100% {
    opacity: 1; } }
/*--------------------------ALIEN CSS ANFANG--------------------*/
a.alien_a {
  color: white; }

.alien_flexparent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.alien_flexvideo {
  flex-shrink: 2;
  flex-grow: 2;
  flex-basis: 0; }

.alien_flexgewinnspiel {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  margin-left: 20px; }

.alien_h2 {
  font-family: Raleway;
  font-size: 18px;
  font-weight: bold;
  color: #fff; }

.alien_p {
  font-family: Source Sans Pro;
  color: white; }

.alien_containerbackground {
  padding: 12px;
  color: white;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 10px; }

.alien_alienizerparent {
  display: flex;
  flex-direction: row; }

.alien_buttonupload {
  background: #446c8c;
  padding: 8px 6px 8px 6px;
  margin: 6px 0px 6px 0px;
  min-width: 88px;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  outline: none;
  clear: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #fff; }

.alien_alienizerimage {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0; }

.alien_alienizertext {
  flex-shrink: 2;
  flex-grow: 2;
  flex-basis: 0; }

@media screen and (max-width: 768px) {
  .alien_flexparent {
    flex-direction: column; }

  .alien_alienizerparent {
    flex-direction: column; }

  .alien_alienizertext {
    padding-left: 0px; }

  .alien_flexgewinnspiel {
    margin-left: 0px; } }
/*------------------ALIEN CSS ENDE-------------------------*/
/*------------------LOVE SIMON CSS ANFANG-------------------------*/
.lovesimon_bgimg {
  background-image: url('https://www.deinbus.de/aktionen/lovesimon/images/background.jpg');
  background-attachment: fixed;
  background-size: cover; }
/*------------------LOVE SIMON CSS ENDE-------------------------*/
/*------------------PARTNERSEITE START-----------------*/
.grid-container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  width: 1150px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto; }

.grid-box-half {
  grid-column: auto / span 1; }

.grid-box-full {
  grid-column: span 2; }

.partner-section {
  padding-top: 58px;
  padding-bottom: 90px; }

.partner-header-container {
  position: relative;
  text-align: center; }

.partner-header-text {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 58px; }

.partner-breadcrumb {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 14px;
  color: #333; }

.partner-conditions-container {
  background: #fff;
  margin-top: 18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  width: 100%;
  padding: 0px;
  overflow: hidden; }

.partner-condition-header {
  padding: 8px 24px;
  list-style-type: none;
  border-bottom: 1px solid #ddd; }

.partner-condition-header:hover {
  background-color: #edeff2; }

.partner-conditions-h3 {
  font-family: 'Source Sans Pro';
  font-size: 18px;
  color: #424242;
  cursor: pointer; }

.wm-card-1 > .fas {
  margin-right: 32px; }

.partner-condition-body {
  margin: 12px 0px;
  grid-column-start: 2; }

.partner-condition-mobile {
  display: none; }

.ui-accordion-header {
  outline: none; }

@media screen and (max-width: 767px) {
  .partner-header-text {
    font-size: 38px; }

  .partner-condition-body {
    grid-column: auto; }

  .partner-condition-header {
    padding: 8px 8px; }

  .grid-box-half {
    grid-column: span 2; } }

@media screen and (max-width: 1170px) {
  .partner-condition-desktop {
    display: none; }

  .partner-condition-mobile {
    display: block; } }
/*------------------WEIHNACHTSMARKT CSS START-----------------*/
.wm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }

.wm-grid p {
  line-height: 24px; }

.wm-header-image {
  background-image: url('https://www.deinbus.de/weihnachtsmarkt/images/header.jpg');
  background-size: cover;
  height: 333px;
  background-position: center; }

.wm-header-h1 {
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #75d917;
  margin-top: 84px; }

.wm-header-h1container {
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.wm-card {
  border-radius: 8px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16), 0 6px 6px rgba(0, 0, 0, 0.13);
  background-color: white;
  border-bottom: 4px #75d917 solid;
  max-width: 100%;
  overflow: hidden; }

.wm-card-3 {
  grid-column: span 3; }

.wm-card-2 {
  grid-column: auto / span 2; }

.wm-card-1 {
  grid-column: auto / span 1; }

.wm-card-textbox {
  padding: 8px 12px;
  padding-bottom: 18px; }

.wm-card-h2 {
  text-align: center;
  color: white;
  padding: 6px 0px;
  background-color: #75d917; }

.wm-subheadline {
  grid-column: span 2;
  font-size: 28px;
  color: white;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 12px; }

.wm-button-container {
  grid-column: span 1; }

.wm-img-cookie {
  background-image: url(https://www.deinbus.de/weihnachtsmarkt/images/christmastime.jpg);
  background-size: cover; }

.wm-img-girl {
  background-image: url(https://www.deinbus.de/weihnachtsmarkt/images/girl.jpg);
  background-size: cover;
  background-position: right; }

.wm-img-car {
  background-image: url(https://www.deinbus.de/weihnachtsmarkt/images/coffee.jpg);
  background-size: cover; }

.wm-img-bus {
  background-image: url(https://www.deinbus.de/weihnachtsmarkt/images/deinbus.jpg);
  background-size: cover; }

.wm-grid .divnormal {
  max-width: none; }

.wm-grid .divnormal.shadow {
  box-shadow: none; }

.wm-grid .sky-form {
  box-shadow: none; }

.wm-grid #booking-mask {
  overflow: visible; }

.wm-grid h1 {
  font-family: 'Source Sans Pro'; }

.wm-grid h2 {
  font-family: 'Source Sans Pro'; }

.wm-grid h3 {
  font-family: 'Source Sans Pro'; }

.wm-grid h4 {
  font-family: 'Source Sans Pro'; }
/** Youtube Video ordentlich einbinden **/
.vid-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }

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

@media (max-width: 1170px) {
  .wm-grid {
    grid-template-columns: 1fr;
    max-width: 95%; }

  .wm-grid .booking-mask {
    margin-top: 0px; }

  .wm-card-1 {
    grid-column: span 3; }

  .wm-card-2 {
    grid-column: span 3; }

  .wm-header-h1container {
    width: 100%;
    padding: 0; } }
/*-------------------------------WEIHNACHTSMARKT-CSS-ENDE------------------*/
