/*---------------------------------------------------------------------------------

 Theme Name:   Netzhelfer theme
 Theme URI:    https://netzhelfer.de
 Description:  NETZhelfer 
 Author:       NETZhelfer GmbH – Ihre Internetagentur aus Esslingen
 Author URI:   https://netzhelfer.de
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


.html-form-title { 
margin-top:-5px;
	padding-top:0px;
	background-color: #273061!important;
	color:#fff;
	display:block;
	box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.6)!important;
	text-align:center;
	border-radius:3px!important;

	
}

.html-form-title h2 { 
	color:#fff;
	padding-left:12px!important;
	padding-right:12px!important;
	padding-top:8px!important;
	padding-bottom:8px!important;
	border-radius:0.5rem;
	font-weight: 500!important;
	font-size:18px!important;
	
}


@media (max-width:980px) {
	.html-form-title h2 {
		font-size: 16px!important;
		text-align:CENTER;
		line-height: 100%;
	}
	.html-form-title { 
text-align:CENTER;
display:block;
		

	
}
}

@media (max-width:980px) {
	.reverse-columns-mobile {
		display: flex;
		flex-direction: column-reverse;
	}
}



@keyframes underlineGrowLeftToRight {
  0% {
    background-size: 0% 0.2em;
	  
  }
  100% {
    background-size: 200% 0.2em;
	  
  }
}

.underline--magical {
  display: inline-block;
  background-image: linear-gradient(120deg, #84fab0, #8fd3f4);
  background-repeat: no-repeat;
  background-position: 0% 115%;
  background-size: 0% 0.2em; /* start at 0% width */
  animation: underlineGrowLeftToRight 3s ease-out forwards infinite;
}



.box111:hover h4 { 
color:#233367!important;
}

.box111:hover p { 
color:#233367!important;
}

.box111:hover .et_pb_blurb_container { 
color:#233367!important;
}

.box111:hover .et_pb_module_header { 
color:#233367!important;
}

.box111:hover h4.et_pb_module_header{ 
color:#233367!important;
}

.box111:hover .et_pb_blurb_description { 
color:#233367!important;
}


.box111:hover .et-pb-icon { 
color:#233367!important;
}





/*add icon to the opened accordion*/
.b-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
display: block;
	content: "\e04f";
	 transition: all 150ms ease-in-out;
}


.b-add-accordion-icon.collapse:after {
    transform: rotate(180deg);
}


.lwp-toggle-icon.et_pb_toggle .et_pb_toggle_title:before,.lwp-toggle-icon .et_pb_toggle .et_pb_toggle_title:before {
    content:'\3f';
}
 
.lwp-toggle-icon.et_pb_toggle_open .et_pb_toggle_title:before{
     content:'\3e';   
}


@media all and (min-width: 981px) {
   .kontakt a {
       color: #fff!important; /* Change button text color here */
    background-color: #3D59B3!important; /* Change button background color here */
    font-size: 14px!important; /* Change text size here */
    border-radius: 5px!important; /* Set this to 0px if you want a square CTA button */
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    text-align: center;
    line-height: 9px;
    font-weight: 600;
    padding: 12px 30px!important;
    text-transform: uppercase;
    display: block;
    padding-left: 30px!important;
    padding-right: 30px!important;
    border: 2px solid #3D59B3;
	   opacity:1!important;
   }
   .kontakt a:hover {
 
        color: #fff!important; /* Change hover button text color here */
        background-color: #233367!important; /* Change hover button background color here */
	   border: 2px solid #233367;
	   padding: 12px 30px!important;
	    opacity:1!important;
   }
}


/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}



/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
	color:#000;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}







/*place button modules next to each other in the same column*/
.b-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

/*place button modules next to each other in the same column*/
.b-inline-buttons2 .et_pb_button_module_wrapper {
    display: inline-block;
}

.b-inline-buttons2 {
    text-align: center !important;
}


.gradient-overlay:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: inherit;
    top: 0;
    bottom: 0;
    width: 100%;
}


.bg-video-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}









/*MOBILE MENU CSS */



/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}
/* Remove the top line in the mobile menu*/
.et_mobile_menu {
border-top:0;
}
/* Center-align moble menu items */
.et_mobile_menu li {
text-align:center !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
padding-left:0 !important;
}
/* Make mobile menu fullwidth */
.et_mobile_menu {
min-width: 100vw;
margin-left: -10vw;
}

/* Remove the animation to avoid delay */
.mobile_nav.opened .et_mobile_menu {
display:block !important;
}


et_mobile_menu .first-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .first-level > a:after {
font-family: 'ETmodules';
content: '\4c';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .first-level > .icon-switch:after{
content: '\4d';
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}
.et_mobile_menu {
margin-top: 2px;
width: 230%;
margin-left: -65%;
}


.et_mobile_menu li a {

    padding: 8px 5%;

}

.et_mobile_menu li a {
    border-bottom: 0px solid rgba(0,0,0,.00);
    color: #000;
    padding: 10px 5%;
    display: block;
}

/*END MOBILE MENU CSS */


.b-menu-style2 ul.et-menu>li>a {
font-family: 'Exo 2' !important;
	text-transform:uppercase;
	/*font-style: italic;*/
	color:#233265;
}


