/*
Theme Name: sixteen child theme
Theme URI: https://klanor.de/
Author: klanor
Author URI: https://klanor.de
Description: sixteen made compatible to special requirements
Template: sixteen
Version 1.0
*/
.site-branding { display:none; }
.nav-container { display:none; }
#header-image { top:0px; left:0px; }
#content,
.single #content {
    margin-top: 270px;
}
.a2a_floating_style { background-color: #baa084; }
.site-info { display: none; }

.wttk_quick_content {
	text-align:center;
}

.wttk_btn {
	text-align:left;
	border:1px solid #aaa;
	background-color: #eee;
	padding:0.2em;
	position:relative;
	top:1px;
	margin-top:5px;
	cursor:ns-resize;
}

.wttk_btn_new {
	padding:1em 0.2em;
	text-align:center;
	cursor:default;
}

.wttk_btn_running {
	border:1px solid #c00;
	background-color: #fba;
}

.wttk_btn_inactive {
	opacity: 0.3;
}

a.wttk_timer {
	font-size:0.8em;
	padding:0.2em 0.5em;
	background-color:#fff;
	position:absolute;
	top:1px;
	right:1px;
	text-decoration:none;
	cursor:pointer;
	border-bottom:0px;
}

.wttk_btn_running .wttk_timer {
	background-color: #c00;
	color: #fff;
}

.wttk_details {
	display:none;
	background-color: #eee;
	position:relative;
	padding:1em 0.2em;
	border:1px solid #aaa;
	border-top:0px;
}
.wttk_details_running {
	background-color: #fba;
	border:1px solid #c00;
	border-top:0px;
}

.wttk_details_running input[type="button"],
.wttk_details_running input[type="submit"] {
	background-color: #c00;
}

.wttk_details_running .wttk_btn_start,
.wttk_details_notrunning .wttk_btn_stop {
	display:none;
}

.entry-content #loginform {
	background-color: #fff;
	padding:2em;
	text-align:center;
}