
/************************
   Basic Design
************************/
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-size: 100%;
    font-family: "Ubuntu", sans-serif;
    background-color: #2e2d32;
}

a {
    color: white;
    text-decoration: none;
}

/************************
   Main components
************************/

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-main-content {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #3a393f;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    z-index: 1;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#cd-main-content.move-out {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.no-js #cd-main-content {
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
}

#cd-intro {
    position: relative;
    height: 100%;
    background: url("../img/1.jpg") no-repeat center center;
    background-size: cover;
}
#cd-intro .middle {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 46%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: white;
}
@media only screen and (min-width: 768px) {
    #cd-intro h1 {
        font-size: 48px;
        font-size: 5rem;
    }
}
.no-js #cd-intro {
    height: 640px;
}

.cd-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 50px; */
    z-index: 2;
    background: rgba(255, 255, 255, 0.02);
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    color: rgba(255, 255, 255, 0.78);
}
@media only screen and (min-width: 768px) {
    .cd-header {
        /* height: auto; */
    }
}

.cd-blurred-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/1.png") no-repeat center center;
    background-size: cover;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}
.no-js .cd-blurred-bg {
    display: none;
}

/************************
    Modal Footer Design
************************/

.md-list-domain > ul {
    list-style: outside none none;
    padding: 0;
}
.md-list-domain > ul li{
    display: inline-block;
}
.md-list-domain > ul li a {
    color: #94aab0;
    display: block;
    font-size: 16px;
    padding: 0.35em 1em;
    text-decoration: none;
}
.md-list-domain > ul li a:hover {
    text-decoration: underline;
}

/************************
    Footer Design
************************/

.footer {
    padding: 1em;
    text-align: center;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer .title h3 {
    color: #00d9a3;
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0 1em;
    vertical-align: middle;
}
.footer ul li {
    color: #d9d9d9;
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    vertical-align: middle;
}
.footer ul li a {
    font-size: 1.25vw;
}
.footer ul li a:hover {
    text-decoration: none;
    color: #eeecf5;
}

/************************
    Title animation
************************/

.cd-title {
    position: relative;
    height: 160px;
    line-height: 230px;
    text-align: center;
}
.cd-title h1 {
    font-size: 2.4rem;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .cd-title {
        line-height: 250px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-title {
        height: 200px;
        line-height: 300px;
    }
    .cd-title h1 {
        font-size: 3rem;
    }
}

.cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center;
}

.cd-intro {
    margin: 4em auto;
}
@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 6rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    /* text-align: left; */
    color: #da6e78;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0 75px;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.no-js .cd-words-wrapper b {
    opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/************************
    Title animation type
************************/

.cd-headline.clip span {
    display: inline-block;
    padding: 0.1em 0;
}
.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}
/*
.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #aebcb9;
}
*/
.cd-headline.clip b {
    opacity: 0;
}
.cd-headline.clip b.is-visible {
    opacity: 1;
}


/************************
    Modal button
************************/

.cd-btn {
    display: inline-block;
    padding: 1em 2em;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(255, 255, 255, 0.05);
}
.no-touch .cd-btn:hover {
    background-color: #c05862;
    color: #f2f2f2;
    text-decoration: none;
}

/************************
    Modal main content
************************/

.cd-main-content {
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
}
.cd-main-content .center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.cd-main-content h1 {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
    .cd-main-content h1 {
        font-size: 4rem;
        font-weight: 300;
    }
}

/************************
    Modal main window
************************/

.cd-modal {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
}
.cd-modal svg {
    position: absolute;
    top: 0;
    left: 0;
}
.cd-modal svg > path {
    fill: #fff;
}
.cd-modal .modal-close {
    /* 'X' icon */
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 5%;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3) url(../img/cd-icon-close.svg) no-repeat center center;
    background-color: #c05862;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    /* Force hardware acceleration*/
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal .modal-close:hover {
    background-color: rgba(218, 110, 120, 0.98);
}
.cd-modal.modal-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}
.cd-modal.modal-is-visible .modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cd-modal-content {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    padding: 3em 5% 4em;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-modal-content p {
    color: #b3b3b3;
    line-height: 1.6;
    margin: .1em 0;
    text-align: center;
}
.cd-modal-content h1 {
    text-align: center;
}
.modal-is-visible .cd-modal-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -moz-transition: opacity 0.3s 0.3s, -moz-transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
    .cd-modal-content {
        padding: 3em 10% 4em;
    }
    .cd-modal-content p {
        font-size: 2.4rem;
    }
}


/************************
     Cover Layer - hide main content when modal is fired
************************/
.cd-cover-layer {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f2f2f2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
    -moz-transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
    transition: opacity 0.3s 0.3s, visibility 0s 0.6s;
}
.cd-cover-layer.modal-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}


/************************
     Modal Form
************************/

.cd-form {
    width: 90%;
    max-width: 600px;
    margin: 4em auto;
}
.cd-form::after {
    clear: both;
    content: "";
    display: table;
}
.cd-form fieldset {
    margin: 24px 0;
}
.cd-form legend {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
    /* form element wrapper */
    position: relative;
    margin: 20px 0;
}
.cd-form h4, .cd-form .cd-label {
    font-size: 1.3rem;
    color: #a0a0a0;
    margin-bottom: 10px;
}
.cd-form .cd-label {
    display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    color: #2b3e51;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form input[type="name"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form input[type="name"],
.cd-form textarea,
.cd-form select {
    /* general style for input elements */
    padding: 12px;
    border: 1px solid #cfd9db;
    background-color: #ffffff;
    border-radius: .25em;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form input[type="name"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
    outline: none;
    border-color: #2c97de;
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
    /* select element wapper */
    position: relative;
}
.cd-form .cd-select::after {
    /* arrow icon for select element */
    content: '';
    position: absolute;
    z-index: 1;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/cd-icon-arrow.svg") no-repeat center center;
    pointer-events: none;
}
.cd-form select {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.cd-form select::-ms-expand {
    display: none;
}
.cd-form .cd-form-list {
    margin-top: 16px;
}
.cd-form .cd-form-list::after {
    clear: both;
    content: "";
    display: table;
}
.cd-form .cd-form-list li {
    /* wrapper for radio and checkbox input types */
    display: inline-block;
    position: relative;
    -webkit-price-select: none;
    -moz-price-select: none;
    -ms-price-select: none;
    price-select: none;
    margin: 0 26px 16px 0;
    float: left;
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
    /* hide original check and radio buttons */
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
    padding-left: 24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
    /* custom radio and check boxes */
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
    border: 1px solid #cfd9db;
    background: #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
    border-radius: 50%;
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
    border-radius: .25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
    background-color: #2c97de;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
    display: none;
}
.cd-form input[type="radio"] + label::after {
    /* custom image for radio button */
    background-image: url("../img/cd-icon-radio.svg");
}
.cd-form input[type="checkbox"] + label::after {
    /* custom image for checkbox */
    background-image: url("../img/cd-icon-check.svg");
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
    /* add focus effect for radio and check buttons */
    box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
    display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
    -webkit-animation: cd-bounce 0.3s;
    -moz-animation: cd-bounce 0.3s;
    animation: cd-bounce 0.3s;
}
.cd-form textarea {
    min-height: 120px;
    resize: vertical;
    overflow: auto;
    max-height: 200px;
}
.cd-form input[type="submit"] {
    /* button style */
    border: none;
    background-color: #c05862;
    border-radius: .25em;
    padding: 16px 20px;
    color: #ffffff;
    font-weight: bold;
    float: right;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
}
.no-touch .cd-form input[type="submit"]:hover {
    background: #da6e78;
}
.cd-form input[type="submit"]:focus {
    outline: none;
    background: #da6e78;
}
.cd-form input[type="submit"]:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.cd-form [required] {
    background: url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .error-message p {
    background: #e94b35;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: .25em;
    padding: 16px;
}
.cd-form .error {
    border-color: #e94b35 !important;
    margin-top: 6px;
}
.cd-domain{
    width: 90%;
    max-width: 600px;
    margin: 4em auto;
}
@media only screen and (min-width: 600px) {
    .cd-form div {
        margin: 32px 0;
    }
    .cd-form legend + div {
        margin-top: 20px;
    }
    .cd-form h4, .cd-form .cd-label {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .cd-form input[type="text"],
    .cd-form input[type="email"],
    .cd-form input[type="name"],
    .cd-form textarea,
    .cd-form select {
        padding: 16px;
    }
}

@-webkit-keyframes cd-bounce {
    0%, 100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
    }
}
@-moz-keyframes cd-bounce {
    0%, 100% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.8);
    }
}
@keyframes cd-bounce {
    0%, 100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
}

/********************************
     Custom icons for modal form
********************************/

.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
    padding-left: 60px !important;
}
.cd-form .price {
    background: url("../img/price.png") no-repeat 16px center;
}
.cd-form [required].price {
    background: url("../img/price.png") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right;
    background-color: #f9f9f9;
    font-weight: bold;
    color: #a0a0a0;
}
.cd-form .email {
    background: url("../img/email.png") no-repeat 16px center;
}
.cd-form [required].email {
    background: url("../img/email.png") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right;
    background-color: #f9f9f9;
    font-weight: bold;
    color: #a0a0a0;
}
.cd-form .name {
    background: url("../img/name.png") no-repeat 16px center;
}
.cd-form [required].name {
    background: url("../img/name.png") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right;
    background-color: #f9f9f9;
    font-weight: bold;
    color: #a0a0a0;
}

.cd-form .message {
    background: url("../img/note.png") no-repeat 16px 16px;
    background-color: #f9f9f9;
    font-weight: bold;
    color: #a0a0a0;
}
.cd-form [required].message {
    background: url("../img/note.png") no-repeat 16px 16px, url("../img/cd-required.svg") no-repeat top right;
    background-color: #f9f9f9;
}
.cd-form .budget {
    background: url("../img/cd-icon-budget.svg") no-repeat 16px center;
}

/********************************
     Modal form labels
********************************/

.js .floating-labels div {
    margin: 0 0 30px 0;
}
.js .floating-labels .cd-label {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 1.6rem;
    cursor: text;
    -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
    -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
    transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .icon .cd-label {
    left: 61px;
}
.js .floating-labels .cd-label.float {
    /* move label out the input field */
    font-size: 1.7rem;
    top: -25px;
    left: 2px !important;
}
@media only screen and (min-width: 600px) {
    .js .floating-labels legend + div {
        /* reduce margin-top for first form element after the legend */
        margin-top: 16px;
    }
    .js .floating-labels .cd-label {
        top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .mobil-show {display: inline-block !important;}
}




#cd-intro .title1 {font-family: inherit;font-size: 4em;font-weight: bold;}
#cd-intro .title2 {font-family: inherit;font-size: 3em;font-weight: bold;margin-bottom: 20px;}
#cd-intro .title3 {font-family: inherit;font-size: 2em;font-weight: initial;color: #da6e78;background-color: rgba(255, 255, 255, 0.05);padding: 10px 20px;display: inline-block;}
#cd-intro h4 {padding: 0 5%;line-height: 25px;font-size: 16px;}
#cd-intro h4 a{color: rgba(255, 255, 255, 0.46);font-size: 14px;text-decoration: none;}

footer span{display: inline-block;width: 100%;text-align: center;font-size: 14px;}