@charset "utf-8";
/* CSS Document */
html {
    width: 100%;
   
    margin-left: 20px;
    margin-right: 20px;
}

body {
    padding-right: 20px;
    padding-left: 20px;
    height: 1100px;
}

.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
.h3fett
{
    font-weight: bolder;
    color: #F51418;
}
 /* === Verhalten von Links ===*/   
	a {
    color: black;
}
a.jumbolink{
    color: white;
    padding-right: 20px, 
}
a.jumbolink:hover{
    font-style: italic;
    color: yellow;
}
a:hover {
    text-decoration: none;
    color: blue;
}

a:visit {
    color: red;
}

.totop {
    color: white;
    text-decoration: none;
}

a.jumbolink{
    color: white;
    padding-right: 20px, 
}
a.jumbolink:hover{
    font-style: italic;
    color: yellow;
}
.totop {
    color: white;
    text-decoration: none;
}
    
 /* === Verhalten Navigation ===*/ 
.basic {
    height: 100px;
    display: flex;
    justify-content: flex-start;

}
.navbar-brand {
    padding-bottom: 25px;
    float: left;
}
.branding {
    width: auto;
    height: 60px;
    padding-top: 5px;
    max-width: 200px;
   justify-content: flex-start;
    color: #CF139F;

}
.nav-item {
    font: #000;
    background-color: #fff;
    float: right;
    color: #000000;
    -webkit-box-shadow: inset 0px 0px;
    box-shadow: inset 0px 0px;
}
.navbar {
    font: #000;
    font-weight:bold;
;
    float: right;
}
.nav-link {
    font-color:#000000;
   
}
 /* === Banner ===*/ 
.containerbanner {

    margin-top: 0px;
}
/* container unter dem Banner*/
.containerunderbanner {
    margin-top: 10px;
    padding-right: 15px;
}
.seitenhinweis3{
   display: flex;
    flex-direction: row;
    justify-content: center;
    color:#960876;
    
    
}
.seitenueberschrift {
    font-size: 15px;
    font-weight: bolder;
    font-style: italic;
}
.printit {
    display: flex;
    flex-direction: row;
}

li.print {

    padding-bottom: 5px;
    padding-left: 5px;
    list-style: none;
    float: right;
    vertical-align: middle;
}
.printhinweis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
/* === main ===*/
.maininhalt {
    padding-left: 20px;
	margin-bottom:10px;
   
   
}
/* === Fußvolk ===*/
.containerfooter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 20px;
   
    width: 100%;
  
}
.icon-contact
{
    width: 15px;
    height: 40px;
}
    

.card {
    background-color: black;
    color: #fff;
}
h6.card-subtitle {
	
color:white;
	font-weight: bold;
}
/* listen*/
.list-group-item {
    background-color: #000;
}

li.contact {
    padding-left: 2px;
   list-style-type: none;
}

ul {
    padding-left: 5px;
}

/* link*/

a {
    color: black;
}
a.jumbolink{
    color: white;
    padding-right: 20px, 
}
a.jumbolink:hover{
    font-style: italic;
    color: yellow;
}
a:hover {
    text-decoration: none;
    color: blue;
}

a:visit {
    color: red;
}

.totop {
    color: white;
    text-decoration: none;
}

/* Jumbo*/
.jumbotron {
    background-color: #000000;
    margin:auto;
    
}

a.card-link2 {
    color: red;
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 0px;
}

a.icon-contact {
    color: whitesmoke;
	font-weight:bold;
}
.list-group.list-group-flush .list-group-item .jumbolink {
list-style-type: none;
}



.containeraside {
    background-color: #000000;}
    margin-bottom: 30px;
   
.alert.alert-danger {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #fae6f9;
    color: #000000;    
   
}
.alert-danger hr {
    border-top-color: #000000;
}

.containerfooter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 10px;
    margin:auto;
    width: 100%;
}

.card {
    background-color: black;
    color: #fff;
}
h6.card-subtitle {
	
color:white;
	font-weight: bold;
}
/* listen*/
.list-group-item {
    background-color: #000;
}

li.contact {
    padding-left: 2px;
}

ul {
    padding-left: 5px;
}

/* link*/

a {
    color: black;
}
a.jumbolink{
    color: white;
    padding-right: 20px, 
}
a.jumbolink:hover{
    font-style: italic;
    color: yellow;
}
a:hover {
    text-decoration: none;
    color: blue;
}

a:visit {
    color: red;
}

.totop {
    color: white;
    text-decoration: none;
}

/* Jumbo*/
.jumbotron {
    background-color: #000000;
    margin:auto;
    
}

a.card-link2 {
    color: red;
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 0px;
}

a.icon-contact {
    color: whitesmoke;
	font-weight:bold;
    margin-right :10px;
   
}
a.icon-contact:hover {
    color: yellow;
	font-weight:bold;
   
}
img.kontaktvarianten {
    padding-right:10px;
}
.list-group.list-group-flush .list-group-item .jumbolink {
	
}



/* === mediaqueries ===*/
@media (max-width: 576px) 
{
   .seitenhinweis3{
   display: flex;
    flex-direction: row;
    justify-content: center;
    color:#960876;
    hight: 500px;
    } 
 .alert.alert-danger {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #f7dbfc;
    color: #000000; 
    max-height:400px;
   
}   
    
}

    
.stripe {
    color: #D906B7;
}
