/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/open-sans-v18-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/open-sans-v18-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/open-sans-v18-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v18-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/open-sans-v18-latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/open-sans-v18-latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/open-sans-v18-latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}

/* exo-2-regular - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/exo-2-v10-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/exo-2-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/exo-2-v10-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/exo-2-v10-latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/exo-2-v10-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/exo-2-v10-latin-regular.svg#Exo2') format('svg');
  /* Legacy iOS */
}

/* exo-2-800 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/exo-2-v10-latin-800.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('fonts/exo-2-v10-latin-800.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/exo-2-v10-latin-800.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/exo-2-v10-latin-800.woff') format('woff'),
    /* Modern Browsers */
    url('fonts/exo-2-v10-latin-800.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/exo-2-v10-latin-800.svg#Exo2') format('svg');
  /* Legacy iOS */
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #485b6d;
  background-color: #eee;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
  padding-left: 0 env(safe-area-inset-left);
  box-sizing: border-box;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {

  /* Firefox */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {

  /* Safari and Chrome */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {

  /* Opera */
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

a {
  font-weight: 600;
  text-decoration: none;
  color: #485b6d;
}

a:hover {
  font-weight: 600;
  text-decoration: none;
  color: #9ebd5d;
}

p {
  margin-block-start: 0.2rem;
  margin-block-end: 0.2rem;
}

hr {
  background: #eee;
  height: 1px;
  border: 0;
}

/* HEADER START */

header {
  height: 70px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5000;
  background-color: #eee;
}

#logoheader {
  display: block;
  float: left;
  width: 50%;
  height: 70px;
}

#logo {
  position: absolute;
  margin-left: 3%;
  margin-top: 20px;
  text-decoration: none;
  z-index: 6001;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all .3s;
  transition-timing-function: linear;
  background-image: url('style_img/HeinzSchmid.svg');
  background-repeat: no-repeat;
  width: 275px;
  height: 35px;
}

#logo img {
  width: 275px;
  height: 33px;
  text-decoration: none;
}

a #logo,
a #logo2 {
  text-decoration: none;
}

a #logo:hover,
a #logo2:hover {
  opacity: 0.7;
  color: #505050;
}

.content {
  margin-top: 100px;
  width: 94%;
  margin-left: 3%;
  margin-right: auto;
}


ul {
  padding: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  background: #eee;
}

li {
  list-style: none;
  padding: 0px;
}


div.bemerkung img {
  height: 10px;
  width: 10px;
  padding: 0px;
}

h1 {
  font-family: 'Exo 2', serif;
  color: #485b6d;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}

label {
  font-size: 0.75rem;
  color: #485b6d;
  width: 100%;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

label.label_img {
  padding-right: 15px;
  width: 20px;
  border: none;
  display: inline-block;
  margin-top: 8px;
}

.formfield {
  width: 100%;
  margin-top: 20px;
  display: block;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #485b6d;
}

.container {
  width: 100%;
  min-height: 20px;
  margin-top: 20px;
  display: block;
  padding-bottom: 5px;
  position: relative;
}

#accordion .container {
  margin-top: 2px;
}

input.grau {
  height: 30px;
  width: 90%;
  border: none;
  font-size: 0.875rem;
  color: #485b6d;
  background-color: #eee;
}

input {
  height: 30px;
  width: 90%;
  border: none;
  font-size: 0.875rem;
  color: #485b6d;
  background-color: #fff;
}

input.txt {
  height: 30px;
  width: 85%;
  border: none;
  font-size: 0.875rem;
  color: #485b6d;
  background-color: #fff;
}

input:focus {
  border: none;
  outline: none;
  background-color: #eee;
}

select {

  height: 30px;
  width: 90%;
  border: none;
  font-size: 0.875rem;
  color: #485b6d;
  background-color: #fff;
  background: #fff;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 0px;
}

select option {

  color: #485b6d;
  background-color: #fff;
  background: #fff;
}



textarea {
  width: 90%;
  border: none;
  font-size: 0.875rem;
  color: #485b6d;
  background-color: #eee;
  min-height: 100px;
}

textarea:focus {
  border: none;
  outline: none;
  background-color: #eee;
}

input.button {
  background-color: #485b6d;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border: none;
  width: 100%;
  color: #eee;
  height: 40px;
  cursor: pointer;
}

input.button:hover {
  background-color: #485b6d;
}

.memberlist_active .custom-file-input {
  color: black;
  background-color: #fff;
  padding: 0px;
}

.memberlist_active .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.memberlist_active .custom-file-input::before {
  content: 'Dokument auswählen';
  display: inline-block;
  background: #485b6d;
  border: none;
  padding: 8px;
  outline: none;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  color: #eee;
}

.memberlist_active .custom-file-input:hover::before {
  border-color: black;
}

.memberlist_active .custom-file-input:active::before {
  background: #DD1919;
}

div.centerlink {
  font-size: 0.875rem;
  width: 300px;
  text-align: left;
  margin-top: 30px;
}

div.centerlink a {
  text-decoration: none;
  color: #485b6d;
}

div.centerlink a:hover {
  text-decoration: underline;
}



/* ACCORDION */

#accordion {
  line-height: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background-color: #eee;
}

#accordion>div {
  line-height: 22px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #485b6d;

}

.ui-accordion .ui-accordion-content {
  padding: 0px;
}


#accordion a {
  display: block;
  padding: 10px;
  background: #485b6d;
  width: 95%;
  margin-bottom: 10px;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  font-weight: 400;
}

#accordion a:hover {
  background: #DD1919;
}

#accordion a.close {
  position: absolute;
  height: 22px;
  margin-top: -10px;
  padding: 2px;
  text-align: center;
  font-size: .8rem;
  background: #eee;
  color: #333;
}



#accordion a.anhang {
  padding: 2px 7px;
  text-align: center;
  font-size: .8rem;
  background: #eee;
  color: #333;
}

#accordion a.close:hover,
#accordion a.anhang:hover {
  background: #DD1919;
  color: #fff;
}

.ui-widget-content {
  border: none;
}

.ui-accordion .ui-accordion-header {
  margin: 10px 0px 0px 0px;
}

#accordion .ui-state-default,
#accordion .ui-widget-content .ui-state-default,
#accordion .ui-widget-header .ui-state-default {
  background: #fff;
  border-radius: 0px;
  border: none;
}

#accordion .ui-state-active,
#accordion .ui-widget-content .ui-state-active,
#accordion .ui-widget-header .ui-state-active {
  background: #fff;
  border: none;
  border-radius: 0px;
}

#accordion h3 {
  line-height: 22px;
  margin-bottom: 0px;
  background: #fff;
  border-radius: 0px;
  color: #485b6d;
  padding: 8px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 1.2rem;
}

#accordion h3:focus {
  outline: none;
}

#accordion h3 span.flag {
  background: #fff;
  border: 1px solid #DD1919;
  color: #DD1919;
  font-weight: 400;
  border-radius: 50%;
  font-size: 0.8rem;
  padding: 0px;
  display: inline-block;
  width: 18px;
  line-height: 18px;
  text-align: center;
  vertical-align: top;
}

/* ABSENZ */
li.liste {
  line-height: 22px;
  padding-bottom: 10px;
  margin-top: 5px;
  border-radius: 0px;
  color: #485b6d;
  padding: 8px;
  background-color: #fff;
}





li.liste div {
  display: inline-block;
}

li.liste div.date {
  width: 40%;
}

li.liste div.text {
  width: 60%;
}

li.liste div.bemerkung {
  width: 100%;
  font-style: italic;
  font-size: 0.8rem;
}

li.liste div.titel {
  font-weight: 600;
  font-size: 1.2rem;
  width: calc(100% - 30px);
}

div.icon {
  min-height: 20px;
  min-width: 20px;
  position: absolute;
  right: 8px;
  background: transparent;
}

div.icon img {
  height: 20px;
  width: 20px;
}

div.icontop {
  min-height: 20px;
  width: 90px;
  position: absolute;
  right: 0px;
  background: transparent;
}

div.right {
  position: absolute;
  right: 8px;
  width: 100%;
  text-align: right;
  clear: both;
}

li.liste div.breit {
  width: calc(100% - 30px);
  font-size: 1rem;


}

a div.button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0px;
  margin-top: -5px;
}

a div.close {
  background-image: url('../bilder/close1.svg');
}

a div.close:hover {
  background-image: url('../bilder/close2.svg');
}

a div.add {
  background-image: url('../bilder/add1.svg');
}

a div.add:hover {
  background-image: url('../bilder/add2.svg');
}

a div.delete {
  background-image: url('../bilder/delete1.svg');
}

a div.delete:hover {
  background-image: url('../bilder/delete2.svg');
}

a div.stift {
  background-image: url('../bilder/stift1.svg');
}

a div.stift:hover {
  background-image: url('../bilder/stift2.svg');
}

.memberlist_active {
  position: relative;
  padding: 8px;
  border-radius: 4px;
  background: #9EBD5D;
  margin-bottom: 20px;
}



.memberlist_active a div.close {
  right: 5px;
}

.flexi {
  display: flex;
  width: 99%;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-left: 8px;
}

.percentSort {
  width: 15%;
  display: inline-block;
}

.percentName {
  width: 58%;
  flex-grow: 3;
  display: inline-block;
}

.percentLong {
  width: 79%;
  flex-grow: 3;
  display: inline-block;
}

.percentSave {
  width: 20%;
  display: inline-block;
}

.memberlist_active>form>div>label {
  margin-top: 10px;
}


.memberlist_active input {
  background-color: #fff;
  padding: 4px;
  box-sizing: border-box;
}

.memberlist_active select {
  background-color: #fff;
  padding: 4px;
}

.memberlist_active input:focus {
  background-color: #eee;
}

.memberlist_active textarea {
  background-color: #fff;
  padding: 4px;
}

.memberlist_active textarea:focus {
  background-color: #eee;
}

.memberlist_active input.button {
  background-color: #485b6d;
  cursor: pointer;
}

.memberlist_active input.button:hover {
  background-color: #DD1919;
}

input[type=image] {
  display: block;
  height: 20px;
  width: 20px;
  margin-bottom: 10px;
  background: transparent;
  padding: 0px;
}

input[type=image].stift {
  background-image: url('../bilder/stift1.svg');
}

input[type=image].stift:hover {
  background-image: url('../bilder/stift2.svg');
}

input[type=image].delete {
  background-image: url('../bilder/delete1.svg');
  margin-top: 5px;
}

input[type=image].delete:hover {
  background-image: url('../bilder/delete2.svg');
}

input[type=image].close {
  background-image: url('../bilder/close1.svg');
}

input[type=image].close:hover {
  background-image: url('../bilder/close2.svg');
}

input[type=image].save {
  background-image: url('../bilder/save1.svg');
}

input[type=image].save:hover {
  background-image: url('../bilder/save2.svg');
}

input[type=checkbox] {
  width: auto;
}

button {
  cursor: pointer;
  margin-bottom: 10px;
  background-repeat: none;
  -webkit-appearance: none;
  border-radius: 0px;
  padding: 0px;
}

button.save {
  display: inline-block;
  border: none;
  padding: none;
  border-radius: none;
  width: 20px;
  height: 20px;
  background-image: url('../bilder/save1.svg');
}

button.save:hover {
  background-image: url('../bilder/save2.svg');
}

button.delete {
  display: inline-block;
  border: none;
  padding: none;
  border-radius: none;
  width: 20px;
  height: 20px;
  background-image: url('../bilder/delete1.svg');
}

button.delete:hover {
  background-image: url('../bilder/delete2.svg');
}

button.stift {
  display: inline-block;
  border: none;
  padding: none;
  border-radius: none;
  width: 20px;
  height: 20px;
  background-image: url('../bilder/stift1.svg');
}

button.stift:hover {
  background-image: url('../bilder/stift2.svg');
}

button.insert {
  display: inline-block;
  border: none;
  padding: none;
  border-radius: none;
  width: 20px;
  height: 20px;
  background-image: url('../bilder/add1.svg');
}

button.insert:hover {
  background-image: url('../bilder/abb2.svg');
}

button.approved {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: none;
  border-radius: none;
  width: 20px;
  height: 20px;
  background-image: url('../bilder/approved1.svg');
}

button.approved:hover {
  background-image: url('../bilder/approved2.svg');
}

button.denied {
  display: inline-block;
  border: none;
  padding: none;
  border-radius: none;
  width: 20px;
  height: 20px;
  background-image: url('../bilder/denied1.svg');
}

button.denied:hover {
  background-image: url('../bilder/denied2.svg');
}

a.zeiterfassen {
  display: block;
  background: #fff;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #9EBD5D;
  color: #fff;
}

a.zeiterfassen:hover {
  background-color: #DD1919;
  color: #fff;
}

a.knopf {
  background-color: #eee;
  font-size: 0.875rem;
  text-align: left;
  padding: 10px;
  border: none;
  width: 100%;
  max-width: 300px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 5px;
  margin-left: 8px;
}

a.knopf:hover {
  background-color: #9EBD5D;
  color: #fff;
}

a.knopf2,
#accordion a.knopf2 {
  background-color: #9EBD5D;
  font-size: 0.875rem;
  text-align: left;
  padding: 10px;
  border: none;
  width: auto;
  max-width: 300px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 5px;
  color: #fff;
}

a.knopf3,
#accordion a.knopf3 {
  background-color: #999;
  font-size: 0.875rem;
  text-align: left;
  padding: 10px;
  border: none;
  width: auto;
  max-width: 300px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 5px;
  color: #fff;
}

a.knopf2:hover,
a.knopf3:hover {
  background-color: #DD1919;
  color: #fff;
}

input.kill,
a.back {
  background-color: #485b6d;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center;
  padding: 10px;
  margin-top: 0px;
  border: none;
  width: 100%;
  max-width: 300px;
  color: #eee;
  height: 40px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

input.kill:hover,
a.back:hover {
  background-color: #eee;
  color: #485b6d;
}

/* ALERT */
div.alert {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  width: 95%;
  text-align: left;
  padding: 10px;
  font-weight: bold;
  color: #eee;
  background-color: #DD1919;
  z-index: 9999;
}


/* NAVIGATION */


#mobilenavi {
  display: none;
  top: 70px;
  left: 0;
  position: absolute;
  z-index: 5000;
  opacity: 1;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  color: #485b6d;
  cursor: initial;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 40px;
  min-height: calc(100vh - 100px);
}

nav>ul {
  width: 100%;
  margin-top: 15px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;

}

li.topnav {
  font-family: 'Exo 2', serif;
  font-weight: 800;
  box-sizing: border-box;
  text-align: center;
  padding: 0px;
  margin-bottom: 10px;
  width: 49%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #eee;
  text-transform: uppercase;
  background-color: #485b6d;
  -webkit-transition: none;
  /* Safari */
  transition: none;
  border-left: none;
  height: calc(45vw);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li.topnav:hover {
  background-color: #DD1919;
  color: #eee;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


li.topnav_act {
  box-sizing: border-box;
  text-align: center;
  padding: 0px;
  margin-bottom: 10px;

  width: 49%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #eee;
  text-transform: uppercase;
  background-color: #DD1919;
  -webkit-transition: none;
  /* Safari */
  transition: none;
  border-left: none;
  height: calc(45vw);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


li.topnav_act:hover {
  background-color: #DD1919;
  border-left: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* SUBNAVIGATION */
.subnavi {
  height: auto;
  position: relative;
  padding-bottom: 0px;
  text-align: left;
  text-transform: none;
  display: block;
  line-height: 40px;
  z-index: 5;
  background-color: transparent;
  min-width: 100%;
  list-style-type: none;
  border-left: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;

}


li.subnavidiv {
  margin-left: 0px;
  text-transform: none;
  color: #8485BF;
  background-color: transparent;
  text-decoration: none;
  font-size: 30px;
  text-align: left;
  white-space: nowrap;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0px;
}

li.subnavidiv:hover,
li.subnavidiv:active,
li.subnavidiv:focus {
  color: #485b6d;
  background-color: transparent;

}

li.subnavidiv_act {
  text-transform: none;
  color: #485b6d;
  text-decoration: none;
  font-size: 30px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
  padding-left: 0px;
  background-color: transparent;
  padding: 0px;
}

/* LINKTAGS NAVIGATION */

li.topnav a,
li.topnav_act a {
  color: #eee;
  text-decoration: none;
  padding: 8px 0px 0px 0px;
  width: 100%;
  display: inline-block;
  height: 100%;
  padding-top: calc(45vw / 2 - 20px);
}

li.topnav_act a {
  color: #eee
}

li.topnav a:hover {
  color: #eee
}

a.Active {
  color: #eee;
  padding: 0px;
  display: block;
}

li.topnav a.nav2,
li.topnav_act a.nav2,
li.topnav a.nav3,
li.topnav_act a.nav3 {
  color: #eee;
  padding: 0px;
  display: block;
  font-size: 0.75em;
}

li.topnav a.nav2_act,
li.topnav_act a.nav2_act,
li.topnav a.nav3_act,
li.topnav_act a.nav3_act {
  color: #485b6d;
  padding: 0px;
  display: block;
  font-size: 0.75em;
}

li.topnav a.nav2:hover,
li.topnav a.nav2:active,
li.topnav a.nav2:focus,
li.topnav a.nav3:hover,
li.topnav a.nav3:active,
li.topnav a.nav3:focus {
  color: #485b6d;
}

li.topnav a.nav2_act:hover,
li.topnav_act a.nav2_act:active,
li.topnav a.nav2_act:focus,
li.topnav a.nav3_act:hover,
li.topnav_act a.nav3_act:active,
li.topnav a.nav3_act:focus {
  color: #485b6d;
  font-size: 0.75em;
}

li.topnav:last-child {
  border-right: none;
}

nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-hide {
  display: none;
}

.navbar-toggle {
  display: block;
  right: 3%;
  top: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  z-index: 7000;

}

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #485b6d;
  transition: all 0.3s ease-in-out;
}

.navbar-toggle:hover .bar1,
.navbar-toggle:hover .bar2,
.navbar-toggle:hover .bar3 {
  background-color: #DD1919;
}

.navbar-on:hover .bar2 {
  background-color: transparent;
}

#controls {
  top: 120px;
  left: 5%;
  left: auto;
  padding: 0px;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 {
  background-color: #485b6d;
}

.navbar-on .bar1 {
  transform-origin: 12% 40%;
  transform: rotate(45deg);
}

.navbar-on .bar3 {
  transform-origin: 12% 40%;
  transform: rotate(-45deg);
}

.navbar-on .bar2 {
  background-color: transparent;
}