
span.tel {
	color: white;
}


@media only screen and (min-width: 2300px) {
    /*
    #innerpage {
		width: 1900px;
        margin: auto;
        box-shadow: 1px 0 15px #ccc;
	}
	*/
	#header, #theme, #slider {
		max-height: 400px;
	}
}


/* Desktop und Notebook */
@media only screen and (max-width: 1500px) {
	div.centered {
		width: 82%;
	}
    
    #content .stripe div.centered {
		width: 80%;
	}
    
    #content div.box .cmsCell>div {
        min-height: 200px !important;
    }
}

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


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


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

	div.centered {
		width: 98%;
	}
    #logo {
        top: 77px;
    }
  
}



@media only screen and (max-width: 870px) {
    body #header #logo{
        height: auto !important;
    }
    
	#header {
		height: auto;
        width: 100%;
        height: 65px !important;
        border-bottom: 0px;
        background: #fff;
        border-bottom: 1px solid #aaa;
        box-shadow: 0 0 3px #aaa;
        position: fixed;
        z-index: 12;
	}

    #content div.box {
        clear: none !important;
    }
    
    #content div.box {
        max-width: 50%;
    }
    
    #menu-toggle {
        top: 8px;
        left: 10px;
        position: fixed;
    }
    
    #theme {
        display: none;
    }
    
    
    #logo a {
        height: 100%;
        display: block;
    }
    
    #logo a img {
        max-height: 55px;
    }
    
    #quicklinks {
        display: none;
    }
    
    body.naviFixed #content{
        padding-top: 0px; 
    }
    
    .cmsGroup.cmsColSpan12 .cmsCell.cmsColSpan4,
	.cmsGroup.cmsColSpan4 {
		min-width: 50% !important;
        margin-left: 0% !important;
	}
    
    .cmsGroup.cmsColSpan4 .cmsCell.cmsColSpan4 {
        width: 96% !important;
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
	
	.cmsCell.cmsColSpan8{
	   width: 100% !important;
	}




}


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


	
}


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

	#content h1 {
		font-size: 230%;
	}
	
	#content h2 {
		font-size: 130%;
	}
    
    .cmsGroup.cmsColSpan3 .cmsCell.cmsColSpan3,
	.cmsGroup.cmsColSpan3 {
		min-width: 50% !important;
        margin-left: 0% !important;
	}
    
    .cmsGroup.cmsColSpan3 .cmsCell.cmsColSpan3 {
        width: 96% !important;
        margin-left: 2% !important;
        margin-right: 2% !important;
    }

    #content p.button {
        font-size: 150%;
    }
    
}

/* Galaxy smart */

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

    .cmsCol1{
		clear: none;
	}
    
	#content h1 {
		font-size: 230%;
	}
	
	#content h2 {
		font-size: 150%;
	}

}

/* Smartphones, Iphones */
@media only screen and (max-width: 570px) {
    
   	div.centered {
		width: 95%;
	}
    
    body {
        font-size: 16px;
    }
    
    body.minimal main {
        margin-top: 50px;
    }

    
	#content .cmsGroup {
	    float: left !important;
	    clear: none !important;
	}
	
	#content h2 {
		font-size: 130%;
	}
    
    #content p.button {
        font-size: 175%;
        padding: 5% 0 6% 0;
    }
    
    #content .noMobile {
        display: none;
    }
    #content .onlyMobile {
        display: block;
    }
	
}


@media only screen and (max-width: 530px) {
    
    
	
	#content .cmsGroup,
	#content .cmsGroup.cmsColSpan4 {
	    max-width: none;
		min-width: 0% !important;
    	width: 100% !important;
    	margin: auto auto !important;
        margin-bottom: 25px !important;
	}
    
    #content .eventsuche .cmsGroup{
        margin-bottom: 10px !important;
    }
    #content .eventsuche .cmsGroup .cmsCell{
        margin-top: 8px !important;
    }
    
    #content .cmsGroup.cmsColSpan12 .cmsCell.cmsColSpan2 {
        width: 48.5%;
        clear: none;
    }
    
    #content .cmsGroup.cmsColSpan12 .cmsCell.cmsColSpan2 p {
        text-align: center;
    }
    
    #content .cmsGroup.cmsColSpan12 .cmsCell.cmsColSpan2 img {
        width: 100%;
        margin: auto auto !important;
    }
	
}


@media only screen and (max-width: 450px) {
    
    
	
	#quicklinks {
		display: none;
	}
    
    #content .cmsGroup.cmsColSpan12 .eventsuche .cmsCell {
        width: 97.5% !important;
        clear: none;
    }
    
    #content .eventsuche select {
        width: 100% !important;
    }
    
    #content .cmsGroup.cmsColSpan12 .cmsCell.cmsColSpan2 img {
        width: 80%;
        margin: auto auto !important;
    }
    

    #footer div.cmsCell {
        width: 48% !important;
        margin-bottom: 20px;
    }
	
	#content h1 {
        font-size: 160%;
    }
    
    #content h2 {
        font-size: 120%;
    }
    
    
}


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


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

	
}






