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.
 
 
 
 

283 lines
5.2 KiB

  1. .btn {
  2. margin: 0;
  3. padding: 0;
  4. a {
  5. @include button;
  6. transition: 0.3s;
  7. &:hover {
  8. background: $main-color;
  9. color: #fff;
  10. text-decoration: none;
  11. }
  12. }
  13. }
  14. a {
  15. .download-icon {
  16. display: inline-block;
  17. width: 36px;
  18. height: 20px;
  19. background-image: url(../img/download_allgemein_icon.svg);
  20. background-repeat: no-repeat;
  21. margin-left: 0.5rem;
  22. }
  23. &[href$=".pdf"] {
  24. .download-icon {
  25. background-image: url(../img/pdf_icon.svg);
  26. }
  27. }
  28. }
  29. .ce_text {
  30. ul, ol {
  31. display: inline-block;
  32. text-align: left;
  33. padding-left: 1rem;
  34. }
  35. .row {
  36. .image {
  37. width: 50%;
  38. .image_container {
  39. position: relative;
  40. background: $main-color;
  41. &.float-left {
  42. clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  43. padding: 20px 25px 20px 20px;
  44. img {
  45. clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  46. }
  47. }
  48. &.float-right {
  49. clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
  50. padding: 20px 15px 20px 20px;
  51. img {
  52. clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
  53. }
  54. }
  55. }
  56. }
  57. &.right {
  58. flex-direction: row-reverse;
  59. }
  60. .text-wrapper {
  61. position: relative;
  62. width: 50%;
  63. }
  64. }
  65. .float_above {
  66. position: relative;
  67. background-color: $main-color;
  68. clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  69. padding: 20px 25px 20px 0;
  70. img {
  71. clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  72. }
  73. }
  74. p {
  75. img {
  76. width: 100%;
  77. margin-bottom: 1rem;
  78. @media (min-width: 768px) {
  79. max-width: 300px;
  80. float: left;
  81. margin-right: 1rem;
  82. }
  83. }
  84. }
  85. .table {
  86. th, td {
  87. border-top: 1px solid $main-color;
  88. }
  89. }
  90. }
  91. .ce_table {
  92. .table {
  93. max-width: 1050px;
  94. margin: 0 auto;
  95. th, td {
  96. border-top: 1px solid $main-color;
  97. @include futura-medium;
  98. font-size: size(20);
  99. color: $main-color;
  100. &.col_first {
  101. @include futura-bold;
  102. }
  103. }
  104. thead {
  105. th {
  106. border-bottom: 1px solid $main-color;
  107. background-color: $main-color;
  108. color: #fff;
  109. }
  110. }
  111. }
  112. }
  113. .ce_rsce_expandedText {
  114. h2 {
  115. font-size: size(56);
  116. line-height: size(54);
  117. text-align: center;
  118. margin-bottom: 2rem;
  119. @media (min-width: 576px) {
  120. font-size: size(80);
  121. }
  122. span {
  123. display: block;
  124. font-size: size(45);
  125. line-height: size(50);
  126. @media (min-width: 576px) {
  127. font-size: size(36);
  128. }
  129. }
  130. }
  131. }
  132. main .ce_youtube {
  133. max-width: 670px;
  134. margin: 4rem auto;
  135. .caption {
  136. max-width: 490px;
  137. @include futura-medium;
  138. text-align: center;
  139. font-size: size(20);
  140. margin: 0 auto;
  141. padding: 1rem 0;
  142. }
  143. }
  144. main .ce_downloads {
  145. ul {
  146. display: inline-block;
  147. margin: 0;
  148. padding: 1rem 2rem;
  149. background: $main-color;
  150. li {
  151. list-style-type: none;
  152. a {
  153. display: block;
  154. @include futura-bold;
  155. font-size: size(14);
  156. text-transform: uppercase;
  157. min-height: 0;
  158. border-bottom: 1px solid #fff;
  159. margin: 1rem auto;
  160. padding-bottom: 0.5rem;
  161. color: #fff;
  162. }
  163. &.ext-pdf {
  164. .download-icon {
  165. background-image: url(../img/pdf_icon.svg);
  166. }
  167. }
  168. }
  169. }
  170. }
  171. main .ce_hyperlink {
  172. .btn {
  173. display: inline-block !important;
  174. @include button;
  175. transition: 0.3s;
  176. &:hover {
  177. background: $main-color;
  178. color: #fff;
  179. text-decoration: none;
  180. }
  181. }
  182. }
  183. main .ce_image {
  184. max-width: 885px;
  185. margin-bottom: 3rem;
  186. .image_container {
  187. position: relative;
  188. background-color: $main-color;
  189. clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  190. padding: 20px 25px 20px 0;
  191. img {
  192. clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  193. max-height: 500px;
  194. object-fit: cover;
  195. }
  196. }
  197. }
  198. .introtext {
  199. @include futura-medium;
  200. font-size: size(20);
  201. line-height: size(29);
  202. text-transform: uppercase;
  203. max-width: 710px;
  204. margin: 0 auto 3rem auto;
  205. }
  206. .team {
  207. font-size: size(14);
  208. line-height: size(19);
  209. margin-bottom: 3rem;
  210. strong {
  211. display: block;
  212. font-weight: 300;
  213. text-transform: uppercase;
  214. font-size: size(16);
  215. margin: 1rem 0;
  216. }
  217. span {
  218. display: block;
  219. }
  220. }
  221. .hand-point {
  222. @media (min-width: 1200px) {
  223. background-image: url(../img/hand_point_transparent_2.svg);
  224. background-repeat: no-repeat;
  225. background-position: right center;
  226. }
  227. }
  228. .mod_login {
  229. min-width: 85px;
  230. max-width: 300px;
  231. margin: 0 auto;
  232. @media (max-width: 575.98px) {
  233. min-width: auto;
  234. }
  235. h2 {
  236. text-align: center;
  237. }
  238. button {
  239. width: 100%;
  240. font-family: futura-pt, sans-serif;
  241. font-weight: 800;
  242. font-style: italic;
  243. font-size: 0.875rem;
  244. line-height: 1.875rem;
  245. text-transform: uppercase;
  246. color: #0000dc !important;
  247. display: block;
  248. border: 2px solid #0000dc;
  249. border-radius: 6px;
  250. height: 33px;
  251. padding: 0 1rem;
  252. transition: 0.3s;
  253. background-color: #fff;
  254. @media (max-width: 575.98px) {
  255. text-indent: -9999px;
  256. background-image: url(../img/logout.svg);
  257. background-repeat: no-repeat;
  258. border: none;
  259. border-radius: 0;
  260. background-color: transparent;
  261. height: 30px;
  262. }
  263. &:hover {
  264. background: #0000dc;
  265. color: #fff !important;
  266. text-decoration: none;
  267. }
  268. }
  269. }