html {
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,87,121,0.6881346288515406) 35%, rgba(0,212,255,1) 100%);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 90%;
	width: 90%;
	position: absolute;
	left: 5%;
	min-height:100%;
	height: auto;
}

@media ( max-width : 767px) {
	.text-left-xs {
		text-align: left;
	}
	.text-right-xs {
		text-align: right;
	}
	.text-center-xs {
		text-align: center;
	}
	.col-xs-15 {
		width: 20%;
		float: left;
	}
	input[type='text'] {
		min-width: 80% !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.text-left-sm {
		text-align: left;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-center-sm {
		text-align: center;
	}
	.col-sm-15 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 10px;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.text-left-md {
		text-align: left;
	}
	.text-right-md {
		text-align: right;
	}
	.text-center-md {
		text-align: center;
	}
	.col-md-15 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 10px;
	}
}

@media ( min-width : 1200px) {
	.text-left-lg {
		text-align: left;
	}
	.text-right-lg {
		text-align: right;
	}
	.text-center-lg {
		text-align: center;
	}
	.col-lg-15 {
		width: 20%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 10px;
	}
}

@media ( min-width: 900px ){

input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -0.2em;
	left: -1px;
	position: relative;
	background-color: #ffffff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid black;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -0.2em;
	left: -1px;
	position: relative;
	background-color: black !important;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid black;
}

}

p, .btn, input, div, span, h4 {
	font-size: 100%;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;margin: 2em 0;
}

h3 {
	font-size: 18px;
}

label {
	font-weight: normal;
	cursor: pointer;
}

.bordered {
	border-bottom: 1px solid #979696;
}

.row-label {
	margin-left: -30px;
}

.top2 {
	margin-top: 2%;
}

.top5 {
	margin-top: 5%;
}

.top7 {
	margin-top: 7%;
}

.top10 {
	margin-top: 10%;
}

.btn { margin-right: 10px;}

.box{
	border: 1px solid #efefef;
    padding: 15px ;
    margin: 10px 0px;
    border-radius: 5px;
    list-style-type: none !important;

}
#mySortable {
	margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: none !important;
    padding-left: 0px !important;
	margin-left: 0px;
	}
	#mySortable li{
	border: 1px solid #efefef;
    padding: 15px;
    margin: 10px 1px;
    border-radius: 5px;
    background: #efefef;
	}
	#mySortable li:hover{
    background: #5bc0de;
	}
	.text-frage{
		font-weight: 500;
	}