@import url("/assets/cute-alert-master/style.css");

#maincontainer {
    background-size: 140px;
	background-position: 98% 6px;
}

.page-header {
	border-bottom: 0px !important;
	padding-top: 80px;
}

@media (min-width: 768px) {
	.page-header {
		padding-top: 0px;
	}
}

/* Formatierungen für cute-alert */

.buttonHinweisZweck:hover {
	background-color: #286090 !important;	
}

.alert-message {
	font-size: 12px !important;	
}

.alert-frame {
	width: 500px;
}

.alert-header {
    height: 110px;
}

.alert-img {
    height: 60px;
}

.info-bg {
    background: #337ab7;
}