/*
Schrift Inhalt
*/
.entry-content, .entry-summary {
    color: #313334;
}	

body, button, input, select, textarea {
  color: #313334;
  font-family: 'Arial';
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/*
Header
*/
.header-top {
	line-height: 1.65;
  background-color: #565A5C;
}

.header-top .tg-column-wrapper {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
	color: #565A5C;
}

/*
Menu
*/
#site-navigation ul li {
  float: left;
  padding: 23px 30px 23px 0;
  position: relative;
	color: #313334;

}

#site-navigation ul li a {
	display: inline-block;
	color: #313334;
	background-color: #999c9d;
	padding: 2px 12px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}
	
#site-navigation ul li a:hover {
	background-color: #bbbdbd;
	color: #313334;
	padding: 2px 12px;
	width: 100%;
}

#site-navigation ul li ul li {
	padding: 2px 5px;
	background-color: #999c9d;
	color: #313334;
	text-align: left;
	width: 100%;
}

#site-navigation ul li ul li a {
	color: #313334;
	font-size: 14px;		
	font-weight: bold;
	text-transform: capitalize;
}

#site-navigation ul li ul li:hover {
	background-color: bbbdbd;
	text-align: left;
	color: #313334;
}

#site-navigation ul li ul li a:hover {
	color: #313334;
	background-color: #bbbdbd;
}

#site-navigation ul li.menu-item-has-children .sub-toggle {
    position: absolute;
    top: 11px;
    right: 15px;
    background-color: #bbbdbd;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #313334;
}

#site-navigation ul.sub-menu, .menu ul li ul.children {
    background-color: transparent;
	  min-width: 150px;
    padding: 0px;
    position: absolute;
    box-shadow: none;
    right: 40%;
    top: 90%;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-o-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
		visibility: hidden;
		z-index: 9;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
}

/*
Breadcrumbs (bereich zwischen Menu und Slider)
*/
.footer-menu li a {
  color: #565A5C;
  font-size: 12px;
	padding: 0px 30px 0px 0px;
}

.breadcrumb-trail.breadcrumbs .trail-items {
	font-size: 10px;
  color: #a1a1a1;
  position: relative;
  line-height: 18px;
  padding: 20px 0px 0px 0px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
  font-size: 24px;
  color: #565A5C;
  position: relative;
  line-height: 18px;
  padding: 20px 0px 0px 0px;
}

/*
Button
*/
.knopf {
  Width: 100%;
	background-color: #999c9d;
	padding: 10px 0px;
	text-transform: uppercase;
	border: 3px solid white;
  outline: 3px solid #bbbdbd;
  text-align: center;
  display: block;
  color: #313334;
  transition: 0.5s ease-in;
  margin-bottom: 1rem;
  margin-left: 2px;
}

.knopf2 {
  Width: 72%;
	background-color: #999c9d;
	padding: 8px 0px;
	text-transform: uppercase;
  text-align: center;
  display: block;
  color: #313334;
  transition: 0.5s ease-in;
  margin-bottom: 1rem;
  margin-left: 0px;
}

/*
Portfolio übersicht Schrift
*/
.feature-title-wrap a {
  background-color: #bbbdbd;
}

/*
Slider
*/
.tg-slider-widget .caption-title {
	color: #999c9d;
	font-family: 'Arial';
	text-shadow: none;
	text-shadow: none;display: inline-block;
	border: 2px solid white;
  outline: px solid #bbbdbd;
	padding: 0px 15px;
	background-color: #565A5C;
	font-size: 40px;
	font-weight: 300;
}

.tg-slider-widget .btn-wrapper a {
	background-color: #999c9d;
	padding: 2px 15px;
	text-transform: uppercase;
	border: 2px solid white;
  outline: 1px solid #bbbdbd;
  text-align: center;
  display: block;
  color: #313334;
  transition: 0.5s ease-in;
  margin-bottom: 0rem;
  margin-left: 2px;
}

.tg-slider-widget.slider-light .btn-wrapper a {
	text-shadow: none;
}

.tg-slider-widget .btn-wrapper a:hover {
	background-color: #bbbdbd;
	padding: 2px 15px;
	text-transform: uppercase;
	border: 2px solid white;
  outline: 1px solid #bbbdbd;
  text-align: center;
  display: block;
  color: #313334;
  transition: 0.5s ease-in;
  margin-bottom: 0rem;
  margin-left: 2px;
}

.tg-slider-widget.slider-light .btn-wrapper a:hover {
	text-shadow: none;
}

.tg-slider-widget .swiper-button-prev::before {
	content: "\f104";
	font-family: fontawesome;
	font-size: 30px;
	color: #313334;
	background: #999c9d;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	border: 2px solid white;
  outline: 1px solid #bbbdbd;
}

.tg-slider-widget .swiper-button-next::before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 30px;
	color: #313334;
	background: #999c9d;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	border: 2px solid white;
  outline: 1px solid #bbbdbd;
}


/*
Kontaktbutton
*/
#panel-50-4-0-4 a {
  Width: 100%;
	background-color: #999c9d;
	padding: 10px 0px;
	text-transform: uppercase;
	border: 3px solid white;
  outline: 3px solid #bbbdbd;
  text-align: center;
  display: block;
  color: #313334;
  transition: 0.5s ease-in;
  margin-bottom: 1rem;
  margin-left: 2px;
}

#panel-50-4-0-4 a:hover {
	Width: 100%;
	background-color: #999c9d;
	padding: 10px 0px;
	text-transform: uppercase;
	border: 3px solid white;
  outline: 3px solid #bbbdbd;
  text-align: center;
  display: block;
  color: #313334;
  transition: 0.5s ease-in;
  margin-bottom: 1rem;
  margin-left: 2px;
}

/*
Jobs Textbox
*/
.content .module_textblock .col-all .col-r {
  width: 26%;
  float: right;	
}

.module_textblock .col-all .col-r {
  width: 25%;
  float: left;
	background-color: #999c9d;
	padding: 30px 0px;
	border: 3px solid white;
  outline: 3px solid #bbbdbd;
  text-align: center;
  display: block;
  color: #313334;
  transition: 0.5s ease-in;
  margin-bottom: 0rem;
  margin-left: 2px;
}

.bewerbung {
  padding: 10px 30px;
	background-color: #999c9d;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	margin-bottom : 20px
}

.content .module_textblock .col-all .col-l {
  width: 63%;
  float: left;
  margin-right: 0%;
  min-height: 250px;
}

.module_textblock .col-all .col-l {
  width: 63%;
  float: left;
  margin-right: 11%;
}

/*
Footer
*/
#top-footer {
  background-color: #bbbdbd;
  padding: 50px 0 10px;
}

#top-footer .widget-title {
  font-size: 18px;
  border-left: 3px solid #313334;
  font-weight: 600;
  line-height: 24px;
  color: #313334;
  margin-bottom: 30px;
  padding-left: 20px;
}

#top-footer .widget ul li a{
  font-size: 14px;
  color: #565A5C;
}

#top-footer .widget ul li a:hover{
  font-size: 14px;
  color: #565A5C;
	background-color: #bbbdbd;
}

#top-footer .textwidget {
  font-size: 15px;
  color: #565A5C;
  line-height: 24px;
  font-weight: 400;
}

#top-footer .widget ul li::after {
  color: #565A5C;
  content: "\f105";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}

#bottom-footer {
  padding: 20px 0;
  background-color:#565A5C;
}

#bottom-footer .copyright-text a {
  color: #999c9d;
}

#bottom-footer .copyright-text {
  color: #999c9d;
  font-size: 12px;
}

.footer-menu li a {
    color: #999c9d;
    font-size: 12px;
    padding: 0px 30px 0px 0px;
}

.footer-menu li a:hover {
    color: #dddede;
    font-size: 12px;
    padding: 0px 30px 0px 0px;
}

/*
Geschäftsfelder / Maschinen übersicht
*/

.containerXY {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.containerXY img {
    width: 600px;
    height: auto;

}

.containerXY .btn {
    position: absolute;
    top: 91%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(100, 100, 100, 0.8);
    color: #fff;
		font-family: inherit;
		font-weight: bold;
    font-size: 15px;
    padding: 7px 50px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
		text-transform: uppercase;
	letter-spacing: 2px;
}

.containerXY .btn:hover {
    background-color: #bbbdbd;
    color: #313334;
}
