body,wrapper {
    min-height: 100vH;
    font-size: 16px;
}
main {
    flex:1;
}
.pain{
	background: url('../images/ruecken.jpg') no-repeat center;
}
.printimg{
	margin: 1rem;
	background-color: #101010;
}
.obot{
	display: flex;
	justify-content: center;
	align-items: bottom;
	vertical-align: bottom;
} 
.topline{
	font-size: 1.1rem;
	font-weight: 500;
}
.btmline{
	margin-top: 10%;
}
.hbot{
	font-size: 1.1rem;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 80%;
}
.imgcenter {
  width: inherit;
  height: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.img-logo{
	min-width: 100px;
	max-width: 20rem;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.matbanner{
	background: url('../images/banner.jpg') no-repeat center center;
	min-height: 100px;
	background-size: 100% auto;
	text-align: center;
	text-shadow: 1px 1px #f0f0f0;
}
.smartsleep{
	background: url('../images/smart_sleep_header.jpg') no-repeat center center;
	min-height: 200px;
	background-size: 100% auto;
	text-align: center;
	text-shadow: 1px 1px #f0f0f0;
}
@media (min-width: 1024px){ 
	.matbanner{
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height: 160px; 
	}
	.smartsleep{
		background-size: auto 100%;
		min-height: 160px; 
	}
	.topline{
		font-size: 1.5rem;
		font-weight: 500;
	}
	.hbot{
		font-size: 1.5rem;
		font-weight: 500;
		position: absolute;
		left: 50%;
		top: 80%;
	}
}
.navbar {
    height: 90px;
}
.navbar-brand > img {
    height: 100%;
}
.navbar-collapse.collapse.show {
    background-color: #293133;
    padding: 0.5rem;
    overflow: visible !important;
    z-index: 10000;
} 
.navbar{
	z-index: 100;
}
.bg-matte-white{
	background-color: rgba(255,255,255,.5);
}
.pagehead{
	background-color: rgba(255,255,255,.5);
	margin: 3px;
}
.block {
	background-color: rgba(255,255,255,.75);
	margin: 3px;
}
.blockhead{
	font-size: 1.2rem;
	font-weight: 600;
}
.wolke{
	background: url('../images/Wolke_small.jpg') no-repeat center;
	min-height: 150px;
	width: 650px;
	text-align: center;
	padding: .5rem;
}
.wolke > p {
	margin-top: .8rem;
	font-weight: 600;
	font-size: 1.5rem;
	background-color: rgba(255,255,255,.25);
	text-shadow: 1px 1px #f0f0f0;
}
.bg-company {
    background-color: #293133;
}
a.nav-link{
	font-size: 1.5rem;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 30px;
    line-height: 30px; /* Vertically center the text there */
}
footer > a{
    color: #D4F67D;
    text-decoration: none;
    padding: 3px;
}
footer > a:hover{
    padding: 3px;
    background-color: #D4F67D;
    color: #000;
    text-decoration: none;
}
@media (max-width: 587px){
    .footer{
        position: static;
    }	
}
.row{
    padding-top: 20px;
    padding-bottom: 20px;
}
dt {
	float: left;
	font-weight: bold;
	margin-right: 0.5em;
}

dt:after {
	content: ": ";
}
dd{
	margin-left: 2rem;
}
dd:after {
	content: " ";
	clear: left;
	display: block;
}
.abstand{
	padding: 3px;
}
.cervix{
	background-color: rgba(126,213,223,.5);
	border: 1px dotted #000000;
}
.col-cervix{
	color: #000000;
	background-color: rgb(126,213,223);
    padding: 5px;
}
.breast{
	background-color: rgba(252,147,214,.5);
	border: 1px dotted #000000;
}
.col-breast{
	color: #000000; 
	background-color: rgb(252,147,214);
    padding: 5px;
}
.loin{
	background-color: rgba(212,246,125,.5);
	border: 1px dotted #000000;
}
.col-loin{
	color: #000000;
	background-color: rgb(212,246,125);
    padding: 5px;
}
.card-body{
    font-size: 0.9rem;
}
.icon-bar
{
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
    border:1px solid #444;
}
.navbar-toggle
{
    position:relative;
    float:right;
    padding:9px 10px;
    margin-top:8px;
    margin-right:15px;
    margin-bottom:8px;
    background-color:transparent;
    background-image:none;
    border:1px solid #444;          /* added line */
    border-radius:4px
}
@media print {
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
   }
   .col-sm-12 {
        width: 100%;
   }
   .col-sm-11 {
        width: 91.66666667%;
   }
   .col-sm-10 {
        width: 83.33333333%;
   }
   .col-sm-9 {
        width: 75%;
   }
   .col-sm-8 {
        width: 66.66666667%;
   }
   .col-sm-7 {
        width: 58.33333333%;
   }
   .col-sm-6 {
        width: 50%;
   }
   .col-sm-5 {
        width: 41.66666667%;
   }
   .col-sm-4 {
        width: 33.33333333%;
   }
   .col-sm-3 {
        width: 25%;
   }
   .col-sm-2 {
        width: 16.66666667%;
   }
   .col-sm-1 {
        width: 8.33333333%;
   }
}
