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.
 
 
 
 

822 line
19 KiB

  1. @import '../../_global/styles/mixins';
  2. @import '../../_global/styles/vars';
  3. section.marketingheader{
  4. margin-top:0;
  5. .search {
  6. position: relative;
  7. overflow: hidden;
  8. margin: 0;
  9. background-color: var(--theme-color-primary-dimmed-04);
  10. max-height: 100px;
  11. transition: all .5s cubic-bezier(0,1,0,1);
  12. background-size:cover;
  13. @media (max-width:767px){
  14. max-height: 78px;
  15. }
  16. .sc.container{
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. right: 0;
  21. width: 100%;
  22. max-width: 100%;
  23. @media (max-width:767px){
  24. position: relative;
  25. .close-search{
  26. position: relative !important;
  27. right:0 !important;
  28. top:0 !important;
  29. float: right;
  30. margin-bottom:15px;
  31. }
  32. }
  33. .close-search{
  34. display:none;
  35. position: absolute;
  36. right:30px;
  37. top:33px;
  38. left:auto;
  39. cursor: pointer;
  40. transition: 0.3s ease;
  41. border: 1px solid var(--theme-color-primary-dimmed-04);
  42. border-radius: 10px;
  43. height:34px;
  44. width:34px;
  45. background-color: var(--theme-color-primary);
  46. @include focus-visible;
  47. z-index: 2;
  48. &:before, &:after {
  49. content: "";
  50. position: absolute;
  51. top: 50%;
  52. left: 50%;
  53. width: 17px;
  54. height: 1.5px;
  55. border-radius: 2px;
  56. background-color: var(--theme-color-white);
  57. transform: translate(-50%,-50%) rotate(45deg);
  58. transition: 0.3s ease;
  59. }
  60. &:after {
  61. transform: translate(-50%,-50%) rotate(-45deg);
  62. }
  63. }
  64. }
  65. @media(max-width: 767px) {
  66. //padding: calc(1.5vw + 15px) 0 0;
  67. //margin-bottom: -10px;
  68. }
  69. &.open{
  70. max-height: 9999px;
  71. transition: all .5s cubic-bezier(1,0,1,0);
  72. .close-search{
  73. display:block !important;
  74. }
  75. .tiles{
  76. margin-top:0;
  77. padding-bottom:9px;
  78. @media screen and (max-width:767px){
  79. padding-bottom:0;
  80. }
  81. }
  82. form{
  83. max-width: 580px;
  84. }
  85. }
  86. form{
  87. border-radius: 24px;
  88. box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.25) !important;
  89. overflow:hidden;
  90. font-size: 22px;
  91. max-width: 360px;
  92. margin: 20px auto !important;
  93. transition: 0.25s ease;
  94. @media(max-width: 767px) {
  95. font-size: 18px;
  96. margin: 15px auto !important;
  97. }
  98. }
  99. + section, + #toclist > section:first-child {
  100. @media(min-width: 768px) {
  101. margin-top: 0;
  102. }
  103. }
  104. input#search-term{
  105. border-color:white !important;
  106. height: 60px;
  107. border-top-left-radius: 24px;
  108. border-bottom-left-radius: 24px;
  109. font-size: 22px;
  110. @media(max-width: 767px) {
  111. font-size: 18px;
  112. height: 48px;
  113. }
  114. &::placeholder{
  115. color:var(--theme-color-primary) !important;
  116. }
  117. }
  118. button.search-submit{
  119. background-color: var(--theme-color-primary) !important;
  120. color: white;
  121. border-top-left-radius: 0 !important;
  122. border-bottom-left-radius: 0 !important;
  123. border-top-right-radius: 0 !important;
  124. border-bottom-right-radius: 0 !important;
  125. border-color:white !important;
  126. height: 60px;
  127. width:60px;
  128. font-size: 22px;
  129. @media(max-width: 767px) {
  130. font-size: 18px;
  131. height: 48px;
  132. width:48px;
  133. }
  134. &:before{
  135. width:30px;
  136. height:30px;
  137. font-size:30px;
  138. @media(max-width: 767px) {
  139. width:24px;
  140. height:24px;
  141. font-size:24px;
  142. }
  143. }
  144. }
  145. .container {
  146. position: relative;
  147. z-index: 1;
  148. .row {
  149. @media(max-width: 567px) {
  150. min-height: 0;
  151. }
  152. > .col{
  153. margin-top:0;
  154. padding-top:0;
  155. padding-bottom:0;
  156. }
  157. }
  158. }
  159. .artwork {
  160. @media(max-width: 420px) {
  161. top: 30px;
  162. right: -20px;
  163. }
  164. @media(max-width: 340px) {
  165. top: 40px;
  166. right: -30px;
  167. }
  168. }
  169. form {
  170. position: relative;
  171. margin: 0 0 16px;
  172. //box-shadow: 0 3px 20px -5px rgba(#000, 0.3);
  173. //border-radius: var(--border-radius-md) var(--border-radius-xl) var(--border-radius-xl) var(--border-radius-md);
  174. @media(max-width: 567px) {
  175. margin-top: 20px;
  176. }
  177. }
  178. h1 {
  179. margin-left: 0;
  180. margin-top: 0;
  181. @media(max-width: 567px) {
  182. font-size: 24px;
  183. margin: 0;
  184. }
  185. }
  186. .tiles {
  187. margin: 100px -8px 0 -8px;
  188. display: flex;
  189. flex-wrap: wrap;
  190. font-family: "Korb", sans-serif;
  191. transition: all 0.4s ease-in;
  192. padding-bottom: 0;
  193. @media(max-width: 767px) {
  194. //margin-left: -6px;
  195. //margin-right: -6px;
  196. }
  197. .tile {
  198. position: relative;
  199. display: flex;
  200. padding: 8px;
  201. flex: 1 1 33.3333%;
  202. max-width: 33.3333%;
  203. margin-top:0 !important;
  204. padding-top:0 !important;
  205. padding-bottom:0 !important;
  206. margin-bottom:16px !important;
  207. &::before {
  208. position: absolute;
  209. top: 8px;
  210. right: 8px;
  211. margin: 10px 8px;
  212. font-family: Icons, sans-serif;
  213. font-size: 18px;
  214. line-height: 1;
  215. text-align: center;
  216. pointer-events: none;
  217. z-index: 1;
  218. }
  219. &[data-type="download"]::before {
  220. @include icon-small-download;
  221. }
  222. &[data-type="external"]::before {
  223. @include icon-small-link-external;
  224. }
  225. @media(max-width: 567px) {
  226. flex: 1 1 50%;
  227. max-width: 50%;
  228. //padding: 6px;
  229. }
  230. &:nth-child(3) ~ .tile {
  231. z-index: 1;
  232. }
  233. &.downloads, &.a-z, &.events {
  234. order: 1;
  235. background-color: transparent;
  236. &::before {
  237. font-family: "Icons", sans-serif;
  238. position: absolute;
  239. font-size: 24px;
  240. line-height: 1;
  241. right: 0;
  242. top: 0;
  243. margin: 11px 10px;
  244. z-index: 1;
  245. background-color: white;
  246. padding: 7px 6px 5px;
  247. border-top-right-radius: 8px;
  248. border-bottom-left-radius: 8px;
  249. @media(max-width: 767px) {
  250. margin: 18px;
  251. font-size: 24px;
  252. }
  253. }
  254. .outer {
  255. background-color: var(--theme-color-primary-dimmed-04);
  256. }
  257. p {
  258. margin-bottom: 0.4em;
  259. }
  260. }
  261. &.downloads::before {
  262. @include icon-suche-datei;
  263. }
  264. &.a-z::before {
  265. @include icon-suche-az;
  266. }
  267. &.events::before {
  268. @include icon-suche-veranstaltung;
  269. }
  270. }
  271. .tile > a, .outer {
  272. position: relative;
  273. display: flex;
  274. align-items: flex-end;
  275. width: 100%;
  276. min-height: 108px;
  277. padding: 18px 24px 24px;
  278. border-radius: var(--border-radius-md);
  279. box-shadow: 0 4px 20px -5px rgba(#000, 0.25);
  280. transition: 0.25s ease;
  281. line-height: 1.2;
  282. background-color: var(--theme-color-background);
  283. overflow: hidden;
  284. @include focus-visible();
  285. @media(max-width: 767px) {
  286. font-size: 16px;
  287. padding: 10px 10px 15px;
  288. min-height: 84px;
  289. }
  290. &:before {
  291. content: "";
  292. position: absolute;
  293. display: block;
  294. bottom: 0;
  295. left: 0;
  296. right: 0;
  297. height: var(--border-width);
  298. background-color: var(--theme-color-secondary);
  299. transition: 0.25s $easeOutQuad;
  300. }
  301. &:hover {
  302. color: var(--theme-color-secondary-intensed);
  303. &:before {
  304. height: var(--border-width-hover);
  305. }
  306. }
  307. }
  308. .tile > a {
  309. .item-title {
  310. text-decoration: underline;
  311. }
  312. }
  313. .outer {
  314. background-color: var(--theme-primary-light-04);
  315. padding: 14px 20px 18px;
  316. border: 4px solid white;
  317. &::after, &::before {
  318. display: none;
  319. }
  320. }
  321. .inner {
  322. display: block;
  323. max-width: 100%;
  324. }
  325. .kicker {
  326. white-space: nowrap;
  327. text-overflow: ellipsis;
  328. overflow: hidden;
  329. max-width: 100%;
  330. display: block;
  331. text-decoration: none;
  332. }
  333. ul {
  334. list-style: none;
  335. padding: 0;
  336. font-size: 16px;
  337. max-width: 100%;
  338. margin: 0;
  339. li {
  340. margin-top: 5px;
  341. }
  342. a {
  343. display: block;
  344. white-space: nowrap;
  345. overflow: hidden;
  346. text-overflow: ellipsis;
  347. transition: 0.2s ease;
  348. font-weight: 500;
  349. &:hover {
  350. color: var(--color-secondary-dark);
  351. }
  352. }
  353. }
  354. .proposals {
  355. flex: 1 1 100%;
  356. padding: 10px 12px 0;
  357. order: 2;
  358. a {
  359. margin: 0 0.3em 0 0.1em;
  360. }
  361. p {
  362. margin-bottom: 0;
  363. }
  364. }
  365. .all-button-wrapper {
  366. padding: 16px 8px;
  367. display: block;
  368. flex: 1 1 100%;
  369. order: 3;
  370. .btn {
  371. transition: 0.2s ease;
  372. .count {
  373. margin-left: 0.3em;
  374. &::before {
  375. content: '(';
  376. }
  377. &::after {
  378. content: ')';
  379. }
  380. }
  381. }
  382. }
  383. }
  384. &.background-image{
  385. &:after{
  386. position:absolute;
  387. top:0;
  388. left:0;
  389. bottom:0;
  390. right:0;
  391. z-index: 0;
  392. content:"";
  393. opacity: 0.6;
  394. background: linear-gradient(87deg, #036 12.55%, rgba(1, 40, 81, 0.86) 56.52%, rgba(0, 51, 102, 0.00) 94.05%);
  395. background-blend-mode: overlay;
  396. }
  397. .artwork-wrapper{
  398. display:none;
  399. }
  400. }
  401. }
  402. &.infoteaser{
  403. border-radius: 4px;
  404. .slide-overflow{
  405. border-radius: 4px;
  406. }
  407. outer{
  408. max-height:427px;
  409. height:427px;
  410. @media(max-width: 999px) {
  411. max-height:none;
  412. height:auto;
  413. }
  414. }
  415. .rotation {
  416. padding:0;
  417. @media screen and (max-width: 1000px) {
  418. .slide:not(.text-only) .text-box{
  419. padding: 16px 0;
  420. }
  421. .slide .image-box img{
  422. position: static;
  423. height:300px;
  424. }
  425. .slider-tabs{
  426. top:0;
  427. height: auto;
  428. bottom: auto;
  429. margin-top:15px;
  430. }
  431. }
  432. @media screen and (max-width: 900px) {
  433. .slider .image-box {
  434. padding-left: var(--container-padding);
  435. padding-right: var(--container-padding);
  436. }
  437. .slider .text-box:first-child::after {
  438. display: none;
  439. }
  440. }
  441. .text-box{
  442. min-height: 0;
  443. }
  444. }
  445. outer{
  446. border-radius: 4px;
  447. .image-box img{
  448. border-radius: 4px;
  449. }
  450. }
  451. .image-box{
  452. max-height:427px;
  453. min-height: 0;
  454. height:427px;
  455. img{
  456. max-height:427px;
  457. height:427px;
  458. }
  459. }
  460. .mainstage{
  461. @media screen and (max-width:900px){
  462. padding:0;
  463. }
  464. .row{
  465. margin:16px 0;
  466. @media screen and (min-width:901px){
  467. margin:30px -8px 0;
  468. }
  469. .col{
  470. flex: 1 1 100%;
  471. max-width: 100%;
  472. @media screen and (min-width:901px){
  473. padding:0 8px;
  474. flex: 1 1 calc(100% - 322px);
  475. max-width: calc(100% - 322px);
  476. }
  477. + .col{
  478. flex: 1 1 100%;
  479. max-width: 100%;
  480. display: flex;
  481. flex-flow: column;
  482. justify-content: space-between;
  483. margin: 0;
  484. padding: 0 var(--container-padding);
  485. @media screen and (min-width:901px){
  486. flex: 1 1 322px;
  487. max-width: 322px;
  488. padding:0 8px;
  489. margin: -8px 0;
  490. }
  491. .mt{
  492. height: 100%;
  493. padding: 8px 0;
  494. @media screen and (max-width:575px){
  495. padding: 4px 0;
  496. }
  497. .mini-teaser{
  498. height: 100%;
  499. .text-box{
  500. height: 100%;
  501. flex-flow: column;
  502. justify-content: space-between;
  503. .btn{
  504. height: fit-content;
  505. }
  506. }
  507. }
  508. }
  509. }
  510. }
  511. }
  512. }
  513. }
  514. &.hero-fullwidth{
  515. .mainstage.container{
  516. max-width: 1920px;
  517. width:100%;
  518. padding:0;
  519. > .row{
  520. margin:0;
  521. }
  522. }
  523. .rotation{
  524. margin:0 !important;
  525. padding:0 !important;
  526. //max-width: 1920px;
  527. width:100%;
  528. outer{
  529. margin:0 !important;
  530. position: relative;
  531. justify-content: center;
  532. @media screen and (min-width:901px) {
  533. max-height:566px;
  534. }
  535. }
  536. .slider{
  537. background-color: transparent;
  538. .image-box img {
  539. @media screen and (max-width:900px) {
  540. height: 300px;
  541. }
  542. @media screen and (max-width:767px) {
  543. height: 300px;
  544. }
  545. }
  546. .slide.text-only.current{
  547. background: linear-gradient(-10deg, var(--theme-color-gradient-01) 10%, var(--theme-color-gradient-02) 55%, var(--theme-color-gradient-03) 90%);
  548. }
  549. }
  550. }
  551. .image-box{
  552. width:100%;
  553. flex: 1 1 100%;
  554. max-width: 100%;
  555. max-height:566px;
  556. position: relative;
  557. padding-right: 0 !important;
  558. @media (min-width: 1000px) {
  559. padding-right: 0 !important;
  560. }
  561. &:after{
  562. position:absolute;
  563. top:0;
  564. left:0;
  565. bottom:0;
  566. right:0;
  567. z-index: 0;
  568. content:"";
  569. opacity: 0.6;
  570. background: linear-gradient(87deg, #036 12.55%, rgba(1, 40, 81, 0.86) 56.52%, rgba(0, 51, 102, 0.00) 94.05%);
  571. background-blend-mode: overlay;
  572. &:before{
  573. display:none;
  574. }
  575. }
  576. img{
  577. object-fit: cover;
  578. //position:relative;
  579. z-index: -1;
  580. left:0 !important;
  581. padding:0 !important;
  582. width:100% !important;
  583. }
  584. }
  585. .text-box{
  586. height: 100%;
  587. color:white;
  588. width: var(--container-width);
  589. padding: 0 var(--container-padding);
  590. max-width: 100%;
  591. margin: 0 auto;
  592. @media screen and (min-width:901px) {
  593. position: absolute;
  594. *{
  595. color:white;
  596. }
  597. .btn{
  598. background-color: white !important;
  599. color:var(--theme-color-primary) !important;
  600. &:hover:after{
  601. box-shadow: 0 0 0 var(--button-hover-shadow-size) white !important;
  602. }
  603. }
  604. }
  605. *{
  606. max-width:580px;
  607. }
  608. &:after{
  609. display:none;
  610. }
  611. &:before{
  612. display:none;
  613. }
  614. }
  615. .controls{
  616. width: var(--container-width);
  617. padding: 0 var(--container-padding);
  618. max-width: 100%;
  619. margin: 0 auto;
  620. position: relative;
  621. @media screen and (max-width:900px){
  622. position: absolute !important;
  623. top: 0;
  624. }
  625. }
  626. }
  627. .rotation .slider{
  628. border-bottom:0;
  629. background-color: white;
  630. h3{
  631. margin-top: 4px;
  632. margin-bottom: 8px;
  633. }
  634. .kicker{
  635. margin-bottom:0;
  636. }
  637. p{
  638. margin-bottom:0.4em;
  639. }
  640. .btn{
  641. margin-top:0.4em;
  642. }
  643. .slider-tabs{
  644. li:first-child:last-child{
  645. display:none;
  646. }
  647. }
  648. .slide.text-only.current{
  649. background: none;
  650. outer{
  651. background: linear-gradient(-10deg, var(--theme-color-gradient-01) 10%, var(--theme-color-gradient-02) 55%, var(--theme-color-gradient-03) 90%);
  652. .text-box{
  653. justify-content: center;
  654. }
  655. }
  656. }
  657. .text-box{
  658. color:var(--theme-color-primary);
  659. padding: 30px 36px 24px 36px;
  660. display: flex;
  661. flex-flow: column;
  662. justify-content: end;
  663. min-width: 324px;
  664. &:not(:first-child)::before {
  665. background-color: var(--theme-color-primary-dimmed-04);
  666. }
  667. .btn{
  668. background-color: var(--theme-color-primary);
  669. color:white;
  670. &:hover:after{
  671. box-shadow: 0 0 0 var(--button-hover-shadow-size) var(--theme-color-primary);
  672. }
  673. }
  674. }
  675. .text-only{
  676. .text-box{
  677. color:white;
  678. }
  679. }
  680. }
  681. .rotation{
  682. margin:0;
  683. @media (max-width: 1339px) {
  684. .rotation .slider .text-box {
  685. min-width: 324px;
  686. }
  687. }
  688. @media (min-width: 1001px) {
  689. .slider .text-box:not(:first-child)::before {
  690. border-top-right-radius: 16% 50% !important;
  691. border-bottom-right-radius: 16% 50% !important;
  692. margin: -15% -8% -15% 20px;
  693. }
  694. }
  695. @media (max-width:1000px){
  696. .slider{
  697. background-color: white;
  698. .text-box:not(:first-child)::before{
  699. display: none;
  700. }
  701. .text-box .btn{
  702. display:none;
  703. }
  704. .image-box{
  705. order: 0;
  706. height:auto;
  707. max-height:none !important;
  708. img{
  709. aspect-ratio: 16 / 9;
  710. height: auto !important;
  711. max-height:none !important;
  712. min-height: 177px !important;
  713. }
  714. &:before{
  715. display: none;
  716. }
  717. img{
  718. position: static;
  719. //height:300px;
  720. }
  721. }
  722. }
  723. }
  724. @media screen and (max-width:900px){
  725. .slider{
  726. margin-bottom:20px;
  727. .slide:not(.text-only){
  728. .text-box{
  729. padding: 16px var(--container-padding) 0;
  730. }
  731. }
  732. .slide.text-only{
  733. padding-left: var(--container-padding);
  734. padding-right: var(--container-padding);
  735. }
  736. .slider-tabs{
  737. right: calc(var(--container-padding) + 10px);
  738. top: 15px;
  739. padding: 0;
  740. margin: 0;
  741. .btn{
  742. margin-top:0 !important;
  743. }
  744. }
  745. }
  746. }
  747. @media screen and (max-width:767px){
  748. .slider{
  749. .slide:not(.text-only) .text-box{
  750. padding: 16px var(--container-padding);
  751. }
  752. .slider-tabs{
  753. .btn{
  754. --button-icon-padding: 30px;
  755. --button-icon-offset: 5px;
  756. --button-padding: 5px 10px;
  757. --button-min-size: 30px;
  758. margin: 2.5px;
  759. }
  760. }
  761. }
  762. }
  763. @media screen and (max-width:567px) {
  764. .slider {
  765. margin: 0;
  766. margin-bottom: 8px;
  767. }
  768. }
  769. .context-box{
  770. display:none !important;
  771. }
  772. }
  773. }