#header{
	margin-top: 1rem;
    height: 130px;
    display:block; 
background-color: #fff;
}
#site-logo{
    width: 300px;
    float: left;
    margin-right: 10px;
}
#headerText{line-height: 75px; font-size: 2em; color:#aaa; vertical-align: middle;}
#main{min-height: 60vh;
background-color: #fff;
}
.call, .medi{display: none;}
#footer{
    background-color: #000;
    color: #fff; width: 100vw;}
#footer table{color:#fff; margin: 0 auto;} #kontakt{padding-top: 30px;}
#copyright,#copyright a{color:#aaa; font-size: 0.9em;}
#serviceHome{cursor:pointer;}
.maxWidth{max-width: 1300px; margin: 0 auto;}
.hidden{display: none;}

.fa-chevron-left::before {
  content: "<<";
}

.fa-chevron-right::before {
  content: ">>";
}

i.fa-chevron-left::before, i.fa-chevron-right::before {
  font-style: normal !important;
}

@media(max-width: 767px) {
  .fc-toolbar.fc-header-toolbar {
    display: flex;
    flex-direction: column;
  }
  .fc-toolbar.fc-header-toolbar .fc-left {
    order: 3;
  }
  .fc-toolbar.fc-header-toolbar .fc-center {
    order: 1;
  }
  .fc-toolbar.fc-header-toolbar .fc-right {
    order: 2;
  }
}
