﻿.dl-button:hover {
	background-color: #363640;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	cursor: pointer;
}

/* Nur Firefox */
@-moz-document url-prefix() {
    .ff-pdfdl-hidden {
        right: -380px;
    }
}

/* NotoSans Font einbinden*/
@font-face {
	font-family: "NotoSans";
	src: url(../../fonts/NotoSans/NotoSans-Regular.ttf) format('truetype');
}
/* via CSS-Fromate im Stil-Viewlet eingebunden
body * {
	font-family: "NotoSans", sans-serif;
}
*/

@font-face {
	font-family: "NotoSans-RTL";
	src: url(../../fonts/NotoSansArabic/NotoSansArabic-Regular.ttf) format('truetype');
}
/*  via CSS-Fromate im Stil-Viewlet eingebunden
body {
	font-family: "NotoSans-RTL", sans-serif;
}
*/


/* Damit Content vom Footer nicht verdeckt wird deaktiviert QAS 2022-11-17
article[role=main] {
	padding-bottom: 80px;
}
*/

/*
.scroll::before {
	dispaly: none;
}
.scroll::after {
	display: flex;
}
*/