/*!
Theme Name: Ingenieurbüro Pratzner Ges.m.b.H.
Theme URI: https://www.absolutinternet.at
Template: procounsel
Description: Design Template Ingenieurbüro Pratzner Ges.m.b.H.
Author: Sebastian Schmidgen
Author URI: https://www.bassart.audio
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pratzner
*/


/************ AI Style Overwrites ***********************/

:root {
  --procounsel-font: "Roboto", sans-serif;
  --procounsel-heading-font: "Libre Baskerville", serif;
  --procounsel-special-font: "Whisper", cursive;
}


.about-four__count__text {
    margin: 10px 0 20px 0;
}

.about-four__count {
  display: inline;
}

/************ AI General Styling ************************/

.mspace {
    margin-bottom: 8px;
}

body div.contact-one__info__content, p.contact-one__info__text {
    color: #19223a;
}

/************ Header Styling ****************************/

.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a {
    color: #0099ff;
}

body.page-template section.page-header  {
    display: none;
}

body .search-popup {
    display: none;
}

/************ Frontpage *********************************/

section.service-one .sec-title {
    display: none;
}

section.service-one {
    padding: 10px 0 160px 0;
}

section.service-one .barnds-one {
    padding-top: 0;
}

body .nomorebtn .procounsel-btn {
    display: none;
}

.main-slider-one__carousel.owl-carousel .owl-dots {
  width: 85%;
}

/************* AI Kontakt Styling *************************/

.contact-one__info__item:nth-child(3) {
    padding-left: 57px;
    width: 100%;
}

.contact-one__info__item:last-child {
    border-top: none;
}

/************* AI Elementstyling **************************/

body section.portfolio-two {
padding: 40px 0 120px 0;
}

.service-one__item__count {
    display: none;
}

.service-one__item__icon, .service-four__item__icon {
    display: none;
}


/************** AI Form Styling ***************************/

body .form-one label {
  text-transform: none;
}

.form-one .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: none;
}

.barnds-one__text h3 {
    text-transform: none;
}

/**************** AI Projekte Styling ***********************/

/* === Procounsel Portfolio Item - Fix Bildgröße === */
.portfolio-two__item {
    position: relative;
    width: 100%;
    max-width: 370px;           /* exakte Breite */
    height: 460px;              /* exakte Höhe */
    overflow: hidden;
}

.portfolio-two__item img.portfolio-two__item__image,
.portfolio-two__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* wichtig: Bild füllt aus ohne Verzerrung */
    object-position: center;
    display: block;
}

/* Hover-Effekte bleiben erhalten */
.portfolio-two__item:hover .portfolio-two__item__bg {
    opacity: 1;
    transform: scale(1.08);
}

body .portfolio-two__item__title a:hover {
  color: #fff!important;
  text-decoration: none;
}

/* Falls das Theme noch zusätzliche Klassen hat
.portfolio-two__item__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0,57,255,0.75) 100%); 
    transition: all 0.4s ease;
    z-index: 1;
} */