@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Condensed:300,400");
/*
Theme Name: Force
Author: Tobias Becker
Description: Custom design for Force
Requires at least: WordPress 4.9.6
Version: 1.0
License: (C) 2018 Daimler Trucks Asia / Mitsubishi FUSO Bus and Truck Corporation
Text Domain: force
The style was created based on the layout made by Tim Busch Kuhlmann
*/

/* global css */
body {
  margin: 0;
  font-family: "Yu Gothic";
  overflow-x: hidden;
  font-size: 14px;
}

/* page content */ 
.topcontent {
  background: white;
  overflow: hidden;
  width: 100%;
  padding-top: 100px;
  position: absolute;
  z-index: 0;
}

.content {
  overflow: hidden;
  width: 70%;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 50px;
  margin: auto;
}

.banner {
  padding-bottom: 40px;
}

img#banner {
  width: calc(100% - 100px);
  height: auto;
  box-shadow: 8px 8px 10px #aaa;
  max-height: calc(100vh - 520px);
  object-fit: cover;
}

/* content-box */
.content-box {
  margin: auto;
  width: 70%;
  padding-left: 10px;
  padding-top: 5px;
  min-width: 300px;
  margin-bottom: 50px;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 6px #ccc;
  min-height: 340px;
  font-size: 13pt !important;
}

.content-box p {
	margin-block-start: 0 !important;
}

.date {
  padding-right: 0px !important;
  width: 140px;
  vertical-align: top;
}

table tr td:first-child {
  padding-right: 20px;
}

.system-trouble td, 
.news td {
  padding-bottom: 10px;
}

.content-box td {
	vertical-align: top;
}

.content-box hr {
	width: 98%;
}

.backnumber {
	text-align: right;
    padding-right: 6px;
}

.link, 
.backnumber a {
  text-decoration: none;
  color: #2200CC;
}

/* other */

@media screen and (min-width: 768px) {
  .topcontent {
    margin-left: 100px;
  }
}

.screen-reader-text {
	display: none;
}


/* header */
.sticky-header {
  height: 100px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background-color: white;
  z-index: 900;
}

#header-placeholder {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}

#logo {
  width: 62px;
  height: 62px;
  margin: 15px;
}

.logo {
  width: 100px;
  height: 100px;
  background-color: white;
  text-align: center;
  position: absolute;
  top:0px;
  z-index: 999;
}

#force{
  padding-top: 15px;
}

@media screen and (max-width: 400px) {
  .logo {
    display: none;
  }
  .sticky-header{
    text-align: left;
  }
}

/* nav bar */
.menu-main-container {
  height: 100%;
  width: 100px;
  position: fixed;
  left: 0;
  background-color: #262626;
  text-align: center;
  margin-top: 100px;
  z-index: 100;
}

.menu-main-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}

.menu-main-container li {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center; 
  font-size: 15px;
  color: white;
}

.menu-main-container li a {
  text-decoration: none;
  font-size: 100%;
  color: white;
}

li:hover, 
a:hover, 
a>span:hover {
  cursor: pointer !important;
  color: darkgray !important;
}

.sub-menu {
  position: fixed;
  top: 0;
  height: 100%;
  left: 100px;
  background-color: rgb(237, 28, 36);
  padding-top: 100px;
  z-index: 100;
  display: none;
  width: 100px;
}

.menu-main-container .active {
  background-color: rgb(237, 28, 36);
}

.active ul.sub-menu {
	display: block !important;
	padding-top: 100px;
}

.bars a {
    text-decoration: none;
    color: white;
	display: block;
	font-size: 40px;
	line-height: 50px;
}

@media screen and (max-width: 1315px) {
  .mainsite>tbody>tr>td {
	  width: 45% !important;
	  margin-left: 2% !important;
  }
  
  .loginbutton {
	  width: 100% !important;
  }
  
  td.rightcol {
	  float: left !important;
	  width: 95% !important;
  }
}

@media screen and (max-width: 975px) {
    .mainsite>tbody>tr>td {
	  width: 95% !important;
  }
}

@media screen and (max-width: 900px) {
    .sticky-header #s {
		width: 160px !important;
	}
	
	.sticky-header .botlink {
	  right: 227px !important;
  }
}

@media screen and (max-width: 768px) {
  .navbar {
	  display: none;
  }
  
  .menu-main-container {
    width: 100%;
    text-align: center;
    height: auto;
	margin-top: 50px;
  }

 .sub-menu {
    position: relative;
    margin: 0;
    top: 0;
    width: 100%;
    padding: 0px;
	left: 0px;
  }

 .sub-menu li {
    background-color: rgb(237, 28, 36);
  }
  
  .bars {
	display: block;
	height: 50px;
	position: fixed;
	width: 100%;
	background: #262626;
	z-index: 999;
  }
  
  .sticky-header form{
	display: none !important;
  }
  
  .sticky-header .botlink {
	  display: none;
  }
  
  .botlink img{
	height:40px !important;
}
  
  .sticky-header, .logo {
	top: 50px;
  }  	
  
  .topcontent {
	padding-top: 150px;
  } 
  
  .banner {
	  display:none !important;
  }
  
  .content-box {
	  width: 100%;
	  padding: 5px;
	  margin-bottom: 50px;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  min-height: 340px;
	}
}

.sticky-header a.botlink {
	position: absolute;
    top: 17px;
    right: 280px;
}

.bars a.botlink {
	position: absolute;
    top: 7px;
    right: 300px;
}

.bars form {
	right: 35px !important;
}

.botlink img{
	height:45px;
}

@media screen and (min-width: 768px) {
  .sub-menu li {
    width: 100px;
	font-size: 14px;
  }

  .bars {
    display: none;
  }
}

.hidden {
  display: none !important;
}

/* search form */
#searchform {
	right: 15px;
    position: absolute;
    top: 20px;
}

#searchform div {
	border: 1px solid gray;
	background: white;
}

.bars #searchform {
	top: 7px !important;
}

#searchform input[type=text]{
	height: 31px;
    width: 200px;
    font-size: 23px;
	border: 0px;
	padding-left: 3px;
}

#searchsubmit {
	width: 40px;
    font-size: 20pt;
    padding: 0;
	height: 37px;
	border: 0px;
	background: white;
	color: gray;
}

.entry-header a {
	color: black;
}

.searchcontent {
  overflow: hidden;
  width: 90%;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 50px;
}

/* Main page */
table.mainsite {
	width: 90%;
}

.mainsite .content-box {
	width: 100%;
}

.mainsite>tbody>tr>td {
	vertical-align: top;
	display: inline-block;
	min-width: 400px;
	margin-left: 30px;
	width: 45%;
	/*width: calc(45% - 110px); Use this if login buttons are being displayed */
}

.pagetitle {
	position: fixed;
	left: 120px;
	top: 100px;
	font-size: 20pt;
	font-weight: bold;
}

td.rightcol {
	min-width: 220px !important;
	float: right;
	width: 220px !important;
}

a.loginbutton {
	display: block;
	border: 1px solid rgb(237, 28, 36);
	background: rgb(237, 28, 36);
	font-weight: bold;
    padding-top: 35px;
    text-decoration: none;
    width: 200px;
    text-align: center;
	height: 60px;
	color: white;
	font-size: 18px;
}

a.loginbutton:hover {
	background: white;
	color: rgb(237, 28, 36) !important;
}

/* FAQ */
.qe-faqs-filters-container {
	text-align: center
}

.qe-faqs-filters-container a {
	color: black;
	border: 1px solid #ddd !important;
	text-decoration: none;
	margin: 0px !important;
	font-size: 15pt;
}
/*
.qe-faqs-filters-container li:first-child {
	display: none;
}*/

.qe-faqs-filters-container li.active a {
	background: #ddd;
}

.qe-faqs-filters-container a:hover {
	color: black !important;
	background: darkgray !important;
}

.archive {
	width: 100% !important;
}

.archive-dropdown {
	font-size: 14pt;
    height: 30px;
}

