
/* ------------------------------------------------------------------------------------------------------------------ */

/* GF-Replace 31.12.2022 */
@font-face {
   font-family:'Roboto';
   font-style: normal;
   font-weight: 400;
   src: local('Roboto'), local('Roboto-Regular'), url('https://mkginbergedorf.de/css/fonts/roboto-regular.woff2') format('woff2');
}
@font-face {
   font-family:'Roboto';
   font-style: normal;
   font-weight: 700;
   src: local('Roboto Bold'), local('Roboto-Bold'), url('https://mkginbergedorf.de/css/fonts/roboto-bold.woff2') format('woff2');
}
@font-face {
   font-family:'Varela Round';
   font-style: normal;
   font-weight: 400;
   src: local('Varela Round'), local('Varela-Round'), url('https://mkginbergedorf.de/css/fonts/varelaround-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('https://mkginbergedorf.de/css/fonts/material-icons.woff2') format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/* /GF-Replace */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* word-wrap: break-word; */
  border: none;
}

html {
  color: #333;
  font-family: Roboto, 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  line-height: 1.5;
  font-weight: 400;
  overflow-x: scroll;
  overflow-y: scroll;
  /* -webkit-text-size-adjust: auto; */
  -webkit-text-size-adjust: none;

  height: 100%;
}

#PageRAK {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

#HomePage {
  text-align: center;
}

h1 {
  margin: 3% 0;
  color: #ac9078;
  font-size: 3vw;
  font-weight: 400;
}
h2 {
  margin: 3% 0;
  color: #c23c31;
  font-size: 2.5vw;
  font-weight: 400;
}
h3 {
  margin: 3% 0;
  color: #333;
  font-size: 1.75vw;
  font-weight: 400;
}
h4 {
  margin: 3% 0 1% 0;
  color: #333;
  font-size: 1.5vw;
  font-weight: 700;
}

img.logo {
  margin: 3% 0 0 0;
  width: 30%;
  max-width: 249px !important;
  height: auto;
}
img.reze {
  margin: 3% 0 0 0;
  width: 60%;
  max-width: 680px !important;
  height: auto;
}

p {
  margin: 0 0 1rem 0;
  color: #333;
  font-size: 1.5vw;
}
p.fett {
  font-weight: 700;
}