/*
--- Colors ---
Orange: #f15a24 , rgb(241 90 36);

Türkis: #00be9f, RGB: 0/190/159, CMYK: 72/0/49/0

Türkis2: #00ACA8

*/

.mainheader {
  /* background-color: rgba(0, 0, 0, 0.7); */
  background-color: rgba(20,20,20,0.95);

  /* background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0.8) 100%); */
  /* background: linear-gradient(0deg, rgba(20,20,20,0) 0%, rgba(20,20,20,0.95) 20%, rgba(20,20,20,0.95) 100%); */
  /* padding-bottom: 20px; */
  transition: background-color 1s ease;
}


.langmenu {
  padding-top: 8px;
  padding-right: 8px;
}

.langmenu, .langmenu a, .langmenu a:hover {
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
}

.navbar-brand {
  max-width: 200px;
}
.navbar-brand img {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.navbar-light .navbar-toggler {
    color: #00ACA8;
    border-color: #00ACA8;
}

.navbar-light .navbar-toggler-icon {
    /* ORANGE: background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28241, 90, 36, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");  */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280%2C172%2C168%2C1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  /*background-image:  data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e); */
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #00ACA8;

}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  /*color: #f7794c;*/
  color: #05cbc7;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  /* color: #00ACA8; */
  /* color: #f7794c;*/
  color: #05cbc7;
  font-weight: 600;

}

.whiteheader {
  background-color: #fff;
  /* transition: background-color 1s ease; */
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.24);
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.24);
}

.whiteheader .langmenu, .whiteheader .langmenu a, .whiteheader .langmenu a:hover {
  color: #444;
}

.whiteheader .navbar-brand img {
  opacity: 1;

}

footer {
  background-color: #333333;
  padding: 30px 0 20px;
}

footer p {
  color:#fff;
}

footer .footer-menu p, footer .footer-menu p a, footer .footer-menu p a:hover {
  color:#fff;
  text-decoration: none;
  font-style: italic;
  text-transform: uppercase;
}

.footer-menu p a:hover {
  font-weight: 500;
}

footer .footer-menu p a {
  margin: 0 10px;
}



.introCarousel,
.introCarousel .carousel-inner,
.introCarousel .carousel-item,
.introCarousel .carousel-item.active {
  height: 100vh;
}

.container-fluid.mx-0>.row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid.px-0>.row>.col-12 {
  padding-left: 0;
  padding-right: 0;
}

.introCarousel .carousel-item {
  overflow: hidden;
}
.introCarousel .carousel-item>img, .introCarousel .carousel-item>video {
  min-height: 100%;
  min-width: 100%;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
}



@media (min-width: 992px) {
  .introCarousel {
   /* margin-top: -58.59px; */
  }
  /* .introCarousel,
  .introCarousel .carousel-inner,
  .introCarousel .carousel-item,
  .introCarousel .carousel-item.active {
     height: 100vh;
  } */
}

.carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}


.logo-caption {
  left: 5%;
  right: 25%;
  top: 15rem;
  bottom:unset;
}
@media (min-width: 992px) {
  .logo-caption {
    left: 15%;
    right: 65%;
    top: 10rem;
    bottom:unset;
  }
}


.newsCarousel,
.newsCarousel .carousel-inner,
.newsCarousel .carousel-item,
.newsCarousel .carousel-item.active  {
  /* min-height: 190px; */

}

.news-caption {
  text-align: right;
  position: relative;
  right: 0;
  left: unset;
  margin: 10px;
}

.news-caption .date {
  margin-bottom:0;
}

.news-caption h2, .news-caption .h2-style {
  color: #000;
  margin-top:0;
}

p, a, h1, h2, h3, li, ul, button {
  font-family: 'Montserrat', sans-serif;
}

p {
  margin-bottom: 0.5rem;
}

p a {
  color: #00ACA8;
  text-decoration: none;
  font-style: italic;
}

h1, .h1-style {
  color:#000;
  font-size: 2.1rem;
  font-weight: 700;
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: left;
}

h2, .h2-style {
  font-size: 1.5rem;
  font-weight: 300;

  color: #00ACA8;
  font-weight: 600;
  margin-bottom: 20px;
}

h3, .h3-style {
  font-size: 1.5rem;
  font-weight: 500;
  color:#00ACA8;
  text-transform: uppercase;
}

h1::before, .h1-style::before {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #ccc;
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: -30px;
}

h1.quotation {
  color:#00ACA8;
  margin-left: 10px;
  font-weight: 600;
  /* margin-left: 0px; */
}

h1.quotation::before,
h1.quotation::after {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Arial', sans-serif;

    font-size: 8rem;
    font-weight: 600;
    color: #ccc;
    display: block;

    background-color: unset;
    height:unset;
    width:unset;


}

h1.quotation::before {
    content: open-quote ;
    margin-left: 0;
    /* margin-left: -85px; */
    /* top: 0; */
    /* left:-10px; */
    line-height: 0px;
    margin-top: 30px;
}

h1.quotation::after {
    content: close-quote;
    margin-right: 0px;
    /* margin-right: -75px; */
    /* margin-top: 10px; */
    /* top: .25em; */

}


p.news-date {
  color: #b3b3b3;
  font-weight: 500;
  font-style: italic;
}


.spacingdiv {
  width: 100%;
  height: 110px;
}



@media (min-width: 992px) {
  h1, .h1-style {
    font-size: 2.5rem;

  }
  h2, .h2-style {
    /* font-size: 2.4rem; */
    font-size: 1.7rem;
  }

  h1.quotation {
    color:#00ACA8;
    margin-left: 110px;
    font-weight: 600;
    /* margin-left: 0px; */
  }

  h1.quotation::before,
  h1.quotation::after {
      font-weight: 600;

      /* display: inline; */
      display: block;

      line-height: 10px;
      position: relative;
      background-color: unset;
      height:unset;
      width:unset;
  }

  h1.quotation::before {
      /* margin-left: -85px; */
      margin-left: -10px;

      top: 0;
      /*left:-10px; */
      margin-right: 21px;
      margin-top: 40px;
      margin-bottom: unset;
  }

  h1.quotation::after {
      /* margin-right: -75px; */
      /* margin-top: 10px; */
      margin-top: 25px;
      top: .25em;
      line-height: 10px;

  }
  .spacingdiv {

    height: 150px;
  }
  .news-caption {
    right: 10%;

  }

}


.btn {
  color: #00ACA8;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #00ACA8;
  padding: 5px 20px;
  transition: color 0.5s ease;
  transition: background-color 0.5s ease;
  min-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0;
}

.btn:hover {
  color: #fff;
  background-color: #00ACA8;
}

.btn a {
  text-decoration: none;
  color: #00ACA8;
}

.btn:hover a {
  color: #fff;
}

.btn.btn-full-width {
  width: 100%;
  min-width: unset;
  color: #fff;
  background-color: #00ACA8;
  padding: 14px 10px;
}

.btn.btn-full-width:hover {
  background-color: #ef7036;
}

.btn.btn-full-width a {
  color: #fff;
  font-size: 20px;
}


.orange-bar {
  background-color: #00ACA8;
}



.orange-bar h1, .orange-bar .h1-style {
  color: #000;
}

.orange-bar h1::before, .orange-bar .h1-style::before {
  background-color: #fff;
}

.grey-bar {
  background-color: #f2f2f2;
}

.news-list-item {
  margin-bottom: 60px ;
}
.news-list-item h3 a {
  font-size: 1.5rem;
  font-weight: 500;
  color:#00ACA8;
  text-transform: uppercase;
  text-decoration: none;
}

.news-list-item p {
  line-height: 24px;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
}

p.news-date, .news-list-item time {
  color: #b3b3b3;
  font-weight: 500;
  font-style: italic;
}

.news-list-item img {
  margin-bottom: 20px;
}


.contenttable {
  width:100%;
}

.contenttable th {
  text-align: center;
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
  font-size: 1.05rem;
}
.contenttable td {
  padding: 10px 0;
}





.pl-md-6, .px-md-6 {

    padding-left: 3.5rem!important;
}

.pr-md-6, .px-md-6 {
    padding-right: 3.5rem!important;

}

.pt-md-6, .py-md-6 {
    padding-top: 3.5rem!important;
}

.pb-md-6, .py-md-6 {
    padding-bottom: 3.5rem!important;
}

.pl-6, .px-6 {

    padding-left: 3.5rem!important;
}

.pr-6, .px-6 {
    padding-right: 3.5rem!important;

}

.pt-6, .py-6 {
    padding-top: 3.5rem!important;
}

.pb-6, .py-6 {
    padding-bottom: 3.5rem!important;
}


.powermail_fieldwrap {
  margin-bottom: 25px;
}

.form-control {
  border-radius: 0;
  background-color: #e9e9e9;
  border-color: #e9e9e9;

  font-family: 'Montserrat', sans-serif;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #00ACA8;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(241 90 36 / 15%);
}

.control-label, .radio>label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

input[type='radio'] {

  accent-color: #00ACA8;
  margin-right: 10px;
}

.powermail_create {
  padding: 20px;
  border: 1px solid #00ACA8;
}


.dark-parallax .btn {
  color: #fff;
  border-color:#fff;
}
.dark-parallax .btn a {
  color:#fff;
}


/*
* Accordion CSS
*/
.accordion-button h2 {
    margin-bottom:0;
}

.accordion-item {
  border-left:none;
  border-right:none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.accordion-item:first-of-type {
  border-radius: unset;
  border-top: unset;
}

.accordion-item:last-of-type {
  border-radius: unset;
  border: unset;
}

.accordion-button::after {
  background-image: url('../assets/plus-icon-tuerkis.svg');
  width: 0.8rem;
  height: 0.8rem;
  background-size: 0.8rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../assets/minus-icon-tuerkis.svg');
  transform: rotate(-90deg);
}

.accordion-button:not(.collapsed) {
  background-color: unset;
  /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
  box-shadow: unset;
}
.accordion-button:focus {
  border-color: unset;
  /* box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%); */
  box-shadow: unset;
}

/*
* Splide CSS
*/

li.splide__slide {
    /* padding: 1rem 2rem; */
    padding: 1rem 0rem;
    transition: padding 0.5s ease;
}

li.splide__slide.is-active {
    padding: 1rem 0rem;
}

.splide .card {
  border:none;
}

.splide .card-header {
  background-color: unset;
  border:none;
}

.splide .card-body {
  /* display: none; */
  opacity: 0;
  transition: opacity 0.5s ease;
}

li.splide__slide .card-header h2 {
  transition: font-size 0.5s ease;
}

li.splide__slide.is-active .card-header h2 {
  font-size:2.3rem;
}

@media (min-width: 992px) {
  li.splide__slide.is-active .card-header h2 {
    font-size:2.6rem;
  }
}

li.splide__slide.is-active .card-body {
  /* display: block; */
  opacity: 1;
}

li.splide__slide .btn, .btn300 .btn {
  max-width:100%;
  width:300px;
  min-width: unset;
}
