hr {
	border-bottom: 5px solid #ff0000;
}

.add-block {
	margin: 0;
	margin-left: -15px;
	padding: 15px;
	background-color: lightgray;
}

label.task {
	display: inline-block;
}

ul {
	list-style: none;
	display: block;
	padding: 0;
}

ul li {
	line-height: 1.7;
	padding-bottom: 5px;
	font-size: 1.2em;
	vertical-align: top;
}

.ui.checkbox label,
.ui.checkbox+label {
	display: inline-block;
}

.completed {
	opacity: 0.2;
	text-decoration: line-through;
}

h1 {
	font-size: 2.3rem;
	font-weight: bold;
}

h4 {
	display: inline-block;
	margin-bottom: 30px;
}

.dddform-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.input-group-lg>.form-control {
	font-size: 2rem;
	border: 10px solid #ffcd03;
	color: #000;
}

.dddinput-group-lg>.form-control {
	font-size: 2.5rem;
	background: #3ba536;
	color: white;
}

.btn {
	background: #3ba536;
	border: 10px solid #ffcd03;
	border-left: 0px;
	background: #ffcd03;
	color: #000;
	font-size: 2.3rem;
}

.kopfzeile {
	padding: 2.5rem;
	text-align: center;
	color: #000;
}

.kopfzeile h1 {
	font-size: 2.7rem;
}

#top,
#bottom,
#left,
#right {
	background: #ffcd03;
	position: fixed;
}

#left,
#right {
	top: 0;
	bottom: 0;
	width: 20px;
}

#left {
	left: 0;
}

#right {
	right: 0;
}

#top,
#bottom {
	left: 0;
	right: 0;
	height: 20px;
}

#top {
	top: 0;
}

#bottom {
	bottom: 0;
}

@font-face {
	font-family: 'dbsan46';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/dbsan46-web.eot'),
		/* IE9 Compat Modes */
		url('../fonts/dbsan46-web.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/dbsan46-web.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/dbsan46-web.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'dbhea02';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/dbhea02-web.eot'),
		/* IE9 Compat Modes */
		url('../fonts/dbhea02-web.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/dbhea02-web.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/dbhea02-web.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'dbhea03';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/dbhea03-web.eot'),
		/* IE9 Compat Modes */
		url('../fonts/dbhea03-web.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/dbhea03-web.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/dbhea03-web.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'dbhea07';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/dbhea07-web.eot'),
		/* IE9 Compat Modes */
		url('../fonts/dbhea07-web.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/dbhea07-web.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/dbhea07-web.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'dbsan43';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/dbsan43-web.eot'),
		/* IE9 Compat Modes */
		url('../fonts/dbsan43-web.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/dbsan43-web.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/dbsan43-web.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'DBSans';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/dbsan03-web.eot'),
		/* IE9 Compat Modes */
		url('../fonts/dbsan03-web.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/dbsan03-web.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/dbsan03-web.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'DBSans';
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/dbsan06-web.eot'),
		/* IE9 Compat Modes */
		url('../fonts/dbsan06-web.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/dbsan06-web.woff') format('woff'),
		/* Pretty Modern Browsers */
		url('../fonts/dbsan06-web.ttf') format('truetype');
	/* Safari, Android, iOS */
}

body {
	font-family: 'DBSans', sans-serif;
}

.card {
	border: 0;
	background: transparent;
}

.card-body {
	-webkit-filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(-1px -1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.15));
	margin-bottom: 40px;
	padding: 1.5rem 2rem;
	position: relative;
	font-family: 'DBSans', sans-serif;
	font-weight: bold;
	font-size: 1.2rem;
	font-weight: 400;
	background: white;
	border: 14px solid #ffcd03;
	color: #000;
	border-radius: 10px;
}

.card-body::before {
	border: 12.5px solid transparent;
	border-top: 12.5px solid #ffcd03;
	border-bottom: 0;
	height: 0;
	width: 0;
	border-top-width: 25px;
	content: "";
	display: block;
	position: absolute;
	left: 3rem;
	bottom: -35px;
	border-radius: 10px;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
	transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}