@font-face {
    font-family: 'Manrope-Regular';
    src: url('fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url('fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DMSerifText-Regular';
    src: url('fonts/DMSerifText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bg: #1c1f4a;
    --txt: #f1ecff;
    --headerbg: #340072;
    --primary: #fffade;
    --maxwidth: 1440px;
    --secundary: #f1ecff;
}

body,
html {
    background-color: var(--bg);
    color: var(--txt);
    width: 100%;
    font-family: 'Manrope-Regular', sans-serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

div {
    box-sizing: border-box;
}

.printheader{
    box-sizing: border-box;
    background-color: var(--headerbg);
    padding: 20px;
}

.printheaderwhite{
        box-sizing: border-box;
    background-color: var(--secundary);
    padding: 20px;
    height: 100%;
}

.noselect {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

header {
    position: fixed;
    background-color: var(--headerbg);
    box-sizing: border-box;
    padding: 20px;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

.flex {
    width: 100%;
    max-width: var(--maxwidth);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex svg {
    color: var(--txt);
    width: 25px;
    cursor: pointer;
}

.contanoho {
    padding: 4px 16px 4px 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: start;
    margin-bottom: 8px;
}

.conta {
    cursor: pointer;
    padding: 4px 16px 4px 16px;
    border-radius: 8px;
    display: inline-flex;
    margin-bottom: 8px;
    align-items: center;
}

.conta svg,
.contanoho svg {
    color: var(--txt);
    width: 24px;
    margin-right: 5px;
    cursor: pointer;

}

.mysvgim{
    width: 14px;
    margin-right: 2px;
}

.conta:hover {
    background-color: var(--txt);
    color: var(--bg);
}

.conta:hover svg {
    color: var(--bg);
}

.hidden {
    display: none;
}

.mobileitem {}

.mobileitem a {
    display: block;
    text-align: center;
    padding: 5px;
    margin-left: 0px;
    margin-top: 5px;
    font-size: 1em;
    border-radius: 5px;
}

.mobileitem a:hover {
    background-color: #f1ecff;
    color: var(--bg);
}

.flex img {
    width: 60px;
    border-radius: 60px;
}

.bold {
    font-family: 'Manrope-Bold', sans-serif;
    ;
}

.flex a,
.mobileitem a {
    cursor: pointer;
    font-size: 0.95em;
    margin-left: 12px;
    border-bottom: 2px solid transparent;
    color: var(--txt);
    text-decoration: none;
}

.flex a:hover {
    border-bottom: 2px solid var(--txt);
}


section {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto;
    max-width: var(--maxwidth);
}


.herotoptitle {
    font-size: 0.85em;
    margin-bottom: 10px;
    color: var(--secundary);
    font-family: 'DMSerifText-Regular', sans-serif;
}

.imageCover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sectionfade {
    background: #340072;
    background: linear-gradient(180deg, rgba(52, 0, 114, 1) 0%, rgba(28, 31, 74, 1) 100%);
}


.layout {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    height: 100vh;
  }

  .left {
    box-sizing: border-box;
    background-color: var(--headerbg);
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    text-align: center;
    border-right: 4px solid black;
  }

  .textinside{
    max-width: 400px;
        width: 100%;
  }

  .left img{
    max-width: 400px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .right {
    box-sizing: border-box;
    padding: 40px;
    overflow-y: auto;
  }

.imageborder {
    border-radius: 50%;
}

.herounten {
    font-size: 1.1em;
    color: var(--secundary);
    font-family: 'DMSerifText-Regular', sans-serif;
}

.herotitle {
    font-size: 3.5em;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary);
    font-family: 'DMSerifText-Regular', sans-serif;
}

.herotitle2 {
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary);
    font-family: 'DMSerifText-Regular', sans-serif;
}

.heroheader {
    box-sizing: border-box;
    padding: 20px;
    min-height: 650px;
    width: 100%;
    display: grid;
    gap: 16px;
    margin-top: 80px;
    align-items: center;
    grid-template-columns: 2fr 1fr;
}

.mobile {
    display: none;
}

marker {
    background-color: yellow;
    padding: 0;
    margin: 0;
    display: inline;
}

.angebote {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.cards2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.angebot strong {
    font-family: 'Manrope-Bold', sans-serif;
}

.otherfont {
    font-family: 'DMSerifText-Regular', sans-serif;
}

.angebot{
    padding: 20px;
    background-color: #f1ecff;
    border-radius: 12px;
    color: #1c1f4a;
    font-size: 0.95em;
}

.angebot:hover,
.angebotes:hover {
    background-color: #fffade;
}

.angebot svg,
.angebotes svg {
    width: 30px;
    display: block;
    margin-bottom: 15px;
}

.angebotes svg {
    margin-right: 10px;
}

.card {
    cursor: pointer;
    padding: 0px;
    border-radius: 12px;
    color: #1c1f4a;
    font-size: 0.95em;
}

.card2 {
    cursor: pointer;
    padding: 0px;
    border-radius: 12px;
    color: #1c1f4a;
    font-size: 0.95em;
}

.card2 a{
    cursor: pointer;
    font-size: 12px;
    color: black !important;
}

.cardinside2 {
padding: 16px;
}

.cardinside2 a{
    color: black;
}


.insidemess a{
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #340072;
}

.insidemess a:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #340072;
    border-bottom: 1px solid #340072;
}
.card2 img{
    border-radius: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.card img{
    border-radius: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cardinside{
    padding: 16px;
}


.title {

    font-size: 1.8em;
    color: #fffade;
    margin-bottom: 20px;
    border-radius: 4px;
    display: inline;
    font-family: 'Manrope-Bold', sans-serif;
    font-family: 'DMSerifText-Regular', sans-serif;

}

.subtitle {
    font-size: 1.3em;
}

.newsecton {
    background: #340072;
    background: linear-gradient(180deg, rgba(28, 31, 74, 1) 0%, rgba(52, 0, 114, 1) 100%);
}

.newsectonalt {
    background: #340072;
    background: linear-gradient(0deg, rgba(28, 31, 74, 1) 0%, rgba(52, 0, 114, 1) 100%);
}

.newsectonalt2 {
    background: #1a0038;
    background: linear-gradient(
        0deg,
        rgba(10, 12, 40, 1) 0%,
        rgba(26, 0, 56, 1) 100%
    );
}

.spacer{
    padding-bottom: 70px;
}

.footer {
    background: #1c1f4a;

}

.aboutme img {
    width: 100%;
    max-width: 350px;
}

.aboutme {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    align-items: center;
}

table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

td, th {
  border: none;
  padding: 8px 12px;
  text-align: left;
}


.printheaderwhite table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.printheaderwhite td, .printheaderwhite th {
  border: none;
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid var(--bg);
}

.grid2er {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 10px;
}

input,
select,
textarea {
    box-sizing: border-box;
    background-color: #f1ecff;
    padding: 10px;
    outline: none;
    width: 100%;
    color: var(--bg);
    font-size: 0.95em;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid #f1ecff;
}

input:focus,
select:focus,
textarea:focus {
    border: 2px solid #b24c6b;
}

textarea {
    resize: none;
    font-family: inherit;
    min-height: 200px;
}

.submit {
    box-sizing: border-box;
    background-color: var(--secundary);
    padding: 10px;
    outline: none;
    width: 100%;
    color: var(--bg);
    font-size: 0.95em;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 2px solid #f1ecff;
}

.submit:hover {
    background-color: var(--primary);
}


.splide__pagination {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 700px;
  color: black;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}


/* MOBIE */

@media (width <=1200px) {
    .herotitle {
        font-size: 3em;
    }
}


@media (width <=800px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .heroheader {
        min-height: 250px;

        grid-template-columns: 1fr;
    }

    .herotitle {
        font-size: 2em;
        line-height: 1em;
        font-weight: 600;
        margin-top: 20px;
        color: var(--primary);
        font-family: 'DMSerifText-Regular', sans-serif;
    }

    .grid2er {
        grid-template-columns: 1fr;
    }

    .angebote {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        word-break: break-word;
    }

    
.cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}


.cards2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    .aboutme {
        grid-template-columns: 1fr;
    }

    .aboutme img {
        width: 100%;
        max-width: 100%;
    }

    .angebot {
        font-size: 0.9em;
    }

    .title {

        font-size: 1.2em;

    }

    .subtitle {
        font-size: 1em;
    }
}

@media print {
    @page {
    size: A4 portrait;
    margin: 1cm;
  }

  .no-print,
  .navigation,
  .sidebar,
  button,
  .werbung {
    display: none !important;
  }
  
  /* Optional: Druckoptimierungen */
  body {
    font-size: 12pt;
    color: black;
    zoom: 70%;
    background: white;
  }
}