/*
Theme Name: industrieform DDR

Author: Scubbo
Author URI: http://scubbo.de

Version: 1.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

p, ul, h1, h2, h3, h4, h5, h6, a, #footer, html {
font-family: 'Open Sans', sans-serif;
}

p {
font-size: 14px;
}

ul {
margin: 0;
padding:0;
}

a {
text-decoration: none;
}

body {
margin: 0;
padding: 0;
overflow-x: hidden;
background: #ccc;
}

#wrapper {
  position: relative;

  width: 100%;
  max-width: 1200px;
margin: 20px auto 50px auto;
background: #f1f1f1;
border-radius: 5px;
border: 1px solid #999;
box-shadow: 0px 0px 5px #999;
}

#header {
position: relative;
color: #000;
padding: 0;
height:115px;
width: 100%;

}

#headline {
text-align: center;
margin: 0 auto;
font-family: 'Open Sans', sans-serif;
overflow: hidden;
border-radius: 5px 5px 0 0;

}

#headline img {
margin: -2px;
border: none;
width: 102%;
}

#headline img a {
border: none;
}

#headline h1 {
 color: #fff;
}

.clear{clear: both;}

/*Content*/

#content {
width: 100%;
margin: 0;
}

#highlight-box {
	padding: 5px 0 5px 5px;
    background: #afabab;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 25px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

#highlight-right {
}

#highlight-right .xoxo {
	  position: relative;
	  z-index: 5;
	margin: 0;
	padding: 0;
}

#highlight-right .xoxo .widget-title{
  display:none;
}

#searchform {
padding: 0 10px 0 0;
font-size: 12px;
float: right;
color: #fff;
/*border-right: 1px solid #888; */
}

.widget_search #searchform {
border-top: none;
}

.widget_search input{
border: 1px solid #999;
}

.widget_qtranslate {
float: right;
}

.widget_qtranslate ul {
margin: -2px 0 0 0;
padding: 0;

}

.widget_qtranslate li {
display: inline-block;
list-style-type: none;
padding-right: 10px;
}

.breadcrumb {
float: left;
width: 69%;
font-size: 12px;
font-family: 'Open Sans', arial, sans-serif;
color: #fff;
padding: 5px;
}

.breadcrumb a{
color: #fff;
font-weight: 800;
}

.breadcrumb a:hover{
color: #222;
font-weight: 800;
}

/*hauptmenue*/

#menu-hauptmenue li{
list-style-type: none;
background: #ECA41E;
margin-bottom: 5px;
font-size: 14px;
padding: 5px 0;
}

#menu-hauptmenue li a{
padding: 0 10px;
color: #222;
display: block;
}

#menu-hauptmenue .sub-menu {
display: none;
position: absolute;
left: 140px;
margin-top: -25px;
box-shadow: 0px 0px 10px #555;
background: #fff;
padding: 5px;
width: 260px;
z-index: 999;
}

.non-visibel {
display: none;
}
#menu-hauptmenue .sub-menu li {

margin-bottom: 5px;
}

#menu-hauptmenue .sub-menu li:last-child {
margin-bottom: 0px;
}

#menu-hauptmenue .sub-menu li a{
padding: 0 10px;
color: #222;
}

#menu-hauptmenue .current-menu-item, #menu-hauptmenue li:hover {
background: #0089BA;
font-weight: 800;
}

#menu-hauptmenue .current-menu-item a, #menu-hauptmenue li a:hover {
color: #fff;
}

#menu-hauptmenue .current-menu-item > .sub-menu a, #menu-hauptmenue li:hover > .sub-menu a{
font-weight: normal;
}

#menu-hauptmenue .sub-menu .current-menu-item, #menu-hauptmenue .sub-menu li:hover{
background: #0089BA;

}

#menu-hauptmenue .sub-menu .current-menu-item a, #menu-hauptmenue .sub-menu a:hover {
color: #fff;
font-weight: 800!important;
}

/*main text*/

#text {
float: left;
width: 77%;
max-width: 1024px;
padding-right: 30px;
padding-left: 20px;
text-align: justify;
}

#text ul {
margin-left: 20px;
font-size: 14px;
}

#text a {
color: #ECA41E;
}

#text a:hover {
font-weight: 800;
}

#text h3 a:hover {
color: #afabab;
text-decoration: underline;
}

.nocomments {display: none;}

#text .entry-title, #text h1 {
text-transform: uppercase;
color: #eCA41E;
display: block;
border-bottom: 1px solid #afabab;
font-weight: normal;
font-size: 24px;
}

#text h2 {
color: #eCA41E;
display: block;
font-weight: normal;
font-size: 16px;
}

#text .emphasize {
font-family: 'open sans', arial, sans-serif;
font-size: 14px;
padding: 20px;
text-align: justify;
background: #afabab;
border: 1px solid #fff;
color: #fff;
box-shadow: 0px 3px 5px -4px #000;
margin-bottom: 30px;
}

#text .gallery,
#text .ngg-albumoverview,
#text .ngg-galleryoverview {
display: flex!important;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 96%;
    margin: 20px auto;
    padding-top: 20px;
    border-top: 1px solid #fff;
    box-shadow: inset 0px 3px 11px rgba(0,0,0,0.2);
    /* width: 100%; */
    padding: 20px;
}

/*#text .ngg-albumoverview {
	padding: 0;
	width: 99%;
}*/

#text .ngg-galleryoverview {
	    width: 85%;
}

#text .gallery-item {
	float: none!important;
	background: #afabab;
	/*background: #ECA41E;*/
	padding: 20px 0 0;
	margin: 0 5px 20px 5px;
	box-shadow: 0px 3px 5px -4px #000;
	border: 1px solid #fff;
	width: 209px!important;
	height: 232px;
}

#text .gallery-item:hover {
	background: #0089BA;
	cursor: pointer;
}

#text .ngg-gallery-thumbnail {
	padding: 5px;
	margin: 0 5px;
}

#text img {
background: #fff;
padding: 5px;
border: 1px solid #ccc;
box-shadow: 0px 1px 3px #ccc;
}

#text .gallery-item img  {
background: #fff;
padding: 5px;
border: 1px solid #ccc;
box-shadow: 0px 1px 3px #555;
}

#text .gallery-item img:hover  {
border: 1px solid #ff8800;

}

#text .gallery-caption {
font-family: 'Open sans', arial, sans-serif;
font-size: 1.1em;
color: #fff;
font-weight: bold;
padding: 5px;
text-align: center;
}

#text .wp-caption p {
font-family: 'Open sans', arial, sans-serif;
font-size: 12px;
font-style: italic;
text-align: center;
color: #999;
margin-top: 0;
}

.linklistcatname {
    display: none;
}

#text table {
font-size: 14px;

}

#text td {
vertical-align: top;

}

#text .ton {
width: 100%;
border-collapse: collapse;
}

#text .ton td {
padding: 10px;
	    max-width: 200px;
}

#text .ton tr {
border-bottom: 1px solid #ccc;

}

#text .ton tr:nth-child(2),
#text .ton tr:nth-child(4),
#text .ton tr:nth-child(6),
#text .ton tr:nth-child(8),
#text .ton tr:nth-child(10),
#text .ton tr:nth-child(12),
#text .ton tr:nth-child(15),
#text .ton tr:nth-child(17),
#text .ton tr:nth-child(19),
#text .ton tr:nth-child(21),
#text .ton tr:nth-child(24),
#text .ton tr:nth-child(25) {
border-bottom: 0px solid #ccc;
}

#text .ton-img{
padding: 10px 0px!important;
text-align: left!important;
width: 100px;
}

#text .ton-img img {
width: 100px;
height: 100px;
}

#text .ton-img img:hover {
border: 1px solid #ff8800;
background: #ccc;
}

.mejs-horizontal-volume-slider, .mejs-button mejs-volume-button, .mejs-mute {
display: none!important;
}

.fancybox-title-inside {
font-family: 'Open sans', arial, sans-serif!important;
}

#text .trackable_sharing {
padding-top: 20px;
border-top: 1px solid #ccc;
margin-top: 20px;
}

.paycontent {
font-family: 'open sans', arial, sans-serif;
font-size: 14px;
padding: 20px;
text-align: justify;
background: #afabab;
border: 1px solid #fff;
color: #fff;
box-shadow: 0px 3px 5px -4px #000;

}

.form_paycontent {
float: right;
margin-top: -55px;
margin-right: 40px;
}

.ngg-imagebrowser-desc {
text-align: center;
}

/*Widgets*/

#leftcolumn {
float: left;
width: 180px;
border-right: 1px solid #fff;
margin-top: 20px;
box-shadow: 4px 0px 5px -5px #777;
min-height: 100%;
}

#left-sidebar {
	margin-top: -16px;
}
#sidebar-left {
margin: 10px;
font-size: 12px;
}

#nav_menu-2 {
	margin-top: 16px;
}

#sidebar-left .widget-title,
#sidebar-left .hr-widget-title{
font-size: 14px;
font-weight: normal;
border-bottom: 1px solid #999;
text-transform: uppercase;
margin-top: 30px;
}

#sidebar-left .widget_text img {
width: 135px;
height: 135px;
border: 1px solid #ccc;
}

#sidebar-left .widget_text img:hover {
border: 1px solid #ff8800;
}

#sidebar-left .widget_text img a {
border: none;
}

.wp-hit-counter:before {
content:"Besucherzähler";
padding-top: 30px;
text-align: left;
font-size: 14px;
font-weight: normal;
border-bottom: 1px solid #999;
text-transform: uppercase;
width: 100%;
display: block;
}

.wp-hit-counter img{
padding-top: 10px;
padding-right: 2px;
}

.eemail_textbox input{
width: 135px!important;
}

.eemail_textbox_button {
width: 140px!important;
}

#random_image_wrapper img{
max-width: 135px;
padding: 0;
}

#random_image-3 img{
 width: 135px;
 height: auto;

}

/*footer*/

#footer {
background: #afabab;
font-size: 14px;
color: #fff;
text-align: center;
margin-top: 40px;
}

/*google search*/

.cse .gsc-control-cse, .gsc-control-cse {
 background-color: transparent!important;
border: 0px solid #fff!important;
margin-top: -19px!important;
}

.ngg-gallery-thumbnail {
    max-width: 180px;
    float: left;
}

.ngg-album-compact {
	width:165px;
}

.ngg-album-compactbox {
	margin: 10px;
}

.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
	   font-size: 14px;
    word-break: break-word;
    letter-spacing: normal;
}

.slideshowlink {
	display:none;
}

.WPemail {

border: none!important;
box-shadow: none!important;
padding: 0px 0 0 0!important;
background: transparent!important;
position: absolute;
margin-top: 1px;
margin-left: -2px;
}

.page-views {
    font-size: 2em;
    letter-spacing: 2px;
    width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7d7e7d+49,0e0e0e+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #7d7e7d 49%, #0e0e0e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#7d7e7d 49%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#7d7e7d 49%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

    color: #fff;
    padding: 0 14px;
    font-weight: bold;
	text-shadow: 0px 0px 2px #000;
}

/*submenus*/

#google-bannerwerbung {
	float: right;
	margin: 5px 80px 5px 0;
	width: 77%;
}

#google aside{
	margin-top: 20px;
}
#google .menu {
margin: 0 0 0 5px;
    padding: 5px 5px 0 5px;
    display: flex;
    flex-wrap: wrap;
    width: 99%;
    justify-content: flex-end;
    background: #fff;
    box-shadow: inset 0px 2px 5px rgba(0,0,0,0.2);
    border: 1px solid #fff;
}

#google #menu-guenter,
#google #menu-textarchiv,
#google #menu-linksammlung{
    justify-content: flex-end;
}

#google .menu li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 5px;
	background: transparent;
}

#google #menu-guenter li,
#google #menu-textarchiv li,
#google #menu-linksammlung li{
	margin-left: 10px;
}

#google .menu li:hover,
#google .menu .current-menu-item{
	background: #0089BA;
}

#google .menu li a {
	font-size: 14px;
	color: #000;
	padding: 5px 10px;
	display: block;
}


#google .menu li a:hover,
#google .menu .current-menu-item a{
	color: #fff;
}

.ngg-clear {
	display:none;
}

.ngg-album-compact h4 .ngg-album-desc{
	font-size: 1.1em;
    word-wrap: break-word;
}

.ngg-album-compact img{
	box-shadow: none!important;
}

.sl-wrapper .sl-image .sl-caption {
	bottom: auto!important;
    background: rgba(0,0,0,0.2)!important;
    top: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	position: relative!important;
}

.hr_resultlist {
	display: flex;
	width:1005,
}

.hr_resultlist tr {
	border-top: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.hr_resultlist td:first-child {
	width:28%;
	padding: 15px 0;
}

.hr_resultlist td:last-child {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 5px 0 20px 0;
    vertical-align: top!important;
    min-height: 100%;
}

.hr_resultlist span{
	display: block;
    width: 100%!important;
    margin-right: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.search-form{
		position:relative;
}
.search-form button.search-submit  {
	background: transparent!important;
	border:none!important;
	cursor: pointer;
}
.widget input[type="text"],
.search-form input[type="text"]{
	width: 100%;
    padding: 10px;
    display: block;
    border: 1px solid #ddd;
    border-color: #ddd;
	border-radius: 0!important;
    background-color: #fff!important;
    background-image: none;
    text-shadow: none;
    color: #444;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    height: auto;
}

