@font-face {
  font-family: "FontAwesome";
  src: url(/webfonts/fa-light-300.woff2) format("woff2");
}

@font-face {
  font-family: 'APM';
  src: url(/fonts/arial_special_monotype/arialspecialg1.ttf) format('truetype');
}

@font-face {
  font-family: 'APMB';
  src: url(/fonts/arial_special_monotype/arialspecialg1bold.ttf) format('truetype');
}

/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: local('Work Sans Thin'), local('WorkSans-Thin'), url(/fonts/worksans/QGYqz_wNahGAdqQ43Rh3H5Dlv_1w4A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: local('Work Sans Thin'), local('WorkSans-Thin'), url(/fonts/worksans/QGYqz_wNahGAdqQ43Rh3H5Drv_0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: local('Work Sans ExtraLight'), local('WorkSans-ExtraLight'), url(/fonts/worksans/QGYpz_wNahGAdqQ43Rh3s4H8lthN2fk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: local('Work Sans ExtraLight'), local('WorkSans-ExtraLight'), url(/fonts/worksans/QGYpz_wNahGAdqQ43Rh3s4H8mNhN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Work Sans Light'), local('WorkSans-Light'), url(/fonts/worksans/QGYpz_wNahGAdqQ43Rh314L8lthN2fk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Work Sans Light'), local('WorkSans-Light'), url(/fonts/worksans/QGYpz_wNahGAdqQ43Rh314L8mNhN.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html, body {
    /*background-color: #333333;*/
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    margin: 0;
    min-height:100%;
}

body{
  /*overflow:hidden;*/
  /*background-color:#444;*/
  background: rgb(30,87,153);
	background: -moz-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(53,144,195,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(53,144,195,1) 100%);
	background: linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(53,144,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3590c3',GradientType=1 );


  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  font-family: "Raleway";
}

a,
a:link,
a:visited,
a:hover,
a:active{
  text-decoration: none;
}

.col-1 {width:  8.33333333%;}
.col-2 {width: 16.66666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33333333%;}
.col-5 {width: 41.66666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33333333%;}
.col-8 {width: 66.66666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333333%;}
.col-11 {width: 91.66666667%;}
.col-12 {width: 100%;}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,
.col-7,.col-8,.col-9,.col-10,.col-11,.col-12{
  padding-left:0px;
  padding-right:0px;
}

.ta-center{
  text-align:center;
}

.ta-left{
  text-align: left;
}

.ta-right{
  text-align: right;
}

.va-top{
  vertical-align: top;
}

.va-bottom{
  vertical-align: bottom;
}

.va-middle{
  vertical-align: middle;
}

.fs-2x{font-size: 200%}
.fs-3x{font-size: 300%;}

.hide{
  display:none;
}

div.table{
    margin-bottom: 0px;
}

/* Ajax Loader start */
#ajaxloader{
  width:100vw;
  height:100vh;
  top:0px;
  left:0px;
  position:fixed;
  z-index:95;
  background-color:rgba(50,50,50,0.8);
  display:none;
}

@media screen and (min-width:1400px)
{
  #ajaxloader{
    max-width:1400px;
    left:calc((100% - 1400px) / 2);
  }
}

#ajaxloader .loading-container{
  display:flex;
  justify-content:center;
  align-items:center;
  height:100%;
}

#ajaxloader i
{
    font-size:200px;
    color:#FFFFFF;
    position:relative;
    margin-top:75px;
}
/* Ajax Loader end */

/* Modal box start */
#modalBox .modal-content{
  background-color: #444444;
  color: #ffffff;
  font-weight: 600;
}


#modalBox .modal-title{
  text-transform: uppercase;
}

#modalBox .modal-footer, #modalBox .modal-header{
  border:0px;
}
/* Modal box end */

/* Flip start */

.currenttime,
.currentday,
.currentdate,
.loginshortcut{
	position:absolute;
	left:0px;
	width:100%;
	/*color:#ffffff;*/
	font-family:"Work Sans";
	text-align:center;
}

.currenttime{
  top:30vh;
	height:14vh;
	line-height:14vh;
	font-size:14vh;
  font-family: 'APM';
}

.currenttime span.smallseconds{
	font-size:40px;
	margin-top:50px;
	margin-left:0px;
  font-family: 'APM';
}

.currentday{
  top:47vh;
	height:5vh;
	line-height:5vh;
	font-size:5vh;
}

.currentdate{
  top:53vh;
	height:4vh;
	line-height:4vh;
	font-size:4vh;
}

.loginshortcut{
  top:80vh;
	line-height:4vh;
	font-size:4vh;
}


.welcomemsg,
.time_work,
.time_pause,
.status,
.time_work_icon,
.time_pause_icon{
	position:absolute;
	left:0px;
	width:100%;
	/*color:#ffffff;*/
	font-family:"Work Sans";/*APM*/
	text-align:center;
}

.language-selection,
.connection{
  position:absolute;
  top:3vh;
	/*color:#ffffff;*/
	text-align:center;
  height:3vh;
  line-height:3vh;
  font-size:3vh;
}

.language-selection{
  left:5%;
    z-index:99;
}

.connection{
  right:5%;
}

.language-selection .dropdown-toggle::after{
    display: none;
}

.time_work_icon{
	top:23vh;
	height:7%;
	line-height:7vh;
	font-size:7vh;
}

.time_work{
	top:30vh;
	height:14vh;
	line-height:14vh;
	font-size:14vh;
}

.time_pause_icon{
	top:45vh;
	height:2.5vh;
	line-height:2.5vh;
	font-size:2.5vh;
}

.time_pause{
	top:50vh;
	height:5vh;
	line-height:5vh;
	font-size:5vh;
}

.welcomemsg{
	top:15vh;
	height:5vh;
	line-height:5vh;
	font-size:5vh;
}

.status{
	top:60vh;
	height:5vh;
	line-height:5vh;
	font-size:5vh;
}

.mainnavigation{
  position:absolute;
	left:0px;
	width:100%;
	bottom:0vw;
	text-align:center;
  height:15vh;
  overflow:hidden;
  z-index:10;
}

.mainnavigation .nav{
  display:inline-block;
  width:33.3333vw;
  height:15vh;
  line-height:15vh;

  color:#ffffff;
  float:left;

  -moz-box-shadow:    inset 0 0 5vh rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 0 5vh rgba(0,0,0,.1);
  box-shadow:         inset 0 0 5vh rgba(0,0,0,.1);

  background-color:#ffffff;
  color:#cccccc;
  cursor:pointer;

  transition-duration: .4s;
}

.mainnavigation .nav.active,
.mainnavigation .nav[data-disabled="0"]:hover{
  -moz-box-shadow:    inset 0 0 5vh rgba(0,0,0,1);
  -webkit-box-shadow: inset 0 0 5vh rgba(0,0,0,1);
  box-shadow:         inset 0 0 5vh rgba(0,0,0,1);
  color:#0b5ea8;
}

.mainnavigation .nav i{
  font-size:6.5vh;
  line-height:15vh;
}

.mainnavigation .nav[data-disabled="1"]{
  /*color:#fafafa;*/
}

.mainnavigation .nav[data-nav-type="come"].active,
.mainnavigation .nav[data-nav-type="come"][data-disabled="0"]:hover{
  background-color:#99ff99;
}

.mainnavigation .nav[data-nav-type="leave"].active,
.mainnavigation .nav[data-nav-type="leave"][data-disabled="0"]:hover{
  background-color:#ffb845;
}

.mainnavigation .nav[data-nav-type="pause"].active,
.mainnavigation .nav[data-nav-type="pause"][data-disabled="0"]:hover{
  background-color:#009ee0;
}

.mainnavigation .nav[data-nav-type="info"].active,
.mainnavigation .nav[data-nav-type="info"]:hover{
  background-color:#1a2b54;
}

.subnavigation{
  position:absolute;
	left:0px;
	width:100%;
	bottom:0vh;
	text-align:center;
  height:7.5vh;
  overflow:hidden;
  z-index:5;
  transition-duration: .4s;
  background-color:#1a2b54;
}

.subnavigation.show{
  bottom:15vh;
}

.subnavigation .nav[data-nav-type=logout]{
  box-shadow: 0px 0px 5vh #000000;
  position: relative;
}

.subnavigation .subnavigation_slider{
  width:75vw;
  overflow: hidden;
  float:left;
}

.subnavigation .nav{
  display:inline-block;
  width:25vw;
  height:7.5vh;
  line-height:5vh;

  color:#ffffff;
  float:left;

  background-color:#1a2b54;
  color:#ffffff;
  cursor:pointer;
  transition-duration: .4s;

  border:0px;
  outline:none;
}

.subnavigation .subnavigation_slider .nav{
  width:33.33vw;
}

.subnavigation_slider button{
  display: none!important;
}

.subnavigation .nav.active,
.subnavigation .nav:hover{
  color:#0b5ea8;
}

.subnavigation .nav i{
  font-size:3vh;
  line-height:7.5vh;
}

.timecounter{
	position:absolute;
	left:0px;
	width:100%;
	top:70vh;
	text-align:center;

  height:2vh;
  line-height:2vh;
  font-size:2vh;
}

.timecounter .counter{
	width:2vh;
	height:2vh;
	border-radius:100%;
	background-color:#ffffff;
	margin:0px 1vw;
	opacity:1;
	transition-duration:opacity .4s;
	display:inline-block;
}

.timecounter .counter.fade{
	opacity:.2;
}












.page-container
{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.scene3D
{
    display: block;
    float: left;

    /*border-radius*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    /*perspective*/
    -webkit-perspective: 500px;
    -moz-perspective: 50px;
    -ms-perspective: 50px;
    -o-perspective: 50px;
    perspective: 0px;

    width:100vw;
    height:100vh;
}

.flip .page
{
    position: absolute;

    /*backface-visibility*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    width:100vw;
    height:100vh;
}

.scene3D .flip .page[data-content-type=homescreen]{
  transition-duration: .4s;
}

body.login .scene3D .flip .page[data-content-type=homescreen]{
  opacity: 0;
}

.flip .page[data-content-type=dashboard]
{
    /*transform*/
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip
{
    width: 100%;
    height: 100%;

    /*transform*/
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);

    /*transition*/
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

    /*transform-style*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body.login .scene3D .flip
{
    /*transform*/
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Flip end */


/* Login screen start */


/* Login screen end */

/* Submenu Dashboard start */

.hourpercentage{
  width:80vw;
  height:80vw;

  width:40vw;
  height:40vw;


  max-width:300px;

  max-height:300px;
  margin:50px auto;

  border-radius:50%;
  background-color:#ffffff;
  box-shadow:0px 0px 10vw #333333;
  border:1vw solid #ffffff;
  position:relative;

  background-image:url(/images/45degbackgroundx275.png);
  overflow: hidden;

  display:table;
}

.hourpercentage.pipe {
    height: 30px;
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
}

.hourpercentage .hours{
  /*color:#0b5ea8;*/
  /*color:#333333;*/
  z-index:5;
  width:100%;
  text-align:center;
  top:0%;
  height:100%;
  font-weight:400;

  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.hourpercentage span.hour_is{
  font-size:30px;
}

.hourpercentage span.hour_shall{
  font-size:20px;
}

/*.hourpercentage hat maximal 300px, was 80vw entspricht. Maximum somit bei 375px*/
@media screen and (min-width: 576px)
{
  .hourpercentage span.hour_is{
    font-size:60px;
  }

  .hourpercentage span.hour_shall{
    font-size:30px;
  }
}

.hourpercentage .percentagelevel{
  opacity: .1;
  width:100%;
  position:absolute;
  bottom:0%;
  transition-duration: 4s;
  left: 0px;
  bottom: 0px;
}

.hourpercentage.pipe .percentagelevel{
    opacity: .1;
    height:100%;
    position:absolute;
    transition-duration: 4s;
    left: 0px;
}

.animStartAtZero{
  height:0%!important;
}

.hourpercentage.pipe .animStartAtZero{
    width:0%!important;
    height:100%!important;
}

/* Submenu Dashboard end */


/* div tables start */

div.table {
  display: table;
  width: 100%;
  /*height: 100%;*/
}

div.tr {
  display: table-row;
}

div.td {
  display: table-cell;
}

div.table.calendar,
div.calendarheader,
div.calendar_area{
  /*max-width: 800px;*/
  margin: 0px auto;
  overflow: hidden;
}

div.calendar_area{
  margin:100px auto;
  max-width:80%;
}

div.calendarheader{
    margin-bottom:20px;
}

div.calendarheader_inner{
  width:90%;
  margin:0px auto;
  display:block;
}

div.calendar_area .doActions{
  padding:5%;
}

div.calendar_area .doActions button{
  width:100%;
  margin-top:20px;
}

div.calendarheader_inner .month_title{
  /*color:#ffffff;*/
  font-size: 1.8rem;
  font-weight:400;
}

div.calendarheader i{
  float:right;
  padding:5px;
  margin:10px 5px;
  font-size:22px;
  cursor:pointer;
  /*color:#ffffff;*/
}

/*
div.table.calendar .tr{
    height:calc((100vh - 40px - 200px) / 6)
}
*/

div.table.calendar .td{
    text-align:center;
    vertical-align: middle;
    height:40px;
}

div.table.calendar .td {
  text-align: center;
  padding:10px 0px;
}

div.table.calendar .td span{
  display:inline-block;
}

div.table.calendar .td,
div.table.calendar .td span {
  width:6vw;
  height:6vw;
  line-height:6vw;
  font-size:3.5vw;
  /*color:#ffffff;*/
}

@media screen and (min-width:576px)
{
  div.table.calendar .td,
  div.table.calendar .td span {
    width:5vw;
    height:5vw;
    line-height:5vw;
    font-size:2vw;
  }
}

@media screen and (min-width:992px)
{
  div.table.calendar .td,
  div.table.calendar .td span {
    width:40px;
    height:40px;
    line-height:34px;
    font-size:20px;
    font-weight: 400;
  }
}

div.table.calendar .td span.bubble{
  border-radius:50%;
  border:2px solid transparent;
  cursor:pointer;
}

div.table.calendar .td span.bubble.marked{
  border:2px solid #ffffff;
  color:#ffffff;
  font-weight:bold;
}

div.table.calendar .td span.bubble.dayIllness,
.innerday span.dayIllness{
  background-color:#7a262e;
    color:#ffffff!important;
}
div.table.calendar .td span.bubble.daySpecialLeave,
.innerday span.daySpecialLeave{
  background-color:#21888f;
    color:#ffffff!important;
}
div.table.calendar .td span.bubble.dayVacation,
.innerday span.dayVacation{
  background-color:#5fc546;
    color:#ffffff!important;
}
div.table.calendar .td span.bubble.dayHalfDayVacation,
.innerday span.dayHalfDayVacation{
  background-color:#b8f2a0;
    color:#ffffff!important;
}
div.table.calendar .td span.bubble.dayHoliday,
.innerday span.dayHoliday{
  background-color:#cdcdcd;
    color:#ffffff!important;
}
div.table.calendar .td span.bubble.dayOvertimeFree,
.innerday span.dayOvertimeFree{
  background-color:#551a8b;
  color:#ffffff!important;
}

div.table.calendar .tr.legend .td{
  padding-top:30px;
}






div.weekworktimeoverview{
  margin:20px auto;
  font-weight:400;
}

div.weekworktimeoverview .tr:not(.maxlevelplaceholder) .td{
  vertical-align: top;
}

div.table .tr.maxlevelplaceholder{
  height:140px;
}

div.table .tr.maxlevelplaceholder .td{
  position:relative;
}

div.table .tr.maxlevelplaceholder .percentagelevel{
  /*background-color:#ffffff;*/
  /*background-color:rgba(0,144,0,.1);*/

  opacity: 1;
  width:50%;
  position:absolute;
  left:25%;
  bottom:0%;

  min-height:1%!important;

  transition-duration: 2s;
  /*background-image:url(/images/45degbackgroundx275.png);*/
  background-position:bottom;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*box-shadow:0px 3px 10px rgba(30,87,153,1);*/
  /*box-shadow:0px 3px 10px rgba(51,51,51,1);*/
}
/* div tables end */


.bookingstoday,
#bookingsweek{
  font-weight:400;
}

.bookingstoday .td.controls{
  width:12%!important;
}

p.infoText{
  font-weight: 400;
  font-size:1.4rem;
  color:#ffffff;
}

/* Mitarbeiterliste start */

.userarea{
  max-width:80%;
  margin:50px auto;
  font-weight:400;
}


/* Mitarbeiterliste start */

/* Object Preview (Image and Description) start */


div.objectpreview{
  overflow:hidden;
  box-shadow: 0px 0px 5px #000000;
  padding:0px 0px; display:inline-block;
  border:0px solid #424242;
  background-color:#ffffff;
  color:#424242;
  margin:20px 0px;
  border-radius:10px;
  cursor:pointer;
  display:block;
  transition-duration: .4s;
}

div.objectpreview div.description div,
div.objectpreview div.further_information div{
  height:40px;
  line-height:40px;
  font-size: 16px;
}

div.objectpreview div.image{
  background-position: center;
  background-size: 100%;
  float:left;
  display:inline-block;
  height: 100px;
  width: 120px;
  border-bottom-left-radius:8px;
  border-top-left-radius:8px;
  background-color:#ffffff;
  transition-duration: .4s;
}

div.objectpreview div.description{
  float:left;
  display:inline-block;
  padding:10px 20px;
  font-weight:400;
}

div.objectpreview .primary{
  font-size:24px!important;
}

div.objectpreview .secondary{
  color:#999999;
}

div.objectpreview div.further_information{
  float:right;
  display:inline-block;
  padding:10px 20px;
  font-weight:400;
  text-align: right;
}


.object-list{
  overflow: hidden;
}

.object-list .objectpreview{
  width:100%;
}

@media screen and (min-width:1200px)
{
  .object-list .objectpreview{
    width:48%;
    float:left;
  }

  .object-list .objectpreview:nth-child(2n+1){
    margin-right:4%;
  }

}

.object-list .objectpreview:hover{
    background-image:url(/images/45degbackgroundx275.png);
}

.object-list .objectpreview:hover .image{
  background-size:110%;
}

/* Object Preview (Image and Description) end */

/* Layer start */

#modal_subsite{
  width:100vw;
  height:100vh;
  position:absolute;
  z-index:100;
  display:none;
  background-color:rgba(255,255,255,.1);

  top:0px;
}

#modal_subsite .content .content_inner {
    max-width: 1000px;
    margin: 0px auto;
}

#modal_subsite .content{
  /*
  width:calc(100vw - 10px);
  height:calc(100vh - 10px);
  top:5px;
  left:5px;
  */
  width:100vw;
  height:100vh;
  top:0px;
  left:0px;

  margin:0px auto;
  padding-top:60px;
  position:absolute;



  overflow-y:auto;

  background: rgb(30,87,153);
  background: -moz-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(53,144,195,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(53,144,195,1) 100%);
  background: linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(53,144,195,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3590c3',GradientType=1 );

  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

#modal_subsite .content::-webkit-scrollbar {
    width: 6px;
}

#modal_subsite .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#modal_subsite .content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.modal_navigation_bar{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  z-index: 1000;
  background-color: #ffffff;
  line-height: 60px;
  box-shadow: 0px 0px 10px #333333;
  color: #cdcdcd;
  font-size: 50px;
  transition-duration: .4s;
}

.close-layer{
  position:fixed;
  top:0px;
  left:0px;
  width:60px;
  height:60px;
  z-index:1000;
  /*border-bottom-right-radius: 50%;*/
  background-color:#ffffff;
  line-height:60px;
  text-align:center;
  /*box-shadow: 0px 0px 10px #333333;*/
  color:#cdcdcd;
  font-size:40px;
  transition-duration: .4s;
  cursor:pointer;
}

.close-layer:hover{
  color:#7a262e;
  font-size:40px;
}

/* Layer end */

/* Special action button start */

.special_action_button
{
	background-color:#ffffff;
	position: fixed;
	overflow: hidden;
	height: 56px;
	width: 56px;
	/*color:#0275d8;*/
	display: block;
	border-radius: 100%;
	padding: 0;
	z-index: 100;
	line-height: 56px;
	right:10px;
	top:0px;
	/*box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);*/
	font-family: "FontAwesome";
	text-align: center;
	transition-duration: .4s;
	cursor:pointer;
	z-index:9999;
}

.special_action_button:not(.regular)
{
  color:#cdcdcd;
}

.special_action_button.regular{
  position: relative;
  left:inherit;
  right:inherit;
  margin:0px auto;
  background-color:transparent;
  /*color:#ffffff;*/
  box-shadow:none;
  border-radius: 0;
  width:inherit;
  height:inherit;
}

/*
.special_action_button:hover{
	bottom:34px;
}
*/

.special_action_button.first{right:10px;}
/*.special_action_button.first:hover{bottom:34px;}*/

.special_action_button.second{right:60px;}
/*.special_action_button.second:hover{bottom:104px;}*/

.special_action_button.third{right:110px;}
/*.special_action_button.third:hover{bottom:174px;}*/

.special_action_button.slideout{
  top:-100px;
}

.special_action_button.data{
	bottom:90px;
	background-color: #666666;
  cursor: inherit;
  color: #ffffff;
  font-weight: bold;
  font-family: "Verdana";
  font-size: 13px;
}

@media screen and (min-width:576px)
{
	.special_action_button
	{
		right:30px;
	}
}

.special_action_button:before{
	line-height:56px;
	width:100%;
	font-size:20px;
}

.special_action_button.add:before{
	content:"\f067";
}

.special_action_button.pdf:before{
	content:"\f1c1";
}

.special_action_button.search:before{
	content:"\f002";
}

.special_action_button.save:before{
	content:"\f00c";
}

.special_action_button.check:before{
	content:"\f00c";
}

.special_action_button.previous:before{
	content:"\f053";
}

.special_action_button.next:before{
	content:"\f054";
}

.special_action_button.animStartAtZero
{
  top:-80px;
  height: 56px!important;
}

/* Special action button end */

/* Search bar start */

#searchbar{
  position:fixed;
  left:0px;
  top:-100px;
  height:65px;
  background-color:#ffffff;
  z-index:999999;
  width:100%;
  max-width:1400px;
  box-shadow: 0px 0px 5px 0px #333333;
  display:flex;
  transition-duration:.4s;
}

#searchbar.show{
  top:0px;
}

#searchbar input[name=searchbar_input]{
  width:100%;
  padding:0px 20px;
}

/* Search bar end */

.center{
  text-align:center;
}

.material-switch{
    display: inline-block;
}

.material-switch > input[type="radio"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    background: inherit;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
    margin-left: -20px;
}
.material-switch > label::after {
    background: inherit;
    opacity: .5;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="radio"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="radio"]:checked + label::after {
    background: inherit;
    background: rgb(255, 255, 255);
    opacity: 1;
    left: 20px;
}

.loginmethods{ height: 100%;}
.loginmethods .table:nth-child(1){ height: 80%; }
.loginmethods .table:nth-child(2){ height: 20%; }
.loginmethods .td{
  text-align:center;
  vertical-align: middle;
  font-size:10vh;
  width:33.33%;
}

.loginmethods .td span,
.loginmethods i{
  cursor:pointer;
  /*transition-duration: .4s;*/
}

.loginmethods .td span:hover,
.loginmethods i:hover{
  color:#444444;
}

/*
.loginmethods i[data-pin-value=back]:hover{
  margin-right:20px;
}

.loginmethods i[data-pin-value=login]:hover{
  margin-left:20px;
}
*/
.loginmethods .td span:hover{
  /*font-weight:bold;*/
}

input#loginmethod_pin_password{
  text-align:center;
  width:100%;
  height:100%;
}

/*
.loginmethods
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 350px));
}
*/


.loginmethods div.user{
  width:50%;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  text-align:center;
  position: relative;
}

.loginmethods div.user .image{
  width: calc(100% - 4vw);
  height: calc(42vw - 10px);
  background-position: center;
  background-size: 100%;
  display: inline-block;
  transition-duration: .4s;
  border-radius: 50%;
  margin: 2vw 2vw 10px 2vw;

  max-width:224px;
  max-height:224px;
}

@media screen and (min-width:768px)
{
  .loginmethods div.user{
    width:25%;
  }

  .loginmethods div.user .image{
    width: calc(100% - 4vw);
    height: calc(21vw - 10px);
  }
}


.loginmethods div.user:hover .image{
  box-shadow: 0px 0px 1vh #000000;
  /*filter: blur(0.3vw);*/
}

.loginmethods div.user:before{
  font-family: "FontAwesome";
  content: "\f090";
  font-size: 10vw;
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  height: 100%;
  left: 0;
  line-height: 23vw;
  opacity: 0;
  transition-duration: .4s;
}
@media screen and (min-width:1000px)
{
  .loginmethods div.user:before{
    line-height: calc(224px + 4vw);
    font-size: 100px;
  }
}

.loginmethods div.user:hover:before{
  opacity: 1;
}

.loginmethods div.user .description{
  text-align:center;
  font-size: 4vw;
  margin-bottom:2vw;
}

@media screen and (min-width:576px)
{
  .loginmethods div.user .description{
    font-size: 2vw;
  }
}

.loginmethods div.user .description .primary{
  font-weight:bold;
}

.modal-dialog{
	margin:auto auto;
	height:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.table.overview-short{
  padding:4px 0px;
}

.table.overview-detail{
  border-collapse: collapse;
  margin: 4px 0px;
}

.table.overview-detail .tr{
  color:#333333;
  background-color:#ffffff;
  border-collapse: separate;
}

.table.overview-detail.holiday .tr{
  color:#999999;
  background: #efefef;
  border-collapse: separate;
}

/*
.table.overview-detail .td{
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}
*/

.table.overview-short .td,
.table.overview-detail .td{
  padding:10px 0px;
}

.bg-black{
  background-color:#333333;
  color:#ffffff;
}

.flap-come{
    background-color:#99ff99;
}

.flap-leave{
  background-color: #ffb845;
}

.flap-pause{
  background-color: #009ee0;
}


/* Navigation Tabs start */

.nav-tabs .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: transparent;
    border-color: none;
    border:0px;
    border-bottom:3px solid transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link{
  border-bottom:3px solid #ffffff;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.nav-tabs {
    border-bottom: 0px;
}

#timespan-selector{
  margin-bottom:50px;
}

#timespan-selector .nav-item{
  /*width:25%;*/
  width:50%;
  text-align: center;
  text-transform: uppercase;
}

/* Navigation Tabs end */


.stripes-background, .stripes-background *{
    background-color:#dddddd;
}

.fixedtopright{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index:99;
}

.fixedtopleft{
    position: fixed;
    left: 20px;
    top: 20px;
    z-index:99;
}

span.flag-icon{
    width: 28px;
    height: 21px;
    line-height: 21px;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0px #000000;
}

@media screen and (max-width:1200px)
{
    .dropdown-menu[aria-labelledby=languagePickerDropdown]{
        left: -100px;
    }
}

input.slide-input.search:not(.slideOut)::-webkit-input-placeholder {
    color:transparent;
}

.flag-icon-deFormal {
    background-image: url(/images/vendor/flag-icon-css/flags/4x3/de.svg?52f420da94ae60f6dcf173d224e365d8);
}

.flag-icon-en {
    background-image: url(/images/vendor/flag-icon-css/flags/4x3/gb.svg?b9c954a867bfad1f950281bb7485ddb6);
}

/* Language Switcher */
div.langSelect {
    cursor: pointer;
    display: block;
    margin: 2px;
    width: 180px;
}

.langSelect a {
    color: #000;
    font-weight:normal;
}

.langSelect a:hover {
    color: #6d8dff;
    text-decoration: none;
    font-weight: bolder;
}

.langFlag, .langLabel {
    display: inline-block;
    margin: 5px 10px;
}

.nav-link.dropdown-toggle{
    padding:0px;
    margin:0px;
}

#whois{
    top: 35vh;
    height: 30vh;
    line-height: 14vh;
    font-size: 14vh;
    text-align: center;
    position: absolute;
    width: 100%;
}