Newer
Older
.fitko-termine {
text-align: center;
min-height: 500px;
}

Michael Haidner
committed
.fitko-termine-heading-h3 {

Michael Haidner
committed
height: 50px;
font-size: 1.40em;

Michael Haidner
committed
.fitko-termine-heading-h4 {
text-align: center;
height: 30px;
}
.fitko-termine-before-button {
text-align: center;

Michael Haidner
committed
min-height: 120px;
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
}
.fitko-termine-after-button {
text-align: center;
min-height: 280px;
margin-top: 25px;
}
@media screen and (max-width: 900px){
.fitko-termine {
text-align: center;
min-height: 500px;
}
}
@media screen and (max-width: 900px){
.fitko-termine-before-button {
height: 210px !important;
}
}
@media screen and (max-width: 900px){
.fitko-termine-after-button {
height: 600px !important;
}

Michael Haidner
committed
}
.fitko-termine-footer{
text-align: center;
margin-top: 15px;
}
.fitko-termine-width {
text-align: center;

Michael Haidner
committed
}
.fitko-border{
border: 1px;
border-color: rgb(240, 210, 210);
border-style: solid;