/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 16px;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  vertical-align: middle;
  background: none;
  line-height: 1;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * COLORS
 */
:root {
  --white: #f2f2f2;
  --orange: #ff6c01;
  --black: #050505;
  --grey: #666666;
  --grey-dark: #222222;
  --orange-grey: rgb(147.9, 103.8, 71.7);
  --white-transparent: rgba(242, 242, 242, 0);
  --orange-transparent: rgba(255, 108, 1, 0);
  --black-transparent: rgba(5, 5, 5, 0);
  --grey-transparent: rgba(102, 102, 102, 0);
}

/*
 *  BREAKPOINTS & MEDIA QUERIES
 */
/*
* MIXINS
*/
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "FolioBT";
  src: url("/assets/fonts/foliobc.eot"); /* IE9 Compat Modes */
  src: url("/assets/fonts/foliobc.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foliobc.otf") format("opentype"), url("/assets/fonts/foliobc.ttf") format("truetype"), url("/assets/fonts/foliobc.woff") format("woff"), url("/assets/fonts/foliobc.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.eot");
  src: url("/assets/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Montserrat-Bold.otf") format("otf"), url("/assets/fonts/Montserrat-Bold.ttf") format("truetype"), url("/assets/fonts/Montserrat-Bold.woff") format("woff"), url("/assets/fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Medium.eot");
  src: url("/assets/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Montserrat-Medium.otf") format("otf"), url("/assets/fonts/Montserrat-Medium.ttf") format("truetype"), url("/assets/fonts/Montserrat-Medium.woff") format("woff"), url("/assets/fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Light.eot");
  src: url("/assets/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Montserrat-Light.otf") format("otf"), url("/assets/fonts/Montserrat-Light.ttf") format("truetype"), url("/assets/fonts/Montserrat-Light.woff") format("woff"), url("/assets/fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
html {
  background: #050505;
  background: #050505;
  color: #f2f2f2;
  color: #f2f2f2;
  scroll-behavior: smooth;
}

header {
  background: #ff6c01;
  background: #ff6c01;
}
header #schriftzug-wrapper #schriftzug {
  padding: 1vh 1vw;
  height: 15vh;
  width: 100%;
}

nav {
  background: #f2f2f2;
  background: #f2f2f2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 710px) {
  nav {
    padding: 2px 5vw;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  nav {
    padding: 4px 10vw;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  nav {
    padding: 4px 15vw;
  }
}
@media (min-width: 1401px) {
  nav {
    padding: 4px 15vw;
  }
}
nav a {
  font-family: "FolioBT", sans-serif;
  color: #050505;
  position: relative;
}
@media (max-width: 710px) {
  nav a {
    font-size: 1rem;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  nav a {
    font-size: 1.33rem;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  nav a {
    font-size: 1.66rem;
  }
}
@media (min-width: 1401px) {
  nav a {
    font-size: 1.66rem;
  }
}
nav a:after {
  background: #666666;
}
nav a:hover {
  color: #666666;
}

main {
  background: #050505;
  background: #050505;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  line-height: 1.4;
  /*  #adresse{
       font-weight: bold;
   } */
}
@media (max-width: 710px) {
  main {
    margin: 5vw;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  main {
    margin: 3vw 10vw;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  main {
    margin: 3vw 15vw;
  }
}
@media (min-width: 1401px) {
  main {
    margin: 3vw 15vw;
  }
}
@media (max-width: 710px) {
  main {
    font-weight: 500;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  main {
    font-weight: 400;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  main {
    font-weight: 300;
  }
}
@media (min-width: 1401px) {
  main {
    font-weight: 300;
  }
}
@media (max-width: 710px) {
  main {
    font-size: 1rem;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  main {
    font-size: 1.1rem;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  main {
    font-size: 1.2rem;
  }
}
@media (min-width: 1401px) {
  main {
    font-size: 1.3rem;
  }
}
main a {
  color: #ff6c01;
  color: #ff6c01;
}
main a:after {
  background: rgb(147.9, 103.8, 71.7);
}
main a:hover {
  color: rgb(147.9, 103.8, 71.7);
}
main #navigation ul {
  padding: 0;
}
main #navigation ul li {
  list-style: none;
  display: inline-block;
  /*  @include smartphone{
       display: block;
   } */
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ff6c01;
  line-height: 1;
}
@media (max-width: 710px) {
  main #navigation ul li {
    padding: 4px;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  main #navigation ul li {
    padding: 5px;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  main #navigation ul li {
    padding: 6px;
  }
}
@media (min-width: 1401px) {
  main #navigation ul li {
    padding: 6px;
  }
}
@media (max-width: 710px) {
  main #navigation ul li {
    padding-top: 1px;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  main #navigation ul li {
    padding-top: 3px;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  main #navigation ul li {
    padding-top: 4px;
  }
}
@media (min-width: 1401px) {
  main #navigation ul li {
    padding-top: 4px;
  }
}
main #navigation ul li a {
  color: #050505;
  display: inline-block;
}
@media (max-width: 710px) {
  main #navigation ul li a {
    font-size: 0.7em;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  main #navigation ul li a {
    font-size: 0.8rem;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  main #navigation ul li a {
    font-size: 0.9rem;
  }
}
@media (min-width: 1401px) {
  main #navigation ul li a {
    font-size: 0.9rem;
  }
}
main #navigation ul li a:after {
  background: rgba(255, 108, 1, 0);
}
main #navigation ul li a:hover {
  color: #f2f2f2;
}
main h1, main h2, main h3, main h4, main h5 {
  text-decoration: underline;
}
main #seo-heading {
  text-decoration: none;
}
@media (max-width: 710px) {
  main #seo-heading {
    font-size: 1.1rem;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  main #seo-heading {
    font-size: 1.2rem;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  main #seo-heading {
    font-size: 1.3rem;
  }
}
@media (min-width: 1401px) {
  main #seo-heading {
    font-size: 1.4rem;
  }
}
main img {
  width: 100%;
}
main img.thumbnail {
  max-width: 400px;
  display: block;
}

#karte {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}

#bestellung-form {
  max-width: 700px;
  margin: 0 auto;
}
#bestellung-form section {
  margin-top: 2vh;
  padding: 1vh;
  padding-bottom: 2vh;
  outline: none;
  background: #222222;
  text-align: center;
}
#bestellung-form section input, #bestellung-form section textarea {
  background: #ff6c01;
  border: 4px solid #222222;
  box-sizing: border-box;
  transition: border-color 500ms cubic-bezier(0, 0, 0.07, 1.02);
}
#bestellung-form section input.invalide, #bestellung-form section textarea.invalide {
  border-color: #B80F0A;
}
#bestellung-form section input[type=text], #bestellung-form section textarea {
  width: 90%;
  max-width: 600px;
  padding: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
#bestellung-form section textarea {
  line-height: 1.2;
}
#bestellung-form section h5 {
  text-decoration: none;
  font-size: 1rem;
  margin: 0;
  margin-bottom: 2vh;
}
#bestellung-form #button-senden-wrapper {
  text-align: center;
  margin-top: 2vh;
}
#bestellung-form #button-senden-wrapper #button-senden {
  display: inline-block;
  background-color: #ff6c01;
  padding: 5px;
  cursor: pointer;
}
#bestellung-form #button-senden-wrapper #button-senden.disabled {
  background-color: #222222;
  color: black;
  cursor: default;
}
#bestellung-form #infos #fehler-validation, #bestellung-form #infos #fehler-mail, #bestellung-form #infos #fehler-user-text, #bestellung-form #infos #fehler-user-liste, #bestellung-form #infos #fehler-server {
  color: #B80F0A;
}
#bestellung-form #infos #erfolg {
  color: #359c35;
}
#bestellung-form #infos p {
  display: none;
  font-weight: bold;
}
#bestellung-form #infos p.sichtbar {
  display: block;
}

footer {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-top: 1px solid #666666;
}
@media (max-width: 710px) {
  footer {
    margin-left: 10vw;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  footer {
    margin-left: 15vw;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  footer {
    margin-left: 20vw;
  }
}
@media (min-width: 1401px) {
  footer {
    margin-left: 20vw;
  }
}
@media (max-width: 710px) {
  footer {
    margin-right: 10vw;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  footer {
    margin-right: 15vw;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  footer {
    margin-right: 20vw;
  }
}
@media (min-width: 1401px) {
  footer {
    margin-right: 20vw;
  }
}
footer a {
  font-family: "FolioBT", sans-serif;
  color: #666666;
}

a {
  text-decoration: none;
  transition: color 0.3s ease 0s;
  position: relative;
}
a:after {
  content: "";
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a:hover:after {
  width: 100%;
  left: 0;
}

.scroll-to-top {
  font-size: 0.8em;
  font-weight: bold;
  color: #ff6c01;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}
.scroll-to-top:hover {
  color: rgb(147.9, 103.8, 71.7);
}

@media (max-width: 710px) {
  .bold, main a {
    font-weight: 700;
  }
}
@media (min-width: 711px) and (max-width: 1160px) {
  .bold, main a {
    font-weight: 600;
  }
}
@media (min-width: 1161px) and (max-width: 1400px) {
  .bold, main a {
    font-weight: 500;
  }
}
@media (min-width: 1401px) {
  .bold, main a {
    font-weight: 500;
  }
}

.italic {
  font-style: italic;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
