@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #555555;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding-top: 100px;
}

section {
  scroll-margin-top: 100px;
  padding: 15px 0;
}

section h1 {
  padding-bottom: 30px;
  color: #555555;
}

section h2 {
  padding-bottom: 20px;
}

section h3,
section h4 {
  padding-bottom: 15px;
}

section p,
section figure {
  padding-bottom: 20px;
}

section p {
  text-align: justify;
  color: #555555;
}

p {
  color: #9b9999;
  padding-bottom: 20px;
  text-align: justify;
  line-height: normal;
}

a.readmore {
  color: #12a099 !important;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

a.readmore:hover {
  color: #d3ebdc !important;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.text-gray {
  color: #555 !important;
}

.text-bluegreen {
  color: #12a099;
}

::-moz-selection {
  background: #12a19a;
  color: #fff;
}

::selection {
  background: #12a19a;
  color: #fff;
}

::-moz-selection {
  background: #12a19a;
  color: #fff;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 0px;
}

li {
  padding-left: 15px;
  line-height: normal;
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #93c022;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #12a19a;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #5eb06c;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #12a19a;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #5eb06c;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #12a19a;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: #59af70;
  background: linear-gradient(145deg, #12a19a 0%, #93c123 100%);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: #59af70;
  background: linear-gradient(145deg, #12a19a 0%, #93c123 100%);
  position: absolute;
}

.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: #5eb06c;
}

.center-heading p {
  font-size: 15px;
  text-align: center;
}

header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  padding: 10px 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #fff;
}

header .main-nav {
  background: transparent;
}

header .main-nav .logo {
  color: #191a20;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header .main-nav .logo .logo-header {
  height: 80px;
}

header .main-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 15%;
  margin-right: 0px;
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

header .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

header .main-nav .nav li:last-child {
  padding-right: 0px;
}

header .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #12a099;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

header .main-nav .nav li:hover a {
  color: #d0e5af;
}

header .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 18px;
  top: 12px;
}

header .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

header .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

header .main-nav .nav li.submenu ul ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

header .main-nav .nav li.submenu ul ul li a {
  display: block;
  background: #fff;
  color: #7a7a7a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

header .main-nav .nav li.submenu ul ul li a:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 40px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #93c022;
}

header .main-nav .nav li.submenu ul ul li a:hover {
  background: #fff;
  color: #428581 !important;
  padding-left: 25px;
}

header .main-nav .nav li.submenu ul ul li a:hover:before {
  width: 3px;
}

header .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

header .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

header .main-nav .menu-trigger span,
header .main-nav .menu-trigger span:before,
header .main-nav .menu-trigger span:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

header .main-nav .menu-trigger span:before,
header .main-nav .menu-trigger span:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

header .main-nav .menu-trigger span:before,
header .main-nav .menu-trigger span:after {
  content: "";
}

header .main-nav .menu-trigger span {
  top: 16px;
}

header .main-nav .menu-trigger span:before {
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

header .main-nav .menu-trigger span:after {
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

header .main-nav .menu-trigger.active span,
header .main-nav .menu-trigger.active span:before,
header .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

header .main-nav .menu-trigger.active span:before {
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

header .main-nav .menu-trigger.active span:after {
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #428581;
}

.background-header {
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo .menu-trigger.active span:before,
.background-header .main-nav .nav li a .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.background-header .logo .menu-trigger span,
.background-header .logo .menu-trigger span:before,
.background-header .logo .menu-trigger span:after,
.background-header .main-nav .nav li a .menu-trigger span,
.background-header .main-nav .nav li a .menu-trigger span:before,
.background-header .main-nav .nav li a .menu-trigger span:after {
  background-color: #1e1e1e;
}

.background-header .logo .menu-trigger span:before,
.background-header .logo .menu-trigger span:after,
.background-header .main-nav .nav li a .menu-trigger span:before,
.background-header .main-nav .nav li a .menu-trigger span:after {
  background-color: #1e1e1e;
}

.background-header .logo .menu-trigger.active span:after,
.background-header .main-nav .nav li a .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.right-image-decor {
  /* background-image: url(../images/right-bg-decor.png); */
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#welcome {
  width: 100%;
  height: 100vh;
  min-height: 793px;
  /* background-image: url(../images/banner-bg.png); */
  background-color: #d3ebdc;
  background-repeat: no-repeat;
  background-position: right top;
}

#welcome .header-text .left-text {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 35%;
  -webkit-transform: perspective(1px) translateY(-30%) !important;
          transform: perspective(1px) translateY(-30%) !important;
}

#welcome .header-text h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-top: 250px;
  padding: 20px 10px;
  color: #d3ebdc;
  text-shadow: 1px 2px #333333;
}

#welcome .header-text h1 em {
  font-style: normal;
  color: #93c022;
}

#welcome .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #428581;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

#about {
  padding: 100px 0px;
  position: relative;
  z-index: 9;
}

#organisation {
  background-color: #d0e5af;
}

#organisation h2 {
  color: #555555;
  padding-bottom: 10px;
}

#organisation a {
  color: #12a099;
}

#organisation a:hover {
  color: #9b9999;
}

#organisation .left-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#organisation .left-image h4 {
  text-align: center;
}

#organisation .left-image p {
  text-align: center;
}

#organisation .right-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#organisation .right-text ul ul li {
  display: inline-block;
  margin-bottom: 60px;
}

#organisation .right-text ul ul li:last-child {
  margin-bottom: 0px;
}

#organisation .right-text ul img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#organisation .right-text ul h4 {
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 15px;
  margin-top: 3px;
}

#ziele {
  background-color: #d0e5af;
}

#ziele h2 {
  padding-bottom: 10px;
}

#ziele ul {
  padding-left: 20px;
}

#ziele ul li {
  padding-bottom: 5px;
}

#post-title img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

#post-title h1 {
  padding: 2rem 0;
}

#post-content ul.tags {
  text-align: right;
  list-style-type: circle I !important;
}

#post-content ul.tags li {
  padding-bottom: 15px;
}

#post-content ul {
  margin-bottom: 20px;
}

#post-content a {
  color: #12a099 !important;
}

#post-content a:hover {
  color: #d3ebdc !important;
}

#news {
  padding: 50px;
}

#news h2 {
  margin-bottom: 20px;
}

#news a {
  color: #555555;
}

#news a:hover {
  color: #9b9999;
  text-decoration: underline;
}

#news .card {
  border-color: #12a099;
}

#news p {
  color: #9b9999;
  padding-bottom: 20px;
  text-align: justify;
  line-height: normal;
}

#members img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

#team img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#team img.board {
  height: 500px;
}

#team img.staff {
  height: 250px;
}

#kontakt {
  background-color: #d0e5af;
  padding: 50px;
}

#kontakt h2 {
  padding-bottom: 20px;
  color: #ffffff;
}

#kontakt button {
  background-color: #12a099;
}

#kontakt button:hover {
  background-color: #d0e5af;
}

#kontakt .contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

#kontakt .contact-form input,
#kontakt .contact-form textarea {
  color: #777;
  font-size: 13px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

#kontakt .contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

#kontakt .contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
}

#kontakt .contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

#kontakt .contact-form ::-ms-input-placeholder {
  color: #7a7a7a;
}

#kontakt .contact-form ::placeholder {
  color: #7a7a7a;
}

#projekte {
  background-color: #d0e5af;
  padding: 50px 0px;
}

#projekte h2 {
  padding-bottom: 10px;
}

#projekte p,
#projekte ul {
  padding-bottom: 20px;
  text-align: justify;
}

#projekte ul {
  padding-left: 20px;
}

#projekte .features-item {
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  min-height: 450px;
  background-color: white;
}

#projekte .features-item h2 {
  z-index: 9;
  /* position: absolute; */
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: #428581;
}

#projekte .features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
}

#projekte .features-item h4 {
  margin-top: 0px;
  height: 50px;
  margin-bottom: 25px;
  color: #428581;
}

#projekte .features-item p {
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #9b9999;
  text-align: left;
}

#projekte .features-item p a {
  color: #d0e5af;
}

#projekte .features-item p a:hover {
  color: #9b9999;
}

#projekte .features-item p:not(:first-child):not(:last-child) {
  border-bottom: 1px #9b9999 solid;
}

#projekte .features-item p:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#projekte .features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}

footer {
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 50px 0px;
  color: #333333;
  font-size: 16px;
}

footer ul {
  padding: 0px;
}

footer ul li {
  list-style: none;
}

footer a {
  color: #333333;
}

footer a:hover {
  color: #9b9999;
}

footer .copyright {
  padding-top: 50px;
}

footer .copyright img {
  display: inline-block;
  height: 50px;
}

footer .copyright p {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 16px;
}

#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #12a19a 0%, #93c123 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#study {
  padding: 10px 0px;
  /*Styling Selectbox*/
}

#study .header-image {
  height: 450px;
}

#study h1 {
  padding-bottom: 15px;
  font-size: 32px;
}

#study .link {
  min-height: 48px;
  height: 100%;
  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;
}

#study .link.green {
  background-color: #bcd901;
}

#study .link.lightblue {
  background-color: #0098d7;
}

#study .link.blue {
  background-color: #005593;
}

#study .msg {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}

#study .choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}

#study .dropdown {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 2px #cccccc;
          box-shadow: 0 0 2px #cccccc;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  text-align: left;
}

#study .dropdown .select {
  cursor: pointer;
  display: block;
  padding: 10px;
}

#study .dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
  line-height: 20px;
}

#study .dropdown .select > .p {
  font-size: 16px !important;
}

#study .dropdown:hover {
  -webkit-box-shadow: 0 0 4px #cccccc;
          box-shadow: 0 0 4px #cccccc;
}

#study .dropdown:active {
  background-color: #f8f8f8;
}

#study .dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  -webkit-box-shadow: 0 1px 2px #cccccc;
          box-shadow: 0 1px 2px #cccccc;
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
  padding: 0;
  list-style: none;
}

#study .dropdown .dropdown-menu li {
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-size: 16px !important;
  color: #555555;
}

#study .dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
}

#study .dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}

#study .dropdown .select > i {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#study .dropdown.active {
  -webkit-box-shadow: 0 0 4px #cccccc;
          box-shadow: 0 0 4px #cccccc;
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}

#study .dropdown.active:hover {
  -webkit-box-shadow: 0 0 4px #cccccc;
          box-shadow: 0 0 4px #cccccc;
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}

#study .dropdown.active .select > i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#study .accordion .card-header {
  background-color: transparent;
  border-bottom: 0;
  position: relative;
  cursor: pointer;
  padding: 0.75rem 0;
}

#study .accordion .card-header:after {
  top: 50%;
  font-family: "FontAwesome";
  content: "\f068";
  position: absolute;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #12a099;
  width: 30px;
  height: 30px;
  border: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 15px;
}

@media only screen and (max-width: 576px) {
  #study .accordion .card-header:after {
    top: 30px;
  }
}

#study .accordion .card-header.collapsed:after {
  content: "\f067";
}

#study .link-accordion {
  color: #12a099;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menuToggle {
  display: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

#menuToggle input:checked ~ ul {
  -webkit-transform: none;
          transform: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #555;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

#menu {
  position: absolute;
  width: 300px;
  margin: -80px 0 0 -210px;
  padding: 50px;
  padding-top: 110px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100vh;
}

#menu li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #12a099;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

#menu li:hover a {
  color: #d0e5af;
}

@media only screen and (max-width: 1200px) {
  .nav {
    display: none;
  }
  #menuToggle {
    display: block !important;
    position: fixed;
    top: 40px;
    right: 50px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
}

/* Navbar */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menuToggle {
  display: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #555;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 300px;
  margin: -80px 0 0 -210px;
  padding: 50px;
  padding-top: 110px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100vh;
}

#menu li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #12a099;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

#menu li:hover a {
  color: #d0e5af;
}

#menuToggle input:checked ~ ul {
  -webkit-transform: none;
          transform: none;
}

@media only screen and (max-width: 1200px) {
  .nav {
    display: none;
  }
  #menuToggle {
    display: block !important;
    position: fixed;
    top: 40px;
    right: 50px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
}
/*# sourceMappingURL=style.compiled.css.map */