/*
Theme Name: spieltheorie
Theme Uri:  http://spieltheorie.de
Author:     Prof Rieck
Author Uri: http://spieltheorie.de
Template:   twentythirteen
Version:    1.0
License:    GNU General Public License v2 or later
Version:    1.0
*/


h1 {
	font-family: Times new Roman;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 1.2em;
	text-align: left;
}

h2 {
	font-family: Times new Roman;
	font-weight: bold;
	font-size: 1.55em;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h3 {
	font-family: Times new Roman;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 1.2em;
	text-align: center;
	border-bottom: 0px solid #ddd;
	border-top: 0px solid #ddd;
}

h4 {
	font-family: Times new Roman;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 20px;
	line-height: 1.2em;
	text-align: left;
}


.widget .widget-title {
  font: 400 16px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0 0 10px;
  text-align: left;	
}


.textwidget {font-size: 12px;}
.both-left .inside-left-sidebar {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.site-header {
  position: relative;
  background-color: #f2f2f2;
}



/* Anfang - Inhaltsverzeichnis TOC */

#toc_container p.toc_title {
  text-align: left;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
/* Ende - Inhaltsverzeichnis TOC */


/* Footer */

.site-footer a {
	color: #000;
}

.site-footer .sidebar-container {
	background-color: #fff;
	padding: 20px 0;
}




.widget {
  background-color: #F2F2F2;
  font-size: 14px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 0 14px;
  padding: 8px;
  word-wrap: break-word;
}

.site-footer .sidebar-container a {
  color: #000;
 background-color: #fff;
  text-decoration: none;
  font-weight: bold;
}


a:visited { text-decoration:none; font-weight: normal; color:#0066cc; }
a:hover { text-decoration:none; font-weight: normal; background-color:#f2f2f2; }
a.textwidget:active { text-decoration:none; font-weight: normal; background-color:#ddd; }
a:focus { text-decoration:none; font-weight: normal; background-color:#fff; }

.textwidget {
  color: #fff;
  font-size: 12px;
  padding-left: 150px;
}



/* Kommentarbereich */

.comment-reply-title {
  font: 300 24px "Source Sans Pro", Helvetica, sans-serif;
  text-align: left;
}


.comments-title {
  display: none;
}

.comment-respond {
  background-color: #F2F2F2;
  padding: 10px 0px 20px 556px;
}

comments-area {

	background: #ddd;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #99ccff; /* Old browsers */
	background: -webkit-linear-gradient(top, #99ccff 0%, #3366cc 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #99ccff 0%, #3366cc 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #003366;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #99ccff; /* Old browsers */
	background: -webkit-linear-gradient(top, #3366cc 0%, #99ccff 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #3366cc 0%, #99ccff 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #3366ff; /* Old browsers */
	background: -webkit-linear-gradient(top, #3366ff 0%, #3366cc 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #3366ff 0%, #3366cc 100%); /* W3C */
	border: none;
	border-top: 3px solid #003366;
	padding: 10px 24px 11px;
}


/* Footer-Menue */
.bottomMenu { display: block; width: 960px; background-color: #fff;
	text-align: center;
	padding: 8px;
	padding-left: 130px;
}
.bottomMenu ul { display:inline; float:left;}
.bottomMenu li { list-style-type: none;
	display: inline;
	font-size: 14px;
	  padding-right: 60px;
}
.bottomMenu li a {
	color: #000;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	border-right: 1px thin solid #000;
	padding: 0px 7px 0px 3px;
}
.bottomMenu li a:hover { color: #cc33cc; text-decoration: none;}
.bottomMenu li:last-child > a {border-right: none;} /* remove pipe from last item */


menu-menue2 {
	background-color: dfdfdf;
}


ul, li {
	list-style-type: none;	
}



/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}



.sidebar .comments-title, .sidebar .comment-list, .sidebar .must-log-in, .sidebar .comment-reply-title, .sidebar .comment-navigation, .sidebar .comment-respond .comment-form {
  max-width: 1040px;
  padding-left: 70px;
  padding-right: 0px;
}




@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

.comment-respond {
  background-color: #F2F2F2;
  padding: 10px 0px 20px 556px;
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar  .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}
element.style {
  position: absolute;
  left: 170px;
  top: 0px;
}
.comment-respond {
  background-color: #f2f2f2;
  padding: 10px 170px 20px 110px;
}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,

	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

.comment-respond {
  background-color: #ddd;
  padding: 10px 0px 20px 0px;
}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #f2f2f2;
		color: #000;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #000;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}




.cse form.gsc-search-box, form.gsc-search-box {
  padding: 0px 4px 2px 6px;
  margin-bottom: 6px;
}