
@import url(//fonts.googleapis.com/css?family=Hind:400,600,700);

/*------------ Category Title -----------
h2.pagetitle {
    font-family: Arial;
    font-size: 1.143em;
    font-weight: normal;
    text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}*/

  
/*------------------------------------
    Blog Colors
------------------------------------*/
#blogdropdown .berufung							{color: rgba(186, 128, 14, 1) !important;}
#blogdropdown .tingler							{color: rgba(0, 35, 223, 1) !important;}
#blogdropdown .datenblog						{color: rgba(232, 80, 54, 1) !important;}
#blogdropdown .deadline							{color: rgba(144, 40, 30, 1) !important;}
#blogdropdown .hugostamm						{color: rgba(139, 91, 42, 1) !important;}
#blogdropdown .mamablog							{color: rgba(245, 4, 58, 1) !important;}
#blogdropdown .manageyourboss					{color: rgba(198, 55, 32, 1) !important;}
#blogdropdown .nachspielzeit					{color: rgba(0, 122, 191, 1) !important;}
#blogdropdown .markets, .nevermindthemarkets 	{color: rgba(255, 134, 44, 1) !important;}
#blogdropdown .mongoliarallye2014 				{color: rgba(102, 133, 94, 1) !important;}
#blogdropdown .offtherecord						{color: rgba(255, 65, 97, 1) !important;}
#blogdropdown .outdoor							{color: rgba(0, 154, 123, 1) !important;}
#blogdropdown .politblog						{color: rgba(232, 80, 54, 1) !important;}
#blogdropdown .privateview						{color: rgba(85, 80, 80, 1) !important;}
#blogdropdown .sweethome						{color: rgba(86, 28, 138, 1) !important;}
#blogdropdown .vonkopfbisfuss					{color: rgba(196, 0, 255, 1) !important;}
#blogdropdown .welttheater						{color: rgba(44, 146, 206, 1) !important;}
#blogdropdown .zoom								{color: rgba(119, 0, 48, 1) !important;}
#blogdropdown .historyreloaded					{color: rgba(126, 128, 44, 1) !important;}
#blogdropdown .stadtblog						{color: rgba(0, 122, 191, 1) !important;}
#blogdropdown .mw								{color: rgba(230, 36, 0, 1) !important;}
#blogdropdown .geldblog							{color: rgba(101, 115, 80, 1) !important;}
#blogdropdown .wettermacher						{color: rgba(52, 184, 232, 1) !important;}
#blogdropdown .derpoller						{color: rgba(222, 145, 0, 1) !important;}

#blogheader {
    border-top: 3px solid #333;
}

/*------------------------------------
    Columns
------------------------------------*/
.cols4
{
	-webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
	
	-webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
}
.w100
{
	width: 100%;
}

/*------------------------------------
    BLOG NAVIGATION DROPDOWN
------------------------------------*/
#blogdropdown
{
	width: 100%;
	display: none;
	padding: 20px 0;
}
#blogdropdown .dropdown-bloglist
{
	font-family: 'Hind', sans-serif;
	font-weight: 700;
}
	#blogdropdown .dropdown-bloglist ul,
	#blogdropdown .dropdown-bloglist li
	{
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#blogdropdown .dropdown-title
	{
		padding: 0 0 5px;
		margin: 0 0 16px;
		border-bottom: 1px solid #000;
	}
	#blogdropdown .dropdown-title h4
	{
		margin: 0;
		padding: 0;
	}
	
	
#masthead ul li.icon-flat-hamburger
{
	cursor: pointer;
	float: right;
	width: 40px;
}

/* missing in BAZ_styles_v5.css */
#masthead ul li.categoryLogo {
    width: 33.33%;
}



#sidebar {
    float: right;
    padding: 2.143em 0 10px;
    width: 302px;
}
#sidebar .widgettitle,
#sidebar.textwidget h4.title
{
	font-family: Arial,Sans-Serif;
    font-size: 16px;
    margin: 5px 0 0;
	font-weight: bold;
	width: 100%;
	line-height: 22px;
}
#sidebar ul
{
	padding-top: 5px;
}
#sidebar ul li
{   
    font-size: 1em;
    padding-top: 3px;
}

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}
#sidebar .tagcloud 
{
	padding-top: 5px;
}
#sidebar .widget {
    clear: both;
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

/* Comment Forms */
#commentform .comment-form-cookies-consent
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#commentform .comment-form-cookies-consent label[for='wp-comment-cookies-consent']
{
	width: 100%;
	float: none;
}
#commentform  #wp-comment-cookies-consent
{
	width: auto;
	float: none;
	text-align: right;
	box-shadow: none;
}