/*OmKilschow */
.OmKilschow{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 5% 10%;
  text-align: center;
}

.OmKilschow .subtitle{
  padding: 1% 5%;
  text-align: center;
  font-size: 1em;
}

@media (min-width: 1250px) {
.OmKilschow .item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0% 2%;
}
}

.OmKilschow .item .textRight {
  text-align: left;
  padding: 2%;
}

.OmKilschow .item .textLeft {
  order: -1;
  text-align: left;
  padding: 2%;
}

.OmKilschow img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
}


/*Mikkel Stuff */

.form-label{
  color: #4D7EA8 !important;
}
.anchorButton:hover{
  color: white;
  border: 1px solid #4d7ea86e;
  background-color: #4d7ea86e;
}

.landingFlexButtons{
  display:flex;
  gap: 10px;
  justify-content: flex-start;
}

.landingFlexParagraphs p:last-of-type{
  margin-bottom: 20px;
}

.anchorButton{
    color: rgb(255, 255, 255) !important;
    border: 1px solid #4D7EA8;
    background-color: #4D7EA8;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1em;
}

.landingFlex {
	position: relative;
	display: flex;
	flex-direction: column;
	/* stack image + text */
}

.landingFlexImage {
  height: auto;
	width: 100%;
}

.landingFlexImage img {
	width: 100%;
	height: auto;
	display: block;
}

.landingFlexParagraphs {
	position: absolute;
	top: 50%;
	/* center vertically */
	left: 70%;
	/* center horizontally */
	transform: translate(-20%, -50%);
	/* or whatever contrasts with image */
	padding: 20px;
	max-width: 50%;
  background-color: rgb(39 41 50 / 86%);
}

/* On smaller screens, hide image and just show text */
@media (max-width: 1560px) {
	/*.landingFlexImage {
		display: none;
	}*/

	.landingFlexParagraphs {
    background: inherit;
		position: static;
		/* reset from absolute */
		transform: none;
		max-width: 100%;
		color: inherit;
		/* fallback text color */
		text-align: left;
		/* adjust if needed */
	}
}

@media (max-width: 700px) {
	.landingFlexImage {
		display: none;
	}
}

footer {
  margin-top: 0;
  padding-top: 0;
}
.panel-warning {
  color:white;
}

.panel-body {
  color: white;
}

.m-product-price-suggested{
  color:black;
}

.white {
    color:#FFFFFF !important;
}

.topitem a{
     color:#FFFFFF;
}

/*Landing Page */

.image-link .title{
color: #4D7EA8;
}



.banner{
  margin: 0px;
}



.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; 
  gap: 0px;
  padding-top: 0px;
  padding-left: 0%;
  padding-right: 0%;
}


.image-box {
  text-align: center;
  flex: 1 1 30%;
  max-width: 100%;
}

.image-box img {
  height: auto;
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
}

.title {
  color: #4D7EA8;       
  font-size: clamp(12px, 2vw, 24px);
  text-align: left;      
}

.subtitle {
  color: #757575a5;       
  font-size: clamp(8px, 2vw, 18px);
  text-align: left;       
}
.image-box img {
  border: 3px solid rgba(44, 62, 80, 0.101);     
  border-radius: 6px;
}
 

/*Video Landing page */

/*
.videos {
  flex: 1;
  width: 60%;
  max-width: 40%;
  margin: 5% auto;
  display: block; 
  border: 1px solid #2627292f;
}

.video-text {
  flex:1;
  color: white;
  max-width: 500px;
  text-align: center;
  margin-top: 0; 
  padding-top: 0;
  padding-left: 100px
}

.video-text h1{
color: #4D7EA8;
}

.video-banner {
  display: flex;
  background-color: #4d7ea83d;   
  text-align: right;
  padding: 2px 5px;
  justify-content: space-between; 
  align-items: center;
  gap:40px;       
}
*/

/*Contact Page*/

#contact-form {
  max-width: 45%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

#contact-form label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
  color: #4D7EA8;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="submit"],
#contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccccccc7;
  border-radius: 4px;
  box-sizing: border-box;
}

#contact-form textarea {
  height: 150px;
  resize: vertical;
}

#contact-form input[type="submit"] {
  background-color: #4D7EA8;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

#contact-form input[type="submit"]:hover {
  background-color: #4d7ea868;
}


.formFlex{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-width: fit-content;
}

.formFlexForm{
 flex: 1 1 500px;
 
}

.formFlexText{
  padding-top: 20px;
}

.contact-box{
  max-width:900px;
  margin: 0 auto;
}
