@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoLatin-Regular.woff2') format('woff2'), url('../fonts/LatoLatin-Regular.woff') format('woff'), url('../fonts/LatoLatin-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoLatin-Italic.woff2') format('woff2'), url('../fonts/LatoLatin-Italic.woff') format('woff'), url('../fonts/LatoLatin-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoLatin-Bold.woff2') format('woff2'), url('../fonts/LatoLatin-Bold.woff') format('woff'), url('../fonts/LatoLatin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoLatin-BoldItalic.woff2') format('woff2'), url('../fonts/LatoLatin-BoldItalic.woff') format('woff'), url('../fonts/LatoLatin-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

strong,
strong abbr,
strong a {
    font-weight: bold;
}

em,
em abbr,
em a {
    font-style: italic;
}

strong em,
em strong {
    font-weight: bold;
    font-style: italic;
}

abbr[title] {
    cursor: help;
}

img {
    max-width: 100%;
    height: auto !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}


/* BASICS */

html {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
    margin: 0;
    color: #333;
    background-color: #fff;
    font: 102%/1.35 Lato, "Trebuchet MS", helvetica, arial, sans-serif;
    text-align: center;
}


/* TITEL */

h1 {
    /* Logo */
    margin-top: 20px;
    margin-bottom: 3px;
    color: #d7b56d;
    font-size: 3em;
    font-weight: normal;
}

h2,
h3,
h5 {
    font-weight: bold;
}

h4,
h6 {
    font-weight: normal;
}

h3,
h6 {
    margin-bottom: 1.3em;
}

h4,
h5 {
    margin-bottom: 0;
}

h2 {
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #d7b56d;
    font-size: 1.235em;
}

h3,
h4,
h5,
h6 {
    font-size: 1em;
}


/* TEXTBLÖCKE */

p,
address,
hr,
pre,
table,
form {
    margin: 0 0 1.3em 0;
}

pre {
    padding: 0 0 1em 0;
    overflow-x: scroll;
}

blockquote,
blockquote p {
    font-style: italic;
    color: #333;
}

ul,
ol {
    margin: 0 0 1.3em 2em;
    padding: 0;
}

ul ul,
ol ol {
    margin: 0 0 0 2em;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

ul li li {
    list-style: circle;
}

ul li li li {
    list-style: square;
}


/* LINKS */

a {
    color: #e31e24;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    color: #333;
}


/* TABELLEN */

.table {
    overflow-x: auto;
}

table {
    margin-left: auto;
    margin-right: auto;
    color: #333;
}

th,
td {
    vertical-align: top;
}

th {
    font-weight: bold;
}

th abbr {
    font-weight: bold;
}


/* SPEZIELLE */

a.btn-link {
    color: #fff;
    background-color: #e31e24;
    text-decoration: none;
    display: inline-block;
    margin: .4em 0;
    padding: .475em .57em;
    font-weight: bold;
}


/* KONTAKTFORMULAR */

.contactform {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.contactform label {
    cursor: pointer;
}

.contactform label span.title {
    width: 10em;
}

.contactform input[type="text"],
input[type="email"],
.contactform textarea {
    background-color: #fefefe;
    color: #4c4c4c;
    border: 1px solid #b4b4b4;
}

.contactform textarea {
    float: left;
}

.contactform input[type="text"]:focus,
input[type="email"]:focus,
.contactform textarea:focus {
    background-color: #fff;
    color: #212121;
    -webkit-box-shadow: 0 0 10px 2px #d7b56d;
    -moz-box-shadow: 0 0 10px 2px #d7b56d;
    box-shadow: 0 0 10px 2px #d7b56d;
    border-color: #e31e24;
    outline: none;
}

.contactform input[type="submit"] {
    color: #333;
    background-color: #d7b56d;
    white-space: normal;
}

.contactform input[type="submit"]:hover,
.contactform input[type="submit"]:active,
.contactform input[type="submit"]:focus {
    color: #fff;
    background-color: #e31e24;
}


/* LAYOUT */

h1,
nav,
article {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

article {
    margin-top: 40px;
}

.img-front+article {
    margin-top: 33px;
}


/* NAVIGATION */

.nav-toggle {
    display: none;
}

nav {
    text-transform: uppercase;
    background: url(../images/nav-border.png) bottom center no-repeat;
}

nav ul {
    margin: 0 0 10px 0;
}

nav li {
    display: inline-block;
    position: relative;
    margin: 0 28px 0 0;
    list-style: none;
    white-space: nowrap;
}

nav a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    padding: 0 0 0 10px;
}

nav a:hover,
nav a:active,
nav a:focus,
nav a.selected,
nav a.childselected {
    color: #e31e24;
}

nav ul ul {
    display: none;
    position: absolute;
    text-align: left;
    margin: 6px 0 0 0;
    padding: 15px 0 0 0;
    background-color: #d7b56d;
    /* IE 8 */
    background-color: rgba(215, 181, 109, .88);
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    /* IE... */
}

nav li li {
    display: block;
    margin: 0;
    font-size: .85em;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    /* IE... */
}

nav li li a {
    display: inline-block;
    padding: 0 10px 12px 10px;
}


/* GALERIE */

.gallery-theme-tiles .gp_gallery li {
    max-height: 140px;
    padding: 20px 15px 10px 15px;
}

.gallery-theme-tiles .gp_gallery span.caption {
    display: none;
}

#cboxTitle {
    display: none !important;
}

#cboxContent button {
    outline: none;
}

#cboxCurrent {
    bottom: -30px;
}


/* GOOGLE MAPS */

.filetype-GoogleMaps_section {
    margin-bottom: 1.3em;
}


/* TRIPADVISOR */

.TA_excellent img,
.bravoBox img {
    display: none;
}


/* PANORAMA */

.pano {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.pano iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/* ADMIN */

#gp_admin_html {
    text-align: left;
}

body.gpAdmin div.editable_area:empty {
    min-height: 5em !important;
}

body.gpAdmin div.editable_area:empty:after {
    content: "Inhalt einfügen..." !important;
    visibility: visible !important;
    overflow: visible !important;
}