{"id":500,"date":"2024-10-31T17:03:02","date_gmt":"2024-10-31T17:03:02","guid":{"rendered":"https:\/\/coachingworld.online\/?page_id=500"},"modified":"2025-03-27T22:39:38","modified_gmt":"2025-03-27T21:39:38","slug":"auswahl","status":"publish","type":"page","link":"https:\/\/coachingworld.online\/en\/","title":{"rendered":"Auswahl"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"500\" class=\"elementor elementor-500\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41e5fde e-con-full e-flex e-con e-parent\" data-id=\"41e5fde\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d0eeba elementor-widget elementor-widget-html\" data-id=\"9d0eeba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <style>\r\n    body, html {\r\n      margin: 0;\r\n      padding: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      overflow: hidden;\r\n    }\r\n\r\n    .container {\r\n      position: relative;\r\n      width: 100vw;\r\n      height: 100vh;\r\n      display: flex;\r\n    }\r\n\r\n    .split {\r\n      position: relative;\r\n      height: 100%;\r\n      overflow: hidden;\r\n      transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);\r\n      cursor: pointer;\r\n    }\r\n\r\n    .split-left, .split-right {\r\n      background: rgba(0, 0, 0, 0.7);\r\n      background-color: #5718F2;\r\n    }\r\n\r\n    \/* Wavy separator *\/\r\n    .separator {\r\n      position: absolute;\r\n      top: 0;\r\n      height: 100%;\r\n      width: 300px;\r\n      z-index: 10;\r\n      pointer-events: none;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      transition: left 0s; \/* Remove or reduce transition delay *\/\r\n    }\r\n\r\n    .wave {\r\n      height: 200%;\r\n      fill: none;\r\n      stroke: rgba(255, 255, 255, 0.8);\r\n      stroke-width: 2px;\r\n      filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));\r\n    }\r\n\r\n    .text {\r\n      position: absolute;\r\n      top: 50%;\r\n      left: 50%;\r\n      transform: translate(-50%, -50%);\r\n      color: #5718F2;\r\n      font-size: 4rem;\r\n      font-family: Freeman, sans-serif;\r\n      text-align: center;\r\n      z-index: 3;\r\n      transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);\r\n      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\r\n    }\r\n    @media (max-width: 768px) {\r\n  .text {\r\n    font-size: 2rem; \/* Adjusted size for mobile view *\/\r\n  }\r\n      .separator {\r\n      position: absolute;\r\n      top: 0;\r\n      height: 100%;\r\n      width: 100px;\r\n      z-index: 10;\r\n      pointer-events: none;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      transition: left 0s; \/* Remove or reduce transition delay *\/\r\n    }\r\n}\r\n\r\n@media (max-width: 480px) {\r\n  .text {\r\n    font-size: 1.5rem; \/* Even smaller for very small screens *\/\r\n  }\r\n      .separator {\r\n      position: absolute;\r\n      top: 0;\r\n      height: 100%;\r\n      width: 100px;\r\n      z-index: 10;\r\n      pointer-events: none;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      transition: left 0s; \/* Remove or reduce transition delay *\/\r\n    }\r\n}\r\n    \r\n        .text-overlay {\r\n      position: absolute;\r\n      top: 50%;\r\n      left: 50%;\r\n      transform: translate(-50%, -50%);\r\n      color: white;\r\n      font-size: 4rem;\r\n      font-family: Arial, sans-serif;\r\n      text-align: center;\r\n      z-index: 3;\r\n      transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);\r\n      white-space: nowrap;\r\n      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\r\n    }\r\n\r\n    .background-overlay {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      background: white;\r\n      z-index: 2;\r\n      transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);\r\n    }\r\n\r\n    .background-image {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: inherit !important;\r\n      z-index: 1;\r\n      object-fit: cover;\r\n      transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);\r\n    }\r\n\r\n    .split-left {\r\n      width: 50%;\r\n    }\r\n\r\n    .split-right {\r\n      width: 50%;\r\n    }\r\n\r\n    .split:hover {\r\n      width: 75%;\r\n    }\r\n\r\n    .split:hover + .split {\r\n      width: 25%;\r\n    }\r\n\r\n    .split:hover .text {\r\n      transform: translate(-50%, -50%) scale(1.2);\r\n            color: white;\r\n\r\n    }\r\n\r\n    .split:hover .background-overlay {\r\n      opacity: 0.3;\r\n    }\r\n\r\n    .split:hover + .split .text {\r\n      opacity: 0;\r\n\r\n    }\r\n\r\n    .split:active .text {\r\n      transform: translate(-50%, -50%) scale(0.95);\r\n    }\r\n\r\n    @keyframes waveAnimation {\r\n      0% {\r\n        transform: translateX(-50%) scaleY(1);\r\n      }\r\n      50% {\r\n        transform: translateX(-50%) scaleY(1.05);\r\n      }\r\n      100% {\r\n        transform: translateX(-50%) scaleY(1);\r\n      }\r\n    }\r\n\r\n    .separator {\r\n      animation: waveAnimation 3s ease-in-out infinite;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"container\">\r\n    <div class=\"split split-left\" onmouseover=\"startUpdatingSeparator()\" onmouseout=\"stopUpdatingSeparator()\" onclick=\"navigate('https:\/\/coachingworld.online\/home')\">\r\n      <div class=\"text\">ICH BIN COACH:IN<\/div>\r\n      <div class=\"background-overlay\"><\/div>\r\n      <!-- Replacing iframe with image -->\r\n    <\/div>\r\n    <div class=\"separator\" id=\"separator\">\r\n<svg xmlns=\"wave\" width=\"1000\" height=\"1000\" viewbox=\"0 0 500 500\" version=\"1.1\"><path d=\"M 305.258 32.832 C 306.775 33.832, 307.712 34.954, 307.341 35.325 C 306.970 35.696, 308.204 36.036, 310.083 36.079 C 311.962 36.122, 312.935 36.386, 312.244 36.664 C 311.553 36.943, 311.242 37.582, 311.553 38.085 C 311.864 38.588, 310.940 39, 309.500 39 C 308.009 39, 307.148 38.569, 307.500 38 C 307.840 37.450, 307.754 36.966, 307.309 36.923 C 306.864 36.881, 305.710 36.696, 304.745 36.511 C 303.747 36.320, 303.262 36.615, 303.620 37.195 C 304.025 37.849, 303.400 37.952, 301.875 37.483 C 300.569 37.081, 299.725 36.984, 300 37.267 C 300.275 37.551, 306.350 39.715, 313.500 42.077 C 355.473 55.940, 394.195 84.738, 420.695 121.799 C 471.979 193.523, 474.221 292.465, 426.228 366 C 400.564 405.323, 366.296 433.683, 323.770 450.792 C 318.419 452.945, 314.301 454.967, 314.619 455.286 C 314.937 455.604, 314.220 455.609, 313.024 455.296 C 311.331 454.853, 310.922 455.120, 311.175 456.500 C 311.376 457.595, 310.809 458.381, 309.694 458.556 C 308.239 458.784, 308.117 458.564, 309.067 457.420 C 309.839 456.489, 309.879 456, 309.181 456 C 308.597 456, 307.852 456.430, 307.527 456.956 C 307.202 457.482, 306.163 457.665, 305.218 457.362 C 304.078 456.997, 303.903 457.104, 304.697 457.682 C 305.401 458.194, 305.556 459.100, 305.074 459.880 C 304.447 460.895, 303.770 460.947, 302.188 460.101 C 301.051 459.492, 299.889 459.371, 299.605 459.831 C 299.090 460.663, 300.477 461.018, 304.743 461.145 C 306.042 461.184, 306.714 461.654, 306.339 462.261 C 305.952 462.887, 306.175 463.010, 306.894 462.565 C 307.821 461.992, 307.799 461.456, 306.799 460.224 C 305.669 458.833, 305.760 458.730, 307.500 459.432 C 308.600 459.875, 310.012 460.260, 310.637 460.286 C 311.262 460.312, 311.634 461.046, 311.464 461.917 C 311.293 462.788, 311.119 464.037, 311.077 464.693 C 311.034 465.349, 310.109 465.714, 309.020 465.504 C 307.871 465.283, 307.137 465.621, 307.270 466.311 C 307.397 466.967, 306.477 467.463, 305.217 467.417 C 303.749 467.364, 303.279 467.679, 303.900 468.300 C 304.431 468.831, 305.683 468.912, 306.683 468.479 C 307.682 468.046, 309.591 467.511, 310.925 467.289 C 316.449 466.368, 339.319 457.352, 350.984 451.496 C 386.384 433.723, 417.179 406.262, 438.893 373.107 C 457.256 345.068, 470.232 308.524, 474.026 274.165 C 475.783 258.252, 474.815 228.963, 472.004 213 C 463.693 165.804, 441.609 123.211, 408.489 90.500 C 389.681 71.925, 372.365 59.650, 348.500 47.975 C 333.318 40.548, 308.765 31.409, 306.971 32.518 C 306.513 32.801, 305.856 32.575, 305.510 32.016 C 305.165 31.457, 304.346 31.003, 303.691 31.007 C 303.036 31.010, 303.741 31.832, 305.258 32.832 M 310.400 192.428 C 307.155 193.840, 306 195.666, 306 199.382 C 306 202.577, 307.877 204, 312.089 204 C 316.372 204, 319.649 201.626, 320.533 197.882 C 321.022 195.810, 320.585 194.818, 318.440 193.132 C 315.304 190.664, 314.593 190.602, 310.400 192.428 M 152.859 206.022 C 138.507 208.437, 130.288 219.396, 131.167 234.944 C 131.829 246.670, 137.544 252.695, 148.989 253.733 C 159.038 254.644, 167.733 249.223, 172.942 238.800 C 177.917 228.845, 176.961 215.943, 170.837 210.375 C 166.107 206.074, 160.547 204.728, 152.859 206.022 M 386.951 206.362 C 370.073 210.914, 361.131 229.451, 368.764 244.063 C 372.311 250.852, 377.749 254.003, 385.907 253.994 C 393.765 253.987, 398.530 252.420, 403.012 248.370 C 408.125 243.751, 410.188 238.168, 409.803 229.996 L 409.500 223.560 404.617 223.864 L 399.733 224.167 402.042 220.334 C 403.312 218.225, 405.188 215.283, 406.211 213.796 C 408.060 211.108, 408.056 211.083, 405.584 209.463 C 403.062 207.810, 394.588 204.944, 392.591 205.067 C 391.991 205.105, 389.453 205.687, 386.951 206.362 M 193.351 206.693 C 191.472 207.060, 190.425 209.876, 185.014 229.109 C 181.611 241.207, 179.077 251.757, 179.382 252.553 C 179.794 253.626, 181.755 254, 186.969 254 C 193.262 254, 194 253.796, 194 252.059 C 194 249.542, 194.937 249.032, 200.837 248.333 C 205.517 247.779, 205.750 247.869, 206.406 250.480 C 207.039 253.004, 207.365 253.156, 210.795 252.542 C 218.260 251.204, 222 249.892, 222 248.611 C 222 247.377, 211.605 216.287, 208.839 209.250 C 207.585 206.059, 207.453 206.002, 201.531 206.136 C 198.214 206.211, 194.533 206.461, 193.351 206.693 M 110.332 207.959 C 104.680 209.305, 97.960 213.993, 95.007 218.650 C 87.216 230.936, 89.220 246.322, 99.368 252.128 C 107.180 256.598, 121.883 254.666, 127.003 248.496 C 128.171 247.089, 128.119 246.381, 126.648 243.673 C 125.699 241.928, 124.066 239.375, 123.019 238 C 121.144 235.540, 121.069 235.528, 118.153 237.250 C 114.261 239.550, 108.773 239.512, 106.655 237.171 C 104 234.238, 104.558 229.288, 107.923 225.923 C 110.995 222.851, 113.799 222.287, 117.130 224.069 C 118.583 224.847, 119.518 224.815, 120.558 223.952 C 122.833 222.064, 128.195 212.124, 127.524 211.038 C 126.829 209.914, 117.440 206.948, 115.068 207.102 C 114.206 207.159, 112.074 207.544, 110.332 207.959 M 242.969 208.498 C 236.801 210.451, 230.217 216.339, 227.374 222.444 C 223.118 231.584, 224.759 244.980, 230.793 250.345 C 237.782 256.560, 252.192 256.216, 260.432 249.638 L 263.364 247.298 260.740 242.819 C 256.892 236.253, 255.768 235.551, 252.121 237.437 C 248.487 239.317, 242.644 239.481, 241.203 237.744 C 235.717 231.134, 242.941 221.041, 251.118 223.891 C 252.867 224.501, 254.424 225, 254.577 225 C 255.172 225, 262 213.176, 262 212.145 C 262 208.671, 249.802 206.333, 242.969 208.498 M 307.250 207.706 L 305 208.139 305 231.070 L 305 254 307.860 254 C 309.434 254, 312.809 253.714, 315.360 253.364 L 320 252.728 320 229.864 L 320 207 314.750 207.136 C 311.863 207.211, 308.488 207.467, 307.250 207.706 M 328.055 208.383 C 322.166 209.954, 321.890 211.225, 322.228 235.223 L 322.500 254.500 329.716 254.793 L 336.931 255.086 337.216 244.575 L 337.500 234.065 345 244.587 C 352.404 254.975, 352.543 255.102, 355.857 254.490 C 357.703 254.149, 360.290 253.460, 361.607 252.959 L 364 252.050 364 230.132 C 364 211.068, 363.794 208.135, 362.418 207.607 C 360.176 206.747, 350.734 206.882, 349.298 207.794 C 348.591 208.244, 347.974 211.583, 347.798 215.908 L 347.500 223.258 342.018 215.129 C 336.094 206.343, 335.953 206.275, 328.055 208.383 M 289.285 208.701 C 287.206 209.104, 287.053 209.720, 286.785 218.815 L 286.500 228.500 283.750 228.816 L 281 229.133 281 219.566 L 281 210 276.125 210 C 273.444 210, 269.796 210.291, 268.019 210.646 L 264.788 211.292 265.144 233.563 C 265.340 245.812, 265.835 256.168, 266.242 256.576 C 266.650 256.984, 270.025 256.908, 273.742 256.409 L 280.500 255.500 280.798 249.250 C 281.092 243.062, 281.125 243, 284.048 243 C 286.989 243, 287 243.022, 287 249 C 287 254.935, 287.031 255, 289.860 255 C 291.434 255, 294.751 254.722, 297.233 254.382 L 301.746 253.763 302.430 246.212 C 302.806 242.059, 302.799 231.762, 302.413 223.330 L 301.712 208 296.606 208.136 C 293.798 208.211, 290.503 208.465, 289.285 208.701 M 149.831 223.530 C 146.350 225.420, 144.397 230.990, 146.088 234.201 C 147.678 237.218, 148.912 237.966, 152.327 237.985 C 156.474 238.007, 161 233.135, 161 228.648 C 161 222.519, 155.952 220.205, 149.831 223.530 M 384.923 224.923 C 379.572 230.274, 381.632 239, 388.247 239 C 391.368 239, 394 238.080, 394 236.988 C 394 236.549, 392.176 236.435, 389.946 236.734 L 385.892 237.278 386.196 231.389 L 386.500 225.500 390.500 225.233 C 392.700 225.087, 395.625 224.698, 397 224.369 C 399.347 223.807, 399.378 223.721, 397.500 222.956 C 392.963 221.107, 387.956 221.890, 384.923 224.923 M 199.017 230 C 198.993 230.825, 198.701 232.512, 198.370 233.750 C 197.879 235.581, 198.174 236, 199.951 236 C 201.753 236, 202.014 235.607, 201.446 233.750 C 201.068 232.512, 200.376 230.825, 199.909 230 C 199.155 228.667, 199.056 228.667, 199.017 230\" stroke=\"none\" fill=\"#06040a\" fill-rule=\"evenodd\"\/><path d=\"M 233 25.040 C 186.894 28.014, 142.352 46.241, 104.282 77.714 C 73.076 103.512, 47.030 142.985, 34.867 182.913 C 30.546 197.099, 31.500 196.234, 36.426 181.500 C 47.923 147.107, 62.996 122.281, 87.953 96.633 C 129.248 54.194, 184.333 31, 243.831 31 C 256.937 31, 282.710 33.142, 284.895 34.413 C 285.228 34.607, 287.921 35.053, 290.880 35.404 C 293.840 35.756, 296.665 36.293, 297.159 36.598 C 298.656 37.524, 304.099 37.969, 303.576 37.123 C 303.308 36.689, 303.723 36.333, 304.500 36.333 C 305.277 36.333, 305.683 36.703, 305.404 37.155 C 305.125 37.607, 305.668 37.681, 306.612 37.319 C 307.776 36.872, 308.096 37.036, 307.605 37.830 C 307.123 38.610, 307.756 39, 309.500 39 C 310.940 39, 311.864 38.588, 311.553 38.085 C 311.242 37.582, 311.553 36.943, 312.244 36.664 C 312.935 36.386, 312.011 36.122, 310.191 36.079 C 308.256 36.033, 307.139 35.585, 307.500 35 C 307.840 34.450, 307.615 34, 307 34 C 306.385 34, 306.206 33.438, 306.601 32.750 C 306.997 32.063, 306.966 31.820, 306.534 32.210 C 306.101 32.601, 304.404 32.226, 302.763 31.378 C 301.122 30.529, 300.062 30.291, 300.407 30.849 C 300.752 31.407, 299.789 31.248, 298.267 30.496 C 292.846 27.816, 257.338 23.477, 246.500 24.171 C 245.400 24.241, 239.325 24.632, 233 25.040 M 29.263 204.070 C 28.711 206.858, 28.605 208.771, 29.027 208.320 C 29.896 207.391, 31.421 199, 30.720 199 C 30.470 199, 29.814 201.281, 29.263 204.070 M 25.193 259.530 C 24.726 276.546, 29.981 304.431, 37.718 326 C 68.865 412.831, 148.239 471.697, 239.500 475.646 C 256.575 476.385, 285.507 474.020, 293 471.272 C 293.825 470.970, 295.400 470.560, 296.500 470.361 C 297.600 470.162, 299.400 469.832, 300.500 469.627 C 301.600 469.423, 302.864 469.198, 303.309 469.128 C 303.754 469.057, 303.895 468.639, 303.622 468.197 C 303.349 467.755, 304.466 467.487, 306.105 467.600 C 308.518 467.767, 308.869 467.548, 307.953 466.444 C 307.050 465.355, 307.242 465.162, 308.911 465.483 C 310.064 465.705, 311.034 465.351, 311.077 464.693 C 311.119 464.037, 311.302 462.726, 311.483 461.781 C 311.665 460.836, 311.518 460.101, 311.157 460.149 C 309.178 460.413, 307.959 459.876, 308.510 458.984 C 308.856 458.425, 309.526 458.207, 310 458.500 C 310.474 458.793, 311.125 458.606, 311.447 458.085 C 312.456 456.453, 310.290 455.946, 308.991 457.511 C 307.619 459.164, 305.525 459.577, 306.498 458.003 C 306.902 457.349, 306.270 457.327, 304.660 457.939 C 303.310 458.452, 301.934 458.601, 301.603 458.269 C 301.271 457.938, 301 458.144, 301 458.726 C 301 460.255, 304.217 461.267, 305.008 459.987 C 305.459 459.257, 306.070 459.380, 306.887 460.364 C 307.829 461.499, 307.831 461.987, 306.894 462.565 C 306.175 463.010, 305.952 462.887, 306.339 462.261 C 306.714 461.654, 306.042 461.184, 304.743 461.145 C 300.440 461.017, 299.092 460.661, 299.628 459.793 C 300.170 458.916, 297.512 459.297, 291 461.030 C 283.489 463.029, 265.855 465.162, 252.500 465.687 C 155.255 469.510, 66.677 408.338, 36.474 316.500 C 30.506 298.354, 26.544 277.229, 25.690 259 L 25.385 252.500 25.193 259.530 M 223.655 269.406 C 216.016 272.234, 211.353 279.042, 210.413 288.738 C 209.950 293.523, 210.249 295.253, 212.177 298.941 C 215.293 304.899, 218.755 307.232, 225.284 307.774 C 243.507 309.285, 255.794 283.219, 242.597 271.045 C 240.477 269.090, 238.670 268.529, 233.718 268.286 C 230.052 268.107, 225.922 268.566, 223.655 269.406 M 320.500 268.630 C 319.400 268.905, 317.038 269.586, 315.250 270.143 L 312 271.155 312.014 287.328 C 312.032 309.451, 311.552 308.344, 320.898 307.786 C 333.463 307.035, 340.481 301.945, 343.051 291.719 C 346.343 278.625, 340.179 268.897, 328.263 268.379 C 325.094 268.242, 321.600 268.354, 320.500 268.630 M 181.876 269.800 L 177.252 270.099 175.435 279.050 C 174.436 283.972, 173.339 288, 172.997 288 C 172.655 288, 171.321 283.913, 170.033 278.918 L 167.692 269.835 164.239 270.483 C 158.038 271.646, 155.820 272.856, 156.412 274.751 C 156.713 275.713, 158.734 282.575, 160.904 290 C 167.038 310.996, 165.979 309.370, 173.106 308.724 C 176.435 308.422, 179.334 307.999, 179.549 307.784 C 179.764 307.569, 180.547 305.021, 181.289 302.122 L 182.638 296.851 184.514 303.047 L 186.390 309.242 192.311 308.706 C 195.567 308.410, 198.621 307.779, 199.098 307.302 C 200.181 306.219, 208.864 270.775, 208.297 269.750 C 208.069 269.337, 205.442 269, 202.460 269 C 197.657 269, 196.979 269.257, 196.520 271.250 C 196.235 272.488, 195.205 277.233, 194.231 281.795 L 192.460 290.090 190.063 280.295 C 188.745 274.908, 187.404 270.275, 187.083 270 C 186.762 269.725, 184.419 269.635, 181.876 269.800 M 285.250 269.662 C 284.311 270.041, 284 274.914, 284 289.227 L 284 308.288 292.250 307.622 C 296.788 307.256, 302.637 306.684, 305.250 306.350 L 310 305.742 310 300.258 L 310 294.774 303 295.170 L 296 295.565 296 282.283 L 296 269 291.250 269.079 C 288.637 269.122, 285.938 269.385, 285.250 269.662 M 254 270.882 L 250.500 271.500 250.227 289.927 C 250.076 300.061, 250.301 308.693, 250.727 309.108 C 251.152 309.522, 253.975 309.555, 257 309.181 C 262.275 308.528, 262.513 308.371, 262.807 305.335 C 263.282 300.439, 265.330 300.674, 269.372 306.088 C 271.389 308.790, 273.405 311, 273.853 311 C 274.300 311, 276.335 309.538, 278.375 307.750 L 282.083 304.500 279.476 300.882 L 276.869 297.264 278.906 293.915 C 283.519 286.329, 282.233 276.412, 276.102 272.287 C 273.243 270.362, 271.499 270.021, 265.102 270.132 C 260.921 270.204, 255.925 270.542, 254 270.882 M 228.354 281.774 C 221.238 282.894, 220.885 295, 227.969 295 C 232.392 295, 237.092 287.909, 235.115 284.216 C 233.967 282.071, 231.692 281.249, 228.354 281.774 M 263 286.067 C 263 290.860, 263.122 291.097, 265.250 290.445 C 268.620 289.412, 270 287.998, 270 285.578 C 270 282.761, 268.191 281, 265.300 281 C 263.203 281, 263 281.446, 263 286.067 M 323 288 C 323 295.533, 323.685 296.288, 328.316 293.850 C 331.327 292.265, 331.967 291.061, 331.985 286.950 C 332.004 282.535, 330.538 281, 326.300 281 L 323 281 323 288\" stroke=\"none\" fill=\"#531ddf\" fill-rule=\"evenodd\"\/><\/svg>\r\n    <\/div>\r\n    <div class=\"split split-right\" onmouseover=\"startUpdatingSeparator()\" onmouseout=\"stopUpdatingSeparator()\" onclick=\"navigate('https:\/\/coachingworld.online\/klientinnen')\">\r\n      <div class=\"text\">ICH BIN KLIENT:IN<\/div>\r\n      <div class=\"background-overlay\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    const separator = document.getElementById('separator');\r\n    const splitLeft = document.querySelector('.split-left');\r\n    let updateInterval;\r\n\r\n    function updateSeparator() {\r\n      const leftWidth = splitLeft.offsetWidth;\r\n      separator.style.left = `${leftWidth}px`;\r\n    }\r\n\r\n    function startUpdatingSeparator() {\r\n  \r\n      updateSeparator();  \r\n      updateInterval = setInterval(updateSeparator, 16); \r\n    }\r\n\r\n    function stopUpdatingSeparator() {\r\n      clearInterval(updateInterval);\r\n      separator.style.left = '50%';\r\n    }\r\n\r\n    function navigate(url) {\r\n      window.location.href = url;\r\n    }\r\n\r\n    window.addEventListener('load', updateSeparator);\r\n    window.addEventListener('resize', updateSeparator);\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>ICH BIN COACH:IN ICH BIN KLIENT:IN<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_mo_disable_npp":"","footnotes":""},"class_list":["post-500","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/coachingworld.online\/en\/wp-json\/wp\/v2\/pages\/500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coachingworld.online\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/coachingworld.online\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/coachingworld.online\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/coachingworld.online\/en\/wp-json\/wp\/v2\/comments?post=500"}],"version-history":[{"count":220,"href":"https:\/\/coachingworld.online\/en\/wp-json\/wp\/v2\/pages\/500\/revisions"}],"predecessor-version":[{"id":4845,"href":"https:\/\/coachingworld.online\/en\/wp-json\/wp\/v2\/pages\/500\/revisions\/4845"}],"wp:attachment":[{"href":"https:\/\/coachingworld.online\/en\/wp-json\/wp\/v2\/media?parent=500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}