/*
Theme Name: Template-C
Theme URI: http://www.diestelkamp-consulting.de
Author: Diestelkamp Consulting GmbH
Author URI: http://www.diestelkamp-consulting.de
Description: Agentur für kreatives Design und professionelle Optimierung von Webseiten und Onlineshops.
Version: 2.0
License: 
License URI: 
Tags: Template-C
Text Domain: Template-C
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Notebook 13", 15", 17" */
@media only screen and (max-width: 1440px) {

}

/* Netbook 10", 12" */
@media only screen and (min-width: 960px) and (max-width: 1279px) {

}

/* Tablet */
@media only screen and (max-width: 959px) {


}
/* Tablet  - Hochformat */
@media only screen and (max-width: 767px) {

}

/* Mobile */
@media only screen and (max-width: 550px) {
.res-center {text-align: center !important}
.button {float: none;}

}

@media only screen and (max-width: 400px) {
h1 {    font-size: 3.5rem !important;}	
}