body {
    padding:1em;
    background:#e9ecef;
}

.logo {
    text-align:center;
    margin:1em 0 .5em 0;
    font-size:150%;
    color: #0078e7;
}

.plogo {
    background-color:#1f8dd6;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:0;
    border-radius: .3em;
    width: 300px;
}

.timelink {
    cursor: pointer;
    border: 1px solid #007bff;
    border-radius: 10px;
    text-align: center;
}

.sum {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1.3em;
    float: right;
    clear: both;
}

.day-switcher {
    display: inline-block;
    vertical-align: text-bottom;
    padding-right: 4px;
    padding-left: 4px;
}
.currentDay {
    display: inline-block;
    font-size: 1.3em;
}

.trackNote {
    color: #5b646d;
    cursor: pointer;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 95%;
}

.subCategory {
    color: #5b646d;
    cursor: pointer;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: inline;
    margin-left: 5px;
}

.trackArea {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 95%;
}

@media only screen and (min-width: 320px) and (max-width: 495px) {
    /* for small smartphones*/
    .trackArea {
        height: 4em;
      }
}
@media only screen and (min-width: 496px) and (max-width: 800px) {
    /* min-width 672px / max-width 1024px */
    /* hier vermuten wir Tabletts         */
    .trackArea {
        height: 9em;
      }
}
@media only screen and (min-width: 801px)  {
    /* min-width 672px / max-width 1024px */
    /* hier vermuten wir Tabletts         */
    .trackArea {
        height: 5em;
      }
}
.sort-btn {
    margin-bottom: .5rem;
}

.confirm-btn {
    float: right;
    margin-right: 8px;
}

div.card {
    margin:.5em;
}

div.tt-card-project {
    float:left;
    height:11em;
    width: 18em;
}

#app {
    max-width:80em;
    margin: 0 auto 0 auto;
}

.tt-section {
    border-top: 1px solid #5b646d;
    padding: 1em 0 1em 0;
}

.tt-section:after{
    content:" ";
    display:block;
    clear:both;
}

div.tt-card-search {
    float:left;
    height:9em;
    width: 18em;
}

div.tt-card-search div.card-body h5 {
    height:2.5em;
    margin-bottom:1em;
}

div.tt-card-project div.card-body h5 {
    height:2.5em;
}

.tt-card-button {
    width: 4em;
}

.tt-card-button i {
    margin: 0 .1em 0 .1em;
}

h1 {
    margin: 0 0 1em 0;
}

#searchoverlay {
    background:rgba(0,123,255,.5);
    display: none;
    position: fixed;
    height:3em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5em;
    border-bottom:1px solid #007bff;
    z-index:999;
}

#searchoverlay.active {
    display:block;
}

#searchbox {
    text-align:center;
}

#searchresultheading {
    padding-top:.7em;
}


.note-counter {
    font-size: 0.9em;
    display: inline-block;
    margin-bottom: 0px;
}

.profilepicture {
    width: 35px;
    border: 1px solid grey;
    border-radius: 2px;
}
