/*
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
*/



/*****************************************************
 * Theme-Anpassungen
 * Autor: Holger Strunk - strunk.info
 * 
 * --- Farben ---
 * grün: 				#67AF29
 * hellgrün:		#88C653
 * dunkelgrau:	#333333
 * Textfarbe:		#222222
 * 
 *****************************************************/




/* Anpassungen vorhandener Theme-Elemente */
.nav-pills .toggle-bars .toggle-bars__bar-line {
  background-color: white;
}



/* neue Elemente, die per GreenShift CSS im Gutenberg-Editor verfügbar sind */





/* Anpassungen für responsive Design */

@media (min-width: 1280px) {

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

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

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

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

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

}


/* Anpassungen für den Druck */

@media print {
	@page {
		size: A4;
		margin: 10mm;
	}
	html, body {
		width: 210mm;
		height: 297mm;
	}
	h1 {
		font-size: 22pt;
	}
	h2 {
		font-size: 16pt;
	}
	h3.portfolio-item__title {
		font-size: 14pt !important;
	}
}
 
