﻿/* ---------------------------------------------------------
   Customize Shop-menu pages as required (display/hide)
-----------------------------------------------------------*/ 
/* Whole menu "Shop-Seiten" has class "shop-mnu", subpoints have "shop-mnu-1" til "shop-mnu-7"
/* Remove comment tags below, to make menu entry "Kontakt" not display anymore */
/*.shop-mnu-1 { display: none !important; }*/


/* ---------------------------------------------------------
   Author's styles
-----------------------------------------------------------*/
    .mybody {
		background-color: #D8D8D8;
		
		font-family: Calibri;	
   
    }
	
	.mytemplate nav {
		display: block;
		padding-bottom: 8.0rem;
	}
	
	/*Strip the ul of padding and list styling*/
	 .mytemplate nav ul {
		list-style-type: none;
		margin: 0 !important;
		padding: 0 !important;
		position: absolute;
	}

	/*Create a horizontal list with spacing*/
	.mytemplate nav li {
		display:inline-block;
		float: left;
		margin-right: 1px;
		margin-bottom: 0 !important; 
		border-bottom: 1px solid #555;
		font-weight: bold;
	}
	
	/* No spacing margin for last nav li element */ 
	.mytemplate nav li:last-child {
		margin-right: 0;
	}

	/*Style for menu links*/
	.mytemplate nav li a {
		display: block;
		min-width: 315px;
		height: 50px;
		line-height: 50px;
		/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		font-size: 1.7rem;
		color: #fff;
		/*padding: 8px 16px;*/
		text-decoration: none;
		text-align: center;
		background: #585858;
	}

	/* Change the link color on hover */
	.mytemplate nav li a:hover {
		background-color: #555;
		color: white;
	}


	/*Hover state for top level links*/
	.mytemplate nav li:hover a {
		background: #7C0C07;
	}

	/*Style for dropdown links*/
	.mytemplate nav li:hover ul a {
		background: #f3f3f3;
		color: #2f3036;
		height: 35px;
		line-height: 40px;
	}

	/*Hover state for dropdown links*/
	.mytemplate nav li:hover ul a:hover {
		background: #7C0C07;
		color: #fff;
	}

	/*Hide dropdown links until they are needed*/
	.mytemplate nav li ul {
		display: none;
	}

	/*Make dropdown links vertical*/
	.mytemplate nav li ul li {
		display: block;
		float: none;
	}

	/*Prevent text wrapping*/
	.mytemplate nav li ul li a {
		width: auto;
		min-width: 100px;
		padding: 0 20px;
	}

	/*Display the dropdown on hover*/
	nav ul li a:hover + .hidden, .hidden:hover {
		display: block;
	}
	
	/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
		text-decoration: none;
		color: #fff;
		background: #19c589;
		text-align: center;
		padding: 10px 0;
		display: none;
	}

	/*Hide checkbox*/
	input[type=checkbox]{
		display: none;
	}

	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu{
		display: block;
	}
	
	/* Logo styling */
	.logo {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding-bottom: 5px;
		padding-right: 5px;
	}
	
	/* exspa-Logo */
	.exspa {
		width:135px;
		height:auto;
		padding-left: 15px;
	}
	
	/* stylingparts-Logo */
	.stylingparts {
		padding-top: 10px;
	}
	
	/* Leitspruch SchriftgrÃ¶ÃŸe */ 
	.motto {
		font-size: 1.4rem !important;
		margin-bottom: 0;
	}
	
	/* Banner styles */
	.banner {
		background-color: white;
	}
	
	#copyright {
		color:#676767;
		font-size: 1.2rem;
	}
	
	.mytemplate p {
		text-align: center;
		font-size: 2.2rem;
	}
	
	.image {
		margin-bottom: 1rem;
		width: 100%;
		height: auto;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto
	}
	
	.imageHalf {
		margin-bottom: 1rem;
		margin-right: 0.5rem;
		width: 49.2%;
		height: auto;
		margin-left: auto;
		float: left;
	}
	
	.imageHalfCenter {
		display:block;
		margin-bottom: 1rem;
		width: 49%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	
	.shipping {
		margin-bottom: 1rem;
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto
	}
	
	/* Heading styles */
	.mytemplate h1, h2, h3, h4, h5, h6 {
		text-align: center;
		font-weight: bold;
	}
	
	/* Border styles */
	.bordered {
		border-width:6px;
		border-style:double;
		border-color: #585858;
	}
	
	.bordered-bottom {
		border-width:6px;  
		border-bottom-style:double;
		border-color: #585858;
	}
	
	/* Table styles */
	.table-border {
		border-collapse: collapse;
	}

	.table-border table,th,td {
		border: 1px solid black;
	}
	
	.table-border th,td {
		padding: 3px !important;
	}
	
	.table-border th {
		background-color:#ffb84d;
	}
	
	
/*Responsive Styles*/
@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	.mytemplate ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.mytemplate li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mytemplate ul li, li a, nav ul {
		width: 100% !important;
	}
	/* Remove padding, change width */
	.mytemplate nav li ul li a {
		padding: 0;
		width: 100% !important;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	/* Label no margin */
	.mytemplate label {
		margin-bottom: 0;
	}
	
	.mytemplate nav {
	 padding-bottom: 1.0rem;
	}
	
	.mytemplate p {
		font-size: 2.0rem;
	}
	
	/* Leitspruch SchriftgrÃ¶ÃŸe */ 
	.motto {
		font-size: 0.4rem;
	}

	.shipping {
		width: 50%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	
	/* Filler display none */
	.filler {
		display: none
	}
	
	.exspa {
		width:50%;
		height:auto;
		padding-left: 30px;
	}
	
	/* stylingparts-Logo */
	.stylingparts {
		width:90%;
		padding-top: 10px;
	}
	
}	

/* Filler display none */
@media only screen and (max-width: 960px) {
	
	/*Make dropdown links appear inline*/
	.mytemplate ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.mytemplate li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mytemplate ul li, li a, nav ul {
		width: 100% !important;
	}
	/* Remove padding, change width */
	.mytemplate nav li ul li a {
		padding: 0;
		width: 100% !important;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	/* Label no margin */
	.mytemplate label {
		margin-bottom: 0;
	}
	
	.mytemplate nav {
	 padding-bottom: 1.0rem;
	}
	
	.mytemplate p {
		font-size: 1.8rem;
	}
	
	/* Leitspruch SchriftgrÃ¶ÃŸe */ 
	.motto {
		font-size: 1.5rem;
	}

	.shipping {
		width: 50%;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	
	/* Filler display none */
	
	.exspa {
		width:70%;
		height:auto;
		padding-left: 30px;
	}
	
	/* stylingparts-Logo */
	.stylingparts {
		width:90%;
		padding-top: 10px;
	}
}

/* Fix menu linebreak */
@media only screen and (max-width: 1199px) {
	
	.mytemplate nav li a {
		min-width: 250px;
	}
	
}

/* Fix menu width on rly small screens */
@media only screen and (max-width: 399px) {
	
	/*Make all menu links full width*/
	.mytemplate ul li, li a, nav ul {
		min-width: 0;
		width: 95% !important;
	}
	/* Remove padding, change width */
	.mytemplate nav li ul li a {
		min-width: 0;
		width: 100% !important;
	}	
}

/* Fix logos on rly small screens */
@media only screen and (max-width: 500px) {
	
	.exspa {
		display: none;
	}
	
	.stylingparts {
		padding-left: 10px;
	}
}