* {
	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: #000;
	cursor: pointer;
}

/************* 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;
}


/************* FORM ELEMENTS **************/
form {
	width: 100%;
}

input,
.input {
	width: 100%;
	padding: 10px 10px;
	background: transparent;
}

input.half {
	width: 80px;
}

input[type=color] {
	width: 3em;
	padding: 0;
	background: transparent;

}

select {
	width: 100%;
	background: transparent;
}

option {
	color: #000 !important;
}

form label {
	margin-bottom: 2px;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
select,
.input {
	border: 2px solid rgb(0, 0, 0);
	font-size: inherit;
	height: 35px;
}


textarea {
	min-height: 120px;
	font-size: 1.6rem;
	font-family: 'Neue Haas Grotesk W01 Disp', Times, Arial, sans-serif;
	border: 2px solid rgb(0, 0, 0);
	padding: 10px;
	width: 100%;
}

input[type=checkbox],
input[type=radio] {
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid rgb(0, 0, 0);
	padding: 10px;
	margin: 0;
	display: inline-block;
	position: relative;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
	background: url("../img/checkbox-checked.svg") no-repeat center center / contain;
	border: 0;
	padding: 12px;

}

input[type=range] {
	-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
	width: 100%; /* Specific width is required for Firefox. */
	background: transparent; /* Otherwise white in Chrome */
	padding: 0;
	margin: 10px 0;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
}

input[type=range]:focus {
	outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
	width: 100%;
	cursor: pointer;

	/* Hides the slider so custom styles can be added */
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-moz-range-thumb,
input[type=range]::-webkit-slider-thumb {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: black;
	cursor: grab;
}

input[type=range]::-moz-range-track,
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 10px;
	cursor: pointer;
	background: lightgray;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #000;
}

input[type='radio']:checked {
	background: #000;
}

input[type='file'] {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

form[action="search"] {
	margin-bottom: 10px;
}

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

label span {
	padding: 0px 10px 0px 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-top: -13px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.button,
button {
	border: 2px solid #000;
	padding: 0 8px;
	display: inline-block;
	margin: 0 10px 0 0;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
	line-height: 2rem;
	height: 30px;
	color: white;
	background: black;
	text-transform: uppercase;
	font-weight: 700;
	min-width: 280px;
	position: relative;
	font-family: 'Neue Haas Grotesk W01 Disp', Times, Arial, sans-serif;
	font-size: 1.3rem;
}

button[data-action*='delete']:hover {
	background-color: #DC0000 !important;
	color: #fff !important;
}

.button {
	padding-top: 4px;
}

button[disabled] {
	background: rgb(230, 230, 230);
	color: darkgray;
	border-color: darkgray;
}

input[readonly] {
	color: darkgray !important;
	border-color: darkgray !important;
}

[disabled] {
	color: inherit;
	opacity: 0.5;
}

button.iconOnly {
	min-width: 0;
}

button.iconOnly i {
	float: none;
	margin: 0;
}

button.small {
	min-width: 140px;
}

button i,
.button i {
	font-size: 2rem;
	margin-right: 20px;
	float: left;
}

form button {
	margin-top: 10px;
}

.button.selected,
button.transparent {
	background: white;
	color: black;
	font-weight: 700;

}

.button:hover,
button:hover:not([disabled]) {
	background: white;
	color: black;
	transition: color 0.3s ease, background-color 0.3s ease;
}


button.transparent:hover {
	background: #000;
	color: #fff;
}


.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;
}

/************* TABLE **************/
table {
	width: 100%;
}

th, td {
	text-align: left;
	padding: 5px;
	transition: background-color ease-in-out .2s;
}

th {
	border-bottom: 2px solid #000;
	padding: 10px 5px;
}
th b {
	white-space: nowrap;
}
th b i{
	margin-left: 3px;
}

th s {
	display: none;
}

tr:nth-child(odd) td {
	background: rgba(0, 0, 0, .06);
}

tr:hover td {
	background: rgba(0, 0, 0, .1);
}

tr.selected td {
	background: rgba(0, 0, 0, .8);
	color: white;
}

tr.selected td a {
	color: white;
}

.right {
	text-align: right;
}

.top, tr.top td {
	vertical-align: top;
}

table button,
table.button {
	width: auto;
	display: inline-block;
	margin-top: 0;
}


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;
}
