@import url('fonts.css');

html {background-color:black;}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans",sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 300;
}

header.site-header {
    position: relative;
    width: 100%;
	height: Calc(100vh - 150px);
    /*height: Calc(100vh - 50px);*/
    min-height: 600px;
    z-index: 100;
}

.header-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    z-index: 0;
    text-align: center;
}

.site-logo .custom-logo-link {
    display: inline-block;
}

.site-logo img,
.custom-logo {
    width: 400px;
    max-width: 400px;
    height: auto;
    display: block;
}

a { color: #fca84a;}
p { margin-top:0; }

h2, h3, h4 {
    font-size: 34px;
    color: #fca84a;
    font-weight: normal;
	font-style: normal;
    margin: 0 0 30px;
	line-height: 1.5em;
}

h3 {
    font-size: 24px;
	margin: 0 0 20px;
}

h4 {
    font-size: 20px;
	margin: 0 0 10px;
}
	
strong {
	font-weight: 700;
}

.wp-caption-text {
	font-size: 14px;
	margin: 0px 0px 30px 0px;
}

.iframe-container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

iframe[src*="youtube.com"] {
    width: 100% !important;
    max-width: 475px;
    height: auto;
    aspect-ratio: 16 / 9;
}

.main-navigation {
    position: absolute;
    top: calc(50% + 150px);
    left: 0;
    width: 100%;
    z-index: 20;
}

.main-navigation > ul {
    display: flex;
	justify-content: center;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation > ul > li {
    position: relative;
    flex: 0 0 auto;
	background: rgba(35,35,35,0.78);
}

.main-navigation > ul > li > a {
    display: block;
    color: #FAF099;
    text-decoration: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.2s ease;
}

.main-navigation > ul > li:hover > a,
.main-navigation > ul > .current-menu-item > a,
.main-navigation > ul > .current_page_item > a,
.main-navigation > ul > .current-menu-ancestor > a,
.main-navigation > ul > .current-page-ancestor > a {
    color: #fca84a;
}

.main-navigation > ul > li:hover::after,
.main-navigation > ul > .current-menu-item::after,
.main-navigation > ul > .current_page_item::after,
.main-navigation > ul > .current-menu-ancestor::after,
.main-navigation > ul > .current-page-ancestor::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #fca84a;
}

.sub-navigation {
    position: absolute;
    bottom:0px;
    left: 0;
    width: 100%;
    background: rgba(35,35,35,0.78);
    z-index: 15;
}

.sub-navigation ul {
    width: 960px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sub-navigation li {
    position: relative;
}

.sub-navigation a {
    display: block;
    padding: 18px 22px;
    font-size: 16px;
    color: #FAF099;
    text-decoration: none;
    white-space: nowrap;
}

.sub-navigation li:hover a,
.sub-navigation .current-menu-item a {
    color: #fca84a;
}

.sub-navigation li:hover::before,
.sub-navigation .current-menu-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: #fca84a;
}

.hero {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: -1;
}

hr {
	border-bottom: 4px solid #fca84a;
	margin: 25px 0;
}

.content-wrapper {
    width: 100%;
    background: rgba(35,35,35,0.78);
    padding-bottom: 5px;
    margin-top: 0;
}

.no-submenu .content-wrapper {
    padding-top: 30px;
}

.has-submenu .content-wrapper {
    padding-top: 30px;
}

.content-section {
    width: 960px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    min-height: 500px;
    color: #fff;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    padding-top: 20px;
}

.latest-post-body img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    display: block;
}

.latest-post-body p:first-child {
    float: left;
    margin: 0 20px 20px 0;
}

.latest-post-body::after {
    content: "";
    display: block;
    clear: both;
}

.latest-post-full {
    overflow: hidden;
}

.latest-post-body ul,
.latest-post-body ol {
    display: block;
    padding-left: 40px;
	overflow: hidden;
}

.latest-post-body ul li {
    list-style-type: disc;
}

.latest-post-body ol li {
    list-style-type: decimal;
}

.latest-post-body li {
    display: list-item;
}

.content-section p:has(img.alignleft) {
    float: left;
    margin: 0 20px 20px 0;
}

.content-section::after {
    content: "";
    display: block;
    clear: both;
}

.two-col {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.two-col > .first-col,
.two-col > .second-col {
    width: calc(50% - 15px);
    box-sizing: border-box;
}

.two-col-30-70 {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.two-col-30-70 > .first-col {
    width: calc(30% - 15px);
    box-sizing: border-box;
}

.two-col-30-70 > .second-col {
    width: calc(70% - 15px);
    box-sizing: border-box;
}

.site-footer {
    position: relative;
    padding: 50px 10px 10px 10px;
    background: rgba(35,35,35,0.78);
    color: #fff;
    z-index: 15;
    backdrop-filter: blur(2px);
	font-size: 14px;
	line-height: 1.3em;
}

.site-footer a {
    color: white;
    text-decoration: none;
	
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.footer-navigation ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 0;
}

.footer-navigation li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-navigation li::after {
    content: "|";
    color: rgba(255,255,255,0.35);
    margin: 0 10px;
}

.footer-navigation li:last-child::after {
    display: none;
}

.footer-navigation a {
    display: block;
    color: #FAF099;
    text-decoration: none;
    padding: 0;
    font-size: 13px;
    transition: color 0.2s ease;
}

.footer-navigation li:hover {
    background: none;
}

.footer-navigation li:hover a {
    color: #fca84a;
}

.mobile-navigation {
	position:fixed;
	top:0px;
	left:0px;
	padding:5px 5px 0 5px;
	display:none;
	width:100%;
	background-color:white;
	z-index:99;
}





.wpcf7 {
    max-width: 650px;
    margin: 0 auto;
	width: 100%;
}

.wpcf7 label, .wpcf7 p {
    display: block;
    font-size: 16px;
	font-family: "Open Sans",sans-serif;
	font-weight: 300;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    background: rgba(255,255,255,0.95);
    border: none;
    _padding: 5px 5px;
    font-size: 16px;
    color: #222;
    box-sizing: border-box;
}

.wpcf7 input[type="submit"] {
    background: #fca84a;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    background: #c4862e;
}



.kontakt-formular .form-row {
    display: flex;
    align-items: flex-start;
}

.kontakt-formular .form-label {
    width: 100px;
    flex-shrink: 0;
    font-weight: 600;
}

.kontakt-formular .form-field {
    flex: 1;
}

.kontakt-formular input,
.kontakt-formular select,
.kontakt-formular textarea {
    width: 100%;
    max-width: 500px;
}

.kontakt-formular textarea {
    min-height: 180px;
}

.wp-block-image img,
.wp-caption img,
img.wp-image {
  width: 100%;
  max-width: 950px;
  height: auto;
}

.wp-caption {
  max-width: 950px !important;
  width: 100% !important;
}



@media (max-width: 760px) {
	
	
	 .kontakt-formular .form-row {
        flex-direction: column;
        gap: 0px;
    }

    .kontakt-formular .form-label {
        width: 100%;
    }

    .kontakt-formular input,
    .kontakt-formular select,
    .kontakt-formular textarea {
        max-width: 100%;
    }
	
	
	.mobile-navigation { display:block;	}
	.main-navigation, .sub-navigation { display:none; }

    .two-col {
        flex-direction: column;
    }

    .two-col > .first-col,
    .two-col > .second-col {
        width: 100%;
    }
	
    .two-col-30-70 {
        flex-direction: column;
    }

    .two-col-30-70 > .first-col,
    .two-col-30-70 > .second-col {
        width: 100%;
    }	
	
}

@media (max-width: 950px) and (orientation: landscape) {
    .mobile-navigation { display: block; }
    .main-navigation, .sub-navigation { display: none; }
}