/*

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;
}

.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;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #887f6e;
}

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

.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;
  padding-left: 0;
}

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

.textRechts{
  text-align: right;
}

.grafik {
  float: left;
}
.footer {
  border-top-style: solid;
  border-top-width: 1px;
  width: 100%;
  border-color: #bab9ba;
  padding-left: 3px;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.content {
  margin: 0;
  padding: 10px;
  width: 100%;
  border: 1px solid #bab9ba;
  border-top: none;
  border-bottom: none;
}

.navright {
  text-align: right;
  width: 100%;
}
.subcontainer {
  margin: 10px;
  width: 300px;
}

.ember-application {
  margin: 20px;
}
.active {
  background-color: #ffffff;
  color: #524f53;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bab9ba;
}
.nav-tabs {
  background-color: #dddddd;
  color: #524f53;
  border-bottom: 0;
  align-items: center;
}

.navbar .nav > li > a {
  float: none;
  padding: 11px 16px 13px;
  text-decoration: none;
  color: #524f53;
  border-radius: 0;
}

.navbar {
  padding: 0;
  border: 0;
  margin: 0;
  min-height: 1px;
  border-bottom: 1px solid #bab9ba;
  border-radius: 0;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.navbar-inner {
  background-color: #f3f2f0;
}

.navbar .nav > li .active {
  color: #524f53;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bab9ba;
  border-bottom: 1px solid #ffffff;

}

.nav > li > a:focus {
  background-color: #ffffff;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #bab9ba;
}

.nav > li > a:hover {
  background-color: #ffffff;
}

.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 10px 10px 0;
  margin-top: 20px;
  -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 .left{
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background-color: #ffffff;
  font-family: Arial;
  font-size: 12px;
}

.container {
  margin: 0 auto;
  padding: 0;
  border: 0;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.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;
}

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

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

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

.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 0 0 10;
  padding: 0;
}

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

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

#x3d{
  background-color: #FFFFFF;
  border: 1px solid #bab9ba;
}

.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 ;
    -moz-border-radius:0 ;
    border-radius:0 ;
}
.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:0;
    -moz-border-radius:0;
    border-radius:0;
}

.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;
}

#content {
  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: 3px;
  background-color: #ffffff;
  position: relative;
  top: 10px;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.hamburger-menu:after,
.hamburger-menu:before {
  content: "";
  width: 50%;
  height: 3px;
  background-color: #979797;
  position: absolute;
  /* border: 1px solid #979797; */
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.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: -3px;
}

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

.open .hamburger-menu {
  height: 3px;
  background-color: #979797;
  position: relative;
  top: 10px;
}

.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: -5px;
    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: 1px;
    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{
  border: 1px solid #ccc;
  -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: 10px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 0px;
  color: #111111;
}

.menuSelected {
  color: black;
  font-weight: bold;
  margin-left: 10px;
}

div.maxWidth{
  display: block;
  width: 100%;
}

.tooltipfenster{
  position: absolute;
  border: solid 1px;
  padding: 5px;
  z-index: 999;

  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;

  color:#fff;
  background-color: #524F53;

}

.tooltipfenster:after, .tooltipfenster:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
  
.tooltipfenster:after {
  border-color: rgba(15, 213, 9, 0);
  border-right-color: #524F53;
  border-width: 5px;
  margin-top: -5px;
}
  
.tooltipfenster:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #524F53;
  border-width: 9px;
  margin-top: -9px;
}

.VM_OkayInfoTrue{
  color: #fff;
}
.VM_OkayInfoFalse{
  color: #fff;
}

.bauteilImage{
  width: 100px;
}

.helptext span{
  display:none;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  color:black;
  background:white;
  font-size: small;
  border:1px solid black;
  z-index:1000;
  top:-125px;
  left:0;
  min-height:128px;
  margin-top:0px;
  margin-left:30px;
  z-index:1000;
  padding:8px;
  position:absolute;
}

.helptext:hover span
{
  display:block;
}

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

.tooltipSchraubenbild{
  display: none;
  background-color: #fefefe;
  z-index: 999;
  position: absolute;
  left: 332px;
  top: 0;
  border: 1pt solid #dddddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.tooltipSchraubenbild img{
  width: 300px;
}

.tabellenkopf{
  position: absolute;
  z-index: 999;
  border: solid 1px rgba(0,0,0,0.15);
  background-color: rgba(255,255,255,1);
  text-align: left;
  padding: 8px 8px 7px;
  gap: 4px;
  margin: auto auto;
  box-shadow: 0px 1px 4px rgba(82, 79, 83, 0.5);

  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #524F53;
  }


.displayNone{
  display: none;
}

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

span.mailadresse{
  white-space:nowrap;
}

.helpbutton{
  height: 16px;
}

.footerlinks{
  display:block;
  text-align:left;
  float:left;
}

.footerrechts{
  display:block;
  text-align:right;
}

.centerwrapper{
  text-align: center;
}

.centerwrapper div{
  margin-left: auto;
  margin-right: auto;
}

.VM_OkayTrue{
  /* background-color: rgba(100,255,100,1); */
  /* background-color: rgba(255,255,225,1); */
  color: #524f53;
}
.VM_OkayFalse{
  /* background-color: rgba(100,255,100,1); */
  /* background-color: rgba(255,255,255, 1); */
  color: #FF0000;
}

.systemtable {
  width: 100%;
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  background-color: white;
}

.systemtablewide {
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  /*background-color: white;*/
  width: 100%;
}
.systemtablewide tr:nth-child(even) td .lineFocus {
  /* background-color: #00ff00; */
}

.systemtablehead {
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  background-color: white;
  font-weight: bold;
}

.systemtablewide tr, th, td{
  border: 1px solid;
}

.systemtablewide tr:hover{
  background-color: #d8d8d3;
  cursor:pointer;
}

.systemtablewide tr:nth-child(odd) td.VM_OkayTrue {
  /* background-color: rgba(100,255,100,0.5); */
}
.systemtablewide tr:nth-child(odd) td.VM_OkayFalse{
  /* background-color: rgba(255,100,100,0.5); */
}

.systemtablewide tr:nth-child(even) td.VM_OkayTrue{
  /* background-color: rgba(0,255,0,0.5); */
}
.systemtablewide tr:nth-child(even) td.VM_OkayFalse{
  /* background-color: rgba(255,0,0,0.5); */
}

div.kompaktergebnis table tr, th, td{
  border: none;
}

.schraubentabelle{
  font-size: 10pt;
}

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

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

#file-input{
  display: none;
}


table#verbindungsmitteltabellekopf,
table#verbindungsmitteltabellewerte{
  table-layout: fixed;
}


#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;
}

/* +++ Hilti +++ */

.leftLogoHilti {
  float: left;
  width: 500px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  background-color: white;
  margin: 27px 163px 26px 9px;
}
.leftLogoHilti span {
  margin-left: 27px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.rightHeaderHilti {
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  margin: 10px;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

.toolbarHilti {
  background-color: #e7e5e2;
  color: white;
  min-height: 36px;
  margin: 0;
  border: 0;
  padding: 5px 0 15px 7px;
  border-top: 2px solid #bab9ba;
}

.btnbgc {
  background-color: #e7e5e2;
  border: 1px solid #bab9ba;
  border-radius: 0;
}

.form-horizontal {
  margin-top: 0;
  padding: 0;
  border: 1px solid #bab9ba;
}

.input-area {
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
}
.form-control {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  height: 42px;
  border-radius: 0;
  color: #111111;
}
h3.formheadline {
  margin: 0;
  color: #524f53;
  background: #e7e5e2;
  padding: 7px 8px 7px 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;

  width:79%;
  display: inline-block;
  vertical-align: middle;

}
span.arrow {
  border: solid #979797;
  border-width: 0 2px 2px 0;
  padding: 3px;
  float: right;

  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);

}

.collapsed span.arrow,
.collapse span.arrow {
  /* margin-top: 5px; */
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

span.collapsed {
  /* margin-top: 5px; */
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.scroll {
  overflow-y: scroll;
}

.inputAreaInner {
  width: 30%;
  position: absolute;
}

.dropdown-menu-fontstyle {
  font-family: "Arial";
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  color: #524f53;
}

.dropdown-menu-fontstyle-head {
  font-weight: 700;
}

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

.subheadline {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.screw {
  font-family: Arial;
  font-size: 12px;
}

.contentBlock {
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
}

.textcolor--afafaf {
  color: #afafaf;
}

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

.oben {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #333333;
}

.btnbrr {
  border-radius: 0;
}

select.minimal {

  /* Auto layout */

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 4px 9px 9px;

  background: #FFFFFF;
  border: 1px solid #BAB9BA;

  /* Inside auto layout */

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;

  /* styling */
  display: inline-block;
  font: inherit;

  /* reset */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* minimal */
  
  background-image:
    linear-gradient(45deg, transparent 50%, #524F53 50%),
    linear-gradient(135deg, #524F53 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 5px),
    calc(100% - 15px) calc(1em + 5px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    0 1em;
  background-repeat: no-repeat;

  box-sizing: border-box;

}

select.minimal:active {
  background-image:
    linear-gradient(45deg, #524F53 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #524F53 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) calc(1em + 5px),
    calc(100% - 20px) calc(1em + 5px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    0 1em;
  background-repeat: no-repeat;
  outline: 0;
}

div.col-sm-12 textarea:active,
div.col-sm-12 textarea:focus,
div.col-sm-12 span input:active,
.col-sm-12 span input:focus,
div.col-sm-5 span input:active,
.col-sm-5 span input:focus {
  border-color: #A0988B;
  box-shadow: inset 0 0 1px 1px #A0988B;
  -webkit-box-shadow: inset 0 0 1px 1px #A0988B;
  background-color: none;
  user-select: none;

}

div.col-sm-5 span input:-webkit-autofill,
div.col-sm-5 span input:-webkit-autofill:hover, 
div.col-sm-5 span input:-webkit-autofill:focus, 
div.col-sm-5 span input:-webkit-autofill:active{
    box-shadow: inset 0 0 1px 1px #A0988B, 2px 2px 0px 1000px white inset;
    -webkit-box-shadow: inset 0 0 1px 1px #A0988B, 2px 2px 0px 1000px white inset;
    transition: 0s ease;
}

#tooltipfenster {
  position: absolute;
  padding: 3px 15px;

  z-index: 999;

  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;

  /* -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px; */
  /* border: solid 1px;
  border-radius: 2px 3px 2px 2px; */
}

.tooltipfenster-rot {
  background-color: #ffaf00;
  color: black;
}

.tooltipfenster-gruen {
  background-color: #19af37;
  color: white;
}

.generate-pdf-button{
  width: 128px;
  height: 32px;

  box-sizing: border-box;

  /* Base/Steel */

  background: #D2051E;
  border: 1px solid #111;
  border-radius: 0px;

  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;

  text-align: center;
}

.generate-pdf-button:hover{
  width: 128px;
  height: 32px;

  box-sizing: border-box;

  /* Base/Steel */

  background: #413c41;
  border: 1px solid #111;
  border-radius: 0px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
  color: white;

}

.three-quarters-loader:not(:required){
  -moz-animation: three-quarters-loader 1250ms infinite linear;
  -webkit-animation: three-quarters-loader 1250ms infinite linear;
  animation: three-quarters-loader 1250ms infinite linear;
  border-color: #BAB9BA;
  border-right-color: transparent;
}

.contact-send-button{
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;

  position: relative;
  min-width: 136px;
  height: 32px;

  background: #D2051E;
  color: #fff;

}

.contact-send-button:hover{
  background: #A80015;
}

.kled-button{
  width: 22px;
  height: 22px;
  border-radius: 0;
}

.input-invalid{
  color: #FF0000;
}

.divider{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 2px;

  height: 8px;

  background: #FFFFFF;

  /* Inside auto layout */

  flex: none;
  order: 15;
  align-self: stretch;
  flex-grow: 0;

}

.divider span{
  height: 0px;

  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  border: 1px dashed #BAB9BA;
}

div.headline-container{
  border: 0;
  padding: 0;
  width: 100% ;
  background-color: #e7e5e2;
  margin: 0 0 1px 0;

}

div.arrow-container{
  margin: 0;
  padding: 0 7px 0 0;
  border: 0;
  display: inline-block;
  width: 20%;

}

div.last-headline {
  margin: 0;
}

input[type=checkbox]:checked{
  accent-color: #524f53;
}

.btn-pdf-erstellen{
  padding: 8px 16px;
  min-width: 128px;
  height: 32px;
  background: #D2051E;
  border-color: #111;
  border-radius: 0;
  line-height: 16px;
}

.btn-pdf-erstellen:hover{
  color: #FFFFFF;
  background-color: #413c41;
  border-color: #111;
  box-shadow: 0 1px 0 rgb(0 0 0 / 25%);
}

div.helptext{
  top: 0;
  bottom: auto;
}

.dropdown-menu {
  border-radius: 0;
}

div.imprint {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;

  color: rgba(0, 0, 0, 1);
}

div.imprint span.headline {
  color: #D2051E;
  font-size: 14px;
  line-height: 18px;
}

div.imprint span.subheadline {
  font-weight: bold;
}
div.imprint span.link {
  text-decoration: underline;
}