/* ------------------- */
/* Reset               */
/* ------------------- */

/* https://piccalil.li/blog/a-modern-css-reset/ */

/* Box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Reset margins */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
    margin: 0;
}

/* set up the body */
body {
    line-height: 1.5;
    min-height: 100vh;
    font-family: "EB Garamond", serif;
}

/* make images easier to work with */
img,
picutre {
    max-width: 100%;
    display: block;
}



/* remove animations for people who've turned them off */

@media (prefers-reduced-motion: reduce) {  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}



.container-fluid.maascontainer {
    position: relative;
    background-image: url(./img/enlarge_KoelnerDom_Hintergrund1.jpg);
    background-size: cover;
    min-height: 100vh;
    height: 100vh;
    background-position: center top;
}


img.logo {
    width: 27%;
    margin: 3em auto;
}

img.text {
    width: 16%;
    margin: 5em auto 0em auto;
}

.row.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 1; /* Ensure the text is on top of the background */
    color: #000;
    background-color: #8c7b35;
}






.footer1 {
   /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;*/

    /* background-color: #ccc; */
    display:flex;
    justify-content:space-arround;
    Padding: 20px;
    justify-items: start;
    margin: 0 auto;
    width: 80% !important;
}


.inhalt {

    text-transform: uppercase;
    font-size: 1.2em;
    color:#000;
    font-weight: 900;
    
  /*  width: 75% !important;*/
    /* background-color: #ccc; */
    margin: 0 auto;
}
ul {
    list-style-type: none;
    margin-bottom: 0;;
}

h2.pls-btn {
  
    font-size:1em;
    font-weight:900; 
    color: #8c7b35;
    margin-top:6em;
}

/*footer 1 */

.footer1 {
    /* margin: 0 auto; */
    text-align: center;
}


span.inhalt {
    padding-right: 1em;
}

/* Media query for tablets in portrait mode */
@media only screen and (max-width: 1200px) and (orientation: portrait) {

    .footer1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        /* background-color: #ccc; */
        padding: 20px;
        justify-items: start;
        margin: 0 auto;
        width: 80% !important;
    }

    .inhalt {
        font-size: 12px;
    }

    /*button.btn.btn-primary.pls-btn {
        width: 22%;
        color: #8c7b35;
        background-color: #fff;
        border: 1px solid #8c7b35;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
       
        position: absolute;
        border-radius: 10px;
        margin: 5em 0em 0em 2em;
     }*/

    img.logo {
        width: 50%;
    }

    h2.pls-btn {
    font-size: 1.9em;
   }
    img.text {
        width: 30%;
        margin: 20em auto 0em auto;
    }
}

/* Media query for tablets in landscape mode */
@media only screen and (max-width: 1366px) and (orientation: landscape) {

    .footer1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        /* background-color: #ccc; */
        padding: 20px;
        justify-items: start;
        margin: 0 auto;
        width: 80% !important;
    }


    .inhalt {
        font-size: 12px;
    }

    
    button.btn.btn-primary.pls-btn {
        width: 20%;
        color: #8c7b35;
        background-color: #fff;
        border: 1px solid #8c7b35;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
       
        position: absolute;
        border-radius: 10px;
        margin: 5.2em 0em 0em 7em;
     }


    img.logo {
        width: 30%;
    }

  h2.pls-btn {
    font-size: 2em;
    }


    img.text {
        width: 18%;
        margin: 5em auto 0em auto;
    }

    }

    @media only screen and (max-width: 768px) and (orientation: portrait) {

        .footer1 {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 0px;
            /* background-color: #ccc; */
            padding: 20px;
            justify-items: start;
            margin: 0 auto;
            width: 80% !important;
        }
    
        .inhalt {
            font-size: 12px;
        }
    

        img.text {
            width: 30%;
            margin: 18em auto 0em auto;
        }   

    }

    /* Media query for phones in portrait mode */
@media only screen and (max-width: 576px) and (orientation: portrait) {

    .footer1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        /* background-color: #ccc; */
        padding: 20px;
        justify-items: start;
        margin: 0 auto;
        width: 80% !important;
    }
    button.btn.btn-primary.pls-btn {
        width: 30%;
        color: #8c7b35;
        background-color: #fff;
        border: 1px solid #8c7b35;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        border-radius: 10px;
        margin: 4em 0em 0em 0em;
    }

    .inhalt {
        font-size: 12px;
    }


    img.logo {
        width: 80%;
    }


	h2.pls-btn {
    font-size: 0.8em;}


    img.text {
        width: 40%;
        margin: 6em auto 0em auto;
    }
}

/* Media query for phones in landscape mode */
@media only screen and (max-width: 950px) and (orientation: landscape) {
    
    img.logo {
        width: 27%;
        margin: 1em auto 0em auto;
    }

h2.pls-btn {
    font-size: 0.8em;
}

    button.btn.btn-primary.pls-btn {
        width: 17%;
        color: #8c7b35;
        background-color: #fff;
        border: 1px solid #8c7b35;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
       
        position: absolute;
        border-radius: 10px;
        margin: 2em 0em 0em 7em;
     }
    img.text {
        width: 15%;
        margin: 3em auto 0em auto;
    }

    }



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 



    .inhalt {
        font-size: 12px;
    }

}

/* Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 

    .footer1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        /* background-color: #ccc; */
        padding: 20px;
        justify-items: start;
        margin: 0 auto;
        width: 80% !important;
    }

}

/* Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 

}


/* Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) { 


    .footer1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        /* background-color: #ccc; */
        padding: 20px;
        justify-items: start;
        margin: 0 auto;
        width: 80% !important;
    }

}

/* Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 932px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) { 

    .footer{
        grid-template-columns: repeat(1, 1fr);
        font-size: 12px;
        width: 100% !important;;
    }

    .inhalt {
        font-size: 12px;
    }

}


/* ----------- iPad Pro 12.9" ----------- */

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

    .footer1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        /* background-color: #ccc; */
        padding: 20px;
        justify-items: start;
        margin: 0 auto;
        width: 80% !important;
    }

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {




    .inhalt {
        font-size: 12px;
    }



}

/* ----------- iPad Pro ----------- */


/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .footer1 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        /* background-color: #ccc; */
        padding: 20px;
        justify-items: start;
        margin: 0 auto;
        width: 80% !important;
    }

}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {

}
