.elementor-kit-5{--e-global-color-primary:#009ED4;--e-global-color-secondary:#2D2D2D;--e-global-color-text:#444444;--e-global-color-accent:#4C74A7;--e-global-color-16210f9:#292929;--e-global-color-d338303:#003366;--e-global-color-5030998:#F4F4F4;--e-global-color-58e34d0:#D2D2D2;--e-global-color-95fdb05:#7D7D7D;--e-global-color-4b17ebf:#003366;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans Pro";--e-global-typography-accent-font-weight:500;--e-global-typography-9918a57-font-family:"Source Sans Pro";--e-global-typography-9918a57-font-size:18px;--e-global-typography-2156cbb-font-family:"Source Sans Pro";--e-global-typography-2156cbb-font-size:18px;--e-global-typography-2156cbb-font-weight:600;background-color:#FFFFFF;color:#292929;font-family:"Source Sans Pro", Sans-serif;font-size:1rem;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:0px;}.elementor-kit-5 a{color:var( --e-global-color-text );}.elementor-kit-5 h1{color:#292929;font-family:"Source Sans Pro", Sans-serif;font-size:3.5em;font-weight:bold;text-transform:none;font-style:normal;text-decoration:none;line-height:1.2em;}.elementor-kit-5 h2{color:#292929;font-family:"Source Sans Pro", Sans-serif;font-size:2em;font-weight:normal;}.elementor-kit-5 h3{color:#292929;font-family:"Source Sans Pro", Sans-serif;font-weight:normal;line-height:1.2em;}.elementor-kit-5 h4{color:#292929;font-family:"Source Sans Pro", Sans-serif;font-size:26px;font-weight:normal;}.elementor-kit-5 h5{color:var( --e-global-color-primary );font-family:"Source Sans Pro", Sans-serif;font-size:1.25em;font-style:normal;}.elementor-kit-5 h6{color:#D62718;font-family:"Source Sans Pro", Sans-serif;font-size:18px;font-weight:600;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:bold;text-transform:none;font-style:normal;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.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-5{font-size:0.9rem;}.elementor-kit-5 h1{font-size:3em;}.elementor-kit-5 h2{font-size:1.8em;}.elementor-kit-5 h3{font-size:1.5em;}.elementor-kit-5 h4{font-size:21px;}.elementor-kit-5 h5{font-size:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1020px;}.e-con{--container-max-width:1020px;}}@media(max-width:767px){.elementor-kit-5{font-size:0.8rem;}.elementor-kit-5 h1{font-size:2.1rem;}.elementor-kit-5 h3{font-size:1.7em;}.elementor-kit-5 h4{font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Text Markierung grün*/
p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, span::selection, li::selection, a::selection, strong::selection, div::selection, input::selection, br::selection, img::selection, b::selection { 
    background: #809BC0 !important;
    color: #fff !important; 
}


/*Buttons Animation*/
.std-button:hover {
    transform: translatex(10px);
    transition: transform 300ms;
}

.std-button:hover svg {
    transform: translatex(15px);
    transition: transform 300ms;
}

.std-button-white:hover {
    transform: translatex(10px);
    transition: transform 300ms;
}

.std-button-white:hover svg {
    transform: translatex(15px);
    transition: transform 300ms;
}

/* Button Farbe */
span.elementor-button-icon svg g g polyline, span.elementor-button-icon svg g g line {
stroke: #003366;
}


/*Buttons weiss*/
.std-button-white div div a span span {
    color: white;
}

.std-button-white div div a span span svg g g polyline, .std-button-white div div a span span svg g g line {
    stroke: white;
}


/*Install Text Link Animation*/
.beook-install-text: {
    transform: translatex(12px);
    transition: transform 300ms;
    text-decoration: none;
    color: #003366;
}

.beook-install-text:hover {
    transform: translatex(12px);
    transition: transform 300ms;
    text-decoration: none !important;
}


/*Links in Text*/
a {
    font-weight: bold;
    color: #003366!important;
}
a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #809BC0!important;
}


/*Scale Boxes*/
@media (min-width: 768) {
    .half-box:hover {
      transform: scale(1.03);
      transition: transform 300ms;
    }
}

@media (max-width: 767px) {
    .half-box div section {
      transform: none !important;
      transition: none;
    }
}


/*Silbentrennung über alles*/
p, h1, h2, h3, li, span {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: keep-all;
}


/* Menu nav */
.sub-menu a, .ct-panel-content a, .ct-panel-actions {
    color: #003366 !important;
    font-weight: 600 !important;
}

.sub-menu a:hover, .ct-panel-content a:hover {
    font-weight: 600 !important;
    text-decoration: none;
    color: #809BC0 !important;
}

/* footer */
span.elementor-icon-list-text:hover {
    color: #809BC0 !important;
}



@media (min-width: 768px) {
	nav ul li a.elementor-item.elementor-item-active {
	color: #003366 !important;
	}
}

@media (max-width: 767px) {
    .elementor-nav-menu--dropdown {
	box-shadow: 0 5px 7px lightgray;
}
	nav ul li a.elementor-item-active {
    background-color: #003366 !important;
    color: white !important;
}
	
	nav ul li a.elementor-item.elementor-item:hover {
	background-color: #CCD7E6 !important;
	color: white !important;
	}
}

/* author leiste in blog verstecken */
.entry-meta {
    display: none;
}

/* blog footer verstecken */
.ct-footer {
    display: none;
}

/* changelog */
@media (min-width: 700px) {
.beook-version:hover, .beook-version:active, .beook-version:focus {
background-color: #fff;
border: 2px solid #fff;
border-radius: 20px;
box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.03), 0 6px 35px 0 rgba(0, 0, 0, 0.03);
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2024/04/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2024/04/SourceSansPro-Regular-1.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2024/04/SourceSansPro-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2024/04/SourceSansPro-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2024/04/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2024/04/SourceSansPro-BoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2022/10/Montserrat-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2022/10/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2022/10/Montserrat-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2022/10/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2022/10/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2022/10/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://ihklernenmobil.de/wp/wp-content/uploads/2022/10/Montserrat-BoldItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */