/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.01.2022, 21:36:31
    Author     : bernd
*/

#logo{
    
    width: 100%;
    margin: 20px;
    background-color: #ffffff ;
    
      /* Text zentrieren */
    text-align:center;
     
    /* Inhalt vertikal mittig platzieren */
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.inside{
    /* Container horizontal mittig platzieren */
    margin: auto;
}


#header {
    margin-bottom: 23Px;
}



.h2 {
  font-size: 1.7rem;
}


.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

a {
  color: #0e71b8;
  text-decoration: none;
}

.container {
  color: white;
  background-color: #0E3A81;
  margin: 10px inherit;
  padding:23px important!;  
  text-align: center;
  width: 250px !important;
}