body {
	background-color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}

a, a:visited {
	color: #000;
	text-decoration: none	;
}
a:hover {
	color: #c60149;
	text-decoration: none;
}

p, li {
	font-size: 1rem;
	line-height: 1.5;
}

p {
	padding-bottom: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

.relativer {
	position: relative
}

.brand img {
	max-width: 200px;
}


/* Header */
#preheader {
	height:0;
	width:100%;
	position:relative;
}
body.sticky #preheader {
	height: 250px;
}
header                      {
	padding-top:  20px;
	padding-bottom:  40px;
	position: relative;
	z-index: 999;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
	background-color: #fff;
}
header.sticky               {
	position: fixed;
	top: -210px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-color: #fff !important;
}
header.sticky.finished      {
	top: -1px;
	position: fixed;
	left: 0px;
	right: 0px;
	height: 68px;
}

header.sticky .brand img {
	max-width: 100px;
}

.hamburger {
	display: none !important;
	position:relative;
	z-index:1000;
	padding: 15px 0 !important;
}

.primary ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.primary ul li {
	display: block;
	float: left;
	padding: 0 20px;
}

.primary ul li.shoplink {
	float: right;
}

.primary ul li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
	font-weight: 600;
	font-size: 1.2rem;
	position:relative;
	z-index:1;
	text-align: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #c60149, #c60149 50%, #000 50%);
	background-size: 200% 100%;
	background-position: -100%;
	transition: all 0.3s ease-in-out;
}

.primary ul li a:before {
	display:block;
	content:'';
	width:0;
	height:3px;
	bottom:5px;
	left:0;
	bottom:-3px;
	z-index:0;
	position:absolute;
	background: #c60149;
	transition: all 0.3s ease-in-out;
}
.primary ul li a:hover, .primary ul li.current a {
	background-position: 0%;
}
.primary ul li a:hover:before, .primary ul li.current a:before{
	width:100%;
}

.nodecoration {
	text-decoration: none !important;
}

.footer {
	background-color: #c60149;
	color: #fff;
}

footer {
	background-color: #f6f6f6;
	padding-top: 20px;
	-webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%); box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
}

footer a {
	text-decoration: none;
	font-weight: 500;
	color: #c60149
}

footer a:hover {
	opacity: 0.8
}

.bordertop {
	border-top: 4px solid #c60149;
}

.footerlogo img {
	max-width: 100px;
}

.metanavi {
	list-style-type: none;
	color: #fff;
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	float: right;
}
.metanavi li {
	display: inline-block;
	padding: 0px 10px;
}
.metanavi li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
}

.metanavi li a:hover {
	color: #fff;
	text-decoration: underline;
}


h1,h2, h3, h4, h5, h6 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
}
h1 {
	font-size: 3rem;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.1;
	text-align: center;
}
.grey {
	background-color: #f6f5f9;
}
.white {
	background-color: #fff;
}
/* home */
.homeabout p, .bigpara p {
	font-size: 3rem;
}

.icon {
	font-size: 3rem;
	display: block;
	clear: both;
	text-align: center;
	color: #ce2029;
}

.catbox a .catboxtitle {
	color: #ce2029;
	font-weight: 500;
	font-size: 1.2rem;
	text-decoration: none !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 10px;
}

.slider {
	margin: 0 auto;
}

.slide {
	background: transparent center top no-repeat;
	background-size: cover;
}

.slideinside {
	position: absolute;
	bottom: -50px;
	left: 5%;
	text-align: center;
	color: #fff;
	width: 350px;
	height: 350px;
	z-index: 99;
	text-align: left
}

#layoutPart {
	position: relative;
	height: 100vh;
	width: 100%;
	margin: 0;
	margin-top: -191px;
}

.HomePage .header {
	position: relative;
	z-index: 9999;
	background:transparent;
}

#Slider {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.slide	{
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

#prev {
	position: absolute;
	font-size: 5rem;
	color: #fff;
	top: 48%;
	left: 5%;
	z-index: 111;
	cursor: pointer;

}

#next {
	position: absolute;
	font-size: 5rem;
	color: #fff;
	top: 48%;
	right: 5%;
	z-index: 111;
	cursor: pointer;
}

.maincont {
	min-height: 55vh;
}



.uppercase {
	text-transform: uppercase;
}
 .float-right {
	float: right;
}



.leftyborder {
	border-left: 1px solid #000;
}

input[type="datetime-local"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
select {
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #000;
	padding: 10px 1px;
	color: #000;
	font-size: 1rem;
	width: 100%;
}

textarea {
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #000;
	padding: 10px 1px;
	color: #000;
	font-size: 1rem;
	width: 100%;
	height: 70px;
}

#frmSubmit {
	background-color: #c60149;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	border: none;
	float: right;
	cursor: pointer;
}
#frmSubmit:hover {
	background-color: #c60149;
}

label {
	font-weight: 600;
}

.btn {
	user-select: none;
	-moz-user-select: none;
	background: #ce2029 none repeat scroll 0 0;
	border: medium none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 31px;
	text-align: center;
	text-transform: none;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 17px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: #333;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.btn:hover:before {
	top: -40%;
}
.btn:hover {
	color: #fff;
}

.text-right {
	text-align: right;
}

label {
	font-weight: 300
}

.lowercolumn td {
	border-bottom: 1px solid #999;
}

.tblmatches td {
	padding: 2px 5px;
}

.winner .playerfett {
	font-weight: 600;
}

#Form_ContactForm_Subject_Holder,
#Form_UslugeForm_Subject_Holder {
	position: absolute;
	left: -40000em;
}

#frmKontaktSubmit {
	user-select: none;
	-moz-user-select: none;
	background: #f4f4f4;
	border: medium none;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 31px;
	text-align: center;
	text-transform: none;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 17px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#frmKontaktSubmit::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: #333;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
#frmKontaktSubmit:hover:before {
	top: -40%;
}
#frmKontaktSubmit:hover {
	color:#ccc;
}

h1.bigtitle {
	font-size: 5rem;
	font-weight: 600;
}

.shadowedpic img {
	border-radius: 20px;
	box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.16);
}


/* about */
.smalltopimg img {
	position: absolute;
	left: 80px;
	top: 120px;
}

.smalltopimg2 img {
	position: absolute;
	left: 170px;
	top: 50px;
}

h2.bigtitle {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
}


.footermenu {
	list-style-type: none;
	padding-left: 0px;
}
.footermenu li a {
	color:#000;
	text-decoration: none;
	line-height: 1.6;
}
.footermenu li a:hover {
	color: #ce2029
}

.footerlink {
	color: #fff;
	text-decoration: none;
}


/* shop */
.price {
	text-align: center;
}

.price .value {
	font-size:1.2rem;
}

.text-small {
	font-size: 0.8rem;
	color: grey;
}

.prodinside {
	border-radius: 6px;
	padding: 0;
	position: relative;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	width: 100%;
	box-sizing: border-box;
	display: flex;
	background: #fff;
	flex-direction: column;
	transition: box-shadow .25s;
	margin-bottom: 25px;
}

.proddata {
	padding: 20px;
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1380px;
	}
}


@media screen and (max-width:767px) {
	header.sticky .showonfixed {
		margin-top:-10px;
		max-width:75px
	}
	.brand {
		margin-left:-15px;
	}
	.primary ul li a:before {
		display: none;
	}
	.hamburger {
		display: block !important;
		float: right;
		margin-right: -15px !important;
	}

	#navigation {
		display: none;
		height:0;
		-webkit-transition: 0.5s all ease;
		-moz-transition: 0.5s all ease;
		-o-transition: 0.5s all ease;
		-ms-transition: 0.5s all ease;
		transition: 2.5s all ease;
		background-color: white;
	}
	#navigation.is-active {
		display:block;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;

		-webkit-transition: 0.5s all ease;
		-moz-transition: 0.5s all ease;
		-o-transition: 0.5s all ease;
		-ms-transition: 0.5s all ease;
		transition: 2.5s all ease;
	}
	#navigation ul {
		display: block;
		width: 100%;
	}
	#navigation ul li {
		width: 100%;
		display: block;
		float: left;
		text-align:center;
	}
	.menubrand img {
		max-width: 100px
	}

	/* home */
	.intro h1 {
		font-size:3rem;
		margin-right:0;
	}
	.homeabout p, .bigpara p {
		font-size: 1.8rem;
		line-height: 1.6;
	}
	h2.bigtitle {
		padding-top:20px;
		font-size:4rem;
	}
	#prev,#next {
		top:25%
	}

	h1.bigtitle {
		font-size:3rem;
	}

	.match {
		max-width: 100%;
		width: 100%;
		float: left;
		clear: both
	}

	.strong {
		font-weight: 600;
	}

	.leftyborder {
		border-left: none;
	}

	order-sm-0 {
		order: 0 !important;
	}
	.order-sm-1 {
		order: 1 !important;
	}
	.order-sm-2 {
		order: 2 !important;
	}
	.order-sm-3 {
		order: 3 !important;
	}
	.order-sm-4 {
		order: 4 !important;
	}
	.order-sm-5 {
		order: 5 !important;
	}
	.order-sm-last {
		order: 6 !important;
	}
}
