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.
 
 
 
 

370 lines
6.9 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, 81% 100%, 0% 100%);
  190. padding: 20px 25px 20px 0;
  191. img {
  192. clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
  193. max-height: 500px;
  194. object-fit: cover;
  195. }
  196. }
  197. &.no-oblique {
  198. .image_container {
  199. clip-path: none;
  200. img {
  201. clip-path: none;
  202. }
  203. }
  204. }
  205. }
  206. main .ce_accordion {
  207. margin: 2rem 0;
  208. .toggler {
  209. position: relative;
  210. @include futura-bold;
  211. font-size: size(20);
  212. text-transform: uppercase;
  213. color: #fff;
  214. cursor: pointer;
  215. background-color: #002887;
  216. padding: 1rem;
  217. .ui-icon {
  218. position: absolute;
  219. top: calc(50% - 4px);
  220. right: 1rem;
  221. transform: rotate(-45deg) translateY(-50%);
  222. border: solid #fff;
  223. border-width: 0 2px 2px 0;
  224. width: 24px;
  225. height: 24px;
  226. transition: 0.1s;
  227. }
  228. &.active {
  229. .ui-icon {
  230. top: calc(50% - 8px);
  231. transform: rotate(45deg) translateY(-50%);
  232. right: 2rem;
  233. }
  234. }
  235. }
  236. .accordion {
  237. padding-top: 2rem;
  238. }
  239. }
  240. main .fade-slider {
  241. position: relative;
  242. max-width: 885px;
  243. margin-bottom: 3rem;
  244. .slick-list {
  245. position: relative;
  246. background-color: #0000dc;
  247. clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  248. padding: 20px 25px 20px 0;
  249. img {
  250. clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  251. max-height: 500px;
  252. object-fit: cover;
  253. }
  254. }
  255. .slick-arrow {
  256. position: absolute;
  257. bottom: 0;
  258. border: solid #0000dc;
  259. border-width: 0 2px 2px 0;
  260. display: inline-block;
  261. padding: 2px;
  262. background: transparent;
  263. text-indent: -9999px;
  264. width: 17px;
  265. height: 17px;
  266. z-index: 99;
  267. @media (min-width: 992px) {
  268. top: 50%;
  269. bottom: auto;
  270. }
  271. &.slick-prev {
  272. transform: rotate(135deg) translateX(-50%);
  273. -webkit-transform: rotate(135deg) translateX(-50%);
  274. right: 15px;
  275. @media (min-width: 992px) {
  276. right: 1rem;
  277. }
  278. }
  279. &.slick-next {
  280. transform: rotate(-45deg) translateY(-50%);
  281. -webkit-transform: rotate(-45deg) translateY(-50%);
  282. right: -15px;
  283. @media (min-width: 992px) {
  284. right: -3rem;
  285. }
  286. }
  287. }
  288. }
  289. .introtext {
  290. @include futura-medium;
  291. font-size: size(20);
  292. line-height: size(29);
  293. text-transform: uppercase;
  294. max-width: 710px;
  295. margin: 0 auto 3rem auto;
  296. }
  297. .team {
  298. font-size: size(14);
  299. line-height: size(19);
  300. margin-bottom: 3rem;
  301. strong {
  302. display: block;
  303. font-weight: 300;
  304. text-transform: uppercase;
  305. font-size: size(16);
  306. margin: 1rem 0;
  307. }
  308. span {
  309. display: block;
  310. }
  311. }
  312. .mod_login {
  313. min-width: 85px;
  314. max-width: 300px;
  315. margin: 0 auto;
  316. @media (max-width: 575.98px) {
  317. min-width: auto;
  318. }
  319. h2 {
  320. text-align: center;
  321. }
  322. button,
  323. .button {
  324. width: 100%;
  325. font-family: futura-pt, sans-serif;
  326. font-weight: 800;
  327. font-style: italic;
  328. font-size: 0.875rem;
  329. line-height: 1.875rem;
  330. text-transform: uppercase;
  331. color: #0000dc !important;
  332. display: block;
  333. border: 2px solid #0000dc;
  334. border-radius: 6px;
  335. height: 33px;
  336. padding: 0 1rem;
  337. transition: 0.3s;
  338. background-color: #fff;
  339. @media (max-width: 575.98px) {
  340. text-indent: -9999px;
  341. background-image: url(../img/logout.svg);
  342. background-repeat: no-repeat;
  343. border: none;
  344. border-radius: 0;
  345. background-color: transparent;
  346. height: 30px;
  347. }
  348. &:hover {
  349. background: #0000dc;
  350. color: #fff !important;
  351. text-decoration: none;
  352. }
  353. }
  354. }