Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

237 lignes
4.5 KiB

  1. @import '../../_global/styles/mixins';
  2. @import '../../_global/styles/vars';
  3. @import '../../components/event-teaser-large/event-teaser-large.scss';
  4. .right-open-container{
  5. @media (min-width: 1000px) {
  6. width: calc((var(--container-width) / 2) + 50vw);
  7. margin-left:auto;
  8. margin-right:0;
  9. padding-right:0;
  10. }
  11. }
  12. .eventteaserlargeslider {
  13. opacity: 0;
  14. transition: opacity 0.4s linear;
  15. &.initiated {
  16. opacity: 1;
  17. }
  18. .slider-tabs{
  19. width: calc(var(--container-width) - 2 * var(--container-padding));
  20. left: 0 !important;
  21. transform: none !important;
  22. }
  23. &.single-slide {
  24. .controls {
  25. display: none;
  26. }
  27. }
  28. .slide-overflow {
  29. overflow: hidden;
  30. transition: height 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  31. }
  32. img.loading {
  33. opacity: 0;
  34. }
  35. img.loaded {
  36. transition: 0.3s ease;
  37. opacity: 1;
  38. }
  39. .slide-wrapper {
  40. position: relative;
  41. display: flex;
  42. align-items: flex-start;
  43. width: 80000px;
  44. contain: layout;
  45. margin:0 calc(var(--col-padding) * -1);
  46. @media(max-width: 999px) {
  47. width: 10000%;
  48. margin:0;
  49. }
  50. &.no-transition {
  51. -webkit-user-select: none;
  52. -moz-user-select: none;
  53. -ms-user-select: none;
  54. user-select: none;
  55. .image-box:after {
  56. content: "";
  57. @include full-size;
  58. z-index: 2;
  59. }
  60. }
  61. img, a {
  62. -webkit-user-select: none;
  63. -moz-user-select: none;
  64. -ms-user-select: none;
  65. user-select: none;
  66. -webkit-user-drag: none;
  67. -moz-user-drag: none;
  68. }
  69. }
  70. .slide {
  71. position: relative;
  72. width:1%;
  73. max-width:1%;
  74. min-width:1%;
  75. min-height:400px;
  76. @media(min-width: 1000px) {
  77. padding:var(--col-padding);
  78. }
  79. }
  80. .prev-clone,
  81. .next-clone {
  82. position: absolute;
  83. display: flex;
  84. width: 100%;
  85. }
  86. .prev-clone {
  87. position: absolute;
  88. right: 100%;
  89. justify-content: flex-end;
  90. }
  91. }
  92. .rotationslider{
  93. margin-bottom:calc(var(--section-margin) + 2rem) !important;
  94. }
  95. .rotationslider h1{
  96. max-width: 50%;
  97. display: inline-block;
  98. }
  99. .rotationslider .eventteaserlargeslider {
  100. margin-bottom:2rem;
  101. position: relative;
  102. display: block;
  103. button {
  104. border: 0;
  105. background-color: transparent;
  106. padding: 0;
  107. cursor: pointer;
  108. }
  109. .slider-tabs, .tabs {
  110. position: absolute;
  111. bottom: -2rem;
  112. left: 50%;
  113. right: 0;
  114. padding: 0;
  115. list-style: none;
  116. transform: translate(-50%, 0);
  117. text-align: center;
  118. font-size: 0;
  119. line-height: 0;
  120. margin: 0;
  121. li {
  122. display: inline-block;
  123. vertical-align: top;
  124. &.active button:before {
  125. background-color: var(--theme-color-primary);
  126. box-shadow: 0 0 0 2px var(--theme-color-primary);
  127. }
  128. }
  129. .btn {
  130. --button-min-size: 24px;
  131. font-size: 0;
  132. line-height: 0;
  133. display: flex;
  134. align-items: center;
  135. justify-content: center;
  136. &::before {
  137. content: "";
  138. position: relative;
  139. display: block;
  140. width: 10px;
  141. height: 10px;
  142. border: 2px solid var(--theme-color-primary);
  143. border-radius: 5px;
  144. transition: 0.2s ease;
  145. }
  146. &::after {
  147. display: none;
  148. }
  149. &:hover {
  150. background-color: transparent;
  151. &::before {
  152. background-color: var(--theme-color-primary);
  153. }
  154. }
  155. }
  156. }
  157. .prev, .next {
  158. position: absolute;
  159. top: -94px;
  160. width: 60px;
  161. height: 60px;
  162. text-align: center;
  163. line-height: 60px;
  164. left: calc(var(--container-width) - 2 * var(--container-padding) - 60px);
  165. color: var(--theme-color-primary);
  166. right:auto;
  167. border-radius: 24px;
  168. background: var(--theme-color-primary-dimmed-04);
  169. @media(max-width: 1470px) {
  170. left:auto;
  171. right: var(--container-padding);
  172. }
  173. @media(max-width: 1339px) {
  174. top: -90px;
  175. }
  176. @media(max-width: 999px) {
  177. right:0px;
  178. top: -80px;
  179. }
  180. @media(max-width: 767px) {
  181. }
  182. &:before {
  183. @include icon-small-arrow-right-simple;
  184. font-family: "Icons", sans-serif;
  185. font-size: 30px;
  186. content: "\e825";
  187. }
  188. }
  189. .prev {
  190. left: calc(var(--container-width) - 2 * var(--container-padding) - 140px);
  191. transform: rotate(180deg);
  192. @media(max-width: 1470px) {
  193. left:auto;
  194. right:calc(var(--container-padding) + 80px);
  195. }
  196. @media(max-width: 999px) {
  197. right:80px;
  198. }
  199. }
  200. .count{
  201. display:none;
  202. }
  203. h2, .like-h2 {
  204. margin-top: 0.3em;
  205. margin-bottom: 0.4em;
  206. }
  207. }