/*
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 : 17.06.2020, 16:55:51
    Author     : joedoe
*/




/* Flexbox zum Anpassen der Darstellung von Div's'  */
.flexbox_vh100 {
    display: flex;
    min-height: 91vh;
    flex-direction: column;
    margin: 0 auto;
}

/* Dieser Bereich wird vergrössert falls Platz vorhanden ist  */
.flexbox_main {
    flex: 1;
   
}
/* Dieser Bereich wird niemals geschrumpft uns steht am Ende des Div's'  .flexbox_vh100 */
.flexbox_footer {
    flex-shrink: 0;
   
}

.flex_parent{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;

}

.logo{
    max-width: 100%;
    max-height: 100%;
    
    background-image: url('../img/icons/icon-72x72.png');

}

.logo_nickolay{
    
    border-radius:5px;
    border-color:white;
    border-width: .25em;
    border-style: solid; 
    width:15vh;   
   
     
}  

.zeilenumbruch{
    line-height:1.4;
}
