@charset "UTF-8";

/**
 * Theme Name:     dreiviertel
 * Theme URI:      http://www.dreiviertelderfilm.de
 * Description:    Child theme for the Minimaliste theme.
 * Author:         bseiten
 * Author URI:     http://www.bseiten.net
 * Template:       minimaliste
 * Version:        0.1.0
 */

@import url('/wp-content/themes/minimaliste/style.css');

@font-face {
    font-family: 'ambleregular';
    src: url(#);
    src: url(#) format('embedded-opentype'),
         url('/wp-content/themes/dreiviertel/Amble-Regular-webfont.woff') format('woff'),
         url('/wp-content/themes/dreiviertel/Amble-Regular-webfont.ttf') format('truetype'),
         url('/wp-content/themes/dreiviertel/Amble-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'amblelight';
    src: url(#);
    src: url(#) format('embedded-opentype'),
         url('/wp-content/themes/dreiviertel/Amble-Light-webfont.woff') format('woff'),
         url('/wp-content/themes/dreiviertel/Amble-Light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/dreiviertel/Amble-Light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'amblebold';
    src: url(#);
    src: url(#) format('embedded-opentype'),
         url('/wp-content/themes/dreiviertel/Amble-Bold-webfont.woff') format('woff'),
         url('/wp-content/themes/dreiviertel/Amble-Bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/dreiviertel/Amble-Bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------
1.0 General
--------------------------------------------------------------*/
hr {
	border: none;
	border-top: 1px solid #000;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/

body {
	color: #404040;
	line-height: 165%;
	font-family: 'amblelight', Tahoma, Lucida Grande, sans-serif;
	font-size: 16px;
	text-align: justify;
}
strong {
	font-family: 'amblelight', Tahoma, Lucida Grande, sans-serif;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: 'amblebold', Tahoma, Lucida Grande, sans-serif;
}
h1.entry-title {
	text-transform: uppercase;
	font-weight: 000;
	font-size: 30px;
	margin-bottom: 15px;
}
h1.entry-title-absolute {
	position: absolute;
	z-index: 299;
	margin-top: -3000px;
}
.entry p {
	margin:8px 0;
	-ms-word-break: normal;
    word-break: normal;
    word-break: normal;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline !important;
	color: #000 !important;
}
/*--------------------------------------------------------------
5.1 Menu
--------------------------------------------------------------*/
.sf-menu a {
	font-family: 'ambleregular', Tahoma, Lucida Grande, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #404040;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#site-description {
	position: absolute;
	z-index: 300;
	margin-top: -2000px;
}
#description {
	margin-top: 0;
	font-size: 16px;
	color: #404040;
}
/*--------------------------------------------------------------
Blendet die h1 auf den Seiten aus
--------------------------------------------------------------*/
h1.entry-title {
	position: absolute;
	top: -2000px;
}
/*--------------------------------------------------------------
Passt Video auf kleine Bildschirme an
--------------------------------------------------------------*/
.post iframe {
	        max-width: 100%;
	}

/* images
--------------------------------------------- */

.alignnone,
img.alignnone {
	display: inline;
	float: left;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 4px;
	margin-top: 0px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 4px;
	margin-top: 0px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 4px;
	margin-top: 0px;
}
.wp-caption {
	background: #FFF;
	line-height: 1em;
	max-width: 100%;
	text-align: left;
}

.wp-caption p.wp-caption-text {
	color: #a4a4a;
	font-size: 12px;
	margin-top: 8px;
}

/* gallery
--------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #fff;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #4a4a4a;
	font-size: 12px;
	margin: 0 0 12px;
	text-align: right;
	line-height: 1.1em;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border-bottom: 30px solid #fff;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#footer, #footer a {
    text-decoration: none;
}