/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: 0 0;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C""\201D""\2018""\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body,
fieldset,
form,
html {
    margin: 0;
    padding: 0;
}
address,
blockquote,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0;
}
blockquote,
dd,
li {
    margin-left: 1.5em;
}
img {
    vertical-align: bottom;
}
img[align="left"] {
    margin: 0.3em 1em 0 0;
}
img[align="right"] {
    margin: 0.3em 0 0 1em;
}
button,
input {
    cursor: pointer;
}
ul li {
    min-height: 1em;
}
p ol,
p ul {
    font-size: inherit;
}
.clearfix {
    zoom: 1;
}
.clearfix {
    zoom: 1;
}
.clearfix:after,
.clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.pull-right {
    float: right;
    margin: 0.3em 1em 0 0;
    clear: right;
}
.pull-left {
    float: left;
    margin: 0.3em 1em 0 0;
    clear: left;
}
main section {
    padding: 10px;
    min-height: 100px;
}
main section:nth-of-type(odd) {
    background-color: #00958f;
    color: #fff;
}
main section:nth-of-type(even) {
    background-color: #fbfafc;
    color: #484848;
}
.form-row {
    margin-bottom: 20px;
}
.form-row label {
    width: 20%;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}
.form-row input {
    width: 50%;
    border: 1px solid #484848;
    border-radius: 6px;
    padding-left: 5px;
}
.form-row textarea {
    width: 50%;
    height: 100px;
    border: 1px solid #484848;
    border-radius: 6px;
    padding-left: 5px;
    margin-bottom: 15px;
}
.slider.th-version .slides .slide {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 600px;
}
.slider.th-version .slider__arrows-item--left {
    left: 0;
}
.slider.th-version .slider__arrows-item--right {
    right: 0;
}
.slider_navigation {
    position: relative;
    zoom: 1;
    min-height: 14px;
}
.slider_navigation:after,
.slider_navigation:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.slider_navigation:after {
    clear: both;
}
.slider_navigation .th_slide_navi {
    zoom: 1;
    position: absolute;
    right: 0;
}
.slider_navigation .th_slide_navi:after,
.slider_navigation .th_slide_navi:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.slider_navigation .th_slide_navi:after {
    clear: both;
}
.slider_navigation .th_slide_navi .th_slide_navi_item {
    display: inline-block;
    width: 20px;
    height: 5px;
    color: transparent;
    background-color: #fff;
    margin-right: 5px;
}
.slider_navigation .th_slide_navi .th_slide_navi_item:last-child {
    margin-right: 0;
}
.slider_navigation .th_slide_navi .th_slide_navi_item_current {
    background-color: #505456;
}
.slider__nav .slider__nav-item {
    display: inline-block;
    width: 20px;
    height: 5px;
    color: transparent;
    background-color: #fff;
    margin-right: 5px;
    border: none;
    border-radius: 0;
}
.slider__nav .slider__nav-item--current {
    background-color: #505456;
}
.hidden {
    display: none;
}
.mercury-activate {
    position: absolute;
    top: 0;
    display: block !important;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 2000;
}
.mercury-activate article {
    display: block;
    float: none;
    background-image: none !important;
    border-bottom: 1px solid grey;
    padding-left: 50px;
}
.mercury-activate img {
    max-width: 400px;
    display: block !important;
}
.mercury-activate p {
    font-size: 1.2em;
    width: 70%;
}
.mercury-activate .close_button {
    position: absolute;
    top: 0;
    right: 100px;
}

.google-maps img {
    width: 100%;
    max-height: 500px !important;
    object-fit: cover;
    cursor: pointer;
  }
  
body,
button,
input,
select,
textarea {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #000;
}
abbr,
acronym,
dfn {
    font-variant: normal;
    border-bottom: 1px solid #e5e5e5;
    cursor: help;
}
h1 {
    font-size: 1.55em;
    line-height: 1.4em;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
}
h2 {
    font-size: 0.85em;
    line-height: 1.45em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
h2 a {
    text-decoration: none;
}
h3 {
    font-size: 0.85em;
    line-height: 1.45em;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 8px;
}
h4 {
    font-size: 1em;
    margin-bottom: 1.33em;
}
h5 {
    font-size: 0.83em;
    margin-bottom: 1.67em;
}
h6 {
    font-size: 0.67em;
    margin-bottom: 2.33em;
}
a {
    text-decoration: underline;
    color: #000;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 82%;
    line-height: 130%;
}
ol,
p,
ul {
    margin-bottom: 1.33em;
    font-size: 0.75em;
    line-height: 1.571em;
}
ol ol,
ul ul {
    margin-bottom: inherit;
    font-size: inherit;
}
.brown {
    background-color: #6c5649;
    color: #fff;
}
.hidden-desktop {
    display: none;
}
.row {
    zoom: 1;
    display: block;
}
.row:after,
.row:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.row:after {
    clear: both;
}
.row .col-1-2,
.row .col-2-2 {
    width: 50%;
    float: left;
}
.row .col-1-3,
.row .col-2-3,
.row .col-3-3 {
    width: 33.3%;
    float: left;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
hr {
    height: 3px;
    border: 0;
    background: -moz-linear-gradient(left, rgba(108, 86, 73, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(236, 232, 225, 0.28) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(108, 86, 73, 0.28)), color-stop(50%, rgba(172, 159, 149, 0.28)), color-stop(100%, rgba(236, 232, 225, 0.28)));
    background: -webkit-linear-gradient(left, rgba(108, 86, 73, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(236, 232, 225, 0.28) 100%);
    background: -o-linear-gradient(left, rgba(108, 86, 73, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(236, 232, 225, 0.28) 100%);
    background: -ms-linear-gradient(left, rgba(108, 86, 73, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(236, 232, 225, 0.28) 100%);
    background: linear-gradient(to right, rgba(108, 86, 73, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(236, 232, 225, 0.28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476c5649', endColorstr='#47ece8e1', GradientType=1);
}
body,
html {
    width: 100%;
    height: 100%;
}
#wrapper {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: initial;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
header {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    background-color: #afb4bd;
}
header img {
    width: 100%;
    max-width: 1560px;
}
header nav {
    top: initial;
}
#bigpicture {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 36px;
    overflow: hidden;
}
#bigpicture .background-image img {
    display: none;
}
#bigpicture #headline {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
#bigpicture #headline h1 {
    width: 960px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
}
#bigpicture #headline h1 span {
    font-weight: 400;
}
#bigpicture #headline .arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 17px;
    padding-bottom: 3%;
    background-color: rgba(223, 210, 206, 0.65);
}
#bigpicture #headline .arrow-button {
    width: 20px;
    height: 15px;
    position: absolute;
    top: -24px;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    cursor: pointer;
}
#bigpicture #headline .arrow:after,
#bigpicture #headline .arrow:before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 50%;
    padding-bottom: 10px;
    background-color: inherit;
}
#bigpicture #headline .arrow:before {
    right: 50%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -ms-transform: skewX(37deg);
    -webkit-transform: skewX(37deg);
    transform: skewX(37deg);
}
#bigpicture #headline .arrow:after {
    left: 50%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -ms-transform: skewX(-37deg);
    -webkit-transform: skewX(-37deg);
    transform: skewX(-37deg);
}
#einklinker {
    position: absolute;
    right: 12%;
    bottom: 13%;
}
#piktos {
    width: 54px;
    height: 161px;
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 5;
    transition: width 0s linear 1s;
    -webkit-transition: width 0s linear 1s;
    -moz-transition: width 0s linear 1s;
    -o-transition: width 0s linear 1s;
}
#piktos #piktos-image {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 161px;
    background-color: rgba(255, 255, 255, 0.2);
    transition: background-color 0.1s ease-in 0.9s;
    -webkit-transition: background-color 0.1s ease-in 0.9s;
    -moz-transition: background-color 0.1s ease-in 0.9s;
    -o-transition: background-color 0.1s ease-in 0.9s;
}
#piktos #piktos-image ul {
    list-style-type: none;
    margin-bottom: 0;
}
#piktos #piktos-image ul li {
    margin-left: 19px;
    margin-bottom: 15px;
}
#piktos #piktos-image ul li a i {
    color: #b2b2b2;
    font-size: 1.3em;
}
#piktos #piktos-image ul li a.active i {
    color: #000;
}
#piktos #piktos-image ul li:first-child {
    padding-top: 15px;
}
#piktos #piktos-image ul li:first-child a i {
    font-size: 1.7em;
}
#piktos #piktos-content {
    position: relative;
    z-index: 0;
    width: 226px;
    right: -280px;
    height: 100%;
    background-color: #fff;
    transition: right 1s ease-in 0s;
    -webkit-transition: right 1s ease-in 0s;
    -moz-transition: right 1s ease-in 0s;
    -o-transition: right 1s ease-in 0s;
}
#piktos #piktos-content p {
    color: #000;
    font-size: 0.889em;
    line-height: 1.25em;
    font-weight: 600;
    width: 90%;
    padding: 17px 14px 0 16px;
    margin-bottom: 20px;
}
#piktos #piktos-content span {
    font-weight: 700;
    color: #000;
    font-size: 1.375em;
    line-height: 1.727em;
    margin-left: 16px;
}
#piktos #piktos-content,
#piktos #piktos-image {
    display: inline-block;
    float: right;
}
#piktos.open {
    width: 280px;
    transition: width 0s linear 0s;
    -webkit-transition: width 0s linear 0s;
    -moz-transition: width 0s linear 0s;
    -o-transition: width 0s linear 0s;
}
#piktos.open #piktos-image {
    background-color: #fff !important;
    transition: background-color 0.1s ease-in 0s;
    -webkit-transition: background-color 0.1s ease-in 0s;
    -moz-transition: background-color 0.1s ease-in 0s;
    -o-transition: background-color 0.1s ease-in 0s;
}
#piktos.open #piktos-image ul li:first-child a i {
    color: #000;
}
#piktos.open #piktos-content {
    right: 0;
}
nav {
    position: fixed;
    top: 109px;
    margin-top: 4px;
    width: 100%;
    z-index: 5;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0, #000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(100%, #000));
    background: -webkit-linear-gradient(left, #fff 0, #000 100%);
    background: -o-linear-gradient(left, #fff 0, #000 100%);
    background: -ms-linear-gradient(left, #fff 0, #000 100%);
    background: linear-gradient(to right, #fff 0, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
}
nav ul {
    list-style-type: none;
    margin-bottom: 0;
    width: 962px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}
nav ul li {
    display: inline;
    margin-right: 46px;
    margin-left: 0;
}
nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    line-height: 2.5em;
    letter-spacing: 0.02em;
    text-decoration: none;
}
nav ul li a.active,
nav ul li a.active_sibling,
nav ul li a:hover {
    text-decoration: underline;
}
nav ul li:last-child {
    margin-right: 0;
}
main {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
main .row .col-1-3,
main .row .col-2-3,
main .row .col-3-3 {
    width: 306px;
    margin-right: 21px;
}
main .row .col-1-3 img,
main .row .col-2-3 img,
main .row .col-3-3 img {
    margin-bottom: 14px;
}
main .row .col-1-3 .more,
main .row .col-2-3 .more,
main .row .col-3-3 .more {
    background-color: rgba(108, 86, 73, 0.4);
    height: 22px;
    width: 83px;
    text-align: center;
    margin-bottom: 75px;
}
main .row .col-1-3 .more a,
main .row .col-2-3 .more a,
main .row .col-3-3 .more a {
    text-decoration: none;
    color: #fff;
    font-size: 0.85em;
    line-height: 1.35em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
main .row .col-3-3 {
    margin-right: 0;
}
main #content {
    margin-bottom: 40px;
}
main #content #content-pic {
    margin-bottom: 36px;
    position: relative;
}
main #content .row .col-1-2 {
    width: 274px;
}
main #content .row .col-1-2 #content-hl h2 {
    font-size: 1.55em;
    line-height: 1.2em;
    letter-spacing: 0.06em;
}
main #content .row .col-1-2 #content-hl h2 span {
    font-weight: 400;
}
main #content .row .col-2-2 {
    width: 686px;
    padding-left: 52px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
main #content .row .col-2-2 #sub-text {
    margin-bottom: 34px;
}
main #content .row .col-2-2 ul {
    list-style-type: none;
    margin-bottom: 0;
    display: table;
}
main #content .row .col-2-2 ul li {
    margin-left: 0;
    width: 144px;
    display: table-cell;
    padding-right: 15px;
}
main #content .row .col-2-2 ul li .nav-pic {
    margin-bottom: 16px;
}
main #content .row .col-2-2 ul li .nav-text p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.05em;
    line-height: 1.3em;
}
main #content .row .col-2-2 ul li .nav-text p a.active {
    color: rgba(0, 0, 0, 0.3);
}
main #content .row .col-2-2 ul li:nth-child(4) {
    margin-right: 0;
}
footer {
    background: -moz-linear-gradient(left, rgba(236, 232, 225, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(108, 86, 73, 0.28) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(236, 232, 225, 0.28)), color-stop(50%, rgba(172, 159, 149, 0.28)), color-stop(100%, rgba(108, 86, 73, 0.28)));
    background: -webkit-linear-gradient(left, rgba(236, 232, 225, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(108, 86, 73, 0.28) 100%);
    background: -o-linear-gradient(left, rgba(236, 232, 225, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(108, 86, 73, 0.28) 100%);
    background: -ms-linear-gradient(left, rgba(236, 232, 225, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(108, 86, 73, 0.28) 100%);
    background: linear-gradient(to right, rgba(236, 232, 225, 0.28) 0, rgba(172, 159, 149, 0.28) 50%, rgba(108, 86, 73, 0.28) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47ece8e1', endColorstr='#476c5649', GradientType=1);
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative;
}
footer section {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
footer section h2 {
    font-size: 1.6em;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
footer section h2:before {
    content: "//";
    margin-right: 10px;
    font-weight: 400;
}
footer section h2:after {
    content: "//";
    margin-left: 10px;
    font-weight: 400;
}
footer section .row .col-1-2 {
    width: 295px;
    padding-top: 9px;
}
footer section .row .col-1-2 address {
    font-style: normal;
    margin-bottom: 159px;
}
footer section .row .col-2-2 {
    width: 664px;
    padding-left: 34px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
footer section .row .col-2-2 .row {
    margin-bottom: 37px;
    padding-top: 6px;
}
footer section .row .col-2-2 form .row {
    margin-bottom: 0;
}
footer section .row .col-2-2 form .row .col-1-2,
footer section .row .col-2-2 form .row .col-2-2 {
    float: left;
}
footer section .row .col-2-2 form .row .col-1-2 {
    width: 104px;
    padding-top: 1px;
}
footer section .row .col-2-2 form .row .col-1-2 label {
    font-size: 0.9em;
    line-height: 1.3em;
}
footer section .row .col-2-2 form .row .col-2-2 {
    width: 526px;
    padding-left: 0;
}
footer section .row .col-2-2 form .row .col-2-2 label:first-child {
    margin-right: 17px;
}
footer section .row .col-2-2 form .row .col-2-2 label {
    font-size: 0.9em;
}
footer section .row .col-2-2 form .row .col-2-2 label input[type="radio"] {
    margin-right: 7px;
    width: 20px;
    vertical-align: top;
}
footer section .row .col-2-2 form .row .col-2-2 input,
footer section .row .col-2-2 form .row .col-2-2 textarea {
    width: 526px;
    height: 27px;
    margin-bottom: 18px;
    background-color: #fff;
    border: none;
}
footer section .row .col-2-2 form .row .col-2-2 textarea {
    height: 116px;
    margin-bottom: 30px;
    width: 524px;
}
footer section .row .col-2-2 form .row .col-2-2 input[type="submit"] {
    height: 27px;
    line-height: 19px;
    vertical-align: middle;
    background-color: #fff;
    color: #000;
    margin-bottom: 54px;
    width: 527px;
}
footer section .row .col-2-2 form .field_error {
    box-shadow: red 0 0 0.5em inset !important;
}
footer section #googlemaps {
    margin-bottom: 20px;
}
footer section #googlemaps iframe {
    border: 2px solid #fff !important;
}
footer section #info ul {
    list-style-type: none;
}
footer section #info ul li {
    display: inline;
    margin-left: 0;
}
footer section #info ul li a {
    text-decoration: none;
    font-size: 0.929em;
}
footer section #info ul li:first-child {
    margin-right: 8px;
}
#shortlinks {
    display: none;
}
#wrapper.sublayout #bigpicture {
    margin-bottom: 50px;
}
#wrapper.gallery-th-version #piktos {
    display: none;
}
#wrapper.gallery-th-version main {
    width: 100%;
    top: 129px;
    position: relative;
    height: -webkit-calc(100% - 129px);
    height: -moz-calc(100% - 129px);
    height: calc(100% - 129px);
}
#wrapper.gallery-th-version main #content {
    margin-bottom: 0;
    height: 100%;
}
#wrapper.gallery-th-version main #content .slides {
    height: 100%;
}
#wrapper.gallery-th-version main #content .slider__arrows {
    color: rgba(255, 255, 255, 0.5);
}
@media screen and (orientation: portrait),
    screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1),
    screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2),
    screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2),
    screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
    screen and (max-width: 942px) {
    #wrapper {
        margin-bottom: 0;
    }
    .hidden-mobile {
        display: none;
    }
    .hidden-desktop {
        display: block;
    }
    header {
        position: static;
    }
    header img {
        width: 100%;
    }
    #bigpicture {
        height: 181px;
        margin-bottom: 6px;
    }
    #bigpicture #headline {
        background: 0 0;
        background-color: #fff;
        bottom: -160px;
        height: 160px;
        padding-left: 24px;
        padding-right: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #bigpicture #headline h1 {
        width: 100%;
    }
    #bigpicture #einklinker {
        display: none;
    }
    #piktos {
        display: block;
        position: fixed;
        bottom: 0;
        top: inherit;
        width: 100%;
        height: 64px;
        right: 0;
        text-align: center;
        background: #ece8e1;
        background: -moz-linear-gradient(left, #ece8e1 0, #6c5649 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #ece8e1), color-stop(100%, #6c5649));
        background: -webkit-linear-gradient(left, #ece8e1 0, #6c5649 100%);
        background: -o-linear-gradient(left, #ece8e1 0, #6c5649 100%);
        background: -ms-linear-gradient(left, #ece8e1 0, #6c5649 100%);
        background: linear-gradient(to right, #ece8e1 0, #6c5649 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ece8e1', endColorstr='#6c5649', GradientType=1);
    }
    #piktos .open {
        display: none;
    }
    #piktos #piktos-image {
        height: inherit;
        width: 100%;
        background: #ece8e1;
        background: -moz-linear-gradient(left, #ece8e1 0, #6c5649 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #ece8e1), color-stop(100%, #6c5649));
        background: -webkit-linear-gradient(left, #ece8e1 0, #6c5649 100%);
        background: -o-linear-gradient(left, #ece8e1 0, #6c5649 100%);
        background: -ms-linear-gradient(left, #ece8e1 0, #6c5649 100%);
        background: linear-gradient(to right, #ece8e1 0, #6c5649 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ece8e1', endColorstr='#6c5649', GradientType=1);
    }
    #piktos #piktos-image ul {
        list-style-type: none;
        margin-bottom: 0;
    }
    #piktos #piktos-image ul li {
        display: inline;
        margin-left: 0;
        margin-right: 50px;
        margin-bottom: 0;
        line-height: 71px;
    }
    #piktos #piktos-image ul li a i {
        color: #fff;
        font-size: 1.7em;
    }
    #piktos #piktos-image ul li:first-child {
        padding-top: 0;
    }
    #piktos #piktos-image ul li:first-child a i {
        font-size: 1.8em;
    }
    #piktos #piktos-image ul li:last-child {
        margin-right: 0;
    }
    #piktos #piktos-content {
        display: none;
    }
    .mobilemenu,
    nav {
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.81) 0, rgba(166, 166, 166, 0.81) 35%, rgba(0, 0, 0, 0.81) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.81)), color-stop(35%, rgba(166, 166, 166, 0.81)), color-stop(100%, rgba(0, 0, 0, 0.81)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.81) 0, rgba(166, 166, 166, 0.81) 35%, rgba(0, 0, 0, 0.81) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.81) 0, rgba(166, 166, 166, 0.81) 35%, rgba(0, 0, 0, 0.81) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.81) 0, rgba(166, 166, 166, 0.81) 35%, rgba(0, 0, 0, 0.81) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.81) 0, rgba(166, 166, 166, 0.81) 35%, rgba(0, 0, 0, 0.81) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfffffff', endColorstr='#cf000000', GradientType=1);
    }
    .mobilemenu {
        height: 32px;
        text-align: right;
        padding-right: 24px;
        padding-top: 4px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    nav {
        top: initial;
        position: static;
        display: none;
        margin-top: 0;
    }
    nav ul {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    nav ul li {
        display: block;
        text-align: right;
        margin-right: 24px;
    }
    nav ul li:last-child {
        margin-right: 24px;
    }
    main {
        width: 100%;
        padding-left: 24px;
        padding-right: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main #headline {
        margin-top: 30px;
        margin-bottom: 31px;
    }
    main #headline h1 span {
        font-weight: 400;
    }
    main .row .col-1-3,
    main .row .col-2-3,
    main .row .col-3-3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
    main .row .col-1-3 img,
    main .row .col-2-3 img,
    main .row .col-3-3 img {
        width: 100%;
        max-width: 306px;
    }
    main .row .col-1-3 .more,
    main .row .col-2-3 .more,
    main .row .col-3-3 .more {
        margin-bottom: 0;
    }
    main .row .col-3-3 {
        margin-bottom: 66px;
    }
    main #content {
        margin-bottom: 20px;
    }
    main #content #content-pic img {
        width: 100%;
    }
    main #content #content-hl {
        margin-bottom: 34px;
        margin-top: 40px;
    }
    main #content #content-hl h2 {
        font-size: 1.55em;
        line-height: 1.2em;
        letter-spacing: 0.06em;
    }
    main #content #content-hl h2 span {
        font-weight: 400;
    }
    main #content .row .col-1-2,
    main #content .row .col-2-2 {
        width: 100%;
    }
    main #content .row .col-2-2 {
        padding-left: 0;
    }
    main #content .row .col-2-2 #further #more_link {
        text-decoration: underline;
        font-weight: 700;
    }
    main #content .row .col-2-2 ul li {
        display: block;
        width: 100%;
    }
    main #content .row .col-2-2 ul li .nav-pic {
        display: none;
    }
    footer {
        width: 100%;
        padding-top: 50px;
    }
    footer section {
        width: 100%;
        padding-left: 24px;
        padding-right: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer section .row .col-1-2,
    footer section .row .col-2-2 {
        width: 100%;
    }
    footer section .row .col-1-2 {
        margin-bottom: 20px;
    }
    footer section .row .col-1-2 hr {
        display: none;
    }
    footer section .row .col-1-2 address {
        margin-bottom: 0;
    }
    footer section .row .col-2-2 {
        padding-left: 0;
    }
    footer section .row .col-2-2 form {
        margin-bottom: 40px;
    }
    footer section .row .col-2-2 form .row .col-1-2 {
        margin-bottom: 3px;
    }
    footer section .row .col-2-2 form .row .col-2-2 {
        width: 100%;
    }
    footer section .row .col-2-2 form .row .col-2-2 input,
    footer section .row .col-2-2 form .row .col-2-2 textarea {
        width: 95%;
        margin-bottom: 5px;
    }
    footer section .row .col-2-2 form .row .col-2-2 textarea {
        width: 97%;
    }
    footer section .row .col-2-2 form .row .col-2-2 input[type="submit"] {
        width: 98%;
    }
    footer section .row .col-2-2 form .row .col-2-2 label input {
        width: 20px;
    }
    footer #googlemaps iframe {
        width: 100%;
    }
    footer #info {
        margin-bottom: 77px;
    }
    #wrapper.sublayout #headline {
        display: none;
    }
    #wrapper.sublayout #bigpicture {
        margin-bottom: 6px;
    }
    #wrapper.gallery-th-version .mobilemenu {
        margin-top: 2px;
    }
    #wrapper.gallery-th-version main {
        top: 0;
    }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
    #content,
    #wrapper,
    body,
    html,
    main {
        height: 100%;
    }
    #wrapper.gallery-th-version {
        margin-bottom: 0 !important;
        background-color: #000 !important;
    }
    #wrapper.gallery-th-version #shortlinks,
    #wrapper.gallery-th-version .mobilemenu,
    #wrapper.gallery-th-version .row,
    #wrapper.gallery-th-version aside,
    #wrapper.gallery-th-version footer,
    #wrapper.gallery-th-version header {
        display: none !important;
    }
    #wrapper.gallery-th-version main {
        top: 0;
        height: 100%;
    }
    .slider.th-version .slides .slide {
        min-height: 600px;
    }
}
@media screen and (max-width: 568px) and (orientation: landscape) {
    #wrapper.gallery-th-version main {
        height: 100%;
    }
    #wrapper.gallery-th-version main #content .slider__arrows,
    #wrapper.gallery-th-version main #content .slider__nav {
        display: none;
    }
    .slider.th-version .slides .slide {
        min-height: 320px;
    }
}
@media screen and (max-width: 780px) and (orientation: landscape) {
    #wrapper.gallery-th-version main {
        height: 100%;
    }
    #wrapper.gallery-th-version main #content .slider__arrows,
    #wrapper.gallery-th-version main #content .slider__nav {
        display: none;
    }
    .slider.th-version .slides .slide {
        min-height: 420px;
    }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
    #wrapper.gallery-th-version main #content {
        height: 40vh;
        margin-top: 15px;
    }
    #wrapper.gallery-th-version main #content .slider.th-version .slides .slide {
        min-height: inherit;
    }
    #wrapper.gallery-th-version main #content .slider_navigation {
        display: none;
    }
}
