/*  ==========================================
    Für Nolte Consulting, Witten  
    Unternehmen wird liquidiert, daher nur nötigste Styles für
	eine Art Web-Visitenkarte
    ======================================= */
	
*, *::before, *::after { box-sizing: border-box; }
 
html { scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote { margin-top: 0; }

img, video { max-width: 100%; height: auto; }

figure { margin-left: 0; margin-right: 0; } 

body {

font-family: Roboto, system-ui, -apple-system, "Segoe UI", 
			 Arial, sans-serif; 

font-size: 1.0rem; 
}  

h1 { font-size: 2.5rem; font-weight: 700; } 
h2 { font-size: 2rem; font-weight: 700; } 
h3 { font-size: 1.75rem; font-weight: 700; } 
h4 { font-size: 1.5rem; font-weight: 700; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; } 
 
a { text-decoration: none; cursor: pointer; }

/* Kontaktaddressen in normaler Schrift */
address { font-style: normal; }



/*Layout*/ 
 
html { background-color: whitesmoke; }

body {
    background-color: white; 
    min-width: 320px; 
    max-width: 600px; 
  
/* Horizontal zentriert ausrichten */ 
    margin: 0.25rem auto;   
  }

.site-header { 
  padding: 1rem 1rem 0 1rem; 
  margin-bottom: 1rem; 
} 

 
.site-header h1 { margin-bottom: 0; }
.site-header p { margin-top: 0; }


.site-content { 
    line-height: 1.5; 
    padding: 0 1rem; 
    margin-bottom: 2rem; 
} 
 
.site-footer {
    font-size: smaller; 
    background-color: #ffffff;
    color: #333333; 
    text-align: right; 
    padding: 0.5rem 1rem;
  }
  
/*Layout zum Wechseln, obwohl nur noch WEB Visitenkarte, s. o.*/
html { background-color: transparent; }
body { 
  max-width: none; 
  padding: 0; 
  margin: 0; 
}
.inside {
  max-width: 620px; 
  padding: 0 1rem; 
  margin: 0 auto; 
}

.inside .infoboxen { padding: 1rem 0; } 
.inside .infobox { margin: 1rem 0; }

.site-header, .site-nav, .site-content, .site-footer { 
  padding-left: 0; 
  padding-right: 0; 
}

/*Navi fehlt, siehe oben*/

/*Inhalt*/
  
.infoboxen {
    background-color: #ffffff; 
    padding: 0.0rem; 
    margin-bottom: 1rem; 
}
.infobox {
    font-size: 1.0rem;
    text-align: center; 
    background-color: white; 
    padding: 0rem;
    margin: 1rem; 
}