.elementor-kit-14211{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ac8ab2a:#01B1AE;--e-global-color-01c8370:#002C43;--e-global-color-0e6c84e:#1158FF;--e-global-color-d6c9a47:#1BAD9A;--e-global-color-a5ee5c0:#0B2540;--e-global-color-cb7b0b5:#F6F9FC;--e-global-color-d993ea3:#021830;--e-global-color-41379bc:#03426D;--e-global-color-b2be29d:#00FFFF;--e-global-color-bc7cd00:#F2F2F2;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Work Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-14211 button,.elementor-kit-14211 input[type="button"],.elementor-kit-14211 input[type="submit"],.elementor-kit-14211 .elementor-button{background-color:#1BAD9A;font-weight:600;letter-spacing:0.1px;color:#FFFFFF;border-radius:5px 5px 5px 5px;}.elementor-kit-14211 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14211 a{color:#1158FF;font-family:"Work Sans", Sans-serif;}.elementor-kit-14211 h1{font-family:"Work Sans", Sans-serif;font-size:48px;font-weight:600;line-height:1.1em;}.elementor-kit-14211 h2{font-family:"Work Sans", Sans-serif;font-size:36px;font-weight:900;text-transform:uppercase;line-height:1.2em;letter-spacing:-1px;}.elementor-kit-14211 h3{font-family:"Work Sans", Sans-serif;font-weight:600;line-height:1.2em;}.elementor-kit-14211 h4{font-family:"Work Sans", Sans-serif;font-weight:600;line-height:1.3em;}.elementor-kit-14211 h5{font-family:"Work Sans", Sans-serif;font-weight:600;line-height:1.4em;}.elementor-kit-14211 h6{font-family:"Work Sans", Sans-serif;font-weight:600;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-14211 h1{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14211 h1{font-size:32px;}.elementor-kit-14211 h2{font-size:24px;letter-spacing:-0.7px;}.elementor-kit-14211 h3{font-size:20px;}.elementor-kit-14211 h4{font-size:18px;}.elementor-kit-14211 h5{font-size:16px;}.elementor-kit-14211 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*******************************
Sonstige Fixes
*******************************/
/* Fix Elementor Video Height 29.08.2023 */
.elementor-video{
    height: 100%;
}




/*******************************
Main Navigation
*******************************/

/* Remove phone number in main navigation for display sizes 1025 to 1100 because there is not enough space for it*/
@media(min-width:1025px) and (max-width: 1099px){
    .nav-phone{
        display: none !important;
    }
    .elementor-nav-menu__align-end,
    .elementor-nav-menu {
        justify-content: center !important;
        width: 100%;
    }
}





/*******************************
Allgemein
*******************************/

@media(max-width:768px){
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br{
        display: none;
    }
}


body strong, 
body bold,
body b{
    font-weight: 600 !important;
}





/*******************************
Blog Posts
*******************************/

.blog-background-group{
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 20px;
}



/* Für Blogbeitrag App Icon Design */
.app-design-logo img{
	border-radius:20%;
	box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%)
}



/*******************************
Tabellen 
*******************************/

/*Tabellen genutzt in Blog Posts*/
thead{
    background: linear-gradient(90deg, #011933 0%, #00223D 23.78%, #022742 32.7%, #003358 59.82%, #01375D 69.19%, #02375F 81.64%, #00365C 95.24%, #02355B 100%);
}

thead th{
	color: white;
	border-color: rgba(255,255,255,0) !important;
}

td{
	border-color: #F6F9FC !important;
	font-size:90%;
	padding: 10px !important;
}





/*******************************
Buttons 
*******************************/

.elementor-button {
    background-color: #01b1ae;
    position: relative;
    top: 0;
    transition: background transform 300ms;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 15%);
}

.elementor-button:hover {
  transform: translateY(-3px);
	background: #26b19f;
}

.ue-flip-box__panel__wrapper {
    pointer-events: auto !important;
}





/*******************************
Arrow Link
*******************************/

.arrow-link{
    font-weight: 600;
    font-size: 16px;
}
.arrow-link.turquoise{
    color: #00FFFF !important;
}

.arrow-link:after{
    content: url(https://applaunch.de/wp-content/uploads/2021/09/arrow-blue-right-up-16.svg);
    padding-left: 20px;
    transform: scale(0.5);  
}
.arrow-link.turquoise:after{
    content: url(https://applaunch.de/wp-content/uploads/2021/10/arrow-turquoise-right-up-16.svg);
}








/*******************************
Seite Über Uns: Team Members
*******************************/
.exad-team-member-basic {
    box-shadow: none;
}

.exad-team-member-name {
    color: #000;
    font-family: "work sans" !important;
    font-size: 16px !important;
    text-transform: none !important;
    margin-top:15px;
    margin-bottom: 10px;
}

.exad-team-member-basic .exad-team-member-content {
    padding: 0;
}

ul.list-inline.exad-team-member-social {
    display: none;
}



/*******************************
Seite Referenzen:
*******************************/

.referenzen-features-list ul{
    padding-left: 8px !important;
}

.referenzen-features-list ul li{
    background: rgb(241, 241, 241);
    border-radius: 5px ;
    margin-bottom:6px !important;;
    margin-right: 6px !important;
    margin-left: 0px !important;
    padding: 6px 10px !important;;
    font-size: .9rem !important;;
}







/*******************************
Google Review Snippet Shortcode für Hero
*******************************/

.google_review_snippet svg{
    display: inline;
}

.google_review_snippet .google_icon{
    padding-right: 10px;
    top: 2px;
    position: relative;
}

.google_review_snippet .google_icon svg{
     height: 16px;
}

.google_review_snippet .google_stars{
    padding-left: 10px;
    top: 2px;
    position: relative;
    display: inline-block;
}

.google_review_snippet .google_stars svg{
    height: 16px;
}

.google_review_snippet a,
.google_review_snippet{
    color: white !important;
}

@media(max-width:767px){
    .google_review_snippet{
        font-size: 14px;
        text-align:center;
    }
    .google_review_snippet .google_icon svg{
         height: 14px;
    }
    .google_review_snippet .google_stars svg{
      height: 14px;
    }
}





/*******************************
Animatioen
*******************************/

/* Verbesserte Eingangsanimationen. Füge diesen Code einfach in ein "Custom CSS" Feld ein. Mehr Elementor Tricks auf https://robert-leitinger.com/ */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
} 





/*******************************
Listen
*******************************/

/* Fix alignmept after update 13.09.2021 */
.elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon{
    align-self: flex-start;
    margin-top: 5px;
}

ul{
    margin-bottom: 14.4px;
}



/*** Bullet Point Styling, damit ein > davor ist ***/
ul.ul-chevron{
  list-style: none;
  padding-inline-start: 40px;
}

ul.ul-chevron li{
  margin-bottom: 10px;
}

ul.ul-chevron li::before{
  content: ">";
  color: #1158FF;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}



/*** Bullet Point Styling, damit ein Pfeil davor ist ***/
ul.ul-arrow{
  list-style: none;
}

ul.ul-arrow li{
  margin-bottom: 10px;
}

ul.ul-arrow li::before{
  content: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20448%20512%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%231158FF%22%20d%3D%22M190.5%2066.9l22.2-22.2c9.4-9.4%2024.6-9.4%2033.9%200L441%20239c9.4%209.4%209.4%2024.6%200%2033.9L246.6%20467.3c-9.4%209.4-24.6%209.4-33.9%200l-22.2-22.2c-9.5-9.5-9.3-25%20.4-34.3L311.4%20296H24c-13.3%200-24-10.7-24-24v-32c0-13.3%2010.7-24%2024-24h287.4L190.9%20101.2c-9.8-9.3-10-24.8-.4-34.3z%22/%3E%3C/svg%3E");
    display: inline-block;
    width: 24px;
    height: 0px;
    margin-top: -5px;
    vertical-align: top;
    color: #1158FF !important;
    font-weight: 700;
    font-size: 24px;
    margin-left: -1em;
    padding-right: 10px;
}





/*******************************
Socialo Video Sticky Widget auf der Startseite
*******************************/
@media only screen and (max-width: 600px) {
  .video-button {
   	width: 150px !important;
    height: 200px !important;
    border-radius: 5px;
  }
	p#videoWidgetText{
			color:#fff;transform:scale(1.0);
		font-family: montserrat;
			font-size:14px !important;
		}
	#video-fullscreen {
    height: 330px;
    width: 220px;
	}
	.video-text {
    font-size: 15px !important;
	}
	.video-text-small {
    font-size: 13px !important;
	}
}
.video-text-small {
  top: -70px;
	font-size: 19px;
	padding: 15px 15px;
	}
.video-text {
	bottom:80px;
	font-size: 21px;
	padding: 2px 15px;
}
p#videoWidgetText{
color:#fff;
transform:scale(1.0) !important;
font-family: montserrat;
	font-size:20px;
	background-color: rgba(0,0,0,0.3);
	padding:10px 0px;
}
.video-hide-button {
    border-radius: 3px !important;
    top: 8px !important;
    width: 30px !important;
    height: 30px !important;
}
.video-hide-button-fullscreen {
    border-radius: 3px !important;
    top: 6px !important;
    Right: 5px !important;
    width: 30px !important;
    height: 30px !important;
}
.video-hide-button svg {
    width: 20px;
    height: 17px !important;
    margin-left: 4px !important;
    margin-top: 4px !important;
}
.video-hide-button-fullscreen svg {
    width: 20px !important;
    height: 17px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
}
@media (min-width: 1024px) {
	#video-fullscreen {
    height: 421px !important;
    width: 354px !important;
	}
}
.video-play-button {
    background-color: #ffffff00;
    border-radius: 50%;
    top: calc(50% - 30px);
    Right: calc(50% - 40px);
    width: 60px;
    height: 60px;
    opacity: .9;
}
.video-play-button svg {
    color: #FFF;
}
.video-small:hover {
		transform:scale(1.0) !important;
}

#videoplay {
	background-image: url("https://applaunch.de/wp-content/uploads/2021/05/blur-min-1.jpg");
	background-size: cover;
}

.alignnone {
    -webkit-filter: drop-shadow(12px 10px 15px rgba(0,0,0,0.1));
  filter: drop-shadow(12px 10px 15px rgba(0,0,0,0.1));
}

@media only screen and (max-width: 600px) {
	.video-small {
	display: none;
	}
}




/* CALL WHITE BUTTON WIE BEI ENERKII */
.call-button-white a{
    /*filter: drop-shadow(0 2px 5px #000000b3);*/ /*funktioniert im Safari nicht*/
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #c8ecdc14 !important;
    border-color: #c8ecdc33;
    justify-content: center;
    align-items: center;
    
    /*border: 2px solid white;*/
    /*border-width: 1px;*/
    border-width: 0px;
    border-color: #c8ecdc33;
}


#footer li a span,
#footer a{
    transform: all 0.3s;
}





/* bei allen Formularen das Keyword Feld ausblenden */
.elementor-field-group-utm_tracker_field{
    display: none;
}/* End custom CSS */