/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* === LESS variables === */
:root {
  --color_font: white;
  --color_1: #79553E;
  /* brown */
  --color_bg: #79553E;
  --color_bg_light: #a58a7b;
  /* lighter brown */
  --color_bg_xlight: #e5deda;
  /* beige*/
  --px_fontsize_standard: 17px;
  --px_fontsize_small: 15px;
  --px_fontsize_xsmall: 12px;
}
/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/_intern/fonts/lato/lato-v24-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/lato/lato-v24-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("/_intern/fonts/lato/lato-v24-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/lato/lato-v24-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Argesta Display";
  src: url("/_intern/fonts/argesta_display/argestadisplay-regular-webfont.eot");
  src: url("/_intern/fonts/argesta_display/argestadisplay-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/_intern/fonts/argesta_display/argestadisplay-regular-webfont.woff2") format("woff2"), url("/_intern/fonts/argesta_display/argestadisplay-regular-webfont.woff") format("woff"), url("/_intern/fonts/argesta_display/argestadisplay-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* === CSS mixins === */
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - @px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: var(--px_fontsize_standard);
  font-weight: 300;
  color: var(--color_font);
  background-color: var(--color_bg);
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1 {
  display: block;
  font-size: 75px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  font-family: "Argesta Display";
}
h2, .h2 {
  display: block;
  font-size: 55px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  font-family: "Argesta Display";
}
h3, .h3 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}
h4, .h4 {
  display: block;
  font-weight: 400;
  font-size: var(--px_fontsize_small);
  letter-spacing: 6px;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  opacity: 0.8;
}
a {
  color: var(--color_font);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.4;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text b, .text strong {
  font-weight: bold;
}
.text a {
  color: inherit;
  font-weight: 400;
}
.text a:hover {
  text-decoration: underline;
}
.text ul {
  margin: 0px 0px 15px 15px;
  padding: 0px;
}
.smalltext {
  font-size: var(--px_fontsize_small);
  display: inline-block;
  opacity: 0.8;
}
button, .button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: transparent;
  color: var(--color_1);
  padding: 0px 40px 0px 60px;
  height: 44px;
  line-height: 42px;
  font-size: var(--px_fontsize_small);
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  position: relative;
  transition: 0.4s all;
  z-index: 1;
  /* arrow */
  /* circle */
}
button:before, .button:before, input[type="submit"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(/MEDIEN/layout/arrow_button.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: right center;
  filter: invert(0) brightness(0%);
  transition: 0.4s all;
}
button:after, .button:after, input[type="submit"]:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0%;
  height: 43px;
  width: 43px;
  box-sizing: border-box;
  left: 0px;
  border-radius: 21px;
  border: 1px solid var(--color_1);
  transition: 0.4s all;
}
button:hover, .button:hover, input[type="submit"]:hover {
  color: white;
  text-decoration: none;
}
button:hover:before, .button:hover:before, input[type="submit"]:hover:before {
  filter: invert(1) brightness(10000%);
  width: 35px;
}
button:hover:after, .button:hover:after, input[type="submit"]:hover:after {
  background-color: var(--color_1);
  width: 100%;
}
button.light, .button.light, input[type="submit"].light {
  color: white;
}
button.light:before, .button.light:before, input[type="submit"].light:before {
  filter: invert(1) brightness(10000%);
}
button.light:after, .button.light:after, input[type="submit"].light:after {
  border-color: white;
}
button.light:hover, .button.light:hover, input[type="submit"].light:hover {
  color: var(--color_1);
}
button.light:hover:before, .button.light:hover:before, input[type="submit"].light:hover:before {
  filter: invert(0) brightness(0%);
}
button.light:hover:after, .button.light:hover:after, input[type="submit"].light:hover:after {
  background-color: white;
}
button.white, .button.white, input[type="submit"].white {
  color: var(--color_1);
}
button.white:before, .button.white:before, input[type="submit"].white:before {
  width: 35px;
  filter: invert(0) brightness(0%);
}
button.white:after, .button.white:after, input[type="submit"].white:after {
  border-color: white;
  width: 100%;
  background-color: white;
}
button.white:hover, .button.white:hover, input[type="submit"].white:hover {
  color: white;
}
button.white:hover:before, .button.white:hover:before, input[type="submit"].white:hover:before {
  filter: invert(1) brightness(1000%);
}
button.white:hover:after, .button.white:hover:after, input[type="submit"].white:hover:after {
  background-color: black;
  border-color: black;
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 500px;
}
.form li .label {
  display: block;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="date"], .form li input[type="password"], .form li input[type="web"], .form li textarea {
  height: 25px;
  width: 96%;
  padding: 0px 2%;
}
.form li textarea {
  height: auto;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 22px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: var(--color_1);
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.inner {
  max-width: 95%;
  width: 1280px;
  margin: auto;
  position: relative;
}
#header {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  transform: translateY(0%);
  transition: 0.5s all;
}
#header .container {
  height: 120px;
  position: relative;
}
.scrolled.scrolldown #header {
  transform: translateY(-100%);
}
.scrolled.scrollup #header {
  transform: translateY(0%);
}
.frontpage.scrolled_past_first #header .claim {
  color: var(--color_1);
}
.frontpage.scrolled_past_first #logo img {
  filter: invert(32%) sepia(26%) saturate(768%) hue-rotate(340deg) brightness(66%) contrast(84%);
}
.frontpage.scrolled_past_first #mobilmenu_trigger span {
  background-color: var(--color_1);
}
#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  max-width: 60%;
}
#logo img {
  width: 60px;
  display: block;
  transform: translateY(-250%) scale(1);
  transition: transform 0.4s;
}
.loaded #logo img {
  transform: scale(1) translateY(0%);
}
.loaded #logo:hover img {
  transform: scale(1.1) translateY(0%);
}
.mobilenav #logo {
  opacity: 0;
}
.claim {
  position: absolute;
  right: 0px;
  top: 50%;
  font-family: "Argesta Display";
  color: white;
  text-transform: uppercase;
  transform: translateY(-50%);
  font-weight: 300;
  opacity: 0.8;
  text-align: right;
  letter-spacing: 1px;
}
#mobilmenu_trigger {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  padding-top: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: transparent;
  z-index: 20;
  transition: 0.25s all;
}
#mobilmenu_trigger span {
  position: relative;
  height: 1px;
  width: 80%;
  display: block;
  margin: 10px 10%;
  background-color: white;
  transform: translateY(0px) rotate(0deg);
  opacity: 1;
  transition: 0.25s all;
}
#mobilmenu_trigger span.line2 {
  display: none;
}
#mobilmenu_trigger:hover {
  background-color: white;
  transform: translateY(-50%) rotate(90deg);
}
#mobilmenu_trigger:hover span {
  background-color: var(--color_1);
}
.mobilenav #mobilmenu_trigger {
  background-color: white;
}
.mobilenav #mobilmenu_trigger span {
  background-color: black;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(6px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-6px) rotate(-45deg);
}
#mobilemenu_container {
  position: fixed;
  top: -100vh;
  right: 0px;
  width: 100%;
  z-index: 8;
  overflow: auto;
  background-color: black;
  transition: 0.5s all;
}
#mobilemenu_container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  position: relative;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
#mobilemenu_container .menu_image_portrait {
  max-width: 35%;
}
#mobilemenu_container .socials {
  position: absolute;
  right: 0px;
  text-align: right;
  bottom: 5%;
}
#mobilemenu_container .socials a {
  color: white;
}
.mobilenav #mobilemenu_container {
  top: 0px;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
  max-width: 50%;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li a {
  display: block;
  color: white;
  font-size: 70px;
  font-family: "Argesta Display";
  padding: 10px 0px;
  letter-spacing: 0px;
  text-decoration: none;
  transition: 0.2s all;
}
#nav_mobile li a:hover {
  color: var(--color_1);
  letter-spacing: 4px;
}
#nav_mobile li a.active {
  color: var(--color_1);
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 10;
  left: 10px;
  bottom: 10px;
  width: 850px;
  max-width: calc(100% - 20px);
  background-color: var(--color_bg_xlight);
  color: var(--color_1);
  padding: 25px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 90%;
}
#cookiehint a.readmore {
  color: var;
  text-decoration: underline;
}
#cookiehint .button {
  margin: 10px 10px 0px 0px;
  color: inherit;
}
#cookiehint .button:hover {
  color: white;
}
#footer {
  position: relative;
  padding: 100px 0px;
  color: white;
  background-color: var(--color_bg_light);
}
#footer .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
#footer .flexcontainer > * {
  width: 33.33%;
}
#footer .flexcontainer .socials {
  text-align: right;
  color: white;
  opacity: 0.7;
  line-height: 1.4;
}
#footer .h2 {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 46px;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: var(--color_bg_light);
}
.section {
  display: flex;
  padding: 100px 0px;
  justify-content: center;
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
}
.section > .container {
  display: block;
  position: relative;
}
.accordeon {
  margin-bottom: 8px;
  position: relative;
  background-color: var(--color_bg);
}
.accordeon .title {
  padding: 25px;
  color: var(--color_1);
  position: relative;
}
.accordeon .title .ic {
  color: var(--color_1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  cursor: default;
}
.accordeon .title .ic.opened {
  display: none;
}
.accordeon .title .ic.closed {
  display: inline-block;
}
.accordeon .content {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon .contentbox {
  padding: 5px 25px 40px 25px;
}
.accordeon.opened .content {
  max-height: 500px;
  overflow: auto;
}
.accordeon.opened .title .ic.opened {
  display: inline-block;
}
.accordeon.opened .title .ic.closed {
  display: none;
}
.headline_icon {
  display: block;
  margin-top: 35px;
  width: 60px;
}
.sectioninfo {
  position: absolute;
  color: var(--color_1);
  bottom: 50px;
  left: 0px;
  width: 100%;
  font-size: var(--px_fontsize_xsmall);
  letter-spacing: 4px;
  opacity: 0.8;
}
.sectioninfo a {
  transition: 0.3s all;
  letter-spacing: inherit;
}
.sectioninfo a:hover {
  text-decoration: none;
  letter-spacing: 6px;
}
#start_intro .sectioninfo {
  color: white;
}
#start_intro .textbox {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-right: 50%;
  margin-top: 25px;
}
#start_intro .image {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 40%;
  width: 500px;
  z-index: 2;
  transition: 0.5s all;
  opacity: 0;
  transform: scale(0.9);
}
.loaded #start_intro .image {
  opacity: 1;
  transform: scale(1);
}
#start_about {
  background-color: white;
  color: var(--color_1);
}
#start_about .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
#start_about .flexcontainer .left {
  width: 40%;
}
#start_about .flexcontainer .right {
  width: 52%;
}
#start_topics {
  background-color: var(--color_bg_xlight);
  color: var(--color_1);
  justify-content: flex-start;
}
#start_topics .container {
  margin: 0px auto 0px auto;
}
#start_topics .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#start_topics .flexcontainer .left {
  width: 40%;
}
#start_topics .flexcontainer .right {
  width: 52%;
}
#start_topics .bigicon {
  position: absolute;
  z-index: 1;
  height: 140vh;
  right: -40vw;
  top: 40vh;
  display: block;
}
#start_image {
  padding: 0px;
  min-height: 0px;
}
#start_image .image {
  position: relative;
  height: 85vh;
  width: 100%;
}
#start_image .image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#footer_contact {
  padding: 100px 0px;
  background-color: var(--color_bg_light);
  border-bottom: 1px solid white;
  color: white;
}
#footer_contact h2 {
  margin-bottom: 50px;
}
#footer_contact #address {
  font-style: normal;
}
#footer_contact #address a {
  color: inherit;
}
#footer_contact .button {
  margin-bottom: 25px;
}
#footer_contact .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
#footer_contact .flexcontainer > * {
  width: 33.33%;
}
#footer_contact .flexcontainer .appointment {
  align-self: center;
}
#text_vert_right {
  position: fixed;
  z-index: 5;
  right: 3%;
  top: 50%;
  transform: translatex(50%) rotate(-90deg) translateY(-50%);
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: var(--px_fontsize_xsmall);
  color: white;
  opacity: 0.8;
  transition: 0.2s all;
}
.frontpage.scrolled_past_first #text_vert_right {
  color: var(--color_1);
}
body.template_15 {
  background-color: var(--color_bg_light);
}
#topics .container_2column, #about .container_2column {
  display: flex;
  flex-wrap: nowrap;
}
#topics .container_2column > *, #about .container_2column > * {
  width: 50%;
  box-sizing: border-box;
}
#topics .container_3column, #about .container_3column {
  display: flex;
  flex-wrap: nowrap;
  gap: 75px;
}
#topics .container_3column > *, #about .container_3column > * {
  width: 33.33%;
  box-sizing: border-box;
}
#topics .intro .image, #about .intro .image {
  margin-top: 100px;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.5s all;
}
.loaded #topics .intro .image, .loaded #about .intro .image {
  opacity: 1;
  transform: scale(1);
}
#section_topics {
  margin-top: 200px;
}
#topics_wrapper {
  position: relative;
  margin: 50px -15px 0px -15px;
}
#topics_wrapper .item {
  float: left;
  width: calc(33.33% - 30px - 1px);
  margin: 0px 15px 30px 15px;
  border: 1px solid white;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding-bottom: 29%;
}
#topics_wrapper .item .number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 85px;
  font-family: "Argesta Display";
}
#topics_wrapper .item .title {
  position: absolute;
  bottom: 50px;
  left: 20px;
  font-size: 30px;
  font-weight: bold;
  max-width: 60%;
}
#topics_wrapper .item .hoverbox {
  font-size: 24px;
  font-family: "Argesta Display";
  color: var(--color_1);
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5% 30px 6% 6%;
  transition: 0.4s all;
  transform: translateY(100%);
}
#topics_wrapper .item .hoverbox .text {
  line-height: 1.3;
}
#topics_wrapper .item .hoverbox .smalltext {
  font-family: Lato, Arial, Helvetica, sans-serif;
}
#topics_wrapper .item:hover .hoverbox {
  transform: translateY(0%);
}
#downloads_wrapper {
  border-top: 1px solid white;
  margin: 100px 0px 100px 0px;
}
#downloads_wrapper .item {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
  border-bottom: 1px solid white;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  font-size: var(--px_fontsize_small);
  transition: 0.25s all;
}
#downloads_wrapper .item:hover {
  background-color: #ba9a89;
}
#downloads_wrapper .item:hover .title {
  padding-left: 10px;
}
#downloads_wrapper .item:hover .downloadbutton {
  background-color: white;
}
#downloads_wrapper .item:hover .downloadbutton:after {
  background-image: url(/MEDIEN/layout/arrow_button.png);
}
#downloads_wrapper .title {
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.7;
  width: 40%;
  box-sizing: border-box;
  padding-left: 0px;
  transition: 0.25s all;
}
#downloads_wrapper .downloadbutton {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid white;
  position: relative;
  transition: 0.25s all;
}
#downloads_wrapper .downloadbutton:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-image: url(/MEDIEN/layout/arrow_button_white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px auto;
  transform: translateY(-50%) rotate(90deg);
}
#downloads_wrapper .item.ext .downloadbutton:after {
  transform: translateY(-50%) rotate(-45deg);
}
.standard {
  padding-top: 26vh;
}
.standard .section.text .text, .standard .section.firstsection .text {
  max-width: 980px;
}
.seperator .line {
  width: 500px;
  height: 1px;
  background-color: white;
  margin: 50px auto;
  max-width: 75%;
}
#topics .intro .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 50px;
  justify-content: space-around;
  text-align: center;
  gap: 70px;
}
#about .intro .image {
  margin-bottom: 100px;
}
body.template_14 #footer_contact {
  background-color: var(--color_1);
}
#kosten {
  padding: 170px 0px;
}
#works {
  padding: 170px 0px;
}
#about_images {
  margin: 200px 0px;
}
#about_images .container {
  position: relative;
  margin: 0px 6%;
}
#about_images .pic1 {
  position: relative;
  width: 45%;
  padding-bottom: 20vh;
}
#about_images .pic2 {
  position: absolute;
  top: 10vh;
  right: 0px;
  max-width: 35%;
}
#about_images .pic3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
}
.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  align-content: center;
  max-height: 100vh;
}
.popup.open {
  display: flex;
}
.popup .popupcontent {
  margin: auto;
  max-height: 99vh !important;
  overflow: auto !important;
  width: 90%;
  max-width: 1200px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 50px 30px;
  position: relative;
}
.popup .popupcontent iframe {
  height: 80vh;
  width: 100%;
}
.popup .title {
  display: block;
  text-align: left;
  color: var(color_font);
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
}
.popup .close {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  color: var(--color_1);
  position: absolute;
  top: 20px;
  right: 20px;
}
