﻿/* nienkerke_de.css */
html{scroll-behavior:smooth!important}
.nc-animate-opacity{animation:opac 9s}@keyframes opac{0%{opacity:0} 20%{opacity:1} 80%{opacity:1} 100%{opacity:0}}
.nc-rotate180{transform:rotate(180deg)}
.nc-animate-rotate180{transition:transform 0.5s}
.nc-collapse{height:0!important;visibility:hidden;opacity:0}
.nc-animate-collapse{transition:opacity 0.5s}
.nc-slideshow-text{width:90%!important;text-shadow:0.2vmin 0.2vmin 0.4vmin #000;font-size:3.5vmin!important;font-weight:bold!important;position:absolute!important;}
h1,h2,h3,h4,h5,h6,p{font-family:Verdana,Arial,sans-serif}
h1{font-size:30px!important}
h2{font-size:26px!important}
h3{font-size:22px!important}
.nc-large{font-size:16px!important}
/*"Lucida Sans Unicode", "Lucida Grande",*/
.nc-anchor{height:73px!important;margin-top:-73px!important;visibility:hidden!important;}
.nc-powerbiframe{width:420px;height:296px}
@media (min-width:768px){.nc-powerbiframe{width:680px;height:443px}}
@media (min-width:1201px){.nc-powerbiframe{width:830px;height:526px}}
/* Colors */
.nc-light-grey,.nc-hover-light-grey,.nc-light-gray,.nc-hover-light-gray{background-color:#fcfcfc}
.nc-dark-grey,.nc-hover-dark-grey,.nc-dark-gray,.nc-hover-dark-gray{background-color:#f6f6f6}
.nc-accent1,.nc-hover-accent1:hover{color:#fff!important;background-color:#ff9000!important}
.nc-accent2,.nc-hover-accent2:hover{color:#fff!important;background-color:#44bac4!important}
.nc-text-accent1,.nc-hover-text-accent1:hover{color:#ff9000!important}
.nc-text-accent2,.nc-hover-text-accent2:hover{color:#44bac4!important}
.nc-border-top-accent1,.nc-hover-border-top-accent1:hover{border-top-color:#ff9000!important}
.nc-border-bottom-accent2,.nc-hover-border-bottom-accent2:hover{border-bottom-color:#44bac4!important}
