@import url("https://fonts.googleapis.com/css?family=Lato:400,600,700|Work+Sans:400,700,800");
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.166667px;
  line-height: 1.7em;
  color: #818385;
  background-color: #f9fbfc
}

p {
  color: black;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Work Sans", sans-serif;
  color: #000;
  font-weight: 600;
}

h1, .h1 {
  font-size: 45px;
  text-transform: none;
}

h2, .h2 {
  font-size: 42px;
  line-height: 52px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 34px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 16px;
  line-height: 26px;
}

h6, .h6 {
  font-size: 14px;
}

.text-sm {
  font-size: 14px;
}

.section {
  padding: 120px 0px;
}

.section-sm {
  padding: 60px 0px;
}

.btn {
  padding: 18px 38px;
  border: 2px solid transparent;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  box-shadow: #999999 0px 0px 0px 0px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main {
  background: #598db5;
  color: #fff;
}

.btn-main:hover {
  color: #fff !important;
  background: #000;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: #598db5;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.btn-white:hover {
  background: transparent;
  color: #fff;
}

a {
  color: #000;
  transition: all .25s ease;
}

a:hover {
  color: #598db5;
  text-decoration: none;
  outline: none;
}

.bg-primary {
  background: #598db5 !important;
}

.bg-secondary {
  background: #f7f7f7 !important;
}

.bg-extra {
  background: #e8eefb !important;
}

.text-color {
  color: #598db5;
}

.page-title h1 {
  position: relative;
  padding-bottom: 30px;
}

.page-title h1:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 40px;
  height: 2px;
  margin-left: -25px;
  background: #598db5;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 43px;
  }
}

@media (max-width: 400px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 43px;
  }
}

.cd-headline.clip span {
  padding: 0px;
}

.banner .cd-headline {
  font-size: 36px;
  line-height: 50px;
}

.banner-3 {
  position: relative;
}

.main-nav .header-top-socials a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 20px 6px;
}

.navbar-nav .nav-link {
  padding: 20px 15px !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

ul.dropdown-menu {
  background: white;
  border-radius: 5px;
  margin: 0px;
  padding: 0px;
}

ul.dropdown-menu > li > a, .navbar ul ul ul.dropdown-menu li .nav-link {
  font-size: 12px;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  transition: all .3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  color: black;
  text-transform: uppercase;
}

ul.dropdown-menu > li > a:hover, .navbar ul ul ul.dropdown-menu li .nav-link:hover {
  color: #598db5;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  padding: 0;
  border: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 210px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

@media (max-width: 575px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 400px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .banner .cd-headline {
    font-size: 32px;
    line-height: 42px;
  }
  .btn-group, .btn-group-vertical {
    display: block;
  }
  .btn-group > .btn {
    padding: 20px;
  }
}

.portfolio {
  padding-bottom: 100px;
}

.portfolio .btn:focus, .portfolio .btn:hover, .portfolio .btn.focus.active {
  box-shadow: none !important;
  outline: 0 !important;
}

.portfolio .btn-group .btn {
  border-radius: 0px !important;
  padding-left: 0px;
  font-weight: 700;
}

.portfolio .btn-group .btn:hover {
  color: #598db5;
}

.portfolio .btn-group:not(:first-child) > .btn, .portfolio .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.portfolio .btn.active {
  color: #598db5;
}

.inner-box {
  position: relative;
}

.inner-box .image {
  position: relative;
  overflow: hidden;
}

.inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  display: block;
  transition: all .6s ease;
  overflow: hidden;
}

.inner-box .image .overlay-box:before {
  position: absolute;
  content: '';
  left: -450px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: all 0.4s;
  background-color: rgba(47, 50, 56, 0.8);
}

.inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-box:hover .image .overlay-box:before {
  opacity: 1;
  left: 0px;
}

.inner-box:hover .image .overlay-box {
  opacity: 1;
}

.inner-box:hover .image .overlay-box .overlay-content h5 {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.inner-box:hover .image .overlay-box .overlay-content p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 1;
  padding: 10px 40px;
}

.inner-box .image .overlay-box .overlay-inner .overlay-content i {
  font-size: 28px;
}

.inner-box .image h3 {
  color: #fff;
}

.overlay-content h5 {
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 8px;
  margin-bottom: 0px;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  transition: all 0.3s;
}

.overlay-content p {
  font-size: 14px;
  margin-bottom: 0px;
  padding: 0px 8px;
  margin-top: 2px;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  transition: all 0.5s;
}

.portfolio-image {
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  padding-top: 16px;
  position: absolute;
  top: 40%;
  font-size: 22px;
  margin-left: -28px;
  left: 50%;
}

.info a {
  margin-right: 10px;
}

.service-home {
  position: relative;
}

.service-item i {
  font-size: 35px;
  float: left;
  width: 65px;
  height: 120px;
}

.testimonial-content {
  text-align: center;
  padding: 25px;
  position: relative;
}

.testimonial-content i {
  font-size: 60px;
}

.testimonial-content p {
  margin-top: 30px;
  margin-bottom: 25px;
}

.about-info h3 {
  margin-top: 15px;
}

.progress-bar-content {
  margin-bottom: 25px;
}

.progress-bar-content .progress-title {
  text-transform: capitalize;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.progress-bar-content .progress-label {
  margin-bottom: 15px;
}

.progress-bar-content .progress-bar {
  background: #000;
}

.progress-bar-content .progress-bar-units {
  color: #000;
}

.about-list {
  line-height: 40px;
}

.about-list li {
  text-transform: capitalize;
  color: #000;
}

.progress {
  width: 100%;
  overflow: visible;
  position: relative;
  margin: 0 0 35px 0;
  border-radius: 0px;
  height: 7px;
  background-color: #f7f8f9;
}

.progress-bar {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  height: 100%;
  background: #e1a34c;
  border-radius: 0px;
  transition: all 3s ease-in-out;
}

@media (max-width: 575px) {
  .cta {
    padding-bottom: 0px;
  }
}

@media (max-width: 400px) {
  .cta {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .cta {
    padding-bottom: 0px;
  }
}

#map {
  height: 300px;
  margin: 75px 0px;
}

.form-control {
  border-radius: 0px;
  height: 45px;
  border-color: #e8eefb;
}

.form-control:focus {
  box-shadow: none;
  border-color: #598db5;
}

textarea.form-control {
  height: auto;
}

.text-black {
  color: #000;
}

.contact-title h2 {
  position: relative;
  padding-bottom: 30px;
}

.contact-title h2:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 40px;
  height: 2px;
  margin-left: -25px;
  background: #598db5;
}

.letter-spacing {
  letter-spacing: 1px;
}

.post .image-content {
  position: relative;
}

.post .image-content img {
  width: 100%;
}

.post .author img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.post .post-content {
  margin-top: 30px;
}

.post .post-content h4 {
  margin-top: 10px;
  transition: all .35s ease;
}

.post .post-content a:hover h4 {
  color: #598db5;
}

.pagination {
  margin-top: 70px;
}

.pagination li a {
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 9px 18px;
  color: #666666;
  transition: .3s;
}

.pagination li a:hover {
  background: #598db5;
  color: #fff;
}

.pagination li.active a {
  background: #598db5;
  color: #fff;
}

.sidebar-widget .widget {
  padding-left: 20px;
}

.sidebar-widget .widget-title {
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
}

.sidebar-widget .widget-title:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 2px;
  background: #000;
}

.sidebar-widget .follow a {
  margin-right: 10px;
}

.sidebar-widget .tags a {
  text-transform: capitalize;
  font-size: 15px;
  padding: 2px 13px;
  display: inline-block;
  margin-bottom: 8px;
  background: #dedede;
}

.sidebar-widget .category ul {
  line-height: 40px;
}

.sidebar-widget .category ul li {
  font-size: 15px;
  text-transform: capitalize;
}

.post-body span {
  font-size: 13px;
  letter-spacing: 1px;
}

.single-post {
  margin-bottom: 70px;
}

.share ul li a {
  margin-right: 20px;
}

.mb-45 {
  margin-bottom: 45px;
}

.comments-text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 26px;
}

@media (max-width: 575px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .media {
    display: block;
  }
  .media img {
    margin-bottom: 10px;
  }
}

.footer {
  padding: 40px 0px;
  background-image: linear-gradient(45deg, #163b77 0%, #117a8f 100%);
}

.footer-widget a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.footer-widget a:hover {
  color: #598db5;
}

.foot-col-white {
	color: white;
}

.footer-icon-siz {
	font-size: 25px;
}

.btm-fot {
	background: transparent;
    border: solid 1px white;
    color: white;
}

.btn-support {
	background: transparent;
    border: solid 1px grey;
    color: grey;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 65px;
    padding-right: 65px;
    font-size: 23px;
}

.btn-support2 {
	background: transparent;
    border: solid 1px #598db5;
    color: #598db5;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
}

.btn-support3 {
	background: transparent;
    border: solid 1px grey;
    color: grey;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
}

.header-banner {
	padding-top: 2px;
}

.ins-txt {
	display: none;
}

/******************************************************************************************************************************************************/
/* SELF ADDS													                                                                                      */
/******************************************************************************************************************************************************/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.no-pad {
	padding-left: 0px;
}

.col-whit {
	color: white;
}

.gallerie {
  margin-bottom: 100px;
}

.but-sup {
	background: #11798f;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.1), 0 2px 4px 0 rgba(14,30,37,.12);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    line-height: 1.618em;
    outline: 0;
    padding: .382em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: all .15s ease;
    vertical-align: middle;
    z-index: 1;
}

.but-ic {
	background: #11798f;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.1), 0 2px 4px 0 rgba(14,30,37,.12);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .9rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    line-height: 1.618em;
    outline: 0;
    padding: .382em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: all .15s ease;
    vertical-align: middle;
    z-index: 1;
}

.mar-auto {
	margin: auto;
}

/**************PRELOADER START****************/
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #f6f9f9;
  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;
  overflow: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #bca858;
  font-size: 6px;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

.svg-load {
	width: 300px; 
	height: 300px;
	margin: auto;
	align-items: center;
}
/**************PRELOADER END****************/

/*********** BackToTop START****************/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	border-color: #ffffff00;
	background-color: #ffffff00;
    color: black;
	font-size: 28px;
}

.back-to-top:hover {
	border-color: #ffffff00 !important;
	background-color: #ffffff00 !important;
	color: #598db5;
}

.back-to-top:active {
	border-color: 1px solid #ffffff00 !important;
	background-color: #ffffff00 !important;
	color: #598db5;
	border-color: #005cbf00 !important;
}

.back-to-top:focus {
	border: 1px solid #ffffff00 !important;
	background-color: #ffffff00 !important;
	color: #598db5;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}

.btn {
	padding: 10px 10px !important;
}
/*********** BackToTop  END*****************/

/**********************************************************************/
/* PRE-WELCOME START										          */
/**********************************************************************/

.section-pre-rack {
	padding-top: 100px;
    height: 850px;
}

.arr-do-ho {
	color: black;
    font-size: 28px;
    bottom: 50px;
	width: 100px;
	margin: auto;
}

/**********************************************************************/
/* PRE-WELCOME END												      */
/**********************************************************************/

/**********************************************************************/
/* NAVBAR START														  */
/**********************************************************************/
.logo-head {
	width: 200px;
}

.logo-head-sub {
	width: 200px;
	position: absolute;
    left: 79px;
    top: 10px;
	z-index: 100;
}

.pre-nav {
	height: 26px;
}

.kn-login {
	color: white;
	font-size: 12px;
	padding-right: 15px;
}

.nav-link {
	color: white;
}

.akt-nav {
	color: #598db5 !important;
}

/**********************************************************************/
/* NAVBAR END														  */
/**********************************************************************/

/**********************************************************************/
/* FOOTER START														  */
/**********************************************************************/
.mb-fot {
	margin-bottom: 0px;
}

.foot-sty {
	color: white;
	font-size: 18px;
}

.so-ic {
	text-decoration: none;
	font-size: 21px;
	color: white;
	padding-left: 20px;
}

.foot-ic {
	color: white;
	font-size: 21px;
	text-decoration: none;
	padding-right: 20px;
}

.no-dec {
	text-decoration: none;
	color: white;
}

@media (max-width: 992px) {
	.foot-sty {
		text-align: center !important;
	}
	.mb-fot {
		margin-bottom: 16px;
	}
}

/**********************************************************************/
/* FOOTER END														  */
/**********************************************************************/

/**********************************************************************/
/* Home START														  */
/**********************************************************************/

.section-welc {
  padding: 0px 0px;
}

#logo-glu {
	width: 250px;
    display: inline-block;
    padding-bottom: 30px;
}

.head-svg-wave {
	width: 100%;
	height: 55rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.bild-svg-wave {
	width: 100%;
	height: 10rem;
	display: block;
	z-index: -1;
}

.section-h-ref {
	padding: 65px 0px;
	background-image: linear-gradient(90deg, #163b77 0%, #117a8f 100%);
}

.section-h-hw {
	padding: 65px 0px;
}

.section-h-con {
	padding-top: 50px;
    padding-bottom: 90px;
}

.section-h-gk {
	padding-top: 25px;
	height: 100vh;
}

.h-blob1 {
	background-image: url('../images/blob1.svg');
	background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
	margin: auto;
}
.h-blob2 {
	background-image: url('../images/blob2.svg');
	background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
	margin: auto;
}
.h-blob3 {
	background-image: url('../images/blob3.svg');
	background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
	margin: auto;
}

.h-priv {
    border-radius: .5em;
    box-shadow: 5px 5px 25px rgba(118, 118, 118, 0.29);
	padding: 30px;
}

.svg-priv {
	width: 300px; 
	height: 300px;
	margin: auto;
}

.margin-auto {
	margin: auto;
}

#hopriv {
	width: 250px;
    display: inline-block;
}

.slid-wid {
	max-height: 150px;
}

.ueb-icons-h {
	padding-top: 10px;
    font-size: 22px;
}

/**************************/
/* Home-Slider START	  */
/**************************/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**************************/
/* Home-Slider END		  */
/**************************/
/**********************************************************************/
/* Home END														      */
/**********************************************************************/

/**********************************************************************/
/* Referenzen Start												      */
/**********************************************************************/

.head-ref-svg-wave {
	width: 100%;
	height: 30rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.section-ref {
	padding-top: 250px;
}

.section-ref-2 {
	padding-top: 150px;
	padding-bottom: 150px;
}

/**************************/
/* Referenz-Slider START  */
/**************************/
.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

.testimonials {
  background: #161d25;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #81838c;
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}

@media screen and (max-width: 768px) {
  .testimonials {
    max-height: 700px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
}
/**************************/
/* Referenz-Slider END    */
/**************************/

/**************************/
/* Ref-Underdown   END    */
/**************************/

.section-ref-un{
	padding-top: 50px;
}

/**************************/
/* Ref-Underdown   END    */
/**************************/

/**********************************************************************/
/* Referenzen END												      */
/**********************************************************************/
/**********************************************************************/
/* Support Start												      */
/**********************************************************************/

.head-sup-svg-wave {
	width: 100%;	
	height: 15rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.section-sup {
	padding-top: 175px;
	padding-bottom: 150px;
}

.sup-text {
	padding-left: 100px;
}

.but-sup-pag {
    background: transparent;
    border: 1px solid #12768e12;
    height: 136px;
	width: 142px;
    color: #00000091;
}

.btn-sup-pic {
	padding-right: 25px;
	padding-left: 25px;
}

.but-sup-pag2 {
    background: transparent;
    border: 1px solid #12768e12;
    height: 136px;
	width: 280px;
    color: #00000091;
	font-size: 20px;
}

.but-sup-pag:hover {
	border-color: #00000036;
    background-color: #16407938;
    border-radius: 3px;
    color: black;
	transition: 0.9s;
	cursor: pointer;
}

.statusmel-box {
	background-image: linear-gradient(45deg, #135f84 0%, #117a8f 100%);
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
}

.sup-whi {
	color: white;
	border-color: white;
}

/**********************************************************************/
/* Support END   												      */
/**********************************************************************/
/**********************************************************************/
/* über uns Start												      */
/**********************************************************************/

.head-ube-svg-wave {
	width: 100%;
	height: 25rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.section-ueb-un{
	padding-top: 50px;
	padding-bottom: 50px;
}

.ueb-icons {
	padding-top: 10px;
    font-size: 22px;
    padding-bottom: 25px;
}

/**********************************************************************/
/* über uns END   												      */
/**********************************************************************/
/**********************************************************************/
/* Blog Start		    										      */
/**********************************************************************/

.head-blog-svg-wave {
	width: 100%;
	height: 20rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.blog-so-ic {
	text-decoration: none;
	font-size: 21px;
	color: black;
	padding-left: 20px;
}

.section-blog {
	padding-top: 150px;
}
/**********************************************************************/
/* Blog END   			    									      */
/**********************************************************************/
/**********************************************************************/
/* Kontakt Start												      */
/**********************************************************************/

.head-kon-svg-wave {
	width: 100%;
	height: 25rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.section-con {
	padding-top: 175px;
}

.map {
    margin-top: 150px;
    margin-bottom: -7px;
}

.con-font {
	font-size: 25px;
    line-height: 35px;
}

.font-con2 {
	font-size: 35px;
}

.text-kon-up {
	margin-bottom: 60px;
}

.con-map {
	box-shadow: 0px -65px 51px 2px #f2f1f0	
}

/**********************************************************************/
/* Kontakt END   												      */
/**********************************************************************/

/**************************************************************************SUBSITES*******************************************************/

/**********************************************************************/
/* ICT-Lösungen Start											      */
/**********************************************************************/

.head-ict-svg-wave {
	width: 100%;
	height: 25rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.section-ict {
	padding-top: 110px;
}

.ict-txt {
	padding-top: 50px;
	margin: auto;
}

.ict-box {
	border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 25px rgb(118 118 118 / 29%);
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
}

.ict-box1 {
	border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 25px rgb(193 137 112 / 80%);
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
}


.ict-box2 {
	border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 25px rgb(192 192 192 / 80%);
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
}

.ict-box3 {
	border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 25px rgb(212 175 55 / 80%);
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
}

.brict {
	margin-bottom: 25px;
}

.ict-p-h {
	height: 200px;
}

/**********************************************************************/
/* ICT-Lösungen END   											      */
/**********************************************************************/
/**********************************************************************/
/* Webdesign Start												      */
/**********************************************************************/

.head-web-svg-wave {
	width: 100%;
	height: 25rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.section-web {
	padding-top: 110px;
}


/**********************************************************************/
/* Webdesign END   												      */
/**********************************************************************/
/**********************************************************************/
/* Grafiken Start											      */
/**********************************************************************/

.head-ilu-svg-wave {
	width: 100%;
	height: 25rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.section-gra {
	padding-top: 110px;
}

.h-graf {
    border-radius: .5em;
    box-shadow: 5px 5px 25px rgba(118, 118, 118, 0.29);
	padding: 30px;
	background-color: white;
	margin-top: 50px;
}

.sec-graf {
    padding-bottom: 0px;
}

.m-w {
	max-width: 300px;
}

.sec2 {
	padding-bottom: 120px;
}

/**********************************************************************/
/* Grafiken END   										      */
/**********************************************************************/
/**********************************************************************/
/* Privatkunden Start											      */
/**********************************************************************/

.head-pri-svg-wave {
	width: 100%;
	height: 25rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.section-priv {
	padding-top: 110px;
}

.section-priv-2 {
	padding-top: 50px;
	padding-bottom: 50px;	
}

/**********************************************************************/
/* Privatkunden END  											      */
/**********************************************************************/

/**************************************************************************DATEN SITES*******************************************************/

/**********************************************************************/
/* DATEN Start											      */
/**********************************************************************/

.section-daten {
	padding-top: 150px;
}

.head-daten-svg-wave {
	width: 100%;
	height: 15rem;
	display: block;
	position: absolute;
	top: 0px;
	z-index: -1;
}

/**********************************************************************/
/* DATEN END  											      */
/**********************************************************************/

/************************************************************************UNDER CONSTRUCTION*****************************************************/

/**********************************************************************/
/* UNDER CONSTRUCTION Start											      */
/**********************************************************************/

.col-blk-con {
	color: black;
}

.head-kon-svg-wave-const {
	width: 100%;
	height: 25rem;
	display: block;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}

.section-const {
	padding-top: 50px;
	height: 100vh;
}

.footer-const {
	padding: 40px 0px;
}

/**********************************************************************/
/* UNDER CONSTRUCTION END  										      */
/**********************************************************************/

/**********************************************************************/
/* MOBILE ANPASSUNGEN Start										      */
/**********************************************************************/

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: white;
    font-size: 28px;
}

@media (max-width: 991px) {
	.kn-login {
		padding-right: 0px;
	}
	.head-ict-svg-wave {
		display: none;
	}
	.navbar {
		background-image: linear-gradient(90deg, #163b77 0%, #117a8f 100%);
	}
	.pre-nav {
		background-image: linear-gradient(90deg, #163b77 0%, #117a8f 100%);
	}
	.head-web-svg-wave {
		display: none;
	}
	.head-ilu-svg-wave {
		display: none;
	}
	.head-ref-svg-wave {
		display: none;
	}
	.head-sup-svg-wave {
		display: none;
	}
	.head-ube-svg-wave {
		display: none;
	}
	.head-kon-svg-wave {
		display: none;
	}
	.section-con {
    padding-top: 0px;
	}
	.section-ref {
    padding-top: 0px;
	}
	.section-sup {
    padding-top: 25px;
	}
	.sup-text {
    padding-left: 25px;
	}
	.statusmel-box {
    margin: 10px;
	}
	.ins-txt{
	display: unset;
	text-decoration: none;
    color: white;
	}
	.foot-ic-ins {
		padding-right: 20px;
	}
	.nav-bar-work {
		background-image: none;
	}
	.nav-work-tog {
		color: black !important;
	}
	.prenav-work {
		background-image: none;
	}
	.pic-siz {
		width: 100% !important;
	}
	.section-const {
		height: 80vh;
	}
	.section-ict {
		padding-top: 25px;
	}
	.sec-graf {
    margin: 10px;
	}	
	.ict-box1 {
		margin: 10px;
		margin-bottom: 25px;
	}
	.ict-box2 {
		margin: 10px;
		margin-bottom: 25px;
	}	
	.ict-box3 {
		margin: 10px;
		margin-bottom: 25px;
	}	
	.ict-box {
		margin: 10px;
		margin-bottom: 25px;
	}
	.section-h-gk {
		height: auto;
	}	
	.h-wer {
		display: none;
	}
}

@media (max-width: 768px) {
	.head-svg-wave {
		display: none;
	}
	.section-pre-rack {
		background-image: linear-gradient(90deg, #163b77 0%, #117a8f 100%);
	}
	.navbar-home {
		background-image: linear-gradient(90deg, #163b77 0%, #117a8f 100%);
	}
	.pre-nav-home {
		background-image: linear-gradient(90deg, #163b77 0%, #117a8f 100%);
	}
	.section-pre-rack {
		height: 1050px;
	}
	.arr-do-ho {
		display: none;
	}
	.section-h-con {
		padding-top: 0px;
	}
	.section-h-gk {
		padding-top: 120px;
	}
	
}

@media (max-width: 470px) {
	.section-pre-rack {
		height: 950px;
	}
}
@media (max-width: 383px) {
	.section-pre-rack {
		height: 900px;
	}
	.banner .cd-headline {
    font-size: 25px;
	}
}
@media (max-width: 281px) {
	
	.banner .cd-headline {
    font-size: 20px !important;
	}
	h2 {
    font-size: 25px !important;
}
}

/**********************************************************************/
/* MOBILE ANPASSUNGEN End										      */
/**********************************************************************/