/*----------- KLIMAT KONCEPT -----------*/
/*----- Designpaket: Silver ----*/
/*------------ 2024 ------------*/

/*-------------------------
	 GENERAL
--------------------------*/

.startpage .tws-container--tws-content-box-2x {
	display: none;
}

.nordic--header {
  background: #fff;
}
.startpage .nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
  box-shadow: none;
  background: #fff;
}
.nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
  box-shadow: none;
}

/* --- FULL WIDTH STARTPAGE --- */

.startpage .nordic--body .nordic--body-wrapper {
  padding: 0px;
  max-width: none;
}
.startpage .nordic--body .nordic--body-wrapper .nordic--main .nordic--main-wrapper {
    padding: 0px;
    overflow: hidden;
  }

.startpage .tws-container--tws-content-box-2x,
.startpage .tws-container--tws-content-box-3x,
.startpage .tws-container--tws-articles-two,
.startpage .tws-container--tws-articles-two-type-carousel {
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 20px 0px;
}

/*-------------------------
	 TOP BAR
--------------------------*/

.nordic--top-bar .slot--top-bar-audience-selector,
.slot--header-horizontal-menu .tws-top-menu--controls .tws-audience-selector {
/*  display: none;*/
}

.slot--top-bar-login {
  float: right;
  position: relative;
  bottom: 2px;
}
.slot--top-bar-login a {
  text-transform: inherit;
  font-size: 14px;
}
.slot--top-bar-login .tws-login--login-text:before {
	font-family: 'Material Symbols Outlined';
  content: "\ea77";
  font-size: 14px;
  font-weight: 300;
  position: relative;
  top: 4px;
  right: 4px;
}

/*-------------------------
	 HEADER 
--------------------------*/

.nordic--header {
  background: #eef2ee;
}

@media (min-width: 1100px) {  
.nordic--header .nordic--header-wrapper .nordic--header-left {
    order: 2;
    width: 700px;
}   
.nordic--header .nordic--header-wrapper .nordic--header-left .slot--header-search input.form-control {
    width: 630px;
}
.nordic--header .nordic--header-wrapper .nordic--header-middle {
		    order: 1;
}   
    .nordic--header .nordic--header-wrapper .nordic--header-middle .slot--header-logo,
    .nordic--header .nordic--header-wrapper .nordic--header-middle .slot--header-logo .tws-logo {
			    margin: 0;
}
    .nordic--header .nordic--header-wrapper .nordic--header-right {
    order: 3;
}
  .nordic--header .nordic--header-wrapper {
    padding: 12px 30px 8px 30px;
}
  .slot--header-search {
    margin-left: 14%;
  }
 }

/*-------------------------
	 SEARCH
--------------------------*/

.slot--header-search input.form-control {
  background: #fff;
  border: none;
}
.slot--header-search .fa-search::before {
  font-family: 'Material Symbols Outlined';
  content: "\e8b6";
  font-size: 30px;
  color: #000;
  font-weight: 200;
  position: relative;
}

.slot--header-search .tws-article-search--no-label,
.slot--header-search .tws-article-search--no-label:hover {
  background: transparent;
}


@media only screen and (min-width: 992px) {
  .slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img,
  .slot--header-favorites .tws-favorite-list--header-favorite-button {
    background: transparent;
  }
}

.slot--header-cart .tws-mini-cart--header-cart-button .tws-mini-cart--header-cart-img::before {
  font-family: 'Material Symbols Outlined';
  content: "\e8cc";
  font-size: 30px;
  color: #000;
  font-weight: 200;
}

/*-------------------------
	 MENU 
--------------------------*/
.slot--header-horizontal-menu .nav .open>a, 
.slot--header-horizontal-menu .nav .open>a:hover, 
.slot--header-horizontal-menu .nav .open>a:focus,
.slot--header-horizontal-menu .nav a:focus {
 background: transparent;
}

.slot--header-horizontal-menu {
  background: #328f15;
}

.slot--header-horizontal-menu .navbar-nav > li > a {
	color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
  .slot--header-horizontal-menu .navbar-nav > li > a:hover {
    color: #f8f8f8;
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 6px;
  }

.slot--header-horizontal-menu .navbar-nav .dropdown-menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  color: #000;
}

.dropdown-menu.mega-menu.tws-top-menu--mega-menu {
  max-width: 1300px;
  margin: 0 auto;
}

  .slot--header-horizontal-menu .navbar .container-fluid {
    border: none;
  }

.slot--header-horizontal-menu .navbar {
  padding: 0px;
  max-width: none; 
}

/*-------------------------
START PAGE
--------------------------*/


.introduction h1,
.klimatkoncept h1 { 
  font-family: "Kalam", cursive;
  font-weight: 400;
  letter-spacing: 1px;
}

.klimatkoncept {
    background: url(https://cdn.abicart.com/shop/ws33/120833/files/design/klimatkoncept_v3.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
  margin-top: 20px !important;
}

.introduction {
  background: #f5f5f5;
  padding: 12px 10px 20px 10px;
  margin-top: 0px !important;
}


.startpage .tws-container--tws-newsletter-subscribe {
    background: #eef2ee;
	  padding: 20px 0px 40px 0px;
	  margin-top: 0px;
}
.newsletter h1 {
	color: #000;
  font-family: "Kalam", cursive;
}

.klimatkoncept .tws-custom-html--content {
  border-radius: 6px;
  color: white;
  padding: 40px 20px;
}

.tws-container--tws-content-box-3x .tws-content-box--inner-wrapper {
  transition: all 0.5s ease;
}
.tws-container--tws-content-box-3x .tws-content-box--inner-wrapper:hover {
  background: rgba(0,0,0, 0.3);
  transition: all 0.5s ease;
}

.tws-container--tws-content-box-2x .tws-content-box--first-line,
.tws-container--tws-content-box-3x .tws-content-box--first-line {
  font-weight: 400 !important;
  font-family: "Kalam", cursive;
  font-size: 34px !important;
}

.tws-container--tws-content-box-2x .tws-content-box--second-line,
.tws-container--tws-content-box-3x .tws-content-box--second-line {
  background: #328f15;
  display: inline-block;
  padding: 8px 18px 8px 18px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-transform: uppercase;
  text-shadow: none !important;
  margin-top: 20px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  box-shadow: 2px 2px 6px #303030;
}
.tws-container--tws-content-box-2x .tws-content-box--second-line::after,
.tws-container--tws-content-box-3x .tws-content-box--second-line::after {
  content: '\2192';
  font-size: 14px;
  color: transparent;
  transition: all 0.5s ease;
}
.tws-container--tws-content-box-2x .tws-content-box--second-line:hover::after,
.tws-container--tws-content-box-3x .tws-content-box--second-line:hover::after {
  color: #fff;
  padding-left: 10px;
  transition: all 0.5s ease;
}


/*-------------------------
	PRODUCT GRIDS 
--------------------------*/

.tws-article-list--grid-item-link {
  background: #fff;
}

.tws-articlegroup-list .tws-artgrp-info .tws-util-heading--heading, 
.tws-custom-page--articlegroups-heading .tws-util-heading--heading, 
.tws-custom-page--article-heading .tws-util-heading--heading {
  border-bottom: none;
}

/*------------FOOTER-------------*/
  
.nordic--footer {
  padding: 30px 0 15px 0;
  border-top: 1px solid #d9d9d9;
  margin: 0px;
}

.nordic--footer-left,
.nordic--footer-mid-left,
.nordic--footer-right {
  width: 100%;
  text-align: center;
}

.nordic--footer .container>.row {
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.nordic--footer .col-sm-3 {
	width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.nordic--footer-mid-left p {
	display: inline-block;
  margin: 0 10px;
  font-weight: normal;
}

.nordic--footer-right {
	padding-top: 12px;
  border-top: 2px solid #328f15;
}

.nordic--footer-mid-left {
  padding-bottom: 20px;
}

.tws-social-icons-logo img {
	width: 36px;
}
  
.nordic--footer-mid-left .tws-custom-html--content p:not(:last-child)::after {
	font-family: 'Material Symbols Outlined';
  content: "\e836";
  font-size: 8px;
  color: #000;
  font-weight: 600;
  position: relative;
  left: 12px;
  font-variation-settings: 'FILL' 1;
}

@media(max-width: 991px) {
  .nordic--footer-mid-left p {
  display: block;
  line-height: 1.8;
}
	.nordic--footer-mid-left .tws-custom-html--content p:not(:last-child)::after {
  display: none;
}
}







