選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

1274 行
27 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. .rotation {
  19. .slider {
  20. @media(min-width: 1000px) {
  21. height: 100%;
  22. .slide-overflow {
  23. height: 100% !important;
  24. }
  25. .slide-wrapper, .slide, .outer {
  26. height: 100%;
  27. }
  28. }
  29. .outer {
  30. @media(max-width: 999px) {
  31. max-height: none;
  32. height: auto;
  33. }
  34. }
  35. .image-box {
  36. picture {
  37. width: 100%;
  38. @media(max-width: 999px) {
  39. position: static;
  40. left: auto;
  41. top: auto;
  42. }
  43. }
  44. }
  45. .copyright {
  46. @media(max-width: 999px) {
  47. left: calc(100% - 30px);
  48. }
  49. @media(max-width: 767px) {
  50. left: calc(100% - 20px);
  51. }
  52. }
  53. }
  54. }
  55. .text-box {
  56. .btn.has-icon.icon-small-arrow-right-simple {
  57. bottom: auto;
  58. }
  59. }
  60. .search {
  61. position: relative;
  62. overflow: hidden;
  63. margin: 0;
  64. background-color: var(--theme-color-primary-dimmed-04);
  65. height: 100px;
  66. transition: all .6s ease-in-out;
  67. background-size: cover;
  68. @media (max-width: 767px) {
  69. max-height: 78px;
  70. }
  71. .artwork-left .foreground,
  72. .artwork-left .background,
  73. .artwork-left + .artwork .foreground,
  74. .artwork-left + .artwork .background {
  75. height: 100%;
  76. min-height: 437px;
  77. }
  78. .sc.container {
  79. position: absolute;
  80. top: 0;
  81. left: 0;
  82. right: 0;
  83. width: 100%;
  84. max-width: 100%;
  85. @media (max-width: 767px) {
  86. top: auto;
  87. bottom: 0;
  88. .close-search {
  89. position: relative !important;
  90. right: 0 !important;
  91. top: 0 !important;
  92. float: right;
  93. margin-bottom: 15px;
  94. }
  95. }
  96. .close-search {
  97. display: none;
  98. position: absolute;
  99. right: 30px;
  100. top: 33px;
  101. left: auto;
  102. cursor: pointer;
  103. transition: 0.3s ease;
  104. border: 1px solid var(--theme-color-primary-dimmed-04);
  105. border-radius: 10px;
  106. height: 34px;
  107. width: 34px;
  108. background-color: var(--theme-color-primary);
  109. @include focus-visible;
  110. z-index: 2;
  111. &:before, &:after {
  112. content: "";
  113. position: absolute;
  114. top: 50%;
  115. left: 50%;
  116. width: 17px;
  117. height: 1.5px;
  118. border-radius: 2px;
  119. background-color: var(--theme-color-white);
  120. transform: translate(-50%, -50%) rotate(45deg);
  121. transition: 0.3s ease;
  122. }
  123. &:after {
  124. transform: translate(-50%, -50%) rotate(-45deg);
  125. }
  126. }
  127. }
  128. &.open {
  129. height: 390px;
  130. @media (max-width: 767px) {
  131. height: 385px;
  132. max-height: 385px;
  133. }
  134. @media (max-width: 567px) {
  135. height: 509px;
  136. max-height: 509px;
  137. }
  138. &.has-button-wrapper {
  139. height: 460px;
  140. @media (max-width: 767px) {
  141. height: 395px;
  142. max-height: 395px;
  143. }
  144. @media (max-width: 567px) {
  145. height: 519px;
  146. max-height: 519px;
  147. }
  148. }
  149. .close-search {
  150. display: block !important;
  151. }
  152. .tiles {
  153. top: 0;
  154. padding-bottom: 9px;
  155. @media screen and (max-width: 767px) {
  156. padding-bottom: 0;
  157. }
  158. }
  159. .all-button-wrapper {
  160. top: 0;
  161. }
  162. form {
  163. max-width: 580px;
  164. }
  165. }
  166. form {
  167. border-radius: 24px;
  168. box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.25) !important;
  169. overflow: hidden;
  170. font-size: 22px;
  171. max-width: 360px;
  172. margin: 20px auto !important;
  173. transition: 0.3s ease;
  174. @media(max-width: 767px) {
  175. font-size: 18px;
  176. margin: 15px auto !important;
  177. border-radius: 18px;
  178. }
  179. @media(max-width: 399px) {
  180. max-width: 250px;
  181. }
  182. }
  183. + section, + #toclist > section:first-child {
  184. @media(min-width: 768px) {
  185. margin-top: 0;
  186. }
  187. }
  188. input#search-term {
  189. border-color: white !important;
  190. height: 60px;
  191. border-top-left-radius: 24px;
  192. border-bottom-left-radius: 24px;
  193. font-size: 22px;
  194. @media(max-width: 767px) {
  195. font-size: 18px;
  196. height: 48px;
  197. border-top-left-radius: 18px;
  198. border-bottom-left-radius: 18px;
  199. }
  200. &::placeholder {
  201. color: var(--theme-color-primary) !important;
  202. }
  203. }
  204. button.search-submit {
  205. background-color: var(--theme-color-primary) !important;
  206. color: white;
  207. border-top-left-radius: 0 !important;
  208. border-bottom-left-radius: 0 !important;
  209. border-top-right-radius: 0 !important;
  210. border-bottom-right-radius: 0 !important;
  211. border-color: white !important;
  212. height: 60px;
  213. width: 60px;
  214. font-size: 22px;
  215. @media(max-width: 767px) {
  216. font-size: 18px;
  217. height: 48px;
  218. width: 48px;
  219. }
  220. &:before {
  221. width: 30px;
  222. height: 30px;
  223. font-size: 30px;
  224. @media(max-width: 767px) {
  225. width: 24px;
  226. height: 24px;
  227. font-size: 24px;
  228. }
  229. }
  230. }
  231. .container {
  232. position: relative;
  233. z-index: 1;
  234. .row {
  235. @media(max-width: 567px) {
  236. min-height: 0;
  237. }
  238. > .col {
  239. margin-top: 0;
  240. padding-top: 0;
  241. padding-bottom: 0;
  242. }
  243. }
  244. }
  245. .artwork {
  246. @media(max-width: 420px) {
  247. top: 30px;
  248. right: -20px;
  249. }
  250. @media(max-width: 340px) {
  251. top: 40px;
  252. right: -30px;
  253. }
  254. }
  255. form {
  256. position: relative;
  257. margin: 0 0 16px;
  258. @media(max-width: 567px) {
  259. margin-top: 20px;
  260. }
  261. }
  262. h1 {
  263. margin-left: 0;
  264. margin-top: 0;
  265. @media(max-width: 567px) {
  266. font-size: 24px;
  267. margin: 0;
  268. }
  269. }
  270. .tiles {
  271. margin: 0 -8px 0 -8px;
  272. position: relative;
  273. top: 100px;
  274. display: flex;
  275. flex-wrap: wrap;
  276. font-family: "Korb", sans-serif;
  277. transition: all 0.3s ease-in;
  278. padding-bottom: 0;
  279. .tile {
  280. position: relative;
  281. display: flex;
  282. padding: 8px;
  283. flex: 1 1 33.3333%;
  284. max-width: 33.3333%;
  285. margin-top: 0 !important;
  286. padding-top: 0 !important;
  287. padding-bottom: 0 !important;
  288. margin-bottom: 16px !important;
  289. &::before {
  290. position: absolute;
  291. top: 8px;
  292. right: 8px;
  293. margin: 10px 8px;
  294. font-family: Icons, sans-serif;
  295. font-size: 18px;
  296. line-height: 1;
  297. text-align: center;
  298. pointer-events: none;
  299. z-index: 1;
  300. }
  301. &[data-type="download"]::before {
  302. @include icon-small-download;
  303. }
  304. &[data-type="external"]::before {
  305. @include icon-small-link-external;
  306. }
  307. @media(max-width: 567px) {
  308. flex: 1 1 50%;
  309. max-width: 50%;
  310. }
  311. &:nth-child(3) ~ .tile {
  312. z-index: 1;
  313. }
  314. &.downloads, &.a-z, &.events {
  315. order: 1;
  316. background-color: transparent;
  317. &::before {
  318. font-family: "Icons", sans-serif;
  319. position: absolute;
  320. font-size: 24px;
  321. line-height: 1;
  322. right: 0;
  323. top: 0;
  324. margin: 11px 10px;
  325. z-index: 1;
  326. background-color: white;
  327. padding: 7px 6px 5px;
  328. border-top-right-radius: 8px;
  329. border-bottom-left-radius: 8px;
  330. @media(max-width: 767px) {
  331. margin: 18px;
  332. font-size: 24px;
  333. }
  334. }
  335. .outer {
  336. background-color: var(--theme-color-primary-dimmed-04);
  337. }
  338. p {
  339. margin-bottom: 0.4em;
  340. }
  341. }
  342. &.downloads::before {
  343. @include icon-suche-datei;
  344. }
  345. &.a-z::before {
  346. @include icon-suche-az;
  347. }
  348. &.events::before {
  349. @include icon-suche-veranstaltung;
  350. }
  351. }
  352. .tile > a, .outer {
  353. position: relative;
  354. display: flex;
  355. align-items: flex-end;
  356. width: 100%;
  357. height: 108px;
  358. max-height: 108px;
  359. padding: 10px 24px 18px 24px;
  360. border-radius: var(--border-radius-md);
  361. box-shadow: 0 4px 20px -5px rgba(#000, 0.25);
  362. transition: 0.25s ease;
  363. line-height: 1.2;
  364. background-color: var(--theme-color-background);
  365. overflow: hidden;
  366. @include focus-visible();
  367. @media(max-width: 767px) {
  368. font-size: 16px;
  369. padding: 10px 10px 15px;
  370. min-height: 84px;
  371. }
  372. &:before {
  373. content: "";
  374. position: absolute;
  375. display: block;
  376. bottom: 0;
  377. left: 0;
  378. right: 0;
  379. height: var(--border-width);
  380. background-color: var(--theme-color-secondary);
  381. transition: 0.25s $easeOutQuad;
  382. }
  383. &:hover {
  384. color: var(--theme-color-secondary-intensed);
  385. &:before {
  386. height: var(--border-width-hover);
  387. }
  388. }
  389. }
  390. .tile > a {
  391. .item-title {
  392. text-decoration: underline;
  393. }
  394. }
  395. .outer {
  396. background-color: var(--theme-primary-light-04);
  397. padding: 14px 20px 18px;
  398. border: 4px solid white;
  399. &::after, &::before {
  400. display: none;
  401. }
  402. }
  403. .inner {
  404. display: block;
  405. max-width: 100%;
  406. }
  407. .kicker {
  408. white-space: nowrap;
  409. text-overflow: ellipsis;
  410. overflow: hidden;
  411. max-width: 100%;
  412. display: block;
  413. text-decoration: none;
  414. }
  415. ul {
  416. list-style: none;
  417. padding: 0;
  418. font-size: 16px;
  419. max-width: 100%;
  420. margin: 0;
  421. li {
  422. margin-top: 5px;
  423. }
  424. a {
  425. display: block;
  426. white-space: nowrap;
  427. overflow: hidden;
  428. text-overflow: ellipsis;
  429. transition: 0.2s ease;
  430. font-weight: 500;
  431. &:hover {
  432. color: var(--color-secondary-dark);
  433. }
  434. }
  435. }
  436. .proposals {
  437. flex: 1 1 100%;
  438. padding: 10px 12px 0;
  439. order: 2;
  440. a {
  441. margin: 0 0.3em 0 0.1em;
  442. }
  443. p {
  444. margin-bottom: 0;
  445. }
  446. }
  447. .all-button-wrapper {
  448. padding: 16px 8px;
  449. display: block;
  450. flex: 1 1 100%;
  451. order: 3;
  452. .btn {
  453. transition: 0.2s ease;
  454. .count {
  455. margin-left: 0.3em;
  456. &::before {
  457. content: '(';
  458. }
  459. &::after {
  460. content: ')';
  461. }
  462. }
  463. }
  464. }
  465. }
  466. &.background-image {
  467. &:after {
  468. position: absolute;
  469. top: 0;
  470. left: 0;
  471. bottom: 0;
  472. right: 0;
  473. z-index: 0;
  474. content: "";
  475. opacity: 0.6;
  476. background: linear-gradient(87deg, #036 12.55%, rgba(1, 40, 81, 0.86) 56.52%, rgba(0, 51, 102, 0.00) 94.05%);
  477. background-blend-mode: overlay;
  478. }
  479. .artwork-wrapper {
  480. display: none;
  481. }
  482. }
  483. &.picto-image {
  484. background-position: 50% 0;
  485. background-size: auto 100%;
  486. background-repeat: repeat-x;
  487. @media (max-width: 767px) {
  488. background-size: auto 78px;
  489. }
  490. .artwork-wrapper {
  491. display: none;
  492. }
  493. }
  494. .all-button-wrapper {
  495. display: block;
  496. padding-top: 10px;
  497. position: relative;
  498. top: 100px;
  499. transition: all 0.3s ease-in;
  500. }
  501. }
  502. &.infoteaser {
  503. border-radius: 4px;
  504. .slide-overflow {
  505. border-radius: 4px;
  506. }
  507. .outer {
  508. @media(max-width: 999px) {
  509. max-height: none;
  510. height: auto;
  511. }
  512. }
  513. .rotation {
  514. padding: 0;
  515. @media screen and (max-width: 999px) {
  516. .slide:not(.text-only) .text-box {
  517. //padding: 16px 0;
  518. }
  519. .slide .image-box :not(.context-box--image) img {
  520. position: static;
  521. height: 300px;
  522. }
  523. .slider-tabs {
  524. top: 0;
  525. height: auto;
  526. bottom: auto;
  527. margin-top: 15px;
  528. }
  529. }
  530. @media screen and (max-width: 999px) {
  531. .slider .image-box {
  532. padding-left: var(--container-padding);
  533. padding-right: var(--container-padding);
  534. }
  535. .slider .text-box:first-child::after {
  536. display: none;
  537. }
  538. }
  539. .text-box {
  540. min-height: 0;
  541. }
  542. }
  543. .outer {
  544. border-radius: 4px;
  545. .image-box picture img {
  546. border-radius: 4px;
  547. }
  548. }
  549. .image-box {
  550. @media(min-width: 1000px) {
  551. min-height: 427px;
  552. height: 100%;
  553. }
  554. picture {
  555. @media(min-width: 1000px) {
  556. min-height: 427px;
  557. height: 100%;
  558. }
  559. img {
  560. object-position: right;
  561. @media(min-width: 1000px) {
  562. min-height: 427px;
  563. height: 100%;
  564. }
  565. }
  566. }
  567. }
  568. .mainstage {
  569. @media screen and (max-width: 999px) {
  570. padding: 14px 0 0 0;
  571. }
  572. @media screen and (max-width: 767px) {
  573. padding-top: 4px;
  574. }
  575. .row {
  576. margin: 16px 0;
  577. @media screen and (min-width: 1000px) {
  578. margin: 30px -8px 0;
  579. }
  580. .col {
  581. flex: 1 1 100%;
  582. max-width: 100%;
  583. @media screen and (min-width: 1000px) {
  584. padding: 0 8px;
  585. flex: 1 1 calc(100% - 322px);
  586. max-width: calc(100% - 322px);
  587. }
  588. + .col {
  589. flex: 1 1 100%;
  590. max-width: 100%;
  591. display: flex;
  592. flex-flow: column;
  593. justify-content: space-between;
  594. margin: 0;
  595. padding: 0 var(--container-padding);
  596. @media screen and (min-width: 1000px) {
  597. flex: 1 1 322px;
  598. max-width: 322px;
  599. padding: 0 8px;
  600. margin: -8px 0;
  601. }
  602. .mt {
  603. height: 100%;
  604. padding: 8px 0;
  605. @media screen and (max-width: 575px) {
  606. padding: 4px 0;
  607. }
  608. .mini-teaser {
  609. height: 100%;
  610. .text-box {
  611. height: 100%;
  612. flex-flow: column;
  613. justify-content: space-between;
  614. .btn {
  615. height: fit-content;
  616. }
  617. }
  618. }
  619. }
  620. }
  621. }
  622. }
  623. }
  624. }
  625. &.hero-fullwidth {
  626. .mainstage.container {
  627. /*max-width: 1920px;*/
  628. width: 100%;
  629. padding: 30px 0 0 0;
  630. @media (max-width: 767px) {
  631. padding-top: 20px;
  632. }
  633. > .row {
  634. margin: 0;
  635. }
  636. }
  637. .rotation {
  638. margin: 0 !important;
  639. padding: 0 !important;
  640. width: 100%;
  641. .outer {
  642. margin: 0 !important;
  643. position: relative;
  644. justify-content: center;
  645. @media (min-width: 1000px) {
  646. max-height: 566px;
  647. }
  648. }
  649. .copyright {
  650. left: 100%;
  651. }
  652. .slide-wrapper,
  653. .slide,
  654. .outer {
  655. height: 100%;
  656. }
  657. .slider {
  658. background-color: transparent;
  659. .image-box {
  660. &:before {
  661. display: none;
  662. }
  663. :not(.context-box--image) img {
  664. @media (max-width: 999px) {
  665. min-height: calc(18vw + 300px) !important;
  666. }
  667. }
  668. .context-box {
  669. right: 0;
  670. @media (max-width: 999px) {
  671. top: 72px;
  672. }
  673. @media (max-width: 767px) {
  674. top: 64px;
  675. }
  676. }
  677. }
  678. .slide:not(.text-only) .image-box {
  679. @media (max-width: 999px) {
  680. margin: 0 30px;
  681. width: auto;
  682. height: auto;
  683. &:after {
  684. border-radius: 4px;
  685. }
  686. picture img {
  687. border-radius: 4px;
  688. min-height: auto !important;
  689. }
  690. }
  691. @media (max-width: 767px) {
  692. margin: 0 20px;
  693. }
  694. }
  695. .controls {
  696. right: 35px;
  697. }
  698. .slide.text-only {
  699. .image-box {
  700. &:after {
  701. display: none;
  702. }
  703. }
  704. @media (min-width: 1000px) {
  705. .text-box {
  706. display: flex;
  707. height: auto;
  708. min-height: auto;
  709. top: 50%;
  710. transform: translate(0,-50%);
  711. }
  712. }
  713. @media (min-width: 1000px) {
  714. .text-in-image-box {
  715. p {
  716. display: none;
  717. }
  718. }
  719. }
  720. @media (min-width: 1000px) {
  721. .image-box:has(.icon) ~ .text-box {
  722. padding-left: 176px;
  723. }
  724. .image-box {
  725. .text-in-image-box {
  726. width: auto;
  727. left: 36px;
  728. transform: translate(0, -50%);
  729. margin-top: 36px;
  730. @media (min-width: 1230px) {
  731. left: 50%;
  732. margin-left: -580px;
  733. }
  734. @media (min-width: 1340px) {
  735. margin-left: -695px;
  736. }
  737. @media (min-width: 1340px) {
  738. margin-left: -47.5vw;
  739. }
  740. @media (min-width: 1460px) {
  741. margin-left: -695px;
  742. }
  743. }
  744. .icon {
  745. width: 120px;
  746. height: 120px;
  747. &:before {
  748. font-size: 120px;
  749. }
  750. }
  751. }
  752. }
  753. }
  754. .slide.text-only.current {
  755. //background: linear-gradient(-10deg, var(--theme-color-gradient-01) 10%, var(--theme-color-gradient-02) 55%, var(--theme-color-gradient-03) 90%);
  756. }
  757. .slide-overflow {
  758. height: 100% !important;
  759. }
  760. }
  761. }
  762. .image-box {
  763. width: 100%;
  764. flex: 1 1 100%;
  765. max-width: 100%;
  766. position: relative;
  767. padding-right: 0 !important;
  768. @media (min-width: 1000px) {
  769. max-height: 566px;
  770. }
  771. &:after {
  772. position: absolute;
  773. top: 0;
  774. left: 0;
  775. bottom: 0;
  776. right: 0;
  777. z-index: 0;
  778. content: "";
  779. opacity: 0.6;
  780. background: linear-gradient(87deg, #036 12.55%, rgba(1, 40, 81, 0.86) 56.52%, rgba(0, 51, 102, 0.00) 94.05%);
  781. background-blend-mode: overlay;
  782. &:before {
  783. display: none;
  784. }
  785. }
  786. picture {
  787. position: static;
  788. }
  789. :not(.context-box--image) img {
  790. object-fit: cover;
  791. z-index: -1;
  792. left: 0 !important;
  793. padding: 0 !important;
  794. width: 100% !important;
  795. position: static;
  796. }
  797. }
  798. .text-box {
  799. height: 100%;
  800. color: white;
  801. width: var(--container-width);
  802. padding: 0 var(--container-padding);
  803. max-width: 100%;
  804. margin: 0 auto;
  805. @media (min-width: 1000px) {
  806. position: absolute;
  807. * {
  808. color: white;
  809. }
  810. }
  811. .btn {
  812. @media (min-width: 1000px) {
  813. background-color: white !important;
  814. color: var(--theme-color-primary) !important;
  815. }
  816. &:hover:after {
  817. box-shadow: 0 0 0 var(--button-hover-shadow-size) white !important;
  818. }
  819. }
  820. * {
  821. max-width: 580px;
  822. }
  823. &:after {
  824. display: none;
  825. }
  826. &:before {
  827. display: none;
  828. }
  829. }
  830. .slide.text-only {
  831. //@media screen and (max-width: 900px) {
  832. // padding: 16px var(--container-padding) 0;
  833. //}
  834. //
  835. //.text-box {
  836. // width: auto;
  837. // @media (max-width: 999px) {
  838. // min-height: calc(18vw + 300px) !important;
  839. // }
  840. // @media screen and (max-width: 900px) {
  841. // padding-left: 0;
  842. // padding-right: 0;
  843. // }
  844. //}
  845. }
  846. .controls {
  847. width: var(--container-width);
  848. padding: 0 var(--container-padding);
  849. max-width: 100%;
  850. margin: 0 auto;
  851. position: relative;
  852. .slider-tabs {
  853. right: -10px;
  854. }
  855. }
  856. }
  857. .rotation .slider {
  858. border-bottom: 0;
  859. background-color: white;
  860. h3, .like-h2 {
  861. margin-top: 4px;
  862. margin-bottom: 8px;
  863. line-height: 1.1;
  864. }
  865. .kicker {
  866. margin-bottom: 0;
  867. }
  868. p {
  869. margin-bottom: 0.4em;
  870. }
  871. .btn {
  872. margin-top: 0.4em;
  873. }
  874. &.ishovered .slider-tabs li.active button.btn::before {
  875. animation-play-state: paused;
  876. }
  877. &.btnanimation {
  878. .slider-tabs {
  879. li.active {
  880. button.btn::before {
  881. animation: fillgrey 7s linear forwards;
  882. }
  883. }
  884. }
  885. }
  886. .slider-tabs {
  887. li:first-child:last-child {
  888. display: none;
  889. }
  890. li.active {
  891. button.btn {
  892. background-blend-mode: overlay;
  893. overflow: hidden;
  894. }
  895. }
  896. li {
  897. button.btn {
  898. position: relative;
  899. border-radius: var(--border-radius-lg);
  900. }
  901. button.btn::before {
  902. width: 0;
  903. background-color: var(--theme-grey-light);
  904. content: "";
  905. z-index: 0;
  906. height: 100%;
  907. position: absolute;
  908. top: 0;
  909. bottom: 0;
  910. right: 0;
  911. left: 0;
  912. display: block;
  913. background-blend-mode: multiply;
  914. }
  915. }
  916. }
  917. .slide.text-only.current {
  918. //background: none;
  919. //
  920. //.outer {
  921. // background: linear-gradient(-10deg, var(--theme-color-gradient-01) 10%, var(--theme-color-gradient-02) 55%, var(--theme-color-gradient-03) 90%);
  922. //
  923. // .text-box {
  924. // justify-content: center;
  925. // max-width: 580px;
  926. // }
  927. //}
  928. }
  929. .text-box {
  930. color: var(--theme-color-primary);
  931. padding: 30px 20px 24px 20px;
  932. display: flex;
  933. flex-flow: column;
  934. justify-content: center;
  935. min-width: 324px;
  936. @media(min-width: 1000px) {
  937. padding-left: 36px;
  938. padding-right: 36px;
  939. }
  940. @media(max-width: 999px) {
  941. padding: 16px 30px 24px 30px;
  942. }
  943. @media(max-width: 767px) {
  944. padding-left: 20px;
  945. padding-right: 20px;
  946. }
  947. &:not(:first-child)::before {
  948. background-color: var(--theme-color-primary-dimmed-04);
  949. }
  950. .btn {
  951. background-color: var(--theme-color-primary);
  952. color: white;
  953. &:hover:after {
  954. box-shadow: 0 0 0 var(--button-hover-shadow-size) var(--theme-color-primary);
  955. }
  956. }
  957. }
  958. .text-only {
  959. .image-box {
  960. background: linear-gradient(149deg, var(--theme-color-gradient-01) 46.62%, var(--theme-color-gradient-02) 84.79%, var(--theme-color-gradient-03) 112.16%);
  961. @media (max-width: 999px) {
  962. width: calc(100vw - (2 * var(--container-padding)));
  963. height: calc((100vw - (2 * var(--container-padding))) * 2 / 3);
  964. flex: auto;
  965. margin: 0 auto;
  966. border-radius: 4px;
  967. }
  968. .text-in-image-box {
  969. position: absolute;
  970. left: 50%;
  971. top: 50%;
  972. width: 80%;
  973. transform: translate(-50%, -50%);
  974. color: var(--theme-color-white);
  975. text-align: center;
  976. .icon {
  977. width: 100px;
  978. height: 100px;
  979. overflow: hidden;
  980. position: relative;
  981. margin: 0 auto;
  982. &:before {
  983. display: block;
  984. position: absolute;
  985. left: 0;
  986. top: 0;
  987. font-family: "Pictograms",sans-serif;
  988. color: var(--theme-color-white);
  989. font-size: 90px;
  990. line-height: 1;
  991. }
  992. }
  993. p {
  994. font-size: 36px;
  995. line-height: 43.20px;
  996. @media (max-width: 767px) {
  997. font-size: 24px;
  998. line-height: 28.80px;
  999. }
  1000. }
  1001. }
  1002. }
  1003. .text-box {
  1004. display: block;
  1005. //color: white;
  1006. }
  1007. }
  1008. }
  1009. .rotation {
  1010. margin: 0;
  1011. @media (max-width: 1339px) {
  1012. .rotation .slider .text-box {
  1013. min-width: 324px;
  1014. }
  1015. }
  1016. @media (min-width: 1000px) {
  1017. .slider .text-box:not(:first-child)::before {
  1018. border-top-right-radius: 16% 50% !important;
  1019. border-bottom-right-radius: 16% 50% !important;
  1020. margin: -15% -8% -15% 20px;
  1021. }
  1022. }
  1023. @media (max-width: 999px) {
  1024. .slider {
  1025. background-color: white;
  1026. .text-box:not(:first-child)::before {
  1027. display: none;
  1028. }
  1029. .image-box {
  1030. order: 0;
  1031. height: auto;
  1032. //max-height: none !important;
  1033. :not(.context-box--image) img {
  1034. aspect-ratio: 3 / 2;
  1035. height: auto !important;
  1036. max-height: none !important;
  1037. min-height: 177px !important;
  1038. position: static;
  1039. }
  1040. &:before {
  1041. display: none;
  1042. }
  1043. }
  1044. }
  1045. }
  1046. @media screen and (max-width: 999px) {
  1047. .slider {
  1048. margin-bottom: 20px;
  1049. .slide:not(.text-only) {
  1050. .text-box {
  1051. //padding: 16px var(--container-padding) 0;
  1052. }
  1053. }
  1054. .slide.text-only {
  1055. //padding-left: var(--container-padding);
  1056. //padding-right: var(--container-padding);
  1057. }
  1058. .controls {
  1059. position: absolute;
  1060. right: 26px;
  1061. top: 10px;
  1062. width: auto;
  1063. padding: 0;
  1064. @media screen and (min-width: 768px) {
  1065. right: 36px;
  1066. }
  1067. }
  1068. .slider-tabs {
  1069. position: relative;
  1070. right: auto;
  1071. top: auto;
  1072. padding: 0;
  1073. margin: 0;
  1074. .btn {
  1075. margin-top: 0 !important;
  1076. }
  1077. }
  1078. }
  1079. }
  1080. @media screen and (max-width: 767px) {
  1081. .slider {
  1082. .slide:not(.text-only) .text-box {
  1083. //padding: 16px var(--container-padding);
  1084. }
  1085. }
  1086. }
  1087. @media screen and (max-width: 567px) {
  1088. .slider {
  1089. margin: 0;
  1090. margin-bottom: 8px;
  1091. }
  1092. }
  1093. .image-box .context-box {
  1094. @media screen and (max-width: 999px) {
  1095. top: 74px;
  1096. &.context-box--image {
  1097. right: 30px;
  1098. }
  1099. }
  1100. @media screen and (max-width: 767px) {
  1101. top: 64px;
  1102. &.context-box--image {
  1103. right: 20px;
  1104. }
  1105. }
  1106. }
  1107. }
  1108. }
  1109. @keyframes fillgrey {
  1110. 0% {
  1111. width: 0;
  1112. }
  1113. 100% {
  1114. width: 100%
  1115. }
  1116. }