/*
Theme Name: Point DMM
Theme URI: http://example.de
Description: DMM Mod for the Point theme
Author:  DMM
Author URI: http: //theme.fm
Template: point
Version: 1.0
*/


@import url("../point/style.css");



/* =Theme customization starts here
-------------------------------------------------------------- */

/* Header stylen */
#header::after {
    background: #e2e2e2 none repeat scroll 0 0;
    height: 1px;
}
#header {
    background: #ffffff none repeat scroll 0 0;
}

/* Bilder zentrieren */

.wp-caption {
    max-width: 100%;
    background: #fff;
    padding: 0px;
}

/* Textgröße Kategorien */

.secondary-navigation a { 
    font-size: 18px;
    min-height: 24px;
}

/* Logo zentrieren */

img, video, object {
    height: auto;
    max-width: 100%;    
}

/* Schriftgröße in Zitaten */

blockquote p {
    font-size: 12px;
}