h1 {
  font-size: 3.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

h2 {
  font-size: 2.0rem;
  line-height: 140%;
  margin: 1.78rem 0 1.424rem 0;
}

h5 {
  font-size: 1.44rem;
}

fieldset {
	border: 0;
}

.panel-heading {
  padding: 15px 11px;

	/* h5 */
  font-size: 1.64rem;
  line-height: 110%;
  margin: 2.0rem 0 0.656rem 0;

}

.panel-heading2 {
  padding: 15px 11px;

	/* h5 */
  font-size: 1.24rem;
  line-height: 110%;
  margin: 1.0rem 0 0.656rem 0;

}

.glyphicon {
 	padding-right: 1px;
}


.glyphicons {
	vertical-align: middle;
}
.card {

	padding-left: 4px;
	padding-right: 4px;
}

.card .card-title {
    color: inherit;
}

td {

word-break:break-all;
}

.primary-color {
  background-color: #0D689F !important;
}

.btn-primary {
  background: #0D689F;
}

.small {
	font-size: 70%;
}

.table > thead > tr > th {
	vertical-align: top;
}

@media (min-width: 767px) {
   .navbar {
	margin-bottom: 40px;
	border: 0px;
    border-radius: 4px;
  }
  .fixed-top {
    padding: 0px 0;
    position:fixed;right:0;left:0;
    background-color: transparent;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    z-index: 100;
  }
  .fixed-top .navbar-nav > li {
    color: #FFFFFF;
    font-size: 16px;
    transition-duration: 1s;
    font-weight:400;

  }

  .fixed-top .navbar-nav > li.active {
    color: #FFFFFF;
    font-size: 16px;
    font-weight:600;
    background-color: #039be5;

  }

 }

.bg-info
	{

	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;

}
.btn
    {
    line-height: 26px;
}

@media print {

    @page { margin: 2cm;  size: landscape; }
    body {
       color: #000;
       background: #fff;
       width: 100%;
    }

}

/* Dropdown contact agents */

.select-wrapper {
  position: relative;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  color: #777;
  background: white;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  padding-left: 4px;
}

#warteschleife
{
	position:absolute;
	display: none;
	z-index: 20;
	text-align: center;
	top: 150px;
	left: 300px;
	margin: 0;
	padding: 5px;
	border: 2px double #0D689F;
	width: 350px;
	background: #fff;
	font-weight: bold;
}

#warteschleife p {
	font-size: 25px;
}

.hidden {
	display: none;
}

.panel-body label {
	display: block;
	width: 100%;
	margin-left: 10px; 
	font-size: 110%;
}

.panel-body .btn-rechner {
}

.panel-body .btn-bestand {
	min-width: 260px;
}


/*Hintergundfarbe*/
html, body{
  background: ghostwhite;
  /* background: red; */ 
  margin:0; padding:0;
    font-family: MarselisPro, Arial, Helvetica Neue, Helvetica, sans-serif; /* Font stack */
  font-size: 14px;
  color: #0c151a;
}

/* Schriftfarbe in der NavBar*/ 
.navbar .navbar-nav > li > a, .navbar .navbar-nav > .active > a {
  color: rgba(0,0,0,1);
  }
/* Hintergrund NavBar */
.primary-color {
  background-color: #eaeef2 !important;
}

/* Linie und Schatten unter der NavBar*/  
.navbar .navbar-collapse, .navbar .navbar-form {
  border-bottom: 2px solid white;
  box-shadow: 0px 0px 16px rgb(22 50 64 / 50%);
}

@media (min-width: 768px) {
  .navbar-right {
      margin-right: 0;
  }
}
