25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

397 satır
8.2 KiB

  1. @import '../../_global/styles/mixins';
  2. @import '../../_global/styles/vars';
  3. section.marketingheader{
  4. margin-top:0;
  5. .rotation .slider{
  6. border-bottom:0;
  7. .text-box{
  8. color:var(--theme-color-primary);
  9. &:not(:first-child)::before {
  10. background-color: var(--theme-color-primary-dimmed-04);
  11. }
  12. .btn{
  13. background-color: var(--theme-color-primary);
  14. color:white;
  15. &:hover:after{
  16. box-shadow: 0 0 0 var(--button-hover-shadow-size) var(--theme-color-primary);
  17. }
  18. }
  19. }
  20. }
  21. .search {
  22. position: relative;
  23. //padding: calc(0.4vw + 20px) 0 calc(1vw + 40px);
  24. //min-height: calc(24vw + 220px);
  25. overflow: hidden;
  26. margin: 0;
  27. background-color: var(--theme-color-primary-dimmed-04);
  28. @media(max-width: 767px) {
  29. padding: calc(1.5vw + 15px) 0 0;
  30. margin-bottom: -10px;
  31. }
  32. + section, + #toclist > section:first-child {
  33. @media(min-width: 768px) {
  34. margin-top: 0;
  35. }
  36. }
  37. .container {
  38. position: relative;
  39. z-index: 1;
  40. }
  41. .row {
  42. @media(max-width: 567px) {
  43. min-height: 0;
  44. }
  45. }
  46. .artwork {
  47. @media(max-width: 420px) {
  48. top: 30px;
  49. right: -20px;
  50. }
  51. @media(max-width: 340px) {
  52. top: 40px;
  53. right: -30px;
  54. }
  55. }
  56. form {
  57. position: relative;
  58. margin: 0 0 16px;
  59. box-shadow: 0 3px 20px -5px rgba(#000, 0.3);
  60. border-radius: var(--border-radius-md) var(--border-radius-xl) var(--border-radius-xl) var(--border-radius-md);
  61. @media(max-width: 567px) {
  62. margin-top: 20px;
  63. }
  64. }
  65. h1 {
  66. margin-left: 0;
  67. margin-top: 0;
  68. @media(max-width: 567px) {
  69. font-size: 24px;
  70. margin: 0;
  71. }
  72. }
  73. .tiles {
  74. margin: 0 -8px;
  75. display: flex;
  76. flex-wrap: wrap;
  77. font-family: "Korb", sans-serif;
  78. @media(max-width: 567px) {
  79. margin: 0 -6px;
  80. }
  81. .tile {
  82. position: relative;
  83. display: flex;
  84. padding: 8px;
  85. flex: 1 1 33.3333%;
  86. max-width: 33.3333%;
  87. &::before {
  88. position: absolute;
  89. top: 8px;
  90. right: 8px;
  91. margin: 10px 8px;
  92. font-family: Icons, sans-serif;
  93. font-size: 18px;
  94. line-height: 1;
  95. text-align: center;
  96. pointer-events: none;
  97. z-index: 1;
  98. }
  99. &[data-type="download"]::before {
  100. @include icon-small-download;
  101. }
  102. &[data-type="external"]::before {
  103. @include icon-small-link-external;
  104. }
  105. @media(max-width: 567px) {
  106. flex: 1 1 50%;
  107. max-width: 50%;
  108. padding: 6px;
  109. }
  110. &:nth-child(3) ~ .tile {
  111. z-index: 1;
  112. }
  113. &.downloads, &.a-z, &.events {
  114. order: 1;
  115. background-color: transparent;
  116. &::before {
  117. font-family: "Icons", sans-serif;
  118. position: absolute;
  119. font-size: 24px;
  120. line-height: 1;
  121. right: 0;
  122. top: 0;
  123. margin: 11px 10px;
  124. z-index: 1;
  125. background-color: white;
  126. padding: 7px 6px 5px;
  127. border-top-right-radius: 8px;
  128. border-bottom-left-radius: 8px;
  129. @media(max-width: 767px) {
  130. margin: 18px;
  131. font-size: 24px;
  132. }
  133. }
  134. .outer {
  135. background-color: var(--theme-color-primary-dimmed-04);
  136. }
  137. p {
  138. margin-bottom: 0.4em;
  139. }
  140. }
  141. &.downloads::before {
  142. @include icon-suche-datei;
  143. }
  144. &.a-z::before {
  145. @include icon-suche-az;
  146. }
  147. &.events::before {
  148. @include icon-suche-veranstaltung;
  149. }
  150. }
  151. .tile > a, .outer {
  152. position: relative;
  153. display: flex;
  154. align-items: flex-end;
  155. width: 100%;
  156. min-height: 108px;
  157. padding: 18px 24px 24px;
  158. border-radius: var(--border-radius-md);
  159. box-shadow: 0 4px 20px -5px rgba(#000, 0.25);
  160. transition: 0.25s ease;
  161. line-height: 1.2;
  162. background-color: var(--theme-color-background);
  163. overflow: hidden;
  164. @include focus-visible();
  165. @media(max-width: 767px) {
  166. font-size: 16px;
  167. padding: 10px 10px 15px;
  168. min-height: 84px;
  169. }
  170. &:before {
  171. content: "";
  172. position: absolute;
  173. display: block;
  174. bottom: 0;
  175. left: 0;
  176. right: 0;
  177. height: var(--border-width);
  178. background-color: var(--theme-color-secondary);
  179. transition: 0.25s $easeOutQuad;
  180. }
  181. &:hover {
  182. color: var(--theme-color-secondary-intensed);
  183. &:before {
  184. height: var(--border-width-hover);
  185. }
  186. }
  187. }
  188. .tile > a {
  189. .item-title {
  190. text-decoration: underline;
  191. }
  192. }
  193. .outer {
  194. background-color: var(--theme-primary-light-04);
  195. padding: 14px 20px 18px;
  196. border: 4px solid white;
  197. &::after, &::before {
  198. display: none;
  199. }
  200. }
  201. .inner {
  202. display: block;
  203. max-width: 100%;
  204. }
  205. .kicker {
  206. white-space: nowrap;
  207. text-overflow: ellipsis;
  208. overflow: hidden;
  209. max-width: 100%;
  210. display: block;
  211. text-decoration: none;
  212. }
  213. ul {
  214. list-style: none;
  215. padding: 0;
  216. font-size: 16px;
  217. max-width: 100%;
  218. margin: 0;
  219. li {
  220. margin-top: 5px;
  221. }
  222. a {
  223. display: block;
  224. white-space: nowrap;
  225. overflow: hidden;
  226. text-overflow: ellipsis;
  227. transition: 0.2s ease;
  228. font-weight: 500;
  229. &:hover {
  230. color: var(--color-secondary-dark);
  231. }
  232. }
  233. }
  234. .proposals {
  235. flex: 1 1 100%;
  236. padding: 10px 12px 0;
  237. order: 2;
  238. a {
  239. margin: 0 0.3em 0 0.1em;
  240. }
  241. p {
  242. margin-bottom: 0;
  243. }
  244. }
  245. .all-button-wrapper {
  246. padding: 16px 8px;
  247. display: block;
  248. flex: 1 1 100%;
  249. order: 3;
  250. .btn {
  251. transition: 0.2s ease;
  252. .count {
  253. margin-left: 0.3em;
  254. &::before {
  255. content: '(';
  256. }
  257. &::after {
  258. content: ')';
  259. }
  260. }
  261. }
  262. }
  263. }
  264. }
  265. &.infoteaser{
  266. .mainstage{
  267. .row{
  268. margin:30px -8px 0;
  269. .col{
  270. flex: 1 1 66.6666%;
  271. max-width: 66.6666%;
  272. padding:0 8px;
  273. + .col{
  274. flex: 1 1 33.3333%;
  275. max-width: 33.3333%;
  276. display: flex;
  277. flex-flow: column;
  278. justify-content: space-between;
  279. margin: -8px 0;
  280. padding:0 8px;
  281. .mt{
  282. height: 100%;
  283. padding: 8px 0;
  284. .mini-teaser{
  285. height: 100%;
  286. }
  287. }
  288. }
  289. }
  290. }
  291. }
  292. }
  293. &.hero-fullwidth{
  294. max-height:566px;
  295. .mainstage.container{
  296. max-width: 1920px;
  297. width:100%;
  298. padding:0;
  299. }
  300. .rotation{
  301. margin:0 !important;
  302. padding:0 !important;
  303. //max-width: 1920px;
  304. width:100%;
  305. }
  306. .image-box{
  307. width:100%;
  308. flex: 1 1 100%;
  309. max-width: 100%;
  310. max-height:566px;
  311. position: relative;
  312. &:after{
  313. position:absolute;
  314. top:0;
  315. left:0;
  316. bottom:0;
  317. right:0;
  318. z-index: 0;
  319. content:"";
  320. opacity: 0.6;
  321. background: linear-gradient(87deg, #036 12.55%, rgba(1, 40, 81, 0.86) 56.52%, rgba(0, 51, 102, 0.00) 94.05%);
  322. background-blend-mode: overlay;
  323. &:before{
  324. display:none;
  325. }
  326. }
  327. img{
  328. object-fit: cover;
  329. position:relative;
  330. z-index: -1;
  331. }
  332. }
  333. .text-box{
  334. position: absolute;
  335. height: 100%;
  336. color:white;
  337. *{
  338. color:white;
  339. }
  340. &:after{
  341. display:none;
  342. }
  343. &:before{
  344. display:none;
  345. }
  346. }
  347. }
  348. .rotation{
  349. margin:0;
  350. }
  351. }