#starttop h1,
#starttop {
    color:white;
}
/**
 * Changes below this line are part of MICE-383
 */

/* change the 'Suche starten' button color to yellow gradient and text to black */
.form_hotel_search .btn, .login .btn {
	background: linear-gradient(to bottom, #f3edb6 0%, #ffdc0e 100%);
	color: #515b67 !important;
}

/* hide the word 'portal' below the agency logo */
.inner #breadcrumbs {
	display: none;
}

/* override the default banner (girl on the phone with thumb up) */
#gallery {
        display: none;
}

#starttop #contentRight {
	background-image: url(https://cdn.mice-access.com/agencies/illerhaus.mice-access.com/illerhaus-banner.png);
	background-size: contain;
    	background-position: center right;
    	background-repeat: no-repeat;
	width: 260px;
}
#starttop #contentLeft {
	width:590px;
	font-size: 16px;
	padding-top: 20px;
}

/* override the default agency service worker image (girl with headset) */

div#portalAgencyInformation .description { 
	margin-left: 72px; 
	margin-bottom: 45px;
}

div#portalAgencyInformation img{
	display: none;
}

div#portalAgencyInformation {
	background-image: url(https://cdn.mice-access.com/agencies/illerhaus.mice-access.com/profile.png); background-size: 60px; background-repeat: no-repeat;
} 
