@charset "UTF-8";
/*
Theme Name: Poschbau Theme
Theme URI: https://poschbau.at
Author: Thomas Juen, SoumaSoft
Author URI: https://soumasoft.com
Description: Theme für den Internetauftritt von Poschbau
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soumasoft
*/

@import url('./css/style-all.css');

.content-area.landingpage {
    max-width: 1170px;
    margin: auto;
    padding: 20px;
}

.footer {
    padding: 30px;
    color: #383339;
    text-align: center;
}

.footer a {
    color: #383339;
}

.dlgheader {
 color: #fff;
 font: 700 26px Roboto,Arial,sans-serif;
 text-transform: uppercase;
 margin: 20px 0 25px;
}

.team-section .owl-carousel-v4 .item img {
  max-height: 570px;
}