/*copyright WebHannover https://webhannover.de*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  flex-wrap: wrap;
  transition: 0.5s;
  color: #333;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

:root {
  --mainBlue: #2137b2;
  --mainYellow: #ffe030;
}

hr {
  background-color: var(--mainBlue);
  border: none;
  width: 200px;
  height: 5px;
  margin: 10px 0;
}

strong {
  color: var(--mainBlue);
}

body:before {
  content: " ";
  background-image: url("./../img/header3-2873.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
}

/**/
.top {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #fff;
}

.top-contact {
  display: flex;
  align-items: center;
}

.top-contact img {
  width: 400px;
  height: auto;
}

.top-contact a:hover {
  opacity: 50%;
}

.top-icon {
  width: 350px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.top-icon img {
  width: 40px;
  height: auto;
  margin-left: 40px;
}

.top-icon p {
  color: var(--mainBlue);
  font-size: 13px;
  margin-left: 5px;
}

/**/
.menuToggle {
  display: none;
}

header {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url("./../img/header2-2148112405.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

nav {
  position: sticky;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 0 200px;
  /* header nav height */
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f5f9;
}

nav .navigation {
  display: flex;
  align-items: center;
}

nav .navigation img {
  width: 100px;
  height: auto;
  display: none;
}

nav .navigation li {
  list-style: none;
  margin-right: 30px;
  margin-top: 10px;
}

nav .navigation li a {
  text-decoration: none;
  color: var(--mainBlue);
  font-size: 18px;
  text-transform: uppercase;
}

nav .navigation li a:hover {
  text-decoration: none;
  opacity: 50%;
}

.menu-hidden {
  display: none;
}

.smallBtn img {
  width: 150px;
  height: auto;
  filter: drop-shadow(0 5px 10px #5a5a5a);
}

.smallBtn img:hover {
  filter: none;
}

nav.sticky {
  width: 100%;
  height: 80px;
  background-color: #f4f5f9;
  padding: 0 100px;
  /* header after scrollnav height */
}

nav.sticky .navigation li a {
  color: var(--mainBlue);
  /* header after scrollnav color: */
}

nav.sticky .navigation li a:hover {
  opacity: 50%;
}

.special-offer {
  position: absolute;
  left: 100px;
  top: 40px;
  transform: rotate(-10deg);
  width: 300px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.special-offer img {
  width: 100%;
  height: auto;
}

.special-offer h3 {
  position: absolute;
  color: var(--mainBlue);
  padding: 10px;
  transform: rotate(-5deg);
}

.content_header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7450980392);
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.content_header h1 {
  color: var(--mainBlue);
  font-size: 99px;
  animation: slideInFromLeft 1s ease-in;
}

.header-title {
  position: relative;
  background-color: var(--mainBlue);
  animation: slideInFromRight 1s ease-in;
}

.header-title h2 {
  color: #fff;
  padding: 0 130px;
  font-size: 40px;
}

.header-title img {
  position: absolute;
  right: 0;
  top: 0;
  width: 111px;
  height: auto;
}

.content_header_overlay {
  position: absolute;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5019607843);
  padding: 20px;
  text-align: center;
}

.content_header_overlay h1 {
  color: var(--mainBlue);
}

header:hover .content_header {
  opacity: 0;
}
header:hover .content_header_overlay {
  opacity: 1;
}
header:hover .special-offer {
  opacity: 0;
}

.shortcut_container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shotcut_content {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.shotcut_content h3 {
  font-size: 24px;
}

.shotcut_content p {
  font-size: 16px;
}

.shotcut_content img {
  width: 60px;
  height: auto;
}

.shotcut_content:hover img {
  transform: scale(1.2);
}

.card1 {
  background-color: var(--mainBlue);
  width: 33%;
  height: 200px;
}

.card1 p,
h3 {
  color: #fff;
}

.card2 {
  background-color: #f4f5f9;
  width: 34%;
  height: 200px;
}

.card2 p {
  color: var(--mainBlue);
}

.card2 h3 {
  color: var(--mainBlue);
}

.card3 {
  background-color: var(--mainBlue);
  width: 33%;
  height: 200px;
}

.card3 p,
h3 {
  color: #fff;
}

.card_content {
  width: 100%;
}

.card_content a {
  color: var(--mainBlue);
  text-decoration: none;
}

section {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.content_container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
}

.container_content_up {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_content_down {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_left {
  position: relative;
  max-width: 555px;
  height: auto;
  padding: 20px;
}

.container_left img {
  width: 100%;
  height: auto;
}

.container_left .fas {
  position: absolute;
  font-size: 88px;
  top: -100px;
  color: var(--mainBlue);
}

.container_left h2 {
  font-size: 50px;
  margin-bottom: 20px;
  color: var(--mainBlue);
}

.container_right {
  max-width: 555px;
  height: auto;
  padding: 20px;
}

.container_right ul {
  list-style: none;
}

.container_right img {
  width: 100%;
  height: auto;
}

.about_container {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_card {
  width: 580px;
  height: auto;
  padding: 10px;
}

.about_card img {
  width: 100%;
  height: auto;
}

.break-blank {
  width: 100%;
  height: 100px;
}

/*counter up https://codepen.io/bev_a/pen/YOGQBv*/
.counter_container {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter_content {
  width: 1200px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter_card {
  text-align: center;
}

.counter_card h1 {
  font-size: 50px;
}

.counter_card h3 {
  font-size: 20p;
  color: var(--mainBlue);
}

.counter_card .fa {
  font-size: 50px;
  color: var(--mainBlue);
}

.counter {
  animation-duration: 1s;
  animation-delay: 0s;
}

.container_center {
  width: 100%;
  height: auto;
  background-color: var(--mainBlue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_center_container {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-around;
}

.container_center_content_left {
  width: 700px;
  height: auto;
}

.container_center_content_left p {
  color: #fff;
}

.container_center_content_right {
  width: 500px;
  height: auto;
}

.container_center_content_right img {
  float: right;
}

.container_center_content_right img:hover {
  transform: scale(1.1);
}

.container_center h2 {
  font-size: 40px;
  color: #fff;
}

.content_cards {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.content_card {
  position: relative;
  width: 280px;
  height: auto;
  margin: 10px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
  background-color: var(--mainBlue);
}

.content_card img {
  width: 100%;
  height: auto;
}

.content_card h4 {
  color: #fff;
  margin: 40px 0 10px 0;
}

.content_card p {
  color: #fff;
}

footer {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f5f9;
  background-image: url("./../img/logo/footer-logo-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_container {
  width: 1200px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin: 100px 0;
}

.footer_content {
  width: 500px;
  height: auto;
}

.QRcode {
  width: 200px;
  height: auto;
}

.footer_content img {
  width: 200px;
  height: auto;
}

.footer_content a {
  text-decoration: none;
  color: #333;
}

.footer_content ul {
  list-style: none;
  font-size: 26px;
  line-height: 42px;
}

/**/
.footer_mail {
  width: 555px;
  height: auto;
}

.footer_mail_img {
  width: 100%;
  height: auto;
  text-align: center;
}

.footer_mail_img img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.footer_mail p {
  margin-bottom: 20px;
}

.footer_mail a {
  text-decoration: none;
  color: var(--mainBlue);
}

.footer_mail .fas {
  text-decoration: none;
  color: var(--mainBlue);
  font-size: 24px;
  margin-right: 10px;
}

.text-height {
  width: 100%;
  height: 32px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #333;
}

.message-height {
  width: 100%;
  height: 96px;
  resize: none;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #333;
}

.postpage-captcha {
  margin-bottom: 20px;
}

.postpage-code-fill-in {
  width: 200px;
  height: 32px;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #333;
}

.postpage-btn {
  background-color: var(--mainBlue);
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin: 10px;
  letter-spacing: 1px;
  font-size: 16px;
  border: none;
}

.postpage-btn:hover {
  opacity: 50%;
  cursor: pointer;
}

.credit {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 25px 20px;
  font-size: 12px;
  background-color: #f4f5f9;
}

.credit a {
  text-decoration: none;
  color: #333;
}

.credit a:hover {
  opacity: 50%;
}

/**/
.modal {
  display: none;
  position: fixed;
  z-index: 9999999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
}

.close {
  color: #888;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.contactBtn {
  font-size: 18px;
  cursor: pointer;
}

.contactBtn:hover {
  opacity: 50%;
  cursor: pointer;
}

.contactBtn img {
  margin-right: 5px;
}

.contactBtn2 {
  cursor: pointer;
}

/*reveal*/
.reveal-zoom-head {
  position: relative;
  transform: scale(0.5);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-zoom-head.active-zoom-head {
  transform: scale(1) rotate(10deg);
  opacity: 1;
}

.reveal-zoom {
  position: relative;
  transform: scale(0.5);
  opacity: 0;
  transition: 1.6s all ease;
}

.reveal-zoom.active-zoom {
  transform: scale(1);
  opacity: 1;
}

/*read more / https://codepen.io/Idered/pen/AeBgF */
.reveal-right {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-right.active-right {
  transform: translateX(0);
  opacity: 1;
}

.reveal-left {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-left.active-left {
  transform: translateX(0);
  opacity: 1;
}

/**/
.reveal-rotate {
  transform: rotate(30deg);
  opacity: 0;
  transition: 1s all ease;
}

.reveal-rotate.active-rotate {
  transform: rotate(0deg);
  opacity: 1;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 5px;
  z-index: 99;
  font-size: 14px;
  border: 0;
  outline: 0;
  background-color: var(--mainYellow);
  color: var(--mainBlue);
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
}

#myBtn:hover {
  opacity: 50%;
}

/* ............................... media 1210 ............................... */
@media screen and (max-width: 1210px) {
  body {
    display: non;
  }
  .smallBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .top-contact img {
    width: 200px;
    height: auto;
  }
  .reveal-right {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    transition: 1s all ease;
  }
  .reveal-left {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    transition: 1s all ease;
  }
  header {
    width: 100%;
    height: 100vh;
    background-image: url("./../img/header2-2148112405.webp");
  }
  header img {
    left: 20px;
    top: 20px;
    width: 125px;
    height: auto;
  }
  .mobile-hide {
    display: none;
  }
  nav {
    width: 100%;
    height: 1px;
    background-color: transparent;
  }
  nav.sticky {
    width: 100%;
    height: 1px;
    background-color: transparent;
  }
  nav .navigation {
    display: none;
  }
  nav .navigation.active {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--mainBlue);
    padding-bottom: 200px;
  }
  nav .navigation li {
    margin-left: 0;
  }
  nav .navigation li a {
    color: #fff;
    font-size: 20px;
  }
  nav .navigation img {
    display: block;
  }
  .menu-hidden {
    display: block;
  }
  .menuToggle {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url("./../img/open.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .menuToggle.active {
    background: url("./../img/open.png");
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .special-offer {
    left: 0;
    top: 10%;
    transform: rotate(-15deg);
    width: 300px;
    height: auto;
  }
  .special-offer h3 {
    position: absolute;
    color: var(--mainBlue);
    padding: 10px;
    transform: rotate(-5deg);
    font-size: 16px;
  }
  .content_header {
    background-color: transparent;
    width: 100%;
    height: 100%;
  }
  .content_header h1 {
    color: var(--mainBlue);
    font-size: 37px;
    animation: none;
  }
  .content_header h2 {
    font-size: 18px;
  }
  .header-title {
    position: relative;
    animation: none;
  }
  .header-title h2 {
    padding: 10px;
    font-size: 25px;
  }
  .header-title img {
    position: absolute;
    left: 250px;
    top: 20px;
    width: 111px;
    height: auto;
  }
  .content_header_overlay {
    position: absolute;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5019607843);
    padding: 20px;
    text-align: center;
  }
  .content_header_overlay h1 {
    color: var(--mainBlue);
  }
  header:hover .content_header {
    opacity: 0;
  }
  header:hover .content_header_overlay {
    opacity: 1;
  }
  header:hover .special-offer {
    opacity: 0;
  }
  .about_container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*********************************************** 600 ****************/
@media screen and (max-width: 600px) {
  .QRcode {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .card1 {
    background-color: var(--mainBlue);
    width: 100%;
    height: auto;
  }
  .card2 {
    background-color: #f4f5f9;
    width: 100%;
    height: auto;
  }
  .card3 {
    background-color: var(--mainBlue);
    width: 100%;
    height: auto;
  }
  .card_content {
    width: 100%;
  }
  .content_container {
    width: 100%;
    height: auto;
  }
  .content_container img {
    width: 100%;
    height: auto;
  }
  .content_card {
    width: 100%;
    height: auto;
  }
  .content_card img {
    width: 100%;
    height: auto;
  }
  .container_center_container {
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
  }
  .container_center_content_left {
    width: 100%;
    height: auto;
  }
  .container_center_content_right {
    width: 100%;
    height: auto;
  }
  .container_center_content_right img {
    float: none;
    width: 80%;
  }
  .container_center_content_right img:hover {
    transform: none;
  }
  .container_center h2 {
    font-size: 30px;
    color: #fff;
  }
  .counter_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .counter_card {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .counter_card h1 {
    font-size: 30px;
  }
  .counter_card .fa {
    font-size: 30px;
  }
  footer {
    width: 100%;
    height: auto;
  }
  .footer_container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .footer_content {
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }
  .footer_content a {
    text-decoration: none;
    color: #333;
  }
  .footer_content ul {
    list-style: none;
    font-size: 18px;
    line-height: 30px;
  }
  .footer_mail {
    width: 100%;
    height: auto;
  }
  .modal-content {
    width: 100%;
    height: auto;
  }
}
/*image slide in*/
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-150%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*# sourceMappingURL=style.css.map */
