:root {
  --white: #fff;
  --light_gray_6: #f9f9f9;
  --light_gray_4: #f6f6f6;
  --light_gray_5: #eee;
  --light_gray_2: #cecece;
  --light_gray_3: #ccc;
  --light_gray_1: #bbb;
  --light_gray_7: #aaa;
  --light_gray_8: #888;
  --gray_1: rgba(255,255,255,.32);
  --gray_2: #676767;
  --gray_3: #565656;;
  --dark_gray_1: #333;
  --dark_gray_2: rgba(0,0,0,.54);
  --dark_gray_3: rgba(0,0,0,.78);
  --dark_gray_4: #1d1d1d;
  --black: #000;
  --very_light_red: #fe9d9d;
  --light_red: #FF5252;
  --red: #D84545;
  --blue: #428DA0;
  --green: #878A28;
  --light_beige_1: rgba(244,242,233,.78);
  --light_beige_2: rgba(244,242,233,1);
}

#menu-holder {
  right: calc(8% - 6px);
  margin-top: -24px;
}

#logo-holder {
  margin-left: 8%;
}

main#content {
  min-height: 100vh;
}

.hidden { 
    visibility: hidden; 
}

.d-none { 
    display: none !important; 
}

.clearfix, form, .payment_methods li {
  display: block; 
}

#tag-area {
  width: fit-content;
  float: right;
}

a {
    font-weight: 500
}

#menu-widget {
  font-size: 1.125rem;
  width: 84%;
  margin: 0 auto;
  position: absolute;
  left: 8%;
  color: var(--light_gray_1);
}

#menu-widget > .menue-left {
    float: left;
}

#menu-widget > .menue-right {
    float: right;
}

body.home .post .tags {
  position: absolute;
  top: 56px;
  right: calc(50% - 410px);
  z-index: 10;
  text-align: right;
  width: 28vw;
  max-width: 280px;
}

body.detail .post .tags {
  position: absolute;
  bottom: 56px;
  left: calc(50% - 411px);
  z-index: 10;
  text-align: left;
  width: min(60%, 620px);
  height: 27px;
}

body.detail.cat1 article a {
    color: var(--red);
}

body.detail.cat2 article a {
    color: var(--blue);
}

body.detail.cat3 article a {
    color: var(--green);
}

body.detail.cat1 article a:hover,
body.detail.cat2 article a:hover,
body.detail.cat3 article a:hover {
    color: var(--gray_3);
}

body.detail .post.clearfix.type-post {
  min-height: calc(100vh - 551px);
}

body.detail ul {
  list-style: none;
  margin-left: 0px;
}


body.detail .post-content h4 {
  margin-bottom: 8px !important;
}

body.detail.cat1 article .post-content h4 {
  color: var(--red);
}

body.detail.cat2 article .post-content h4 {
  color: var(--blue);
}

body.detail.cat3 article .post-content h4 {
  color: var(--green);
}


body.detail ul.list {
  list-style: disc;
  margin-left: 36px;
  margin-right: 36px;
  margin-top: 20px;
  line-height: 1.25;
}

body.detail ul.list li {
  margin-bottom: 12px;
}

body.detail ul.list {
  line-height: 1.4;
}


body.detail .post-content h3 {
  margin-top: 85px !important;
  margin-bottom: 28px !important;
    word-spacing: 0.15rem;
    color: var(--black);
}

body.detail .post-text {
  margin-bottom: 132px;
} 

body.detail .post-content h3::after {
  margin-top: 24px;
}

body.home .post .impact {
  position: absolute;
  bottom: 53px;
  right: calc(50% - 410px);
  z-index: 10;
  text-align: right;
  width: fit-content;
  height: 8px;
  display: flex;
  cursor: default; 
}

body.detail .post .impact {
  position: relative;
  margin-bottom: 40px;
  margin-top: 12px;
  text-align: left;
  width: fit-content;
  height: 8px;
  display: inline-block;
  cursor: default; 
}

a.impact span {
  margin-left: 8px;
}

body.home .post .impact > div {
  height: 8px;
  width: 32px;
  border-radius: 8px;
  display: inline-block;
  background-color: var(--light_gray_2);
  margin-left: 4px;
}

body.detail .post .impact > div {
  height: 8px;
  width: 32px;
  border-radius: 8px;
  display: inline-block;
  background-color: var(--light_gray_2);
  margin-right: 5px;
  margin-left: 0;
}

body.detail article.hero-area {
  background-color: var(--light_gray_4);
  transition: background-color 1.6s ease;
}

.post.cat1 .impact > div.active {
  background-color: var(--red);
}
.post.cat2 .impact > div.active {
  background-color: var(--blue);
}
.post.cat3 .impact > div.active {
  background-color: var(--green);
}

body.detail.cat1 article.hero-area {
  background-color: var(--red);

}
body.detail.cat2 article.hero-area {
  background-color: var(--blue);

}
body.detail.cat3 article.hero-area {
  background-color: var(--green);

}

.color-box article h1,
.color-box article h2,
.color-box article h3,
.color-box article h4,
.color-box article a {
  animation: textColorCycle 24s infinite alternate ease-in-out;
}

.selected.menu-item a {
  animation: ColorCycle 16s infinite alternate ease-in-out;
}

#footer .minimal {
  /*animation: ColorCycle 24s infinite alternate ease-in-out;*/
}

@keyframes textColorCycle {
    0%   { color: rgb(216, 69, 69); }                 
    20%  { color: rgb(135, 138, 40); }      /* Grün */
    60%  { color: rgb(66, 141, 160); }      /* Blau */
    100% { color: rgb(216, 69, 69); }        /* Rot */
}

@keyframes ColorCycle {
    0%   { color: rgb(216, 69, 69); }  
    33%  { color: rgb(135, 138, 40); }      /* Grün */
    66%  { color: rgb(66, 141, 160); }      /* Blau */
    100% { color: rgb(216, 69, 69); }        /* Rot */
}

body.detail .post .impact > div.active {
  background-color: var(--dark_gray_3);
}

.button, button, label, p, select {
    font-family: "Lato", sans-serif
}

.button, button {
    padding: 10px 22px !important;
    margin: 24px 12px 0 0 !important;
    cursor: pointer;
    border-radius: 36px;
    border: 2px solid transparent;
    outline: transparent solid 2px;
    background-color: var(--gray_2);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: .075rem;
    word-spacing: 0.15rem;
    font-size: 12px;
    line-height: 1 !important;
    -webkit-transition: background-color 250ms linear, outline-color 250ms linear, border-color 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, outline-color 250ms linear, border-color 250ms linear, color 250ms linear;
    box-sizing: content-box !important;
    height: 12px !important;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    top: -1px;
    position: static;
}

.button:hover, button:hover {
    background-color: var(--black);
    color: var(--white);
    outline-color: transparent;
}

.button:focus,
.button:focus-visible,
button:focus,
button:focus-visible {
    outline: var(--black) solid 2px;
    border: 2px solid var(--white);
}


body.detail #filter-input {
  border-color: transparent;
  background-color: var(--light_beige_1);
  min-height: 27px;
  border-radius: 27px !important;
}

#look_around {
  bottom: 56px;
  right: calc(50% - 411px);
  position: absolute;
}

body.detail .post .tags {
  /* height: 26px; */
  height: 27px;
}


button.loadmore {
  margin: 68px auto 86px auto !important;
  position: relative;
  display: block;
}

button.tag {
  background-color: var(--dark_gray_3);
  color: var(--light_beige_2);
  font-weight: 500;
  padding: 0px 16px 1px 16px !important;
  height: auto !important;
  min-height: 26px;
  border-radius: 30px !important;
  min-width: auto;
  max-width: none;
  margin: 0 0 10px 0 !important;
  box-sizing: border-box !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: 1px solid transparent;
  text-transform: none;
  letter-spacing: 0.015rem;
}

#tag-area button.tag {
  padding: 0px 19px 1px 20px !important;
  text-transform: uppercase;
  letter-spacing: .075rem;
  position: relative;
}

#tag-area button.tag > span {
  text-transform: lowercase;
  font-weight: 400;
  top: -1px;
  position: relative;
  margin-left: 14px;
  line-height: 1;
}

body.home .tags button.tag {
  margin-left: 10px !important;
}

body.detail .tags button.tag {
  margin-right: 12px !important;
  font-size: 13px;
  padding: 5px 22px 7px 22px !important;
}

button.tag:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--gray_2);
}

body.detail a.button.tag {
    background-color: var(--dark_gray_3);
    color: var(--light_beige_2);
    cursor: pointer;
    line-height: 1 !important;
    -webkit-transition: background-color 250ms linear, outline-color 250ms linear, border-color 250ms linear, color 250ms linear;
    transition: background-color 250ms linear, outline-color 250ms linear, border-color 250ms linear, color 250ms linear;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    position: static;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    height: auto !important;
    min-height: 26px;
    border-radius: 30px !important;
    min-width: auto;
    max-width: none;
    margin: 0 0 10px 0 !important;
    margin-right: 0px;
    box-sizing: border-box !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px;
    border: 1px solid transparent;
    text-transform: none;
    letter-spacing: 0.015rem;
    word-spacing: 0.15rem;
    margin-right: 12px !important;
    font-size: 13px;
    padding: 5px 22px 7px 22px !important;
    display: inline-block;
}

body.detail button.tag:hover, body.detail a.button.tag:hover {
  background-color: var(--light_beige_1);
  color: var(--black);
  border-color: transparent;
}

button.tag:focus, body.detail a.button.tag:focus {
  background-color: var(--white);
  color: var(--black);
  border-color: var(--gray_2);
  outline-color: var(--black) !important;
}


#logo-holder #logo {
  /*
  width: 58px !important;
  height: 58px !important;
  */
}

.circle {
  width: 58px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.blob {
  width: 80%;
  height: 80%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 1;
  border-radius: 21px;
  mix-blend-mode: color-dodge;
}

.blob1 {
  -moz-animation: rotato 14s 1s linear infinite;
  -webkit-animation: rotato 14s 1s linear infinite;
  animation: rotato 14s 1s linear infinite;
  -webkit-transform-origin: 45% 54%;
  transform-origin: 45% 54%;
  background-color: var(--blue);
}

.blob2 {
  -moz-animation: rotato 10s 0.4s linear infinite;
  -webkit-animation: rotato 10s 0.4s linear infinite;
  animation: rotato 10s 0.4s linear infinite;
  -webkit-transform-origin: 45% 47%;
  transform-origin: 45% 47%;
  background-color: var(--red);
}

.blob3 {
  -moz-animation: rotato 12s linear infinite reverse;
  -webkit-animation: rotato 12s linear infinite reverse;
  animation: rotato 12s linear infinite reverse;
  -webkit-transform-origin: 54% 54%;
  transform-origin: 54% 54%;
  background-color: var(--green);
}

@-webkit-keyframes rotato {
  to {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}





::-moz-selection { background: var(--black); color: var(--white); }
::selection { background: var(--black); color: var(--white); }

#filter-input::-moz-selection { background: transparent; color: var(--gray_2); }
#filter-input::selection { background: transparent; color: var(--gray_2); }

#filter-input.cat1::-moz-selection { background: transparent; color: var(--white); }
#filter-input.cat1::selection { background: transparent; color: var(--white); }

#filter-input.cat2::-moz-selection { background: transparent; color: var(--white); }
#filter-input.cat2::selection { background: transparent; color: var(--white); }

#filter-input.cat3::-moz-selection { background: transparent; color: var(--white); }
#filter-input.cat3::selection { background: transparent; color: var(--white); }

.post .header-container {
  padding-top: 0px;
  position: static;
}

.post .center-wrap > div {
  position: static;
  max-width: 820px;
}


.post .center-wrap {
  padding-top: 54px;
  vertical-align: top;
  padding-bottom: 108px;
}

.cat-info {
  width: 12px;
  background-color: var(--black);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.cat-info.cat1 {
  background-color: var(--red);
}

.cat-info.cat2 {
  background-color: var(--blue);
}

.cat-info.cat3 {
  background-color: var(--green);
}

span.categ.cat1 {
  color: var(--red);
} 

span.categ.cat2 {
  color: var(--blue);
} 

span.categ.cat3 {
  color: var(--green);
} 

a.post-link.cat1:hover .title h2, a.post-link.cat1:focus .title h2 {
  color: var(--red) !important;
}

a.post-link.cat2:hover .title h2, a.post-link.cat2:focus .title h2 {
  color: var(--blue) !important;
}

a.post-link.cat3:hover .title h2, a.post-link.cat3:focus .title h2 {
  color: var(--green) !important;
}

article a.post-link .center-wrap {
  -webkit-transition: color 150ms linear, background-color 150ms linear, outline-color 150ms linear, border-color 150ms linear, fill 150ms linear, 150ms opacity linear;
  transition: color 150ms linear, background-color 150ms linear, outline-color 150ms linear, border-color 150ms linear, fill 150ms linear, 150ms opacity linear;
}

article.post {
  background-color: var(--light_gray_4);
}

article.post.law-of-the-week {
  background-color: var(--light_gray_5);
}

.post-link.cat1 .law_of_week:hover rect {
  fill: var(--red);
}
.post-link.cat2 .law_of_week:hover rect {
  fill: var(--blue);
}
.post-link.cat3 .law_of_week:hover rect {
  fill: var(--green);
}

body.detail .law_of_week:hover rect {
  fill: var(--light_beige_2);
}

body.detail .law_of_week:hover .a_inside {
  fill: var(--dark_gray_3);
}

#modal_law img {
    margin-top: -35px;
    max-width: 180px;
}

article a.post-link:hover .center-wrap, 
article a.post-link:focus .center-wrap {
  background-color: var(--light_gray_5);
}

#logo-holder, #navi {
    white-space: nowrap;
}

#logo-holder {
    position: relative
}


#filter li a.selected,
#lang_sel ul ul a:hover, #lang_sel ul ul a:focus,
#main-menu.style-modern .top-menu li a:hover, #main-menu.style-modern .top-menu li a:focus,
#main-menu.style-modern .top-menu li.selected > a,
#menu-widget a:hover, #menu-widget a:focus,
#posts-container.classic .pagination a:hover,
.post-content h2,
.red,
.single-product .product_meta a:hover,
.woocommerce-MyAccount-navigation li a:hover,
a,
a:hover #ak-link,
blockquote > p,
h1 span {
    color: var(--light_red);
}

h2,
h3 {
    line-height: 1.08;
}

#share,
h1,
h2,
h3 {
    text-transform: uppercase
}

#r1 .c1,
#r2 .c2,
#r3 .c1 {
    margin-right: 1.5rem
}

#r1 .c1,
#r1 .c2,
#r3 .c1,
#r3 .c2 {
    cursor: pointer
}

#r1 .c2,
#r2 .c1,
#r2 .c2,
#r2 .c3,
#r3 .c3 {
    border: none
}

#share,
body {
    font-weight: 400
}

h1,
h2,
h3,
h4 {
    font-weight: 700
}

.hero-area input {
  border-color: var(--gray_2);
  font-size: 12px;
  font-weight: 500;  
  padding: 1px 20px !important;
  height: auto !important;
  min-height: 30px;
  border-radius: 30px !important;
  min-width: auto;
  max-width: none;
  line-height: 1;
  margin: 0px !important;
}

.hero-area input::placeholder {
  color: var(--gray_2);
  font-size: 12px;
  font-weight: 500;
}

.search-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 24px;
  width: fit-content;
  min-height: 30px;
  box-sizing: border-box;
  overflow: visible;
}

.search-wrapper .close-btn {
  position: absolute;
  right: 6px;
  top: 12px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: var(--gray_2);
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  z-index: +1;
  margin: 0px !important;
  padding: 10px !important;
}

.search-wrapper .start-btn {
  position: absolute;
  right: 6px;
  top: 12px;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  z-index: +1;
  margin: 0px !important;
  padding: 10px !important;
}

.search-wrapper .start-btn:hover,
.search-wrapper .start-btn:focus,
.search-wrapper .start-btn:focus-visible {
  border-color: transparent !important;
  outline-color: transparent !important;;
}

.search-wrapper .start-btn:hover svg > path,
.search-wrapper .start-btn:focus svg > path,
.search-wrapper .start-btn:focus-visible svg > path {
  fill: var(--black);
}

.search-wrapper .close-btn:focus, 
.search-wrapper .close-btn:focus-visible {
  outline-color: transparent !important;
  color: var(--red);
}

#result-information strong {
  text-transform: uppercase;
}

#result-information span {
  color: var(--light_red);
  text-transform: uppercase;
  font-weight: 700;
}

#search-input {
  width: 200px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-right: 40px !important;
  font-weight: 700;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}

#search-input:focus, 
#search-input:focus-visible {
  color: var(--black);
  border-color: var(--black);
  outline-color: var(--black);
}

#search-input.active {
  outline-color: transparent !important;
}

#filter-input {
  width: 110px;
  text-align: left;
  outline: 2px solid transparent;
  outline-offset: 2px;
  -webkit-transition: .25s linear;
  transition: .25s linear;
  cursor: pointer;
}

#filter-input:hover {
  outline-color: var(--black);
}

#filter-input.cat1 {
  background-color: var(--red);
  border-color: var(--red);
  color: var(--white);
}

#filter-input.cat2 {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

#filter-input.cat3 {
  background-color: var(--green);
  border-color: var(--green);
  color: var(--white);
}

#filter-input.cat1  + .close-btn, 
#filter-input.cat2  + .close-btn, 
#filter-input.cat3  + .close-btn {
  color: var(--white);
}

#filter-input:focus, #filter-input:focus-visible {
  outline-color: var(--black);
  caret-color: transparent;
}

#search-input + .close-btn:hover {
  color: var(--red);
}

#filter-input + .close-btn:hover {
  color: var(--red);
}

#filter-input.cat1  + .close-btn:hover, 
#filter-input.cat2  + .close-btn:hover, 
#filter-input.cat3  + .close-btn:hover {
  color: var(--black);
}

.start-btn:hover > svg > path {
  fill: var(--black);
}

p {
    color: var(--gray_2);
    font-size: 16px;
    line-height: 1.6
}

.post-text p {
    color: var(--gray_3);
}

article.hero-area {
    background-color: var(--white);
    min-height: 551px;
    padding-top: 189px;
    padding-bottom: 16px;
}

body.home article.hero-area .post-header > p {
  margin-bottom: min(calc(3.5vh + 3.5vw), 78px);
  max-width: 725px;
}

article.hero-area .header-container {
    height: auto;
    max-height: none;
}

article.hero-area .center-wrap {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.post-content h2,
blockquote > p {
    letter-spacing: -.75px;
    word-spacing: 0.5px;
}

#navi,
#posts-container.modern .post .center-wrap {
    text-align: left
}

#filter,
#filter-opener .count,
#main-menu.style-modern .top-menu li a,
.amount,
.infinite-text,
.krown-button,
.main-post .post-header span,
.page-header-type h1,
.post-header .title h1,
.post-header .title h2,
.post-header > span.subtitle,
.post-nav > a .subtitle,
.post-nav > a .title,
.product-quantity .button,
.product-quantity .input-text,
.single-product .cart .button,
.single-product .cart .input-text,
.update-button,
.woocommerce .price,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-pagination,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
input[type=submit],
post-header > span.subtitle,
span.icl_lang_sel_current.icl_lang_sel_native,
span.large,
span.medium,
textarea {
    font-family: "Lato", sans-serif
}

#filter,
#filter-opener .count,
#main-menu.style-modern .top-menu li a,
.amount,
.infinite-text,
.krown-button,
.main-post .post-header span,
.page-header-type h1,
.post-header .title h1,
.post-header .title h2,
.post-header span.subtitle,
.post-nav > a .subtitle,
.post-nav > a .title,
.product-quantity .button,
.product-quantity .input-text,
.single-product .cart .button,
.single-product .cart .input-text,
.update-button,
.woocommerce .price,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-pagination,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=submit],
post-header span.subtitle,
span.icl_lang_sel_current.icl_lang_sel_native,
span.large,
span.medium {
    font-family: "DINWebPro", sans-serif;
}

body, input, textarea, button {
  font-family: 'Lato', sans-serif;
}


#ak-link,
#menu-widget a,
#navi {
    color: var(--dark_gray_1);
}

#main-menu.style-classic li ul li a:hover,
#main-menu.style-classic li:not(.selected) a:hover,
.post-nav .btn-next:hover,
.post-nav .btn-prev:hover,
.share-buttons a:hover i,
a.post-link:hover > h2 {
    color: var(--light_red) !important
}

#footer input[type=submit]:hover,
.checkout-button.button,
.comment-form-rating a.star,
.fancybox-close:hover,
.fancybox-nav span:hover,
.krown-section-title h3:after,
.krown-section-title h4:after,
.line-link:after,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-overlay:hover .mejs-overlay-button,
.page-header-type h1:after,
.post-content h3:after,
.post-content h4:after,
.pre-slide .page-header .title:after,
.product-quantity .button:hover,
.single-product .cart .button:hover,
.star-rating .half-star,
.star-rating .star,
.update-button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover,
input[type=submit]:hover {
    background-color: var(--light_red)
}

body.detail.cat1 article .post-content h3:after {
    background-color: var(--red);
}

body.detail.cat2 article .post-content h3:after {
    background-color: var(--blue);
}

body.detail.cat3 article .post-content h3:after {
    background-color: var(--green);
}

.pagination a:hover,
.ui-slider-horizontal .ui-slider-handle:hover,
.woocommerce-pagination a:hover {
    border-color: var(--light_red)
}

body {
    background-color: var(--white);
    color: var(--black);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
}

#main-menu.style-modern .top-menu li {
  margin-bottom: 58px;
}

#main-menu.style-modern .top-menu li.selected > a {
    color: var(--light_red);
}

#navi,
#r1 .c2,
h1,
main {
    text-align: left
}

#fly-in {
    font-size: 4.5em;
    margin: calc(15vh + 100px) auto;
    height: 22vh;
    margin-bottom: 3vh
}

@media all and (min-height:701px) and (min-width:1001px) {
    #fly-in {
        font-size: 6em;
        margin: calc(15vh + 150px) auto;
        height: 24vh
    }
    body.detail #law_of_the_week {
      transform: scale(92%);
      top: -10px;
      left: max(-16px,-7vw);
    }
}

@media all and (min-height:901px) and (min-width:1201px) {
    #fly-in {
        font-size: 7.5em;
        margin: calc(15vh + 200px) auto;
        height: 26vh
    }
}

#fly-in div {
    position: fixed;
    margin: 2vh 0;
    opacity: 0;
    left: 10vw;
    width: 80vw;
    animation: 14s linear infinite switch
}

#fly-in div:nth-child(2) {
    animation-delay: 4s
}

#fly-in div:nth-child(3) {
    animation-delay: 8s
}

#fly-in div:nth-child(4) {
    animation-delay: 12s
}

@keyframes switch {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(12)
    }

    3% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1)
    }

    10% {
        opacity: 1;
        filter: blur(0);
        transform: scale(.9)
    }

    13% {
        opacity: 0;
        filter: blur(10px);
        transform: scale(.1)
    }

    100%,
    80% {
        opacity: 0
    }
}

* html body,
html {
    margin-top: 0 !important
}

#header {
    width: 100%;
    background-color: transparent;
    height: auto;
    padding: 40px 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .2s linear;
    transition: .2s linear;
}

body.detail #header > div {
  opacity: 0.78;
}

#navi,
#r2 .c2 h3,
main {
    position: relative
}

main {
    margin: 0;
    min-height: 68vh
}

main #help {
    right: 0;
    top: -6px;
    position: absolute;
    padding: 8px !important;
    line-height: 1;
    max-height: 40px;
}

main #help svg {
    width: 18px;
    height: 18px
}

main #help:focus svg circle,
main #help:hover svg circle {
    fill: var(--black)
}

h1 {
    font-size: 56px;
    margin-bottom: 16px;
    margin-top: 0;
    line-height: 1.16;
    text-transform: none;
    max-width: 720px;
    word-spacing: 0.1rem
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}



body.detail article.hero-area {
  padding-top: 149px;
}

p.category {
  text-transform: uppercase;
  font-family: "DINWebPro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.022rem;
  word-spacing: 0.068rem;
  color: var(--dark_gray_2);
  margin-bottom: 54px !important;
  position: relative;
}


body.detail h1 {
  font-size: 48px;
  color: var(--light_beige_2);
}

body.detail p.synonym {
  color: var(--light_beige_1);
  font-weight: 700;
  letter-spacing: 0.025rem;
  margin-top: -8px;
}

body.detail p.intro {
  color: var(--dark_gray_3);
  margin-top: 22px;
  letter-spacing: 0.015rem;
  max-width: min(90%, 760px) !important;
  font-size: 18px;
}

body.home h1 {
  perspective: 1000px; /* Passt die Tiefe der 3D-Transformation an */
}

@keyframes rotateBack {
  0% {
    transform: scaleX(-1) rotateY(0deg);
  }
  100% {
    transform: scaleX(-1) rotateY(180deg);
  }
}

body.home h1 > span.mirror-horizontal {
  margin-left: -0.025em;
  display: inline-block;
  transform: scaleX(-1);
  position: relative;
  color: var(--black);
  transform-style: preserve-3d; /* Ermöglicht 3D-Transformationen */
  
  /* Animationseigenschaften */
  animation: rotateBack 1s forwards;
  animation-delay: 1.5s; /* Verzögerung von 3 Sekunden nach dem Seitenaufbau */
  animation-timing-function: ease-in-out; /* Sanftere Start- und Endbewegung */
}

#favorites  {
    position: relative;
    top: 4px;
    margin-bottom: 16px;
}

#hideFav #favorites .heart-color {
    fill: var(--light_red);
}

#hideFav > sup {
    visibility: hidden;
}

##favorites.active .heart-color {
    fill: var(--light_red);
}

#favorites .heart-color {
    fill: var(--black);
}

a:hover #favorites .heart-color, 
a:focus #favorites .heart-color {
    fill: var(--light_red)
}

a:hover #favorites.active .heart-color, 
a:focus #favorites.active .heart-color {
    fill: var(--black)
}

.post-text sup {
  font-size: .67em;
  font-weight: 700;
  line-height: 1.4em;
}

#favorites + sup {
    margin-left: 2px;
    line-height: 12px;
}

a:hover > #love, 
a:focus > #love {
    opacity: 1;
    transform: scale(1.09);
}

a:hover > #loved, 
a:focus > #loved {
    opacity: 1; 
}

a.favorite {
  vertical-align: text-top;
  display: inline;
  padding: 0;
  position: static;
  margin-right: 1vw;
}

#options {
  vertical-align: middle;
  padding: 0;
  display: inline;
  position: relative;
  margin-right: 16px;
  top: -1px;
  margin-left: 3px;
    display: none
}

.law_of_week {
  position: relative;
  transform: scale(78%);
  top: -4px;
  left: max(-42px,-8vw);
}

#law_of_the_week {
  cursor: pointer;
  margin-top: -20px;
}

#law_of_the_week + h1 {
  margin-top: -20px;
}

b, strong, p > b, p > strong {
  font-weight: 700;
}

h2 {
    font-size: 24px;
    text-transform: none;
    line-height: 1.16;
    margin-bottom: 30px;
}

.post-header .title h2 {
    font-size: 28px;
    line-height: 32px;
}

span.excerpt {
  display: block;
  font: 16px/21px "Lato", sans-serif;
  font-weight: 400;
  margin-top: 16px;
  width: 65%;
  max-width: 520px;
  color: var(--gray_2) !important;
}

span.excerpt.bold {
  font-weight: 700;
  margin-bottom: 19px;
  margin-top: 4px;
}

span.categ {
  bottom: 44px;
  text-transform: uppercase;
  font-family: "DINWebPro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.022rem;
  word-spacing: 0.068rem;
  position: absolute;
  background-color: transparent;
}

.post-header .title {
  width: 65%;
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 18px;
    margin-bottom: 30px
}

#navi b,
h5 {
    font-weight: 600
}

.no-margin h1,
h5,
ol li,
ul li {
    margin-bottom: 1px;
}

h5 {
    font-size: 14px;
    margin-top: 40px;
}

#posts-container {
    min-height: 825px
}

article.type-post {
    border-top: none;
}

article.type-post + article.type-post {
    border-top: 1px solid #e2e2e2;
}

.post-content .post-text .krown-column-container {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

.flex-control-nav {
    bottom: -40px;
}

div.large > h3 {
    font-size: 30px;
    line-height: 36px;
}

.post-content h4 {
    line-height: 26px;
    margin-top: 36px;
}

#footer form {
    max-width: 260px;
}

#ak-link {
    margin-left: 59px;
    font-size: 14px;
}

body[data-background=dark] #logo + #navi,
div.white p {
    color: var(--white);
}

#post-926 .krown-image-holder:first-of-type .krown-single-image {
    width: 99%;
    margin-left: -1%;
}

.span4 .wpb_wrapper {
    padding-top: 72px;
}

.post-header .title h1 {
    font-size: 48px;
    line-height: 52px;
}

.post-header a {
    color: var(--black) !important;
}

a.post-link:hover .title h2 {
    color: var(--light_red) !important;
    text-decoration: none;
    border-color: transparent !important;
}

.post-nav .after {
    opacity: 0 !important;
}

.no-margin h1 {
    line-height: 1.2;
}

ol,
ul {
    margin-bottom: 24px;
}

.post-content h4 {
    color: var(--light_red);
    margin-bottom: 0 !important;
}

.post-content h4::after {
    background-color: transparent;
    margin-top: 0;
}

.double-lineheight {
    margin-bottom: 20px !important;
}

#s,
.excerpt {
    margin-bottom: 5px;
}

.padding-ex {
    padding: 6% 3.5% 1% 7% !important;
}

input,
textarea {
    background: var(--white);
}

textarea {
    height: 60px;
}

.krown-portfolio span,
.page-header .subtitle,
.page-header-type h2.subtitle,
.post-header > span.author,
blockquote {
    font-family: DINWebPro, serif;
}

.home #logo {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.home #navi,
.post:first-of-type .featured-img {
    opacity: 1;
}

#logo.fade {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .2s ease-in-out 2s;
    transition: transform .2s ease-in-out 2s;
    display: inline-block !important;
}

#logo:hover, #logo:focus {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.excerpt {
    display: block;
    font: 14px/20px "Lato", sans-serif;
    margin-top: 4px;
    width: 50%
}

.lines-button {
    padding: 6px 5px 14px;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.lines,
.lines::after,
.lines::before {
    width: 36px;
    height: 2px
}

.lines::before {
    top: 8px
}

.lines::after {
    top: -8px
}

.lines-button.opened .lines:after,
.lines-button.opened .lines:before {
  left: 4px;
}

a.lines-button:hover > .lines,
a.lines-button:hover > .lines:after,
a.lines-button:hover > .lines:before {
    background: var(--light_red) 
}

body.detail a.lines-button:hover > .lines,
body.detail a.lines-button:hover > .lines:after,
body.detail a.lines-button:hover > .lines:before {
    background: var(--light_beige_1) 
}

body.detail a.lines-button.opened:hover > .lines,
body.detail a.lines-button.opened:hover > .lines:after,
body.detail a.lines-button.opened:hover > .lines:before {
    background: var(--light_red) 
}

a.lines-button:focus > .lines,
a.lines-button:focus > .lines:after,
a.lines-button:focus > .lines:before {
    background: var(--light_red) 
}

body.detail a.lines-button:focus > .lines,
body.detail a.lines-button:focus > .lines:after,
body.detail a.lines-button:focus > .lines:before {
    background: var(--light_beige_1) 
}

body.detail a.lines-button.opened:focus > .lines,
body.detail a.lines-button.opened:focus > .lines:after,
body.detail a.lines-button.opened:focus > .lines:before {
    background: var(--light_red) 
}

a.lines-button:focus-visible {
    outline: 2px solid var(--black) !important;
}
        
a.lines-button.opened:focus-visible {
    outline: 2px solid var(--black) !important;
}

#main-menu a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--black);
  outline: none;
  border: none;
}

a.favorite:focus-visible #love, 
a.favorite:focus-visible #loved  {
  border: none;
  outline: 2px solid var(--black);
  outline-offset: 2px;
}

a.favorite:focus-visible #love path {
  fill: var(--white);
}

a.favorite:focus-visible #loved path {
  fill: var(--black);
}

.post-text a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
  text-decoration-style: wavy;
}

a.post-link:focus-visible .title h2 {
  text-decoration: underline;
  text-underline-offset: 20%;
  outline: none;
  text-decoration-style: wavy;
}

#navi {
    opacity: 0;
    font-size: .8rem;
    margin-left: 25px;
    margin-top: 0;
    vertical-align: middle;
    z-index: 999
}

#navi.fade {
    opacity: 0;
    -webkit-transition: opacity .7s ease-in-out 2s;
    transition: opacity .7s ease-in-out 2s;
}

#logo:hover + #navi, #logo:focus + #navi {
    opacity: 1;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

#r1 .c1,
#r1.start .c2,
#r2.start .c2,
#r3.start .c1,
#r3.start .c2 {
    -webkit-transition: .5s cubic-bezier(.785, .135, .15, .86) .5s;
    transition: .5s cubic-bezier(.785, .135, .15, .86) .5s;
}

a.post-link:hover > h2 {
    border-bottom: 2px solid transparent !important
}

#footer > div {
    min-height: 275px
}

#footer div.normal {
    padding: 36px 0 20px;
    background-color: var(--dark_gray_1)
}

#footer input[type=submit] {
    background-color: var(--light_gray_6)
}

#footer .minimal {
  color: var(--light_gray_8);
}

#footer-1 {
  position: absolute;
  bottom: 36px;
  left: 48px;
}

#footer-2 {
  position: absolute;
  bottom: 36px;
  right: 48px;
}

#footer .minimal a {
   color: var(--light_gray_8);
}

#footer .minimal a:hover, 
#footer .minimal a:focus-visible {
  color: white;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#submit_s {
    width: 56px !important;
    color: transparent !important;
}

#respond input[type=submit],
.krown-form input[type=submit] {
    letter-spacing: .5px
}

#share {
    height: 16px;
    font-size: 12px;
    margin: 51px 0 -56px;
    color: var(--dark_gray_4);
    line-height: 1
}

#s {
    background: var(--light_gray_6)
}

#searchform input[type=submit] {
    letter-spacing: 1px;
    padding: 0 20px
}

.krown-social a:hover i::before, .krown-social a:focus i::before {
    color: var(--very_light_red) !important
}

blockquote .cite,
blockquote cite,
cite {
    margin: 4px 0 15px
}

#main-menu.style-modern .top-menu li a {
    font: 50px medium / 68px, normal DINWebPro, sans-serif;
    color: var(--dark_gray_1);
    margin-bottom: 32px;
    word-spacing: 0.5rem;
}

.krown-portfolio-grid .caption h3,
.krown-portfolio-grid .caption h4 {
    font-size: 2.5vw;
    line-height: 2.6vw
}

.krown-portfolio-grid .caption {
    width: 40%
}

.page-header .title {
    width: 50%
}

.mouse-scroll .mouse {
    display: none
}

@media all and (max-width:1380px) {
    .double-lineheight {
        margin-bottom: 0 !important
    }
}

@media all and (max-width:1200px) {

    .hidden-M,
    .padding-ex {
        display: none !important
    }

    .M-span-6 {
        width: 50% !important
    }

    .M-span-4 {
        width: 33.33% !important
    }

    blockquote > p {
        font-size: 24px;
        line-height: 36px
    }
    
    body.home #header {
        background: rgba(255, 255, 255, .9);
        backdrop-filter: blur(4px)
    }
    
    body.detail #header {
        backdrop-filter: blur(3px) !important;
    }
    
    body.detail article.hero-area {
      padding-top: 169px;
    }

    p.category {
      margin-bottom: 34px !important;
    }
    
}

@media all and (max-width:980px) {
    .page-header .title {
        font-size: 6vw;
        line-height: 6.3vw
    }
    .no-margin h1 {
        font-size: 48px
    }
}

@media all and (max-width:760px) {

    .krown-portfolio-grid .caption h3,
    .krown-portfolio-grid .caption h4 {
        font-size: 5vw;
        line-height: 5.2vw
    }

    .span4 .wpb_wrapper {
        padding-top: 0
    }

    .krown-column-row > .wrapper > .krown-column-container,
    .krown-column-row > .wrapper > .krown-column-container.padding {
        padding: 80px 3.5% 0
    }
    
    .post .center-wrap {
        padding-top: 42px;
    }
    span.categ {
      bottom: 32px;
    }
    .cat-info {
      width: 8px;
    }
    body.home .post .impact {
      position: absolute;
      bottom: 41px;
    }
    body.detail .post .tags {
      width: 84% !important;
      bottom: 124px;
    }
    
    #look_around {
      left: 8%;
      right: auto;
    }
    
}


@media all and (max-width:720px) {
    .page-header .title {
        width: 100%;
        text-align: center;
        max-width: 100%
    }

    #logo-holder {
        margin-left: max(5%, 30px);
        width: 50%;
        text-align: left;
        z-index: 999;
        position: relative;
    }

    #menu-holder {
        right: max(calc(5% - 5px), 25px);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    #main-menu.style-modern .top-menu > li > a {
        font-size: 48px;
        line-height: 58px;
    }

    .M-span-6 {
        width: 100% !important
    }

    .no-margin h1 {
        font-size: 36px
    }

    .post .header-container {
        min-height: 240px;
        max-height: 360px;
    }

    #footer > div {
        min-height: unset;
        padding: 30px 90px;
    }
    
    #footer-1 {
      bottom: 20px;
      left: 30px;
    }

    #footer-2 {
      bottom: 20px;
      right: 30px;
    }

}

#r1.start .c1,
#r1.start .c2 {
    transform: translateX(0)
}


@media all and (max-width:640px) {
    
    h2 {
        font-size: 20px;
        line-height: 32px;
    }
    blockquote > p {
        font-size: 22px;
        line-height: 30px;
    }
    body.home article.hero-area {
      padding-top: 159px;
    }
    body.detail article.hero-area {
      padding-top: 129px;
    }
    #main-menu.style-modern .top-menu > li {
        margin-bottom: 32px;
    }
    .no-margin h1 {
        font-size: 24px
    }
    
    .hero-area p {
        font-size: 13px;
        line-height: 21px
    }
    
    .hero-area p.intro, 
    p.category {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .excerpt {
        width: 100%
    }

    #main-menu.style-modern .top-menu > li > a {
        font-size: 32px;
        line-height: 38px
    }

    .M-span-4 {
        width: 100% !important
    }
}

.krown-social li:first-child {
    margin-left: -3px !important;
    top: 11px
}

.krown-social a:hover svg .svg-gray, .krown-social a:focus svg .svg-gray {
    fill: var(--very_light_red) !important
}

#r1,
#r2,
#r3 {
    display: flex;
    margin-top: 16vw;
    margin-bottom: 16vw
}

#r1 {
    width: 70vw;
    max-width: 1300px;
    margin-left: auto;
    margin-right: max(11vw, 120px);
    margin-top: 48vh
}

@media (orientation:portrait) {
    #r1 {
        margin-top: 16vh
    }
}

#r2 {
    width: 840px
}

#r3 {
    width: 98vw;
    justify-content: end
}

#r1 .c1 {
    width: 68%;
    min-width: 300px;
    transform: translateX(-68vw)
}

#r1 .c2,
#r2 .c2,
#r2 .c3,
#r3 .c1,
#r3 .c2 {
    -webkit-transition: .5s cubic-bezier(.785, .135, .15, .86);
    transition: .5s cubic-bezier(.785, .135, .15, .86);
}

#r1 .c1 > div,
#r3 .c1 > div {
    box-shadow: 0 1px 8px -1px rgba(0, 0, 0, .16), 0 50px 100px rgba(0, 0, 0, .1);
    border: 1px solid rgba(100, 100, 100, .15)
}

#r1.start:hover .c1 > div,
#r3.start:hover .c1 div {
    -webkit-transition: .4s cubic-bezier(.785, .135, .15, .86);
    transition: .4s cubic-bezier(.785, .135, .15, .86);
    box-shadow: 0 15px 30px -20px rgba(0, 0, 0, .35), 0 50px 100px rgba(0, 0, 0, .1)
}

#r1 .c2 {
    width: 32%;
    min-width: 240px;
    max-width: 400px;
    margin-top: -3px;
    transform: translateX(68vw)
}

#r1.start .c2 h1 {
    -webkit-transition: .7s;
    transition: .7s;
}

#r1.start:hover .c2 h1,
#r3.start:hover .c1 h2 {
    -webkit-transition: .7s;
    transition: .7s;
    color: var(--light_red);
}

#r2 .c1 {
    min-width: 60px
}

#r2 .c2 {
    width: 16%;
    min-width: 120px;
    text-align: right;
    margin-top: 24px;
    transform: translateY(32vw)
}

#r2.start .c2,
#r3.start .c1,
#r3.start .c2 {
    transform: translateY(0)
}

#r2 .c2 h3 {
    width: 300px;
    margin-top: 80px;
    top: 0;
    left: -54px
}

#r2 .c3 {
    width: 260px;
    text-align: left;
    transform: translateX(92vw)
}

#r2.start .c3 {
    -webkit-transition: .75s cubic-bezier(.785, .135, .15, .86) .5s;
    transition: .75s cubic-bezier(.785, .135, .15, .86) .5s;
    transform: translateX(0)
}

#r3 .c1 {
    width: 42%;
    text-align: left;
    margin-top: -86px;
    transform: translateX(68vw)
}

#r3 .c2,
#r3 .c3 {
    width: 8%;
    text-align: left
}

#r3 .c2 {
    min-width: 140px;
    transform: translateX(50vw)
}

#r3 .c3 {
    min-width: 60px
}

#main-menu.style-modern {
    opacity: 0.97;
}


body.home .overtop #header, body.home #header.nav-back {
    background: rgba(255, 255, 255, .84);
    backdrop-filter: blur(10px)
}
    
body.detail .overtop #header, body.detail #header.nav-back {
    background: transparent;
}

@media (max-width:760px) {
    #header {
        padding: 10px 0
    }

    h1 {
        font-size: calc(22px + 2.8vw) !important;
    }
    
    .hero-area {
        padding-top: calc(72px + 7.2vw)
    }
    
    p {
      font-size: 15px;
      line-height: 25px;
    }

    #r2 {
        width: 68vw
    }

    #r3 {
        margin-top: 20vw
    }

    #r2 .c3 {
        height: 220px
    }
}

@media (max-width:720px) {
    
    /*p {
      font-size: 14px;
      line-height: 24px;
    }*/

    #awwwards,
    #r2 .c1 {
        display: none
    }

    #r1 .c2 {
        max-width: unset;
        margin-top: 36px
    }

    #r1,
    #r2,
    #r3 {
        width: 84vw;
        display: block;
        margin: 4rem auto;
        overflow-x: hidden
    }

    #r1 {
        margin-top: 8vh !important
    }

    #r1 > *,
    #r2 > *,
    #r3 > * {
        width: 100% !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-right: 0
    }

    #r1 .c1 > div,
    #r3 .c1 > div {
        box-shadow: 0 1px 8px -1px rgba(0, 0, 0, .16) !important
    }

    #r3 .c1 {
        margin-bottom: 1.5rem;
        margin-top: 0
    }

    p,
    span.date.subtitle {
        margin-bottom: 16px
    }

    h1,
    h2,
    h3 {
        font-size: 18px;
        left: 0 !important;
        top: 0 !important;
        text-align: left;
        margin-bottom: 18px
    }

}

.modal-box,
.modal-overlay {
    display: none;
    position: fixed;
}

.modal-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, .68);
    backdrop-filter: blur(2px);
}

.modal-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    padding: 60px 42px 50px 40px;
    min-width: 580px;
    max-width: 580px;
    min-height: 240px;
    overflow: hidden;
    box-shadow: 1px 2px 35px rgba(0, 0, 0, .12);
    z-index: 10001;
    border-radius: 15px;
    text-align: left;
    background-color: var(--light_beige_2);
}

.modal-box .modal-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px 10px;
    height: 100%;
    text-align: left;
}

.modal-box .modal-col {
    min-height: 100px;
    min-width: 130px;
}

#modal_filter a {
  display: block;
  margin-bottom: 3px;
  margin-top: 3px;
  padding: 6px 25px 5px 25px;
  font-family: "DINWebPro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.011rem;
  word-spacing: 0.042rem;
  color: var(--dark_gray_1);
  border-radius: 25px;
}

#modal_filter a.active
{
  color: var(--white);
  background-color: var(--dark_gray_1);
}

#modal_filter a:hover,
#modal_filter a:focus
{
  color: var(--white);
  background-color: var(--black);
}

#modal_filter .modal-col > div {
  margin-bottom: 18px;
  padding: 0 25px;
  text-transform: uppercase;
  font-family: "DINWebPro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.022rem;
  word-spacing: 0.068rem;
}

#modal_filter .modal-col > div.cat1 {
  color: var(--red);
}

#modal_filter .modal-col > div.cat2 {
  color: var(--blue);
}

#modal_filter .modal-col > div.cat3 {
  color: var(--green);
}


.modal-close {
    position: absolute;
    font-size: 30px;
    color: var(--dark_gray_1);
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    top: 16px;
    right: 17px;
    font-weight: 300
}

.modal-close:hover {
    color: var(--light_red) !important;
}

#result-information {
    max-width: 820px;
    margin: 0px auto 42px;
    line-height: 1.4;
}

#result-information.no-data {
    margin-bottom: 50vh;
}


#tag-area #result-information {
    display: none;
}


@media (max-width:960px) {
    
    body.home .post .tags, 
    body.home .post .impact,
    #look_around {
      right: 8%;
    }
    
    body.detail .post .tags {
      left: 8%;
      width: 55%;
    }
    
    #result-information {
      padding-left: 8%;
      padding-right: 8%;
    }
    
    #result-information.fav-list {
      display: none;
    }
    
    #tag-area #result-information {
      display: inline-block;
      padding-left: 0;
      padding-right: 8%;
      float: right;
      width: calc(100% - 28px);
      padding-top: 1px;
      cursor: pointer;
      white-space: nowrap;
    }
    
    .post .center-wrap > div {
      max-width: none;
    }
    
    a.favorite {
      margin-right: 0;
    }
    
}


@media (max-width:820px) {
    body.home .post .tags, 
    body.home .post .impact {
      right: 8%;
    }
    body.detail .post .tags {
      left: 8%;
    }
}


@media (max-width:720px) {
    
    .post-header .title h2 {
        font-size: max(16px, calc(2vw + 12px)) !important;
        line-height: 1.16 !important;
    }
    
    span.excerpt {
      font: 15px/20px "Lato", sans-serif;
      width: 85%;
    }
    
    span.excerpt.bold {
      font: 16px/21px "Lato", sans-serif;
      font-weight: 700;
    } 
    
    .post-header .title {
      width: 85%;
    }
    
    #tag-area {
      width: 100%;
      float: none;
      margin-top: 12px;
    }
    
    body.home .post .tags {
      display: none;
    }
    
}

@media (max-width:640px) {
    
    .modal-box {
        padding-top: 75px;
        padding-bottom: 70px;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
        min-width: auto;
        max-width: none;
        max-height: none;
        border-radius: 0;
        box-shadow: none;
        overflow-y: auto;
    }
    
    span.excerpt {
      width: 90%;
      font-weight: 700;
    }
    
    .post-header .title {
      width: 90%;
    }
    
    body.detail p.intro {
      font-weight: 700;
    }
    
    #menu-widget > .menue-left {
        float: none;
        width: 100%;
        margin-bottom: 12px;
    }

    #menu-widget > .menue-right {
        float: none;
        width: 100%;
        margin-bottom: 12px;
    }
    
}

@media (max-width:520px) {

    span.excerpt {
      width: 100%;
    }
    
    .post-header .title {
      width: 100%;
    }
    
    span.categ {  
      font-size: 14px;
      bottom: 34px;
    }
    
    body.home .post .impact > div {
      height: 5px;
      width: 22px;
    }
    
    body.detail .post .tags {
      bottom: 160px;
    }
    
    body.detail h1 {
        font-size: calc(20px + 2vw) !important;
    }
 
}

@media all and (max-height:420px) {
    
    #menu-widget {
        display: none
    }

    #main-menu.style-modern .top-menu > li > a {
        font-size: 32px;
        line-height: 38px
    }

    h2 {
        font-size: 24px;
        line-height: 28px
    }

    blockquote > p {
        font-size: 18px;
        line-height: 24px
    }
    
    body.home .post .impact {
        display: none
    }
    
}

@media all and (max-width:380px) {
    
    #navi.fade {
        line-height: 1.2;
        display: inline-block;
        max-width: 50%
    }

    h2 {
        font-size: 22px;
        line-height: 26px
    }

    blockquote > p {
        font-size: 18px;
        line-height: 24px
    }
    
    span.categ {  
      font-size: 13px;
    }
    
}


@media all and (min-width:1680px) {
    
    #result-information, 
    body.home .post .center-wrap > div {
      max-width: 900px;
    }

    body.home .post .tags {
      right: calc(50% - 450px);
      width: 32vw;
      max-width: 320px;
    }

    body.home .post .impact {
      right: calc(50% - 450px);
    }
    
    body.home article.hero-area .post-header > p {
      max-width: 820px;
    }
    
}