164 lines
1.8 KiB
CSS
164 lines
1.8 KiB
CSS
|
|
|
|
section{
|
|
padding-bottom: 100px;
|
|
}
|
|
|
|
|
|
|
|
.navbar a {
|
|
font-size: 22px;
|
|
font-family: 'Averia Serif Libre', cursive;
|
|
}
|
|
|
|
|
|
.navbar a:hover {
|
|
text-decoration: 4px black solid;
|
|
|
|
}
|
|
|
|
.navbar-light .navbar-nav .nav-link{
|
|
padding-left: 39px;
|
|
}
|
|
|
|
|
|
|
|
p{
|
|
margin-top: 25px;
|
|
margin-bottom: 1rem;
|
|
font-size: 18px;
|
|
text-align: justify;
|
|
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
|
|
}
|
|
|
|
li{
|
|
|
|
font-size: 18px;
|
|
text-align: left;
|
|
|
|
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
|
|
|
|
ul {
|
|
list-style-image: url('https://path.areya.de/images/ul.png');
|
|
}
|
|
|
|
|
|
.card-text{
|
|
font-size: 18px;
|
|
}
|
|
|
|
footer{
|
|
padding-top: 60px;
|
|
min-height: 125px;
|
|
}
|
|
|
|
.footer-logo{
|
|
|
|
padding-bottom: 70px;
|
|
}
|
|
|
|
#legal h2{
|
|
font-size: 25px;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
#legal h3{
|
|
font-size: 22px;
|
|
padding-top: 45px;
|
|
}
|
|
|
|
#legal p {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.big{
|
|
|
|
|
|
font-size: 3rem;
|
|
|
|
}
|
|
|
|
.jumbotron-corona {
|
|
background-image: url(../images/corona.jpg);
|
|
background-position: left center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
.jumbotron {
|
|
background-image: url(../images/tri.png);
|
|
background-position: right center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
#kontakt a , #kontakt p {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.navbar-nav {
|
|
padding-left: 40%;
|
|
}
|
|
|
|
|
|
.jumbotron .container{
|
|
font-size: 50px;
|
|
color: white;
|
|
}
|
|
|
|
.card-text{
|
|
text-align: left;
|
|
text-align: justify !important;
|
|
}
|
|
|
|
|
|
.jumbotron-corona h1{
|
|
color: white;
|
|
padding: 30px;
|
|
font-size: 28px;
|
|
}
|
|
|
|
|
|
.comment-text{
|
|
padding-top:0px;
|
|
}
|
|
|
|
.card-body i {
|
|
font-size: 12px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.card-body h2{
|
|
|
|
font-size: 1.4rem;
|
|
margin-bottom: 0.9rem;
|
|
|
|
}
|
|
|
|
.card-body h5{
|
|
|
|
font-size: 1.3rem;
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
.img-notice{
|
|
padding-top: 10px;
|
|
padding-bottom: 25px;
|
|
}
|
|
|
|
|
|
|
|
.modal-footer{
|
|
display: inline-block;
|
|
}
|
|
|