/* Reset */
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;
    outline: 0;
}
a, a:hover {
    text-decoration: none;
    cursor: pointer;
}
ol, ul, li {
    list-style: none;
}

html, main {
	height:100%;
}

::-webkit-selection {
	background:rgba(0,73,116,1);
	color:#fff;
}

::-moz-selection {
	background:rgba(0,73,116,1);
	color:#fff;
}

::selection {
	background:rgba(0,73,116,1);
	color:#fff;
}

body {
    font-family: "Lato", Verdana, sans-serif;
    /*font-family: Verdana, sans-serif;*/
    font-size: 16px;
	color:#1a171b;	
    font-weight: 400; 
    line-height: 24px;
	min-height:100%;
	height:100%;
	padding-right:0 !important;
	overflow:scroll !important;
	overflow-x:hidden !important;
}

body#settings-page {
	height:auto;
}

/* ### FONTS ### */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

h1 {
	font-size:27px;
	margin-bottom:2.5rem;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* Loader */
#loader-overlay {
	position:fixed;
	display:flex;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	text-align:center;
	/*background:#fff !important;*/
    justify-content: center;
	z-index:10000 !important;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #f29200;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 50px;
    left: 50px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

/* additional Classes */
.text-right {
	text-align:right;
}
.img-fluid {
	width:100%;
}
.img-h-auto {
	height:auto;
}
.img-disabled {
	filter: grayscale(1);
	transform:scale(1) !important;
	cursor:default;
}
.p-absolute {
	position:absolute !important;
}

.p-absolute-center {
	position:absolute !important;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	transform:translateY(-50%);
}

.h-100 {
	height:100%;
}

.text-left {
	text-align:left;
}

.text-center {
	text-align:center;
}

.text-right {
	text-align:right;
}

/* Animations */
.ani-scale { 
	-ms-transition:.2s ease;
	-moz-transition:.2s ease;
	-webkit-transition:.2s ease;
	transition:.2s ease;
}
.ani-scale:hover { 
	-ms-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
	transform:scale(1.05);
}

/* Buttons */
.btn-primary,
.btn-close {
	width:auto;
	color:#fff;
	background: rgb(61,107,157);
	background: -moz-linear-gradient(90deg, rgba(78,100,157,1) 0%, rgba(34,51,107,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(78,100,157,1) 0%, rgba(0,73,116,1) 100%);
	background: linear-gradient(90deg, rgba(78,100,157,1) 0%, rgba(0,73,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e649d",endColorstr="#22336b",GradientType=1);
	border:2px solid #fff;
	border-radius:7px;
	margin-bottom:20px;
	padding:2px 6px;
	text-transform:uppercase;
	transition:none;
	font-weight:bold;
	box-shadow: none !important;
	outline: 0 !important;
}

.btn-close {
	padding:0 !important;
}

.btn-primary.active,
.btn-primary:hover,
input[type="submit"]:hover,
button:not([id="reminders-btn"]).btn-primary:focus,
.btn-primary:focus,
.btn-primary:active,
.btn-close:hover, 
.btn-close:focus {
	color:#f29200;
	background: rgb(52,91,134);
	background: -moz-linear-gradient(90deg, rgba(52,91,134,1) 0%, rgba(0,57,91,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(52,91,134,1) 0%, rgba(0,57,91,1) 100%);
	background: linear-gradient(90deg, rgba(52,91,134,1) 0%, rgba(0,57,91,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#345b86",endColorstr="#00395b",GradientType=1);
	border-color:#f29200;
}

#reminders-btn:hover {
	border-color:#f29200 !important;
}
#reminders-btn:focus {
	border-color:#fff;
}

#content {
	position:relative;
}

#language a {

}
#language li.active img {
	border-bottom: red 2px solid;
}

/* #########################
#                         #
#    User-Area Styles    #
#                       #
######################## */

.blue-bg {
	color:#fff;
	background: rgb(61,107,157);
	background: -moz-linear-gradient(90deg, rgba(58,108,169,1) 0%, rgba(0,73,116,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(58,108,169,1) 0%, rgba(0,73,116,1) 100%);
	background: linear-gradient(90deg, rgba(58,108,169,1) 0%, rgba(0,73,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a6ca9",endColorstr="#004974",GradientType=1);
	background-size: cover;
    background-attachment: fixed;
}

label {
	vertical-align: top;
	font-weight: bold;
	margin-top:3px;
}

.form-control:not([type="checkbox"]) {
	font-size:inherit;
	font-weight:bold;
	margin-bottom:1rem;
	border:2px solid #fff;
	border-radius:7px;
	box-shadow:none !important;
	background-clip: border-box;
}

.form-control:focus:not([readonly]):not([type="submit"]) {
	border:2px solid #f29200;
	background:transparent;
	color:#fff;
}
.form-control[readonly],
.form-control[readonly]:focus {
	border:2px solid #d6d6d6;
	background:#d6d6d6;
}

.form-control::placeholder {
	color: #000;
	font-weight:bold;
	opacity: 1;
}

.form-control:-ms-input-placeholder { 
	color: #000;
	font-weight:bold;
}

.form-control::-ms-input-placeholder {
	color: #000;
	font-weight:bold;
}

.form-control:focus::placeholder { 
	opacity: 0;
}
.form-control:focus:-ms-input-placeholder { 
	opacity: 0;
}
.form-control:focus::-ms-input-placeholder { 
	opacity: 0;
}

.user-area input.btn-primary {
	display:block;
	margin-left:auto;
	margin-right:0;
}

/* ### User-Area Lightbox - Modal ### */
.modal {
	color:#000;
}

.modal-backdrop {
	background:transparent;
}

.modal-content {
	height:100%;
	border-radius:10px;
	border:5px solid #304374;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.35); 
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.35);
	overflow-y:auto;
	overflow-x:hidden;
}

.modal-header,
.modal-footer {
	border:0 !important;
}

.modal-body {
	padding:0px 45px;
}

.btn-close,
.modal input[type="checkbox"] {
	position:relative;
	width:35px;
	height:35px;
	padding:0;
	text-align:center;
}

.btn-close:before,
.btn-close:before {
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:35px;
	content:"+";
	margin:-1px 0 0 1px;
	transform:rotate(45deg);
}

.modal h2 {
	font-size:22px;
	margin-bottom:45px;
}

.modal label {
	font-size:18px;
}

.modal input[type="checkbox"] {
	border:2px solid #07184e;
	margin-right:35px;
}

/* ### Registration ### */
#content .user-area {
	/*height:100%;*/
	min-height:100%;
	display:flex;
	align-items:center;
	padding-top:120px;
	padding-bottom:100px;
}

#registration .logo,
#login .logo{
	max-width: 247px;
}

/* ### Settings ###*/
#content #settings {
	display:block;
	padding-top:8.4375vw;
	padding-bottom:8.4375vw;
}

#settings .logo {
	position:absolute;
	max-width: 110px;
}

#settings-nav {
	position:sticky;
	top:10px;
}

#settings .headline {
	margin-bottom:.5rem;
}

#settings textarea {
	height:136px;
	/*resize:none;*/
}

#settings .form-control {
	margin-bottom:.5rem;
}

#settings .checkbox {
	margin-bottom:1rem;
}
#settings input[type="checkbox"] {
	width: 30px;
	min-width: 30px;
	height: 30px;
	margin-right: 20px;
}
#profil,
#avatar {
	display:none;
}
#profil.active,
#avatar.active {
	display:block;
}


/* #########################
#                         #
#    Dashboard Styles    #
#                       #
######################## */
#wrapper {
	position:relative;
	max-width:2560px;
	margin:0 auto;
}
#content.p-absolute {
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}
#bg-image {
	width:100%;
	overflow-x:hidden;
}

#bg-image img{
	height:auto;
}
#dshb-score, #dshb-settings, #dshb-logout {
	top: 4.907407407407407vh;
}
#dshb-score .bg,
#dshb-settings .bg,
#dshb-logout .bg {
	position:absolute;
	top:0;
	z-index:1;
}
#dshb-settings {
	width:142px;
	width:10.36496350364964%;
	height:77px;
	height:7.12962962962963%;
	left:1.824817518248175%;
	/*background:url("../images/cloud-settings.png")no-repeat center;
	background-size: 100% 100%;*/
}
#dshb-settings .bg {
	width:100%;
	height:auto;
	top: -49.62963%;
    left: -19.459854%;
	animation:cloud-ani1 50s infinite;
}
@keyframes cloud-ani1{
	0 {
		transform:translateX(0px) scale(1);
	}
	30% {
		transform:translateX(-10px) scale(0.8);
	}
	50% {
		transform:translateX(-5px) scale(0.7);
	}
	70% {
		
		transform:translateX(5px) scale(0.8);
	}
	100% {
		transform:translateX(0px) scale(1);
	}
}
#dshb-settings img{
	position:relative;
	width:80px;
	width:56.33802816901408%;
	height:auto;
	z-index:2;
}
#dshb-score {
	width:330px;
	width:24.16058394160584%;
	height:150px;
	height:13.88888888888889%;
	left: 200px;
	left:14.5985401459854%;
	color:#004975;
	font-weight:bold;
	/*background:url("../images/cloud-score.png")no-repeat center;
	background-size: 100% auto;*/
}
#dshb-score .bg {
	width:100%;
	height:auto;
	-ms-animation:cloud-ani2 40s infinite;
	animation:cloud-ani2 40s infinite;
}
@keyframes cloud-ani2{
	0 {
		transform:translateX(0px) scale(1);
	}
	30% {
		transform:translateX(-30px) scale(0.9);
	}
	50% {
		transform:translateX(-5px) scale(0.8);
	}
	70% {
		
		transform:translateX(15px) scale(0.9);
	}
	100% {
		transform:translateX(0px) scale(1);
	}
}
@-ms-keyframes cloud-ani2{
	0 {
		transform:translateX(0px) scale(1);
	}
	30% {
		transform:translateX(-30px) scale(0.9);
	}
	50% {
		transform:translateX(-5px) scale(0.8);
	}
	70% {
		
		transform:translateX(15px) scale(0.9);
	}
	100% {
		transform:translateX(0px) scale(1);
	}
}
#dshb-score #dshb-score-speedo img{
	width:100%;
	height:auto;
	-webkit-backface-visibility: hidden;
}
#dshb-score #dshb-score-speedo {
	position:relative;
	max-width:175px;
	max-width:53.03%;
	margin:0 auto;
	z-index:2;
}
#dshb-score #dshb-score-speedo .score-value,
#dshb-score #dshb-score-speedo .needle {
	position:absolute;
	display:block;
}
#dshb-score #dshb-score-speedo .needle {
	border-radius:8px;
	background:#f29200;
	transition:.8s .3s cubic-bezier(.71,.25,.32,.82);
	transform-origin:100% 100%;
	transform:rotate(-20deg);
	z-index:1;
}
#dshb-score #dshb-score-speedo .score-value {
	left: -4px;
    right: 0;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
	z-index:2;
}
#dshb-score #dshb-score-speedo .score-value em {
	font-style:normal;
}
#dshb-score #dshb-score-hearts .hearts-value{
	display: flex;
	align-items: center;
    justify-content: center;
	width:65px;
	height:65px;
	font-weight:bold;
	color:#fff;
	background:url("../images/heart-score.svg")no-repeat center;
	background-size: 100% auto;
	z-index:2;
}
#dshb-logout {
	width:8.19672131147541%;
	right:7.299270072992701%;
}


#dshb-logout img.logout {
	position:absolute;
	width:61.333%;
	height:auto;
	left:0;
	right:0;
	margin:20px auto;
	z-index:2;
}

#dshb-logout img.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:1;
}

#boat-ani1, #boat-ani2 {
	position:absolute;
}
#boat-ani1 {
	top:370px;
	top:41.11111111111111%;
	left:22.40875912408759%;
	animation:boat-ani1 6s infinite;
	width:50px;
	height:40px;
	background:url("../images/boat-ani-1.png")no-repeat center;
	background-size:100% auto;
	-ms-animation:boat-ani1 60s infinite;
	animation:boat-ani1 60s infinite;
}
#boat-ani2 {
	top:43.11111111111111%;
	right:1.40875912408759%;
	width:50px;
	height:40px;
	background:url("../images/boat-ani-2.png")no-repeat center;
	background-size:100% auto;
	-ms-animation:boat-ani2 30s infinite;
	animation:boat-ani2 30s infinite;
}
@-ms-keyframes boat-ani1 {
	0 {
		transform:translateX(0);
	}
	
	50% {
		transform:translateX(-20vw);
	}
	51% {
		transform:translateX(-20vw) scaleX(-1);
	}
	99% {
		transform:translateX(0vw) scaleX(-1);
	}
	100%{
		transform:translateX(0vw) scaleX(1);
	}
}
@keyframes boat-ani1 {
	0 {
		transform:translateX(0);
	}
	
	50% {
		transform:translateX(-20vw);
	}
	51% {
		transform:translateX(-20vw) scaleX(-1);
	}
	99% {
		transform:translateX(0vw) scaleX(-1);
	}
	100%{
		transform:translateX(0vw) scaleX(1);
	}
}
@-ms-keyframes boat-ani2 {
	0 {
		transform:translateX(0);
	}
	
	50% {
		transform:translateX(5vw);
	}
	100%{
		transform:translateX(0vw);
	}
}
@keyframes boat-ani2 {
	0 {
		transform:translateX(0);
	}
	
	50% {
		transform:translateX(5vw);
	}
	100%{
		transform:translateX(0vw);
	}
}

/* Dashboard - Button */
.app-menu-btn img {
	position:absolute;
}
#lighthouse-dhsb img {
    width: 5.693430656934307%;
	top: 21.3962962962963%;
	right: 29.92700729927007%;
}
#specials-dhsb img {
    width: 24.01459854014599%;
	top: 23.42592592592593%;
	left:0;
}
#exercises-day-dhsb img {
    width: 25.98540145985401%;
	top: 63.05555555555556%;
	left: 18.33333333333333%;
}
#academy-dhsb img {
    width: 17.44525547445255%;
	top: 53.7962962962963%;
	left: 47.51824817518248%;
}
#exercises-week-dhsb img {
    width: 32.26277372262774%;
	top: 73.61111111111111%;
	right:0;
}
#coach-dhsb img {
    width: 8.905109489051095%;
	top: 52.87037037037037%;
	right: 20.21897810218978%;
}
.news-ringing {
	transition:.2s;
	animation:ringing 2s 2s ease-out infinite;
}
.news-ringing2 {
	transition:.2s;
	animation:ringing 2s 1.5s ease-out infinite;
}
@keyframes ringing {
	0 {
		transform:rotate(0deg);
	}
	5% {
		transform:rotate(-10deg);
	}
	10% {
		transform:rotate(0deg);
	}
	15% {
		transform:rotate(-10deg);
	}
	20% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(0deg);
	}
}

/* Dashboard Footer */
#footer-dhsb {	
	position:absolute;
	width:100%;
	left:0;
	bottom:30px;
	text-align:center;
}
#footer-dhsb a {
	margin:0 5px;
}
#footer-dhsb .lightbox {
	left:0;
}

/* #########################
#                         #
#  Tagesaufgaben Styles  #
#                       #
######################## */
#gameplay-header .logo{
	width: 8.905109489051095%;
	top:4.9305%;
}
.exercises-day-btn {
	width:20.29197080291971%
}

.exercises-day-1 {
	top:27.31481481481481%;
	left:2.773722627737226%;
}

.exercises-day-2 {
	top:19.90740740740741%;
	left:28.46715328467153%;
}

.exercises-day-3 {
	top:10.74074074074074%;
	left:54.23357664233577%
}

.exercises-day-btn img,
.exercises-week-btn img{
	position:relative;
	width:100%;
	height:auto;
}

.exercises-day-btn .exercises-title,
.exercises-week-btn .exercises-title {
	position:absolute;
	top:22.87735849056604%;
	left:0;
	right:0;
	margin:0 auto;
	color:#2f4671;
	font-weight:900;
	font-size:22px;
}

.exercises-day-btn .exercises-title span {
	display: inline-block;
    font-size: 80px;
    margin-top: 12%;
}

.exercises-day-btn .heart-icon,
.exercises-day-btn .check-icon {
	display:none;
	top: 32.5%;
}

.exercises-day-btn .heart-icon {
	left: 17%;
}

.exercises-day-btn .check-icon {
	right: 17%;
}

.exercises-day-btn.exercise-done .heart-icon,
.exercises-day-btn.exercise-done .check-icon {
	display:block;
}

#exercises-day #notification {
	width:22.34972677595628%;
	right:1.366120218579235%;
	bottom:37.0694%;
}

#exercises-day #coach-notifications .check-icon {
	top: 20%;
    left: 28.5%;
}

.notes {
	display:inline-block;
	color:#000;
	font-weight:bold;
}

.notifications {
	transition:.3s;
	opacity:0;
	transform:scale(0);
	-webkit-animation:fadeIn .2s 1.5s forwards;
	animation:fadeIn .2s 1.5s forwards;
}

#exercises-day #notification .notes {
	top:45%;
}

#exercises-day #coach-notifications {
	width:28.63387978142077%;
	right: 15.79234972677596%;
	bottom:5.972%;
	opacity:0;
	transition:.3s;
	-webkit-animation:fadeIn .3s 1s forwards;
	animation:fadeIn .3s 1s forwards;
}

#exercises-day #coach-notifications img {
	width:100%;
	height:auto;
}


/* Tagesaufgaben Detail */
#exercises-clipboard-title {
	color:#004771;
	font-weight:900;
}

#exercises-day-detail #exercises-clipboard-title {
	top: 20.7%;
	left: 40.478%;
}

#exercises-day-content {
	position:absolute;
	width:58.89617486338798%;
	top:29.125%;
	bottom:27%;
	left:0;
	right:0;
	margin:0 auto;
}

.exercise-day-desc {
	height:100%;
	color:#000;
	font-weight:900;
	background:#fff;
	border:2px solid #F29400;
	padding-top:2%;
	padding-bottom:2%;
}

.exercise-day-desc-text {
	align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

.exercise-day-desc-img-bottom {
	font-weight:700;
}

.exercise-day-desc-img {
	text-align:center;
    height: 100%;
}

.exercise-day-desc-img img{
    max-width: 100%;
    max-height: 100%;
}

.exercise-day-desc-img-bottom {
	bottom:0;
}

.exercise-day-desc-img-bottom img {
	width:70%;
}

.exercise-day-functions a{
	display:block;
}

.exercise-day-functions {
	position:relative;
	text-align:center;
}

.exercise-day-functions #rating-btn {
	position:absolute;
	max-width:130px;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}

.exercise-day-functions #timer-start {
	margin-bottom:10%;
}

.exercise-day-functions #timer-start img{
	width:50.975318%;
}

/*#timer-overlay*/
.overlay {
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,.7);
	background:rgba(17, 73, 120,.8);
	z-index:10000;
}

#timer-overlay .btn-close {
	top:20px;
	right:20px;
	color:#fff;
	position:fixed !important;
	z-index:1983;
}

#countdown {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	font-size:12rem;
	font-weight:bold;
	text-shadow:0 0 20px rgba(0,0,0,.3);
	color:#F29400;
	transform:translateY(-50%);
	margin:0 auto;
	text-align:center;
	transition:1s;
}

#countdown.start {
	transform:scale(0.2);
}

#timer, #exc-done, #timer-overlay #controls {
	display:none;
}

#timer {
    width:100%;
    font-size:35px;
	text-align:center;
    margin:0 auto;
}

#timer #seconds {
	color:#F29400;
	font-weight:bold;
}
  
#controls {
    margin:30px auto 0;
    max-width:600px;    
}
  
#controls button {
    font-size:1rem;
}

#exercises-day-detail #notification {
	width:15.06622516556291%;
	right:0;
	top:4.2361%;
}

#exercises-day-detail .notes {
	top:47%;
}


/* #########################
#                         #
#  Wochenaufgaben Styles  #
#                       #
######################## */

.exercises-week-btn {
    width: 20.29197080291971%;
}

.exercises-week-1 {
    top: 23.194%;
    left: 2.915291529152915%;
}
.exercises-week-2 {
    top: 7.5%;
    left: 30.1980%;
}
.exercises-week-3 {
    top: 36.722%;
    right: 22.28712871287129%;
}

.exercises-week-btn .check-icon {
    top: 29%;
    left: 39%;
}

#exercises-week #notification .notes {
    top: 45%;
}

#exercises-week #notification {
    width: 20.35203520352035%;
    right: 20.32673267326733%;
    top: 6.944%;
}

#exercises-week #notification .flip-x {
    -webkit-transform:scaleX(-1);
    transform:scaleX(-1);
}

#exercises-week #coach-notifications {
    width: 31.18811881188119%;
    right: -20px;
    top:27.63888888888889%;
    opacity: 0;
    transition: .3s;
    -webkit-animation: fadeIn .3s 1s forwards;
    animation: fadeIn .3s 1s forwards;
}

#exercises-week #coach-notifications .check-icon {
    top: 21%;
    right: 29.5%;
}

/* Wochenaufgbe Detail */
#exercises-week-detail #exercises-clipboard-title {
    top: 19.2%;
    left: 40.678%;
	color:#ed4e14;
}

#exercises-week-detail #exercises-clipboard-title img {
	display:block;
	width:38%;
	margin:0 auto -6px;
}

#exercises-week-content {
    position: absolute;
    width: 58.89617486338798%;
    top: 29.125%;
    bottom: 27%;
    left: 0;
    right: 0;
	color:#000;
	text-align:center;
    margin: 0 auto;
}

#exercises-week-detail #notification {
    width: 15.06622516556291%;
    right: 0;
    top: 4.2361%;
}

.exercise-week-desc {
	padding-top:10px;
}

.exercise-week-desc h1,
.exercise-week-desc h2{
	text-align:center;
	font-weight:900;
}

.exercise-week-desc h1 {
	color:#004771;
	margin-bottom:3%;
}

.exercise-week-desc h2 {
	margin-bottom:8%;
}

.exercise-week-desc #timer-start{
	width:12.8166915052161%;
	right:6.63256325632563%;
	bottom:0;
}

.exercise-week-desc #timer-start img{
	width:100%;
}

.exercise-week-desc.exercise-upload p {
	margin-bottom:5%;
}

.exercise-week-desc.exercise-upload.small-text p {
	font-size:0.8em;
	max-width:50%;
	margin-left:auto;
	margin-right:auto;
}

.exercise-week-desc form#upload-pic {
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.exercise-week-desc form#upload-pic input {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}

.exercise-week-desc .exercise-ernaehrung form#upload-pic {
	position:relative;
}

.exercise-week-desc.exercise-upload.small-text p {
	margin-bottom:3%;
}

.exercise-week-desc.exercise-big-text h2 {
	margin-bottom:4%;
}

.exercise-week-desc.exercise-riddle p {
	max-width:80%;
}

.exercise-week-desc.exercise-big-text p {
	margin:0 auto 2%;
}

.exercise-week-desc form#riddle {
	display:inline-block;
	text-align:left;
}

.exercise-week-desc.exercise-riddle .form-group{
	position:relative;
}
.exercise-week-desc.exercise-riddle label {
	font-weight:normal;
}
.exercise-week-desc.exercise-riddle label span {
	display:inline-block;
	margin-left:10px;
}
.exercise-week-desc.exercise-riddle input:checked + label{
	color:#F29400;
}

.exercise-week-desc.exercise-riddle input:not([type="submit"]) {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
}

.exercise-week-desc.exercise-big-text input[type="submit"] {
	display:block;
	font-size:1.1rem;
	line-height:1.1rem;
	margin:15px auto 0;
}

.exercise-week-desc form#feedback {
	font-size:0.8em;
	line-height:0.8em;
}

.exercise-week-desc form#feedback .form-group{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:5px;
}
.exercise-week-desc form#feedback .form-group:last-of-type{
	margin-bottom:0px;
}

.exercise-week-desc form#feedback .form-group label,
.exercise-week-desc form#feedback .form-group select,
.exercise-week-desc form#feedback .form-group input:not([type="submit"]) {
	-ms-flex: 1 0 50%;
	flex:1 0 50%;
	width:50%;
	max-width:50%;
	text-align:left;
}

.exercise-week-desc form#nachricht {
	position:relative;
	display:block;
	height:95%;
}

.exercise-week-desc form#nachricht p{
	font-weight:900;
}

.exercise-week-desc form#nachricht .form-inner {
	position:relative;
	height:80%;
	font-size:.8em;
	background:#fff;
	padding:20px 0;
}
.exercise-week-desc form#nachricht .form-inner img {
	width:7%;
	height:auto;
}

.exercise-week-desc form#nachricht textarea {
	width:100%;
	height:71%;
	border:0;
	padding:20px;
	outline:0 !important;
}

#exercises-week-detail .notes {
    top: 45%;
}

/* #########################
#                         #
#  Specials Styles  #
#                       #
######################## */

.specials-week-1 {
	top: 35.76389%;
	right: 43.33%;
}

.specials-week-2 {
	top: 46.875%;
	left: 37.97814207650273%;
}

.specials-week-3 {
	left: 28.46994535519126%;
	bottom: 30.06944%;
}

.specials-week-4 {
	right: 42.45901639344262%;
	bottom: 17.84722%;
}

.specials-kw {
	position:absolute;
	color:#fff;
	top:12%;
	left:0;
	right:0;
	margin:0 auto;
	font-weight:900;
}

.specials-week-btn {
	transform-origin:50% 0;
	transform:rotate(0deg);
}

/* Specials animation */
@keyframes specialsAni1 {
	0 {
		transform:rotate(0deg);
	}
	25% {
		transform:rotate(-5deg);
	}
	50% {
		transform:rotate(0deg);	
	}
	75% {
		transform:rotate(10deg);
	}
	100% {
		transform:rotate(0deg);
	}
}
@keyframes specialsAni2 {
	0 {
		transform:rotate(0deg);
	}
	25% {
		transform:rotate(-7deg);
	}
	50% {
		transform:rotate(0deg);	
	}
	75% {
		transform:rotate(5deg);
	}
	100% {
		transform:rotate(0deg);
	}
}
@keyframes specialsAni3 {
	0 {
		transform:rotate(0deg);
	}
	25% {
		transform:rotate(-2deg);
	}
	50% {
		transform:rotate(0deg);	
	}
	75% {
		transform:rotate(8deg);
	}
	100% {
		transform:rotate(0deg);
	}
}
@keyframes specialsAni4 {
	0 {
		transform:rotate(0deg);
	}
	25% {
		transform:rotate(-9deg);
	}
	50% {
		transform:rotate(0deg);	
	}
	75% {
		transform:rotate(3deg);
	}
	100% {
		transform:rotate(0deg);
	}
}
.specials-calendar-btn img,
.specials-coach img {
	position:absolute;
}

.specials-calendar-year {
	width: 15.62841530054645%;
	left:36.44808743169399%;
	bottom:3.54167%;
}

.specials-calendar-year img,
.specials-coach img{
	width:100%;
	bottom:0;
}

.specials-coach {
	width:10.43715846994536%;
	right:8.907103825136612%;
	bottom:22.9167%;
}	

#contact-coach input:not([type="submit"]),
#contact-coach textarea {
	color:#000;
}

#contact-coach .form-control:not([type="checkbox"]) {
	border:2px solid #314475;
}

#contact-coach textarea {
	height:120px;
}

#contact-coach input[type="submit"] {
	margin-left:auto;
	margin-right:0;
}

#contact-coach .right-col {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	justify-content:center;
}

#contact-coach .upload {
	position:relative;
	display:inline-block;
}

#contact-coach .upload input[type="file"]{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	opacity:0;
	z-index:2;
}

/* Specials Detail */
#specials-clipboard-title {
    top: 18.7%;
    left: 41.278%;
	font-weight:900;
	color:#ed4e14;
}
#specials-clipboard-title img {
    display: block;
    width: 15%;
    margin: 0 auto;
}
#specials-detail-content {
    position: absolute;
    width: 56.89617486338798%;
    top: 29.125%;
    bottom: 27%;
    left: 0;
    right: 0;
	color:#000;
    margin: 0 auto;
}

#specials-detail-content .row {
	align-items:center;
}

#specials-detail-content .event {
margin-bottom:5%;	
}

#specials-detail-content .specials-info p{
    font-weight:900;
	color:#004771;
}
#specials-detail-content .past-event .alert{
	color:#df0024;
	font-weight:900;
	text-align:left;
}

#specials-detail-content .specials-form-upload .form-group{
	position:relative;
	cursor:pointer;
}
#specials-detail-content .specials-form-upload input[type="file"]{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
	z-index:2;
}

#specials-detail-content .specials-form-upload label {
	font-size:0.6em;
}

#specials-detail-content .specials-form-signup label{
	text-align:center;
	display:block;
}

#specials-detail-content .specials-form-signup input {
	display:block;
	margin:0 auto;
}

#specials-detail #notification,
#specials-detail #notification1 {
    width: 15.06622516556291%;
    top: 1.2361%;
}

#specials-detail #notification {
    right: 20%;
}

#specials-detail #notification1 {
    width: 15.06622516556291%;
    right: 2%;
}

#specials-detail .notes {
    top: 45%;
}

/* Specials Calendar */
.calendar-month-btn {
	color:#724c27;
	font-weight:900;
}

.calendar-month-btn:hover {
	color:#F29400 !important;
}

.calendar-month-btn.activ {
	color:#fff !important;
}

.calendar-month-btn.month-1 {
	top: 12%;
	right:38%;
}

.calendar-month-btn.month-2 {
	top: 15.0%;
	right:41.7%;
}

.calendar-month-btn.month-3 {
	top: 19.4%;
	right:43.7%;
}

.calendar-month-btn.month-4 {
	top: 24.1%;
	right:49.1%;
}

.calendar-month-btn.month-5 {
	top: 32.9%;
    right: 36.2%;
}

.calendar-month-btn.month-6 {
	top: 35%;
    left: 41.5%;
}

.calendar-month-btn.month-7 {
	top: 35.5%;
    right: 44.5%;
}

.calendar-month-btn.month-8 {
    top: 39.2%;
    right: 48%;
}

.calendar-month-btn.month-9 {
	top: 42.2%;
    right: 45%;
}

.calendar-month-btn.month-10 {
	top: 45.3%;
    right: 47.4%;
}

.calendar-month-btn.month-11 {
    top: 48.8%;
    right: 43.5%;
}

.calendar-month-btn.month-12 {
	top: 51.4%;
    right: 47.8%;
}

/* Specials Monthview */

#specials-monthview-content {
    position: absolute;
    width: 60.89617486338798%;
    top: 25.425%;
    bottom: 24%;
    left: 0;
    right: 0;
    color: #000;
    margin: 0 auto;
}

#specials-monthview #specials-clipboard-title {
    top: 19.6%;
    left: 0;
	right:0;
	margin:0 auto;
	margin-left:10px;
    font-weight: 900;
	text-align:center;
}
#specials-monthview #specials-clipboard-title span {
	display:block;
	font-size: 0.6em;
    color: #004771;
}

#calendar-nav {
	display:flex;
	justify-content:space-between;
}

#calendar-nav button {
	padding:0;
	margin:0;
	border:0;
	outline: 0 !important;
	background:transparent;
}

#points-hearts {
	padding:0 0 0 5%;
}

#points-content .hearts-count { 
	font-weight:900;
	text-align:center;
}

.hearts-count .heart {
	position:relative;
}

.hearts-count .hearts-value {
	color:#fff;
	font-weight:900;
	left:0;
	right:0;
	top:49%;
	transform:translateY(-50%);
}

#points-hearts .requests {
	display:flex;
	color:#004771;
	font-weight:900;
}
#points-hearts .requests a{
	width:14%;
	margin-right:2%;
}
#points-hearts .requests img{
	width:100%;
	height:auto;
}

#hearts-puzzle {
	position:relative;
	font-weight:900;
	color:#004771;
	padding:30px;
	border:2px solid #dc0119;
	border-radius:30px;
	margin-top:5%;
}

#hearts-puzzle-template {
	margin-left:auto;
	margin-right:0;
	background-image:url("../images/heart-template.svg");
	background-repeat:no-repeat;
	background-position: center;
	background-size:100% auto;
}

#hearts-puzzle[data-hearts-count="1"] #hearts-puzzle-template{
	background-image:url("../images/heart-template1.svg");
}

#hearts-puzzle[data-hearts-count="2"] #hearts-puzzle-template{
	background-image:url("../images/heart-template2.svg");
}

#hearts-puzzle[data-hearts-count="3"] #hearts-puzzle-template{
	background-image:url("../images/heart-template3.svg");
}

#hearts-puzzle[data-hearts-count="4"] #hearts-puzzle-template{
	background-image:url("../images/heart-template4.svg");
}

#hearts-puzzle[data-hearts-count="5"] #hearts-puzzle-template{
	background-image:url("../images/heart-template5.svg");
}

#hearts-puzzle-1,
#hearts-puzzle-2,
#hearts-puzzle-3,
#hearts-puzzle-4,
#hearts-puzzle-5 {
	width:29%;
}

#hearts-puzzle-1 {
	left:-4%;
	bottom:2%;
}

#hearts-puzzle-2 {
	left: 8%;
    bottom: 5%;
}

#hearts-puzzle-3 {
	left: 19%;
    bottom: 6.3%;
}

#hearts-puzzle-4 {
	left: 27%;
    bottom: 8%;
}

#hearts-puzzle-5 {
	left: 36%;
    bottom: -8%;
}

#hearts-puzzle[data-hearts-count="1"] #hearts-puzzle-1,
#hearts-puzzle[data-hearts-count="2"] #hearts-puzzle-1,
#hearts-puzzle[data-hearts-count="2"] #hearts-puzzle-2,
#hearts-puzzle[data-hearts-count="3"] #hearts-puzzle-1,
#hearts-puzzle[data-hearts-count="3"] #hearts-puzzle-2,
#hearts-puzzle[data-hearts-count="3"] #hearts-puzzle-3,
#hearts-puzzle[data-hearts-count="4"] #hearts-puzzle-1,
#hearts-puzzle[data-hearts-count="4"] #hearts-puzzle-2,
#hearts-puzzle[data-hearts-count="4"] #hearts-puzzle-3,
#hearts-puzzle[data-hearts-count="4"] #hearts-puzzle-4,
#hearts-puzzle[data-hearts-count="5"] #hearts-puzzle-1,
#hearts-puzzle[data-hearts-count="5"] #hearts-puzzle-2,
#hearts-puzzle[data-hearts-count="5"] #hearts-puzzle-3,
#hearts-puzzle[data-hearts-count="5"] #hearts-puzzle-4,
#hearts-puzzle[data-hearts-count="5"] #hearts-puzzle-5 {
	display:none;
}

#points-speedo {
	position:relative;
}

#points-speedo img {
	display:block;
	width:80%;
	margin:0 auto;
}

#points-speedo .points-value {
	left:0;
	right:0;
	color:#004771;
	margin:0 auto;
	top:45%;
	font-weight:900;
	text-align: center;
	z-index:3;
}

#points-speedo .needle{
	width:30%;
	height:4%;
	left:20%;
	bottom:24%;
	border-radius: 8px;
    background: #f29200;
    transition: .8s .3s cubic-bezier(.71,.25,.32,.82);
    transform-origin: 100% 50%;
    transform: rotate(0deg);
    z-index: 2;
}

#points-credits .points-info {
	color:#004771;
	font-weight:900;
	margin-bottom:5%;
}

#points-credits #credits-bar {
	position:relative;
	border:3px solid #004771;
	background:#fff;
	border-radius:30px;
	margin:2% auto;
	overflow:hidden;
}

#points-credits #credits-bar span.bar-bg{
	height:100%;
	width:0;
	top:0;
	left:0;
	transition:.6s 1s ease-out;
	z-index:2;
}

#points-credits #credits-bar .credits-bar-value{
	width:100%;
	top:50%;
	left:0;
	font-size:1.5em;
	color:#fff;
	white-space:nowrap;
	font-weight:900;
	transform:translateY(-50%) !important;
	text-align:center;
	opacity:0;
	text-shadow: 1px 1px 1px #000000;
	animation:creditsBar .6s 1.5s forwards;
	z-index:3;
}

@keyframes creditsBar{
	0 {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

#points-credits .credits-bar {
	color:#004771;
	font-weight:900;
	padding:0 8%;
}

#points-credits .credits-bar ul {
	display:flex;
	font-weight:400;
	justify-content:space-between;
	margin-bottom:5%;
}

#points-credits .credits-bar ul li{
	/*border-right:1px solid #004771;*/
	padding:0 5px;
	line-height:1;
}

#points-credits .credits-bar ul li:last-child{
	border:0;
}

#points-standings-detail #points-credits .credits-bar{
	padding:11.5278% 12% 0;
	line-height:1;
}

#points-standings-detail #points-credits #credits-bar {
	border-radius:50px;
}

#points-credits .credits-btn {
	display:block;
	color:#fff;
	font-weight:900;
	background:#004771;
	border:2px solid #fff;
	border-radius:30px;
	padding:0 10px;
	margin:3% auto 0;
}
#points-credits #coach-points {
	width:14.97267759562842%;
	left:11.03825136612022%;
}

#points-standings-detail #points-credits .credits-bar ul {
	margin-bottom:2%;
}

/* #########################
#                         #
#  Jahresscore Styles  	 #
#                       #
######################## */

#jahresscore-start img {
    width: 15.9016393442623%;
    bottom: 4.0278%;
    left: 2.2%;
}

#jahresscore #boat-ani1 {
	left: 24.408759%;
	-webkit-animation:none;
	-moz-animation:none;
	animation:none;
}

#jahresscore-milestone1 img{
	width:5.027322404371585%;
	right:30.05464480874317%;
	bottom:32.6389%;
}

#jahresscore-milestone2 img{
	width:3.114754098360656%;
	top:44.51388888888889%;
	right:23.98907103825137%;
}

#jahresscore-milestone3 img{
	width:2.786885245901639%;
	top:35%;
	right:34.31693989071038%;
}

#jahresscore-250-start {
	width:18.96174863387978%;
	height:41.31944%;
	left:0;
	bottom:2.5%;
}

#jahresscore-500-start {
	width: 17.26775956284153%;
	height:38.125%;
	right:0;
	bottom:6.25%;
}

#jahresscore-750-start {
	width: 13.87978142076503%;
	height:30.55%;
	left:27.65027322404372%;
	bottom:1.11%;
}

#jahresscore-1000-start {
	width: 16.44808743169399%;
	height:36.25%;
	left:35.84699453551913%;
	bottom:27.22%;
}

.signpost-detail {
	font-family: "Shadows Into Light", serif;
	color:#fff;
	z-index:4;
}

.signpost-detail .points-act,
.signpost-detail .points-remain,
.signpost-detail .points-target {
	display:block;
	width:92%;
	text-align:center;
	line-height:1;
}

.signpost-detail .points-act,
.signpost-detail .points-remain,
.signpost-detail .points-target {
	display:block;
	width:92%;
	text-align:center;
	line-height:1;
}

#jahresscore250 .signpost-detail .points-act {
	top:1%;
}

#jahresscore250 .signpost-detail .points-remain {
	top:21%;
}

#jahresscore250 .signpost-detail .points-target {
	top:41%;
}

#jahresscore500 .signpost-detail .points-act {
	top:0;
}

#jahresscore500 .signpost-detail .points-remain {
	top:20%;
}

#jahresscore500 .signpost-detail .points-target {
	top:40.5%;
}

#jahresscore750 .signpost-detail .points-act {
	top:-1%;
	width:100%;
}

#jahresscore750 .signpost-detail .points-remain {
	top:20%;
	width:100%;
}

#jahresscore750 .signpost-detail .points-target {
	top:40.5%;
	width:100%;
}

#jahresscore1000 .signpost-detail .points-act {
	top:-1%;
}

#jahresscore1000 .signpost-detail .points-remain {
	top:20%;
}

#jahresscore1000 .signpost-detail .points-target {
	top:40.5%;
}

#jahresscore250 #jahresscore-milestone1 img {
    width: 4.027322%;
    right: 4.054645%;
    bottom: 42.6389%;
}

#jahresscore500 #jahresscore-milestone1 img {
    width: 14.04371584699454%;
    right: 38.7431693989071%;
    bottom: 2.9167%;
}

#jahresscore500 #jahresscore-milestone2 img {
    width: 6.830601092896175%;
    left: 35.08196721311475%;
    top: 25.833%;
}

#jahresscore750 #jahresscore-milestone2 img {
    width: 7.650273224043716%;
    right: 6.120218579234973%;
	top:auto;
    bottom: 29.167%;
}

#jahresscore750 #jahresscore-milestone3 img {
    width: 3.770491803278689%;
    right: 43.16939890710383%;
    top: 32.56944%;
	bottom:auto;
}

#jahresscore1000 #lighthouse img {
    width: 6.120218579234973%;
    left: 32.6775956284153%;
    top: 7.53611%;
}

#jahresscore1000 #icecart img {
    width: 21.4207650273224%;
    left: 0%;
    bottom: 11.11%;
}

#jahresscore1500 #coach-1000points img {
    width: 16.0655737704918%;
    left: 42.73224043715847%;
    bottom: 1.11%;
}

/* Avatar */
#avatar-icon {
	position:absolute;
	width:9%;
	overflow:hidden;
	/*border:3px solid #F29400;*/
	padding:0.5%;
	background:url("../images/avatar-bg.png")no-repeat center;
	background-size:100% auto;
	/*transition:.4s linear;*/
	-ms-transition:.6s linear;
	-moz-transition:.6s linear;
	-webkit-transition:.6s linear;
	transition:.6s linear;
	z-index:5;
	z-index:3;
}

#avatar-icon img{
	border-radius:100%;
}

/* Jahresscore 0-250 */
/*
#jahresscore250 #avatar-icon,
#jahresscore250 #avatar-icon.points-0 {
	left:11%;
	bottom:11.5%;
}

#jahresscore250 #avatar-icon.points-10 {
    left: 27%;
    bottom: 10.5%;
}

#jahresscore250 #avatar-icon.points-20 {
    left: 35%;
    bottom: 10.5%;
}

#jahresscore250 #avatar-icon.points-30 {
    left: 46%;
    bottom: 9.5%;
}

#jahresscore250 #avatar-icon.points-40 {
	left: 58%;
    bottom: 11.5%;
}

#jahresscore250 #avatar-icon.points-50 {
	left: 68%;
    bottom: 15.5%;
}

#jahresscore250 #avatar-icon.points-60 {
	left: 81%;
    bottom: 25.5%;
	transform: scale(0.8);
}

#jahresscore250 #avatar-icon.points-70 {
	left: 83%;
    bottom: 36.5%;
	transform: scale(0.7);
}

#jahresscore250 #avatar-icon.points-80 {
	left: 61%;
    bottom: 40.0%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-90 {
    left: 47%;
    bottom: 42%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-100 {
	left: 34%;
    bottom: 41%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-110 {
    left: 18%;
    bottom: 37%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-120 {
    left: 3%;
    bottom: 35%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-130 {
	left: 2%;
    bottom: 42%;
    transform: scale(0.5);
}

#jahresscore250 #avatar-icon.points-140 {
	left: 9%;
    bottom: 47%;
    transform: scale(0.5);
}

#jahresscore250 #avatar-icon.points-150 {
	left: 14%;
    bottom: 48%;
    transform: scale(0.5);
}

#jahresscore250 #avatar-icon.points-150 {
    left: 20%;
    bottom: 49%;
    transform: scale(0.5);
}

#jahresscore250 #avatar-icon.points-160 {
    left: 26%;
    bottom: 49%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-170 {
    left: 31%;
    bottom: 49%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-180 {
    left: 36%;
    bottom: 49%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-190 {
    left: 41%;
    bottom: 49%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-200 {
    left: 46%;
    bottom: 49%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-210 {
    left: 53%;
    bottom: 48%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-220 {
	left: 61%;
    bottom: 47.5%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-230 {
    left: 66%;
    bottom: 47%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-240 {
    left: 76%;
    bottom: 45%;
    transform: scale(0.35);
}

#jahresscore250 #avatar-icon.points-250,
#jahresscore250 #avatar-icon.points-260 {
    left: 85%;
    bottom: 42%;
    transform: scale(0.35);
}*/


/* -- Korrektur -- */
/* Jahresscore 0-250 */
#jahresscore250 #avatar-icon, #jahresscore250 #avatar-icon.points-0 {
    left: 11%;
    bottom: 11.5%;
}

#jahresscore250 #avatar-icon.points-10 {
    left: 27%;
    bottom: 10.5%;
}

#jahresscore250 #avatar-icon.points-20 {
    left: 40%;
    bottom: 10.5%;
}

#jahresscore250 #avatar-icon.points-20 {
    left: 40%;
    bottom: 10.5%;
}

#jahresscore250 #avatar-icon.points-30 {
    left: 55%;
    bottom: 10.5%;
}

#jahresscore250 #avatar-icon.points-40 {
    left: 69%;
    bottom: 15.5%;
}

#jahresscore250 #avatar-icon.points-50 {
    left: 78%;
    bottom: 23.5%;
}

#jahresscore250 #avatar-icon.points-60 {
    left: 84%;
    bottom: 28.5%;
    transform: scale(0.8);
}

#jahresscore250 #avatar-icon.points-70 {
    left: 85%;
    bottom: 33.5%;
    transform: scale(0.7);
}

#jahresscore250 #avatar-icon.points-80 {
    left: 79%;
    bottom: 38.5%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-90 {
    left: 66%;
    bottom: 39%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-100 {
    left: 56%;
    bottom: 41%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-100 {
    left: 56%;
    bottom: 41%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-110 {
    left: 46%;
    bottom: 42%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-120 {
    left: 34.5%;
    bottom: 41%;
    transform: scale(0.6);
}

#jahresscore250 #avatar-icon.points-130 {
    left: 22%;
    bottom: 38%;
    transform: scale(0.5);
}

#jahresscore250 #avatar-icon.points-140 {
    left: 9%;
    bottom: 34.5%;
    transform: scale(0.5);
}

#jahresscore250 #avatar-icon.points-150 {
    left: 1%;
    bottom: 35%;
    transform: scale(0.5);
}

#jahresscore250 #avatar-icon.points-160 {
    left: 2%;
    bottom: 42%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-170 {
    left: 8%;
    bottom: 46%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-180 {
    left: 16%;
    bottom: 48%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-190 {
    left: 24%;
    bottom: 48.5%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-200 {
    left: 33%;
    bottom: 48.5%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-210 {
    left: 43%;
    bottom: 48.5%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-220 {
    left: 55%;
    bottom: 48%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-230 {
    left: 66%;
    bottom: 47%;
    transform: scale(0.4);
}

#jahresscore250 #avatar-icon.points-240 {
    left: 76%;
    bottom: 44.6%;
    transform: scale(0.35);
}

#jahresscore250 #avatar-icon.points-250,
#jahresscore250 #avatar-icon.points-260 {
    left: 85%;
    bottom: 42%;
    transform: scale(0.35);
}


/* Jahresscore 250-500 */

#jahresscore500 #avatar-icon,
#jahresscore500 #avatar-icon.points-250 {
    left: -1%;
    bottom: 12%;
    transform: scale(1);
}

#jahresscore500 #avatar-icon.points-260 {
    left: 8%;
    bottom: 16%;
    transform: scale(1);
}

#jahresscore500 #avatar-icon.points-270 {
    left: 15.3%;
    bottom: 19%;
    transform: scale(1);
}

#jahresscore500 #avatar-icon.points-280 {
    left: 25%;
    bottom: 22%;
    transform: scale(1);
}

#jahresscore500 #avatar-icon.points-290 {
    left: 35%;
    bottom: 23%;
    transform: scale(1);
}

#jahresscore500 #avatar-icon.points-300 {
    left: 45%;
    bottom: 22%;
    transform: scale(0.9);
}

#jahresscore500 #avatar-icon.points-310 {
    left: 56%;
    bottom: 22%;
    transform: scale(0.9);
}

#jahresscore500 #avatar-icon.points-320 {
    left: 64%;
    bottom: 24%;
    transform: scale(0.9);
}

#jahresscore500 #avatar-icon.points-330 {
    left: 72%;
    bottom: 27%;
    transform: scale(0.9);
}

#jahresscore500 #avatar-icon.points-340 {
    left: 80%;
    bottom: 32%;
    transform: scale(0.8);
}

#jahresscore500 #avatar-icon.points-350 {
    left: 84%;
    bottom: 36%;
    transform: scale(0.8);
}

#jahresscore500 #avatar-icon.points-360 {
    left: 83%;
    bottom: 40%;
    transform: scale(0.8);
}

#jahresscore500 #avatar-icon.points-370 {
    left: 78%;
    bottom: 43%;
    transform: scale(0.7);
}

#jahresscore500 #avatar-icon.points-380 {
    left: 72%;
    bottom: 45.5%;
    transform: scale(0.7);
}

#jahresscore500 #avatar-icon.points-390 {
    left: 64%;
    bottom: 46.5%;
    transform: scale(0.7);
}

#jahresscore500 #avatar-icon.points-400 {
    left: 57%;
    bottom: 46.5%;
    transform: scale(0.7);
}

#jahresscore500 #avatar-icon.points-410 {
    left: 51%;
    bottom: 46.5%;
    transform: scale(0.7);
}

#jahresscore500 #avatar-icon.points-420 {
    left: 43.5%;
    bottom: 47%;
    transform: scale(0.7);
}

#jahresscore500 #avatar-icon.points-430 {
    left: 36%;
    bottom: 47.5%;
    transform: scale(0.6);
}

#jahresscore500 #avatar-icon.points-440 {
    left: 28.5%;
    bottom: 48%;
    transform: scale(0.6);
}

#jahresscore500 #avatar-icon.points-450 {
    left: 22%;
    bottom: 49.5%;
    transform: scale(0.6);
}

#jahresscore500 #avatar-icon.points-460 {
    left: 16%;
    bottom: 56%;
    transform: scale(0.6);
}

#jahresscore500 #avatar-icon.points-470 {
    left: 20%;
    bottom: 60%;
    transform: scale(0.6);
}

#jahresscore500 #avatar-icon.points-480 {
    left: 27%;
    bottom: 61%;
    transform: scale(0.6);
}

#jahresscore500 #avatar-icon.points-490 {
    left: 34%;
    bottom: 62%;
    transform: scale(0.6);
}

#jahresscore500 #avatar-icon.points-500,
#jahresscore500 #avatar-icon.points-510 {
    left: 41.5%;
    bottom: 61.5%;
    transform: scale(0.6);
}


/* Jahresscore 500-7500 */
#jahresscore750 #avatar-icon,
#jahresscore750 #avatar-icon.points-500 {
	left: auto;
    right: 8%;
    bottom: 34%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-510 {
    right: 14%;
    bottom: 30%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-520 {
    right: 26%;
    bottom: 26%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-530 {
    right: 31%;
    bottom: 27%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-540 {
    right: 48%;
    bottom: 33%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-550 {
    right: 56%;
    bottom: 34%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-560 {
    right: 64%;
    bottom: 33.5%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-570 {
    right: 73%;
    bottom: 31.5%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-580 {
    right: 79%;
    bottom: 30.5%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-590 {
    right: 85%;
    bottom: 29.5%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-600 {
    right: 91%;
    bottom: 30.5%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-610 {
    right: 94%;
    bottom: 33.5%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-620 {
    right: 92%;
    bottom: 37.5%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-630 {
    right: 88%;
    bottom: 38.5%;
    transform: scale(0.7);
}

#jahresscore750 #avatar-icon.points-640 {
    right: 81%;
    bottom: 39.5%;
    transform: scale(0.6);
}

#jahresscore750 #avatar-icon.points-650 {
    right: 74%;
    bottom: 40.5%;
    transform: scale(0.6);
}

#jahresscore750 #avatar-icon.points-660 {
    right: 68%;
    bottom: 43.5%;
    transform: scale(0.6);
}

#jahresscore750 #avatar-icon.points-670 {
    right: 61%;
    bottom: 46.5%;
    transform: scale(0.6);
}

#jahresscore750 #avatar-icon.points-680 {
    right: 54%;
    bottom: 49.5%;
    transform: scale(0.6);
}

#jahresscore750 #avatar-icon.points-690 {
    right: 48%;
    bottom: 52.5%;
    transform: scale(0.6);
}

#jahresscore750 #avatar-icon.points-700 {
    right: 45%;
    bottom: 54.5%;
    transform: scale(0.6);
}

#jahresscore750 #avatar-icon.points-710 {
    right: 42%;
    bottom: 55.5%;
    transform: scale(0.5);
}

#jahresscore750 #avatar-icon.points-720 {
    right: 39%;
    bottom: 56.5%;
    transform: scale(0.5);
}

#jahresscore750 #avatar-icon.points-730 {
    right: 37%;
    bottom: 57.5%;
    transform: scale(0.5);
}

#jahresscore750 #avatar-icon.points-740 {
    right: 35%;
    bottom: 58.5%;
    transform: scale(0.5);
}

#jahresscore750 #avatar-icon.points-750,
#jahresscore750 #avatar-icon.points-760 {
    right: 32%;
    bottom: 59.5%;
    transform: scale(0.5);
}

/* Jahresscore 7500-1000 */
#jahresscore1000 #avatar-icon,
#jahresscore1000 #avatar-icon.points-750 {
	right: 64%;
    bottom: 14.5%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-760 {
	right: 55%;
    bottom: 17.5%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-770 {
	right: 46%;
    bottom: 21.5%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-780 {
	right: 39%;
    bottom: 23.5%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-790 {
	right: 32%;
    bottom: 26.5%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-800 {
	right: 27%;
    bottom: 27%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-810 {
	right: 20%;
    bottom: 26%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-820 {
	right: 15%;
    bottom: 25.5%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-830 {
	right: 9%;
    bottom: 24.5%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-840 {
	right: 4%;
    bottom: 23.5%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-850 {
	right: 0%;
    bottom: 24.5%;
    transform: scale(0.8);	
}

#jahresscore1000 #avatar-icon.points-860 {
	right: -3%;
    bottom: 28.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-870 {
	right: -4%;
    bottom: 34.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-880 {
	right: -3%;
    bottom: 40.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-890 {
	right: 0%;
    bottom: 44.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-900 {
	right: 4%;
    bottom: 48.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-910 {
	right: 10%;
    bottom: 51.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-920 {
	right: 18%;
    bottom: 55.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-930 {
	right: 28%;
    bottom: 59.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-940 {
	right: 38%;
    bottom: 62.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-950 {
	right: 46%;
    bottom: 65.5%;
    transform: scale(0.7);	
}

#jahresscore1000 #avatar-icon.points-960 {
	right: 52%;
    bottom: 67.5%;
    transform: scale(0.6);
}

#jahresscore1000 #avatar-icon.points-970 {
	right: 56%;
    bottom: 70.5%;
    transform: scale(0.6);
}

#jahresscore1000 #avatar-icon.points-980 {
	right: 58%;
    bottom: 72.5%;
    transform: scale(0.6);
}

#jahresscore1000 #avatar-icon.points-990 {
	right: 59%;
    bottom: 74.5%;
    transform: scale(0.6);
}

#jahresscore1000 #avatar-icon.points-1000,
#jahresscore1000 #avatar-icon.points-1010 {
	right: 60%;
    bottom: 77.5%;
    transform: scale(0.6);
}


/* Jahresscore 1000-1500 */
#window-1 {
	width: 6.721311475409836%;
	height: 14.23611%;
	top: 59.93056%;
	right: 42.24043715846995%;
}
#window-2 {
	width: 5.792349726775956%;
	height: 11.944%;
	top: 48.125%;
	left: 39.94535519125683%;
}
#window-3 {
	width: 5.245901639344262%;
	height: 11.18056%;
	top: 35.90278%;
	right: 42.78688524590164%;
}
#window-4 {
	width: 4.153005464480874%;
	height: 8.611%;
	top: 26.73611%;
	left: 41.47540983606557%;
}

.lighthouse-window img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.lighthouse-window .avatar-inside{
    display: none;
    width: 94%;
    height: 60%;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ecf0f1;
	overflow:hidden;
    z-index: 2;
}

.lighthouse-window #window-2-avatar.avatar-inside {
    width: 83%;
	top:35%;
}

.lighthouse-window #window-4-avatar.avatar-inside {
	width: 86%;
    height: 54%;
}

.lighthouse-window .window-overlay{
	display:none;
	z-index:3;
}

.lighthouse-window .avatar-inside img{
	display:none;
}

.lighthouse-window.window-open .avatar-inside,
.lighthouse-window.window-open .window-overlay{
	display:block;
}

.lighthouse-window.window-open.active .avatar-inside img {
	display:block;
}

.lighthouse-window.window-open.active .avatar-inside,
.lighthouse-window.window-open .window-overlay{
	display:block;
}

.lighthouse-window.window-open .avatar-inside.window-left img,
.lighthouse-window.window-open .avatar-inside.window-right img {
	opacity:0;
}

.lighthouse-window.window-open .avatar-inside.window-left img{
	-webkit-transform: skewY(-12deg) translateX(-100%);
	transform: skewY(-12deg) translateX(-100%);
	-webkit-animation:avatarFadeInleft .6s 1s forwards;
	animation:avatarFadeInleft .6s 1s forwards;
}
.lighthouse-window.window-open .avatar-inside.window-right img{
	-webkit-transform: skewY(12deg) translateX(100%);
	transform: skewY(12deg) translateX(100%);
	-webkit-animation:avatarFadeInRight .6s 1s forwards;
	animation:avatarFadeInRight .6s 1s forwards;
}

@-webkit-keyframes avatarFadeInleft {
	0{
		opacity:0;
		transform: skewY(-12deg) translateX(-100%);
	}
	100% {
		opacity:1;
		transform: skewY(-12deg) translateX(0);
	}
}

@-webkit-keyframes avatarFadeInRight {
	0{
		opacity:0;
		transform: skewY(12deg) translateX(100%);
	}
	100% {
		opacity:1;
		transform: skewY(12deg) translateX(0);
	}
}

@keyframes avatarFadeInleft {
	0{
		opacity:0;
		transform: skewY(-12deg) translateX(-100%);
	}
	100% {
		opacity:1;
		transform: skewY(-12deg) translateX(0);
	}
}

@keyframes avatarFadeInRight {
	0{
		opacity:0;
		transform: skewY(12deg) translateX(100%);
	}
	100% {
		opacity:1;
		transform: skewY(12deg) translateX(0);
	}
}


/* Meilensteine Detailsseiten */


#milestone250 {
	top:16%;
	text-shadow: 2px -1px 0px rgba(0, 0, 0, 1);
    font-family: "Shadows Into Light", serif;
	color:#fff;
	line-height:1.3;
}

.milestone-content a{
    display:block;
	color:#fff !important;
}

.milestone-500-content,
.milestone-500-content a {
	color:#000 !important;
	font-weight:900;
	line-height:1.2;
}

#milestone500-left {
	top: 23%;
	left: 7.4%;
}

#milestone500-right {
	top: 26%;
	right: 14.4%;
}

#milestone750 {
	width:60.10928961748634%;
	top:15.31147540983607%;
	left:24.80874316939891%;
	color:#fff;
	font-weight:900;
	line-height:1.2;
}

#milestone750 a {
	color:#fff;
}

#milestone750 .bonus-text {
	line-height:1.6;
	margin-top:4%;
}

#milestone1000 {
	width: 30.32786885245902%;
    height: 30%;
    top: 5.29167%;
    left: 47.33%;
	line-height:1.2;
	color:#000;
	font-weight:900;
}

#milestone1000 img{
	width: 100%;
	height: 100%;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	-webkit-transform:translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

#milestone1000 p {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin: 0 auto;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

#milestone1500-left,
#milestone1500-right {
	width:auto;
	top:27.11%;
}

#milestone1500-left {
	left:0;
}

#milestone1500-right {
	left:69%;
}

.milestone-1500-content {
	font-weight:900;
	line-height:1.2;
}

/* Footer */
#footer-normal #back-btn,
#footer-normal #next-btn {
	width:16.77595628415301%;
	height:auto;
	bottom:7.4%;
}

#footer-normal #video-btn,
#footer-normal #download-btn,
#footer-normal #wanted-btn {
	bottom:7.4%;
}

#footer-normal #back-btn {
	left:0;
}
#footer-normal #next-btn,
#footer-normal #video-btn {
	right:1.875%;
}

#footer-normal #download-btn {
	display:inline-block;
	left:0;
	right:0;
	margin:0 auto;
}

#footer-normal #wanted-btn {
	right: 16.50273224043716%;
	margin:0;
}

#jahresscore-milestone500 #footer-normal #back-btn {
    left: 0;
    right: 0;
    margin: 0 auto;
}


@keyframes fadeIn{
	0 {
		opacity:0;
		transform:scale(0);
	}
	90% {
		opacity:1;
		transform:scale(1.1);
	}
	100% {
		opacity:1;
		transform:scale(1);
	}
}

/* ########################
#						  #
#		RESPONSIVE       #	
#						#
########################*/

@media (min-width:768px) {
	.container {
		width:720px;
	}
	#profil,
	#avatar {
		padding-top:95px;
	}
	#settings .form-control:last-child {
		margin-bottom:1.0rem;
	}
	#settings .btn-primary:not([type="submit"]) {
		width:100%;
	}
	.modal-dialog {
		max-width: 720px;
	}
	.modal-dialog {
		height: 73.7962962962963vh;
		margin:13.10185185185185vh auto;
	}
}

@media (min-width:992px) {
	.modal-dialog {
		max-width:960px;
	}
	.container {
		width:960px;
	}
	.desktop-hidden{
		display:none !important;	
	}
	.specials-week-1 {
		animation:specialsAni1 4s linear infinite;
	}

	.specials-week-2 {
		animation:specialsAni2 3s 1s linear infinite;
	}

	.specials-week-3 {
		animation:specialsAni3 5s .5s linear infinite;
	}

	.specials-week-4 {
		animation:specialsAni4 3s linear infinite;
	}
}

@media (min-width:1200px) {	
	.sm-container,
	.modal-dialog	{
		max-width:1000px !important;
	}
	.container	{
		width:1140px;
	}
}

@media (min-width:1400px) {	
	.container	{
		max-width:1370px;
		width:1370px;
	}
}

@media (min-width:1920px) {	
	.container	{
		max-width:1830px;
		width:1830px;
	}
}

@media (min-width:768px), (min-height:360px) {
	#bg-image img{
		width:1024px;
	}
	.gameplay-container {
		width:730px;	
	}
	#dshb-score #dshb-score-hearts .hearts-value{
		width:34px; height:34px;
	}
	#dshb-logout img{
		width:36px; height:36px;
	}
	#exercises-day .notes,
	#exercises-week .notes,
	#exercises-day-detail .notes,
	#exercises-week-detail .notes,
	#specials-detail .notes {
		font-size: 19px; line-height: 21px;
	}
	.exercises-day-btn .heart-icon img,
	.exercises-day-btn .check-icon img,
	.exercises-week-btn .check-icon img,
	#exercises-day #coach-notifications .check-icon img,
	#exercises-week #coach-notifications .check-icon img {
		width:36px; height:36px;
	}
	#exercises-clipboard-title {
		font-size:20px;
	}	
	.exercise-week-desc h1 {
		font-size:26px;
	}
	.exercise-week-desc h2 {
		font-size:13px;
	}
	.exercise-week-desc #video-btn.btn-big {
		width:144px; height:144px;
	}
	.exercise-week-desc .upload-btn {
		width:89px; height:89px;
	}	
	.exercise-week-desc.exercise-upload {
		font-size:22px; line-height:25px;
	}
	.exercise-week-desc.exercise-big-text {
		font-size:21px; line-height:24px;
	}
	.exercise-week-desc .exercise-ernaehrung img{
		width:63px; height:63px;
	}
	.specials-week-btn,
	.specials-week-btn img{
		width:57px; height:57px;
	}
	#contact-coach .upload img{
		width:60px; height:60px;
	}
	#specials-detail-content .upload img {
		width:43px; height:43px;
	}
	#specials-detail-content .specials-info p{
		font-size:17px; line-height:19px;
	}
	#specials-detail-content {
		font-size:12px; line-height:15px;
	}
	#specials-detail-content .past-event .alert{
		font-size:43px;
	}
	#specials-detail-content .specials-form-signup .check-icon {
		width:41px; height:41px;		
	}
	#specials-detail-content .specials-form-signup input {
		width:27px; height:27px;
	}
	#specials-clipboard-title {
		font-size:20px;
	}
	#specials-monthview #specials-clipboard-title {
		font-size:26px;
	}
	.calendar-month-btn {
		font-size:14px;
	}
	#exercises-day-detail #video-btn,
	#footer-normal #video-btn {
		width:56px; height:56px;
	}
	#specials-monthview #footer-normal #download-btn,
	#specials-monthview #footer-normal #video-btn {
		width:51px; height:51px;
	}
	#calendar-nav button img {
		width:41px; height:41px;
	}
	.hearts-count .heart img{
		width:124px; height:124px;
	}
	.hearts-count {
		font-size:13px; line-height:15px;
	}
	.hearts-count .heart {
		font-size:42px;
	}
	#points-hearts .requests {
		font-size:9px; line-height:11px;
	}
	#hearts-puzzle {
		font-size:10px; line-height:12px;
	}
	#hearts-puzzle-template {
		width:141px;
		height:141px;
	}
	#points-speedo .points-value {
		font-size:34px;
	}
	#points-credits .points-info {
		font-size:14px; line-height:18px;
	}
	#points-credits .credits-bar {
		font-size:12px;
	}
	#points-credits .credits-bar ul {
		font-size:17px;
	}
	#points-credits #credits-bar {
		height:54px;
	}
	#points-standings-detail #points-credits .credits-bar p{
		font-size:24px;
	}
	#points-standings-detail #points-credits .credits-bar ul li {
		font-size:30px;
	}
	#points-standings-detail #points-credits .credits-bar {
		font-size:16px;
		line-height:27px;
	}
	#points-standings-detail #points-credits #credits-bar {
		height:108px;
	}
	#jahresscore250 .signpost-detail .points-act{
		font-size:24px;
	}
	#jahresscore250 .signpost-detail .points-remain{
		font-size:18px;
	}
	#jahresscore250 .signpost-detail .points-target{
		font-size:26px;
	}
	#jahresscore500 .signpost-detail .points-act{
		font-size:26px;
	}
	#jahresscore500 .signpost-detail .points-remain{
		font-size:17px;
	}
	#jahresscore500 .signpost-detail .points-target{
		font-size:25px;
	}
	#jahresscore750 .signpost-detail .points-act{
		font-size:25px;
	}
	#jahresscore750 .signpost-detail .points-remain{
		font-size:13px;
	}
	#jahresscore750 .signpost-detail .points-target{
		font-size:19px;
	}
	#jahresscore1000 .signpost-detail .points-act{
		font-size:26px;
	}
	#jahresscore1000 .signpost-detail .points-remain{
		font-size:16px;
	}
	#jahresscore1000 .signpost-detail .points-target{
		font-size:24px;
	}
	#milestone250 {
		font-size:35px;
	}
	.milestone-500-content {
		font-size:17px;
	}
	#milestone750 {
		font-size:21px;
	}
	#milestone750 .bonus-text {
		font-size:31px;
	}
	#milestone1000 {
		font-size:19px;
	}
	.milestone-1500-content {
		font-size:19px;
	}
}

/* Screens > 1024 */
@media (min-width:1025px), (min-height:577px) {
	#bg-image img{
		width:1280px;
	}
	.gameplay-container {
		width:915px;	
	}
	#dshb-score #dshb-score-speedo .needle {
		width: 39px; height: 4px; left: 15px; bottom: 24px;
	}
	#dshb-score #dshb-score-speedo .score-value {
		bottom: 11px; font-size: 8px;
	}
	#dshb-score #dshb-score-hearts .hearts-value{
		width:43px; height:43px; font-size: 12px;
	}
	#dshb-logout img{
		width:45px; height:45px;
	}	
	#boat-ani1 {
		width:40px; height:32px;
	}
	#boat-ani2 {
		width:40px;	height:32px;
	}
	#exercises-day .notes {
		font-size: 24px; line-height: 27px;
	}
	
	#exercises-day-detail .notes,
	#exercises-week-detail .notes,
	#specials-detail .notes {
		font-size: 15px; line-height: 18px;
	}
	#exercises-week .notes {
		font-size: 18px; line-height: 23px;
	}
	.exercises-day-btn .heart-icon img,
	.exercises-day-btn .check-icon img,
	.exercises-week-btn .check-icon img,
	#exercises-day #coach-notifications .check-icon img,
	#exercises-week #coach-notifications .check-icon img {
		width:44px; height:44px;
	}
	#exercises-clipboard-title {
		font-size:24px;
	}
	.exercise-day-desc {
		font-size: 12px; line-height: 20px;
	}
	.exercise-week-desc h1 {
		font-size:35px;
	}
	.exercise-week-desc h2 {
		font-size:24px;
	}
	.exercise-week-desc #video-btn.btn-big {
		width:179px; height:179px;
	}	
	.exercise-week-desc .upload-btn {
		width:111px; height:111px;
	}
	.exercise-week-desc.exercise-upload {
		font-size:28px; line-height:31px;
	}
	.exercise-week-desc.exercise-big-text {
		font-size:27px; line-height:30px;
	}
	.exercise-week-desc .exercise-ernaehrung img{
		width:79px; height:79px;
	}
	.specials-week-btn,
	.specials-week-btn img{
		width:70px; height:70px;
	}
	#contact-coach .upload img{
		width:70px; height:70px;
	}
	#specials-clipboard-title {
		font-size:20px;
	}
	#specials-monthview #specials-clipboard-title {
		font-size:28px;
	}
	#specials-detail-content .upload img {
		width:53px; height:53px;
	}
	#specials-detail-content .specials-info p{
		font-size:21px; line-height:23px;
	}
	#specials-detail-content {
		font-size:15px; line-height:18px;
	}
	#specials-detail-content .past-event .alert{
		font-size:53px;
	}
	#specials-detail-content .specials-form-signup .check-icon {
		width:52px; height:52px;		
	}
	#specials-detail-content .specials-form-signup input {
		width:33px; height:33px;
	}
	.calendar-month-btn {
		font-size:18px;
	}
	#exercises-day-detail #video-btn,
	#footer-normal #video-btn {
		width:70px; height:70px;
	}
	#specials-monthview #footer-normal #download-btn,
	#specials-monthview #footer-normal #video-btn {
		width:64px; height:64px;
	}
	#calendar-nav button img{
		width:51px; height:51px;
	}
	.hearts-count .heart img{
		width:154px; height:154px;
	}
	.hearts-count {
		font-size:16px; line-height:18px;
	}
	.hearts-count .heart {
		font-size:45px;
	}
	#points-hearts .requests {
		font-size:11px; line-height:13px;
	}
	#hearts-puzzle {
		font-size:13px; line-height:15px;
	}
	#hearts-puzzle-template {
		width:177px;
		height:177px;
	}
	#points-speedo .points-value {
		font-size:43px;
	}
	#points-credits .points-info {
		font-size:18px; line-height:23px;
	}
	#points-credits .credits-bar {
		font-size:15px;
	}
	#points-credits .credits-bar ul {
		font-size:21px;
	}
	#points-credits #credits-bar {
		height:66px;
	}
	#points-standings-detail #points-credits .credits-bar p{
		font-size:30px;
	}
	#points-standings-detail #points-credits .credits-bar ul li {
		font-size:38px;
	}
	#points-standings-detail #points-credits .credits-bar {
		font-size:20px;
		line-height:34px;
	}
	#points-standings-detail #points-credits #credits-bar {
		height:136px;
	}
	#jahresscore250 .signpost-detail .points-act{
		font-size:30px;
	}
	#jahresscore250 .signpost-detail .points-remain{
		font-size:23px;
	}
	#jahresscore250 .signpost-detail .points-target{
		font-size:33px;
	}
	#jahresscore500 .signpost-detail .points-act{
		font-size:33px;
	}
	#jahresscore500 .signpost-detail .points-remain{
		font-size:21px;
	}
	#jahresscore500 .signpost-detail .points-target{
		font-size:31px;
	}
	#jahresscore750 .signpost-detail .points-act{
		font-size:31px;
	}
	#jahresscore750 .signpost-detail .points-remain{
		font-size:16px;
	}
	#jahresscore750 .signpost-detail .points-target{
		font-size:24px;
	}
	#jahresscore1000 .signpost-detail .points-act{
		font-size:32px;
	}
	#jahresscore1000 .signpost-detail .points-remain{
		font-size:20px;
	}
	#jahresscore1000 .signpost-detail .points-target{
		font-size:30px;
	}
	#milestone250 {
		font-size:43px;
	}
	.milestone-500-content {
		font-size:21px;
	}
	#milestone750 {
		font-size:26px;
	}
	#milestone750 .bonus-text {
		font-size:39px;
	}
	#milestone1000 {
		font-size:24px;
	}
	.milestone-1500-content {
		font-size:24px;
	}
}

/* Screens > 1280 */
@media (min-width:1281px), (min-height:721px) {
	#bg-image img{
		width:1600px;
	}
	.gameplay-container {
		width:1140px;	
	}
	#dshb-score #dshb-score-speedo .needle {
		width:44px; left: 24px; bottom: 35px;
	}
	#dshb-score #dshb-score-speedo .score-value {
		bottom: 15px; font-size: 8.5px;
	}
	#dshb-score #dshb-score-hearts .hearts-value{
		width:54px; height:54px; font-size: 16px;
	}
	#dshb-logout img{
		width:56px; height:56px;
	}
	#exercises-day .notes {
		font-size: 30px; line-height: 33px;
	}
	#exercises-day-detail .notes,
	#exercises-week-detail .notes,
	#specials-detail .notes {
		font-size: 18px; line-height: 21px;
	}
	#exercises-week .notes {
		font-size: 24px; line-height: 29px;
	}
	.exercises-day-btn .heart-icon img,
	.exercises-day-btn .check-icon img,
	.exercises-week-btn .check-icon img,
	#exercises-day #coach-notifications .check-icon img,
	#exercises-week #coach-notifications .check-icon img {
		width:56px; height:56px;
	}
	#exercises-clipboard-title {
		font-size:30px;
	}
	.exercise-day-desc {
		font-size:15px; line-height:23px;
	}
	.exercise-week-desc h1 {
		font-size:44px;
	}
	.exercise-week-desc h2 {
		font-size:32px;
	}
	.exercise-week-desc #video-btn.btn-big {
		width:222px; height:222px;
	}
	.exercise-week-desc .upload-btn {
		width:121px; height:121px;
	}
	.exercise-week-desc.exercise-upload {
		font-size:35px; line-height:39px;
	}
	.exercise-week-desc.exercise-big-text {
		font-size:30px; line-height:35px;
	}
	.exercise-week-desc .exercise-ernaehrung img{
		width:97px; height:97px;
	}
	.specials-week-btn,
	.specials-week-btn img{
		width:86px; height:86px;
	}
	#contact-coach .upload img{
		width:90px; height:90px;
	}
	#specials-clipboard-title {
		font-size:26px;
	}
	#specials-monthview #specials-clipboard-title {
		font-size:32px;
	}
	#specials-detail-content .upload img {
		width:65px; height:65px;
	}
	#specials-detail-content .specials-info p{
		font-size:26px; line-height:29px;
	}
	#specials-detail-content {
		font-size:19px; line-height:23px;
	}
	#specials-detail-content .past-event .alert{
		font-size:67px;
	}
	#specials-detail-content .specials-form-signup .check-icon {
		width:65px; height:65px;		
	}
	#specials-detail-content .specials-form-signup input {
		width:42px; height:42px;
	}
	.calendar-month-btn {
		font-size:23px;
	}
	#exercises-day-detail #video-btn,
	#footer-normal #video-btn {
		width:88px; height:88px;
	}
	#specials-monthview #footer-normal #download-btn,
	#specials-monthview #footer-normal #video-btn {
		width:80px; height:80px;
	}
	#calendar-nav button img {
		width:63px; height:63px;
	}
	.hearts-count .heart img{
		width:190px; height:190px;
	}
	.hearts-count {
			font-size:20px; line-height:23px;
	}
	.hearts-count .heart {
		font-size:52px;
	}
	#points-hearts .requests {
		font-size:13px; line-height:16px;
	}
	#hearts-puzzle {
		font-size:16px; line-height:19px;
	}
	#hearts-puzzle-template {
		width:220px;
		height:220px;
	}
	#points-speedo .points-value {
		font-size:54px;
	}
	#points-credits .points-info {
		font-size:22px; line-height:28px;
	}
	#points-credits .credits-bar {
		font-size:19px;
	}
	#points-credits .credits-bar ul {
		font-size:26px;
	}
	#points-credits #credits-bar {
		height:83px;
	}
	#points-standings-detail #points-credits .credits-bar p{
		font-size:38px;
	}
	#points-standings-detail #points-credits .credits-bar ul li {
		font-size:48px;
	}
	#points-standings-detail #points-credits .credits-bar {
		font-size:25px;
		line-height:42px;
	}
	#points-standings-detail #points-credits #credits-bar {
		height:169px;
	}
	#jahresscore250 .signpost-detail .points-act{
		font-size:37px;
	}
	#jahresscore250 .signpost-detail .points-remain{
		font-size:28px;
	}
	#jahresscore250 .signpost-detail .points-target{
		font-size:41px;
	}
	#jahresscore500 .signpost-detail .points-act{
		font-size:41px;
	}
	#jahresscore500 .signpost-detail .points-remain{
		font-size:26px;
	}
	#jahresscore500 .signpost-detail .points-target{
		font-size:39px;
	}
	#jahresscore750 .signpost-detail .points-act{
		font-size:39px;
	}
	#jahresscore750 .signpost-detail .points-remain{
		font-size:20px;
	}
	#jahresscore750 .signpost-detail .points-target{
		font-size:30px;
	}
	#jahresscore1000 .signpost-detail .points-act{
		font-size:40px;
	}
	#jahresscore1000 .signpost-detail .points-remain{
		font-size:27px;
	}
	#jahresscore1000 .signpost-detail .points-target{
		font-size:37px;
	}
	#milestone250 {
		font-size:54px;
	}
	.milestone-500-content {
		font-size:26px;
	}
	#milestone750 {
		font-size:32px;
	}
	#milestone750 .bonus-text {
		font-size:49px;
	}
	#milestone1000 {
		font-size:30px;
	}
	.milestone-1500-content {
		font-size:30px;
	}
}

/* Screens > 1600 */
@media (min-width:1601px), (min-height:901px) {
	#bg-image img{
		width:1920px;
	}
	.gameplay-container {
		width:1370px;	
	}
	#dshb-logout img{
		width:68px;
		height:68px;
	}
	
	#dshb-score #dshb-score-speedo .needle {
		width:55px;
		height:5px;
		left:29px;
		bottom:40px;
	}

	#dshb-score #dshb-score-speedo .score-value {
		bottom: 21px;
		font-size: 11px;
	}
	
	#boat-ani1 {
		width:50px;
		height:40px;
	}
	#boat-ani2 {
		width:50px;
		height:40px;
	}
	#exercises-day .notes {
		font-size: 36px;
		line-height: 40px;
	}
	
	#exercises-day-detail .notes,
	#exercises-week-detail .notes,
	#specials-detail .notes {
		font-size: 21px;
		line-height: 23px;
	}	
	#exercises-week .notes {
		font-size: 29px;
		line-height: 33px;
	}
	.exercises-day-btn .heart-icon img,
	.exercises-day-btn .check-icon img,
	.exercises-week-btn .check-icon img,
	#exercises-day #coach-notifications .check-icon img,
	#exercises-week #coach-notifications .check-icon img {
		width:66px;
		height:66px;
	}	
	#exercises-clipboard-title {
		font-size:36px;
	}
	.exercise-day-desc {
		font-size:18px;
		line-height:26px;
	}
	.exercise-week-desc h1 {
		font-size:53px;
	}	
	.exercise-week-desc h2 {
		font-size:36px;
	}
	.exercise-week-desc #video-btn.btn-big {
		width:267px;
		height:267px;
	}
	.exercise-week-desc .upload-btn {
		width:167px;
		height:167px;
	}
	.exercise-week-desc.exercise-upload {
		font-size:42px;
		line-height:46px;
	}
	.exercise-week-desc.exercise-big-text {
		font-size:35px;
		line-height:40px;
	}
	.exercise-week-desc .exercise-ernaehrung img{
		width:117px; height:117px;
	}
	.specials-week-btn,
	.specials-week-btn img{
		width:102px; height:102px;
	}
	#contact-coach .upload img{
		width:86px; height:86px;
	}
	#specials-clipboard-title {
		font-size:31px;
	}
	#specials-monthview #specials-clipboard-title {
		font-size:38px;
	}
	#specials-monthview #specials-clipboard-title span {
		margin-bottom:10px;
	}
	#specials-detail-content .upload img {
		width:78px; height:78px;
	}
	#specials-detail-content .specials-info p{
		font-size:32px; line-height:36px;
	}
	#specials-detail-content {
		font-size:22px; line-height:27px;
	}
	#specials-detail-content .past-event .alert{
		font-size:81px;
	}
	#specials-detail-content .specials-form-signup .check-icon {
		width:78px; height:78px;		
	}
	#specials-detail-content .specials-form-signup input {
		width:50px; height:50px;
	}
	.calendar-month-btn {
		font-size:27px;
	}
	#exercises-day-detail #video-btn,
	#footer-normal #video-btn {
		width:116px; height:116px;
	}
	#specials-monthview #footer-normal #download-btn,
	#specials-monthview #footer-normal #video-btn {
		width:95px; height:95px;
	}
	#calendar-nav button img {
		width:75px; height:75px;
	}
	.hearts-count .heart img{
		width:227px; height:227px;
	}
	.hearts-count {
			font-size:24px; line-height:27px;
	}
	.hearts-count .heart {
		font-size:64px;
	}
	#points-hearts .requests {
		font-size:15px; line-height:19px;
	}
	#hearts-puzzle {
		font-size:19px; line-height:22px;
	}
	#hearts-puzzle-template {
		width:265px;
		height:265px;
	}
	#points-speedo .points-value {
		font-size:64px;
	}
	#points-credits .points-info {
		font-size:27px; line-height:34px;
	}
	#points-credits .credits-bar {
		font-size:23px;
	}
	#points-credits .credits-bar ul {
		font-size:32px;
	}
	#points-credits #credits-bar {
		height:100px;
	}
	#points-standings-detail #points-credits .credits-bar p{
		font-size:45px;
	}
	#points-standings-detail #points-credits .credits-bar ul li {
		font-size:58px;
	}
	#points-standings-detail #points-credits .credits-bar {
		font-size:30px;
		line-height:51px;
	}
	#points-standings-detail #points-credits #credits-bar {
		height:206px;
	}
	#jahresscore250 .signpost-detail .points-act{
		font-size:45px;
	}
	#jahresscore250 .signpost-detail .points-remain{
		font-size:34px;
	}
	#jahresscore250 .signpost-detail .points-target{
		font-size:49px;
	}
	#jahresscore500 .signpost-detail .points-act{
		font-size:49px;
	}
	#jahresscore500 .signpost-detail .points-remain{
		font-size:31px;
	}
	#jahresscore500 .signpost-detail .points-target{
		font-size:46px;
	}
	#jahresscore750 .signpost-detail .points-act{
		font-size:46px;
	}
	#jahresscore750 .signpost-detail .points-remain{
		font-size:24px;
	}
	#jahresscore750 .signpost-detail .points-target{
		font-size:36px;
	}
	#jahresscore1000 .signpost-detail .points-act{
		font-size:48px;
	}
	#jahresscore1000 .signpost-detail .points-remain{
		font-size:31px;
	}
	#jahresscore1000 .signpost-detail .points-target{
		font-size:45px;
	}
	#milestone250 {
		font-size:65px;
	}
	.milestone-500-content {
		font-size:31px;
	}
	#milestone750 {
		font-size:39px;
	}
	#milestone750 .bonus-text {
		font-size:58px;
	}
	#milestone1000 {
		font-size:36px;
	}
	.milestone-1500-content {
		font-size:36px;
	}
}

/* Screens > 1920 */
@media (min-width:1921px), (min-height:1081px) {
	#bg-image img{
		width:2560px;
	}
	.gameplay-container {
		width:1830px;	
	}
	#dshb-score #dshb-score-speedo .needle {
		width: 68px; height: 6px; left: 41px; bottom: 51px;
	}
	#dshb-score #dshb-score-speedo .score-value {
		bottom: 33px; font-size: 15px;
	}
	#dshb-score #dshb-score-speedo .score-value {
		bottom: 33px; font-size: 15px;
	}
	#dshb-score #dshb-score-hearts .hearts-value{
		width:87px; height:87px; font-size: 22px;
	}
	#dshb-logout img{
		width:90px; height:90px;
	}
	#boat-ani1 {
		width:60px; height:48px;
	}
	#boat-ani2 {
		width:60px; height:48px;
	}
	#exercises-day .notes {
		font-size: 48px; line-height: 53px;
	}
	#exercises-day-detail .notes,
	#exercises-week-detail .notes,
	#specials-detail .notes {
		font-size: 30px; line-height: 37px;
	}	
	#exercises-week .notes {
		font-size: 36px; line-height: 43px;
	}
	.exercises-day-btn .heart-icon img,
	.exercises-day-btn .check-icon img,
	.exercises-week-btn .check-icon img,
	#exercises-day #coach-notifications .check-icon img,
	#exercises-week #coach-notifications .check-icon img {
		width:87px; height:87px;
	}
	#exercises-clipboard-title {
		font-size:48px;
	}
	.exercise-day-desc {
		font-size:24px; line-height:32px;
	}
	.exercise-week-desc h1 {
		font-size:70px;
	}
	.exercise-week-desc h2 {
		font-size:46px;
	}
	.exercise-week-desc #video-btn.btn-big {
		width:356px; height:356px;
	}
	.exercise-week-desc .upload-btn {
		width:222px; height:222px;
	}
	.exercise-week-desc.exercise-upload {
		font-size:56px; line-height:62px;
	}
	.exercise-week-desc.exercise-big-text {
		font-size:44px; line-height:50px;
	}
	.exercise-week-desc .exercise-ernaehrung img{
		width:155px; height:155px;
	}
	.specials-week-btn,
	.specials-week-btn img{
		width:135px; height:135px;
	}
	#contact-coach .upload img{
		width:100px; height:100px;
	}
	#specials-clipboard-title {
		font-size:42px;
	}
	#specials-monthview #specials-clipboard-title {
		font-size:48px;
	}
	#specials-monthview #specials-clipboard-title span {
		margin-bottom:20px;
	}
	#specials-detail-content .upload img {
		width:104px; height:104px;
	}
	#specials-detail-content .specials-info p{
		font-size:42px; line-height:47px;
	}
	#specials-detail-content {
		font-size:30px; line-height:36px;
	}
	#specials-detail-content .past-event .alert{
		font-size:107px;
	}
	#specials-detail-content .specials-form-signup .check-icon {
		width:106px; height:106px;		
	}
	#specials-detail-content .specials-form-signup input {
		width:66px; height:66px;
	}
	.calendar-month-btn {
		font-size:36px;
	}
	#exercises-day-detail #video-btn,	
	#footer-normal #video-btn {
		width:140px; height:140px;
	}
	#specials-monthview #footer-normal #download-btn,
	#specials-monthview #footer-normal #video-btn {
		width:126px; height:126px;
	}
	#calendar-nav button img {
		width:99px; height:99px;
	}	
	.hearts-count .heart img{
		width:302px; height:302px;
	}
	.hearts-count {
			font-size:32px; line-height:36px;
	}
	.hearts-count .heart {
		font-size:89px;
	}
	#points-hearts .requests {
		font-size:20px; line-height:25px;
	}
	#hearts-puzzle {
		font-size:25px; line-height:30px;
	}
	#hearts-puzzle-template {
		width:354px;
		height:354px;
	}
	#points-speedo .points-value {
		font-size:85px;
	}
	#points-credits .points-info {
		font-size:36px; line-height:46px;
	}
	#points-credits .credits-bar {
		font-size:30px;
	}
	#points-credits .credits-bar ul {
		font-size:42px;
	}
	#points-credits #credits-bar {
		height:132px;
	}
	#points-standings-detail #points-credits .credits-bar p{
		font-size:60px;
	}
	#points-standings-detail #points-credits .credits-bar ul li {
		font-size:76px;
	}
	#points-standings-detail #points-credits .credits-bar {
		font-size:40px; line-height:68px;
	}
	#points-standings-detail #points-credits #credits-bar {
		height:276px;
	}
	#jahresscore250 .signpost-detail .points-act{
		font-size:60px;
	}
	#jahresscore250 .signpost-detail .points-remain{
		font-size:46px;
	}
	#jahresscore250 .signpost-detail .points-target{
		font-size:66px;
	}	
	#jahresscore500 .signpost-detail .points-act{
		font-size:66px;
	}
	#jahresscore500 .signpost-detail .points-remain{
		font-size:42px;
	}
	#jahresscore500 .signpost-detail .points-target{
		font-size:62px;
	}
	#jahresscore750 .signpost-detail .points-act{
		font-size:62px;
	}
	#jahresscore750 .signpost-detail .points-remain{
		font-size:32px;
	}
	#jahresscore750 .signpost-detail .points-target{
		font-size:48px;
	}	
	#jahresscore1000 .signpost-detail .points-act{
		font-size:64px;
	}
	#jahresscore1000 .signpost-detail .points-remain{
		font-size:41px;
	}
	#jahresscore1000 .signpost-detail .points-target{
		font-size:60px;
	}
	#milestone250 {
		font-size:87px;
	}
	.milestone-500-content {
		font-size:42px;
	}
	#milestone750 {
		font-size:52px;
	}
	#milestone750 .bonus-text {
		font-size:78px;
	}
	#milestone1000 {
		font-size:48px;
	}
	.milestone-1500-content {
		font-size:48px;
	}
}

@media (min-width:2560px) {
	#bg-image img {
		transform:none !important;
	}
}

@media (max-width:1199px) {
	body {
		font-size:16px;
	}
}

@media (max-width:991px) {
	#registration .logo, #login .logo {
		max-width: 200px;
	}
	.modal h2 {
		font-size: 19px; margin-bottom: 20px;
	}
	.modal label {
		font-size: 17px;
	}
	#wrapper {
		height:100%;
	}
	#bg-image {
		display:none;
	}
	header#gameplay-header {
		position:relative; display:flex; width:720px !important; top:0; left:0; right:0; justify-content:space-between; align-items:center; font-size:16px; margin:0 auto; padding: 0 10px; z-index:10;
	}
	header#gameplay-header .logo {
		width:120px; height:120px; margin:0;
	}
	header#gameplay-header a {
		display:inline-block;
	}
	header#gameplay-header .logo,
	header#gameplay-header a {
		position:relative;
		z-index:11;
	}
	
	#content.p-absolute {
		position:relative !important; flex-wrap:wrap;
	}
	
	#content .p-absolute {
		position:relative !important;
	}
	
	#content .p-absolute-center {
		-webkit-transform:none !important;
		transform:none !important;
	}
	
	#dshb-score, #dshb-settings, #dshb-logout{
		display:inline-block;
	}
	#dshb-score img, #dshb-settings img, #dshb-logout img{
		display:none;
	}
	#dshb-score-speedo, #dshb-score-hearts {
		display:inline-block !important;
	}
	#dshb-settings {
		top:unset; left:unset; width:auto; color:#fff; line-height:30px; padding-left:38px; background:url("../images/settings-icon.png")no-repeat left center; background-size:auto 100%;
	}
	#dshb-score {
		width:auto; height:30px; line-height:30px; top:unset; left:unset; right:0px; color:#f29200; color:#fff; padding:0 20px;
	}
	#dshb-score #dshb-score-speedo {
		position: relative; max-width:200px; width:100%; height:25px; margin: 0 auto; z-index: 2; text-align:left; padding-left:53px; overflow:hidden;
	}
	#dshb-score #dshb-score-speedo:before {
		display: block; position: absolute; width: 45px; height: 45px; left: 0; margin-top: 4px; content: " "; border-radius: 45px; border: 5px solid #f29200;
	}
	#dshb-score #dshb-score-speedo .needle {
		width: 20px; height: 2px; left: 0px; bottom: 0; border-radius: 0;
	}
	#dshb-score #dshb-score-speedo .score-value {
		position: relative; display: inline-block; font-size:16px; font-weight:400; left:0; bottom:auto; text-align:left;
	}
	#dshb-score-hearts {
		display:none !important;
	}
	#dshb-logout {
		display:block;
		top:unset;
		left:unset;
		width:30px;
		height:30px;
		color:#fff;
		line-height:30px;
		padding-left:38px;
		background:url("../images/logout-icon.png")no-repeat left center;;
		background-size:auto 100%;
	}
	#footer-dhsb {
		position:relative;
		margin-top:30px;
	}
	.gameplay-container {
		position:relative !important;
		width:720px !important;
		padding:0 20px;
	}
	.ani-scale {
		transform:none !important;
	}
	.p-rel-mob {
		position:relative !important;
		top:unset !important;
		left:unset !important;
		right: unset !important;
	}
	.mobile-hidden {
		display:none !important;
	}
	#app-menu {
		width:100%;
		-ms-flex:1 0 100%;
		flex:1 0 100%;
		flex-wrap:wrap;
		margin:0;
	}
	#content .p-absolute {
		position:relative !important;
	}
	
	.app-menu-btn {
		position:relative !important;
		display:flex;
		width:100%;
		height: 200px;
		color:#fff;
		font-size:1.3em;
		font-weight:900;
		text-align:center;
		text-shadow: 0px 0px 11px rgba(0, 0, 0, 1);
		margin-top:calc(var(--bs-gutter-x) * .5);
		margin-bottom:calc(var(--bs-gutter-x) * .5);
		border: 2px solid #f29200;
		border-radius: 4vw;
		background: rgb(61,107,157);
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
		-webkit-box-shadow: inset 0px 0px 48px 10px #001826; 
		box-shadow: inset 0px 0px 48px 10px #001826;
		/*transform:scale(0.75) !important;*/
		opacity:0;
		transition:.3s ease-out!important;
		overflow:hidden;
		left: unset;
		top: unset;
		right: unset;
		bottom: unset;
	}
	/*.app-menu-btn.visible,*/
	.app-menu-btn.show {
		/*transform:scale(1) !important;*/
		opacity:1;
	}
	.app-menu-btn:after {
		position:absolute;
		top:-6%;
		width:120%;
		height:50%;
		content:" ";
		transform:rotate(-10deg);
		background: rgb(255,255,255);
		background: rgb(255,255,255);
		background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
		transition:.3s ease-out;
		opacity:.3;
		z-index:2;
	}
	.app-menu-btn:hover:after {
		opacity:.1;
	}
	.app-menu-btn span {
		position:relative;
		z-index:2;
	}
	
	.app-menu-btn,
	.app-menu-btn div {
		align-items:center;
		justify-content:center;
	}
	
	.app-menu-btn img {
		display:none;
	}
	
	#lighthouse-dhsb {
		background-image:url("../images/lighthouse-dhsb.png");
	}

	#specials-dhsb {
		background-image:url("../images/specials-dhsb.png");
	}

	#exercises-day-dhsb {
		background-image:url("../images/exercises-day-dhsb.png");
	}

	#academy-dhsb {
		background-image:url("../images/academy-dhsb.png");
	}

	#exercises-week-dhsb {
		background-image:url("../images/exercises-week-dhsb.png");
	}

	#coach-dhsb {
		background-image:url("../images/coach-dhsb.png");
	}
	
	.specials-kw {
		position: relative;
		top:0;
	}
	.specials-kw span {
		margin-right:10px;
	}
	.specials-week-btn img,
	.specials-calendar-btn img,
	.specials-coach	img {
		display:block;
	}
	.specials-coach	img {
		width:auto;
		height:100%;
	}
	#specials-clipboard-title {
		font-size:30px;
		margin-bottom:1.5em;
		text-align:center;
	}
	#specials-clipboard-title img {
		display:none;
	}
	#specials-clipboard-title,
	#specials-detail-content {
		position:relative !important;
		width:100%;
		top: unset;
		left: unset;
		bottom:unset;
	}
	#specials-detail-content,
	#specials-detail-content .specials-info p	{
		color:#fff;
	}
	#specials-detail-content .specials-info p {
		font-size: 24px;
		line-height: 30px;
		margin-bottom:1em;
	}


	
	#specials-detail-content .specials-form-signup .check-icon {
		width:55px;
		height:55px;
	}

	#specials-detail #notification1 {
		width:100%;
		right:unset;
		top:unset;
	}
	
	.calendar-month-btn {
		top:unset !important;
		right:unset !important;
		bottom:unset !important;
		left:unset !important;
		background: url("../images/calendar-btn-bg.png")no-repeat center;
		background-size:cover;
	}
	
	#footer-normal {
		width: 100%;
		display: flex;
		flex: 1 0 100%;
		justify-content: space-between;
		align-items:center;
		margin-top:60px;
		padding-bottom:20px;
	}
	#footer-normal .p-absolute{
		position:relative !important;
		top:unset !important;
		right:unset !important;
		bottom:unset !important;
		left:unset !important;
		width:unset !important;
	}
	#footer-normal #back-btn,
	#footer-normal #next-btn {
		max-width:160px;
		height:auto;
	}
	
	#footer-normal #video-btn {
		width:80px;
		height:80px;
	}
	.hearts-count .heart img {
		width: 146px;
		height: 146px;
	}
	#content .hearts-count .hearts-value {
		position:absolute !important;
		width:110%;
	}
	#points-hearts .requests,
	#hearts-puzzle	{
		color: #fff;
	}
	.exercises-day-btn .exercises-title, .exercises-week-btn .exercises-title {
		display:none;
	}
	.exercises-day-btn img, .exercises-week-btn img{
		display: block;
		position: absolute;
		width: auto;
		height: 100%;
	}
	
	#content .exercises-day-btn .check-icon,
	#content .exercises-day-btn .heart-icon {
		position:absolute !important;
		top: 20.5%;
	}
	#content .exercises-day-btn .check-icon img,
	#content .exercises-day-btn .heart-icon img {
		width:43px;
		height:43px;
	}
	#content .exercises-day-btn .heart-icon img,
	#content .exercises-day-btn .check-icon img {
		position:absolute !important;
		left:0;
		right:0;
		margin:0 auto;
	}
	
	#notification, #coach-notifications {
		width:unset !important;
		right:unset !important;
		bottom:unset !important;
	}
	#notifications {
		position:relative;
		width:100%;
		padding-top:96px;
	}
	
	#notifications .notifications {
		width:100% !important;
		border-radius:30px 30px 0 0;
		background:#fff;
		padding:30px;
	}
	
	#notifications .notifications:first-child {
		border-top-left-radius:30px !important;
		border-top-right-radius:30px !important;
	}
	
	#notifications .notifications:last-child {
		width:100% !important;
		border-radius:0 0 30px 30px;
		background:#fff;
		padding:30px;
	}
	
	#notifications .notifications img{
		display:none;
	}
	#notifications .notifications .notes {
		display:block;
		top:unset !important;
		font-size:30px;
		line-height:36px;
		text-align:center;
	}
	#content #notifications:after/*,
	#content #notifications #coach-notifications*/ {
		position:absolute !important;
		width:250px !important;
		height:170px;
		top:0;
		content:" ";
		left:-30px !important;
		background:url("../images/coach-clipboard-mobil.png")no-repeat center;
		background-size:100% auto;
		opacity: 0;
		transform: scale(0);
		-webkit-animation: fadeIn .2s 1.5s forwards;
		animation: fadeIn .2s 1.5s forwards;
		z-index:1;
	}
	
	#content #notifications #coach-notifications > img {
		display:none;
	}
	#exercises-day #coach-notifications .check-icon,
	#exercises-week #coach-notifications .check-icon {
		top: 37%;
		left: 12.5%;
		right:unset;
	}
	#exercises-day #coach-notifications,
	#exercises-week #coach-notifications {
		position: absolute !important;
		z-index: 10;
		top: 23%;
		left:-0.5%;
		-webkit-animation: fadeIn .2s 1.5s forwards;
		animation: fadeIn .2s 1.5s forwards;
	}
	.exercises-day-btn .heart-icon img, .exercises-day-btn .check-icon img, .exercises-week-btn .check-icon img, #exercises-day #coach-notifications .check-icon img, #exercises-week #coach-notifications .check-icon img {
		width: 56px;
		height: 56px;
	}
	#exercises-day-detail #exercises-clipboard-title,
	#exercises-day-content {
		position:relative;
		color:#fff;
	}
	#exercises-day-detail #exercises-clipboard-title {
		width:100%;
		top:unset;
		left:unset;
	}
	#exercises-day-content {
		width:100%;
		top:unset;
		bottom:unset;
		margin:30px auto;
	}
	.exercise-day-desc-text {
		display:block;
	}
	
	.exercise-day-desc-text {
		font-size:20px;
		line-height:28px;
	}
	
	.exercise-day-desc-img-bottom {
		text-align:center;
		margin:30px auto 0;
	}
	
	.exercise-day-desc-img-bottom img {
		display:block;
		width:100%;
		margin:0 auto;
		max-width:300px;
	}
	
	.exercise-day-desc-text .text-right{
		text-align:center;
	}
	.exercise-day-desc-img {
		margin-bottom:30px;
	}
	
	.exercise-day-functions {
		margin:30px auto;
	}
	.exercise-day-functions #timer-start,
	.exercise-day-functions a {
		display:block;
		margin-bottom:15px;
	}
	
	.exercise-day-functions #timer-start img {
		width:100%;
		max-width:120px;
	}
	
	.exercise-day-functions #rating-btn {
		position:relative;
	}
	
	#content .exercises-week-btn .check-icon {
		position:absolute !important;
		width:100%;
		top:unset;
		bottom: 20px;
		text-align:center;
		left:0;
	}
	#content .exercises-week-btn .check-icon img{
		position:relative;
		margin:0 auto;
	}
	#exercises-week-content {
		position:relative;
		top:unset;
		right:unset;
		bottom:unset;
		left:unset;
		margin-bottom:30px;
	}
	
	#exercises-week-detail #exercises-clipboard-title {
		top:unset;
		right:unset;
		bottom:unset;
		left:unset;
	}
	
	#exercises-clipboard-title {
		-ms-flex:1 0 100%;
		flex:1 0 100%;
		text-align:center;
	}
	#exercises-week-detail #exercises-clipboard-title img {
		display:none;
	}
	#exercises-week-content {
		width:100%;
		color:#fff;
	}
	.exercise-week-desc h1 {
		font-size: 31px;
		margin: 10px auto 15px;
		color:#fff;
	}
	.exercise-week-desc h2 {
		font-size: 31px;
	}
	.exercise-week-desc.exercise-big-text,
	.exercise-week-desc.exercise-upload {
		font-size:24px; line-height:36px;
	}
	.exercise-week-desc form#upload-pic {
		position:relative;
		left:unset;
		right:unset;
		bottom:unset;
	}
	.exercise-week-desc form#feedback {
		max-width:80%;
		margin:30px auto;
	}
	
	.exercise-week-desc form#feedback .form-group {
		display:block;
		margin-bottom:15px;
	}
	.exercise-week-desc form#feedback .form-group label,
	.exercise-week-desc form#feedback .form-group input {
		display:block;
		width: 100%;
		max-width: 100%;
	}
	.exercise-week-desc form#feedback .form-group label, .exercise-week-desc form#feedback .form-group input:not([type="submit"]) {
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		width: 100%;
		max-width: 100%;
	}
	.exercise-week-desc form#feedback .form-group label {
		margin-bottom:10px;
	}
	.exercise-week-desc form#nachricht p {
		color:#000;
	}
	.exercise-week-desc form#nachricht .form-inner {
		height:auto;
	}
	.exercise-week-desc .exercise-ernaehrung img {
		width: 80px;
		height: 80px;
	}
	.exercise-week-desc.exercise-upload.small-text p {
		max-width:100%;
	}
	.exercise-week-desc form#riddle {
		margin-top:15px;
	}
	
	.exercise-week-desc.exercise-riddle label {
		font-weight: 900;
	}
	
	.exercise-week-desc.exercise-riddle label span {
		display:block;
		font-weight: normal;
		margin-left:0;
	}
	.exercise-week-desc.exercise-riddle .form-group {
		margin-bottom:10px;
	}
	.exercise-week-desc #timer-start {
		width:100%;
		left:unset;
		right:unset;
	}
	.exercise-week-desc #timer-start img{
		max-width:100px;
	}
	.exercise-week-desc.exercise-big-text input[type="submit"] {
		margin-left:0;
	}
	#specials-monthview-content,
	#specials-monthview #specials-clipboard-title {
		top:unset;
		left:unset;
		right:unset
	}
	#specials-monthview #specials-clipboard-title span {
		color:#fff;
		margin-bottom:1em;
	}
	#specials-monthview-content {
		position:relative;
	}
	#points-credits #credits-bar span.bar-bg,
	#points-speedo .points-value,
	#points-credits #credits-bar .credits-bar-value,
	#points-speedo .needle {
		position:absolute !important;
	}
	
	#points-hearts {
		padding:0 5% 0 0;
	}
	
	.hearts-count {
		font-size: 18px;
		line-height: 24px;
	}
	
	#points-speedo {
		margin-bottom:2em;
	}
	#points-speedo .points-value {
		font-size: 35px;
	}
	
	#points-credits .points-info {
		margin-bottom:2em;
	}
	
	#points-credits .credits-bar ul {
		font-size: 20px;
	}
	#points-content .row{
		margin:0;
	}
	#points-content .text-white{
		color:inherit !important;
		font-style:italic;
		text-decoration:underline;
	}
	#hearts-puzzle {
		font-size: 18px;
		line-height: 24px;
		padding:20px;
		margin-top:2em !important;
	}
	
	#points-hearts .requests {
		font-size: 14px;
		line-height: 22px;
	}
	
	#hearts-puzzle img {
		left:unset !important;
		top:unset !important;
		right:unset !important;
		bottom:unset !important;
		width:33.333% !important;
	}
	#hearts-puzzle-template {
		margin-left:0;
	}
	
	#points-credits {
		background:#fff;
		border-radius: 30px;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	#points-credits #coach-points {
		display:block;
		width:100%;
		max-width:100px;
		margin-left:auto;
		margin-right:auto;
		left:unset;
	}
	#points-standings-detail #points-credits #credits-bar {
		height: 125px;
		border-radius:30px;
	}
	#points-standings-detail #points-credits .credits-bar {
		padding:30px;
	}
	#points-standings-detail #points-credits .credits-bar ul li {
		font-size: 25px;
	}
	#points-standings-detail #points-credits .credits-bar p {
		font-size: 30px;
		margin-bottom:1em;
	}
	#points-standings-detail #points-credits .credits-bar {
		font-size: 23px;
		line-height: 32px;
	}
	#points-standings-detail #points-credits .credits-bar ul {
		margin-bottom:1em;
	}
	
	#jahresscore .app-menu-btn img{
		display:block;
		width:auto;
		height:100%;
		top:unset;
		right:unset;
		bottom:unset;
		left:unset;
	}
	
	#jahresscore-250-start,
	#jahresscore-500-start,
	#jahresscore-750-start,
	#jahresscore-1000-start,
	#jahresscore-1500-start {
		width:100%;
		height:200px;
		top:unset;
		right:unset;
		bottom:unset;
		left:unset;
	}
	
	.signpost-detail span{
		top: unset !important;
		font-size:40px !important;
	}
	
	#avatar-icon {
		position:relative;
		display:flex;
		width:100%;
		height:100px;
		border-radius:30px;
		border:2px solid #f29200;
		top:unset !important;
		right:unset !important;
		bottom:unset !important;
		left:unset !important;
		transform:scale(1) !important;
		background:transparent;
		align-items:center;
		margin:0;
		padding:0;
		overflow:hidden;
	}
	#avatar-icon span {
		position:absolute;
		display:block;
		width:0;
		/*min-width:77px;*/
		height:100%;
		top:0;
		left:0;
		content:" ";
		background: #f29200;
		transition:.6s 1s;
		-ms-transition:none;
		-webkit-transition:none;
		-moz-transition:none;
		transition:none;
		/*border-radius:0 100px 100px 0;*/
		z-index:1;
	}
	
	#avatar-icon span:after {
		position:absolute;
		display:block;
		width:90px;
		height:100%;
		top:0;
		right:-90px;
		content:" ";
		background: #f29200;
		border-radius:0 100px 100px 0;
		z-index:1;
	}

	#avatar-icon img{
		position:relative;
		width:auto;
		height:70px;
		transition:.6s 1s;
		-ms-transition:none;
		-webkit-transition:none;
		-moz-transition:none;
		transition:none;
		z-index:2;
	}
	#jahresscore-milestone1 img,
	#jahresscore-milestone2 img,
	#jahresscore-milestone3 img,
	#lighthouse img,
	#icecart img{
		display:block;
		width:auto !important;
		height:100% !important;
		top:unset !important;
		right:unset !important;
		bottom:unset !important;
		left:unset !important;
		z-index:2;
	}
	
	#jahresscore-milestone1,
	#jahresscore-milestone2,
	#jahresscore-milestone3,
	#lighthouse,
	#icecart	{
		position:relative !important;
		/*top:0;
		right:0;*/
		width:100px;
		height:100px;
		margin:0 auto;
	}

	#jahresscore-milestone1 .desktop-hidden,
	#jahresscore-milestone2 .desktop-hidden,
	#jahresscore-milestone3 .desktop-hidden,
	#lighthouse .desktop-hidden,
	#icecart .desktop-hidden{
		display:none;
	}
	
	.signpost-detail {
		border:0 !important;
		background:transparent !important;
		height:80px !important;
		box-shadow:none !important;
		margin-bottom:40px;
	}
	
	
	.signpost-detail:after {
		display:none;
	}
	
	#jahresscore250 #app-menu,
	#jahresscore500 #app-menu,
	#jahresscore750 #app-menu,
	#jahresscore1000 #app-menu {
		position:relative;
	}
	.signpost-detail .points-act {
		text-align:left;
	}
	.signpost-detail .points-target {
		text-align:right;
	}
	
	.bg-image-mob {
		margin:30px auto;
	}
	
	#milestone750 {
		width:100%;
	}
	
	#milestone750,
	.milestone-500-content, .milestone-500-content a,
	#milestone750 .bonus-text	{
		color: #fff !important;
		top:unset !important;
		right:unset !important;
		bottom:unset !important;
		left:unset !important;
		font-size:26px;
	}
	#milestone500-left br {
		display:none;
	}
	
	#milestone250 {
		font-size: 32px;
	}
	
	#milestone1000 img{
		display:none;
	}
	
	#milestone1000,
	#milestone1000 p {
		position:relative;
		width:100%;
		color:#fff;
		top:unset !important;
		right:unset !important;
		bottom:unset !important;
		left:unset !important;
		transform:none !important;
	}
	#milestone1000 p .desktop-hidden br {
		display:block
	}
	#milestone1000 p br {
		display:none;
	}
	
	#milestone1500-left, #milestone1500-right {
		width:100%;
		top:unset !important;
		right:unset !important;
		bottom:unset !important;
		left:unset !important;
		text-align:center;
	}
	#milestone1500-left br, #milestone1500-right br {
		display:none;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.gameplay-container {
		display:flex;
		align-items:center;
	}
}

@media (max-width:767px) {
	html, body {
		overflow-x:hidden;
	}
	
	#registration .logo, #login .logo {
		max-width: 110px;
	}
	#registration .logo, #login .logo,
	#settings .logo {
		position:relative;
		margin:0 auto 20px;
	}
	#profil .text-right {
		text-align:left;
	}
	#settings-nav button {
		position:relative;
		margin-right:5px;
		z-index:10;
	}
	#settings-nav:before {
		height:52px;
		content:" ";
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition:.2s;
		opacity:0;
	}
	#settings-nav.sticky:before {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:52px;
		content:" ";
		background:#004974;
		opacity:.7;
	}
	.modal-dialog {
		max-width: 100%;
		margin-left:10px;
		margin-right:10px;
	}
	label {
		margin-top:0;
	}
	.modal label {
		font-size: inherit;
	}
	.modal-body {
		padding: 0px 25px;
	}	
	#settings input[type="checkbox"] {
		width: 25px;
		min-width: 25px;
		height: 25px;
		margin-right: 10px;
	}
	#settings .checkbox-group-right {
		margin-top:20px;
	}
	header#gameplay-header {
		position:sticky; 
		width:100% !important;
		font-size:15px;
	}
	header#gameplay-header:after {
		position:fixed;
		top:0;
		left:-20px;
		right:-20px;
		height:120px;
		content:" ";
		background: rgb(0,53,84);
		background: -moz-linear-gradient(0deg, rgba(0,53,84,0) 0%, rgba(0,53,84,0.4) 25%, rgba(0,53,84,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,53,84,0) 0%, rgba(0,53,84,0.4) 25%, rgba(0,53,84,1) 100%);
		background: linear-gradient(0deg, rgba(0,53,84,0) 0%, rgba(0,53,84,0.4) 25%, rgba(0,53,84,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003554",endColorstr="#003554",GradientType=1);
		z-index:9;
	}
	#dshb-score #dshb-score-speedo .score-value {
		font-size:15px;
	}
	.gameplay-container {
		width:100% !important;
	}
	
	#footer-dhsb {
		position:relative;
		left:unset;
		bottom:unset;
		padding-bottom:20px;
	}
	#contact-coach .right-col {
		display:block;
	}
	
	#contact-coach #chat-progress {
		height:400px;
		overflow-y:scroll;
	}
	#specials-detail-content .event {
		position:relative;
		padding-bottom:2em;
		padding-right:60px;
		margin-bottom:2em;
		border-bottom:1px solid rgba(255,255,255,.3);
	}
	#specials-detail-content .event-signup {
		position:absolute;
		top:50%;
		right:0;
		width:60px;
		padding:0;
		transform:translateY(-50%);
	}
	
	#specials-detail-content .upload img {
		display:block;
		margin:0 auto;
	}
	
	#specials-detail-content .specials-form-upload input[type="file"] {
		width:65px;
		height:65px;
		margin:0 auto;
	}
	
	#jahresscore250 #app-menu,
	#jahresscore500 #app-menu,
	#jahresscore750 #app-menu,
	#jahresscore1000 #app-menu {
		margin-top:80px;
	}
}

@media (max-width:575px) {
	body {
		font-size:14px;
	}
	.btn-primary {
		padding:0px 8px;
	}
	header#gameplay-header .logo {
		width:90px; height:90px;
	}
	header#gameplay-header:after {
		height:90px;
	}
	.app-menu-btn {
		font-size:1.5em;
	}
	#dshb-score #dshb-score-speedo .score-value em {
		display:none;
	}
	#score-overview-link {
		margin-left:auto;
	}
	#dshb-settings {
		width:30px;
		height:30px;
		margin-top:5px;
	}
	#dshb-settings .desktop-hidden {
		display:none;
	}
	#dshb-logout {
		margin-left:15px;
	}
	#points-standings-detail #points-credits .credits-bar {
		padding: 10px;
	}
	#points-standings-detail #points-credits #credits-bar {
		height: 77px;
		border-radius: 30px;
	}
	#points-credits #credits-bar .credits-bar-value {
		font-size:1.25em;
	}
	#footer-dhsb {
		text-align:center;
	}
	#footer-dhsb a {
		display:block;
		max-width:200px;
		margin:0 auto 10px;
	}
	#footer-normal #back-btn, #footer-normal #next-btn {
		max-width: 120px;
		height: auto;
	}
	#footer-normal #video-btn {
		width: 60px;
		height: 60px;
	}
	.signpost-detail span {
		font-size: 25px !important;
	}
}

@media (max-width:480px) {
	.app-menu-col {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
	#jahresscore250 #app-menu, #jahresscore500 #app-menu, #jahresscore750 #app-menu, #jahresscore1000 #app-menu {
		position: relative;
		padding-right: 0px;
	}
	#jahresscore-milestone1 {
		position:relative !important;
	}
}