/*
Theme Name: TUBAF Theme
Theme URI: http://
Author: Marius Baak
Author URI: http://
Version: 
Description: TUBAF Theme
Tags: two-columns
Template: twentysixteen
*/




/* Table of Contents
 *******************************
 *	01.0 - Normalize
 *  02.0 - Typography
 *  03.0 - Ausblenden
 *******************************
*/

/* 1.0 - Normalize */
html {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt !important;
	line-height: 150% !important;
	margin:0px !important;
	padding:0px !important;
}
img {
	max-width: 100% !important;
}

/* 2.0 - Typography */
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10pt;
	margin:0px !important;
	padding:0px !important;
	text-align: justify;
	width: 100% !important;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace;
}

article {
	display: block;
}

h1 {
	font: 16pt !important;
}
h2 {
	font:13pt !important;
}
h3 {
	font:12pt !important;
}
h4 {
	font-size: 11pt !important;
	text-transform: none !important;
	font-weight: italic !important;
	letter-spacing: 0 !important;
}
h5 {
	font: 11pt !important;
}
h6 {
	font-size: 10pt !important;
	font-weight: bold !important:
}

a {
	text-decoration: underline;
}

a[href]:after {
  content:" ["attr(href)"]" !important;
  background-color: inherit;
  color: #369;
  font-style: italic !important;
}
.site-brand-wide {
	border-bottom: 1pt solid;
	padding-bottom: 10pt;
}
.site-brand a[href]:after {
  content: none !important;
}


/* 3.0 - Ausblenden */
header,
footer,
#colophon,
.site-footer,
.widget-footer-container,
.bannerbild,
.logo a {
	display: none;
}
