/*
Theme Name: Golden Oracle
Theme URI: https://example.com/
Author: Dein Name
Author URI: https://example.com/
Description: Eigene Theme-Entwicklung mit Gutenberg-Blöcken und Onepager-Template
Version: 1.0
Text Domain: goldenoracle
*/

:root{
	--color-blue: #00266e;
	--color-blue-70: #4b6596;
	--color-blue-20: #c8d0d8;
	--color-blue-5: #edf0ec;

	--color-blue-rgba: rgba(0, 38, 110, 1.0);
	--color-blue-70-rgab: rgba(0, 38, 110, 0.7);
	--color-blue-20-rgba: rgba(0, 38, 110, 0.2);
	--color-blue-5-rgba: rgba(0, 38, 110, 0.05);

	--color-gold: #d99202;
	--color-gold-70: #dfae48;
	--color-gold-20: #e9ddbd;
	--color-gold-5: #ecebe0;

	--color-gold-rgba: rgba(217, 146, 2, 1.0);
	--color-gold-70-rgab: rgba(217, 146, 2, 0.7);
	--color-gold-20-rgba: rgba(217, 146, 2, 0.2);
	--color-gold-5-rgba: rgba(217, 146, 2, 0.05);

	--color-brown: #642816;
	--color-brown-70: #8d6252;
	--color-brown-20: #d1c4b8;
	--color-brown-5: #e5e1d6;

	--color-brown-rgba: rgba(100, 40, 22, 1.0);
	--color-brown-70-rgab: rgba(100, 40, 22, 0.7);
	--color-brown-20-rgba: rgba(100, 40, 22, 0.2);
	--color-brown-5-rgba: rgba(100, 40, 22, 0.05);
}

/* Fonts Start */
@font-face {
	font-family: 'NothingYouCouldDo';
	src: url('./assets/fonts/NothingYouCouldDo-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Architects Daughter';
	src: url('./assets/fonts/ArchitectsDaughter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
/* Fonts End */

/* Scrollbar Start */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  border-radius:5px;
}

::-webkit-scrollbar-track {
  background: var(--color-gold-20);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-brown);
  border-radius: 6px;
  border: 3px solid var(--color-gold-20);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-brown-70);
}

::-webkit-scrollbar-horizontal {
  height: 8px;
}
/* Scrollbar End */

/* General Start */
* {
	color: #595959;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
    scrollbar-width: thin;
    scrollbar-color: var(--color-brown) var(--color-gold-20);
	font-family: 'Architects Daughter', serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: var(--color-brown-5) !important;
}
html {
	margin-top: 0 !important;
}
div#wpadminbar {
	display: none;
	visibility: hidden;
	overflow: hidden;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'NothingYouCouldDo', sans-serif;
	color: var(--color-brown);
	font-weight:normal;
}
p{
    font-size: 1.25rem;
    line-height: 2.5rem;
}
a{
    font-size: 1.25rem;
    display: block;
    transition: all 250ms ease;
}
a:hover,
a:focus,
a:active{
    color: var(--color-brown-70);
}
/* General End */

/* Footer Start */
.goldenoracle-footer {
    text-align: center;
    padding: 2rem 2rem 1rem 2rem;
    color: #2c2c2c;
}

.goldenoracle-footer-inner {
    max-width: 100%;
    margin: 0 auto;
}

.goldenoracle-footer-logo img {
    max-width: 300px;
    height: auto;
    margin-bottom: 1rem;
}

.goldenoracle-footer-text {
    margin: 1rem 0;
    font-size: 1rem;
}

.goldenoracle-footer-menu {
    margin: 1.5rem 0;
}

.goldenoracle-footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.goldenoracle-footer-menu li {
    display: inline-block;
    margin: 0 0rem;
}

.goldenoracle-footer-menu a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    position: relative;
    padding: 1rem;
	display:block;
	color: var(--color-brown);
	letter-spacing:0px;
	transition: all 250ms ease;
}

.goldenoracle-footer-menu a:hover {
    text-decoration: none;
	color: var(--color-red);
}

.goldenoracle-footer-menu li:not(:last-of-type) > a::after {
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    right: -2px;
    top: calc(50% - 2px);
    background: var(--color-brown);
	transform: rotate(45deg);
}

.goldenoracle-footer-menu li > a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 60%;
	background: var(--color-brown);
	transition: all 250ms ease;
	transform: translateX(-50%);
}

.goldenoracle-footer-menu li > a:hover{
	color: var(--color-brown);
	letter-spacing:1px;
}

.goldenoracle-footer-menu li > a:hover::before {
    height: 6px;
    border-radius: 30px 10px 30px 10px;
}

.goldenoracle-footer-copyright {
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 0.85rem;
    opacity: 0.7;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.goldenoracle-footer-copyright p {
    margin-bottom: 0;
}
/* Foorter End */

/* WPForms Start */
.wpforms-title {
	font-family: 'NothingYouCouldDo', sans-serif;
    font-size: 7rem !important;
    line-height: 6rem !important;
    margin-bottom: 0 !important;
    text-align: center !important;
    color: var(--color-brown) !important;
    letter-spacing: -10px !important;
    margin-bottom: 2rem !important;
	font-weight: 400 !important;
	margin-top: 2rem !important;
}
.wpforms-description {
    margin: 1rem auto 1rem auto !important;
    max-width: 760px;
	width: 100% !important;
	text-align: center;
	padding: 1rem 2rem 1rem 2rem !important;
	line-height: 2rem !important;
}
.wpforms-field-container {
    width: 100%;
    max-width: 760px;
    margin: 1rem auto 1rem auto !important;
	padding: 1rem 2rem 1rem 2rem !important;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 110%;
}
.wpforms-submit-container {
    text-align: center;
}
.wpforms-submit-container button{
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    background: var(--color-brown) !important;
    width: fit-content;
    margin: 0 auto !important;
    padding: 1.75rem 3rem !important;
    border-radius: 5px !important;
    transition: all 250ms ease !important;
    line-height: 0rem !important;
    text-align: center;
}
.wpforms-submit-container button:hover,
.wpforms-submit-container button:focus,
.wpforms-submit-container button:active{
    background: var(--color-brown-70) !important;
}
.wpforms-description {
    font-size: 1.25rem !important;
    line-height: 2.5rem !important;
}
label.wpforms-field-label,
label.wpforms-field-label,
legend.wpforms-field-label {
    font-size: 1.25rem !important;
    margin-bottom: .5rem !important;
}
button#wpforms-submit-183 {
    font-size: 1.25rem;
}
span.wpforms-required-label {
    color: var(--color-brown) !important;
}
.wpforms-head-container {
    margin-top: 40px !important;
}
/* WPForms End */

/* Recensions Start */

.recensions-content {
    width: 100%;
    max-width: 1600px;
    margin: 0rem auto 0rem auto;
    padding: 1rem 2rem 1rem 2rem;
}
.recensions-content > h1 {
    text-align: center;
    color: var(--color-brown);
    font-size: 5rem;
    margin-bottom: 3rem;
}
ul.recension-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.recension-list > li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4rem;
	background: white;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-align: center;
	align-items: center;
}
ul.recension-list > li:nth-of-type(2n + 2) {
    flex-direction: row-reverse;
}
.recension-image {
    overflow: hidden;
    width: 420px;
    height: 420px;
    border-radius: 100%;
}
.recension-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recension-text{
	width: calc(100% - 420px);
	padding: 2rem 2rem;
}
.recension-text > h2 {
    color: var(--color-brown);
    font-size: 4rem;
    margin-bottom: 2rem;
}
	
@media screen and (max-width: 992px) {
	.recensions-content {
	padding: 0;
	}
	.recensions-content > h1 {
    font-size: 4rem;
	}
	
	ul.recension-list > li {
		display: contents;
	}
	
	.recension-image {
		width: auto;
		height: auto;
		border-radius: 0%;
	}
	.recension-text {
 		 width: 100%;
	}
	
}

/* Recensions End */

/* IMpressum and Privacy Policy Start */
section.impressum,
section.privacy-policy {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 2rem 2rem 2rem 2rem;
}
section.impressum h1,
section.impressum h2,
section.impressum h3,
section.impressum h4 {
    font-family: 'NothingYouCouldDo', sans-serif  !important;
    color: var(--color-brown) !important;
}
section.impressum a {
    color: var(--color-brown) !important;
}
/* Impressum and Privacy Policy End*/

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

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

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

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

@media screen and (max-width: 576px) {
    .wpforms-title {
        font-size: 4rem !important;
        line-height: 3rem !important;
    }
	ul#menu-footermenude {
		display: flex;
		flex-direction: column;
	}
	.goldenoracle-footer-menu li:not(:last-of-type) > a::after{
		content: unset;
	}
	.goldenoracle-footer-menu li > a::before {
		max-width: 50px;
	}
	/* Footer Ende */
	
	/* WPForms Start */
	.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half, .wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-sixths, .wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fourths {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 2rem;
	}
	/* WPForms End */
}



/* videos */

.videos-side-by-side { max-width: 1200px; margin: 0 auto; padding: 0 20px; }


/* small logo */

.main-menu .site-branding {
	left: 1rem;
	top: 50%;
}

.main-menu .site-branding img {
	width: 60px;
}


/* logo mobile unten / text oben */
@media screen and (max-width: 992px) {
  .goldenoracle-hero-content {
    flex-direction: column-reverse;
  }
}

/* mobile menu off (megamenu on) */
/*@media screen and (max-width: 992px) {
	.burger-menu { display: none; }
}
*/

/* mobile megamenu right - nope, whole bar clickable */
/*
@media screen and (max-width: 992px) {
	.main-menu {
  display: inherit;
	}
	}
	*/
	
	
/* Mobile Menu Stuff */
@media screen and (max-width: 992px) {
  .main-menu.open > div > ul.menu > li.menu-item-has-children > a {
    padding-bottom: 0;
  }
	ul.sub-menu { padding-bottom: 1rem; }	
	ul.sub-menu li { list-style: disc; margin-left: 6px; }
	ul.sub-menu li a { color: var(--color-brown); text-decoration: none; }

	.burger-menu { height: 48px; }

	.main-menu.open > div > ul.menu > li > a {  padding: 1rem 1.5rem; }
	
	.main-menu.open > div > ul.menu { background-image: url(/wp-content/themes/goldenoracle/mobile-menu-bg.jpg);
	background-image: url(/wp-content/themes/goldenoracle/mobile-menu-bg.jpg);
    background-blend-mode: luminosity;
    background-position: 100% 19%;
    background-color: var(--color-brown-20);
	background-repeat: no-repeat;
	transition: background 300ms ease-in 200ms;
		    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
	}

	.goldenoracle-hero-logo img { position: relative; bottom: 3rem; }
	
	.goldenoracle-recensions { padding: 3rem 0rem 2rem 0rem; }
	.goldenoracle-recensions ul li { width: calc(100% - 0rem) !important; margin-right: -3rem !important; }
	.goldenoracle-recensions div.rezension { padding: 1rem; width: 85% }
}
	
.goldenoracle-recensions ul li { margin-right: -3rem !important; }
