/*Everything except template-, menu- and shop-related stuff*/

[class*="jeasy-right-sidebar"] label {
	width: 100%;
}

.jeasy-module-content iframe {
	padding: 10px;
}
.login {
	padding: 10px;
	color: navy !important;
	background-color: white !important;
}

.form-inline label {
	justify-content: space-between !important;
}

.control-label {
	float: right;
}

/*Medieneinstellungen*/
@media only screen and (min-width: 300px) {
}
@media only screen and (min-width: 400px) {
}
@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 640px) {
}
@media only screen and (min-width: 800px) {
}
@media only screen and (min-width: 1000px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1600px) {
}
