/*
 Theme Name: Werkstatt Child
 Description: Child Theme for dinaeht - Illustrationen Dina Rautenberg
 Author: Jenni Gergen
 Author URI: http://nemadesign.de/
 Template: werkstatt
 Version: 1.0
 Tags: Werkstatt Child Theme
*/

/* Font */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  src: local('Cormorant Garamond Light Italic'), local('CormorantGaramond-LightItalic'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/zuqx3k1yUEl3Eavo-ZPEAk1a5chL7g1_Dzbpl9Y2HS4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  src: local('Cormorant Garamond Regular'), local('CormorantGaramond-Regular'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/EI2hhCO6kSfLAy-Dpd8fdz_Dq57Lo4snLFwBvsf35Hk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'), url(https://fonts.gstatic.com/s/cormorantgaramond/v5/iEjm9hVxcattz37Y8gZwVSDaxQnMxYi0rwij4J-0vzQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	color: #444;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
/*Startseite Beschreibung*/
dfn, em, i {
   font-family: 'Cormorant Garamond', serif;
   font-weight: 300;
}
.intro-section a  {
   color: #000;
}

/*Inhalte ausblenden*/
.entry-author,
.home .entry-header .entry-meta, 
#comments h3.comments-title,
.archive-header h1.archive-title,
.single-post .entry-meta {
	display: none;
}

/*Kontaktformular*/
.site-content input.wpcf7-submit {
	width: 100px;
}
.widget_search input[type="submit"], .entry-content input[type="submit"] {
	width: 20%;
	border-left: 1px solid;
}

/* --- Navigation --- */
/* Main Menu */
.main-navigation ul li {
	font-weight: 400;
}
.main-navigation ul ul.sub-menu,
.main-navigation ul ul.children {

	padding-left: 16px;
}
.main-navigation ul ul ul.sub-menu,
.main-navigation ul ul ul.children {
	padding-left: 32px;
}
.main-navigation ul ul li a:before {
	content: '';
	padding: 0;
}
