/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: auto;
    min-height: 100%;
    background-image: linear-gradient(to top, #302513 0%, #5b4a2c 100%);
    text-align: center;
}
body { margin: 0; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.page-header-wrapper,
.page-content-wrapper,
.page-footer-wrapper {
    box-sizing: border-box;
    display: table-row;
}
.page-content-wrapper { height: 100%; }
.page-header {
    padding: 0 10px;
    min-height: 50px;
    border-bottom: 1px solid #1c2229;
    background: #222a32;
}
.page-header:before,
.page-header:after {
    display: table;
    content: "";
}
.page-header:after { clear: both; }
.page-content {
    margin: auto;
    padding: 20px 10px;
    max-width: 960px;
}
.page-footer {
    padding: 5px 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #38444f;
    background: #222a32;
    font-size: 12px;
    line-height: 24px;
}
.page-footer a,
.page-footer a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}
.page-footer .separator {
    width: 1px;
    display: inline-block;
    height: 12px;
    vertical-align: -2px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.6);
}
.product-logo { float: left; }
.product-logo img { height: 50px; }
.company-logo {
    float: right;
    margin-top: 9px;
}
.company-logo img { height: 31px; }
.page-info-wrapper { margin-bottom: 15px; }
.page-info {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ccc;
    background: #f2f2f2;
}
.page-info-heading {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 24px;
}
.page-info p,
.page-info ul { margin: 15px 0; }
.page-info ul { padding-left: 20px; }
.product-info-wrapper p {
    margin: 0 0 15px;
    padding: 0;
}
.product-info-wrapper { margin: 0 -10px; }
.product-info-wrapper:before,
.product-info-wrapper:after {
    display: table;
    content: "";
}
.product-info-wrapper:after { clear: both; }
.product-info-wrapper .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 10px;
}

.product-info-wrapper ul.links {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    text-align: center;
}
.links > li {
    display: inline-block;
    float: left;
    vertical-align: top;
    width: 50%;
    margin-top: 15px;
}
.links > li > a {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
}
.links > li > a:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 5px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
.blog:before { background-image: url(../img/blog.png); }
.forum:before { background-image: url(../img/forum.png); }
.knowledge-base:before { background-image: url(../img/knowledge-base.png); }
.facebook:before { background-image: url(../img/facebook.png); }
.twitter:before { background-image: url(../img/twitter.png); }
.linkedin:before { background-image: url(../img/linkedin.png); }

.fastcgi:before { background-image: url(../img/fastcgi.png); }
.php:before { background-image: url(../img/php.png); }
.ssi:before { background-image: url(../img/ssi.png); }

.product-info {
    border: 1px solid #bebebe;
    background: #fafafa;
}
.product-info-heading {
    margin: -1px;
    padding: 5px 11px;
    font-size: 16px;
    color: #fff;
    background: #09729f;
}
.product-info-content { padding: 10px; }

@media (max-width: 767px) {
    .page-header-wrapper { height: auto !important; }
}
@media (min-width: 480px) {
    .links > li { width: 33.33%; }
}
@media (min-width: 768px) {
    .page-header-wrapper { height: 51px; }
    .page-header {
        box-sizing: border-box;
        position: fixed;
        z-index: 300;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 51px;
    }
    .page-header,
    .page-content,
    .page-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-info {
        box-sizing: border-box;
        min-height: 240px;
        padding: 20px 40px 20px 313px;
        border: 1px solid #ccc;
        background: #f2f2f2 url(../img/globe.png) no-repeat;
        background-size: 273px 240px;
    }
    .links > li { width: 33.33%; }
    .product-info-wrapper .col {
        width: 50%;
    }
}

.pathbar {
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.pathbar a {
    color: #2c2c2c;
    text-decoration: none;
    position: relative;
    float: left;
    margin-right: 3px;
    padding: 0 5px 0 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ebebeb;
}
.pathbar a:before {
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
    content: "";
}
.pathbar a:after {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 1;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ebebeb;
    content: "";
}
.pathbar a:hover { background: #2298cb; color: #fff; }
.pathbar a:hover:after { border-left-color: #2298cb; }
.pathbar a:first-child { padding-left: 10px; }
.pathbar a:first-child:before { display: none; }
.test h1 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #444;
}
.test h2 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #444;
}
.test p { margin: 12px 0; }
iframe { border: 1px solid #bebebe; }
.test-data table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.test-data td,
.test-data th { padding: 0; }
.test-data table > thead > tr > th,
.test-data table > tbody > tr > th,
.test-data table > tfoot > tr > th,
.test-data table > thead > tr > td,
.test-data table > tbody > tr > td,
.test-data table > tfoot > tr > td {
    padding: 6px 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #d6d6d6;
}
.test-data table > thead > tr:first-child > th,
.test-data table > tbody > tr:first-child > th,
.test-data table > tfoot > tr:first-child > th,
.test-data table > thead > tr:first-child > td,
.test-data table > tbody > tr:first-child > td,
.test-data table > tfoot > tr:first-child > td {
    border-top: 0;
}
.test-data table th {
    text-align: left;
    white-space: nowrap;
    font-weight: 700;
    background: #fafafa;
}
.a4 {
    width: 21cm;
    height: 29.7cm;
    background: white;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.left {
    float: left;
    width: 33%;
    height: 100%;
    background: lightgrey;
}
.name {
    /*float: left;*/
    /*width: 100%;*/
    /*height: 15%;*/
    font-size: 3em;
    font-family: 'Work Sans', sans-serif;
    margin: 15%;
    margin: 15%;
    font-weight: bold;
    line-height: 0.8;
    text-align: left;
}
.img {
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.title {
    text-align: center;
    width: 100%;
    height: 5%;
    overflow: hidden;
    background-color: #1c1e25;
    color: white;
    line-height: 1.3;
    /*font-weight: bold;*/
    font-size: 15px;
    font-family: 'Work Sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}
.img img {
    width: 100%;
    height: 100%;
    /*transform: scalex(-1);*/
}
.education_contact {
    background-color: #f1c52cb2; /*#f1c52c;*/
    height: 49.15%;
}
.education_header_left, .contact_header_left {
    position: relative;
    top: 5%;
    width: 10%;
    background-color: black;
    height: 5%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    float: left;
}
.education_header_right, .contact_header_right {
    position: relative;
    top: 5%;
    width: 90%;
    background-color: #dcb30d75; /*#dcb30d;*/
    height: 5%;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    float: left;
    line-height: 1.7;
}
.education_header_right span, .education_body span, .contact_header_right span, .contact_body span, .about_me_header_right span, .work_exp_header_right span, .software_skill_header_right span, .interests_header_right span {
    padding-left: 10%;
}
.education_body, .contact_body {
    position: relative;
    top: 10%;
    width: 90%;
    background-color: transparent;
    margin-left: 10%;
    height: 33%;
    text-align: left;
    font-size: 15px;
}
.small {
    font-size: 12px;
}
.small a {
    color: black;
}
.right {
    float: left;
    width: 67%;
    height: 100%;
}
.about_me_header_left {
    position: relative;
    top: 4%;
    width: 3%;
    background-color: #fecb00;
    height: 3%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    float: left;
}
.interests_header_left {
    position: relative;
    top: 9%;
    width: 3%;
    background-color: #fecb00;
    height: 3%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    float: left;
}
.work_exp_header_left {
    position: relative;
    top: 5%;
    width: 3%;
    background-color: #fecb00;
    height: 3%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    float: left;
}
.software_skill_header_left {
    position: relative;
    top: 7%;
    width: 3%;
    background-color: #fecb00;
    height: 3%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    float: left;
}
.about_me_header_right {
    position: relative;
    top: 4%;
    width: 97%;
    background-color: #f1f1f1;
    height: 3%;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    float: left;
    line-height: 2;
}
.interests_header_right {
    position: relative;
    top: 9%;
    width: 97%;
    background-color: #f1f1f1;
    height: 3%;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    float: left;
    line-height: 2;
}
.work_exp_header_right {
    position: relative;
    top: 5%;
    width: 97%;
    background-color: #f1f1f1;
    height: 3%;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    float: left;
    line-height: 2;
}
.software_skill_header_right {
    position: relative;
    top: 7%;
    width: 97%;
    background-color: #f1f1f1;
    height: 3%;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    float: left;
    line-height: 2;
}
.about_me_body {
    position: relative;
    top: 5%;
    width: 97%;
    background-color: transparent;
    margin-left: 3%;
    height: 23%;
    text-align: left;
    font-size: 15px;
}
.about_me_body p {
    padding: 0 10%;
}
.work_exp_body {
    position: relative;
    top: 7%;
    width: 97%;
    background-color: transparent;
    margin-left: 3%;
    height: 13%;
    text-align: left;
    font-size: 15px;
}
.work_exp_body_left {
    position: relative;
    /*top: 10%;*/
    width: 28%;
    background-color: transparent;
    height: auto;
    text-align: left;
    font-size: 13px;
    float: left;
    margin-left: 3%;
    font-weight: bold;
}
.work_exp_body_left p {
    padding: 0 21%;
    margin: unset;
}
.work_exp_body_right {
    position: relative;
    /*top: 10%;*/
    width: 63%;
    background-color: transparent;
    height: auto;
    text-align: left;
    font-size: 15px;
    float: left;
}
.work_exp_body_right p {
    padding: 0 10%;
    margin: unset;
}
.work_exp_body_right p:last-child {
    font-size: 12px;
}
.clearfix {
    clear: both;
}
.software_skill_body {
    position: relative;
    top: 9%;
    width: 97%;
    background-color: transparent;
    margin-left: 3%;
    height: 16%;
    text-align: left;
    font-size: 15px;
}
.software_skill_body_left {
    position: relative;
    /*top: 10%;*/
    width: 34%;
    background-color: transparent;
    height: auto;
    text-align: left;
    font-size: 15px;
    float: left;
    margin-left: 3%;
    font-weight: bold;
}
.software_skill_body_right {
    position: relative;
    /*top: 10%;*/
    width: 31.5%;
    background-color: transparent;
    height: auto;
    text-align: left;
    font-size: 15px;
    float: left;
}
.software_skill_body_right:first-of-type {
    margin-left: 22px;
}

.software_skill_body_right p {
    padding: 0 10%;
    margin: unset;
    font-size: 12px;
}
.skill {
    margin-bottom: 15px;
}

.progress-bar {
    width: 75%;
    background-color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    height: 10px;
    margin-top: 5px;
}

.progress {
    height: 10px;
    background-color: #fecb00;
    width: 0%; /* wird inline gesetzt */
    transition: width 1s ease-in-out;
}
.interests_body {
    position: relative;
    top: 11%;
    width: 97%;
    background-color: transparent;
    margin-left: 3%;
    height: 10%;
    text-align: left;
    font-size: 15px;
}
.interests {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.interest-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #555;
    float: left;
    margin-left: 13%;
}

.icon-circle {
    width: 35px;
    height: 35px;
    border: 2px solid #d4b200; /* gold-gelb */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.icon-circle i {
    font-size: 20px;
    color: #d4b200;
}
/* neu */
/* =============================
   FLIP-GRUNDLAGEN
============================= */
.cv-book {
    perspective: 2400px;
    width: 21cm;
    height: 29.7cm;
    margin: 40px auto;
}

.cv-page {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1.25s cubic-bezier(.45,.05,.15,1);
}

.cv-page.flipped {
    transform: rotateY(-180deg);
}

.cv-front,
.cv-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
}

.cv-back {
    transform: rotateY(180deg);
}

/* =============================
   REALISTISCHE UMSCHLAG-ECKE
============================= */
.page-corner {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;

/* DAS ist die abgeschnittene Ecke */
border-top: 36px solid #5b4a2c; /* Hintergrundfarbe */
border-left: 36px solid transparent;
}

/* Falz */
.page-corner::before {
    width: 0;
    content: '';
    position: absolute;
    top: -36px;
    right: 0;
    border-top: 50px solid #5b4a2c;
    border-left: 50px solid lightgrey;
    box-shadow: -5px 5px 5px #000000;
}

/* Rückseiten-Ecke */
.page-corner-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 36px solid #ffffff;
    border-right: 36px solid transparent;
}


/* ABGESCHNITTENE ECKE = SEITENHINTERGRUND */
.page-corner-back::before {
     width: 0;
    content: '';
    position: absolute;
    top: -36px;
    left: 0;
    border-top: 50px solid #5b4a2c;
    border-right: 50px solid #ffffff;
    box-shadow: 5px 5px 5px #000000;
}

/* =============================
   RüCKSEITE MIT GLEICHER LINKER SPALTE
============================= */
.a4.back {
    display: flex;
}

.back-left {
    width: 33%;
    background: lightgrey;
}

.back-right {
    width: 67%;
    background: #fafafa;
}

/* optional: vorhandene Styles wiederverwenden */
.back-left .education_contact {
    height: 100%;
}

/* =============================
   PRINT
============================= */
@media print {
    .page-corner { display: none; }
    .cv-page { transform: none !important; }
}
.kt_flyer_back {
    width: 100%;
}
/* =============================
   MOBILE LAYOUT (1 SPALTE)
============================= */
@media (max-width: 900px) {

    /* A4 & Buch neutralisieren */
    .cv-book,
    .cv-page,
    .a4 {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .cv-book {
        perspective: none;
    }

    /* Flip deaktivieren (UX!) */
    .cv-page {
        transform: none !important;
    }

    .cv-front,
    .cv-back {
        position: relative;
        transform: none;
        backface-visibility: visible;
    }

    .page-corner,
    .page-corner-back {
        display: none;
    }

    /* Spalten untereinander */
    .left,
    .right {
        float: none;
        width: 100%;
        height: auto;
    }

    /* Typische Höhen killen */
    .education_contact,
    .about_me_body,
    .work_exp_body,
    .software_skill_body,
    .interests_body {
        height: auto;
        top: 0;
    }

    /* Name & Titel kompakter */
    .name {
        margin: 1.5rem;
        font-size: 2rem;
        text-align: center;
    }

    .title {
        font-size: 0.9rem;
    }

    /* Bilder responsiv */
    .img img {
        width: 100%;
        height: auto;
    }

    /* Berufserfahrung: links/rechts → untereinander */
    .work_exp_body_left,
    .work_exp_body_right {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .work_exp_body_left p,
    .work_exp_body_right p {
        padding: 0 1rem;
    }

    /* Skills: 3 Spalten → 1 Spalte */
    .software_skill_body_right {
        float: none;
        width: 100%;
        margin-left: 0 !important;
    }

    .progress-bar {
        width: 100%;
    }

    /* Interessen untereinander */
    .interest-item {
        float: none;
        margin: 1rem auto;
    }
}
/* =============================
   MOBILE: INTERESSEN FIX
============================= */
@media (max-width: 900px) {

    .interests_body {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        margin-left: 0;
    }

    .interest-item {
        float: none;
        margin: 0;
        align-items: center;
        text-align: center;
    }

    .icon-circle {
        margin-bottom: 0.5rem;
    }
}
/* =============================
   MOBILE: NAME & KOPFBEREICH
============================= */
@media (max-width: 900px) {

    /* linker Bereich bis ganz nach oben */
    .left {
        padding-top: 0;
    }

    /* graues Namensfeld bündig */
    .name {
        margin: 0;
        padding: 1.5rem 1rem;
        font-size: 2.4rem;       /* größerer Name */
        line-height: 1;
        text-align: center;
        background: lightgrey;
    }

    /* Bild direkt unter dem Namen */
    .img {
        margin-top: 0;
    }
}
@keyframes cornerPulse {
    0%, 100% {
        box-shadow: -5px 5px 5px rgba(0,0,0,0.35);
    }
    50% {
        box-shadow: -9px 9px 10px rgba(0,0,0,0.55);
    }
}

@keyframes cornerPulseBack {
    0%, 100% {
        box-shadow: 5px 5px 5px rgba(0,0,0,0.35);
    }
    50% {
        box-shadow: 9px 9px 10px rgba(0,0,0,0.55);
    }
}

.page-corner::before {
    animation: cornerPulse 3.5s ease-in-out infinite;
}
.page-corner-back::before {
    animation: cornerPulseBack 3.5s ease-in-out infinite;
}
.page-corner:hover::before, .page-corner-back:hover::before {
    animation: none;
}
