/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
@font-face {
  font-family: "GT Eesti Display Bold Trial";
  src: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/fonts/GT-Eesti-Display-Bold-Trial.woff2");
  src: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/fonts/GT-Eesti-Display-Bold-Trial.woff2") format("woff2");
}
@font-face {
  font-family: "GT Eesti Display Regular Trial";
  src: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/fonts/GT-Eesti-Display-Regular-Trial.woff2");
  src: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/fonts/GT-Eesti-Display-Regular-Trial.woff2") format("woff2");
}
@font-face {
  font-family: "Fundamental Brigade Schwer";
  src: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/fonts/Fundamental Brigade Schwer.ttf");
  src: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/fonts/Fundamental Brigade Schwer.ttf") format("truetype");
}
@font-face {
  font-family: "Fundamental Brigade";
  src: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/fonts/Fundamental Brigade.ttf");
  src: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/fonts/Fundamental Brigade.ttf") format("truetype");
}
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * partials/wrapper
 * ---
 */
/**
 * partials/header
 * ---
 */
body.homepage {
	overflow-x: hidden;
}

.desktop-menu {
  display: none;
}

.mobile-menu {
  width: 100vw;
  background-color: #d8cbc7;
  position: fixed;
  top: 0;
  z-index: 9;
}
.mobile-menu .mobile-info {
  font-size: 4.5vh;
  font-family: "GT Eesti Display Bold Trial", sans-serif;
  margin-left: 5px;
}
.mobile-menu .minus {
  display: none;
  font-family: "GT Eesti Display Bold Trial", sans-serif;
  font-weight: 600;
}
.mobile-menu .plus {
  display: inline-block;
  font-family: "GT Eesti Display Bold Trial", sans-serif;
  font-weight: 600;
}
.mobile-menu ul {
  display: none;
  list-style-type: none;
  padding-left: 5px;
  padding-top: 55px;
  margin-bottom: 0;
}
.mobile-menu ul li a {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 0.8;
  color: #000;
  font-size: 4.5vh;
  font-family: "GT Eesti Display Bold Trial", sans-serif;
}
.mobile-menu ul li a:hover {
  text-decoration: none;
  color: #404040;
}

.toggle-nav {
  line-height: 1;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  color: #000;
  font-size: 4.5vh;
  font-weight: 600;
  font-family: "GT Eesti Display Bold Trial", sans-serif;
  padding: 5px 10px;
}
.toggle-nav:hover {
  color: #404040;
}
.toggle-nav .sign {
  position: relative;
}

@media (max-width: 992px) {
  body.page .toggle-nav {
    background-color: #d8cbc7;
    width: 100vw;
  }

  body.homepage .toggle-nav {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none;
  }

  .desktop-menu {
    display: none;
    position: fixed;
    z-index: 9;
    margin-left: 40px;
  }
  .desktop-menu .sign {
    position: relative;
  }
  .desktop-menu ul {
    padding-left: 0;
  }
  .desktop-menu ul li a {
    font-size: 5vh;
    font-family: "GT Eesti Display Bold Trial", sans-serif;
    color: #000;
    line-height: 1;
  }
  .desktop-menu ul li a:hover {
    color: #404040;
    text-decoration: none;
  }
  .desktop-menu ul li.mobile-menu {
    display: none;
  }
  .desktop-menu ul li.link-menu {
    display: block;
  }

  .toggle-nav,
.minus {
    top: 0;
    font-size: 5vh;
  }
}
@media (min-width: 1200px) {
  .desktop-menu {
    margin-left: 55px;
  }

  .nav ul li a {
    font-size: 6.5vh;
  }

  .toggle-nav,
.minus {
    font-size: 6.5vh;
  }
}
@media (min-width: 1200px) {
  .nav ul {
    padding-top: 5px;
  }
  .nav ul li a {
    font-size: 7.4vh;
	  line-height: 0.8;
  }

  .toggle-nav,
.minus {
    font-size: 7.4vh;
	line-height: 0.9;
  }
	.toggle-nav .minus {
		position: relative;
		top: -6px;
	}

}

/**
 * partials/nav
 * ---
 * Menus
 */
/* page - homepage */
html {
  scroll-behavior: smooth !important;
}

article.post-10 {
  overflow: hidden;
}

.page-title {
  position: fixed;
  color: #000;
  line-height: 0.75;
  margin: 0;
  font-family: "Fundamental Brigade", sans-serif;
}
.page-title.architecture {
  text-align: right;
}
.page-title.architecture, .page-title.at-work {
  font-size: 14vh;
  font-family: "Fundamental Brigade Schwer", sans-serif;
}
.page-title.institutional {
  font-family: "GT Eesti Display Bold Trial", sans-serif;
  top: 26%;
  right: 5px;
  font-size: 5.3vh;
  line-height: 0.85;
}
@media (max-width: 992px)  {
	.page-title.institutional {
/* 		top: 160px; */
		top: 26%;
	}
	.page-title.institutional .mobile-date {
		display: block;
		right: 0;
		position: absolute;
	}
}
.page-title.institutional .mobile-date {
  display: flex;
  justify-content: end;
}
.page-title.tablet-institutional {
  font-family: "GT Eesti Display Bold Trial", sans-serif;
  display: none;
  right: 0;
}
.page-title.bauhaus-uni {
  font-family: "GT Eesti Display Bold Trial", sans-serif;
  line-height: 0.85;
  font-size: 5vh;
  /* right: 16px; */
  top: calc(100% - 60px);
  margin-left: 5px;
}

.date {
  transform: translate(-50%, -50%);
  top: 62.5%;
  left: 50%;
  color: #000;
  font-size: 15vh;
  display: none;
}

span.mobile-date {
  display: none;
}

.architecture {
  top: 5px;
  right: 5px;
}

.at-work {
  bottom: 65px;
  left: 5px;
}

body.homepage {
  background: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/images/background_mobile_landing_page.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 0;
  background-attachment: fixed;
  background-size: 100%;
}

.first-col svg {
  display: none;
}

.second-col p:first-of-type {
  margin: 0;
  height: 0;
  padding: 0;
}
.second-col p {
  color: #000;
  font-family: "GT Eesti Display Regular Trial", sans-serif;
}
.second-col p.about {
  background-color: #9a9999;
  font-size: 24px;
  line-height: 1;
  padding: 10px;
  margin-bottom: 0;
}
.second-col p.pull-left,
.second-col p.pull-right {
  width: 75%;
  background-color: #B5AAAA;
  font-size: 24px;
  line-height: 1;
  padding: 10px;
  margin-bottom: 0;
}
.second-col p.pull-left {
  margin-right: auto;
}
.second-col p.pull-right {
  margin-left: auto;
}
.second-col p.possible-topics.title {
  font-size: 64px;
  background-color: #B5AAAA;
  line-height: 1;
  padding: 5px 0px;
  margin-bottom: 0;
  font-family: "GT Eesti Display Bold Trial";
  color: #000;
}
.second-col p.workshop {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 0;
  color: #71706e;
  font-size: 24px;
  line-height: 1;
}
.second-col p.workshop.title {
  font-size: 64px;
  background-color: #B5AAAA;
  margin-top: 100vh;
  line-height: 1;
  padding: 5px 0px;
  margin-bottom: 0;
  font-family: "GT Eesti Display Bold Trial";
  color: #000;
}
.second-col p.workshop strong {
  color: #000;
}
.second-col .wp-block-image {
  margin-bottom: 0;
}
.second-col .wp-block-image img {
  width: 100%;
  margin-bottom: 0;
}
.second-col .wp-block-image figcaption {
  color: #71706e;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
  line-height: 1.1;
  font-size: 18px;
  font-family: "GT Eesti Display Regular Trial";
  width: 60%;
  margin-left: auto;
}
.second-col p.submissions {
  font-size: 34px;
  background-color: #B5AAAA;
  line-height: 1;
  padding: 10px;
  margin-top: 10px;
}
.second-col p.register {
  font-size: 64px;
  text-align: center;
  background-color: #C6B4AA;
  height: 100vh;
  border-radius: 35%;
  padding-top: 45vh;
}
.second-col p.contact {
  font-size: 34px;
  background-color: #B7C7C5;
  padding: 10px;
  line-height: 1;
  margin-top: 10px;
}
.second-col a {
  color: #000;
}
.second-col a:hover {
  text-decoration: none;
  color: #404040;
}

/* 	update */
	p.download-prog {
		font-size: 64px;
		text-align: center;
		background-color: #B5AAAA;
		height: 70vh;
		border-radius: 35%;
		padding-top: 30vh;
		line-height: 1;
	}

	p.download-prog a {
		color: #000;
	}



body.page-template-default article {
  padding: 50px 10px;
  padding-bottom: 10px;
}
body.page-template-default p {
  color: #000;
  font-family: "GT Eesti Display Regular Trial", sans-serif;
  font-size: 24px;
  line-height: 1;
}
body.page-template-default.about {
  background: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/images/background_mobile_1.svg");
  background-color: #d8cbc7;
  background-size: cover;
}
body.page-template-default.contact {
  background: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/images/background_mobile_1.svg");
  background-color: #b7c7c6;
  background-size: cover;
}
body.page-template-default.contact a {
  color: #000;
  text-decoration: none;
}
body.page-template-default.call-for-papers {
  background: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/images/background_mobile_1.svg");
  background-color: #b7c7c6;
  background-size: cover;
}
body.page-template-default.call-for-papers a {
  color: #000;
  text-decoration: none;
}
body.page-template-default.registration p.register {
  font-size: 40px;
  text-align: center;
  background-color: #E5BEA9;
  height: calc(100vh - 140px);
  border-radius: 40%;
  padding-top: 35vh;
  margin-bottom: 0;
}
body.page-template-default.registration p.register a {
  color: #000;
  text-decoration: none;
}
body.page-template-default.registration .back {
  position: absolute;
  bottom: 5px;
}
body.page-template-default.workshop .wp-block-image figcaption {
	line-height: 1;
}
body.page-template-default .back {
  margin-bottom: 0;
}
body.page-template-default .back a {
  font-size: 4.5vh;
  margin: 0;
  color: #000;
}
body.page-template-default .back a:hover {
  text-decoration: none;
  color: #404040;
}

@media (min-width: 992px) {
  body.homepage {
    background: url("/projekte/architecture-at-work/wp-content/themes/archwork-theme/images/elements_background_right_half.svg");
    background-repeat: no-repeat;
    background-size: calc(50% + 12px);
    background-position-x: right;
    background-position-y: 0;
    background-attachment: fixed;
  }

  .page-title {
    position: fixed;
    color: #000;
    line-height: 0.75;
    margin: 0;
  }
  .page-title.architecture {
    text-align: right;
    right: 0;
  }
  .page-title.architecture, .page-title.at-work {
    font-size: 31vh;
  }
  .page-title.at-work {
    bottom: 0;
  }
  .page-title.institutional {
    font-size: 4.8vh;
    line-height: 0.76;
    bottom: 1px;
    top: inherit;
    display: none;
  }
  .page-title.tablet-institutional {
    display: block;
    font-size: 5.2vh;
    line-height: 0.88;
    bottom: 1px;
    top: inherit;
    width: 335px;
  }
  .page-title.bauhaus-uni {
    font-family: "GT Eesti Display Regular Trial", sans-serif;
    font-size: 5vh;
    right: 5px;
    top: 47%;
  }

  .date {
    transform: translate(-50%, -50%);
    top: 64.5%;
    left: 42%;
    color: #000;
    font-size: 13.5vh;
    display: block;
    line-height: 0.8;
  }

  .page-title.institutional .mobile-date {
    display: none;
  }

  .first-col svg {
    display: block;
  }

  .second-col p:first-of-type {
    margin: 0;
    height: 0;
    padding: 0;
  }
  .second-col p {
    color: #000;
    font-family: "GT Eesti Display Regular Trial", sans-serif;
  }
  .second-col p.about {
    background-color: #9a9999;
    font-size: 24px;
    line-height: 1;
    padding: 10px;
    margin-bottom: 0;
  }
  .second-col p.pull-left,
.second-col p.pull-right {
    width: 75%;
    background-color: #B5AAAA;
    font-size: 24px;
    line-height: 1;
    padding: 10px;
    margin-bottom: 0;
  }
  .second-col p.pull-left {
    margin-right: auto;
  }
  .second-col p.pull-right {
    margin-left: auto;
  }
  .second-col p.workshop {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0;
    color: #71706e;
    font-size: 24px;
    line-height: 1;
  }
	
/* 	update */
	.second-col p.workshop-close {
		background: #FAF5F5;
		color: #A38383;
		padding: 10px;
		margin-bottom: 0;
		font-size: 24px;
		line-height: 1;
	}
	
	.second-col p.workshop-close.title {
		color: #000;
	}
	
  .second-col p.workshop.title {
    margin-top: 100vh;
    font-size: 64px;
    background-color: #B5AAAA;
    margin-top: 100vh;
    line-height: 1;
    padding: 5px 0px;
    margin-bottom: 0;
    font-family: "GT Eesti Display Bold Trial";
    color: #000;
  }
  .second-col p.workshop strong {
    color: #000;
  }
  .second-col .wp-block-image {
    margin-bottom: 0;
  }
  .second-col .wp-block-image img {
    width: 100%;
    margin-bottom: 0;
  }
  .second-col .wp-block-image figcaption {
    color: #71706e;
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
    line-height: 1.1;
    font-size: 18px;
    font-family: "GT Eesti Display Regular Trial";
    width: 60%;
    margin-left: auto;
  }
  .second-col p.submissions {
    font-size: 34px;
    background-color: #B5AAAA;
    line-height: 1;
    padding: 10px;
    margin-top: 10px;
  }
  .second-col p.register,
.second-col p.download {
    font-size: 64px;
    text-align: center;
    background-color: #C6B4AA;
    height: 100vh;
    border-radius: 35%;
    padding-top: 45vh;
  }

	/* 	update */
	.second-col p.register {
		background-color: #E5BEA9;
	}
	
  .second-col p.contact {
    font-size: 24px;
    background-color: #B7C7C5;
    padding: 10px;
    line-height: 1;
    margin-top: 10px;
  }
/* 	update */
	.second-col p.download-prog {
		font-size: 64px;
		text-align: center;
		background-color: #B5AAAA;
		height: 80vh;
		border-radius: 35%;
		padding-top: 30vh;
		line-height: 1;
		
	}
}
@media (min-width: 1200px) {
  .page-title.architecture, .page-title.at-work {
    font-size: 24vh;
  }
  .page-title.bauhaus-uni {
    font-size: 4.5vh;
    top: 37%;
  }
  .page-title.institutional {
    font-size: 5.8vh;
    display: block;
  }
  .page-title.tablet-institutional {
    display: none;
  }

  .date {
    top: 73%;
    font-size: 11vh;
  }
}
@media (min-width: 1400px) {
  .page-title.architecture, .page-title.at-work {
    font-size: 29vh;
  }
  .page-title.bauhaus-uni {
    top: 44%;
  }
  .page-title.institutional {
    font-size: 6.5vh;
    line-height: 0.83;
  }

  .date {
    top: 67.5%;
    font-size: 13.5vh;
    left: 50%;
  }
}
@media (min-width: 1600px) {
  .page-title {
    position: fixed;
    color: #000;
    line-height: 0.75;
    margin: 0;
  }
  .page-title.architecture {
    text-align: right;
  }
  .page-title.architecture, .page-title.at-work {
    font-size: 33vh;
  }
  .page-title.institutional {
    font-size: 7.5vh;
    line-height: 0.81;
  }
  .page-title.bauhaus-uni {
    font-size: 4vh;
    top: 50%;
  }

  .date {
    top: 62.5%;
    font-size: 15vh;
  }

  .second-col p:first-of-type {
    margin: 0;
    height: 0;
    padding: 0;
  }
  .second-col p {
    color: #000;
    font-family: "GT Eesti Display Regular Trial", sans-serif;
  }
  .second-col p.about {
    background-color: #9a9999;
    font-size: 24px;
    line-height: 1;
    padding: 10px;
    margin-bottom: 0;
  }
  .second-col p.pull-left,
.second-col p.pull-right {
    width: 75%;
    background-color: #B5AAAA;
    font-size: 24px;
    line-height: 1;
    padding: 10px;
    margin-bottom: 0;
  }
  .second-col p.pull-left {
    margin-right: auto;
  }
  .second-col p.pull-right {
    margin-left: auto;
  }
  .second-col p.workshop {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0;
    color: #71706e;
    font-size: 24px;
    line-height: 1;
  }
  .second-col p.workshop.title {
    margin-top: 100vh;
    font-size: 64px;
    background-color: #B5AAAA;
    margin-top: 100vh;
    line-height: 1;
    padding: 5px 0px;
    margin-bottom: 0;
    font-family: "GT Eesti Display Bold Trial";
    color: #000;
  }
  .second-col p.workshop strong {
    color: #000;
  }
  .second-col .wp-block-image {
    margin-bottom: 0;
  }
  .second-col .wp-block-image img {
    width: 100%;
    margin-bottom: 0;
  }
  .second-col .wp-block-image figcaption {
    color: #71706e;
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
    line-height: 1.1;
    font-size: 18px;
    font-family: "GT Eesti Display Regular Trial";
    width: 60%;
    margin-left: auto;
  }
  .second-col p.submissions {
    font-size: 34px;
    background-color: #B5AAAA;
    line-height: 1;
    padding: 10px;
    margin-top: 10px;
  }
  .second-col p.register {
    font-size: 64px;
    text-align: center;
    background-color: #E5BEA9;
    height: 100vh;
    border-radius: 35%;
    padding-top: 45vh;
  }
  .second-col p.contact {
    font-size: 24px;
    background-color: #B7C7C5;
    padding: 10px;
    line-height: 1;
    margin-top: 10px;
  }
}
