html, body {
	margin:0;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	tab-size: 4;
	
}

a {
    color: inherit;
    text-decoration: inherit;
}

p > a {
	text-decoration: underline;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}
menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img, video {
    max-width: 100%;
    height: auto;
}
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}
button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

button, select {
    text-transform: none;
}

#NaviWrapper.nol {
	margin-bottom:100px;
	
	
}


#ng_header:not(.w_image) {
    height: 110px;
}
#ng_header {
	
	position: fixed;
	width: 100%;
	background-color: rgb(7, 105, 160);
	top: 0px;
	    z-index: 50;
		overflow:visible;
}

#ng_header > #header_wrapper {
	flex-wrap: wrap;
	display: flex;
	padding-top: 1rem;
    padding-bottom: 1rem;

	justify-content: space-between;
	align-items: center;
	margin-left: auto;
    margin-right: auto;
}
#ng_header > #header_wrapper > a {
	width: 14rem;
}

#ng_header > #header_wrapper > a > picture > img , #ng_header > picture > img {
	width:100%;
	
}

#ng_header > #logo {
	
	
}


#ng_header #navi > ul {
	
	display: flex;

	
}
#ng_header #navi > ul > li {
	padding-top: 0px;
        padding-bottom: 0px;

}

#ng_header #navi > ul > li > a {
	color:white;
	    transition-duration: 500ms;
		    font-weight: 400;
			    font-size: 1.5rem;
    line-height: 2rem;
}

#ng_header #navi > ul > li > a:hover {
    
    color: rgb(209, 213, 219);
}



.ng_img_right {
	padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
	background-color: white;
}

.ng_img_right h1 {
	    font-size: 1.125rem;
    line-height: 1.75rem;
	    font-weight: inherit;
}




.ng_img_right  > .wrapper {
	gap: 4rem;
	align-items: center;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	display: grid;
}




.ng_img_right  > .wrapper > .left {
	max-width: 48rem;
}

.ng_img_right  > .wrapper > .left p {
    text-align: justify;
}

.ng_img_right  > .wrapper > .right {
    display: flex;
	justify-content: center;
	position: relative;
	
}


.ng_img_right  > .wrapper > .right > picture > img {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	    object-fit: cover;
		    border-radius: 0.5rem;
			    max-width: 42rem;
				width: 100%;
	
}

.ng_img_right  > .wrapper > .right > p { 
color:white;
    font-size: 0.875rem;
    line-height: 1.25rem;
padding-top: 0.25rem;
    padding-bottom: 0.25rem;
	    padding-left: 1rem;
    padding-right: 1rem;
	background-color: rgba(0,0,0,0.5);
	    border-radius: 0.25rem;
		left: 50%;
		    bottom: 1rem;
			position: absolute;
			
	--tw-translate-x: -50%;
	--tw-translate-y: 0;
	    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}



.big_heading {
	color: rgb(239, 123, 0);
	font-weight: 600;
	font-size: 1.5rem;
    line-height: 2rem;
	display: block;
	margin-bottom: 0.5rem;
}


span, p {
	    font-size: 1rem;
    line-height: 1.5rem;
	
}



.button_center {
	justify-content: center;
	padding-top: 1.5rem;
    display: flex;
}

.button_center > a {
	transition-duration: 500ms;
	color:white;
	font-weight: 600;
	    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
	    padding-left: 1.5rem;
    padding-right: 1.5rem;
	background-color: rgb(239, 123, 0);
	border-radius: 0.375rem;
	    cursor: pointer;
		width: fit-content;
	
}




.ng_logos {
	padding-bottom: 4rem;
	padding-left: 1rem;
    padding-right: 1rem;
	background-color: white;
	    gap: 2rem;
		align-items: center;
	    grid-template-columns: repeat(1, minmax(0, 1fr));
		    display: grid
;
}






.ng_logos > .logos {
	
	    gap: 1rem;
	    grid-template-columns: repeat(3, minmax(0, 1fr));
		    display: grid;
}





.ng_logos > .logos > div {
	transition-duration: 300ms;
	transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	padding: 0.75rem;
	--tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	--tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
	border-width: 1px;
	border-radius: 0.375rem;
	justify-content: center;
	align-items: center;
	display: flex;
	
}

.ng_logos > .logos > div:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ng_logos > .logos > div > picture > img {
	height: 2.5rem;
	object-fit: contain;
	max-width: 100%;
	display: block;
    vertical-align: middle;
}
	
	
	
.ng_img_left {
	padding-top: 4rem;
    padding-bottom: 4rem;
	padding-left: 1rem;
    padding-right: 1rem;
	--tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	gap: 4rem;
	align-items: center;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	display: grid;
}
	
	
.ng_img_left > div:nth-of-type(1) {
	justify-content: center;
    display: flex;
}
	
.ng_img_left > div > picture > img {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	object-fit: cover;
	border-radius: 0.5rem;
	max-width: 42rem;
	width: 100%;
}
	
.ng_img_left > div:nth-of-type(2) > div {
	    padding-right: 16%;
	    justify-content: flex-end;
	display: flex;
	margin-top: -12px;
}

.ng_img_left > div:nth-of-type(2) > div > picture > img {
height: 240px;

}
h2 {
	    font-weight: 600;
	    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 1rem;
	
}
	
.ng_video {
	padding-top: 4rem;
    padding-bottom: 4rem;
	padding-left: 1rem;
    padding-right: 1rem;
	--tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
	
.ng_video h2 {
	text-align: center;
}
	
.ng_video #video-container {
	justify-content: center;
	display: flex;
	position: relative;
}

.ng_video #video-container > div {
	max-width: 56rem;
	width: 100%;
} 
	
.ng_video #video-container > div > picture > img {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	border-radius: 0.5rem;
	cursor: pointer;
	width: 100%;
}

.ng_video #video-container > div > video {
	    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	border-radius: 0.5rem;
	width: 100%;
	display: none;
}

.ng_video > p {
    max-width: 56rem;
    width: 100%;
    margin:0 auto;
    margin-top:20px;
}

.hidden {
    display: none;
}


.ng_voices {
	padding-top: 4rem;
    padding-bottom: 4rem;
	    padding-left: 1rem;
    padding-right: 1rem;
	  
}

.ng_voices > div {
	gap: 1.5rem;
	align-items: stretch;
	grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
	
}

.ng_voices > div > div {
	    transition-duration: 300ms;
	    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	    padding: 1.5rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
	    border-width: 1px;
	    border-radius: 0.375rem;
		    justify-content: space-between;
	    flex-direction: column;
	    display: flex;	
}

.ng_voices > div > div > div:nth-of-type(1) > div {
	padding-bottom: 1.25rem;
	justify-content: center;
	display: flex;
}

.ng_voices > div > div > div:nth-of-type(1) > div > picture > img {
	object-fit: cover;
	    border-radius: 9999px;
		    width: 6rem;
}

.datenschutz h1{
	
	font-size: 2rem;
	font-weig: bold;
}
.datenschutz h2{
	font-weig: bold;
	font-size: 1.5rem;
}
.besten > li > a{
	font-weight: bold;
	font-size: 2em;
}

@media (min-width: 1024px) {
   .ng_voices > div > div > div:nth-of-type(1) > div > picture > img {
        width: 9rem;
    }
	
}
.ng_voices > div > div > div:nth-of-type(1) > p {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));	
    font-size: 1rem;
    line-height: 1.5rem;	
	text-align: justify;	
}

.ng_voices > div > div > div:nth-of-type(3) {
	padding-top: 1.5rem;
	gap: 1rem;
	align-items: center;
	display: flex;
	margin-top: 1.5rem;
}

.ng_voices > div > div > div:nth-of-type(3) > div:nth-of-type(1) {
    flex-shrink: 0;
}

.ng_voices > div > div > div:nth-of-type(3) > div:nth-of-type(1) img {
	
	border-radius: 0.125rem;
    width: 3.5rem;
}

@media (min-width: 1024px) {
    .ng_voices > div > div > div:nth-of-type(3) > div:nth-of-type(1) img {
        width: 5rem;
    }
}

.ng_voices > div > div > div:nth-of-type(3) > div:nth-of-type(2) {
    gap: 0.75rem;
	align-items: center;
	display: flex;
}


h3 {
	    font-weight: 700;
	    font-size: 1.25rem;
    line-height: 1.75rem;
	    white-space: nowrap;
}
.ng_voices h2 {
	    font-size: 1.875rem;
    line-height: 2.25rem;
	    text-align: center;
		    padding-bottom: 3rem;
	font-weight: 700;
	
}
.ng_voices > div > div > div:nth-of-type(2) > i {
	    font-size: 1.25rem;
    line-height: 1.75rem;
	    font-weight: 900;
	    font-family: "Font Awesome 6 Pro";
		    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
	overflow:hidden;
}

.ng_voices > div > div > div:nth-of-type(2) {
	
	    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
	    gap: 0.25rem;
		    display: flex;

}


.ng_services {
	padding-top: 4rem;
    padding-bottom: 4rem;
	padding-left: 1rem;
    padding-right: 1rem;
	--tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	gap: 1.5rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	display: grid;
}

.ng_services > div, .ng_snippet > div {
	    transition-duration: 300ms;
	    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	 
	    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
	    border-width: 1px;
	    border-radius: 0.375rem;
	    display: block;
}

.ng_services > div {
	
	   padding: 1rem;
}

.C3DS {
	
    --tw-shadow: 10px 10px 30px 1px rgb(0 0 0 / 0.30) !important;
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
	 
    border-radius: 0.5rem !important;
	
}


.C3D {
		    transition-duration: 300ms;
	    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	 
	    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
	    border-width: 1px;
	    border-radius: 0.375rem;
	
}

.ng_services > div:hover, .ng_snippet > div:hover, .C3D:hover {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ng_services > div > div {
	padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.ng_services > div > div > div {
	    padding-bottom: 0.75rem;
	    justify-content: center;
	    display: flex;
		    margin-left: auto;
    margin-right: auto;
}
.ng_services > div > div > div > picture > img {
	    object-fit: cover;    
		border-radius: 9999px;
		width: 6rem;

}
.ng_services > div > p {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
   margin-top: 0.25rem;
}

.ng_services h2 {
	    font-size: 1.5rem;
    line-height: 2rem;
	    text-align: center;
	margin: 0;
padding-bottom: 0;	
}


.ng_comparison {
	    padding-top: 4rem;
    padding-bottom: 4rem;
	    padding-left: 1rem;
    padding-right: 1rem;

}


.ng_comparison h2 {
	font-weight: 700;
	    font-size: 1.875rem;
    line-height: 2.25rem;
	    text-align: center;
	    padding-bottom: 2.5rem;
	    margin: 0;
	
}

.ng_comparison > div > div > p {
	font-weight: 700;
font-size: 1.125rem;
    line-height: 1.75rem;
	    margin: 0;
	
}
.ng_comparison > div > div > div > div {
	
	align-items: center;
	    display: flex;
		margin-bottom:4px;
}

.ng_comparison > div > div > div > div:nth-of-type(1) > div {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	    font-weight: 600;
		    font-size: 0.875rem;
    line-height: 1.25rem;
	    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
	    padding-left: 0.75rem;
    padding-right: 0.75rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
	    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;


}
.ng_comparison > div > div > div > div:nth-of-type(2) > div {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	    font-weight: 600;
		    font-size: 0.875rem;
    line-height: 1.25rem;
	    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
	    padding-left: 0.75rem;
    padding-right: 0.75rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
	    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;

}

.ng_comparison .button_center {
	    padding-top: 2.5rem;
	
}


#ng_faq {
	    padding-top: 4rem;
    padding-bottom: 4rem;
	    padding-left: 1rem;
    padding-right: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#ng_faq h2 {
	    font-weight: 700;
	    font-size: 1.875rem;
    line-height: 2.25rem;
	padding-bottom: 2.5rem;
}

#ng_faq > div > div {
	
	--tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
	border-width: 1px;
	border-radius: 0.25rem;
	margin-bottom: 0.5rem;
}
#ng_faq > div > div > button {
	    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
	font-weight: 500;
	text-align: left;
	padding: 1rem;
	--tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	justify-content: space-between;
	align-items: center;
	    width: 100%;
display: flex;
    cursor: pointer;

}

#ng_faq > div > div > button > span  {
	
	     font-size: 1rem;
    line-height: 1.5rem;
}



#ng_faq > div > div > button > span {
	    font-weight: 700;
	
}
#ng_faq > div > div > button >  svg {
    --tw-rotate: 0deg;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;

    transition-duration: 300ms;
    width: 1rem;
    height: 1rem;

}


#ng_faq .accordion-body {
	    padding: 1rem;
	--tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
	    border-top-width: 1px;
}
#ng_faq .accordion-body > p {
	font-size:16px;
	line-height:24px;
}

.rotate-180 {
    --tw-rotate: 180deg !important;
}




.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}






#ng_faq > div > div > div {
	padding: 1rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
	    border-top-width: 1px;
	    
}


.ng_boxes {

	    padding-top: 4rem;
    padding-bottom: 4rem;
	    padding-left: 1rem;
    padding-right: 1rem;
	   
}


.ng_boxes > div {
		    max-width: 75%;
	    margin-left: auto;
    margin-right: auto;
	
	
}


.ng_boxes > div > div {
	    gap: 1rem;
	    grid-template-columns: repeat(1, minmax(0, 1fr));
		display: grid;
		
		
}

.ng_boxes > div > div:nth-of-type(2) {
	        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
	
	
} 
.ng_boxes > div > div:nth-of-type(2) {
	   
        padding-bottom: 1.5rem;
	
	
} 

@media (min-width: 768px) {
    .ng_boxes > div > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
   .ng_boxes > div > div {
        gap: 1.5rem;
    }
}


.ng_boxes > div > div > div:nth-of-type(1) {
	    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	    padding: 1.25rem;
		    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-width: 1px;
	    border-radius: 0.5rem;
		align-items: center;
		    display: flex;
}


.ng_boxes > div > div > div:nth-of-type(1) > div:nth-of-type(1) {
	padding-right: 1rem;
	    flex-shrink: 0;
}

.ng_boxes > div > div > div:nth-of-type(1) > div:nth-of-type(1) > picture > img {
	    object-fit: contain;
	    width: 5rem;
	    height: 5rem;
}


.ng_boxes > div > div > div:nth-of-type(1) > div:nth-of-type(2) > h1 {
	    font-size: 1.875rem;
    line-height: 2.25rem;
}
    font-weight: 700;
padding-bottom: 0.5rem;
}

.ng_boxes > div > div > div:nth-of-type(1) > div:nth-of-type(2) > p {
	    font-size: 1.125rem;
    line-height: 1.75rem;
	
}

.ng_boxes > div > div > div:nth-of-type(2) {
	    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	    padding: 1.25rem;
		    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    border-width: 1px;
		    border-radius: 0.375rem;
	
}

.ng_boxes > div > div > div:nth-of-type(2) > p {
	
	font-size:16px;
	line-height:24px;
	
}

.ng_boxes > div > div > div:nth-of-type(2) > div {
	    padding-top: 0.5rem;
	    gap: 0.5rem;
	    align-items: center;
		    display: flex;
	
}

.ng_boxes > div > div > div:nth-of-type(2) > div > div {
	    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
	    gap: 0.25rem;
		    display: flex
;
}
.ng_boxes > div > div > div:nth-of-type(2) > div > div > i {
	    font-size: 0.875rem;
    line-height: 1.25rem;
	    font-weight: 900;
		    font-family: "Font Awesome 6 Pro";
	
}
.ng_boxes > div > div > div:nth-of-type(2) > div > p {
	    font-weight: 700;
		font-size:16px;
	line-height:24px;
	
}
.ng_boxes > div > div > div, .ng_voices > div > div, section {
	overflow:hidden;
}

.ng_boxes p {
		font-size:16px;
	line-height:24px;
	margin:0;
}
.ng_boxes h1 {
margin:0;
    padding-bottom: 0.5rem;

}

.ng_steps {
	
	    padding-top: 4rem;
    padding-bottom: 4rem;
	    padding-left: 1rem;
    padding-right: 1rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}


.ng_steps h2 {
	    font-weight: 700;
	font-size: 1.5rem;
    line-height: 2rem;
	    text-align: center;
		    padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
   .ng_steps h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}


.ng_steps > div {
	gap: 1rem;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: flex;
} 

.ng_steps > div > div {
	    transition-delay: 100ms;
	    align-items: center;
	    text-align: center;
		flex-direction: column;
		    max-width: 220px;
			display: flex;
			    animation-delay: 0.4s;
				    animation: fadeIn 0.8s ease-out forwards;
opacity: 0;
}

.ng_steps > div > div > picture > img {
	    width: 5rem;
		    height: 5rem;
	    margin-bottom: 0.75rem;
}
.ng_steps > div > div > p {
	    font-weight: 500;
	
}




.ng_steps > div > i {
	    --tw-text-opacity: 1;
    color: rgb(239 123 0 / var(--tw-text-opacity, 1));
	    font-size: 1.5rem;
    line-height: 2rem;
	    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	animation-delay: 1.0s;
	    animation: fadeIn 0.8s ease-out forwards;
    opacity: 0;
}

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .animate-fade-in {
    animation: fadeIn 0.8s ease-out forwards;
    opacity: 0;
  }

.ng_boxes_aside {
	    padding-top: 4rem;
    padding-bottom: 4rem;
	    padding-left: 1rem;
    padding-right: 1rem;
	
}

.ng_boxes_aside > div:nth-of-type(1) {
    gap: 1rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	display: grid;
}

.ng_boxes_aside > div:nth-of-type(1)> div {
	    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	    padding: 2rem;
	--tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    border-width: 1px;
		    border-radius: 0.5rem;
}

.ng_boxes_aside > div:nth-of-type(1)> div > ul {
	    padding: 0px;
	
}
.ng_boxes_aside > div:nth-of-type(1)> div > ul > li {
	gap: 0.5rem;
	align-items: flex-start;
	display: flex;
	
	--tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.ng_boxes_aside > div:nth-of-type(1)> div > ul > li > i {
	--tw-text-opacity: 1;
    color: rgb(239 123 0 / var(--tw-text-opacity, 1));
	font-size: 1.25rem;
    line-height: 1.75rem;
	padding-top: 0.25rem;
	font-weight: 900;
}

@media (min-width: 768px) {
    .ng_boxes_aside > div:nth-of-type(1)> div > ul {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .ng_boxes_aside > div:nth-of-type(1)> div > ul {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}


@media (min-width: 1024px) {
    .ng_boxes_aside > div:nth-of-type(1)> div > ul {
        padding: 1rem;
    }
}



.ng_boxes_aside > div:nth-of-type(2) {
	    text-align: center;
	    padding-top: 2.5rem;
}

.ng_boxes_aside h2 {
	font-weight: 700;
	    font-size: 1.25rem;
    line-height: 1.75rem;
	    margin: 0;
}


.ng_boxes_aside p {
		font-size:16px;
	line-height:24px;
	margin:0;
	
	
}


.ng_box_img_right {
	    padding-top: 4rem;
    padding-bottom: 4rem;
	    padding-left: 1rem;
    padding-right: 1rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.ng_box_img_right > div {
	
	    gap: 4rem;
		align-items: center;
		    grid-template-columns: repeat(1, minmax(0, 1fr));
			    display: grid;
}

.ng_box_img_right > div > div:nth-of-type(1){ 
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    border-width: 1px;
		    border-radius: 0.5rem;
}

.ng_box_img_right > div > div:nth-of-type(1) h2{ 

    font-weight: 700;
	    font-size: 1.25rem;
    line-height: 1.75rem;
	    padding-bottom: 1rem;
}

.ng_box_img_right > div > div:nth-of-type(1) > div p { 
		font-size:18px;
	line-height:28px;
	margin:0;
	

}

.ng_box_img_right > div > div:nth-of-type(2){

    justify-content: center;
    display: flex
;
	}
	
.ng_box_img_right > div > div:nth-of-type(2) > picture > img{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	    object-fit: cover;
		    border-radius: 0.5rem;
			    max-width: 42rem;
				    width: 100%;
	}


.ng_gallery {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ng_gallery > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* images should stay on the same row */
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

.ng_gallery > div > div {
    flex: 1; /* distribute space equally */
    margin: 0 0.5rem;
	margin-bottom: 1rem;
}

.ng_gallery > div > div img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Optional: Remove side margins on first and last items */
.ng_gallery > div > div:first-child {
    margin-left: 0;
}
.ng_gallery > div > div:last-child {
    margin-right: 0;
}


.ng_box_img_left {
	    padding-top: 4rem;
    padding-bottom: 4rem;
	    padding-left: 1rem;
    padding-right: 1rem;

}

.ng_box_img_left > div{
	    gap: 4rem;
	    align-items: center;
	    grid-template-columns: repeat(1, minmax(0, 1fr));
		    display: grid;
}

.ng_box_img_left > div > div:nth-of-type(1) {
	    justify-content: center;
	    display: flex
;
	
	
}

.ng_box_img_left > div > div:nth-of-type(1)>img {
	    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	    object-fit: cover;
	    border-radius: 0.5rem;
	    max-width: 42rem;
	    width: 100%;
		
}

.ng_box_img_left > div > div:nth-of-type(2) {
	    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	    padding: 2rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	    border-width: 1px;
		    border-radius: 0.5rem;
}

.ng_box_img_left > div > div:nth-of-type(2) h2 {
	    font-weight: 700;
	    font-size: 1.25rem;
    line-height: 1.75rem;
	    padding-bottom: 1rem;
		margin:0
}
.ng_box_img_left > div > div:nth-of-type(2) > div p {
	
			font-size:18px;
	line-height:28px;
	margin:0;
}

.bold-yellow {
	font-weight:700;
	color:#EF7B00
	
}




.ng_snippet {
	
	    padding-top: 4rem;
  
	
	    padding-left: 1rem;
    padding-right: 1rem;
	
}

.ng_snippet > div {
margin-bottom: 4rem !important;

}


.ng_snippet img {
width:100%;
}

section.ng_snippet:last-of-type {
	
	  padding-bottom: 4rem;
}

.ng_siegel {
	
	    padding-top: 4rem;
    padding-bottom: 4rem;
	
	    padding-left: 1rem;
    padding-right: 1rem;
	
	
}

.ng_siegel > div {
  display: flex;
  justify-content: stretch;  
  align-items: center;
}

.ng_siegel > div > div {
  flex: 1;                   
  text-align: center;       
} 

.ng_siegel img {
  max-width: 50%;           
  height: auto;            
  display: block;
  margin: 0 auto;
}

.ng_siegel > div {
  display: flex;
  flex-wrap: wrap;       /* allow wrapping on small screens */
  gap: 1rem;             /* space between images */
  justify-content: center; /* center them */
}

.ng_siegel picture {
  flex: 1 1 150px;       /* each logo can shrink and grow, base size ~150px */
  max-width: 200px;      /* prevent them from growing too large */
}

.ng_siegel img {
  width: 100%;           /* responsive width */
  height: auto;          /* preserve aspect ratio */
  display: block;
}


/*
@media (max-width: 768px) {
  .ng_siegel > div {
    flex-direction: column; 
    align-items: stretch;   
  }

  .ng_siegel > div > div {
    flex: none;             
    width: 100%;           
  }
}
*/
.ng_offer {
    padding-top: 4rem;
    padding-bottom: 4rem;
	
	    padding-left: 1rem;
    padding-right: 1rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	
}

.ng_offer h1 {
	font-weight: 700;
	    font-size: 1.875rem;
    line-height: 2.25rem;
	    margin: 0;
}
.ng_offer h2 {
    font-size: 1.5rem;
    line-height: 2rem;
	    padding-top: 1rem;
		    padding-bottom: 0.5rem;
	
	
	    margin: 0;
}

.ng_snippet h2 {
    font-size: 1.1rem;
   	    padding-top: 1rem;
		padding-bottom:0.2rem;
		    	
	    margin: 0;
}

.ng_snippet p {
    font-size:1rem;
   	   	    	line-height: 1.1rem;
	    margin: 0;
}
.ng_snippet a {
	text-decoration: underline;
}
.ng_offer>div:nth-of-type(1) {
	    font-size: 1.25rem;
    line-height: 1.75rem;
	    padding-top: 2.5rem;
		    padding-bottom: 2.5rem;
	    gap: 1.5rem;
		
	    grid-template-columns: repeat(1, minmax(0, 1fr));
		    display: grid;
}

.ng_offer>div:nth-of-type(1)>div span,.ng_offer>div>div p {
				font-size:24px;
	line-height:32px;
	margin:0;
	
}
.ng_offer>div:nth-of-type(1)>div:nth-of-type(1) {
	--tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
	    border-width: 0px;
}

.ng_offer>div:nth-of-type(1)>div:nth-of-type(2) {}


.ng_offer>div:nth-of-type(2) {
	    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	padding: 1.25rem;
	    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
	    border-width: 1px;
		    border-radius: 0.375rem;



	
}

.ng_offer>div:nth-of-type(2) > form > div {
	
	margin-bottom: 1rem;
	
	
	
	
} 


.ng_offer>div:nth-of-type(2) > form > div:last-of-type {
	    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
	    flex-direction: column;
	    display: flex;
    margin-top: 1rem;

}

@media (min-width: 640px) {
    .ng_offer>div:nth-of-type(2) > form > div:last-of-type {
        gap: 1rem;
    }

    .ng_offer>div:nth-of-type(2) > form > div:last-of-type {
        align-items: center;
    }

   .ng_offer>div:nth-of-type(2) > form > div:last-of-type {
        flex-direction: row;
    }
}

.ng_offer>div:nth-of-type(2) > form > div:last-of-type > button{
	
	    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	font-weight: 500;
	    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
	padding-left: 1.25rem;
    padding-right: 1.25rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    border-radius: 0.5rem;
	    width: 100%;
		display: inline-block;
		    cursor: pointer;
font-size:16px;
}
.ng_offer>div:nth-of-type(2) > form > div span, .ng_offer>div:nth-of-type(2) > form > div label {
 font-size: 0.875rem;
    line-height: 1.25rem;
}

.ng_offer>div:nth-of-type(2) > form > div > label {
	font-weight:700;
	margin-bottom:10px;
	
}

.ng_offer>div:nth-of-type(2) > form > div>textarea {
	    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.625rem;
    --tw-bg-opacity: 1;
   background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    border-width: 2px;
    border-radius: 0.5rem;
    width: 100%;
    display: block;
    resize: vertical;
}


.ng_offer>div:nth-of-type(2) > form > div>input {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
	    padding-left: 1rem;
    padding-right: 1rem;
	    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
--tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
    border-width: 2px;
    border-radius: 0.25rem;
	    -webkit-appearance: none;
    appearance: none;
width: 100%;
display: block;

    font-size: 0.875rem;
}


footer {
	    font-size: 0.875rem;
    line-height: 1.25rem;

    text-align: center;

    padding-top: 1rem;
    padding-bottom: 1rem;

    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));

    border-top-width: 1px;
	
	
}


@media (min-width: 640px) {
    .ng_offer>div:nth-of-type(2) > form > div:last-of-type > button {
        width: auto;
    }
}


@media (min-width: 1024px) {
    .ng_offer>div {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 768px) {
    .ng_offer>div:nth-of-type(1) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
     .ng_offer>div:nth-of-type(1)>div:nth-of-type(1) {
        border-right-width: 1px;
    }
}

@media (min-width: 1024px) {
    .ng_box_img_left > div > div:nth-of-type(2) h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {
    .ng_box_img_left > div{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .ng_box_img_right > div > div:nth-of-type(1) h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1024px) {
    .ng_box_img_right > div  {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (min-width: 1024px) {
    .ng_boxes_aside h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1024px) {
   .ng_boxes_aside > div:nth-of-type(1) {
        gap: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .ng_boxes_aside > div:nth-of-type(1) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .ng_steps > div > div > p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}


@media (min-width: 1024px) {
  .ng_steps > div > i  {
        transform: rotate(0deg);
    }
}


@media (min-width: 1024px) {
    .ng_steps > div > i {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 1024px) {
    .ng_steps > div {
        gap: 1.5rem;
    }
}


@media (min-width: 1024px) {
    .ng_steps > div {
        flex-direction: row;
    }
}


@media (min-width: 640px) {
    .ng_services > div  {
        padding: 1.5rem;
    }
}
@media (min-width: 1024px) {
    .ng_services > div > div > div > picture > img{
        width: 10rem;
    }
}


	@media (min-width: 1024px) {
    .ng_services {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
	
@media (min-width: 1024px) {
    h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 1.5rem;
        line-height: 1;
    }
}
	
	


@media (min-width: 768px) {
    #ng_header > #header_wrapper {
		padding-left: 4rem;
        padding-right: 4rem;
	}
}
@media (min-width: 1024px) {
    #ng_header > #header_wrapper {
		padding-left: 2.5rem;
        padding-right: 2.5rem;
	}
}

@media (min-width: 768px) {
    .ng_single60, .ng_siegel, .ng_snippet, .ng_gallery, .ng_offer, .ng_box_img_left, .ng_box_img_right, .ng_img_right, .ng_logos, .ng_img_left, .ng_video, .ng_voices, .ng_services, .ng_comparison, #ng_faq, .ng_boxes, .ng_steps, .ng_boxes_aside {
        padding-left: 3rem;
        padding-right: 3rem;
    }
	
	.ng_img_right h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
	
}

@media (min-width: 1024px) {
    .ng_img_right {
        
        padding-left: 3rem;
        padding-right: 3rem;
		
    }
	
	.ng_single60, .ng_siegel, .ng_snippet, .ng_gallery, .ng_offer, .ng_box_img_left, .ng_box_img_right, .ng_logos, .ng_img_left, .ng_video, .ng_voices, .ng_services, .ng_comparison, #ng_faq, .ng_boxes, .ng_steps, .ng_boxes_aside  {
		padding-left: 3rem;
        padding-right: 3rem;
		
	}
}

@media (min-width: 1280px) {
    .ng_single60, .ng_siegel, .ng_snippet, .ng_gallery, .ng_offer, .ng_box_img_left, .ng_box_img_right, .ng_img_right, .ng_logos, .ng_img_left, .ng_video, .ng_voices, .ng_services, .ng_comparison, #ng_faq, .ng_boxes, .ng_steps, .ng_boxes_aside  {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (min-width: 1024px) {
    .ng_img_right  > .wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .ng_img_right  > .wrapper > .right > p  {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 768px) {
    .big_heading {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 768px) {
    span, p {
       font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .button_center > a{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {
    .ng_logos  {
		grid-template-columns: auto 1fr;
    }
}


@media (min-width: 768px) {
    .ng_logos > .logos {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .ng_logos > .logos {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
   .ng_img_left {
        grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2rem;
    }
}
	
	
@media (min-width: 768px) {
    .ng_img_left {
        gap: 4rem;
    }
}
	
	

@media (min-width: 1024px) {
    .ng_voices > div {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    #ng_faq > div > div > button > span  {
    font-size: 1rem;
    line-height: 1.5rem;
    }
}




.onoffswitch {
    position: relative; width: 55px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 0px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 16px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #9E9E9E; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 25px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #2196F3; 
}

#cookie_popup {
    position: absolute;
    width: 100%;
    top: 20px;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    z-index: 200000;
    float: none;
}

#cookie_popup>div {
    background: rgba(255,255,255,0.9);
    color: #444;
    padding: 40px;
    margin: 0 auto;
    max-width: 500px
    ;
    font-size: 14px;
}

#cookie_buttons {
}

.onoffswitch-switch {
   background:#bbb;
    }
    
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    background:#60aa00;
    }
    
 .onoffswitch-label {
    border: 0px solid #FFFFFF; 
}

#cookie_buttons {
display:none;
}

#cookie_popup a {
  color:blue;
}

#cookie_popup h2 {
    font-size: 30px;
    margin:0

}
#cookie_popup button {
    border: 0;
    background: #444;
    color: white;
    padding: 20px;
    font-size: 20px;
    width: 100%;
    font-weight: bold;
	cursor:pointer;
}

#popup {display:none}


#ng_header #navi > ul > li > a {
    margin-right:20px;

}



#ng_header #navi > ul > li  {
color: white;
    transition-duration: 500ms;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
margin-left:0px;
}


@media (min-width: 1024px) {
    .mobile_icon {
        display: none;
    }
}





.mobile_icon {
color: rgb(255, 255, 255);




    font-size: 1.875rem;
    line-height: 2.25rem;


    font-weight: 900;
}

#navi {

  flex-direction: column;
  width: 100%;
}

@media (min-width: 1024px) {
    #navi {
        background-color: transparent;
        align-items: center;
        flex-direction: row;
        width: auto;
        display: flex;
    }
	
	#ng_header #navi > ul {
		flex-direction: row;
	}
	
	#ng_header #navi > ul > li:first-of-type::before {
    content: "";
    margin-right: 20px;
	}
		#ng_header #navi > ul > li::before {
    content: "|";
    margin-right: 20px;
	}
}
@media (max-width: 1024px) {
  #navi ul {
		flex-direction: column;
  }
  
  #ng_header #navi {
	
	background:rgb(7 105 160 / 82%);
	padding:20px;
	        margin-top: 20px;
	
	}
  #ng_header #navi li{
	  margin-bottom:20px;
  }
}
.hidden {
	display:none;
}


#ng_header {
	    padding-top: 1rem;
    padding-bottom: 1rem;

    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (max-width: 500px) {
.ng_boxes > div {
max-width:100%	
}
}


#videocanvas {
    position:absolute;
    z-index:100001;
    background:rgba(0,0,0,0.9);
    width:100%;
    height:100%;
	vertical-align: middle;
	display:none;
}

#videocanvas video {
    display:block;
     
    margin:0 auto;
    vertical-align: middle;
    height:400px;
    
    }

#close_video {
	border: 0;
    background: #444;
    color: white;
    padding: 20px;
    font-size: 20px;
    width: 100%;
    font-weight: bold;
    width:200px;
    margin:0 auto;
    display:block;
	margin-bottom:10px;
    margin-top:10px;
    }
#close_video_x {
	width:calc(100% - 20px);
	background:transparent;
	color:red;
	text-align:right;
	padding-right:10px;
	
}

@media only screen and (min-width: 1250px) {
    #popup button, #close_video {
        border-radius: 15px;
        line-height: 14px;
        cursor: pointer;
        background: rgb(238, 238, 238);
        background: -moz-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
        background: linear-gradient(135deg, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );
        color: #444;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
}


/* Footer */
#Footer {
	    overflow: hidden;
	padding:20px;
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
/*margin-bottom:60px;*/
}
.footerWrapper {
	max-width:1250px;
	margin:0 auto;
	display: flex;
	flex-direction:row;
}
.footerSection {
	width:30%;
flex:1 1 auto; margin:10px;
color:<?php echo $sMainColor;?>
}

@media only screen and (max-width: 600px) {
	
 .footerWrapper {
    flex-direction: column; /* Stack vertically on mobile */
  }

  .footerSection {
    width: 100% !important;
    margin: 10px 0; /* Add spacing between sections */
  }

  .footerSection:last-of-type {
    justify-content: center;
  }
}


.footerSection:last-of-type {
	width:30%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.footerSection h3 {
	 color:<?php echo $sMainColor;?>
	
}
.footerSection h3:after {
	width:100px;
	height:1px;
	background:#aaa; 
	content: "";
     display: block;
	 margin-top:5px;
	
	
}

.naviVertical {}
.naviVertical .NaviLinks {
	display:block;	
	float:left;
}

.naviVertical .NaviLink {

	margin-right: 0px;
    padding: 5px 0;
    color: white;
}
.naviVertical .NaviLink a{
	color:black;
	padding:0;
	font-size:16px;
	
}

.naviVertical .NaviLink a:before{
	
	  content: "\1F517";
     display: block;
	 float:left;
	font-weight: 400;
	font-size:10px;
	margin-top:4px;
	margin-right:10px;
}
.naviDeko {
	
	
}
.naviVertical .naviDeko {
	display:none;
	
}


.blau_hintergrund {
	
	--tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
	
}


@media only screen and (max-width: 1414px) and (min-width: 1023px) {
  #ng_header #navi > ul > li > a,     #ng_header #navi > ul > li::before {
font-size:16px;
    margin-right: 10px;
     font-size: clamp(15px, 1vw , 22px);
  }
}

.headerimg {
width:100%;
}

#ng_header.w_image {
    position: relative;
  padding:0;
  margin:0;
}

#overlaycontact {display:none}
#header_wrapper.overlay_header {

  position:absolute;
width:100%;

}

#header_wrapper.overlay_header #navi {

  float:right;
}

@media only screen and (max-width: 600px) {
	
	.headerimg.desktop {
		display:none;
	}
	
	#header_wrapper.overlay_header #navi {

  float:right;
	}
	#header_wrapper.overlay_header {
    padding-left: 1rem;
    padding-right: 1rem;
}
	
}

@media only screen and (min-width: 601px) {
	
	.headerimg.mobile {
		display:none;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#ng_header > picture > img:not(.mobile) {

		display:none;
	}
	
}


.ng_snippet > div {
  display: flex;
  align-items: stretch;   
  overflow: hidden;
  box-shadow: 0 0 10px rgba(143,143,143,.3);
}


.ng_snippet > div > div:nth-of-type(1) {
  flex: 0 0 auto;        
  padding-right: 20px;
  display: flex;          
}


.ng_snippet > div > div:nth-of-type(1) > picture {
  display: block;
  height: 100%;
}


.ng_snippet > div > div:nth-of-type(1) > picture > img {
  height: 100%;
  width: auto !important;    
  max-width: none;          
  object-fit: contain;       
  display: block;
}


.ng_snippet > div > div:nth-of-type(2) {
  flex: 1 1 auto;
  padding: 20px;
}

.ng_snippet > div > div:nth-of-type(2) h2 { margin-top: 0; }







@media only screen and (max-width: 1700px) {
	.ng_snippet  > div {
		
		flex-direction: column;
	}
	
	.ng_snippet > div > div:nth-of-type(1) {
    
    padding-right: 0px;
	display:block;
    
	}
	
	.ng_snippet > div > div:nth-of-type(1) > picture > img {
		width:100% !important;
	}
	
	
}


img {
    border-radius: 0.375rem;

}

h2 {
  margin-top:0 !important;
  padding-top:0 !important;
}

.ng_single60
{
		    padding-top: 4rem;
    padding-bottom: 4rem;
	    padding-left: 1rem;
    padding-right: 1rem;
}

.ng_single60 > div
{
	        padding: 1.5rem;
	    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    border-width: 1px;
    border-radius: 0.375rem;
}

@media only screen and (min-width: 1024px) {
	.ng_comparison  > div, #ng_faq > div, #ng_faq > h2, .ng_offer > div, .ng_offer > h2, .ng_offer > h3 ,.ng_single60 > div, .ng_snippet > div, .ng_snippet > h1 , .ng_snippet > p, .ng_snippet > h2, .ng_gallery >  div, .ng_gallery > h2 {
	  max-width:60%;
	  margin:0 auto;
	}

}


.ng_snippet > h2 {
	margin-bottom: 1.5rem;
}

.ng_snippet h3 {
	margin-top:0;
	
}
#videocanvas.fullscreen {
  position: fixed;
  inset: 0;              
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
}


#videocanvas.fullscreen video,
#videocanvas.fullscreen canvas {
    
}
#videoel {
    margin-top: 100px !important;
}

#videocanvas:fullscreen::backdrop {
  background: rgba(0,0,0,0.5); /* 20% transparent black */
}

#videocanvas:-webkit-full-screen::backdrop { /* Safari / WebKit */
  background: rgba(0,0,0,0.5);
}

/* spacing for the icon */
ul.checklist { list-style: none; margin: 0; padding: 0; }
ul.checklist li {
  position: relative;
  padding-left: 2rem;       /* room for the circle */
  line-height: 1.8;
}


ul.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: rgb(239, 123, 0);
}


ul.checklist li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff; 

  -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M5 13l4 4L19 7" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>\
</svg>') no-repeat center / 70% 70%;
          mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M5 13l4 4L19 7" fill="none" stroke="black" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>\
</svg>') no-repeat center / 70% 70%;
}



ul.checklist li i { display: none !important; }



 
.stars {
  display: flex;
  gap: 0.3rem; 
}

.stars i {
  display: inline-block;
  width: 1.6rem;   
  height: 1.6rem;
  background-color: gold; 


  -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M12 17.3l6.18 3.7-1.64-7.03L21 9.24l-7.19-.61L12 2 10.19 8.63 3 9.24l5.46 4.73L6.82 21z"/>\
</svg>') no-repeat center / contain;
          mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M12 17.3l6.18 3.7-1.64-7.03L21 9.24l-7.19-.61L12 2 10.19 8.63 3 9.24l5.46 4.73L6.82 21z"/>\
</svg>') no-repeat center / contain;
}


.arrow-right {
  display: inline-block;
  width: 1.5em;             
  height: 1.5em;
  background-color: currentColor; 
  
  -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M10 17l5-5-5-5v10z"/>\
</svg>') no-repeat center / contain;
          mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
  <path d="M10 17l5-5-5-5v10z"/>\
</svg>') no-repeat center / contain;
}


.ng_box_img_right > div > div:nth-of-type(2) > p.inpic, .ng_box_img_left > div > div:nth-of-type(1) > p.inpic {
    color: white;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.25rem;
    
margin-top: 425px;
    position: absolute;
    


    }    
.ng_box_img_right > div > div:nth-of-type(2) {
    display: flex;
    flex-direction: column; /* Stapelt Bild und Text */
    align-items: center;    /* zentriert beides */
}

.ng_box_img_right > div > div:nth-of-type(2) .underpic {
    margin-top: 0.5rem; /* Abstand zum Bild */
    text-align: center;
}