25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

874 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. &.ishovered .slider-tabs li.active button.btn::before{
  657. animation-play-state: paused;
  658. }
  659. &.btnanimation{
  660. .slider-tabs{
  661. li.active{
  662. button.btn::before{
  663. animation: fillgrey 7s linear forwards;
  664. }
  665. }
  666. }
  667. }
  668. .slider-tabs{
  669. li:first-child:last-child{
  670. display:none;
  671. }
  672. li.active{
  673. button.btn{
  674. background-blend-mode: overlay;
  675. }
  676. }
  677. li{
  678. button.btn{
  679. position: relative;
  680. border-radius: var(--border-radius-lg);
  681. overflow:hidden;
  682. }
  683. button.btn::before{
  684. width:0;
  685. background-color:var(--theme-grey-light);
  686. content: "";
  687. z-index:0;
  688. height:100%;
  689. position:absolute;
  690. top:0;
  691. bottom:0;
  692. right:0;
  693. left:0;
  694. right:0;
  695. display:block;
  696. background-blend-mode: multiply;
  697. }
  698. }
  699. }
  700. .slide.text-only.current{
  701. background: none;
  702. outer{
  703. background: linear-gradient(-10deg, var(--theme-color-gradient-01) 10%, var(--theme-color-gradient-02) 55%, var(--theme-color-gradient-03) 90%);
  704. .text-box{
  705. justify-content: center;
  706. }
  707. }
  708. }
  709. .text-box{
  710. color:var(--theme-color-primary);
  711. padding: 30px 36px 24px 36px;
  712. display: flex;
  713. flex-flow: column;
  714. justify-content: center;
  715. min-width: 324px;
  716. &:not(:first-child)::before {
  717. background-color: var(--theme-color-primary-dimmed-04);
  718. }
  719. .btn{
  720. background-color: var(--theme-color-primary);
  721. color:white;
  722. &:hover:after{
  723. box-shadow: 0 0 0 var(--button-hover-shadow-size) var(--theme-color-primary);
  724. }
  725. }
  726. }
  727. .text-only{
  728. .text-box{
  729. color:white;
  730. }
  731. }
  732. }
  733. .rotation{
  734. margin:0;
  735. @media (max-width: 1339px) {
  736. .rotation .slider .text-box {
  737. min-width: 324px;
  738. }
  739. }
  740. @media (min-width: 1001px) {
  741. .slider .text-box:not(:first-child)::before {
  742. border-top-right-radius: 16% 50% !important;
  743. border-bottom-right-radius: 16% 50% !important;
  744. margin: -15% -8% -15% 20px;
  745. }
  746. }
  747. @media (max-width:1000px){
  748. .slider{
  749. background-color: white;
  750. .text-box:not(:first-child)::before{
  751. display: none;
  752. }
  753. .image-box{
  754. order: 0;
  755. height:auto;
  756. max-height:none !important;
  757. img{
  758. aspect-ratio: 16 / 9;
  759. height: auto !important;
  760. max-height:none !important;
  761. min-height: 177px !important;
  762. }
  763. &:before{
  764. display: none;
  765. }
  766. img{
  767. position: static;
  768. //height:300px;
  769. }
  770. }
  771. }
  772. }
  773. @media screen and (max-width:900px){
  774. .slider{
  775. margin-bottom:20px;
  776. .slide:not(.text-only){
  777. .text-box{
  778. padding: 16px var(--container-padding) 0;
  779. }
  780. }
  781. .slide.text-only{
  782. padding-left: var(--container-padding);
  783. padding-right: var(--container-padding);
  784. }
  785. .slider-tabs{
  786. right: calc(var(--container-padding) + 10px);
  787. top: 15px;
  788. padding: 0;
  789. margin: 0;
  790. .btn{
  791. margin-top:0 !important;
  792. }
  793. }
  794. }
  795. }
  796. @media screen and (max-width:767px){
  797. .slider{
  798. .slide:not(.text-only) .text-box{
  799. padding: 16px var(--container-padding);
  800. }
  801. .slider-tabs{
  802. .btn{
  803. --button-icon-padding: 30px;
  804. --button-icon-offset: 5px;
  805. --button-padding: 5px 10px;
  806. --button-min-size: 30px;
  807. margin: 2.5px;
  808. }
  809. }
  810. }
  811. }
  812. @media screen and (max-width:567px) {
  813. .slider {
  814. margin: 0;
  815. margin-bottom: 8px;
  816. }
  817. }
  818. .context-box{
  819. display:none !important;
  820. }
  821. }
  822. }
  823. @keyframes fillgrey {
  824. 0%{width:0;}
  825. 100%{width:100%}
  826. }