/*

Farben


Hintergründe:

  dunkelgrau (aktive tabs, überschriften, toolbar): #615D5C
  mittelgrau 1 (inaktive tabs): #CCCCCC
  mittelgrau 2 (hintergrund tableiste): #C1C1C1
  mittelgrau 3 (hintergrund hauptfenster): #EDEDED
  hellgrau (klickbare tabs, fußleiste): #DDDDDD

*/

#test_email {
  display: none;
}

.formheadline {
  background-color: #615D5C;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  margin-top: 25px;
}

.formhr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.transparent {
  opacity: 0.25;
  filter: alpha(opacity=25); /* msie */

}

.tdcenter {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.infotextbox {
  color: white;
  padding: 5px;
  font-size: small;
  margin-top: 15px;
}

h3{
  font-size: 1.4em
}

.form-group{
  margin-bottom: 7px;
}

div.form-group label{
  width:130px;
}

.singleCombobox{
  width: 96%;
}

.hint--right{
  width: 100%;
}

.form-horizontal .control-label {
    text-align: left;
    width: 100%;
    padding-top: 3px;;
}

.col-sm-5{
  width: 80%;
}

.projektdaten .col-sm-5{
  width: 100%;
}

.projektdaten .form-group{
  margin-bottom: 0;
}

.plzort{
  width: 100%;
}

.plz{
  float: left;
  width: 40%;
}

.ort{
  float: right;
  width: 70%;
}

.einheit{
  height: 34px;
}

.einheit div{
  position: absolute;
  bottom: 0;
}

.textRechts{
  text-align: right;
}

.container {
  background-color: #ededed;
  border-style: solid;
  border-width: 1px;
}
.grafik {
  float: left;
}
.header {}
.footer {
  border-top-style: solid;
  border-top-width: 1px;
  width: 100%;
}
.footer{
padding-left: 3px;
}
.content {
  margin: 10px 0;
  width: 100%;
}
.navright {
  text-align: right;
  width: 100%;
}
.subcontainer {
  margin: 10px;
  width: 300px;
}

.ember-application {
  margin: 20px;
}
.active {
  background-color: #615D5C;
  color: white;
}
.nav-tabs {
  background-color: #DDDDDD;
  color: #000000;
}

.navbar .nav > li > a {
    float: none;
    line-height: 16px;
    padding: 9px 10px 11px 0;
    text-decoration: none;
    color: #000000;
}

.navbar {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #615D5C;
  min-height: 39px;
}

.navbar-inner {
  background-color: #615D5C;
}

.navbar .nav > li .active {
  color: #ffffff;
 }

 .nav > li > a:focus{
   background-color: #615D5C;
 }

 .nav > li > a.active:hover{
   background-color: #615D5C;
 }

.disabled {
  opacity: 50%;
  background-color: #CCCCCC;
  color: #AFAFAF;
  padding-left: 20px;
}

#container {
  padding: 15px;
}
#headline {
  font-weight: bold;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  display: table;
}
.left {
  float: left;
  width: 30%;
  /*background-color: #F6F6F6;*/
  padding: 10px;
  -moz-transition: width 400ms ease;
  -webkit-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  -ms-transition: width 400ms ease;
  transition: width 400ms ease;
  padding: 8px auto;
}

.formZu .left{
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background-color: #f2f2f2;
}

.container{
  margin:0 auto;
  padding:0;
  border:0;
}

.leftHeader {
  display:table-cell;
  vertical-align: middle;
  background-color: #cc0000;
  color: white;
  font-weight: bolder;
  width: 100%;
  text-align: right;
  padding-right: 20px;
}

.leftHeaderSWG {
  display:table-cell;
  vertical-align: middle;
  background-color: #FFED00;
  font-weight: bolder;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  margin: 10px;
}

.leftLogo {
  float: left;
  width: 300px;
  padding: 10px;
  display:table-cell;
  vertical-align: middle;
  background-color: white;
}

.leftHeaderReisser {
  display:table-cell;
  vertical-align: middle;
  background: linear-gradient(to bottom,#dddddd 0%,#fafafa 41%,#fafafa 63%,#d4d4d4 100%);
  font-weight: bolder;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  margin: 10px;
  color: rgb(52, 66, 92);
}

.leftLogoReisser {
  float: left;
  width: 300px;
  padding: 10px;
  display:table-cell;
  vertical-align: middle;
  background: linear-gradient(to bottom,#dddddd 0%,#fafafa 41%,#fafafa 63%,#d4d4d4 100%);
}

.right {
  float: right;
  width: 65%;
  -moz-transition: width 400ms ease;
  -webkit-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  -ms-transition: width 400ms ease;
  transition: width 400ms ease;
}

.formZu .right{
  width: 100%;
  margin: 0;
  padding: 0;
}

.x3dsteuerelemente{
  width: 100%;
  padding-bottom: 7px;
}

.x3dsteuerelemente button{
  padding: 0 1;
  border: none;
  background: none;
}

#x3d{
  background-color: #FFFFFF;
}

.threedee {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.toolbar {
  padding: 5px;
  background-color: #615D5C;
  color: white;
  height: 32px;
}

.tlbbtn{
  margin-left: 2px;
  float: left;
}


select.language option[value="en"] {
  background-image: url(images/us.png);
}
select.language option[value="de"] {
  background-image: url(images/de.png);
}

.newbutton {
  background: url('images/page_add.png') left center no-repeat;
  padding-left: 16px;
  height: 25px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}

.not-active {
   pointer-events: none;
}

.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.clearBoth{
  clear:both;
}

.leftHead{
  margin:25 auto;
  text-align:center;
}

.headline {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

.subheadline {
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
}

.screw {
  font-family: Times;
  font-size: 11pt;
}

.contentBlock {
  font-family: Times;
  font-size: 11pt;
  font-style: italic;
}

#formToggler{
    width: 24px;
    height: 24px;
    padding: 1px
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
}

.hamburger-menu{
    display: block;
    width:100%;
    height:5px;
    background-color:#615D5C;
    border-radius:3px;
    position:relative;
    top: 10px;
    margin-top: 1px;
}

.hamburger-menu:after, .hamburger-menu:before{
    content: '';
    width: 50%;
    height: 5px;
    background-color:#615D5C;
    position:absolute;
    border-radius:2px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.hamburger-menu:before, .hamburger-menu:after{
  left: 0;
}

.hamburger-menu:before{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -4px;
}

.hamburger-menu:after{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}

.open .hamburger-menu:before, .open .hamburger-menu:after{
  left: 0px;
  width: 100%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.open .hamburger-menu:before{
  top: -7px;
}

.open .hamburger-menu:after{
  top: 7px;
}

.bemerkungenAreaClass{
  float: left;
}
#textfieldToggle{
  width:10px;
  height: 10px;
  padding: 0;
  float: right;;
  margin: 10px 17px 0 0;
}
.textfieldResizerUpRight{
    display: block;
    width: 5px;
    height:2px;
    background-color:#333;
    border-radius:1px;
    position:relative;
    top: 0;
    left: 5px;
    margin-top: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.textfieldResizerUpRight:after{
    content: '';
    width: 2px;
    height: 5px;
    background-color:#333;
    position:absolute;
    left: 3px;
    border-radius:1px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.fullsize .textfieldResizerUpRight{
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.fullsize .textfieldResizerUpRight:after{
  -webkit-transform: translate(-3px, -3px);
  -moz-transform: translate(-3px, -3px);
  -o-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.textfieldResizerBottomLeft{
    display: block;
    width: 5px;
    height:2px;
    background-color:#333;
    border-radius:1px;
    position:relative;
    top: 6px;
    margin-top: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.textfieldResizerBottomLeft:after{
    content: '';
    width: 2px;
    height: 5px;
    background-color:#333;
    position:absolute;
    top: -3px;
    border-radius:1px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.fullsize .textfieldResizerBottomLeft{
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.fullsize .textfieldResizerBottomLeft:after{
  -webkit-transform: translate(3px, 3px);
  -moz-transform: translate(3px, 3px);
  -o-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
#bemerkungenAreaID{
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.fullsize .bemerkungenTextAreaID{
  width: 1150px;
}
.bemerkungenTextArea{
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.fullsize .bemerkungenTextArea{
  width: 1150px;
}
.fullsize #textfieldToggle{
 position: relative;
 left:817px;
}

div.bildunterschrift{
  clear: both;
  padding-top: 5px;
}
span.achtung{
  color: #cc0000;
  font-size: 10pt;
}
.menuSelected {
  color: black;
  font-weight: bold;
  margin-left: 10px;
}

#tooltipfenster{
  position: absolute;
  border: solid 1px;
  padding: 3px 15px;

  z-index: 999;

  -webkit-transition: .05s ease-in-out;
  -moz-transition: .05s ease-in-out;
  -o-transition: .05s ease-in-out;
  transition: .05s ease-in-out;

  -webkit-border-radius:2px 2px 2px 2px;
  -moz-border-radius:2px 2px 2px 2px;
  border-radius:2px 3px 2px 2px;
}

.tooltipfenster-rot{
  background-color: #f58282;
}

.tooltipfenster-gruen{
  background-color: #7bd89a;
}

.displayNone{
  display: none;
}

div.impressum span{
  font-weight: bold;
}

span.mailadresse{
  white-space:nowrap;
}

.helptext
{
  text-decoration:none;
  position:relative;
}

.helptext span.helptextfenster
{
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
  font-size: small;
}

.helptext span.helptextfenster img
{
  float:left;
  margin:0px 8px 8px 0;
}

.helptext:hover span.helptextfenster
{
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  /* width:250px; */
  /*min-height:128px;*/
  border:1px solid black;
  margin-top:0px;
  margin-left:32px;
  /*margin-top:12px;
  margin-left:32px;*/
  overflow:hidden;
  padding:8px;
}

.infobutton{
  border-radius: 8px;
  transition: box-shadow 0.3s linear;
}

.infobutton-shine{
  box-shadow: 0 0 30px red;
}

.helpbutton{
  height: 16px;
}

#assy{
  font-size: 2em
}

a#contactengineering span, a#contactproduction span{
  font-weight: normal;
}

.downloadIconsCenter{
  color: blue;
  margin: 0 10%;
}

.downloadIconsCenter span:hover{
  cursor: pointer;
  text-decoration: underline;
}
.textcolor--afafaf {
  color: #afafaf;
}

.textcolor--524f53 {
  color: #524f53;
}