/* Schriften */

@font-face {
    font-family: 'acumin-BI';
    src: url('content/fonts/acumin-bditpro-webfont.woff2') format('woff2'),
         url('content/fonts/acumin-bditpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'acumin-B';
    src: url('content/fonts/acumin-bdpro-webfont.woff2') format('woff2'),
         url('content/fonts/acumin-bdpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'acumin-I';
    src: url('content/fonts/acumin-itpro-webfont.woff2') format('woff2'),
         url('content/fonts/acumin-itpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'acumin';
    src: url('content/fonts/acumin-rpro-webfont.woff2') format('woff2'),
         url('content/fonts/acumin-rpro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}

/* Grundlayout */

body {
    margin: 0;
    font-family: 'acumin', Helvetica, sans;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.6;
	color: #666666;

}

header {
    background-color: #fff;
    padding: 0px;
}

.container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    gap: 20px;
    padding: 40px;
}

.container_img {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    padding: 0px 40px;
}

.container4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    gap: 20px;
    padding: 40px;
}

.container2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 20px;
    padding: 40px;
}

.container1 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    padding: 40px;
}


/* Spalten-Inhalt */
.logo {
	font-family: 'acumin-B', Helvetica, sans;
    font-size: 2em;
    font-weight: normal;
}

.beschreibung {
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.6;
	color: #000;/*#51ae32;*/
	padding-right: 10px;
}

.menu-section {
    position: relative;
}



/* typografie */

.txt_it
{
	font-family: 'acumin-I', Helvetica, sans;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
	color: #666666;
	padding-right: 10px;
}

.tst
{
	font-family: 'acumin', Helvetica, sans;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
	color: #51ae32;
}

.hdln
{
	font-family: 'acumin-B', Helvetica, sans;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
	color: #51ae32;
}

.men
{
	font-family: 'acumin-B', Helvetica, sans;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6;
	color: #000;
}



a {color: #999;}
a.visited {color: #696;}

a:link
{
	color : #999;
	text-decoration : none;
}
a:visited
{	color : #696;
}
                       
a:hover
{	color : #51ae32;
}

.green {color: #51ae32;}

/* Hamburger Menü - initial versteckt bei Desktop */
.hamburger {
    display: none; /* nur bei Mobile sichtbar */
    width: 40px;     /* NEU: Breite erhöht */
    height: 30px;    /* NEU: Höhe erhöht */
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger .bar {
    height: 4px;     /* NEU: Höhe der Balken erhöht */
    width: 100%;
    background-color: #333;
    margin: 3px 0;   /* NEU: Abstand zwischen Balken */
    transition: all 0.3s ease; /* NEU: Sanfter Übergang */
}


/* Transformation für X-Form */
.hamburger.active .bar:nth-child(1) {
transform: rotate(45deg) translateY(14px);
}
.hamburger.active .bar:nth-child(2) {
opacity: 0;
}
.hamburger.active .bar:nth-child(3) {
transform: rotate(-45deg) translateY(-14px);
}


/* Navigationslinks bei Desktop */


.nav-links {
    display: block;
    flex-direction: column; /* Items untereinander */
    list-style: none;
    margin: 0;
    margin-right: 10px;
    padding: 0;
    text-align: right;
}

.nav-links li {
    margin-left: 0px;
}

.nav-links li a {
    text-decoration: none;
    color: #333;
}
.nav-links li a.green {color: #51ae32;}

/* Images */

.round {
  border-radius: 250px; 
  margin-left: -10px;
}

/* Impressum */
.imp {
	background-color: #51ae32;
	color: #ffffff;
    padding-top: 20px;
  	padding-right: 10px;
  	padding-bottom: 20px;
  	padding-left: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'acumin', Helvetica, sans;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.6;
    }

/* Termine */
.ter {
	background-color: rgba(81, 174, 50, 0.3);
	margin-left: 40px;
    margin-right: 40px;}


/* Linea separazione */
.lin {
	background-color: #2B2B2A;
	padding: 0px;
    height: 15px;
    margin-left: 40px;
    margin-right: 40px;
    }

/* Pfeil */
.top { 
	margin-right: 20px;
	margin-left: auto;
	padding: 0px;}

/* Responsive für mobile Geräte (max-width: 1000px) */
/* zwischenstufe für die 4 Spalten, die sonst zu eng wurden */
@media (max-width: 1000px) {

    .container4 {
        display: flex;
        flex-direction: column;
    }
 
 /* Images */

.round {
  border-radius: 500px; 
  width: 40%;
  margin-left: 0px;
  margin-top: 0px;
}
    
/* Responsive für mobile Geräte (max-width: 768px) */
@media (max-width: 768px) {
    /* Grid-Layout auf Flexbox ändern */
    .container {
        display: flex;
        flex-direction: column;
    }
    .container2 {
        display: flex;
        flex-direction: column;
    }
    
    .container4 {
        display: flex;
        flex-direction: column;
    }
    
/* Alle Elemente auf volle Breite */
.logo,
.beschreibung,
.menu-section {
    width: 100%;
}

/* Hamburger sichtbar machen */
.hamburger {
    display: flex;
    margin-top: 10px;
    margin-left: auto; 
}

/* Menü initially versteckt */
.nav-links {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px; /* Von links aus */
    right: 0; /* Auf 100% Breite */
    background-color: rgba(255, 255, 255, 0.8);
    flex-direction: column;
    width: 100%; /* 100% Breite */
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    margin: 0; /* Kein Margin */
    text-align: left;
}

/* Menü sichtbar bei 'show' Klasse */
.nav-links.show {
    display: flex;
}

/* Images */

.round {
  border-radius: 500px; 
  width: 60%;
  margin-left: 0px;
  margin-top: 0px;
}

}


