@charset 'UTF-8';
/*
Theme Name: GG-Travelmap
Theme URI: https://guido-grun.de/
Version: 0.3.0
Description: Wordpress Theme for Guido-Grun.de
Author: Guido Grun
Author URI: https://guido-grun.de/
Text Domain: gg
*/

/* --------------------------------------------------- */
/* Fonts */
/* --------------------------------------------------- */
@font-face {
  font-family: "wavehaus-t";
  src: url("assets/webfont/wavehaus-28thin-wavehause.eot");
  src:
    url("assets/webfont/wavehaus-28thin-wavehause.eot?#iefix")
      format("embedded-opentype"),
    url("assets/webfont/wavehaus-28thin-wavehause.woff2") format("woff2"),
    url("assets/webfont/wavehaus-28thin-wavehause.woff") format("woff"),
    url("assets/webfont/wavehaus-28thin-wavehause.ttf") format("truetype"),
    url("assets/webfont/wavehaus-28thin-wavehause.svg#wavehaus28_thin")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "wavehaus-b";
  src: url("assets/webfont/wavehaus-95semibold-wavehause.eot");
  src:
    url("assets/webfont/wavehaus-95semibold-wavehause.eot?#iefix")
      format("embedded-opentype"),
    url("assets/webfont/wavehaus-95semibold-wavehause.woff2") format("woff2"),
    url("assets/webfont/wavehaus-95semibold-wavehause.woff") format("woff"),
    url("assets/webfont/wavehaus-95semibold-wavehause.ttf") format("truetype"),
    url("assets/webfont/wavehaus-95semibold-wavehause.svg#wavehaus95_semibold")
      format("svg");
  font-weight: bold;
  font-style: normal;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 0.8em;
}

h4,
h5,
h6 {
  letter-spacing: 0.5px;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
  text-transform: uppercase;
}

h6 {
  font-size: 1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: "wavehaus-t", Arial, sans-serif !important;
}

address {
  font-style: italic;
}

p,
address,
dl,
pre,
table {
  margin-bottom: 1.6em;
}

p:last-child {
  margin-bottom: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
  list-style: circle;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

ul {
  list-style: square;
  padding: 0 0 0 20px;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 0.8em;
}

img {
  height: auto;
  max-width: 100%;
}

img.border {
  border: 1px solid #eee;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

form {
  margin-bottom: 0;
}

code,
kbd,
tt,
pre {
  background: #f1f1f1;
  box-sizing: border-box;
  color: #050505;
  display: inline-block;
  font-family: Courier, serif;
  font-size: 1em;
  padding: 0 6px;
}

pre {
  box-sizing: border-box;
  overflow: auto;
  padding: 12px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  width: 100%;
}

sub {
  font-size: x-small;
  vertical-align: sub;
}

sup {
  font-size: x-small;
  vertical-align: super;
}

q,
var {
  font-style: italic;
}

table {
  border: 1px solid #e7e7e7;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 8px;
}

table th {
  font-size: 1em;
  font-weight: bold;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.6em 1.6em;
}

abbr,
acronym {
  text-transform: uppercase;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 3.6em 0;
}

blockquote {
  box-sizing: border-box;
  border-left: 2px solid #ccc;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 auto 1.6em;
  padding: 0.8em 1.6em;
}

blockquote p {
  font-size: 1em;
  font-style: italic;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 0;
}

cite {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 1.6em;
  text-transform: uppercase;
}

blockquote cite {
  display: block;
  font-size: 0.7em;
}

blockquote cite::before {
  content: "―";
  padding-right: 6px;
}

mark {
  background: inherit;
  color: inherit;
}

/* --------------------------------------------------- */
/* Style */
/* --------------------------------------------------- */
body {
  background: url("./assets/img/bkk.jpg") center left;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: var(--bg-color) !important;
  color: var(--text-color);
  font-family: "wavehaus-t", Arial, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p,
ol {
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 20px;
}
ol {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 20px;
  list-style: auto;
}

/* --------------------------------------------------- */
/* Content */
/* --------------------------------------------------- */
.content {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.page {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--nav-icon-color);
}

/* --------------------------------------------------- */
/* Logo */
/* --------------------------------------------------- */
.gg-title {
  font-size: 2rem;
  margin: 0 0 1rem;
  font-family: "wavehaus-t", Arial, sans-serif !important;
  font-weight: 100 !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.gg-title span {
  font-family: "wavehaus-b", Arial, sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.header {
  display: flex;
  align-items: center;
}

.nav {
  width: 100%;
  background: none;
}

/* --------------------------------------------------- */
/* Menu: icon (open/close) */
/* --------------------------------------------------- */
.menu-icon {
  height: 30px;
  width: 30px;
  position: fixed;
  z-index: 9999;
  right: 50px;
  top: 30px;
  cursor: pointer;
  pointer-events: visible;
}
.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: var(--nav-icon-color);
  margin-bottom: 4px;
  transition:
    transform 0.2s ease,
    background-color 0.5s ease;
}
.menu-icon__line-left {
  width: 15px;
}
.menu-icon__line-right {
  width: 15px;
  float: right;
}
/* --------------------------------------------------- */
/* Menu: fullscreen */
/* --------------------------------------------------- */
.nav {
  position: fixed;
  z-index: 1000; /* Ensures it's above other elements */
}
.nav:before,
.nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: var(--nav-bg-before);
  z-index: -1;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transform: translateX(0%) translateY(-100%);
}
.nav:after {
  background: var(--nav-bg-after);
  opacity: 0.5;
  transition-delay: 0s;
}
.nav:before {
  transition-delay: 0.1s;
}
/* --------------------------------------------------- */
/* Menu: fullscreen wrapper */
/* --------------------------------------------------- */
.nav__content {
  position: fixed;
  width: 100%;
  visibility: hidden;
  display: flex;
  height: 100%;
  flex-direction: column;
}
/* --------------------------------------------------- */
/* Menu: Logo */
/* --------------------------------------------------- */
.nav__logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  margin: 30px 50px;
  width: fit-content;
}

/* --------------------------------------------------- */
/* Menu: Menu wrapper */
/* --------------------------------------------------- */
.nav__menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 100px;
}
/* --------------------------------------------------- */
/* Menu: Menus */
/* --------------------------------------------------- */
.menu__main,
.menu__trips__europe,
.menu__trips__asia,
.menu__trips__more {
  width: 25%;
  padding: 40px 50px;
}
@media only screen and (max-width: 768px) {
  .nav__menu {
    flex-direction: column;
  }
  .menu__main,
  .menu__trips__europe,
  .menu__trips__asia,
  .menu__trips__more {
    width: 100% !important;
    flex-direction: column !important;
    padding: 10px 50px;
  }
}
.nav__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* --------------------------------------------------- */
/* Menu: Intro labels */
/* --------------------------------------------------- */
.nav__label::before {
  content: "------------- ";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -3px;
  margin: 0 0.75rem 0 0;
}
.nav__label {
  display: block;
  color: var(--label-color);
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
/* --------------------------------------------------- */
/* Menu: Menu items */
/* --------------------------------------------------- */
.nav__list-item {
  position: relative;
  display: list-item;
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate(0%, 100%);
  transition:
    opacity 0.2s ease,
    transform 0.3s ease;
}
.nav__list-item a {
  color: var(--nav-link-color);
  text-decoration: none;
  font-size: 19px;
}
.nav__list-item a:hover {
  color: var(--nav-link-color-active);
}
/* active status of a menu item */
.current-menu-item a {
  color: var(--nav-link-color-active);
  cursor: text;
}
/* --------------------------------------------------- */
/* Menu: Menu items descriptions (dates) */
/* --------------------------------------------------- */
span.menu-item-description {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  color: var(--nav-item-description);
  font-weight: bold;
  margin: 5px 0 20px;
  letter-spacing: 1px;
}
/* --------------------------------------------------- */
/* Menu: Not released menu item */
/* --------------------------------------------------- */
.not-released a::before {
  content: "NEW";
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 6px;
  font-family: monospace;
  margin-right: 6px;
  background-color: #323645;
  color: var(--nav-link-not-active);
  float: left;
  letter-spacing: 1px;
  border: 1px solid;
  text-align: center;
}
/* --------------------------------------------------- */
/* Menu: Submenu items */
/* --------------------------------------------------- */
ul.sub-menu {
  list-style: square;
  margin-left: 40px;
  line-height: 45px;
}

ul.sub-menu.nav__list-item {
  margin: 10px 0;
}

ul.sub-menu .nav__list-item a {
  color: var(--nav-link-color);
  font-size: 22px;
  line-height: 45px;
}
ul.sub-menu li::marker {
  color: var(--nav-link-color-bulletpoint);
  font-size: 0.8em;
}
ul.sub-menu .nav__list-item a:hover {
  color: var(--nav-link-color-hover) !important;
  font-weight: bold;
}

/* --------------------------------------------------- */
/* Menu: Copyright */
/* --------------------------------------------------- */
.nav__copyright {
  margin: 50px;
  font-size: 12px;
  color: var(--label-color);
}

/* --------------------------------------------------- */
/* Menu: annimation*/
/* --------------------------------------------------- */
body.nav-active .menu-icon__line {
  background-color: var(--nav-icon-color);
  transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav__content {
  visibility: visible;
  overflow-y: auto;
  max-height: 100vh;
}
body.nav-active .nav:before,
body.nav-active .nav:after {
  transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
  transition-delay: 0.1s;
}
body.nav-active .nav:before {
  transition-delay: 0s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  transform: translateX(0%);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    color 0.8s ease;
}

body.nav-active .nav__list-item:nth-child {
  transition-delay: 0.5s;
}
