.header .inside {
	border-radius: 0 0 8px 8px;
    background-color: rgba(0, 0, 0, 0.75);
}
.BGwhite{
	background-color: rgba(255, 255, 255, 1);
}
.BGnone{
	background-color: rgba(0, 0, 0, 0);
}
.header.cloned {
	background: none;
}
.round {
	border-radius: 8px;
}
.abstand {
	padding: 20px;
}
.ce_accordion {
	border: none;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 1);
}
.autogrid_grid.gutter_s > .column {
    padding-left: 8px;
    padding-right: 8px;
}
.ce_hyperlink-extended a{
	font-size: 1.4rem;
}
form fieldset {
    padding: 0px;
    border: none;
}
.fullHeight{
	height: 100%;
}
.fullWidth{
	width: 100%;
}

#footer .inside a:hover {
    color: #ffffff !important;
}
.text{
	border: none;
	border-radius: 5px;
}
.textarea{
	border: none;
	border-radius: 5px;
}
.select{
	border: none;
	border-radius: 5px;
}
.ce_countup .headline {
    font-size: 2.8rem;
}
.submit2{
	background: rgb(152,152,152) !important;;
}
#footer {
    background-color: rgba(0, 0, 0, 0.75);    
}
#bottom {
    background-color: rgba(0, 0, 0, 0.75);
}
#offcanvas-top.offcanvas-top-open {
    display: block;
    max-height: 1000px;
}