/* Style Sheet promo.html */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

html { 
    background-color: #f2f2f2;
    font-size: 1.375rem;
}

body {
  background-color: #f2f2f2;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 100svh;
 }
	
 nav {
	background-color: #f2f2f2;
	height: 50px;
	width: 100%;
	}
	
ul li {
	display: inline-block;
	float: right;
	line-height: 50px;
	list-style: none;
}
	
ul li a {
	color: #000000;
	font-size: 22px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10;
	text-decoration: none;
		}

ul li a:hover {
	font-weight: 700;
}

@media (width <= 800px) 
    {
ul li a {
	text-decoration: none;
	font-size: .8rem;
	color: #000000;
	padding-top: 0;
	padding-bottom: 10px;
    padding-left: 20px;
	padding-right: 20px;
		}
    }


header {
    background-color: #f2f2f2;
	border-bottom: 3px solid black;
    margin-bottom: 40px;
	margin-left: 20px;
    margin-right: 20px;
    min-height: 140px;
    width: 100%;
      }  

@media (width <= 800px) 
{
    header {
    
    margin-bottom: 20px;
	margin-left: 10px;
    margin-right: 10px;
    min-height: 100px; 
    width: 80%;
			}
}

img {
	display: block;
	font-style: italic;
	width: 100%;
}
    
@media (width <= 800px) 
{
img   {
	width:500px; 
	height:auto;
	object-fit: contain;
	}	
}

p  {
	font-size: 1rem;
	margin-left: 20px;
	margin-right: 20px
}

@media (width <= 800px) 
{
p   {
    font-size: .8rem; 
    }
}

.flex-prodomo {
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;	
}

.prodomo-text   {
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
.flexbox-bild-1   {
	width:1000px; 
	height:693px;
}

@media (width <= 800px) 
{
.flexbox-bild-1  {
	width:500px; 
	height:auto;
	}	
}

.flexbox-bild-2   {
	width: 1000px; 
	height: 728px;
}

@media (width <= 800px) 
{
.flexbox-bild-2   {
	width:500px; 
	height:auto;
	}	
}

.flexbox-bild-3   {
	width:1000px;
	height: 494px;
}

@media (width <= 800px) 
{
.flexbox-bild-3   {
	width:500px; 
	height:auto;
	}	
}

.flexbox-bild-4   {
	width:1000px;
	height: 593px;
}

@media (width <= 800px) 
{
.flexbox-bild-4   {
	width:500px; 
	height:auto;
	}	
}

.flexbox-bild-5   {
	width:667px;
	height: 1000px;
}
 
 @media (width <= 800px) 
{
.flexbox-bild-5   {
	width:500px; 
	height:auto;
	}	
}

.flexbox-bild-6   {
	width:1000px;
	height: 667px;
}

@media (width <= 800px) 
{
.flexbox-bild-6   {
	width:500px; 
	height:auto;
	}	
}


.flexbox-bild-7   {
	width:1000px;
	height: 667px;
}

@media (width <= 800px) 
{
.flexbox-bild-7   {
	width:500px; 
	height:auto;
	}	
}
.flexbox-bild-8   {
	width:1000px;
	height: 667px;
}

@media (width <= 800px) 
{
.flexbox-bild-8   {
	width:500px; 
	height:auto;
	}	
}
.flexbox-bild-9   { 
	width:1000px;
	height: 692px;
	}
	
@media (width <= 800px) 
{
.flexbox-bild-9   {
	width:500px; 
	height:auto;
	}	
}
 
.flexbox-bild-10   {
	width:1000px;
	height: 685px
}
 
@media (width <= 800px) 
{
.flexbox-bild-10   {
	width:500px; 
	height:auto;
	}	
}

.flexbox-bild-11   {
	width:1000px;
	height: 719px;
}

@media (width <= 800px) 
{
.flexbox-bild-11   {
	width:500px; 
	height:auto;
	}	
}
.flexbox-bild-12   {
	width: 1000px;
	height: 692px;
	}
 
@media (width <= 800px) 
{
.flexbox-bild-12   {
	width:500px; 
	height:auto;
	}	
}

.flexbox-bild-13   {
	width: 1000px;
	height: 667px;
}

@media (width <= 800px) 
{
.flexbox-bild-13   {
	width:500px; 
	height:auto;
	}	
}
.flexbox-bild-14   {
	width: 1000px;
	height: 646px
}

@media (width <= 800px) 
{
.flexbox-bild-14   {
	width:500px; 
	height:auto;
	}	
}

footer {
	position: relative;
	bottom: 0;
	width: 1100px;
	height: 2px;
	background-color: #f2f2f2;
    border-bottom: 2px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
 
