/*
 Theme Name:   Twenty Twelve Theaterwissenschaft Child
 Theme URI:    http://www.theater.rub.de
 Description:  Twenty Twelve Theaterwissenschaft Child
 Author:       tim
 Author URI:   http://www.theater.rub.de
 Template:     twentytwelve
 Version:      0.9.4
 Text Domain:  twentytwelvetwchild
*/
@import url('../twentytwelve/style.css');

a {
  color: #17365C !important;
}

a:hover {
  color: #636363 !important;
}

.site-header h1, .site-header h2 {
 /*  display: none; */
}

img.header-image {
  width: 100%;
  height: auto;
  border-radius: initial;
  box-shadow: none;
}

.wp-block-table {
  border-bottom: none !important;
}

.entry-content table,
.comment-content table {
  color: #444;
}



@media screen and (min-width: 600px) {
  img.header-image {
    width: 50%;
    height: auto;
    border-radius: initial;
    box-shadow: none;
  }
}

body .site {
  margin-top: 0px;
}

/*.rub-site-header {
    height: 50px;
    background-color: #17365c;
    position: relative;
}*/

.rub-site-header {
	height: 50px;
	background-color: #17365c;
	position: relative;
	max-width: 68.571428571rem;
	margin: 0 auto;
	padding: 0;
}

.rub-site-header * {
	box-sizing: border-box;
  line-height: normal;
  padding: 0;
}

.rub-site-header .rub-layout-container {
    max-width: 68.571428571rem;
    margin: 0 auto;
  }

.rub-site-header .rub-site-logo img {
  max-height: 100%;
  width: auto;
  /* height: 100%; */
  height: 30px;
  margin-top: 10px;
}

.rub-layout-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0 15px;
}

.rub-site-header .rub-site-logo {
	height: 114px;
}

.rub-site-header .rub-site-logo {
	max-width: 205px;
	margin-left: 5px;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
.rub-site-header .rub-site-logo {
	max-width: 205px;
	margin-left: -2.857142857rem;
}

.rub-site-header {
	padding: 0 40px;
	padding: 0 2.857142857rem;
}
}
