/* 
Theme Name:		 J2 Child Theme Efax DE
Theme URI:		 https://codup.co/
Description:	 J2 Child Theme is a child theme of J2 Parent Theme
Author:			 Codeup
Author URI:		 https://codup.co/
Template:		 j2-parent-theme
Version:		 1.0.0
Text Domain:	 j2-child-theme-efax-de
*/

/*
    Add your custom styles here
    */
    @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');
    html, body {
      font-family: verdana,sans-serif;
      font-size: 16px;
    }
    h1, h2, h3, h4, h5, h6{
      font-family: 'Titillium Web',sans-serif;
    }
    a{
     text-decoration: none;
   }
   .margin-0 { margin-bottom: 0 !important; }
   .w300 { font-weight: 300; }
   .container {
    padding: 0 15px;
    margin: 0 auto;
  }
  ::placeholder{
   color: #c2c2c2 !important;
   opacity: 1 !important;
 }
 input, select {
   min-height: auto !important;
 }
 .not-found{
   margin-top:100px
 }
 @media (min-width: 768px){
  .container {
    width: 750px;
  }
}
@media (min-width: 992px){
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1170px;
  }
}
/* Header */
.main-navigation {
	width: auto;
}
.site-branding, .navigation-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-cta .header-btn{
  background-color: rgba(255, 255, 255, 0.6);
  color: #2eb431;
  border: 1px solid #000000;
  padding: 0.155em 1em;
  text-align: center;
  font-size: 1.25rem;
  font-family: 'Titillium Web',sans-serif;
  border-radius: 0.283em;
  background-clip: padding-box;
  display: inline-block;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
}
.header-cta .header-btn:hover {
	color: #000;
}
.header-cta .header-btn .fa {
  font-family: FontAwesome;
  font-weight: normal;
  position: relative;
  top: 1px;
}
.header-wrap{
  position: fixed;
  top: 0px;
  z-index: 100;
  background: white;
  width: 100%;
      border-bottom: solid 5px #c80813;
}
/* .page{
    margin-top: 60px;
    } */
    .page-id-858{
     margin-top: 0 !important;
   }
   .main-navigation ul li a {
    padding: 10px;
    color: #777;
    line-height: 20px;
  }
  .main-navigation ul li a:hover {
   background-color: #ebebeb;
   color: #333;
 }
 .top-contact h4 a:hover {
  color: #666;
}
.top-contact h4 a {
  color: #333;
  font-size: 18px !important
}
.top-contact h4 span {
  color: #c80813 !important
}
.top-contact h4 {
  margin: 17px 0 0 0px ;
}
.top-contact h4 a:focus {
  outline: none;
}
/*.divider {
  border-bottom: 5px solid #c80813;
}*/
.header-wrap {
  padding: 13px 0 0;
}
#site-navigation .menu-toggle {
  border-color: #ddd;
  padding: 9px 10px;
  border-radius: 4px;
  background-color: transparent;
  color: #095587;
  font-size: 16px;
  font-family: "Verdana", Sans-serif;
  position: absolute;
  right: 0;
  top: 8px;
}
#site-navigation .menu-toggle:hover {
  color: #0f91e7;
  background-color: #ddd;
}
.main-navigation .mobile-logo-link {
  display: inline-block;
}
/* Footer */
.site-footer {
  background: #333;
  padding: 40px 0 40px;
  color: #c2c2c2;
  text-align: center;
  font-size: .75rem;
  font-weight: 400 !important
}
.footer-nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 40px;
  flex-wrap: wrap;
}
.footer-nav li a {
  padding: 0 5px;
  color: #c2c2c2;
}
.footer-nav li a:hover {
  color: #8f8f8f;
}
.disclaimer {
  margin: 0 0 20px;
  line-height: 1.42857143;
}
.mb-40{
	margin-bottom: 40px;
}
/* Header Main */
.header-main .header-wrap {
  padding: 15px 0 0;
  padding-bottom: 8px !important;
}
.header-main .top-contact h4 {
  font-size: 18px;
  font-weight: 300;
}
.header-main .top-contact h4 a {
	color: #c80813;
}
.header-main .top-contact h4 a:hover {
	color: #0f91e7;
}
.header-main .header-cta .header-btn {
  background: #c80813;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #666;
  font-size: .875rem;
  margin-top: 5px;
  padding: 0.5em 1em;
}
.header-main .site-branding {
  margin-bottom: 19px;
}
.header-main .header-cta .header-btn .fa {
  top: 0px;
}
.header-main .top-contact h4 {
  margin: 0px;
}
.header-main .navigation-bar {
  margin-top: 0px;
}
.header-main .custom-logo-link, .header-signup .custom-logo-link {
	display: flex;
	align-items: end;
}
/* Header Signup */
.header-signup-right {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 15px;
}
.header-signup .header-wrap {
  padding: 15px 0 15px;
  background-color: #f3f3f3;
}
.header-signup .top-contact h3 {
  font-weight: 300;
  margin: 0;
  text-align: right;
}
.header-signup .top-contact h3 a {
	color: #c80813;
}
.header-signup .custom-logo-link {
  padding-top: 10px;
}
.header-signup .header-cta .header-btn {
	color: #000;
  padding: 0.5em 1em;
}
/* Pages */
.icon-list-hmt-0 .elementor-icon-box-title,
.img-list-hmt-0 .elementor-image-box-title{
  margin-top: 0;
}
.elementor-form select {
  color: #555 !important;
  height: 34px;
}
.w-100px .elementor-image-box-wrapper img {
  min-width: 100px;
  max-width: 100px;
}
/* Responsive */
@media (min-width: 768px){
  .site-header:not(.header-main):not(.header-signup) .navigation-bar {
   padding: 0 0 0 15px;
 }
 .header-signup .top-contact {
  margin-right: 30px;
}
}
@media (min-width: 1025px) and (max-width: 1199px ) {
	.navigation-bar .main-navigation{
		padding-left: 0;
	}
	.main-navigation ul li a {
   padding: 15px 8px;
 }
}
@media (min-width: 1025px){
	
	#site-navigation .menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex !important;
	}
	.header-preise .navigation-bar {
		margin-top: 35px;
    margin-bottom: 4px;
	}

  .header-preise{
    height: 75px;
  }
	.main-navigation{
		padding-left: 15px;
	}
	.header-main .main-navigation {
		padding-left: 30px;
	}
  .header-corporate .site-branding {
    margin-bottom: 14px;
  }
  .header-signup .site-branding{ 
    align-items: center;
  }
}
.mobile-logo.hide-md{ display:none;}
@media (max-width: 1024px){
  .mobile-logo.hide-md{ display:none;}

}
@media (max-width: 1023px){
  .mobile-logo.hide-md{ display:block;}
  .price-slider .swiper-slide-inner{display:inherit !important; padding:0px !important}
  .price-slider .swiper-slide-contents {max-width:100% !important}
  .tab-section .elementor-tabs::after{
    content:"Swipe to View More Plans";
    position: absolute;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    text-align:center;

  }
/* .page{
        margin-top: 63px;
        } */
        .best-value::before{
          content: "BESTES PREIS-LEISTUNGS-VERHÄLTNIS";
          position: absolute;
          top: -1px;
          left: 0px;
          right: -1px;
          background-color: #cc0200;
          padding: 13px 10px 7px;
          font-size: 24px;
          font-size: 1.5rem;
          color: #fff;
          line-height: 1;
          height: 45px;
          text-transform: uppercase;
          font-weight: 500;
          text-align: center;
        }
        .section-flex{
         height:500px !important
       }
       #elementor-tab-content-7801, #elementor-tab-content-7802{padding-bottom:0px !important}
       .order-1{
         order:1
       }
       .order-2{
         order:2
       }
       .main-navigation.toggled ul{
        display: none;
      }
      .site-header:not(.header-signup) .custom-logo-link{
        display: none;
      }
      .hide-sm{
        display: none;
      }
      #site-navigation .menu-toggle {
        display: block;
      }
      .main-navigation ul {
        display: none;
        margin-top: 8px !important;
        padding: 7.5px 15px 0 !important;
        border-top: 1px solid #e7e7e7;
      }
      .main-navigation.toggled{
        padding-bottom: 0;
      }
      .site-header:not(.header-signup) .site-branding {
        justify-content: flex-end;
      }
      .site-header:not(.header-signup) .top-contact h4 {
        margin: 2px 0 15px 0;
      }
      .main-navigation{
        position: relative;
        width: 100%;
        padding: 8px 0 9.6px;
      }
      .main-navigation ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .header-main .current-menu-item {
        border-left: 2px solid #c80813;
      }
      .header-signup-right {
        align-items: start;
        flex-direction: column;
      }
      .header-signup .top-contact {
        margin-bottom: 15px;
      }
      .header-signup-right {
        margin-top: 20px;
      }
      .reverse-col-tab > .elementor-container {
        flex-direction: column-reverse;
      }
      .header-corporate .site-branding {
        justify-content: center !important;
      }
      .header-corporate #site-navigation .menu-toggle{
       top: 22px;
     }
     .header-signup .site-branding{ 
      align-items: start;
    }
    
    
  }
  @media (max-width: 768px){
    .hide-xs{
      display: none;
    }
    .main-navigation ul {
      padding: 7.5px 0 !important;
    }
    .inline-list .elementor-widget-icon-box .elementor-icon-box-wrapper,
    .inline-list .elementor-widget-image-box .elementor-image-box-wrapper {
      display: flex;
      text-align: left;
    }
    .inline-list .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon{
      margin-right: 30px !important;
      margin-bottom: 0 !important;
    }
    .inline-list .elementor-image-box-wrapper .elementor-image-box-img {
      margin-right: 40px !important;
    }
    .header-main .top-contact h4 a {
      display: block;
    }
    .header-main .top-contact h4 {
      text-align: end;
      font-size: 24px;
    }
    .header-signup-right {
      align-items: end;
      width: 100%;
    }
    .header-signup .custom-logo-link {
      position: absolute;
    }
    .header-signup .top-contact h3 a {
      display: block;
    }
  }
  /* Specific 767 */
  @media (min-width: 767px) and (max-width:768px){
   .at767-col100 .elementor-column {
    width: 100%;
  }
/* 	.page {
    		margin-top: 37px;
       } */
       .tab-section .elementor-tabs .elementor-tabs-wrapper{display:flex !important; margin: 55px 0 60px; }
       .tab-section .elementor-tab-title{display: none;}
     }
/* @media (max-width:767px){
	div.page{
		margin-top: 0 !important;
	}
  } */

  /* Global Css */
  .link-blue, .link-blue a{
   color:#095587 !important
 }
 .link-blue:hover, .link-blue a:hover,
 .link-blue:active, .link-blue a:active,
 .link-blue:focus, .link-blue a:focus,
 .underline:hover, .underline:active, 
 .underline:focus
 {
   color:#0f91e7 !important
 }
 .underline, .u{
   text-decoration:underline !important;
 }
 .bold{font-weight: bold;}
 .step-1-img, .step-2-img,.step-2-img{
   position:relative
 }
 .step-1-img::before, .step-2-img::before, .step-3-img::before{
   content:"";
   position:absolute;
   left: 10px;
   top: 10px;
   width: 100%;
   height: 100%;
 }
 .step-1-img::before{background:url(/wp-content/uploads/sites/2/2022/01/step-1-dark.png) no-repeat;
  background-size: 46px 78px;
}
.step-2-img::before{background:url(/wp-content/uploads/sites/2/2022/01/step-2-dark.png) no-repeat;
  background-size: 65px 78px;
}
.step-3-img::before{background:url(/wp-content/uploads/sites/2/2022/01/step-3-dark.png) no-repeat;
  background-size: 65px 78px;
}
.alpha{
	list-style-type:upper-alpha
}
sup{
	font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
/* Contact us */
.form-control{
	display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;

}
.accordion-custom .elementor-accordion .elementor-tab-content{border-top:0px;
	
}
.accordion-custom .elementor-toggle .elementor-tab-content{
	border:0px;
  padding: 0 0 10px 16px;
}
.accordion-custom .elementor-tab-title{padding: 20px 0 !important;}
.accordion-custom i{font-size: 34px; font-weight: 400; margin-top: -3px;}
.accordion-custom .elementor-toggle .elementor-tab-title{border:0 !important}
.accordion-section .accordion-custom::before{content:"";background:#fafafa;}
.i{font-style: italic;}
.mb-10{margin-bottom:10px}
.bullet-points{
  margin: 0;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}
.sitemap-links ul li {
  padding: 13px 0 13px 7px;
  color: #9e9e9e;
}
.sitemap-links ul {
  padding-left: 13px;
  border-left: 1px solid #9e9e9e;
  margin: 0 0 0 22px;
}
.sitemap-links ul a,
.sitemap-links ul a:hover,
.sitemap-links ul a:active,
.sitemap-links ul a:focus{color:#333}
.grey-fs-16{
  color: #9e9e9e !important;
  font-size:16px !important;
}
/*list of Cookie*/
.cookie-table{
	border-collapse: collapse;
  border-spacing: 0;
  border:1px solid #ddd;
}
.cookie-table tr:nth-child(odd) {
  background-color: #f9f9f9;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.cookie-table tr td{
  padding:8px;
  border:1px solid #ddd;
}

/*Pricing */
.fs-42{
  font-size: 42px;
  line-height: 42px;
}
.fs-32{
  font-family: 'Titillium Web',sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 35.2px;
}
.fs-24{
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}
.fs-16{
  font-size: 16px;
  line-height: 22.8571px;
}
.line-25{line-height: 25.6px !important}
.d-flex{
 display: flex;
 width: 100%;
 margin: 0 auto;
}
.color-333{color:#333 !important}
.section-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #000;
  box-shadow: 0 0 0 3px transparent inset;
  padding: 43px 28px 230px;
  text-align: center;
  width: 100%;
  position: relative;
  max-height: 640px;
}
.btn-price{
  background: #c00;
  color: #fff !important;
  font-family: 'Titillium Web',sans-serif;
  padding: 11px 41px;
  border-radius: 7px;
  margin-bottom: 20px;
  display: inline-block;
}
.btn-blue{
  background: #069;
}
.price-tag{
  padding: 60px 0 110px;
}
.padding-60{
  padding: 60px 20px;
}
.section-flex:nth-child(2)::before{
  content: "BESTES PREIS-LEISTUNGS-VERHÄLTNIS";
  position: absolute;
  top: -76px;
  left: -1px;
  right: -1px;
  background-color: #cc0200;
  padding: 20px 10px 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  height: 75px;
  text-transform: uppercase;
  font-weight: 500;
}
.icn-size-13{font-size:13px}
.tab-section .elementor-tab-content{padding: 100px 60px !important; border:0 !important}
.tab-section .elementor-tab-title {border:0 !important}
.tab-section .elementor-tab-title::before, .tab-section .elementor-tab-title::after{border-bottom-style:none !important;}
.tab-section .elementor-tabs-wrapper{
 display: flex;
 justify-content: center;
}
.tab-section .elementor-tab-desktop-title.elementor-active{
  background-color: #333 !important;
  color: #fff !important;
  padding: 13px 15px !important;
  margin: 0px !important;
}
.tab-section .elementor-tab-desktop-title{
  margin-left: -1px;
  display: inline-block !important;
  vertical-align: middle;
  border: 1px solid #333 !important;
  color: #333 !important;
  padding: 11px 15px !important;
  text-align: center;
  position: relative !important;
  cursor: pointer !important;
  font-family: verdana, sans-serif !important;
  margin: 2px -1px;
}

.section-flex:hover, .active-plan{
  box-shadow: 0 0 0 2px #cc0200 inset;
  cursor: pointer;
  border-color: #cc0200;
}
.table-responsive .elementor-widget-container{overflow-x:auto}
/*pricing*/
.annual-plan{
  position:relative
}
.annuals-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
.annual-plan .elementor-widget-container{
 position: absolute;
 width: 180px;
 top: 12px;
 right:-340px
}
.annual-plan .elementor-widget-container::before{
 content:"";
 left: -6px;
 content: '';
 display: block;
 position: absolute;
 top: 23px;
 width: 10px;
 height: 10px;
 background: #fff;
 border-right: 1px solid #111;
 border-bottom: 1px solid #111;
 -moz-transform: rotate(135deg);
 -webkit-transform: rotate(
  135deg
  );
}
.del{
  text-decoration: line-through;
}
.grey{
  color: #757575;
}
.blue{
  font-weight: 600;
  font-size: 18px;
  color: #036;
}
.bold-10 {
  margin-top: 10px;
  font-weight: 600;
}

.mb20 {
  margin-bottom: 20px;
}
.padding-60-35{
  padding: 60px 0 35px;
}
.list-icon .tooltip{
  position: absolute;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 0;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 200px;
  text-align: center;
  right: -90px;
  top: 33px;
  padding:5px;
  line-height: 18px;
  display:none;
  z-index: 1;
}
.list-icon .tooltip::before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  top: -10px;
  left: 95px;
}
.show{display:block !important}
.btn-tooltip{position:relative}

/*Blogs*/
.entry-header-post .entry-title{
 font-size: 42px;
 font-weight: 300;
 line-height: 46.2px;
}
.entry-header-post .post-meta{
  color: #777;
}
.post-wrap{
  display: flex;
}
.post-wrap .post-thumbnail-img{
  flex: .34;
  margin-top: 25px;
  padding: 0 15px 0 0;
}
.post-wrap .post-thumbnail-img img{max-width: 100.565%; margin-top: 17px;}
.posts-list article{margin-bottom:50px}
.post-wrap .entry-content{
  flex: .7;    
  margin: 0 15px;
}
.pano-bg{
  background: url(/wp-content/uploads/sites/2/2022/02/blog-bg1.png) no-repeat;
  background-position: bottom center;
  padding: 0;
  background-color: #000000;
  background-size: cover;
  padding:15px 0
}
.pano-bg h2{
  color: #ffffff !important;
  font-size: 50px !important;
  font-weight: 600 !important;
  line-height: 1.1em !important;
  margin:0px
}

.posts-list .entry-content p:nth-last-child(2) {
  margin-bottom: 10px;
}

.heading-blog-post{
  color:#333;
  font-family: "Titillium Web", sans-serif;
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 40px !important;
}

.highlight{
 background-color:#ffff99;
}
.bullet-margin-10 li{
 margin-bottom:10px
}

/*corporate resource*/


.form-corporate input,.form-corporate textarea{
 padding:5px
}
.form-corporate input[type="checkbox"]{
  margin-top: 4px;
  margin-right: 6px;
}
.form-corporate .elementor-field-option{
 display:flex
}
.form-corporate .elementor-button{
  padding: 15px 20px !important;
  margin: 0 !important;
  height: initial !important;
  min-height: initial  !important;
}
.corporate-tabs .elementor-tab-content p{
  margin: 0 0 10px 0 !important;
}
.corporate-tabs .elementor-toggle-title{
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 26.4px;
  margin-left: 8px;
}
.corporate-tabs i{
  color: #577bc9;
  font-weight: 300;
  font-size: 22px;
  margin-top: 4px;
}
.corporate-tabs .disclaimer{
 font-size: 0.75rem;
 margin-bottom: 20px;
}
.corporate-tabs .elementor-toggle .elementor-tab-title{
 padding:10px 15px
}
.icon-list-corp .elementor-widget-container{
  display: flex;
  align-items: center;
}
.icon-list-corp .elementor-icon-box-wrapper{align-items: center !important;}    
.icon-list-corp .elementor-icon-box-wrapper i{margin-left: 7px;}
.page-id-488{
 background:#1e95c4
}
.corporate-form-gravity input[type="text"],
.corporate-form-gravity input[type="email"],
.corporate-form-gravity input[type="tel"],
.corporate-form-gravity select {
  padding: 5px !important;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  font-family: verdana, sans-serif;
  font-size:14px !important;
  height: 34px !important;
  color:#555
}
.corporate-form-gravity select{
  padding: 6px 12px !important;
}

.request-quote-form input[type="submit"], .gravity-corporate input[type="submit"]{
 background: #298D34;
 color: #ffffff;
 text-align: center;
 font-size: 20px;
 font-size: 1.25rem;
 font-family: 'Titillium Web', sans-serif;
 padding: 15px 20px;
 -webkit-border-radius: 0.283em;
 border-radius: 0.283em;
 background-clip: padding-box;
 border: 1px solid #000000;
 opacity: .65;
}
.gravity-corporate textarea{resize:none}
.gravity-corporate .gform_footer{
 text-align:center;
 margin: 6px 0 0;
 padding: 25px 0 0;
}
.height-auto textarea, .request-quote-corporate-form textarea{
 height:auto !important;
 max-height: 92px;
}
.gravity-corporate-op input[type="submit"]{
 opacity: 1;
}
.ff-verdana{
 font-family:"Verdana" !important
}
.checkbox-text label{
 display: inline-block !important;
 font-weight: 300;
 font-size: 12px !important;
 color: #999;
}
.request-quote-corporate-form .gfield_label{
 margin-bottom: 5px !important;
 display: inline-block !important;
 padding: 0 !important;
 font-weight: normal !important;
 font-size: 12px !important;
 font-size: 0.75rem !important;
 font-family: verdana, sans-serif;
}
.request-quote-corporate-form .gfield_required_text{display:none !important}
.request-quote-corporate-form input[type="text"],
.request-quote-corporate-form input[type="tel"],
.request-quote-corporate-form input[type="email"],
.request-quote-corporate-form select,
.request-quote-corporate-form textarea
{
 display: block;
 width: 100%;
 height: 34px;
 padding: 6px 12px;
 font-size: 14px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 4px;
 font-family: verdana;
}
.request-quote-form .gform_footer{text-align:center}
.request-quote-form .gform_fields{grid-row-gap: 7px !important;}
.image-box .elementor-image-box-wrapper{
 display: flex;
 margin-bottom:20px;
}

.image-box .elementor-image-box-img{width:65px !important}
.image-box-2 .elementor-image-box-img{width:55px !important}
.image-box-3 .elementor-image-box-img{width:125px !important}
.image-box .elementor-image-box-title{margin:0px !important}

.image-box-how-it-work .elementor-image-box-wrapper{align-items: flex-start !important;}
.image-box-how-it-work .elementor-image-box-title{margin:10px 0 20px !important}
.image-box-margin figure.elementor-image-box-img {
  margin-right: 10px !important;
}
.image-box-h3 .elementor-image-box-title{margin:0px !important}
.image-box-app .elementor-image-box-title{margin:0 0 5px 0 !important}
.faq-video{width:896px !important;height:660px}
.text-center{text-align:center !important}

/*corporate-customer-agreement*/
.corporate-customer-table{
	border-collapse: collapse;
  border-spacing: 0;
  width: 40%;
  margin:0px
}
.corporate-customer-table th{
	background: #ccc;
}
.word-break{word-break: break-all;}
.circle-bullet{list-style-type: circle;}

.image-box-corporate .elementor-image-box-img{width:100px !important}
.image-box-corporate-blue .elementor-image-box-img{width:145px !important}
.image-box-corporate-blue .elementor-image-box-img-2{width:125px !important}
.new-blue{color: #577bc9 !important;}

body.error404 header.site-header{ display:none;}
body.error404 footer.site-footer{ display:none;}

.error-404 .page-content{
	display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.error-404 img{/*margin-bottom: 40px;width: 170px;*/}
.error-404 button{
	background: #c80813;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #666;
  font-size: .875rem;
  margin-top: 5px;
  padding: 14px 40px;
  border: 1px solid #000;
  border-radius: 5px;
}

.error-404-main{ background-color: #f3f3f3; margin: 0px; padding: 0px; border-bottom: 1px solid #B0B0B0;}
.error-top-main{ text-align: center; padding-top: 40px; }

.error-top-main h1{ font-family: 'Titillium Web',sans-serif; margin-bottom: 30px; font-size: 30px !important; font-weight: 400; text-align: center;}

.footer-404{ margin-top: 60px; }

.mainRow{ display:flex; flex-wrap: wrap; max-width: 1170px; margin: 0 auto;}
.error-col-6{ padding-left: 15px; padding-right: 15px; max-width: 50%; flex: 0 0 50%;}

.error-col-6 .eFax p.titleTxt { font-size: 18px; font-weight: 400; font-family: 'Titillium Web', sans-serif; }
.error-col-6 .eFax > p{ font-size: 14px;}


a.btnHome-404{ color: #ffffff !important; font-size: 15px; font-weight: bold; padding: 8px 25px 8px 25px; margin-top: 15px;
  border: none; background: #ff0000 !Important; font-family: 'Titillium Web', sans-serif; border-radius: 0.283em; line-height: 1.42857143;     cursor: pointer;  }

  a.btnHome-404-2{ border: 1px solid #333; color: #333 !important; font-size: 15px; padding: 8px 25px 8px 25px; margin-top: 15px;     line-height: 1.42857143;
    border-radius: 4px;}

    .footerLast{ text-align:center; padding:40px 0; margin-bottom: 50px;}
    .footerLast p{ font-size: 14px;}
    .footerLast p strong{ font-size: 20px; font-weight: 400;}

    .errorCta{ display:flex; justify-content: center; align-items: center; }
    .errorCta strong{ font-weight: 400; font-size: 20px;  }

    body.parent-pageid-988 header.site-header{ display:none; }
    body.parent-pageid-988 footer.site-footer{ display:none; }

    /* New CSS Start */

    .secureBgHero{ background-size: auto 80% !important; background-position: right 64% !important; height: calc(100vh - 240px);}

    @media (max-width: 1100px) and (orientation: landscape){
      #pano .container.bg-pano {
        background-size: auto 77%;

      }
    }


    /* New CSS Close */
    @media screen and (max-width:767px){
      .secureBgHero{ height:80vh; background-size: auto 70%; background-position: right bottom; background:none !important; }

      .tab-section .price-img-title{
        margin-top:15px !important
      }
      .tab-section .elementor-slide-description{
        height: 630px !important;
      }
      .order-1-sm{
       order:1
     }
     .order-2-sm{
       order:2
     }
/* .page{
        margin-top: 36px;
        } */
        .price-slider .elementor-swiper-button i{
          font-size: 1.25rem;
          color: #000;
          text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
          opacity: .5;
          font-weight: 900;
        }
        .section-flex {
          align-items: center;
          height: initial;
          border: initial;
          box-shadow: initial;
          padding: initial;
          width: initial;
          position: initial;
          border:0px !important;
        }
        .active-plan{
          border-color:initial !important;
          box-shadow:initial !important
        }
        .price-slider .swiper-slide-contents{
         width: 100% !important;
         max-width: 100% !important;
       }

       .price-slider .elementor-slides .swiper-slide-inner, .tab-section .elementor-tabs .elementor-tab-content{
         padding:10px !important;
       }
       .price-slider .elementor-slide-description{
        height: 100%;
        max-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .btn-price{
        padding: 15px 30px;
        margin: 0 auto 25px;
        display: block;
        width: 90%;
        max-width: 350px;
      }
      .blue{
        font-size:16px;
        line-height: 22.8571px
      }
      .price-button, .section-flex{
       width:100%
     }
     .mb20 {
      margin-bottom: 50px;
    }
    .tab-section .elementor-tabs .elementor-tabs-wrapper{display:flex !important;     margin: 55px 0 60px; }
    .tab-section .elementor-tab-mobile-title{display:none !important}
    .tab-section .elementor-tabs{position:relative}


    /* blogs */
    .pano-bg h2{
      font-size: 32px !important;
      line-height: 35.2px !important;
    }
    .entry-header-post .entry-title {
      font-size: 28px;
      line-height: 30.8px;
    }
    .post-wrap{flex-direction:column}
    .post-wrap .entry-content{margin:0px}
    .fs-28-sm{
      font-size: 28px !important;
      line-height: 30.8px !important
    }
    .post-wrap .post-thumbnail-img{
      padding:0px !important
    }
    .price-slider .elementor-widget-container{border: 1px solid #000;}
    .price-list-mobile .elementor-widget-container{display:none}
    /*corporate*/
    .image-box-corporate .elementor-image-box-img{width:120px !important}
    .request-quote-form input[type="submit"], .gravity-corporate input[type="submit"]{
      padding:5px 25px
    }
    .bg-pos-mob-260{
      background-position: -260px 0px !important;
    }

  }
  @media (max-width: 320px){
    .elementor-290 .elementor-element.elementor-element-a3cf1db .swiper-slide {
      height: 650px !important;
    }
  }
  @media (max-width: 1024px){
    /*corporate*/
    .image-box-corporate-blue .elementor-image-box-img {
    	width: 124px !important;
    }
    .image-box-corporate-blue-2 .elementor-image-box-img {
      width: 129px !important;
    }
  }
  @media (min-width:768px) and (max-width:950px){

    .request-quote-form input[type="submit"]{font-size:14px}
  }
  @media screen and (max-width:767px){
   .image-box-corporate-blue .elementor-image-box-img {
    width: 119px !important;
  }
}
.icon-top .elementor-icon-list-item{
	align-items: start !important;
}
.icon-top .elementor-icon-list-icon{
	position: relative;
	top: 4px;
}
.gform_footer {
  justify-content: center;
}
.list-space10 li:not(:last-child){
	margin-bottom: 10px;
}
.image-box.img-hm .elementor-image-box-title{
	margin: 0 0 20px !important;
}
.comparison-table table{
	border-collapse: collapse;
	min-width: 600px;
}
.comparison-table table, .comparison-table table th, .comparison-table table td{
	border: 1px solid #999999;
}
.comparison-table table tr > td {
	padding: 8px;
}
.comparison-table table > thead > tr > th {
  border-bottom: none;
  background: #666666;
  vertical-align: middle;
  padding: 25px 10px;
  color: #fff;
}
.comparison-table table th:last-child {
  background: #539a4f;
}
.comparison-table h2 {
  margin: 0;
  font-size: 32px !important;
  color: #fff !important;
}
.comparison-table h4, .comparison-table h3, .comparison-table p {
	margin: 0;
}
.comparison-table h3 {
	font-weight: bold !important;
}
.comparison-table tbody{
	background-color: #fff;
}
.comparison-table table tbody tr > td:not(:first-child) {
  text-align: center;
}
.comparison-table table tbody tr > td:last-child  {
  background: #d6ebd6;
}
.comparison-table .elementor-widget-container{
	overflow-x: auto;
}
.sfo-green{
	color: #46b362;
}
.fullwidth-btn a{
	width: 100%;
}
@media (min-width: 1025px){
	.sf-img-box figure.elementor-image-box-img {
		width: 200px;
		padding-left: 50px;
	}
	.hide-arrows-desk .elementor-swiper-button{
		display: none;
	}
}
@media (max-width: 767px){
	.sf-img-box .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
	}
	.sf-img-box figure.elementor-image-box-img {
		margin-right: 15px !important;
	}
	.sf-img-box figure.elementor-image-box-img {
		width: 100px;
	}

  .error-col-6{ padding-left: 15px; padding-right: 15px; max-width: 100%; flex: 0 0 100%;}
  a.btnHome-404{ width:100%; display:block; text-align: center;}
  a.btnHome-404-2{ width:100%; display:block; text-align: center;}
  .error-col-6 .eFax p.titleTxt{ margin-bottom: 0;}
  .error-col-6 .eFax > p{ margin-bottom: 0;}
  .error-404-main{ height:444px;}

  .footer-404{ margin-top: 15px;} 

}
@media (max-width: 1024px){
	.rev-to-grey-mob > .elementor-widget-wrap{
		background-color: #f5f5f5;
	}
	.rev-to-white-mob> .elementor-widget-wrap{
		background-color: #fff !important;
	}
}
.header-corporate{
	margin-top: 125px;
}
@media (min-width: 768px){
	.header-main {
		margin-top: 120px;
	}
  .hidden-md{
    display: none !important;
  }
}

@media (max-width: 768px){
	.header-main {
		margin-top: 15px;/*
    margin-bottom: 55px;*/
  }
  .page-id-53 .header-main {
    margin-bottom: 100px !important;
  }
/*    .page-id-30 .header-main {
        margin-top: 56px !important;
        margin-bottom: 60px !important;
        }*/
        .hidden-xs {
          display: none!important;
        }
      }
      .icon-list-with-tooltip .elementor-icon-list-item .elementor-icon-list-text {
        flex: 1 1 95%;
      }
      .icon-list-with-tooltip .elementor-icon-list-item .elementor-icon-list-text a{
        display: inline !important;
      }

      .header-preise .header-cta .header-btn{
        background: #c80813 !important;
        padding: 7px 14px !important;
        font-size: 14px;
        color: #fff;
        text-shadow: 1px 1px 1px #666;
        margin-top: 5px;
      }

      .header-main .header-wrap .visible-xs h3{
        margin: 0 !important;
        font-weight: 300 !important;
      }

      .header-main .header-wrap .visible-xs h3 span a{
        color: #c80813 !important
      }

      @media (max-width: 767px){
        .visible-xs {
          display: block !important;
        }
      }