/* Custom styles for popin & close button */
.custom h4 {
        font-size: 1.5em;
}

.custom {
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.custom p {
	padding: 10px 20px;
	margin_: 30px 0 0;
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
}

.avgrund-close {
	display: block;
	text-transform: uppercase;
	color: #FFF !important;
	text-decoration: none !important;
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 13px;
}

#horizontalMenu p.lang .help {
    background: rgba(0, 0, 0, 0) url("../portal_skins/plone_images/info_icon.gif") no-repeat scroll 50% 50%;
    display: inline;
    float: left;
    height: 14px;
    margin: 1px 0 0;
    padding: 0;
    text-decoration: none;
    width: 10%;
}
#show_de, #show_fr, #show_it, #show_en {
    cursor: help;
}
.avgrund-button {
    background: rgba(83, 83, 83, 0.8) none repeat scroll 0 0;
}
.avgrund-button {
    color: white !important;
    float: left;
    font-size: 12px;
    margin: 4px 0 4px 20px;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.3s ease 0s;
}
.avgrund-button {
	background: rgba(83, 83, 83, 0.8);
}

.avgrund-button:hover {
	background: rgba(83, 83, 83, 1);
}
