@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;400&display=swap');
*{
	margin: 0;
	padding: 0;
	font-weight: 200;
}
html{
	background-color: #9C5B50; /* A19F9B */
	margin: 0; 
	width: 100%;
	min-height: 100%;
	font-family: 'Prompt', sans-serif;
}
body{
	background-color: #9C5B50; /* A19F9B */
	width: 100%;
	min-height: 100%;
	font-family: 'Prompt', sans-serif;
	font-style: light;
	font-weight: 200;
	font-size: clamp(16px, .8vw, 26px);
	line-height: clamp(16px, 1.2vw, 20px);
	font-size-adjust: 1;
	margin: 0; 
}

/* Stage */
h1, h2, h3, h4, h5, h6, p, input{
	font-family: 'Prompt', sans-serif;
	font-style: light;
	font-weight: 200;
	text-decoration: none;
	font-size: clamp(16px, .8vw, 26px);
	line-height: clamp(16px, 1.2vw, 20px);
	color: #1E1919;
}
a{
	color: #592820;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
}
h1{
	font-size: clamp(20px, 1.8vw, 35px);
	line-height: clamp(20px, 1.8vw, 35px);
	padding-bottom: clamp(3px, .5vw, 10px);
} 
h2{
	font-size: clamp(18px, 1.6vw, 30px);
	line-height: clamp(18px, 1.6vw, 30px);
	padding-bottom: clamp(3px, .5vw, 10px);
}
h3{
	font-size: clamp(16px, 1.3vw, 26px);
	line-height: clamp(16px, 1.3vw, 25px);
	padding-bottom: clamp(3px, .5vw, 10px);
}
h4{
	font-size: clamp(16px, 1.2vw, 24px);
	line-height: clamp(16px, 1.2vw, 24px);
	padding-bottom: clamp(3px, .5vw, 10px);
}
h5{
	font-size: clamp(16px, 1vw, 22px);
	line-height: clamp(16px, 1vw, 22px);
	padding-bottom: clamp(3px, .4vw, 8px);
	font-style: normal;
	font-weight: 400;
}
p{
	font-style: normal;
	font-weight: 400;
}
.scroll{
	overflow-y: scroll;
}
::-webkit-scrollbar {
	width: 5px;
}
html, body, .modulcontent {
	scrollbar-color: #592820 #1E1919;
	scrollbar-width: thin;
}

::-webkit-scrollbar-track {
	background-color: #1E1919;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	border: 2px solid transparent;
	background-clip: content-box;
	background-color: #592820;
}

/* Buttons */ 
a.button.round.main, a.button.round.play{
	border-radius: 43%;
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/bilder/ButtonRound.png);
}
a.button.round.main img, a.button.round.play img{
	margin: 10px 0 0 0px;
	width: 96px;
	height: 96px;
}
a.button.round.play{
	width: 290px;
	background-image: url(/bilder/ButtonLong.png);
}
a.button.round.play{
	font-size: clamp(20px, 1.8vw, 35px);
}
a.button.round.plus{
	position: absolute;
	margin: 0 0 0 25px; 
	width: 35px;
	height: 35px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/bilder/ButtonPlus.png);
}
a.button.round.plus.play{
	
	width: 10vh;
	height: 10vh;
}
a.button.round.plus.top{
	position: inherit;
	float: right;
}
/* Mobile */
.mobile.page{
	margin: 2vh 0 2vh 10vw;
	width: 80vw;
}
.mobile.page.start{
	display: flex;
	flex-wrap: wrap;
	flex-flow: space-around;
	justify-content: space-around;
	text-align: center;
}
.mobile.item{
	flex-basis: auto;
	text-align: center;
}
.start.wrapp{
	padding: 3vh 1vw 1.5vh 1vw;
}
.mobile.page.start h2{
	line-height: 25px;
}
.mobile.item h2 a{
	display: inline-block;
	width: 100%;
	text-align: center;
	
}
.mobile .top.title{
	padding: 2vh 0 1vh 0;
	border-bottom: 1px solid #1E1919;
	margin-bottom: 3vh;
}
.mobile .top.back{
	margin-left: -15px;
}

/* Listen */
.mobile ul{
	list-style: none;
}
.mobile ul li{
	background-color: rgba(255,233,233,.1);
	padding: 1vw;
	border-bottom: 1px solid #1E1919;
}
.mobile li a{
	display: inline-block;
	width: 100%;
}

.logout{
	position: fixed;
	top: 1vh;
	right: 1vh;
}
.logout .logout{
	width: 30px;
	height: 30px;
}

/* BoxesShadows */
.bA{
	border-radius: 9px;
	box-shadow:  5px 5px 7px rgba(44,0,0,.3),
                -5px -5px 7px rgba(255,211,211,.3);
}
.bC{
	border-radius: 9px;
	box-shadow: inset  5px 5px 7px rgba(22,0,0,.3),
                inset -5px -5px 7px rgba(255,233,233,.3);
}
.tA{
	text-shadow: 2px 2px 4px rgba(22,0,0,.5),
				-1px -1px 4px rgba(255,233,233,.5);
}
input, input[type="submit"], select, .inputStyle{
	background: transparent;
	border: 1px solid #333;
	background-color: #ffffff33;
	border-radius: 4px;
	width: 90%;
	outline: none;
	transition: 0.3s;
	padding: 5px 5% 5px 5%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 400;
	color: #000;
}
select{
	width: 100%;
	font-size: clamp(16px, 1.3vw, 26px);
}
.inputStyle{
	display: inline-block;
	padding: 0 20px 0 0;
}
input[type="submit"]{
	width: 263px;
	height: 38px;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus{
	border: 1px solid #FF2504;
}
::placeholder {
  color: #666;
}
input.big{
	font-size: clamp(16px, 1.3vw, 25px);
	line-height: clamp(16px, 1.3vw, 25px);
}
input[type="submit"].big{
	line-height: 23px;
}
input.distover, .inputStyle.distover{
	margin-top: 20px;
}
.inpextra{
	position: absolute;
	top: -200vh;
}
input.password{
	width: 80%;
	border: none;
	background-color: transparent;
}
input.password:focus{
	border: none;
}
a.passwordEye{
	float: right;
	display: inline-block;
	width: clamp(30px, 2.1vw, 40px);
	height: clamp(30px, 2.1vw, 40px);
	margin-right: -20px;
	opacity: 0.4;
	transition: opacity 0.2s ease-in-out;
	background-size: 70%;
	background-position: center 60%;
	background-repeat: no-repeat;
	background-image: url(/bilder/icon-pwdShow.svg);
}
a.passwordEye:hover{
    opacity: 1;
}
label{
	display: block;
	margin: 2vh 0 2vh 0;
}
.loginmasak{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -150px;
	height: 200px;
	width: 300px;
}
.loginformwrap{
	margin: 19px 40px 40px 19px;
}
#pflowLoginLogo{
	position: absolute;
	left: 40vw;
	width: 20vw;
	height: calc(50% - (50px + 50px));
	background-image: url(/bilder/BetterMiniGolfStatsColor.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.loginmasak h5.distover{
	margin-top: 10px;
}
#loginInfo{
	position: absolute;
	margin: 10px 0 0 40px;
	color: #D6C079;
	background-color: rgba(0,0,0,.5);
	border-radius: 4px;
	width: 240px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #333;
	display: none;
}
.pwStrength {
	margin: 5px 0 5px 0;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	width: 260px;
	height: 10px;
	background: #927623;
}
progress::-moz-progress-bar { background: #55FF83; }
progress::-webkit-progress-value { background: #55FF83; }
progress { color: #55FF83; }
#forgotpw, #newpw, #logincode{
	display: none;
}
@media(max-width: 500px){
	#pflowLoginLogo{
		left: 20vw;
		width: 60vw;
	}
	body, h1, h2, h3, h4, h5, h6, p{
		font-size: 140%;
		line-height: 150%;
	}
	a.button.round.play{
		font-size: 140%;
	}
	.mobile .top.back{
		margin-left: -25px;
	}
	a.button.round.plus.top{
		transform: scale(1.5);
	}
	.mobile.page.start h2{
		font-size: 110%;
		line-height: 150%;
	}
	.loginformwrap h5, .loginformwrap .formSubmit{
		font-size: 100%;
		line-height: 100%;
	}
}
/* NSB Box - Design - requires NSB Box Javascript (c) 2018 by Etienne Schorro */
#nsbbox{
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,.6);
}
#nsbbox img, #nsbbox iframe{
	display: block;
	clear: both;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
    box-shadow: 0 0 50px #333;
}
#nsbbox iframe{
	width: 100%;
	height: 95%;
}
#nsbBOXText{
	display: block;
	position: fixed;
	z-index: 1001;
	bottom: 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	font-style: normal;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
}
a.pfeilLinks, a.pfeilRechts, a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1001;
	top: 50%;
	margin-top: -60px;
	height: 120px;
	width: 50px;
	background-color: rgba(0,0,0,.3);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
}
#nsbbox a.pfeilLinks:hover, #nsbbox a.pfeilRechts:hover, a.closeBOX:hover{
	background-color: rgba(50,50,50,.3);
}
#nsbbox .pfeilLinks, .pfeilLinks{
	left: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM5Mzk1OTgiIHBvaW50cz0iMTAuMDUxLDAuMTYxIDEwLjc1OCwwLjg2OCAxLjYxNCwxMC4wMTMgMTAuNzU4LDE5LjE1NyAxMC4wNTEsMTkuODY0IDAuMiwxMC4wMTMgIi8+DQo8L3N2Zz4NCg==');
}
#nsbbox .pfeilRechts, .pfeilRechts{
	right: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjOTM5NTk4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMC41NTMsMC41MTUgMTAuMDUxLDEwLjAxMyAwLjU1MywxOS41MTEgIi8+DQo8L3N2Zz4=');
}
#nsbbox a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1002;
	top: 9%;
	right: 1%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.loader {
	#display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	border: 10px solid rgba(255,255,255, .6);
	border-radius: 50%;
	border-top: 10px solid rgba(100,100,100, .3);
	border-bottom: 10px solid rgba(100,100,100, .3);
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	box-shadow: 0 0 70px rgba(255,255,255, .4);
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media(max-width: 479px){
	#nsbbox a.pfeilLinks, #nsbbox a.pfeilRechts{
		top: -1000px;
	}
}
