/* CSS Document */

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,900&display=swap');

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background: #F2F0EE;
    color: #303030;

    font-size: 1.08rem !important;
  }

.container{
  background: #fff;
  max-width: 1240px;
}
body.modal-open >:not(.modal) {
  /*-webkit-filter: blur(5px) grayscale(90%);*/
  /*  filter: blur(25px) grayscale(10%);*/
}
.modal-xl {
    max-width: 1200px;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/* FARBEN*/

/* TEXT
.text-success {
    color: #19C096 !important;
}
.text-warning {
    color: #FFE32D !important;
}
.text-danger {
    color: #40a654 !important;
}*/

/* FARBEN*/


.bg-grau{
    background-color: #ff0000 !important;
}

/* BUTTON
.btn-success {
    background-color: #19C096 !important;
}
.btn-warning {
    background-color: #FFE32D !important;
}
.btn-danger {
    background-color: #40a654 !important;
}*/

/* DASHBOARD*/
.aktuelles{
  background: #484e5b;
  color: #fff;
}
.galerie{
  background: #40a654 !important;
  color: #fff;
}
.partner{
  background: #b9bfcb !important;
  color: #fff;
}
.faq{
  background: #19aef2 !important;
  color: #fff;
}
.auftraege{
  background: #4c56ad;
  color: #fff;
}
.fahrer{
  background: #b9bfcb;
  color: #fff;
}
.fahrer-auftraege{
  background: #b9bfcb;
  color: #fff;
}
.fahrer-touren{
  background: #b9bfcb;
  color: #fff;
}
.fahrer-anmelden{
  background: #b9bfcb;
  color: #fff;
}
.fahrer-fahrerabrechnung{
  background: #b9bfcb;
  color: #fff;
}
.kunden{
  background: #f67180;
  color: #fff;
}
.projekte{
  background: #40a654;
  color: #fff;
}

/* ICON GRÖSSE*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-96 { font-size: 96px; }

#map{
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}

.table{
  font-size: 0.8em;
}
.table th, .table td {
    padding: 0.2rem;
    vertical-align: top;
    border-top: none;
}
.table tr{
  border-bottom:1px solid #ccc;
}
.table tr:hover{
  background: #EEEEEE
}

.abstand100{
  margin-top:100px;
}
.abstand40{
  height:40px;
}
.abstand20{
  margin-top:20px;
}

.zero{
  margin: 0;
  padding: 0;
}

.navbar {
    padding: 5px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

/* Summernote Editor Anpassungen */
.note-editor.note-frame,
.note-editor.note-airframe {
    max-width: 100%;
    overflow-x: hidden;
}

.note-editing-area {
    overflow-x: auto;
}

.note-editable {
    padding: 10px;
    overflow-x: visible;
    min-height: 150px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.note-editable img,
.note-editable table {
    max-width: 100% !important;
    height: auto !important;
}

.note-editable .row {
    margin-left: 0;
    margin-right: 0;
    border: 1px dashed #ccc;
    padding: 5px;
    margin-bottom: 10px;
}

.note-editable [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.note-editable .custom-col {
    border: 1px dashed #ddd;
    padding: 5px;
    position: relative;
    min-height: 30px;
}

.note-editable .custom-col-highlight {
    outline: 2px solid #007bff;
}

.note-placeholder {
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: 2rem;
  color: #e4e5e7;
  pointer-events: none;
}

/*Toolbar panel*/

.note-editor .note-toolbar {
  background: #f0f0f1;
  border-bottom: 1px solid #c2cad8;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/*Buttons from toolbar*/

.summernote .btn-group, .popover-content .btn-group {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.note-popover {
  background: #f0f0f1!important;
}

.summernote .btn, .note-btn {
  color: rgba(0, 0, 0, .54)!important;
  background-color: transparent!important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.summernote .dropdown-toggle:after {
  vertical-align: middle;
}

.note-editor.card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}

/* Border of the Summernote textarea */

.note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, .14);
}

/* Padding of the text in textarea */

.note-editor.note-frame .note-editing-area .note-editable {
  padding-top: 1rem;
}

.custom-col-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 123, 255, 0.1);
    pointer-events: none;
}

.custom-col-label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #007bff;
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    pointer-events: none;
}


.custom-context-menu {
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.context-menu-item {
    padding: 5px 10px;
    cursor: pointer;
}

.context-menu-item:hover {
    background-color: #f0f0f0;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}

/* Hintergrundfarbe ändern Modal */
#changeColumnBgColorModal .modal-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#changeColumnBgColorModal .modal-header {
    border-bottom: none;
}

#changeColumnBgColorModal .modal-footer {
    border-top: none;
}


@media (max-width: 768px) {
    .note-editable [class^="col-"] {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Bildergalerie */
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.image-item {
    width: 200px;
    height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.image-container {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.3s;
}

.image-container:hover img {
    transform: scale(1.1);
}

.image-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-item p {
    margin: 2px 0;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.button-group {
    margin-top: auto;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.image-item button {
    flex: 1;
    padding: 5px 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.image-item button:hover {
    background-color: #45a049;
}

.image-item button:last-child {
    background-color: #f44336;
}

.image-item button:last-child:hover {
    background-color: #d32f2f;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
/* ÜBERSCHRIFTEN */

h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.uhrzeitspalte{
  border-left: 1px solid #ccc;
}

.note-editable{
  font-family: 'Montserrat', sans-serif;
  color: #06324A;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #40a654;
    color: #fff;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar.active {
    margin-left: 0;
    transform: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    /*color: #fff;
    background: #85061C;*/
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #40a654;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #40a654;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}
#subcontent {
    padding: 20px;
    transition: all 0.3s;
}

#sidebarCollapse {
    cursor: pointer;
    color: #fff;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 5px auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

/* ---------------------------------------------------
    ANIMATION ERSTMAL ABGESCHALTEN
#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}
----------------------------------------------------- */


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 0px auto;
}


.info_0{
  font-size: 3em;
	position: absolute;
padding:8px;
background:#C82333;
color:#FFFFFF;
text-align:center;
	z-index: 10000001;
  top:50px;
  right: 0px;

      -webkit-animation:info_0 .5s cubic-bezier(.55,.085,.68,.53) 2s both;animation:info_1 .5s cubic-bezier(.55,.085,.68,.53) 2s both
}

@-webkit-keyframes info_0{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}}@keyframes scale-out-hor-right{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}}

.info_1{
  font-size: 3em;
	position: absolute;
padding:8px;
background:#009933;
color:#FFFFFF;
text-align:center;
	z-index: 10000001;
  top:50px;
  right: 0px;

      -webkit-animation:info_1 .5s cubic-bezier(.55,.085,.68,.53) 1s both;animation:info_1 .5s cubic-bezier(.55,.085,.68,.53) 1s both
}

@-webkit-keyframes info_1{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}}@keyframes scale-out-hor-right{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}100%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;opacity:1}}

.modal{
  background: #ccc;

	filter: alpha(opacity=100);
	opacity: 1;
}
.modal.fade {
  z-index: 10000000 !important;
}
.modal-backdrop { display: none; }
.modal { background: rgba(0,0,0,0.5); }

@-webkit-keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeOut {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}

/* LISTENANSICHT */
.suchkopf{
  padding-top: 20px;
  padding-bottom: 20px;
}

.listenkopf{
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
background: #ccc;

}
.zeile{
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
.zeile:hover{
background: #eee !important;
}

.monat{
  padding: 30px;
  border: 1px solid #fff;
}

.bg_gelb{
  background: #fffce6;
}

/* accordion*/
.card{
  border:0;
}
.card-header {
  padding: 0px;
	padding-top: 14px;
  padding-bottom: 14px;
	margin-bottom: 20px;
	color: inherit;
	background-color: #fff;
	border-bottom:0px solid rgba(0, 0, 0, 0.125);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}


/* FORMULAR STYLES */
.btn {
  margin-bottom: 2px;
  border-radius: 0;
}
.btn-sm{
  margin-bottom: 0px;
}
.form-control{
  margin-bottom: 2px;
  border-radius: 0;
}
.custom-select{
  border-radius: 0;
}
.nav-pills .nav-link {
    border-radius:0;
}
#warenkorb .row{
  padding: 4px;
}
#warenkorb .btn{
  margin:0px;
  padding: 0px;
}
.produkt_abwahlzutaten{
  height: 300px;
  margin:10px;
  padding: 10px;
  background: #F2F0EE;
  display: block;
  overflow: auto;
}
.produkt_abwahlzutaten a{
  display: block;
}
.produkt_abwahlzutaten a:hover{
  background: #fff;
}
.col-form-label {
  padding-left: 0;
  color: #303030;
}

.w300{
  width: 300px;
}

.formular_button_gruen{
  margin-left: 0px;
background-color:#328F00;
color:#FFFFFF;
width:50px;
height:50px;
border:2px solid #fff;
-moz-transform:rotate(45deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(45deg); /* Safari */
-o-transform:rotate(45deg); /* Opera */
-ms-transform:rotate(45deg); /* IE9 */
transform:rotate(45deg); /* W3C */
}
.formular_button_rot{
  margin-left: 50px;
background-color:#AD0000;
color:#FFFFFF;
width:50px;
height:50px;
border:2px solid #fff;
-moz-transform:rotate(45deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(45deg); /* Safari */
-o-transform:rotate(45deg); /* Opera */
-ms-transform:rotate(45deg); /* IE9 */
transform:rotate(45deg); /* W3C */
}

.formular_button_blau{
  margin-left: 50px;
background-color:#00468F;
color:#FFFFFF;
width:50px;
height:50px;
border:2px solid #fff;
-moz-transform:rotate(45deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(45deg); /* Safari */
-o-transform:rotate(45deg); /* Opera */
-ms-transform:rotate(45deg); /* IE9 */
transform:rotate(45deg); /* W3C */
}
.formular_button_weiss{
  margin-left: 50px;
background-color:#fff;
color:#FFFFFF;
width:50px;
height:50px;
border:2px solid #fff;
-moz-transform:rotate(45deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(45deg); /* Safari */
-o-transform:rotate(45deg); /* Opera */
-ms-transform:rotate(45deg); /* IE9 */
transform:rotate(45deg); /* W3C */
}

.ui-datepicker-calendar {
  display: none;
  }

  .ms-container {
      background: transparent url('../img/switch.png') no-repeat 50% 50%;
      width: auto ;
  }

.telefonbutton_green{
  display:block;
  padding:6px;
  background:#28A745;
  color:#fff;
  border-bottom:1px solid #fff;
  line-height: 1em;
  font-size: 0.9em;
}
.telefonbutton_green:hover{
  display:block;
  background:#218838;
  color:#fff;
  border-bottom:1px solid #fff;
  padding-left:10px;
  line-height: 1em;
}

.telefonbutton_red{
display:block;
padding:6px;
background:#fff;
color:#303030;
border-bottom:1px solid #40a654;
line-height: 1em;
font-size: 0.9em;
}
.telefonbutton_red:hover{
display:block;
background:#40a654;
color:#fff;
border-bottom:1px solid #fff;
padding-left:10px;
line-height: 1em;
}
.telefonbutton_limit{
  display: block;
  text-align: center;
  background: #ccc;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.shortcut_artikel{
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 2px;
}

.multi-wrapper .item {
  font-size: 0.7em;
}
#results{
  position: absolute;
  z-index: 9999;
}
#results p {
      display: block;
      width: 100%;
      height: calc(2.25rem + 2px);
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      margin-bottom: 0px;

}
#results p a {
    text-decoration: none;
    padding: 0px;
}
#results p a:focus {
    background-color:#efefef;
}

.kuechenmonitor_block{
  background: #fff;
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 2px;
}

.kuechenmonitor_block_artikel{
  border-top: 1px dashed #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
}
.kuechenmonitor_block_auftraege{
  margin-top: 10px;
  margin-bottom: 10px;
}
.kuechenmonitor_block_move{
  cursor: move;
  background: #fff;
}
#uhr{
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 2em;
}
#datum{
  text-align: center;
  background: #000;
  color: #fff;
}
.pulse {
  box-shadow: 0 0 0 rgba(204,169,44, 0.6);
  animation: pulse 2s infinite;
}


@keyframes flickerAnimation {
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
0%   { opacity:1; }
50%  { opacity:0; }
100% { opacity:1; }
}
.animate-flicker {
 -webkit-animation: flickerAnimation 1s 5;
 -moz-animation: flickerAnimation 1s 5;
 -o-animation: flickerAnimation 1s 5;
  animation: flickerAnimation 1s 5;
}

.bon{
    font-family: 'Courier New',  sans-serif;
  font-size: 2em;
  color: #000;
  font-weight: bold;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.6);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
/* ---------------------------------------------------
    COLLAPSE BLOCK
----------------------------------------------------- */
.hidden {
     display:none;
}
/* ---------------------------------------------------
    QUICKBUTTON DASHBOARD & FARBEN
----------------------------------------------------- */
a.quick{
  min-height: 200px;
  padding: 20px;
  color: #fff;
  border: 10px solid #F2F0EE;
  font-size: 1.4em;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;

}
a.quick:hover{
  min-height: 200px;
  padding: 10px;
  color: #fff;
}
a.quick-lieferzeit{
  padding: 20px;
  color: #fff;
  border: 10px solid #F2F0EE;
  font-size: 1.4em;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;

}
a.quick-lieferzeit:hover{
  padding: 10px;
  color: #fff;
}
.breakfast{
  background: #40a654;
  position: relative;
}
.breakfast:before{

  position: absolute;
  top: 0;
  left: 10px;
}
/* ---------------------------------------------------
    ICONS FA5
----------------------------------------------------- */
.fa_chat {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
    border: none;
    margin-left: 1px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }


        .formular_button_gruen{
          margin-left: 0px;
        width:40px;
        height:40px;
        }

            .formular_button_rot{
              margin-left: 10px;
            background-color:#AD0000;
            color:#FFFFFF;
            width:40px;
            height:40px;
            border:2px solid #fff;
            -moz-transform:rotate(45deg); /* Firefox 3.6 Firefox 4 */
            -webkit-transform:rotate(45deg); /* Safari */
            -o-transform:rotate(45deg); /* Opera */
            -ms-transform:rotate(45deg); /* IE9 */
            transform:rotate(45deg); /* W3C */
            }

    .formular_button_blau{
      margin-left: 10px;
    background-color:#00468F;
    color:#FFFFFF;
    width:40px;
    height:40px;
    border:2px solid #fff;
    -moz-transform:rotate(45deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(45deg); /* Safari */
    -o-transform:rotate(45deg); /* Opera */
    -ms-transform:rotate(45deg); /* IE9 */
    transform:rotate(45deg); /* W3C */
    }
    .formular_button_weiss{
      margin-left: 10px;
    background-color:#fff;
    color:#FFFFFF;
    width:40px;
    height:40px;
    border:2px solid #fff;
    -moz-transform:rotate(45deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(45deg); /* Safari */
    -o-transform:rotate(45deg); /* Opera */
    -ms-transform:rotate(45deg); /* IE9 */
    transform:rotate(45deg); /* W3C */
    }

}
/* NUR MODALS DRUCKEN*/
@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
    height: 100px;
    overflow-y: visible;
  }

  #printThis{
    font-size: 11px;
    white-space: nowrap;
  }
}
