@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');

body {
  background-image: url(../bilder/Textur_lila.png);
  text-align: center;
  text-decoration: none;
  font-size: 16pt;
  font-family: 'AbeeZee', sans-serif;
  color: #1e3653;  /*petroleo */
  line-height: 140%;
  width: 85%;
  margin: auto;
}

p {
	font-size: 1em;
	line-height: 140%;
	color: #1e3653; /*petroleo */
	}

h1 {
	font-family:'Yeseva One', cursive;
	font-size: 3.5em;
	font-weight: 400;
	color: #eeba2b; /*amarelo*/
  	line-height: 110%;
}

@media (min-width: 769px) {
h2 {
	font-family:'Yeseva One', cursive;
	font-size: 2.5em;
	font-weight: 280;
	color: #91b414; /*verde*/
  	line-height: 110%;
}}

@media (max-width: 768px) {
h2 {
	font-family:'Yeseva One', cursive;
	font-size: 2.1em;
	font-weight: 260;
	color: #91b414; /*verde*/
  	line-height: 110%;
}}

@media (min-width: 769px) {
h3 {
	font-family:'Yeseva One', cursive;
	font-size: 2.2em;
	font-weight: 250;
	color: #8684ba; /*blaugrau*/
  	line-height: 130%;
}}

@media (max-width: 768px) {
h3 {
	font-family:'Yeseva One', cursive;
	font-size: 2em;
	font-weight: 250;
	color: #8684ba; /*blaugrau*/
  	line-height: 110%;
}}



h5 {
	font-family: 'AbeeZee', sans-serif;
	font-size: 0.8em;
	font-weight: 200;
	color: #666689; /*blaugrau escuro*/
  	line-height: 130%;
}
------------------------------------------------------------------------------
@media only screen and (max-width: 768px) {
#logo {
    position: absolute;
    text-align: center;
    z-index: 99;
    display: inline-block;
    margin: auto;
    margin-top: -1em;
    width: 5px;
}

#logo img{max-width: 15px;}}

@media only screen and (min-width: 769px) {
#logo {
    position: absolute;
    text-align: right;
    z-index: 99;
    display: inline-block;
    margin-top: -1em;
    margin-left: 20%;
}

#logo img{height: 12em;}}
----------------------------------------------------------------------------

/* GRUSS VERTICAL */ 

@media only screen and (max-width: 768px) {
#gruss {
    position: relative;
    margin-top: 0.3em;
    margin: auto;
    text-align: center;
    border: thin solid transparent;
    border-radius: 8px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    display: inline-block;
    vertical-align: top;
    height: auto;
}

#gruss span{text-align: center; word-wrap: break-word;padding: 0.5em;}}


/* GRUSS HORIZONTAL */ 
@media only screen and (min-width: 769px) {
#gruss {
    position: relative;
    text-align: center;
    margin: auto;
    border: thin solid transparent;
    border-radius: 8px; 
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    display: block;
    height: auto;
    vertical-align: top;
    margin-top: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
}

#gruss span{word-wrap: break-word; text-align: center;}}

------------------------------------------------------------------------------

/*TOP VERTICAL*/
@media (max-width: 768px) {
#top {
    position: relative;
    margin: auto;
    /*margin-top: 1em; */
    text-align: center;
    border: thin solid transparent;
    border-radius: 8px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    display: inline-block;
    vertical-align: top;
    padding-top: 1em;
    padding-left: 10px;
    padding-right: 10px;
    height: auto; 
    /*z-index: 1;*/
}

#top img{display: block; width: 100%;}

#top span{text-align: center; word-wrap: break-word;}}



/*TOP HORIZONTAL*/
@media (min-width: 769px) {
#top {
    position: relative;
    margin: auto;
    text-align: center;
    border: thin solid transparent;
    border-radius: 8px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 60% auto;
    justify-content: stretch; 
    row-gap: 0.3em;
    height: auto;
    overflow-x: hidden;
    z-index: 1;
    padding-left: 3em;
    padding-right: 0.1em;
    height: auto;
    margin-top: 2em;
}
   
#top img{
    position: relative;
    justify-self: end;
    align-self: flex-end;
    grid-column: 2 / 3;
    display: inline-block;
    padding: 0.1em;
    overflow: hidden;
    /*width: 65em;
    max-height: 35em;*/
object-fit: cover; max-width: 100%; height: 100%; 
}
  
#top span{
    position: relative;
    justify-self: start;
    grid-column: 1 / 2;
    display: inline;
    word-wrap: break-word;
    text-align: left; 
}}


/*FICHA VERTICAL*/
@media (max-width: 768px) {
#ficha {
    position: relative;
    margin: auto;
    text-align: center;
    border: thin solid transparent;
    border-radius: 8px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    display: inline-block;
    vertical-align: top;
    padding-top: 1em;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
}

#ficha img{display: block; width: 100%;}

#ficha span{text-align: center; word-wrap: break-word;}}



/*FICHA HORIZONTAL*/
@media (min-width: 769px) {
#ficha {
    position: relative;
    margin: auto;
    text-align: center;
    border: thin solid transparent;
    border-radius: 8px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 60% auto;
    justify-content: stretch; 
    row-gap: 0.3em;
    height: auto;
    overflow-x: hidden;
    padding-left: 3em;
    padding-right: 0.1em;
}


#ficha img{
   position: relative;
    justify-self: end;
    align-self: flex-end;
    grid-column: 2 / 3;
    display: inline-block;
    overflow: hidden;
    padding: 0.1em;
object-fit: cover; max-width: 100%; height: 100%; 
}

#ficha span{
    position: relative;
    justify-self: start;
    grid-column: 1 / 2;
    display: inline;
    word-wrap: break-word;
    text-align: left; 
}}

 
-------------------------------------------------------------------

#box {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    margin: auto;
}}

---------------------------------------------------------------------

/*IMPRESSIONEN VERTICAL*/
@media (max-width: 768px) {
#impressionen {
    position: relative;
    margin:3px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px;
    box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 5em;
    height: 5em;
    display: block;
    background-color: #c2c1e8;
    justify-self: center;
}

#impressionen img{width: 100%; height: auto; overflow: hidden; text-align: center;}}


/*IMPRESSIONEN HORIZONTAL*/
@media (min-width: 769px) {
#impressionen {
    position: relative;
    margin: 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 15em;
    height: 15em;
    overflow: hidden;
    display: block;
    background-color: #c2c1e8;
    justify-self: center;
}

#impressionen img{height: 100%; max-width: 14.9em; overflow: hidden; text-align: center;}

}

--------------------------------------------------------------------------------------------

/*ETIKETTEN VERTICAL*/
@media only screen and (max-width: 768px) {
#etiketten {
    position: relative;
    margin:3px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 10em;
    height: 15.8em;
    display: inline-block;
    background-color: #c2c1e8;
    justify-self: center;
}

#etiketten img{max-width: 9.9em; height: auto; overflow: hidden; text-align: center; object-fit: cover;}}



/*ETIKETTEN HORIZONTAL*/
@media only screen and (min-width: 769px) {
#etiketten {
    position: relative;
    margin: 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 15em;
    height: 23.5em;
    display: inline-block;
    background-color: #c2c1e8;
    justify-self: center;
}

#etiketten img{height: auto; max-width: 14.9em; overflow: hidden; text-align: center;}

}

---------------------------------------------------------------------------------------

#fussleiste {
	text-align: center;
        padding-top: 80px;
        display: block;
}

#fussleiste span{
    font-size: 0.8em;
    color: #666689;
    display: block;
}

#fussleiste a{
    color: #666689;
    text-decoration: none;
}

#fussleiste a:hover{
    color: #91b414;
    text-decoration: none;
}

------------------------------------------------------------------------------------------------------

#impressum {
    position: relative;
    margin: auto;
    text-align: center;
    border: thin solid transparent;
    border-radius: 8px;
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    display: block;
    min-height: 10em;
}

#impressum span{
    word-wrap: break-word;
}
