/* Barczak-Consulting — reconstructed Stucco theme styles */

body {
    line-height: 1.3em;
    min-width: 360px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    background: #fff;
    margin: 0;
    padding: 0;
}

/* === Header === */
.header-container {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.header-content-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.header-logo {
    flex: 0 0 auto;
}

.header-logo img {
    max-width: 150px;
    height: auto;
}

.header-conctens {
    flex: 1 1 auto;
}

.header-navi {
    float: right;
    margin-top: 30px;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.main-nav ul li a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
    border-bottom-color: #507de0;
    color: #507de0;
}

.header-search h1 {
    font-size: 22px;
    color: #333;
    margin: 20px 0 0 0;
    text-align: right;
}

.header-search h1 strong {
    color: #154574;
}

/* === Main Content === */
.main-container {
    min-height: 400px;
    padding: 30px 0 60px;
    background: #f9f9f9;
}

.main-content-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-title {
    color: #154574;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

/* === Hero section (home page) === */
.hero-image img {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}

.profile-img {
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    max-width: 350px;
    width: 100%;
    height: auto;
}

.hero-text h1 {
    font-size: 32px;
    color: #154574;
    margin-bottom: 15px;
}

.hero-text h1 strong {
    font-weight: 700;
}

.hero-text p {
    font-size: 18px;
    color: #666;
    margin-bottom: 12px;
}

.hero-text a {
    color: #154574;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.hero-text a:hover {
    text-decoration: underline;
}

.hero-text a:hover {
    text-decoration: underline;
}

/* === Pitch text === */
.pitch-text {
    margin-top: 5px;
    padding: 50px 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.pitch-badge {
    display: inline-block;
    background: #154574;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.pitch-headline {
    font-size: 22px;
    font-weight: 700;
    color: #154574;
    margin-bottom: 15px;
    line-height: 1.5;
}

.pitch-subtext {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

.pitch-text .title-caps-bold {
    font-weight: 700;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* === Career cards (aboutme page) === */
.page-intro {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.career-cards {
    max-width: 800px;
    margin: 0 auto;
}

.career-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 25px 30px;
    margin-bottom: 20px;
    transition: box-shadow 0.2s;
}

.career-card:hover {
    box-shadow: 0 4px 20px rgba(21, 69, 116, 0.1);
}

.career-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.career-period {
    display: inline-block;
    background: #154574;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 20px;
    white-space: nowrap;
}

.career-sector {
    font-size: 14px;
    font-weight: 600;
    color: #154574;
}

.career-summary {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.career-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.career-details li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.career-details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #154574;
}

/* === Kontakt page === */
.contact-section {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    text-align: center;
}

.contact-section h3 {
    font-size: 18px;
    color: #507de0;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-section h3 i {
    margin-right: 8px;
}

.contact-section p a {
    color: #507de0;
    text-decoration: none;
    font-size: 15px;
}

.contact-section p a:hover {
    text-decoration: underline;
}

.contact-thanks {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    color: #666;
}

/* === Impressum === */
.impressum-content h3 {
    color: #333;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.impressum-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.impressum-content a {
    color: #507de0;
    text-decoration: none;
}

/* === Footer === */
.page-footer-accent {
    margin-top: 40px;
    padding: 20px 0;
    background: #f0f0f0;
    border-top: 1px solid #e0e0e0;
}

.page-footer-accent .title-caps {
    font-weight: 700;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-container {
    background: #154574;
    padding: 20px 0;
    color: #fff;
}

.footer-content-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-container .footer-nav p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    margin: 8px 0 0 0;
}

.footer-container .top {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.footer-container .top:hover {
    text-decoration: underline;
}

.social-button nav a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 22px;
    margin-right: 15px;
    text-decoration: none;
    transition: color 0.2s;
}

.social-button nav a:hover {
    color: #fff;
}

.social-button nav a:last-child {
    margin-right: 0;
}

#scroll-page-top {
    text-align: right;
}

/* === Contact form === */
.contact-form-wrapper {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 25px;
}

.contact-form-wrapper h3 {
    font-size: 18px;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px;
}

.form-group label .required {
    color: #e74c3c;
}

.form-control {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #507de0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(80,125,224,.075), 0 0 8px rgba(80,125,224,.6);
    box-shadow: inset 0 1px 1px rgba(80,125,224,.075), 0 0 8px rgba(80,125,224,.6);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #507de0;
    border-color: #4a6ec9;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #3a5fa8;
    border-color: #345a9e;
}

.alert {
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
}

.alert-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
}

.alert-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

.alert-error ul {
    margin: 0;
    padding-left: 18px;
}

/* === Section title === */
.section-title {
    color: #154574;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8e8e8;
}

/* === Competency cards === */
.competency-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 25px 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.competency-card:hover {
    box-shadow: 0 4px 20px rgba(21, 69, 116, 0.12);
    transform: translateY(-3px);
}

.competency-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 15px;
    background: rgba(21, 69, 116, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.competency-icon i {
    font-size: 24px;
    color: #154574;
}

.competency-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.competency-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* === About link section === */
.about-link {
    text-align: center;
    padding: 40px 20px;
    margin-top: 10px;
}

.about-link p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.about-link .btn-primary {
    display: inline-block;
    padding: 12px 30px;
    font-size: 15px;
    text-decoration: none;
}

/* === PDF download link === */
.pdf-download-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color 0.2s;
}

.pdf-icon {
    font-size: 28px;
    color: #154574;
    transition: color 0.2s;
}

.pdf-text {
    font-size: 16px;
    color: #154574;
    font-weight: 500;
    text-decoration: none;
}

.pdf-download-link:hover .pdf-icon,
.pdf-download-link:hover .pdf-text {
    color: #0d3559;
}

/* === Responsive === */
@media (max-width: 768px) {
    .header-navi {
        float: none;
        margin-top: 10px;
    }

    .main-nav ul {
        gap: 15px;
    }

    .pitch-text {
        padding: 20px 20px;
    }

    .history-tl-container {
        width: 100%;
    }

    .header-search h1 {
        text-align: left;
    }
}