/*
Theme Name: Kalium - Child Theme
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://twitter.com/thelaborator">Twitter X</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative">Instagram</a>
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/


/* CSS Ergänzungen
 * Auto: Holger Strunk, strunk.info
 * 
 * Farben:
 * schwarz				#000000 var(--k-color-1)
 * 
 * */
 
 

 /* geänderte Theme-Elemente
  * 
  * */
a {
 text-decoration: none;
 font-style: italic;
}
#footer {
	margin-top: 48px;
}
#footer .widget p {
	font-size: 16px !important;
  line-height: 23px;
  margin-bottom: 16px;
}
#footer .widget a {
	text-decoration: none;
}
.header-block__row.header-block__row--main {
	align-items: flex-start;
	margin-right: 8px;
}
.header-block__row.header-block__row--main a {
	font-style: normal;
}
.header-logo.logo-image {
	margin-left: 16px;
}
.standard-menu .menu > li {
  font-size: 2.4vw;
}
.wp-block-table td, .wp-block-table th {
	border: 0 !important;
	border-bottom: 1px solid !important;
}


/* zusätzliche Elemente
 * 
 * */
#leer {
	visibility: hidden;
}
.widget_01 {
	padding-left: 32px;
}
.Copyright-Zeile {
	background: white;
	padding: 16px 0 0px 0;
}



/* Responsive Design
 *
 * */
@media (min-width: 1800px) {
	
}
@media (min-width: 1680px) {
	p, td, .gspb-bodyfront {
		font-size: 31px;
	}
	.standard-menu .menu > li {
		font-size: 50px;
	}
}
@media (max-width: 1280px) {

}
@media (max-width: 991.98px) {

}
@media (max-width: 575.98px) {
	.Footer-Zeile {
		padding: 0 0 0 28px;
	}
	.widget_01 {
		padding: 32px 0 0 12px;
	}
	.Footer-Zeile #leer {
		display: none;
	}
	.Footer-Zeile h2 {
		margin-bottom: 4px !important;
	}
}
