@import 'reset.css';
@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
@font-face {
    font-family: 'pilgatantypewriter-webfont';
    src: url('pilgatantypewriter-webfont');
    src: url('pilgatantypewriter-webfont.woff2') format('woff2'),
         url('pilgatantypewriter-webfont.woff') format('woff'),
         url('PilgatanTypewriter.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {height: 100%}
body {
	background: #fff url(../img/bg1.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 15px;
	line-height: 1.3em;
	color: #333;
	height: 90%;
	/*overflow-x: hidden*/
}
p {
	font-size: 1em;
	margin-bottom: .5em;
}
h1,h2,h3 {
	font-family: 'pilgatantypewriter-webfont';
	font-weight: normal;
	margin-bottom: 10px;
}
h1 {
	font-size: 1.3em;
	line-height: 1.2em;
}
h2 {
	font-size: 1.2em;
}
a {color: #5d9df4}
li {list-style: none}
hr {
	clear: both;
	margin: 20px 0;
	background-color: #444;
	border: none;
	height: 1px;
}
br {clear:both}
label {
	display: block;
	width: 160px;
	float: left;
	font-family: inherit
}
input, select, textarea {
	font-family: arial;
	width: 200px;
	font-size: 1em;
	border: 1px solid #ccc;
	background: #eee;
	resize: none;
	overflow: hidden;
	padding: 2px 4px;
	margin-bottom: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#login .input {
	min-width: 200px;
	height: 24px;
	float: left
}
#login .checkbox {
	width: 20px;
	height: 20px;
}
input[type="submit"] {
	background-color: #5d9df4;
	color: #fff;
	cursor: pointer;
	border: none;
	opacity: .8;
}
.input-button {
	background-color: red;
	width: 200px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: arial;
	font-size: 1em;
	padding: 1px 4px;
	color: #fff;
	cursor: pointer;
	border: none;
	opacity: .8;
}
.input-button:hover {
	opacity:1
}
input[type="submit"]:hover {
	opacity: 1;
}
textarea {
	width: 400px;
	height: 200px;
	padding: 2px 4px
}
textarea:disabled, textarea:read-only {
	padding: 0;
	color: inherit;
	background: none;
}
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
	font-style: italic;
}
.transparent {
	background: none !important
}
:focus {
	outline: 0 !important;
	background-color: #ddd;
}



/* CONTAINER */
#container {
	max-width: 1000px;
	background-color: #f5f5f5;
	margin: 0 auto;
}



/* HEADER */
#header {
	position: relative;
	width: 100%;
}
#header-logo-container {
	background-color: #e9e0c7;/*#cde2f5;*/
	padding: 20px 30px;
	margin: 0;
	display: flex;
    justify-content: space-between;
}
#header-logo {
	background: url(../img/pilgatan_logo_200322.svg) no-repeat top left;
	height: 140px;
	width: 140px;
}
#header-news {
	padding-top: 30px;
	max-width: 60%;
	color: black
}
#header-news a {
	color: black;
	font-weight: bold;
}
.header-news-item {
	padding-bottom: 10px;
}
.header-news-title {
	width: 150px;
	display: block;
	float: left;
}
@media screen and (max-width: 700px) {
	.header-exhibition {
		display: none
	}
}

#cats {
	padding: 12px;
	position: relative;
	height: 50px;
}
.cat {
	position: relative;
	margin: 1px;
	float: left;
	padding: 5px 10px 0 10px;
}
.cat h1 {
	color: #222;
	font-family: 'pilgatantypewriter-webfont';
	text-transform: uppercase;
	font-size: 1em;
	padding-bottom: 5px;
	margin: 0
}
.cat-cart {
	margin-top: 3px;
	background-color: #5d9df4;
}
.cat-cart h1 {
	font-size: 12px;
	color: white
}
@media screen and (max-width: 500px) {
	.cat {
		padding: 4px 5px 0 5px
	}
	.cat h1 {
		font-size: 13px;
	}
}
.cat:not(.cat-sel):hover {
	background-color: #ccc;
}
.article-startdate, .article-stopdate {
	padding: 0 3px
}



/* TICKET */
.ticket {
	font-family: 'pilgatantypewriter-webfont';
	border: 1px solid black;
	padding: 10px;
	margin: 20px;
	width: 500px;
}
.ticket h1 {font-size: 24px}
.ticket h2 {font-size: 18px}
.ticket .price {
	font-size: 25px;
}
.ticket .title{
	vertical-align: top;
	display: inline-block;
	max-width: 75%;
}
.ticket .text, .ticket .info {
	font-family: arial, non-serif;
	font-size: 14px
}
.ticket .lbl {
	font-weight: bold;
	font-size: 18px;
}
.ticket .info {
	font-size: 12px;
	display: inline-block;
	text-wrap: nowrap;
	padding: 6px;
}



/* CONTENT */
#content {
	position: relative;
	width: 100%;
}
.content-flex {
	display: flex;
	flex-wrap: wrap;
}
.content-pad {
	padding: 20px;
}
#content > h1 {
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#content > h1 > a {
	color: #333
}
#articles {
	flex-basis: 0;
	flex-grow: 999;
	min-width: 60%;
}
.article {
	clear: both;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 2px;
	position: relative;
	padding: 20px;
}
.article h1 {
	font-family: 'pilgatantypewriter-webfont';
	position: relative;
}
.article h1 a {
	color: #222;
	font-weight: bold;
	border-bottom: 1.5px dotted #aaa;
}
.article h1 a:hover {
	border-bottom: 1.5px solid #222
}
.article-cat {
	color: black;
	font-weight: normal !important;
	text-transform: uppercase;
	font-family: 'Source Sans Pro';
	font-size: 12px;
	position: relative;
	top: -2px;
	margin-right: 5px;
	padding: 2px 5px;
	border: none !important
}
#ui-datepicker-div {
	z-index: 1000 !important; /* must be > than popup editor (950) */
}
.article-date {
	color: #777;
	font-family: 'Source Sans Pro';
	font-size: .85em
}
.article-time {
	background-color: #444;
	color: white
}
.article-title {
	
}
.article-name {
	color: #777;
	display: inline-block;	
}
.article-header-releasedate {
	font-size: 1.1em;
	font-weight: bold
}
.article-content {
	margin-top: 10px;
}
.article-content p {
	margin-top: 10px
}
.article-text {
	/*display: inline-block;*/
}
.article-image-wrapper {
	/*display: inline-block;*/
	position: relative;
	float: right;
	padding: 0 0 5px 10px;
}
.article-image-wrapper-landscape {
	/*overflow: hidden;*/
	/*height: 250px;*/
	margin-bottom: 10px;
}
.article-image {
	max-width: 200px;
}
.article-image-landscape {
	width: 100%;
	margin: -10% 0 0 0
}
@media screen and (max-width: 500px) {
	.article-image {
		max-width: 100px
	}
}
.article-readmore {
	font-family: 'Source Sans Pro';
	font-size: .8em;
	font-weight: bold;
	float: right;
	color: #333
}

.article-soup-week {
	margin-top: 10px;
}
.article-soup {
	clear: both;
	padding: 2px 4px;
}
.article-soup-title{
	float: left;
	min-width: 80px;
}
.article-soup-selected {
	font-weight: bold
}
.article-soup-date {
	float: left;
	width: 70px
}
#article-browser {
	margin-top: 20px;
}
#article-prev, #article-next {
	color: #5d9df4;
	cursor: pointer;
}
#article-next {
	margin-left: 10px
}
.inactive {
	color: #ccc !important;
	cursor: not-allowed !important
}



/* CALENDAR */
#calendar {
	flex-basis: 20rem;
  	flex-grow: 1;
	background-color: white;
	padding: 20px;
	margin-left: 2px;
  
	/*
	width: 300px;
	z-index: 100;*/
}
.calendar-item {
	clear: both;
	margin-top: 5px;
}
#calendar a {
	color: black
}
#calendar a:hover, .calendar-item-sel {
	font-weight: bold
}
.calender-item:not(:last-child) {
	border-bottom: 1px dotted #ccc
}
.calendar-cat, .calendar-date, .calendar-title {
	display: inline-block;
    vertical-align: top;
}
.calendar-cat {
	width: 20px;
	height: 20px;
	margin-right: 5px
}
.calendar-date {
	width: 70px;
	font-family: 'Source Sans Pro';
	font-size: 14px
}
.calendar-title {
	width: calc(100% - 90px);
	padding: 0 5px;
	padding-top: 2px;
}

.tag {
	padding: 2px 5px;
	background-color: #eee;
	margin: 0 1px 1px 0;
	white-space: nowrap;
	float: left
}
.tag:hover, .tag-sel {
	background-color: #ddd
}



#search {
	width: 300px;
	margin: 10px auto;
}
#searchbar, #searchbutton {
	padding: 5px;
	font-size: 16px;
	width: calc(100% - 50px);
}
#searchbutton {
	width: 40px
}
.bok {
	position: relative;
	width: 100%;
	padding: 5px;
	background-color: #ddd;
	margin-bottom: 1px;
}
.bok input {
	padding: 4px 6px;
	font-size: 14px;
	width: 200px;
	background-color: white
}
.bok input[type="submit"]{
	background-color: #5d9df4;
	color: #fff;
	cursor: pointer;
	border: none
}
.cancel {
	display: inline-block;
	float: left;
	background-color: red;
	text-align: center;
	color: white;
	font-family: arial;
	padding: 4px 6px;
	font-size: 14px;
	width: 188px;
}
.bok input[type="submit"]:disabled {
	background-color: gray;
	opacity: .5;
	cursor: not-allowed
}
.bok .red-input {
	border: 2px solid red
}
.bok-header {
	width: calc(100% - 160px);
	float: left;
}
.bok-right {
	width: 150px;
	float: right;
}
.bok-button, .bok-button-remove, .bok-button-order {
	padding: 3px 6px;
	font-family: arial;
	margin-left: 4px;
	background-color: #5d9df4;
	color: #fff;
	cursor: pointer;
	opacity: .7;
}
.bok-button-remove {
	background-color: red
}
.bok-button-order {
	background-color: green
}
.bok-button:hover, .bok-button-remove:hover, .bok-button-order:hover {
	opacity: 1;
}

.order-header {
	font-weight: bold;
	cursor: pointer;
}

#paging, #search-results {
	text-align: center;
}
#paging {
	margin: 0 auto 10px auto;
}
.paging-text {
	position: relative;
	top: -5px;
}
#paging a {
	padding-top: 5px;
	margin: 1px;
	width: 30px;
	height: 25px;
	display: inline-block;
	background-color: #444;
	color: white;
	opacity: .5
}
#paging a:hover {
	opacity:1
}
#paging .disabled {
	opacity: .1;
	cursor: not-allowed
}



.ticket-btn {
	color: white;
	background-color: #5d9df4;
	padding: 5px;
	display: inline-block;
	
}


/* FOOTER */
#footer {
	background: url(../img/footer.jpg);
	min-height: 45px;
	clear: both;
}
.footer-content {
	padding: 10px 10%;
	text-align: center;
	color: #fff
}



/* EXTRA */

.push-button {
	background-color: #333;
	color: white;
	padding: 4px 8px;
	text-align: center;
	width: 120px;
}
.push-button a {
	color: white !important
}

/* THEMES */
.theme1 {background-color: #ffd57e}
.theme2 {background-color: #b3ebbb}
.theme3 {background-color: #a7b5f9}
.theme4 {background-color: #ffb9a5}
.theme5 {background-color: #d7e5ee}
.theme6 {background-color: #e1b2eb}
.theme7 {background-color: #e17c93}
.theme8 {background-color: #d1404a}

.hover-theme1:hover {background-color: #ffd57e}
.hover-theme2:hover {background-color: #b3ebbb}
.hover-theme3:hover {background-color: #a7b5f9}
.hover-theme4:hover {background-color: #ffb9a5}
.hover-theme5:hover {background-color: #d7e5ee}
.hover-theme6:hover {background-color: #e1b2eb}
.hover-theme7:hover {background-color: #e17c93}
.hover-theme8:hover {background-color: #d1404a}

.left {float:left}
.right {float:right}
.clear {clear:both}
.hidden {display:none}
.ninja {opacity:0; cursor:default}
.handle {cursor:pointer}
.blue {background-color: #5d9df4}
.red {color: #cc0000}
.blue-text {color: #5d9df4}
.error {color:red; font-style:italic}
.blush {background-color: red}
.cleared {color:green; font-style:italic}
.dotted {border-style: dotted}
.dashed {border-style: dashed}
.grayed {background-color: #bbb}
.no-pointer {cursor: default}
.button {cursor: pointer}
.cursive {
	font-style: italic;
	color: #777;
}

.box {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.top-5 {margin-top: -5px}

.shadow {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
.box-shadow {
	box-shadow: 0 2px 4px 2px #ddd
}
.box-shadow2 {
	box-shadow: 0 1px 3px #555
}
.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.rounded-top {
    -webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v54/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
	font-family: 'Material Icons';
	font-size: 20px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}