
body{
    font-family: 'EB Garamond', cursive;
    font-size: large;
    background-color: rgb(206, 224, 247);
}
.title{
    font-family: 'Dancing Script', cursive;
    color:midnightblue;
    font-size: 36px;
    line-height: 43px;
}
.untertitel{
    margin-left: 16px;
}
h1{
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    margin-top: 6px;
    margin-bottom: 6px;
}
h2{
    font-family: 'Dancing Script', cursive;
    font-size: 26px;
    margin-bottom: 6px;
}
p{
    font-family: 'EB Garamond', cursive;
    font-size: large;
}
.content-container{
    margin-top: 26px;
    background-color: rgb(233, 243, 252);
    padding: 16px;
}
.navbar{
    font-family: 'Dancing Script', cursive;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
}
.navbar-link{
    margin-left: 16px;
    font-weight: 600;
}
a{
    color: midnightblue;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.text-container{
    background-color: lightsteelblue;
    max-width: 1019px;
    padding: 8px;
    margin-bottom: 16px;
}
.small-image{
    width: 600px;
    max-width: 100%;
    display: block;
}
.big-image{
    margin-top: 16px;
    width: 100%;
    max-width: 1035px;
    display: block;
}
.object-container{
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.row-image{
    max-height: 450px;
    max-width: 95%;
    display: block;
}
.image-row-container{
    display: flex;
    justify-content: center;
    width: 100%;
}
.image-maps-container{
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}
.image-left{
    width: 60%;
    max-height: 400px;
    display: block;
}
.maps-right{
    margin-left: 16px;
    width: 30%;
}
.maps-frame{
    border: 0;
    margin: 6px;
    height: 450px;
    max-width: 1035px;
}
.maps-small{
    border: 0;
    margin: 6px;
    height: 400px;
    max-width: 600px;
}
.legal-content{
    padding: 8px;
}
.legal-text{
    margin-left: 6px;
    margin-right: 6px;
}

.demo-card-wide.mdl-card {
    margin: 6px;
    width: 512px;
}
.demo-card-wide > .mdl-card__faro{
    color: #fff;
    height: 176px;
    background: url('faro/ort_faro.jpg') center / cover;
}
.demo-card-wide > .mdl-card__albufeira {
    color: #fff;
    height: 176px;
    background: url('albufeira/strand_albufeira.jpg') center / cover;
}
.demo-card-wide > .mdl-card__evora {
    color: #fff;
    height: 176px;
    background: url('evora/evora_zentrum_nacht.jpg') center / cover;
}
.demo-card-wide > .mdl-card__lissabon{
    color: #fff;
    height: 176px;
    background: url('lissabon/treppe_figuren.jpg') center / cover;
}
.demo-card-wide > .mdl-card__lagos{
    color: #fff;
    height: 176px;
    background: url('lagos/bucht_mit_treppe.jpg') center / cover;
}
.demo-card-wide > .mdl-card__menu {
    color: #fff;
}
.cards-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
