.tm-header {
	height: 200px;
    z-index: 999;
}

.tm-header-mobile {
	height: 100px;
}

.tm-header .uk-container {
	position: relative;
    z-index: 999;
}

.tm-header-mobile .uk-container {
	position: relative;
    z-index: 999;
}

.tm-header .uk-navbar-left {
	padding-left: 30px;
    padding-top: 50px;
    padding-right: 30px;
}

.tm-header .uk-navbar-right {
    padding-top: 30px;
    padding-right: 30px;
}

.tm-header-mobile .uk-navbar-left {
    padding-top: 30px;
    padding-left: 20px;
}

.tm-header-mobile .uk-logo {
    width: 200px;
}

.tm-header .uk-logo img {
    transition: 0.3s;
}

.tm-header .uk-logo:hover img {
    width: 320px;
    margin-top: -2.5px;
    margin-bottom: -2.5px;
    transition: 0.3s;
}

.tm-header-mobile .uk-navbar{
    margin-bottom: 30px;
}

.tm-header .uk-container{
    backdrop-filter: multiply;
    background: linear-gradient(
    to bottom,
    hsla(0, 0%, 0%, 0.53) 0%,
    hsla(0, 0%, 0%, 0.523) 8.1%,
    hsla(0, 0%, 0%, 0.504) 15.5%,
    hsla(0, 0%, 0%, 0.475) 22.5%,
    hsla(0, 0%, 0%, 0.437) 29%,
    hsla(0, 0%, 0%, 0.393) 35.3%,
    hsla(0, 0%, 0%, 0.343) 41.2%,
    hsla(0, 0%, 0%, 0.291) 47.1%,
    hsla(0, 0%, 0%, 0.239) 52.9%,
    hsla(0, 0%, 0%, 0.187) 58.8%,
    hsla(0, 0%, 0%, 0.137) 64.7%,
    hsla(0, 0%, 0%, 0.093) 71%,
    hsla(0, 0%, 0%, 0.055) 77.5%,
    hsla(0, 0%, 0%, 0.026) 84.5%,
    hsla(0, 0%, 0%, 0.007) 91.9%,
    hsla(0, 0%, 0%, 0) 100%);
    height: 300px;
}

.tm-header .uk-navbar-dropdown-nav li a{
    transition: 0.3s;
}

.tm-header-mobile .uk-sticky{
    background: rgba(63, 68, 67, 0.5);
    backdrop-filter: blur(5px);
    z-index: 999;
    position: relative;
}

.tm-header-mobile .uk-navbar-toggle svg,
.tm-header-mobile .uk-navbar-toggle div{
    height: 40px;
    width: 30px;
}

.tm-header-mobile .uk-navbar-toggle {
	height: 40px;
    width: 30px;
    margin-right: 20px;
    margin-top: 40px;
}

.tm-header-mobile .uk-navbar-toggle .b {
	fill: white;
    transition: 0.3s;
}

.tm-header-mobile .uk-navbar-toggle:hover .b {
	fill: #AE361A;
    transition: 0.3s;
}

.uk-offcanvas-close svg{
	width: 30px;
}

.uk-offcanvas-close line{
	stroke-width: 2px;
}

.uk-button {
	margin-bottom: 0px;
    transition: 0.3s;
    padding: 10px 20px;
}

div:hover > .uk-button  {
	margin-bottom: 10px;
    margin-top: -10px;
    transition: 0.3s;
}

.km-header-slideshow .el-overlay {
	width: 100%;
}


.km-header-slideshow .el-meta {
	display: inline-block;
    color: white!important;
    padding-bottom: 100px;
}

.km-header-slideshow .el-nav {
	margin-left: 5px;
    margin-bottom: 20px;
}

.km-header-slideshow div:nth-child(3) {
	display: inline-block;
    right: 0px;
    position: absolute;
    bottom: -70px;
}

.km-breadcrumbs {
height: 0px;
    margin-top: 30px!important;
}

.km-overlay-slider .uk-panel {
	width: calc(33.333vw);
}

.km-overlay-slider .el-item:hover .uk-button {
	margin-bottom: 20px;
    margin-top: -20px;
    transition: 0.3s;
    background-color: #3f4443;
}

.km-overlay-slider .el-title {
	color: white;
    font-size: 25px;
}

.km-overlay-slider .el-meta {
	display: inline-block;
	color: white;
}

.km-overlay-slider .uk-dotnav li a:not(.km-overlay-slider .uk-dotnav .uk-active a) {
	background-color: black;
	opacity: 0.3;
}

.km-overlay-slider div:nth-child(3) {
	display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 0px;
}

.km-leistungen-home {
    width: 1000px;
	margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.km-leistungen-home .el-title {
	font-weight: 900;
    transition: 0.3s;
}

.km-leistungen-home .el-item:hover .el-title {
	color: #AE361A;
    transition: 0.3s;
}

.km-leistungen-home .el-image {
	margin-top: -20px;
    transition: 0.3s;
}

.km-leistungen-home .el-item:hover .el-image {
	width: 90px;
    margin-top: -25px;
    margin-left: -5px;
    margin-right: 0px;
    transition: 0.3s;
}

.km-leistungen-home .el-item .el-content img {
    transition: 0.3s;
}

.km-leistungen-home .el-item:hover .el-content img {
	margin-left: 30px;
    transition: 0.3s;
}

.km-leistungen-panel .el-title {
	font-weight: 900;
    margin-top: 20px!important;
    transition: 0.3s;
}

.km-leistungen-panel:hover .el-title {
	color: #AE361A;
    transition: 0.3s;
}

.km-leistungen-panel .el-content {
	max-width: 500px;
    margin-left: 100px!important;
    margin-top: 0px!important;
}

.km-leistungen-panel div:nth-child(2){
	background-color: #f7f7f7;
    margin-left: 20px;
}

.km-leistungen-panel:hover .el-content img {
	margin-left: 30px;
    transition: 0.3s;
}

.km-leistungen-panel .el-content img {
    transition: 0.3s;
}

.km-projekte-section h2 {
	font-size: 30px;
}

.km-projekte-section h3, .km-projekte-section .uk-h3 {
	font-size: 25px;
}


.km-ueber-uns-leistungen .el-item:hover .uk-button {
	margin-bottom: 10px;
    margin-top: -10px;
    transition: 0.3s;
    background-color: #3f4443;
}

.km-ueber-uns-leistungen .st0 {
	fill: #AE361A;
    transition: 0.3s;
}

.km-ueber-uns-leistungen .el-item:hover .st0 {
	fill: #3F4443;
    transition: 0.3s;
}

.km-ueber-uns-leistungen .el-link {
	min-width: 130px;
}

.km-ueber-uns-leistungen .el-image {
	margin-bottom: 20px;
    transition: 0.3s;
}

.km-ueber-uns-leistungen .el-item:hover .el-image {
	width: 85px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.convertforms .cf-form-wrap {
	padding: 0px;
}

.convertforms .cf-btn {
	margin-bottom: 0px;
    transition: 0.3s;
    padding: 10px 20px;
    font-weight: 800;
}

div:hover > .convertforms .cf-btn  {
	margin-bottom: 20px;
    margin-top: -20px;
    font-weight: 800;
    transition: 0.3s;
    background-color: #3F4443!important;
    opacity: 1;
}

.convertforms .cf-btn:hover {
opacity:1!important;
}

.km-leistungen-column {
	min-height: 450px;
}

.km-abstand-oben {
	margin-top: 20px!important;
}

.km-abstand-unten {
	margin-bottom: 20px!important;
}

@media (min-width: 1480px) {
    .km-abstand-rechts {
    	margin-right: calc((100vw - 1480px) / 2)!important;
    }
    .km-abstand-links {
    	margin-left: calc((100vw - 1480px) / 2)!important;
    }
}

@media (max-width: 1500px) {

    .km-overlay-slider .el-meta {
    	padding-bottom: 50px;
}
}


@media (max-width: 1480px) {
    .km-abstand-rechts {
    	margin-right: 0px;
    }

    .km-abstand-links {
    	margin-left: 0px;
    }
}

@media (max-width: 1200px) {

    .km-leistungen-panel .el-content {
	font-size: 12px;
        padding-right: 20px;
}
}

@media (min-width: 960px) {
.km-overlay-slider .uk-dotnav {
	display: none;
}
}

@media (max-width: 959px) {

    .km-breadcrumbs {
    margin-top: 50px!important;
}

    .km-overlay-slider .uk-panel {
	width: calc(60vw);
}

    .km-overlay-slider .el-meta {
    	padding-bottom: 0px;
}
    .km-header-slideshow div:nth-child(3) {
    	bottom: -40px;
}
    .km-header-slideshow {
	margin-top: -100px!important;
}

    .km-leistungen-home {
    max-width: 650px;
}

    .km-leistungen-home .el-content {
    font-size: 15px;
}

    .km-leistungen-home .el-item:hover .el-image {
    margin-top: -30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


    .km-leistungen-panel .el-content {
	margin-bottom: 30px;
    font-size: 18px;
}
    .km-leistungen-column {
	min-height: 350px;
}
}

@media (min-width: 959px) {
    .km-header-slideshow {
	margin-top: -200px!important;
}
}

@media (max-width: 750px) {

.km-leistungen-home {
    max-width: 550px;
}

    .km-leistungen-home .el-content {
    font-size: 10px;
}

}


@media (max-width: 640px) {

    .km-overlay-slider .uk-panel {
	width: calc(100vw);
	}

    .km-overlay-slider .el-meta {
    	padding-bottom: 70px;
	}

    .km-overlay-slider .el-image {
    	min-height: 250px;
        object-fit: cover;
    }

    .km-header-slideshow div:nth-child(3) {
    	bottom: -40px;
        left: 0px;
	}

    .km-header-slideshow .uk-dotnav {
    	padding-bottom: 55px;
    }

    .km-leistungen-home {
    width: 100%;
	}

    .km-leistungen-home .el-content {
    font-size: 15px;
	}

    h1, .uk-h1 {
    	font-size: 28px;
    }

    h3, .uk-h3 {
    	font-size: 18px;
    }

    .uk-offcanvas-close line{
	stroke-width: 1.5px;
}
    .km-leistungen-column {
	min-height: 250px;
}
}

/* KM Direktbau */
.tm-cookie-banner > .uk-notification-message {
  font-size: 16px;
}

.tm-cookie-banner button {
  font-size: 16px;
  padding: 0 10px;
  line-height: 39px;
  text-transform: none;
  letter-spacing: 0;
}

@media(max-width: 439px) {
  .tm-cookie-banner p.uk-margin-small-top {
      text-align: center;
      display: grid;
  }

  .tm-cookie-banner button {
      width: fit-content;
      justify-self: center;
  }

  .tm-cookie-banner button:nth-child(1) {
      margin-bottom: 15px;
  }

  .tm-cookie-banner button:nth-child(2) {
      margin-left: unset!important;
  }
}

/* Cookie Wall */
.km-maps-iframe {
  display: none;
}

.km-maps-iframe-overlay {
    /*height: 100%;*/
}

.km-maps-iframe-overlay div {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.km-maps-iframe-overlay p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}

.km-maps-iframe-overlay img {
    height: 0px;
    width: 100%;
    object-fit: cover;
}
