/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1767110928
Updated: 2025-12-30 17:08:48

*/

:root {
    /*Colors*/
    --primary: #005474;
    --hover: #003a55;
    --white: #FFFFFF;
    --black: #383A40;
    --error: #ba3412;

    /*Fonts*/
    --bold: 800;
    --regular: 400;
    --fontfamily: "Ubuntu", sans-serif;

    /*Images*/
    --whitearrow: url(/wp-content/uploads/2025/12/arrow-white.png);

    /*Animation*/
    --transition: .2s;
}

h1, .mimic-h1,
h2, .mimic-h2,
h3, .mimic-h3,
h4, .mimic-h4,
h5, .mimic-h5,
h6, .mimic-h6,
body *:not(button), div, div *:not(button), p, a {
    font-family: var(--fontfamily);
    font-weight: var(--regular);
    color: var(--black)!important;
    hyphens: auto;
}



h1, .mimic-h1,
h2, .mimic-h2,
h3, .mimic-h3,
h4, .mimic-h4,
h5, .mimic-h5,
h6, .mimic-h6 {
    font-weight: var(--bold)!important;
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 1.3em;
}

h1.white-text, .mimic-h1.white-text,
h2.white-text, .mimic-h2.white-text,
h3.white-text, .mimic-h3.white-text,
h4.white-text, .mimic-h4.white-text,
h5.white-text, .mimic-h5.white-text,
h6.white-text, .mimic-h6.white-text,
div.white-text, div.white-text *, p.white-text, a.white-text {
    color: var(--white)!important;
}

a {
    transition: var(--transition);
}

a:after,
.white-text a::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    transition: var(--transition);
    background-image: var(--whitearrow);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
}

.white-text a::after {
    filter: invert(0);    
}

a:hover::after {
    transform: rotate(45deg);
}

a:hover {
    opacity: .5;
}

h1, 
h2.mimic-h1,
h3.mimic-h1,
h4.mimic-h1,
h5.mimic-h1,
h6.mimic-h1,
.mimic-h1 {
    font-size: 2.5rem!important;
    /*line-height: 1.3em!important;*/
}

h2, 
h1.mimic-h2,
h3.mimic-h2,
h4.mimic-h2,
h5.mimic-h2,
h6.mimic-h2,
.mimic-h2 {
    font-size: 2rem!important;
    hyphens: auto!important;
}

h3, 
h1.mimic-h3,
h2.mimic-h3,
h4.mimic-h3,
h5.mimic-h3,
h6.mimic-h3,
.mimic-h3 {
    font-size: 1.5rem!important;
}

h4, 
h1.mimic-h4,
h2.mimic-h4,
h3.mimic-h4,
h5.mimic-h4,
h6.mimic-h4,
.mimic-h4 {
    font-size: 1.1rem!important;
}

h5,
h1.mimic-h5,
h2.mimic-h5,
h3.mimic-h5,
h4.mimic-h5,
h6.mimic-h5,
.mimic-h5 {
    font-size: 1rem!important;
}

.no-additionals a::after,
.no-additionals::after {
    display: none;
}
/*Menü*/
.menu-container a:hover {
    opacity: 1;
}

.menu-container a::after {
    margin-left: 0;
    filter: invert(0);
}

/*Footer*/
a.footer-menu-item {
    display: block;
    padding: 20px 20px 20px 5px;
    position: relative;
} 

a.footer-menu-item:hover {
    opacity: 1;
} 

a.footer-menu-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 5px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: var(--whitearrow);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(0);
}

a.footer-menu-item:hover::after {
    transform: translateY(-50%) rotate(45deg);
}

a.footer-menu-item:not(:last-child) {
    border-bottom: 1px solid var(--white);
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*Container*/
.image-cover img {
    object-fit: cover;
}

.image-cover.top img {
    object-position: top!important;
}

.image-cover.bottom img {
    object-position: bottom!important;
}

.carousell-image,
.carousell-image img {
    min-width: 400px;
}

/*Carousell*/
#image-carousell {
    position: relative;  
    width: 100vw;
    overflow: hidden;
}

/* Blocks inside carousel */
#image-carousell > div {
    position: absolute;
    top: 0;
    width: fit-content;
    height: 100%;
    white-space: nowrap;
}

/*Projekte-Slider Startseite*/
.project-image img {
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
}

/*Prjekte Archif*/
div#projekt-container {
    display: grid;
    grid-template-columns: repeat(3, 31%);
    justify-content: space-between;
    row-gap: 35px;
}

/*div#projekt-container>div:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
}*/

/*Prjekte Deatils*/
.projekte-images-container {
    column-count: 2;
    column-gap: 24px;
}

.projekte-images-container img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 24px;
    break-inside: avoid;
}

/*Formular*/
.field-input,
input.field-input,
textarea.field-input {
    width: 100%;
    border: 1px solid var(--black);
    border-radius: 0px;
} 

.form-half {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
}

.form-input {
    margin-bottom: 25px;
}

.form-input label {
    margin-bottom: 5px;
}

textarea{
    resize: vertical;
} 

input.wpcf7-form-control.wpcf7-submit.has-spinner.form-submit {
    padding: 0px;
    border: 0px;
    background: transparent;
    padding-right: 15px;
}

.form-button-container {
    position: relative;
    width: fit-content;
}

.form-button-container::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transition: var(--transition);
    background-image: var(--whitearrow);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(1);
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.form-button-container:hover::after {
    transform: translateY(-50%) rotate(45deg);
}

.form-button-container .wpcf7-spinner {
    margin: 0px;
    opacity: 1;
    top: 0px;
    position: absolute;
    left: auto;
    right: -12px;
}

.wpcf7-response-output {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    font-style: italic;
}

form.invalid .wpcf7-response-output {
    color: var(--error)!important;
}

.wpcf7-not-valid-tip {
    color: var(--error)!important;
    font-style: italic;
}

.wpcf7-list-item {
    margin-left:0px!important;
}

form.sent .pongratz-form {
    display: none;
}

#datenschutz h2 {
    margin-top: 35px;
}

#datenschutz h3 {
    margin-top: 25px;
}

@media only screen and (max-width: 981px) {
    div#projekt-container {
        grid-template-columns: repeat(2, 48%);
    }
}

@media only screen and (max-width: 760px){
    h1, .mimic-h1,
    h2, .mimic-h2,
    h3, .mimic-h3,
    h4, .mimic-h4,
    h5, .mimic-h5,
    h6, .mimic-h6,
    body *, div, div *, p, a {
        hyphens: none;
    }
	
	h1, 
	h2.mimic-h1,
	h3.mimic-h1,
	h4.mimic-h1,
	h5.mimic-h1,
	h6.mimic-h1,
	.mimic-h1 {
		font-size: 2rem!important;
		hyphens: auto;
	}
	
}

@media only screen and (max-width: 521px) {
    div#projekt-container {
         grid-template-columns: 100%;
    }

    /*div#projekt-container>div:first-child {
        grid-column-start: 1;
        grid-column-end: 2;
    }*/

    .form-half {
        grid-template-columns:100%;
    }
	
	h1, 
	h2.mimic-h1,
	h3.mimic-h1,
	h4.mimic-h1,
	h5.mimic-h1,
	h6.mimic-h1,
	.mimic-h1 {
		font-size: 1.5rem!important;
		hyphens: auto;
	}
	
	.projekte-images-container {
		display: grid;
		grid-template-columns: 100%;
	}
}

@media only screen and (max-width: 480px) {
    h3, 
    h1.mimic-h3,
    h2.mimic-h3,
    h4.mimic-h3,
    h5.mimic-h3,
    h6.mimic-h3,
    .mimic-h3 {
        font-size: 1.2rem!important;
    }
}