@charset "UTF-8";
body {
    background-color: #bac7da !important;
    margin: 0;
    font-size: 16px;
    padding: 0;
}

#wrapper {
    position: absolute;
    width: 100%;
    min-height: 100%;
    margin: auto;
}

#content {
    position: absolute;
    width: 100%;
    max-width: 1800px;
    background-color: #383838;
    min-height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.text-align-left {
    text-align: left;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
}

.pageContent {
    padding: 30px !important;
}

h2 {
    font-size: 1.85rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.25rem;
}

#cookieInfoSection #cookieContent {
    background-color: #ffffff;
    color: #383838;
}

#cookieOverlaySection {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}
#cookieOverlaySection #cookieContent {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem;
}
#cookieContent .row {
  margin-left: 0;
  margin-right: 0;
}

#cookieContent {
    background-color: #ffffff;
    color: #383838;
}
#cookieContent .btn-group {
    width: 100%;
}
#cookieContent .btn {
    font-weight: bold;
    margin-top: 15px;
}
#cookieContent .btn-delete {
    background-color: #800;
    color: #ffffff;
    width: 90%;
}
#cookieContent .btn-update {
    color: #fff;
    background-color: #5b79a1;
    width: 90%;
}
#cookieContent .btn-add:hover {
    background-color: #5b79a1;
    color: #ffffff;
}
#cookieContent .btn-delete:hover {
    background-color: #800;
    color: #ffffff;
}
#cookieContent .btn-update:hover {
    background-color: #5b79a1;
    color: #ffffff;
}

#loginButton
{
    background-color: #5b79a1;
    color: #ffffff;
}

/* unvisited link */
a:link {
    color: #383838;
    text-decoration: underline;
}

/* visited link */
a:visited {
    color: #383838;
    text-decoration: underline;
}

/* mouse over link */
a:hover {
    color: #5b79a1;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #5b79a1;
    text-decoration: underline;
}

/* unvisited link */
.sideinfo a:link {
    color: #ffffff;
    text-decoration: none;
}

/* visited link */
.sideinfo a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* mouse over link */
.sideinfo a:hover {
    color: #5b79a1;
    text-decoration: underline;
}

/* selected link */
.sideinfo a:active {
    color: #5b79a1;
    text-decoration: underline;
}

/* Markierter Text */
::selection {
    color: #ffffff;
    background-color: #5b79a1;
}

/* Markierter Text */
::-moz-selection {
    color: #ffffff;
    background-color: #5b79a1;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

section {
    background-color: #ffffff;
    padding-bottom: 20px;
}

#preferencesSection input:disabled {
    background: #ccc;
    font-style: italic;
}
#preferencesSection .previewImage {
    width: 100%;
    height: auto;
}
#preferencesSection .labelsource {
    margin-top: 15px;
}
#preferencesSection .textfield {
    width: 100%;
}
#preferencesSection .title {
    font-weight: bold;
    font-size: 16px;
}
#preferencesSection .addDataBlock {
    padding-bottom: 15px;
}
#preferencesSection .feedback {
    font-weight: bold;
    min-height: 25px;
    margin-bottom: 20px;
}
#preferencesSection .feedbackDelete {
    background-color: #800;
    color: #ffffff;
}
#preferencesSection .feedbackUpdate {
    background-color: #5b79a1;
    color: #ffffff;
}
#preferencesSection .btn-group {
    width: 100%;
}
#preferencesSection .btn {
    font-weight: bold;
    margin-top: 15px;
}
#preferencesSection .btn-delete {
    background-color: #800;
    color: #ffffff;
    width: 50%;
}
#preferencesSection .btn-update {
    background-color: #5b79a1;
    color: #fff;
    width: 50%;
}
#preferencesSection .btn-add {
    width: 100%;
}
#preferencesSection .btn-download {
    width: 100%;
}
#preferencesSection .btn-decrypt {
    width: 100%;
}
#preferencesSection .btn-download:hover {
    background-color: #5b79a1;
    color: #ffffff;
}
#preferencesSection .btn-decrypt:hover {
    background-color: #5b79a1;
    color: #ffffff;
}
#preferencesSection .btn-add:hover {
    background-color: #5b79a1;
    color: #ffffff;
}
#preferencesSection .btn-delete:hover {
    background-color: #800;
    color: #ffffff;
}
#preferencesSection .btn-update:hover {
    background-color: #5b79a1;
    color: #ffffff;
}
#preferencesSection label {
    word-wrap: break-word;
}

/* Logo on top left */
.logo {
    width: auto;
    height: 70px;
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 10;
}

.logo img {
    width: auto;
    height: 70px;
}

/* Navigation Bar */
.topnav {
    background-color: #383838;
    color: #ffffff;
    overflow: hidden;
    top: 0;
    padding-left: 100px;
    z-index: 10;
    position: sticky;
    width: 100%;
    /* unvisited link */
    /* visited link */
    /* mouse over link */
    /* selected link */
}
.topnav .icon {
    display: none;
}
.topnav .loginLink {
    float: right;
}
.topnav a {
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.topnav a:link {
    color: #ffffff;
}
.topnav a:visited {
    color: #ffffff;
}
.topnav a:hover {
    color: #5b79a1;
    text-decoration: underline !important;
}
.topnav a:active {
    color: #5b79a1;
}
.topnav .selected {
    text-decoration: underline !important;
}

.languagesSkills .flag {
    float: left;
}

/* TODO: Cleanup*/
#cv-tab {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-variant-ligatures: common-ligatures;
    text-rendering: auto;
    line-height: 1.38462;
    padding-bottom: 0;
}
#cv-tab * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cv-tab h2 {
    margin-top: 0px;
}
#cv-tab .institution-name {
    margin-left: 0px;
}
#cv-tab .job-title {
    margin-left: 0px;
}
#cv-tab .experience-details {
    padding-top: 20px;
    font-size: 16px;
}
#cv-tab .pdf-download-btn {
    background-color: #383838;
    color: #ffffff;
}
#cv-tab .pdf-download-btn-margin {
    margin-left: 15px;
}
#cv-tab .pdf-download-btn:hover {
    background-color: #5b79a1;
    color: #ffffff;
}
#cv-tab .pdf-download-btn:active {
    background-color: #ffffff;
    color: #5b79a1;
}

.item-block {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 30px;
}

ul {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    list-style: none;
}

.item-list li {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    display: list-item;
    text-align: -webkit-match-parent;
}

.toggle-box {
    margin-top: 0;
}

.toggle-box, .link-box {
    transition: background 0.05s ease-in-out;
    -o-transition: background 0.05s ease-in-out;
    -moz-transition: background 0.05s ease-in-out;
    -webkit-transition: background 0.05s ease-in-out;
    border-radius: 2px;
    margin-top: -7px;
    padding-right: 40px;
    position: relative;
}

.toggle-box {
    padding-right: 0 !important;
}

.clfx:after, .subnav:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

#work-experience .cv-entry {
    overflow: hidden;
}

#work-experience .duration {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    display: table;
    margin-right: -100px;
}

#work-experience li:last-child .duration:after, #work-experience li:first-child .duration:before {
    display: none;
}

#work-experience .duration:before {
    display: block;
    content: " ";
    width: 1px;
    height: 100px;
    bottom: 50px;
    left: 50px;
    position: absolute;
    z-index: 0;
    background-color: #5b79a1;
}

#work-experience .duration:after {
    display: block;
    content: " ";
    width: 1px;
    height: 10000px;
    top: 50px;
    left: 50px;
    position: absolute;
    z-index: 0;
    background-color: #5b79a1;
}

#work-experience .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 200px;
    margin: -50px 0 0 -50px;
    z-index: 1;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    background-color: #5b79a1;
}

#work-experience .duration .label {
    font-family: "Arial", Georgia, serif;
    color: white;
    font-size: 13px;
    text-align: center;
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    width: 100%;
}

#work-experience .duration .label div {
    padding: 0 2.5%;
    width: 95%;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.item-list li .details {
    margin-top: -30px;
    display: block;
    font-size: 13px;
    line-height: 17px;
    overflow: hidden;
    padding: 23px 5px 19px 112px;
}

.additional {
    font-style: italic;
}

/* TODO: End Cleanup */
#footer {
    background-color: #383838;
    color: #ffffff;
    /* unvisited link */
    /* visited link */
    /* mouse over link */
    /* selected link */
}
#footer a:link {
    color: #ffffff;
    text-decoration: none;
}
#footer a:visited {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    color: #5b79a1;
    text-decoration: underline;
}
#footer a:active {
    color: #5b79a1;
    text-decoration: none;
}

#privacy h5 {
    font-style: oblique;
    font-weight: bold;
    font-size: 13px;
}

#visitors {
    font-size: 10px;
    background-color: #383838;
    color: #ffffff;
    /* unvisited link */
    /* visited link */
    /* mouse over link */
    /* selected link */
}
#visitors #impressum_link {
    top: 10px;
    font-size: 16px;
    position: relative;
}
#visitors a:link {
    color: #ffffff;
    text-decoration: none;
}
#visitors a:visited {
    color: #ffffff;
    text-decoration: none;
}
#visitors a:hover {
    color: #5b79a1;
    text-decoration: underline;
}
#visitors a:active {
    color: #5b79a1;
    text-decoration: none;
}

/* SVG Colors */
#light_svg {
    fill: #ffffff;
}

#dark_svg {
    fill: #383838;
}

#svgColor {
    fill: #5b79a1;
}

/* Control Elements */
.light_bg {
    background: #ffffff;
}

.dark_bg {
    background-color: #383838;
}

.text-normal-font-weight {
    font-weight: normal;
}

.title-text {
    margin-top: 0px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.leftfloater {
    float: left;
}

.nopadding {
    padding: 0;
}

.section-padding {
    padding-left: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
}

.hidden {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.previewImage {
    width: 100%;
    height: 100%;
}

#projectsection .portfolioAdditionalContent .previewImage {
    min-height: 300px;
}
#projectsection .portfolioAdditionalContent h3 {
    text-align: left;
    font-size: 14px;
    min-height: 45px;
}
#projectsection .portfolioProjectBox {
    min-height: 450px;
    /* unvisited link */
    /* visited link */
    /* mouse over link */
    /* selected link */
}
#projectsection .portfolioProjectBox .portfolioProjectBoxInner {
    border: 1px solid #383838 !important;
}
#projectsection .portfolioProjectBox .previewImage {
    padding: 5px;
}
#projectsection .portfolioProjectBox .card-text {
    padding: 10px;
    text-align: left;
}
#projectsection .portfolioProjectBox .card-title {
    background-color: #383838;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    margin: 0px;
    font-weight: bold;
}
#projectsection .portfolioProjectBox .btn {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    background-color: #383838;
    color: #ffffff;
}
#projectsection .portfolioProjectBox .btn:hover {
    background-color: #5b79a1;
}
#projectsection .portfolioProjectBox a:link {
    color: #383838;
    text-decoration: none;
}
#projectsection .portfolioProjectBox a:visited {
    color: #383838;
    text-decoration: none;
}
#projectsection .portfolioProjectBox a:hover {
    color: #383838;
    text-decoration: underline;
}
#projectsection .portfolioProjectBox a:active {
    color: #383838;
    text-decoration: none;
}

#aboutmesection {
    padding-bottom: 0px;
    /* unvisited link */
    /* visited link */
    /* mouse over link */
    /* selected link */
}
#aboutmesection .portrait_image {
    width: 100%;
    max-width: 500px;
}
#aboutmesection .sideinfo {
    background-color: #383838;
    color: #ffffff;
    float: left;
    padding: 30px !important;
}

#aboutmesection .sideinfo h2
{
    font-size: 1.75rem;
}

#aboutmesection .sideinfo h3
{
    font-size: 1.25rem;
}

#aboutmesection .sideinfo h4
{
    font-size: 1.0rem;
}

#footer h2
{
    font-size: 1.75rem;
}

#footer h3
{
    font-size: 1.25rem;
}

#footer h4
{
    font-size: 1.0rem;
}

/*
#aboutmesection a:link {
  color: #ffffff;
  text-decoration: none;
}
#aboutmesection a:visited {
  color: #ffffff;
  text-decoration: none;
}
#aboutmesection a:hover {
  color: #5b79a1;
  text-decoration: underline;
}
#aboutmesection a:active {
  color: #5b79a1;
  text-decoration: none;
}
*/
#aboutmesection #svgTransparent {
    fill: rgba(255, 255, 255, 0.1);
}
#aboutmesection #svgWhite {
    fill: #ffffff;
}
#aboutmesection #svgColor {
    fill: #5b79a1;
}

.zSliderSection {
    /*# sourceMappingURL=main.css.map */
}
.zSliderSection * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.zSliderSection *:before,
.zSliderSection *:after {
    box-sizing: border-box;
}
.zSliderSection html {
    width: 100%;
    font-size: 10px;
    -webkit-text-size-adjust: none;
}
.zSliderSection body {
    margin: 0 auto;
    font-family: "Microsoft Yahei", "黑体", "Ubuntu";
    background-color: #efefef;
}
.zSliderSection p {
    color: #99a3b1;
    font-size: 1.1rem;
    line-height: 1.4;
}
.zSliderSection a {
    text-decoration: none;
    color: #99a3b1;
}
.zSliderSection input,
.zSliderSection button,
.zSliderSection textarea,
.zSliderSection .img-responsive,
.zSliderSection .video-responsive {
    width: 100%;
    height: auto;
    -webkit-text-adjust: none;
}
.zSliderSection .lead-title {
    color: #434a54;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
}
.zSliderSection .unstyled-list {
    margin-left: 0;
    list-style: none;
}
.zSliderSection .hidden {
    display: none !important;
}
.zSliderSection .clearfix:before,
.zSliderSection .clearfix:after {
    content: " ";
    display: table;
}
.zSliderSection .clearfix:after {
    clear: both;
}
.zSliderSection .left-rect {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.zSliderSection .right-rect {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.zSliderSection .bottom-line {
    border-bottom: 1px solid #cccccc;
}
.zSliderSection .flat-container {
    display: block;
    width: 100%;
    margin: 0.8rem 0;
}
.zSliderSection .flat-container.compact {
    padding: 0 0.8rem;
}
.zSliderSection .flat-container.slim {
    margin: 0.5rem 0;
    padding: 0 0.5rem;
}
.zSliderSection .block-flat {
    display: block;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}
.zSliderSection .block-flat .header {
    position: relative;
    padding: 1.2rem 1.2rem 0;
    margin-bottom: 1.2rem;
}
.zSliderSection .block-flat .header > a {
    display: block;
    width: 100%;
    height: 100%;
}
.zSliderSection .block-flat .header .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.4rem;
    color: #434a54;
}
.zSliderSection .block-flat .header .title.bottom-line {
    padding-bottom: 0.4rem;
}
.zSliderSection .block-flat .header .subtitle {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.1rem;
    color: #99a3b1;
}
.zSliderSection .block-flat .header .action {
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
}
.zSliderSection .block-flat .header .action > a,
.zSliderSection .block-flat .header .action > span {
    font-size: 1.2rem;
    color: #ff7d13;
}
.zSliderSection .block-flat .content {
    margin-top: 1.2rem;
    padding: 0 1.2rem 1.2rem;
}
.zSliderSection .block-flat .content.no-top-padding {
    padding-top: 0;
    margin-top: 0;
}
.zSliderSection .block-flat-simple {
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}
.zSliderSection .block-flat-simple .header {
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cccccc;
}
.zSliderSection .block-flat-simple .header > a {
    display: block;
    width: 100%;
    height: 100%;
}
.zSliderSection .block-flat-simple .header .title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.4rem;
    color: #434a54;
}
.zSliderSection .block-flat-simple .header .subtitle {
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.1rem;
    color: #99a3b1;
}
.zSliderSection .block-flat-simple .header .action {
    position: absolute;
    right: 1.5rem;
    top: 0;
}
.zSliderSection .block-flat-simple .header .action > a,
.zSliderSection .block-flat-simple .header .action > span {
    font-size: 1.2rem;
    color: #ff7d13;
}
.zSliderSection .block-flat-simple .content {
    padding-top: 1rem;
}
.zSliderSection .block-flat-simple .content.no-top-padding {
    padding-top: 0;
}
.zSliderSection .block-fixed {
    position: fixed;
    left: 0;
    display: block;
    width: 100%;
    height: 5rem;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.zSliderSection .block-fixed.fixed-to-bottom {
    bottom: 0;
}
.zSliderSection .btn {
    display: inline-block;
    width: 6.8rem;
    max-width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    border: 1px solid #333;
    border-radius: 0.3rem;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
.zSliderSection .btn:active {
    background-color: #333;
    color: #fff;
}
.zSliderSection .btn.btn-primary {
    border-color: #099fde;
    color: #099fde;
}
.zSliderSection .btn.btn-primary:active {
    background-color: #099fde;
    color: #fff;
}
.zSliderSection .btn-reverse {
    display: inline-block;
    width: 7.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    background-color: #fff;
    border-radius: 0.3rem;
    border: none;
    cursor: pointer;
    outline: none;
}
.zSliderSection .btn-reverse:active {
    background-color: #e6e6e6;
}
.zSliderSection .btn-reverse.btn-primary {
    background-color: #099fde;
    color: #fff;
}
.zSliderSection .btn-reverse.btn-primary:active {
    background-color: #077cad;
}
.zSliderSection .btn-reverse.btn-primary.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #9ba6ae;
}
.zSliderSection .btn-reverse.btn-primary.disabled:focus,
.zSliderSection .btn-reverse.btn-primary.disabled:active {
    background-color: #9ba6ae;
}
.zSliderSection .btn-block {
    height: 3.9rem;
    width: 100%;
    line-height: 3.9rem;
    font-size: 1.4rem;
}
.zSliderSection .btn-large {
    height: 3.9rem;
    line-height: 3.9rem;
}
.zSliderSection .item-horizontal {
    position: relative;
    display: block;
    width: 100%;
    height: 9.5rem;
    padding: 1rem;
    background-color: #fff;
}
.zSliderSection .item-horizontal > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.zSliderSection .item-horizontal .item-logo,
.zSliderSection .item-horizontal .item-info,
.zSliderSection .item-horizontal .item-action {
    float: left;
    overflow: hidden;
    height: 100%;
}
.zSliderSection .item-horizontal .item-logo {
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.zSliderSection .item-horizontal .item-logo img {
    max-height: 100%;
    width: 100%;
}
.zSliderSection .item-horizontal .item-info {
    width: 68.8%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.zSliderSection .item-horizontal .item-info .item-info-title {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-weight: normal;
    font-size: 1.4rem;
    color: #434a54;
}
.zSliderSection .item-horizontal .item-info .item-info-des {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.1rem;
    color: #99a3b1;
}
.zSliderSection .item-horizontal .item-action {
    display: table;
    width: 6.16%;
    table-layout: fixed;
}
.zSliderSection .item-horizontal .item-action .item-action-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.zSliderSection .item-horizontal .item-action .icon {
    width: 100%;
    height: 1.5rem;
}
.zSliderSection .item-horizontal-compact {
    position: relative;
    display: block;
    width: 100%;
    height: 9.5rem;
    padding: 1rem 0.8rem;
    background-color: #fff;
}
.zSliderSection .item-horizontal-compact > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.zSliderSection .item-horizontal-compact .item-logo,
.zSliderSection .item-horizontal-compact .item-info {
    overflow: hidden;
}
.zSliderSection .item-horizontal-compact .item-logo {
    width: 6.8rem;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.zSliderSection .item-horizontal-compact .item-logo img {
    max-height: 100%;
    width: 100%;
}
.zSliderSection .item-horizontal-compact .item-info {
    position: absolute;
    left: 8.2rem;
    top: 1rem;
    right: 0.8rem;
    bottom: 1rem;
}
.zSliderSection .item-horizontal-compact .item-info .item-info-title {
    padding-right: 7.3rem;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-weight: normal;
    font-size: 1.4rem;
    color: #434a54;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zSliderSection .item-horizontal-compact .item-info .item-info-subtitle {
    margin-top: 0;
    margin-bottom: 0.3rem;
    font-weight: normal;
    font-size: 1.1rem;
    color: #99a3b1;
}
.zSliderSection .item-horizontal-compact .item-info .item-info-des {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.1rem;
    color: #99a3b1;
}
.zSliderSection .item-horizontal-compact .item-info .item-info-des.two-line {
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
}
.zSliderSection .item-horizontal-compact .item-action {
    position: absolute;
    right: 0.8rem;
    top: 1rem;
}
.zSliderSection .item-horizontal-compact .item-action .btn {
    width: 6.3rem;
    height: 2.5rem;
    line-height: 2.5rem;
}
.zSliderSection .item-vertical {
    position: relative;
    display: block;
    width: 30.5555%;
    height: auto;
    padding: 0;
    background-color: #fff;
}
.zSliderSection .item-vertical > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.zSliderSection .item-vertical .item-logo,
.zSliderSection .item-vertical .item-info,
.zSliderSection .item-vertical .item-action {
    display: block;
    width: 100%;
}
.zSliderSection .item-vertical .item-logo {
    height: 7.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.zSliderSection .item-vertical .item-logo img {
    max-height: 100%;
    width: 100%;
}
.zSliderSection .item-vertical .item-info {
    width: 100%;
}
.zSliderSection .item-vertical .item-info .item-info-title {
    margin-top: 0.7rem;
    margin-bottom: 0.4rem;
    font-weight: normal;
    font-size: 1.3rem;
    color: #434a54;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zSliderSection .item-vertical .item-info .item-info-des {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.1rem;
    color: #99a3b1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zSliderSection .item-vertical .item-action {
    margin-top: 1rem;
    text-align: center;
}
.zSliderSection .item-group:before,
.zSliderSection .item-group:after {
    content: " ";
    display: table;
}
.zSliderSection .item-group:after {
    clear: both;
}
.zSliderSection .item-group:before,
.zSliderSection .item-group:after {
    content: " ";
    display: table;
}
.zSliderSection .item-group:after {
    clear: both;
}
.zSliderSection .item-group .item-vertical {
    float: left;
}
.zSliderSection .item-group .item-vertical:not(:last-child) {
    margin-right: 4.166666%;
}
.zSliderSection .item-group .item-vertical:nth-of-type(3n) {
    margin-right: 0;
}
.zSliderSection .item-group .item-vertical:nth-child(n+4) {
    margin-top: 0.5rem;
}
.zSliderSection .item-group-compact:before,
.zSliderSection .item-group-compact:after {
    content: " ";
    display: table;
}
.zSliderSection .item-group-compact:after {
    clear: both;
}
.zSliderSection .item-group-compact:before,
.zSliderSection .item-group-compact:after {
    content: " ";
    display: table;
}
.zSliderSection .item-group-compact:after {
    clear: both;
}
.zSliderSection .item-group-compact .item-vertical {
    float: left;
    width: 32.4%;
}
.zSliderSection .item-group-compact .item-vertical:not(:last-child) {
    margin-right: 1.38888%;
}
.zSliderSection .item-group-compact .item-vertical:nth-of-type(3n) {
    margin-right: 0;
}
.zSliderSection .item-group-compact .item-vertical:nth-child(n+4) {
    margin-top: 0.5rem;
}
.zSliderSection .icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.zSliderSection .icon-back {
    background-image: url("../../images/back@2x.png");
}
.zSliderSection .icon-mobile {
    background-image: url("../../images/mobile@2x.png");
}
.zSliderSection .icon-password {
    background-image: url("../../images/password@2x.png");
}
.zSliderSection .icon-more {
    background-image: url("../../images/arrow@2x.png");
}
.zSliderSection .list-horizontal {
    background-color: #fff;
}
.zSliderSection .list-horizontal:before,
.zSliderSection .list-horizontal:after {
    content: " ";
    display: table;
}
.zSliderSection .list-horizontal:after {
    clear: both;
}
.zSliderSection .list-horizontal:before,
.zSliderSection .list-horizontal:after {
    content: " ";
    display: table;
}
.zSliderSection .list-horizontal:after {
    clear: both;
}
.zSliderSection .list-horizontal .list-item {
    display: block;
    float: left;
    width: 33.33333333%;
    height: 100%;
    padding: 1.5rem 1.1rem;
    text-align: center;
}
.zSliderSection .list-horizontal.top-icon .list-item-des {
    display: block;
}
.zSliderSection .list-horizontal.left-icon .list-item-des {
    display: inline-block;
}
.zSliderSection .list-vertical .list-item {
    position: relative;
    display: block;
    width: 100%;
    height: 4.5rem;
    padding-left: 3.7rem;
}
.zSliderSection .list-vertical .list-item:not(:last-child) .text {
    border-bottom: 1px solid #ccc;
}
.zSliderSection .list-vertical .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1.6rem;
    width: 2.5rem;
    height: 3.2rem;
}
.zSliderSection .list-vertical .text {
    height: 4.5rem;
    width: 100%;
    line-height: 4.5rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.3rem;
    color: #99a3b1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.zSliderSection .list-vertical.reverse .list-item {
    padding-left: 0;
    padding-right: 3.7rem;
}
.zSliderSection .list-vertical.reverse .icon {
    left: auto;
    right: 0;
}
.zSliderSection .cy-topbar {
    position: relative;
    display: block;
    width: 100%;
    height: 4.4rem;
    padding: 0.4rem 1.5rem;
    border-bottom: 1px solid #cccccc;
    background-color: #efefef;
}
.zSliderSection .cy-topbar:before,
.zSliderSection .cy-topbar:after {
    content: " ";
    display: table;
}
.zSliderSection .cy-topbar:after {
    clear: both;
}
.zSliderSection .cy-topbar:before,
.zSliderSection .cy-topbar:after {
    content: " ";
    display: table;
}
.zSliderSection .cy-topbar:after {
    clear: both;
}
.zSliderSection .cy-topbar .logo {
    position: relative;
    z-index: 1;
    float: left;
    display: table;
    height: 100%;
}
.zSliderSection .cy-topbar .logo .logo-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 0.6rem;
}
.zSliderSection .cy-topbar .logo .logo-inner .icon {
    display: block;
}
.zSliderSection .cy-topbar .actions {
    position: relative;
    z-index: 1;
    float: right;
    display: table;
    height: 100%;
}
.zSliderSection .cy-topbar .actions .action-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 0.3rem;
}
.zSliderSection .cy-topbar .actions .action-btn .icon {
    display: block;
}
.zSliderSection .cy-topbar .title {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #434a54;
    font-size: 1.5rem;
    line-height: 4.4rem;
}
.zSliderSection .cy-nav {
    display: block;
    width: 100%;
    height: 4.4rem;
    border-bottom: 1px solid #cccccc;
    background-color: #efefef;
}
.zSliderSection .cy-nav .cy-nav-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}
.zSliderSection .cy-nav .cy-nav-item {
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0.4rem 0;
}
.zSliderSection .cy-nav .cy-nav-item.active {
    border-bottom: 3px solid #099fde;
}
.zSliderSection .cy-nav .cy-nav-item.active > a {
    color: #099fde;
}
.zSliderSection .cy-nav .cy-nav-item:not(:last-child) > a {
    border-right: 1px solid #cccccc;
}
.zSliderSection .cy-nav .cy-nav-item > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #434a54;
    font-size: 1.5rem;
    line-height: 3.3rem;
    border-bottom: 0.3rem solid transparent;
    transition: all 0.4s ease;
}
.zSliderSection .input {
    display: inline-block;
    width: 8rem;
    height: 4rem;
    padding: 1rem 1rem;
    line-height: 2rem;
    font-size: 1.4rem;
    color: #99a3b1;
    border-radius: 0.3rem;
    border: 1px solid #cccccc;
    outline: none;
}
.zSliderSection .input:active,
.zSliderSection .input:focus {
    border-color: #099fde;
}
.zSliderSection .input-block {
    width: 100%;
}
.zSliderSection .cy-topbar .icon-back {
    height: 1.7rem;
    width: 0.85rem;
}
.zSliderSection .inner-wrap {
    max-width: 720px;
}
.zSliderSection .slider {
    height: 240px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.zSliderSection .event-list {
    margin-left: 32px;
}
.zSliderSection .event-list li {
    font-size: 14px;
}
.zSliderSection .event-list li span {
    color: #099fde;
}
.zSliderSection .z-slide-wrap {
    position: relative;
    display: block;
}
.zSliderSection .z-slide-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.zSliderSection .z-slide-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.zSliderSection .z-slide-item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.zSliderSection .z-slide-item img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.zSliderSection .z-slide-indicator {
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    z-index: 10;
}
.zSliderSection .z-slide-indicator .z-slide-dot {
    display: block;
    float: left;
    width: 1rem;
    height: 1rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    background-color: #383838;
}
.zSliderSection .z-slide-indicator .z-slide-dot.active {
    background-color: #5b79a1;
}
.zSliderSection .z-slide-wrap .z-slide-item-inner {
    width: 100%;
    height: 100%;
}
.zSliderSection .z-slide-wrap {
    overflow: hidden;
}
.zSliderSection li::marker {
    color: rgba(0, 0, 0, 0);
}

@media (max-width: 580px) {

    #aboutmesection .sideinfo h2
    {

    }

    #aboutmesection .sideinfo h3
    {

    }

    #aboutmesection .sideinfo h4
    {

    }
    #footer h2
    {

    }

    #footer h3
    {

    }

    #footer h4
    {

    }
}

@media (max-width: 600px) {
    .skills .conditionalCentering {
        text-align: center;
    }

    /* mobile Geräte */
    .addressDataSide svg {
        width: 40px;
        height: auto;
    }

    .languagesSkills svg {
        width: 40px;
        height: auto;
    }

    .addressDataSide .conditionalCentering {
        text-align: center;
    }

    .languagesSkills .conditionalCentering {
        text-align: center;
    }

    #footer {
        min-height: 400px;
        font-size: 12px;
        /*padding-top: 20px;*/
    }

    .fontFooter {
        font-size: 18px;
    }

    #cableplugsection {
        font-size: 12px;
    }

    .iconfooter {
        width: 25px;
        height: 25px;
    }

    .hidden_mobile {
        visibility: hidden;
        display: none;
        width: 0px;
        height: 0px;
        position: absolute;
        z-index: -9999;
    }

    .logo {
        float: none;
    }

    .bx-wrapper .bx-caption {
        font-size: 24px;
    }

    .topnav .logo {
        width: auto;
        height: 50px;
        position: relative;
    }

    .topnav a {
        display: none;
        font-size: 18px;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: sticky;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav #firstlink {
        float: none;
    }

    .nopadding_mobile {
        padding: 0;
    }

    .text-center_mobile {
        text-align: center;
    }

    .text-right_mobile {
        text-align: right;
    }

    .text-left_mobile {
        text-align: left;
    }

    #aboutmesection .sideinfo h2
    {
        font-size: 2.4rem;
    }

    #aboutmesection .sideinfo h3
    {
        font-size: 1.85rem;
    }

    #aboutmesection .sideinfo h4
    {
        font-size: 1.5rem;
    }
    #footer h2
    {
        font-size: 2.4rem;
    }

    #footer h3
    {
        font-size: 1.85rem;
    }

    #footer h4
    {
        font-size: 1.5rem;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .skills .conditionalCentering {
        text-align: center;
    }

    .topnav .loginLink {
        float: left;
    }

    .addressDataSide .conditionalCentering {
        text-align: center;
    }

    .languagesSkills .conditionalCentering {
        text-align: center;
    }

    .hidden_notebook {
        visibility: hidden;
        display: none;
        width: 0px;
        height: 0px;
        position: absolute;
        z-index: -9999;
    }

    .topnav .logo {
        width: auto;
        height: 55px;
        position: relative;
    }

    .bx-wrapper .bx-caption {
        font-size: 32px;
    }

    #footer {
        min-height: 400px;
        font-size: 16px;
        padding-top: 30px;
    }

    #cableplugsection {
        font-size: 16px;
    }

    .iconfooter {
        width: 30px;
        height: 30px;
    }

    .fontFooter {
        font-size: 18px;
    }

    .addressDataSide svg {
        width: 40px;
        height: auto;
    }

    .languagesSkills svg {
        width: 40px;
        height: auto;
    }

    .nopadding_laptop {
        padding: 0;
    }

    .text-center_laptop {
        text-align: center;
    }

    .text-right_laptop {
        text-align: right;
    }

    .text-left_laptop {
        text-align: left;
    }
    #aboutmesection .sideinfo h2
    {
        font-size: 2.4rem;
    }

    #aboutmesection .sideinfo h3
    {
        font-size: 1.85rem;
    }

    #aboutmesection .sideinfo h4
    {
        font-size: 1.5rem;
    }
    #footer h2
    {
        font-size: 2.4rem;
    }

    #footer h3
    {
        font-size: 1.85rem;
    }

    #footer h4
    {
        font-size: 1.5rem;
    }
}
@media (min-width: 600px) and (max-width: 950px) {
    /* Darstellung auf Netbooks */
    .topnav a {
        font-size: 16px;
    }

    .topnav .loginLink {
        float: right;
    }
}
@media (min-width: 768px) {
    /* breite Browserfenster */
    .skills .conditionalCentering {
        text-align: left;
    }

    section {
        text-align: justify;
    }

    .hidden_desktop {
        visibility: hidden;
        display: none;
        width: 0px;
        height: 0px;
        position: absolute;
        z-index: -9999;
    }

    #footer {
        min-height: 260px;
        font-size: 18px;
        padding-top: 34px;
    }

    #cableplugsection {
        font-size: 18px;
    }

    .iconfooter {
        width: 24px;
        height: 24px;
    }

    .fontFooter {
        font-size: 13px;
    }

    .nopadding_desktop {
        padding: 0;
    }

    .iconfooter {
        height: auto;
    }

    .iconfooter * p {
        text-align: left;
    }

    .text-center_desktop {
        text-align: center;
    }

    .text-right_desktop {
        text-align: right;
    }

    .text-left_desktop {
        text-align: left;
    }
}
/* breite Browserfenster */
@media (min-width: 950px) {
    .topnav a
    {
        font-size: 16px;
    }

    .iconfooter
    {
        width: 35px;
        height: 35px;
    }

    .fontFooter
    {
        font-size: 19px;
    }
}
.btn-primary-cbr {
    background-color: #5b79a1;
    border: #4a68a1;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Primary Button */
.btn-primary-cbr {
    background-color: #5b79a1;
    border: 1px solid #4a68a1;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-primary-cbr:hover {
    background-color: #4a68a1;
    border-color: #3a5781;
    color: #fff;
}
.btn-primary-cbr:active {
    background-color: #3a5781;
    border-color: #2a4661;
    color: #fff;
}
.btn-primary-cbr:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(90, 120, 160, 0.5);
    color: #fff;
}
/* Warning Button - Darker Variant */
.btn-warning {
    background-color: #e0a800; /* Darker yellow */
    border: 1px solid #c69500; /* Darker border */
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-warning:hover {
    background-color: #d39e00; /* Even darker on hover */
    border-color: #b28e00;
    color: #fff;
}
.btn-warning:active {
    background-color: #c28900; /* Darkest state on active */
    border-color: #a07800;
    color: #fff;
}
.btn-warning:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(210, 158, 0, 0.5);
    color: #fff;
}

/* Danger Button */
.btn-danger {
    background-color: #dc3545;
    border: 1px solid #cb2434;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.btn-danger:hover {
    background-color: #cb2434;
    border-color: #b12b31;
    color: #fff;
}
.btn-danger:active {
    background-color: #b12b31;
    border-color: #981f27;
    color: #fff;
}
.btn-danger:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    color: #fff;
}
/* Use a "visible" class instead of "active" for the fade-in effect to avoid conflicts */
.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in;
}
.fade-in.visible {
    opacity: 1;
}

/* Disabled state styles remain unchanged */
.btn-primary-cbr:disabled {
    background-color: #ccc;
    border: 1px solid #bbb;
    color: #666;
    cursor: not-allowed;
}
.skill-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;  /* schiebt alles nach unten */
    align-items: center;        /* zentriert horizontal */
    height: 6rem;               /* anpassen an maximalen Platzbedarf */
    padding: 0.5rem;
    box-sizing: border-box;
}
.skill-name {
    text-align: center;
    margin-bottom: 0.5rem;      /* Abstand zwischen Name und Batterie */
    word-break: break-word;
}
.skill-battery {
    /* sitzt direkt unter dem Namen am unteren Rand */
}
