/* Custom CSS mobile first */


/* Variables */
:root {
    /* Colors */
    --custom-bg-01: #ffffff;
    --custom-bg-02: #556b2f;
    --custom-color-01: #db8663;
    --custom-color-02: #577283;
    --custom-color-03: #858585;
    --custom-ft-01: #2e2e2e;
    --custom-nav-01: rgba(0, 0, 0, 0.8);
    --custom-nav-02: rgba(0, 0, 0, 0);

    /* Body Padding for Navbar if fixed or translucent */
    --custom-bodypadding-m: 0px;
    --custom-bodypadding-d: 0px;

    /* Font */
    --custom-font-01: font-family: quicksand;

    /* Container Width */
    --custom-width-01: 1700px;
}

@font-face {
	font-family: parisienne;
	src: url('../fonts/Parisienne-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: quicksand;
	src: url('../fonts/Quicksand-Light.ttf');
	font-weight: 300;
}

@font-face {
	font-family: quicksand;
	src: url('../fonts/Quicksand-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: quicksand;
	src: url('../fonts/Quicksand-Medium.ttf');
	font-weight: 500;
}

/* Root Elements */
body {
    background-color: var(--custom-bg-01) !important;
    padding-top: var(--custom-bodypadding-m);
    font-family: quicksand;
}

/* Custom Classes */

/* Custom Border */
.cborder-bottom {
    border-bottom: 1px solid var(--custom-color-03);
}

/* Custom Button */
.cbutton {
    border-radius: 40px;
    padding: 13px 32px;
    border: none;
    background-color: var(--custom-color-02);
    color: #ffffff;
    text-decoration: none;
    transition: 0.4s;
}

.cbutton:focus {
    outline-style: none;
}

.cbutton:hover {
    background-color: var(--custom-color-01);
    color: #ffffff;
}

/* Custom Cookie */
.ccookie{
    background-color: rgb(85, 85, 85, 0.95);
    min-height: 10%; 
    position: fixed; 
    bottom: 0; 
    z-index: 101; 
    width: 100%; 
    padding-bottom: 10px;
    color: #000;
    transition: 0.4s;

}

.ccookiebuttonsettings {
    color: #ffffff;
    text-decoration: underline;
}

.ccookiebuttonsettings:hover {
    color: var(--custom-color-01);
    cursor: pointer;
}

/* Custom Container */
.ccontainer {
    width: var(--custom-width-01);
    max-width: 100%;
    margin: auto;
    padding: 0 12px;;
}

.ccontainernavmargin {
    margin-top: 100px;
}

.ccontainernew {
    width: calc(100vw - (100vw - 100%)); max-width: 1700px; 
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 12px;
    padding-right: 12px;
}

/* Custom Font */
.cfont {
    font-size: large !important;
    font-family: var(--custom-font-01);
}

/* Custom Footer */
.cfooter {
    width: 100%;
    background-color: var(--custom-ft-01);
    color: var(--custom-color-03);
    padding: 75px 0 50px 0;
}

.cfooter p {
    margin: 0;
}

.cfooterBlock {
    margin-left: 75px;
    font-size: 1rem;
}

.cfooterBlockLink {
    text-decoration: none;
    color: var(--custom-color-03);
}

.cfooterBlockLink:visited {
    text-decoration: none;
    color: var(--custom-color-03);
}

.cfooterBlockLink:hover {
    color: var(--custom-color-01);
}

.cfooterCR {
    color: white;
}

.cfooterCRLink {
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

.cfooterCRLink:visited {
    color: white;
    text-decoration: none;
}

.cfooterCRLink:hover {
    color: #B28785;
}

.cfooterHL {
    font-size: 1.5rem;
    color: var(--custom-color-02);
    margin-bottom: 20px;
}

.cfootericoninsta {
    height: 30px;
    width: 30px;
    background-image: url('../pics/icons/mail.svg');
    transition: 0.4s;
}

.cfootericoninsta:hover{
    background-image: url('../pics/icons/mail_rosa.svg');
}

.cfootericonlinkedin {
    height: 30px;
    width: 30px;
    background-image: url('../pics/icons/instagram.svg');
    transition: 0.4s;
}

.cfootericonlinkedin:hover{
    background-image: url('../pics/icons/instagram_rosa.svg');
}

.cfootericonxing {
    height: 30px;
    width: 30px;
    background-image: url('../pics/icons/facebook.svg');
    transition: 0.4s;
}

.cfootericonxing:hover{
    background-image: url('../pics/icons/facebook_rosa.svg');
}

.cfooterline {
    width: 100%; 
    margin: auto 0; 
    height: 1px; 
    background-color: var(--custom-color-03);
}

/* Form */
.cform {
    border-radius: 30px !important;
    box-shadow: 5px 5px 5px rgb(190, 190, 190);
}

.cform:focus {
    outline-style: none !important;
}

.cformlabel {
    color: var(--custom-color-03);
}

/* Custom Hero */
.cherocontact {
    position: relative;
}

.cheroerror {
    position: relative;
    max-width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.cheroerrorhead {
    color: var(--custom-color-01);
    font-weight: 500;
    font-size: 3rem;
    line-height: 100%;
    margin-bottom: 20px;
}

.cheroerrorpicoutercontainer {
    height: 35vh;
}

.cheroerrorpicinnercontainer {
    height: 100%;
}

.cheroerrorpicture {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.cheroerrortext {
    color: var(--custom-color-03);
    font-size: 1rem;
}

.cherosuccess {
    position: absolute;
    max-width: 100%;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 2;
}

.cherosuccesshead {
    color: var(--custom-color-02);
    font-weight: 500;
    font-size: 3rem;
    line-height: 100%;
    margin-bottom: 20px;
}

.cherosuccesstext{
    color: var(--custom-color-03);
    font-size: 2rem;
}

.cheroindexpiccontainer {
    position: absolute; 
    top: 0; 
    width: 100vw; 
    max-width: 100%; 
    height: 100vh; 
    max-height: 100%;
}

.cheroindexpiccontent1 {
    position: relative;
    height: 50em; 
    width: 50em; 
    margin: 0 12px;
    background-image: url('../pics/icons/home1.svg'); 
    background-position: center;
    background-repeat: no-repeat; 
    z-index: 2;
    animation: cheroindexpiccontentanimation1 1s;
}

@keyframes cheroindexpiccontentanimation1 {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.cheroindexpiccontent2 {
    position: relative;
    height: 50em; 
    width: 50em; 
    margin: 0 12px;
    background-image: url('../pics/icons/home2.svg'); 
    background-position: center;
    background-repeat: no-repeat; 
    z-index: 2;
    animation: cheroindexpiccontentanimation2 2s;
}

@keyframes cheroindexpiccontentanimation2 {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

.cheroindexpiccontent3 {
    position: relative;
    height: 50em; 
    width: 50em; 
    margin: 0 12px;
    background-image: url('../pics/icons/home3.svg'); 
    background-position: center;
    background-repeat: no-repeat; 
    z-index: 2;
    animation: cheroindexpiccontentanimation3 3s;
}

@keyframes cheroindexpiccontentanimation3 {
    0% {opacity: 0;}
    66% {opacity: 0;}
    100% {opacity: 1;}
}

.chomesectionbuttondark {
    width: 100%;
    border-radius: 30px;
    margin-top: 15px;
    padding: 13px 32px 13px 32px;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}

.chomesectionbuttondark:focus {
    color: var(--custom-color-03);
}

.chomesectionbuttondark:hover {
    background-color: var(--custom-color-01);
    color: #ffffff;
    border: 1px solid var(--custom-color-01);;
}

.chomesectionbuttonlight {
    width: 100%;
    border-radius: 30px;
    margin-top: 15px;
    padding: 13px 32px 13px 32px;
    background-color: rgba(0, 0, 0, 0);
    color: var(--custom-color-03);
    border: 1px solid var(--custom-color-03);
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}

.chomesectionbuttonlight:focus {
    color: var(--custom-color-03);
}

.chomesectionbuttonlight:hover {
    background-color: var(--custom-color-01);
    color: #ffffff;
    border: 1px solid var(--custom-color-01);;
}

.chomesectioncontainer {
    min-height: 30vh;
}

.chomesectionheadlinedark {
    padding-bottom: 15px;
    font-size: 2rem;
    color: var(--custom-color-02);
}

.chomesectionheadlinelight {
    padding-bottom: 15px;
    font-size: 2rem;
    color: #ffffff;
}

.chomesectiontextdark {
    color: var(--custom-color-03);
    font-weight: 300;
}

.chomesectiontextlight {
    color: #ffffff;
    font-weight: 300;
}

/* Custom Kontakt */
.ckontactcontainer {
    margin-left: auto;
}

.ckontaktDSlink {
    color: var(--custom-color-03);
}

.ckontaktDSlink:hover {
    color: var(--custom-color-01);
}

.ckontaktDSlink:visited {
    color: var(--custom-color-03);
}

/* Custom Link */

.clinkstd {
    color: var(--custom-color-03);
}

.clinkstd:hover {
    color: var(--custom-color-01);
}

.clinkstd:visited {
    color: var(--custom-color-03);
}

/* Custom Navbar */
.cnavcontainer {
    background-color: var(--custom-nav-01);
    transition: 0.5s;
}

.cnavcontainer.active {
    background-color: var(--custom-nav-01);
    transition: 0.4s;
}

.cnaviconburger {
    height: 30px;
    width: 30px;
    background-image: url('../pics/icons/burgermenu.svg');
    transition: 0.4s;
}

.cnaviconburger[aria-expanded="true"] {
    background-image: url('../pics/icons/burgermenu_orange.svg');
}

.cnaviconmail {
    height: 30px;
    width: 30px;
    background-image: url('../pics/icons/mail.svg');
    transition: 0.4s;
}

.cnaviconmail:hover {
    background-image: url('../pics/icons/mail_orange.svg');
}

.cnavicontel {
    height: 30px;
    width: 30px;
    background-image: url('../pics/icons/phone.svg');
    transition: 0.4s;
}

.cnavicontel:hover {
    background-image: url('../pics/icons/phone_orange.svg');
}

.cnavlink {
    color: var(--custom-color-03) !important;
    font-weight: 500 !important;
}

.cnavlink:visited {
    color: var(--custom-color-03) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.cnavlink:hover {
    color: var(--custom-color-01) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.cnavlinkactive {
    color: var(--custom-color-01) !important;
    font-weight: 500 !important;
}

.cnavlinkactive:visited {
    color: var(--custom-color-01) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.cnavlinkactive:hover {
    color: var(--custom-color-01) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.cnavlogo {
    height: 100px;
    max-width: 50vw;
}

.cnavtoggler {
    box-shadow: none !important;
}

/* Custo ReCaptccha */
.grecaptcha-badge { 
    z-index: 100;
}

/* Custom Texts */
.csloganleft {
    color: var(--custom-color-02);
    font-size: 1.75rem;
    font-weight: 500;
}

.csloganright {
    color: var(--custom-color-03);
    font-size: 1.25rem;
    font-weight: 400;
}

/* Custom Video Fullscreen */
.cvideobgcontact {
    height: 35vh;
}

.cvideobghome {
    height: 100vh;
}

.dauthorlink,.dauthorlink:visited {
    font-family: quicksand;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #B28785;
    text-decoration: none;
    transition: 0.5s;
}

.dauthorlink:hover {
    color: #9d6562;
    text-decoration: none;
}

.dcardfooter {
    font-family: quicksand;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
}

.dcardhead {
    font-family: parisienne;
    font-size: 2rem;
}

.dcardtext {
    font-family: quicksand;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

.dfooterhead {
    font-family: parisienne;
    font-size: 2rem;
    color: white;
}

.dfooterlink {
    font-family: quicksand;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

.dfooterlink:hover {
    color: #B28785;
    text-decoration: none;
}

.dfooterlink:visited {
    color: white;
    text-decoration: none;
}

.dfootertext {
    padding-bottom: 3rem;
    font-family: quicksand;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: white;
}

.dimagecarouselfs {
    height: 100vh; 
    object-fit: cover; 
    object-position: center;
}

.dinfohead {
    font-family: parisienne;
    font-size: 2rem;
    color: black;
}

.dinfotext {
    font-family: quicksand;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: black;
}

.dinfofooter {
    font-family: parisienne;
    font-size: 2rem;
    color: #b28785;
}

.dnaviconphone {
    width: 2rem;
    height: 2rem;
    content: url('../pics/icons/phone.svg');
    transition: 2.5s;
}

.dnaviconphone:hover {
    content: url('../pics/icons/phone_rosa.svg');
    cursor: pointer;
}

.dnaviconphoneneu {
    width: 2rem; 
    height: 2rem; 
    right: 3rem; 
    top: 0.2rem; 
    opacity: 0;
    transition: 0.5s;
}

.dnaviconphoneneu:hover {
    opacity: 1;
    cursor: pointer;
}

.dnaviconwaneu {
    width: 2rem; 
    height: 2rem; 
    right: 0rem; 
    top: 0.2rem; 
    opacity: 0;
    transition: 0.5s;
}

.dnaviconwaneu:hover {
    opacity: 1;
    cursor: pointer;
}

.dnavtext {
    font-family: quicksand;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
    color: white;
}

.dngrau {
    background-color: #595959; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

.dtext {
    font-family: quicksand;
    font-weight: 400;
    font-style: normal;
}


/* Change navbar styling on big viewports */
@media (min-width: 768px) {
    .chomesectionbuttondark {
        width: auto;
    }

    .chomesectionbuttonlight {
        width: auto;
    }

    .dcardfooter {
        font-size: 1rem;
    }
    
    .dcardhead {
        font-size: 2.5rem;
    }
    
    .dcardtext {
        font-size: 1.5rem;
    }
    .dnavtext {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    /* Desktop Root Elements */
    body {
        padding-top: var(--custom-bodypadding-d);
    }

    /* Custom Classes */

    /* Custom Container */
    .ccontainernavmargin {
        margin-top: 150px;
    }

    /* Custom Hero */
    .cherocontact {
        position: absolute;
        max-width: 100%;
        top: 200px;
        left: 0;
        right: 0;
        z-index: 2;
    }

    .cheroerror {
        position: absolute;
        top: 250px;
        padding-left: 100px;
    }

    .cheroerrorpicoutercontainer {
        height: 100vh;
    }

    .cherosuccess {
        top: 40%;
    }

    .cherosuccesshead {
        font-size: 4rem;
    }
    
    .cherosuccesstext{
        font-size: 3rem;
    }

    .chomesectioncontainer {
        min-height: 70vh;
    }

    .chomesectionheadlinedark {
        font-size: 2.75rem;
    }

    .chomesectionheadlinelight {
        font-size: 2.75rem;
    }

    .chomesectiontextdark {
        text-align: justify;
    }

    .chomesectiontextlight {
        text-align: justify;
    }

    /* Custom Kontakt */
    .ckontactcontainer {
        margin-left: auto;
        width: 500px;
    }

    .cnavcontainer {
        background-color: var(--custom-nav-01);
    }

    .cnavcontainer.active {
        background-color: var(--custom-nav-01);
    }

    .cnavlogo {
        height: 100px;
    }

    /* Custom Texts */
    .csloganleft {
        font-size: 2.5rem;
    }

    .csloganright {
        font-size: 2rem;
    }

    /* Custom Video Fullscreen */
    .cvideobgcontact {
        height: 100vh;
    }

}

@media (min-width: 1399px) {
    .dngrau {
        background-image: url('../pics/n_grau.webp'); 
    }
}