@charset "UTF-8";
/* CSS Document */
html, body {
	margin-top: 40;
	margin-right: 0;
	margin-left: 0;
	/* [disabled]margin-bottom: 0; */
	padding: 40 0 0 0;
}
.container-fluid {
    width: 100vw;
    padding: 0;
    margin: 0;
}
 .box {
	height: auto;
	/* [disabled]background-color: #007bff; */
	margin-bottom: 30px;
	color: #3C4B1B;
	text-align: center;
	line-height: 200px;
	font-size: 16px;
	/* border-radius: 8px;*/
	opacity: 0;
	transform: translateY(100px);
	transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    }

    .box.visible {
      opacity: 1;
      transform: translateY(0);
    }
#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #415F1B;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	font: "Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;";
}

.hero-section {
	height: 60vh;
	background-image: url(../img/titel-adobe-128046905.jpg); /* Standardbild */
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; /* Stackt den Text und Button vertikal */
}

@media (max-width: 575.98px) {
  .hero-section {
    background-image: url('../img/titelxs.jpg'); /* Bild für xs-Bildschirme */
  }
}
    /* Stil für die Überschrift */
    .hero-text {
	color: #325D00;
	text-align: center;
	z-index: 1;
}
    /* Leicht verdunkelter Overlay für bessere Lesbarkeit */
        
    .hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0);
      z-index: 0;
    }
   
.flugbox {
	/* [disabled]padding-top: 5px; */
	padding-right: 5px;
	padding-left: 5px;
	/* [disabled]padding-bottom: 5px; */
	/* [disabled]border: thin solid; */
	color: #5A733B;
	background-color: #F7F6F2;
	border-radius: 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* [disabled]margin-top: 2%; */
	/* [disabled]margin-right: 2%; */
	/* [disabled]margin-left: 2%; */
	/* [disabled]margin-bottom: 1%; */
	justify-content: center;
	align-items: center;
}
  .video-container {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 500px;
	border-raduis: 30px;
	justify-content: center;
	/* [disabled]align-items: center; */
	/* [disabled]margin-bottom: 5%; */
	margin-top: -15px;
        }

        .video-container img {
            width: 100%;
            display: block;
            border-radius: 30px;
               
   
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            color: white;
        /*    background-color: rgba(100, 100, 100, 0.5);*/
            border-radius: 50%;
            padding: 10px 20px;
            cursor: pointer;
        }

        video {
            display: none;
        }

        .video-playing video {
            display: block;
        }

        .video-playing img {
            display: none;
        }

        .video-playing .play-button {
            display: none;
        }
.section {
	margin-top: 20px;
	/* [disabled]margin-right: 20px; */
	/* [disabled]margin-left: 20px; */
	margin-bottom: 20px;
	background-color: #F7F6F1;
	padding-bottom: 20px;
}
.custom-rounded {
	background-color: white;
	border-radius: 25px;
	/* [disabled]margin: 15px; */
	/* [disabled]padding-top: 5px; */
	
}
.scroll-offset {
    position: relative;
  }
 
  .scroll-offset::before {
    content: '';
    display: block;
    height: 80px; /* Höhe des Offsets, etwa gleich der Höhe deiner Navbar */
    margin-top: -80px; /* Gleicher Wert negativ, um das Layout nicht zu verändern */
  }
/* Optionale Stile für das Bild und den Lebenslauf */
        .about-img {
            max-width: 100%; /* Bild passt sich dem Container an */
            height: auto;
            border-radius: 10px;
        }
        .cv-table {
            text-align: right; /* Rechtsbündiger Text in der Tabelle */
        }
        @media (max-width: 768px) {
            .cv-table {
                text-align: left; /* Links ausgerichtet bei kleineren Bildschirmen */
            }
        }
.footermenu{
	color: #24560A;
	font: normal 22px;
	margin: 20px 0px 1px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: left;
}

/*.bildericons{
    background-color: rgba(124,172,62,1.00);
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    text-align: center;
    font-size: 28px;
    ;
    line-height: normal;
    margin: auto;
}
*/
.caps{color:rgba(124,172,62,1.00);font-size:10px;  }
.kontaktxs{
    font-size: 18px;
}
footer{
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	/* [disabled]padding-bottom: 10px; */
	text-align: left;
	background-color: rgba(234,240,231,1.00);
	margin-top: 30px;
	background-image: url(../img/olivenblatt.png); /* Hier dein Bild einfügen */
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/* [disabled]border-top: #D5CBB1 solid 2px; */
}

   
