/*
 Theme Name:     Twenty Sixteen Child Theme
 Theme URI:      http://www.ceylos.de
 Description:    Frauenärztin Carl Theme
 Author:         Marcus
 Author URI:     http://www.ceylos.de
 Template:       twentysixteen
 Version:        1.0
*/
 
/* Add Custom CSS after this line 

Fonts.

font-family: 'Fira Sans', Arial, sans-serif; in 300, 400 , 500

Georgia, Arial, serif;




html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


*/






body{
	font-family: 'Fira Sans',Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 300;
}
.site {
		margin: 0 0 40px 0;
	}
.site-inner {
    margin: 0 auto;
    max-width: 1026px;
    position: relative;
}




.site-header {
		padding: 0;
	}






.custom-logo {
	float:left;
}

img.custom-logo {
max-width:115px;
max-height:115px;
margin-top: 5px;
}

.site-title {
	font-family: Georgia,Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
font-weight: 500;
line-height: 1.2173913043;
margin: 0 0 0 0;
padding: 50px 20px 10px 20px;
width: auto;
text-align: left;
color: #fff;
display: flex;
}
.site-branding .site-title a,
.site-branding .site-title a:hover{
	color: #fff;
	font-size: 24px;
	font-weight: 300;
letter-spacing: 0.5px;

}
.site-description {
	margin: auto;
	width:auto;
	text-align:left;
	font-family: 'Fira Sans',Montserrat, "Helvetica Neue", sans-serif;
	color: #ab345b;
	font-size: 16px;
	padding: 0px 20px 10px 70px;
	display: none;
visibility:hidden;

}

.site-branding {
	width:100%;
	
	margin: auto;
	height: 127px;
}
.site-info, .customize-unpreviewable {display:none;visibility:hidden;}
.site {
	background-color: transparent;
}

/*  menu    */

 ul.primary-menu li a{
	font-family: Georgia,Montserrat, "Helvetica Neue", sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
letter-spacing:1px;

-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=90); 
  /* Modern Browsers */
  opacity: 0.9;



padding:13px 11px;
}
  ul.primary-menu li ul.sub-menu li a{
 	font-size: 15px;
 	padding:6px 11px;
 }
 ul.primary-menu li ul.sub-menu{
 	width: 196px;
 }
.main-navigation .menu-item-has-children > a {
		padding-right: 1.8em;
	}


.main-navigation {
	margin: 0;
}
.main-navigation  ul.primary-menu li:hover > a, 
.main-navigation  ul.primary-menu li.focus > a{
	color: #fff;
}
.main-navigation  ul.primary-menu li:hover > a:hover{
	color: #fff;
	background: #e74e81;
}
.main-navigation  ul.primary-menu li.current_page_item > a{
	color: #fff;
	background: #e74e81;
	font-weight: 300;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 300;
}

#page {width:100%;height:175px;

}

#site-header-menu {
width:100%;
margin:0;
}


/* content */

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 0px 0 0 ;
}

.post-thumbnail {
    margin-bottom: 25px;
}

.entry-title{
	font-family: 'Fira Sans',Montserrat, "Helvetica Neue", sans-serif;
	color:#b23864;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin: 0 0 10px;
}
.entry-content a{
	text-decoration: underline;
}
.entry-content h2, .entry-content h3 {
font-size:1em;
line-height:1.1em;
font-weight:500;
}
.entry-content h2 {
color:#e74e81;
}

.entry-content strong, .entry-content b {
font-weight:500;}



#content {
	max-width:1026px; 
	margin:auto;

	padding: 18px 0 0 0;
}

#main {
	background:#fff;
	border:12px solid #fff;
}


.entry-content ul > li{
  list-style-type: none;
  text-indent: -0.5rem;
 padding: 0 0 0 1rem;
  list-style-position: inside;
}

.entry-content ul li:before {


 font-weight: 400;
content: "-";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
	line-height: 1.6rem;
  margin: 0;
  vertical-align: bottom;
  color: #cd1432;
  width: 0.5rem;
	
}

.site-main {margin:0;padding:0;}

.su-box-style-default {
	border: none !important;
}
.su-box-style-default .su-box-content, 
.su-box-style-default .su-box-title{

background:#f1c7d0 !important;
font-size:0.9em;
}

.su-box-style-default .su-box-title {
color: #1a1a1a !important;
font-weight:300;
padding:0.7em 0 0 0.7em;

}

.su-box-style-default .su-box-content {
padding:0.5em 0.7em 2em 0.7em;
margin: 0;
}

.su-box-style-default .su-box-content a {
text-decoration:none;
}





/*  Sidebar */




.sidebar{
	float: right;
	margin-left: 0;
	padding: 0;
	width: 28%;
}

/* WIDGET */
.widget {
	background:#fff;border:10px solid #fff;
	width:100%;
}

.site-inner {
	width:100%;
}

.menu-main-container {
	width:auto; 
	margin:auto;
}


#content-bottom-widgets {
background:#f1cad1;border:10px solid #fff;
}


#shortcodes-ultimate-2 .widget-title,#shortcodes-ultimate-8 .widget-title, #shortcodes-ultimate-7 .widget-title, #shortcodes-ultimate-6 .widget-title, #text-3 .widget-title, #text-8 .widget-title, .widget-area h4 {
font-size:18px;
font-family: Georgia;
text-transform:none;
margin:0 0 10px 0;
letter-spacing: 0.046875em;
}


#shortcodes-ultimate-2 .widget-title,#shortcodes-ultimate-8 .widget-title, #shortcodes-ultimate-6 .widget-title, #shortcodes-ultimate-7 .widget-title #text-8 .widget-title, .widget-area h4, #shortcodes-ultimate-7 h2  { color: #b23864;font-weight:300;}
#shortcodes-ultimate-2 .su-table .su-even td,#shortcodes-ultimate-8 .su-table .su-even td, #shortcodes-ultimate-6 .su-table .su-even td { background: #d2f2ff !important }

#shortcodes-ultimate-2 .su-table table,#shortcodes-ultimate-8 .su-table table, #shortcodes-ultimate-2 .su-table td, #shortcodes-ultimate-6 .su-table table, #shortcodes-ultimate-6 .su-table td, #shortcodes-ultimate-7 .su-table table, #shortcodes-ultimate-7 .su-table td  {border:0 !important;vertical-align:top}
#shortcodes-ultimate-2 .su-table td,#shortcodes-ultimate-8 .su-table td, #shortcodes-ultimate-6 .su-table td, #shortcodes-ultimate-7 .su-table td   {padding: 0.7em !important;}
#shortcodes-ultimate-2 .su-table,#shortcodes-ultimate-8 .su-table, #shortcodes-ultimate-6 .su-table, #shortcodes-ultimate-7 .su-table {
		font-size: 1rem;
		line-height: 1.3;
	}
#shortcodes-ultimate-2 .su-table table,#shortcodes-ultimate-8 .su-table table, #shortcodes-ultimate-6 .su-table table {margin-bottom:1em !important;}
#shortcodes-ultimate-2 .textwidget,#shortcodes-ultimate-8 .textwidget, #shortcodes-ultimate-6 .textwidget, #shortcodes-ultimate-7 .su-table table,#shortcodes-ultimate-7 .textwidget {border-bottom:10px solid #f1cad1}

#text-3 .textwidget {border-bottom:10px solid #e74e81;font-size: 1rem;
		line-height: 1.3;}

#text-3 img {margin:1em 0;}
#text-3 .widget-title { color: #e74e81;font-weight:300;}

.widget {
padding:0;
margin-bottom: 2em;
}
#shortcodes-ultimate-5 {
background:#b23864;
}

#shortcodes-ultimate-5 {
background:#b23864;
}

#shortcodes-ultimate-5 .textwidget a {
	box-shadow: 0 0 0 0 currentColor;
font-size:18px;
}

#shortcodes-ultimate-5 .fa {font-size:22px !important;}

#content-bottom-widgets .shortcodes-ultimate, #content-bottom-widgets .widget_text  {
background:transparent;border:none; padding:10px 20px;color:#fff; 
}

#content-bottom-widgets #text-6.widget .widget-title, #content-bottom-widgets #text-5.widget .widget-title
{display:none;visibility:hidden;}


.content-bottom-widgets .widget-area,
	.widecolumn {
		margin: 5px 0;
	}

 #content-bottom-widgets #text-5.widget .textwidget {
	width:430px;
	 font-size:17px
}
#content-bottom-widgets #text-6.widget .textwidget {
	max-width:180px;
float:right;

}


#content-bottom-widgets #text-6.widget a{
	color:#fff;
text-align:right;
	box-shadow: 0;
	text-decoration:none;
}




/**
 * Mobilansicht
 */


@media screen and (max-width: 1015px) {
 ul.primary-menu li a{
	font-size: 14px;
}

.content-area {
		width: 100%;
	float: none
	}

.sidebar{
	margin-top: 30px;
	width: 100%;
padding:20px;
}

.post-thumbnail img {
width:100%;
height:auto;
}

#content-bottom-widgets, #colophon {
display:none;
visibility:hidden;
}

.site-branding .site-title a,
.site-branding .site-title a:hover{
	font-size: 16px;
font-weight:500;
	color:#fff;}
.site-title {
padding:10px;
	}

.menu-toggle {
margin:0;
	border: none;}
}

@media screen and (max-width: 715px) {
.site-description {
padding-left:10px;
		visibility: visible;
			display:flex}
}

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 0;
	}
}
