::selection {background: rgba(0,0,0,0.95); color: rgb(255,255,255);}
::-moz-selection {background: rgba(0,0,0,0.95); color: rgb(255,255,255);}

*, *:before, *:after{
    margin:0;
    padding:0;
    border:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

body {
	font-weight: normal;
    font-feature-settings: "liga", "dlig", "kern" 1;
    font-kerning: normal;
    -webkit-tap-highlight-color: transparent;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button:focus {
    outline: none;
}

img {
    width: 100%;
    display: block;
}

a {
	color: black;
	text-decoration: none;
	outline: none;
}

p:empty {
    display: none;
}
 
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

.nobreak {
    white-space: nowrap;
}

main {
    position: relative;
    display: block;
}

.popups {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding: 1rem;
}

.popups-window {
	position: relative;
	width: 100%;
	z-index: 100;
	padding: 1rem;
	background: #1d1d1d;
	border: 1px solid #fff;
	color: #fff;
	/* display: none; */
}
.popups-window.cookienotice {
	max-width: 420px;
}

noscript .popups-window {
	display: block;
}