Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

920 righe
16 KiB

  1. @charset "UTF-8";
  2. // defaults
  3. /*
  4. * A better looking default horizontal rule
  5. */
  6. hr {
  7. display: block;
  8. height: 1px;
  9. border: 0;
  10. border-top: 1px solid #ccc;
  11. margin: 1em 0;
  12. padding: 0;
  13. }
  14. /*
  15. * Remove the gap between audio, canvas, iframes,
  16. * images, videos and the bottom of their containers:
  17. * https://github.com/h5bp/html5-boilerplate/issues/440
  18. */
  19. audio,
  20. canvas,
  21. iframe,
  22. img,
  23. svg,
  24. video {
  25. vertical-align: middle;
  26. }
  27. /*
  28. * Remove default fieldset styles.
  29. */
  30. fieldset {
  31. border: 0;
  32. margin: 0;
  33. padding: 0;
  34. }
  35. .fieldset_ie{
  36. border: 0;
  37. margin: 1px;
  38. padding: 1px;
  39. }
  40. .list_item_ie{
  41. list-style-type: none;
  42. }
  43. /*
  44. * Allow only vertical resizing of textareas.
  45. */
  46. textarea {
  47. resize: vertical;
  48. }
  49. /* ==========================================================================
  50. Helper classes
  51. ========================================================================== */
  52. /*
  53. * Hide visually and from screen readers:
  54. * http://juicystudio.com/article/screen-readers-display-none.php
  55. */
  56. .hidden {
  57. display: none !important;
  58. visibility: hidden;
  59. }
  60. /*
  61. * Hide only visually, but have it available for screen readers:
  62. * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  63. */
  64. .visuallyhidden {
  65. border: 0;
  66. clip: rect(0 0 0 0);
  67. height: 1px;
  68. margin: -1px;
  69. overflow: hidden;
  70. padding: 0;
  71. position: absolute;
  72. width: 1px;
  73. }
  74. /*
  75. * Extends the .visuallyhidden class to allow the element
  76. * to be focusable when navigated to via the keyboard:
  77. * https://www.drupal.org/node/897638
  78. */
  79. .visuallyhidden.focusable:active,
  80. .visuallyhidden.focusable:focus {
  81. clip: auto;
  82. height: auto;
  83. margin: 0;
  84. overflow: visible;
  85. position: static;
  86. width: auto;
  87. }
  88. /*
  89. * Hide visually and from screen readers, but maintain layout
  90. */
  91. .invisible {
  92. visibility: hidden;
  93. }
  94. h1,
  95. h2,
  96. h3,
  97. h4,
  98. h5,
  99. h6 {
  100. @include font-family(korbregular);
  101. color: $cGlobalHover;
  102. font-weight: normal;
  103. }
  104. h1 {
  105. font-size: 3.375em; // 56px
  106. margin: 0;
  107. padding: 5px 0 0 0;
  108. line-height: 1em;
  109. }
  110. h2 {
  111. font-size: 2.25em; // 36px
  112. line-height: 42px;
  113. padding-top : 48px;
  114. margin: 0px 0 28px;
  115. &.subline {
  116. line-height: 42px;
  117. margin: 0 0 28px;
  118. }
  119. }
  120. h3, .intro {
  121. @include font-family(source_sans_proregular);
  122. font-size: 1.5em; // 24px
  123. line-height: 30px;
  124. }
  125. h1 + .intro {
  126. margin: 38px 0 0;
  127. }
  128. blockquote {
  129. margin: 22px 0;
  130. padding: 0 0 0 15px;
  131. position: relative;
  132. &:before {
  133. background: $secondary-color;
  134. content: "";
  135. display: block;
  136. width: 8px;
  137. height: calc(100% - 18px);
  138. left: 0;
  139. position: absolute;
  140. top: 8px;
  141. }
  142. }
  143. figcaption {
  144. @include font-family(source_sans_prosemibold);
  145. color: $cGlobalText;
  146. font-style: normal;
  147. font-size: 16px;
  148. }
  149. select {
  150. -webkit-appearance: none;
  151. -moz-appearance: none;
  152. background: $cWhite;
  153. border: 1px solid $cIconBg;
  154. border-radius: 0;
  155. height: 42px;
  156. padding: 0 0 0 15px;
  157. width: 100%;
  158. &::-ms-expand {
  159. display: none;
  160. }
  161. }
  162. select.ui-datepicker-month {
  163. height: 25px;
  164. line-height: 14px;
  165. color:$cGlobalText;
  166. &:focus {
  167. outline: 1px dotted $primary-color;
  168. }
  169. background: url("../../../img/select-arrows.png") no-repeat, $cWhite;
  170. background-position: 95% -30%;
  171. background-size: 15px 50px;
  172. &:focus::-ms-value {
  173. background-color: transparent;
  174. }
  175. }
  176. select.ui-datepicker-year {
  177. height: 25px;
  178. line-height: 14px;
  179. color:$cGlobalText;
  180. &:focus {
  181. outline: 1px dotted $primary-color;
  182. }
  183. background: url("../../../img/select-arrows.png") no-repeat, $cWhite;
  184. background-position: 95% -30%;
  185. background-size: 15px 50px;
  186. &:focus::-ms-value {
  187. background-color: transparent;
  188. }
  189. }
  190. .strong {
  191. background: $secondary-color-trans;
  192. color: $cGlobalText;
  193. margin: 25px 0;
  194. padding: 20px;
  195. }
  196. .container-fluid {
  197. padding: 0;
  198. }
  199. .row {
  200. article {
  201. padding: 0 15px;
  202. }
  203. }
  204. .richtext {
  205. .row article {
  206. padding: 0 15px;
  207. }
  208. article {
  209. padding: 0;
  210. }
  211. }
  212. .video-wrapper {
  213. display: none;
  214. }
  215. .video {
  216. display: block;
  217. position: relative;
  218. &:after {
  219. background-color: $secondary-color;
  220. content: "";
  221. display: block;
  222. height: 60px;
  223. width: 90px;
  224. position: absolute;
  225. top: calc(50% - 30px);
  226. left: calc(50% - 45px);
  227. z-index: 1;
  228. }
  229. .poster-wrapper {
  230. position: relative;
  231. &:after {
  232. @include icons2();
  233. @include backgroundpositionheightweight(play);
  234. content: "";
  235. display: block;
  236. position: absolute;
  237. top: 50%;
  238. left: 50%;
  239. margin-top: -20px;
  240. margin-left: -14px;
  241. z-index: 2;
  242. }
  243. }
  244. }
  245. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  246. float: none;
  247. }
  248. // jump teaser
  249. .jp-teaser {
  250. ul {
  251. margin: 0;
  252. padding: 20px 0;
  253. }
  254. li {
  255. list-style: none;
  256. margin: 0;
  257. padding: 0;
  258. }
  259. }
  260. // iframe teaser
  261. .if-teaser {
  262. iframe {
  263. border: none;
  264. width: 100%;
  265. }
  266. }
  267. // utility styles
  268. ol {
  269. list-style: decimal;
  270. }
  271. ul {
  272. list-style: disc;
  273. }
  274. label {
  275. display: inline;
  276. }
  277. .col-xs-12,
  278. .col-sm-4,
  279. .col-sm-6,
  280. .col-sm-8 {
  281. margin: 0;
  282. padding: 0;
  283. }
  284. .kicker {
  285. color: $cGlobalText;
  286. font-family: "source_sans_proregular", "Helvetica", "Arial", "sans-serif";
  287. font-size: 1.125em; // 18px
  288. line-height: 1em; // 18px
  289. a {
  290. color: $cGlobalText;
  291. text-decoration: none;
  292. &:hover {
  293. text-decoration: none;
  294. }
  295. }
  296. }
  297. .title {
  298. @include font-family(korbregular);
  299. color: $cGlobalHover;
  300. font-size: 2em; // 32px
  301. line-height: 1em; // 32px
  302. a {
  303. color: $cGlobalHover;
  304. text-decoration: none;
  305. &:hover {
  306. color: $cGlobalHover;
  307. text-decoration: none;
  308. }
  309. }
  310. }
  311. @media (max-width: 400px) {
  312. .title {
  313. font-size:1.5em;
  314. }
  315. }
  316. .text {
  317. font-family: "source_sans_proregular", "Helvetica", "Arial", "sans-serif";
  318. /* msc: #IHK-2258 font-size: 1.4em; // 22.5px */
  319. line-height: 1.5;
  320. margin: 0 0 1em 0;
  321. a {
  322. color: $cGlobalText;
  323. line-height: 1.5;
  324. text-decoration: none;
  325. &:hover {
  326. text-decoration: none;
  327. }
  328. }
  329. }
  330. .page-wrapper {
  331. @include make-grid-columns;
  332. margin: 0 15px;
  333. }
  334. .container-fluid {
  335. max-width: 960px;
  336. }
  337. .content-media-left {
  338. float: left;
  339. }
  340. .content-media-right {
  341. float: right;
  342. }
  343. .teaser-content {
  344. @include clearfix();
  345. border-top: 2px solid $primary-color-light;
  346. padding: 20px 0 0 0;
  347. }
  348. .extern,
  349. .download {
  350. .teaser-content {
  351. border: 2px solid $primary-color-light;
  352. padding: 20px 0 12px 15px;
  353. }
  354. }
  355. .extern,
  356. .download {
  357. .kicker {
  358. clear: both;
  359. a {
  360. display: block;
  361. position: relative;
  362. &:after {
  363. @include icons2();
  364. @include backgroundpositionheightweight(icon_linkDownload_default);
  365. content: "";
  366. display: inline-block;
  367. position: absolute;
  368. right: 7px;
  369. top: -16px;
  370. z-index: 0;
  371. }
  372. }
  373. }
  374. }
  375. .extern {
  376. .kicker a:after {
  377. @include backgroundpositionheightweight(icon_linkExternal_default);
  378. }
  379. }
  380. .richtext {
  381. line-height: 1.5;
  382. .kicker {
  383. padding: 0 0 5px 0;
  384. & > :first-child {
  385. padding: 0;
  386. }
  387. }
  388. h1 + article {
  389. margin: 38px 0;
  390. }
  391. .dl-teaser {
  392. padding: 0;
  393. }
  394. .back {
  395. font-size: 1.6875em; // 27px
  396. }
  397. }
  398. .lead {
  399. margin: 20px 0 0;
  400. }
  401. // placeholder
  402. %teaser {
  403. margin: 45px 0 0 0;
  404. h3 {
  405. margin: 0;
  406. }
  407. .kicker {
  408. padding: 0;
  409. }
  410. }
  411. // accordion
  412. .acc-header {
  413. display: block;
  414. transition: all linear .15s;
  415. &:focus {
  416. outline:none;
  417. }
  418. }
  419. .acc-content {
  420. display: none;
  421. padding: 15px;
  422. }
  423. // datepicker
  424. .ui-widget-content,
  425. .ui-widget-header {
  426. @include font-family(source_sans_proregular);
  427. background: $cWhite;
  428. border: 2px solid $cIconBg;
  429. border-radius: 0;
  430. color: $cGlobalText;
  431. &:after {
  432. border-style: solid;
  433. border-width: 0 30px 0 30px;
  434. border-color: transparent transparent $cWhite transparent;
  435. content: "";
  436. height: 0;
  437. left: 50%;
  438. position: absolute;
  439. top: -20px;
  440. width: 0;
  441. }
  442. }
  443. .ui-widget-header {
  444. border: none;
  445. .ui-icon {
  446. background: url("../../../img/jquery-ui/ui-icons_228ef1_256x240.png") no-repeat;
  447. }
  448. .ui-state-hover {
  449. background: rgba(45, 118, 178, .2);
  450. border: 1px solid $primary-color;
  451. }
  452. .ui-datepicker-title {
  453. select {
  454. height: 25px;
  455. }
  456. }
  457. }
  458. .ui-datepicker-prev .ui-icon {
  459. background-position: -96px -15px;
  460. }
  461. .ui-datepicker-next .ui-icon {
  462. background-position: -32px -15px;
  463. }
  464. .ui-widget-content {
  465. .ui-state-default {
  466. background: rgba(234, 234, 234, .6);
  467. border: none;
  468. color: $cGlobalText;
  469. text-align: center;
  470. }
  471. }
  472. .shop-icon {
  473. @include font-family(korbregular);
  474. background-color: $cIconGray;
  475. border-top: 8px solid $cIconBg;
  476. color: $cGlobalText;
  477. height: 60px;
  478. position: relative;
  479. text-align: center;
  480. width: 56px;
  481. &:after {
  482. @include icons2();
  483. @include backgroundpositionheightweight(icon_shop);
  484. content: "";
  485. display: inline-block;
  486. left: 50%;
  487. position: absolute;
  488. top: 50%;
  489. -webkit-transform: translate(-50%, -50%);
  490. transform: translate(-50%, -50%);
  491. }
  492. }
  493. .a-z-icon {
  494. @include font-family(korbregular);
  495. background-color: $cIconGray;
  496. border-top: 8px solid $cIconBg;
  497. color: $cGlobalText;
  498. height: 60px;
  499. position: relative;
  500. text-align: center;
  501. width: 56px;
  502. &:after {
  503. @include icons2();
  504. @include backgroundpositionheightweight(icon_A-Z);
  505. content: "";
  506. display: inline-block;
  507. left: 50%;
  508. position: absolute;
  509. top: 50%;
  510. -webkit-transform: translate(-50%, -50%);
  511. transform: translate(-50%, -50%);
  512. }
  513. }
  514. .highlight {
  515. font-weight: bold;
  516. }
  517. .richtext .img-content-wrapper {
  518. @include clearfix();
  519. position: relative;
  520. .img-copyright {
  521. bottom: 15px;
  522. color: rgba(255, 255, 255, .7);
  523. font-size: 12px;
  524. position: absolute;
  525. right: 5px;
  526. text-shadow: 1px 0px 1px rgba(0, 0, 0, 1);
  527. }
  528. img {
  529. width: 100%;
  530. }
  531. }
  532. .img-wrapper,
  533. .image-wrapper {
  534. position: relative;
  535. .inner-figure {
  536. position:relative;
  537. }
  538. .img-copyright {
  539. bottom: 2px;
  540. color: rgba(255, 255, 255, .7);
  541. font-size: 12px;
  542. position: absolute;
  543. right: 5px;
  544. text-shadow: 1px 0px 1px rgba(0, 0, 0, 1);
  545. }
  546. .img-video-copyright {
  547. bottom: 20px;
  548. color: rgba(255, 255, 255, .7);
  549. font-size: 12px;
  550. position: absolute;
  551. right: 5px;
  552. text-shadow: 1px 0px 1px rgba(0, 0, 0, 1);
  553. }
  554. }
  555. .phone {
  556. &.desktop {
  557. display: none;
  558. }
  559. }
  560. @media (min-width: $screen-sm-min),
  561. print {
  562. // placeholder
  563. %teaser {
  564. margin: 60px 0 0 0;
  565. h3 {
  566. margin: 0;
  567. }
  568. .kicker {
  569. padding: 0;
  570. }
  571. }
  572. h1 {
  573. font-size: 3em; // 48px
  574. margin: 0;
  575. padding: 5px 0 0 0;
  576. line-height: 1em;
  577. }
  578. h2 {
  579. font-size: 2em; // 32px
  580. line-height: 36px;
  581. padding-top : 55px;
  582. margin: 0px 0 15px 0;
  583. &.subline {
  584. margin: 20px 0 15px 0;
  585. }
  586. &.title {
  587. padding-top: 0px;
  588. }
  589. }
  590. h3, .intro {
  591. @include font-family(source_sans_proregular);
  592. font-size: 1.25em; // 20px
  593. line-height: 26px;
  594. }
  595. h1 + .intro {
  596. margin: 15px 0 0;
  597. }
  598. blockquote {
  599. margin: 30px 0;
  600. padding: 0 0 0 15px;
  601. &:before {
  602. height: calc(100% - 10px);
  603. top: 4px;
  604. width: 4px;
  605. }
  606. }
  607. figcaption {
  608. font-size: 14px;
  609. line-height: 18px;
  610. }
  611. .strong {
  612. font-size: 17px;
  613. margin: 15px 0;
  614. }
  615. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  616. float: left;
  617. }
  618. // utility styles
  619. .teaser-content {
  620. @include clearfix();
  621. border-top: 2px solid $primary-color-light;
  622. padding: 20px 0 0 0;
  623. }
  624. .richtext {
  625. margin: 0;
  626. .back {
  627. display: inline-block;
  628. font-size: 17px;
  629. margin: 5px 0 0;
  630. }
  631. h2.subline {
  632. line-height: 37px;
  633. margin: 15px 0 8px;
  634. }
  635. .img-content-wrapper {
  636. page-break-inside : avoid;
  637. .img-copyright {
  638. bottom: 8.5px;
  639. }
  640. }
  641. h1 + article {
  642. margin: 50px 0;
  643. }
  644. h1 {
  645. margin-bottom: 25px;
  646. }
  647. }
  648. .kicker {
  649. font-size: .9375em; // 15px
  650. }
  651. .extern,
  652. .download {
  653. .kicker a {
  654. &:after {
  655. height: 14px;
  656. right: 0;
  657. top: 0;
  658. }
  659. }
  660. .teaser-content {
  661. border: 2px solid $primary-color-light;
  662. padding: 20px 15px 12px;
  663. }
  664. }
  665. .download {
  666. .kicker a:after {
  667. @include backgroundpositionheightweight(icon_linkDownload_default);
  668. }
  669. .kicker a:hover:after {
  670. @include backgroundpositionheightweight(icon_linkDownload_over);
  671. }
  672. }
  673. .extern {
  674. .kicker a:after {
  675. @include backgroundpositionheightweight(icon_linkExternal_default);
  676. }
  677. .kicker a:hover:after {
  678. @include backgroundpositionheightweight(icon_linkExternal_over);
  679. }
  680. }
  681. .title {
  682. font-size: 1.75em; // 28px
  683. }
  684. .text {
  685. font-size: 1.0625em; // 17px
  686. }
  687. .lead {
  688. margin: 15px 0 0;
  689. }
  690. .page-wrapper {
  691. margin: 0 auto 0; //msc: IHK-3331
  692. max-width: 960px;
  693. padding: 0;
  694. position: relative;
  695. }
  696. .main-content-wrapper,
  697. .sub-content-wrapper {
  698. @include clearfix();
  699. max-width: 940px;
  700. margin: 0 15px;
  701. }
  702. .content-wrapper {
  703. @include clearfix();
  704. max-width: 960px;
  705. margin: 0 auto;
  706. padding: 10px 0;
  707. }
  708. .sidebar {
  709. .container-fluid {
  710. article:first-of-type {
  711. margin: 0;
  712. }
  713. article {
  714. padding: 0;
  715. }
  716. }
  717. }
  718. .video {
  719. .poster-wrapper {
  720. position: relative;
  721. &:after {
  722. @include icons2();
  723. @include backgroundpositionheightweight(play);
  724. content: "";
  725. display: block;
  726. position: absolute;
  727. top: 50%;
  728. left: 50%;
  729. margin-top: -20px;
  730. margin-left: -14px;
  731. z-index: 2;
  732. }
  733. }
  734. }
  735. .shop-icon {
  736. height: 53px;
  737. width: 50px;
  738. min-width: 50px;
  739. &:after {
  740. @include backgroundpositionheightweight(icon_shop);
  741. }
  742. }
  743. .a-z-icon {
  744. height: 53px;
  745. width: 50px;
  746. min-width: 50px;
  747. &:after {
  748. @include backgroundpositionheightweight(icon_A-Z);
  749. }
  750. }
  751. .phone {
  752. &.mobile {
  753. display: none !important;
  754. }
  755. &.desktop {
  756. display: block !important;
  757. }
  758. }
  759. }
  760. @media print {
  761. .header .search-wrapper,
  762. .ev-search-filter,
  763. .search-filter-form,
  764. .nav.main {
  765. display:none !important;
  766. }
  767. .header .middle-wrapper .info-wrapper {
  768. float:none !important;
  769. clear:both !important;
  770. padding-top:20px;
  771. }
  772. .page-wrapper .col-xs-1, .page-wrapper .col-sm-1, .page-wrapper .col-md-1, .page-wrapper .col-lg-1, .page-wrapper .col-xs-2, .page-wrapper .col-sm-2, .page-wrapper .col-md-2, .page-wrapper .col-lg-2, .page-wrapper .col-xs-3, .page-wrapper .col-sm-3, .page-wrapper .col-md-3, .page-wrapper .col-lg-3, .page-wrapper .col-xs-4, .page-wrapper .col-sm-4, .page-wrapper .col-md-4, .page-wrapper .col-lg-4, .page-wrapper .col-xs-5, .page-wrapper .col-sm-5, .page-wrapper .col-md-5, .page-wrapper .col-lg-5, .page-wrapper .col-xs-6, .page-wrapper .col-sm-6, .page-wrapper .col-md-6, .page-wrapper .col-lg-6, .page-wrapper .col-xs-7, .page-wrapper .col-sm-7, .page-wrapper .col-md-7, .page-wrapper .col-lg-7, .page-wrapper .col-xs-8, .page-wrapper .col-sm-8, .page-wrapper .col-md-8, .page-wrapper .col-lg-8, .page-wrapper .col-xs-9, .page-wrapper .col-sm-9, .page-wrapper .col-md-9, .page-wrapper .col-lg-9, .page-wrapper .col-xs-10, .page-wrapper .col-sm-10, .page-wrapper .col-md-10, .page-wrapper .col-lg-10, .page-wrapper .col-xs-11, .page-wrapper .col-sm-11, .page-wrapper .col-md-11, .page-wrapper .col-lg-11, .page-wrapper .col-xs-12, .page-wrapper .col-sm-12, .page-wrapper .col-md-12, .page-wrapper .col-lg-12 {
  773. float:none;
  774. width:100%;
  775. }
  776. .teaser-content {
  777. height:auto !important;
  778. }
  779. .image-wrapper {
  780. width:50%;margin-right:50%;
  781. }
  782. }
  783. @media (max-width: 380px) {
  784. h1 {
  785. font-size: 2em;
  786. }
  787. }
  788. /************ Print only ***************/
  789. .printonly {
  790. display: none;
  791. }
  792. @media print {
  793. .noprint {
  794. display: none !important;
  795. }
  796. .printonly {
  797. display: block;
  798. padding-top: 5px;
  799. word-break: break-all;
  800. }
  801. }
  802. /************ Print only ***************/