/*
Theme Name: Plan B
Theme URI: www.cateringplanb.ch
Description: 
Version: 2
Author: Mathis Pfaeffli
Author URI: http://mathispfaeffli.ch

*/

/* Reset All Styles
-------------------------------------------------------------------- */

html{
	
}

body{
	font-family: 
	"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
	Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-font-smoothing: subpixel-antialiased;
   	font-weight: 400;
	color:#aea369;
	z-index:0;
	background-color:black;
	background-image: url(http://www.cateringplanb.ch/wp-content/themes/Beatrice/images/bg.svg);
    background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	-webkit-overflow-scrolling: touch;
}

.textbox {
	background-color:#aea369;
	padding:3px;
	border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

h1{
	font-family: inherit;
	font-weight:400;
	color:#aea369;
	line-height:20px;
	font-size: 23px;
}

h2{
	font-family: inherit;
	font-weight:400;
	color:#aea369;
	line-height: 1em;
	font-size: 23px;
}

h2 a{
	font-weight:400;
	color:#aea369;
	text-decoration:none;
	cursor:pointer;
}


h1 a{
	font-weight:400;
	color:#aea369;
	text-decoration:none;
	cursor:pointer;
}

h1 a:hover{
	font-weight:400;
	color:lightgrey;
	text-decoration:none;
	cursor:pointer;
}

h1 a:active{
	font-weight:400;
	color:lightgrey;
	text-decoration:none;
	cursor:pointer;
}

u {
	font-weight:400;
	color:#aea369;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-color: #aea369;
  text-decoration-thickness: 0.75px;

} 



a{
	color:lightgrey;
	text-decoration:none;
	cursor:pointer;
}

p {
	margin-top:0px;
	margin-bottom:15px;
}


hr {
	border-top: 1px solid #aea369;
	border-bottom:none;
}

.invisible {
	
}

wp_style_add_data( $style_handle, 'http://www.cateringplanb.ch/wp-admin/theme-editor.php?file=style.css', $file_path );


/*** burger-menu ***/

.menu_contain {
	display: inline;
}

.nav-open .menu_contain {
	display: inline !important;
}

.m_item {
	display: inline-block;
	float: left;
	padding: 0px 0px 0px 20px;
	color:#aea369;
	text-decoration: none;
	text-align: left;
	z-index:12;
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}

.m_item:hover {
	color: lightgrey;
}

.burger {
	width: 4%;
	height: 30px;
	left:20px;
	top: 20px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
}

.burger span {
	background-color:#aea369;
	width: 100%;
	height: 1.5px;
	display: block;
	
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	
	-o-transition:.25s;
	-ms-transition:.25s;
	-moz-transition:.25s;
	-webkit-transition:.25s;
	transition:.25s;
}

.burger span:nth-child(1) {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: 
	rotate(0deg)translate(-50%, -50%);
	-webkit-transform: rotate(0deg)translate(-50%, -50%);
}

.burger span:nth-child(2) {
	position: absolute;
	top: 50%;
	transform: 
	translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

.burger span:nth-child(3) {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: 
	rotate(0deg)translate(-50%, -50%);
	-webkit-transform: rotate(0deg)translate(-50%, -50%);
}

.nav-open .burger span:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: 
	rotate(-45deg)translate(-50%, -50%);
	-webkit-transform: rotate(-45deg)translate(-50%, -50%);
}

.nav-open .burger span:nth-child(2) {
	position: absolute;
	top: 50%;
	opacity: 0;
	transform:
	translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
}

.nav-open .burger span:nth-child(3) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: 
	rotate(45deg)translate(-50%, -50%);
	-webkit-transform: rotate(45deg)translate(-50%, -50%);
}



/*** @media ***/
@media all and (max-width: 1101px) {

.menu_contain {
	display: none;
}

.m_item {
	width: 100%;
	float: left;
	padding: 10px 0px 0px 20px;
	z-index:21;
}
	
.m_item:hover {
	color: lightgrey;
}
	
.burger {
	width: 30px;
	visibility: visible;
	opacity: 1;
}
}
	
.nav {
	position:fixed;
	left: 0px;
	top: 20px;
	padding-bottom:20px;
	text-align:left;
	color: #aea369;
	line-height:inherit;
	z-index:0;	
}


.telefon {
	position:fixed;
	left: 20px;
	width:auto;
	bottom: 15px;
	z-index:0;
}

.planbcatering {
	position:fixed;
	right: 34px;
	margin-top: 0px;
	width:auto;
	height: 25px;

}

.beatriceguggisberg {
	position:fixed;
	right: 34px;
	bottom: 20px;
	text-align:right;
	width:auto;
}

.wrapper {
	    overflow-x: hidden !important;
}

.page ol {
	list-style-position: inside;
	padding-left:20px;
}

.page li {
	font-size: 1em;
	line-height: 1.3em;
	list-style-type: disc;
}


.spalten{
	column-count:1;
	column-gap: 1.5em;
	float:left;
	display:block;;
}
.spalteninfo{
	column-count:1;
	column-gap: 1.5em;
	float:left;
	display:block;;
}
	
.spalten li {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.ansichten {
	position:absolute;
	top:0px;
	margin-left:-0px;
	margin-top:-30px;
	height:auto;
	width:calc(100% - 30px);
	max-width:none;
	padding:0px 30px 0px 0px;
	border-right:solid #aea369 1px;
	background:black;
	overflow-x: hidden;
}

.kostlichkeiten {
	position:absolute;
	top:40px;
	margin-left:-40px;
	height:auto;
	width:calc(100% - 60px);
	max-width:none;
	padding:0px 0px 0px 0px;
	border-right:solid #aea369 1px;
	background:black;
	overflow-x: hidden;

	}



/*** media ***/


@media only screen and (min-width:0px) {
body {
font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 1px
	}
	
img{
	margin-top:-0px;
	margin-bottom:0px;
	margin-left:-20px;
	width:calc(100% + 60px);
	height:auto;
}
	
.info {
	position:fixed;
	text-align:left;
	float:left;
	color:#aea369;
	display:block;
	padding-top:40px;
	padding-bottom:25px;
	margin-top:-0px;
 	top:-0px;
	left:0px;
	width:calc(100% - 0px);
	background-color:black;
	overflow-x: hidden;
	z-index:19;
	border-bottom:solid #aea369 1px;

}
	
.info h1 {
	font-family: inherit;
	font-weight:inherit;
	color:#aea369;
}


.telefon {
	position:fixed;
	left: 20px;
	width:auto;
	bottom: 15px;
	z-index:0;
	display:true;
}

.planbcatering {
	position:fixed;
	right: 20px;
	top: 0px;
	width:auto;
	height: 25px;
	display:block;
	z-index:20;

}

.beatriceguggisberg {
	position:fixed;
	right: 20px;
	bottom: 20px;
	text-align:right;
	width:auto;
	display:none;
}
	
.page {
	position:absolute;
	top:-20px;
	left:0px;
	height:auto;
	width:calc(100% - 40px);
	padding:80px 20px 20px 20px;
	border-right:solid #aea369 0px;
	background:black;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;

}
	

	
.ansichten {
	position:absolute;
	top:60px;
	left:0px;
	height:auto;
	width:calc(100% - 40px);
	padding:30px 20px 20px 20px;
	border-right:solid #aea369 0px;
	background:black;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;

	}

	
.kostlichkeiten {
	position:absolute;
	top:0px;
	left:0px;
	height:auto;
	width:calc(100% -80px);
	padding:80px 40px 50px 60px;
	border-right:solid #aea369 0px;
	background:black;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;

	}
	


	
.page_archive_body {
	top:0;
	left:0px;
	width:calc(100% + 18px);
	padding: 0px;
	margin: 0px 0px 0px -10px;
	background:transparent;
	overflow-x: hidden;
}
	
.page_archive {
	float:left;
	top:0;
	left:0;
	width:calc(100% - 20px);
	margin:0px;
	padding:80px 40px 40px 20px;
	border-right:solid #aea369 0px;
	background:black;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;

}

.page_archive img{

}
	
.hr {
	margin-left:-40px;
	width:calc(100% + 80px);
}
	
.news_entry img{

}
	
.spalten{
	column-count:1;
	column-gap: 1.5em;
	float:left;
	display:block;;
}
.spalteninfo{
	column-count:1;
	column-gap: 1.5em;
	float:left;
	display:block;;
}
	
.spalten li {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
	
.telegram { 
	position: absolute; 
	top:55px;
	left:-5px;
	width:250px;
	height:auto;
	padding:40px 20px 0px 25px;
	background: black ; 
	border-radius: 0em; 
	border-top:solid #aea369 1px;
	border-right:solid #aea369 1px;
	border-bottom: solid #aea369 1px;
	-webkit-box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	} 
	
.telegram img{

}
	



@media only screen and (min-width:900px) {

body {
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: 1px
}
	
img{
	margin-top:-0px;
	margin-bottom:0px;
	margin-left:-20px;
	width:calc(100% + 50px);
	height:auto;
}
	
.info {
	position:fixed;
	text-align:left;
	float:left;
	color:#aea369;
	display:block;
	padding-top:40px;
	padding-bottom:25px;
	margin-top:-4px;
	top:0px;
	left:0px;
	width:calc(100% - 0px);
	background-color:black;
	overflow-x: hidden;
	z-index:19;
	border-bottom:solid #aea369 1px;

}
	
.info h1{
	font-family: inherit;
	font-weight:inherit;
	color:#aea369;
}

.telefon {
	position:fixed;
	left: 20px;
	width:auto;
	bottom: 0px;
	z-index:0;
	display:block;
}

.planbcatering {
	position:fixed;
	right: 35px;
	top: 0px;
	width:auto;
	height: 25px;
	display:block;
	z-index:22;

}

.beatriceguggisberg {
	position:fixed;
	right: 25px;
	bottom: 0px;
	text-align:right;
	width:auto;
	display:block;
}
	
.page {
	position:absolute;
	top:-20px;
	left:0px;
	height:auto;
	width:calc(100% - 40px);
	max-width:none;
	padding:80px 20px 20px 20px;
	border-right:solid #aea369 0px;
	background:black;
	overflow-x: hidden;

}
	
.page img {

}
	
.page p img{

}
	
.ansichten {
	position:absolute;
	top:0px;
	margin-left:-0px;
	height:auto;
	width:calc(100% - 40px);
	max-width:none;
	padding:0px 30px 30px 20px;
	border-right:solid #aea369 1px;
	background:black;
	overflow-x: hidden;
}
	

.kostlichkeiten {
	position:absolute;
	top:60px;
	margin-left:0px;
	height:auto;
	width:calc(100% - 40px);
	max-width:none;
	padding:20px 30px 20px 20px;
	border-right:solid #aea369 1px;
	background:black;
	overflow-x: hidden;
}
	
	
	
.page_archive_body {
	top:0px;
	left:0px;
	position:fixed;
	width:100%;
	height:100%;
	overflow-x: hidden;
	
	}
	
.page_archive {
	float:left;
	width:calc(100% - 330px);
	height:calc(100% - 60px);
	min-height:100%;
	padding-top:80px;
	padding-left:30px;
	border-top:solid #aea369 0px;
	background:black;
	overflow-x: hidden;
}

	
.news_entry {
	font-size:inherit;
	line-height:inherit;
	padding:30px 20px 20px 20px;
	width:calc(100% - 40px);
	border-bottom: 1px solid #aea369;
}
	
.news_entry p{
	margin-left:0px;
	width:auto;
	height:auto;
}

	
.spalten{
	column-count:1;
	column-gap: 1.5em;
	float:left;
	display:block;
}
.spalteninfo{
	column-count:1;
	column-gap: 1.5em;
	float:left;
	display:block;
}
	
.spalten li {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

	
.telegram { 
	position: fixed; 
	top:60px;
	left:0;
	width:400px;
	height:auto;
	padding:20px 20px 0px 20px;
	background: black ; 
	border-radius: 0em; 
	border-left:solid #aea369 0px;
	border-top:solid #aea369 1px;
	border-right:solid #aea369 1px;
	border-bottom: solid #aea369 1px;
	-webkit-box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
} 
	
}




@media only screen and (min-width:1100px){

body {
		font-size: 1.1em;
		line-height: 1.2em;
		letter-spacing: 1px
}
	
img{
	margin-top:-0px;
	margin-bottom:0px;
	margin-left:-10;
	width:880px;
	height:auto;
}
	
.info {
	position:fixed;
	text-align:left;
	float:left;
	color:#aea369;
	display:block;
	padding-top:0px;
	padding-bottom:20px;
	margin-top:-4px;
	top:0px;
	left:0px;
	width:100%;
	background-color:black;
	overflow-x: hidden;
	z-index:19;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom:solid #aea369 1px;
}
	
	
nav {
	background-color: transparent;	
	padding-top:0px;
	top:0px;
	left:0px;
	width: calc(100%-40px);
	overflow:hidden;
	height: auto;
}
	
.home .info { 
	background-color: transparent; 
}

.info h1{
	font-family: inherit;
	font-weight:inherit;
	color:#aea369;
}

.telefon {
	position:fixed;
	left: 20px;
	bottom: 20px;
	text-align:left;
	width:auto;
	bottom: 0px;
	display:block;
	z-index:0;
}
	
.planbcatering {
	position:fixed;
	right: 25px;
	top: -5px;
	width:auto;
	height: 25px;
	display:block;
	z-index:21;

}

.beatriceguggisberg {
	position:fixed;
	right: 25px;
	bottom: 0px;
	text-align:right;
	width:auto;
	display:block;
}
	
.page {
	position:absolute;
	top:0px;
	left:40px;
	height:auto;
	width:800px;
	padding:30px 20px 20px 20px;
	border-right:solid #aea369 1px;
	background:black;
	overflow-x: hidden;
	-webkit-box-shadow: -5px 4px 24px 15px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 4px 24px 15px rgba(0,0,0,0.75);
	box-shadow: -5px 4px 24px 15px rgba(0,0,0,0.75);
}
	
	
.ansichten {
	position:absolute;
	top:0px;
	margin-left:px;
	height:auto;
	width:840px;
	padding:20px 20px 0px 20px;
	border-right:solid #aea369 1px;
	background:black;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-shadow: -5px 4px 24px 15px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 4px 24px 15px rgba(0,0,0,0.75);
	box-shadow: -5px 4px 24px 15px rgba(0,0,0,0.75);
	float:left
}
	

.kostlichkeiten{
	position:absolute;
	top:55px;
	margin-left:px;
	height:auto;
	width:840px;
	padding:20px 20px 0px 20px;
	border-right:solid #aea369 1px;
	background:black;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-shadow: -5px 4px 24px 15px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 4px 24px 15px rgba(0,0,0,0.75);
	box-shadow: -5px 4px 24px 15px rgba(0,0,0,0.75);
	float:left
}
	

	
.page_archive {
	float:left;
	width:800px;
	height:calc(100% - 60px);
	padding-top:60px;
	padding-left:30px;
	border-top:solid #aea369 0px;
	background:black;
	overflow-x: hidden;
}

	
.news_entry {
	display: inline-block;
	font-size:inherit;
	line-height:inherit;
	padding:30px 20px 20px 70px;
	width:calc(100%-40px);
	border-bottom: 1px solid #aea369;
}

	
.news p{

		line-height: 1.2em;
		padding-left:10px;
		padding-right:10px;
		color:#aea369;
	}
	
.spalten{
	column-count:1;
	column-gap: 1.5em;
	float:left;
	display:block;;
}
	
.spalteninfo{
	column-count:2;
	column-gap: 1.5em;
	float:left;
	display:block;;
}
	
.spalten li {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
	
.telegram { 
	position: fixed; 
	top:55px;
	left:0;
	width:400px;
	height:auto;
	padding:30px 20px 0px 20px;
	margin:0px 45px 0px 0px;
	background: black ; 
	border-radius: 0em; 
	border-left:solid #aea369 0px;
	border-top:solid #aea369 0px;
	border-right:solid #aea369 1px;
	border-bottom: solid #aea369 1px;
	-webkit-box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	box-shadow: 20px 20px 24px 0px rgba(0,0,0,0.75);
	} 
	
	
}