/*
Theme Name: Julia Vogler Theme
Author: GOLDLAND MEDIA GmbH
Description: WordPress Theme by Goldland
Author URI: https://www.goldland-media.com/
Version: 1.0
Text Domain: juliavogler
*/

@import url('css/proxima-nova-style.css');

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url('./assets/images/background.svg');
    background-size: cover;
    background-color: #FFF8F3;
    color: #0047FF;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 100vh;
    overflow-x: hidden;
}

.background-pink {
    background-color: #FBD4E9;
    padding: 2px 8px;
    display: inline-block;
    line-height: 1.2;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/*for checkbox link to home page*/
.back-to-home-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0047FF;
    text-decoration: none;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}


.back-to-home-link .icon svg {
    /* display: block; */
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.back-to-home-link:hover {
    color: #003ccb;
}

.back-to-home-link .label {
    line-height: 1;
}


/* Styling für die Kursübersicht */
.miya-kurs-card {
    /* margin-bottom: 50px; */
    font-family: "Proxima Nova", sans-serif;
}


.miya-header-bg {
    background-color: #FBD4E9;
    padding: 4px 12px;
    display: inline-block;
    margin-bottom: 15px;
}

.miya-header-bg h2 {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0044FF;
    margin: 0;
    letter-spacing: 0%;
}


.miya-row {
    font-weight: 400;
    margin-bottom: 10px;
    color: #0047FF;
    font-size: 17px;
    line-height: 29px;
}

.miya-dates {
    font-weight: 500;
}

.miya-link {
    color: #0044FF;
    text-decoration: underline;
}

.miya-location {
    font-weight: 700;
}


.miya-btn-blue {
    background-color: #0044FF;
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 17px;
    padding: 17px 24px;
    border-radius: 32px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    transition: opacity 0.2s;
}

.miya-btn-blue:hover {
    opacity: 0.8;
}

.miya-desc {
    display: block;
    margin-bottom: 15px;
    line-height: 1.6;
}