  <style>

    html, body {
		height: 100%;
		margin: 0;
	}

    body {
      background: rgb(249, 236, 228);
    }
	
    .body_wimmel {
      margin: 0;
      background: rgb(249, 236, 228);
      font-family: Arial, sans-serif;
    }

    .topbar {
      position: relative;
      width: 1351px;
      height: 160px;
      margin: 0 auto;
    }
    .contentpage {
      position: relative;
      width: 1351px;
      height: 600px;
      margin: 0 auto;
    }
    .menue1 {
      position: absolute;
      left: 165px;
      top: 28px;
      color: rgb(165, 67, 66);
      font-size: 26px;
	  font-family: 'Mali', cursive;
      text-transform: uppercase;
      letter-spacing: 1px;
    }	
  .menue2 {
      position: absolute;
      left: 265px;
      top: 28px;
      color: rgb(165, 67, 66);
      font-size: 26px;
	  font-family: 'Mali', cursive;
      text-transform: uppercase;
      letter-spacing: 1px;
    }	
  .menue3 {
      position: absolute;
      left: 365px;
      top: 28px;
      color: rgb(165, 67, 66);
      font-size: 26px;
	  font-family: 'Mali', cursive;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
  .menue4 {
      position: absolute;
      left: 545px;
      top: 28px;
      color: rgb(165, 67, 66);
      font-size: 26px;
	  font-family: 'Mali', cursive;
      text-transform: uppercase;
      letter-spacing: 1px;
    }	
  .menue5 {
      position: absolute;
      left: 685px;
      top: 28px;
      color: rgb(165, 67, 66);
      font-size: 26px;
	  font-family: 'Mali', cursive;
      text-transform: uppercase;
      letter-spacing: 1px;
    }		
    .canvas {
      position: relative;
      width: 1351px;
      height: 760px;
      margin: 0 auto;
      background: rgb(249, 236, 228);
    }

    .btn {
      position: absolute;
      width: 236px;
      height: 70px;
      left: 844px;
      top: 546px;
      background: rgb(165, 67, 66);
      border: 3px solid #a94143;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgb(249, 236, 228);
	  font-size: 19px;
	  font-family: 'Mali', cursive;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
    }

    .image {
      position: absolute;
      width: 475px;
      height: 608px;
      left: 100px;
      top: 76px;
    }
    .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
	
    .image_autor {
      position: absolute;
      width: 475px;
      height: 608px;
      left: 100px;
      top: 30px;
    }
    .image_autor img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .image2 {
      position: absolute;
      width: 975px;
      height: 608px;
      left: 100px;
      top: 76px;
	  transform: skew(5deg);
    }
    .image2 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }	
    .author {
      position: absolute;
      left: 865px;
      top: 180px;
      color: rgb(165, 67, 66);
      font-size: 26px;
	  font-family: 'Brasilero' !important;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .author2 {
      position: absolute;
      left: 805px;
      top: 140px;
      color: rgb(165, 67, 66);
      font-size: 26px;
	  font-family: 'Brasilero' !important;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
		

    .title {
      position: absolute;
      left: 740px;
      top: 240px;
      width: 520px;
      color: rgb(165, 67, 66);
      font-size: 48px;
	  font-family: 'Brasilero' !important;
	  justify-content: center;
      line-height: 1.1;
      text-transform: uppercase;
    }
    .blick {
	  position: absolute;
	  left: 105px;
	  top: 28px;
	  font-family: Arial, sans-serif;
	  color: rgb(165, 67, 66);
	  font-size: 64px;
	  font-family: 'Brasilero' !important;
	  text-transform: uppercase;
	  line-height: 69px;
    }  
    .desc {
      position: absolute;
      left: 765px;
      top: 360px;
      width: 480px;
      color: rgb(165, 67, 66);
      font-size: 14px;
	  font-family: 'Mali', cursive;
      line-height: 1.4;
      text-transform: uppercase;
	  justify-content: center;
      letter-spacing: 1px;
    }
    .desc2 {
      position: absolute;
      left: 765px;
      top: 280px;
      width: 380px;
      color: rgb(165, 67, 66);
      font-size: 12px;
	  font-family: 'Mali', cursive;
      line-height: 1.4;
      text-transform: uppercase;
	  justify-content: center;
      letter-spacing: 1px;
    }	
	.autor_container {
        max-width: 1200px;
        margin: auto;
        padding: 40px;
        display: flex;
        gap: 40px;
        align-items: flex-start;
    }

    .autor_image {
        flex: 1;
    }

    .autor_image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .autor_text {
        flex: 1;
    }

    .autor_headline {
        font-size: 44px;
        line-height: 1.2;
        color: rgb(165, 67, 66);
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .autor_content {
        font-size: 16px;
        line-height: 1.6;
        color: rgb(13, 1, 73);
    }

    .autor_content p {
        margin-bottom: 16px;
    }

	

    .h1_order {
        text-align: left;
        color: rgb(165, 67, 66);
        font-size: 48px;
		font-family: 'Brasilero' !important;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    .form-box {
        background: rgb(165, 67, 66);
        padding: 40px;
        border-radius: 16px;
        color: white;
    }

    .form-group {
        margin-bottom: 25px;
		font-family: 'Mali', cursive;
    }

    label {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    input, textarea {
        width: 100%;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid rgba(255,255,255,0.5);
        background: transparent;
        color: white;
        font-size: 16px;
        outline: none;
    }

    textarea {
        resize: none;
    }
	
    .button_order {
        width: 100%;
        padding: 15px;
        background: black;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 18px;
		font-family: 'Mali', cursive;
        cursor: pointer;
    }
    .button_order_back {
        position: absolute;
        left: 65px;				
        width: 40%;
        padding: 15px;
        background: black;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 18px;
		font-family: 'Mali', cursive;
        cursor: pointer;
    }	
    .button_order_confirmation {
		position: absolute;
        left: 665px;
        width: 40%;
        padding: 15px;
        background: black;
        color: white;
        border: none;
        border-radius: 8px;
        font-size: 18px;
		font-family: 'Mali', cursive;
        cursor: pointer;
    }
	

    button:hover {
        background: #222;
    }

    .note {
        margin-top: 15px;
        font-size: 14px;
        color: rgb(237, 217, 217);
    }	
	  
    .h1_contact {
		position: relative;
		left: 75px;
		top: 56px;
		color: rgb(165, 67, 66);
        font-size: 48px;
		font-family: 'Brasilero' !important;
        margin-bottom: 40px;
    }

    .contact {
		position: relative;
		left: 75px;
		top: 66px;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 60px;
		font-family: 'Brasilero' !important;
    }

    .contact img {
        width: 60px;
        height: 60px;
    }

    .handle {
		color: rgb(165, 67, 66);
        font-size: 40px;
		font-family: 'Mali', cursive;
    }

    .top-section {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 40px;
        margin-bottom: 60px;
    }

    .top-section img {
        max-width: 400px;
        height: auto;
    }

    .footer {
		position: relative;
		color: rgb(165, 67, 66);
        display: flex;
		align-items: center;
		justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
        font-size: 14px;
		font-family: 'Mali', cursive;
        line-height: 1.5;
    }

    .column {
		position: relative;
		left: 75px;		
        flex: 1;
		align-items: center;
		justify-self: center;
        min-width: 240px;
    }

    strong {
        display: block;
        margin-bottom: 10px;
    }

	
    @media (max-width: 800px) {
        .top-section {
            flex-direction: column;
        }

        .contact {
            flex-direction: column;
            align-items: flex-start;
        }
    }
	
@font-face {
    font-family: 'Brasilero';
    src: url('https://www.wimmelwunder.de/css/fonts/Brasilero2018Free.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

}