/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

main{
  overflow: hidden;
}

.header-badge{

    border-bottom: 8px  solid #009DDF;
}
.header-badge::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    border-bottom: 20px solid #D9D9D9;
    bottom: -28px;
    left: 0;
    box-shadow: 0px 20px 40px 5px #0000005c;
    z-index: 0;
}


.shadow-box{
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #D9D9D9;
}

.shadow-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #D9D9D9;
} 

.copy-stage svg{
    fill:#009DDF;
    width:20px;
    cursor: pointer; 
}


.copy-stage {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
      color: #fff;
    font-size: 22px;
}
.copy-stage p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 5px;
}
.copy-tooltip {
  position: absolute;
  top: -1.6em;
  right: 0;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  border-radius: 4px;
  font-size: 22px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  animation: copyTooltipFade 1s ease-out forwards;
  z-index: 999;
}

@keyframes copyTooltipFade {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(-2px);
  }
  100% {
    opacity: 0;
    transform: translateY(-4px);
  }
}


nav.anchor-menu {
    font-size: 22px;
    color: #000;
    display: flex;
    gap: 40px;
}

nav.anchor-menu a{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    transition: all  ease-in-out 0.4s;
    border-bottom: 2px solid transparent;
}
nav.anchor-menu a:hover,nav.anchor-side-menu a:hover{
    border-bottom: 2px solid #0093D1;
    transition: all  ease-in-out 0.4s;
}


/*Side Menu*/
nav.anchor-side-menu {
    font-size: 22px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #fff;
    border: 1px solid transparent;
    border-left:4px solid #0093D1;
    border-radius: 0px;
    box-shadow: -3px 3px 21px 0px #0000006b;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 15%;
} 
nav.anchor-side-menu a{
      font-size: 22px;
    color: #000;
    text-decoration: none;
    transition: all  ease-in-out 0.4s;
    border-bottom: 2px solid transparent;
}
nav.anchor-side-menu a.is-active{
  border-bottom: 2px solid #0093D1;
}

/*Side Menu*/

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #666;
    border-radius: 50px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    margin-bottom: 20px;
}
label.visually-hidden {
    margin-bottom: 10px;
    font-weight: 500;
}
button.wp-element-button {
    color: #444;
    border: 1px solid #444;
    font-size: 22px;
    padding: 10px 30px;
}
button.wp-element-button:hover {
background-color: #444;
color:#fff;


}
form p  {
  color:#444;
  font-size: 18px;
}

.portfolio-card{
  padding:0px;
  border:1px solid transparent;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #D9D9D9;
}


.portfolio-card .elementor-widget-hfe-infocard{

padding:0px 20px 20px 20px;
}

.elementor-counter{
    align-items: center!important;
}
.tafe-table{
    font-size: 18px!important;
    font-family: 'IBM Plex Sans Condensed';
}


thead.tafe-table-header {
    border-bottom: 4px solid #006FA7;
}
.data-table thead.tafe-table-header {
    border-top: 4px solid #006FA7;
    border-bottom: 0;
}

.table-span-subheadline {
    font-weight: 500;
    font-size:20px;
    color: #006FA7;
}

/* Header Border wie im Original */
thead.tafe-table-header {
  border-bottom: 4px solid #006FA7;
}

/* Falls ihr eine Variante .data-table habt */
.data-table thead.tafe-table-header {
  border-top: 4px solid #006FA7;
  border-bottom: 0;
}


/* Negative Werte rot */
.tafe-table td.is-negative {
  color: #C72B2B;
}

/* Optional: spacing/typography näher ans Beispiel */
.tafe-table th,
.tafe-table td {
  padding: 10px 12px;
  border: none!important;
}

.tafe-table tbody tr:nth-child(odd) {
  background: #f6f6f6; /* falls ihr Zebra wollt */
}

/*Main menu*/


.hfe-nav-menu .hfe-sub-menu-item a:before, .hfe-nav-menu .hfe-sub-menu-item a:after {
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
    transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}

.hfe-nav-menu a.hfe-sub-menu-item:hover:before, .hfe-nav-menu  a.hfe-sub-menu-item:hover:after, .hfe-nav-menu a.hfe-sub-menu-item:focus:before, .hfe-nav-menu  a.hfe-sub-menu-item:focus:after, .hfe-nav-menu  a.hfe-sub-menu-item.highlighted:before, .hfe-nav-menu  a.hfe-sub-menu-item.highlighted:after, .hfe-nav-menu .current-menu-item:before, .hfe-nav-menu .current-menu-item:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

a.hfe-sub-menu-item:after, .a.hfe-sub-menu-item:after, a.hfe-sub-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
}
 a.hfe-sub-menu-item:after, a.hfe-sub-menu-item:after {
    content: '';
    bottom: 0;
}

 a.hfe-sub-menu-item:hover:after {
    background-color: var(--e-global-color-primary);
}

table.data-table.tafe-table.perf-kenn {
    border-top: 4px solid #006FA7;
}
table.data-table.tafe-table.perf-kenn tr th {
    font-weight: 400;
}
table.data-table.tafe-table.perf-kenn tr td {
    color: #006FA7;
    font-weight: 500;
    font-size: 20px;
}


.sub-menu li:first-child:after {
    content: 'Retail';
    width: 50px;
    height: 25px;
    background: #009DDF;
    color: #fff;
    position: absolute;
    font-weight: 600;
    display: block;
    z-index: 1000;
    right: 10px;
    top: 5px;
    padding: 0px 4px;
    font-family: 'IBM Plex Sans Condensed';
}

blockquote {
    border-left: 4px solid #009DDF;
    margin-left: 0px;
}
blockquote p{
    margin-left:20px;
}

.portfolio-cards h3 {
    line-height: 1.2;
    font-weight: 500;
}
.portfolio-cards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	    min-height: 265px;
    max-height: 265px;
}

.portfolio-cards.dark h3 {
    z-index: 3;
    text-shadow: 2px 2px black;
}
.portfolio-cards.dark:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #005eb470;
    z-index: 1;
}
.portfolio-cards h3 .pb {
    font-size: 36px;
    font-weight: 600;
}
.portfolio-cards h3 .ps {
    font-size: 22px;
    font-weight: 400;
}
.home-button{
    background-color:#006FBB!important;
}

.home-button .elementor-button-text{
    font-size: 28px;
    margin-top: 10px;
    line-height: 32px;
    margin-bottom: 10px;
}

.home-button .subline {
    font-weight: 400;
    display: block;
    font-size: 20px;
    line-height: 30px;
}

.home-button .hb-cta {
    display: flex;
    justify-content: center;
    border: 2px solid #fff;
    margin-top: 15px;
    padding: 10px;
        background: #fff;
    color: #006FBB;
} 


.wpcf7-form{
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #000;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    margin-bottom: 20px;
		margin-top:10px;
		width:500px;
	
	}
	.wpcf7-form-control.wpcf7-submit{
		    padding: 8px 12px;
		background-color:#006fbb;
		border:1px solid #006fbb;
		
	}
}


@media (max-width:567px){
	.elementor-widget-Table{
		overflow-x:scroll;
	}
	.anchor-side-menu{
		display:none!important;
	}
	.overflow.elementor-widget-shortcode{
    overflow: scroll;
}
	.anchor-menu{
		 overflow: scroll;
	}
	.hfe-sub-menu-item{
		padding-left: 22px !important;
	}
	.sub-menu li:first-child:after{
    height: 22px;
    font-weight: 500;
    font-size: 15px;
    top: -5px;
	}
a.mobile-break {
    display: inline-flex;
}
	.wpcf7-form{
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #000;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    margin-bottom: 20px;
		margin-top:10px;
		width:100%!important;
	
	}
	.wpcf7-form-control.wpcf7-submit{
		        padding: 8px 36px;
        background-color: #006fbb;
        border: 1px solid #006fbb;
        font-family: 'IBM Plex Sans Condensed';
        font-weight: 500;
		
	}
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    max-width: 500px;
}	
}
p.c7-privacy-note {
    font-size: 15px;
	line-height: 1;
}