/******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: Main Stylesheet
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
@import "../js/libs/slick/slick.css";
@import "../js/libs/slick/slick-theme.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: All Variables of the LESS-Stylesheet are set here
******************************************************************/
/******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: Mixins & Constants Stylesheet

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000000;
  font-family: 'museo-sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
.row {
  overflow: hidden;
}
article img {
  max-width: 100%;
}
*:focus {
  outline: none;
}
/*********************
FONTS
*********************/
h1,
.h1,
h2,
.h2 {
  font-family: 'Philosopher', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
.h1 small,
h2 small,
.h2 small {
  font-size: 60%;
}
h1 .subline,
.h1 .subline,
h2 .subline,
.h2 .subline {
  color: #000000;
  display: block;
  font-family: 'museo-sans', sans-serif;
  line-height: 1.6;
}
h1,
.h1 {
  font-size: 34px;
  margin: 1em 0;
}
h2,
.h2 {
  font-size: 30px;
  margin: 0 0 1em 0;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #B81715;
  font-family: 'museo-sans', sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1em 0;
}
p {
  margin: 0 0 1em 0;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
/*********************
BUTTONS
*********************/
.btn,
button.btn {
  background: #B81715;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  display: block;
  font-weight: 700;
  padding: 0.6em 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.btn-cta {
  background-color: #B81715;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 15px;
  width: 100%;
  padding: 15px;
  display: block;
}
/*********************
FOOTER
*********************/
.footer-main {
  background: #0E0801;
  color: #FFFFFF;
  overflow: hidden;
}
.footer-main h4,
.footer-main a {
  color: #FFFFFF;
}
.footer-main hr {
  border: none;
  border-top: 2px solid #FFFFFF;
}
.wrapper-nav-footer ul {
  line-height: 2.4em;
}
.wrapper-nav-footer ul li.menu-item-icon {
  font-size: 32px;
}
/* Mailchimp form */
.mailchimp #mc_embed_signup_scroll {
  max-width: 100%;
}
.mailchimp .mc-field-group {
  margin: 0;
  width: 100%;
}
.mailchimp input:not([type="submit"]) {
  border-radius: 3px;
  border: none;
  color: #AAAAAA;
  font-family: 'museo-sans', sans-serif;
  font-size: 16px;
  height: 35px;
  padding: 6px 12px;
  width: 100%;
}
.mailchimp .button {
  background: #B81715;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  display: block;
  font-weight: 700;
  padding: 0.6em 0.8em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  height: 35px;
  margin: 1em auto 0 auto !important;
}
/*********************
HEADER
*********************/
.header-main {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 22px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, #727272 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #727272 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#727272), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #727272 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #727272 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 999;
}
.header-main .logo {
  display: inline-block;
}
.header-main .logo .logo-link {
  display: block;
}
.header-main .logo .logo-link .logo-container .logo-image {
  max-width: 130px;
  width: 100%;
  height: auto;
  display: block;
}
[data-front-page="true"].is-scrolled .header-main .logo {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
[data-front-page="true"]:not(.is-scrolled) .header-main .logo {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
}
.header-main .main-nav-container {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 70%;
  z-index: 999;
  background-color: white;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  font-size: 22px;
  overflow-y: scroll;
}
.header-main .main-nav-container a:focus {
  outline: none;
}
.header-main .main-nav-container .main-nav-close {
  padding: 22px;
  color: #FFFFFF;
  text-align: right;
}
.header-main .main-nav-container .main-nav-close .fa:before,
.header-main .main-nav-container .main-nav-close [class*="icon"]:before {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  line-height: 0;
  font-size: 36px;
  vertical-align: 2px;
}
.header-main .main-nav-container .nav {
  margin: 120px 0 0 0;
  font-weight: 700;
}
.header-main .main-nav-container .nav .menu-item a,
.header-main .main-nav-container .nav .menu-item .hr {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 23px 30px;
  line-height: 1;
}
.header-main .main-nav-container .nav.divider {
  margin-top: 0;
}
.header-main #menu-navigation-meta.nav,
.header-main #menu-navigation-social.nav {
  font-weight: 500;
  margin: 0;
  font-size: 85%;
}
.header-main #menu-navigation-meta.nav .menu-item a,
.header-main #menu-navigation-social.nav .menu-item a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.header-main .nav-toggler {
  width: 32px;
  height: auto;
  position: absolute;
  top: 29px;
  right: 22px;
  cursor: pointer;
}
.header-main .nav-toggler .icon-bar {
  background-color: white;
  height: 4px;
  width: 100%;
  display: block;
  margin-top: 4px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header-main .nav-toggler .icon-bar:first-child {
  margin-top: 0;
}
.header-main .nav-toggler.active {
  z-index: 9000;
}
.header-main .nav-toggler.active .icon-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #0E0801;
}
.header-main .nav-toggler.active .top-bar {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
}
.header-main .nav-toggler.active .middle-bar {
  opacity: 0;
}
.header-main .nav-toggler.active .bottom-bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform-origin: 12% 100%;
  -webkit-transform-origin: 12% 100%;
  -ms-transform-origin: 12% 100%;
}
.header-main .social-wrapper {
  display: none;
}
/*********************
INTRO
*********************/
.yamato-intro {
  position: relative;
  z-index: 0;
}
.yamato-intro .visual-logo {
  max-width: 100%;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 100;
}
.yamato-intro .visual-logo img {
  margin: 0 auto;
}
.yamato-intro .visuals img {
  max-width: 100%;
  height: auto;
  display: block;
}
.yamato-intro .visuals .visual-module {
  position: relative;
  width: 100%;
}
.yamato-intro .visuals .layer {
  position: absolute;
  width: 100%;
}
.yamato-intro .visuals .layer-static {
  position: relative;
}
.yamato-intro .visuals .layer-6 {
  z-index: 6;
}
.yamato-intro .visuals .layer-5 {
  z-index: 5;
}
.yamato-intro .visuals .layer-4 {
  z-index: 4;
}
.yamato-intro .visuals .layer-3 {
  z-index: 3;
}
.yamato-intro .visuals .layer-2 {
  z-index: 2;
}
.yamato-intro .visuals .layer-1 {
  z-index: 1;
}
.yamato-intro .visuals .layer-0 {
  z-index: 0;
}
.yamato-intro .visuals .layer-0 {
  display: none;
}
.yamato-intro .visuals .layer-1 {
  bottom: 0;
}
.yamato-intro .visuals .layer-2 {
  z-index: 2;
}
.yamato-intro .visuals .layer-3 {
  display: none;
  top: 15%;
  width: 35%;
  left: 50%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: -10%;
}
.yamato-intro .visuals .visual-key {
  padding: 30px 15px 10px 15px;
  margin-bottom: -15%;
}
.yamato-intro .visuals .visual-ticket {
  padding: 20px 15px 60px 15px;
  bottom: 0;
}
.yamato-intro .visuals .visual-ticket .btn {
  font-size: 19px;
}
.yamato-intro .visuals .list-partners img {
  display: inline-block;
}
.list-inline.list-partners {
  padding: 0 5%;
}
.list-partners img {
  width: 25%;
}
/*
[data-role="yamato-intro"] {
	height: 100vh;
	.visuals, .visual-module {
		height: 100%;
	}
}
*/
/* set positioning styles when [data-role="yamato-intro"] gets 100% height via JS */
/*
@media (max-width: @screen-sm-max) and (max-aspect-ratio: 60/90), (min-width: @screen-md-min) and (max-aspect-ratio: 120/100) {
	[data-role="yamato-intro"] {
		.visuals  {
			position: relative;
			height: 100%;
		}
		.visuals .visual-module {
			position: absolute;
			bottom: 0;
		}
	}
}
@media (max-width: @screen-sm-max) and (min-aspect-ratio: 61/90), (min-width: @screen-md-min) and (min-aspect-ratio: 121/100) {
	[data-role="yamato-intro"] {
		height: auto !important;
		margin-bottom: -1px;
	}
	.visual-ticket {
		position: relative !important;
	}
}

*/
/*********************
BACKGROUNDS
*********************/
body {
  background-image: url('../images/common/yamato-pattern-m@2x.png');
  background-repeat: repeat;
  background-size: 200px;
}
.background-dark {
  background-color: #0F0800;
  color: #FFFFFF;
  font-weight: 300;
}
.background-dark p {
  font-weight: 300;
}
.background-dark * {
  color: inherit;
}
.background-grey {
  background-color: #0E0801;
  color: #FFFFFF;
}
.background-grey p {
  font-weight: 300;
}
.background-grey * {
  color: inherit;
}
.background-red {
  background-color: #B81715;
  color: #FFFFFF;
}
.background-red * {
  color: inherit;
}
.post-464,
.background-temple {
  background: url('../images/common/yamato-graphic-mountains-NEW@2x.png') no-repeat bottom;
  background-size: 150%;
}
.background-triangle {
  background: url('../images/common/yamato-bg-yellow@2x.png') no-repeat bottom;
  background-size: 100%;
  min-height: 55vw;
}
/*********************
ICONS
*********************/
.icon {
  display: inline-block;
  width: 20px;
  height: 30px;
  margin: 0 5px;
  font-size: 1.5em;
  color: #FFFFFF;
  text-decoration: none;
}
.icon:before {
  font-family: 'FontAwesome';
  width: 20px;
  height: 20px;
}
.icon.icon-facebook:before {
  content: '\f230';
}
/*********************
UTILITY
*********************/
.sr-only {
  display: none !important;
}
.hidden {
  display: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.list-inline {
  padding: 0;
  margin: 0;
  text-align: center;
}
.list-inline li {
  display: inline;
  padding: 0 1em;
}
.list-inline li img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.5em;
}
.list-inline a {
  text-decoration: none;
}
.subheadline {
  font-style: italic;
  font-size: 16px;
  margin-top: 5px;
  display: block;
  font-weight: bold;
  font-family: 'museo-sans', sans-serif;
}
.row-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .row-flex {
    display: block;
  }
}
.row-flex .order-1 {
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  /* OLD - Firefox 19- */
  -ms-flex-order: 1;
  /* TWEENER - IE 10 */
  -webkit-order: 1;
  /* NEW - Chrome */
  order: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.row-flex .order-2 {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* TWEENER - IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  color: #B81715 !important;
}
.btn-large-text {
  font-size: 20px;
}
/*********************
TICKETS
*********************/
/*********************
MOTIVTICKET
*********************/
#kruu_wp_motivticket {
  background: #0E0801;
  overflow: hidden;
  position: static !important;
  text-align: right;
  width: 100%;
}
#kruu_wp_motivticket a img {
  position: static !important;
  display: block;
  float: right;
}
/*********************
ROUND IMAGE
*********************/
img.artistic-director-portrait,
img.img-circle,
.artistic-director-portrait img,
.img-circle img {
  border-radius: 5000px;
  border-radius: 50%;
}
/*********************
COMMENTARY
*********************/
.commentary {
  background: url('../images/common/yamato-quotes@2x.png') no-repeat center;
  font-style: italic;
  line-height: 1.4;
  margin: 0 auto;
  text-align: center;
  background-size: 320px;
  width: 260px;
  height: 130px;
  padding: 0 35px 0 45px;
  font-size: 12px;
}
.commentary .commentary-position {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.commentary p {
  margin: 0.25em 0;
}
.commentary .author {
  font-style: normal;
}
.commentaries-image img {
  width: 100%;
  display: block;
}
/*********************
SLICK THEME OVERRIDES
*********************/
.slick-slider .slick-dots {
  position: static;
}
.slick-slider .slick-dots li {
  text-align: center;
}
.slick-slider .slick-dots li button {
  border-radius: 5000px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
  -moz-box-shadow: inset 0 0 0 2px #FFFFFF;
  box-shadow: inset 0 0 0 2px #FFFFFF;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slick-slider .slick-dots li.slick-active button {
  -webkit-box-shadow: inset 0 0 0 5px #FFFFFF;
  -moz-box-shadow: inset 0 0 0 5px #FFFFFF;
  box-shadow: inset 0 0 0 5px #FFFFFF;
}
.slick-slider .slick-dots li button:before {
  display: none;
}
/*********************
TICKETS
*********************/
.wrapper-tickets .dates:after {
  content: " ";
  clear: both;
}
.wrapper-tickets article.date {
  display: block;
  text-align: left;
  border-bottom: none;
  margin-bottom: 30px;
}
.wrapper-tickets article.date header {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 25px 30px 25px 35px;
  position: relative;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.wrapper-tickets article.date header:after {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  right: 30px;
  width: 32px;
  height: 32px;
  background: url('../images/common/yamato-toggle-open.svg') no-repeat;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background-size: 100%;
}
.wrapper-tickets article.date.active header {
  background-color: #B81715;
  color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
}
.wrapper-tickets article.date.active header:after {
  background-image: url('../images/common/yamato-toggle-close.svg');
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.wrapper-tickets article.date.inactive header:after {
  background-image: url('../images/common/yamato-toggle-open-inactive.svg');
}
.wrapper-tickets article.date.inactive header {
  color: #CCCCCC;
}
.wrapper-tickets article.date .city {
  color: inherit;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.wrapper-tickets article.date .location {
  color: inherit;
  font-size: 16px;
  margin: 0;
}
.wrapper-tickets article.date .date-time {
  color: inherit;
  font-size: 23px;
  font-weight: 700;
  margin: 0;
}
.wrapper-tickets article.date .show-dates {
  margin-top: 1em;
}
.wrapper-tickets article.date section {
  display: none;
  background: #FFFFFF;
  padding: 25px 30px 25px 35px;
}
.wrapper-tickets article.date section .show {
  padding: 20px 0;
}
.wrapper-tickets article.date section .map img {
  margin: 20px 0;
}
.wrapper-tickets article.date section .btn-tickets,
.wrapper-tickets article.date section .ical-link {
  color: #000000;
  text-decoration: none;
}
.wrapper-tickets article.date section .ical-link {
  text-indent: -999px;
  width: 20px;
  height: 23px;
  background-image: url('../images/tickets/icon-cal-black@2x.png');
  background-repeat: no-repeat;
  background-position: 0px 6px;
  overflow: hidden;
  float: left;
  background-size: 80%;
  margin-right: 10px;
}
.wrapper-tickets .tickets-visible .wrapper-map {
  margin-bottom: 16px;
}
.wrapper-tickets .tickets-visible .wrapper-map .map {
  overflow: hidden;
  height: 222px;
  position: relative;
}
.wrapper-tickets .tickets-visible .map img {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wrapper-tickets .tickets-visible .ical-link {
  text-indent: -999px;
  width: 20px;
  height: 25px;
  background-image: url('../images/tickets/icon-cal-black@2x.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  overflow: hidden;
  float: left;
  background-size: 90%;
  margin-right: 15px;
}
.wrapper-tickets .tickets-visible .show-wrapper > div {
  margin-bottom: 16px;
}
.wrapper-tickets .tickets-visible .wrapper-partner {
  background: #FFFFFF;
  color: #000000;
  padding: 25px 30px 25px 35px;
}
.wrapper-tickets .tickets-visible .wrapper-partner h4,
.wrapper-tickets .tickets-visible .wrapper-partner .tile-sponsor {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 1em 0;
}
.wrapper-tickets .tickets-visible .wrapper-partner .wrapper-partner-logos .partner {
  display: inline-block;
  padding: 8px;
}
.wrapper-tickets .tickets-visible .wrapper-partner .wrapper-partner-logos .partner img {
  height: 35px;
}
/*********************
MEDIA / MASONRY / SALVATTORE
*********************/
#grid[data-columns]::before {
  content: '1 .column.size-1of1';
}
#grid {
  width: 100%;
  margin: 0 auto;
}
#grid img {
  width: 100%;
  max-width: inherit;
  display: block !important;
}
#grid .image {
  padding-bottom: 30px;
}
#grid .image a {
  display: block;
}
/* These are the classes that are going to be applied: */
.column {
  float: left;
  padding: 0 30px;
}
.size-1of1 {
  width: 100%;
}
/*********************
VIDEO STYLES
*********************/
.video-wrapper {
  display: none;
  position: relative;
  z-index: 10;
}
/*********************
READMORE
*********************/
[data-role="readmore-trigger"] {
  cursor: pointer;
}
[data-role="readmore-trigger"].triggered {
  display: none !important;
}
[data-role="readmore-text"].read {
  display: block !important;
}
/*********************
PARALLAX
*********************/
.parallax {
  position: relative;
  width: 100%;
  height: 100%;
}
.parallax-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-transition: background-position 0.02s ease-in;
  -moz-transition: background-position 0.02s ease-in;
  -o-transition: background-position 0.02s ease-in;
  transition: background-position 0.02s ease-in;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.triangle {
  background-image: url('../images/common/yamato-bg-parallax-sm@2x.png');
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  top: inherit;
  bottom: -20%;
}
/*********************
COMMON ARTICLE STYLING
*********************/
article ul {
  margin-left: 1em;
}
article ul li {
  list-style-type: disc;
  padding-left: 0.4em;
  margin-bottom: 0.8em;
}
/*********************
INDIVIDUAL POST STYLING
*********************/
.post-masa-ogawa header,
.post-461 header {
  display: none;
}
.post-11 header h2 {
  padding-top: 30px;
}
.faq strong {
  font-size: 16px;
}
/******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: Grid Stylesheet

******************************************************************/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1179px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1180px) and (max-width: 1399px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  zoom: 1;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 96%;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 960px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
  zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  content: "";
  display: table;
}
.container-fluid:after {
  clear: both;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  margin-left: -30px;
  margin-right: -30px;
  clear: all;
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
@media (max-width: 767px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1180px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: Tablet & Small Desktop Stylesheet
******************************************************************/
  /*********************
BACKGROUNDS
*********************/
  body {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 46px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 19px;
  }
  /*********************
FOOTER
*********************/
  .footer-main hr {
    border: none;
  }
  .wrapper-nav-footer ul {
    display: inline-block;
    line-height: 1.6;
  }
  .wrapper-nav-footer ul li.menu-item-icon {
    font-size: 16px;
  }
  .mailchimp input:not([type="submit"]) {
    width: 380px;
  }
  .mailchimp .button {
    margin: 0 0 0 1em !important;
    display: inline-block;
    vertical-align: bottom;
  }
  /*********************
HEADER
*********************/
  .header-main {
    padding: 30px;
    height: 60px;
  }
  .header-main .main-nav-container {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    line-height: 60px;
    width: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
    font-size: 18px;
    overflow: inherit;
    -webkit-font-smoothing: antialiased;
  }
  .header-main .main-nav-container .main-nav-close {
    display: none;
  }
  .header-main .main-nav-container .nav {
    display: inline-block;
    margin: 0;
    font-weight: 900;
  }
  .header-main .main-nav-container .nav .menu-item {
    display: inline-block;
  }
  .header-main .main-nav-container .nav .menu-item a {
    color: #FFFFFF;
    padding: 2px 10px;
  }
  .header-main .main-nav-container .nav .menu-item.menu-item-icon {
    font-size: 20px;
  }
  .header-main .main-nav-container .nav .menu-item.current-menu-item a {
    color: #FFFFFF;
  }
  .header-main .main-nav-container #menu-navigation-meta {
    display: none;
  }
  .header-main .nav-toggler {
    display: none;
  }
  /*********************
INTRO
*********************/
  .yamato-intro {
    position: relative;
  }
  .yamato-intro .visual-logo {
    width: 100%;
  }
  .yamato-intro .visual-logo img {
    width: 45%;
    max-width: inherit;
  }
  .yamato-intro .visuals .layer.layer-0 {
    display: block;
    bottom: 0;
  }
  .yamato-intro .visuals .layer.layer-0 img {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .yamato-intro .visuals .layer.layer-0 .bg-left {
    left: 0;
  }
  .yamato-intro .visuals .layer.layer-0 .bg-right {
    right: 0;
  }
  .yamato-intro .visuals .layer.layer-3 {
    display: block;
  }
  .yamato-intro .visuals .visual-key {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10%;
  }
  .list-partners img {
    width: 120px;
  }
  /*********************
MOTIVTICKET
*********************/
  #kruu_wp_motivticket {
    background: transparent;
    position: fixed !important;
    right: 0;
    bottom: 0;
    z-index: 10000;
    width: inherit;
  }
  /*********************
SLICK THEME OVERRIDES
*********************/
  .slick-slider .slick-slide {
    padding: 0 30px;
  }
  /*********************
COMMENTARY
*********************/
  .commentary {
    background-size: 530px;
    width: 474px;
    height: 212px;
    padding: 0 75px 0 95px;
    font-size: 16px;
  }
  /*********************
TICKETS
*********************/
  .wrapper-tickets .city {
    font-size: 23px;
  }
  .wrapper-tickets .date-time {
    font-size: 23px;
  }
  .wrapper-tickets .tickets-visible .wrapper-partner h4,
  .wrapper-tickets .tickets-visible .wrapper-partner .tile-sponsor {
    font-size: 18px;
  }
  .wrapper-tickets .tickets-visible .wrapper-partner .wrapper-partner-logos .partner img {
    height: 40px;
  }
  /*********************
MEDIA / MASONRY / SALVATTORE
*********************/
  #grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .size-1of2 {
    width: 50%;
  }
  /*********************
VIDEO STYLES
*********************/
  .video-wrapper {
    display: block;
  }
  .video-wrapper .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
  }
  .video-wrapper .video .poster {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .video-wrapper .video .poster img {
    width: 100%;
  }
  .video-wrapper .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*********************
PARALLAX
*********************/
  .triangle {
    bottom: -40%;
  }
  /*********************
INDIVIDUAL POST STYLING
*********************/
  .faq strong {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1180px) {
  /******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: Desktop Stylsheet
******************************************************************/
  /*********************
BACKGROUNDS
*********************/
  /*********************
INTRO
*********************/
  .yamato-intro .visual-logo img {
    width: 35%;
  }
  .yamato-intro .visuals .visual-key {
    width: 60%;
    margin-bottom: -5%;
  }
  .yamato-intro .visuals .layer.layer-0 img {
    width: 60%;
  }
  /*********************
UTILITY
*********************/
  .p-x-0 {
    padding-right: 0;
    padding-left: 0;
  }
  /*********************
MEDIA / MASONRY / SALVATTORE
*********************/
  #grid[data-columns]::before {
    content: '3 .column.size-1of3';
  }
  .size-1of3 {
    width: 33.3333%;
  }
  /*********************
PARALLAX
*********************/
  .triangle {
    background-image: url('../images/common/yamato-bg-parallax-md@2x.png');
    bottom: -65%;
  }
}
@media only screen and (min-width: 1400px) {
  /******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: Super Large Monitor Stylesheet
******************************************************************/
  /*********************
INTRO
*********************/
  .yamato-intro .visual-logo img {
    width: 30%;
  }
  .yamato-intro .visuals .visual-key {
    width: 50%;
    margin-bottom: 0%;
  }
  /*********************
PARALLAX
*********************/
  .triangle {
    background-image: url('../images/common/yamato-bg-parallax-lg@2x.png');
    bottom: -55%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: Retina Screens & Devices Stylesheet
******************************************************************/
}
/*********************
GENERIC MARGINS AND PADDINGS
*********************/
.margin-0-top {
  margin-top: 0;
}
.margin-xs-top {
  margin-top: 4px;
}
.margin-s-top {
  margin-top: 8px;
}
.margin-l-top {
  margin-top: 16px;
}
.margin-xl-top {
  margin-top: 32px;
}
.margin-xxl-top {
  margin-top: 64px;
}
.margin-0-right {
  margin-right: 0;
}
.margin-xs-right {
  margin-right: 4px;
}
.margin-s-right {
  margin-right: 8px;
}
.margin-l-right {
  margin-right: 16px;
}
.margin-xl-right {
  margin-right: 32px;
}
.margin-xxl-right {
  margin-right: 64px;
}
.margin-0-bottom {
  margin-bottom: 0;
}
.margin-xs-bottom {
  margin-bottom: 4px;
}
.margin-s-bottom {
  margin-bottom: 8px;
}
.margin-l-bottom {
  margin-bottom: 16px;
}
.margin-xl-bottom {
  margin-bottom: 32px;
}
.margin-xxl-bottom {
  margin-bottom: 64px;
}
.margin-0-left {
  margin-left: 0;
}
.margin-xs-left {
  margin-left: 4px;
}
.margin-s-left {
  margin-left: 8px;
}
.margin-l-left {
  margin-left: 16px;
}
.margin-xl-left {
  margin-left: 32px;
}
.margin-xxl-left {
  margin-left: 64px;
}
.padding-0-top {
  padding-top: 0;
}
.padding-xs-top {
  padding-top: 4px;
}
.padding-s-top {
  padding-top: 8px;
}
.padding-l-top {
  padding-top: 16px;
}
.padding-xl-top {
  padding-top: 32px;
}
.padding-xxl-top {
  padding-top: 64px;
}
.padding-0-right {
  padding-right: 0;
}
.padding-xs-right {
  padding-right: 4px;
}
.padding-s-right {
  padding-right: 8px;
}
.padding-l-right {
  padding-right: 16px;
}
.padding-xl-right {
  padding-right: 32px;
}
.padding-xxl-right {
  padding-right: 64px;
}
.padding-0-bottom {
  padding-bottom: 0;
}
.padding-xs-bottom {
  padding-bottom: 4px;
}
.padding-s-bottom {
  padding-bottom: 8px;
}
.padding-l-bottom {
  padding-bottom: 16px;
}
.padding-xl-bottom {
  padding-bottom: 32px;
}
.padding-xxl-bottom {
  padding-bottom: 64px;
}
.padding-0-left {
  padding-left: 0;
}
.padding-xs-left {
  padding-left: 4px;
}
.padding-s-left {
  padding-left: 8px;
}
.padding-l-left {
  padding-left: 16px;
}
.padding-xl-left {
  padding-left: 32px;
}
.padding-xxl-left {
  padding-left: 64px;
}
@media (min-width: 768px) {
  .margin-0-top-sm {
    margin-top: 0;
  }
  .margin-xs-top-sm {
    margin-top: 4px;
  }
  .margin-s-top-sm {
    margin-top: 8px;
  }
  .margin-l-top-sm {
    margin-top: 16px;
  }
  .margin-xl-top-sm {
    margin-top: 32px;
  }
  .margin-xxl-top-sm {
    margin-top: 64px;
  }
  .margin-0-right-sm {
    margin-right: 0;
  }
  .margin-xs-right-sm {
    margin-right: 4px;
  }
  .margin-s-right-sm {
    margin-right: 8px;
  }
  .margin-l-right-sm {
    margin-right: 16px;
  }
  .margin-xl-right-sm {
    margin-right: 32px;
  }
  .margin-xxl-right-sm {
    margin-right: 64px;
  }
  .margin-0-bottom-sm {
    margin-bottom: 0;
  }
  .margin-xs-bottom-sm {
    margin-bottom: 4px;
  }
  .margin-s-bottom-sm {
    margin-bottom: 8px;
  }
  .margin-l-bottom-sm {
    margin-bottom: 16px;
  }
  .margin-xl-bottom-sm {
    margin-bottom: 32px;
  }
  .margin-xxl-bottom-sm {
    margin-bottom: 64px;
  }
  .margin-0-left-sm {
    margin-left: 0;
  }
  .margin-xs-left-sm {
    margin-left: 4px;
  }
  .margin-s-left-sm {
    margin-left: 8px;
  }
  .margin-l-left-sm {
    margin-left: 16px;
  }
  .margin-xl-left-sm {
    margin-left: 32px;
  }
  .margin-xxl-left-sm {
    margin-left: 64px;
  }
  .padding-0-top-sm {
    padding-top: 0;
  }
  .padding-xs-top-sm {
    padding-top: 4px;
  }
  .padding-s-top-sm {
    padding-top: 8px;
  }
  .padding-l-top-sm {
    padding-top: 16px;
  }
  .padding-xl-top-sm {
    padding-top: 32px;
  }
  .padding-xxl-top-sm {
    padding-top: 64px;
  }
  .padding-0-right-sm {
    padding-right: 0;
  }
  .padding-xs-right-sm {
    padding-right: 4px;
  }
  .padding-s-right-sm {
    padding-right: 8px;
  }
  .padding-l-right-sm {
    padding-right: 16px;
  }
  .padding-xl-right-sm {
    padding-right: 32px;
  }
  .padding-xxl-right-sm {
    padding-right: 64px;
  }
  .padding-0-bottom-sm {
    padding-bottom: 0;
  }
  .padding-xs-bottom-sm {
    padding-bottom: 4px;
  }
  .padding-s-bottom-sm {
    padding-bottom: 8px;
  }
  .padding-l-bottom-sm {
    padding-bottom: 16px;
  }
  .padding-xl-bottom-sm {
    padding-bottom: 32px;
  }
  .padding-xxl-bottom-sm {
    padding-bottom: 64px;
  }
  .padding-0-left-sm {
    padding-left: 0;
  }
  .padding-xs-left-sm {
    padding-left: 4px;
  }
  .padding-s-left-sm {
    padding-left: 8px;
  }
  .padding-l-left-sm {
    padding-left: 16px;
  }
  .padding-xl-left-sm {
    padding-left: 32px;
  }
  .padding-xxl-left-sm {
    padding-left: 64px;
  }
}
@media (min-width: 1180px) {
  .margin-0-top-md {
    margin-top: 0;
  }
  .margin-xs-top-md {
    margin-top: 4px;
  }
  .margin-s-top-md {
    margin-top: 8px;
  }
  .margin-l-top-md {
    margin-top: 16px;
  }
  .margin-xl-top-md {
    margin-top: 32px;
  }
  .margin-xxl-top-md {
    margin-top: 64px;
  }
  .margin-0-right-md {
    margin-right: 0;
  }
  .margin-xs-right-md {
    margin-right: 4px;
  }
  .margin-s-right-md {
    margin-right: 8px;
  }
  .margin-l-right-md {
    margin-right: 16px;
  }
  .margin-xl-right-md {
    margin-right: 32px;
  }
  .margin-xxl-right-md {
    margin-right: 64px;
  }
  .margin-0-bottom-md {
    margin-bottom: 0;
  }
  .margin-xs-bottom-md {
    margin-bottom: 4px;
  }
  .margin-s-bottom-md {
    margin-bottom: 8px;
  }
  .margin-l-bottom-md {
    margin-bottom: 16px;
  }
  .margin-xl-bottom-md {
    margin-bottom: 32px;
  }
  .margin-xxl-bottom-md {
    margin-bottom: 64px;
  }
  .margin-0-left-md {
    margin-left: 0;
  }
  .margin-xs-left-md {
    margin-left: 4px;
  }
  .margin-s-left-md {
    margin-left: 8px;
  }
  .margin-l-left-md {
    margin-left: 16px;
  }
  .margin-xl-left-md {
    margin-left: 32px;
  }
  .margin-xxl-left-md {
    margin-left: 64px;
  }
  .padding-0-top-md {
    padding-top: 0;
  }
  .padding-xs-top-md {
    padding-top: 4px;
  }
  .padding-s-top-md {
    padding-top: 8px;
  }
  .padding-l-top-md {
    padding-top: 16px;
  }
  .padding-xl-top-md {
    padding-top: 32px;
  }
  .padding-xxl-top-md {
    padding-top: 64px;
  }
  .padding-0-right-md {
    padding-right: 0;
  }
  .padding-xs-right-md {
    padding-right: 4px;
  }
  .padding-s-right-md {
    padding-right: 8px;
  }
  .padding-l-right-md {
    padding-right: 16px;
  }
  .padding-xl-right-md {
    padding-right: 32px;
  }
  .padding-xxl-right-md {
    padding-right: 64px;
  }
  .padding-0-bottom-md {
    padding-bottom: 0;
  }
  .padding-xs-bottom-md {
    padding-bottom: 4px;
  }
  .padding-s-bottom-md {
    padding-bottom: 8px;
  }
  .padding-l-bottom-md {
    padding-bottom: 16px;
  }
  .padding-xl-bottom-md {
    padding-bottom: 32px;
  }
  .padding-xxl-bottom-md {
    padding-bottom: 64px;
  }
  .padding-0-left-md {
    padding-left: 0;
  }
  .padding-xs-left-md {
    padding-left: 4px;
  }
  .padding-s-left-md {
    padding-left: 8px;
  }
  .padding-l-left-md {
    padding-left: 16px;
  }
  .padding-xl-left-md {
    padding-left: 32px;
  }
  .padding-xxl-left-md {
    padding-left: 64px;
  }
}
@media (min-width: 1400px) {
  .margin-0-top-lg {
    margin-top: 0;
  }
  .margin-xs-top-lg {
    margin-top: 4px;
  }
  .margin-s-top-lg {
    margin-top: 8px;
  }
  .margin-l-top-lg {
    margin-top: 16px;
  }
  .margin-xl-top-lg {
    margin-top: 32px;
  }
  .margin-xxl-top-lg {
    margin-top: 64px;
  }
  .margin-0-right-lg {
    margin-right: 0;
  }
  .margin-xs-right-lg {
    margin-right: 4px;
  }
  .margin-s-right-lg {
    margin-right: 8px;
  }
  .margin-l-right-lg {
    margin-right: 16px;
  }
  .margin-xl-right-lg {
    margin-right: 32px;
  }
  .margin-xxl-right-lg {
    margin-right: 64px;
  }
  .margin-0-bottom-lg {
    margin-bottom: 0;
  }
  .margin-xs-bottom-lg {
    margin-bottom: 4px;
  }
  .margin-s-bottom-lg {
    margin-bottom: 8px;
  }
  .margin-l-bottom-lg {
    margin-bottom: 16px;
  }
  .margin-xl-bottom-lg {
    margin-bottom: 32px;
  }
  .margin-xxl-bottom-lg {
    margin-bottom: 64px;
  }
  .margin-0-left-lg {
    margin-left: 0;
  }
  .margin-xs-left-lg {
    margin-left: 4px;
  }
  .margin-s-left-lg {
    margin-left: 8px;
  }
  .margin-l-left-lg {
    margin-left: 16px;
  }
  .margin-xl-left-lg {
    margin-left: 32px;
  }
  .margin-xxl-left-lg {
    margin-left: 64px;
  }
  .padding-0-top-lg {
    padding-top: 0;
  }
  .padding-xs-top-lg {
    padding-top: 4px;
  }
  .padding-s-top-lg {
    padding-top: 8px;
  }
  .padding-l-top-lg {
    padding-top: 16px;
  }
  .padding-xl-top-lg {
    padding-top: 32px;
  }
  .padding-xxl-top-lg {
    padding-top: 64px;
  }
  .padding-0-right-lg {
    padding-right: 0;
  }
  .padding-xs-right-lg {
    padding-right: 4px;
  }
  .padding-s-right-lg {
    padding-right: 8px;
  }
  .padding-l-right-lg {
    padding-right: 16px;
  }
  .padding-xl-right-lg {
    padding-right: 32px;
  }
  .padding-xxl-right-lg {
    padding-right: 64px;
  }
  .padding-0-bottom-lg {
    padding-bottom: 0;
  }
  .padding-xs-bottom-lg {
    padding-bottom: 4px;
  }
  .padding-s-bottom-lg {
    padding-bottom: 8px;
  }
  .padding-l-bottom-lg {
    padding-bottom: 16px;
  }
  .padding-xl-bottom-lg {
    padding-bottom: 32px;
  }
  .padding-xxl-bottom-lg {
    padding-bottom: 64px;
  }
  .padding-0-left-lg {
    padding-left: 0;
  }
  .padding-xs-left-lg {
    padding-left: 4px;
  }
  .padding-s-left-lg {
    padding-left: 8px;
  }
  .padding-l-left-lg {
    padding-left: 16px;
  }
  .padding-xl-left-lg {
    padding-left: 32px;
  }
  .padding-xxl-left-lg {
    padding-left: 64px;
  }
}
@media print {
  /******************************************************************
Site Name: Yamato 2017
Author: Schreiber & Freunde GmbH

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
