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.
 
 
 
 

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