/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ::::::::::::::::::::: small <= 600px :::::::::::::::::::::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


@charset "utf-8";

/* ::::::::::::::::::::::::: Formate ::::::::::::::::::::::::: */
.flexitem {
flex-direction: column;
}
.flexitem div:first-of-type {
max-width: none;
}
.flexitem div:first-of-type p {
margin-bottom: 4px;
letter-spacing: 2px;
}


/* ::::::::::::::::::::::::: header :::::::::::::::::::::::::: */
header { /* linksbündig */
left: calc(5vw - 4px);
transform: none;
height: 85px;
}

#header_title_2 span { display: none; } /* 'Weiterbildungsprogramm ' */

nav { display: none; }

a#pic_nav_sm:link, a#pic_nav_sm:visited {
display: block;
position: absolute;
right: 0;
top: 19px;
width: 35px;
height: 30px;
background-image: url(../images/pic_nav_sm.svg);
transition: background-image .5s;
}
a#pic_nav_sm:hover, a#pic_nav_sm:active {
background-image: url(../images/pic_nav_sm_ov.svg);
}

#nav_sm { /* Grundeinstellung, unsichtbar */
display: block;
max-height: 0; /* scripts_KIVEER.js: toggle_nav_sm() */
overflow: hidden;
box-shadow: 0 10px 12px grey;
background-color: #F6F6F6;
transition: max-height .5s;
}
#nav_sm_border { /* grüne Streifen oben und unten */
height: 10px;
background-color: #0C833C;
}
#nav_sm_flex {
display: flex;
justify-content: space-evenly;
align-items: flex-end;
}
#nav_sm_flex div { /* 2 Spalten */
margin: 10px 0;
}
#nav_sm_flex a {
display: block;
font-family: 'roboto_condensedregular';
line-height: 35px;
}

.pgnav {
display: none;
}

.iboxKlm {
margin-left: 0;
}


/* ::::::::::: main (alles zw. header und footer) :::::::::::: */
main {
margin-top: 90px;
}

/* ...................... main > #left ....................... */


/* ...................... main > aricle ...................... */


/* ::::::::::::::::::::::::: footer :::::::::::::::::::::::::: */
footer {
display: none;
}


/* :::::::::::::::::::::::::: Seiten ::::::::::::::::::::::::: */
/* .................... KIVEER.php (home) .................... */
#ProjFoerd_EU {
flex-direction: column;
row-gap: 8px;
align-items: normal;
}

#ProjFoerd_Sachsen {
flex-direction: column;
row-gap: 8px;
align-items: normal;
}
#ProjFoerd_Sachsen_Bild { /* Wappen Sachsen */
min-width: 80px;
max-width: 80px;
}

/* ....................... KIVEER01.php ...................... */
main#kiveer01 {
margin-bottom: 185px;
}

.modul {
padding-right: 10px;
padding-left: 20px;
}
.modul_titel_basic { display: none; }
.modul_titel_small { display: block; }
.modul_inhalt {
margin-left: 5px;
}

#VAOrt_Adr_small {
display: block;
hyphens: none;
}
#VAOrt_Adr_basic {
display: none;
}

/* ......................... Team.php ........................ */
#team_Container {
width: 100%;
}

/* ....................... Kontakt.php ....................... */
#kont_daten div:last-of-type {
display: none;
}

/* ...................... Impressum.php ...................... */


/* ..................... Datenschutz.php ..................... */

/* ....................... Infothek.php ...................... */
a.InfothItem:link, a.InfothItem:visited {
width: auto;
}

/* .......................... Fehler ......................... */



