@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body,html {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-family: 'Playfair Display';
}

body {
    position: relative;
}

a {
    text-decoration: none;
    color:rgb(192 121 0);
    font-weight: 400;
}

a:hover {
    color:rgb(235 167 52);
    border-bottom: 1px solid rgb(235 167 52);
}

h3 {
    color:rgb(210 147 40);
}

.bblue {
    color:rgb(188 129 29);
}

.page-container {
    display: inline-block;
    width: 800px;
    text-align: left;
    margin-bottom: 300px;
}

.cover {
    text-align: center;
    margin-top: 100px;
}

.abstract {
    line-height: 28px;

}

.apply-button {
    display: inline-block;
    width: 200px;
    background:rgb(234,169,59);
    color: #ffffff;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.2px;
    /* box-shadow: 3px 3px 0px 0px #000000; */
    box-shadow: 1px 1px 3px 0px #00000061;
    /* font-family: Roboto; */
    font-family: Roboto;
    transition: 0.1s background, 0.1s box-shadow;
    margin: 30px 0;
    cursor: pointer;
    /* border-left: 5px solid rgb(164 114 29); */
    border-radius: 8px;
    font-size: 17px;
}
.apply-button small {
    font-weight: 300;
    font-size: 13px;
}
.apply-button:hover {
    background:rgb(222 160 54);
    /* box-shadow: 4px 5px 0px 0px #000000; */
    /* box-shadow: 1px 2px 5px 0px #00000061; */
    color: #ffffff;
    border-bottom: none;
}

h4 {
    font-size: 30px;
    font-weight: 400;
    /* border-bottom: 1px solid #00000069; */
    margin-bottom: 0;
    margin-top: 100px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 60px;
}


p, ul {
    font-family: Roboto;
    font-weight: 300;
    line-height: 30px;
}


.timetable th, .timetable td {
    vertical-align: top;
}

.timetable th {
    text-wrap: nowrap;
    padding-right: 20px;
    font-weight: 500;
}

.timetable td {
    padding-bottom: 20px;
}

.philosophenliste td {
    padding-bottom: 50px;
}

.buchliste img {
    width: 120px;
    margin-bottom: 50px;
}

.timetable td b {
    font-weight: 500;
}

.timetable small {
    display: block;
    font-family: Roboto;
    font-weight: 300;
    line-height: 22px;
}

iframe {
    width: 100%;
    height: 450px;
}

.pimage {
    width: 100px;
}




.anhang-seperator {
    text-align: center;
    margin: 200px 0;
}

.anhang-seperator div {
    display: inline-block;
    border-top: 2px solid black;
    width: 350px;
}


.extra-border {
    border-top: 3px solid rgb(234,169,59);
    border-left: 3px solid rgb(234,169,59);
    border-color: rgb(217 146 25);

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 97%;
    z-index: -1;
}

.extra1 {
    transform: translateX(15px) translateY(22px);
}

.extra2 {
    transform: translateX(28px) translateY(10px);
}

.extrabewerbung {
    height: 200vh;
}



.imgwrapper {
    margin: 40px 0;
}


.coverimg {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: white;
    background-size:cover;
    background-position:center;
    margin: 5px;
}

.c1 {background-image: url("img/c1_min.jpg");}
.c2 {background-image: url("img/c2_min.jpg");}
.c3 {background-image: url("img/c3_min.jpg");}
.c4 {background-image: url("img/c4_min.jpg");}
.c5 {background-image: url("img/c5_min.jpg");}
.c6 {background-image: url("img/c6_min.jpg");}
.c7 {background-image: url("img/c7_min.jpg");}
.c8 {background-image: url("img/sokrates.jpg");}
.c9 {background-image: url("img/aristoteles.png");}
.c10 {background-image: url("img/heraklit.jpg");}
.c11 {background-image: url("img/anaximander.png");}
.c12 {background-image: url("img/epikur.jpg");}
.c13 {background-image: url("img/pythagoras.jpg");}
.c14 {background-image: url("img/platon.jpg");}







.menu {
    /* position: fixed;
    top: 30px;
    left: 20px; */
    position: sticky;
    top: 47px;
    margin-left: 20px;
    
    text-align: left;
    font-family: 'Playfair Display';
}
.page-container {
    transform: translateY(-480px);
    margin-bottom: 0;
}

.bewerbungsformular {
    transform: translateY(-0px);
}

.menu ul {
    list-style-type: none;
}

.menu ul li {
    font-family: 'Playfair Display';
    margin-bottom: 5px;
}


.menu ul li .material-symbols-outlined {
    font-size: 20px;
    transform: translateY(5px);
    margin-right: 5px;
}







h4 .material-symbols-outlined {
    font-size: 35px;
    transform: translateY(7px);
    margin-right: 5px;
}


h5 .material-symbols-outlined {
    font-size: 24px;
    transform: translateY(5px);
    margin-right: 5px;
}

.material-symbols-outlined {
    display: none !important;
}




/* ══════════════════════════════════════════════════════════
   BEWERBUNGSFORMULAR
══════════════════════════════════════════════════════════ */

.bew-form {
    margin-top: 40px;
    margin-bottom: 80px;
}

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

.form-row {
    display: flex;
    gap: 24px;
}

.form-row > .form-group {
    flex: 1;
    min-width: 0;
}

.geburtsdatum-row {
    display: flex;
    gap: 16px;
}

.geburtsdatum-row input,
.geburtsdatum-row select {
    flex: 1 1 0;
    min-width: 0;
    width: 0;
}

/* Labels */
.bew-form label:not(.checkbox-item):not(.radio-item),
.bew-form .group-label {
    display: block;
    font-family: 'Playfair Display';
    font-size: 14px;
    font-weight: 600;
    color: rgb(120, 90, 30);
    margin-bottom: 8px;
}

/* Text inputs, number inputs, selects, textareas */
.bew-form input[type="text"],
.bew-form input[type="email"],
.bew-form input[type="number"],
.bew-form select,
.bew-form textarea {
    width: 100%;
    font-family: 'Playfair Display';
    font-size: 15px;
    color: #333;
    border: none;
    border-bottom: 1.5px solid rgb(200, 185, 155);
    padding: 8px 2px;
    background: transparent;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Hide number input spinners */
.bew-form input[type="number"]::-webkit-inner-spin-button,
.bew-form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.bew-form input[type="number"] {
    -moz-appearance: textfield;
}

/* Select arrow */
.bew-form select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c87800' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 4px center;
    padding-right: 26px;
}

/* Focus states */
.bew-form input[type="text"]:focus,
.bew-form input[type="email"]:focus,
.bew-form input[type="number"]:focus,
.bew-form select:focus,
.bew-form textarea:focus {
    border-bottom-color: rgb(234, 169, 59);
}

/* Textarea */
.bew-form textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.65;
}

/* Bewerbungsfragen: full border on all sides */
#bewerbungsfrage1,
#bewerbungsfrage2 {
    border: 1.5px solid rgb(200, 185, 155);
    border-radius: 4px;
    padding: 10px 12px;
}

#bewerbungsfrage1:focus,
#bewerbungsfrage2:focus {
    border-color: rgb(234, 169, 59);
    border-bottom-color: rgb(234, 169, 59);
}

/* Info text below fields */
.form-info {
    display: block;
    font-family: Roboto;
    font-weight: 300;
    font-size: 12px;
    color: rgb(140, 115, 70);
    line-height: 18px;
    margin-top: 7px;
}

/* Character counter */
.char-counter {
    font-family: Roboto;
    font-size: 12px;
    color: rgb(170, 150, 110);
    text-align: right;
    margin-top: 2px;
    margin-bottom: 0;
    transition: color 0.2s;
}

.char-counter + .form-info {
    margin-top: 1px;
}

.char-counter.at-limit {
    color: rgb(210, 120, 40);
    font-weight: 500;
}

/* Checkbox & radio lists */
.checkbox-list,
.radio-list {
    margin-top: 8px;
}

.checkbox-item,
.radio-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
    color: #333;
}

.checkbox-item input[type="checkbox"],
.radio-item input[type="radio"] {
    width: auto;
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: rgb(234, 169, 59);
    cursor: pointer;
    /* undo the width:100% from the general rule */
    border: none;
    border-bottom: none;
    padding: 0;
}

.mandatory-checkbox .checkbox-item {
    font-weight: 400;
}

.form-group.mandatory-checkbox {
    margin-bottom: 12px;
}

/* Success / error message */
.form-message {
    padding: 13px 18px;
    border-radius: 6px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
}

.form-message.success {
    background: rgb(240, 252, 234);
    color: rgb(50, 110, 35);
    border: 1px solid rgb(150, 210, 120);
}

.form-message.error {
    background: rgb(255, 245, 241);
    color: rgb(175, 55, 35);
    border: 1px solid rgb(230, 155, 135);
}

/* Submit button resets */
.form-submit-group {
    margin-top: 10px;
    text-align: center;
}

.bew-form .apply-button {
    border: none;
    cursor: pointer;
    font-family: Roboto;
    padding: 12px 40px;
    display: inline-block;
}