/**************************************************
 *
 * Stylesheet contains:
 *
 * Please check documentation below
 *
 ***************************************************/
/***************************************************
*
* PROJECT DOCUMENTATION
*
* This stylesheet is built with SASS, located in css/sass/style.scss and output to css/style.css
*
* style.css as the main stylesheet follows the structure of sub stylesheets, written after the SMACSS method
*
* Theme styles, default theme settings: css/sass/_variables.scss
* Override Bootstrap styles, definition of general settings for HTML-elements: css/sass/_base.scss
* Styles for anything belonging to navigations: css/sass/_nav.scss
* Define modules: css/sass/_modules.scss
* Global layout setup: css/sass/_layout.scss
* Plugin Overrides: css/sass/_plugins.scss
*
*
* Split stylesheets if they're getting too big
*
***************************************************/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v20-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-300.woff") format("woff"), url("../fonts/open-sans-v20-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v20-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v20-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-regular.woff") format("woff"), url("../fonts/open-sans-v20-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v20-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v20-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v20-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v20-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-600.woff") format("woff"), url("../fonts/open-sans-v20-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v20-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v20-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-700.woff") format("woff"), url("../fonts/open-sans-v20-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v20-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v20-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v20-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v20-latin-800.woff2") format("woff2"), url("../fonts/open-sans-v20-latin-800.woff") format("woff"), url("../fonts/open-sans-v20-latin-800.ttf") format("truetype"), url("../fonts/open-sans-v20-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
html {
  font-size: 100%;
}

/**************************************************
*
* 1 Variables
*
* Define your variables for colors and anything else you might need
*
***************************************************/
/*
* Colors
 */
/* Default */
/*
* Breakpoints (Bootstrap 5)
*/
/**************************************************
*
* 2 Mixins
*
* Define your mixins for responsive declarations
*
***************************************************/
/*
* Breakpoints
 */
/**************************************************
*
* 3 Base: Override Bootstrap styles, definition of
* general settings for HTML-elements
*
* https://getbootstrap.com/docs/5.2/getting-started/introduction/
*
* Specify settings in your module or layout scss-files
*
***************************************************/
body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  background-image: url(../img/mis_bg25.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: black;
  background-color: #435469;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  body {
    background-size: cover;
  }
}

/*
* Headings
 */
/*
* Text
 */
/*
* Links
 */
a {
  color: white;
  text-decoration: none;
}

a:hover,
a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: white;
}

#made-in-germany:hover,
#made-in-stuttgart:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.light {
  font-weight: 300;
}

/*
* Button Links
 */
/**************************************************
*
* 4 Modules: Styling modules
*
* https://getbootstrap.com/docs/5.2/getting-started/introduction/
*
* Specify settings in your module or layout scss-files
*
***************************************************/
/*
* Button Content
 */
.waypoint-link-btn {
  position: relative;
}

.waypoint-link-heading {
  padding: 1rem;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .waypoint-link-heading {
    font-size: 3.5rem;
  }
}

.waypoint-link-description {
  display: inline-block;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
}

/*
* Footer Logo
 */
.mig-mis-footer svg {
  padding: 1rem;
  width: 10rem;
  height: auto;
}
@media (min-width: 1200px) {
  .mig-mis-footer svg {
    width: 15rem;
  }
}

/**************************************************
*
* 5 Layout: Layout settings
*
* https://getbootstrap.com/docs/5.2/getting-started/introduction/
*
*
***************************************************/
/*
* Landing Page
 */
main {
  padding-top: 1rem;
  min-height: 85vh;
}
@media (min-width: 576px) {
  main {
    height: calc(100vh - 10rem);
  }
}

.waypoint-link-area {
  min-height: 75vh;
  color: white;
}

.waypoint-link-btn {
  padding: 1rem;
  color: white;
}

.waypoint-link-btn#made-in-germany {
  background-color: #654284;
}

.waypoint-link-btn#made-in-stuttgart {
  background-color: #d13858;
}

#made-in-germany:hover {
  color: white;
  background-color: rgba(209, 56, 88, 0.7);
}

#made-in-stuttgart:hover {
  color: white;
  background-color: rgba(209, 56, 88, 0.7);
}

/*
* Footer
 */
.mig-mis-footer {
  height: 7rem;
  background-color: white;
}
@media (min-width: 576px) {
  .mig-mis-footer {
    height: 10rem;
  }
}

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