/*
Theme Name: Lacourt
*/

/* -------------------------------- Standard Theme CSS ANTARES */

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}




html {
  scroll-behavior: smooth;
}

.bg {
	background: url("img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh
}

body.page-template-page-start::before{
	position: absolute;
	width: 250px;
	height: 250px;
	bottom: 0;
	left: 0;
	content: '';
	background-size: 100%;
	background: url("img/corner.svg");
}

:root {
    --main-color: #01bab5;
	--light-grey-color: #F3F4F6;
	--dark-grey-color: #58666D;
	--wp--style--global--content-size: 1250px
}

* {
	font-family: 'Roboto', sans-serif;
}


.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.grey {
	background: var(--light-grey-color);
}

section {
	padding:  30px 0
}

strong, b {
	font-weight: 500
}


.button {
	color: white;
    border-radius: 0;
	border: 0;
    padding: 4px 20px 4px 20px;
    height: auto;
    text-transform: none;
    font-size: 14px;
	background:var(--main-color);
	position: relative
}

.button:hover{
	text-decoration: none;
	color: white
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.standard ul li {
	list-style-position: outside;
	margin-left: 15px;
	
}

.main-navi {
	margin-top: 10px;
}

.main-navi .navi-con {
    padding-top: 25px; 
    text-align: right
}

.main-navi .menu-item {
    vertical-align: middle; 
    margin: 0 28px;
	position: relative;
	transition: ease-in-out .5s;
    display: inline-block;
}

.main-navi .menu-item a {
    text-decoration: none; 
    font-size: 18px; 
	font-weight: 400;
    color: #707070  ;
	display: block;
	width: 100%
}

/*Strich unter dem Navipunkt
.main-navi .menu-item::after{
	content: '';
    position: absolute;
    display: block;
	height: 1px;
	width: 0;
	background: #51A126;
	bottom: -6px;
	transition: ease-in-out .5s;
}

.main-navi .menu-item:hover::after{
		content: '';
    position: absolute;
    display: block;
	height: 1px;
	width: 100%;
	background: #51A126;
	bottom: -6px;
	transition: ease-in-out .5s;
}
*/

.main-navi .sub-menu .menu-item::after{
	display: none
}

.main-navi .current-menu-item {
	position: relative;
}

.main-navi .current-menu-item::after {
	content: '';
    position: absolute;
    display: block;
	height: 1px;
	width: 100%;
	background: #51A126;
	bottom: -6px;
}

.sub-navi ul li::after {
    content: '';
    position: absolute;
    display: block;
    background-size: contain;
}

#menu-main_menu .menu-item-has-children{
	position: relative;
	margin: 0 25px
}

#menu-main_menu .menu-item-has-children::before {
    content: '';
    position: absolute;
    width: 16px;
    display: block;
    height: 9px;
    background: url(img/misc/arrow-down.png);
    background-size: contain;
    right: -25px;
    top: 8px;
}

#menu-main_menu .menu-item-has-children:hover .sub-menu {
    opacity: 1.0;
    display: block;
    transition: 0.5s;
}

ul#menu-main_menu .sub-menu {
    width: max-content;
    position: absolute;
    opacity: 0.0;
    display: none;
    margin: 0;
    top: 15px;
    padding-top: 20px;
    left: 56%;
    transform: translate(-50%);
    z-index: 999;
}

.sub-menu {
    display: none;
}

.four:nth-child(4n){
	margin-left:0	
}

.three:nth-child(4n+1){
	margin-left:0	
}

.six:nth-child(2n+1){
	margin-left:0	
}

header {
    padding: 60px 0 0 0;
}


summary {
    font-size: 1.5em;
	font-weight: 400;
	background:var(--green-color);
	padding: 2rem;
	margin-bottom: 1rem;
	outline: none;
	text-align: left;
	cursor: pointer;
	position: relative;
	font-family:inherit;
	color: white
}

details[open] summary {
	background:var(--green-color);
	color: white
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
	position: absolute;
	content: "+";
	right: 20px;
	font-size: 3.5rem;
	top: 50%;
	transform: translateY(-60%);	
	color: white;
}

details[open] > summary::after {
	position: absolute;
	content: "-";
	right: 20px;
	font-size: 5.5rem;
	top: 50%;
	transform: translateY(-60%);
	color: white
}

details > summary::-webkit-details-marker {
  display: none;
}

.box {
	position: absolute;
	left: 50%;
	width: auto;
	font-size: 150%;
	height: auto;
	font-weight: 300;
	color:#706f6f;
	top: 50%;
	padding: 80px;
	background: white;
	box-shadow: 0px 0px 28px #0000001c;
	transform: translate(-50%,-50%);
	letter-spacing: 0
}

.box h1 {
	text-align: center;
}

.box p {
	margin-bottom: 10px;
	line-height: 125%;
}

.box img {
	margin-bottom: 25px;
}

.blue {
	color: var(--main-color);
}

.box p.blue {
	margin-bottom: 15px
}

.box h2 {
    font-size: 125%;
    font-weight: 500;
    margin-bottom: 0;
	letter-spacing: 0
}

a {
	color: var(--main-color);
	text-decoration: none
}

a:hover {
	color: var(--main-color);
	text-decoration: underline
}

.mt15 {
	margin-top: 15px
}

.standard h1,
.standard h2,
.standard h3,
.standard h4, 
.standard h5,
.standard h6 {
	font-weight: 500;
	color:#393939;
}

.standard h1 { font-size: 3.7rem; line-height: 1.2;  letter-spacing: -.1rem;}
.standard h2 { font-size: 3.0rem; line-height: 1.25; letter-spacing: -.1rem;}
.standard h3 { font-size: 2.2rem; line-height: 1.3;  letter-spacing: -.1rem;}
.standard h4 { font-size: 2.0rem; line-height: 1.35; letter-spacing: -.08rem;}
.standard h5 { font-size: 1.7rem; line-height: 1.5;  letter-spacing: -.05rem;}
.standard h6 { font-size: 1.4rem; line-height: 1.6;  letter-spacing: 0; }

/* -------------------------------- Spezifisches CSS Theme */




/* ----------------------------------------------------- tabletish screens */


/* ----------------------------------------------------- smartphonish screens */
@media only screen and (max-width: 767px) {

}

/* ----------------------------------------------------- desktopish screens */
@media only screen and (min-width: 1024px) {

}

/* -------------------------------- Browser specific CSS */

.js .element { } /* apply only on JavaScript enabled browsers */
.ie8 .element { } /* apply only on Internet Explorer 8 */
.ie9 .element { } /* apply only on Internet Explorer 9 */