@charset "UTF-8";
/* font colors */
/* background colors */
/* border colors */
/* line-heights (can change for devices */
/* line-heights (can change for devices */
/* devices for media query */
/* import modules to use scss and icons from bootstrap */
/*
hier können bootstrap vars überschrieben werden 
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 1024px,
  xl: 1440px,
  xxl: 1600px
);

$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1320px
);
*/
@import '../node_modules/material-icons/iconfont/material-icons.css';
/* default font */
body {
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1px;
  color: black;
  background-color: #FFFEF2;
}

/* ---------- Überschriften ---------- */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Cormorant Garamond";
  font-weight: 500;
  line-height: 1.2;
}

/* ---------- BUTTONS ---------- */
/* ---------- ICONS ---------- */
.top-banner {
  background-color: black;
  height: 30px;
  font-weight: 500;
  color: white;
  text-align: center;
}

/* ---------- LANGUAGE ------- */
.language-select {
  /* Hinzufügen von benutzerdefinierten Stileigenschaften */
  /* Hier einige Beispiele: */
  background-color: #FFFEF2; /* Hintergrundfarbe des Select-Feldes */
  border: none; /* Entfernen der Border */
  outline: none; /* Entfernen der Outline */
}

.language-select::-ms-expand,
.language-select::-webkit-select-arrow {
  display: none;
}

/* ---------- HEADER ---------- */
/* font colors */
/* background colors */
/* border colors */
/* line-heights (can change for devices */
/* line-heights (can change for devices */
/* devices for media query */
/* font colors */
/* background colors */
/* border colors */
/* line-heights (can change for devices */
/* line-heights (can change for devices */
/* devices for media query */
/* font colors */
/* background colors */
/* border colors */
/* line-heights (can change for devices */
/* line-heights (can change for devices */
/* devices for media query */
/* font colors */
/* background colors */
/* border colors */
/* line-heights (can change for devices */
/* line-heights (can change for devices */
/* devices for media query */