/*
Theme Name: Dr. Baldini
Author: Olaf Baldini | Piktoresk
Author URI: http://www.piktoresk.de
Description: Ein Childtheme von Twenty Fifteen.
Template: twentyseventeen
Version: 1.0
Tags: Eule on Tour
*/

/* =Reset
-------------------------------------------------------------- */
@import url("../twentyseventeen/style.css");
@import url("assets/fonts/fontawesome/css/all.min.css");
/* Webfont: Overpass-Bold */
@import url("assets/fonts/overpass/Overpass/Overpass-Bold.css");
@import url("assets/fonts/overpass/Overpass/Overpass-Regular.css");
@import url("assets/fonts/overpass/OverpassLight/Overpass-Light.css");
@import url("assets/fonts/overpass/OverpassThin/Overpass-Thin.css");

html, body{
	height:100%;
}
body{
	font-family:'OverpassLight';
	
}
#page{
	height:100%;
	display: flex;  
  	flex-direction: column;
}
#page .site-content-contain{
	flex:1;
	display: flex;  
  	flex-direction: column;
	background:#fcfcfc;
}
#masthead{
	background:#fff;
}

#masthead .custom-header .site-title{
	font-size:20px;
	text-transform: none;
	letter-spacing: normal;
	font-family:'Overpass';
}
#masthead .custom-header .site-description{
	font-size:14px;
	line-height:1.3;
	padding-top:5px;
	font-family:'OverpassLight';
}
.custom-logo-link img{
	max-height:150px;
}
#content{
	border-top: 1px solid #eee;
	flex: 1;
}
#colophon{
	background:#fff;
}
@media screen and (min-width: 48em){ 
	#content .wrap{
		max-width: 1000px;
		padding-left: 11em;
		padding-right: 3em;
	}
	#colophon .wrap{
		max-width: 1000px;
		padding-left: 12em;
		padding-right: 3em;
	}
	
}
.site-info{
	display:none;
}
.calendly-button a{
	display:inline-block;
	padding:10px 20px;
	background: #738f06;
	background: -webkit-linear-gradient(bottom, rgba(115, 143, 6, 1) 0%, rgba(168, 196, 55, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(115, 143, 6, 1) 0%, rgba(168, 196, 55, 1) 100%);
	background: linear-gradient(to top, rgba(115, 143, 6, 1) 0%, rgba(168, 196, 55, 1) 100%);
	border-radius:4px;
	box-shadow:none;
	color:#fff;
}
.calendly-button a:hover, .calendly-button a:active, .calendly-button a:visited{
	box-shadow:0 0 10px rgba(148,183,8,0.5) !important;
	color:#fff;
	background: #88a807;
	background: -webkit-linear-gradient(bottom, rgba(136, 168, 7, 1) 0%, rgba(186, 217, 65, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(136, 168, 7, 1) 0%, rgba(186, 217, 65, 1) 100%);
	background: linear-gradient(to top, rgba(136, 168, 7, 1) 0%, rgba(186, 217, 65, 1) 100%);
}
.entry-header{
	margin-bottom:0px !important;
}
.entry-title{
	font-family:'Overpass';
	text-transform: none !important;
	letter-spacing: normal !important;
	font-weight:bold !important;
	font-size: 20px !important;
}
div.jWSwi_R_Xl7kPjUhuQoo{
	display:none;
}




