/*
Theme Name: Wirz
Description: Special theme for Emerald project.
Author: XPGraph
Author URI: http://xpgraph.com
Version: 1.0
*/

html {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .header-bar {
    height: 65px;
  }
}

.header-bar-socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 940px) {
  .header-bar-socials {
    display: none;
  }
}

.header-bar-socials a {
  background-color: #000;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-bar-socials svg {
  max-width: 16px;
  max-height: 16px;
  width: 100%;
  height: 100%;
  fill: #fff;
  color: #fff;
}

@media (max-width: 1650px) {
  .header-bar a {
    margin-right: 7px;
  }

  .header-bar-socials a {
    width: 24px;
    height: 24px;
  }
}

/* Pop Up König Badplaner */

.sgpb-theme-1-overlay{
  background: none;
}

.sgpb-theme-1-content {
  border: none;
}

#sgpb-popup-dialog-main-div{
  box-shadow: 5px 5px 30px rgb(74,74,74) !important;
  padding: 50px 50px !important;
  background-color: rgba(255,255,255,1) !important;
  border: none !important;
  max-width: 700px !important;
  background-image: url('https://www.koenig-haustechnik.ch/wp-content/uploads/sites/8/2023/06/bg_popup_lg.png');
  background-size: cover;
  
}

.btn-popup {
  margin-top: 15% !important;
}

.img-popup{
  margin-left: 10% !important;
  z-index: 9999;
}

.pop-headline{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.6px;
  margin-right: 10px;
  line-height: 40px;
}


#sgpb-popup-dialog-main-div::before{
  content:"";
  height: 100%;
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #00A29E;
}

.pop-up-right{
  z-index: 9;
}

.sgpb-popup-close-button-2{
  background-color:  #ffffff;
  color: #ffffff;
  border-radius: 20px;
  width: 40px;
  height: 40PX;
  z-index: 999 !important;
}

@media (max-width: 821px){
  .pop-up-right{
    display: none;
    flex-basis: 0% !important;
  }
  #sgpb-popup-dialog-main-div::before{
    display: none;
  }
  #sgpb-popup-dialog-main-div{
    width: 80% !important;
    box-sizing: border-box !important;
    background-image: url('https://www.koenig-haustechnik.ch/wp-content/uploads/sites/8/2023/06/bg_popup.png');
    text-align: center;
  }
  .sgpb-popup-close-button-2{
    right: 8% !important
  }
  .sgpb-popup-dialog-main-div-theme-wrapper-2{
    display: grid;
    grid-template-columns: 1fr;
    left: 0px !important;
    justify-items: center;
  
  }
}

.bplaner{
  margin-left: 10px ;
}