/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/**
 Farben:
 Türkis: #78A3A2
 Rosa: #D8BEBD
 Braun: #B8AA8F
 Türkis heller: #E3D2D1
 Rosa heller: #706F6F
 Braun heller: #CCC2B0
 */

.headline-boxen h3 {
		font-size: 50px !important;
	}


.stk-block-timeline > .stk-inner-blocks {
    grid-template-columns: 0fr 0.01fr 1fr;
	padding-left: 30%;
}

	.stk-block-timeline > .stk-inner-blocks::after{
	inset-inline-start: 35.5%;
	}

/* Laptops & Desktops zwischen (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
	
	
}


/* Tablets in Landscape-Modus zwischen (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 

	.headline-boxen h3 {
		font-size: 45px !important;
	}
}


/* Tablets in Portrait-Modus zwischen (768-980px) */
    @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 


}

/* Smartphones im Portrait-Modus zwischen (0-479px) */
@media only screen and ( max-width: 479px ) { 
	
	.headline-boxen h3 {
	font-size: 45px !important;
	}
}