

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
	--green: #00c66e;
	--yellow: #c7b000;
	--red: #c70000;
	--darkblue: #24264d;
	--btn-back: #8aa3b3;
	--btn-hover: #748b99;	
	--btn-disabled: #667b87;		
	
	--sitepadding: 50px;
}

body {
	font-family: 'Poppins';
	font-size: 16px;
	color: #ffffff;
	background-color: var(--darkblue);
}
h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 4em;
	letter-spacing: 0.15em;
}
.page-header h1 {
	font-size: 2.25em;
	letter-spacing: 0;
	margin-top: 1em;
}
a {
	color: var(--green);
	text-decoration: underline;
}
.btn {
	background-color: var(--btn-back);
	color: #ffffff;
	white-space: nowrap;
}
.btn:hover,
.btn:active {
	background-color: var(--btn-hover);
	color: #ffffff;
}
.btn:disabled {
	background-color: var(--btn-disabled);
}
.btn.btn-primary,
div .convertforms .cf-btn {
	background-color: var(--green);
}
.btn-plus.active {
	background-color: var(--green);
}
.btn-neutral.active {
	background-color: var(--yellow);
}
.btn-minus.active {
	background-color: var(--red);
}
.btn-send {
	background-color: var(--green);
}
i.fas {
	width: 1.5em;
	display: inline-block;
	text-align: center;
}
input[type="text"] {
	background-color: #ffffff;
	padding: 0.5em;
}
ul {
	text-align: left;
}
ul li {
	margin-bottom: 0.5em;
}
#system-message-container {
	color: var(--gray-dark);
	margin-bottom: 1em;
}
#system-message-container *[type="danger"] {
	color: #712b29;
}

.main-content {
	margin: 0px auto;
	padding: var(--sitepadding);
}
.cont-component {
	border: 5px solid #ffffff;
	padding: var(--sitepadding);	
}
main {
	overflow: hidden;
}
.com-content-article__body > p {
	text-align: center;
}
/*** Home ***/
.itemid-101 {
	justify-content: center;
	align-items: center;
}
.new0,
.new1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.itemid-101 .com-content-article {
	text-align: center;
	max-width: 500px;	
	transition: all 4s ease-in-out;
	margin: 0px auto;	
}
.itemid-101 .com-content-article.new0 {
	max-width: 90%;	
}
.itemid-101 h1 {
	transition: all 4s ease-in-out;
	font-size: 2.25em;
	letter-spacing: 0;
}
.itemid-101 .com-content-article .logintext,
.itemid-101 .com-content-article .introtext {
	overflow: hidden;
	transition: all 4s ease-in-out;
	max-height: 0px;		
	margin: 0px auto;	
}
.itemid-101 .com-content-article .logintext {
	margin: 0px auto;
	max-width: 500px;		
}
.itemid-101 .com-content-article .introtext {
	padding: 0px;
	max-width: 600px;	
}
.itemid-101 .com-content-article.new1 .logintext {
	max-height: 200px;
}

.itemid-101 .com-content-article.new0 .introtext {
	max-height: 800px;
	padding: 30px 0px;
}
.itemid-101.new0 h1 {
	font-size: 4em;
	letter-spacing: 0.15em;
}

.itemid-101 .com-content-article .introtext a {
	margin-top: 0.5em;
}
.logintext input {
	display: block;
	margin: 0.5em auto 1.5em;
	text-align: center;
}

#musiktest {
	position: relative;
	margin-top: 2em;
}
.track {
	margin-bottom: 1em;
}
.trackButtons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 1em;
}
.trackButtons button {
	height: 2.9em;
}
.trackButtons .btn-play {
	margin-right: 1em;
}
.trackButtons .btn-group button {
	min-width: 190px;
}
.trackTitle {
	font-size: 1.3em;
	font-weight: 600;
}
.trackArtist {
	font-size: 1em;
}
.com-content-article__body {
	text-align: center;
}
#inputbar {
	height: 1em;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	border: 1px solid #cccccc;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: rgba(255, 255, 255, 0.2);
}
#inputbar::before {
	content: "";
	position: absolute;
	width: 100%;
	max-width: var(--inputbar-max-width, 0%);
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: var(--green);
	transition: max-width 0.3s ease-in-out;
}
.bottombuttons {
	text-align: center;
}
.step {
	position: absolute;
	top: 0px;
	left: 0px;
	transition: left 0.4s ease-in-out;
}
.step.toLeft {
	left: -101%;
}
.step.toRight {
	left: 101%;
}
.pagi {
	margin-right: 1em;
}
#musiktest .btn-send {
	margin-bottom: 1em;
}
.highlight {
	font-size: 1.5em;
	font-weight: 600;
	margin: 0px 0.2em;
	white-space: nowrap;
}
#resultprozent {
	text-align: center;
	font-size: 4em;
	font-weight: 600;
}
.yes ~ .nosuccesstext,
.perfect ~ .nosuccesstext,
.no ~ .successtext,
.raus ~ .successtext {
	display: none;
}
#cf_1 {
	margin: 2em auto 0px;
	background-color: transparent;
}
#cf_1 .cf-label {
	color: #ffffff;
	text-align: left;
}
#cf_1 .cf-label .cf-required-label {
	color: #ffffff;
}
@media (max-width: 1000px){
	
	:root {
		--sitepadding: 30px;
		
	}
	
}
@media (max-width: 800px){
	.trackButtons {
		display: block;
	}
	.trackButtons .btn-play {
		margin-bottom: 1em;
		display: block;
	}
	.trackButtons .btn-group button {
		min-width: 120px;
	}
}
@media (max-width: 600px){

	.itemid-101 .com-content-article {
		max-width: 90%;
	}
	.itemid-101.new0 h1 {
		font-size: 3em;
	}
	.main-content {
		margin: 2em auto;
		width: auto;
		max-width: none;
	}
	#resultprozent {	
		font-size: 3em;
	}
}
@media (max-width: 500px){
	
	:root {
		--sitepadding: 20px;
		
	}
	.step {
		width: 100%;
	}
	.track {
		margin-bottom: 2em;
	}
	.btn-group {
		display: block;
	}
	.trackButtons .btn-group button {
		min-width: 200px;
		display: block;
		margin-bottom: 1em;
	}
}
@media (max-width: 400px){

	h1 {
		font-size: 3em;
	}
	.page-header h1 {
		font-size: 1.7em;
	}
	.logintext input {
		max-width: 200px;
	}
	.step {
		max-width: calc(100% - var(--sitepadding));
	}
}