body {
    margin-top: 30px;
    font-family: 'ArialMT', 'Arial', sans-serif;
    height: 100%;
}
.column, .columns {
    height: 100%;
}

.header-logo {
    height: 100%;
}

.header nav ul {
    list-style: none;
    border-right: 1px solid #000;
    border-width: 80%;
}

.header nav ul li {
    text-align: right;
    font-size: 14px;
    margin: 0px 10px 3px 0px;
}

.header nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    font-size: 14px;
    color: rgb(121, 121, 121)
}

.header nav ul li a:hover {
    text-decoration: underline;
}

.header nav ul li ul {
    display: block;
    margin: 0;
    padding-right: 0;
    direction: rtl;
}

.header nav ul li ul li {
    margin-bottom: 0;
}

.header nav ul li ul li a {
    font-size: 12px;
}

.active-link {
    color: #000 !important;
    text-decoration: underline !important;
}

.active-link > ul {
    display: block;
}

.footer {
    color: #fff;
    font-size: 15px;
	min-height: 112px;
	max-height: 140px;
}

hr {
    margin: 0px 0px 20px 0px;
    color: rgb(169, 169, 169);
    background: rgb(169, 169, 169);
    border-color: rgb(169, 169, 169);
}

.copyright {
	margin-top: 10px;
	text-align: center;
	font-size: 0.7em;
}
/* -------------------*/
/* utils */
.h-center {
    text-align: center;
}

.bg-green {
    background: rgb(132, 191, 65);
}

#main-left {
    background-image: url("../images/stethoskop.gif");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 65% auto;
    display: flex;
    flex-direction: column;
    min-height: 360px;
}

#main-left > div {
	font-size: 1.2em;
	font-weight: normal;
}

.grey {
	color: rgb(121, 121, 121);
}

.lightgrey {
	color: #b9c0c7;
}

.hidden {
    display: none !important;
}

.info-box {
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
}

.info {
    /*background-color: #fff3cd;rgb(132, 191, 65)*/
    background-color: rgba(132, 191, 65, 0.3);
}

.warn {
    background-color: #fff3cd;
}

.important {
    background-color: #f39e9e;
}

/* -----------------*/
/* site specific */
.doctors-overview {
    width: 95%;
}
.doctors-overview-caption {
    background-color: rgb(169, 169, 169);
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
}

.doctors-overview-img {
    width: 100%;
}

.doctors-overview-baseline {
    margin: 10px 0px 20px 0px;
    font-size: 25px;
    color: rgb(121,121,121);
}
