@font-face {
	font-family: 'Supply-Light';
	src: url('webfonts/Supply-Light.woff2') format('woff2'),
		url('webfonts/Supply-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Supply-Light';
	src: url('webfonts/Supply-Light.woff2') format('woff2'),
		url('webfonts/Supply-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}



@font-face {
	font-family: 'Supply-Medium';
	src: url('webfonts/Supply-Medium.woff2') format('woff2'),
		url('webfonts/Supply-Medium.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Supply-Bold';
	src: url('webfonts/Supply-Bold.woff2') format('woff2'),
		url('webfonts/Supply-Bold.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}



@font-face {
	font-family: 'Supply-Regular';
	src: url('webfonts/Supply-Regular.woff2') format('woff2'),
		url('webfonts/Supply-Regular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Riposte-Bold';
	src: url('webfonts/Riposte-Bold.woff2') format('woff2'),
		url('webfonts/Riposte-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Riposte-Light';
	src: url('webfonts/Riposte-Light.woff2') format('woff2'),
		url('webfonts/Riposte-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Riposte-Regular';
	src: url('webfonts/Riposte-Regular.woff2') format('woff2'),
		url('webfonts/Riposte-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CircularStd-Medium';
	src: url('webfonts/CircularStd-Medium.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'CircularStd-Bold';
	src: url('webfonts/CircularStd-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}


body {
	background-color: #0f0;
	margin: 0px;
}

* {
	font-family: CircularStd-Bold;
}

.scorebody {
	position: relative;
	display: flex;
	flex-direction: column;
}

.image {
	align-content: left;
}

#roundShow {
	width: fit-content;
	padding: 0px 30px;
	background: #17d4c2;
	color: #003dde;
	margin-top: 3px;
	outline: 3px solid white;
	font-family: CircularStd-Medium;
	text-transform: uppercase;
}

.roundShow {
	width: fit-content !important;
	padding: 0px 30px !important;
	background: #17d4c2 !important;
	color: #003dde !important;
	margin-top: 3px !important;
	font-size: 60px !important;
	margin-top: 0px !important;
	outline: 12px solid white !important;
	font-family: CircularStd-Medium !important;
	text-transform: uppercase !important;
}

#scoreImagePoints {
	position: absolute;
	top: 0;
	margin-left: 0px;
}

.scoreoverlay {
	display: flex;
	flex-direction: column;
	width: fit-content;
}

.teamrow {
	flex: 1;
	display: flex;
	font-size: 24px;
	background-color: #003dde;
	color: #fff !important;

	outline: solid 3px white;

}

.score {
	display: flex;
	padding: 0px;
}

.servicecolumn {
	display: flex;
	flex-direction: column;
	width: 40.5px;
}

.servicecolumn div {
	/* background-image: url('images/ball.png'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #003dde;
	flex: 1;
	max-height: 40.5px;

}


.teamrow div {
	line-height: 40px;
	font-size: 20px;

}

.team {
	color: #223c7f;

}


.team {
	/* min-width: 103px; */
	/* width: auto; */
	height: 40.5px;



}


.saetze,
.satz {
	width: 43px;
	text-align: center;
	font-family: CircularStd-Bold;
	font-size: 24px !important;
}



.satz {
	display: block;
	min-width: 43.5px;
	height: 40.5px;
	color: white;
	display: none;
}

.satz:last-child {
	display: block;
}

.saetze {
	min-width: 43.5px;
	height: 40.5px;
	box-sizing: border-box;
	background-color: white;
	line-height: 40px !important;
}

.timeTop {
	position: absolute;
	top: 155;
	left: 40px;
}

.timeBottom {
	position: absolute;
	top: 155;
	right: 50px;
}


.timeTopRemove {
	position: absolute;
	top: 155;
	left: 0;
	right: 0;
	margin: auto;
}

.challengeTop {
	position: absolute;
	top: 430;
	left: 40px;
}

.challengeBottom {
	position: absolute;
	top: 430;
	right: 50px;
}


.challengeRemove {
	position: absolute;
	top: 430;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.timeBottomRemove {
	position: absolute;
	top: 155;
	right: 260px;
}

.setpointTop {
	position: absolute;
	top: 155;
	left: 40;
}

.setpointBottom {
	position: absolute;
	top: 155;
	right: 130;
}

.matchpointTop {
	position: absolute;
	top: 155;
	left: 40;
}

.matchpointBottom {
	position: absolute;
	top: 155;
	right: 130;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

#matchpointBottom {
	margin: auto 0;
	-webkit-animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	transition: width 2s;
}

#matchpointTop {
	margin: auto 0;
	-webkit-animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#setpointBottom {
	margin: auto 0;
	-webkit-animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	transition: width 2s;
}

#setpointTop {
	margin: auto 0;
	-webkit-animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#timeoutBottom {
	margin: auto 0;
	-webkit-animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	transition: width 2s;
}

#timeoutTop {
	margin: auto 0;
	-webkit-animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-hor-left 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	width: 140px;
	transition: width 2s;
}

@-webkit-keyframes scale-up-hor-left {
	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
}

@keyframes scale-up-hor-left {
	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
	}
}


.team {
	text-transform: uppercase;
	flex: 1;
	padding: 0px 20px;
}

.bgService {
	background-color: greenyellow !important;
}

#serviceBottom {
	margin-top: 42px;
}

#serviceTop {
	margin-bottom: 42px;
}

.setNames {
	position: absolute;
	top: 120px;
	left: 300;
	width: 100px !important;
}

.matchpointBottomremove {
	position: absolute;
	right: 0;
	top: 350;
	left: 0;
	margin: auto;

}

.matchpointBottomadd {
	position: absolute;
	right: 50;
	top: 350;

}

.setpointBottomremove {
	position: absolute;
	right: 50;
	top: 265;

}

.setpointBottomadd {
	position: absolute;
	right: 50;
	top: 285;

}


.matchpointTopremove {
	position: absolute;
	left: 40;
	top: 350;

}

.matchpointTopadd {
	position: absolute;
	left: 40;
	top: 350;

}

.setpointTopremove {
	position: absolute;
	top: 285px;
	left: 0;
	right: 0;
	margin: auto;

}

.setpointTopadd {
	position: absolute;
	left: 40;
	top: 285;

}


.info {
	display: flex;
	flex-direction: column;
	width: fit-content;
}

.inforow {
	display: flex;
	flex-direction: row;
	flex: 1;
}

.trikot {
	background-color: #003dde;
	height: 40.5px;
	width: 42px;
	justify-content: center;
	display: flex;

}

#trikot1 {
	background-color: #e97986;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	margin: auto;
}

#trikot2 {
	background-color: #26b9d6;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	margin: auto;
}

.row1 {
	margin-bottom: 3px;
}

.row2 {
	margin-top: 0px;
}

.colorT1 {
	margin-bottom: 5px;
}

.trikotColor {
	text-align: center;
}


.teamLogo {
	background-color: white;
	width: 40px;

}

/* .team1Kopf {
	position: absolute;
	top: -15px;
    left: 20px;
	
}

.team2Kopf {
	position: absolute;
	top: 45px;
    left: 20px;
	
} */

.logo img {
	height: 75px;
}

.infoContent {
	height: 40.5px;
	background: #15408f;
	width: 140px;
	text-align: center;
	font-family: Supply-Regular;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 20px;
	color: white;
}

#publishmodal {
	display: none;
	z-index: 100;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 280px;
	width: 300px;
	background-color: #26b9d6;
	padding: 5px;
}

#publishmodal input {
	width: 290px;
	padding: 10px;
	margin: 5px;
}

.publish {
	position: absolute;
	top: 650px;
	left: 0;
	right: 0;
	margin: auto;
}

.modalbutton {
	width: 100% !important;
	margin-bottom: 5px;
}

#selector {
	width: 100%;
	height: 30px;
}


#scorebottomwrapper {
	display: flex;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

#scorebottom {
	left: 50vw;
	margin-left: -50%;
	display: flex;
	margin: 0 auto;
	color: #fff;
}

#scorebottom .teamwrapper {
	display: flex;
	flex-direction: column;
	width: 400px;
}

#scorebottom .team {
	background: red;
	margin-top: auto;
	text-align: center;
	line-height: 60px;
	font-size: 1.4em;
}

#scorebottom .middlewrapper {
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#scorebottom .currentset,
#scorebottom .team,
#scorebottom .sets {
	height: 60px;
	max-height: 60px;
	color: #fff;
}

#scorebottom .sets {
	background: #fff;
	color: #15408f;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#scorebottom .currentset {
	background: #15408f;
	text-align: center;
	line-height: 60px;
	font-size: 25px !important;
	font-family: CircularStd-Bold;
}

#scorebottom .setswon {
	font-size: 25px !important;

}

#scorebottom .lastsets {
	font-size: 0.8em;
}

#scorebottom .images {
	display: flex;
}

#scorebottom .images img {
	width: auto;
	height: 200px;
	margin-bottom: -5px;
}

#scorebottom_team1_img2 {
	margin-left: -60px;
}

#scorebottom_team2_img1 {
	margin-right: 0px;
}

#scorebottom .images.right {
	justify-content: flex-end;
}


.selectTeam1 {
	position: absolute;
	top: 90px;
	left: 50;
}

.selectTeam2 {
	position: absolute;
	top: 90px;
	right: 50;
}

.colorT1 {
	position: absolute;
	top: 50px;
	left: 130px;
}

.colorT2 {
	position: absolute;
	top: 50px;
	right: 130px;
}

.labelTeam {
	position: absolute;
	top: 70px;
}

.labelTeam1 {
	left: 50px;
}

.labelTeam2 {
	left: 160px;
}

.labelTeam3 {
	left: 130;
	top: 30px;
}

.labelTeam4 {
	right: 185px;
}

.labelTeam5 {
	right: 50px;
}

.labelTeam6 {
	right: 130;
	top: 30px;
}

.timeTec {
	position: absolute;
	top: 210px;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
}

.n {
	font-size: 14px;
}

.teamKopf2 {
	margin-left: -23px;
}

.punnktestand {
	display: flex;
	background-size: 135%;
	background-position: center;

}

.punnktestand .currentset,
.punnktestand .setsWon {
	height: 40px;
	width: 40px;
	text-align: center;

}

/* .punnktestand  {
    width: 200px;
} */
.punnktestand .setsWon {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

.currentset {
	color: #003dde;
	background-color: #17d4c2;
	/* background-image: url(http://verlaeufe.spontent.de/black.svg); */
	background-size: 240%;
	background-position: center;
	/* margin-left: 3px ; */
	background-position-x: 40%;
}

.setsWon {
	color: white;
}

.whitebox {
	background: #003dde;
	height: 40px;
	width: 40px;
	outline: 3px solid;
	/* margin: auto; */
	margin-right: 3px;
}

.trikot {
	width: 40px;
	height: 40px;
	padding-right: 10px;
}

.trikot div {
	height: 15px;
	width: 15px;
	border-radius: 10px;
	background-color: #e97986;
	text-align: center;
	line-height: 40px;
	margin: auto;
}

.teamName {
	flex: 1;
	padding-right: 10px;
	padding-left: 20px;
}

.inforow div {
	padding: 0px 5px;
	background-color: #26b9d6;
	line-height: 40px;
	color: white;
}

.allSets {
	display: flex;
	/* width: 200px; */
}

.teamName {}

.controls {
	width: 700px;
	background-color: azure;
	position: absolute;
	right: 20px;
	height: 90%;
	top: 0%;
	bottom: 0%;
	margin: auto;
}

.controler {
	font-size: 40px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	margin: 20px;
}

.Service {
	width: fit-content;
	font-size: 20px;
}

#plusTeam2,
#minusTeam2,
#inputTeam2Name,
#inputTeam2Color,
#seviceTeam2,
#inputTeam2Color2 {
	position: absolute;
	right: 10px;
}

#reset {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

#resetpoints {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
}


.player1 {
	transform: translateX(5px);
}

.player2 {
	transform: translateX(-5px);
}

.setswon,
.currentset {
	font-size: 25px !important;

}


#whiteboxTeam1Set3,
#whiteboxTeam2Set3 {
	display: none
}