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;
}

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,
.btn:focus,
textarea:focus,
.ui.input>input:focus,
.ui.selection.active.dropdown,
.ui.selection.dropdown:focus,
.ui.selection.active.dropdown:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 6px rgba(102, 175, 233, 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;
  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,
.formular li.error .ui.selection.dropdown {
  color: #a94442;
}

.formular li.error input,
.formular li.error .ui.selection.dropdown {
  background-color: #fff6f6;
  border: 1px solid #e0b4b4;
}

.formular li.error .ui.selection.active.dropdown .menu {
  border: 1px solid #e0b4b4;
}

.formular li.error input:focus,
.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;
}

.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text{
  color: rgba(0,0,0,.87);
}


/* 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%
      }
  } */
