Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

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