body {
	text-align: justify;
        font-family: Aptos, "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 14px;
        line-height: 1.35;
/*  color: #333;	*/
	color: #000;
/*  background-color: #fff; */
	background-color: white;
        /* background-image: linear-gradient(rgb(200, 200, 200), white);  */
        /* background-image: linear-gradient(rgb(96, 122, 250), white);  */
        background-image: linear-gradient(rgb(149, 184, 255), white); 
}

.aside{
	/* font-size: small; */
	text-align: justify;
	text-justify: inter-word;
}

.asideright{
	/* font-size: small; */
	text-align: justify;
	text-justify: inter-word;
}



h1, h2, h3{
	text-align: left;
}

h1 {
	font-weight: bold;
}

/*
td{
	padding-top: 5pt;
	padding-left: 10pt;
	padding-bottom: 5pt;
}
*/

.bildrechts{
	padding-top: 5pt;
	padding-left: 10pt;
	padding-bottom: 5pt;
}

.bildtext{
	font-size: 10pt;
	color: #C1C1C1;	/*grau*/
}

.badge-primary{
	background-color: #D90511; /* rot #446E9B; */
}

.badge-success{
	background-color: #93BF24;	/* gruen #3CCB03; */
}

.badge-default{
	background-color: #F9CF1B; /* gelb #C1C1C1; */
}

.glyphicon{
	color: silver;
}

.letter{
	font-size: large;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #C1C1C1;
	padding: 5px;
	
}






.panel > .panel-heading {
    background-image: none;
    /* background-color: #93BF24; gruen */
    background-color: #F9CF1B; /* gelb */
    color: black;
    border-color: #737373; /* dunkelgrau */
}


/* https://www.w3schools.com/css/tryit.asp?filename=trycss3_box-shadow4 */
.panel {
    border-color: #737373; /* dunkelgrau */
    box-shadow: 0px 14px 28px 0 rgba(50, 50, 50, 0.8);
    border-radius: 0px; 
    font-size:small;
    background-color: rgb(230, 230, 230); 
}


.panel > .panel-rechts {
    background-color: #F9CF1B; /* gelb */
    color: black;
    font-size:small;
}

.panel > .panel-links {
    background-color: #F9CF1B; /* gelb */
    color: black;
    font-size:small;
}

.panel-body {
	background-color: white;
}



@media (min-width: 1500px) {
  .container {
    width: 1450px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1750px;
  }
}



