/*********
* Global *
*********/
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
}

.alignleft {
    padding: 0;
    margin: 0 24px 12px 0;
    display: inline;
    float: left;
}

.alignright {
    padding: 0;
    margin: 0 0 12px 24px;
    display: inline;
    float: right;
}

.aligncenter {
    padding: 0;
    display: block;
    margin: 0 auto;
}

picture.aligncenter img {
    padding: 0;
    display: block;
    margin: 0 auto;
}

.top-pad-2 {
    padding-top: 2rem;
}

.btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.btn {
    display: inline-block;
    color: #fff;
    background-color: #cd2653;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    padding: 1.1em 1.4em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

/*FlexSlider*/
.flex-direction-nav a {
    width: 60px;
    height: 60px;
    text-indent: 110%;
    background-color: rgba(0,0,0,0.2);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.flex-direction-nav a:hover {
    background-color: rgba(0,0,0,0.6);
}

.flex-direction-nav .flex-next {
    right: 0;
    background-image: url(../../images/arrow-right.png);
    background-repeat: no-repeat;
}

.flex-direction-nav .flex-prev {
    left: 0;
    background-image: url(../../images/arrow-left.png);
    background-repeat: no-repeat;
}

/*********
* Header *
*********/
header {
    background-color: #f5efe0cc;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    width: 100%;
}

.wrapper {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .logo .logo-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

header .logo img {
    height: 35px;
    display: block;
}

.navbar {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 100%;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    transition: left 0.3s;
}

.navbar.show {
    background: linear-gradient(rgba(253, 250, 255, 0.8) 30%, rgba(253, 250, 255, 0) 100%);
    left: 0 !important;
}

.hide-scroll {
    overflow: hidden;
}

.navbar ul.menu {
    all: unset;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.navbar ul.menu a,
.logo-text {
    all: unset;
    color: #cd2653;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    font-size: 28px;
}

.navbar ul.menu li:hover {
    text-decoration: underline #89cff0;
    text-decoration-thickness: 2px;
}

.close-nav {
    text-align: right;
    margin-bottom: 20px;
}

.close-nav button {
    all: unset;
    background: #f7f7f7;
    font-size: 42px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 3px;
    color: #444444;
}

.close-nav button:hover {
    color: #222222;
    background: #fff;
}

.menu-bar button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f7f7f7;
    height: 50px;
    width: 50px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.menu-bar i {
    display: block;
    border-top: 3px solid #444444;
    border-bottom: 3px solid #444444;
}

.menu-bar i::after {
    display: block;
    content: "";
    border-top: 3px solid #444444;
    margin: 6px 0;
}

.menu-bar button:hover {
    background: white;
}

.menu-bar button:hover i {
    border-color: #222222;
}

.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    margin: 0 auto;
}

/*.sticky+.contents {
    padding-top: 70px;
}*/

/*************
* Startseite *
*************/
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 85vh;
    height: 85svh;
}

.container .hero-text-area {
    padding: 3%;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.container h1.ueberschrift {
    display: none;
}

.container span.headline {
    font-size: 2rem;
}

.container p.subheadline {
    font-size: 1.2rem;
}

.container .hero-text {
    width: 50%;
    margin: 0 auto;
    margin-top: 1rem;
}

.container button {
    display: inline-block;
    color: #fff;
    background-color: #cd2653;
    border: none;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    padding: 1.1em 1.4em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 5%;
}

section.main {}

.content-container {
    width: 80%;
    max-width: 1600px;
    margin: 0 auto;
}

.content-container h1,
.content-container h2 {
    margin-bottom: 20px;
    font-size: 24px;
}

.content-container h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.content-container p {
    margin-bottom: 16px;
    text-align: justify;
}

.content-container p:last-child {
    margin-bottom: 0;
}

.main .column {
    padding: 4rem 0;
}

/********************
* Startseite - Flex *
********************/
.main .odd {
    background: #f5efe0;
}

.main .even {
    background: #fff;
}

/*********************
* Startseite - About *
*********************/
.about-title {
    text-align: center;
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.about .left {
    width: 100%;
    text-align: center;
}

.about .left .about-img {
    max-height: 250px;
    margin-bottom: 8px;
}

.about .left .about-img img {
    border-radius: 50%;
    width: 100%;
    max-width: 240px;
}

.about .left .about-name {
    text-align: center;
}

.about .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about .right ol {
    list-style: circle;
}

.about .right ol li {
    margin-bottom: 8px;
}

.about .right ol li:last-child {
    margin-bottom: 0;
}

/*********************
* Startseite - Media *
*********************/

.media .gallery {
    
}

.media  .gallery ul.slides li .iframe iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.media .gallery ul.slides li img {
    min-height: 400px;
    max-height: 500px;
    object-fit: cover;
}

/**********************
* Startseite - Events *
**********************/
.table-responsive {
    overflow-x: auto;
}

table.table {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-spacing: 0;
    border: 10px groove #f5efe0;
}

.table thead {
    font-size: 24px;
    font-family: cursive;
}

.table td {
    padding: 8px;
    border-top: 1px solid black;
    vertical-align: top;
}

.table td.month {
    background-color: #f5efe0;
}

.table caption+thead tr:first-child th, .table colgroup+thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child td {
    border-top: 0;
}


/************************
* Startseite - Feedback *
************************/

.feedback-entry .flexslider {
    background: none;
    border: 4px solid transparent;
}

span.quote {
    height: 58px;
    width: 58px;
    display: inline-block;
    background: url(../../images/quote.png) no-repeat 0 -10px;
    margin: 0 5px 0 0;
}

.feedback-entry .flexslider ul.slides li h3,
.feedback-entry .flexslider ul.slides li p {
    font-family: 'Roboto Slab', serif;
    text-align: center;
}

.feedback-entry .flexslider ul.slides li h3 {
    font-weight: normal;
    font-size: 36px;
    margin-bottom: 30px;
}

.feedback-entry .flexslider ul.slides li p {
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
}

.feedback-entry .flexslider ul.slides li p.author {
    width: 100%;
    margin-top: 40px;
}

/*******************
* Startseite - FAQ *
*******************/
.chevron{
    position:relative;
    display:block;
    height:50px;/*height should be double border*/
}
.chevron:before,
.chevron:after{
    position:absolute;
    display:block;
    content:"";
    border:25px solid transparent;/*adjust size*/
}
/*Change four 'top' values below to rotate (top/right/bottom/left)*/
.chevron:before{
    top:0;
    border-top-color:#b00;/*Chevron Color*/
}
.chevron:after{
    top:-10px;/*adjust thickness*/
    border-top-color:#fff;/*Match background colour*/
}

.faq-entry .faq {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
}

.faq .faq-section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.25s ease-in-out;
    padding: 20px;
}

.faq .faq-section-wrapper .material-icons img {
    width: 25px;
}

.faq .faq-section-wrapper .material-icons.drop {
    transition: transform 0.5s ease-in-out;
}

.faq .faq-section-wrapper .material-icons.icon-expand {
    transform: rotateX(180deg);
}

.faq .faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    padding-left: 52px;
}

.faq .faq-answer-wrapper.show {
    transition: max-height 0.4s ease-in-out; 
}

.faq .faq-answer-wrapper p.answer {
    color: #5c5c5c;
    padding: 16px;   
    padding-bottom: 32px;
    overflow: hidden;
}

.faq .faq-answer-wrapper .q-flex {
    display: flex;
    align-items: center;
}

/*********
* Footer *
*********/
.footer-container {
    text-align: center;
}

footer {
    width: 100%;
    background-color: #3f3f3f;
}

footer p {
    font-size: .75rem;
    color: #f0f0f0;
    padding: 15px 0 15px 0;
}

footer p a {
    color: rgb(238, 205, 86);
}

@media (min-width: 900px) {

    /*********
    * Header *
    *********/
    .navbar {
        all: unset;
        display: block;
    }

    .navbar ul.menu {
        flex-direction: row;
        gap: 20px;
    }

    .navbar ul.menu a,
    .logo-text {
        font-size: inherit;
    }

    .close-nav,
    .menu-bar {
        display: none;
    }

    .nav-toggle {
        display: none;
    }

    .nav {
        height: 40px;
    }

    .navbar {
        padding: 0;
    }

    .navbar ul.menu {
        align-items: center;
        gap: 0;
        visibility: visible;
        height: 35px;
    }

    .menu li {
        display: block;
        float: left;
        padding: 0 8px;
        max-height: 35px;
    }

    .navbar ul.menu li + li {
        border-left: 2px solid #cd2653;
    }

    ul.menu li a {
        font-size: 16px;
        display: block;
        width: 100%;
    }

    /*********************
    * Startseite - About *
    *********************/

    .about {
        flex-direction: row;
        gap: 15%;
    }
    
    .about .left {
        width: 30%;
        text-align: center;
    }

    .about .right {
        width: 55%;
    }
}