.custom-layout-container {
    flex: 1; 
    justify-content: space-between;
    align-items: center;
	 padding-right: 20px; 
}
	.div_test {
		display: flex;
	}

.custom-text-input1 {
/*     flex: 1;  */
/*     padding-right: 20px;  */
}

.div_custom_image_wrapper {
flex: 1; 
background: url(https://armytags.offbeatudvikling.dk/wp-content/uploads/2024/02/1astaal-dogtag_previewbg.png);
background-repeat: no-repeat !important;
/* height: 12.65vw;
    width: 8.45vw; */
   background-size: contain !important;
background-color: #F5F3EE !important;
}

.dansk-dogtag {
	background-repeat: no-repeat !important;
	   background-size: contain !important;
	height: 450px !important;
}

	
.div_custom_image_container {
	position: relative;
	float: left;
	
}
	@media only screen and (min-width: 1200px) {
		.div_custom_image_container {
			line-height: 2.33 !important;
			font-size: 16px !important;
			margin: 20px 0 0 60px !important;
		}
	}
		@media only screen and (max-width: 1200px) {
		.div_custom_image_container {
			line-height: 2.33 !important;
			font-size: 16px !important;
			margin: 20px 0 0 40px !important;
		}
	}
		@media only screen and (max-width: 1156px) {
		.div_custom_image_container {
			line-height: 2 !important;
			font-size: 15px !important;
			margin: 20px 0 0 45px !important;
		}
	}
	
	@media only screen and (max-width: 1059px) {
		.div_custom_image_container {
			line-height: 2 !important;
		}
	}
	@media only screen and (max-width: 808px) {
		.div_custom_image_container {
			line-height: 1.8 !important;
		}
	}
	@media only screen and (max-width: 720px) {
		.div_custom_image_container {
			line-height: 1.6 !important;
		}
	}
		@media only screen and (max-width: 640px) {
		.div_custom_image_container {
			line-height: 1.4 !important;
		}
	}
		@media only screen and (max-width: 576px) {
		.div_custom_image_container {
			line-height: 1.4 !important;
			font-size: 8px !important;
			margin: 15px 0 0 20px !important;
		}
	}
.tekst_linje {
	font-family: Rubik,sans-serif !important;		
	color: #ede9e9 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-shadow: -1px -1px 0 hsla(0,0%,100%,.7), 1px 1px 0 rgba(70,70,70,.8);
	padding-left: 20px;
	font-size: 20px;
}


/* For dansk dogtag */
.tekst_linje.dansk-dogtag {
	padding-top: 30px !important;
	padding-left: 0px !important;
}

#tekst_linje4.dansk-dogtag {
	top: 150px !important;
}

#tekst_linje5.dansk-dogtag {
	top: 180px !important;
}

/* Dog tag 1 */
#tekst_linje1 {
    position: absolute;
    top: 20px; 
}


#tekst_linje2 {
    position: absolute;
    top: 50px; 
}


#tekst_linje3 {
    position: absolute;
    top: 80px; 
}


#tekst_linje4 {
    position: absolute;
    top: 110px; 
}


#tekst_linje5 {
    position: absolute;
    top: 140px; 
}

/* Dog tag 2 */


#tekst_linje1_2 {
    position: absolute;
    top: 20px; 
}


#tekst_linje2_2 {
    position: absolute;
    top: 50px; 
}


#tekst_linje3_2 {
    position: absolute;
    top: 80px; 
}


#tekst_linje4_2 {
    position: absolute;
    top: 110px; 
}


#tekst_linje5_2 {
    position: absolute;
    top: 140px; 
}




