@charset "utf-8";
/* CSS Document */

.text-orange {
    color: #f5c20c;
}

.text-blue{
    color: #04378b;
}

.red {
    color: red;
}

a[href^="tel:"] {
    color:#f5c20c;
    font-weight: bold;
}

a[href^="mailto:"] {
    color:#f5c20c;
    font-weight: bold;
}

.font-weight-bold {
    font-weight: 900;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.p-big {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
}

.bg-grey-50 {
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.addr {
    line-height: 1.6rem;
}

.small {
    font-size: .8rem;
}

#carousel h3 {
    font-size: 2.4em; 
}
#carousel h3 {
    font-weight: 200;
}
#carousel h3 span {
    font-weight: bold;
}

.angebote span {
    font-weight: 900;
}
.angebote h2 {
    line-height: 2.8rem;
}
/* parrallax */
.parallax { 
    background-image: url("../img/images/bg-parallax-1600-607.jpg"); 
    min-height: 607px;  
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    padding:4rem 1rem;
} 
.parallax-two { 
   background-image: url("../img/images/bg-parallax2-1600-816.jpg"); 
    min-height: 540px;  
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
} 
.parallax-three { 
   background-image: url("../img/images/bg-parallax2-1600-816.jpg"); 
    min-height: 540px;  
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
} 
.parallax-four { 
   background-image: url("../img/service/paralaxbild.jpg"); 
    min-height: 1600px;  
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
} 
/* ende parallax */

#slidertop {
    background-image: url(../img/images/bg-header-1600-802.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 0;
    margin: 0;
}
.mr4 {
    margin-right: 1.5rem;
}
.mr-1 {
    margin-right: 1rem;
}

/* CARDSLIDER */
.top-content { width: 100%; padding-top: 100px; }
.carousel-control-next, .carousel-control-prev { border: 0; }
/*ENDE CARDSLIDR*/

/* sondermodelle */
#sondermodelle {
    background-color:#373737;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1600 - 320)));
  background-color: transparent;
  color: #FFF;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  -moz-transform: translate3d(0,-100%,0);
  -ms-transform: translate3d(0,-100%,0);
  -o-transform: translate3d(0,-100%,0);
}

.hovereffect a {
    border: 1px solid white;
    border-radius: 5px;
    background-color: grey;
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: .5rem;;
  line-height: 110%;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/* ende sondermodelle */

/* panelltabbs */
/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
    min-width: 25%;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #000000;
    font-weight: bold;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
    font-weight: bold;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #000000;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}
/* ENDE panelltabs */

/* panell tabs  inhalt*/
#fahrzeuge .card {
    width: 18vw;
    margin: 1em;
}
#fahrzeuge .card img {
    padding: .5em 1em;
    width:100%;
    height: auto;
}

.aktion {
    font-weight: 700;
    color: orange;
}

/* ENDE panell tabs inhalt*/

/* interieur */

.bild {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.mitte {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.col-md-6:hover .bild {
    opacity: 0.5;
}
  
.col-md-6:hover .mitte {
    opacity: 1;
}

.bildtext {
    
    color: #000000;
    line-height: 120%;
    font-size: 24px;
    font-weight: 900;
    padding: 16px 32px;
  }

/* ENDE interieur */


@media screen and (min-width: 768px) and (max-width: 1200px) {}
    



@media (max-width:991px){
    
    .mr4 {
        margin-right: 0rem;
    }
 
}

@media (max-width:575px){
    
    .hovereffect h2 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        background-color: transparent;
        color: #FFF;
        padding: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    .hovereffect a {
        border: 1px solid white;
        border-radius: 5px;
        background-color: grey;
    }
    .hovereffect a, .hovereffect p {
        color: #FFF;
        padding: .2rem;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    
    .footer-item-1, .footer-item-2, .footer-item-3 {
        flex-direction: row;
    }

    
    
    
    
}

@media (max-width:479px){
    
    #sondermodelle >div, #sondermodelle2 >div {
        width:100%;
    }
    
}

.nav-link a:hover {color:#f5c20c;}





#header {
    background-image:url(../img/images/bg-header-1600-96.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

#slider {
    background-image:url(../img/images/bg-header-1600-602.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    margin-top: 0;
}

.font-light {
    font-family: "roboto", sans-serif;
    font-weight: 100;
}
.font-black {
    font-family: "roboto", sans-serif;
    font-weight: 900;
}
#serie-da {  padding: 4rem 1rem ;}
.card {  width: 18rem; border-bottom: 12px solid #f5c20c; margin-top: 2rem; margin-bottom: 2rem;}
.card-form {  width: 18rem; border-bottom: 0px solid #f5c20c; margin-top: 1rem; margin-bottom: 1rem; background-color: white;}
.card-blind { border:0;}

#mitarbeiter .card { 
    width: 30rem;
    padding:0;
    border-bottom: 12px solid #f5c20c; 
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}


#messen ul {list-style: none;}
#messen li {color:white; font-weight: 500; line-height: 2.4rem;}

.bg-black {
    background-color: #1e1d1d;
}

.bg-black50 {
    background-color:rgba(0, 0, 0, 0.6);
}

.header-logo {
    padding: 1rem 1rem 1rem 4rem;
}

.navoben {
    background-color: aqua;
}
.outlet {
    /*font-size:1.1rem;*/
    font-weight: 400;
}

.messe-head {
    margin-bottom: -.55rem;
    margin-top: -.55rem;
    padding: 1em 0;
}

.footer-item-1 {
    display: flex;
    flex-direction: column;
    order: 1;
    width: 100%;
}
.footer-item-2 {
    display: flex;
    flex-direction: column;
    order: 2;
    width: 100%;
}
.footer-item-3 {
    display: flex;
    flex-direction: column;
    order: 3;
    width: 100%;
}

#footer {
    background-image: url(../img/images/bg-footer-1600-774.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    color: white;
}


#footer ul {
    list-style: none;
    line-height: 1.6rem;
}

.glf {
    width: 30%;
}

.sliderpt {
    margin-top: 5rem;
}

.haken li {
    list-style-type:none;
    line-height: 140%;
}
.haken li:before {
    content: "\2714" " ";
    color: #024873;
}

.example-image {
    width:50%;
    height: auto;
    border: 1px solid black;
    padding: .5rem;
    margin: .5rem;
}



.bggrey {
    background-color: #3b3b3b;
}

.bglightgrey {
    background-color: lightgray;
}

.bgblue {
    background-color: lightskyblue;
}
.bgborange {
    background-color: orange;
}

.sonderm-head {
    font-size:2.4em;
    padding: .8em 0;
}
.font-blacky { color:#000000;}
.font-blue { color:#024873;}
.font-grey { color:#3b3b3b;}

.hinweis {
    font-size: .6em;
    color: white;
    text-align: center;
    background-color: black;
    padding: .4em 0;
}




.img {    
  width: 100%;
  height: auto;
}

.small-card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 12rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 0.5em 1em;
  padding: .3em;

}

.small-card-text, .samll-card-text:last-child {
    margin-bottom: 0;
    font-size:.9em;
    font-weight: 400;
    text-align: center;

}



#navbar2 {
    background-color: none;
}




#service .card {
    background-color: #1e1d1d;    
}
#service .card-title {
    font-weight: bold;
    color: #f5c20c;
    text-align: center;
}
#service .card-text {
    color: white;
    text-align: center;
}
#service .btn-primary {
    color: white;
    background-color: #1e1d1d;
    border-color: #1e1d1d;
}

#headingOne .btn {
    background-color: aqua;
    
}



#accordionExample .card {
    width:100%;
    background-color:rgba(255,255,255,0);
    border:0;
}
#accordionExample .card-header{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color:rgba(0,0,0,0);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    color:black;
    text-align: center;
    font-weight: 500;
}
#headingOne .btn {
    background-color:rgba(255,255,255,0);
}
.accordion {
    background-color:rgba(255,255,255,0);
}
.accordion .card-body {
    text-align: center;
}


.text-black {
    color:black;
    font-weight: bold;
}



#datenschutz ol li{
    margin: 1em 0 0 .5em;
}

.bg-grey {
    background-color: lightgray;
}

.flex-1, .flex-2 { width:50%; flex: 1 auto; }
        
@media (max-width:750px){
    
    .flex-1, .flex-2 { width:100%; } 
    .flex-1 { order:1; }
    .flex-2 { order:2; }
}


.icon-top {
    background-color: black;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0;
}

.faicon {
    font-size: 4rem;
    padding-bottom: -4rem;
}

.blue {
    color:#024873;
}

.mitarbeiter-bild {
    width: 10rem;
}
.mitarbeiter-text {
    width: 16rem;
}

.mitarbeiter {
    border-bottom: 10px solid #f5c20c;
}

.img-fluid {
    width: inherit;  
    max-width: 100%; 
    height: auto;   
}

.img-logo {
    width: inherit;  
    max-width: 30%; 
    height: auto; 
    
}

.img-fluid2 {

  max-width: 60%;
  height: auto;
}


.label-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.t-neu {
    color: red;
    font-weight: bold;
}

.bildimg {
    position: relative;
    width: 100%;
    height: auto;
}


.bildtext {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

@media (max-width:750px){
    
    .bildtext {
        position: absolute;
        text-align: left;
        width: 100%;
        margin-left: 6rem;
    }
}

.messenavi {
    margin-top: 1rem;
    color:#f5c20c;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0.05rem 0.1rem;
    margin-right: .5rem;
    font-weight: 500;
    line-height: 1.3rem;
}


/* ################################################################################### service cards */

.ankerintern {
    color: #f5c20c;
    font-weight: 900;
}

.bg-blue {background-color: black;}

.card-service {
    width:22rem;
    background-color: none;
    padding: 0;    
}

#servicecards button,
#servicecards .card-header {
    padding: 0;
}


.card-service:nth-child(4),
.card-service:nth-child(5),
.card-service:nth-child(6),
.card-service:nth-child(7),
.card-service:nth-child(8),
.card-service:nth-child(9),
.card-service:nth-child(10),
.card-service:nth-child(11),
.card-service:nth-child(12),
.card-service:nth-child(13),
.card-service:nth-child(14) {
    margin-top: 2rem;
}


@media (max-width:1201px) {
    .card-service:nth-child(1),
    .card-service:nth-child(2),
    .card-service:nth-child(3) {
        margin-top: 2rem;
    }
}

@media (max-width:667px) {
    .card-service {
        width:100%;
    }
}

#servicecards .card-body p {
    font-weight: 500;
    color: black;
}



#servicecards .bg-blue {
    color:white;
}

#servicecards p, 
#servicecards ul li {
    color:black; font-size:.9rem; line-height: 1rem;
}

#servicecards p strong {
    font-weight:600;
}

.icon-down {
  float: right;
  font-weight: 600;
}


.card-service {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;

}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: none;
  width: 100%;
}



#servicecards button, 
#servicecards button a, 
#servicecards button a:hover,
#servicecards button.btn, 
#servicecards button.btn a, 
#servicecards button.btn a:hover,
#servicecards button.btn.btn-link, 
#servicecards button.btn.btn-link a, 
#servicecards button.btn.btn-link a:hover {
  text-decoration: none;
} 

#servicecards button,
#servicecards img {
    width:100%;
}

/* ############################################################################# ende service cards */


.sprung {visibility: hidden; height: 0px !important; position: absolute; margin: -200px;}


.bg-muster {
    background-image: url("../img/giottiline/toscan/toscan-vorab-muster.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.yellow {
    color:yellow;
}

.toscan-vorab h3,
.toscan-vorab h4,
.toscan-vorab p  {
    color:white;
}

.toscan-vorab h3 { padding: 0 0 1rem 0; }

.bravlinkimg {
    max-width: 60%;
    height: auto;
}

.new {
    color: #710d3e;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    -webkit-text-fill-color: #710d3e;
    letter-spacing: 3px;
    font-weight: bold;
}


.accordionx {
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  
  .accordionx:hover {
    background-color: orange;
    color: black;
  }
  
  .accordionx:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .accordionx.active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 1px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
   
  }
  .panel .inhalt {
    margin: .5rem 0rem .5rem 2rem;
  }

  .accordionx .small {
    font-size: 8px;
    font-weight: 100;
    font-style: italic;
  }

   a button.pdfbutt {
    background-color: black;
    color: white;
    padding: 8px 16px;
    width: 30rem;
    max-width: 30rem;
    border: 0;
    margin-bottom: .5rem;
    text-align: left;
  }

   a button.pdfbutt:hover {
    background-color: orange;
    color: black;
    padding: 8px 16px;
    width: 30rem;
    max-width: 30rem;
    border: 0;
    margin-bottom: .5rem;
    text-align: left;
  }

  button.pdfbutt .pdfsmall {
    font-size: 10px;
    font-weight: 200;
    text-align: right;
  }


  @media (max-width:576px){
    
    a button.pdfbutt {
        background-color: black;
        color: white;
        padding: 8px 8px;
        width: 100%;
        max-width: 100%;
        border: 0;
        margin-bottom: .5rem;
        text-align: left;
      }

    .panel .inhalt {
        margin: .5rem -1rem .5rem -1rem;
        
    background-color: #a3a7a8;
        
      }
}
  
.mt {
    margin-top: 12rem;
}

@media (max-width: 575.99px) { 
    .mt {
        margin-top: 7rem;
    }
 }


@media screen and (min-width: 576px) and (max-width: 992px) {
    .mt {
        margin-top: 8rem;
    }
}




.reiseinfo {
    background-color: black;
    color:white;
    margin: 0;
    padding: 2rem;
} 

#braviawerk {
    line-height: 1.2;
}

#braviawerk .pl { padding-left: 2rem;}

#braviawerk a {
    color: aqua;
    font-weight: 600;
}

#braviawerk a:hover {
    color: orange;
    font-weight: 600;
}

#braviawerk .btn {
    background-color: #000000;
    color: #FFF;
    padding: 8px 16px;

}

.reiseinfo ul {
    list-style-type: none;
    padding-top: 1rem;
}

.reiseinfo ul li {
    margin-left: -1rem;

}

#braviawerk .btn a { color:aqua;}
#braviawerk .btn a:hover { color:white;}

picture {
    width: 100%;
    height: auto;
}


.bgblau {
    background-color: #0b1c26;
}

#bravia0524 h2,
#bravia0524 h4 {
    color: #fff;
    line-height: 2rem;
}


@media screen and (max-width: 575.99px) {
    .anbtn {
        width: 280px;
        height: auto;
    }
}

@media screen and (min-width: 576px) {
    .anbtn {
        width: 400px;
        height: auto;
    }
}

@media screen and (min-width: 1400px) {
    #bravia0524 h2 {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }
    #bravia0524 h4 {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
}


.box4 h3 span {
    font-weight: 900;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-items: center;
}
.flex-container div {
    padding: 2rem 0;
}
@media screen and (max-width: 575.99px) {
    .flex-container div {
        padding-bottom: 2rem;
    }
}

.card-grid { 
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 4rem;
    align-items: stretch;    
    justify-content: center;
}
.card-grid > article {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
}
.card-grid > article img {
    max-width: 100%;
    align-self: center;
}
.card-grid .text {
    text-align: center;
    padding: 0 20px 20px;
    line-height: 1.5rem;
    font-weight: 400;
    font-size: 1.2rem;
}
.card-grid .text > button {
    background: gray;
    border: 0;
    color: white;
    padding: 10px;
    width: 100%;
}
.card-grid a {
   margin-top: 2rem;
}
.card-grid .btn {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 1.2rem;
}

.btn-dark {
    color: white;
    background-color: black;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 1.2rem;
}

@media screen and (max-width: 575.99px) {
    .btn-dark {
        padding: .5rem 1rem;
        font-size: 1rem;
    }
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #000;
  background-color: #ffc611;
  /* border-color: #000; */
}

#messetermine p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 0;
    padding-left: 1rem;
    color: #ffc611;
}

#messetermine .messe-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-template-rows: 1fr;
    align-content: center;
    gap: 2rem; 
    margin-top: 1rem; 
}

@media screen and (max-width: 1199.99px) {
    #messetermine .messe-row {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        grid-template-rows: 1fr;
        align-content: center;
        gap: 2rem; 
        margin-top: 1rem; 
    }
    #messetermine p {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

@media screen and (max-width: 575.99px) {
    #messetermine .messe-row {
        gap: 0rem;  
    }
    #messetermine p {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

