/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * 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; }

html {
  min-height: 100%; }

.dno {
  display: none; }

body {
  background-color: #666;
  color: #fff;
  font-size: 62.5%;
  line-height: 1.429;
  min-height: 100%;
  padding-bottom: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: no-repeat center center fixed;
  background-size: cover;
  position: absolute;
  width: 100%;
  background-color: #555;
  font-family: Verdana, Helvetica, sans-serif; }

.wrap-all {
  max-width: 98em;
  margin: 0 auto;
  height: 100%;
  position: relative;
  width: 100%; }

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.hdr-rw {
  opacity: 0.5;
  background-color: #000;
  height: 8em;
  width: 100%;
  position: absolute; }

article {
  position: relative; }

.group:after {
  content: "";
  display: table;
  clear: both; }

a {
  text-decoration: none;
  color: #fff; }

a:hover {
  color: #cc0; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  ul li {
    margin: 0; }

iframe {
  max-width: 100%; }

.guinav-lang {
  display: inline-block;
  position: relative;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-left: 23px;
  font-size: 11px; }
  .guinav-lang a {
    border-bottom: solid 1px transparent; }
  .guinav-lang span {
    margin: 0 3px; }

.guinav-lang a.active, .guinav-lang a:hover, nav a.active, nav a:hover {
  border-bottom-color: white; }

.title {
  position: absolute;
  margin: 3em 0 2.5em;
  top: 0; }

.title img {
  margin-left: 1em; }

.ttl-mg-bg {
  display: block; }

.title .ttl-mg-smll {
  display: none;
  max-width: 5.3em; }

nav {
  margin-left: 30em;
  padding-top: 3.5em;
  height: 8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 0.8em; }
  nav > ul {
    list-style-type: none; }
    nav > ul > li {
      font-size: 1.3em;
      line-height: 1.3847;
      font-family: Verdana, sans-serif;
      padding-right: 2.5%;
      white-space: nowrap;
      float: left;
      position: relative;
      z-index: 3;
      /*&:last-child {
				display:none;
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				background-color: #000;
				opacity: 0.5;
				z-index: 2;
				padding-top: 0;

			}*/ }
      nav > ul > li:hover .lvl2 {
        display: block; }
  nav a {
    padding-bottom: 0.15em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    border-bottom: solid 1px transparent; }
    nav a:hover {
      color: white; }

.hsm, .snl1 {
  height: 1.6154em; }

.lvl2 {
  display: none;
  position: absolute;
  padding-top: 1.8462em; }
  .lvl2 a {
    padding-bottom: 0.2em;
    position: relative; }
  .lvl2 li {
    padding: 0 0.7692em 0.7692em;
    margin-left: -0.7692em;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5); }
  .lvl2 .level2 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    opacity: 0.5; }

.shw-sb .snl2 {
  display: block; }

.nav-hl, .lnk:hover, .guinav-lang a:hover, .hsm:hover .nav-hl {
  border-color: #fff;
  color: #fff; }

.hsm .nav-hl {
  border-color: transparent; }

.cafe-btt {
  height: 7em;
  padding-left: 3em;
  position: relative; }
  .cafe-btt img {
    display: inline-block;
    width: 64px;
    height: 64px; }
  .cafe-btt > a + a {
    margin-left: 1em; }

.hddn-nav {
  display: none;
  padding: 3em 0 3em 1em;
  width: 15%;
  height: 2em;
  position: relative; }

.hn-brgr {
  width: 3.6em;
  height: 2.6em;
  position: absolute;
  font-size: 0.7em;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer; }

.hn-brgr span {
  display: block;
  position: absolute;
  height: 0.6em;
  width: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.hn-brgr span:nth-child(1) {
  top: 0; }

.hn-brgr span:nth-child(2) {
  top: 1em; }

.hn-brgr span:nth-child(3) {
  top: 2em; }

.shw .hn-brgr span:nth-child(1) {
  top: 0.8em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.shw .hn-brgr span:nth-child(2) {
  opacity: 0;
  width: 0; }

.shw .hn-brgr span:nth-child(3) {
  top: 0.8em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hn-txt {
  font-size: 1.3em;
  padding-left: 2.4em;
  line-height: 1.5;
  cursor: pointer;
  display: none; }

.wrap {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3em; }

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  min-height: 15em;
  background-color: #333;
  padding-top: 1.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2em; }
  html[lang="en"] footer {
    min-height: 16.5em; }

.ftr-wrap {
  position: relative;
  max-width: 115em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.ftr-cnt {
  max-width: 105em;
  width: 100%;
  position: relative;
  padding-left: 3em; }

.ftr-lnks {
  float: left;
  position: relative; }

.scl-md {
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 2em; }
  .scl-md a {
    display: inline-block; }
    .scl-md a:first-child {
      margin-right: 1.5em; }
  .scl-md img {
    display: block; }

.m-lg-mg {
  display: block;
  float: left;
  margin-right: 1.5em; }

.m-lg-txt {
  padding: 2.17em 0 0 1em;
  font-size: 1.1em;
  display: block;
  white-space: nowrap; }

.ftr-rchts {
  float: right;
  width: 38em;
  position: relative;
  height: 100%;
  font-size: 1.1em;
  margin-right: 10px; }
  .ftr-rchts .rchts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    vertical-align: bottom; }
  .ftr-rchts img {
    max-width: 100%;
    display: block; }
  .ftr-rchts div {
    display: inline-block;
    position: relative; }

.ksb {
  position: relative;
  margin-top: 1.36em;
  display: inline-block;
  width: 130px; }
  .ksb img {
    margin-top: 0.6em;
    display: block; }

.eu-sol {
  width: 70px;
  margin: 0 40px 0 1px; }
  .eu-sol img {
    position: absolute;
    bottom: -8px; }

.open-thuer {
  width: 72px;
  margin-right: 37px; }
  .open-thuer img {
    position: absolute;
    bottom: 0; }

.eu-co {
  width: 72px; }
  .eu-co img {
    position: absolute;
    bottom: -12px; }

.cont-txt, .fltr-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3em;
  max-width: 60em;
  width: 100%;
  position: relative;
  float: right;
  margin-left: 12%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden; }

.cont-txt a, .m-lt-txt a {
  text-decoration: underline; }

.cont-txt + .cont-txt {
  padding-top: 0; }

.cat16 .cont-txt, .cat17 .cont-txt {
  margin-bottom: 2em; }

.txt, .tk, .m-lt-txt, .mtgld, .spnd {
  font-size: 1.4em;
  position: relative; }
  .txt p:first-child, .tk p:first-child, .m-lt-txt p:first-child, .mtgld p:first-child, .spnd p:first-child {
    margin-top: 0; }

.fs18 {
  font-size: 1.2857em; }

.fs22 {
  font-size: 1.571em; }

.gruen {
  color: #a6d306; }

.orange {
  color: #cc5d1e; }

.grau {
  color: #999; }

.tuerkis {
  color: #41c3d3; }

.trnnr-dsh {
  height: 0.1em;
  border-bottom: 0.1em dashed; }

.trnnr-slsh {
  height: 0.8em;
  background: url("../../../media/slash.png") repeat-x; }

.m-lt, .grid-sizer {
  width: 25%; }

.m-lt.lt-mx {
  width: 50%; }
  .m-lt.lt-mx > .m-lt-in {
    display: none; }
  .m-lt.lt-mx > .m-lt-cnt {
    display: block; }

.m-lt:not(.m-lt-lr) {
  background-color: rgba(0, 0, 0, 0.5); }

.m-lt-in {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
  cursor: pointer; }

.m-lt-mg {
  width: 100%;
  display: block;
  position: relative; }

.m-lt-nm {
  position: absolute;
  bottom: 0;
  font-size: 1.4em;
  font-family: Verdana, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.5em;
  text-align: right;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .m-lt-nm div:first-child {
    display: block;
    position: relative;
    z-index: 2; }

.m-lt-bckg.tb {
  height: 100%; }

.pro-lt {
  clear: right;
  margin-bottom: 3em; }

.m-lt-cnt {
  display: none;
  position: relative;
  overflow: hidden; }

.m-lt-cls {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  width: 1.4em;
  height: 1.4em;
  background-color: #fff;
  color: #000;
  background: url("../../../media/zu.jpg") no-repeat center center;
  background-size: cover; }

.m-lt-txt {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1em; }
  .m-lt-txt p {
    padding: 0 1em; }
    .m-lt-txt p:last-child {
      margin-bottom: 0; }

.m-lt-img {
  position: relative; }

.lt-shw .m-lt-in {
  position: absolute;
  z-index: 2;
  height: auto; }

.lt-shw .m-lt-cnt {
  display: block; }

.lt-shw + .m-lt-lr {
  display: none; }

.m-lt + .cont-txt {
  margin-top: 4em;
  clear: both;
  float: right; }

.cat7 .m-lt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cat7 .m-lt-nm {
  top: 0;
  height: 100%;
  width: 100%;
  margin-top: 0;
  text-align: left;
  font-size: 2.2em;
  padding: 0.3em 0.5em;
  background-color: transparent; }

.fltr-txt {
  margin-bottom: 4em; }
  .fltr-txt span {
    color: #41c3d3;
    cursor: pointer; }
    .fltr-txt span.active, .fltr-txt span:hover {
      border-bottom: solid 1px; }

.ao, .au {
  cursor: pointer;
  padding-left: 1em;
  font-size: 0.9em;
  white-space: nowrap; }

.au {
  display: block;
  text-align: right; }

.ao:after {
  content: url(../../../media/pf_re.png);
  margin-left: 0.3em; }

.au:after {
  content: url(../../../media/pf_ob.png);
  margin-left: 0.3em; }

.ao:hover:after {
  content: url(../../../media/pf_ut.png); }

.bld {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 12.5%;
  display: inline-block;
  float: left;
  z-index: 2;
  position: relative; }
  .bld img {
    width: 100%;
    display: block; }

.lb-outerContainer {
  background-color: transparent; }

.mtgld {
  line-height: 1.6;
  position: relative; }
  .mtgld input[type=radio] {
    margin-right: 0.2em; }

.mtgld-head {
  line-height: 1.3; }

.mgb {
  float: left; }

.mgb-c1, .mgb-c2 {
  width: 23%; }

.mgb-c3, .mgb-c4 {
  width: 27%; }

.mgb-c3-bild {
  float: none;
  padding-left: 46%;
  width: 50%; }

.mgb-c0 {
  position: relative;
  top: 0px;
  left: 0px;
  margin-bottom: 0.5em;
  width: 100%; }

.mgb-c5 {
  text-align: right;
  margin-top: 0.8em; }
  .mgb-c5 input {
    color: #333; }

.spnd {
  padding: 0.429em 0; }
  .spnd input[type=radio] {
    margin: 0 0.2em 0 0.1em; }
  .spnd input[type=image] {
    margin-bottom: -0.3em; }
  .spnd input[type=submit] {
    color: #333; }
  .spnd span {
    white-space: nowrap; }

.msgs div:not(.wt) {
  display: none; }

.frm-nl-subscribe > div {
  margin-bottom: 0; }
  .frm-nl-subscribe > div > div {
    display: inline-block; }

.frm-nl-subscribe .frm-lft {
  width: calc(100% - 140px); }

.frm-nl-subscribe .frm-rght {
  width: 140px;
  text-align: right; }

.frm-nl-subscribe .npt {
  width: 100%; }

.frm-nl-subscribe input {
  color: black; }

@media screen and (min-width: 1200px) {
  .hn-nav, .hn-brgr {
    left: 15em; }
  .pfl-l {
    left: 0.833em; }
  .pfl-r {
    right: 0.833em; } }

@media screen and (max-height: 601px) {
  .bg {
    display: none; }
  .smll {
    display: inline; }
  .spt-smll {
    display: inline; }
  .spt-bg {
    display: none; } }

@media screen and (max-width: 61.1875em) {
  nav {
    padding-top: 1.2em; }
    nav li {
      padding-top: 0.62em;
      padding-right: 4.5%; }
  nav > div:nth-of-type(4) {
    clear: left; }
  .snl2 {
    padding-top: 0.7692em; } }

@media screen and (max-width: 60em) {
  .m-lg-mg {
    float: none; }
  .m-lg-txt {
    padding: 1em 0; }
  .cont-txt {
    margin-left: 0; } }

@media screen and (max-width: 46em) {
  .ftr-cnt {
    padding-left: 2em; }
  .ftr-lnks {
    float: none;
    padding-bottom: 1em; }
  .ftr-rchts {
    float: none;
    padding-bottom: 1.7em;
    height: auto; }
    .ftr-rchts .rchts {
      position: relative; } }

@media screen and (max-width: 45.625em) {
  .m-lt, .grid-sizer {
    width: 33.333%; }
  .m-lt.lt-mx {
    width: 66.666%; }
  .c43 {
    float: left; }
  .c32 {
    float: right; } }

@media screen and (max-width: 41.25em) {
  .wrap {
    padding-left: 2em;
    padding-right: 2em; }
  .cafe-btt {
    padding-left: 2em; } }

@media screen and (max-width: 41.75em) {
  .wrap {
    padding-left: 0;
    padding-right: 0; }
  nav {
    display: none;
    height: auto;
    padding-top: 0;
    margin-left: 0; }
    nav ul > li {
      float: none;
      text-align: center;
      padding-right: 0; }
      nav ul > li:last-child {
        display: block; }
      nav ul > li:hover .lvl2 {
        display: none; }
      nav ul > li.shw-sb .lvl2 {
        display: block; }
    nav a {
      display: inline-block; }
  .snl1 {
    height: auto; }
  .title {
    width: 100%;
    text-align: center; }
    .title img {
      margin: 0 auto;
      width: 50%;
      max-width: 26.8em; }
  .hddn-nav {
    display: block; }
  .lvl2 {
    position: relative;
    padding-top: 0; }
    .lvl2 li {
      padding-bottom: 0;
      padding-top: 0.62em;
      margin-left: 0;
      background-color: transparent; }
    .lvl2 span {
      opacity: 0.1;
      display: none; }
  .has-children::after {
    content: "+";
    padding-left: 0.3em; }
  .shw-sb .has-children::after {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .snl1:hover .snl2 {
    display: none; }
  .shw-sb .lvl2 {
    display: block; }
  .cont-txt {
    float: none;
    margin: 0 auto;
    padding: 3em 2em; }
  .m-lt, .grid-sizer {
    width: 50%; }
  .m-lt.lt-mx {
    width: 100%; }
  .c32 {
    float: left; }
  .c21 {
    float: right; } }

@media screen and (max-width: 33.75em) {
  .title .ttl-mg-bg {
    display: none; }
  .title .ttl-mg-smll {
    display: block; }
  .bld {
    width: 16.6667%; } }

@media screen and (max-width: 28em) {
  .cafe-btt {
    height: auto; }
  .guinav-lang {
    display: block;
    -webkit-transform: none;
            transform: none;
    bottom: 0;
    text-align: right;
    padding-right: 2em;
    margin: 0.5em 0 1em; } }

@media screen and (max-width: 27.4375em) {
  .bld {
    width: 25%; } }
