@font-face {
    font-family: 'englischeschtregular';
    src: url('../fonts/webfontkit/englischescht-webfont.eot');
    src: url('../fonts/webfontkit/englischescht-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfontkit/englischescht-webfont.woff2') format('woff2'),
         url('../fonts/webfontkit/englischescht-webfont.woff') format('woff'),
         url('../fonts/webfontkit/englischescht-webfont.ttf') format('truetype'),
         url('../fonts/webfontkit/englischescht-webfont.svg#englischeschtregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-image:  url("../images/fraeraf.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: beige;
    font-family: 'englischeschtregular';
    text-align: center;
    text-align: center;
}
div {
    --border: 1px solid red;
}
.riquadro#landscape {
    display: none;
    background-color: rgba(255, 255, 255, 0.4);
    color: #3b3929;
    font-weight: bold;
    height: 63vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}
.riquadro#portrait {
    display: none;
    background-color: rgba(255, 255, 255, 0.4);
    color: #3b3929;
    font-weight: bold;
    height: 115vw;
    margin: auto;
    width: 90vw;
}
#landscape > .nome {
    position: relative;
    width: 35vw;
    font-size: 4vw;
    top: 5vw;
}
#portrait > .nome {
    position: relative;
    width: 50vw;
    font-size: 7vw;
    top: 5vw;
}
.left {
    left: 5vw;
    float: left;
    text-align: center;
}
.center {
    float: center;
    margin: auto;
    width: 100%
    text-align: center;
}
#portrait > .small {
    font-size: 5vw;
    line-height: 2vw;
}
.right {
    right: 5vw;
    float:right;
    text-align: center;
}
div#landscape > .centertext {
    position: relative;
    float: center;
    text-align: center;
    position: relative;
    top: 10vw;
    width: 50vw;
    height: 37vw;
    font-size: 4vw;
    margin: auto;
}
div#portrait > .centertext {
    position: relative;
    float: center;
    text-align: center;
    position: relative;
    top: 7vw;
    width: 70vw;
    height: 60vw;
    font-size: 7vw;
    margin: auto;
}
div#landscape > .centertext > .data {
    position: relative;
    top: 1vw;
    font-size: 3vw;
}
div#portrait > .centertext > .data {
    position: relative;
    top: 2vw;
    font-size: 5vw;
}
div#landscape > .centertext > .cerimonia {
    position: relative;
    top: 2vw;
    font-size: 3vw;
}
div#portrait > .centertext > .cerimonia {
    position: relative;
    top: 4vw;
    font-size: 5vw;
}
div#landscape > .inbasso {
    position: relative;
    float: center;
    top: 10vw;
    width: 90vw;
    font-size: 3vw;
    right: 3vw;
    text-align: center;
}
div#portrait > .inbasso {
    display: block;
    position: relative;
    float: center;
    top: 10vw;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 5vw;
    text-align: center;
}
.esterno {
    display: table;
    width: 100%;
    height: 100%;
}
#fuori {
    height: 250px
}
#floater {
    float: left;
    height: 50%;
    width: 100%;
    margin-bottom: -50px;
}
#dentro {
    clear: both;
    height: 100px;
}
a:link {
    color: beige;
    text-decoration: none;
}
/* visited link */
a:visited {
    color: beige;
    text-decoration: none;
}
/* mouse over link */
a:hover {
    color: white;
    text-decoration: underline;
}
/* selected link */
a:active {
    color: blue;
    text-decoration: none;
}
div#landscape > .inbasso > a > .icona {
    vertical-align: middle;
    width: 5vw;
    margin-top: -1vw;
}
div#portrait > .inbasso > a > .icona {
    vertical-align: bottom;
    width: 7vw;
    margin-top: -3vw;
}
div#landscape > .sposini {
    position: absolute;
    display: block;
    width: 14vw;
    left: 40vw;
    top: 0.5vw;
}
div#portrait > .sposini {
    position: absolute;
    display: block;
    width: 20vw;
    left: 37vw;
    top: 0.5vw;
    z-index: -100000;
}
