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.
 
 
 
 

867 lines
20 KiB

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