/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Twelve Child Theme
 Author:       Benjamin Stauder
 Author URI:   http://netzwerkstatt.biz
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         light, red, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

/* Defaults
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Enable/Disable Functionality */
@media screen and (max-width: 680px) {
 .main-navigation div.nav-menu > ul {
  display: block;
 }
 .menu-toggle {
  display: none;
 }
}

/* Structur
--------------------------------------------------------*/
html {
	font-size: 1.5vw;
}

body {
	line-height: 100%;
	font-size: 1vw;
	text-rendering: optimizelegibility;
}
@media only screen and (max-width: 1280px) {
	body { font-size: 1.5vw;}
}
@media only screen and (max-width: 980px) {
	body { font-size: 2vw;}
}
@media only screen and (max-width: 760px) {
	body { font-size: 2.5vw;}
}


body .site,
body.custom-background-empty .site,
body.custom-background-white .site {
	margin: 0;
	padding: 1vh 0 0;
	box-shadow:none;
}                       

.side {
	width:15%;
}

.center {
	width: 70%;
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

/* Header
--------------------------------------------------------*/

/* Header Structur */
.site-header {
	display: inline-block;
	width:100%;
	overflow: visible;
	height: 7.2vw;
	padding: 0;
}

.band-wrapper {
	float:left;
	height:100%;
}

.band {
	float:left;
	height: 2.4vw;
	background-color: rgba(90, 2, 2, 1);
	margin-top: 2.6vw;
	width:100%;
}

.bdk-wrapper {
	height:5vw;
	width: 32%;
	padding: 0 34%;
}

.bdk-wrapper img {
	width:100%;
}

.year-wrapper {
	color: white;
	font-size: 1vw;
	font-weight: bold;
	height: 1vw;
	line-height: 100%;
	padding: 0.6vw 0 0.6vw 0;
	text-align: center;
	width: 15vw;
}

.head-wrapper {
	float:left;
	height: 100%;
	overflow:hidden;
	display:inline-block;
}

.head-logo-wrapper {
	float: left;
	width: 29.4%;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
	margin: 0 0.3%;
}

/* Logo-Image aka. House */
.head-logo-img {
	float: left;
	width: 24%;
	height:5vw;
}

.logo-img {
	height:5vw;
	vertical-align:bottom;
	display: table-cell;
}

.logo-img img {
	margin: 0;
	box-shadow: unset;
	border:0;
	width:100%;
}

/* Logo-Text */
.head-logo-text {
	float:left;
	width: 76%;
	height: 100%;
}

.logo-text {
	height:100%;
	width: 100%;
}

.site-title1, .site-header h2,
.site-title2, .site-header h1,
.site-description, .site-header h3 {
	float: left;
	font-family: 'Times New Roman';
	color: black;
	text-align: left;
}

.site-header h2,
.site-title1 {
	width:100%;
	height:1.5vw;
	padding-top:1.1vw;
	line-height:1.5vw;
	font-size:1.5vw;
	font-weight: normal;
}

.site-header h1,
.site-title2 {
	width:100%;
	height: 2vw;
	line-height:2vw;
	font-size:1.98vw;
	padding: 0.2vw 0;
	margin: 0;
}

.site-header h3,
.site-description{
	width:100%;
	height: 1vw;
	font-size: 1vw;
	line-height:1vw;
	padding-bottom: 1.2vw;
}

/* Menu */

.head-menu-wrapper {
	float: right;
	width: 70%;
	height: 2.4vw;
	margin-top: 2.6vw;
}

.main-navigation {
	margin-top: 0;
	text-align: center;
	background-color: rgba(90, 2, 2, 1);
	color:white;
	height: 100%;
}

.main-navigation .menu-hauptmenu-container {
	height:100%;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul  {
	border: 0;
	height: 100%;
}

.main-navigation li {
	font-size: 100%;
	line-height: 100%;
	font-weight:bold;
	height: 100%;
	margin: 0;
}

.main-navigation li ul {
	background-color: rgba(90, 2, 2, 1);
	height:2.5vh;
	line-height: 2vh;
	width:100%;
	margin: 0;
	display:flex;
}

.main-navigation li ul li {
	padding: 0;
	margin: 0;
	color: white;
	height: 100%;
	/* width: 100%; */
	background-color: rgba(90, 2, 2, 1);
}

.nav-menu li a,
.nav-menu li,
.nav-menu li ul li a,
.nav-menu li ul li {
	text-decoration:none;
	white-space: nowrap;
	display: inline-block;
}

.main-navigation li ul li a,
.main-navigation li a {
	color: white;
	text-transform: none;
	line-height:1vw;
	padding:  0.6vw 0.5vw;
	background: none;
	width:auto;
	border:0;
	font-size:1vw;
	white-space: nowrap;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #afe0ea;
}

.main-navigation li a:hover,
.main-navigation li ul li a:hover, 
.main-navigation .current-menu-item > a:hover, 
.main-navigation .current-menu-ancestor > a:hover, 
.main-navigation .current_page_item > a:hover,
.main-navigation .current_page_ancestor > a:hover {
	color: #afe0ea;
	background-color: rgba(90, 2, 2, 1);
}  

/* Widget / Sidebars
--------------------------------------------------------*/
.widget-area {
	margin: 0 0 0;
	float:left;
	//font-site: 1.1rem;
}

.widget-area .widget {
	width: 98%;
	margin: 0 1%;
	background-color: rgba(0, 144, 173, 1);
	border-top: solid 1px  #afe0ea;
	color: white;
	padding: 1vh 0;
	text-align:center;
	word-wrap: break-word;
	-moz-hyphens: auto;
}

.widget-area .widget p,
.widget-area .widget li, 
.widget-area .widget .textwidget,
.widget-area .widget div {
	font-size:1vw;
	line-height:1.5vw;
}

.widget-area .widget h3 {
	margin:0; 
	color: white;
}


.widget-area .widget p {
	margin:0;
}

.widget-area .widget a {
	color: white;
	outline: none;
}

.widget-area .widget h1 {
	font-weight: bold;
}

.widget-area .widget a:visited{
	color: white;
}

.widget-area .widget a:hover {
	color: black;
}

/* Content
--------------------------------------------------------*/

/* Structur */
.site-content {
	margin: 0 0 0;
	float:left;
}

#content {
	margin: 0 1% 1%;
	width: 98%;
}

.site-content article,
.site-content article.post {
	-moz-hyphens: auto;
	border-bottom:0;
	margin: 0;
	padding-bottom: 0;
	word-wrap: break-word;
}

.post .entry-content,
.associated-post .post-excerpt,
.entry-content,
.comment-content {
	font-size: 100%;
	line-height: 130%;
	color: #666666;
}

/*Page / Post Title */

.post .entry-header,
.associated-posts.title-excerpt-thumbnail .associated-post .post-title,
.entry-header {
	margin-left: 0;
	margin-bottom: 1vh;
	margin-top: 1vh;
}

.post .entry-header .entry-title, 
.associated-posts.title-excerpt-thumbnail .associated-post .post-title a,
.entry-header .entry-title {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
}

/* Content Headlines */

.entry-content h1, .comment-content h1,
.entry-content h2, .comment-content h2,
.entry-content h3, .comment-content h3,
.entry-content h4, .comment-content h4,
.entry-content h5, .comment-content h5,
.entry-content h6, .comment-content h6 {
	margin:0;
	margin-bottom: 1vh;
}

.entry-content hr, .comment-content hr {
	background-color: nonw;
	border 0 none;
	height: 1px;
	margin: 0 0 2%;
}

.entry-content h1, .comment-content h1 {
	line-height: 100%;
	font-size: 200%;
	border-bottom: 0.5vh solid rgba(90, 2, 2, 1);
	padding-bottom: 0.5rem;
	color: #666666;
	margin-top: 0;
	margin-bottom: 1vh;
}

.entry-content h2, .comment-content h2 {
	font-size: 120%;
	color: #0090ad;
	line-height: 100%;
}

.entry-content h3, .comment-content h3 {
	font-size: 110%;
	line-height: 100%;
	font-weight: bold;
}

.entry-content h4, .comment-content h4 {
	font-size: 110%;
	line-height: 100%;
}

.entry-content h5, .comment-content h5 {
	font-size: 100%;
	line-height: 100%;
	font-weight:bold;
}

.entry-content h6, .comment-content h6 {
	font-size: 100%;
	line-height: 100%;
	text-decoration: underline;
}

/* Content Text */

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	font-size: 100%;
	line-height:130%;
	margin: 0 0 3vh;
}

.entry-content span,
.entry-summary span,
.comment-content span,
.mu_register span {
	font-size: 100%;
	line-height:130%;
}

/* Content Table */
.entry-content table, .comment-content table {
	color: #666666;
	border-bottom: 0 none;
}

.entry-content td, .comment-content td {
	padding: 0;
	border: none;
	vertical-align: top;
}

/* Content Associated Posts / Pages */

.site-content article.post,
.site-content .associated-post {
	border: 1px solid black;
	margin-bottom: 2vh;
}

/* Contact */

.entry-content table,
.comment-content table {
	font-size: 100%;
	line-height: 100%;
}

.contact_table {
	padding:0;
	margin:0;
	border:none;
}

.contact_table .contact_td {
	text-align: right;
	vertical-align: middle;
	color: rgba(102, 102, 102, 1);
	padding-right: 0.5vw;
	font-size: 100%;
	padding-bottom: 0.5vh;
}

.contact_table .contact_td p {
	line-height:100%;
	margin: 0;
}

.contact_table .contact_td img {
	height:100%;
}

.contact_table .contact_field {
	width: 100%;
	padding-bottom: 0.5vh;
}

.contact_table .contact_field input,
.contact_table .contact_field textarea {
	color: rgba(68, 68, 68, 1);
	background-color: rgba(153, 153, 153, 1);
	width:100%;
	padding:0;
	border:0 none;
	border-radius: 0;
	font-size: 100%;
}

.contact_table .contact_submit {
	text-align: right;
}

.contact_table .contact_submit p {
	margin: 0;
	width:100%;
}

.contact_table .contact_submit input{
	background-color: rgba(90, 2, 2, 1);
	background-image: none;
	border:0 none;
	border-radius: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 140%;
}

.contact_meta {
	font-size: 100%;
	font-style:italic;
}

/* Footer */
footer[role="contentinfo"] {
	margin: 0;
	border:none;
	max-width: none;
	width: 100%;
	padding: 0;	
}

.footer-menu-wrapper {
	margin: 0 15%;
	width: 70%;
}

.site-info {
	text-align:center;
	margin: 2% 15%;
}

.site-info a {
	text-decoration: none;
}