/* Stylesheet with defaults for common style classes*/
/* Statistisches Amt Basel-Stadt*/

/* headings*/

/* typography*/
body {
    font-family: Arial;
    font-size:14px;
    /* min-height: 100vh; */
    /* max-width: 710px;  */
    margin-left: 50px;
    margin-right: 50px;     
}

.footnote {
    font-size:10px;
}

.intro {
    font-family: Arial;
    font-size:14px;
    /* min-height: 100vh; */
    /* max-width: 710px;  */
    margin-left: 50px;
    margin-right: 50px;
}

ul {
    /* bullet point type */
    list-style-type: disc;
}


h6 {
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: none;
    font-weight: bold;
    color: #204453;
    line-height: 100%;
    margin-top: 14px;
    margin-bottom: 8px;
}

/* URLs */
a:link {
    color: #246036;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:visited {
    color: #246036;
    background-color: transparent;
    text-decoration: none;
  }
  
  a:hover {
    color: #246036;
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:active {
    color: #246036;
    background-color: transparent;
    text-decoration: underline;
  }

.link-icon {
    height: 12px;
    width: 15px;
}

/* buttons*/

/** Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/** Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/** Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/** Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/** Style the tab content */
.tabcontent {
    display: none;
    /* padding: 6px 12px; */
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* tables*/
.table td{    
    border-top: none;    
    border-bottom: 1px solid #d9dee1;
    padding: 8px;    
}

.summary-table{
    border-collapse: collapse;
}

.summary-td{
    border-right: 1px solid #d9dee1;
    text-align: right;
}

.summary-td-bold{
    font-weight: bold; 
    border-right: 3px solid #d9dee1;
    width: 200px;
}

.col-sm{
    font-weight: bold;
    word-break:break-all;
}

.form-control {
    font-size: 14px
}