Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

235 řádky
4.8 KiB

  1. @import '../../_global/styles/mixins';
  2. @import '../../_global/styles/vars';
  3. .event-teaser-large, .events-list-large a:not(.btn) {
  4. background-color: white;
  5. border-radius: 8px;
  6. overflow: hidden;
  7. display: flex;
  8. transition: 0.3s ease;
  9. text-decoration: none;
  10. min-height:400px;
  11. flex-wrap: wrap;
  12. &:not(.widemode){
  13. flex-wrap: wrap;
  14. align-content: baseline;
  15. flex-flow: column;
  16. justify-content: flex-start;
  17. background-color: var(--theme-grey-light);
  18. }
  19. @include focus-visible;
  20. &:hover {
  21. color: var(--theme-color-secondary-intensed);
  22. .blue-box {
  23. background-color: var(--theme-color-secondary-intensed);
  24. }
  25. }
  26. .blue-box {
  27. display: flex;
  28. //flex-direction: column;
  29. justify-content: flex-end;
  30. background: linear-gradient(135deg, #036 45.14%, #368484 100%), #D9D9D9;
  31. color: var(--theme-color-white);
  32. margin-right: 18px;
  33. font-family: "Korb", sans-serif;
  34. min-height: 80px;
  35. font-size: 14px;
  36. line-height: 1;
  37. padding: 70px 15px 15px 15px;
  38. min-width: 80px;
  39. transition: 0.2s ease;
  40. position:relative;
  41. flex-flow: column;
  42. align-items: baseline;
  43. width:100%;
  44. margin-right: 0;
  45. min-height:250px;
  46. .icon-box {
  47. font-family: 'Pictograms', sans-serif;
  48. font-size: 48px;
  49. line-height: 1;
  50. color: var(--theme-color-white);
  51. position:absolute;
  52. top:15px;
  53. left:15px;
  54. }
  55. .ev-title{
  56. font-weight: 400;
  57. text-decoration: underline;
  58. line-height: normal;
  59. font-size: 28px;
  60. }
  61. .ev-cat{
  62. color: #003366;
  63. font-size: 16px;
  64. font-family: Source Sans Pro;
  65. font-weight: 400;
  66. text-transform: uppercase;
  67. line-height: 16px;
  68. letter-spacing: 0.32px;
  69. background-color:white;
  70. border-radius:8px;
  71. display:inline-block;
  72. padding:5px 7px;
  73. }
  74. span {
  75. white-space: nowrap;
  76. }
  77. span:nth-child(2) {
  78. font-size: 36px;
  79. margin-left: -2px;
  80. }
  81. &.no-date {
  82. align-items: flex-start;
  83. &:before {
  84. @include icon-sanduhr;
  85. font-family: 'Icons', sans-serif;
  86. font-size: var(--icon-size);
  87. line-height: 1;
  88. margin-bottom: 4px;
  89. margin-top: 5px;
  90. }
  91. * {
  92. display: none;
  93. }
  94. }
  95. }
  96. .text-box {
  97. //align-self: center;
  98. padding: 15px;
  99. //line-height: 1.2;
  100. background-color: var(--theme-grey-light);
  101. width:100%;
  102. display:flex;
  103. justify-content:space-between;
  104. flex-flow: column;
  105. @media(max-width: 767px) {
  106. font-size: var(--font-size-small);
  107. }
  108. .ev-desc{
  109. line-height: 27px;
  110. letter-spacing: 0.18px;
  111. }
  112. }
  113. p {
  114. margin: 0;
  115. &:not(:last-child) {
  116. margin: 2px 0 0.3em;
  117. }
  118. }
  119. .detail-box {
  120. padding-top: 15px;
  121. border-top: 1px #CCD7E6 solid;
  122. .btn{
  123. float: right;
  124. margin-top:15px;
  125. display:none;
  126. }
  127. > div {
  128. display: block;
  129. font-size: var(--font-size-small);
  130. line-height: 1.2em;
  131. margin-right: 15px;
  132. margin-bottom: 5px;
  133. color: var(--theme-color-primary);
  134. &::before {
  135. position: relative;
  136. display: inline-block;
  137. font-family: 'Icons', sans-serif;
  138. font-size: 18px;
  139. line-height: 20px;
  140. margin-right: 5px;
  141. vertical-align: top;
  142. color: var(--theme-color-primary);
  143. }
  144. @media(max-width: 567px) {
  145. display: block;
  146. padding-left: 24px;
  147. position: relative;
  148. &:before {
  149. position: absolute;
  150. left: 0;
  151. }
  152. }
  153. &.date::before {
  154. @include icon-xsmall-kalender;
  155. }
  156. &.time::before {
  157. @include icon-xsmall-uhr;
  158. }
  159. &.location::before {
  160. @include icon-xsmall-pin;
  161. }
  162. &.interested-parties::before {
  163. @include icon-xsmall-liste;
  164. }
  165. &.price::before {
  166. @include icon-xsmall-euro;
  167. }
  168. &.status {
  169. &::before {
  170. @include icon-xsmall-offen;
  171. color: #2E8533;
  172. }
  173. &.interested-parties, &.waiting-list {
  174. &::before {
  175. @include icon-xsmall-liste;
  176. color: var(--theme-color-primary);
  177. }
  178. }
  179. &.reserved::before {
  180. @include icon-xsmall-geschlossen;
  181. color: #EA515A;
  182. }
  183. }
  184. }
  185. }
  186. &.widemode{
  187. @media screen and (min-width:992px){
  188. .blue-box{
  189. width:50%;
  190. padding: 100px 15px 20px 15px;
  191. .icon-box {
  192. font-size: 70px;
  193. top:20px;
  194. }
  195. .ev-title{
  196. font-size: 36px;
  197. line-height: 43.20px;
  198. }
  199. }
  200. .text-box{
  201. width:50%;
  202. padding: 20px;
  203. .detail-box {
  204. .btn{
  205. display:inline-block;
  206. }
  207. }
  208. .ev-desc{
  209. font-size:18px;
  210. }
  211. }
  212. }
  213. }
  214. }