body {padding: 0%;
margin: 0%;
font-family: 'Inter', sans-serif;
}
header { 
    padding-left: 0%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-left: auto;
    margin-right: auto;
    background-color: #28373C;}
header a:hover { opacity: 0.66;}

.skills {
    display: flex;
    flex-wrap: unset;
    flex-direction: column-reverse;
    justify-content: center;
    margin-left: 60px;
    padding: auto;
    padding-right: 80px;
    margin-right:20px;
    margin-top: 115px;
    transition: opacity 1s linear 0s;
    animation: myAnim 1s ease 0s 1 normal forwards;}

.Logo {
    display: flex;
    flex-direction: column;
    justify-content: start;
    float: left;
    background-color: #28373C;
    padding: auto;
    margin-bottom: 20px;
    margin-left: 50px;}

.Logo img {
    display: block;
    opacity: 1;
    transition: opacity 1s linear 0s;
    animation: myAnim 1s ease 0s 1 normal forwards;}
    
@keyframes myAnim {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.Oben {
display: flex;
flex-wrap: nowrap;
position: fixed;
right: 15px;
top: 95px;
background-color: #969fa1;
border: #28373C;
border-radius: 90px;
opacity: 0.4;
}

.Bilder img {
    display: flex;
    flex-direction: column;
    justify-content: start;
    float: left;
    margin-top: 30px;
    padding-top: 0px;
    margin-left: 40px;
    box-shadow: 10px 20px 15px silver;
	border-radius: 20px;
}



#Laminat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0px;
    height: Auto;}
    #Laminat img {
        padding-right: 0%;
        margin: 0 auto;
        width: 100%;
         max-height: 100%;
         height: auto;
        object-fit: cover;
     }
@media screen and (min-width: 1070px) {#Laminat {height: 400px;}}

.Mitte {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    list-style: none;   
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: auto;
    text-align: justify;
    background-color: #28373C;}

.Box1 {
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    font-size: clamp(15px, 3vw, 30px);  
    color: #FFFFFF;
    viewport content="width=device-width, initial-scale=1"
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.Box1:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5;
    left: 0;
    background-color: #fff500;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .Box1:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  } 
.Box2 {
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    font-size: clamp(15px, 3vw, 30px);  
    color: #FFFFFF;
    viewport content="width=device-width, initial-scale=1"
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.Box2:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5;
    left: 0;
    background-color: #fff500;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .Box2:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  } 

.Box3 {
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    font-size: clamp(15px, 3vw, 30px);  
    color: #FFFFFF;
    viewport content="width=device-width, initial-scale=1"
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.Box3:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5;
    left: 0;
    background-color: #fff500;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .Box3:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  } 
.Box4 {
    position: relative;
    color: #FFFFFF;
    text-decoration: none;
    font-size: clamp(15px, 3vw, 30px);  
    color: #FFFFFF;
    viewport content="width=device-width, initial-scale=1"
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.Box4:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5;
    left: 0;
    background-color: #fff500;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .Box4:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  } 

footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    margin-top: auto;
    font-weight: 600;
    list-style: none;
    font-size: clamp(10px, 3vw, 30px); 
    padding: 0;
    padding-bottom: 24px;
    word-spacing: 30px;
    max-width: 100%;
 }
 footer p a {
   
    text-decoration: none;
    color: white;
    text-shadow: 2px 2px 4px #000000;}


footer  a:hover {color: #969fa1; }

.Umrandung2 div a:hover {color: #e4e5e8;}

h1 {     display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    font-family: 'Inter', sans-serif;
    border-style: none;
    background-color: #28373C;
    height: auto;
    padding: auto;
    font-size: clamp(20px, 3vw, 30px);
    line-height: 50px;  
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center 
}

.Einleitung {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: -10%;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: clamp(15px, 3vw, 25px);  
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    text-align: justify; }

    h2 {    
        display: flex;
        flex: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        background-color: #28373C;
        height: 80px;
        padding: auto;
        font-size: clamp(25px, 3vw, 40px);  
        margin-left: auto;
        margin-right: auto;
        color: white;
        word-spacing: 20px;
    }
    h2 pre {
        font-family: 'Inter', sans-serif;
    }

.text1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: -10%;
    padding-bottom: 50px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: clamp(15px, 3vw, 25px);  
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    text-align: justify; 
    
}
.text2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    max-width: 1070px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: clamp(20px, 3vw, 25px); 
    font-family: 'Inter', sans-serif;
    text-align: justify;
    font-weight: bolder;
    
}
.grid {
    
}

textarea
{
    font-family: inherit;    
}
form {
    width: 90%;
    background-color: white;
    margin: 0 auto;
    padding: 0 1em;
}
form label {
    display: block;
    font-size: 0.8em;
    color: darkslategrey;
    padding-left: 3px;    
}
input,
textarea
{
    width: 100%;
    font-size: 1.1em; 
    padding: 4px;
    font-family: inherit;
    font-weight: lighter;
    border-radius: 0.3em;
}  
input,
textarea
{
    width: 100%;
    font-size: 1.1em; 
    padding: 4px;
    font-family: inherit;
    font-weight: lighter;
    border-radius: 0.3em;

    border:1px solid gray;
    outline: none;
}    

input:focus,
textarea:focus { 
    border:1px solid #28373C;
}
input[type=submit] {
    background-color: #28373C;
    cursor: pointer;
    width: 14em;
    padding: .3em 0;
    border-radius: 12px 36px 6px 48px;
    color: #fff500;
}

input[type=submit]:hover {
    background-color: #28373C;
    box-shadow: 2px 2px 2px #969fa1;
}
.Anfahrt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: #28373C;
}

.Garten {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: black;
    max-width: 900px;
    padding-bottom: 50px;
    font-size: clamp(15px, 3vw, 25px);  
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    text-align: justify; 
    }
.Haus {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: black;
    max-width: 900px;
    padding-bottom: 50px;
    font-size: clamp(15px, 3vw, 25px);  
    font-weight: bold;
    font-family: 'Inter', sans-serif;
    text-align: justify; 
}

h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #28373C;
    max-width: 600px;
    height: auto;
    padding: 5px;
    font-size: clamp(20px, 3vw, 40px);  
    font-family: 'Inter', sans-serif;
    color: white;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center 
}
h4 {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    padding: 20px;
    font-size: clamp(10px, 3vw, 30px);
    font-family: 'Inter', sans-serif;
}


