#top {
	background-color: transparent!important;
}

/*#top .inside {
	padding-top: 20px;
    margin-bottom: -50px
}
*/

#top .mod_socials {
	position: absolute;
    top: 20px;
    right: 25px;
}

.mainmenu {
	line-height: 1em!important;
    position: absolute;
    bottom: 25px;
    right: 40px;
}

.leistungsbox {
	border: 3px solid #744F59;
}

.ce_colorbox {
	border: 3px solid #744F59;
}

.ce_headline mt-m {
margin-top: 0px!important;
}


.ce_colorbox p {
	margin-bottom: 0px;
}

.ce_colorbox p:last-of-type {
		margin-bottom: 0px;
}
h6 {
	font-family: poppins;
	font-size: 50px;
	color: #fff!important;
}

h5 {
	text-align: center;
}


.mod_portfoliolist_v5 .item .image:after {
	background:rgba(116,79,89,0.8);
}

.ce_tabs .tabs .image_container img {
	width: 80px;
	height: 80px;
}


/* =============================================================================
 * Desktop
 * ========================================================================== */

@media only screen and (min-width: 768px){
.mobile {
	display:none;
}
.margintop {
	margin-top: -180px;
	}
 	
}

/* =============================================================================
 * Mobile
 * ========================================================================== */

@media only screen and (max-width: 767px){
.desk {
	display:none;
}
}