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.
 
 
 
 

813 lines
18 KiB

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