/*! 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 {
  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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

.bg-color-primary {
  background-color: #4b6584;
}

.font-color-primary {
  color: #4b6584;
}

.border-bottom-color-primary {
  border-bottom: 2px solid #4b6584 !important;
}

.bg-color-secondary {
  background-color: #778ca3;
}

.font-color-secondary {
  color: #778ca3;
}

.border-bottom-color-secondary {
  border-bottom: 2px solid #778ca3 !important;
}

.bg-color-success {
  background-color: #2ecc71;
}

.font-color-success {
  color: #2ecc71;
}

.border-bottom-color-success {
  border-bottom: 2px solid #2ecc71 !important;
}

.bg-color-info {
  background-color: #3498db;
}

.font-color-info {
  color: #3498db;
}

.border-bottom-color-info {
  border-bottom: 2px solid #3498db !important;
}

.bg-color-warning {
  background-color: #f39c12;
}

.font-color-warning {
  color: #f39c12;
}

.border-bottom-color-warning {
  border-bottom: 2px solid #f39c12 !important;
}

.bg-color-danger {
  background-color: #c0392b;
}

.font-color-danger {
  color: #c0392b;
}

.border-bottom-color-danger {
  border-bottom: 2px solid #c0392b !important;
}

.bg-color-light {
  background-color: #ffffff;
}

.font-color-light {
  color: #ffffff;
}

.border-bottom-color-light {
  border-bottom: 2px solid #ffffff !important;
}

.bg-color-gray-100 {
  background-color: #f5f5f5;
}

.font-color-gray-100 {
  color: #f5f5f5;
}

.border-bottom-color-gray-100 {
  border-bottom: 2px solid #f5f5f5 !important;
}

.bg-color-gray-200 {
  background-color: #e9ecef;
}

.font-color-gray-200 {
  color: #e9ecef;
}

.border-bottom-color-gray-200 {
  border-bottom: 2px solid #e9ecef !important;
}

.bg-color-dark {
  background-color: black;
}

.font-color-dark {
  color: black;
}

.border-bottom-color-dark {
  border-bottom: 2px solid black !important;
}

.active {
  background-color: #778ca3;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*====================================================================================================================
              MediaQuery Mixins
=====================================================================================================================*/
html,
a,
label,
input {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: "1.5";
  color: #777;
  text-decoration: none;
}

p {
  padding: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  color: #545454;
  margin: 15px 10px;
}

h1 {
  font-size: 3.15733em;
}

@media (max-width: 390px) {
  h1 {
    font-size: 1.685em;
  }
}

h2 {
  font-size: 2.36859em;
}

@media (max-width: 390px) {
  h2 {
    font-size: 1.5792em;
  }
}

h3 {
  font-size: 1.77689em;
}

@media (max-width: 390px) {
  h3 {
    font-size: 1.48004em;
  }
}

h4 {
  font-size: 1.333em;
}

@media (max-width: 390px) {
  h4 {
    font-size: 1.3871em;
  }
}

ul {
  list-style-type: none;
}

.text-shadow {
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7), 0px 0px 7px rgba(0, 0, 0, 0.37);
}

.bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
  width: 100%;
}

.text-underline {
  text-decoration: underline;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.btn-primary,
.btn-secondary {
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin: 10px;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  text-align: center;
  cursor: pointer;
}

.btn-primary {
  background: #4b6584;
  border: 2px solid #4b6584;
  color: white;
}

.btn-primary:hover {
  background: white;
  color: #4b6584;
}

.btn-secondary {
  border: 2px solid #778ca3;
}

.btn-secondary:hover {
  background: #778ca3;
  color: white;
}

.btn-lg {
  padding: 15px 35px;
  min-width: 250px;
}

.btn-md {
  padding: 10px;
  min-width: 170px;
}

.btn-sm {
  padding: 5px;
  min-width: 150px;
}

#scroll-to-top {
  position: fixed;
  z-index: 900;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #778ca3;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: white;
  outline: none;
  cursor: pointer;
  border: none;
}

#scroll-to-top:active {
  background-color: #95a6b8;
}

.container {
  max-width: 950px;
  margin: 2em auto 0 auto;
}

main {
  margin-top: 90px;
}

.modal {
  padding: 15px;
  min-width: 700px;
  margin: 10px auto;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 750px) {
  .modal {
    min-width: 350px;
    max-width: 350px;
  }
}

.card-component {
  font-size: 18px;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  text-align: center;
  width: 270px;
  height: 270px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.card-component .card-image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.card-component .card-content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  padding: 10px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 90;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), color-stop(80%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.2) 80%);
}

.card-component img {
  width: 270px;
  height: 270px;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.margin-auto {
  margin: auto;
}

.primary-nav {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 250px auto;
      grid-template-columns: 250px auto;
  -ms-grid-rows: 90px;
      grid-template-rows: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4b6584;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
}

.primary-nav form {
  height: 100%;
}

.primary-nav button {
  border: none;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 750px) {
  .primary-nav {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
}

.primary-nav .desktop-nav > li :hover {
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
  background-color: #778ca3;
}

.primary-nav .brand a {
  display: block;
  height: 100%;
}

.primary-nav .brand img {
  height: 60px;
  margin-left: 30px;
}

@media (max-width: 750px) {
  .primary-nav .brand img {
    margin-left: 0;
  }
}

@media (max-width: 750px) {
  .primary-nav .brand {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.primary-nav .menu-icon {
  color: #ffffff;
  display: none;
  margin-left: 30px;
  cursor: pointer;
}

@media (max-width: 750px) {
  .primary-nav .menu-icon {
    display: block;
    position: absolute;
  }
}

.primary-nav .desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 30px;
  height: 100%;
}

@media (max-width: 750px) {
  .primary-nav .desktop-nav {
    display: none;
  }
}

.primary-nav .desktop-nav a,
.primary-nav .desktop-nav button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  color: #ffffff;
}

.primary-nav .desktop-nav .nav-dropdown ul {
  position: absolute;
  background-color: #4b6584;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 0;
  max-height: 0;
  overflow: hidden;
  z-index: -1;
}

.primary-nav .desktop-nav .nav-dropdown ul li :hover {
  background-color: #778ca3;
}

.primary-nav .desktop-nav .nav-dropdown ul a,
.primary-nav .desktop-nav .nav-dropdown ul button {
  padding: 16px;
}

.sidebar {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-377px);
          transform: translateX(-377px);
  height: 100%;
  min-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  z-index: 9000;
  display: none;
  background-color: #547194;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
}

.sidebar form {
  height: 100%;
  width: 100%;
}

.sidebar button {
  border: none;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 750px) {
  .sidebar {
    display: block;
  }
}

.sidebar .close-btn {
  color: #ffffff;
  height: 92px;
  padding-left: 32px;
  cursor: pointer;
  border-bottom: 1px solid;
}

.sidebar li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.sidebar a,
.sidebar button {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.sidebar .sidebar-dropdown {
  display: -ms-grid;
  display: grid;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.sidebar .sidebar-dropdown i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidebar .sidebar-dropdown ul {
  overflow: hidden;
  max-height: 0px;
}

.sidebar li:not(.sidebar-dropdown) :hover {
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
  background-color: #778ca3;
}

.sidebar-dropdown :hover:not(ul) {
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out;
  background-color: #778ca3;
}

.material-icons {
  background-color: transparent !important;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.control {
  padding: 10px;
}

.control label {
  font-weight: bold;
  display: block;
}

.control input {
  font: inherit;
  border: none;
  border-bottom: 2px solid #ccc;
  width: 100%;
  display: block;
  margin-top: 1rem;
  background: transparent;
}

.control input:focus {
  outline: none;
  border-color: #778ca3;
  background: transparent;
}

.control-radio {
  padding: 10px;
}

.control-radio label {
  padding: 0 10px 0 10px;
}

.invalid {
  color: #f39c12;
  font-weight: bold;
}

.slider-wrapper, #slider, .slide-content {
  min-height: 80vh;
  width: 100%;
  overflow-x: hidden;
}

.slider-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px auto 100px;
      grid-template-columns: 100px auto 100px;
  -ms-grid-rows: auto 100px;
      grid-template-rows: auto 100px;
}

.slider-wrapper .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

.slider-wrapper .slide:not(:first-child) {
  opacity: 0;
}

.slider-wrapper .slider {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}

.slider-wrapper .arrow-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 750px) {
  .slider-wrapper .arrow-left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 24px;
  }
}

.slider-wrapper .arrow-right {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 750px) {
  .slider-wrapper .arrow-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 24px;
  }
}

.slider-wrapper .material-icons {
  color: white;
  z-index: 100;
  font-size: 3.5rem;
}

.slider-wrapper .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-wrapper .slide-content .content-text {
  max-width: 85%;
  margin: 5px;
  z-index: 100;
  text-align: center;
  -webkit-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
  font-weight: 500;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7), 0px 0px 7px rgba(0, 0, 0, 0.37);
}

.indicators {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 60px;
  margin: 0;
}

.indicators .indicator-item {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.indicators .indicator-item.active, .indicators .indicator-item:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.gallery {
  position: relative;
  height: auto;
  width: 100%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  grid-gap: 2vmin;
  grid-auto-flow: dense;
  margin-top: 25px;
  padding: 5px;
}

.gallery .image {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.gallery .image:first-child {
  grid-column: span 1;
  grid-row: span 2;
}

.gallery .image:nth-child(2) {
  -ms-grid-row: span 2;
      grid-row-start: span 2;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
}

.gallery .image:nth-child(2n+3) {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
}

.gallery .image:nth-child(4n+5) {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
}

.gallery .image:nth-child(6n+7) {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-row: span 2;
      grid-row-start: span 2;
}

.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

@media all and (max-width: 974px) {
  .gallery {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .gallery .image:nth-child(3n+2) {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
  }
  .gallery .image:nth-child(3n+2) {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    grid-row: span 1;
  }
  .gallery .image:nth-child(3) {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    grid-row: span 2;
  }
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(75, 101, 132, 0.8);
  top: 0;
  z-index: 9000;
  padding: 16px;
}

.overlay .overlay-input {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
  max-width: 900px;
  margin: auto;
}

.overlay .close-overlay {
  text-align: end;
  color: white;
}

.overlay .close-overlay i {
  font-size: 2em;
  cursor: pointer;
}

.bg-color-primary {
  background-color: #4b6584;
}

.font-color-primary {
  color: #4b6584;
}

.border-bottom-color-primary {
  border-bottom: 2px solid #4b6584 !important;
}

.bg-color-secondary {
  background-color: #778ca3;
}

.font-color-secondary {
  color: #778ca3;
}

.border-bottom-color-secondary {
  border-bottom: 2px solid #778ca3 !important;
}

.bg-color-success {
  background-color: #2ecc71;
}

.font-color-success {
  color: #2ecc71;
}

.border-bottom-color-success {
  border-bottom: 2px solid #2ecc71 !important;
}

.bg-color-info {
  background-color: #3498db;
}

.font-color-info {
  color: #3498db;
}

.border-bottom-color-info {
  border-bottom: 2px solid #3498db !important;
}

.bg-color-warning {
  background-color: #f39c12;
}

.font-color-warning {
  color: #f39c12;
}

.border-bottom-color-warning {
  border-bottom: 2px solid #f39c12 !important;
}

.bg-color-danger {
  background-color: #c0392b;
}

.font-color-danger {
  color: #c0392b;
}

.border-bottom-color-danger {
  border-bottom: 2px solid #c0392b !important;
}

.bg-color-light {
  background-color: #ffffff;
}

.font-color-light {
  color: #ffffff;
}

.border-bottom-color-light {
  border-bottom: 2px solid #ffffff !important;
}

.bg-color-gray-100 {
  background-color: #f5f5f5;
}

.font-color-gray-100 {
  color: #f5f5f5;
}

.border-bottom-color-gray-100 {
  border-bottom: 2px solid #f5f5f5 !important;
}

.bg-color-gray-200 {
  background-color: #e9ecef;
}

.font-color-gray-200 {
  color: #e9ecef;
}

.border-bottom-color-gray-200 {
  border-bottom: 2px solid #e9ecef !important;
}

.bg-color-dark {
  background-color: black;
}

.font-color-dark {
  color: black;
}

.border-bottom-color-dark {
  border-bottom: 2px solid black !important;
}

.active {
  background-color: #778ca3;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*====================================================================================================================
              MediaQuery Mixins
=====================================================================================================================*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.header-modal {
  max-width: 1150px;
  min-width: 350px;
  margin: 20px auto;
}

@media (max-width: 390px) {
  .header-modal {
    min-width: 200px;
    max-width: 350px;
  }
}

.header-modal .content-header {
  background-color: black;
}

.header-modal .content-header h3 {
  color: white;
  margin: 0;
  padding: 19px 10px;
}

.header-modal .content-main {
  padding: 20px 0px;
  background-color: rgba(255, 255, 255, 0.8);
}

.product-modal {
  margin: 25px;
  max-width: 350px;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 25px 75px 25px 1fr;
      grid-template-rows: 25px 75px 25px 1fr;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.membership {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-column: 1;
  grid-column: 1;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.membership img {
  height: 125px;
  width: auto;
}

.model-header {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  grid-column: 1;
}

.model-content {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  grid-row: 3/6;
  -ms-grid-column: 1;
  grid-column: 1;
  padding-top: 35px;
  background-color: rgba(75, 101, 132, 0.8);
  min-height: 382px;
  display: -ms-grid;
  display: grid;
}

.bg-color-primary {
  background-color: #4b6584;
}

.font-color-primary {
  color: #4b6584;
}

.border-bottom-color-primary {
  border-bottom: 2px solid #4b6584 !important;
}

.bg-color-secondary {
  background-color: #778ca3;
}

.font-color-secondary {
  color: #778ca3;
}

.border-bottom-color-secondary {
  border-bottom: 2px solid #778ca3 !important;
}

.bg-color-success {
  background-color: #2ecc71;
}

.font-color-success {
  color: #2ecc71;
}

.border-bottom-color-success {
  border-bottom: 2px solid #2ecc71 !important;
}

.bg-color-info {
  background-color: #3498db;
}

.font-color-info {
  color: #3498db;
}

.border-bottom-color-info {
  border-bottom: 2px solid #3498db !important;
}

.bg-color-warning {
  background-color: #f39c12;
}

.font-color-warning {
  color: #f39c12;
}

.border-bottom-color-warning {
  border-bottom: 2px solid #f39c12 !important;
}

.bg-color-danger {
  background-color: #c0392b;
}

.font-color-danger {
  color: #c0392b;
}

.border-bottom-color-danger {
  border-bottom: 2px solid #c0392b !important;
}

.bg-color-light {
  background-color: #ffffff;
}

.font-color-light {
  color: #ffffff;
}

.border-bottom-color-light {
  border-bottom: 2px solid #ffffff !important;
}

.bg-color-gray-100 {
  background-color: #f5f5f5;
}

.font-color-gray-100 {
  color: #f5f5f5;
}

.border-bottom-color-gray-100 {
  border-bottom: 2px solid #f5f5f5 !important;
}

.bg-color-gray-200 {
  background-color: #e9ecef;
}

.font-color-gray-200 {
  color: #e9ecef;
}

.border-bottom-color-gray-200 {
  border-bottom: 2px solid #e9ecef !important;
}

.bg-color-dark {
  background-color: black;
}

.font-color-dark {
  color: black;
}

.border-bottom-color-dark {
  border-bottom: 2px solid black !important;
}

.active {
  background-color: #778ca3;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
footer {
  background-color: #778ca3;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer a {
  color: white;
  padding: 0 10px;
}

main {
  background-image: url("../../images/insolvenz_buchung.jpg");
  min-height: 100vh;
  background-size: cover;
}

.error-404,
.error-505 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=index.css.map */