/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

 
 @import url('https://fonts.googleapis.com/css?family=Roboto:100,400,900&display=swap');
 
.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

body {
	color: white;
	font-family: 'Roboto', sans-serif;
}

nav {
	color: black;
}

input {
	color: white;
}


/* label color 

.input-field label {
	color: #fff;
}
*/

/* label focus color 

.input-field input[type=text]:focus+label {
	color: #ff6d00 !important;
}
*/

/* label underline focus color 

.input-field input[type=text]:focus {
	border-bottom: 1px solid #ff6d00 !important;
	box-shadow: 0 1px 0 0 #ff6d00 !important;
}
*/

/* valid color 

.input-field input[type=text].valid {
	border-bottom: 1px solid #ff6d00 !important;
	box-shadow: 0 1px 0 0 #ff6d00 !important;
}
*/

/* invalid color */

.input-field input[type=text].invalid {
	border-bottom: 1px solid #f44336!important;
	box-shadow: 0 1px 0 0 #f44336!important;
}


/* icon prefix focus color */

.input-field .prefix.active {
	color: #ff6d00 !important;
}

a.btn-large {
	color: black;
	font-weight: 400;	
}

.feeling_feedback {
    font-size: 13vw;
    margin: 2vw;
	    transition: all 1s ease;
}
.star_feedback {
    font-size: 13vw;
    margin: 2vw;
	    transition: all 1s ease;
}

.training {
	position: relative;
	text-align:center;
}

.background-line {
	position: absolute;
	right: 0px;
	bottom: 0px;
	opacity: 0.1;
}

.background-line .material-icons {
	font-size: 15vh;
}

.coin {
	width: 14vh;
	height: 14vh;
	line-height: 11vh;
	font-size: 6vh;
	text-align: center;
	box-sizing: content-box;
	margin: 0.7vh 0.3vh;
	position: relative;
	display: inline-block;
	cursor:pointer;
	color:white;
}

/*Neue Berechnung der kleinen Coins nach Breite*/
.coin {
    width: 44vw;
    height: 41vw;
    line-height: 23vw;
    margin: 1.7vw 2vw;
	border-radius: 5px!important;
	
}

.zoomed.coin {
	width: 7vh;
	height: 7vh;
	line-height: 5vh;
	font-size: 3vh;
	text-align: center;
	box-sizing: content-box;
	margin: 0.35vh 0.15vh;
	position: relative;
	display: inline-block;
	cursor:pointer;
	color:white;
}

/*Neue Berechnung der kleinen Coins nach Breite*/
.zoomed.coin {
    width: 22vw;
    height: 21.5vw;
    line-height: 11.5vw;
    margin: 0.85vw 1vw;
	border-radius: 3px!important;
	
}




.coin-big {
	width: 100vw;
	height: 100vw;
	line-height: 70vw;
	font-size: 50vw;
	border-radius: 50%;
	text-align: center;
	box-sizing: content-box;
	position: relative;
	display: inline-block;
	cursor:pointer;
	-webkit-transition: all ease 0.4s; /* Safari */
	transition: all ease 0.4s;
	color:white;
	margin-top: 0vh;
}
.coin-med {
	width: 100vw;
	height: 15vw;
	line-height: 55vw;
	font-size: 45vw;
	border-radius: 50%;
	text-align: center;
	box-sizing: content-box;
	position: relative;
	display: inline-block;
	cursor:pointer;
	-webkit-transition: all ease 0.4s; /* Safari */
	transition: all ease 0.4s;
	color:white;
	margin-top: 2vh;
}


.coin-outside {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.coin-inside {
	position: absolute;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	border-radius: 50%;
	background-size: cover!important;
	background-position: center center!important;
	z-index:1;
}

.coin-content {
    position: absolute;
    width: 100%;
    height: 100%;
	left:0px;
	right:0px;
    border-radius: 5px;
    opacity: 1;
    z-index: 2;
    font-size: 15px;
    line-height: 1.2rem;
    box-sizing: content-box;
}

.zoomed.coin-content i{
	font-size: 22.5vw;
     line-height: 37vw;
}

.zoomed.coin-content .coin-content,.zoomed.coin-content {
    position: absolute;
    width: 100%;
    height: 100%;
	left:0px;
	right:0px;
    border-radius: 2.5px;
    opacity: 1;
    z-index: 2;
    font-size: 7px;
    line-height: 0.6rem;
    box-sizing: content-box;
}

.coin-content i{
	font-size: 45vw;
     line-height: 74vw;
}

.coin .coin-inside {
}

.coin .coin-outside {
}

.coin-med .coin-inside {
}

.coin-med .coin-outside {
}

.coin-big .coin-inside {
	border-radius: 0%;
}

.coin-big .coin-outside {
}





body.grey .coin .coin-inside {
}
body.grey .coin .coin-outside {
   
}
body.grey .coin-med .coin-inside {
}
body.grey .coin-med .coin-outside {
}
body.grey .coin-big .coin-inside {
}
body.grey .coin-big .coin-outside {
}



.sport .coin-inside {

}

.sport .coin-outside {
	
}

.fit .coin-inside {


}

.fit .coin-outside {

}

.bewegung .coin-inside {
}

.bewegung .coin-outside {

}

.entspannung .coin-inside {

}

.entspannung .coin-outside {

}

.ernaehrung .coin-inside {

}

.ernaehrung .coin-outside {

}

.bonus .coin-inside {

}

.bonus .coin-outside {


}
.bonus {	
}



.image-running {
	background-image: URL(/img/coinback.jpg)!important;
}

.gif-running {
	background-image: URL(/img/workout.jpg)!important;
}

.branding-sirconic .coin-inside {
	background: #3ab6ab;
	background: linear-gradient(300deg, #3ab6ab 0%, #125f58 100%);
	background-image: URL(../img/fitboss_logo.png);
	background-repeat:no-repeat;
	background-size:contain!important;
}

.branding-sirconic .coin-outside {
	background: linear-gradient(120deg, #3ab6ab 0%, #125f58 100%);
	background: linear-gradient(0deg, rgb(88, 245, 227) 0%, rgb(64, 180, 167) 42%, rgb(51, 158, 146) 51%, rgb(27, 232, 209) 57%, rgb(64, 180, 167) 100%);
	background: linear-gradient(-3deg, rgba(255, 255, 255, 0.28) 0%, rgba(198, 40, 40, 0) 42%, rgba(0, 0, 0, 0.27) 51%, #ffffffa1 57%, rgba(255, 255, 255, 0) 100%);
	background-color: #3ab6ab;
}

.branding-fitclub .coin-inside {
	background: #3ab6ab;
	background: linear-gradient(300deg, #3ab6ab 0%, #125f58 100%);
	background-repeat:no-repeat;
	background-size:contain!important;
	background-image: URL(../img/fitboss_logo.png);
}

.branding-fitclub .coin-outside {
	background: #3ab6ab;
	background-image:URL(/img/coinback.jpg)!important;
	background: linear-gradient(120deg, #3ab6ab 0%, #125f58 100%);
}





h1 {
    margin: 0.8rem 0 1.68rem 0;
}

  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	overflow: hidden;
  }

  main {
	height: 100vh;
  }
 

* {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}
 
input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

* { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

.timeout {
	opacity:0.2;
}

.timer {
    font-size: 3vh;
}

footer {
		z-index:3; 
		position:fixed;
		bottom:0px;
		width:100%;
		background-color:#212121 !important;
		box-shadow:0px 20px 30px 0px;
		background: linear-gradient(0deg, rgb(33, 33, 33) 0%, rgb(74, 74, 74) 100%);	
		height: 70px;
		transition: ease 0.5s all;		
		
}

.trainingcontainer{
	background-color:#424242 !important;
	background: linear-gradient(0deg, rgb(33, 33, 33) 0%, rgb(60, 60, 60) 80%, rgb(33, 33, 33) 100%);	
	padding: 20px 10px;
}
body.white .trainingcontainer{
	background-color:#ffffff !important;
	background: #ffffff !important;	
}
body.white footer {
    color: black;
    background: linear-gradient(0deg, rgb(245, 245, 245) 0%, rgb(208, 207, 207) 100%);
}

p#trainingsdesc {
	font-size: 16px;
    text-align: center;
    line-height: 32px;
}

#trainingsdesc ul li {
    text-align: center;
    font-size: 16px;
    padding: 4px;
    margin: 3px 10%;
	line-height: 24px;	
}
#trainingsdesc ul li:nth-child(even) {
    background: rgba(255, 255, 255, 0.05)
}
#trainingsdesc ul li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.1)
}

.button-top-left {
	z-index: 100;
	position: fixed;
}
.button-top-right {
	z-index: 100;
	position: fixed;
	right: 0px;
}
.button-top-left div {
	position:fixed;
	left:0px;
}
.button-top-right div {
	position:fixed;
	right: 0px;
}

.sidenav-trigger i.material-icons {
	font-size: 6vh;
	margin: 12px;
}
.training-control i.material-icons {
	font-size: 6vh;
	margin: 12px;

}
.coin:active, .coin:focus, .coin:focus-within {
    transform: scale(0.9);
    transition: 0s all;
}

.progress.white {
    top: -10px;
}

/*
section#coin {
    position: fixed;
    width: 100%;
    height: 55vh;	
}
.content-section {
    position: fixed;
    width: 100%;
    top: 55vh;
    height: 35vh;
    overflow-y: auto;
}
.has-coin-med {
	height: 40vh;
}
section#trainingsauswahl {
    top: 40vh;
    height: 50vh;
}
*/


body.grey #trainingsauswahl {
	text-align: center;
}
body.white #trainingsauswahl {
	text-align: center;
}
.content-section {
    overflow-y: auto;
	overflow-x: hidden;
}



#coin svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg) rotateZ(-90deg);
	border-radius:50%;
}

#coin svg circle {
    stroke-width: 20%;
    stroke:white;
    fill: none;
	opacity:0.6;
}

.select-wrapper .caret {
    fill: rgba(146, 146, 146, 0.87);
}

.light{
	text-align:center;
}

.feeling_feedback_desc {
    line-height: 15vw;
    vertical-align: text-bottom;
    font-size: 22px;
}

p#trainingpre {
    font-weight: bold;
    font-size: 28px;
    line-height: 5px;
    color: #ec3a3a;
    animation-duration: 1s;
    transition: 1s ease;
    position: absolute;
    top: -7px;
    width: 85%;
	
}



@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(1200px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(1200px) scale3d(1, 1, 1) translate3d(0, 0, 150px)       rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(1200px) scale3d(1, 1, 1) translate3d(0, 0, 150px)       rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(1200px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)       rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(1200px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}



p#greetings2 {
    position: absolute;
    bottom: 78px;
    text-align: center;
    width: 80%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    line-height: 1.3;
}




/*Challenge*/

.progressbar {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(142, 142, 142, 0.2) 63%);
    float: left;
    height: 100%;
    box-sizing: border-box;
    position: relative;
	border-radius: 4px;
	border-right: solid 2px #212121;
}
.progressbar:last-child {
    border-right: solid 0px #212121;
}
.progressbar-infill {
    background: linear-gradient(166deg, rgba(255, 255, 255, 0.2) 0%, rgba(130, 130, 130, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
	display: block;
    height: 0%;
    bottom: 0px;
    position: absolute;
    width: 100%;
	transition: ease 1s all;
	transition-delay: 0.6s;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.4);	
	
	
}
.progress-number {
    font-size: 30px;
    text-align: center;
    margin: 10px;
}
.target {
    font-size: 20px;
    text-align: center;
    color: #404040;
    margin: 8px 0px;
    border-radius: 4px;
    font-weight: bold;
    background: linear-gradient(166deg, rgba(255, 255, 255, 0.2) 0%, rgba(130, 130, 130, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
    background-color: #eac500;
    box-shadow: 0px 0px 16px -6px white;
}
.progressbar-name {
    text-align: center;
    bottom: -30px;
    position: absolute;
    width: 100%;
}

.bars {
    height: 50vh;
}

p#fortschritt {
    color: #ffffff;
}
body.white p#fortschritt {
    color: black;
} 

.seitenwechsel {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#start, #feeling-before, #trainingsauswahl, #trainingsauswahlvorlage, #trainingsdetail, #feedback {display:none;}

#footer-close {
	font-size: 3em;
    color: white;
	position: absolute;
    bottom: 0px;
    left: -0.5em;
	display:none;
	margin: 0 50%;
	
}
.card {
    background: rgba(75, 75, 75, 0.5);

}
/* Test Coinless */

body.grey .coin-big .coin-inside {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0) inset, -1px -1px 2px 0px rgba(255, 255, 255, 0) inset;
}

.coin-inside {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    border-radius: 5px;
    background-size: cover!important;
    background-position: center center!important;
    z-index: 1;
}
.trainingcontainer {
    background-color: #000000 !important;
    background: linear-gradient(180deg, #000000 50%, #000000 100%);
    padding: 20px 10px;
}

body.grey.darken-4 {
    background-color: #000000 !important;
}

footer {
    z-index: 3;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #e83a3a !important;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(64, 56, 56) 100%);
    height: 50px;
    transition: ease 0.5s all;
}

#coin svg circle {
    stroke-width: 3%;
    stroke: rgba(255, 255, 255, 0.4);
    fill: none;
    opacity: 0.6;
}

body.white .card {
	background-color:rgba(255,255,255,0.1);
}

#trainingsauswahl .coin-content {
    background: rgba(75, 75, 75, 0.5);
}

#trainingsauswahl .coin {
    background-size:cover;
}

#trainingsauswahl2 .coin {
    background-size:cover;
}

body.grey .coin-med .coin-inside {
    box-shadow: 10px 10px 20px -10px transparent inset, -1px -1px 1px 0px rgba(255, 255, 255, 0) inset;
}

.coin-big {
    width: 100vw;
    height: 100vw;
    line-height: 100vw;
	border-radius: 0%!important;
	    margin-top: 0vh!important;
}
.coin-outside {display:none;}

.training-titel {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.4em;
    padding: 10px;
}
.zoomed .training-titel {
    font-size: 10px;
    font-weight: 500;
    line-height: 0.7em;
    padding: 5px;
}
.training-dauer {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 16px;
}
.training-label {
    padding: 7px;
    margin: 3px;
    position: absolute;
    bottom: 0px;
    border-radius: 5px;
}

.fit .training-label {
    background: rgba(244, 67, 54, 0.7);
}
.fit .training-label:before {
    content: "Bewegung";
}
.ernaehrung .training-label {
    background: rgba(139, 195, 74, 0.7);
}
.ernaehrung .training-label:before {
    content: "ErnA¤hrung";
}
.sport .training-label {
    background: rgba(244, 67, 54, 0.7);
}
.sport .training-label:before {
    content: "Sport";
}
.entspannung .training-label {
    background: rgba(3, 169, 24, 0.7);
}
.entspannung .training-label:before {
    content: "Entspannung";
}
.bonus .training-label {
    background:rgba(255, 193,7, 0.7);
}
.bonus .training-label:before {
    content: "Bonus";
}

#maincoin .coin-content i{
	font-size: 45vw;
     line-height: 100vw;
}

span#mytimer {
	font-size: 6em;
	line-height: 100vw;
	
}
i.material-icons{
	text-shadow: 1px 1px rgba(0,0,0,0.3);
	color:white;
}

.light {
    font-weight: 400;
}
#maincoincontent {
	border-radius: 0px;
}

body.white .sidenav-trigger i {color: #575757;text-shadow: none;}


