/* //Banner , Section 1 */
html{
    scroll-behavior: smooth;
}

body > header,
body > footer {
    display: none;
}

#banner .container {
    height: 90%;
}

.footer-landing-page {
    margin-top: -20px;
}

.footer-landing-page {
    margin-top: -20px !important;
}

.arrow-button {
    background-color: white;
    border: none;
    padding: 6px 9px;
    cursor: pointer;
    border-radius: 50%;
}

.arrow-icon {
    font-size: 18px;
}

#banner {
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
}

#mainmenu-landing-page {
    /* justify-content: space-between;
    width: 65%; */
}

.navigation ul li {
    /* padding-left: 25px; */
    padding-right: 50px;
}
.navigation ul li:first-child {
    padding-left: 0;
}

#banner .container > span {
    color: white;
    margin-top: 10px;
    display: inline-block;
}

#span-date-banner{
    font-size:40px;
    font-weight: bold;
    margin-top:80px;
    padding-left:2%;
    color: white;
}

#span-san{
    color: #db0031 !important;
}

#banner span:nth-child(2){
    font-size:90px;
    font-weight: bold;
}

#banner span:nth-child(3){
    font-size:60px;
}

#banner span:nth-child(2),
#banner span:nth-child(3) {
    background-color: #000000bd;
    padding: 0px 2%;
}

/* Section 1 */
#section-willkomen .container{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-willkomen-title-sub-header{
    font-size: 18px;
}
.section-willkomen-title-header{
    font-size: 26px;
}

.section-willkomen-content{
    column-gap: 50px;
}

.willkomen-second-div h2{
    margin: 0;
}

.willkomen-second-div-paragraph{
    font-size: 14px;
    color:#5c5c5c;
    font-weight:bold;
    margin-top:20px;
}

.willkomen-first-div p,
.willkomen-second-div ul li {
    font-size: 16px;
    font-weight: normal;
    color: #444444;
}

.willkomen-second-div ul li {
    padding-left: 22px !important;
}

.willkomen-first-div p:nth-child(1),
.willkomen-first-div p:nth-child(2),
.willkomen-second-div p:nth-child(1) {
    margin-bottom: 15px;
}

/* //Section 2 */
#warum-sollte {
    background-color: #e8e8e9;
}

#warum-sollte .container {
    /*padding: 35px 0;*/
    display: grid;
    grid-template-columns: 33% 1fr;
    gap: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* .warum-sollte-content {} */

.warum-sollte-first{
    flex: 2;
}

.warum-sollte-second{
    flex: 3;
    padding-top: 10px;
}

.warum-sollte-ich-teilnehmen-title{
    font-size: 26px;
}

.warum-sollte-ich-teilnehmen-subtitle {
    padding-top: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #444444;
}

.warum-sollte-second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; /* adjust this value as needed */
}

.warum-sollte-second .card {
    width: 100%;
    background-color: white;
    /* display: grid;
    grid-template-columns: 70% 1fr;
    gap: 10px;
    row-gap: 0;
    justify-content: space-between; */
    padding: 15px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.warum-sollte-second .card div {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    /* height: calc(100% - 25px); */
    gap: 10px;
}

.warum-sollte-second .card i {
    color: gray;
    transform: translateX(15px);
}
.warum-sollte-second .card img {
    width: 105px;
    align-self: center;
}

.warum-sollte-second .card h1 {
    grid-column: span 2;
    font-size: 18px;
    font-weight: bold;
}

.warum-sollte-second .card div p {
    padding-top: 15px;
    /* font-size: 16px; */
    /* font-weight: normal; */
    color: #444444;
}

#people-card-svg{
    width: 50%;
}

/* Section 3 */

.session-section .container{
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-3-title-header{
    font-size: 24px;
    margin-bottom:2rem;
}

.section-3-card {
    border-top: 1px solid #dddddd;
    padding: 10px 50px;
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 30px;
}

.session-header div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
}

.session-icons {
    text-align: right;
    vertical-align: middle;
    align-self: center;
}

.session-icons i {
    color: #db0031;
    font-size: 26px;
}

.section-3-card .fa-plus {
    display: inline-block;
}
.section-3-card .fa-minus {
    display: none;
}

.section-3-card.expand .fa-plus {
    display: none;
}
.section-3-card.expand .fa-minus {
    display: inline-block;
}

.section-3-card .session-info {
    display: none;
}
.section-3-card.expand .session-info {
    display: block;
}

.section-3-card img {
    border-radius: 50%;
}
.section-3-card.expand img {
    border-radius: 50%;
    grid-row: span 2;
}

.session-title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
}

.section-3-card .session-info {
    width: 100%;
}

.section-3-card .session-header {
    display: grid;
    grid-template-columns: 90% 1fr;
}

.section-3-card .session-header h1 {
    font-size: 20px;
    font-weight: bold;
    color: #444444;
}

.section-3-card .session-header p {
    /* font-size: 16px; */
    color: #444444;
}


.section-3-card:last-child {
    border-bottom: 1px solid #dddddd;
}

.objectives-section-3-card {
    margin-top: 15px;
}

.objectives-section-3-card h2,
.objectives-section-3-card ul li {
    font-size: 16px;
}

.objectives-section-3-card ul li {
    font-weight: normal;
    color: #444444;
}

.sessions-objectives-paragraph {
    font-size: 16px;
    font-weight: bold;
}

.objectives-section-3-card ul {
    margin-bottom: 20px;
}

/* Section 4 */

.agenda-section {
    background-color: #e8e8e9;
}

.agenda-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.agenda-tables {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.agenda-table {
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.5);
    height: 100px;
    width: 100%;
}

.agenda-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.agenda-description {
    font-size: 16px;
    margin-bottom: 1rem;
}

.agenda-table thead tr th {
    font-size: 20px;
    font-weight: bold;
    background-color: #444444;
    color: white;
    text-align: left;
}

.agenda-table tbody tr:nth-child(odd) {
    background-color: #e8e8e9;
}

.agenda-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.agenda-table thead tr th,
.agenda-table tbody tr td {
    padding: 10px !important;
}
.agenda-table tbody tr td:first-child {
    white-space: nowrap;
}

.agenda-table tbody tr td {
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid white;;
}

/* //Section 5 */

.paketat{
    height: 100%;
}

.tickets-pakets {
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: stretch;
}

.paket-1,
.paket-3,
.paket-2 {
    width: 90%;
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.5);
}

.card-header {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    padding: 11px 0;
}

.card-header-1 {
    background: linear-gradient(to right, #a1662f, #dfa46e);
}

.card-header-2 {
    /* background-color: #b3b3b3; */
    background: linear-gradient(to right, #b3b3b3, #d9d9d9);
}

.card-header-3 {
    background: linear-gradient(to right, #a69665, #b3a26e);
}

.card-body,
.card-footer {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.card-body-title {
    font-size: 30px;
    font-weight: bold;
}
.card-subtitle{
    font-size: 16px;
    font-weight: normal;
}
.card-title-extra {
    font-size: 20px;
    font-weight: bold;
    transform: translateY(-5px);
}

.card-body-price {
    font-size: 40px;
    font-weight: bold;
}

.qSkills-button {
    margin-top: 20px;
    margin-bottom: 20px;
    /* padding: 8px 75px; */
}

/* //Section 6 */

.sponsoren-section {
    background-color: #e8e8e9;
}

.sponsoren-section .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.sponsoren-section h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.sponsoren {
    gap: 30px;
}

.sponsoren div {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;

    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.5);
}

.sponsoren div img {
    width: 50%;
}

/* Section 7 */

.location-section .container{
    padding-top: 50px;
    padding-bottom: 50px;
}

.location-section .container .info,
.location-section .container .map{
    flex: 1;
}
.info h1{
    font-size: 26px;
    font-weight: bold;
}

.location-section {
    margin-bottom: 20px;
}

.location-section .info span {
    font-size: 20px;
    font-weight: bold;
}

.location-section .info p {
    font-size: 16px;
    font-weight: normal;
    color: #444444;
}

.location-section .info span:nth-child(2) {
    margin-top: 20px;
}

/* Section 8 */
.footer, .navigation {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}
.anmeldung-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:400px;
}

.anmeldung-section h1 {
    color: white;
    font-size: 26px;
    font-weight: bold;
}


/* ///////////////////////GENERAL////////////////////////// */

.san-summit-main-title{
    /*font-size: 90px;*/
    /*font-weight: bold;*/
}
.san-summit-title{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}
.san-summit-title-sub-title{
    font-size: 30px;
    font-weight: bold;
}
.section-willkomen {
    margin-top: 10px;
}

.willkommen-regular-text{
    color: #444444;
    font-size: 16px;
    font-weight: normal;
}
.color-red {
    color: #db0031;
}
.netzwerken-icon{
    width: 80px;
    height: 64px;
}
.expertenaustausch-icon{
    width: 90px;
    height: 62px;
}
.trainer-icon{
    width: 95px;
    height: 90px;
}
.kleine_gruppen-icon{
    width: 57px;
    height: 95px;
}
.hands-on-icon{
    width: 83px;
    height: 90px;
}
.erleben-geniessen-icon{
    width: 105px;
    height: 86px;
}

ul.horizontal li{
    white-space: nowrap;
}

/* /////////////////MEDIA QUERY////////////////////// */

@media (max-width: 1300px) {
    .logo-searchbar-content {
        width: 100%;
    }

    .left_logo_header {
        height: 70px;
    }
    .right_logo_header {
        width: 200px;
    }

    #span-date-banner {
        font-size: 36px !important;
        font-weight: bold;
    }

    #banner .container span:nth-child(2) {
        font-size: 70px !important;
    }

    #banner .container span:nth-child(3) {
        font-size: 50px !important;
    }
}

@media (max-width: 1024px) {

    .section-willkomen-content {
        flex-direction: column;
    }
    .warum-sollte-content {

    }

    .warum-sollte-second .card div p {
        /* font-size: 12px; */
    }
    .warum-sollte-second .card {
        gap: 10px;
        row-gap: 0;
    }

    .warum-sollte-second .card i {
        font-size: 40px;
        transform: translateX(0px);
    }

    .location-section .map {
        width: 100%;
    }

    .location-section .map iframe {
        width: 100%;
    }

    .section-3-card .session-header h1 {
        font-size: 16px;
    }

    .agenda-tables .uhr-class {
        display: none;
    }
}

@media (max-width: 900px) {
    #span-date-banner {
        font-size: 30px !important;
    }

    #banner .container span:nth-child(2) {
        font-size: 60px !important;
    }

    #banner .container span:nth-child(3) {
        font-size: 40px !important;
    }

    #warum-sollte .container {
        grid-template-columns: 100%;
    }
}

@media (max-width: 1100px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 850px) {
    #banner {
        height: 340px !important;
    }
}

@media (max-width: 800px) {
    #banner {
        height: 340px !important;
    }
    .container {
        max-width: 100% !important;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .search_bar {
        width: 230px;
    }

    .logo-searchbar-content a {
        width: 50%;
    }

    .logo-searchbar-content a img {
        /* width: 100%; */
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .search-container {
        display: none;
        /* width: 30%; */
    }
    
    .right_logo_header {
        width: 40%;
    }

    .search-container input {
        width: 100%;
        font-size: 12px;
    }

    .search-container .search_bar_div .search_bar_icon {
        font-size: 1em;
    }
    .navigation ul {
        display: none !important;
    }

    #banner .container span:nth-child(2) {
        font-size: 46px !important;
    }

    #banner .container span:nth-child(3) {
        font-size: 32px !important;
    }


    .section-willkomen-content {
        flex-direction: column;
    }

    .section-3-card {
        grid-template-columns: 50px 1fr;
        column-gap: 20px;
    }

    .section-3-card .session-header h1 {
        /* font-size: 14px; */
    }

    .agenda-tables {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }

    .card-header {
        /* font-size: 16px; */
    }
    .card-body-title {
        font-size: 20px;
    }

    .card-body-price {
        font-size: 30px;
        font-weight: bold;
    }

    .navigation .container {
        height: 45px;
    }

    .left_logo_header {
    }

    .navigation {
        display: none;
    }
    .navigation .container .main-menu-content {
        height: 100%;
    }
    .navigation .container .main-menu-content .burger-menu {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tickets-pakets {
        flex-direction: column;
    }

    .paket-1,
    .paket-3,
    .paket-2 {
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.5);
    }

    .tickets-pakets .card-footer {
        margin-top: 10px;
    }

    .location-section .map iframe {
        height: 100%;
    }

    .location-section .container {
        flex-direction: column;
    }

    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 70px;
    }

    .footer-bottom .footer-content div:nth-child(1) {
        order: 1;
    }

    .footer-bottom .footer-content div:nth-child(2) {
        order: 0;
    }

    .footer-bottom .footer-content div:nth-child(3) {
        order: 1;
    }

    .footer-content {
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .section-3-card img {
    }

    .plus-btn,
    .minus-btn {
        font-size: 34px;
    }

    .section-3-card {
        border-top: 1px solid #dddddd;
        padding: 10px 20px;
    }

    #banner .container span:nth-child(2) {
        font-size: 40px !important;
    }

    #banner .container span:nth-child(3) {
        font-size: 28px !important;
    }
}

@media (max-width: 670px) {
    #banner {
        height: 50vh !important;
    }

    #span-date-banner {
        font-size: 26px !important;
    }
}

@media (max-width: 640px) {
    .warum-sollte-second {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 560px) {
    #banner {
        height: 50vh !important;
    }

    #span-date-banner {
        font-size: 24px !important;
    }

    #banner .container span:nth-child(2) {
        font-size: 36px !important;
    }

    #banner .container span:nth-child(3) {
        font-size: 26px !important;
    }

    .location-section .container {
        gap: 20px;
    }

    .section-3-card img {
    }
}

@media (max-width: 530px) {
    #span-date-banner {
        font-size: 20px !important;
    }

    #banner .container span:nth-child(2) {
        font-size: 32px !important;
    }

    #banner .container span:nth-child(3) {
        font-size: 22px !important;
    }

    #banner {
        height: 40vh !important;
    }

    .session-header div:first-child {
        height: auto;
    }
}

@media (max-width: 480px) {
    .objectives-section-3-card h2,
    .objectives-section-3-card ul li {
        /* font-size: 12px; */
    }

    #span-date-banner {
        font-size: 18px !important;
        font-weight: bold;
    }

    #banner .container span:nth-child(3) {
        font-size: 18px !important;
    }

    #banner {
        height: 40vh !important;
    }

    .sponsoren {
        flex-direction: column;
        margin-top: 20px;
    }

    .sponsoren div img {
        width: 30%;
    }

    .agenda-table tbody tr td {
        /* font-size: 16px; */
    }

    .section-3-card .session-header h1 {
        /* font-size: 12px; */
    }

    .section-3-card .session-header p {
        /* font-size: 12px; */
    }
}

@media (max-width: 402px) {
    #banner .container span:nth-child(2) {
        font-size: 27px !important;
    }

    #banner .container span:nth-child(3) {
        font-size: 20px !important;
        font-weight: bold;
    }

    .section-3-card {
        grid-template-columns: 40px 1fr;
        column-gap: 10px;
        padding: 10px;
    }
}

@media (max-width: 350px) {
    #span-date-banner {
        font-size: 16px !important;
        font-weight: bold;
    }

    #banner .container span:nth-child(2) {
        font-size: 23px !important;
    }

    #banner .container span:nth-child(3) {
        font-size: 18px !important;
        font-weight: bold;
    }
}


.footer-landing-page {
    margin-bottom: initial !important;
    padding-bottom: initial;
}

.footer-landing-page .footer-top .footer-content {
    padding-top: 20px;
    margin-top: 0;
}

.icon-bar {
    top: 25vh;
    z-index: 10;
}

.show-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000082;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.show-map span {
    font-weight: bold;
    color: #fff;
}

.map-container {
    position: relative;
}