<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: avatech
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avatech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

avatech is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/







/* 16.09 */

.accordeon-item-text {
    padding-right: 10px!important;
}
/* 03.10 */
.footer__copy a+a{
	margin-left: 35px;
}
.vacancydescr__text ul li {
	margin-bottom: 5px!important;
}
.vacancydescr__text p {
    margin-bottom: 30px!important;
}
.vacancydescr__text ul {
    margin-bottom: 25px!important;
}
.vacancydescr__text .subtitle {
    margin-bottom: 15px!important;
}

.page-id-2403 article .entry-header, .page-id-2406 article .entry-header, .page-id-1889 article .entry-header{
	display: none;
}
.page-id-2403 .findstore-section, .page-id-2406 .findstore-section{
	background: url("https://ava-tech.de/wp-content/uploads/2025/02/karta-ava-tech-v2.png") right no-repeat;
	background-size: 40vw;
}
.contact-columns{
	display:flex;
	flex-wrap: wrap !important;
	margin: 0 30% 0 0;
}
.contact-column{
	padding: 20px 0;
	display:flex;
	flex-direction:column;	
	width: calc(33.33% - 40px);
	flex: 0 1 auto !important;
}
.contact-column &gt; .contact-address{
	/*flex: 1;*/
	min-height:110px;
}
.contact-column &gt; .contact-phones{
	flex: 1;
}
.contact-column .contact-address strong{
	font-size: 18px;
	margin: -25px 0 -20px;
	display:block;
}
.contact-column .contact-address strong:first-child{
	font-size: 20px;
	margin: 0;
}
.contact-column a{
	color: #000;
}
@media(max-width:992px) and (min-width: 768px){
	.page-id-2403 .findstore-section, .page-id-2406 .findstore-section{
		background: url("https://ava-tech.de/wp-content/uploads/2025/02/karta-ava-tech-v2.png") right bottom no-repeat;
		background-size: 40vw;
	}
	.contact-columns{
		display:flex;
		flex-wrap: wrap !important;
		margin: 0;
	}
}
@media(max-width:767px){
	.page-id-2403 .findstore-section, .page-id-2406 .findstore-section{
		background: none;
	}
	.contact-columns{
		margin: 0;
	}
	.contact-column &gt; .contact-address{
		min-height:unset;
	}	
	
	.contact-column {
		width: 100%;
		flex: 1 1 auto !important;
		
	}
}
.home .findstore-section{
	display:none !important;
}</pre></body></html>