* {
	box-sizing: border-box;
	border-spacing: 0;
	border: none;
	outline: 0;
}

/*
::selection {background: #000; color: #fff;}
::-moz-selection {background: #000; color: #fff;}
*/


/************* HEADLINES **************/

h1 {
	font-weight: 700;
	font-size: 2rem;
	margin: 0;
}


h2 {
	font-weight: 700;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 2.4rem;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 span.xxx { /* 2do klasse vergeben */
	display: inline-block;
	padding: 0 10px 10px 0;
	font-size: 1.8rem;
}

h1 > i, h2 > i, h3 > i, h4 > i {
	margin-right: 6px;
}

h3 {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 120%;
	margin: 0 0 5px 0;
	padding: 0;
}

div.row h2 {
	margin: 0;
}

h4 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	padding: 0 10px 10px 0;
}

h5 {
	font-size: 17px;
}

.shorten {
	overflow: hidden;
	text-overflow: ellipsis;
}

h2 li {
	list-style-type: none;
}

/************* PARAGRAPH & CO **************/
p {
	margin: 0 0 10px 0;
	font-weight: 500;
}

/************* ANCHORS **************/

a {
	text-decoration: none;
	color: inherit; /* color from parent not default blue */
}
a[data-on_click],a[onclick] {
	cursor: pointer;
}
s{
	display: none;
}
/************* LISTS **************/


/************* OTHER **************/
pre {
	tab-size: 3;
	margin: 0;
}

img,
svg,
audio,
video {
	width: 100%;
}

hr {
	border-top: 2px solid black;
	width: 100%;
}

.row > hr {
	margin: 0;
}




.logo > svg *,
div.dragimage svg * {
	fill: #fff;
}

.wallSettings p.oneTenth {
	text-align: center;
	padding-top: 6px;
}

datalist {
	position: absolute;
	background: #fff;
	padding: 0;
	border: 2px solid rgb(0, 0, 0);
	z-index: 50;
	max-height: 300px;
	overflow: auto;
	transform: translateY(-2px);
}

datalist option {
	padding: 5px 10px;
	cursor: pointer;
}

datalist option:hover {
	background: rgba(0, 0, 0, .1);
}

progress{
	background: #fff;
	border: 2px solid rgb(0, 0, 0);
	color:#000;
	height: 35px;
	width:100%;
}

progress::-moz-progress-bar {
	background-color: #000 !important;
}

progress::-webkit-progress-bar{
	background-color: #fff !important;
}
progress::-webkit-progress-value {
	background-color: #000 !important;
}


code,
xmp,
textarea[disabled] {
	word-wrap: break-word;
	box-decoration-break: clone;
	padding: 10px;
	border: 2px solid black;
	font-family: monospace;
	display: block;
	width: 100%;
	overflow: auto;
	resize: none;
}
div.domLayerPlaceholder {
	display: none;
}