/*
Theme Name: NA Exelvia
description: NA Exelvia - Theme - Ver. 01
Author: neo7
Author URI: https://neo7.de
Template: customify
Version: 1.0.0
Text Domain: na-exelvia
*/

/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v48-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v48-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-600 - 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: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/roboto-v48-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-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: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v48-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body {
	--hellerblau: rgb(211, 223, 233);
    --hellblau: rgb(52, 169, 225);
    --blau: rgb(23, 112, 184);
	--blau: rgb(24, 117, 167);
	--gruen: #267932;
	--dunkelgruen: #1c5925;
	--hellgruen: #dbff50;
	--hellergruen: #eeffac;
    --dunkelblau: rgb(36, 59, 111);
    --grau: rgb(103, 103, 103);
    --hellgrau: rgb(153, 153, 153);
	--dunkelgrau: rgb(55, 55, 55);
	--orange: rgb(255,102,0);
    font-family: "Roboto", Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 105%;
    line-height: 1.4 !important;
    background-color: #f4f4f4 !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body .comments-area .comment-reply-title, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0 0 0.5407911001em;
    color: var(--grau);
    clear: both;
}

body .footer-main .light-mode {
    background: var(--hellerblau);
}

body .footer-bottom .dark-mode {
    background: var(--gruen);
    border-bottom: solid 4px var(--dunkelgruen);
}

body a {
	color: var(--gruen);
}

body a:hover {
	color: var(--orange);
}

body #main a {
	text-decoration:underline;
}

div#cb-row--header-main {
    border-bottom: solid 4px var(--dunkelgruen);
}

body .light-mode .nav-menu>li>a {
	color: var(--grau);
}

body .light-mode .nav-menu>li>a:hover, body .header-social-icons.customify-builder-social-icons.color-custom li a:hover {
	color: var(--orange) !important;
}

body .footer--row-inner.dark-mode a:not(.button) {
    color: var(--hellergruen);
}

body .footer--row-inner.dark-mode a:not(.button):hover {
    color: var(--orange);
}

body .footer--row-inner.light-mode {
    color: var(--dunkelgrau);
}

body nav#site-navigation-bottom-desktop {
    text-align: center;
}

body .light-mode .nav-menu-desktop.style-plain .nav-menu>li.current-menu-item>a, body .nav-menu-desktop .menu li.current-menu-item>a {
    color: var(--gruen);
}

p.site-description.text-uppercase.text-xsmall {
    color: var(--hellgrau);
    font-size: 2.32vw;
    font-weight: 600;
}

.zitat {
	color: #FFF;
	font-size: 0.7em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.autor {
	color:#FFF;
	font-size:0.7em;
	text-align:right;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.pdflink {
	background-image:url(pdf.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:25px;
}

body .site-header .cb-row--mobile .site-branding img {
	width: 19vw;
    max-width: 7em;
}

body .site-branding .site-title a {
    font-weight: 600;
    font-size: 210%;
    color: var(--gruen);
}

body h1.titlebar-title.h4 {
    font-size: 2em;
}

body h2.wp-block-heading {
	color: var(--gruen);
	font-size:1.4em;
}

body h3.wp-block-heading {
	color: var(--grau);
	font-size:1.25em;
}

body h4.wp-block-heading {
	color: var(--grau);
	font-size:1.15em;
}


.smalltext {
	font-size:85%
}

.boxshadow {
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}

body .nav-menu-desktop .sub-menu li a {
    color: var(--blau);
}

body .nav-menu-desktop .sub-menu li a:hover {
    background: rgba(0,0,0,.06);
    color:  var(--dunkelgruen) !important;
}

body .wp-block-image.movelinked img {
    display: block;
    transition: ease-out 0.15s;
}

body .wp-block-image.movelinked img:hover {
    margin-left:-0.35em;
	margin-top:-0.35em;
    transition: ease-out 0.15s;
}

body .header--row.header-bottom .customify-grid, body .header--row.header-bottom .style-full-height .primary-menu-ul > li > a {
	/*min-height: 50vw;*/
}

figcaption h4 {
    text-align: center;
}

footer#site-footer a, #main a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

body .footer-main .dark-mode {
    background: var(--dunkelgrau);
}

body .page-cover .page-cover-inner {
    justify-content: end;
    z-index: 5;
    padding: 1em 30px;
}

body .page-cover::before {
	background-color:transparent;
    background: -moz-linear-gradient(to top, rgba(15, 79, 122, 0) 0%, rgba(15, 79, 122, 0.2) 66%, rgba(015, 79, 122, 0.8) 100%);
    background: -webkit-linear-gradient(to top, rgba(15, 79, 122, 0) 0%, rgba(15, 79, 122, 0.2) 66%, rgba(15, 79, 122, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(15, 79, 122, 0.0) 0%, rgba(15, 79, 122, 0.2) 66%, rgba(15, 79, 122, 0.8) 100%);
}

body .wp-block-quote {
    border-left-width: 1px;
    border-left-color: rgb(229 229 229);
}

@media (prefers-color-scheme: dark) {
  /* Dark theme styles go here */

}

@media screen and (max-width: 568px) {

}

@media screen and (max-width: 1024px) {
	body .site-branding .site-title a {
		font-size: 6vw;
	}
}

@media screen and (max-width: 766px) {

}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 1024px) {

}

@media screen and (min-width: 569px) {
	body nav#site-navigation-bottom-desktop {
	    text-align: right;
	}
	
	p.site-description.text-uppercase.text-xsmall {
		color: var(--hellgrau);
		font-size: 1.03em;
		font-weight: 600;
		margin-top: 0;
        margin-bottom: 0em;
	}
	
	.site-header .cb-row--mobile .site-branding img {
		max-width: 100%;
	}
	
	.zitat {
		font-size: 1.3em;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	}
	
	.autor {
		font-size:1.15em;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	}
	
	figcaption {
		margin-left: 12.3em;
	}
	
	body .site-branding .site-title a {
		font-size: 2.3em;
        line-height: 1;
	}	
}

@media screen and (min-width: 1024px) {
	.zitat {
		font-size: 2em;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	}
	
	.autor {
		font-size:1.35em;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	}
	
}

@media screen and (min-width: 1260px) {
	body .header--row.header-bottom .customify-grid, body .header--row.header-bottom .style-full-height .primary-menu-ul > li > a {
		/*min-height: 630px;*/
	}	
}
	