/*! 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.
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
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 {
  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 */
  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 {
  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"] {
  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;
}
.tx-powermail .container-fluid {
  padding: 0;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  position: relative;
}
.form-group input {
  width: 100%;
  height: 35px;
  padding: 0px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  outline: none;
  letter-spacing: 1px;
}
.form-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  outline: none;
  letter-spacing: 1px;
  padding: 10px;
}
.form-group label {
  padding-bottom: 0;
  font-size: 1rem;
}
.form-group .input-wrap {
  width: 100%;
  position: relative;
}
select, input {
  width: 100%;
  height: 30px;
  border: 1px solid #ccc;
}
.powermail_fieldwrap {
  margin: 10px 0;
}
.powermail_submit {
  padding: 5px 20px;
  font-weight: 500;
  border: 0;
  color: white;
  width: 100px;
  background: #333;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.powermail_submit:hover {
  background: #CC8E34;
}
.powermail_label {
  font-size: 1rem;
}
.input-border--center-expand::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #CC8E34;
  transition: all 0.3s;
}
.textarea-wrap .input-border--center-expand::before {
  bottom: 5px;
}
input:focus ~ .input-border--center-expand::before, textarea:focus ~ .input-border--center-expand::before {
  width: 100%;
  left: 0;
}
iframe.maps {
  width: 50%;
  max-width: 100%;
  float: left;
  margin-right: 70px;
  margin-bottom: 70px;
}
.layout-4.kontakt-float-left {
  width: 40%;
  float: left;
}
.tx-powermail {
  clear: both;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  background: #F7F7F7;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  font-weight: 600;
  text-transform: uppercase;
}
h2 {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
h2::after {
  content: '';
  height: 3px;
  background: #CC8E34;
  width: 80px;
  position: absolute;
  top: 115%;
  left: calc(50% - 40px);
}
h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
p {
  font-weight: 500;
  line-height: 28px;
}
p.subheader {
  font-size: 1.5rem;
  font-weight: 600;
  color: #CC8E34;
}
section {
  padding: 50px 0;
}
.frame-layout-4 {
  margin-bottom: 30px;
}
#tx_cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#tx_cookies h3 {
  display: none;
}
#tx_cookies #tx_cookies_close {
  display: none;
}
#tx_cookies #tx_cookies_inner {
  background: #F7F7F7;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
}
#tx_cookies input[type="submit"] {
  width: 50px;
  margin: 10px 0;
  padding: 5px 20px;
  font-weight: 500;
  border: 0px;
  color: white !important;
  background: #333 !important;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
  transition: all 0.2s ease-in-out 0s;
}
.page-wrap {
  position: absolute;
  width: 100%;
  top: 0;
}
#mobile-navigation.open {
  visibility: visible;
  opacity: 1;
}
#mobile-navigation {
  background: #000;
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#mobile-navigation .header-icons {
  position: fixed;
  right: 50px;
  top: 20px;
  z-index: 100;
}
#mobile-navigation .header-icons button {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  float: left;
}
#mobile-navigation .header-icons button a {
  color: #fff !important;
}
#mobile-navigation .header-icons button:nth-child(2) {
  margin-right: 0;
}
#mobile-navigation .header-icons button i {
  color: #fff;
  z-index: 20;
}
#mobile-navigation div.menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
}
#mobile-navigation div.menu button {
  margin: 10px 0;
  background: 0;
  border: 0;
  color: #fff;
  position: relative;
  height: 40px;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
}
#mobile-navigation div.menu button a {
  color: #fff;
  text-decoration: none;
}
#mobile-navigation div.menu button:before, #mobile-navigation div.menu button:after {
  content: '';
  width: 30%;
  left: calc(50% - 15%);
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
#mobile-navigation div.menu button:before {
  top: 1px;
}
#mobile-navigation div.menu button:after {
  bottom: -1px;
}
#mobile-navigation div.menu button:hover:before, #mobile-navigation div.menu button:hover:after {
  width: 100%;
  left: 0;
}
header.main-header {
  min-height: 500px;
  height: 70vh;
  position: relative;
  /*
    div.banner.banner-hidden {
        width: 0;
        height: 0;
        //top: 50%;
        //left: 50%;
        opacity: 0;
        //transform: translate(50%, 50%);
        visibility: hidden;
        border-radius: 50%;

        width: 10px;
        height: 10px;
        transform: translate(50vw, 50vh);
        z-index: 9;
    }
    */
}
header.main-header .header-content {
  margin: auto 10%;
  height: 100%;
  position: relative;
  z-index: 50;
}
header.main-header .header-content .header-icons {
  position: absolute;
  right: 0;
  top: 100px;
}
header.main-header .header-content .header-icons button {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  float: left;
}
header.main-header .header-content .header-icons button:nth-child(2) {
  margin-right: 0;
}
header.main-header .header-content .header-icons button i {
  color: #fff;
  z-index: 20;
}
@media screen and (max-width: 650px) {
  header.main-header .header-content .header-icons {
    top: 20px;
  }
}
header.main-header .header-content .scroll-icon {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
header.main-header .header-content .scroll-icon i {
  z-index: 20;
  color: #fff;
}
header.main-header .header-content .company {
  position: absolute;
  top: 100px;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  header.main-header .header-content .company {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 650px) {
  header.main-header .header-content .company {
    top: 30%;
  }
}
header.main-header .header-content nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
header.main-header .header-content nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-around;
}
header.main-header .header-content nav ul li a {
  font-size: 1.5rem;
  color: #fff;
}
header.main-header .header-content .current-title {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  bottom: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
header.main-header .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
header.main-header #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
header.main-header div.banner {
  height: 100%;
  width: 100%;
  position: absolute;
}
header.main-header div.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
header.main-header .navigation {
  display: flex;
  justify-content: space-between;
}
header.main-header .navigation button {
  background: 0;
  border: 0;
  color: #fff;
  position: relative;
  height: 60px;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  width: 25%;
  /*
            svg {
                width: 100%;
                rect {
                    width: 100%;
                }
            }
            */
  /*
            &:nth-child(3) {
                font-size: 1.5rem;
            }
            */
}
header.main-header .navigation button a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header.main-header .navigation button:before, header.main-header .navigation button:after {
  content: '';
  width: 30%;
  left: calc(50% - 15%);
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
header.main-header .navigation button:before {
  top: 1px;
}
header.main-header .navigation button:after {
  bottom: -1px;
}
header.main-header .navigation button:hover:before, header.main-header .navigation button:hover:after {
  width: 100%;
  left: 0;
}
header.main-header .navigation ul.sub-menu {
  flex-flow: column;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header.main-header .navigation ul.sub-menu li a {
  font-size: 1rem;
  padding: 5px 0;
  text-transform: capitalize;
}
header.main-header .navigation ul.sub-menu li a:hover {
  color: #CC8E34;
}
header.main-header .navigation button:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  header.main-header .navigation button {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 650px) {
  header.main-header .navigation {
    display: none;
  }
}
header.main-header .banner-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
header.main-header div.banner.banner-hidden {
  transform: translate(-100%, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
header.main-header .banner-hidden {
  transition-delay: 2s;
  transition: all 1s ease-in-out;
}
header.main-header .banner-visible {
  transition: all 1s ease-in-out;
}
header.main-header div.banner.banner-visible {
  z-index: 3;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
}
header.main-header div.banner.start-banner {
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
}
.intro * {
  text-align: center;
}
.intro h3 {
  margin-bottom: 25px;
}
.intro .image-wrap {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.intro .image-wrap figure {
  margin: 0;
  width: 400px;
  height: 400px;
  position: relative;
}
.intro .image-wrap figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro .image-wrap figure .border1 {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #333;
  left: -20px;
  top: -20px;
}
.intro .image-wrap figure .border2 {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 10px solid #333;
  right: -20px;
  bottom: -20px;
}
@media screen and (max-width: 650px) {
  .intro .image-wrap figure {
    height: 300px;
    max-width: 80%;
  }
}
.about {
  position: relative;
  padding: 50px 0;
}
.about .bg-image {
  background: url(https://www.smart-interim.ch/fileadmin/bilder/banner/Bru__cke_smart_interim.jpg);
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.about .overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.about .container {
  position: relative;
  z-index: 20;
}
.about * {
  text-align: center;
}
.about .person {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about .person figure {
  width: 250px;
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 30px;
}
.about .person figure img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .person .name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
  margin-bottom: 10px;
}
.about .person .title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #CC8E34;
  line-height: 20px;
}
.about .person .social {
  display: flex;
  margin-top: 20px;
}
.about .person .social .modal-btn {
  border: 0;
  background: #CC8E34;
}
.about .person .social .modal-btn:hover {
  background: #e0bb86;
}
.about .person .social .icon, .about .person .social .modal-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.about .person .social .icon:last-child, .about .person .social .modal-btn:last-child {
  margin-right: 0;
}
.about .person .social .icon i, .about .person .social .modal-btn i {
  color: #fff;
}
.about .person .social .icon a, .about .person .social .modal-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.about .person .social .mail {
  background: #333;
}
.about .person .social .mail:hover {
  background: #666;
}
.about .person .social .linkedin {
  background: #2867b2;
}
.about .person .social .linkedin:hover {
  background: #649bdc;
}
@media screen and (max-width: 767px) {
  .about .row .col-md-6:first-child .person {
    padding-bottom: 50px;
  }
}
#dienstleistungen {
  background: #fff;
}
.services .container {
  position: relative;
}
.services .prev, .services .next {
  position: absolute;
  top: 50%;
  top: calc(50% - 25px);
  background: transparent;
  border: 0;
  font-size: 40px;
  height: 50px;
  color: #333;
}
.services .prev {
  left: -80px;
}
.services .next {
  right: -80px;
}
.services .image-wrap {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.services .image-wrap figure {
  margin: 0;
  width: 400px;
  height: 400px;
  position: relative;
}
.services .image-wrap figure img {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  object-fit: cover;
}
.services .image-wrap figure .border1 {
  width: 80%;
  height: 80%;
  position: absolute;
  border: 5px solid #333;
  left: 5%;
  top: 5%;
}
.services .image-wrap figure .border2 {
  width: 80%;
  height: 80%;
  position: absolute;
  border: 10px solid #333;
  right: 5%;
  bottom: 5%;
}
.services .text-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.services .text-wrap h4 {
  font-weight: 600;
}
.services .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.services .slick-dots li {
  margin-right: 10px;
}
.services .slick-dots li button {
  background: #333;
  border: 3px solid #333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 0;
}
.services .slick-dots li.slick-active button {
  border: 3px solid #CC8E34;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .services .prev, .services .next {
    font-size: 20px;
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .services .prev {
    left: -10px;
  }
  .services .next {
    right: -10px;
  }
  .services .image-wrap figure {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 650px) {
  .services .image-wrap {
    margin: 10px 0;
  }
  .services .image-wrap figure {
    width: 400px;
    height: 300px;
    max-width: 80%;
  }
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.modal p {
  text-align: left;
}
.modal-visible {
  display: block;
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}
.modal-content .col-md-4 p {
  text-align: center;
}
.modal-content figure {
  margin: 0 auto 30px auto !important;
}
.modal-content .social {
  justify-content: center !important;
}
.modal-content .description img {
  max-width: 100%;
  height: auto;
}
/* The Close Button */
.modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}
.modal-close:hover, .modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
footer {
  background: #333;
  color: #fff;
  min-height: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  p.subheader {
    font-size: 1.2rem;
  }
  .current-title {
    display: none !important;
  }
}
/*
.shape1,
.shape2 {
    stroke-dasharray: 600;
    stroke-width: 5px;
    fill: transparent;
    stroke: #fff;
    border-bottom: 5px solid black;
    transition-timing-function: linear;
    transition: stroke-dashoffset 1.5s, stroke-dasharray 1.5s;
}
.shape1 {
    stroke-dashoffset: 600;
}
.shape2 {
    stroke-dashoffset: -600;
}
.text {
    line-height: 32px;
    color: #fff;
    top: -46px;
    position: relative;
}
.border-animation:hover .shape1,
.border-animation:hover .shape2 {
    stroke-dashoffset: 0;
    stroke-dasharray: 600;
}
*/
.teaser-container {
  padding-bottom: 50px;
}
.teaser {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.teaser a {
  color: #000000;
  text-decoration: none;
}
.teaser .img-wrap {
  overflow: hidden;
}
.teaser img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.teaser h3 {
  margin-top: 20px;
}
.teaser:hover img {
  transform: scale(1.1);
}
.teaser:hover a {
  color: #CC8E34;
}
