
/* 
	Styles that are loaded IN EVERY WEBSITE website in editmode AND no-editmode.
	The styles add usability- and styling-functionality to each page.
	If this functionality would cause problems in editmode: Put it in global-styles-no-editmode.css!

	Load order: 
	1. Privacy Config
	2. jQuery + Colorbox
	3. Animation
	4. Extension-Styles
	5. font-awesome
	6. global-styles-always.css
	7. global-styles-no-editmode.css (if we are in no-editmode)
	8. Reseller-Styles
	9. Website-Styles
*/

/********************************************************* scroll-behavior *********************************************************/

html {
	scroll-behavior: smooth;
}
iframe{
	overscroll-behavior: contain;
}
.cms_anchor{
	scroll-margin-top: 150px;
}


/********************************************************* iframes *********************************************************/

iframe{
	width: 100%;
	border: none;
}