/**
* Template Name: Bethany - v4.7.0
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

:root {
  --dark: #181818;
  --accent: #B49167;
  --accent-dark: #846745;
  --counts: #fff;
  --light: #9C9998;
  --grey: #7E7E7E;
  --mobile-fade: 18,23,31;
  --green: #026755;
}

.light {
  background-color: #FAFAFA;
}

.btn-get-started {
  font-family: "Montserrat", sans-serif;

  font-weight: 500;
  font-size: 14px;

  display: inline-block;
  padding: 15px 35px;
  border-radius: 1px;
  transition: 0.5s;

  color: #fff;
  background: var(--accent);
}

 .btn-get-started:hover {
  background: var(--accent-dark);
  color: #fff;
}

.btn-more-info {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: var(--green);
  background: #fff;
  border: 2px solid #fff;
}

.btn-more-info:hover {
  background: #fff;

  color: var(--accent);
}






/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;

}

a {
  color: #009970;
  text-decoration: none;
}

a:hover {
  color: #00cc95;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--accent);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: var(--accent-dark);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px;
}
#header .header-container {
  background: transparent;
}
#header.header-scrolled {
  background: var(--green);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .getstarted {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.5s;
  color: #fff;
  background: var(--accent);
  display: none;
}

#header .getstarted:hover {
 background: var(--accent-dark);
 color: #fff;
}

#header.header-scrolled .getstarted {
  display: block;
}

.getstarted {
  display: none;
}
#header .logo {
  overflow: hidden;
  padding: 16px 0px 12px 0px;
  background: transparent;
}
#header .logo h1 {
  font-size: 1.4em;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

#header .logo h1 span {
  font-weight: 100;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
@media (max-width: 992px) {
  #header {

    top: 0;
    background: transparent;
  }
  #header.header-scrolled, {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  #header .logo {
    padding-left: 0;
  }
  #header .logo h1 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #B49167;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #003651;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #007aff;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;

  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  padding: 4px;
  border-radius: 6px;

}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 41, 0.0);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;

}

.navbar-mobile .mobile-nav-toggle::before {
  position: absolute;
  top: 0px;
  right: 0px;

  color: #fff;
  font-size: 1.4em;

}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 10px 0;
  background-color: var(--green);
  overflow-y: auto;
  transition: 0.3s;
  text-align: center;


}

.navbar-mobile a {
  padding: 20px 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #007aff;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  text-align: center;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;

}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #007aff;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}




/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero.webp") center center;
  background-size: cover;
  position: relative;
  background-repeat: repeat-x;

}

/* #hero:after {
  content: '';
background: #000;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 50%;
height: 100%;
} */

#hero .title {
  z-index: 99;
}

#hero h1 {
  font-size: 5.5em;
  margin-left: -0.045em;
  font-weight: 600;
  color:  rgba(255,255,255,0.8);
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.95em;
  padding-bottom: 65px;
}

#hero h2 {
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 10px;
  position: relative;
  line-height: 1.8em;
}

#hero h2:after {
  content: '';
  border-top: 55px solid #fff;
  height: 20px;
  width: 1px;
  top: -65px;
  left: 2px;
  position: absolute;

}


#hero h3 {
  color: #fff;
  font-size: 1.0em;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
}

#hero h3 span {
  font-weight: 500;
}

#hero .icon {
  background: #244E8D;
  margin-right: 7px;
  padding: 5px 7px 5px 6px;
  border-radius: 50px;
}



@media (max-width: 1380px) {
  #hero {
    background: url("../img/hero_mid.webp") center center;
      background-size: cover;

  }
}

@media (max-width: 992px) {
  #hero {
    background: url("../img/hero_mobile.webp");
      background-size: 110% auto;
      background-repeat: no-repeat;
    background-color: #026755;
      background-position:50% 0%;


  }

  /* ++++++++++BLUR KASTEN+++++++++++++++

   #hero .mobile {
    background-color: rgba(0,0,0,0.5);
    -webkit-backdrop-filter: blur(5px);


    position: relative;
    bottom: 1;
    border-radius: 2px;
  }

++++++++++++BLUR KASTEN++++++++++++++++++ */




  #hero .mobile {
    display: block;

  }

  #hero h1 {
    font-size: 3.3em;
    color: #fff;
    width: 80%;
    padding-bottom: 40px;
    padding-top: 60%;
  }

  #hero h2 {
    color: #fff;
    font-size: 1.0em;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }


  #hero h2:after {
    content: '';
    border-top: 30px solid #fff;
    height: 0px;
    width: 1px;
    top: -35px;
    left: 2px;
    position: absolute;

  }

}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
    padding-bottom: 0px;
  }
  #hero .container {
    padding-top: 60px;
  }

  #hero .mobile {
    padding-top:40px;
    padding-bottom: 50px;
    bottom: 1;


  }


}


/*--------------------------------------------------------------
# COUNTS
--------------------------------------------------------------*/
.counts {
  background: var(--counts);
  padding: 60px 0 60px 0;
  color: #fff;
  text-align: center;
}
.counts .counters span {
  font-size: 2.75em;
  display: block;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #026755;
}

.counts .counters p {
  padding-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0em;
  font-weight: 400;

  color: #666666;
}

@media (max-width: 980px) {
  .counts .counters span {

    text-align: left;

  }

  .counts {
    text-align: left;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f6f7;
}

.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 3em;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: -0.008em;
  color: #000;

}

.section-title h3 {
  color: var(--grey);
  font-size: 1.0em;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding-top: 10px;
}


@media (max-width: 980px) {

  section {
    padding: 30px 0;
    overflow: hidden;
  }

  .section-title h2 {
    font-size: 2.3em;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: -0.0em;
    color: #000;

  }

  .section-title h3 {
    padding-top: 0px;
  }
}



/*--------------------------------------------------------------
# mission
--------------------------------------------------------------*/

#mission {
  padding-top: 0;
}

#mission  p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: var(--grey);
  line-height: 1.9;
  width: 100%;
  padding-top: 10px;
  font-size: 0.9em;
}

#mission h3 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 1.4;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #000;

}

#mission i {
  color: #026755;
  padding-right: 7px;
}

@media(max-width: 992px) {

  #mission {
    padding-top: 0;
  }

  #mission .img-fluid {
    padding-bottom: 1em;
  }

  #mission .mobile-picture {
    padding: 0;
  }

  #mission p {
    width: 100%;
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
# Themenbereiche
--------------------------------------------------------------*/

#themenbereiche .theme-card {
  background: var(--green);
  padding: 40px 20px;
}

#themenbereiche .section-title {
  text-align: center;
}

#themenbereiche h4 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
    color: #fff;
    font-size: 1.8em;
}

#themenbereiche p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 1em;
  padding-top: 10px;
  font-weight: 300;
  line-height: 1.8em;
}

@media(max-width: 980px) {
  #themenbereiche .theme-card {
    margin-top: -1px;
  }

  #themenbereiche .section-title {
    text-align: left;
  }
}


/*--------------------------------------------------------------
# Philosophie
--------------------------------------------------------------*/

#philosophie .section-title {
  text-align: center;
}

#philosophie h4 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  color: #000;
}

#philosophie p {
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-size: 1em;
  line-height: 1.8em;
  padding-top: 15px;
  width: 90%;
}

#philosophie .cta {
  background: var(--green);
  margin-top: 150px;
  padding: 80px 140px;
}

#philosophie .cta h2 {
  color: #fff;
}

#philosophie .cta p {
  color: #fff;
  margin: auto;
  font-weight: 300;
}

@media(max-width: 980px) {


  #philosophie .section-title {
    text-align: left;
  }

  #philosophie .cta {
    margin-top: 100px;
    padding: 40px 20px;
  }

  #philosophie p {
    width: 100%;
  }

  /* #philosophie .mobile-picture {
    padding: 0;
  } */

  #philosophie .cta h2 {
    color: #fff;
    font-size: 2em;
  }

}

/*--------------------------------------------------------------
# Us
--------------------------------------------------------------*/
#us h3 {
  width: 60%;
  margin: auto;
}


#us h4 {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 1.8em;
  color: #000;
}

#us p {
  font-family: "Montserrat", sans-serif;
  color: #666666;
  font-size: 1em;
  line-height: 1.8em;
}

#us .social i {
  font-size: 2em;
  color: var(--green);
}
#us .section-title {
  text-align: center;
}

@media (max-width: 980px) {
  #us h3 {
    width: 100%;
    margin: auto;
  }

  #us .section-title {
    text-align: left;
  }
}




/*--------------------------------------------------------------
# calltoaction
--------------------------------------------------------------*/

#calltoaction .section-title {
  text-align: center;
}

#calltoaction .card {
  border: none;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}


#calltoaction .accordion-item {
  border: none;
}

#calltoaction .accordion-button {
  font-size: 0.5em;
  font-weight: 500;
}

@media(max-width: 998px) {
  #calltoaction .card {
    margin-top: 10px;
  }

  #calltoaction .section-title {
    text-align: left;
  }
}


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

#faq .section-title {
  text-align: center;
}

#faq h3 {
  width: 60%;
  margin: auto;
}


#faq .accordion-item {
  border: 1px solid rgba(0,0,0,0.2);
  margin: 20px 0;
  padding: 1px 5px;
  font-size: 10px;
}

#faq .textblock {
  margin-top: -20px;
}


@media(max-width: 997px) {

  #faq .section-title {
    text-align: left;
  }

  #faq h3 {
    width: 100%;
    margin:auto;
  }

  #faq .accordion-item {
    border: 1px solid rgba(0,0,0,0.3);
  }


  }

  #faq .accordion-button {
     position: relative;
     display: flex;
     align-items: center;
     width: 100%;

     font-size: 1.0rem;
     color: #000;
     font-weight: 500;
     text-align: left;
     background-color: #fff;
     border: 0;
     border-radius: 0;
     overflow-anchor: none;
     transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
 }

 #faq .accordion-body {
   padding: 20px 20px;
   font-family: "Montserrat", sans-serif;
   color: var(--grey);
   font-size: 14px;
   line-height: 22px;
 }



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: var(--accent);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #686470;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;

}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: var(--accent);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 2px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact .php-email-form button[type=submit]:hover {
  background: var(--accent-dark);
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: var(--dark);
  font-family: "Montserrat", sans-serif;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f9f8f9;
}

#footer .copyright a {
  color: var(--accent);

}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00c28e;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #009970;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--accent);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #00664b;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--accent);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: var(--accent-dark);
  color: #fff;
  text-decoration: none;
}
