@media screen and (max-width: 600px) {
	
	body {
		font-size: 15px;
	}


/* ------------------------------------------------------------------------------------ 
     _____  ____   ___    ______ ____ _   __ ______
    / ___/ / __ \ /   |  / ____//  _// | / // ____/
    \__ \ / /_/ // /| | / /     / / /  |/ // / __  
   ___/ // ____// ___ |/ /___ _/ / / /|  // /_/ /  
  /____//_/    /_/  |_|\____//___//_/ |_/ \____/   
                                                   
/* ------------------------------------------------------------------------------------ */

.spacing_20  { height: 10px; }
.spacing_50  { height: 26px; }
.spacing_60  { height: 32px; }
.page-ueber_uns .spacing_60 { height: 0px; }
.page-impressum .spacing_60 { height: 0px; }
.spacing_70  { height: 45px; }
.spacing_80  { height: 45px; }
.spacing_90  { height: 45px; }
.spacing_100 { height: 40px; }
.page-ueber_uns .spacing_100 { height: 20px; }


/* ------------------------------------------------------------------------------------ 
    __  ___________    ____  __    ____ _   __ ______ ___
   / / / / ____/   |  / __ \/ /   /  _/  | / // ____/ ___/
  / /_/ / __/ / /| | / / / / /    / / /  |/ // __/  \__ \   
 / __  / /___/ ___ |/ /_/ / /___ / / / /|  // /___ ___/ / 
/_/ |_/_____/_/  |_/_____/_____/___/_/  |_//_____//____/   
                                                               
/* ------------------------------------------------------------------------------------ */

	h1 {
		font-size: 3.3vw;
	}

	h2 {
		font-size: 8.5vw !important;
	}

	.page-home h2 {
		font-size: 9.0vw !important;
	}

	.h2_subheadline {
		font-size: 5.2vw !important;
		margin-top: 1.8vw !important;
		margin-bottom: 0px !important;
	}
	
	.h2_description {
    font-size: 3.8vw !important;
	margin-top: 2.2vw;  
	}
	
	h3 {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.page-ueber_uns h3,
	.page-anfrage h3 {
	font-size: 28px !important;
    margin-bottom: 14px !important;
	}
	
	h4 {
		font-size: 20px;
		width: auto;
	}

	.h4_line_left {
		margin-right: 2px;
	}

	.h4_line_right {
		margin-left: 2px;
	}

	.h4_headlinebar {
		width: 240px !important; 
		margin: 10px auto 40px auto !important; 
	}

	.page-ueber_uns h4,
	.page-anfrage h4 {
	font-size: 18px !important;
    margin-bottom: 0px !important;  
	}
	
	.page-anfrage_danke h4,
	.page-anfrage_ohje h4 {
	font-size: 28px !important;
    margin-bottom: 14px !important;
	}
	
	h5 {
    font-size: 20px !important;  
	}

	.h5_headlinebar {
		width: 240px !important; 
		margin: 10px auto 40px auto !important; 
	}

	.quotation {
		font-size: 19px !important; 
		padding-top: 45px !important; 
		padding-bottom: 45px !important; 
	}
	
	.content_headline {
		font-size: 17px;
		padding-top: 15px;
		padding-bottom: 7px;
	}

	h6 {
		font-size: 20px;
		margin-top: 0px;
		margin-bottom: 12px;
	}


/* ------------------------------------------------------------------------------------ 
   ______ ____  ____   ______ ____   ___     __  ___ ______ 
  /_  __// __ \/ __ \ / ____// __ \ /   |   /  |/  // ____/ 
   / /  / / / / /_/ // /_   / /_/ // /| |  / /|_/ // __/    
  / /  / /_/ / ____// __/  / _, _// ___ | / /  / // /___    
 /_/   \____/_/    /_/    /_/ |_|/_/  |_|/_/  /_//_____/    
                                                            
/* ------------------------------------------------------------------------------------ */
	
	#top_frame {
    height: 120vw;
	}
	
	.top_frame_container {
    height: 120vw;
	opacity: 1 !important; /* Sofort voll sichtbar */
    transform: translateY(0) !important; /* Keine Verschiebung */
    animation: none !important; /* Keine Wartezeit durch Animation */
	}	

	#main_logo {
        top: 22px !important;   
        width: 140px !important;
        right: 26px; 
    }
	
	#menu_bar_background {
		height: 80px;
	}
	
	/* Die Menübar umbauen */
    .top_frame_menubar {
        top: 80px !important; 
    }

    .responsive_menu_button.active + .top_frame_menubar {
        height: calc(100vh - 80px) !important; 
    }
	
    /* Responsive Button */	
	.responsive_menu_button {
        top: 30px; 
        width: 34px;  
        height: 22px; 
    }

    /* Die drei Linien */
    .responsive_menu_button span {
        width: 34px;
        height: 3px;
    }

    /* Animation zum X */
    .responsive_menu_button.active span:nth-child(1) {
        transform: rotate(33deg);
        width: 37px; 
    }

    .responsive_menu_button.active span:nth-child(2) {
        opacity: 0;
        transform: translateX(-14px);
    }

    .responsive_menu_button.active span:nth-child(3) {
        transform: rotate(-33deg);
        width: 37px;
    }

	a.top_frame_cta_button {
        width: 240px !important;
        height: 32px !important;
    }

    /* Schriftgröße und Zentrierung in den Flächen */
    .cta_front, 
    .cta_back {
        font-size: 15px !important;
    }
	
	/* Print Unterseiten print_all_detail */
	.top_frame_iconbox {
		display: none !important;
	}


/* ------------------------------------------------------------------------------------ 
   __________  _   _______________   ________
  / ____/ __ \/ | / /_  __/ ____/ | / /_  __/
 / /   / / / /  |/ / / / / __/ /  |/ / / /   
/ /___/ /_/ / /|  / / / / /___/ /|  / / /    
\____/\____/_/ |_/ /_/ /_____/_/ |_/ /_/     
   
/* ------------------------------------------------------------------------------------ */	
	
	/* --- Alle Flexboxen werden 1-spaltig --- */	
    .flex_box_5col > *, .flex_box_4col > *, .flex_box_3col > *, .flex_box_2col > * { flex: 0 0 100%; }
    .flex_box_4col, .flex_box_3col { gap: 20px; }
	.flex_box_2col { gap: 28px; }
	
	.flex_box_5col_headline {
    font-size: 5.0vw;
	}			
		
	.flex_box_2col_detailtext {
		font-size: 15px;
		margin-bottom: 30px;
	}

	/* FLEX BOX 5 COL DRUCK KACHELN */

	.flex_box_5col_item img {
		max-height: 150px !important;
		margin-bottom: 9px !important;
	}
	
	.page-print .flex_box_5col_headline {
        font-size: clamp(15px, 3.9vw, 24px) !important;
    }	
	
	/* ----------------- */
	
	.flex_box_2col div h3 {
        margin-top: 0;
    }

    /* Wir entfernen das margin-bottom des letzten Absatzes in der ersten Box */
    .flex_box_2col div p:last-child {
        margin-bottom: 20px !important;
    }
	
	.flex_box_3col > a {
    padding: 15px !important;
	}
	
	.flex_box_3col_headline {
		font-size: 5.5vw !important;
		padding-bottom: 9px !important;
	}
	
	.flex_box_3col img {
		max-width: 140px !important;      
		margin-bottom: 4px !important;  
	}
		
	/* --- FLEX BOX 2-COL UNIT BUTTONS --- */

	.flex_box_2col_button {
		padding: 18px 16px;
	}

	.flex_box_2col_button_headline_container {
		height: 100px;
	}

	.flex_box_2col_button_headline {
		font-size: 24px;
	}	

	.flex_box_2col_info_text {
		display: none !important;
	}

	.flex_box_2col_button_text {
		font-size: 15px;
		line-height: 110%;
		padding-top: 4px;
	}
	
	/* ============== CTA Button in der content frame ============== */

	.content_frame_cta_button {
		min-height: 58px;
		padding: 12px 12px;
	}

	.content_frame_cta_button span {
		font-size: 18px;
	}

	.content_frame_cta_button:hover {
		box-shadow: 0 0 12px 4px var(--infinite_tango);
	}
	
	/* --- REFERENZ BOX auf Unterseite Projekte --- */
	
	.reference_box {
        min-height: 280px !important;
        padding: 18px 24px !important;
    }

	.reference_box_overlay {
		height: 200px !important;
	}

    .reference_box_client {
        font-size: 22px !important;
    }
	
	/* Kontakt-Boxen auf der Seite Über uns */
	
	.contact_box_image {
        width: 280px !important;
    }
	
	/* ------------- KONTAKTFORMULAR ------------------------*/

	.contact_form_headline {
		font-size: 17px !important;
		margin-bottom: 10px !important;
	}

	.contact_form_box {
		margin-bottom: 10px !important;
		padding: 10px 10px !important;
	}

	.contact_form_fillin_text {
		font-size: 17px !important;
	}

	/* Checkbox Bereich */
	.checkbox_container_grid {
		gap: 7px 8px !important;
	}

	.contact_form_check_box {
		height: 28px !important;
		width: 28px !important;
		margin-right: 6px !important;
	}

	.contact_form_text {
		font-size: 17px !important;
	}

	/* Nachrichtenfeld */
	.contact_form_box.textarea_box {
		min-height: 200px !important;
		max-height: 500px !important;
	}

	/* Custom Resize Dreieck unten rechts */
	.textarea_box::-webkit-resizer {
		background-size: 18px 18px !important;
	}

	.contact_form_sendbutton {
		min-height: 44px !important;
		margin-top: 30px !important;
		padding: 10px 18px !important;
	}

	.contact_form_sendbutton span {
		font-size: 18px !important;
	}

	.contact_form_sendbutton:hover {
		box-shadow: 0 0 7px 1px var(--infinite_tango) !important;
	}

	.contact_form_infotext {
		font-size: 15px !important;
		margin-top: 20px !important;
	}
	
	/* Die 4 Vorteilsboxen im Print content_frame */
	.flex_box_4col_contentframe_box {
		padding: 17px !important;
	}

	.flex_box_4col_contentframe_box p {
		font-size: 15px !important;
	}

	.flex_box_4col_contentframe_box_headline {
		font-size: 18px !important;
		margin-bottom: 11px !important;
	}
	
	
/* ------------------------------------------------------------------------------------ 
   _____  __     ____ ____   ______ ____   ______  ____   ___     __  ___ ______ 
  / ___/ / /    /  _// __ \ / ____// __ \ / ____/ / __ \ /   |   /  |/  // ____/ 
  \__ \ / /     / / / / / // __/  / /_/ // __/   / /_/ // /| |  / /|_/ // __/    
 ___/ // /___ _/ / / /_/ // /___ / _, _// /     / _, _// ___ | / /  / // /___    
/____//_____//___//_____//_____//_/ |_|/_/     /_/ |_|/_/  |_|/_/  |_//_____/    
                                                                                 
/* ------------------------------------------------------------------------------------ */

.logo_track {
    gap: 24px !important; 
}

.logo_track img {
        height: 36px !important; 
        width: auto;
        max-width: 120px; /* Sicherheitshalber, falls ein Logo extrem breit ist */
        object-fit: contain;
}


/* ------------------------------------------------------------------------------------ 
   _____  ____   ______ ______ ____ ___     __      ______ ____   ___   __  ___ ______ 
  / ___/ / __ \ / ____// ____//  _//   |   / /     / ____// __ \ /   | /  |/  // ____/ 
  \__ \ / /_/ // __/  / /     / / / /| |  / /     / /_   / /_/ // /| |/ /|_/ // __/    
 ___/ // ____// /___ / /___ _/ / / ___ | / /___  / __/  / _, _// ___ // /  / // /___    
/____//_/    /_____/ \____//___//_/  |_|/_____/ /_/    /_/ |_|/_/  |_|/_/  |_//_____/   

/* ------------------------------------------------------------------------------------ */

.flex_box_4col_headline {
    font-size: 20px !important; 
    margin-bottom: 10px !important; 
}

.special_box {
    padding: 12px;
}

.special_box img {
    width: 160px;
    height: auto;
}

.flex_box_4col_text {
    font-size: 14px;
}

/* 4 Farbige Anfrage Boxen */

.inquiry_box {
    padding: 18px 18px;
	min-height: 100px;
}

/* Umbruch für die Inquiry Boxen */
.flex_box_4col > .inquiry_box {
        flex: 0 0 100% !important;
        max-width: 100% !important;
}

/* Headlines */
.inquiry_box_headline {
    font-size: 22px;
    padding-bottom: 14px;
}

/* Kontakt-Texte (Bold/Medium) */
.inquiry_box_contact {
    font-size: 17px;
}

.inquiry_box_text {
    font-size: 15px;
}

.inquiry_box_action {
	font-size: 18px !important;
}


/* ------------------------------------------------------------------------------------ 
    ______ ______ ______ ____   ____   ___   ______ __  __ ______ ____   ___     __  ___ ______ 
   / ____// ____// ____// __ \ / __ \ /   | / ____// / / // ____// __ \ /   |   /  |/  // ____/ 
  / /_   / __/  / __/  / / / // __  // /| |/ /    / //  // __/  / /_/ // /| |  / /|_/ // __/    
 / __/  / /___ / /___ / /_/ // /_/ // ___ / /___ / __  // /    / _, _// ___ / / /  / // /___    
/_/    /_____//_____//_____//_____//_/  |_|\____/_/ /_//_/    /_/ |_|/_/  |_|/_/  |_//_____/   

/* ------------------------------------------------------------------------------------ */

.feedback_frame h5 {
    padding-top: 45px !important; 
}	

.feedback_box {
    margin-bottom: 25px !important; 
}

.feedback_text {
    font-size: 15px !important; 
}

.feedback_box_headline {
    font-size: 30px !important; 
    margin: 18px 0 3px 0 !important; 
}

.feedback_box_client {
    font-size: 15px !important; 
    margin-bottom: 0px !important; 
}

/* Der Sprechblasen-Zacken */
.speech_bubble_arrow {
    bottom: -24px !important;  
    left: 85% !important; 
}
	
	
/* ------------------------------------------------------------------------------------ 
    __________  ____  ________________ 
   / ____/ __ \/ __ \/_  __/ ____/ __ \
  / /_  / / / / / / / / / / __/ / /_/ /
 / __/ / /_/ / /_/ / / / / /___/ _, _/ 
/_/    \____/\____/ /_/ /_____/_/ |_|  

/* ------------------------------------------------------------------------------------ */

	#footer_frame {
		padding: 40px 0; 
	}

	/* Unter 1000px: Alles untereinander */
    .footer_textblock_6col {
        width: 100%;
        margin-bottom: 50px;
        text-align: left;
    }
	
}