/*

	01 -- font

*/

/* [start] 01 -- font  */

/* clicker-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Clicker Script';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/fonts/clicker-script-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-slab-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('/files/theme/fonts/roboto-slab-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/fonts/roboto-slab-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url('/files/theme/fonts/roboto-slab-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/fonts/roboto-v48-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('/files/theme/fonts/roboto-v48-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* [end] 01 -- font  */

.dekofont {
	font-family: 'Clicker Script', Sans-Serif;
	color: #a99485;
}

.bgMain * {
  color: #fff;
}

/*Overwrite*/

h1,.h1,h2,.h1,h3,.h3 {
  font-family: 'Roboto Slab', Sans-Serif;
  font-weight: 300;
}
strong {
  font-weight: 500;
}

.welcome-headline strong {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 300;
}
#header {
  background-color: #bba895;
  color: #fff;
}

#header * {
  color: inherit;
}
header > .inside {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 1rem 0;
}

header > .inside .logo {
  width: 250px;
  margin: auto;
}

header .contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}

header .contact a {
  white-space: nowrap;
}

header .reservation {
  text-align: right;
}

@media screen and (max-width: 935px) {
    #header .reservation {
        display: none;
    }

    header > .inside {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 1rem 0;
    }
}
@media screen and (max-width: 1200px) { 
   header > .inside {
        padding-right: 1rem;
        padding-left: 1rem;
 
   }
}

@media screen and (max-width: 510px) {
    header > .inside .contact {
    display: none;
    }
}

.content-text.maxtxt-medium {
  max-width: 50ch;
  margin: 0 auto;
}
.content-headline img {
  display: inline;
}

.fontSizeXXL {
  font-size: 3rem;
}

#footer .content-headline img {
  vertical-align: bottom;
}

.showonmobile {
  display: none;
}

@media screen and (max-width: 935px) {
  .showonmobile {
  display: block;
  margin: 1rem 0 0 0 !important;
}
}