/*
	Theme Name: Semplice Child Theme
	Description: Child Theme for Semplice
	Author: schoenbeck mediendesign
	Template: semplice
*/

body, p {
	font-size: 1.125rem;
	line-height: 1.5rem;
}
a {
	font-family: "din-condensed",sans-serif;
	font-weight: 400;
}
.to-the-top {
	display: none !important;
}

/* ---------- Typo ---------- */
.intro {
	padding-left: 63px;
}
.description p, .wysiwyg p, .wysiwyg-ce p {
	margin-bottom: 20px;
}
.no-margin {
	margin-bottom: 0 !important;
}
h1 {
	font-family: "din-condensed",sans-serif;
	font-weight: 400;
	font-size: 3rem;
	line-height: 3rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0 40px 0;
}
h3 {
	font-family: "din-condensed",sans-serif;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 25px 0 20px 0;
}
section#project-panel .project-panel .container .project-panel-thumbs .project-panel-thumb h3 {
	font-family: "din-condensed",sans-serif;
	font-size: 1.125rem !important;
	font-weight: 300;
	line-height: 1.5rem;
	color: #000;
	letter-spacing: 0;
	text-transform: none;
	margin-top: 5px !important;
	text-align: left;
}
section#project-panel .project-panel .container .project-panel-thumbs .project-panel-thumb h3 span {
	font-family: "din-condensed",sans-serif !important;
	font-size: 12px;
	color: #000;
}

/*.fullscreen-cover .cover-headline {
	max-width: 50%;
	top: 160px !important;
}*/

/* -------------- Dropdown Menu -------------- */

#fullscreen-menu .menu-inner nav {
	padding-top: 0px !important;
}
#fullscreen-menu .menu-inner nav ul {
	margin-left: 63px;
}
#fullscreen-menu .menu-inner nav ul li {
    padding: 5px 0 15px 0;
}

/* -------------- Thumbnails Projekte -------------- */

section#thumbnails .thumb .thumb-inner .thumb-hover {
	background-color: rgba(0, 0, 0, 0.5);
}

/* -------------- Project Panel -------------- */

section#project-panel .project-panel .container .project-panel-thumbs .project-panel-thumb h3 {
	display: none;
}

/* -------------- Liste Referenzen -------------- */

ul.referenzen {
	margin-left: 20px;
}
ul.referenzen li:before {
	content: '\2013\00a0\00a0'; /*en-dash followed by two non-breaking spaces*/
}
ul.referenzen li {
	list-style: none;
	text-indent: -1em;
}

/* ---------- Media Queries ---------- */

@media (min-width: 320px) {
	.intro { margin-bottom: 24px !important; padding-left: 0px; }

}
@media (min-width: 568px) {
	
}
@media (min-width: 768px) {
	.intro { margin-bottom: 8px !important; padding-left: 63px; }

}
@media (min-width: 980px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1900px) {

}