
*{
	box-sizing: border-box;
}

html {
	min-height: 100%;
}
body{
	background: #F4F2F2;
	font-family: "Open Sans", sans-serif;
	color: #292929;
	min-height: 100vh;
}

.add-button{
	display: inline-block;
	margin-bottom: 20px;
}

#language-product-select{
	float: right;
	width: 200px;
}

#language-select{
	width: 200px;
}

#language-select.main{
	float: right;
	margin-top: 5px;
}

.add-button svg{
	width: 34px;
	height: auto;
	display: block;
}


body.dark{
	background: #535353;
}
header{
	height: 80px;
	background: #fff;
	width: 100%;
	top: 0;
	vertical-align: middle;
	position: fixed;
	z-index: 11;
}

header .logo{
	height: 80px;
	float: left;
	width: 88px;
	padding: 22px 22px;
	display: inline-block
}

header .logo.dark{
	background: #535353;
	border-bottom: 1px solid #7B7B7B;
}

header .logo svg{
	height: 36px;
	width: auto;
	display: block
}


header .logo.home{
	width: auto;
	padding: 25px 22px;
}

header .logo.home svg{
	height: 30px;
}


header #breadcrumb{
	display: inline-block;
	line-height: 80px;
	padding-left: 137px;
	float: left;
	vertical-align: middle;
}

header #breadcrumb a{
	vertical-align: top;
	margin: 0 0 0 15px;
	color: #333;
	text-decoration: none;
	float: left;
}

header #breadcrumb .icon{
	height: 80px;
	width: 30px;
	margin: 0 0 0 15px;
	background: url(/img/breadcrumb-arrow.svg) center center no-repeat;
	float: left;
	display: inline-block;
}


header #customer-logo{
	float: right;
	height: 50px;
	margin: 15px 30px;
}

header #customer-logo img{
	height: 22px;
	width: auto;
	margin: 14px 0;
	display: block;
}


aside{
	width: 110px;
	position: fixed;
	background: #622a80;
	z-index: 10;
	height: 100%;
	left: 0;
	top: 0;
}
body.dark aside{

	border-right: 1px solid #fff;
}
aside ul.user-menu{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 110px;

}

aside ul.categories{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
	left: 0;
	width: 110px;

}

aside ul li{
	list-style: none;
	padding: 0px;
	margin: 0;
	position: relative;

}

aside ul li a{
	color: #fff;
	display: block;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
}

aside ul.user-menu li a{

	border-top: 1px solid #fff;
	opacity: 0.5;
}
aside ul.categories li a{

	border-bottom: 1px solid #fff;
}

aside ul.categories li a svg{

}

aside ul.categories li.active a svg{

	opacity: 1;
}

aside ul.user-menu ul li a:hover,
aside ul.user-menu li.active a{
	opacity: 1;
}

aside ul.user-menu li a svg{
	width: 30px;
	height: auto;
	display: block;
	margin: 0 auto;
}

aside ul.categories li a svg{
	width: 30px;
	height: auto;
	display: block;
	margin: 0 auto;
}


aside ul.categories li.moodle a svg{
	width: 40px;
}


aside ul.categories li a svg path{
	fill: #fff;
}


aside ul li ul{
	position: absolute;
	left: 100%;
	bottom: 0;
	display: none;
	margin: 0;
	padding: 0;
	min-width: 220px;
	background: #fff;
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.25);

}


aside ul li ul li a{
	line-height: 22px;
	padding: 13px 20px;
	color: #232323;
	text-align: left;

}
aside ul li ul li.content{
	line-height: 22px;
	color: #232323;
	font-size: 14px;
	padding: 13px 20px;
	text-align: left;
}
aside ul li ul li.content a{
	padding: 0;
	color: #232323;
	opacity: 1;
	display: inline;
	font-size: 14px;
	border: none;
}

aside ul li ul li.content a:hover{
	color: #232323;
}
aside ul li ul li.small a{

	font-size: 14px;
}


aside ul li:hover ul{
	display: block;
}



aside ul li ul li.note{
	padding: 20px;
	color: #232323;
}

main{
	padding: 140px 52px 140px 180px;
}

.dark main{
	padding: 150px 100px 100px 200px;
}


.dark main.hasSidebar{
	padding: 150px 100px 150px 420px;
}


#sidebar{
	position: fixed;
	left: 88px;
	top: 0;
	background: red;
	height: 100%;
	width: 220px;
	padding-top: 80px;
	background: #535353;
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.25);

}

#sidebar form{
	text-align: center;
	margin-top: 20px;
}

#sidebar ul, #sidebar li{
	list-style: none;
	margin: 0;
	padding: 0;
}


#sidebar li a{
	padding: 18px 50px;
	color: #fff;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #7B7B7B;
}


#sidebar li a:hover,
#sidebar li.active a{
	background: #622a80;
}


main #filter{
	margin-bottom: 30px;
}

main #widgets::after, .cols:after, .cart-row:after, main:after {
	display: block;
	content: "";
	clear: both;



}

.cart-button-submit{
	margin-top: 40px;
	text-align: right;
}

.cart-button-submit button{

}
.col{
	width: 55%;
	margin-right: 5%;
	float: left;
}

.col:last-of-type{
	width: 40%;
	margin-right: 0%;
	float: left;
}


.col p{
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
}
main .widget{
	
	align-items: center;
	justify-content: center;
	width: calc(20% - 16px);
	min-height: 150px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	display: flex;
	position: relative;
	border-radius: 10px;
	border: 1px solid #dadada;
	text-align: center;
	text-decoration: none;
	color: #292929;
	transition: all 0.5s ease;
}
@media(min-width: 1500px){
	main .widget{
		
		width: calc(14.2857% - 18px);
	}
}
main .widget .holdinger{
	position: relative;
	margin: 0;
	padding: 0;
}

main .widget .holdinger.file{
	top: inherit;
	transform: inherit;
	padding: 20px 6px;
}

main .widget.offer .holdinger.file{
	padding: 0;
	width: 100%
}


main .widget.offer .holdinger figure{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
}

main .widget.offer .holdinger.file img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
	max-width: inherit;
}


main .widget .holdinger.file img{
	max-width: 120px;
}
main .widget .holdinger.file span{
	padding-top: 10px;
}
main  .drop-handler .dropmenu{

	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	background: #fff;
	min-width: 180px;
	position: absolute;
	top: 20px;
	right: 20px;
}

main  .drop-handler .dropmenu ul,
main  .drop-handler .dropmenu li{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}


main .drop-handler .dropmenu li{

	border-bottom: 1px solid #D9D9D9;
}
main  .drop-handler .dropmenu li:last-of-type{
	border: none;
}
main .drop-handler .dropmenu li a{
	display: block;
	color: #939393;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 12px;
}
main .drop-handler .dropmenu li button{
	display: block;
	color: #939393;
	width: 100%;
	border: none;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	padding: 10px 12px;
}

main  .drop-handler .dropmenu li a:hover,
main .drop-handler .dropmenu li button:hover{
	background: #622a80;
	color: #fff;
}

main .widget figure img{

	height: auto;

	width: 120px;
}


main .widget figure svg{

	height: 40px;
	width: auto;
}
main  .drop-handler.add{
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}

main  .drop-handler.add svg{
	width: 34px;
	height: 34px;
}

main  .drop-handler.add .dropmenu{
	right: auto;
	z-index: 100;
	left: 10px;
}

main  .widget .drop-handler{
	position: absolute;
	opacity: 1;
	cursor: pointer;
	top: 0;
	right: 0;
	padding: 8px;
	z-index: 20;
}




.widget .drag-handle{
	position: absolute;
	opacity: 1;
	cursor: grab;
	top: 0;
	right: 0;
	padding: 8px;
	z-index: 20;

}

.widget .drag-handle img{
	display: block;
	vertical-align: middle;
	width: 28px;
	height: auto;
}



main  .widget .widget-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: block;
}


main  .widget .internship-preview{
	cursor: pointer;
}

main  .drop-handler button{
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background: none;
}

main  .interaction-menu img{
	display: block;
	vertical-align: middle;
	width: 28px;
	height: auto;
}


main  .drop-handler .dropmenu {
	display: none;
}

main  .drop-handler.active .dropmenu {
	display: block;
}

.dropmenu{
	position: absolute;
	top: 0;
	right: 0;
}

main .widget.add svg{


	width: 40px
}



.dropmenu {
	display: none;
	position: absolute;
}
main .widget.product{
	height: auto;
	cursor: grab;
}

main .widget.product .description{

	border-top: 1px solid #D9D9D9;
	padding: 12px 20px;
}
main .widget.product .description span{
	display: block;
	line-height: 1.4;
	font-size: 14px;
	text-align: left;
}


main .widget.product  figure{
	height: 240px;
}

main .widget.product  figure{
	height: 240px;
	padding: 20px 0;
	text-align: center
}

main .widget.product  figure img{
	height: 200px;
	width: auto;

}
main .widget  figure{
	margin-top: 0;
}

main .widget.desc span{
	position: relative;

    word-break: break-word;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 0 20px;
	line-height: 1.4;

	width: 100%;
}
main .widget.desc .holdinger span{
	font-size: 14px;
	margin-top: 0;
	top: auto;
	transform: initial;

}
main .widget.offer .holdinger span{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
main .widget.file{

	justify-content: flex-start;
}

main .widget.file.offer{

}
main .widget.offer .holdinger .desc{
	margin-bottom: 20px;
	padding: 0 20px;
	line-height: 1.4;
	font-size: 14px;
}
main .widget.desc .holdinger figure{
	margin-bottom: 0;
 }

 main .widget.desc span small{
	font-size: 14px;
	display: block;
	margin-top: 6px;}

main .widget:hover{

	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.15);

}

main .widget.desc:hover,
main .widget.add:hover{
	background: #622a80;
	color: #fff;
}

main .widget.desc:hover svg path,
main .widget.add:hover svg path{
	fill: #fff;
}

main .widget.add:hover svg path{
	stroke: #212121;
}

main .widget.add:hover svg circle{
	fill: #fff;
}


main .widget:hover .drop-handler{
	opacity: 1;
}




.txt-prim{
	color: #622a80
}


.addField{
	display: inline-block;
	vertical-align: middle;
	margin-left: 22px;
	cursor: pointer;
}

.addField img{
	width: 28px;
	height: auto;
	display: block;
}

.hide{
	display: none;
}

.interaction{
	cursor: pointer;
}

#login{
	width: 600px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	margin: 0 auto;
	position: relative;
	top:-50%;
	padding: 50px 100px;
	transform: translateY(50%);
}


#login h2{
	font-weight: normal;
	font-size: 44px;
	margin-top: 0;
	text-align: left;
	color: #292929;
	margin-bottom: 40px;

}

#login input[type="email"],
#login input[type="text"],
#login input[type="password"]{
	width: 100%;
	height: 50px;
	background: #fff;
	margin-bottom: 20px;
	padding: 0 20px;
	border: 1px solid #a2a2a2;

}

#login .lang{
	margin-bottom: 40px;
}

.button{
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
	border-radius: 25px;
	background: #622a80;

}

.button.small{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 14px;
}


.button.mtop{
	margin-top: 30px;
}

.remember{
	margin-top: 10px;
	float: right;
}


.button.light{
	background: #939393
}
.button.transparent{
	background: red;
}

.form-buttons{

	margin-top: 40px;
}

.form-buttons button,
.form-buttons .button{

	margin-right: 12px;
}


.list-group .list-group-item{
	width: 30.3333%;
	margin-right: 3%;
	margin-bottom:3%;
	background: #fff;
	float: left;
	position: relative;
}

.list-group .list-group-item .dz-progress{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 10;
	background: #565656,;
}

.list-group .list-group-item .dz-progress span{
	background: #622a80;
	display: block;
	height: 10px;
	width: 0px;
}



.list-group .list-group-item img{
	width: 100%;
	height: auto;
}


.list-group .list-group-item .drag-handle{

	height: auto;
	position: absolute;
	bottom: 10px;
	text-align: center;
	cursor: grab;
	width: 50%;
	right: 0;

}
.list-group .list-group-item figure{
	margin: 0;
	padding-top: 0;
}
.list-group .list-group-item figure img{
	display: block;
}

.list-group .list-group-item .delete-file{

	height: auto;
	position: absolute;
	bottom: 10px;
	text-align: center;
	cursor: pointer;
	width: 50%;
	left: 0;

}

.list-group .list-group-item .delete-file img,
.list-group .list-group-item .drag-handle img{
	width: 30px;
	margin: 0 auto;
	height: auto;
	display: block;
}

.form-group{
	width: 100%;

}

.form-group.small{
	width: 70%;

}

.form-group::after, .item-row::after, #file-list:after, .files:after, .list-group:after, #product:after {
	display: block;
	content: "";
	clear: both;
}
.form-item{
	float: left;
	margin-top: 20px;
	width: 100%;
}


#product-images{
	padding: 40px;
	background: #fff;
	width: 65%;
	margin-right: 2.5%;
	float: left;
}

#product-images img{
	width: 100%;
	height: auto;
}

#product-summary{
	padding: 40px;
	float: left;
	background: #fff;
	width: 32.5%;
}

.add-to-cart:after {
	display: block;
	content: "";
	clear: both;



}

.add-to-cart{
	margin-top: 100px;
}
.add-to-cart .qty{
	width: 20%;
	float: left;
	margin-right: 5%;
}

.add-to-cart .qty input{
	width: 100%;
	border:1px solid #939393;
	padding: 10px;
}

.add-to-cart button{
	width: 75%;
	float: left;
	font-size: 1rem;
}
#widgets, #product{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	width: 100%;
}
#cart-holder{
	margin-bottom: 30px;

	float: left;
}

.product-info a{
	color: #111;
}
#cart-holder .button{
	padding-right: 10px;
}


#cart-holder .button .count{
	margin-left: 40px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	vertical-align: middle;

	line-height: 22px;
	text-align: center;
	color: #622a80;

}

#cart-holder .button.white{
	background: #fff;
	color: #565656;
	padding-right: 32px;
}

#cart-holder .button.white .count{
	display: none;

}


#cart-holder .button svg{
	vertical-align: middle;
	height: 20px;
	width: auto;
	display: inline-block;
	margin-right: 8px;

}
#cart-holder .button.white svg path,
#cart-holder .button.white svg circle{
	stroke: #565656;
}

.w100{width: 98%; margin-right: 2%;}
.w90{width: 88%; margin-right: 2%;}
.w80{width: 78%; margin-right: 2%;}
.w70{width: 68%; margin-right: 2%;}
.w80{width: 58%; margin-right: 2%;}
.w50{width: 48%; margin-right: 2%;}
.w40{width: 38%; margin-right: 2%;}
.w30{width: 28%; margin-right: 2%;}
.w25{width: 23%; margin-right: 2%;}
.w20{width: 18%; margin-right: 2%;}
.w15{width: 13%; margin-right: 2%;}
.w10{width: 8%; margin-right: 2%;}

.inp{
	float: left;
}

.w100.nmr{width: 100%; margin-right: 0%;}
.w90.nmr{width: 90%; margin-right: 0%;}
.w80.nmr{width: 80%; margin-right: 0%;}
.w70.nmr{width: 70%; margin-right: 0%;}
.w80.nmr{width: 60%; margin-right: 0%;}
.w50.nmr{width: 50%; margin-right: 0%;}
.w40.nmr{width: 40%; margin-right: 0%;}
.w30.nmr{width: 30%; margin-right: 0%;}
.w25.nmr{width: 25%; margin-right: 0%;}
.w20.nmr{width: 20%; margin-right: 0%;}
.w15.nmr{width: 15%; margin-right: 0%;}
.w10.nmr{width: 10%; margin-right: 0%;}


.form-item label{
	display: block;
	font-weight: 600;
	margin: 0;
	line-height: 32px;
	color: #565656;
}

.form-item input,
.form-item textarea{
	border: 1px solid #dadada;
	padding: 6px 12px;
	background: transparent;
	color: #3b3b3b;
	display: block;
	width: 100%;
}

.form-item input[type="checkbox"]{
	width: auto;
	display: inline-block
}


.form-item.full_day label{
	width: auto;
	display: inline-block
}

.form-item.full_day input{
	float: left;
	margin-right: 12px;
    margin-top: 10px;
}

.form-item textarea{
	min-height: 100px;
}
.form-item.half{
	width: 47.5%;
	margin-right: 5%
}

.form-item.date{
	width: 40%;
	margin-right: 5%
}
form[name='offer'] .form-buttons + div{
	display: none;
}

.remove-offer-time{
	border: none;
	background: #dadada;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-bottom: 4px;
}


.form-item.time{
	width: 18%;
	margin-right: 5%
}
.form-item.add__date__time{
	width: 9%;
}
#newRow{
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.date_ajax{
	width: 100%;
	float: left;
}

.form-item.add__date__time svg{
	width: 24px;
	height: auto;
	float: right;;
	margin-top: 34px;
	cursor: pointer;
}

.form-item.half.last{
	margin-right: 0;
}

.item-row{
	margin-bottom: 12px;
}
.item-row .item{
	margin-right: 2%;
	float: left;
	padding: 8px 16px;
	color: #fff;
}

.item-row .item.brd{
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-right: 2%;
	float: left;
	padding: 8px 16px;
	color: #fff;
}

.item-row .item.last{
	border-right: 1px solid #fff;}

.item-row .item.buttons{
	border-left: 1px solid #fff;}

.item-row .item.nobrd{
	border: none
}

.item-row.head .item{
	border: none;
	margin-right: 2%;
	float: left;
	padding: 8px 0;
	font-weight: 700;
	color: #fff;
}

.item-row .item.buttons{
	padding: 0;
	vertical-align: middle;
	min-height: 36px;
	padding-left: 10px;
}

.icon.interaction{
	vertical-align: middle;
	display: inline-block;
	margin-left: 8px;
	min-height: 36px;
}
.icon.interaction img{
	width: 28px;
	margin-top: 4px;
	height: auto;
}

.icon.interaction button{
	border: none;
	background: none;
	padding: 0;
	outline: none;
}

.form-item.nmr, .item-row .item.nmr{
	margin-right: 0;
}

.headline{
	color: #fff;
	margin-top: 40px;
}
.headline:first-of-type{
	margin-top: 0;
}
.headline h2,
.headline h3{

	font-weight: normal;
}

.headline .select{
	float: right;
	width: auto;
}

.headline.first{
	margin-bottom: 80px;
}

.headline img{

	height: 22px;
	position: relative;
	top: -3px;
	width: auto;
	margin-right: 12px;
	vertical-align: middle;

}

.headline h2{

	font-size: 30px;
}
.headline h3{

	font-size: 24px;
}


#file-list .file{
	border-radius: 5px;
	background: #fff;
	width: 18%;
	min-height: 120px;
	margin-right: 2%;
	float: left;
	background: #fff;
}


/* Reset Select */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #fff;
	background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
	display: none;
}
/* Custom Select */
.select {
	position: relative;
	display: inline-block;
	width: auto;
	background: #fff;
	border: 1px solid #D9D9D9;
	line-height: 1.5;
	overflow: hidden;
	border-radius: 25px;
	width: 100%;
}
select {
	width: 100%;
	flex: 1;
	font-size: 14px;
	padding:8px 52px 8px 16px;
	color: #292929;
	cursor: pointer;
}
/* Arrow */
.select::after {
	content: '\25BC';
	position: absolute;
	top: 5px;
	right: 0;
	padding: 0 1em;
	background: #fff;
	color: #292929;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}




/* The container */
.container-checkbox {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	margin-right: 12px;
	line-height: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	border-radius: 4px;
	width: 25px;
	border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {

}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {

}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 8px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* The container */
.container-radio {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	margin-right: 12px;
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {

}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
	top: 0px;
	left: -1px;
	width: 25px;
	height: 25px;
	background: url(/Assets/Media/close.svg) no-repeat center center;
	background-size: 14px;
}

.file-single img{
	width: 100%;
	height: auto;
}
.file-single{
	position: relative;
}
.file-single .remove-file{
	position: absolute;
	bottom: 20px;
	width: 50%;
	text-align: center;
	z-index: 12;
	margin: 0;
	left: 0;
}

.file-single .upload-file{
	position: absolute;
	bottom: 20px;
	width: 50%;
	text-align: center;
	z-index: 10;
	margin: 0;
	right: 0;
}

.file-single .remove-file img,
.file-single .upload-file img{

	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.25);
}



.file-single.small{
	position: relative;
	width: 140px;
	height: 140px;
	background: #fff;
	text-align: center;
}

.file-single.small .thumb {
	width: 70px;
	height: auto;
	left: 50%;
	margin-left: -35px;
	position: absolute;
	top: 30%;
	transform: translateY(-40%);
}

.list-group{
	margin: 0;
	padding: 0;
	list-style:none;
}


.list-group li{
	margin: 0;
	padding: 0;
	list-style:none;
	width: 30.3333%;
	background: #fff;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
}

.upload-product-file{
	position: relative;
	width: 30.3333%;
	background: #fff;
	margin-right: 3%;
	margin-bottom: 3%;
	height: 100px;
}

.upload-product-file .add{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 32px;
	height: auto;
	display: block;
	left: 50%;
	margin-left: -16px;
}



/* Sortable */
.sortable-ghost {
	background-color: lightblue;
}
.drag-handle {
	cursor: grab;
}


#cart{
	padding: 30px;
	background: #fff;
	float: left;;
	width: 100%;
}
#cart .cart-row{
	padding: 12px 0;
	border-bottom: 1px solid #dadada;
}
#cart .cart-row.footer{
	padding: 12px 0;
	border-bottom: none;
	font-weight: bold;
}
#cart .cart-row.footer.mtop{
	margin-top: 30px;
}

#cart .cart-row.footer.last{
	border-bottom: 1px solid #dadada;
	margin-bottom: 30px;
}
#cart .cart-row.footer p{
	margin: 0;
}



#shipping-form{
	display: none;
}
#shipping-form.active{
	display: block;
}

#shipping-form .form-group .form-item,
#invoice-form .form-group .form-item{
	width: 49%;
	margin-right: 2%;
	color: #565656;
}


#shipping-form .form-group .form-item.full,
#invoice-form .form-group .form-item.full{
	width: 100%;
}


#shipping-form .form-group .form-item input,
#shipping-form .form-group .form-item label,
#shipping-form .form-group .form-item textarea,
#invoice-form .form-group .form-item input,
#invoice-form .form-group .form-item label,
#invoice-form .form-group .form-item textarea{

	color: #565656;
}

#shipping-form .form-group .form-item input,
#shipping-form .form-group .form-item textarea,
#invoice-form .form-group .form-item input,
#invoice-form .form-group .form-item textarea{

	border: 1px solid #dadada;
}


#shipping-form .form-group .form-item:last-of-type,
#invoice-form .form-group .form-item:last-of-type{
	margin-right: 0%;
}

#cart .product-sku,
#cart .product-qty,
#cart .product-thumb,
#cart .product-order,
#cart .product-info,
#cart .product-price,
#cart .product-label,
#cart .product-price-full,
#cart .product-actions,
#cart .product-shipping,
#cart .product-shipping-cost{
	float: left;
}

#cart .product-thumb{
	width: 8%;
}
#cart .product-qty{
	width: 12%;
	text-align: center;
}
#cart .product-sku{
	width: 15%;
}
#cart .product-info{
	width: 30%;
}
#cart .product-order{
	width: 20%;
}
#cart .product-price{
	width: 12%;
}

#cart .product-label{
	width: 77%;
}
#cart .product-price-full{
	width: 12%;

}

#cart .product-shipping{
	width: 30%;
	padding-top: 12px;

}
#cart .product-shipping-cost{
	width: 27%;

}

.txt-right{
	text-align: right;
}
#cart .product-actions{
	width: 11%;
}

#cart .product-actions a{
	display: block;
	float: right;
	margin-top: 12px;
}
#cart .product-actions img{
	width: 22px;
	height: auto;
}

#cart.desc p{
	line-height: 1.4;
}


#cart .product-order a{
	display: block;
	float: right;
	text-decoration: none;
	margin-top: 12px;
}
#cart .product-order img{
	width: 22px;
	height: auto;
}

#cart .product-thumb img{
	width: 90%;
	height: auto;
}

.widget .button.primary{
	float: left;
	margin: 12px 12px 20px 12px;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
}





/*
Modal
*/




.modal {
	background-color: #fff;
	padding: 2em 3em;
	text-align: center;
	border-radius: .5em;
	display: none;
}
.modal.is-active {
	display: block;
}

.modal-image {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #48DB71;
	padding: 11px 10px 2px;
	margin-bottom: 2em;
}

.modal h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .5em;
}

.modal p {
	margin-bottom: 2em;
	color: #666;
}



.modal button {
	font-size: 1.25em;
	font-weight: bold;
	background-color: #000;
	border: none;
	padding: .5em 1em;
	color: #fff;
	box-shadow: 0 0 0 2px #000 inset;
	border-radius: .25em;
	cursor: pointer;
	-webkit-transition: background .4s ease, color .4s ease;
	transition: background .4s ease, color .4s ease;
}
.modal button:hover {
	box-shadow: 0 0 0 2px #000 inset;
	color: #000;
	background-color: transparent;
}


.container{

	padding: 50px;
	max-width: 600px;
	background: #fff;
	margin: 0 auto;
}

.container h1{
	font-size: 1.3rem;
	margin: 0 0 40px 0;
}

#dropzone{
	position: relative;
	text-align: center;
	padding: 40px 20px;
	border: 2px dashed #dadada;
}

#dropzone .dz-message{
}

#dropzone.dropzone .dz-preview.dz-file-preview .dz-image{
	border-radius: 0;
	background: #dadada;
}

#dropzone.dropzone .dz-preview .dz-image{
	width: 80px;
	height: 80px;
}
#dropzone.dropzone .dz-preview .dz-remove{
	display: none;
}


/* Calendar */



.schedule__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
}

.schedule__calendar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
	padding: 40px 30px 30px;
}

.schedule__calendar.weekly{
	width: 100%;
}
.icon-arrow-up ,
.icon-arrow-down{
	width: 1.71em;
	height: 1em;
	fill: #92929D;
}
.schedule__list {
	width: 50%;
	padding: 50px 40px 50px 30px;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #E2E2EA;
}

.schedule__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	position: relative;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #E2E2EA;
}

.schedule__item:first-child {
	padding-top: 0;
}

.schedule__date {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;*/
	width: 220px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 500;
	vertical-align: top;
	color: #44444F;
}
.schedule__date_string{
	display: inline-block;
	vertical-align: top;
}
.schedule__time{
	display: block;
	color: #7B7B7B;
	margin-top: 6px;

	width: 100%;
	font-size: 12px;
}

.schedule__date .icon {
	margin-right: 12px;
	font-size: 18px;
	color: #92929D;
}

.schedule__details {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 160px);
	flex: 0 0 calc(100% - 160px);
	max-width: calc(100% - 160px);
}

.schedule .checkbox {
	display: block;
}

.schedule .checkbox:not(:last-child) {
	margin-bottom: 12px;
}

.schedule .checkbox__tick {
	margin-right: 9px;
}


.datepicker td.week-day{
	border-right: 1px dotted #dadada;
	min-height: 100px;
	padding: 0 12px;
}

.datepicker th.week-day{
	border-right: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
	padding: 0 12px;
}

.mode-switch{
	float: right;
	margin-top: 12px;
}
.mode-switch a{
	color: #622a80;
	text-decoration: none;
}
.datepicker td.week-day{
	vertical-align: top;
}

.datepicker td.week-day:last-of-type,
.datepicker th.week-day:last-of-type{
	border-right: none;
}

.week-event{
	font-size: 14px;
	padding: 5px 10px;
	margin-top: 12px;
	background: #efefef;
	color: #fff;
	border-radius: 5px;
text-align: left;}

.week-event span{
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
}
.event__category{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
}
.schedule .checkbox__details {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 29px);
	flex: 0 0 calc(100% - 29px);
	max-width: calc(100% - 29px);
}

.schedule .checkbox__desc p{
	margin: 6px 0 0 0;
}

.schedule__foot {
	margin-top: 45px;
	text-align: center;
}

.schedule__more {
	display: inline-block;
	border-bottom: 1px solid transparent;
	line-height: 1.5;
	letter-spacing: .2px;
	line-height: 1;
	color: #71B628;
	-webkit-transition: border-color .25s;
	-o-transition: border-color .25s;
	transition: border-color .25s;
}

.schedule__more:hover {
	border-color: #71B628;
}

body.dark .schedule__container {
	background: #1C1C24;
}

body.dark .schedule__list {
	border-color: #44444F;
}

body.dark .schedule__item {
	border-color: #44444F;
}

body.dark .schedule__item:before {
	background: #44444F;
}

body.dark .schedule__date {
	color: #696974;
}

body.dark .schedule__more {
	color: #622a80;
}

body.dark .schedule__more:hover {
	border-color: #622a80;
}

.datepicker__month:not(:first-child) {
	margin-top: 40px;
}

.datepicker__head {
	position: relative;
	margin-bottom: 30px;
}

.datepicker__head:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	background: #E2E2EA;
}

.datepicker__title {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 20px;
	background: #ffffff;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 600;
}

.datepicker__year {
	font-weight: 700;
}

.datepicker__control {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
}

.datepicker__arrow {
	width: 32px;
	height: 32px;
	border: 1px solid #E2E2EA;
	border-radius: 8px;
	display: block;
	font-size: 0;
	text-align: center;
	line-height: 32px;
}

.datepicker__arrow .icon {
	font-size: 7px;
	fill: #92929D;
	-webkit-transition: fill .25s;
	-o-transition: fill .25s;
	transition: fill .25s;
	height: 32px;
}
.datepicker table {
	table-layout: fixed;
}
.datepicker__arrow:hover .icon {
	fill: #B5B5BE;
}

.datepicker__arrow:not(:last-child) {
	margin-right: 10px;
}

.datepicker table {
	table-layout: fixed;
}

.datepicker th {
	height: 30px;
	line-height: 1.5;
	font-size: 12px;
	letter-spacing: .86px;
	font-weight: 600;
	text-transform: uppercase;
	color: #92929D;
}

.datepicker th,
.datepicker td {
	vertical-align: middle;
	text-align: center;
}

.datepicker td {
	padding: 2px 0;
}

.datepicker__link {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 38px;
	height: 48px;
	border-radius: 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #171725;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

.datepicker__link:hover, .datepicker__link.currDay {
	background: #622a80;
	color: #ffffff;
}

.datepicker__link.active {
	background: #71B628;
	font-weight: 700;
	color: #ffffff;
}

.datepicker__link.one:before, .datepicker__link.one:after,
.datepicker__link.one .datepicker__dot, .datepicker__link.two:before, .datepicker__link.two:after,
.datepicker__link.two .datepicker__dot, .datepicker__link.three:before, .datepicker__link.three:after,
.datepicker__link.three .datepicker__dot {
	position: absolute;
	bottom: 9px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #71B628;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	transition: background .25s;
}

.datepicker__link.one:before {
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.datepicker__link.two:before, .datepicker__link.two:after {
	content: "";
}

.datepicker__link.two:before {
	right: calc(50% + 1px);
}

.datepicker__link.two:after {
	left: calc(50% + 1px);
}

.datepicker__link.three:before, .datepicker__link.three:after {
	content: "";
}

.datepicker__link.three:before {
	right: calc(50% + 4px);
}

.datepicker__link.three:after {
	left: calc(50% + 4px);
}

.datepicker__link.three .datepicker__dot {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.datepicker__link:hover:before, .datepicker__link:hover:after,
.datepicker__link:hover .datepicker__dot, .datepicker__link.active:before, .datepicker__link.active:after,
.datepicker__link.active .datepicker__dot {
	background: #ffffff;
}
.datepicker__arrow .icon {
	font-size: 7px;
	fill: #92929D;
	-webkit-transition: fill .25s;
	-o-transition: fill .25s;
	transition: fill .25s;
	height: 32px;
}
.datepicker__link.blue {
	font-weight: 700;
	color: #71B628;
}

.icon-calendar {
	width: 1.07em;
	height: 1em;
	fill: #92929D;
}

.schedule__date .icon {
	margin-right: 12px;
	font-size: 18px;
	color: #92929D;
}

.datepicker__link.blue:hover, .datepicker__link.blue.active {
	color: #ffffff;
}

body.dark .datepicker__head:before {
	background: #44444F;
}

body.dark .datepicker__title {
	color: #FAFAFB;
}

body.dark .datepicker__title, body.dark .datepicker__control {
	background: #1C1C24;
}

body.dark .datepicker__arrow {
	border-color: #44444F;
}

body.dark .datepicker__arrow .icon {
	fill: #B5B5BE;
}

body.dark .datepicker__link {
	color: #92929D;
}

body.dark .datepicker__link:hover {
	background: #44444F;
}

body.dark .datepicker__link.active {
	background: #622a80;
	color: #FAFAFB;
}

body.dark .datepicker__link.one:before, body.dark .datepicker__link.one:after,
body.dark .datepicker__link.one .datepicker__dot, body.dark .datepicker__link.two:before, body.dark .datepicker__link.two:after,
body.dark .datepicker__link.two .datepicker__dot, body.dark .datepicker__link.three:before, body.dark .datepicker__link.three:after,
body.dark .datepicker__link.three .datepicker__dot {
	background: #dadada;
}

body.dark .datepicker__link:hover:before, body.dark .datepicker__link:hover:after,
body.dark .datepicker__link:hover .datepicker__dot, body.dark .datepicker__link.active:before, body.dark .datepicker__link.active:after,
body.dark .datepicker__link.active .datepicker__dot {
	background: #ffffff;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

.js-calendar-entry-delete {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #efefef;
	display: block;
	text-align: center;
	color: #222;
	position: absolute;
	cursor: pointer;
	right: 0px;
	text-decoration: none;
	line-height: 25px;
}

.js-calendar-entry-edit {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #efefef;
	display: block;
	text-align: center;
	color: #222;
	position: absolute;
	cursor: pointer;
	right: 35px;
	text-decoration: none;
	line-height: 25px;
}
.js-calendar-entry-edit img{
	width: 25px;
	height: auto;
	display: block
}

table a{
	text-decoration: none;
}
.datepicker__link.one:before, .datepicker__link.one:after,
.datepicker__link.one .datepicker__dot, .datepicker__link.two:before, .datepicker__link.two:after,
.datepicker__link.two .datepicker__dot, .datepicker__link.three:before, .datepicker__link.three:after,
.datepicker__link.three .datepicker__dot {
	position: absolute;
	bottom: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
	-webkit-transition: background .25s;
	-o-transition: background .25s;
	transition: background .25s;
}

.datepicker__link.one:before {
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.datepicker__link.two:before, .datepicker__link.two:after {
	content: "";
}

.datepicker__link.two:before {
	right: calc(50% + 1px);
}

.download__zip, .upload__files{
	float: right;
	margin-bottom: 30px;
	margin-left: 12px;
}
.week__number{
	color: #7B7B7B;
}
.datepicker__link.two:after {
	left: calc(50% + 1px);
}

.datepicker__link.three:before, .datepicker__link.three:after {
	content: "";
}

.datepicker__link.three:before {
	right: calc(50% + 4px);
}

.datepicker__link.three:after {
	left: calc(50% + 4px);
}

.datepicker__link.three .datepicker__dot {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.datepicker__link:hover:before, .datepicker__link:hover:after,
.datepicker__link:hover .datepicker__dot, .datepicker__link.active:before, .datepicker__link.active:after,
.datepicker__link.active .datepicker__dot {
	background: #ffffff;
}


.widget-box{
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
	display: block;
	position: relative;
	float: left;
	padding: 30px 40px;
	width: 48%;
	margin-right: 4%;
	text-decoration: none;
	color: #292929;
	transition: all 0.5s ease;
}

.widget-box h3{
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dadada;
}

.widget-box.files{
	margin-right: 0;
}

.dashboard__start {
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: .1px;
	color: #92929D;
}

.dashboard__start strong {
	line-height: 1.5;
	font-size: 24px;
	font-weight: 600;
	color: #171725;
}



#calendar__categories{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    display: flex;
    padding: 30px 30px;
    background: #fff;
    vertical-align: middle;
    font-size: 13px;

}

.calendar__category{
	margin-right: 30px;
}
.calendar__category .category__color{
	    width: 14px;
    height: 14px;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
}
.lightbox-opened a{
	position: fixed;
	bottom: 40px;
	right: 40px;
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
	border-radius: 25px;
	background: #622a80;
}




.lightbox-opened .next-internship{
	position: fixed;
	top: 50%;
	right: 40px;
	margin-top: -21px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
}

.lightbox-opened .prev-internship{
	position: fixed;
	top: 50%;
	left: 40px;
	margin-top: -21px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
}




.lightbox-opened {
	background-color: #333;
	background-color: rgba(#333, 0.9);
	cursor: pointer;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	padding: 24px;
	position: fixed;
	z-index: 9999999;
text-align: center;
	top: 0;
	width: 100%;
}
.lightbox-opened:before {
	 color: #fff;
	 content: "x";

		background: #622a80;
	 font-family: sans-serif;
	width: 40px;
	border-radius: 50%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 42px;
	right: 42px;
	 position: fixed;
	 text-transform: uppercase;
 }

.lightbox-opened img {
	box-shadow: 0 0 6px 3px #333;
	max-width: 800px;
	height: auto;
}

.nav-desc{
	display: block;
	color: #fff;
	padding: 0 5px;
	hyphens: auto;
	-webkit-hyphens: auto;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
}


/** OFFER */
.offer-time{
	display: flex;
	gap: 20px;
	align-items: flex-end;
	margin-bottom: 20px;
}

.offer-time .form-item{
	width: 140px;
}

/* Basis-Stile */
.offer-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 20px;
	padding: 20px;
	box-sizing: border-box;
}

.offer-container.single{
	display: flex;
	max-width: 900px;

}

.offer-back a{
	width: 40px;
	height: 40px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid #ddd;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.offer-back svg{
	width: 20px;
	height: 20px;
}

.offer-registration{
	padding: 40px 0 40px 20px;
	border-left: 1px solid #dadada;

}
.offer-container.single .offer-card{
	display: flex;
	width: 100%
}
.offer-container.single .offer-card-body h3{
	margin-bottom: 8px;
}
.offer-container.single .offer-card .offer__tag_ctn{
	margin-bottom: 30px;
}
.offer-card-content{
	width: 60%
}
.offer-card {
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	transition: transform 0.3s ease;
}

.offer-card:hover {
	transform: translateY(-5px);
}

.offer-card-header img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-bottom: 1px solid #ddd;
}

.offer-card-body {
	padding: 20px;
}

.offer-card-body h3 {
	margin-top: 0;
	font-size: 1.5rem;
}

.offer-card-body p {
	font-size: 16px;
	line-height: 1.3;
	color: #555;
	margin: 10px 0;
}

.registration-title {
	margin-top: 20px;
	font-size: 1.2rem;
	font-weight: bold;
}

.form-field {
	margin-bottom: 15px;
}

.form-field label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.form-field input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 1rem;
}

.times-list {
	margin: 15px 0;
}

.times-list label {
	display: block;
	margin-bottom: 10px;
}

.submit-btn {
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
}

.submit-btn:hover {
	background-color: #45a049;
}

.no-registration {
	color: #888;
	font-size: 1.1rem;
	margin-top: 20px;
}

/* Responsivitätsanpassungen */
@media (max-width: 768px) {
	.offer-container {
		grid-template-columns: 1fr;
	}

	.offer-card-body h3 {
		font-size: 1.3rem;
	}

	.form-field input {
		font-size: 0.9rem;
	}

	.submit-btn {
		font-size: 1rem;
	}
}

@media (max-width: 500px) {
	.offer-card-body h3 {
		font-size: 1.1rem;
	}

	.form-field input {
		font-size: 0.85rem;
	}

	.submit-btn {
		font-size: 0.9rem;
	}
}

main .widget.desc .holdinger span.offer_tag{

	display: flex;
	margin-top: 12px;
	justify-content: center;
}
main .widget.desc .holdinger span.offer_tag span{
	background: #efefef;
	border-radius: 25px;
	padding: 2px 10px;
	font-size: 12px;
}

main .widget.desc:hover .holdinger span.offer_tag span{
	color: #622a80
}

.offer__tag_ctn{

}

.offer__tag_ctn span{
	background: #efefef;
	border-radius: 25px;
	padding: 4px 10px;
	margin-top: 12px;
	display: inline-flex;
	font-size: 12px;
}

.offer__tag_ctn.red span{
	background: #B0413E;
	color: #fff
}

.offer__message{
	color: #B0413E;
	font-size: 14px;
	padding-right: 20px;
}

.offer__message.green{
	color: green;
	font-size: 14px;
}
@media(max-width: 900px){
	.offer-container.single .offer-card {

		flex-direction: column;
	}
	.offer-card-content {
		width: 100%;
	}

	.offer-registration {
		padding: 0px 20px 40px 20px;
		border-top: 1px solid #dadada;
		border-left: none;
	}
}
main .widget.file.offer{
	flex-direction: column;
	width: calc(22% - 18px);

}

#offer_image_file + div,
#offer_category_image_file + div{
	margin-top: 20px;
	display: flex;
}

#offer_image_file + div label,
#offer_category_image_file + div label{
	order: 2;
	margin-left: 10px;
}
.vich-image img{
	width: 200px;
	height: auto;
	display: block;

					}
@media(max-width: 1100px){
	main .widget {
		width: calc(32% - 16px);
	}
}