You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

50 lines
818 B

body {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
h1 {
font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
margin-top: 20px;
margin-bottom: 20px;
}
.btn {
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
#centered {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#kontaktformular input {
margin: 5px 50px 5px 50px;
}
#kontaktformular label {
width: 50px;
}
#submit_btn {
margin-left: 54px;
}
.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
@media (min-width: 992px) {
.rounded-lg-3 {
border-radius: .3rem;
}
}