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;
}
.mittel {
	font-size: 1.5em;
}
.update {text-align: center}
@media (min-width: 1024px) {
	.mittel {
	font-size: 1.5em;
}
}
@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;
    }
}
#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: clamp(2.5rem, 5vw, 4.5rem) 1.25rem;
	background-color: #eff6ff;
	color: #1f2937;
}

.footerWrapper {
	max-width: 1250px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(260px, 1.1fr) minmax(280px, 1fr) minmax(220px, 0.8fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.footerSection {
	min-width: 0;
	width: auto;
	margin: 0;
	color: #1f2937;
}

.footerSection h3 {
	margin: 0 0 1.25rem;
	color: #111827;
}

.footerSection h3:after {
	display: block;
	width: 100px;
	height: 1px;
	margin-top: 5px;
	background: #94a3b8;
	content: "";
}

.footerSection a {
	color: #334155;
}

.site-logo,
.site-logo picture,
.site-logo img {
	display: block;
}

.site-logo img {
	width: 100%;
	height: auto;
}

.footer-logo-link {
	display: block;
	width: min(100%, 300px);
	margin: 0 0 2rem;
	text-decoration: none;
}

.footer-logo-picture,
.footer-logo-image {
	display: block;
	width: 100%;
	height: auto;
}

.naviVertical .NaviLinks {
	display: block;
}

.naviVertical .NaviLink {
	margin: 0;
	padding: 0.3rem 0;
	color: #334155;
	font-size: 1rem;
	line-height: 1.4;
}

.naviVertical .NaviLink a {
	padding: 0;
	color: #334155;
	font-size: 1rem;
}

.naviVertical .NaviLink a:before {
	display: inline-block;
	margin-right: 0.5rem;
	content: "\1F517";
	font-size: 0.65rem;
	font-weight: 400;
}

.naviDeko,
.naviVertical .naviDeko {
	display: none;
}

.footer_3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.footer-pe-link {
	display: block;
	text-decoration: none;
}

.footer-pe-link img {
	display: block;
	width: 210px;
	max-width: 100%;
	height: auto;
	border: 0;
}

.footer-pe-rating {
	margin-top: 1rem;
}

.footer-pe-rating #pe_rating {
	display: block;
	text-align: center;
}

.footer_4 {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 9999;
	width: auto;
	margin: 0;
}

#myBtn {
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	place-items: center;
	border: 1px solid #cbd5e1;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 4px 14px rgb(15 23 42 / 0.15);
	color: #1f2937;
	cursor: pointer;
	font-size: 1.1rem;
}

#myBtn.invisible {
	display: none;
}

#myBtn:hover {
	background: #f8fafc;
}

@media only screen and (max-width: 900px) {
	.footerWrapper {
		grid-template-columns: minmax(0, 1fr);
		gap: 2.5rem;
	}

	.footer_3 {
		align-items: flex-start;
		text-align: left;
	}

	.footer-pe-rating #pe_rating {
		text-align: left;
	}
}
.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;
}

@media (min-width: 1024px) {
	.mittel {
	font-size: 1.5em;
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 1em;
		padding-right: 1em;
}
}

/* Footer: Logo */
.footer_1 .footer-logo {
	width: 300px;
}

/* Footer: AI-Labels Container */
.footer-ai-labels {
	margin-top: 36px;
	width: 300px;
	font-size: 15px;
	line-height: 1.45;
	opacity: 0.75;
	text-align: left;
}
.footer-ai-labels-icons {
	margin-bottom: 10px;
	text-align: left;
}
.footer-ai-labels-icons img {
	height: 34px !important;
	width: auto !important;
	max-width: none;
	display: block;
	padding: 0;
	border-radius: 0;
}
.footer-ai-labels-icons img:first-child {
	margin: 0 0 0 -5px;
}
.footer-ai-labels-icons img:last-child {
	margin: 0 0 0 -13px;
}
.footer-ai-hint {
	margin: 0;
	padding: 0;
}

/* Footer: ProvenExpert */
.footer_3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.footer-pe-link {
	text-decoration: none;
}
.footer-pe-link img {
	border: 0;
}
.footer-pe-rating {
	margin-top: 1rem;
}
/* ProvenExpert API Rating-Widget untereinander anordnen */
.footer-pe-rating #pe_rating {
	display: block;
	text-align: center;
}


/* ===== Artikeluebersicht ===== */
.article-overview {
  padding: 3.5rem 1rem 4.5rem;
  background-color: #fff;
}
.article-overview__intro {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto 3rem;
}
.article-overview__intro h1 {
  margin: 0 0 1rem;
  font-size: 2.25rem;
  line-height: 1.2;
}
.article-overview__intro p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.8;
}
.article-overview__list {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}
.article-overview__item {
  display: grid;
  grid-template-columns: minmax(18rem, 38%) minmax(0, 1fr);
  overflow: hidden;
  background-color: #f2f5f8;
  border: 1px solid #dce3e8;
  border-radius: 0.5rem;
}
.article-overview__image {
  display: block;
  min-height: 15rem;
  overflow: hidden;
  background-color: #dce3e8;
}
.article-overview__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.article-overview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}
.article-overview__image:hover img {
  transform: scale(1.015);
}
.article-overview__content {
  padding: 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.article-overview__content h2 {
  margin: 0 0 0.75rem;
  font-size: 1.6rem;
  line-height: 1.3;
}
.article-overview__content h2 a:hover,
.article-overview__content h2 a:focus-visible {
  color: rgb(7, 105, 160);
}
.article-overview__content p {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.7;
}
.article-overview__link {
  color: rgb(7, 105, 160);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.article-overview__image:focus-visible,
.article-overview__content a:focus-visible {
  outline: 3px solid #ef7b00;
  outline-offset: 3px;
}
@media (max-width: 760px) {
  .article-overview {
    padding: 2.5rem 1rem 3.5rem;
  }
  .article-overview__intro {
    margin-bottom: 2rem;
  }
  .article-overview__intro h1 {
    font-size: 2rem;
  }
  .article-overview__item {
    grid-template-columns: 1fr;
  }
  .article-overview__image {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .article-overview__content {
    padding: 1.5rem;
  }
  .article-overview__content h2 {
    font-size: 1.4rem;
  }
}
/* ===== Ende Artikeluebersicht ===== */

/* ===== Artikel-Vorlage: zentriertes Bild + lesbarer Textabschnitt ===== */
.ng_artikel_bild {
  padding: 3rem 1rem;
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.ng_artikel_bild img {
  width: 100%;
  max-width: 48rem;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.ng_artikel_text {
  padding: 2rem 1rem;
  background-color: #fff;
}
.ng_artikel_text > div {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}
.ng_artikel_text h1 { font-size: 2rem;    line-height: 2.5rem; margin: 0 0 1rem; }
.ng_artikel_text h2 { font-size: 1.5rem;  line-height: 2rem;   margin: 2rem 0 1rem; }
.ng_artikel_text p  { font-size: 1.125rem; line-height: 1.8;   margin: 0 0 1.25rem; }
.ng_artikel_text ul {
  margin: 0 0 1.5rem;
  padding-left: 1.5rem;
  list-style: disc;
}
.ng_artikel_text li {
  margin: 0 0 0.5rem;
  padding-left: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
.ng_artikel_text li::marker {
  color: #ef7b00;
  font-size: 1.1em;
}

@media (min-width: 1024px) {
  .ng_artikel_text > div {
    width: 60%;
    max-width: 48rem;
  }
}

/* ---- Ueber den Autor ---- */
.ng_artikel_autor {
  padding: 2rem 1rem 3rem;
  background-color: #fff;
}
.ng_artikel_autor > div {
  max-width: 48rem;
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  background-color: #f2f5f8;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.ng_artikel_autor picture,
.ng_artikel_autor img {
  flex-shrink: 0;
}
.ng_artikel_autor img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 0;
  display: block;
}
.ng_artikel_autor h2 { margin: 0 0 0.5rem; font-size: 1.25rem; line-height: 1.75rem; }
.ng_artikel_autor p  { margin: 0; font-size: 1rem; line-height: 1.6; }

@media (max-width: 640px) {
  .ng_artikel_autor > div { flex-direction: column; text-align: center; }
}
/* ===== Ende Artikel-Vorlage ===== */

.provenexpert-summary {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.3rem;
	min-width: 10rem;
	padding: 0.8rem;
	border: 1px solid #d8cda9;
	border-radius: 0.375rem;
	color: #5f5333;
	text-align: center;
	text-decoration: none;
}

.provenexpert-summary .stars i {
	width: 1.2rem;
	height: 1.2rem;
}
/* Keep separators evenly spaced for linked and plain-text navigation items. */
@media (min-width: 1024px) {
	#ng_header #navi > ul > li {
		margin-right: 20px;
	}

	#ng_header #navi > ul > li:last-child {
		margin-right: 0;
	}

	#ng_header #navi > ul > li > a {
		margin-right: 0;
	}
}

@media (min-width: 1024px) and (max-width: 1414px) {
	#ng_header #navi > ul > li {
		margin-right: 10px;
	}
}
/* Sprachumschalter Kopfnavigation */
#ng_header #navi > ul > li.language-switcher {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  padding-inline: 4px !important;
}

#ng_header #navi > ul > li.language-switcher::before {
  content: none !important;
}

#ng_header #navi .language-link {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  width: 22px !important;
  height: 18px !important;
  padding: 0 0 4px !important;
  border: 0 !important;
  line-height: 1;
}

#ng_header #navi .language-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
}

#ng_header #navi .language-link.active::after {
  background: currentColor;
}

#ng_header #navi .language-link > img {
  display: block !important;
  width: 22px !important;
  min-width: 22px !important;
  max-width: 22px !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  object-fit: cover !important;
  margin: 0 !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}

/* Zentrierte Zweispalten-Layouts */
@media (min-width: 1024px) {
  .ng_img_right > .wrapper,
  .ng_img_left,
  .ng_box_img_right > div,
  .ng_box_img_left > div {
    grid-template-columns: repeat(2, minmax(0, 48rem));
    justify-content: center;
    column-gap: clamp(2.5rem, 5vw, 6rem);
  }
}
/* Persönlicher Ich-Abschnitt als leicht geneigte Grußkarte */
.personal-note {
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 4vw, 4.5rem);
  background: #e3eaf2;
}

.personal-note__card {
  width: min(100%, 92rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.65fr);
  align-items: start;
  gap: clamp(2.25rem, 5vw, 5rem);
  padding: clamp(2rem, 4vw, 4.5rem);
  color: #10243c;
  background: #fffdf8;
  box-shadow: 0 1.75rem 3.5rem rgba(15, 23, 42, 0.25);
  transform: rotate(-1deg);
  transform-origin: center;
}

.personal-note__portrait {
  justify-self: center;
  padding: 0.55rem;
  background: #fff;
  box-shadow: 0 1rem 2rem rgba(15, 23, 42, 0.22);
  transform: rotate(0.45deg);
}

.personal-note__portrait picture,
.personal-note__portrait img {
  display: block;
  width: 100%;
}

.personal-note__portrait img {
  max-height: 38rem;
  object-fit: cover;
}

.personal-note__message,
.personal-note__message h2,
.personal-note__message p {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.personal-note__message h2 {
  margin: 0;
  padding: 0 0 1rem;
  font-size: clamp(1.75rem, 2.5vw, 2.65rem);
  line-height: 1.15;
  font-weight: 700;
}

.personal-note__message p {
  margin: 0 0 1rem;
  font-size: clamp(1.05rem, 1.3vw, 1.28rem);
  line-height: 1.55;
  position: relative;
  z-index: 2;
}

.personal-note__message strong {
  font-weight: 700;
}

.personal-note__signature {
  display: flex;
  justify-content: flex-end;
  margin-top: -2.25rem;
  padding-right: clamp(0rem, 5vw, 5rem);
  position: relative;
  z-index: 1;
}

.personal-note__signature img {
  width: clamp(9rem, 15vw, 14rem);
  height: auto;
}

@media (max-width: 900px) {
  .personal-note {
    padding: 3rem 1rem;
  }

  .personal-note__card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: clamp(1.25rem, 5vw, 2.5rem);
    transform: rotate(-0.35deg);
  }

  .personal-note__portrait {
    width: min(100%, 28rem);
  }

  .personal-note__message p {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .personal-note__signature {
    padding-right: 1rem;
  }
}
/* Buchseite: Der KI-Kompass */
.book-page {
  margin: 0;
  color: #1b2330;
  background: #fbfaf7;
}

.book-page main {
  overflow: hidden;
}

.book-topbar {
  position: relative;
  z-index: 10;
  background: #070713;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.book-topbar__inner {
  width: min(100% - 2rem, 80rem);
  min-height: 5.25rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.book-topbar__logo {
  display: block;
  flex: 0 0 auto;
}

.book-topbar__logo img {
  display: block;
  width: clamp(10.5rem, 18vw, 14rem);
  height: auto;
}

.book-topbar__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.9rem, 2vw, 1.75rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.book-topbar__nav a {
  color: #fff;
  font-size: 0.95rem;
  text-decoration: none;
}

.book-topbar__nav a:hover,
.book-topbar__nav a:focus-visible {
  color: #f59a23;
}

.book-topbar .language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.book-topbar .language-link {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 18px;
  padding-bottom: 4px;
}

.book-topbar .language-link::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: transparent;
}

.book-topbar .language-link.active::after {
  background: #f59a23;
}

.book-topbar .language-link img {
  display: block;
  width: 22px;
  height: 14px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.book-hero {
  position: relative;
  padding: clamp(4rem, 8vw, 8rem) 1.5rem;
  background:
    radial-gradient(circle at 76% 30%, rgba(239, 123, 0, 0.16), transparent 28rem),
    linear-gradient(145deg, #fffdf8 0%, #f5f1e9 100%);
}

.book-hero::after {
  content: '';
  position: absolute;
  width: 28rem;
  height: 28rem;
  right: -14rem;
  bottom: -18rem;
  border-radius: 50%;
  border: 1px solid rgba(239, 123, 0, 0.22);
}

.book-hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 75rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.book-hero__copy {
  max-width: 45rem;
}

.book-eyebrow {
  margin: 0 0 0.8rem;
  color: #c65e00;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.book-hero h1 {
  margin: 0;
  color: #101625;
  font-size: clamp(3.25rem, 7vw, 6.2rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.book-subtitle {
  max-width: 42rem;
  margin: 1.5rem 0 1.75rem;
  color: #3d4858;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1.35;
}

.book-lead {
  color: #111827;
  font-size: 1.12rem;
  font-weight: 700;
}

.book-hero__copy > p:not(.book-eyebrow):not(.book-subtitle) {
  max-width: 42rem;
  line-height: 1.75;
}

.book-hero__cover {
  display: flex;
  justify-content: center;
  perspective: 80rem;
}

.book-hero__cover picture {
  display: block;
  width: min(100%, 25rem);
}

.book-hero__cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.25rem 0.65rem 0.65rem 0.25rem;
  box-shadow:
    0 3.5rem 4.5rem -2rem rgba(10, 18, 32, 0.48),
    1.2rem 1.4rem 1.8rem -1rem rgba(10, 18, 32, 0.3),
    0 0 0 1px rgba(10, 18, 32, 0.08);
  transform: rotateY(-3deg) rotateZ(0.6deg);
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 0.45rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.book-button:hover,
.book-button:focus-visible {
  transform: translateY(-2px);
}

.book-button--primary {
  color: #fff;
  background: #ef7b00;
  box-shadow: 0 0.9rem 2rem -0.9rem rgba(188, 83, 0, 0.75);
}

.book-button--primary:hover,
.book-button--primary:focus-visible {
  color: #fff;
  background: #d96f00;
}

.book-button--secondary {
  color: #222b38;
  border-color: #b8bec7;
  background: rgba(255, 255, 255, 0.7);
}

.book-section {
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
  background: #fff;
}

.book-section--tinted {
  background: #f2eee6;
}

.book-section__inner {
  width: min(100%, 72rem);
  margin-inline: auto;
}

.book-section h2,
.book-related h2 {
  max-width: 48rem;
  margin: 0 0 1.4rem;
  color: #101625;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.book-prose {
  max-width: 52rem;
}

.book-prose p,
.book-two-columns p,
.book-author p,
.book-related p {
  font-size: 1.08rem;
  line-height: 1.78;
}

.book-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.book-checklist,
.book-content-card ul {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.book-checklist li,
.book-content-card li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.7rem;
  line-height: 1.6;
}

.book-checklist li::before,
.book-content-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #ef7b00;
  box-shadow: 0 0 0 0.25rem rgba(239, 123, 0, 0.14);
}

.book-content-card {
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid rgba(20, 30, 44, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 1.6rem 4rem -3rem rgba(22, 31, 45, 0.6);
}

.book-content-card h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.book-author {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  max-width: 58rem;
}

.book-author__monogram {
  display: grid;
  place-items: center;
  width: clamp(6rem, 12vw, 9rem);
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #ef7b00, #a74800);
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  box-shadow: 0 1.2rem 2.8rem -1.5rem rgba(121, 52, 0, 0.65);
}

.book-section--dark {
  color: #e9edf4;
  background: #101625;
}

.book-section--dark h2 {
  color: #fff;
}

.book-section--dark .book-eyebrow {
  color: #f5a34d;
}

.book-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 2.25rem 0 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.book-data > div {
  padding: 1.1rem 1rem 1.1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.book-data dt {
  margin-bottom: 0.3rem;
  color: #f5a34d;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.book-data dd {
  margin: 0;
  line-height: 1.55;
}

.book-faq {
  max-width: 58rem;
}

.book-faq details {
  border-bottom: 1px solid #d9dde3;
}

.book-faq summary {
  position: relative;
  padding: 1.4rem 2.5rem 1.4rem 0;
  color: #17202d;
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.book-faq summary::-webkit-details-marker {
  display: none;
}

.book-faq summary::after {
  content: '+';
  position: absolute;
  right: 0.25rem;
  top: 1.15rem;
  color: #ef7b00;
  font-size: 1.6rem;
  font-weight: 400;
}

.book-faq details[open] summary::after {
  content: '–';
}

.book-faq details p {
  max-width: 48rem;
  margin: -0.25rem 0 1.5rem;
  line-height: 1.7;
}

.book-related {
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
  background: #f2eee6;
}

.book-related__inner {
  width: min(100%, 72rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.book-related__note {
  margin: 0;
  padding: 1.4rem 1.6rem;
  border-left: 4px solid #ef7b00;
  background: rgba(255, 255, 255, 0.7);
}

.book-related h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.book-page #Footer {
  margin-top: 0;
}

@media (max-width: 900px) {
  .book-hero__content,
  .book-two-columns,
  .book-related__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .book-hero__cover {
    grid-row: 1;
  }

  .book-hero__cover picture {
    width: min(72vw, 22rem);
  }
}

@media (max-width: 680px) {
  .book-topbar__inner {
    padding-block: 0.9rem;
    align-items: flex-start;
  }

  .book-topbar__nav ul {
    flex-wrap: wrap;
    gap: 0.65rem 1rem;
  }

  .book-topbar__nav li:not(.language-switcher) {
    display: none;
  }

  .book-hero,
  .book-section,
  .book-related {
    padding-inline: 1.1rem;
  }

  .book-author {
    grid-template-columns: minmax(0, 1fr);
  }

  .book-data {
    grid-template-columns: minmax(0, 1fr);
  }

  .book-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .book-button {
    width: 100%;
  }
}
.provenexpert-rating-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    max-width: 210px;
    min-height: 72px;
    padding: 14px 18px;
    border: 1px solid #c9b98e;
    background: #fff;
    color: #726542;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}
