/* CSS Document */


Html, body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	color: #251D1D;
		   	}

body {
	margin: 0 auto;
	padding: 0;
		
	background-color: #E6e6e6;
	background-image: url(https://www.orion-fx.com/Img/BG3top.gif), url(https://www.orion-fx.com/Img/BG3bottom.gif), url(https://www.orion-fx.com/Img/BG3middle.gif);
	background-repeat: no-repeat, no-repeat,repeat-y ;
	Background-position: center top, center bottom, center top ;
	background-Attachment: scroll,scroll,scroll ;
	}


@media only screen and ( max-width: 40em ) /* ca 640 */
{
	body {
	background-color: white;
	background-image: none;
	}
}



/* ---------------- HEAD ------------------ */


#Head {
	clear: both;
	Position: static; 
	Width: 750px;
	Height: 169px;
	Margin: 15px auto ;

	   	
	Background-image: url(https://www.orion-fx.com/Img/OFX_head_L.png);
    Background-repeat:  no-repeat;
   	Background-position: center bottom;
	
	        
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity:0.95; 
	opacity:0.95;
		
	Text-shadow: -1px 0 3px white, 0 1px 3px white, 1px 0 3px white, 0 -1px 3px white;
	
	text-align: center; 
	vertical-align: ;
	
	font-size: 0.8em;
	color: #CC5555;
	font-weight: bold;
	}
	

#Head a, a:link, a:visited, a:active, a:hover {
 	text-decoration:none;
  	background-image:none;
	color: #251D1D;
    }



@media only screen and ( max-width: 40em ) /* ca 640 */
{
	#Head {
	Height: 8em;
	width:98%;
  	margin: 10px auto 5px auto;
	position:static;
	
	Background-image: url(https://www.orion-fx.com/Img/OFX_head_S.png);
    Background-repeat: no-repeat;
    Background-position: center bottom ;
	background-size: contain;
	}
}



 #Head ul {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:4px;
	Text-align: right;	  
	}

 #Head li {
  	display:inline-block;
	text-align: right; 
	vertical-align: middle;
    }






/* --------------- NAVIGATIONSLEISTE MENUE ---------------------- */

#NavigOben {
	clear: both;
	position:static;
    margin:7px auto 20px auto;
	Width: 760px;
	}

#NavigOben ul {
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	Text-align: center;	  
	}

#NavigOben li {
  	display:inline-block;
	width: 14%;
	Background-color: white;
	text-align: center; 
	font-size: 1.1em;
	font-weight: bold;
    }



#NavigOben a:link, a:visited, a:active, a:hover {
	color: #302525;
	}


#NavigOben a {
  text-align:center;
  text-decoration:none;
  background-image:none;
  }


#NavigOben a:hover {
  color: #CC3333;
	background-image: url(https://www.orion-fx.com/Img/hr.gif);
	background-repeat: no-repeat;
	background-position: -10px 10px;
	}




@media only screen and ( max-width: 40em ) /* ca 640 */
{
	#NavigOben {
	clear: both;
	position: static;
    margin: 5px auto;
	Width: 97%;	
	}
	
	#NavigOben li {
	padding: 0.2em 0.1em ;
	margin: 0.1em;
		
	display: inline-block;
	width: 46%;
	text-align: center; 
	background-image: url(https://www.orion-fx.com/Img/bg_paper.gif);
	font-size:1.3em;
	}
}





/* NAVIGATIONSLEISTE PEDALS */


#NavigPedals
{
    clear: both;
   	position:static; 
	margin:0px auto;
	Width: 760px;
	text-align: center; 
	}


#NavigPedals img {
	
	margin: 1.5em 0 0 0;
	}





#NavigPedals a:link, a:visited, a:active, a:hover {
	color: #302525;
	}

#NavigPedals a {
	background-image:none;
	text-decoration:none;
	}

    #NavigPedals > a {
     display: none;
    }
		
	#NavigOben > a:hover {
  	color: #CC3333;
  	}
		
    #NavigPedals li {
    Position: relative;
    }
 
 
    /* first level */
 
    #NavigPedals > ul
    {
        list-style-type:none;
	    }
        #NavigPedals > ul > li
        {
            width: 22%;
          	padding:0.2em 0px 0.7em 0;
			margin: 0px;
            display:inline-block;
			
			background-image: url(https://www.orion-fx.com/Img/bg_nav_pedals.gif);
			background-position: center bottom;
			
			-moz-box-shadow:    2px 3px 4px 0px #666;
			-webkit-box-shadow: 2px 3px 4px 0px #666;
			box-shadow:         2px 3px 4px 0px #666;
	
			text-align:center;
			font-size:0.95em;
			font-weight:bold;
			}
 
    /* second level */
 
    #NavigPedals li ul
    {
        display: none;
        position: absolute;
        top: 100%;		
		margin:  0px;
		padding:0px;
		width: 100%;
		
		background-color:white;
		
		-moz-box-shadow:    2px 3px 4px 0px #666;
		-webkit-box-shadow: 2px 3px 4px 0px #666;
		box-shadow:         2px 3px 4px 0px #666;
		
		list-style-type:none;
		
		
		text-align:center;
		font-size:0.7em;
		font-weight: normal;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		line-height: 0.9em;
		
    }
	
    #NavigPedals li:hover ul
        {
        display: block;
	    z-index:1;
		       }



#NavigPedals li:nth-child(2n+1) {
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
  	z-index:1;
}
#NavigPedals li:nth-child(3n+2) {
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
  	z-index:1;
}
#NavigPedals li:nth-child(5n+3) {
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
  	z-index:1;
}
#NavigPedals li:nth-child(7n+5) {
	-moz-transform: rotate(6deg);
	-webkit-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	transform: rotate(6deg);
 	z-index:1;
}





@media only screen and ( max-width: 40em ) /* ca 640 */
{


#NavigPedals
{
	
	display: none;
	
	/* REST K�NNTE WEG*/
	
    clear: both;
   	position:static; 
	
	margin:0px auto;
	Width: 90%
	text-align: center; 
	}#NavigOben ul {
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	Text-align: center;	  
	}



	/* first level */
    #NavigPedals > ul
    {
        list-style-type:none;
    }
        #NavigPedals > ul > li
        {
          	Padding:0px;
			display: inline;
			float: left;
			background-image: url(https://www.orion-fx.com/Img/bg_nav_pedals.gif);
			background-position: center top;
			text-align:center;
			
			font-size:0.5em;
        }
		
  /* second level */
 
    #NavigPedals li ul
    {
       
       	display:inline;
	    position: static;
		float: left;
       	list-style-type:none;
		margin: 0px;
		width: 100%;
		background-color:white;
		text-align:center;
		Padding:0px;
		font-size: 0px;

    }
        #NavigPedals li:hover ul
        {
        
		       }
}




/* CONTENT */


#Content {
		clear: both;
        position: static;
        margin: 0em auto;
        Padding: 0em 1em 0em 4em;
		Width: 730px;
}

@media only screen and ( max-width: 40em ) /* ca 640 */
{
	#Content {
		Padding: 0em;
		width: 97%;	
		}
	}




/* FOOTER */

#Footer {
	clear: both;
	margin:0px auto;
	Position:static;
	Padding: 20px 15px 20px 60px;
	Width: 730px;	 
    text-align: center;
	}

#Footer ul  {
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
	Text-align: center;	  
	}

#Footer li  {
  	display:inline-block;
	text-align: center; 
	vertical-align: middle;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
     }



#Footer a:link, a:visited, a:active, a:hover
{
	color: #302525;
		
}

	#Footer a {
	text-Decoration: none;
			}
	
	#Footer  a:hover {
  color: #CC3333;
  }


@media only screen and ( max-width: 40em ) /* ca 640 */
{
	#Footer {
	Padding: 0 0.1em 0 0.1em;
	width: 95%;
	
	}
	
	#Footer li {
		font-size: 0.7em;
		}
	
	}









/* ALLGEMEINE */



#Content {
	font-size: 0.95em;
	line-height: 1.2em;
	}



#Content a:link, a:visited, a:active {
	color: #302525;
	text-Decoration: underline; 	
	}


#Content a:hover {
		text-Decoration: none;
		}


#Content a img {
	background-image: none;
	text-decoration: none;
	}


#Content b, strong {
	font-weight: bold;
	letter-spacing: 0.6px;
	}


#Content  small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}


#Content big {
	font-size: 1em;
	}


#Content blockquote {
	background-image: url(https://www.orion-fx.com/Img/bg_postit.gif);
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
    Font-size: 1.05em;
	
	color: #003366;
	text-align: justify;
	padding: 0.3em;
	margin: 1em;
	
	-moz-box-shadow:    0.05em 0.05em 0.1em 0 #666;
	-webkit-box-shadow: 0.05em 0.05em 0.1em 0 #666;
	box-shadow:         0.05em 0.05em 0.1em 0 #666;
	}

#Content blockquote p {
	background-image: none;
	background-color: transparent;
	
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	box-shadow:         none;
	
	}


#Content li {
	margin-left: 10px;
		}
	
	

@media only screen and ( max-width: 40em ) /* ca 640 */
{ 

	#Content {
	font-size: 1em;
	line-height: 1.2em;
	}

	#Content blockquote {
			}
		
	#Content li {
		margin-left: -1em;
		}
}





#Content h1 {
	font-size: 2em;
	color: white;
	background-color: black;
	font-weight: normal;
	padding: 0.2em 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 0.4em 0;
	clear: both;
	display: table;
	
	-webkit-transform: rotate(1deg); 
  	-ms-transform: rotate(1deg);
	transform: rotate(-1deg);

	-moz-box-shadow:    0.05em 0.05em 0.1em 0 #666;
	-webkit-box-shadow: 0.05em 0.05em 0.1em 0 #666;
	box-shadow:         0.05em 0.05em 0.1em 0 #666;
	}


#Content h2 {
	font-size: 19px;
	text-transform: uppercase;
	color: #CC5555;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 5px;
	background-image: url(https://www.orion-fx.com/Img/hr.gif);
	background-repeat: no-repeat;
	background-position: -10px 10px;
	margin: 0px;
	clear: both;
	}


#Content h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 17px;
	color: #CC5555;
	margin-top: 3px;
	margin-bottom: 5px;
	clear: both;
	}
	
	
#Content h4 {
	background-image: url(https://www.orion-fx.com/Img/bg_postit.gif);
	display: table;
	font-weight:bold;
	font-size: 1.05em;
	color: black;
	margin: 3px 0 25px 25px;
	padding: 5px 20px;
	clear: both;

	-moz-box-shadow:    0.05em 0.05em 0.1em 0 #666;
	-webkit-box-shadow: 0.05em 0.05em 0.1em 0 #666;
	box-shadow:         0.05em 0.05em 0.1em 0 #666;

	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
		
	-webkit-transform: rotate(4deg); 
  	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	}


#Content img.polaroid {  
	padding: 3px;
	margin: 7px 10px 10px 10px;
	Border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
	
	-moz-box-shadow:    0.05em 0.05em 0.1em 0 #666;
	-webkit-box-shadow: 0.05em 0.05em 0.1em 0 #666;
	box-shadow:         0.05em 0.05em 0.1em 0 #666;
	}


#Content img.soldout { 
	width: 14% !important; 
	height: auto ;
	padding: 3px;
	margin: 10px 3px;

	Border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
	
	-moz-box-shadow:    0.05em 0.05em 0.1em 0 #666;
	-webkit-box-shadow: 0.05em 0.05em 0.1em 0 #666;
	box-shadow:         0.05em 0.05em 0.1em 0 #666;
	}






@media only screen and ( max-width: 40em ) /* ca 640 */
{ 

#Content img.polaroid { 
		width: 100%; 
		height: auto ;
		padding: 0px;
		margin: 0.5em auto;
				
	
		border-style: none;
		border-width: 0px;
		background-color: white;
		
		-moz-box-shadow:   none ;
		-webkit-box-shadow: none ;
		box-shadow: none        ;
		}
	
	
	
	
	#Content img.soldout { 
		width: 22% !important; 
		height: auto ;
		padding: 3px;
		margin: 10px 3px;
	
		Border-color: white;
		border-style: none;
		border-width: 0px;
		background-color: white;
		
		-moz-box-shadow:  none  ;
		-webkit-box-shadow: none;
		box-shadow:   none      ;
		}
	
	
	
	
	#Content img.pedallist { 
	width: 47% !important;
	height: auto;
	padding: 0em;
	margin: 0.3em;
	border-style: none;
	
	
		}
	
	#Content h1
		{
		margin-left: auto;
		margin-right: auto;
		}
}





#Content .txt_red {
	color: #CC3333;
	}

#Content .txt_green {
	color: #117700;
	}


#Content .box {

	clear: both;
	background-color: #FFFFFF;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9; 
	opacity:0.9;
	
	background-attachment: ;
	background-image: url(https://www.orion-fx.com/Img/bg_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	padding-top: 2.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;

	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;

	-moz-box-shadow:    0.05em 0.05em 0.1em 0 #666;
	-webkit-box-shadow: 0.05em 0.05em 0.1em 0 #666;
	box-shadow:         0.05em 0.05em 0.1em 0 #666;
	}





#Content .box_small {
	background-color: #FFFFFF;
	background-image: url(https://www.orion-fx.com/Img/bg_paper.gif);
	overflow: visible;
	
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0em;
	
	
	-moz-box-shadow:    0.05em 0.05em 0.1em 0 #666;
	-webkit-box-shadow: 0.05em 0.05em 0.1em 0 #666;
	box-shadow:         0.05em 0.05em 0.1em 0 #666;
	}


@media only screen and ( max-width: 40em ) /* ca 640 */

{
	
#Content .box_small {
		background-image: none;
		-moz-box-shadow:    none;
	 	-webkit-box-shadow: none;
		box-shadow:  none;
		}
	
}







#Content textarea, input {
	width: 95%;
	max-width: 97%;
}

	}


#commentform textarea {
	max-width: 97%;
}












/* ------------- REVIEWS -------------- */

#Reviews {
	
	overflow: scroll;
	overflow-x: hidden;
	height: 400px;
	margin: 5px 0 5px 0;
	padding: 3px;
	border: solid silver 1px;
	clear: both;
	}

#Reviews ol {
	margin: 0px;
	padding: 0px;
	}

#Reviews li {
	margin: 5px;
	padding: 5px;
	list-style-type: none;
	}
	




/* VIDEO */

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display:inline-block;	}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	}





/* WordPress Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #eeeeee;
	padding-top: 4px;
	margin: 8px 10px;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow:    0.05em 0.05em 0.1em 0 #666;
	-webkit-box-shadow: 0.05em 0.05em 0.1em 0 #666;
	box-shadow:         0.05em 0.05em 0.1em 0 #666;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}


@media only screen and ( max-width: 40em ) /* ca 640 */
{ 

.wp-caption   { 
	width: 100% !important; 
	height: auto;
	margin-left: 0px;
	overflow: hidden;
	
	border: none;
	text-align: center;
	background-color: #eeeeee;
	padding-top: 4px;
	margin: 1em 0;

	border-style: none;
	border-width: 0px;
	background-color: white;
		
	-moz-box-shadow:   none ;
	-webkit-box-shadow: none ;
	box-shadow: none        ;
		}


.wp-caption img {
	width: 100%; 
	height: auto ;
	padding: 0px;
	margin: 0.3em auto;
				
	
	border-style: none;
	border-width: 0px;
	background-color: white;
		
	-moz-box-shadow:   none ;
	-webkit-box-shadow: none ;
	box-shadow: none        ;
		}


.wp-caption p.wp-caption-text {
	font-size: 0.7em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0;
	margin: 0 auto;
	}

}

/* End WP captions & aligment */