/* Anfang des Resets */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Ende des Resets */


/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/source-sans-pro-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* source-sans-pro-600 - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		 url('fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/source-sans-pro-v14-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* source-sans-pro-700 - latin */
  @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		 url('fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('fonts/source-sans-pro-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }

/* Variablen */

:root {
	/* --multimedia_prim: #fb9601; */
	--multimedia_prim: #f23838;
	/* --multimedia_sec: #d14747; */
	--multimedia_sec: #910b0b;
	--kreativ_prim: #263b89;
	/* --kreativ_prim: #61beeb; */
	--kreativ_sec: #000000;
	--btn1: #eeeeee;
	--btn2: #56d557;
	--bgcolor: ##fbfbff;
	--sand: #72b1ff;
	--sand2: #ff5286;

  }

  @media (prefers-color-scheme: dark) {
	  :root{
		  --multimedia_prim: #8a6e7f;
		  --multimedia_sec: #4b2c3b;
		  --kreativ_prim: #c8b7dc;
		  --kreativ_sec: #716b91;
		  --btn1: #eeeeee;
		  --btn2: #c8b8db;
		  --bgcolor: #11131e;
		  --sand: #b4deb2;
		  --sand2: #ff5286;

	  }
  }


body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #002129;
	background-color: var(--bgcolor);
}

input {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}
#footer{
	float: right;
    font-size: 12px;
    margin: 15px;
    color: darkgoldenrod;
}

#addToHomescreen{
    display: block;
    padding: 20px;
    /* padding: 0; */
    display: none;
    text-align: center;
    background-color: white;
}
#addToHomescreen h1{
	font-weight: 700;
    font-size: 20px;
}
/* #addToHomescreen img{
	max-width: 57%;
	margin: 10px;
	float: left;
} */
#addToHomescreen button{
	background-color: #333333;
    color: white;
    border: 1px #444444 solid;
    margin: 5px 10px;
    padding: 5px 10px;
    font-size: 18px;
	border-radius: 5px;
}
#addToHomescreen a{
	font-size: 14px;
}

#wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 80px;
}
#login{
	display: none;
}
#login input{
	height: 30px;
    padding: 5px;
    width: 300px;
    border-radius: 5px;
    font-size: 20px;
}
#login>div{
	margin-bottom: 30px;
	text-align: center;
}
#login .loginBtn{
	font-size: 24px;
    padding: 8px 15px;
    display: inline-block;
    background-color: var(--kreativ_prim);
    border-radius: 5px;
    min-width: 70px;
}
#login .loginBtn.act,
#login .loginBtn:hover{
	cursor: pointer;
	background-color: var(--kreativ_sec);
	color: white;
}
#login .loginBtn:first-child{
	margin-right: 20px;
	background-color: var(--multimedia_prim);

}
#login .loginBtn.act:first-child,
#login .loginBtn:first-child:hover{
	background-color: var(--multimedia_sec);
}
#sendLogin{
	color: var(--btn1);
    margin-top: 30px;
    font-size: 30px;
}
#sendLogin:hover{
	color: var(--kreativ_sec);
	cursor: pointer;
}

.usercard {
	width: 300px;
	position: relative;
	margin: 0 70px 100px 70px;
}

.name {
	position: absolute;
	left: -23px;
	font-size: 38px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	color: var(--kreativ_sec);
	z-index: 2;
	letter-spacing: 5px;
}

.btn {
	height: 300px;
	width: 300px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-ms-transition: -ms-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}

.btnFrame {
	/* box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.15); */
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	border-radius: 50%;
}
.btnFrame:active {
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


.timeTotalFrame{
	width: 330px;
    height: 10px;
    margin-left: -15px;
    position: absolute;
    /* background-color: green; */
    top: 145px;
    z-index: -3;
    transform: rotate(-90deg);
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-ms-transition: -ms-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
}
.totalTimePointer{
	/* width: 10px;
    height: 10px; */
    /* border-radius: 50%; */
    /* background-color: red; */
    position: absolute;
    z-index: 30;
    right: 0px;

	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 5px 14px 5px 0;
	border-color: transparent #b9b9b9 transparent transparent;
}

.btn>div:not(.pos) {
	height: 148px;
	width: 298px;
	text-align: center;
	position: relative;
}

.btn>div label:not(.time) {
	font-size: 34px;
	font-weight: 600;
	margin-top: 60px;
	display: inline-block;
}

.btn.act {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.btn.break {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}

.freetime {
	background-color: var(--kreativ_prim);
	border-radius: 50% 50% 0 0;
	border: 1px solid var(--kreativ_prim);
	border-bottom: 1px solid #706d9c;
	color: var(--kreativ_sec);
}

.freetime>div {
	/* font-size: 30px; */
	position: absolute;
}

.btn.break .freetime label {
	display: none;
}

.multimedia {
	background-color: var(--multimedia_prim);
	border-radius: 0 0 50% 50%;
	border: 1px solid var(--multimedia_prim);
	color: var(--multimedia_sec);
}

.btn.break .multimedia label {
	display: none;
}

.multimedia label {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.multimedia>div {
	/* font-size: 30px; */
	position: absolute;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.m-arrow {
	top: 16px;
	left: 135px;
	font-size: 30px;
}
.m-exclamation {
    top: -12px;
    left: 89px;
    font-size: 60px;
    transform: rotate(
200deg
) !important;
}

.m-headphones {
	top: 31px;
	left: 30px;
	font-size: 33px;
}

.m-tv {
	top: 102px;
	left: 103px;
	font-size: 23px;
}

.m-mobile {
	top: 39px;
	left: 255px;
	font-size: 44px;
}

.k-arrow {
	top: 102px;
	left: 135px;
	font-size: 30px;
}
.k-exclamation{
	top: 101px;
	left: 151px;
    font-size: 60px;
    transform: rotate(
20deg
) !important;
}

.k-smile {
	top: 100px;
	left: 129px;
	font-size: 54px;
	display: none;
}

.btn.full:not(.act) .k-smile {
	display: inline-block;
}

.k-headphones {
	top: 20px;
	left: 92px;
	font-size: 33px;
}

.k-tv {
	top: 84px;
	left: -1px;
	font-size: 46px;
}

.k-mobile {
	top: 75px;
	left: 243px;
	font-size: 37px;
}
.s-exclamation{
	color: white;
    font-size: 60px;
    position: absolute;
    transform: rotate(
20deg
) !important;
    top: -29px;
    left: 101px;
}
.exclamation{
	display: none;
}
.dispo .s-exclamation,
.btn.act.dispo .m-exclamation,
.btn:not(.act).dispo .k-exclamation
{
	display: inline-block;
}

.glass {
	height: 40px;
	width: 200px;
	position: absolute;
	top: 130px;
	left: 50px;
	border-radius: 5px;
	box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04) inset, 0 3px 4px 0 rgba(10, 31, 68, 0.15) inset;
	background-color: #fafafa;
	overflow: hidden;
	border: 1px solid #706d9c;
}

.btn.empty .glass,
.btn.dispo .glass {
	background-color: #ff9bb7;
}

.btn.clear .glass {
	display: none;
}

.sand {
	height: 100%;
	/* background-color: limegreen; */
	background-color: var(--sand);
	position: absolute;
	-webkit-transition: -webkit-transform .8s ease-in-out;
	-ms-transition: -ms-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 33%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 33%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 33%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 33%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.04));
}

.btn.dispo .sand{
	background-color: var(--sand2);
}

label.time {
	position: relative;
	padding: 1px 5px;
	color: seagreen;
	font-size: 18px;
	display: inline-block;
}
.btn.dispo label.time{
	color: white;
}

.btn.empty label.time {
	display: none;
}

.btn.act .glass {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.optBtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: var(--btn1);
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 11px;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: 0px;
	border: 1px solid var(--btn1);
	z-index: 30;
}

.optBtn:hover {
	border: 1px solid var(--btn2);
}

.optBtn>div {
	text-align: center;
	font-size: 26px;
	color: var(--btn2);
}

/* Option Buttons */
/* .optionBtns{
	text-align: center;
    margin-top: 30px;
}
.optionBtns>div {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #e6e3e3;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 11px;
	cursor: pointer;
	border: 1px solid #e6e3e3;
	margin: 0 10px;
}

.optionBtns>div:hover {
	border: 1px solid var(--btn2);
}

.optionBtns>div>div {
	text-align: center;
	font-size: 26px;
	color: var(--btn2);
} */
.optionBtns{
	position: relative;
	text-align: center;
    border: 1px solid #56d556;
    width: 157px;
    border-radius: 54px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 2px;
    background-color: #f7f7f7;
}
.optionBtns>div {
    display: inline-block;
    width: 50px;
    height: 50px;
    /* background-color: #e6e3e3; */
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 12px;
    cursor: pointer;
    /* border: 1px solid #e6e3e3; */
    margin: 0 0px;
	position: relative;
}


/* .optionBtns>div:hover {
	border: 1px solid var(--btn2);
} */

.optionBtns>div>div {
	text-align: center;
	font-size: 26px;
	color: #c3ecc3
}
.optionBtns>div.switch{
	background-color: #e6e3e3;
	background-color: #56d556;
	position: absolute;
	left: 2px;
	-webkit-transition: left .1s linear;
	-ms-transition: left .1s linear;
	transition: left .1s linear;
}

.optMainPage{
	padding: 10px 20px;
	position: relative;
}
.optSubPage{
	position: absolute;
	width: 87%;
	display: none;
}
.optSubPage:first-child{
	display: block;
}

.optPageBtn{
	margin: 15px 0 20px 0;
    border: 1px solid #e6e3e3;
    border-radius: 20px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
.optPageBtn:hover{
	background-color: #f7f7f7;
    border-color: #56d556;
}
.optPageBtn>div{
	color: #56d556;
	display: inline-block;
	margin-right: 15px;
}

/* Todo Liste */

.todo {
	margin-top: 40px;
}

.todo ul {
	margin-top: 25px;
}

.todoLbl {
	font-size: 30px;
	color: var(--kreativ_sec);
	font-weight: 600;
}

.todo li {
	font-size: 23px;
	color: var(--kreativ_prim);
	margin-bottom: 10px;
}

.todoBtn {
	float: right;
	/* display: inline-block; */
	width: 50px;
	height: 50px;
	background-color: var(--btn2);
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 13px;
	cursor: pointer;
	margin-top: -10px;
}

.todoBtn>div {
	display: none;
	text-align: center;
	font-size: 26px;
	color: white;
}

.todo.left div.todo_left {
	display: block;
	font-size: 25px;
	font-weight: 700;
}

.todo.done:not(.parentView) ul {
	display: none;
}

.todo.done .todoBtn {
	background-color: #e6e3e3;
	color: var(--btn2);
}

.todo.done div.todo_done {
	display: block;
	color: var(--btn2);
}

.todo.done .todoLbl {
	color: #cccccc;
}

.todo.force .todoBtn {
	background-color: var(--multimedia_sec);
}

.todo.force div.todo_force {
	display: block;
}

.todo .liBtn {
	/* display: inline-block; */
	margin-right: 10px;
	color: #cccccc;
	float: right;
}



.todo:not(.parentView) .parentOnly {
	display: none;
}
.todo.hidden{
	display: none;
}

.newTodo {
	background-color: #eee;
	font-size: 20px;
	padding: 5px 10px;
	width: 75%;
	margin-top: 20px;
	border-radius: 15px;
	box-sizing: border-box;
	color: var(--kreativ_sec);
}
.todoInputBtn {
    display: inline-block;
    margin-left: 10px;
    color: #cccccc;
}
.todo .liBtn:hover,
.todo .todoInputBtn:hover {
	color: var(--kreativ_sec);
	cursor: pointer;
}

/* Optionen */

.options {
	width: 100%;
	height: 520px;
	background-color: #f3f4f9;
	position: absolute;
	z-index: 20;
	border-radius: 10px;
	display: none;
	box-shadow: 0 0 1px 0 rgba(0, 12, 32, 0.04), 0 10px 16px 0 rgba(10, 31, 68, 0.15);

}

h3 {
	margin: 20px 10px;
	font-size: 28px;
	font-weight: 600;
}

.options label span {
    margin-left: 20px;
    font-weight: 600;
    background-color: #478bd1;
    padding: 0px 7px;
    border-radius: 5px;
    color: white;
	float: right;
    height: 17px;
}

/* ############# slider */

/* .sliderpage {
	padding: 10px 20px;
} */

.slidecontainer {
	width: 100%;
	margin: 15px 0 20px 0;
}

.slidecontainer label{
	margin-bottom: 15px;
	display: block;
}
/*  slider*/

.slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background: #e4e4e4;
	background: #f7f7f7;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	/* 0.2 seconds transition on hover */
	transition: opacity .2s;
}

/* Mouse-over effects */

.slider:hover {
	opacity: 1;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--btn2);
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--btn2);
	cursor: pointer;
}

.slider.default::-webkit-slider-thumb {
	background: #14f10c;
}

.slider.default::-moz-range-thumb {
	background: #14f10c;
}
.slider:disabled::-webkit-slider-thumb {
	background: var(--multimedia_sec);
}

.slider:disabled::-moz-range-thumb {
	background: var(--multimedia_sec);
}

/* Animation des Pfeils */

.arrow {
	-webkit-animation-name: move-arrow;
	animation-name: move-arrow;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	display: none;
}

.btn.loading .arrow {
	display: inline-block;
}


/* Über die Keyframe-Regel wird die eigentliche Animation definiert. */

@-webkit-keyframes move-arrow {
	from {
		left: 130px;
	}
	25% {
		left: 140px;
	}
	to {
		left: 130px;
	}
}

@keyframes move-arrow {
	from {
		left: 130px;
	}
	25% {
		left: 140px;
	}
	to {
		left: 130px;
	}
}


.syncStatus {
	top: 277px;
    position: absolute;
    z-index: 10;
    right: 2px;
    color: white;
    font-size: 20px;
	/* display: none; */
}
/* // Loader */

.loaderFrame {
	top: 213px;
	position: absolute;
	z-index: 10;
	right: 2px;
	display: none;
}

.loader {
	font-size: 10px;
	margin: 50px auto;
	text-indent: -9999em;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	background: #ea5757;
	background: -moz-linear-gradient(left, #ea5757 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #ea5757 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #ea5757 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #ea5757 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #ea5757 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.loader:before {
	width: 50%;
	height: 50%;
	background: #ea5757;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}

.loader:after {
	/* background: #0dc5c1; */
	background: white;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}