/* Content Styling request /angebot/studien */
.tpl-co-studienAngebot form#order .uk-grid input[type="checkbox"] {
	margin-top:5px;
}

.tpl-co-studienAngebot form#order .uk-form-controls {
	margin-bottom:0px;
}

@media (max-width: 959px) {
	.tpl-co-studienAngebot form#order .uk-grid input[type="checkbox"] {
		margin-left:5px !important;
		margin-top:2px;
		position:absolute;
	}
	.tpl-co-studienAngebot form#order .uk-width-1-2 {
		width:100%;
	}
	.tpl-co-studienAngebot .uk-form input:not([type="radio"]):not([type="checkbox"]) {
		width:100%;
	}
}

.padding-link-studien {
	padding-left:53px !important;
	color:#034991;
	text-decoration: underline;
}

img.img-border {
	border: lightslategray 1px solid;
	max-width: 65px;
}

.studien--group {
	margin-top:30px;
	border-top:5px solid #034991;
	padding:10px;
	background:#F0F0F0;
}

.studien--group .uk-form-row {
	margin-top:10px !important;
	margin-bottom:0 !important;
}
.studien--group h2 {
	margin-bottom:10px !important;
}

.studien--group h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight:bold;
	margin-bottom:10px !important;
}

.tpl-co-studienAngebot button {
	background-color:#034991;
	color:#ffffff;
}
@-moz-document url-prefix() {
    .uk-form input.uk-form-danger[type="radio"],
    .uk-form input.uk-form-danger[type="checkbox"] {
	    outline: 1px solid #dc8d99 ;
	    width: auto;
	    height: 13px;
	}

}
@media screen\0 {
	.uk-form input.uk-form-danger[type="radio"],
	.uk-form input.uk-form-danger[type="checkbox"] {
		    outline: 1px solid #dc8d99;
		    width: auto;
		    height: 13px;
	}
}
.link-studien {
	margin-left: 15px;
	margin-bottom: 20px !important;
	text-decoration: underline;
}