.fixed-ratio-resize { /* basic responsive img */
    max-width: 100%;
    height: auto;
    width: auto\9; /* IE8 */
}
.descText {
    margin-top: 20px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #f5f5f5;
}
.footer div p {
    margin-bottom: 5px;
}
/* modal shouldn't extend screen height - http://stackoverflow.com/questions/9899676/twitter-bootstrap-scrollable-modal */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.navbar {
    max-height: 50px;
}
.row {
    margin-bottom: 0px;
}
#rplanner {
    padding:15px;
    background-image: url('xcindex/Routenplaner.jpg');
}
#activitiesDiv {
    padding-left: 10px;
}
#loadbtn {
    display: none;
    margin-bottom: 20px;
    margin-left: 47px;
}
#allTPs, #myTPs {
	display: none;
}
.nav>li>a {
    padding: 15px 10px !important;
}
