@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap&subset=latin-ext");

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;

  font-weight: 400;

  line-height: 1.4;

  color: #646363;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  font-size: 1.4rem;

  font-weight: 300;
}

.container,
.container-header {
  position: relative;

  width: 100%;

  max-width: 144rem;

  margin: 0 auto;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.container-min {
  position: relative;

  width: 100%;

  max-width: 102.4rem;

  margin: 0 auto;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: inherit;

  text-decoration: none;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

p,
span {
  font-family: "Montserrat", sans-serif;
}

p {
  margin: 2rem 0;
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #122c6c;
}

h1,
.title h1,
.title h2 {
  font-size: 3.4rem;

  text-transform: uppercase;

  color: #122c6c;

  font-weight: 400;
}

.title {
  margin: 7rem 0;
  text-align: center;
}

.title-white h1,
.title-white h2 {
  color: #fff;
}

.title-other {
  text-align: left;
}

.title-item h1 {
  font-size: 3rem;
  text-transform: none;
}

.title-item {
  margin-bottom: 3rem;
}

img {
  max-width: 100%;
  border: 0;
}

strong {
  font-weight: 700;
  color: #122c6c;
}

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.flex-center-y {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-center-x {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-center-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bg-dark {
  background: #203d8e;
}

.bg-light {
  background: #ebebeb;
}

.padding {
  padding: 9rem 0;
}

.main {
  margin-top: 8.56rem;
  background: url(../images/svg/bc-up.svg) no-repeat;
}

.section-main {
  margin-bottom: 7rem;

  padding-bottom: 7rem;

  border-bottom: 1rem solid #ccc;
}

/*----------BREADCRUMBS---------*/

.section-bc {
  /*#ebebeb*/
}

.bread-crumbs ul {
  list-style: none;
  padding: 4rem 0 1rem 0;
}

.bread-crumbs ul li {
  font-size: 1.2rem;
  display: inline-block;
  color: #a8a8a8;
}

.bread-crumbs ul li a {
  display: inline-block;
}

.bread-crumbs ul li a:hover {
}

.bread-crumbs ul li:after {
  content: "|";
  padding-left: 1rem;
  padding-right: 1rem;
}

.bread-crumbs ul li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}

/*---------------END BREADCRUMBS----------*/

/*--------------COOKIES-------------*/

.cookie-container {
  background: #008080;

  bottom: 0;

  display: block;

  padding: 4rem 3rem;

  position: fixed;

  width: 100%;

  z-index: 9999;

  color: #fff;

  max-width: 40rem;

  border-radius: 0.6rem;

  border-bottom-left-radius: 0;

  border: 1rem solid #fff;
}

.cookie-container span {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.cookie-container p {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.cookie-container a {
  color: #008080;
  background-color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0.5rem;
  border-radius: 0.6rem;
  margin: 0.1rem 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
}

.agree:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

/*--------------END COOKIES-------------*/

/*--------------HEADER-------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-transform: uppercase;
  z-index: 5;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #008080;
}
.header ul {
  padding: 0;
  list-style: none;
}
.main-nav {
}
.main-nav li {
  display: inline-block;
}
.main-nav li a {
  display: inline-block;
  padding: 2rem 1rem;
  font-weight: 500;
}
.main-nav li a:hover,
.mslc {
  color: #008080;
}
.has-lang-sub {
  position: relative;
  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;
  background: #008080;
  width: 4rem;
  height: 4rem;
  color: #fff;
  border-radius: 50%;
  padding-top: 0;
}
.has-lang-sub a {
  font-weight: 500;
  display: block;
  position: relative;
  z-index: 2;
}
.lang-sub {
  position: absolute;
  left: 0;
  top: 1.9rem;
  height: 0;
  border-bottom-left-radius: 3.8rem;
  background: #008080;
  color: #fff;
  font-weight: 500;
  width: 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;
  border-bottom-right-radius: 3.8rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.has-lang-sub:hover .lang-sub {
  height: 7rem;
  opacity: 1;
  visibility: visible;
}
.lang-sub a {
  padding-top: 2.5rem;
}
/*--------------END HEADER-------------*/
/*--------------HERO-------------*/
.hero {
  height: 72.6rem;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10.14rem;
  background-position: center;
}

.hero .container {
  height: 100%;
}

.hero-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
}

.hero p {
  color: #fff;
  font-size: 1.8rem;
  width: 45rem;
  font-weight: 500;
}

/*--------------END HERO-------------*/

/*CONTENT*/

.green {
  background-color: #008080;
  padding: 5rem 0;
}

.green h1 {
  color: #fff;
  text-align: center;
  font-size: 4rem;
}

.content {
  padding: 10rem 0;
}

.grey {
  background-color: #f5f5f5;
}

.yellow-circle {
  background: url("../images/svg/yellow-circle.svg") no-repeat bottom 150px left;
}

.content h1 {
  text-align: center;
  font-size: 2.8rem;
  color: #646363;
  position: relative;
}
.content p {
  text-align: center;
  margin: 5rem 0;
}
.content h1 span {
  display: inline-block;
  position: relative;
}
.content h1 span:before,
.content h1 span:after {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: #646363;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13.5rem;
}
.content h1 span:before {
  right: 100%;
  margin-right: 5rem;
}
.content h1 span:after {
  left: 100%;
  margin-left: 5rem;
}

#toggle {
  border: none;
  border-radius: 50%;
  background: url("../images/svg/toggle.svg") no-repeat center;
  width: 4rem;
  height: 4rem;
  background-size: 4rem;
  display: none;
  cursor: pointer;
}

/*HOME NEWS*/

.home-news {
  background-size: cover;
  background-repeat: no-repeat;
}

.home-news .content h1,
.home-news .content p {
  color: #fff;
}

.home-news .content h1 span:before,
.home-news .content h1 span:after {
  background-color: #fff;
}

.home-news-slider {
  margin-top: 10rem;
  overflow: hidden;
}

.home-news-wrapper {
  background-color: #fff;
  position: relative;
  width: 90%;
  margin: 0 auto;
  display: block;
}

.home-news-wrapper img {
  width: 100%;
}

.home-news-wrapper span {
  position: absolute;
  color: #fff;
  background-color: #008080;
  border-radius: 50%;
  left: 50%;
  top: -3rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: center;
  z-index: 1;
}

.news-wrapper-txt {
  padding: 4rem 3rem;
  position: relative;
}

.news-wrapper-txt h3 {
  color: #646363;
  font-weight: 300;
  font-size: 1.8rem;
}

.home-news .content .news-wrapper-txt p {
  color: #646363;
  margin: 1rem 0;
  text-align: left;
  font-weight: 300;
}

.home-news .content .news-wrapper-txt p.green-link {
  color: #008080;
  font-weight: 400;
  text-transform: uppercase;
}

.slick-dots {
  list-style: none;
  text-align: center;
  margin-top: 3rem;
}

.slick-dots li {
  display: inline-block;
  padding: 0 0.5rem;
}

.slick-dots li button {
  border-radius: 50%;
  background-color: #d1d1d1;
  border: none;
  font-size: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #008080;
  width: 2rem;
  height: 2rem;
}

/*Services home*/

.rope {
  width: 100%;
  position: relative;
  background: url("../images/svg/rope.svg") no-repeat center;
  background-size: 64rem;
  height: 64rem;
  margin-top: 5rem;
}

.rope-circle {
  width: 22rem;
  height: 22rem;
  background-color: #13726f;
  border: 1rem solid #0e8282;
  border-radius: 50%;
  position: absolute;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.flip-circle {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.rope-circle:hover .flip-circle {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-icon,
.flip-content {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 2rem;
  border-radius: 50%;
}

.flip-content {
  background-color: #13726f;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.flip-icon {
  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;
}

.flip-icon h3 {
  font-size: 1.8rem;
}

.flip-content img {
  padding: 2rem;
  width: 14rem;
  height: 14rem;
}

.rope-circle h3 {
  text-align: center;
  color: #f1b626;
  font-weight: 500;
  font-size: 1.8rem;
}

.rope-circle p {
  text-align: center;
  color: #f1b626;
  font-weight: 300;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
}

.rope .rope-circle:first-child {
  top: -4rem;
  left: 25rem;
}

.rope .rope-circle:nth-child(2) {
  top: -4rem;
  right: 25rem;
}

.rope .rope-circle:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10.5rem;
}

.rope .rope-circle:nth-child(4) {
  bottom: -4rem;
  right: 25rem;
}

.rope .rope-circle:nth-child(5) {
  bottom: -4rem;
  left: 25rem;
}

.rope .rope-circle:nth-child(6) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10.5rem;
}

/*Home about*/

/*ANIMATION*/

.about-img-wrapper {
  position: relative;
  width: 100%;
}

.about-img-wrapper img:nth-child(2) {
  position: absolute;
  top: 62%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  left: 13%;
  opacity: 0;
  visibility: hidden;
}

.about-img-wrapper img:nth-child(4) {
  position: absolute;
  top: 62%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
  right: 13%;
  opacity: 0;
  visibility: hidden;
}

.about-img-wrapper img:nth-child(2).animate,
.about-img-wrapper img:nth-child(4).animate {
  -webkit-animation: slide-bot 1.5s;
  animation: slide-bot 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes slide-bot {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 62%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 85%;
  }
}

@keyframes slide-bot {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 62%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 85%;
  }
}

.about-img-wrapper img:nth-child(3) {
  position: absolute;
  top: 36%;
  left: 49.8%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3rem;
  opacity: 0;
  visibility: hidden;
}

.about-img-wrapper img:nth-child(3).animate {
  -webkit-animation: slide-top 1.5s;
  animation: slide-top 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 36%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 12%;
  }
}

@keyframes slide-top {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 36%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 12%;
  }
}

/*Animation mobile*/

.sm-circles {
  display: none;
  position: relative;
}

.yellow-circle-sm {
  margin: 0 auto;
  width: 20rem;
}

.green-circle.gc1,
.green-circle.gc2,
.green-circle.gc3 {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.green-circle.gc1.animate,
.green-circle.gc2.animate,
.green-circle.gc3.animate {
  -webkit-animation: slide-down 1s;
  animation: slide-down 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 70%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 70%;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

.about-circles {
  margin: 6rem 0 4rem 0;
}

.about-img {
  width: 100%;
}

.two {
  width: 100%;
}

.about-info {
  width: 30rem;
  position: relative;
  text-align: center;
}

.about-info h2 {
  text-align: center;
  color: #008080;
  font-weight: 500;
  font-size: 2.1rem;
  text-transform: uppercase;
}

.about-info p {
  text-align: center;
  font-weight: 300;
  font-size: 1.4rem;
  margin: 2.5rem 0;
}

/*Footer*/

.none {
  display: none;
}

.footer {
  border-top: 0.1rem solid #008080;
}

.footer .content {
  padding: 10rem 0 0 0;
}

.ul-wrapper {
  border-bottom: 0.1rem solid #646363;
  padding-bottom: 3rem;
}

.footer-list {
  list-style: none;
}

.footer-list li,
.footer-list a {
  font-weight: 300;
  font-size: 1.4rem;
}

.footer-list a:hover {
  color: #008080;
}

.footer-list li {
  padding: 0.5rem 0;
}

.footer-list li.footer-logo {
  padding: 2rem 0 0 0;
}

.footer-list li:first-child {
  font-size: 1.8rem;
  color: #171717;
  padding: 0 0 1rem 0;
}

.eu {
  text-align: center;
}

.eu img {
  width: 20rem;
}

.copy {
  padding: 2rem 0;
}

.terms-list {
  list-style: none;
}

.terms-list li {
  padding: 0 1rem;
  display: inline-block;
}

.terms-list a,
.copy span {
  font-weight: 300;
  font-size: 1.2rem;
}

.terms-list a:hover {
  color: #008080;
}

.btt {
  border: none;
  background-color: transparent;
  background: url(../images/svg/btt.svg) no-repeat center top;
  background-size: 1.5rem;
  color: #646363;
  height: 3.5rem;
  cursor: pointer;
  margin-right: 0.5rem;
}

.footer-social li {
  display: inline-block;
  margin-right: 1rem;
}

.footer-social li:first-child {
  display: block;
}

.footer-social a img {
  width: 4rem;
}

/*SOCIAL FIXED*/

.social-list {
  list-style: none;
  position: fixed;
  z-index: 2;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-list a img {
  width: 4.5rem;
}

.header-space {
  padding-top: 6rem;
}

.flexy-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*ZANIMLJIVOST*/

.news-list .home-news-wrapper {
  width: 25%;
  margin: 0 0 3rem 0;
  padding: 0 1rem;
}

.dark-border {
  border: 0.1rem solid #646363;
  overflow: hidden;
}

.news-list .home-news-wrapper .news-wrapper-txt {
  padding: 4rem 3rem 1rem 3rem;
}

.news-list .home-news-wrapper .news-wrapper-txt p {
  color: #646363;
  margin: 1.5rem 0;
  text-align: left;
  font-weight: 300;
}

.news-list .home-news-wrapper .news-wrapper-txt p.green-link {
  color: #008080;
  font-weight: 400;
}

.news-list .home-news-wrapper img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-list .home-news-wrapper:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news-list .home-news-wrapper span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-list .home-news-wrapper:hover span {
  width: 100%;
  border-radius: 0;
}

/*PAGINATION*/

.pagination {
  list-style: none;
  padding: 0;
  margin: 5rem 0 0 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  padding: 0 1rem;
}

.pagination a {
  border: 1px solid #008080;
  border-radius: 50%;
  display: block;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding-top: 0.9rem;
  font-weight: 500;
}

.pagination li:first-child a,
.pagination li:last-child a {
  border: none;
}

.pagination a:hover,
.pagination a.current {
  background-color: #008080;
  color: #fff;
}

.content-space {
  margin-top: 5rem;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-40 {
  width: 40%;
}

.col-33 {
  width: 33%;
}

.news-content h1,
.news-content h2,
.news-content h3,
.news-content h4,
.news-content h5,
.news-content h6 {
  text-align: left;
  font-weight: 400;
  color: #008080;
  margin: 3rem 0 2rem 0;
}

.news-content p {
  text-align: left;
  margin: 1rem 0;
}

.news-content span {
  background-color: #008080;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 4rem 0.5rem 1rem;
  margin-bottom: 1rem;
}

.news-content ul {
  list-style: disclosure-closed;
  margin: 0 0 2rem 2rem;
}

.news-content a {
  color: #008080;
}

.zoom-gallery {
  font-size: 0;
  margin-top: 3rem;
}

.zoom-gallery a {
  display: inline-block;
  width: 25%;
  padding: 1rem;
}

.img-holder {
  overflow: hidden;
}

.zoom-gallery a img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zoom-gallery a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.mfp-title {
  display: none;
}

/*ABOUT*/

.about-section {
  margin-top: 8rem;
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: 0.1rem solid #646363;
}

.about-section:nth-child(2n + 2) .about-txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.about-section:nth-child(2n + 2) .about-image {
  text-align: left;
}

.content .about-txt {
  width: 70%;
  padding: 0 3rem 0 0;
}

.content .about-txt h2 {
  color: #008080;
  text-transform: uppercase;
}

.content .about-txt p {
  text-align: left;
  margin: 1rem 0;
}

.about-image {
  width: 30%;
  text-align: right;
}

.about-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.about-section:hover .about-image img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*EU PROJEKTI*/

.news-wrapper-txt.eu-project {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-wrapper-txt.eu-project:hover {
  background-color: #008080;
}

.news-wrapper-txt.eu-project:hover h3,
.news-wrapper-txt.eu-project:hover p,
.news-list .home-news-wrapper .news-wrapper-txt.eu-project:hover .green-link {
  color: #fff;
}

/*KONTAKT*/

.contact-info,
.callus {
  margin-top: 5rem;
}

.contact-info h3 {
  color: #008080;
  margin: 2rem 0 0 0;
  text-align: left;
}

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.contact-info p,
.contact-info a {
  margin: 1rem 0;
  text-align: left;
}

.callus label {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.callus input:focus + label,
.callus textarea:focus + label,
.callus label.label-true {
  opacity: 1;
}

.callus input,
.callus textarea {
  width: 100%;
  padding: 1rem;
  border: 0.1rem solid transparent;
  border-bottom-color: #646363;
  color: #646363;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: inherit;
  font-weight: 200;
}

.callus input:focus,
.callus textarea:focus,
.callus input.input-true,
.callus textarea.input-true {
  color: #008080;
  border: 0.1rem solid #008080;
}

.callus input:focus::-webkit-input-placeholder,
.callus input:focus::-webkit-input-placeholder,
.callus textarea:focus::-webkit-input-placeholder,
.callus textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.callus input:focus::-webkit-input-placeholder,
.callus input:focus::placeholder,
.callus textarea:focus::-webkit-input-placeholder,
.callus textarea:focus::placeholder {
  color: transparent;
}

.msg_1 p {
  font-weight: 300;
  font-size: 1.2rem;
  text-align: left;
  margin: 1rem 0;
}

.msg_1 a {
  font-weight: 400;
  text-transform: uppercase;
  color: #008080;
  font-size: 1.2rem;
}

.send-btn {
  width: 100%;
  text-align: center;
  padding: 1rem;
  background: transparent;
  border: 0.1rem solid #646363;
  cursor: pointer;
  margin-top: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.send-btn:hover {
  color: #fff;
  border-color: #008080;
  background-color: #008080;
}

/*USLUGE*/

.service img {
  display: block;
  width: 15rem;
  margin: 0 auto 3rem auto;
}

.news-wrapper-txt.service h3 {
  text-align: center;
  margin: 1rem 0;
}

.news-list .home-news-wrapper .news-wrapper-txt.service p.green-link {
  text-align: center;
}

.home-news-wrapper.service-wrapper {
  width: 33.33%;
  margin: 0 0 3rem 0;
  padding: 0 1rem;
}

/*ERROR 404*/

.error p {
  font-size: 2rem;
}

.error a {
  color: #008080;
  border: 0.1rem solid #008080;
  padding: 1rem;
  display: block;
  width: 15rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
}

.error a:hover {
  background-color: #008080;
  color: #fff;
}

.error img {
  display: block;
  width: 25rem;
  margin: 8rem auto 6rem auto;
}

/*TEAM*/

.team {
  margin-top: 10rem;
}

.team h1 {
  width: 100%;
}

.person {
  width: 25%;
  padding: 1rem;
  margin-top: 4rem;
}

.person img {
  width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.person:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.person h4 {
  font-size: 2rem;
  text-align: center;
  padding: 1rem 0;
  font-weight: 300;
}

.person p {
  color: #008080;
  margin: 0;
}

.pdf-download {
  padding: 1rem 2rem 1rem 4rem;
  margin-top: 2rem;
  background: #0e8282 url("../images/svg/doc.svg");
  color: #fff;
  display: inline-block;
  background-position: center left 2rem;
  background-size: 1rem;
  background-repeat: no-repeat;
}

/*COUNTER*/

.green.count-wrapper {
  padding: 3rem 0;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.count {
  width: calc(100% / 6);
  padding: 0 1rem;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.count:last-child {
  border: none;
}

.count span,
.count p {
  text-align: center;
}

.count span {
  color: #f1b626;
  font-size: 3.5rem;
  display: block;
  margin-bottom: 1rem;
}

.count p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}

/*NEW CSS 27.11.2019.*/

.bread {
  list-style: none;
  text-align: center;
  padding: 1.5rem 0;
}

.bread li {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
  margin-right: 0.5rem;
}

.bread li:after {
  content: ">";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bread li:last-child:after {
  content: "";
}

.bread li a:hover {
  color: #008080;
}

/*--------------COOKIES-------------*/

.cc_banner-wrapper .cc_container {
  border-radius: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
  left: auto;
  right: initial;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  border-top: 0.2rem solid #008080;
}

.cc_banner-wrapper .cc_container .cc_message {
  font-size: 1.3rem;
  color: #008080;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited,
.cc_banner-wrapper .cc_container .cc_more_info,
.cc_banner-wrapper .cc_container .cc_more_info:visited {
  display: inline-block;
  color: #fff;
  background-color: #008080;
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 1.1rem;
  text-align: center;
  padding: 1rem 0;
  border-radius: 0.5rem;
  line-height: 1rem;
  font-family: "Montserrat", sans-serif;
}

.cc_banner-wrapper .cc_container .cc_btn:hover,
.cc_banner-wrapper .cc_container .cc_more_info:hover {
  color: #222;
  background-color: #f1b626;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .cc_banner-wrapper .cc_container {
    width: 36rem;
    border-right: 0.2rem solid #008080;
  }
}

/*--------------END COOKIES-------------*/

.project-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  border-top: 0.2rem solid #008080;
  z-index: 2;
  background-color: #fff;
}

.pb-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
}

.eu-list {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.eu-list li {
  text-align: center;
  width: calc(100% / 3);
  padding: 0.5rem;
}

.eu-list li a {
  display: block;
  text-align: center;
}

.eu-list li.projects-link {
  width: 100%;
}

.eu-list li.projects-link a {
  display: block;
  background-color: #008080;
  padding: 0.5rem 0;
  color: #fff;
}

.eu-list li.projects-link a:hover {
  background-color: #f1b626;
  color: #222;
}

.eu-list li a img {
  width: 90%;
}

.eu-list.project-page {
  margin-top: 3rem;
}

.eu-list.project-page li {
  width: 100%;
}

.eu-list.project-page li a img {
  width: auto;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .project-banner {
    width: 48rem;
    border-left: 0.2rem solid #008080;
  }
  .eu-list li a img {
    width: 80%;
  }
  .eu-list.project-page li {
    width: calc(100% / 3);
  }
  .eu-list.project-page li a img {
    width: 80%;
  }
}

@media only screen and (min-width: 40em) {
  /*640px*/
  .eu-list.project-page li a img {
    width: auto;
  }
}

.job-info {
  width: 90%;
}

/* The container */

.callus label.check-container {
  opacity: 1;
  text-transform: none;
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.callus label.check-container span a {
  /* text-transform: lowercase; */
  font-weight: 400;
  color: #122c6c;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #fff;
  border: 0.1rem solid #646363;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #008080;
  border-color: #008080;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content #form-hide p {
  text-align: left;
  margin: 1.5rem 0 2rem 0;
}

.callus p.txt_error {
  display: block !important;
}

/*--------------RESPONSIVE-------------*/

@media only screen and (max-width: 105em) {
  /*1680px*/
}

@media only screen and (max-width: 100em) {
  /*1600px*/
}

@media only screen and (max-width: 90em) {
  /*1440px*/
}

@media only screen and (max-width: 85.375em) {
  /*1366px*/
}

@media only screen and (max-width: 85em) {
  /*1360px*/
}

@media only screen and (max-width: 80em) {
  /*1280px*/
}

@media only screen and (max-width: 76.25em) {
  /*1220px*/
}

@media only screen and (max-width: 67.5em) {
  /*1080px*/
}

@media only screen and (max-width: 64em) {
  /*1024px*/
}

@media only screen and (max-width: 61.25em) {
  /*980px*/
}

@media only screen and (max-width: 56.25em) {
  /*900px*/
}

@media only screen and (max-width: 50em) {
  /*800px*/
}

@media only screen and (max-width: 48em), only screen and (hover: none) {
}

@media only screen and (max-width: 48em) {
  /*768px*/
}

@media only screen and (max-width: 42.5em) {
  /*680px*/
}

@media only screen and (max-width: 40em) {
  /*640px*/
}

@media only screen and (max-width: 38.75em) {
  /*620px*/
}

@media only screen and (max-width: 37.5em) {
  /*600px*/
}

@media only screen and (max-width: 30em) {
  /*480px*/
}

@media only screen and (max-width: 22.5em) {
  /*360px*/
}

/*--------------END RESPONSIVE-------------*/

@media only screen and (max-width: 90em) {
  /*1440px*/
  .container {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 76.25em) {
  /*1220px*/
  .news-list .home-news-wrapper {
    width: 33.33%;
  }
}

@media only screen and (max-width: 64em) {
  /*1024px*/
  .container-min {
    padding: 0 1rem;
  }
  .about-circles {
    margin: 6rem 0 0 0;
  }
  .rope {
    background: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
  }
  .rope-circle {
    position: relative;
    width: 25rem;
    height: 25rem;
    margin: 0 auto 3.5rem auto;
  }
  .rope .rope-circle:first-child,
  .rope .rope-circle:nth-child(2),
  .rope .rope-circle:nth-child(3),
  .rope .rope-circle:nth-child(4),
  .rope .rope-circle:nth-child(5),
  .rope .rope-circle:nth-child(6) {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
  /* .flip-content{
		transform: rotateY(0deg);
	} */
  .home-news-slider {
    margin-top: 0;
  }
  .footer .content {
    padding: 5rem 0 0 0;
  }
  .about-img-wrapper {
    display: none;
  }
  .sm-circles {
    display: block;
  }
  .about-info {
    width: 100%;
    text-align: center;
  }
  .about-info h2 {
    margin-top: 5rem;
  }
  .about-image,
  .about-section:nth-child(2) .about-image {
    text-align: center;
  }
  .cookie-container {
    border: none;
    max-width: 100%;
    width: 100%;
    padding: 2rem;
    border-radius: 0;
  }
  .person {
    width: 50%;
  }
  .col-50 {
    width: 100%;
  }
  .job-info {
    width: 100%;
  }
}

@media only screen and (max-width: 61.25em) {
  /*980px*/
  #toggle {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header {
    border-bottom: 0.1rem solid #008080;
  }

  .hero h1 {
    font-size: 3.5rem;
  }

  .main-nav {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    position: absolute;
    top: 5.7rem;
    left: 100%;
    background-color: #fff;
    border-bottom: 0.1rem solid #008080;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .main-nav li {
    width: 100%;
  }

  .main-nav li a {
    width: 100%;
  }

  .main-nav li a:hover {
    color: #fff;
    background-color: #008080;
  }

  .main-nav.show {
    left: 0;
  }

  .hero {
    margin-top: 8.24rem;
    height: calc(100vh - 8.24rem);
  }
  .social-list a img {
    width: 4.5rem;
  }
  .content {
    padding: 6rem 0;
  }
  .news-list .home-news-wrapper {
    width: 50%;
    margin: 0 0 1.5rem 0;
    padding: 0 0.5rem;
  }
  .count {
    width: calc(100% / 3);
    margin: 0 0 5rem 0;
  }
  .count:nth-child(3n + 3) {
    border: none;
  }
}

@media only screen and (max-width: 56.25em) {
  /*900px*/
  .rope-circle {
    width: 22rem;
    height: 22rem;
  }
  .footer-list {
    width: 50%;
    margin: 0 0 3rem 0;
  }
  .eu {
    text-align: left;
  }
  .content .about-txt,
  .about-image {
    width: 100%;
  }
  .about-section {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .about-section:nth-child(2) .about-txt {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .about-image img {
    width: 25rem;
    margin-top: 2rem;
  }
  .about-section:hover .about-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .home-news-wrapper.service-wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 48em) {
  /*768px*/
  .rope-circle {
    width: 25rem;
    height: 25rem;
  }
  .footer-list {
    width: 100%;
    margin: 0 0 3rem 0;
  }

  .footer-list:last-child {
    margin: 0;
  }
  .copy {
    padding: 2rem 0 0 0;
  }
  .btt {
    width: 100%;
    margin: 0;
  }
  .terms-list {
    width: 100%;
    margin: 1rem 0;
  }
  .terms-list li {
    width: 50%;
    text-align: center;
  }
  .zoom-gallery a {
    width: 33.33%;
  }
  .col-40,
  .col-60 {
    width: 100%;
  }
  .contact-info,
  .callus {
    margin-top: 3rem;
  }
  .send-btn {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 40em) {
  /*640px*/
  .hero h1 {
    font-size: 3rem;
  }
  .content h1 span::before,
  .content h1 span::after {
    display: none;
  }
  .rope-circle {
    width: 23rem;
    height: 23rem;
    margin: 0 0 3.5rem 0;
  }
  .news-list .home-news-wrapper .news-wrapper-txt p {
    display: none;
  }
  .news-list .home-news-wrapper .news-wrapper-txt.eu-project p.green-link {
    display: block;
  }
  .news-list .home-news-wrapper span,
  .news-list .home-news-wrapper:hover span {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    line-height: 1.4rem;
    font-size: 1rem;
  }
  .news-list .home-news-wrapper .news-wrapper-txt {
    padding: 3rem 2rem 1rem 2rem;
  }
  .news-wrapper-txt h3 {
    font-size: 1.6rem;
  }
  .news-content span {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
  .content h1 {
    font-size: 2.5rem;
  }
  .person {
    width: 100%;
    margin-top: 0;
    padding: 1rem 0;
  }
  .count {
    width: 50%;
  }
  .count:nth-child(3n + 3) {
    border-right: 0.1rem solid rgba(255, 255, 255, 0.2);
  }
  .count:nth-child(2n + 2) {
    border: none;
  }
}

@media only screen and (max-width: 32em) {
  .rope-circle {
    width: 29rem;
    height: 29rem;
    margin: 0 auto 3.5rem auto;
  }
}

@media only screen and (max-width: 30em) {
  /*480px*/
  .hero {
    margin-top: 6.24rem;
  }
  .hero-txt,
  .hero p {
    width: 100%;
    font-size: 1.6rem;
    position: relative;
  }
  .copy span {
    text-align: center;
    width: 100%;
  }
  .terms-list li {
    width: 100%;
    padding: 1rem 0;
  }
  .main-nav li a {
    padding: 1.2rem 1rem;
    font-size: 1.2rem;
  }
  .header {
    padding: 1rem 0;
  }
  .social-list {
    display: none;
  }
  .about-image img {
    width: 18rem;
  }
  .content {
    padding: 4rem 0;
  }
  .content-space {
    margin-top: 3rem;
  }
  .home-news-wrapper.service-wrapper {
    width: 100%;
  }
  .content p {
    margin: 3rem 0;
  }
  .content .person p {
    margin: 0;
  }
  .content .contact-info p,
  .content .contact-info a,
  .content .msg_1 p {
    margin: 1rem 0;
  }
  .zoom-gallery a {
    width: 50%;
  }
}

@media only screen and (max-width: 22.5em) {
  /*360px*/
  .logo img {
    width: 16.5rem;
  }

  .main-nav {
    top: 5.2rem;
  }

  #toggle {
    width: 3.3rem;
    height: 3.3rem;
    background-size: 3.3rem;
  }

  .has-lang-sub {
    width: 3.3rem;
    height: 3.3rem;
  }
  .has-lang-sub a {
    font-size: 1.2rem;
  }
  .rope-circle {
    width: 25rem;
    height: 25rem;
  }
  .has-lang-sub:hover .lang-sub {
    height: 5.5rem;
  }
}

/*NEW CSS 15.01.2020*/

table {
  border-collapse: collapse;
  max-width: 640rem;
  border: none;
  overflow-x: auto;
}

table tr {
  border: 1px solid #646363;
  border-right: none;
  border-bottom: none;
  margin-bottom: 2rem;
}

table td {
  border: none;
  padding: 1rem 2rem;
  color: #13726f;
  border-right: 1px solid #646363;
  border-bottom: 1px solid #646363;
}

ul li {
  padding-top: 0.8rem;
}

/*NEW CSS 16.01.2020.*/

.soon-animation {
  text-align: center;
  padding: 10rem 0;
}

.soon-animation p {
  position: relative;
  display: inline-block;
  margin: auto;
  font-size: 25px;
}

.green-dot {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #646363;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0.8rem;
  opacity: 0.4;
  -webkit-animation-name: soon;
  -webkit-animation-duration: 2s;
  animation-name: soon;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes soon {
  0% {
    opacity: 0.4;
    background-color: #646363;
  }
  50% {
    opacity: 1;
    background-color: #13726f;
  }
  100% {
    opacity: 0.4;
    background-color: #646363;
  }
}

@keyframes soon {
  0% {
    opacity: 0.4;
    background-color: #646363;
  }
  50% {
    opacity: 1;
    background-color: #13726f;
  }
  100% {
    opacity: 0.4;
    background-color: #646363;
  }
}

.green-dot:first-child {
  right: -1rem;
  animation-delay: 0.2s;
}

.green-dot:nth-child(2) {
  right: -2rem;
  animation-delay: 0.5s;
}

.green-dot:last-child {
  right: -3rem;
  animation-delay: 0.7s;
}

@media only screen and (min-width: 30em) {
  /*480px*/
  .soon-animation p {
    font-size: 35px;
  }
  .green-dot {
    width: 0.6rem;
    height: 0.6rem;
    bottom: 1rem;
  }
}
