<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <title>www.singleinfos.com wird zum Kauf angeboten!</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
        <link rel="icon" href="//www.singleinfos.com/content/favicon.png">
        <style>
        :root {
            --altcha-max-width: 100%;
        }
        *, *::before, *::after {-webkit-box-sizing: border-box;box-sizing: border-box;}
        html {margin: 0; padding: 0; height: 100%; width: 100%; font-size:16px}
        body {
            font-family: 'Arial', 'Helvetica', sans-serif;
            margin: 0;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            background-color: #e9e9e9;
            min-height: 100%;
            width: 100%;
        }

        .wrapper {
            display:flex;
        }

        @media (max-width: 991px) {
            .wrapper {
                display:flex;
                flex-direction:column;
            }

            .right-container,
            .left-container {
                width:100%!important;
                align-items: flex-start!important;
                height:auto!important;
                padding-top:50px!important;
                padding-bottom:50px!important;
            }
        }

        @media (max-height: 600px) {
            .wrapper {
                display:flex;
                flex-direction:column;
            }

            .right-container,
            .left-container {
                width:100%!important;
                align-items: flex-start!important;
                height:auto!important;
                padding-top:50px!important;
                padding-bottom:50px!important;
            }
        }

        .container {
            position: relative;
            max-width:800px;
            width:100%;
            margin:0 auto;
        }

        h1 {
            font-weight: 700;
            color: #1d4f91;
            font-size: 3rem;
            padding: 0;
            line-height: 1;
            margin-top:0;
            margin-bottom: 20px;
            hyphens:auto;
        }

        @media (max-width: 940px) {
            h1 {
                font-size: 2rem;
            }
        }

        h1,p {
            text-align: center;
            color:#fff;
        }

        img {
            margin:0 auto;
            display:block;
            width: 100%;
            height: auto;
        }

        .left-container {
            background: rgb(0,153,183);
            background: -moz-linear-gradient(-45deg,  rgba(0,153,183,1) 0%, rgba(29,79,145,1) 100%);
            background: -webkit-linear-gradient(-45deg,  rgba(0,153,183,1) 0%,rgba(29,79,145,1) 100%);
            background: linear-gradient(135deg,  rgba(0,153,183,1) 0%,rgba(29,79,145,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099b7', endColorstr='#1d4f91',GradientType=1 );
            height:100vh;
            width:50vw;
            display:flex;
            align-items: center;
            padding:2em;
        }

        .right-container {
            background: rgb(247,247,247);
            background: -moz-linear-gradient(-45deg,  rgba(247,247,247,1) 0%, rgba(226,226,226,1) 100%);
            background: -webkit-linear-gradient(-45deg,  rgba(247,247,247,1) 0%,rgba(226,226,226,1) 100%);
            background: linear-gradient(135deg,  rgba(247,247,247,1) 0%,rgba(226,226,226,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e2e2e2',GradientType=1 );
            height:100vh;
            width:50vw;
            padding:2em;
            display:flex;
            align-items: center;
        }

        .icon-row {
            display:flex;
            margin:0 -10px;
            padding-top:30px;
        }

        .icon-row .col-4 {
            margin:0 10px;
            background:#fff;
            width:33.33333%;
            padding:40px 20px 20px 20px;
            border-radius:5px;
            position:relative;
            text-align:center;
        }

        .icon-row .col-4:before {
            content:'1';
            position:absolute;
            top:-15px;
            left:50%;
            transform:translate(-50%, 0);
            border-radius:100px;
            background: rgb(0,153,183);
            background: -moz-linear-gradient(-45deg,  rgba(0,153,183,1) 0%, rgba(29,79,145,1) 100%);
            background: -webkit-linear-gradient(-45deg,  rgba(0,153,183,1) 0%,rgba(29,79,145,1) 100%);
            background: linear-gradient(135deg,  rgba(0,153,183,1) 0%,rgba(29,79,145,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099b7', endColorstr='#1d4f91',GradientType=1 );
            border:2px solid #fff;
            color:#fff;
            height:40px;
            width:40px;
            display:flex;
            align-items:center;
            justify-content:center;
        }

        .icon-row .col-4:nth-child(2):before {
            content:'2';
        }

        .icon-row .col-4:nth-child(3):before {
            content:'3';
        }

        .icon-row .col-4 .h2 {
            color:#1d4f91;
            font-size:20px;
        }

        .icon-row .col-4 img {
            max-height:80px;
            margin-bottom:10px;
            filter:invert(42%) sepia(93%) saturate(1352%) hue-rotate(166deg) brightness(58%) contrast(119%);
        }

        @media (max-width: 767px) {
            .h2 {
                font-size: 15px!important;
            }

            .icon-row .col-4 img {
                max-height:50px;
            }
        }


        .formElement .formElementInput:not(.FormElement_Checkbox):not(.FormElement_CheckboxLabel) {
            width: 100%;
            margin-bottom: 15px;
            background-color: #fff;
            border: 1px solid #b0b2b6;
            color: #373a3c;
            vertical-align: middle;
            border-radius: 5px;
            padding: .5rem 1rem;
            line-height: 1.4;
            font-size: 15px;
            min-height: 40px;
            font-family: 'Arial', 'Helvetica', sans-serif;
        }

        .FormElement_CheckboxLabel {
            color: #1d4f91;
            cursor: pointer;
            font-size:14px;
        }

        .name-email,
        .price-offer {
            display: flex;
            justify-content: space-between;
        }

        .name-email .formElement:first-of-type {
            padding-right:10px;
        }

        .name-email .formElement{
            width:100%;
        }

        .price-offer .form-group {
            width:60%;
            padding-right:10px;
        }

        a {
            color:#000;
        }
        .footer {
            margin-top: 30px;
            text-align: center;
            opacity:.5;
        }

        .footer a {
            font-size:14px;
        }

        .form input,
        .form textarea,
        button.formElement {
            transition:0.3s ease-in-out all;
        }

        .form input:focus,
        .form textarea:focus {
            border-color: #0085ad!important;
            box-shadow: 0 0 10px #0085ad5e;
            outline:none;
        }

        .inlineLabelTextBox	{
            width: 100%;
            margin-bottom: 15px;
            background-color: #fff;
            border: 1px solid #b0b2b6;
            color: #4c5358;
            vertical-align: middle;
            border-radius: 3px;
            padding: .5rem 1rem;
            line-height: 1.4;
            font-size: 15px;
            min-height: 40px;
        }
        .inlineLabelLabel {
            position: absolute;
            display: inline;
            width: 100%;
            left: 0;
            z-index: 29;
            color: #636C72;
            cursor: text;
            text-align: left;
            vertical-align: top;
            pointer-events: none;
            font-size: 0.6rem !important;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 0.5rem;
            top: 1px;
        }


        .inlineLabel {
            display: block;
            position: relative;
        }
        @media only screen and (min-device-width: 1000px)
        {
            .inlineLabel {
                display: inline-block;
                width: 10%;
                position: relative;
            }
                }

        button.formElement {
            margin-top: 5px;
            background-color: #0085ad;
            color: #fff;
            border-style: solid;
            border-width: 0;
            border-radius: 3px;
            min-height: 40px;
            width: 100%;
        }
        button.formElement:hover {
            background-color: #1d4f91;
            cursor: pointer;
        }
        div.form img {
            height:60px;
            width: 180px !important;
            margin-left: 0px !important;
        }
        .Message { padding: 10px; border-radius: 3px; color: #fff; margin-bottom: 10px}
        .Message.-success { background-color: #48a648;}
        .Message.-error { background-color: #d23430;}
    </style>
        <script async defer src="//www.singleinfos.com/content/js/altcha/altcha.min.js?v3" type="module"></script>
    <script async defer src="//www.singleinfos.com/content/js/altcha/de.min.js?v3" type="module"></script>
    </head>
<body>

<div class="wrapper">
    <div class="left-container">
        <div class="container">
            <h1>www.singleinfos.com</h1>
            <p>steht zum Verkauf</p>

            <p><strong>Haben Sie eine Idee zur Domain „www.singleinfos.com“?<br>Dann nutzen Sie jetzt Ihre Gelegenheit!</strong></p>
            <p>Hier wird Ihnen die Domain provisionsfrei zum Kauf angeboten.<br>Tragen Sie einfach Ihren Preisvorschlag in das folgende Formular und klicken Sie auf „Senden“.<br>Der Inhaber wird sich bereits in Kürze direkt mit Ihnen in Verbindung setzen.</p>

            <div class="icon-row">
                <div class="col-4">
                    <img src="//www.singleinfos.com/content/card/images/angebot.svg" title="Angebot abgeben" alt="Angebot abgeben" />
                    <strong class="h2">Angebot abgeben</strong>
                </div>
                <div class="col-4">
                    <img src="//www.singleinfos.com/content/card/images/abschluss.svg" title="Kauf abschließen" alt="Kauf abschließen" />
                    <strong class="h2">Kauf abschließen</strong>
                </div>
                <div class="col-4">
                    <img src="//www.singleinfos.com/content/card/images/transfer.svg" title="Transfer" alt="Transfer" />
                    <strong class="h2">Transfer</strong>
                </div>
            </div>

        </div>

    </div>

    <div class="right-container">
        <div class="container">
            <div class="row">
                <div class="col-100">
                    <div class="col-50 form">
                                                                                                <form method="POST">
                            <div class="name-email">
                                <div class="formElement">
                                    <input class="formElementInput" type="text" name="name" id="form_name" placeholder="Vor- und Nachname" value="">
                                </div>
                                                                <div class="formElement" id="emailwrapper">
                                    <input class="formElementInput" type="email" name="email" id="form_email" placeholder="E-Mail" value="" autocomplete="off" >
                                </div>
                                
                                <div class="formElement">
                                    <input class="formElementInput" type="email" name="email_repeat" id="form_email_repeat" placeholder="E-Mail" value="" autocomplete="off">
                                </div>
                            </div>

                            <div class="formElement price-offer">
                                                                <input class="formElementInput priceInput" type="text" name="price" id="form_price" placeholder="Preisvorschlag in Euro" value="">
                            </div>

                            <div class="formElement">
                                <textarea class="formElementTextarea formElementInput" name="message" id="form_message" placeholder="Nachricht"></textarea>
                            </div>
                                                                                                <div>
                                        <altcha-widget challenge="/altcha.php" auto='onsubmit' configuration='{"hideLogo": true, "hideFooter": true, "disableAutoFocus": true}' id="altcha"></altcha-widget>
                                    </div>
                                                                                        <div class="FormElement">
                                <input class="FormElement_Checkbox" type="checkbox" name="privacy" id="form_privacy">
                                <label class="FormElement_CheckboxLabel" for="form_privacy"> Ich akzeptiere die Datenschutzbestimmungen und stimme der Weiterleitung meiner Anfrage an den Inhaber der Domain zu.</label>
                            </div>
                            <button class="formElement" type="submit" >Senden</button>
                            <input type="hidden" name="randomvalues" id="randomvalues" value=""/>
                            <script type="text/javascript">
                                document.getElementsByName('randomvalues')[0].value = "i0yDTVOX6GPxe7smnY4w";
                                document.getElementById('form_email').tabIndex = -1;
                                document.getElementById('emailwrapper').style = 'overflow:hidden;display:block;width:0;height:0;padding:0;margin:0;position:absolute';
                            </script>
                        </form>
                                            </div>
                    <div class="footer">
                        <a href="https://www.do.de/impressum/" rel="nofollow">Impressum</a> / <a href="https://www.do.de/agb/datenschutz/" rel="nofollow">Datenschutz</a>                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
</body>
</html>