html  {
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Cabin', sans-serif;
    font-family: 'Hubballi', cursive;
    font-family: 'Poppins', sans-serif;
    background-color:   #3f4c6c;
    color: ghostwhite;
}

.content  {
    margin: 0 auto;
	width: 66.6667%;
}

.lock {
    display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
    
    padding-right: 1%;
    padding-bottom: 1%;
	float: left;
	transition: all .3s ease-in-out;
    max-height: 200px;
}

.headline{
    color: #F9F4CF;
}

image {
    display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.lock:hover  {
    transform: scale(1.4);
}

#relative  {
    padding-left: 10px;
    filter: drop-shadow(0px 0px 4px black);
    
}

.navbar{
    font-family: 'Poppins', sans-serif;
    display:flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #7abee5 0%, #e5a6de 100%);
    padding: 1%;
    background-image: url(https://images.unsplash.com/photo-1564951434112-64d74cc2a2d7?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80) ;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

a{
    color: white;
    text-decoration:none;
}

a:hover{
    text-decoration: none;
    font-weight: bolder;
}

ul  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    background-color: #0966C7;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    display: block;
    box-sizing: inherit;
    text-align: center;
} 

li  {
    display: inline;
    margin-right: 30px;
    color: #F9F4CF;
} 

.navlinks  {
    color: #F9F4CF;
    text-decoration: none;
} 

#homelink  {
    color: #F9F4CF;
    text-decoration: none;
}

#homelink-home  {
    color: #90ff8c;
    text-decoration: none;
}

#contactlink  {
    color: #F9F4CF;
    text-decoration: none;
}

#contactlink-contact  {
    color: #90ff8c;
    text-decoration: none;
}

#impressumlink {
    color: #F9F4CF;
    text-decoration: none;
} 

#impressumlink-impressum  {
    color: #90ff8c;
    text-decoration: none;
}

.button-container  {
    width: 66.6667%;
    margin: 0 auto;
    display:flex;
}

button  {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    border-width: 10px;
    border-radius: 15px;
    border: solid;
    border-color: #07539e;
    background-color: #0966C7;
    width: 200px;
    height: 40px;
}

#productlink {
    color: white;
    text-decoration: none;
}

#productlink-product {
    color: #90ff8c;
    text-decoration: none;
}

.product  {
    width: 66.6667%;
    margin: 0 auto;
}

.product-headline  {
    text-align: center;
}

.product-picture-container  {
    position: relative;
    width: 30%;
}

.product-picture-container:hover .overlay {
    bottom: 0;
    height: 100%;
  }

.product-picture  {
    display: block;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #0966C7;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.picture-text  {
    white-space: nowrap; 
    color: white;
    font-size: 15px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.picture-comparison  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    background-color: #0966C7;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 20px;
    margin-inline-end: 20px;
    display: flex;
    box-sizing: inherit;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px;
}

.mail  {
    text-align: center;
}

form  {
    color: white;
}

input  {
    background-color: white;
    border: solid;
    border-radius: 10px;
    border-color: #07539e;
    padding: 7px;
}

.lockedorig  {
    margin-left: 22%;
}

.locked-container  {
    width: 66.6667%;
    margin: 0 auto;
    display:flex;
}

.future  {
    text-align: center;
}

#impressumtable  {
    margin: 0 auto;
    display:flex;
    margin-left: 43%;
}  

tr:hover {background-color: #0966c7;}
