
	
	div.glasfinder-main {
		display:flex;
		background-image:url(../images/hintergrund-glasfinder.png);
		background-repeat:no-repeat;
		background-size:100%;
		min-height:700px;
	}
	
	
	
	div.glasfinder-leftcol h2 {
		color:#ffffff;
		font-size:26px;
		margin-bottom:5px;
		font-weight:400;
	}
	
	div.glasfinder-leftcol h1 {
		color:#ffffff;
		font-size:46px;
	}
	
	
	div.glasfinder-leftcol select {
		background-color:#ffffff;
		height:40px;
		padding:10px;
		width:400px !important;
		border-style:none;
		margin-bottom:20px;
		border-radius:7px;
		display:block;
	}
	
	div.glasfinder-leftcol {
		padding:60px;
		padding-top:10px;
	}
	
	div.glasfinder-text {
		width:70% !important;
		margin-top:50px;
		color:#ffffff !important;
	}
	
	div.glasfinder-optionpanel {
		width:70% !important;
		margin-top:50px;
	}
	
	div.glasfinder-optionpanel > * {
		margin-left:auto;
		margin-right:auto;
		
	}
	
	div.glasfinder-button {
		background-color:#ffffff;
		height:40px;
		padding:10px;
		width:150px !important;
		border-style:none;
		margin-bottom:20px;
		border-radius:7px;
		display:block;
		text-align:center;
		font-weight:bold;
		cursor:pointer;
		color:#144094;
	}
	
	#gfResultFrameInfo {
		margin-top:40px;
		text-align:center;
		visibility:hidden;
	}
	
	#gfResultFrame {
		display:flex;
		margin-left:10px;
		margin-top:100px;
		text-align:center;
	}
	
	
	#gfResultImg1 {
		
		width:250px !important;
	}
	
	#gfResultImg2 {
		
		width:250px !important;
	}
	
	#gfResultProduct1,#gfResultProduct2 {
		color:#144094;
		font-size:22px;
		font-weight:700;
		margin-top:30px;
		
	}
	
	#gfResultDirection1,#gfResultDirection2 {
		color:#69c6eb;
		font-size:20px;
		font-weight:600;
		margin-top:18px;
		height:40px;
	}
	
	#gfResultLeft,#gfResultRight {
		display:none;
	}
	
	#fgProductLink1,#fgProductLink2 {
		background-image:url(../../pagetemplates/images/SEMCO_Website_Link_Pfeil.svg);
		background-position:right;
		background-repeat:no-repeat;
		padding-right:120px;
		text-transform: uppercase;
		color:#144094;
		font-size:16px;
		font-weight:600;
		display:block;
		margin-top:50px;
		text-align:left;
		margin-left:10px;
		margin-right:10px;
		width:90% !important;
		
	}
	
	
	/*** Mobile Version ******************************************************************************************/
	
	
	@media only screen and (max-width: 1000px) {

	
		div.glasfinder-main{
			display:block;
			background-image:none;
			width:100%;
			padding:0px;
			margin:0px;
			
		}
		
		div.glasfinder-leftcol {
  			padding:0px;
  			
  		}
  		
  		div.glasfinder-rightcol{
  			padding:0px;
  		}
  		
  		div.glasfinder-text {
			 color:#0546a5 !important;
			 text-align:center;
			 width:100% !important;
		}
		
		div.glasfinder-text h1 {
			color:#0546a5;
			text-align:center;
			width:100%;
		}
		
		div.glasfinder-text h2 {
			color:#0546a5;
			text-align:center;
			width:100%;
			line-height: 40px;
		}
		
		div.glasfinder-optionpanel {
			width:100% !important;
			margin-left:auto;
			margin-right:auto;
		}
		
		div.glasfinder-optionpanel select {
			background-color:#0546a5;
			color:#ffffff;
			width:100% !important;
		}
		
		#gfResultFrame {
			display:block;
			margin-top:20px;
			margin-bottom:140px;
		}
		
  		#gfResultImg1 {
			width:150px !important;	  
		}
		
		#gfResultImg2 {
			width:150px !important;	  
		}

		#fgProductLink1 {
			margin-top:0px;
			margin-bottom:40px;
			margin-left: auto;
			margin-right: auto;
			width: 80% !important;
			background-image:none;
			padding-left:0px;
			padding-right:0px;
			text-align: center;
		}
		
		#fgProductLink2 {
			margin-top:0px;
			margin-bottom:40px;
			margin-left: auto;
			margin-right: auto;
			width: 80% !important;
			background-image:none;
			padding-left:0px;
			padding-right:0px;
			text-align: center;
		}

		#gfResultDirection1, #gfResultDirection2 {
		  height: auto;
		  margin-bottom: 10px;
		}


	}
	