/* SCHRIFTARTEN */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
       url('../fonts/roboto-v18-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* ALLGEMEINES */

body {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #3e1b6b;
}
.medium {
    display: none!important;
}
.small p {
    font-size: 0.8rem;
}
.small h3 {
    font-size: 0.95rem;
}
h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: wordy-diva, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    color: #16996e;
}
/** Deutsch **/
html[lang="de"] q { quotes: "â€ž" "â€œ" }
q:lang(de) { quotes: "â€ž" "â€œ" }

/** FÃ¼r Schweiz und Frankreich **/
html[lang="ch"] q, 
html[lang="fr"] q  { quotes: "Â«" "Â»" }
q:lang(ch),
q:lang(fr) { quotes: "Â«" "Â»" }
p + h3 {
    margin-top: 1rem;
    margin-bottom: -0.5rem;
}
p a {
    color: #3e1b6b;
    font-weight: 900;
}
p a:hover {
    text-decoration: none;
    background-color: #f6e718;
}
.marker {
    padding: 0.125rem;
    font-weight: 900;
    background-color: #f6e718;
} 


/* HINTERGRUND */

/*
body::after {
    position: fixed;
    right: 0;
    bottom: 4rem;
    left: 0;
    height: 50vh;
    background-image: url(../images/Hintergrund.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0.3;
    content: "";
}
*/
/*
.inside::before {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 6rem;
    display: flex;
    background-image: url(../images/Textmarker.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}
*/
.landingpage main {
    margin-bottom: 2.5rem;
    z-index: 5;
}


/* HINWEISSEITE */

.hinweis {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* NAVIGATION */

#mainnav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    background-image: url(../images/Boden.svg);
    background-position: top center;
    background-size: cover;
    color: #fff;
    filter: drop-shadow(0 0 0.3rem rgba(100, 100, 100, 0.7));
} 
#mainnav ul {
    max-width: 50rem;
    height: 2.5rem;
    margin: auto;
    padding: 0;
    padding-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
#mainnav ul li {
    position: relative;
    display: flex;
    justify-content: center;
    font-family: wordy-diva, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.7rem;
}
#mainnav ul li a {
    position: absolute;
    width: auto;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    bottom: 0;
    z-index: 99;
    width: auto;
    padding: 0.5rem;
    opacity: 1;
    background-color: #3e1b6b;
    border: 0.125rem solid #3e1b6b;
    border-radius: 0;
    filter: drop-shadow(0 0 0.15rem rgba(100, 100, 100, 0.7));
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 1.1rem;
    cursor: pointer;
}

#mainnav ul li a:hover, #mainnav ul li a:active, #mainnav ul li a.hvb_opn_current {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: auto;
    padding: 0.5rem;
    opacity: 1;
    background-color: #f6e718;
    border: 0.125rem solid #f6e718;
    border-radius: 0;
    filter: drop-shadow(0 0 0.15rem rgba(100, 100, 100, 0.7));
    font-family: 'Roboto';
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    cursor: pointer;
    color: #3e1b6b;
    transition: all ease 0.5s !important;
    
}
#hvb_opn_cur{color:red;}
#mainnav ul li a {
    opacity: 1;
    transform: rotate(-2.5deg) scale(1)!important;
}
#mainnav ul li:nth-child(2n) a {
    transform: rotate(0.5deg) scale(1)!important;
}
#mainnav ul li:nth-child(3n) a {
    transform: rotate(-1deg) scale(1)!important;
}
#mainnav ul li:nth-child(4n) a {
    transform: rotate(2.5deg) scale(1)!important;
}
#mainnav ul li:nth-child(5n) a {
    transform: rotate(-0.5deg) scale(1)!important;
}
#mainnav ul.small_only {
    min-height: 2.5rem;
    height: auto;
    flex-direction: column;
}
#mainnav ul.small_only a {
    width: 100%;
}
#mainnav ul.accordion_content {
    display: none;
    flex-direction: column;
    height: auto;
    margin-bottom: 1rem;
}







.block {
  overflow: hidden;
}

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both;
}

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline;
}

.nav--horizontal ul {
  margin: 0;
  padding: 0;
}
.nav--horizontal li {
  padding: 0;
  list-style-type: none;
  float: left;
}
.nav--horizontal a,
.nav--horizontal span.active,
.nav--horizontal span.trail {
  display: block;
  padding: 1rem;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: orange;
}

@media screen and (max-width: 767px) {
  .nav--mobile {
    max-height: 0;
    visibility: hidden;
    transition: max-height 0s 3s, background 0.3s;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    font-size: 1.25rem;
    text-shadow: 0.025rem 0.025rem 2rem rgba(0, 0, 0, 0.7);
    

    
  }
  .nav--mobile ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav--mobile li {
    float: none;
    transition: opacity 0.3s;
    opacity: 0;
  }

  .nav--mobile a,
  .nav--mobile span.active,
  .nav--mobile span.trail {
    padding: 0.5rem;
    margin: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .nav--mobile--active {
    max-height: 100%;
    transition: max-height 0s, background 0.3s;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
  }
  .nav--mobile--active li {
    opacity: 1;
  }
}

.nav-toggler {
  font-family: sans-serif;
  vertical-align: middle;

display: none; /*dies ist bis die navi hochfährt 290519*/
  top: 0.5rem;
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .nav-toggler {
    display: none;
  }
}

.nav-toggler__button {
	  position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  background: none;
  border: 2px solid currentColor;
  outline: none;
  color: orange;
  padding: 0.25rem;
}








/* ADRESS-BUTTON */

.target_wrapper {
    position: fixed;
    top: 2.5rem;
    left: 2.5rem;
    z-index: 60;
}
.target_icon {
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    z-index: 90;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    filter: drop-shadow(0 0 0.15rem rgba(100, 100, 100, 0.7));
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2bad7d;
    outline: none;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease-in-out!important;
    transform: scale(0.95)!important;
}
.target_icon svg {
    width: 50%;
    height: 50%;
}
.target_content {
    position: absolute;
    z-index: -50;
    padding: 1.5rem 1.75rem;
    border-radius: 0.25rem;
    display: inline-block;
    background-color: #e2ddec;
    transform-origin: top left; 
    transform: rotate(5deg)!important;
    transition: 0.3s ease-in-out!important;
    opacity: 0!important;
}
.target_content > * {
    margin: 0;
    padding: 0;
}
.target_icon:hover,
.target_icon.open {
    background-color: #f6e718;
    filter: drop-shadow(0 0 0.3rem rgba(100, 100, 100, 0.7));
    transform: scale(1)!important;
    transition: 0.3s ease-in-out!important;
}
.target_icon:hover svg path,
.target_icon.open svg path {
    fill: #3e1b6b!important;
}
.target_icon.open + .target_content {
    opacity: 1!important;
    transform: rotate(-5deg)!important;
}


/* STARTSEITE */

.landingpage .mod_article {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
}
.landingpage .mod_article.start {
    position: relative;
    min-height: calc(100vh - 6rem);
    padding: 0;
    justify-content: center;
}
.landingpage .mod_article.start .logo {
    margin-bottom: 5vh;
}
.landingpage .mod_article.start .logo img {
    width: 20rem;
    max-width: 80vw;
    height: auto;
    max-height: 40vh;
}
.landingpage .mod_article.start .figure_left,
.landingpage .mod_article.start .figure_right {
    position: fixed;
    z-index: 40;
    bottom: 2.25rem;
    max-width: 50vw;
    display: none;
}
.landingpage .mod_article.start .figure_left {
    right: calc(50vw - 1rem);
    justify-content: flex-end;
}
.landingpage .mod_article.start .figure_right {
    left: calc(50vw - 1rem);
    justify-content: flex-start;
}
.landingpage .mod_article.start [data-aos^=slide][data-aos^=slide] {
    transform: translateZ(0);
}
.landingpage .mod_article.start [data-aos^=slide][data-aos^=slide].figure_left.aos-animate {
    transform: translateX(-50vw);
}
.landingpage .mod_article.start [data-aos^=slide][data-aos^=slide].figure_right.aos-animate {
    transform: translateX(50vw);
}
.landingpage .mod_article.start .figure_left img,
.landingpage .mod_article.start .figure_right img {
    max-height: 45vh;
    width: auto;
}
.landingpage .mod_article.last {
    padding-bottom: 3rem;
}
.landingpage .mod_article > * {
    width: calc(100vw - 3rem);
    max-width: 50rem;
    margin: 0 auto;
    padding: auto 1.5rem;
}
.landingpage .mod_article > *:nth-child(n+2) h1 {
    margin-top: 1.5rem;
}


/* BIBELVERS I */

.verse {
    position: relative;
    background-color: #e2ddec;
    color: #3e1b6b;
}
#v2.verse::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3vh 0 0 100vw;
    border-color: transparent transparent transparent #ffffff;
    content: "";
}
#v1.verse::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3vh 100vw 0 0;
    border-color: #ffffff transparent transparent transparent;
    content: "";
}
#v2.verse {
    background-color: #3e1b6b;
    color: #fff;
}
#v2.verse::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 3vh 0;
    border-color: transparent #e2ddec transparent transparent;
    content: "";
}
#v2.verse::after {
    border-width: 0 0 3vh 100vw;
    border-color: transparent transparent #ffffff transparent;
}
.quote {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 900;
    display: flex;
    justify-content: center;
}
.source {
    text-align: right;
    transition: 0.3s ease-in-out;
}
.source a {
    padding: 0.25rem;
    color: #3e1b6b;
    text-decoration: none;
    transition: 0.3s ease-in-out!important;
}
#v2 .source a {
    color: #fff;
}
.source a:hover,
#v2 .source a:hover {
    color: #3e1b6b;
}
#v1 {
    /*
    background-image: url(../images/vers1.jpg);
    background-position: center center;
    background-size: cover;
    */
}


/* VERANSTALTUNGEN */

/*
#einladungen {
    margin: 2rem 0;
    min-height: 40vh;
    position: relative;
    background-color: #e2ddec;
    background-clip: content-box;
}
#einladungen::before {
    position: absolute;
    top: 4rem;
    right: 0;
    left: 0;
    z-index: -10;
    height: 4rem;
    display: flex;
    background-image: url(../images/Textmarker.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}
#einladungen::after {
    position: absolute;
    bottom: 4rem;
    right: 0;
    left: 0;
    z-index: -10;
    height: 4rem;
    display: flex;
    background-image: url(../images/Textmarker.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    content: "";
}
*/
#einladungen {
    position: relative;
    background-color: #e2ddec;
}
#einladungen::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3vh 100vw 0 0;
    border-color: #ffffff transparent transparent transparent;
    content: "";
}
#einladungen h1 {
    color: #3e1b6b;
}
.landingpage .mod_article .event {
    max-width: 40rem;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.landingpage .mod_article .event h2,
.landingpage .mod_article .event h3,
.landingpage .mod_article .event h4 {
    margin: 0;
    text-transform: uppercase;
}
.landingpage .mod_article .event h2 { 
    font-weight: 900;
    font-size: 2rem;
    background-color: #f6e718;
    display: inline-block;
    padding: 0 0.5rem;
    transform: translateX(-0.5rem);
    margin-bottom: 0.25rem;
}
.landingpage .mod_article .event h3 {
    font-weight: 900;
}
.landingpage .mod_article .event h4 {
    font-weight: 400;
}
.landingpage .mod_article .ce_image {
    display: flex;
    justify-content: center;
}
.landingpage .mod_article .event figure {
    margin-bottom: 1rem;
}
.landingpage .mod_article .event img {
    width: 7rem;
    height: 7rem;
}
.landingpage .mod_article .event .textbox {
    margin-left: 0;
    display: inline-block;
    text-align: center;
}


/* GEMEINDE */

.credo ul {
    list-style-type: none;
    position: relative;
    padding: 0;
}
.credo li {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}
.credo li:before {
    content: "...";
    position: absolute;
    transform: translateX(-1.5rem);
}


/* KONTAKT */

#kontakt {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}
#kontakt h2 {
    margin-bottom: 0.5rem;
}
.landingpage .ce_form {
    width: calc(100vw - 2rem);
    max-width: 40rem;
    margin-top: 0;
    padding: 1rem;
    display: flex;
    border-radius: 0.25rem;
    /* box-shadow: 0 0 0.75rem #16996e; */
    filter: drop-shadow(0 0 0.15rem rgba(100, 100, 100, 0.7));
    background-color: #2bad7d;
    color: #fff;
    box-sizing: border-box;
}
.form_contact {
    width: 100%;
}
.form_contact div > div {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0.5rem;
}
.form_contact div > div:last-of-type {
    width: auto;
    margin-bottom: 0;
}
.form_contact input,
.form_contact textarea {
    padding: 0.15rem;
    border: none;
    border-radius: 0.25rem;
    outline: none;
    font-family: wordy-diva, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    color: #3e1b6b;
}
.form_contact textarea {
    min-width: -webkit-fill-available;
    max-width: -webkit-fill-available;
}
.form_contact label {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    text-transform: uppercase;
}
button {
    display: inline-block;
    padding: 0.5rem;
    background-color: transparent;
    border: 0.125rem solid #fff;
    border-radius: 0.25rem;
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transform: rotate(0deg) scale(1)!important;
    transition: 0.3s ease-in-out!important;
}
button:hover {
    border-radius: 0;
    border-color: #f6e718;
    background-color: #f6e718;
    /* box-shadow: 0 0 0.75rem #16996e; */
    filter: drop-shadow(0 0 0.15rem rgba(100, 100, 100, 0.7));
    color: #3e1b6b;
    transform: rotate(-1deg) scale(1.02)!important;
}
#telbox {
    max-width: 38rem;
    margin: 0 0.5rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: #e2ddec;
    text-align: center;
}
#telbox img {
    width: 10rem;
    height: 10rem;
    margin-top: 2rem;
    border-radius: 50%;
    display: none;
}
.tel {
    margin-bottom: 0;
}

/* IMPRESSUM */

#impressum::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3vh 100vw 0 0;
    border-color: #ffffff transparent transparent transparent;
    content: "";
}
#impressum {
    background-color: #e2ddec;
    position: relative;
    margin-top: 4rem;
}
#impressum h1 {
    color: #3e1b6b!important;
}


/* MEDIA QUERY > 41rem */

@media all and (min-width: 41rem) {
    #telbox {
        margin: 0 auto;
        padding: 1rem;
    }
}

/* MEDIA QUERY > 40rem */

@media all and (min-width: 40rem) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 2.6rem;
    }
    p + h3 {
        margin-top: 2rem;
        margin-bottom: 0.5rem;
    }
    .inside::before {
        height: 12rem;
    }
    .landingpage main {
        margin-bottom: 6rem;
    }
    #mainnav ul {
        height: auto;
        padding: 6.5rem 2rem 1.5rem 2rem;
        justify-content: space-between;
    }
    .landingpage .mod_article {
        padding: 6rem 0;
    }
    .landingpage .mod_article.start {
        min-height: calc(100vh - 10rem);
    }
    .landingpage .mod_article.start .logo {
        margin-bottom: 30vh;
    }
    .landingpage .mod_article.start .logo img {
        width: 30rem;
        max-width: 30vw;
        max-height: 30vh;
    }
    .landingpage .mod_article.start .figure_left,
    .landingpage .mod_article.start .figure_right {
        bottom: 4rem;
        display: flex;
    }
    .quote {
        font-size: 2.2rem;
    }
    .landingpage .mod_article .event {
        margin: 2rem auto;
        flex-direction: row;
    }
    .landingpage .mod_article > *:nth-child(n+2) h1 {
        margin-top: 5rem;
    }
    .landingpage .mod_article .event h2 {
        font-size: 2.4rem;
    }
    .landingpage .mod_article .event figure {
        margin-bottom: 0;
    }
    .landingpage .mod_article .event img {
        width: 10rem;
        height: 10rem;
    }
    .landingpage .mod_article .event .textbox {
        margin-left: 2rem;
        text-align: left;
    }
    .landingpage .mod_article.last {
        padding-bottom: 6rem;
    }
    .landingpage .ce_form {
        padding: 1.5rem;
    }
    .form_contact div > div {
        margin-bottom: 1rem;
    }
    .form_contact input,
    .form_contact textarea {
        padding: 0.25rem;
        font-size: 1.4rem;
    }
    .target_wrapper {
        top: 4rem;
        left: 4rem;
    }
    .target_icon {
        top: -2rem;
        left: -2rem;
        width: 4rem;
        height: 4rem;
    }
    .small_only {
        display: none!important;
    }
    .medium {
        display: flex!important;
    }
}


/* MEDIA QUERY > 60rem */

@media all and (min-width: 60rem) {
    #kontakt {
        flex-direction: row;
    }
    #kontakt>* {
        margin: 0 0;
    }
    #telbox {
        width: 14.5rem;
    }
    #telbox img {
        display: flex;
        margin: auto;
        margin-top: 2rem;
    }
    .tel {
        margin-top: 4rem;
    }
}
    
    
/* MEDIA QUERY > 100rem 

@media all and (min-width: 100rem) {
    #einladungen {
        margin: 2rem auto;
        display: flex;
        flex-direction: row;
    }
    #einladungen .event:nth-child(odd) {
        flex-direction: row-reverse;
        justify-content: flex-end;
        margin-right: 0;
    }
    #einladungen .event:nth-child(odd) .textbox {
        text-align: right;
        margin-left: 0;
        margin-right: 2rem;
    }
    #einladungen .event:nth-child(even) {
        flex-direction: row;
        justify-content: flex-start;
        margin-left: 0;
    }
} */