@font-face {
    font-family: "Montserrat-Regular";
    src: url(../FONTS/Montserrat-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../FONTS/Montserrat-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../FONTS/PlayfairDisplay-Medium.woff2) format("woff2");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(../FONTS/Montserrat-Bold.woff2) format("woff2");
}

@font-face {
    font-family: "RobotoCondensed-Regular";
    src: url(../FONTS/RobotoCondensed-Regular.woff2) format("woff2");
}

@font-face {
    font-family: "RobotoCondensed-Bold";
    src: url(../FONTS/RobotoCondensed-Bold.woff2) format("woff2");
}

@font-face {
    font-family: "RobotoCondensed-Light";
    src: url(../FONTS/RobotoCondensed-Light.woff2) format("woff2");
}

@font-face {
    font-family: "OoohBaby-Regular";
    src: url(../FONTS/OoohBaby-Regular.woff2) format("woff2");
}

body {
    font-size: 20px;
    margin: 0;
    color: #292929;
    text-align: center;
    font-family: "RobotoCondensed-Light";
    background-color: #ffffff;
}

header,
header nav ul{
   
    display: flex;
    flex-direction: column;
    position: static;
    background-color: #fff
}




.logo-img {
    border: 5px solid rgba(0, 0, 0, 0);
    /* Transparente Umrandung */

}

.blume img {
    max-width: 300px;
}

.link {
    color: black;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-family: "RobotoCondensed-Light";
    font-size: 18px;
}

nav {
    font-family: "RobotoCondensed-Light";
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 9999;

}

nav div.grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-left: 200px; */
    margin-bottom: 10px;
    margin-top: 10px
}

nav ul {
    font-family: "RobotoCondensed-Bold";
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 25px;


}

nav ul li {
    margin-left: 25px;
}

nav ul li a {
    font-family: "RobotoCondensed-Light";
    text-decoration: none;
    color: #292929;
    font-size: 18px;

}

nav ul li.current a {
    color: #ffffff;
    background-color: #b1861a;
    outline: 4px solid #b1861a;
}

nav ul li a:active {

    color: white;
}

/* header {
    display: flex;
    justify-content: center;
    align-items: center;
    } */


.gelbe-titel {
    color: #b1861a
}

h1 {
    font-family: "RobotoCondensed-Light";
    text-align: center;
    margin: 0;
    color: #3f2a1e
}

h2 {
    font-family: "OoohBaby-Regular";
    color: #b1861a;
    text-align: center;
    margin-top: 40px;
}

h3 {
    font-family: "RobotoCondensed-Regular";
    text-align: center;
    color: #a19690;
    margin: 0px;

}

h4 {
    font-family: "RobotoCondensed-Light";
    text-align: center;
    color: #b7b6b5;
    margin: 0px;

}

h5 {
    font-family: "RobotoCondensed-Light";
    text-align: center;
    margin: 50px;
    color: #3f2a1e
}

h6 {
    font-family: "OoohBaby-Regular";
    color: #b1861a;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px
}

.desktop,
.tablet {
    display: none;
}

.grid,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 {
    display: grid;
    max-width: 1440px;
    margin: 0 auto;
    grid-gap: 20px;
}

/* .grid img {
    height: 100%;
    width: 100%;
    object-fit:cover;
} */
.titel {

    display: flex;
    align-items: center;
    margin: 1px;
}


.grid-2 {
    grid-template-columns: repeat(2; 1fr);
    text-align: left;
    margin: 0 auto;
    padding: 1em;
}

.herzen img {
    width: 540px;

}

.colspan-all {
    grid-column: 1/-1;
}


.line-hight {
    line-height: 150%;
}

.grid-4 {

    text-align: left;
    margin: 0 auto;
    padding: 1em;
    top: 10px;

}

.grid-2 img {
    width: 60%;
    object-fit: cover;
    border-radius: 20% 0% 5% 0%;
    margin: 20px;

}
.grid img {
    width: 50%;
    object-fit: cover;
    border-radius: 20% 0% 5% 0%;
    margin: 20px;

}


footer {
    display: grid;
    background-color: #3f2a1e;
    font-family: "RobotoCondensed-Light";
    color: white;
    font-size: 20px;
    padding: 10px;
    text-align: left;
}

footer div img {
    height: 40%;
    display: grid;
    margin-top: 70px
}

.unterschrift {
    margin-top: 230px;
    font-size: 32px;
}

.text-unten {
    align-self:center;
    margin-top: 0px
}

.text-unten img {
    height: 15%;
    width: 15%;
    margin: 20px;
    min-width: 50%;
    

}


.text-unten1 img {
   
    width: 15%;
    margin-left: 20px;
    min-width: 20%;
    margin-top: 25px

}

.kontakt {
    line-height: 10%;
    color: dimgrey;

}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1rem;
}

.spacer {
    height: 2.5rem;
    background-image: linear-gradient(to right, #b18629, #fff);
}

@media (max-width: 768px) {
    #logo-img {
        width: 140px;
    }
}

#beispiel-2 figcaption{
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 20px;
    text-align: center;
    
    opacity: 0;
    color: white;
    font-size: 30px;
}

#beispiel-2 figcaption:hover {

    bottom: -36px;
	opacity: 1;
    
}

#beispiel-2 figure::before{
    position: absolute;
	top: 0;
	left: -75%;
	
	content: '';
	width: 50%;
	height: 100%;
    
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
    
}


#beispiel-2 figure:hover::before {
	-webkit-animation: shine 1.75s;
	animation: shine 1.75s;

}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}






/* 

CSS: @media querry 
Website: Breakpoint;

*/
@media screen and (min-width:533px) {

    body {
        background-color: white;

    }

    .smartphone {
        display: none;
    }

    .tablet {
        display: block;
    }


    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 30px;
    }

    h5 {
        font-size: 30px;
    }

    h6 {
        font-size: 25px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
    }

    .grid-4 {
        grid-template-columns: 1fr 1fr;
    }
    
    


@media screen and (min-width:800px) {

    body {
        background-color: white;

    }

    .smartphone {
        display: none;
    }

    .tablet {
        display: block;
    }


    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 45px;
    }

    h4 {
        font-size: 36px;
    }

    h5 {
        font-size: 40px;
    }

    h6 {
        font-size: 35px;
    }

    .grid-4 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width:1025px) {

    body {
        background-color: white;
    }

    .tablet {
        display: none;
    }

    .desktop {
        display: block;
    }

    h1 {
        font-size: 62px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 48px;
    }

    h4 {
        font-size: 48px;
    }

    h5 {
        font-size: 45px;
    }

    h6 {
        font-size: 32px;
    }

    .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .grid-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    header,
    header nav ul{
        display:inherit;
        flex-direction: row;
        justify-content:center;
        align-items:center;
        
    }
    
}

    
}
