/* rubik-regular - latin */
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  src: url(http://ocalhost:8888/wp-content/themes/lobbyland/fonts/rubik-v12-latin/rubik-v12-latin-regular.eot); /* IE9 Compat Modes */
  src: local(''),
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-regular.woff) format('woff'), /* Modern Browsers */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
  url(../../resources/assets/onts/rubik-v12-latin/rubik-v12-latin-regular.svg#Rubik) format('svg'); /* Legacy iOS */
}
/* rubik-600 - latin */
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/rubik-v12-latin/rubik-v12-latin-600.eot); /* IE9 Compat Modes */
  src: local(''),
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-700.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-700.woff2) format('woff2'), /* Super Modern Browsers */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-700.woff) format('woff'), /* Modern Browsers */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-700.ttf) format('truetype'), /* Safari, Android, iOS */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-700.svg#Rubik) format('svg'); /* Legacy iOS */
}
/* rubik-900 - latin */
@font-face {
  font-family: Rubik;
  font-style: normal;
  font-weight: 900;
  src: url(fonts/rubik-v12-latin/rubik-v12-latin-900.eot); /* IE9 Compat Modes */
  src: local(''),
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-900.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-900.woff2) format('woff2'), /* Super Modern Browsers */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-900.woff) format('woff'), /* Modern Browsers */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-900.ttf) format('truetype'), /* Safari, Android, iOS */
  url(../../resources/assets/fonts/rubik-v12-latin/rubik-v12-latin-900.svg#Rubik) format('svg'); /* Legacy iOS */
}

html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
	overflow-y: scroll
	-webkit-overflow-scrolling: touch
}

html, body, * {
  box-sizing: border-box;
}

html, body {
  /* position: fixed; */
  overflow: hidden;
}

*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  max-width: 55rem;
  padding: 1rem 1rem 0;
  margin: .5rem auto 0;
  line-height: 150%;
  width: initial;
  display: block;
	text-align: left;
}

.tabs h1 {
	text-align: center;
}

strong {
	font-weight: 700;
}

.wp-block-button * {
	color: #fffbd0;
}

h1  {
  font-size: 4.5rem;
}

h2 {

}

p {
  font-size: calc(12px + (20 - 12) * ((100vw - 520px) / (1600 - 320)));
  max-width: 55rem;
  padding: 0 1rem;
  margin: 1rem auto;
  line-height: 150%;
  width: initial;
  display: block;
	text-align: justify;
}

.nf-form-cont {
	max-width: 55rem;
  padding: 0 1rem;
  margin: .5rem auto;
  line-height: 150%;
  width: initial;
  display: block;
}

p a {
	color: inherit !important;
}

blockquote {
	float: right;
	width: 50%;
	font-size: 120%;
	margin: 0;
	padding: 2rem;
	padding-right: calc(((100% - 55rem) / 2) + 1rem);
}

blockquote p {
	margin:0;
	padding:0;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}

	blockquote p:before {
		content: '» ';
}
	
	blockquote p:after {
		content: ' «';
}

blockquote .author {
	font-size: .8em;
	margin-top: .5rem;
	line-height: 1.2;
}

blockquote .author i {
	display: block;
}


nav {
  display: flex;
  flex-flow: row;
  height: 100vh;
  width: 100vw;
  align-items: center;
}

nav, nav ul,
.container {
  width: 100vw;
  height: 100vh;
  list-style: none;
  padding: 0;
  margin: 0;
}


nav ul {
  justify-content: flex-end;
}

nav ul,
nav li {
  display: inline-flex;
  height: 100%;
}

nav li {
  height: 100%;
  width: 2rem;
  transition: all 250ms ease;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.tabs {
  display: flex;
  background-color: #eee;
  height: 100%;
  width: 2rem;
}

.tab-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 0;
  position: relative;
  opacity: 0;
  /* padding-top: 15vh; */
}

.tab-index {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 2rem;
  /* border-right: 1px solid #666; */
}

.tab-index:hover {
  cursor: pointer;
}

.tab-index-display-id {
  display: flex;
  flex-direction: column;
  transform: rotate(90deg);
}

.tab-active {
  width: 100%;
}

.start_page {
  background: #fffbd0;
  color: #000;
}

.start_page_index {
  background: #e6e2bb;
  color: #000;
}

.book_page {
  background: #26c6da;
  color: #000;
}

.group_page {
  background: #66bb6a;
  color: #000;
}

.podcast_page {
  background: #f57f17;
  color: #000;
}

.mb_page {
  background: #ffca28;
  color: #000;
}

.page-header {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  z-index: 100;

}

.page-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 1.5rem;
  padding: 2rem;
  z-index: 100;
  pointer-events: none;
}
.page-footer a {
  pointer-events: auto;
}

.inline-footer {
  margin-top: 50px;
  margin-bottom: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  height:50px;
}

.inline-footer a {
  text-decoration: none;
  color: #000;
  border-bottom-color:black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: .85rem;
  padding: .1rem 0;
  margin: 0 1rem;
}

.inline-footer a:hover {
  border-bottom-width: 2px;
}

.page-header div,
.page-footer div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header-nav {
  font-size: calc(32px + (20 - 16) * ((100vw - 520px) / (1600 - 1380)));
}

#search-icon:hover,
.page-header-nav:hover {
  cursor:pointer;
}

.midcol {
	margin: 0 auto;
	max-width: 800px;
}

.tab-page-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  /*padding-top: 15vh;*/
  padding-top: calc(64px + (20 - 16) * ((100vw - 520px) / (1600 - 1380)) + 4rem);
  z-index: 2;
}

.tab-page-content img {
  margin: auto;
}

.tab-page-content::-webkit-scrollbar {
  display: none;
}

.page-header-logo img {
  height: calc(64px + (20 - 16) * ((100vw - 520px) / (1600 - 1380)));
  width: auto;
}

.page-footer-mb img {
  height: calc(32px + (20 - 16) * ((100vw - 520px) / (1600 - 1380)));
  width: auto;
}

.page-footer-contact img {
  height: calc(32px + (20 - 16) * ((100vw - 520px) / (1600 - 1380)));
  width: auto;
}

small.caption.center
{
	width: 100%;
	display: block;
	text-align: center;
	color: rgba(0,0,0,.75);
}


/* Animations */


.fadeIn {
  -webkit-animation: fadeIn 0.65s ease-in-out 0.125s 1 forwards;
  -moz-animation: fadeIn 0.65s ease-in-out 0.125s 1 forwards;
  -o-animation: fadeIn 0.65s ease-in-out 0.125s 1 forwards;
  animation: fadeIn 0.65s ease-in-out 0.125s 1 forwards;
}

.fadeOut {
  -webkit-animation: fadeOut 0.5s ease-in-out 0.25s 1 forwards;
  -moz-animation: fadeOut 0.5s ease-in-out 0.25s 1 forwards;
  -o-animation: fadeOut 0.5s ease-in-out 0.25s 1 forwards;
  animation: fadeOut 0.5s ease-in-out 0.25s 1 forwards;
}

.hidden {
  opacity: 0;
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}



.mobile-search-wrapper,
.mobilemenuwrapper {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  flex-flow: column;
  z-index: 999999999999;
}

.mobile-search-wrapper {
  justify-content: center;
  align-items: center;
}

.mobilenavigation {
  width: 100%;
  height: calc(100vh - 80px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.mobilenavigation div {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 100%;*/
  height: 100%;
}

.mobilenavigation h1 {
	padding: 0;
	font-size: 5vw;
	margin: 0;
}

.mobileitem {
  /* opacity: 0; */
  flex-flow: column;
}

.close_mobile_menu {
  width: 100vw;
  margin: 0;
  color: #111;
/* display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center; */
padding: 2rem;
display: grid;
grid-template-columns: repeat(3, 1fr);
height: 5rem;
}

.close_mobile_menu > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mobile-menu-search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

#close_mobile_menu {
  font-size: .75rem;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}

#close_mobile_menu:hover {
  cursor: pointer;
}

.mobilenavigation a {
  text-decoration: none;
  z-index: 99999999;
}

.mobile-search {
  width: 90vw;
  max-width: 960px;
}

.mobile_top_menu {
  justify-content: flex-start;
}

.mobile_top_menu ul,
.mobile_top_menu li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.mobile_top_menu li {
  padding: 0 .5rem;
  height: 100%;
  border-bottom: 2px solid rgba(0,0,0,0);
}

.mobile_top_menu li a {
  text-decoration: none;
  color: #000;
  font-size: .75rem;
}

.mobile_top_menu li:hover {
  border-bottom: 2px solid #bbb;
}

#top_menu_start_page {
  display: none;
}
.li-entry a {
  color: #000;
  text-decoration: underline;
  text-decoration-style: dotted;
}

img.cat_page_icon {
  height: 15vw;
  max-height: 100px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.category_description_link {
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
  text-decoration-style: dotted;
  color: #000;
}

a.search_result_link,
a.startlink,
a.startlink:hover {
  color: #000;
  text-decoration: none;
}

.hentry
{
  padding: 2rem 0;
  border-bottom: 1px solid #999;
}

.hentry p > img {
  display: none;
}

div.hentry:last-of-type
{
  padding: 2rem 0;
}

.search-highlight {
  background:#FFFF00;
  display: inline !important;
  margin: 0;
  padding: 0;
}

.mobile-search-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mobile-search-form-input {
  appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
  padding: .5rem;
  border-radius: 3px;
  border: 1px solid #999;
  background: #fff;
  color: #000;
  height: 2rem;
  width: 50vw;
}

.mobile-search-form-input: focus,
.mobile-search-form-input: active {
  outline: none;
}


.mobile-search-form-submit {
  appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
  border-radius: 3px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  height: 2rem;
  border: 1px solid #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.mobile-search-form-input-xl {
  appearance: none;
  -webkit-appearance: none;
  font-size: 2rem;
  padding: .5rem;
  border-radius: 3px;
  border: 1px solid #999;
  background: #fff;
  color: #000;
  height: 4rem;
  width: 100%;
}

.mobile-search-form-submit-xl {
  appearance: none;
  -webkit-appearance: none;
  font-size: 1.5rem;
  border-radius: 3px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  height: 4rem;
  border: 1px solid #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



.search-logo {
  height: auto;
  width: 10vw;
  min-width: 50px;
  max-width: 100px;
}

.search-logo-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.search-links-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  padding-right: 0;
}

.search-link a,
.search-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.mobile-search-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mobile-search {
  opacity: 0;
  transition: all 450ms;
}

.search-link {
  padding: 2rem;
}

.search-link-label {
  padding: 1rem;
}

.search-link img {
  height: auto;
  width: 5vw;
  min-width: 32px;
  max-width: 64px;
}

.nf-error-msg,
.nf-form-fields-required {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nf-field-label label {
  font-weight: 400 !important;
}

.center-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
}

.center-box small
{
	margin-top: .5rem;
	color: rgba(0,0,0,.5);
	font-size: 1rem;
}


.post-image {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

  .twocolumns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }


  .hard-facts table,
  .hard-facts tr,
  .hard-facts td   {
    border: none;
    padding: 0 .5rem;
  }

.book-cover {
	    display: flex;
    justify-content: center;
    align-items: center;
	padding: 1rem 0;
  margin: 0;
}

td {
    padding: 10px;
}

table {
	border-spacing: .5rem;
}

figure.aligncenter.size-large {
  font-size: calc(12px + (20 - 12) * ((100vw - 520px) / (1600 - 320)));
  max-width: 66ch;
  padding: 3rem 1rem 0;
  margin: .5rem auto;
  line-height: 150%;
}

.mobileitem img {
	margin-bottom: 1rem;
	height: 10vw;
	max-height: 150px;
	width: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen AND (min-width: 1001px) {

  .mobilenavigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }

  #top_menu_start_page {
    display: flex;
  }
  .page-footer {
  }

  .twocolumns {
    flex-direction: row;
  }

}

@media screen AND (max-width: 1000px) {
	h1 {
		font-size: 3.5rem;
	}
	p {
	  font-size: 1rem;
		text-align: left;
	}
p, h1, h2, h3, h4, h5, h6 {
	  	max-width: 55rem;
	  	padding: .5rem 2rem;
	  	margin: .5rem auto;
	  	line-height: 150%;
	  	width: initial;
	  	display: block;
	}
	.wp-block-pullquote {
		font-size: .8em;
		text-align: left;
	}
	
	blockquote {
	max-width: 55rem;
	  	padding: .5rem 2rem 1.5rem;
	  	margin: .5rem auto;
	  	line-height: 150%;
	  	width: initial;
	  	display: block;
}

blockquote p {
	margin:0;
	padding:0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

blockquote .author i {
	display: block;
}
	
	figure.aligncenter.size-large {
	  	font-size: .85rem;
	  	max-width: 66ch;
	  	padding: 2.3rem 2rem 0;
	  	margin: .5rem auto;
	  	line-height: 150%;
	  	width: initial;
	  	display: block;
	}
    .tabs:not(.tab-active), .tab-index {
    	display: none;
  	}
  	.page-header {
    	padding: 1rem;
  	}
  	.page-footer {
        display: none;
  	}
	.inline-footer {
		justify-content: space-around;
	}
	.inline-footer a {
		margin: 0;
	}

	.mobile_top_menu {
		display: none !important;
	}
	.mobileitem img {
		height: 15vw;
		max-height: 12vh;
		margin-bottom: 2vh;
	}
	.tab-page-content {
	  padding-top: calc(64px + (20 - 16) * ((100vw - 520px) / (1600 - 1380)) + 2rem);
	}

}


.master-slider,
.master-slider-parent {
  max-width: 100%;
  width: 100% !important;
  min-width: 100% !important;
}

.master-slider-parent {
	background: #e93430;
	color: #fffbd0;
}

.ms-container {

}

.master-slider-parent h2 {
	
}

.ms-info {
	padding: 2rem 0;

}

.ms-slide-info h2 {

}

.ms-slide-info p {

}

.ms-slide-info h2, .ms-slide-info p {

}

.ms-slide-info * {
	box-sizing: border-box;
}

.c-accordion__title:after {
	right: 20px;
}

.frontbanner img { 
	width: 100%; 
	height: auto; 
	max-width:560px;
}

.wp-block-embed {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 56,56%;
}

/* Make YouTube videos inserted via WordPress oEmbed full-width */

.wp-block-embed-youtube {
	overflow: hidden;
	position: relative;
	max-width: 100%;
	height: auto;
	padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-block{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.video-block iframe, .video-block object, .video-block embed, .video-block video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

html {
	visibility: hidden;
}

.back_to_frontpage {
	width: 100%;
	padding: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.back_to_frontpage a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .75rem;
	letter-spacing: 2px;
	padding: 1rem;
	border-radius: 3px;
	color: #eee;
	background: #000;
}

.back_to_frontpage a:hover {
	color: #fff;
	background: #333;
}

.order_now {
	padding-top: 1.5rem;
}

.order_now a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: .75rem;
	letter-spacing: 2px;
	padding: 1rem;
	border-radius: 3px;
	color: #000;
	background: #ffbe00;
}

.order_now a:hover {
	color: #fff;
	background: #333;
}

.flex-flow-column {
	flex-direction: column;
	flex-flow: column;
}

  .pressebild,
  .pressebilder {
    display: flex;
  }

  .pressebilder {
    justify-content: center;
    flex-flow: column;
    align-items: center;
	max-width: 55rem;
	padding: 0 1rem;
	margin: 1rem auto;
  }

  .pressebild {
    justify-content: center;
    flex-flow: column;
    align-items: center;
	  text-align: center;
	  font-size: 75%;
  }

  .pressebild img {
	height: 7rem;
	  height: calc((100vw/2)/6);
	width: auto;
  }

	.pressebilder a {
		color: #333;
		text-decoration: none;
	}

	.pressebilder p {
		margin: 0;
		padding: 0;
	}

	.pressebild-caption {
		padding: .5rem 0;
	}

  @media screen AND (min-width: 1080px) {

    .pressebilder {
      justify-content: space-between;
      flex-flow: row;
      align-items: center;
    }

    .pressebild {
      justify-content: center;
      flex-flow: column;
      align-items: center;
    }

  }
