* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #666666;
	cursor: default;
	word-wrap: break-word;
}

html, body {
	height: 100%;
}

.no-select {
    user-select: none;
}

.hidden {
    display: none;
}

.chosen {
	width: 250px;
}
.dark-table {
	background: white;
	border-radius: 3px;
	border-collapse: collapse;
	width: 100%;
	margin: auto;
	padding: 5px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.dark-table th {
	color: #D5DDE5;
	background: #1b1e24;
	border-bottom: 4px solid #9ea7af;
	border-right: 1px solid #343a45;
	font-size: 23px;
	font-weight: 100;
	padding: 24px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align: middle;
	user-select: none;
}

.dark-table tr {
	border-top: 1px solid #C1C3D1;
	border-bottom: 1px solid #C1C3D1;
	color: #666B85;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.dark-table tr:last-child td:first-child {
	border-bottom-left-radius:3px;
}
 
.dark-table tr:last-child td:last-child {
	border-bottom-right-radius:3px;
}

.dark-table tr:nth-child(odd) td {
	background: #EBEBEB;
}

.dark-table th:first-child {
	border-top-left-radius:3px;
}
 
.dark-table th:last-child {
	border-top-right-radius: 3px;
	border-right: none;
}

.dark-table td {
	background: #FFFFFF;
	padding: 20px;
	vertical-align: middle;
	font-weight: 100;
	font-size: 18px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #C1C3D1;
	font-family: 'Roboto', Arial, sans-serif;
}

.dark-table td:last-child {
	border-right: 0px;
}

.dark-table input[type="text"], .dark-table input[type="password"] {
	padding: 8px;
	width: 100%;
	border: 1px solid transparent;
	background-color: transparent;
	font-size: 16px;
	font-weight: 100;
	font-family: 'Robot', Arial, serif;
	transition: all ease-in-out 0.2s;
}

.dark-table input[type="text"]:hover, .dark-table input[type="password"]:hover {
	border: 1px solid #cdcdcd;
}

.dark-table input[type="text"]:focus, .dark-table input[type="password"]:focus {
	border: 1px solid #cdcdcd;
	background-color: white;
}

a.chosen-single {
	color: #444444 !important;
	text-decoration: none !important;
}

a, a:active, a:focus, button, button:active, button:focus {
	outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

nav {
    padding: 20px;
}

nav > a {
    position: absolute;
    right: 20px;
    top: 17px;
    display: none;
}

nav > a > img {
    height: 35px;
}

nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

nav > ul > li:not(:last-child) {
    margin-right: 25px;
}

nav > ul > li:first-child a {
    padding: 0;
}

nav > ul > li:first-child img {
    height: 35px;
    margin-top: 5px;
}

nav > ul > li:first-child i {
    display: none;
}

nav > ul > li > a {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    color: #666666;
    text-decoration: none;
    display: inline-block;
    padding: 8px 0;
    position: relative;
    transition: color ease-in-out 0.3s;
}

nav > ul > li:not(:first-child) > a:hover, nav > ul > li:not(:first-child) > a:focus {
    color: #5b1112;
}

nav > ul > li:not(:first-child) > a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(91, 17, 18, 0.3);
    content: '';
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
}

nav > ul > li:not(:first-child) > a:hover::after,
nav > ul > li:not(:first-child) > a:focus::after {
    opacity: 1;
    transform: translateY(0);
}

h1 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-bottom: 25px;
}

h1 span {
	display: inline-block;
	border-bottom-color: rgba(91, 17, 18, 0.3);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 5px;
	word-wrap: break-word;
	white-space: normal;
	line-height: 120%;
}

h1 a {
	color: #444444;
}

label {
	cursor: pointer;
}

#wrapper > h2, .news-text > h2, #newsarchiv > h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 18px;
}

#wrapper > h2 > span, .news-text > h2 > span, #newsarchiv > h2 > span {
	display: inline-block;
	border-bottom-color: rgba(91, 17, 18, 0.3);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 5px;
}

#wrapper > h3 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 16px;
}

#wrapper > h3 > span {
	display: inline-block;
	border-bottom-color: rgba(91, 17, 18, 0.3);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 5px;
}

strong {
	font-weight: 700;
}

#wrapper > ul, #wrapper > ol {
	margin-left: 15px;
	line-height: 1.8em;
}

p {
	text-align: justify;
	line-height: 1.8em;
}

.news-text {
	text-align: justify;
	line-height: 1.8em;
}

.news-text img {
	max-width: 100%;
}

#news-stats {
	line-height: 1.5em;
	font-size: 0.9em;
}

.standard-form {
	margin: auto;
	width: 600px;
}

.standard-form label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	display: block;
}

.standard-form input[type="text"], .standard-form input[type="password"], .standard-form input[type="time"], .standard-form input[type="date"] {
	font-family: Montserrat;
	color: grey;
	line-height: 1.2;
	font-size: 18px;
	display: block;
	background-color: #f7f7f7;
	height: 60px;
	padding: 0 20px;
	width: 100%;
	outline: 0;
	border: 1px solid #cdcdcd;
	transition: all ease-in-out 0.3s;
}

.standard-form input[type="text"]:focus, .standard-form input[type="password"]:focus, .standard-form input[type="time"]:focus, .standard-form input[type="date"]:focus {
	background-color: white;
}

.standard-form button[type="submit"] {
	cursor: pointer;
	font-family: Montserrat;
	color: white;
	line-height: 1.2;
	font-size: 18px;
	display: block;
	background-color: #444444;
	height: 60px;
	padding: 0 20px;
	width: 100%;
	outline: 0;
	border: 0;
}

.standard-form button[type="submit"]:active, .standard-form button[type="submit"]:focus {
	color: orange;
}

.standard-form textarea {
	width: 100%;
	height: 400px;
	min-height: 400px;
	padding: 8px;
	border: 1px solid #cdcdcd;
	background-color: #f7f7f7;
	transition: background-color ease-in-out 0.2s;
	resize: vertical;
	font-family: 'Montserrat', sans-serif;
}

.standard-form textarea:focus {
	background-color: white;
}

/* Kommentarfunktion */
.comment-form {
	width: 100%;
}

.comment-form label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	display: block;
}

.comment-form input[type="text"] {
	font-family: Montserrat;
	color: grey;
	font-size: 14px;
	display: block;
	background-color: #f7f7f7;
	padding: 8px;
	width: 200px;
	outline: 0;
	border: 1px solid #cdcdcd;
	transition: all ease-in-out 0.3s;
}

.comment-form input[type="text"]:focus, .comment-form input[type="password"]:focus {
	background-color: white;
}

.comment-form textarea {
	width: 100%;
	height: 120px;
	min-height: 120px;
	padding: 8px;
	border: 1px solid #cdcdcd;
	background-color: #f7f7f7;
	transition: background-color ease-in-out 0.2s;
	resize: vertical;
	font-family: Montserrat;
	font-size: 14px;
}

.comment-form textarea:focus {
	background-color: white;
}

.comment-form button[type="submit"] {
	cursor: pointer;
	font-family: Montserrat;
	color: white;
	display: block;
	background-color: #444444;
	padding: 8px;
	outline: 0;
	border: 0;
}

.comment-form button[type="submit"]:active, .comment-form button[type="submit"]:focus {
	color: orange;
}

.comment-form .form-hyperlink {
	display: none !important;
}

.comment-form .comment-avatar-choice img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 50px;
	vertical-align: middle;
}

#comment-avatar {
	vertical-align: middle;
	width: 100px;
}

.header-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.header-image > div {
    background-image: url(https://dateimaschine.de/image/d973b78827b9b8a2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    transition: transform ease-in-out 0.5s;
}

.header-image > div:hover {
    transform: scale(1.1);
}

.header-image > span {
    color: white;
    position: absolute;
    bottom: 20px;
    right: 15%;
    font-family: Literata, serif;
    font-size: 40px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.header-image .caption {
    text-transform: uppercase;
}

.header-image:hover .caption {
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

#layout {
	min-height: 100%;
	height: auto !important;
	padding-bottom: 170px;
}

footer {
	height: 150px;
	padding: 20px;
	background-color: #29333c;
	color: white;
	margin-top: -150px;
	position: relative;
	display: flex;
	justify-content: center;
	cursor: default;
	line-height: 20px;
}

footer div:not(:last-child) {
	margin-right: 45px;
}

footer a {
	text-decoration: none;
	font-size: 13px;
	color: white;
	transition: color ease-in-out 0.3s;
}

footer a:hover, footer a:focus {
	color: orange;
}

footer img {
	height: 100px;
}

footer h2 {
	color: #05caf5;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

footer ul {
	list-style-type: none;
}

#wrapper {
    margin: auto;
}

a {
    outline: none;
	color: #005c84;
	text-decoration: underline;
	transition: text-decoration ease-in-out 0.1s;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

.w75p {
    width: 75%;
}

.w800 {
	width: 800px;
}

.center {
	text-align: center;
}

iframe {
	border: 0;
}

.news-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.news {
    width: calc(25% - 40px);
    height: 350px;
    min-width: 300px;
    min-height: 250px;
    margin: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.news:hover > .header > a > img {
    transform: scale(1.2);
}

.news > .header {
    overflow: hidden;
    width: 100%;
    height: 138px;
	position: relative;
}


.news > .header > a > img {
    object-fit: cover;
    width: 100%;
    height: 138px;
    transition: transform ease-in-out 0.5s;
}

.news > .body {
    padding: 12px;
}

.news .datum {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	color: white;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
}

.news .activity {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	color: white;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	left: 10px;
	bottom: 10px;
	font-size: 14px;
}

.news .activity i {
	margin-right: 3px;
}

#newsarchiv {
	line-height: 1.8em;
}

.tags > a {
    padding: 4px;
    background-color: #f4f4f4;
    border-color: #cdcdcd;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    text-decoration: none !important;
    color: #666666 !important;
    transition: background-color ease-in-out 0.2s !important;
	margin-bottom: 4px;
}

.tags > a:hover, .tags > a:focus {
    background-color: #090909 !important;
    color: white !important;
}

.news > .body > h2 {
    font-family: Lato;
    font-weight: 300;
    font-size: 22px;
    margin-top: 10px;
    height: 3.5em;
}

.news > .body > h2 > a {
    color: black !important;
    text-decoration: none;
    transition: color ease-in-out 0.3s;
}

.news > .body > h2 > a:hover, .news > .body > h2 > a:focus {
    color: #5b1112 !important;
}


.news > .body > h2 > a::after {
    opacity: 0;
    content: ' «';
    transition: opacity ease-in-out 0.2s;
}

.news > .body > h2 > a:hover::after, .news > .body > h2 > a:focus::after {
    opacity: 1;
}

.news > .body > .teaser {
    font-size: 14px;
	text-align: justify;
	line-height: 1.4em;
}

#newsadd {
	 margin-left: 20px;
}

.rogue {
	color: rgb(199, 189, 46) !important;
}

.mage {
	color: rgb(105, 204, 240) !important;
}

.preist {
	color: #000000 !important;
}

.warrior {
	color: rgb(199, 156, 110) !important;
}

.paladin {
	color: rgb(245, 140, 186) !important;
}

.monk {
	color: rgb(45, 155, 120) !important;
}

.druid {
	color: rgb(255, 125, 10) !important;
}

.warlock {
	color: rgb(148, 130, 201) !important;
}

.shaman {
	color: rgb(36, 89, 255) !important;
}

.hunter {
	color: rgb(171, 212, 115) !important;
}

.deathknight {
	color: rgb(196, 31, 59) !important;
}

.demonhunter {
	color: #A330C9 !important;
}

.fbreak {
	clear: both;
}

.tooltipster-content {
	font-size: 12px;
}

a.button, button.button {
	display: inline-block;
	background-color: #a61303;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	color: white !important;
	border-radius: 2px;
	transition: background-color ease-in-out 0.2s !important;
	font-size: 0.95em;
	text-decoration: none;
	outline: 0;
	border: 0;
	cursor: pointer;
	user-select: none;
}

a.button:hover, a.button:focus, button.button:hover, button.button:focus {
	text-decoration: none !important;
	background-color: #6e1006;
}

a.newer-news {
	float: left;
	display: none;
	margin-left: 20px;
}

a.older-news {
	float: right;
	margin-right: 20px;
}

#introduction {
	margin-bottom: 50px;
	text-align: center;
}

time.icon {
	font-size: 0.9em;
	display: block;
	position: relative;
	width: 7em;
	height: 7em;
	background-color: #fff;
	border-radius: 0.6em;
	box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
	overflow: hidden;
	transform-origin: 50% 10%;
	user-select: none;
	float: left;
	margin-bottom: 5px;
	margin-right: 25px;
}

time.icon * {
	display: block;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

time.icon strong {
	position: absolute;
	top: 0;
	padding: 0.1em 0;
	color: #fff;
	background-color: #a61303;
	border-bottom: 1px dashed #fff;
	box-shadow: 0 2px 0 #a61303;
}

time.icon em {
	position: absolute;
	bottom: 0.3em;
	color: #a61303;
}

time.icon span {
	width: 100%;
	font-size: 2.8em;
	letter-spacing: -0.05em;
	padding-top: 1em;
	color: #2f2f2f;
}

img {
	border: 0;
}

hr.full {
	border: 1px dashed #cdcdcd;
	margin-top: 25px;
}

hr.small {
	border: 1px dashed #cdcdcd;
	margin-top: 25px;
	width: 30%;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.killfacts {
	float: right;
	border: 1px solid #cdcdcd;
	margin-left: 25px;
	margin-bottom: 15px;
	padding: 4px;
	background-color: #f4f4f4;
	font-size: 14px;
	box-shadow: 0 0 10px #cdcdcd;
}

.killfactsHeader {
	font-size: 15px;
	border: 1px solid #29333c;
	margin-bottom: 4px;
	background-color: #29333c;
	color: #05caf5;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
	padding: 4px;
}

input[type="file"] {
	position: fixed;
	top: -1000px;
	left: -1000px;
}

.avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.image-box {
	border: 1px solid #cdcdcd;
	background-color: #f4f4f4;
	padding: 8px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 0.8em;
	width: 200px;
}

.image-box img {
	margin-bottom: 4px;
	width: 100%;
	border: 1px solid #cdcdcd;
}

/* POSTS */
.post {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #f4f4f4;
	box-shadow: 0 1px 2px #c9cccd;
	font-family: Roboto;
	font-weight: 300;
	color: black;
	display: grid;
    grid-template-columns: 100px calc(100% - 100px);
}

.post-author {
	width: 15%;
	min-width: 100px;
	padding: 20px;
	padding-right: 0;
	text-align: center;
	grid-row: 1;
	color: #444444;
	font-size: 12px;
}

.post-author img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.post-text {
	padding: 20px;
	padding-right: 30px;
	font-family: Roboto;
	font-weight: 300;
	color: #444444;
	line-height: 30px;
	font-size: 15px;
	grid-row: 1;
	text-align: justify;
}

.post-text img {
	max-width: 100%;
}

.post-info {
	grid-row: 2;
	grid-column: 1 / 3;
	padding: 20px;
	border-top: 1px solid #d7d9da;
	margin-top: 10px;
	font-family: Roboto;
	font-weight: 300;
	color: #444444;
	font-size: 15px;
}

.post-info i {
    margin-right: 5px;
}

.post-date {
	float: right;
	font-family: Roboto;
	font-weight: 300;
	color: #444444;
}

/* BOARD */
.thread {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	background-color: white;
	border: 1px solid #f4f4f4;
	box-shadow: 0 1px 2px #c9cccd;
	font-family: Roboto;
	font-weight: 300;
	color: black;
	display: flex;
}

.thread-author {
	width: 15%;
	min-width: 120px;
	padding: 20px;
	padding-right: 0;
	text-align: center;
}

.thread-author img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.thread-title {
	width: 70%;
	overflow: hidden;
	padding: 20px;
}

.thread-title a {
	font-size: 20px;
	text-decoration: none;
	font-family: Roboto;
	font-weight: 300;
	color: #ee8e4a;
}

.thread-title-text {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #444444;
	line-height: 30px;
	margin-top: 10px;
	font-size: 15px;
}

.thread-title a:hover, .thread-title a:focus {
	text-decoration: underline;
}

.thread-title .by {
	text-align: center;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 13px;
}

.thread-title .by i {
	margin-right: 8px;
}

.thread-info {
	font-family: Roboto;
	font-weight: 300;
	color: black;
	width: 15%;
	min-width: 100px;
	float: right;
	border-left: 1px solid #d7d9da;
	padding: 10px;
	font-size: 14px;
}

.thread-info-tile {
    background-color: #f8f8f8;
    border: 1px solid #d7d9da;
    padding: 4px;
	width: 100%;
	margin-bottom: 10px;
	transition: background-color .25s ease-in-out;
	cursor: help;
}

.thread-info-tile i {
    margin-right: 5px;
}

.thread-info-tile:hover {
	background-color: white;
}

@media screen and (max-width: 930px) {
    #wrapper {
        width: 100%;
		padding: 15px;
    }

	.standard-form {
        width: 100%;
	}

    .news {
        width: 95%;
        min-width: 95%;
        max-width: 95%;
    }
}

@media screen and (max-width: 770px) {
	footer img {
		display: none;
	}

	footer div:first-child {
		margin: 0;
	}

	footer div:not(:last-child) {
		margin-right: 20px;
	}
}

@media screen and (max-width: 600px) {
	html, body {
		height: auto;
	}

    nav > a {
        display: inline-block;
    }

    nav > ul > li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #cdcdcd;
    }

    nav > ul > li:first-child {
        border-bottom: 0;
        display: inline-block;
        text-align: left;
    }

    nav > ul > li > a {
        display: block;
    }

    nav > ul > li:first-child i {
        display: inline-block;
    }

    nav > ul > li:first-child img {
        display: none;
    }

    nav > ul > li:not(:first-child) {
        display: none;
        margin-right: 0;
    }

    nav.responsive > ul > li:not(:first-child) {
        display: block;
        margin-right: 0;
    }

    nav.responsive {
        position: relative;
    }

    nav > ul > li:not(:first-child) > a:hover::after,
    nav > ul > li:not(:first-child) > a:focus::after {
        opacity: 0;
    }

	#newsadd {
		margin-left: 10px;
	}

	.newer-news {
		margin-left: 10px;
	}

	.older-news {
		margin-right: 10px;
	}

	.image-box {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.dark-table {
		max-width: 100%;
		overflow-x: auto;
		display: block;
	}

	#add-user input, #add-user button {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding: 8px !important;
	}

	.raidtermin input[type="time"], .raidtermin input[type="date"] {
		width: calc(50% - 2px);
	}

	footer {
		flex-direction: column;
		height: auto;
		text-align: center;
	}

	footer img {
		display: none;
	}

	footer div:not(:last-child) {
		margin-right: 0;
		margin-bottom: 25px;
	}
}

/* Check boxes */
.cbx {
	margin: auto;
	user-select: none;
	margin-bottom: 5px;
	cursor: pointer;
}
.cbx span {
	display: inline-block;
	vertical-align: middle;
	transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	transform: scale(1);
	vertical-align: middle;
	border: 1px solid #a61303;
	transition: all 0.2s ease;
}
.cbx span:first-child svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #a61303;
	display: block;
	transform: scale(0);
	opacity: 1;
	border-radius: 50%;
}
.cbx span:last-child {
	padding-left: 8px;
}
.cbx:hover span:first-child {
	border-color: #a61303;
}

.inp-cbx {
	display: none;
}

.inp-cbx:checked + .cbx span:first-child {
	background: #a61303;
	border-color: #a61303;
	animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
	stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
	transform: scale(3.5);
	opacity: 0;
	transition: all 0.6s ease;
}

@keyframes wave {
	50% {
		transform: scale(0.9);
	}
}

.usermanagement-save {
	cursor: pointer;
}

#add-user input[type="text"], #add-user input[type="password"] {
	padding: 5px;
	border: 1px solid #cdcdcd;
	background-color: #f4f4f4;
	font-size: 16px;
	font-weight: 100;
	font-family: 'Robot', Arial, serif;
	transition: all ease-in-out 0.2s;
}

#add-user input[type="text"]:focus, #add-user input[type="password"]:focus {
	background-color: white;
}

/* Raidtermin: Admin */
.raidtermin {
	padding: 10px;
	border: 1px solid #cdcdcd;
	background-color: #f4f4f4;
	width: 100%;
	margin-bottom: 6px;
	margin-top: 20px;
}

.raidtermin input {
	border: 1px solid #cdcdcd;
	background-color: white;
	padding: 4px;
	font-family: Roboto, sans-serif;
}

.raidtermin input[type="text"] {
	width: 100%;
	display: block;
	margin-top: 8px;
}

.raidtermin * {
	vertical-align: middle;
}

/* Raidtermin: User */
.raidtermin-user-header {
	background-color: #444444;
	color: white;
	padding: 8px;
	margin-top: 30px;
	font-weight: 100;
	user-select: none;
}

.raidtermin-user-header a {
	color: white;
	text-decoration: underline;
}

.raidtermin-user-header a:hover {
	text-decoration: none;
}

.raidtermin-user {
	padding: 10px;
	border: 1px solid #cdcdcd;
	background-color: #f4f4f4;
	width: 100%;
	margin-bottom: 6px;
	user-select: none;
}

.raidtermin-user input[type="text"] {
	border: 1px solid #cdcdcd;
	background-color: white;
	padding: 8px;
	font-family: Roboto, sans-serif;
	width: 100%;
	display: block;
	margin-top: 8px;
}

.raidtermin-user input[type="radio"] + label {
	margin-right: 20px;
}


/* Radio Buttons */
[type="radio"]:checked, [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #a61303;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
