@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#ffffff;
	padding:0px;
	font-size: 16px;
	min-width: 360px;
	color: #000000;
	}

main {
	background-color:#ffffff;
	max-width: 1200px;
	}
footer{
	background-color: #222222;
    color: #FFFFFF;
    max-width: 1200px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
}

div.upper {
	background-color: rgba(0,0,0,0);
	}

div.blocktext {
	/*background-color: rgba(0,0,0,.3);*/
	color: #000000;
	}

.lower {
	background-color:#fff;
	}

.wagnerblocktext {
	position:relative;
	color:#fff;
	padding: 2%;
	width: 96%;
	overflow: auto;
	}

.featurescasewagner {
	display: flex;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
	}

.featuresbox {
	background-color: #dddddd;
	color: #000000;
	}

.featuresbox.black {
	background-color: #dddddd;
	color: #000000;
	}

.featuressubmenu {
	font-size: 0.8em; 
	font-weight: 400;
	color: #000000;
	text-align:left;
	/*height:90%;*/
	}

.upperimages {
	width: 100%;
	/*background-repeat: repeat-x;*/
	}
	
.wagnerasideh1{
	font-size: 24px;
	font-weight:600;
	text-align:center;
}

.blocktext_aside {
	color: #ffffff;
	background-color: #21372c;
	}
	
.blocktext_aside a {
	text-decoration:none;
	color: #ffffff;
	}

.blocktext_aside a:link {
	text-decoration:none;
	color: #ffffff;
	}
	
.blocktext_aside a:hover {
	font-weight:600;
	color: #ffffff;
	}
	
.blocktext_aside a:visited {
	text-decoration:line-through;
	color: #ffffff;
	}

.dropdownarrow {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 30px;
	}

.dropdownarrow:hover {
	cursor: pointer;
	}

.dropdowntext {
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
	width: 98%;
	text-align: center;
	position: relative;
	font-weight: bold;
	font-size: 1.4em;
	background-color: #000;
	color: #f5b335;
	}

.dropdownsubmenu {
    font-size: 0.8em;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    text-align: left;
    overflow: hidden;
    max-height: 50px;
    padding: 10px;
	}

.dropdownsubmenu ul li {
	list-style:none;
	padding: 10px;
	}

.dropdownsubmenu ul li a {
	color:#00f;
	}
		
.dropdownsubmenu ul li a:visited {
	color:#00f;
	}
	
.dropdownsubmenu ul ul li{
	list-style:none;
	padding: 2px;
	font-size: 0.8em;
	font-weight:400;
	}

.scrollcontent {
    position: relative;
	background-color: #ffffff;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2%;
	}
	
.scrollcontentlinks {
    position: relative;
	background-color: #fff;
	color: #002d74;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2%;
	}

.mainbanner {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
	background-color: #999999;
}

.mainbanner_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;   
}

.logo-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20%;
  z-index: 100;
}

.tagline-overlay{
	font-family: 'Noto Sans';
	letter-spacing: 0.025em; 
	font-size: 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 3vw;
	font-weight: 900;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
	text-align: center;
	z-index: 100;
}

.banner {
	position: relative;
	max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
	padding: 0px;
	}
	
.smallerbanner {
	position: relative;
	max-width: 750px;
    margin-right: auto;
    margin-left: auto;
	padding: 0px;
	}

.banner > div { 
    position: relative; 
}

.topbanner {
	position: relative;
	max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.topbanner > div { 
    position: relative; 
}

.wagneroverview{
	font-family: 'Noto Sans';
	letter-spacing: 0.025em; 
	font-size: 20px;
	text-align: center;
	font-weight:300;
	padding-left:20px;
	padding-right:20px;
}

.industrybuttons{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 25%;
}

.industrybuttons-img {
	cursor: pointer;
	transition: opacity 1s ease;
	width: 100%;
	display: block;
}

.industry{
	max-width: 956px;
	min-height: 500px;
	background-color: #eeeeee;
	margin-right: auto;
    margin-left: auto;
	color:#000000;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.industrymachines{
	margin-right: auto;
    margin-left: auto;
	display: flex;          /* Activates Flexbox layout */
	flex-wrap: wrap;        /* Allows items to move to the next line when space shrinks */
	justify-content: space-evenly; /* Horizontally centers items on every line */
	gap: 10px;              /* Adds clean spacing between your items */
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.machinetab{
	width: 190px;
	height: 270px;
	background-color: #ffffff;
	color: #000000;
	border-radius: 10px;
	padding: 10px;
	float:left;
	font-size:15px;
	text-align:left;
	align-items: center;
	box-shadow: none;
	transition: box-shadow 0.4s ease-in-out; 
}

.machinetab:hover{
	box-shadow: 0 0 10px 10px rgba(0,0,0, 0.05);
}

.machinetab > h1{
	color: #000000;
	font-size: 20px;
	margin-top: 4px;
	margin-bottom: 10px;
	text-align:center;
}

hr {
  border: none;
  height: 5px;
  margin:0px;
}

.wagneryellow{
	  background-color: #f6b333;
}

.wagnerblack{
	  background-color: #000000;
}

.wagnersocial{
    width: auto;
    position: relative;
	float:right;
    z-index: 1;
    display: flex;
    align-items: right;
	}

.wagnersocial p{
    margin: 0px;
    color: black;
    margin-right: 7px;
	margin-top: 5px;
    font-size: 15px;
    height: 17px;
    font-style: italic;
	}

.wagnersocial img{
    display: block;
    height: 20px;
    margin:5px;
	}

.wagnerbutton{
	display: block;
	color: #f6b436;
	background-color: #000000;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	font-weight: 600;
	margin-right: auto;
    margin-left: auto;
}


 /*for info request section*/
        #request-section {
            display: flex;
            justify-content: center;
            max-width: 1500px;
            margin: auto;
            position: relative;
            margin-bottom: 10px;
			margin-top: 10px;
        }

        #request-section>a:link {
            text-decoration: none;
        }

        #request-section>a {
            z-index: 1;
        }

        #request-section>a>div {
            display: flex;
            padding: 0px 40px;
        }

        #request-section>a>div>svg {
            width: 70px;
            margin-right: 20px;
        }

        #request-section>a>div>p {
            font-size: 20px;
            font-weight: 700;
        }

        @media screen and (max-width: 1050px) {
            #request-section {
                margin-right: 4%;
                margin-left: 4%;
            }
			
			.logo-overlay {
			  width: 40%;
			}
			
			.tagline-overlay{
				font-size: 5vw;
				width: 100%;
			}
			
			.mainbanner {
				height: 400px;
			}

        }

        @media screen and (max-width: 650px) {

            #request-section>a>div>svg {
                width: 50px;
            }
        }

        .wagner-request>a>div {
            background-color: #ffffff;
			padding: 10px;
        }

        .wagner-request>a>div>svg {
            fill: #000000;
        }

        .wagner-request>a>div>p {
            color: #000000;
        }

        .wagner-request>a:hover>div>p {
            color: #002d74;
        }

        .wagner-request>a:hover>div>svg {
            fill: #002d74;
        }

#wagnerform {
	color: black;
	width: 600px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 2px solid #000;
	top: 50px;
	min-width:600px;
}

#wagnerformlogo {
	width: 218px;
	margin:auto auto;	
}

/*
.wagnerlogo {
	position: absolute;
	width: 20%;
	top: 1%;
	right: 10px;
	}
*/
.wagnerlogo {
	position: absolute; 
	width: 20%; 
	float:right;
	top: 0px;
	right: 10px;
	margin: 1%;
	z-index: 100;
	}

.scrollcontentrightimage {
    float: right;
    width: 72%;
    margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 30px;
}

.scrollcontentcenterimage {
	display: block;
    width: 80%;
    margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

.scrollcontentleftimage {
    float: left;
    width: 72%;
    margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 10px;
}

.scrollcontentrightform {
	background-color: #444;
    float: right;
    width: 72%;
    margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.equipment {
	padding: 1%;
	width: 23%;
	position: relative;
	float: left;
	text-align: center;
	}
	
.equipment3 {
	padding: 1%;
	width: 31%;
	position: relative;
	float: left;
	text-align: center;
	}
	
.equipmentsmall {
	padding: 1%;
	width: 10.5%;
	position: relative;
	float: left;
	text-align: center;
	}
	
.equipmentsmall > a {
	font-weight: 600;
	color: #f5b335;
	}

.link {
	font-weight: 600;
	color: #002d74;
	}

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1180px) {
	
	.scrollcontent {
		margin-right: 4%;
		margin-left: 4%;
		}
	}

@media screen and (max-width: 875px) {
	
	.scrollcontentrightimage {
		float: none;
		width: 96%;	
		margin-left: 10px;
		}
	.scrollcontentleftimage {
		float: none;
		width: 96%;	
		margin-right: 10px;
		}
	.featurescasewagner {
		display: block;
		}
	.wagnerlogo {
		position: relative; 
		width: 50%; 
		float:none;
		top: 5px;
		left: 25%;
		margin-bottom: 10px;
		}
	.equipment {
		width: 31%;
		}
	.equipmentsmall {
		width: 21%;
		}
	.equipmentsmall > a {
		font-weight: 600;
		font-size: 12px;
		}
	}

@media screen and (max-width: 600px) {

	.equipment {
		width: 48%;
		}
		
	.equipment3 {
		width: 48%;
		}
		
	.equipmentsmall {
		width: 48%;
		}
		
	.lower {
		background-color: #000;
		}
		

}
