/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/montserrat-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('./fonts/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/montserrat-v15-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* Light mode */
:root {
         --body-bg: #FFFFFF;
         --body-color: #000000;
         --font-color: rgba(0, 0, 0, 0.5);
         --font-color-hover: #E46100;
         --background-color: #FFFFFF;
         --background-color-hover: #E46100;
}


a:link, a:visited { font-family: 'Montserrat'; font-size: 1.0em; color: var(--font-color); font-weight: normal; text-decoration: underline; }
a:hover { font-size: 1.0em; color: var(--font-color-hover); font-weight: normal; text-decoration: underline; }

body { background: var(--body-bg); margin: 0; font-family: 'Montserrat'; font-size: 1.0em; color: var(--body-color); text-align: center; }
#wrapper { width: calc(100% - 0px); margin: 0px; padding: 0px 0px; font-size: 1.0em; }


.links         { float:left; }
.rechts         { float:right; }
img         { border: 0px; }
.pad     { padding: 10px; }
.pad_top { padding: 20px 0px; }
.pad_side{ padding: 0px 20px; }
.pad_big { padding: 20px 25px; }
.clear         { clear:both; line-height:0.0em; height: 0px; display: block; background-color: #FFDF00; padding: 0px !important; margin: 0px !important; }
.center         { text-align:center; }
.small        { font-size: 0.8em !important; }
.medium        { font-size: 1.0em !important; }
.big        { font-size: 1.2em !important; }
.line        { border-bottom: 2px #BFBFBF dotted; }
.round        { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.aright  { text-align: right; }
.acenter { text-align: center; }
.ajustifiy { text-align: justify; }
.lineheight { line-height: 1.6em !important; }
.mail { direction: rtl; unicode-bidi: bidi-override; }

.bg1 { background: rgba(0,0,0,0.02); }
.bg2 { background: rgba(0,0,0,0.07); }
.bg3 { background: var(--background-color-hover); color: var(--background-color); }

.w100         { width: 100%; }
.w100pad { width: calc(100% - 20px); padding: 5px 10px; }
.w75         { width: 75%; }
.w75pad         { width: calc(75% - 20px); padding: 5px 10px; }
.w50         { width: 50%; }
.w50pad         { width: calc(50% - 20px); padding: 5px 10px; }
.w33         { width: 33.3%; }
.w33pad         { width: calc(33.3% - 20px); padding: 5px 10px; }
.w25         { width: 25%; }
.w25pad         { width: calc(25% - 20px); padding: 5px 10px; }

p img { width: calc(100% - 50px); height: auto; }

hr { border: 0px; border-top: 5px var(--background-color-hover) dotted; margin: 20px 0px; }

h1, h2, h3, h4, h5 { font-family: 'Montserrat'; color: var(--body-color); font-weight: bold; text-decoration: none; }
h1 { font-size: 3.0em; color: var(--font-color-hover); }
h2 { font-size: 2.2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.2em; }

.bg3 h2, .bg3 h3 { color: var(--background-color); }

#logo { width: 100%; margin: 50px auto 0px auto; padding: 25px 0px 10px 0px; text-align:center; }
#logo a { display: inline-block; width: 30vw; height: auto; }
#logo a img { width: 100%; height: auto; }

a.logo { display: inline-block; width: 100%; height: auto; max-width: 500px; margin: 10px auto; }
a.logo img { width: 90%; height: auto; }

#site { width: 100%; margin: 20px auto; padding: 20px 0px; text-align:center; }
#site .content { display: block; width: calc(100% - 50px); max-width: 50vw; margin: 20px auto; }

#footer { width: 100%; margin: 20px auto; padding: 20px 0px 60px 0px; text-align:center; }
#footer a:link, #footer a:visited { font-family: 'Montserrat'; font-size: 1.0em; text-decoration: none; }
#footer a:hover { color: var(--background-color-hover); }
#footer b a { color: var(--background-color-hover); font-weight: bold; }

#impressum {}

#order {
         display: block;
         position: fixed;
         bottom: 0;
         z-index: 10;
         width: calc(100% - 20px);
         padding: 20px 10px;
         background-color: var(--background-color-hover);
         background-size: 100% auto;
         text-align: center;
}

#order a {
         display: inline-block;
         background: var(--background-color) url(../images/hover.gif) center left no-repeat;
         font-size: 1.1em;
         color: #000000;
         padding: 10px 25px;
         text-decoration: none;
         -webkit-border-radius: 60px;
         -moz-border-radius: 60px;
         border-radius: 60px;
}



@media (max-width: 900px) {
         body { font-size: 1.1em; }
         #logo a { display: inline-block; width: 80vw; height: auto; }
         #site .content { max-width: 90vw; text-align: justify; }
         h1 { font-size: 2.0em; }
         h2 { font-size: 1.8em; }
         h3 { font-size: 1.6em; }
         h4 { font-size: 1.4em; }
         h5 { font-size: 1.2em; }

         #impressum .w50 { width: 100%; text-align: center; }
         #impressum b { display: block; width: 100%; text-align: center; }
         #impressum .w50pad { display: inline; text-align: center; }
}
@media (max-width: 640px) {
         #order a { font-size: 1.0em; }
         #order a span { display: none; }
}