/* ==========================================================================
   Schriften
   ========================================================================== */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
    url('../fonts/Font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}



/* ==========================================================================
   Standards
   ========================================================================== */

html, body {
	height: 100%;
}

body {
  background: url(../img/bg-body.svg) bottom no-repeat fixed;
  /*-webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open sans', sans-serif;
	color: #006eb7;
}

h1 {
  font-weight: 400;
  margin-bottom: 30px;
}

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

p {
	font-family: 'Open sans', sans-serif;
	color: #262626;
}

@media (min-width: 2000px) {
  p {font-size: 1.2em;}
  footer {font-size: 1.2em;}
}

/* ----------- LINKS ------------- */

a {
	color: #006eb7;
	transition: all 0.4s; /* explorer 10 */
    -webkit-transition: all 0.4s; /* chrome & safari */
    -moz-transition: all 0.4s; /* firefox */
    -o-transition: all 0.4s; /* opera */
}

a:hover {color: #005c99;}

a:focus {
  	outline: none;
  	outline: 0px auto -webkit-focus-ring-color;
}

::selection {
  	background: #ccc; /* WebKit/Blink Browsers */
  	color: #fff;
}

::-moz-selection {
  	background: #ccc; /* Gecko Browsers */
  	color: #fff;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.text-blue {color: #006eb7;}
.bg-blue {background-color: #006eb7;}

.text-dark-blue {color: #005c99;}
.bg-dark-blue {background-color: #005c99;}

/* Anpassungen Seiten-Abstände Container Fluid */

@media (min-width: 2000px) {
  .container-fluid {padding: 0 400px;}
}

@media (max-width: 2000px) {
  .container-fluid {padding: 0 200px;}
}

@media (max-width: 1680px) {
  .container-fluid {padding: 0 100px;}
}

@media (max-width: 767px) {
  .container-fluid {padding: 0 20px;}
}

.sticky-offset {
    top: 122px; /* -NavbarHeight */
}

/* ----------- LIST BULLETS -> FONT AWESOME ------------- */

/*li:before {    
font-family: 'FontAwesome';
font-family: 'Font Awesome\ 5 Free';
content: '\f067';
margin:0 5px 0 -15px;
color: #f00;
}*/

blockquote {
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-family: 'Open sans', sans-serif;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family: 'Open sans', sans-serif;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

 .topnav {
  position: absolute;
  z-index: 999999999;
  text-align: right;
  width: 100%;
  color: #fff;
  padding-top: 10px;
}  

@media (max-width: 1280px){
  .topnav {
    font-size: 0.8em; 
  }
}

.topnav a {color: #fff;}
.topnav a:hover {color: #ccc; text-decoration: none;}

.logo {
  max-width: 200px;
  transition: all 0.5s;
}

@media (max-width: 1280px) {
 .logo {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
 .logo {
    max-width: 120px;
    margin-top: 30px;
  }
}

/* Scrollbar in Mobile Nav entfernen */
.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

nav.navbar {padding-top: 20px;}

nav.shrink {
  background: #005c99;
  background: rgba(0,92,153,0.9);
  z-index: 11;
  font-size: 0.8em;
}

nav.shrink .logo {
  max-width: 80px;
  padding-top: 14px;
}

@media (max-width: 767px) {
 nav.shrink .logo {
    margin-top: 0;
  }
}

nav.shrink.navbar {padding-top: 0;}

.nav-item {margin: 0 10px;}

@media (max-width: 992px) {
 .nav-item {background: #005c99; z-index: 9999;}
}

.nav-link {
  font-family: Roboto, sans-serif;
  font-size: 1.6em; 
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1680px){
  .nav-link {
    font-size: 1.4em; 
  }
}

@media (max-width: 1280px){
  .nav-link {
    font-size: 1em; 
  }
  .nav-item {margin: 0 4px;}
}

.nav-link:hover {
  color: #fff;
  background: #006eb7;
}

@media (max-width: 998px) {
  .nav-item {
    margin: 0;
    font-size: 0.9em;
  }
}

@media (max-width: 992px) {
  .nav-item {
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 1.2em;
  }
}

.nav-item.active {
  -webkit-box-shadow: inset 0 -6px 0 -4px #fff;
  -moz-box-shadow: inset 0 -6px 0 -4px #fff;
  box-shadow: inset 0 -6px 0 -4px #fff;
}

/* Mobile Nav scrollbar machen */
@media (max-width: 576px){
  nav.navbar{
   max-height: 100vh;
   overflow: auto;
  -webkit-overflow-scrolling: touch;
  }
}

.dropdown-menu {
  font-family: Roboto, sans-serif;
  padding: 12px 0;
  margin: 0;
  font-size: 1.2em;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #006eb7;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  min-width: 260px;
}

@media (max-width: 992px) {
  .dropdown-menu {
    font-size: 0.9em;
  }
}


.dropdown-item {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: 400;
  color: #c5dcea;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-weight: bold;
}

.dropdown-item.active {
  background: none;
  color: #fff;
}

@media (max-width: 992px) {
  .dropdown-item {
    text-align: center;
  }
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown.active.open > a, 
.dropdown.open > a
{
  color: #fff;
  background-color: #006eb7;
  border-color: #fff;
}

.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 0;
}

@media (max-width: 992px) {
  .navbar-expand-lg {padding: 0 120px;}
}

@media (max-width: 767px) {
  .navbar-expand-lg {padding: 0 20px;}
}

/* ==========================================================================
   Submenu / Sidebarmenu
   ========================================================================== */

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
        border-top-color: rgba(0, 0, 0, 0.125);
        border-right-color: rgba(0, 0, 0, 0.125);
        border-bottom-color: rgba(0, 0, 0, 0.125);
        border-left-color: rgba(0, 0, 0, 0.125);
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #006eb7;
    border-color: #006eb7;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #006eb7;
    text-decoration: none;
    background-color: #f8f9fa;
}

a.list-group-item:hover {padding-left: 40px;}

a.list-group-item i {opacity: 0.3;}
a.list-group-item:hover i {opacity: 0.8;}

/* ==========================================================================
   Sections
   ========================================================================== */

header {
  /*border-bottom: 60px solid #fff;*/
}

section {
	/*background: url(../img/bg.jpg) center top no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	/*min-height: 400px;*/
	/*padding: 60px 0 60px 0;*/
}

section#start {
 /* background: linear-gradient(90deg, #FFC0CB 50%, #00FFFF 50%);*/
 position: relative;
 margin-top: -350px; 
 z-index: 9;
}

@media (max-width: 1680px) {
 section#start {
   margin-top: -220px; 
  }
}

@media (max-width: 767px) {
 section#start {
   margin-top: -80px; 
  }
}

@media (max-width: 580px) {
 section#start {
   margin-top: -20px; 
  }
}

/*@media (max-height: 1080px) {
 section#start {
   margin-top: -60px; 
  }
}*/

/*@media (max-width: 1920px) and (max-height: 1080px) {
 section#start {
   margin-top: -220px;
  }
}*/

@media (max-height: 1080px) {
 section#start {
   margin-top: -220px;
  }
}

@media (max-height: 800px) {
 section#start {
   margin-top: -60px; 
  }
}

@media (max-height: 600px) {
 section#start {
   margin-top: 0px; 
  }
}


section#neighbors a {
	color: #fff;
}

section#neighbors a:hover {
	color: #ccc;
	text-decoration: none;
}

/*section#start h1 {
  color: #006eb7;
}*/

.bluebox {
  background-color: #006eb7;
  color: #fff;
}

.bluebox h1,
.bluebox h2,
.bluebox h3,
.bluebox h4 {color: #fff;}
.bluebox p {color: #fff;}
.bluebox a {color: #fff;}
.bluebox a:hover {color: #ccc;}

section#news h2 {
  font-size: 1.4em; 
  text-transform: uppercase;
  font-weight: bold;
}


/* NEWS Image Hover Effect ============================== */

.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 8;
}

.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #006eb7;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 8;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.0);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 8;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 92, 153, 0.5);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}

/* / NEWS Image Hover Effect ============================== */



/* ----------- RGB Overlay ------------- */

section#overlay {
	background: 
    linear-gradient(
      rgba(40, 0, 0, 0.55), 
      rgba(40, 0, 0, 0.55)
    ),
    /* bottom, image */
    /*url(../img/bg.jpg);
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;*/
}

/* ----------- PNG Overlay (für Muster z.B.) ------------- */

section#png-overlay {
  position: relative;
  background: url(../img/bg.jpg) center center;
  background-attachment: fixed;
}

section#png-overlay:before,
section#png-overlay:after {
    content: ''; /* you have to define that to make the pseudo elements work */
    position: absolute;
    top: 0;
}

section#png-overlay:before {
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/dots.png) repeat;
    opacity: 0.8;
}

footer {
  padding: 60px 0;
  color: #1c4e6f;
}

footer a.title {
  color: #1c4e6f;
  text-transform: uppercase;
  font-weight: bold;
}

footer ul li a {
  color: #1c4e6f;
}

footer ul li a:hover,
footer a.title:hover {
  color: #fff;
  text-decoration: none;
}

.copyright {padding: 80px 0; font-size: 0.8em;}
.copyright a {color: #1c4e6f;}
.copyright a:hover {color: #fff; text-decoration: none;}

/* ==========================================================================
   Buttons
   ========================================================================== */

button {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal !important;
}

 .btn-primary {
  background-color: #006eb7;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal !important;
 }

 .btn-primary:hover {
  background-color: #2d8aca;
}

.btn-outline-light:hover {
  color: #006eb7 !important;
}

.back-to-top {
   background: #006eb7;
   position: fixed;
   color: #fff;
   bottom: 20px;
   right: 0;
   padding: 12px 22px;
   transition: all 1s; /* explorer 10 */
  -webkit-transition: all 1s; /* chrome & safari */
  -moz-transition: all 1s; /* firefox */
  -o-transition: all 1s; /* opera */
  font-size: 1.3em;
}

.back-to-top:hover {
  background: #004286;
  background: rgba(11,47,85,1);
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {color:#fff;}

.btn-down  {
  background: #fff;
  width: 88px; 
  height: 88px; 
  border-radius: 50%;
  margin: 0 auto; 
  display: block; 
  position: absolute; 
  right: 0;
  left: 0; 
  margin-top: -55px;
  padding: 30px 0 0 0;
}

.btn-down a {color: #717070;}
.btn-down a:hover {color: #9f9f9f;}

/* ==========================================================================
   Carousel / Slider
   ========================================================================== */

.carousel-item {
  height: 75vh;
  /*min-height: 350px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 768px) {
 .carousel-item {
    height: 40vh;
    min-height: 250px;
  }
}

.carousel-control-next, .carousel-control-prev {
    color: #fff;
    text-align: center;
    font-size: 2.8em;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

/*.carousel-caption-title {
    font-size: 3.4em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
}

.carousel-caption-info p {
    font-size: 1.6em;
    color: #fff;
}*/

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 45%;
    left: 16%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

@media (max-width: 1680px) {
   .carousel-caption {
      bottom: 35%;
      left: 6%;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .carousel-caption .display-4 {
    font-size: 3em;
  }
}

@media (max-width: 1280px){
  .carousel-caption {
      bottom: 30%;
      left: 8%;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .carousel-caption .display-4 {
    font-size: 2.6em;
  }
}

@media (max-width: 992px){
  .carousel-caption {
      bottom: 30%;
      left: 12%;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .carousel-caption .display-4 {
    font-size: 2.4em;
  }
}

@media (max-height: 600px) {
 .carousel-caption {
    bottom: 5%;
  }
}

.carousel-caption h2,
.carousel-caption p {
    color: #fff;
}

/* ==========================================================================
   Galerie
   ========================================================================== */

.thumb-box {
  display: inline-block !important;
  position: relative !important; 
  overflow: hidden;
}

.thumb-box-overlay {
  visibility:hidden;
  opacity:0;
}

.thumb-box a {
  color: transparent;
}

.thumb-box a:hover .thumb-box-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  text-align: center;
  position: absolute;
  background: rgba(0,92,153,0.8);
  color: #fff;
  width: 100%;
  height: 100%;  
}

.thumb-box-overlay span {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0
}

/* ==========================================================================
   Social Bar Sticky
   ========================================================================== */

#sticky-social {
   right: 0;
   position: fixed;
   top: 340px;
   z-index: 10;
}

@media (max-width: 1680px){
  #sticky-social {
     top: 260px;
  }
}

#sticky-social ul li {list-style-type: none;}

#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
     width: 55px;
   height: 55px;
   font: 20px "Open Sans", sans-serif;
   line-height: 53px;
   position: relative;
   text-align: center;
   margin-bottom: 2px;
}

#sticky-social a span {
   line-height: 53px;
   right: -220px;
   position: absolute;
   text-align: center;
   width: 220px;
   transition: all 0.4s; /* explorer 10 */
    -webkit-transition: all 0.4s; /* chrome & safari */
    -moz-transition: all 0.4s; /* firefox */
    -o-transition: all 0.4s; /* opera */
}

#sticky-social a:hover span {
   right: 100%;
}

#sticky-social a[class*="flyout"],
#sticky-social a[class*="flyout"]:hover,
#sticky-social a[class*="flyout"] span { background: #006eb7; }

/*#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; } */ 

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 768px) {
	/*...*/
}

/*// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/


/* ==========================================================================
   Cookie Consent
   ========================================================================== */

/* Cookie Hinweis */
/*.cc-message {font-size: 0.8em;}*/

a.cc-dismiss{
  transition: all .25s;
}

a.cc-dismiss:hover{
  color: #ffffff;
  background-color: #b1d60a;
  transition: all 0.5s;
}


/* ==========================================================================
   Modal
   ========================================================================== */

 .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

/*.modal-backdrop {
  z-index: 2;
}*/

/* ==========================================================================
   Animationen
   ========================================================================== */

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}


/* ==========================================================================
   IE Fixes
   ========================================================================== */

/* SVG correct size */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}