﻿/*
 body {
    margin: 0;
}

main {
    background-color: yellow;
    width: 100%;
}

header {
    background-color: #222;
    border-color: #080808;
    height: 40px;
    max-height: 40px;
}

section {
    background-color: red;  
}


.treemenu {
    width: 300px;
    min-width: 300px;
    background-color: lightskyblue;
}

.docdisplay {
    background-color: blue;
}

footer {
    background-color: #222;
    border-color: #080808;
    height: 40px;
    max-height: 40px;
    align-self: flex-end;
}

     */

/* Move down content because we have a fixed navbar that is 50px tall
body {
    padding-top: 50px;
    padding-bottom: 20px;
}
 */

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="select"]:focus {
    outline: 2px solid #ffb20f;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.bd-highlight {
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.15);
}

.min-vh-98 {
    min-height: 98vh !important;
}

.tabInhalt {
    min-width: 360px;
}

.rowInhalt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rowInhaltMenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5px;
    min-width: 360px;
    min-height: 80px;
}

.rowInhaltMenuFlex {
    background-color: green;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.colInhalt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.colInhalt p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.tabStichtag {
    background-color: red;
}


/* Responsive: Portrait tablets and up

footer {
    background-color: #3b3c3e;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    max-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
