@font-face {
    src: url(/font/Montserrat-Medium.ttf);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500
}

@font-face {
    src: url(/font/Montserrat-Bold.ttf);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700
}

body, html {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.65rem;
    font-weight: 400;
    min-height: 100vh;
    scrollbar-color: #111827 #fff;
    color: #111827
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #eaeaea
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background: #111827
}

::-webkit-scrollbar-track {
    border: none;
    border-radius: 0;
    background-color: #e6ebee
}

h1, h2 {
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 2.6rem
}

h2 {
    font-size: 1.5rem;
    line-height: 2rem
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #000
}

.bg {
    background: url(/img/ferienimmobilie.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    padding-left: 5rem
}

.content {
    background: rgba(236, 237, 238, .8);
    padding: 2rem 2rem 4rem;
    margin: 0 0 0 auto;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    height: 100%
}

.content-inner {
    max-width: 600px;
    margin: auto
}

footer {
    background: #111827;
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    justify-content: space-between;
    right: 0;
    bottom: 0;
    padding: 2rem 5rem
}

footer a {
    color: #fff;
    margin-left: 3rem;
    text-decoration: none;
    transition: all .3s
}

footer a:hover {
    color: #e44c11
}

footer img {
    width: 210px
}


label {
    position: relative
}

.cnt-form {
    display: flex;
    width: 100%;
    flex-flow: row wrap
}

.cnt-form input {
    border: none;
    padding: .7rem;
    font-family: inherit;
    font-size: 1rem;
    background: #fff;
    outline: 0;
    margin: 1rem .25rem .5rem;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    border-bottom: 2px solid transparent
}

.cnt-form input:focus {
    border-bottom: 2px solid #111827
}

.form-row {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.form-checkbox-label {
    position: initial
}

.grecaptcha-badge {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.firstname, .lastname {
    width: calc(50% - .5rem)
}

.location, .street {
    width: calc(70% - .5rem)
}

.number, .postcode {
    width: calc(30% - .5rem)
}

.email, .telefon {
    width: 100%;
}

.salutation {
    width: 100%;
    padding: .7rem .25rem
}

.cnt-info input, .cnt-info input:focus {
    outline: 0
}

.cnt-info input {
    width: 100%;
    display: block;
    font-size: 15px;
    padding: .5em;
    margin: .5em 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cnt-info input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: absolute;
    margin: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    border: none
}

.cnt-info input[type=checkbox]:checked {
    background: #fff url(/img/hook.svg) center no-repeat;
    background-size: .9rem;
    border: none
}

.cnt-info {
    margin: 1rem 0.25rem 0.5rem;
    padding-left: 2rem;
    cursor: pointer;
    position: relative;
    font-size: .9rem;
    line-height: 1.2rem
}


.cnt-button {
    background: #111827;
    color: #fff;
    width: auto;
    font-size: 1.05rem;
    font-family: Montserrat, sans-serif;
    padding: .7rem 1rem;
    cursor: pointer;
    transition: all .4s;
    border: none
}


.cnt-button-wrap {
    margin: 3rem auto;

}

.cnt-button:hover {
    border: none
}

.cnt-button:hover {
    background: #e44c11
}
.radio:hover {
    cursor: pointer
}

input[type=radio].radio:focus {
    border-bottom: none;
}


input[type=radio]:checked {
    background-color: #111827;
    box-shadow: inset 0 0 0 4px #fff
}


input[type=radio]:focus + .radio:before {
    outline: 0;
    background-color: #111827;
    box-shadow: inset 0 0 0 4px #fff
}
.radio-label label {
    font-size: .9rem;
    position: relative;
    padding-right: 1rem;
    padding-left: 1.9rem;
    width: auto;
}

input[type=radio] {
    position: absolute;
    left: 0;
    top: -1px;
    bottom: 0;
    background: #fff;
    padding: 0;
    vertical-align: text-bottom;
    cursor: pointer;
    outline: 0;
    appearance: none;
    transition: all .3s;
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
    border-radius: 100%;
    border: none;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    width: 1.4em;
    height: 1.4em;
    margin-right: .5rem;
}



.form-success {
    color: #e44c11;
    font-weight: 700;
}

label.error {
    font-size: .7rem;
    position: absolute;
    transition: .2s ease;
    z-index: 10;
    line-height: .7rem;
    padding: 0;
    top: -23px;
    left: 5px;
    color: #e44c11;
}

#formbuilder_error_gender1, #formbuilder_error_datenschutz {
    width: 100%;
    min-width: 227px;
    left: 0;
}

#formbuilder_error_datenschutz {
    top: -15px;
}

input.error {
    border: 1px solid #a00;
    border-bottom: 2px solid #a00;
    background: #fff3fc
}

input.error:focus {
    border: 1px solid #a00;
    border-bottom: 2px solid #a00;
    background: #fff
}

.logo {
    position: absolute;
    top: 3rem;
    left: 5rem;
    height: auto;
    width: 260px
}

.logo-mobile {
    width: 50vw;
    min-width: 230px;
    max-width: 280px;
    display: none
}

.data.bg {
    padding: 0;
    background: url(/img/ferienimmobilie.jpg) center fixed no-repeat;
    background-size: cover
}

.data footer {
    position: relative
}

.data .content {
    background: rgba(255, 255, 255, .93);
    max-width: 1000px;
    display: block;
    padding: 2rem 4rem
}

.flex {
    display: flex;
    flex-flow: row wrap
}

.item {
    width: 50%
}

.item:first-child {
    padding-right: 2rem
}

.first-line {
    font-weight: 700
}

.data a {
    -ms-word-break: break-word;
    word-break: break-word
}

.data h2 {
    font-size: 1.2rem;
    line-height: 1.6rem
}

.last {
    margin-bottom: 2rem
}


input.error {
    border: 1px solid #a00;
    border-bottom: 2px solid #a00;
    background: #fff3fc
}

input.error:focus {
    border: 1px solid #a00;
    border-bottom: 2px solid #a00;
    background: #fff
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    border-bottom: 2px solid #111827;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #effdff inset;
    font-size: 16px;
    transition: background-color 5000s ease-in-out 0s
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.send {
    color: #fb5f2d;
    font-size: 1.2rem;
    font-weight: 700
}

.data button {
    background: #111827;
    color: #fff;
    font-family: inherit;
    outline: 0;
    font-size: .9rem;
    border: none;
    padding: .5rem;
    cursor: pointer
}

.data button:hover {
    background: #e44c11
}

.data span {
    margin-right: .5rem
}

@media (max-width: 1530px) {
    .data .logo {
        display: none
    }

    .data .logo-mobile {
        display: block;
        margin-bottom: 3rem
    }
}

@media (max-width: 1210px) {
    .logo {
        display: none
    }

    .logo-mobile {
        display: block
    }

    footer {
        padding: 1rem 2rem
    }

    .data .content {
        padding: 2rem;
        margin: auto;
        max-width: none;
        background: rgba(255, 255, 255, .87)
    }
}

@media (max-width: 770px) {
    .item {
        width: 100%
    }

    .item:first-child {
        padding: 0
    }

    .data .content {
        padding: 1rem
    }

    * {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto
    }
}

@media (max-width: 660px) {
    footer img {
        display: none
    }

    footer {
        justify-content: center;
        position: relative;
        padding: 1rem
    }

    footer a {
        margin: 0 1rem
    }

    .bg {
        padding: 0
    }

    .content {
        padding: 1rem 1rem 0
    }

    h1 {
        font-size: 1.7rem;
        line-height: 2.3rem
    }

    h2 {
        font-size: 1.3rem;
        line-height: 1.9rem
    }
    .form-row {

        flex-flow: row wrap;
    }

    .number, .postcode {
        width: calc(45% - 0.5rem);
    }

    .street, .location {
        width: calc(55% - 0.5rem);
    }
}

@media (max-width: 360px) {
    .cnt-form input[type=text], .form-row {
        width: 100%;

    }

    .firstname, .lastname,
    .location, .street,
    .number, .postcode,
    .email, .telefon {
        width: 100%;
    }
    .cnt-info input[type=checkbox] {
        width: 1.25rem !important
    }


    .salutation {
        padding: .25rem
    }

    .radio-label {
        margin: .5rem 1rem .5rem 0
    }
}