[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.vertriebsbox {
    margin-top: -35px;
    margin-right: -300px;
    position: relative;
    float: right;
    box-shadow: 0px 0px 5px grey;
}

.vertriebsbox_themen {
    margin-top: -45px;
    margin-left: 800px;
    position: absolute;
    float: right;
    z-index: 1;
    box-shadow: 0px 0px 5px grey;
}

.vertriebsbox_english {
    margin-top: -45px;
    margin-left: 627px;
    position: absolute;
    float: right;
    z-index: 1;
    box-shadow: 0px 0px 5px grey;
}

.vertriebsboxpreview {
    margin-top: 0px;
    margin-right: 0px;
    position: relative;
    float: left;
    box-shadow: 0px 0px 5px grey;
}

aside {
    border: .5px solid #D3D3D3;
    padding: 5px;
    background-color: white;

}

.w350 {
    width: 350px;
}


a:link {
    text-decoration: none;
}

a:active{
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.level0.over {
  border: 2px dashed #000;
}

.level1.over {
  border: 2px dashed #000;
}

.level0 {
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px groove #949494;
    cursor: move;
}

.level1 {
    margin-left: 20px;
    margin-top: 20px;
    line-height: 40px;
    border-bottom: 1px groove #949494;
    background-color: #e0e0e0;
}

.level2 {
    margin-left: 40px;
    line-height: 40px;
    border-bottom: 1px groove #949494;
    /*background-color: orange;*/
}

.level3 {
    margin-left: 60px;
    line-height: 40px;
    border-bottom: 1px groove #949494;
    /*background-color: yellow;*/
}

.level4 {
    margin-left: 80px;
    line-height: 40px;
    border-bottom: 1px groove #949494;
    /*background-color: yellow;*/
}



/* Kundenformular */

.kunde {
}

.row {
    width: 400px;
    height: 40px;
}

.rowright {
    width: 400px;
    height: 40px;
    float : right;
}

.rowleft {
    width: 400px;
    height: 40px;
    float : left;
}

.col1 {

    float: left;
}

.col2 {
    float : right;
    width: 200px;
}



.modulzeile {
    background-color: white;
    line-height: 40px;
}


.vanilla figure {
    height: 30px;
    overflow: hidden;
    -webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
    max-height: 30px;

    box-shadow: 0px 1px 0px 0px #949494;

}

.cobaborder {
    height: 40px;
    width: 750px;
    margin-top: 15px;
    box-shadow: 0px 1px 0px 0px #949494;
}

.linkHand {
    cursor: pointer;
}

figure.adown {
    height: auto;
    overflow:hidden;
    background-color: #f0f0f0;
    -webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
    max-height: 5000px;
}

.vanilla figcaption {
    height: 40px;
     -webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
    max-height: 30px;

}

.buttonbottom {
    margin-left: 400px;
}





.favname{
  border-bottom: 1px dotted #cccccc;
  height: 40px;
  text-align: start;
  vertical-align: bottom;
}


.ebene1input {
    width: 300px;
    background:#eee;
}
.ebene1small {
    width: 30px;
    background:#eee;
}


.ebene2input {
    margin-left: 20px;
    width: 300px;
    background:#bbb;
}

.ebene3input {
    margin-left: 40px;
    width: 300px;
    background:#999;
}

.button1input {
    background:#eee;
}

.button2input {
    margin-left: 20px;
    background:#bbb;
}

.button3input {
    margin-left: 40px;
    background:#999;
}

.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Header */
.modal-header {
    background-color:#f8cd56;
    width: 600px;
    height: 10px;
    margin: auto;
    border: 1px solid #888;
    border-bottom-style: none;

}
/* Modal Content */
.modal-content {
    border-top-style: none;
    background-color: #fefefe;
    margin-top: -2px;
    width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;

}

.modal2 {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 120px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Header */
.modal2-header {
    background-color:#f8cd56;
    width: 940px;
    height: 10px;
    margin: auto;
    border: 1px solid #888;
    border-bottom-style: none;

}
/* Modal Content */
.modal2-content {
    border-top-style: none;
    background-color: #fefefe;
    margin-top: -2px;
    width: 940px;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;

}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.feedback {

    float: right;
}

.luecke {
    width: 200dp;
}

.rechtsbuendig {
    float: right;
}

.linksbuendig {
    float: left;
}

.rechtsbuendigunten {
	bottom:0;
    float: right;
}

.linksbuendigunten {
    margin-bottom: 70px;
    float: left;
}

/*
DnD
*/

.dnd-drag-start {
    -moz-transform:scale(0.8);
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
    opacity:0.7;
    border: 2px dashed #000;
}

.dnd-drag-enter {
    opacity:0.7;
    border: 2px dashed #000;
}

.dnd-drag-over {
    border: 2px dashed #000;
}

.dnd-sortable-drag {
  -moz-transform:scale(0.9);
  -webkit-transform:scale(0.9);
  transform:scale(0.9);
  opacity:0.7;
  border: 1px dashed #000;
}


.buehne {
    width: 980px;
    height: auto;
    -webkit-box-shadow: 1px 1px 4px #949494;
    box-shadow: 1px 1px 4px #949494;
  }


  /*
    Collapsable TreeControl
  */

ul.tree li {
    list-style-type: none;
    position: relative;
}

ul.tree li ul {
    display: none;
}

ul.tree li.open > ul {
    display: block;
}

ul.tree li a {
    color: black;
    text-decoration: none;
}

ul.tree li a:before {
    height: 1em;
    padding:0 .1em;
    font-size: .8em;
    display: block;
    position: absolute;
    left: -1.3em;
    top: .2em;
}

ul.tree li > a:not(:last-child):before {
    content: '>';
}

ul.tree li.open > a:not(:last-child):before {
    content: '<';
}


    /* The alert message box */
    .alert {
        padding: 20px;
        background-color: #f44336; /* Red */
        color: white;
        margin-bottom: 15px;
    }

    /* The close button */
    .closebtn {
        margin-left: 15px;
        color: white;
        font-weight: bold;
        float: right;
        font-size: 22px;
        line-height: 20px;
        cursor: pointer;
        transition: 0.3s;
    }

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

    /* SPINNER */

    .sk-fading-circle {
        margin: 100px auto;
        width: 40px;
        height: 40px;
        position: relative;
      }

      .sk-fading-circle .sk-circle {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
      }

      .sk-fading-circle .sk-circle:before {
        content: '';
        display: block;
        margin: 0 auto;
        width: 15%;
        height: 15%;
        background-color: #333;
        border-radius: 100%;
        -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
                animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
      }
      .sk-fading-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg);
      }
      .sk-fading-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                transform: rotate(60deg);
      }
      .sk-fading-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
      }
      .sk-fading-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
                transform: rotate(120deg);
      }
      .sk-fading-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
                transform: rotate(150deg);
      }
      .sk-fading-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
      }
      .sk-fading-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
                transform: rotate(210deg);
      }
      .sk-fading-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
                transform: rotate(240deg);
      }
      .sk-fading-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                transform: rotate(270deg);
      }
      .sk-fading-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
                transform: rotate(300deg);
      }
      .sk-fading-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
                transform: rotate(330deg);
      }
      .sk-fading-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s;
      }
      .sk-fading-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
                animation-delay: -1s;
      }
      .sk-fading-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
                animation-delay: -0.9s;
      }
      .sk-fading-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s;
      }
      .sk-fading-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
                animation-delay: -0.7s;
      }
      .sk-fading-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
                animation-delay: -0.6s;
      }
      .sk-fading-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
                animation-delay: -0.5s;
      }
      .sk-fading-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
                animation-delay: -0.4s;
      }
      .sk-fading-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
                animation-delay: -0.3s;
      }
      .sk-fading-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
                animation-delay: -0.2s;
      }
      .sk-fading-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
                animation-delay: -0.1s;
      }

      @-webkit-keyframes sk-circleFadeDelay {
        0%, 39%, 100% { opacity: 0; }
        40% { opacity: 1; }
      }

      @keyframes sk-circleFadeDelay {
        0%, 39%, 100% { opacity: 0; }
        40% { opacity: 1; }
      }


      /* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #f8cd56; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
