|
|
@@ -1507,12 +1507,12 @@ form .row {
|
|
|
}
|
|
|
|
|
|
form .row > div {
|
|
|
- padding-left: 2em;
|
|
|
+ padding: 0 0.8em;
|
|
|
flex: 1;
|
|
|
}
|
|
|
|
|
|
-form .row > div:first-child {
|
|
|
- padding-left: 0;
|
|
|
+form > .form-group {
|
|
|
+ padding: 0 0.8em;
|
|
|
}
|
|
|
|
|
|
.form-group {
|
|
|
@@ -1632,6 +1632,13 @@ form button[type=submit]:hover {
|
|
|
color: #4d4d4d;
|
|
|
}
|
|
|
|
|
|
+.postal-adress {
|
|
|
+ width: 70%;
|
|
|
+ margin: auto;
|
|
|
+ border: solid 1px #cccccc;
|
|
|
+ padding: 1em;
|
|
|
+}
|
|
|
+
|
|
|
.faq-item .content {
|
|
|
color: #262626;
|
|
|
padding: 0 2em;
|
|
|
@@ -1693,6 +1700,10 @@ form button[type=submit]:hover {
|
|
|
margin: 8px 0;
|
|
|
}
|
|
|
|
|
|
+ .breadcrumb {
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+
|
|
|
.main {
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
@@ -1753,6 +1764,47 @@ form button[type=submit]:hover {
|
|
|
display: flex;
|
|
|
}
|
|
|
|
|
|
+ .ot-all-events {
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ot-all-events .event {
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ot-all-events .event-preview {
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ot-all-events .event-preview .event-poster img {
|
|
|
+ margin-right: 0;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ot-all-events .event-preview .event-name {
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ot-structures {
|
|
|
+ flex-direction: column;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ot-structures .structure-controls {
|
|
|
+ order: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ot-structures .structure-results {
|
|
|
+ order: 1;
|
|
|
+ }
|
|
|
+
|
|
|
+ form .row {
|
|
|
+ flex-wrap: wrap;
|
|
|
+ }
|
|
|
+
|
|
|
+ .contact-form {
|
|
|
+ min-width: 200px;
|
|
|
+ }
|
|
|
+
|
|
|
#footer {
|
|
|
height: auto;
|
|
|
min-height: 100px;
|
|
|
@@ -1817,6 +1869,7 @@ form button[type=submit]:hover {
|
|
|
#menu li {
|
|
|
margin: 6px 0;
|
|
|
flex-direction: column;
|
|
|
+ width: 80%;
|
|
|
height: auto;
|
|
|
}
|
|
|
|