#content .cmsGroup .cmsCell{
	margin-bottom: 0px;
    margin-top: 20px;
}
#content .cmsGroup.start .cmsCell{
	margin-bottom: 20px;
}
#content .cmsGroup.icon img{
	min-width: 100px;
    max-width: 150px;
}

span.tel {
	color: #324343;
}


@media only screen and (min-width: 1900px) {

}


/* Desktop und Notebook */
@media only screen and (max-width: 1500px) {
	div.centered {
		width: 70%;
	}
}

@media only screen and (max-width: 1280px) {
	div.centered {
		width: 85%;
	}
}


@media only screen and (max-width: 1050px) {
	
	div.centered {
		width: 98%;
	}
	
    #logo {
	   top: 20px;
       left: 2%;
	}
    
	#logo img {
        border: 0 none;
        max-width: 200px;
    }
	
	#pageSearch {
		display:none;
	}
	
}



@media only screen and (max-width: 870px) {

	#logo {
	   top: 10px;
       left: 2%;
	}

	div#header {
		height: auto;
	}

	
	div#content {
		margin-top: 100px;
		
	}
	
	
	div#footer .centered {
    	padding: 0 1.75%;
    	width: 96.5%;
	}

	.cmsCell.cmsColSpan8{
	   width: 100% !important;
	}
    
    #content .cmsGroup.icon img{
    	min-width: 80px;
    }
}


@media only screen and (min-width: 801px) {

}
/* ipad, galaxy, tablets*/
@media only screen and (max-width: 800px) {


	
}


@media only screen and (max-width: 768px) {
    
    #logo {
        top: 5px;
        width: 98%;
        left: 2%;
        
    }
    
	#logo img {
	   max-width: 180px;
	}
    
    #slider {
        margin-top: 35px;
    }

	#content h1 {
		font-size: 230%;
	}
	
	#content h2 {
		font-size: 130%;
	}
	
    #menu-toggle {
		z-index: 105;
		display: block;
		position: absolute;
		right: 10px;
		top: 0px;
		height: 40px;
		width: 40px;
		background: transparent url("/_local/images/menu-toggle.svg") no-repeat scroll center center;
		transition: all 0.2s ease-out 0s;
		cursor: pointer;
		color: #333;
	}
	
	#menu-toggle:after {
		content: '';
		position: absolute;
		margin: 13px 0 0 -60px;
		color: #333;
		
	}
    
    #wrapper {
        border: 0;
    }
    
}

/* Galaxy smart */

@media only screen and (max-width: 670px) {

	#content {
		width: 100%;
	}
	
	.cmsGroup.cmsColSpan12 .cmsCell.cmsColSpan4,
	.cmsGroup.cmsColSpan4 {
		min-width: 48% !important;
	}

	
	.cmsGroup.cmsColSpan12 .cmsCell.cmsColSpan4.box,
	.cmsGroup.cmsColSpan4{
		margin-top: 0 !important;
		margin-bottom: 25px;
	}
	
	
    .cmsCol1{
		clear: none;
	}
	
	.cmsGroup.team{
	    width: 50% !important;
	    clear: none !important;
	}
    
    .cmsGroup.icon {
        min-height: 460px;
    }
	
	#content h1 {
		font-size: 230%;
	}
	
	#content h2 {
		font-size: 150%;
	}

}

/* Smartphones, Iphones */
@media only screen and (max-width: 570px) {

	#content .cmsGroup.cmsColSpan4 {
		min-width: 0% !important;
    	width: 45% !important;
    	margin-left: 2% !important;
    	margin-right: 3% !important;
	}
	#content .cmsGroup {
	    float: left !important;
	    clear: none !important;
	}
	
	#content h2 {
		font-size: 130%;
	}
	
	#content .stellen h1 {
		font-size: 155% !important;
		line-height: 135% !important;
	}
	
	#content .stellen h2 {
		font-size: 145% !important;
		line-height: 135% !important;
	}
	
	#content .cmsGroup.start .cmsCell img {
		max-width: 70% !important;
		height: auto !important;
	}
    
    #content .cmsGroup.icon{
		text-align:center;
	}
}


@media only screen and (max-width: 530px) {
	
	#content .cmsGroup,
	#content .cmsGroup.cmsColSpan4 {
		min-width: 0% !important;
    	width: 100% !important;
    	margin: auto auto !important;
	}
	
	#content .cmsGroup {
	    float: none !important;
	    clear: both !important;
	}
	
	#content .cmsGroup.start .cmsCell img {
		max-width: 50% !important;
		height: auto !important;
	}
}


@media only screen and (max-width: 480px) {
	
	#quicklinks {
		display: none;
	}
	
	
	#footer {
		position: relative;
		float: left;
		top: 0;
		margin-top: 0;
		height: auto;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	#content h1 {
		font-size: 130%;
	}

	
	#content .cmsGroup,
	#content .cmsGroup.cmsColSpan4 {
		min-width: 0% !important;
    	width: 96% !important;
    	margin: auto auto !important;
	}
	#content .cmsGroup {
	    float: none !important;
	    clear: both !important;
	}
	
	#content .cmsGroup.start .cmsCell img {
		max-width: 60% !important;
		height: auto !important;
	}
    

    
    #footer div.cmsCell {
        width: 48% !important;
        margin-bottom: 20px;
}
	
	
}


@media only screen and (max-width: 360px) {	
	#footer{
		font-size: 90%;
	}
	

	#content .cmsGroup.start .cmsCell img {
		max-width: 60% !important;
		height: auto !important;
		
	}
	
	#content h1 {
		font-size: 130%;
	}
	
	#content h2 {
		font-size: 110%;
	}
}


@media only screen and (max-width: 330px) {

	#wrapper {
		overflow: hidden;
	}

}


@media only screen and (max-width: 310px) {

}



