/* 
Theme Name:		 Fotografie Derks
Theme URI:		 
Description:	 Fotografie Derks is a child theme of Twenty Fifteen
Author:			 Uwe Schmid | mail@uwe-schmid.de
Author URI:		 https://www.wp-fotoblog.de
Template:		 twentyfifteen
Version:		 1.0.0
Text Domain:	 fotografie-derks
*/


/*
    Add your custom styles here
*/

/*TYPOGRAPHIE*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-family:Open Sans}
/*FONTS*/
@font-face{font-family:'Open Sans';font-display: swap;font-style:normal;font-weight:400;src:url(fonts/open-sans-v17-latin-regular.eot);src:local('Open Sans Regular'),local(OpenSans-Regular),url(fonts/open-sans-v17-latin-regular.eot?#iefix) format("embedded-opentype"),url(fonts/open-sans-v17-latin-regular.woff2) format("woff2"),url(fonts/open-sans-v17-latin-regular.woff) format("woff"),url(fonts/open-sans-v17-latin-regular.ttf) format("truetype"),url(fonts/open-sans-v17-latin-regular.svg#OpenSans) format("svg")}
@font-face{font-family:'Open Sans';font-display: swap;font-style:normal;font-weight:600;src:url(fonts/open-sans-v17-latin-600.eot);src:local('Open Sans SemiBold'),local(OpenSans-SemiBold),url(fonts/open-sans-v17-latin-600.eot?#iefix) format("embedded-opentype"),url(fonts/open-sans-v17-latin-600.woff2) format("woff2"),url(fonts/open-sans-v17-latin-600.woff) format("woff"),url(fonts/open-sans-v17-latin-600.ttf) format("truetype"),url(fonts/open-sans-v17-latin-600.svg#OpenSans) format("svg")}

/*HEADLINES */
.entry-title::after {
  content: " ";
  display: block;
  width: 100px;
  border-bottom: 5px solid #607D8B; /* 607D8B */
  margin: 10px 0 0 0;
}
/*HEADLINES TEXT*/
/*.headline::before {
  padding-right: 7px;
  content: '\f449';
  color: #607D8B;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 32px/1 'Genericons';
  vertical-align: middle;
  margin: -2px 0 0 0;
} */
.headline {
	color:#607D8B;
}
/*FOOTER*/
.site-footer {
  border-bottom: 4px solid #607D8B;
}
/*WIDGET*/
.widget-title {
  padding-left: 9px;
  border-left: 5px solid #607D8B;
}
/*LINIE BLAU TRENNER*/
.blueline {
  border: solid #607D8B 1px;
  height: 1px;
  width: 200px;
  text-align: left;
}