/*
Theme Name: Sichtagitation
Theme URI: http://www.sichtagitation.de
Description: custom theme
Author: unknown & NPIRE
Version: 1.1.0
*/




/* Standards */
body {

	line-height: 1.5em;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 1.4em;
	padding: 10px 0 0 0;
	font-weight: bold;
}

h2 {
	font-weight: normal;
	font-size: 4.2em;
	padding: 10px 0 0 0;
	font-weight: bold;
}



a img {
	border: none;
	margin: 0px;
	padding 0px;
}


a {
	text-decoration: underline;
	color: #ccc;
};

a:link {
	color: #06a8cb;
}
a:visited {
	color: #06a8cb;
}
a:active,
a:hover {
	color: #037188;
	text-decoration: underline;
}

/*Layout*/

#header {
	padding: 0;
	margin: 0;
	text-align: right;
}


.aktuelles{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #000;
}

.aktuelles a{
	text-decoration: none;
	color: #000000;}


#adresse {
	padding: 0 0 20px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	color: #000;
}

.adresse_title {
	font-family: arial;
	font-size: 16px;
	line-height: 1.3em;
}

.adresse_title a{
	text-decoration: none;
	color: #000000;
}
#adress_sidebar{
	width:300px;
	text-decoration: none;
	color: #f4ed80;
	padding:10px 20px 10px 20px;
	margin: 5px;
	background-color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:1.2em;
	position: fixed;
	z-index: 99;
	left: -10px;
	top: 45px;

}

#adress_sidebar a{
	text-decoration: underline;
	color: #f4d780;
}





#container {
	float: right;
	margin: 0  0 50px 5px;
	padding-bottom: 20px;
	width: 640px;
position: absolute;
overflow-y: scroll;
}
#content {
	margin: 0 0px 0px 0px;
	padding: 20px 5px 5px 5px;
	padding-bottom: 20px;
}

#wrapper {
width: 1300px;
	margin-left: -20px;
	padding: 0;
}

#main {
	padding: 0 0px 0 20px;
}


#mainContent{
position: fixed;
	height: 90%;
  overflow: scroll;

	width: 540px;
	padding: 100px 10px 0px 60px;
	color: #000;
	font-size: 1.0em;
	line-height: 1.3em;
	/*background-image: url(images/hg3.jpg);
	background-repeat: no-repeat;
	background-color: #232001;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcb91e+0,fff875+50,bafc74+100 */
background: #fcb91e; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fcb91e 0%, #fff875 50%, #bafc74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fcb91e 0%,#fff875 50%,#bafc74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fcb91e 0%,#fff875 50%,#bafc74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb91e', endColorstr='#bafc74',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	}

#mainContent a{
	padding-top: 10px;
	font-size: 1.3em;
	color:red;
	text-decoration: underline;}


#mainContent a{
	padding-top: 10px;
	color:#000;
	text-decoration: underline;}

#content h3 {
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 10px 0 2px 0;
	color: #000;
}

/* tablesort */

th.header {
	background-image: url(images/tablesort/bgXX.gif);
	padding: 0 0 2px 4px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: -7px top;
	text-align: left;
	color: #000;
}

th.headerSortUp,th.headerSortDown {
	background-color: ;
}

th.headerSortUp {
 background-image: url(images/tablesort/ascXX.gif);
}

th.headerSortDown {
background-image: url(images/tablesort/descXX.gif);
}

#content table.sortable td,
#home_wrapper table.sortable td {
	border-top-width: 5px;
	border-top-style: dotted;
	border-top-color: #e8cb05;
	padding: 5px 4px 5px 4px;
	letter-spacing: 0.05em;
	color: #000;
	cursor:pointer;
	font-size: 1.0em;
}

#content table.sortable tr.hover td,
#home_wrapper table.sortable tr.hover td {
	color: #333333;
}

#content table.sortable tr.open td,
#home_wrapper table.sortable tr.open td {
	border-top-width: 0px;
}

#content table.sortable tr.open td,
#home_wrapper table.sortable tr.open td {
	color: #000;
	font-weight: bold;
	background-color: #fff;
}

#content table.sortable tr.open td:last-child,
#home_wrapper table.sortable tr.open td:last-child {
	position: relative;
}

	#content table.sortable tr td:last-child .close-button,
	#home_wrapper table.sortable tr td:last-child .close-button {
		content: "";
		position: absolute;
		right: 0;
		top: 2px;
		width: 20px;
		padding-top: 20px;
		margin: 0;
		background: #fff;
		display: none;
	}

		#content table.sortable tr td:last-child .close-button:before,
		#home_wrapper table.sortable tr td:last-child .close-button:before,
		#content table.sortable tr td:last-child .close-button:after,
		#home_wrapper table.sortable tr td:last-child .close-button:after {
			background: #000;
		}

	#content table.sortable tr.open td:last-child .close-button,
	#home_wrapper table.sortable tr.open td:last-child .close-button {
		display: block;
	}

#dynamicImage {
	padding: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	margin-right: 24px;
	margin-top: 4px;
border: 0px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
img.alignnone {
	margin: 0px;
	padding: 0px;
}


.wp-caption {
	line-height: 14px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 0px;
	text-align: left;
	floating:left;
}
.wp-caption img {
	margin: 0;

}
.wp-caption p.wp-caption-text {
	color: #000;
	font-size: 12px;
	padding: 4px;
	margin: -2px 10px 5px 0;
	floating: left;

}


.wp-smiley {
	margin: 0;
}

.aktuelles {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	visibility: hidden;
	padding: 10px 0 0 0;
}

.high {
	font-weight: bold;
	color: #000;
}

.einleitung {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size:2.1em;
		color: #000;
	line-height: 1.0em;
}

.portfolio {
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}



.tops {
background: #fcb91e; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #fcb91e 0%, #d24b5a 50%, #951ea0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #fcb91e 0%,#d24b5a 50%,#951ea0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #fcb91e 0%,#d24b5a 50%,#951ea0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb91e', endColorstr='#951ea0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding: 15px 0 15px 0;
	margin: 0 0 20px 0;
}

.blanko {
	height: 60px;
	width: 300px;
}



.close-button {
	width: 25px;
	padding-top: 25px;
	height: 0;
	line-height: 2;
	overflow: hidden;
	margin: 20px 0;
	background: #000;
	display: none;
	position: relative;
	cursor: pointer;
}

	.close-button:after,
	.close-button:before {
		content: '';
		left: 50%;
		top: 50%;
		width: 100%;
		height: 1px;
		position: absolute;
		background: #fff;
		margin-left: -50%;

		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

		.close-button:before {
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		.close-button:after {
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

.ajax-content {
	overflow: hidden;
	position: relative;
	display: block;
}

	.ajax-content img {
		max-width: 100%;
		height: auto;
	}

	.ajax-content .close-button {
		display: block;
	}

#content table tr:hover td {
	color: #333333;
}

#home_content_first,
#home_content_second {
	float: right;
	margin: 0 0 0 5px;
	width: 640px;
}

	#home_content_second {
		margin-bottom: 50px;
		padding-bottom: 20px;
	}

@media( max-width: 1300px ) {

	#home_wrapper {
		display: flex;
		flex-wrap: wrap;
		width: 640px;
		margin-left: auto;
		margin-right: auto;
	}

	#home_content_first,
	#home_content_second,
	#sidebar.home_sidebar {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	#home_content_first {
		order: 1;
	}

	#sidebar.home_sidebar {
		order: 2;
		width: 100%;
	}

		#sidebar.home_sidebar #mainContent {
			width: 100%;
			box-sizing: border-box;
		}

	#home_content_second {
		order: 3;
	}

	#adress_sidebar {
		position: static;
		margin: 0 auto 20px;
	}

	#wrapper {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.hide_one_mobile {
		display: none;
	}

}

/** kleinere Monitore **/
@media only screen and (max-width: 1300px) {
#mainContent{
position: relative;
	height: 90%;
  overflow: visible;}

}
