/*******************************
             Reset
*******************************/

/* Border-Box */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,html{height:100%}html{font-size:14px}

/* iPad Input Shadows */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

h1,
h2 {
  font-weight: normal;
}

ul {
  list-style-type: none;
  padding: 0;
}

a {
  color: #35495E;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  overflow: auto;
}

i.icon.close:before {
  content: "\00d7";
}

.deselect {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input:not(.multiselect__input) {
  padding: 8px 6px;
  border: 1px solid #c7c7c7;
  background-color: #fcfcfc;
  background-color: white;
  height: 32px;
}

input.disabled{
  color: #8e8e8e;
}

input:-internal-autofill-selected {
  background-color: #fcfcfc !important;
}

/* .bootstrap-switch.bootstrap-switch-focused,  */
input:focus:not(.multiselect__input),
.btn:focus,
textarea:focus,
.ui.input>input:focus,
.ui.selection.active.dropdown,
.ui.selection.dropdown:focus,
.ui.selection.active.dropdown:hover {
  border-color: #7ec108;
  outline: 0;
  -webkit-box-shadow: 0 0 6px rgba(93, 142, 6, 0.6);
  box-shadow: 0 0 6px rgba(93, 142, 6, 0.6);
}

.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown:hover .menu {
  border-color: #66afe9;
  outline: 0;
  /* -webkit-box-shadow: 0 3px 3px rgba(102, 175, 233, 0.6);
        box-shadow:  0 3px 3px rgba(102, 175, 233, 0.6);   */
}



button {
  padding: 8px 6px;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #c7c7c7;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #fcfcfc inset;
  box-shadow: 0 0 0px 1000px #fcfcfc inset;
  transition: background-color 5000s ease-in-out 0s;
}

.btn {
  display: inline-block;
  padding: 4px 12px 3px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn:hover {
  background-image: -moz-linear-gradient(top, #fff, #d1d1d1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #d1d1d1);
  background-image: -o-linear-gradient(top, #fff, #d1d1d1);
  background-image: linear-gradient(to bottom, #fff, #d1d1d1);
}

div.error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

div.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

div.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

div.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.ui.selection.dropdown,
.ui.selection.dropdown .menu {
  border-radius: 0;
}

.ui.selection.dropdown .menu .item{
  font-size: 13px;

}


.formular {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1100px;
}

.formular li.error label,
.formular li.error input:not(.multiselect__input),
.formular li.error .ui.selection.dropdown {
  color: #a94442;
}

.formular li.error input:not(.multiselect__input),
.formular li.error .multiselect__tags,
.formular li.error .ui.selection.dropdown {
  background-color: #fff6f6 !important;
  border: 1px solid #e0b4b4 !important;
}

.formular li.error .ui.selection.active.dropdown .menu {
  border: 1px solid #e0b4b4;
}

.formular li.error input:focus:not(.multiselect__input),
.formular li.error .multiselect--active .multiselect__tags,
.formular li.error .btn:focus,
.formular li.error .ui.input>input:focus,
.formular li.error .ui.selection.active.dropdown,
.formular li.error .ui.selection.dropdown:focus,
.formular li.error .ui.selection.active.dropdown:hover {
  -webkit-box-shadow: 0 0 6px rgba(184, 74, 74, 0.6);
  box-shadow: 0 0 6px rgba(184, 74, 74, 0.6);
}
/*
.formular li.error .ui.selection.active.dropdown .menu,
.formular li.error .ui.selection.active.dropdown:hover .menu {
   -webkit-box-shadow: 0 3px 3px rgba(184, 74, 74, 0.6);
        box-shadow: 0 3px 3px rgba(184, 74, 74, 0.6);  
}
*/

.form-container {
  width: 48%;
  min-width: 380px;
  font-size: 13px;
  border: 1px solid #e3e3e3;
  background-color: white;
  margin-bottom: 18px;
}

.form-container button {
  width: 100%;
}

.form-container p {
  text-align: center;
  background-color: #f2f2f2;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
}

.form-container * {
  box-sizing: border-box;
}

.form-container .flex-outer,
.form-container .flex-inner {
  list-style-type: none;
  padding: 0;
}

.form-container .flex-outer {
  /* max-width: 800px; */
  margin: 0 auto;
  padding: 0 10px;
}

.form-container .flex-outer li,
.form-container .flex-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-container .flex-inner {
  padding: 0 8px;
  /* justify-content: space-between;   */
}

.form-container .flex-outer>li {
  margin: 12px 0;
}

.form-container .flex-outer li label {
  padding: 8px 0;
}

.form-container .flex-outer>li>label,
.form-container .flex-outer li p {
  flex: 1 0 120px;
  max-width: 200px;
}

.form-container .flex-outer>li>label+*,
.form-container .flex-inner {
  flex: 1 0 200px;
}

.form-container .flex-outer li p {
  margin: 0;
}


.form-container .flex-inner li {
  width: 100px;
}

table.tableSecurity th.rotate > div > span{
  left: -15px;
}
table.tableSecurity.colstripes tr td:nth-child(2n+3), table.tableSecurity.colstripes tr th:nth-child(2n+3) > div {
  background: #f2f2f2
}

table.tableSecurity.reportTable{
  min-width: auto;
}
table.tableAnmeldungen.reportTable{
  min-width: auto;
}
table.tableAnmeldungen.colstripes tr td:nth-child(2n+3), table.tableAnmeldungen.colstripes tr th:nth-child(2n+3) > div {
  background: #f2f2f2
}





table.tableAnmeldungen.colstripes tr td:nth-child(1n+14), table.tableAnmeldungen.colstripes tr th:nth-child(1n+14) > div{
  background: transparent !important;
}

table.tableAnmeldungen th.rotate{
  height: 160px;
}
table.tableAnmeldungen th.rotate > div{
  left: 80px;
}

table.tableGesendet.colstripes tr td:nth-child(2n+6), table.tableGesendet.colstripes tr th:nth-child(2n+6) > div {
  background: #f2f2f2;
}

table.tableGesendet.colstripes tr td:nth-child(1n+11), table.tableGesendet.colstripes tr th:nth-child(1n+11) > div{
  background: transparent !important;
}

table.tableGesendet th.rotate{
  height: 106px;
}
table.tableGesendet th.rotate > div{
  left: 53px;
}





.wrapcontent{
  padding: 12px;
  border: 1px solid #e3e3e3;
  background: -moz-linear-gradient(left, rgba(252,252,252,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(252,252,252,1) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(252,252,252,1) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

textarea{
  padding: 8px 6px;
  resize: none;
}

#noes7{
  width: 80%;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  opacity: 0;
  -webkit-animation: cssAnimation 3s forwards; 
  animation: cssAnimation 3s forwards;
  z-index: 1000;
}
@keyframes cssAnimation {
  0%   {opacity: 0;}
  90%  {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes cssAnimation {
  0%   {opacity: 0;}
  90%  {opacity: 0;}
  100% {opacity: 1;}
}

.ui.secondary.pointing.menu .router-link-active.item, .ui.secondary.pointing.menu .router-link-active.item:hover{
  color: #125171;
  border-color: #1F8CC4;
  font-weight: normal;
}
.ui.secondary.pointing.menu{
  background: -moz-linear-gradient(left, rgba(252,252,252,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(252,252,252,1) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(252,252,252,1) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.ui.secondary.pointing.menu .item.disabled:hover{
  color: rgba(40,40,40,.3);
}

.vdp-datepicker__calendar .cell.selected{
  background-color: #1F8CC4;
}


/* Icomoon.com */
/*   
  .gn-menu-main,
  .gn-menu-main ul {
          margin: 0;
          padding: 0;
          background: white;
          color: #5f6f81;
          list-style: none;
          text-transform: none;
          font-weight: 300;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          line-height: 60px;
  }
  
  .gn-menu-main {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 60px;
          font-size: 13px;
          border-bottom: 1px solid #c6d0da;
  }
  
  .gn-menu-main a {
          display: block;
          height: 100%;
          color: #5f6f81;
          text-decoration: none;
          cursor: pointer;
  }
  
  .no-touch .gn-menu-main a:hover,
  .no-touch .gn-menu li.gn-search-item:hover,
  .no-touch .gn-menu li.gn-search-item:hover a {
          background: #5f6f81;
          color: white;
  }
  
  .gn-menu-main > li {
          display: block;
          float: left;
          height: 100%;
          border-right: 1px solid #c6d0da;
          text-align: center;
  } */

/* icon-only trigger (menu item) */
/*   
  .gn-menu-main li.gn-trigger {
          position: relative;
          width: 60px;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
  }
  
  .gn-menu-main > li:last-child {
          float: right;
          border-right: none;
          border-left: 1px solid #c6d0da;
  }
  
  .gn-menu-main > li > a {
          padding: 0 30px;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: bold;
  }
  
  .gn-menu-main:after {
          display: table;
          clear: both;
          content: "";
  }
  
  .gn-menu-wrapper {
          position: fixed;
          top: 60px;
          bottom: 0;
          left: 0;
          overflow: hidden;
          width: 60px;
          background: white;
          -webkit-transform: translateX(-60px);
          -moz-transform: translateX(-60px);
          transform: translateX(-60px);
          -webkit-transition: -webkit-transform 0.3s, width 0.3s;
          -moz-transition: -moz-transform 0.3s, width 0.3s;
          transition: transform 0.3s, width 0.3s;
  }
  
  .gn-scroller {
          position: absolute;
          overflow-y: auto;
          width: 240px;
          height: 100%;
  }
  
  .gn-menu {
          border-bottom: 1px solid #c6d0da;
          text-align: left;
          font-size: 18px;
  }
  
  .gn-menu li:not(:first-child),
  .gn-menu li li {
          box-shadow: inset 0 1px #c6d0da
  }
  
  .gn-submenu li {
          overflow: hidden;
          height: 0;
          -webkit-transition: height 0.3s;
          -moz-transition: height 0.3s;
          transition: height 0.3s;
  }
  
  .gn-submenu li a {
          color: #c1c9d1
  }
  
  input.gn-search {
          position: relative;
          z-index: 10;
          padding-left: 60px;
          outline: none;
          border: none;
          background: transparent;
          color: #5f6f81;
          font-weight: 300;
          font-family: 'Lato', Arial, sans-serif;
          cursor: pointer;
  } */

/* placeholder */
/*   
  .gn-search::-webkit-input-placeholder {
          color: #5f6f81
  }
  
  .gn-search:-moz-placeholder {
          color: #5f6f81
  }
  
  .gn-search::-moz-placeholder {
          color: #5f6f81
  }
  
  .gn-search:-ms-input-placeholder {
          color: #5f6f81
  }
   */
/* hide placeholder when active in Chrome */
/*   
  .gn-search:focus::-webkit-input-placeholder,
  .no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
          color: transparent
  }
  
  input.gn-search:focus {
          cursor: text
  }
  
  .no-touch .gn-menu li.gn-search-item:hover input.gn-search {
          color: white
  } */

/* placeholder */
/*   
  .no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
          color: white
  }
  
  .no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
          color: white
  }
  
  .no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
          color: white
  }
  
  .no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
          color: white
  }
  
  .gn-menu-main a.gn-icon-search {
          position: absolute;
          top: 0;
          left: 0;
          height: 60px;
  }
  
  .gn-icon span {
          width: 0;
          height: 0;
          display: block;
          overflow: hidden;
  }
  
  .gn-icon-menu::before {
          margin-left: -15px;
          vertical-align: -2px;
          width: 30px;
          height: 3px;
          background: #5f6f81;
          box-shadow: 0 3px white, 0 -6px #5f6f81, 0 -9px white, 0 -12px #5f6f81;
          content: '';
  }
  
  .no-touch .gn-icon-menu:hover::before,
  .no-touch .gn-icon-menu.gn-selected:hover::before {
          background: white;
          box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
  }
  
  .gn-icon-menu.gn-selected::before {
          background: #5993cd;
          box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
  }
   */
/* styles for opening menu */
/*   
  .gn-menu-wrapper.gn-open-all,
  .gn-menu-wrapper.gn-open-part {
          -webkit-transform: translateX(0px);
          -moz-transform: translateX(0px);
          transform: translateX(0px);
          border-right: 1px solid #c6d0da;
  }
  
  .gn-menu-wrapper.gn-open-all {
          width: 240px;
          border-right: 1px solid #c6d0da;
  }
  
  .gn-menu-wrapper.gn-open-all .gn-submenu li {
          height: 60px
  }

  .gn-menu .icon{
    display: inline-block;
    font-size: 1.5em;
    width: 60px;
    text-align: center;
  }
  
  @media screen and (max-width: 422px) { 
      .gn-menu-wrapper.gn-open-all {
              -webkit-transform: translateX(0px);
              -moz-transform: translateX(0px);
              transform: translateX(0px);
              width: 100%;
      }
  
      .gn-menu-wrapper.gn-open-all .gn-scroller {
              width: 130%
      }
  } */
