/* Metallic Chic Farb Schema
#3D52A0
#7091E6
#8697C4
#ADBBDA
#EDE8F5
*/


html{
    scroll-behavior: smooth;
  transition-duration: 20ms;
}

body{
    margin: 0;
    font-family: 'Roboto Condensed', Tahoma, Geneva, Verdana, sans-serif;
    
}
h1{
    text-shadow: 2px 2px #3D52A0;
}
h4{
    color: #3D52A0;
    font-size: 28px;
    text-align: center;

}

.titelbild{
    color:#EDE8F5;
    text-align:center;
    position: relative;
}
.rechts-unten {
    position: absolute;
    top: 8px;
    right: 16px;
    
  }

header{
    background-color:#EDE8F5;
    margin-top: 0;
    position: flex;
}
#Logo{
   width: 100%;
    background-color:#EDE8F5 ;
    position: flex;
    height:300px;
}
#Title{
    width:100%;
    position: flex;
   height:500px;
   object-fit: cover;
}
.demoTitle{
margin-top: -80px;
}

#navigation{
    margin-left: 0px;
    margin-right: 0px;
    padding: 32px;
    position: flex;
    background-color: #ADBBDA;
    margin-top: 32px;
}
a{
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #3D52A0
}
a:hover{
    font-weight: 900;
    color: #EDE8F5;
   
}
h3{
    float:right;
    margin-right: 8px;
    margin-top:2px;
    font-size: 12px;
}
#kontakt
{
    
    margin-top: -25px;
}
#standort-section{
    background-color: #e8edf5;

}
#kontakt-section{
    background-color: #e8edf5;

}
    .responsive-iframe {
      
        width: 100%;
        height:400px;
      }

#leistungen-section{
    background-color: #EDE8F5;
    position:flex;
    width: 100%;
    text-align: center;
    height:32px;
    margin-top: 48px;

    
}
footer{
    text-align: center;
    text-decoration: none;
    padding-bottom: 40px;
    color: black;
    
  
}
p{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    color: #3D52A0;
}