/* ==========================================================================
   General
   ========================================================================== */
* {
    outline-style: none !important;
    -moz-appearance: none !important;
    outline-color: transparent !important;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

body {
    font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    overflow-x: hidden;   
}

/* ==========================================================================
   Header
   ========================================================================== */
#inner-header {
    position: relative;
}
#fuhrmann-logo {
    float: left;
}
#fuhrmann-logo img {
    margin-top: 5px;
}
p#register-now {
    clear: both;
    width: 100%;
    text-align: left;
    font-size: 0.9em;
    margin-right: 0 !important;
    margin-top: 5px !important;
}
div#logindiv,
div#loggedin {
    background-color: #023e88;
    color: #f8f9fa;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 10px;
    font-size: 0.8em;
    border-top:    0;
    border-right:  1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left:   1px solid #ccc;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
div#logindiv p,
div#loggedin p { 
    float: left;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
div#logindiv div.mrow i,
div#loggedin div.mrow i { 
    margin-right: 5px;
}
div#logindiv div.mrow,
div#loggedin div.mrow {
    margin-left: -10px;
    padding: 0 20px 0 10px;
}
div#logindiv div.mrow:hover,
div#loggedin div.mrow:hover { 
    background-color: #eaedf2;
}
div#logindiv div.mrow:hover a,
div#loggedin div.mrow:hover a { 
    color: #023e88 !important;
}
div#logindiv p:last-child,
div#loggedin p:last-child { 
    margin-right: 0;
}
div#logindiv input { 
    margin-bottom: 0;
}
div#logindiv input[type="text"], 
div#logindiv input[type="password"] {
    height: 20px;
    line-height: 20px;
    width: 150px;
}
/*div#loginContainer .containerBox {
    display: inline-block;
    float: none;
    margin-right: 10px;
    vertical-align: middle;
}
div#loginContainer .containerBox button {
    margin-top: 8px;
}
div#loginContainer .containerBox.last {
    margin-right: 0;
}
div#loginContainer .containerBox.last {
    margin-right: 0;
}
input[type="text"],input[type="password"] {
    line-height: 20px !important;
}
div#loginContainer input {
    height: 20px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    width: 150px;
}*/
form#loginform  {
    position: relative;
    display: block;
}
.new-password {
    position: relative;
    display: block;
}
.new-password a {
    color: #023e88 !important;
    text-decoration: none;
}
.new-password a:hover {
    color: #000 !important;
}
 a, a:hover, a:focus, a:visited:hover, a:visited:focus {
 }
/* ==========================================================================
   Main
   ========================================================================== */
section.nopadding {
    padding: 0;
}
#container {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
div#inner-content {
    min-height: 500px;
}

header.article-header {
    padding-bottom: 5px !important;
    border-bottom: 0 !important;
}
section.entry-content {
    padding-top: 10px !important;
}
.page-title {
    color: #023e88;
    border-bottom: 1px solid #023e88;
    padding-bottom: 5px;
}
input[type="password"] {
    letter-spacing: 0em !important;
}
header+section.entry-content {
    padding-top: 0 !important;
}
 
/* ==========================================================================
   Konfigurator
   ========================================================================== */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
   background-color: #000;
   opacity: .70;
   filter: Alpha(Opacity=70);
}
.ui-dialog {
    background-color: #FFF;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	outline: 0;
        z-index: 10000;
}
.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-size: 1em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	color: #222222;
	padding: 1.5em 1.7em;	
}
.ui-dialog-content p {
    font-size: 90%;
}
.ui-dialog-buttonpane {
	/*position: absolute;  WP 2.8 fix */
	bottom: 0;
	width: 100%;
	text-align: right;
	border-top: 1px solid #aaaaaa;
}
.ui-dialog-buttonpane button {
	margin: .5em 8px;
	color: #555555;
	font-size: 1em;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}


.ui-dialog-titlebar {
    background-color: #023e88;
    color: #FFF;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding: 5px 10px;
}
option.select-option-special {
    color: #ccc;
}
select {
    font-size: 0.9em !important;
}
div.customnode.select>div.childrenBox>div.customnode {
    padding: 0 0;
}
#placeholder_bucketpreview {
    /*border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 0;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}
#placeholder_bucketpreview img {
    margin-bottom: 0;
    width: 50%;
}
#bucketsummary {
    background-color: #FFF;
    z-index: 4000;
    border-right:  1px solid #ccc;
    padding: 0 10px;
    line-height: 1.3;
}
#bucketsummary span.error{
    color: #d45252;
}

label:invalid {
    content: "\f06a";
    font-family: FontAwesome;
    padding-right: 5px; 
}

.successMessage {
    color: #023e88 !important;
}
.successMessage:before {
    content: "\f058";
    font-family: FontAwesome;
    padding-right: 5px;
}
.validationWarning {
    color: #ff6600 !important;
}
.validationWarning:before {
    content: "\f06a";
    font-family: FontAwesome;
    padding-right: 5px;
}
.validationError:not(.childrenBox), .btn-danger {
    color: #d45252 !important;
    border-color: #d45252;
}
.validationError:not(.childrenBox):before, .btn-danger:before {
    content: "\f06a";
    font-family: FontAwesome;
    padding-right: 5px;
}
div.childrenBox.validationError {
    background-color: #f6c6c8 !important;
}
.validationError.childrenBox:before {
    content: "\f06a";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #d45252 !important;
}

div#dimensions_plausability {
    width: 100%;
    text-align: right;
    padding: 0 20px;
}
span#plausability_text {
    color: #023e88;
}
#bucketsummary img {
    margin-top: 5px;
    margin-bottom: 2px;
    height: 20px;
}
#bucketsummary strong {
    color: #000;
    font-weight: 400;
}
#bucketsummary .wheelloader {
    font-size: 1.3em;
    line-height: 0.9;
    font-weight: 700;
    display: block;
    color: #000;
    margin-bottom: 5px;
}
#bucketsummary .previewColor {
    color: #FFF;
    padding: 5px;
    text-align: center;
}
#bucketsummary h3 { 
    font-size: 9pt;
    margin: 8px 0 4px 0;
    text-align: left;
    color: #023e88;
    border-bottom: 1px solid #023e88;
    text-transform: uppercase;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
}
#bucketsummary div.placeholder {
    font-size: 11pt;
    text-align: left;
}
#bucketsummary div.placeholder small {
    font-size: 0.9em;
}
.toggleSummary {
    position: fixed;
    left: -58px;
    margin-top: -83px;
    top: 50%;
    width: 166px;
    height: 50px;
    cursor: pointer;
    background-color: #023e88;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    padding: 10px;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-bt; 
    -ms-transform: rotate(270deg); // IE9
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); // IE8
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); // IE7
}
.toggleSummary.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
#bucketsummary div.close-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #023e88;
}
.fa-times-circle { background: white; }
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
}

.source-org {
    display: block;
    font-size: 0.7em;
    color: #5c6b80;
    background-color: #eaedf2;
    margin: 0;
    padding: 11px;
}

.sidebar {
    min-height: 24px;
    font-size: 0.7em;
}
.widgettitle {
    margin: 0 0 4px 0 !important;
}
.widget {
    margin: 12px 0 !important;
}

#tuv-cert {
    background-image: url('../images/91_ISO9001_web.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100px;
    width: 100px;
    float: right;
}
/* ==========================================================================
   ConfigTree
   ========================================================================== */
div#configTree_init,
div#configTree_main {
    position: relative;
}

div.node {
    position: relative;
    display: block;
    //-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    //filter: alpha(opacity=80);
    //-moz-opacity: 0.8;
    //-khtml-opacity: 0.8;
    //opacity: 0.8;
    box-sizing: border-box;
}

.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
   *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML += '<div class="ie7-clear"></div>' );
}

.ie7-clear {
    display: block;
    clear: both;
}
div.invisible {
    display: none !important;
}
div.node.root,
div.node.root>div.node.headline {
    padding: 0;
}
div.node.root>div.node.headline>div.infoBox>div.nodeText,
h5 {
    font-weight: 700;
    font-size: 1.1em;
    text-align: left;
    //background-color: #023e88;
    color: #023e88;
    border-bottom: 1px solid #023e88;
    padding: 6px 12px;
    margin-bottom: 10px;
}
div.node.headline>div.infoBox>div.nodeText {
    font-weight: 700;
    font-size: 0.9em;
    text-align: left;
    color: #023e88;
    background-color: transparent;
    padding: 6px 12px;
}
div.infoBox div.nodeText {
    width: 100%;
    font-size: 0.8em;
    line-height: 1em;
    padding: 0 4px;
    text-align: center;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div.infoBox,
div.childrenBox {
    float: left;
    position: relative;
}
/*div.root>div.node.headline>div.childrenBox div.childrenBox  {
    padding-left: 4px;
}*/
div.loaderContainer>img.loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}
div.loaderContainer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 5000;
}
input.loading {
    background-color: #555555;
    background-image: url(../images/loader_blue.gif);
    background-position: 98% center;
    background-repeat: no-repeat;
}
div.node.headline>div.infoBox,
div.node.headline>div.infoBox>div.infoText {
    width: 100%;
}
div.infoBox {
    position: relative;
}
div.infoBox.checked:before {
    content: "\f058";
    color: #023e88;
}
div.node.checkbox>div.infoBox:not(.checked):before {
    content: "\f055";

}
/*div.node.radiobutton>div.infoBox:not(.checked):before {
    content: "\f10c";
}*/
div.node.radiobutton>div.infoBox:not(.checked):before,
div.node.checkbox>div.infoBox:not(.checked):before,
div.infoBox.checked:before {
    font-family: FontAwesome;
    font-size: 1.3em;
    position: absolute;
    left: 10px;
    bottom: 5px;    
}

div.infoBox.checked {
    background-color: #b3c3dc;
}
div.nodeImage {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 94px;
}
div.node:not(.headline)>div.childrenBox {
    //background-color: red !important;
}

/*div.node.root>div.node.headline.hasChildren>div.childrenBox>div.node.hasChildren.child:not(.headline)>div.infoBox {
    margin-right: 4px !important;
}*/
div.node:not(.headline)>div.infoBox {
    max-width: 150px;
    width: 150px;
    height: 150px;
}
div.nodeImage {
    transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    background-size:100px;
}
div.nodeImage:hover {
    background-size:110px;
}

div.node:not(.headline)>div.childrenBox {
//    height: 150px;
    background-color: #ededed;
    overflow: hidden;
}
div.node.hasChildren:not(.inline)>div.childrenBox {
    //width: 888px;
    //max-width: 100%;
}
div.root>div.node.headline>div.childrenBox>div.node:not(.hasChildren):not(.inline) {
    width: 100%;
    max-width: 100%;
}
div.root>div.node.headline>div.childrenBox {
    width: 100%;
    max-width: 100%;
}
div.node.hasChildren {
    width: 100%;
}
div.root>div.node {
    display: block;
    width: 100%;
}
div.root>div.node div.node {
    float: left;
}

/*#fc_82 {
    padding: 8px 8px;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    height: 150px;
}
#fc_61,
#fc_62 {
    width: 184px;
    max-width: 184px;
    min-width: 184px;
    margin-top: 4px;
}
#fc_61,
#fc_62,
#fc_82 {
    float: left;
    overflow: hidden;
}

#fc_61 select,
#fc_62 select,
#fc_82 select {
    width: 130px;
    min-width: 130px;
    margin-bottom: 0;
    height: 20px;
    line-height: 20px;
    float: right;
}
#fc_61 label,
#fc_62 label,
#fc_82 label {
    float: left;
    font-size: 9pt;
}*/
div.customnode {
    position: relative;
}
div.customnode.customwidth {
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
}
div.customnode.customwidth.w100 {
    width: 100%;
    min-width: 100%;
}
div.customnode.customwidth.w50 {
    width: 50%;
    min-width: 50%;
}
div.customnode.customwidth.w33_333, div.customnode.customwidth.w33 {
    width: 33%;
    min-width: 33%;
}
div.customnode.customwidth.w25 {
    width: 25%;
    min-width: 25%;
}
div.customnode.customwidth.w20 {
    width: 20%;
    min-width: 20%;
}
select {
    min-width: 200px;
}

/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Globals
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
button {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#save-me {
    position: relative;
    margin: 20px 0 5px 0;
    border-top: 2px solid #023e88;
    padding-top: 5px;
}
#save-me label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#save-me form {
    display: inline;
}
button#continue-button{
    margin-left: 20px;
    width: 25% !important;
}
p.form-submit {
    margin: 0 auto;
    text-align: center;
}
.button#submit,
.entry-content  #loginform .button-primary {
    max-width: 400px;
    width: 100% !important;
    border-radius: 0;
    float: left;
    height: auto;
    line-height: normal;
}
#loginform .button-primary {
    margin-top: 15px;
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 5px 10px;
    color: #fff;
}
#loginform .button-primary:hover {
    background-color: #fff;
    border: 2px solid #ffffff;
    color: #023e88;
}
input#save-config,
input#reset-config,
input#send-config,
input#order-config {
    box-sizing: border-box;
    width: 49.5%;
    padding: 10px;
    background-color: #023e88;
    color: #fff;
    text-align: center;
    border: 0;
}
input[type=submit][disabled=disabled] {
    opacity: 0.7;
}
input[type=submit][disabled=disabled]:hover {
    background-color: #023e88 !important;
}
input#reset-config,
input#send-config {
    margin-right: 0.5%;
}
input#save-config,
input#order-config {
    margin-left: 0.5%;
}
input#order-config,
input#send-config {
    margin-top: 1%;
    margin-bottom: 2%;
}
input#reset-config,
input#save-config {
    margin-top: 10px;
}
input#order-config {
    display: none;
}
input#send-config {
    width: 100%;
}
.button#submit,
.entry-content #loginform .button-primary,
button#continue-button,
input.submit.button,
button#regSubmit {
    max-width: 400px;
    width: 100% !important;
    background-color: #023e88;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    border: 0;
}
input#save-config:hover,
input#reset-config:hover,
input#send-config:hover,
input#order-config:hover,
.button#submit:hover,
.entry-content #loginform .button-primary:hover,
button#continue-button:hover,
input.submit.button:hover,
button#regSubmit:hover {
    background-color: #000;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Template
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
body {
    overflow-x: hidden
}
#wrapper {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
section {
    margin-bottom: 30px
}
section h1 {
    font-family: "Oswald", sans-serif;
    margin-bottom: 10px;
}
section p {
    margin-bottom: 30px
}
section p:last-child {
    margin-bottom: 0
}
section:last-child {
    margin-bottom: 0
}
section.toggle {
    text-align: center
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
div.menu {
    position: fixed;
    z-index: 20;
    background-color: #67b5d1;
    overflow-y: auto;
    max-height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* slide menu left and right, push menu left and right */
div.slide-menu-left {
    top: 0;
    width: 500px;
    max-width: 100%;
    height: 100%;
    
}
div.slide-menu-left div.placeholder {
    display: block;
    text-align: center;
}
div.slide-menu-left div.placeholder:first-child {
    border-top: none
}
div.slide-menu-left div.placeholder:last-child {
    border-bottom: none
}
div.slide-menu-left a {
    display: block;
    padding: 10px;
    font-size: 18px;
}
div.slide-menu-left {
    left: -500px
}

body.sml-open div.slide-menu-left {
    left: 0
}
div.registrationForm {
    position: relative;
    width: 100%;
    text-align: center;
}
div.registrationForm div.form-group {
    text-align: left !important;
}
div.form-group {
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-right: 20px;
    max-width: 100%;
}
div.form-group select[name="regSalutation"] {
    width: 200px;
}
div.form-group select {
    min-width: 100px;
}
div.form-group input {
    max-width: 100%;
}
select#f_82 {
     margin-bottom: 0;
}
div#fc_82>div.childrenBox {
    margin-bottom: 10px;
}
div#f_94>div.childrenBox {
    min-width: 100%;
}
div#fc_98 small {
    display: block;
    margin: 3px 0 0 18px;
}

div.form-group input:required, div.form-group textarea:required,
table.form-table input:required, table.form-table textarea:required {
	background-image: url(../images/red_asterisk.png);
        background-repeat: no-repeat;
        background-position: 98% center;
}
div.form-group input:required:valid, div.form-group textarea:required:valid,
table.form-table input:required:valid, table.form-table textarea:required:valid {
	background-image: url(../images/valid.png);
        background-repeat: no-repeat;
        background-position: 98% center;
        border-color: inherit;
}
div.form-group input:focus:invalid, div.form-group textarea:focus:invalid,
table.form-table input:focus:invalid, table.form-table textarea:focus:invalid {
	background-image: url(../images/invalid.png);
        background-repeat: no-repeat;
        background-position: 98% center;
	border-color: #b03535
}


div.form-group.last {
    padding-right: 0px;
}
div.form-group.w10 {
    width: 10%;
}
div.form-group.w20 {
    width: 20%;
}
div.form-group.w30 {
    width: 30%;
}
div.form-group.w33 {
    width: 33.33%;
}
div.form-group.w40 {
    width: 40%;
}
div.form-group.w50 {
    width: 50%;
}
div.form-group.w100,
div.childrenBox.w100 {
    width: 100%;
}
ul#qtranslate-chooser {
    position: absolute;
    left: 0;
    top: 51px;
    width: auto;
    float: left;
    margin-left: 0;
}
ul#qtranslate-chooser li {
    display: inline-block;
}
ul#qtranslate-chooser li:last {
    margin-right: 0;
}
ul#qtranslate-chooser li a img {
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    opacity: 0.5;
}
ul#qtranslate-chooser li.active a img, 
ul#qtranslate-chooser li a:hover img {
    opacity: 1;
}
label[for='overwrite'] {
    color: #023e88;
    font-weight: 700;
}
/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Media Queries
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */

@media all and (max-width: 860px) {
    #fuhrmann-logo {
        margin: 0 auto;
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
    }
    h1.page-title {
        font-size: 2em;
    }
    div#logindiv, div#loggedin {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    div.toggleSummary {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        position: absolute;
        top: 70px;
        right: 2%;
        left: auto;
        bottom: auto;
        margin: 0;
        padding: 5px;
        height: auto;
    }
    div#content {
        margin-top: 10px;
    }
    ul#qtranslate-chooser {
        width: 100%;
        display: inline-block;
        position: relative;
        top: auto;
        margin-top: 0;
        margin-bottom: 10px;
    }
    div.customnode,
    div.node {
        position: relative !important;
        float: left;
        width: 100% !important;
        min-width: 100%;
    }
    button#continue-button {
        max-width: 100%;
        margin-left: 0;
    }
    .childrenBox {
        height: auto !important;
        width: 100%;
        //padding-left: 5%;
    }
    div.node.root div.childrenBox div:not(.headline)>div.infoBox {
        border-top: 1px solid #023e88;
        border-bottom: 1px solid #023e88;
        margin-top: -1px;
    }
    div.node.root div.node.headline>div.infoBox div.nodeText {
        border-bottom: 0;
    }
    div.node.root div.childrenBox div.hasChildren>div.infoBox.checked {
        border-bottom: 1px dashed #023e88;
    }
    div.node.root div.childrenBox div.hasChildren div.childrenBox div.infoBox {
        border: 0 !important;
    }
    div#f_94 {
        //padding-left: 5%;
    }
    div#fc_82 > div.childrenBox,
    div.node.headline > div.childrenBox {
        border-left: none !important;
        padding-left: 0;
    }
    div.node.headline > div.infoBox > div.nodeText {
        min-width: 100% !important;
    }
    
    div.infoBox {
        width: 100% !important;
        max-width: 100% !important;
        height: 50px !important;
    }
    div.nodeImage {
        width: 20%;
        float: left;
        background-size: 40px auto;
        height: 50px !important;
    }
    div.nodeImage:hover {
        background-size: 40px auto;
    }
    div.nodeText {
        width: 80% !important;
        padding: 0 10px !important;
        float: left;
        text-align: left !important;
        vertical-align: middle;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    div.node.checkbox > div.infoBox:not(.checked)::before,
    div.infoBox.checked::before {
        //font-size: 8pt;
        vertical-align: middle;
    }
    div.form-group {
        width: 100% !important;
        padding-right: 0;
    }
    /*div.node:not(.headline) > div.infoBox,
    div.childrenBox div.node {
        max-width: 100px; 
        max-height: 100px; 
        font-size: 11pt;
    }
    div.nodeImage {
        display: none;
    }*/
}

@media all and (max-width: 330px) { 
	div.slide-menu-left {
	  	top: 0;
	  	width: 100%;
	}
	div.slide-menu-left {
	  	left: -100%
	}
	body.sml-open div.slide-menu-left {
	  	left: 0
	}
}
table#offerTable {
    width: 100%;
    box-sizing: border-box;
}
table#offerTable th {
    font-size: 9pt;
    padding: 4px 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background-size: 14px;
}
table#offerTable td {
    font-size: 9pt;
}
table#offerTable td i {
    float: right;
    padding-top: 3px;
}
table#offerTable td i.fa-floppy-o {
    color: #555555;
    cursor: default;
}

table#offerTable a {
    color: #023e88;
    text-decoration: none;
}
table#offerTable a:hover {
    text-decoration: underline;
}
#offerTable_info,
#offerTable_length {
    margin-left: 24px;
}
#offerTable_info {
    font-size: 0.8em;
}
#offerTable_paginate {
    margin-right: 24px;
    font-size: 0.8em;
}
#offerTable_filter {
    margin-right: 46px;
}
.dataTables_filter {
    text-align: left !important;
}
.dataTables_filter input {
    margin-left: 0 !important; 
}