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.
 
 
 
 

876 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 1s ease-in;
  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. 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: 0 -8px 0 -8px;
  201. position: relative;
  202. top: 100px;
  203. display: flex;
  204. flex-wrap: wrap;
  205. font-family: "Korb", sans-serif;
  206. transition: all 0.3s ease-in;
  207. padding-bottom: 0;
  208. @media(max-width: 767px) {
  209. //margin-left: -6px;
  210. //margin-right: -6px;
  211. }
  212. .tile {
  213. position: relative;
  214. display: flex;
  215. padding: 8px;
  216. flex: 1 1 33.3333%;
  217. max-width: 33.3333%;
  218. margin-top:0 !important;
  219. padding-top:0 !important;
  220. padding-bottom:0 !important;
  221. margin-bottom:16px !important;
  222. &::before {
  223. position: absolute;
  224. top: 8px;
  225. right: 8px;
  226. margin: 10px 8px;
  227. font-family: Icons, sans-serif;
  228. font-size: 18px;
  229. line-height: 1;
  230. text-align: center;
  231. pointer-events: none;
  232. z-index: 1;
  233. }
  234. &[data-type="download"]::before {
  235. @include icon-small-download;
  236. }
  237. &[data-type="external"]::before {
  238. @include icon-small-link-external;
  239. }
  240. @media(max-width: 567px) {
  241. flex: 1 1 50%;
  242. max-width: 50%;
  243. //padding: 6px;
  244. }
  245. &:nth-child(3) ~ .tile {
  246. z-index: 1;
  247. }
  248. &.downloads, &.a-z, &.events {
  249. order: 1;
  250. background-color: transparent;
  251. &::before {
  252. font-family: "Icons", sans-serif;
  253. position: absolute;
  254. font-size: 24px;
  255. line-height: 1;
  256. right: 0;
  257. top: 0;
  258. margin: 11px 10px;
  259. z-index: 1;
  260. background-color: white;
  261. padding: 7px 6px 5px;
  262. border-top-right-radius: 8px;
  263. border-bottom-left-radius: 8px;
  264. @media(max-width: 767px) {
  265. margin: 18px;
  266. font-size: 24px;
  267. }
  268. }
  269. .outer {
  270. background-color: var(--theme-color-primary-dimmed-04);
  271. }
  272. p {
  273. margin-bottom: 0.4em;
  274. }
  275. }
  276. &.downloads::before {
  277. @include icon-suche-datei;
  278. }
  279. &.a-z::before {
  280. @include icon-suche-az;
  281. }
  282. &.events::before {
  283. @include icon-suche-veranstaltung;
  284. }
  285. }
  286. .tile > a, .outer {
  287. position: relative;
  288. display: flex;
  289. align-items: flex-end;
  290. width: 100%;
  291. min-height: 108px;
  292. padding: 18px 24px 24px;
  293. border-radius: var(--border-radius-md);
  294. box-shadow: 0 4px 20px -5px rgba(#000, 0.25);
  295. transition: 0.25s ease;
  296. line-height: 1.2;
  297. background-color: var(--theme-color-background);
  298. overflow: hidden;
  299. @include focus-visible();
  300. @media(max-width: 767px) {
  301. font-size: 16px;
  302. padding: 10px 10px 15px;
  303. min-height: 84px;
  304. }
  305. &:before {
  306. content: "";
  307. position: absolute;
  308. display: block;
  309. bottom: 0;
  310. left: 0;
  311. right: 0;
  312. height: var(--border-width);
  313. background-color: var(--theme-color-secondary);
  314. transition: 0.25s $easeOutQuad;
  315. }
  316. &:hover {
  317. color: var(--theme-color-secondary-intensed);
  318. &:before {
  319. height: var(--border-width-hover);
  320. }
  321. }
  322. }
  323. .tile > a {
  324. .item-title {
  325. text-decoration: underline;
  326. }
  327. }
  328. .outer {
  329. background-color: var(--theme-primary-light-04);
  330. padding: 14px 20px 18px;
  331. border: 4px solid white;
  332. &::after, &::before {
  333. display: none;
  334. }
  335. }
  336. .inner {
  337. display: block;
  338. max-width: 100%;
  339. }
  340. .kicker {
  341. white-space: nowrap;
  342. text-overflow: ellipsis;
  343. overflow: hidden;
  344. max-width: 100%;
  345. display: block;
  346. text-decoration: none;
  347. }
  348. ul {
  349. list-style: none;
  350. padding: 0;
  351. font-size: 16px;
  352. max-width: 100%;
  353. margin: 0;
  354. li {
  355. margin-top: 5px;
  356. }
  357. a {
  358. display: block;
  359. white-space: nowrap;
  360. overflow: hidden;
  361. text-overflow: ellipsis;
  362. transition: 0.2s ease;
  363. font-weight: 500;
  364. &:hover {
  365. color: var(--color-secondary-dark);
  366. }
  367. }
  368. }
  369. .proposals {
  370. flex: 1 1 100%;
  371. padding: 10px 12px 0;
  372. order: 2;
  373. a {
  374. margin: 0 0.3em 0 0.1em;
  375. }
  376. p {
  377. margin-bottom: 0;
  378. }
  379. }
  380. .all-button-wrapper {
  381. padding: 16px 8px;
  382. display: block;
  383. flex: 1 1 100%;
  384. order: 3;
  385. .btn {
  386. transition: 0.2s ease;
  387. .count {
  388. margin-left: 0.3em;
  389. &::before {
  390. content: '(';
  391. }
  392. &::after {
  393. content: ')';
  394. }
  395. }
  396. }
  397. }
  398. }
  399. &.background-image{
  400. &:after{
  401. position:absolute;
  402. top:0;
  403. left:0;
  404. bottom:0;
  405. right:0;
  406. z-index: 0;
  407. content:"";
  408. opacity: 0.6;
  409. background: linear-gradient(87deg, #036 12.55%, rgba(1, 40, 81, 0.86) 56.52%, rgba(0, 51, 102, 0.00) 94.05%);
  410. background-blend-mode: overlay;
  411. }
  412. .artwork-wrapper{
  413. display:none;
  414. }
  415. }
  416. }
  417. &.infoteaser{
  418. border-radius: 4px;
  419. .slide-overflow{
  420. border-radius: 4px;
  421. }
  422. outer{
  423. max-height:427px;
  424. height:427px;
  425. @media(max-width: 999px) {
  426. max-height:none;
  427. height:auto;
  428. }
  429. }
  430. .rotation {
  431. padding:0;
  432. @media screen and (max-width: 1000px) {
  433. .slide:not(.text-only) .text-box{
  434. padding: 16px 0;
  435. }
  436. .slide .image-box img{
  437. position: static;
  438. height:300px;
  439. }
  440. .slider-tabs{
  441. top:0;
  442. height: auto;
  443. bottom: auto;
  444. margin-top:15px;
  445. }
  446. }
  447. @media screen and (max-width: 900px) {
  448. .slider .image-box {
  449. padding-left: var(--container-padding);
  450. padding-right: var(--container-padding);
  451. }
  452. .slider .text-box:first-child::after {
  453. display: none;
  454. }
  455. }
  456. .text-box{
  457. min-height: 0;
  458. }
  459. }
  460. outer{
  461. border-radius: 4px;
  462. .image-box img{
  463. border-radius: 4px;
  464. }
  465. }
  466. .image-box{
  467. max-height:427px;
  468. min-height: 0;
  469. height:427px;
  470. img{
  471. max-height:427px;
  472. height:427px;
  473. }
  474. }
  475. .mainstage{
  476. @media screen and (max-width:900px){
  477. padding:0;
  478. }
  479. .row{
  480. margin:16px 0;
  481. @media screen and (min-width:901px){
  482. margin:30px -8px 0;
  483. }
  484. .col{
  485. flex: 1 1 100%;
  486. max-width: 100%;
  487. @media screen and (min-width:901px){
  488. padding:0 8px;
  489. flex: 1 1 calc(100% - 322px);
  490. max-width: calc(100% - 322px);
  491. }
  492. + .col{
  493. flex: 1 1 100%;
  494. max-width: 100%;
  495. display: flex;
  496. flex-flow: column;
  497. justify-content: space-between;
  498. margin: 0;
  499. padding: 0 var(--container-padding);
  500. @media screen and (min-width:901px){
  501. flex: 1 1 322px;
  502. max-width: 322px;
  503. padding:0 8px;
  504. margin: -8px 0;
  505. }
  506. .mt{
  507. height: 100%;
  508. padding: 8px 0;
  509. @media screen and (max-width:575px){
  510. padding: 4px 0;
  511. }
  512. .mini-teaser{
  513. height: 100%;
  514. .text-box{
  515. height: 100%;
  516. flex-flow: column;
  517. justify-content: space-between;
  518. .btn{
  519. height: fit-content;
  520. }
  521. }
  522. }
  523. }
  524. }
  525. }
  526. }
  527. }
  528. }
  529. &.hero-fullwidth{
  530. .mainstage.container{
  531. max-width: 1920px;
  532. width:100%;
  533. padding:0;
  534. > .row{
  535. margin:0;
  536. }
  537. }
  538. .rotation{
  539. margin:0 !important;
  540. padding:0 !important;
  541. //max-width: 1920px;
  542. width:100%;
  543. outer{
  544. margin:0 !important;
  545. position: relative;
  546. justify-content: center;
  547. @media screen and (min-width:901px) {
  548. max-height:566px;
  549. }
  550. }
  551. .slider{
  552. background-color: transparent;
  553. .image-box img {
  554. @media screen and (max-width:900px) {
  555. height: 300px;
  556. }
  557. @media screen and (max-width:767px) {
  558. height: 300px;
  559. }
  560. }
  561. .slide.text-only.current{
  562. background: linear-gradient(-10deg, var(--theme-color-gradient-01) 10%, var(--theme-color-gradient-02) 55%, var(--theme-color-gradient-03) 90%);
  563. }
  564. }
  565. }
  566. .image-box{
  567. width:100%;
  568. flex: 1 1 100%;
  569. max-width: 100%;
  570. max-height:566px;
  571. position: relative;
  572. padding-right: 0 !important;
  573. @media (min-width: 1000px) {
  574. padding-right: 0 !important;
  575. }
  576. &:after{
  577. position:absolute;
  578. top:0;
  579. left:0;
  580. bottom:0;
  581. right:0;
  582. z-index: 0;
  583. content:"";
  584. opacity: 0.6;
  585. background: linear-gradient(87deg, #036 12.55%, rgba(1, 40, 81, 0.86) 56.52%, rgba(0, 51, 102, 0.00) 94.05%);
  586. background-blend-mode: overlay;
  587. &:before{
  588. display:none;
  589. }
  590. }
  591. img{
  592. object-fit: cover;
  593. //position:relative;
  594. z-index: -1;
  595. left:0 !important;
  596. padding:0 !important;
  597. width:100% !important;
  598. }
  599. }
  600. .text-box{
  601. height: 100%;
  602. color:white;
  603. width: var(--container-width);
  604. padding: 0 var(--container-padding);
  605. max-width: 100%;
  606. margin: 0 auto;
  607. @media screen and (min-width:901px) {
  608. position: absolute;
  609. *{
  610. color:white;
  611. }
  612. .btn{
  613. background-color: white !important;
  614. color:var(--theme-color-primary) !important;
  615. &:hover:after{
  616. box-shadow: 0 0 0 var(--button-hover-shadow-size) white !important;
  617. }
  618. }
  619. }
  620. *{
  621. max-width:580px;
  622. }
  623. &:after{
  624. display:none;
  625. }
  626. &:before{
  627. display:none;
  628. }
  629. }
  630. .controls{
  631. width: var(--container-width);
  632. padding: 0 var(--container-padding);
  633. max-width: 100%;
  634. margin: 0 auto;
  635. position: relative;
  636. @media screen and (max-width:900px){
  637. position: absolute !important;
  638. top: 0;
  639. }
  640. }
  641. }
  642. .rotation .slider{
  643. border-bottom:0;
  644. background-color: white;
  645. h3{
  646. margin-top: 4px;
  647. margin-bottom: 8px;
  648. }
  649. .kicker{
  650. margin-bottom:0;
  651. }
  652. p{
  653. margin-bottom:0.4em;
  654. }
  655. .btn{
  656. margin-top:0.4em;
  657. }
  658. &.ishovered .slider-tabs li.active button.btn::before{
  659. animation-play-state: paused;
  660. }
  661. &.btnanimation{
  662. .slider-tabs{
  663. li.active{
  664. button.btn::before{
  665. animation: fillgrey 7s linear forwards;
  666. }
  667. }
  668. }
  669. }
  670. .slider-tabs{
  671. li:first-child:last-child{
  672. display:none;
  673. }
  674. li.active{
  675. button.btn{
  676. background-blend-mode: overlay;
  677. }
  678. }
  679. li{
  680. button.btn{
  681. position: relative;
  682. border-radius: var(--border-radius-lg);
  683. overflow:hidden;
  684. }
  685. button.btn::before{
  686. width:0;
  687. background-color:var(--theme-grey-light);
  688. content: "";
  689. z-index:0;
  690. height:100%;
  691. position:absolute;
  692. top:0;
  693. bottom:0;
  694. right:0;
  695. left:0;
  696. right:0;
  697. display:block;
  698. background-blend-mode: multiply;
  699. }
  700. }
  701. }
  702. .slide.text-only.current{
  703. background: none;
  704. outer{
  705. background: linear-gradient(-10deg, var(--theme-color-gradient-01) 10%, var(--theme-color-gradient-02) 55%, var(--theme-color-gradient-03) 90%);
  706. .text-box{
  707. justify-content: center;
  708. }
  709. }
  710. }
  711. .text-box{
  712. color:var(--theme-color-primary);
  713. padding: 30px 36px 24px 36px;
  714. display: flex;
  715. flex-flow: column;
  716. justify-content: center;
  717. min-width: 324px;
  718. &:not(:first-child)::before {
  719. background-color: var(--theme-color-primary-dimmed-04);
  720. }
  721. .btn{
  722. background-color: var(--theme-color-primary);
  723. color:white;
  724. &:hover:after{
  725. box-shadow: 0 0 0 var(--button-hover-shadow-size) var(--theme-color-primary);
  726. }
  727. }
  728. }
  729. .text-only{
  730. .text-box{
  731. color:white;
  732. }
  733. }
  734. }
  735. .rotation{
  736. margin:0;
  737. @media (max-width: 1339px) {
  738. .rotation .slider .text-box {
  739. min-width: 324px;
  740. }
  741. }
  742. @media (min-width: 1001px) {
  743. .slider .text-box:not(:first-child)::before {
  744. border-top-right-radius: 16% 50% !important;
  745. border-bottom-right-radius: 16% 50% !important;
  746. margin: -15% -8% -15% 20px;
  747. }
  748. }
  749. @media (max-width:1000px){
  750. .slider{
  751. background-color: white;
  752. .text-box:not(:first-child)::before{
  753. display: none;
  754. }
  755. .image-box{
  756. order: 0;
  757. height:auto;
  758. max-height:none !important;
  759. img{
  760. aspect-ratio: 16 / 9;
  761. height: auto !important;
  762. max-height:none !important;
  763. min-height: 177px !important;
  764. }
  765. &:before{
  766. display: none;
  767. }
  768. img{
  769. position: static;
  770. //height:300px;
  771. }
  772. }
  773. }
  774. }
  775. @media screen and (max-width:900px){
  776. .slider{
  777. margin-bottom:20px;
  778. .slide:not(.text-only){
  779. .text-box{
  780. padding: 16px var(--container-padding) 0;
  781. }
  782. }
  783. .slide.text-only{
  784. padding-left: var(--container-padding);
  785. padding-right: var(--container-padding);
  786. }
  787. .slider-tabs{
  788. right: calc(var(--container-padding) + 10px);
  789. top: 15px;
  790. padding: 0;
  791. margin: 0;
  792. .btn{
  793. margin-top:0 !important;
  794. }
  795. }
  796. }
  797. }
  798. @media screen and (max-width:767px){
  799. .slider{
  800. .slide:not(.text-only) .text-box{
  801. padding: 16px var(--container-padding);
  802. }
  803. .slider-tabs{
  804. .btn{
  805. --button-icon-padding: 30px;
  806. --button-icon-offset: 5px;
  807. --button-padding: 5px 10px;
  808. --button-min-size: 30px;
  809. margin: 2.5px;
  810. }
  811. }
  812. }
  813. }
  814. @media screen and (max-width:567px) {
  815. .slider {
  816. margin: 0;
  817. margin-bottom: 8px;
  818. }
  819. }
  820. .context-box{
  821. display:none !important;
  822. }
  823. }
  824. }
  825. @keyframes fillgrey {
  826. 0%{width:0;}
  827. 100%{width:100%}
  828. }