@charset "utf-8";
/* CSS Document */
*,*:before, *:after {box-sizing: inherit;}

html {
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-family: Arial, "Arial Black";
  font-size: 20pt;
  font-weight: 600;
  line-height: 130%;
  }

.kopf_wrapper {
  background-color: #E8E8E8;
  }
.fussnote {
  text-align: center;
  font-size: 16pt;
  font-weight: 400;
  margin: 15px 0 10px 0;
  line-height: 100%;
  }
.kopf_ueberschrift { 
  text-align: center;
  font-size: 25pt;
  font-weight: 900;
  margin: 15px 0 10px 0;
  }
.ueberschrift {
  font-weight: 900;
  text-decoration: underline;
  padding-top: 15px;
  text-align: center;
  }
.fett {
  font-weight: 900;
  }
.doppelter_zeilenabstand {
  line-height: 200%;
  }
.textblock {
  padding: 10px 0;
  }
.spot {
  font-weight: 900;
  color:#0000EE ;
  }
.txt_vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
                  /*===== Navigation =====*/
.navigation {
  display: flex;
  justify-content: space-around;
  padding-bottom: 12px;
  font-size: 20pt;
  }
.nav_item {
  }
                  /*===== Kopf außer Seite index =====*/
.kopf2 {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  }
.k2_ueberschrift {
  text-align: center;
  font-size: xx-large;
  font-family: Arial, "Arial Black", "Times New Roman";
  font-weight: 900;
  }
                  /*===== Seite index =====*/
.kopf1 {
  display: flex;
  justify-content: space-around;
  }
.k1_links {
  height: 200px;	
  }
.k1_links img {
  padding: 10px 3px;
  height: 100%;
  }
.k1_mitte {
  line-height: 120%;
  }
.k1_mitte_bilderreihe {
  display: flex;
  height: 150px;
  justify-content:space-around;
  }
.k1_mitte_bilderreihe img {
  padding: 5px;
  height: 100%;
  }
.k1_rechts {
  height: 200px;	
  }
.k1_rechts img {
  padding: 5px;
  height: 100%;
  }
									/* Site index, Hauptteil */
.bsa_wrapper {
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  }
									/* Site index, linker Block */
.bsa_block {                             
  text-align: center;
  padding: 10px;
	flex-grow: 1;
  }
.bsa_fett {
  font-weight: 600;
  }
									/* Site index, rechter Block, Social-Media Links */
.sm_block {
  display: flex;
  padding: 10px;
  flex-direction: column;
  flex-grow: 0;
  width: 130px;
  }
.sm_item {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
  text-align: center;
  }
.sm_item img {
  width: 70px;
  }
                  /*===== Seite info =====*/
.info_wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 10px;
  }
.info_block_head {
  font-weight: 800;
  }

.info_block {
  flex-direction: column;
  text-align: center;
  padding: 5px 10px;
  font-weight: 500;
  }
.info_item_kopf {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  font-size: 20pt;
  }
.info_item_kopf img {
  height: 40px;
  padding: 0 0 0 10px;
  }
.info_item_kopf2 {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  }
.info_item_kopf2 img {
  height: 40px;
  padding: 0 0 0 10px;
  }
.info_quelle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  }
                  /*===== Seite archiv =====*/
#arch_dropbox {
  text-align: center;
  padding-bottom: 10px;
  }
table {
  border-collapse: collapse;
  }
#archiv_table th, td {
  border: 2px solid;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 4px;
  text-align: center;
  line-height: 1.3em;
  }
#archiv_table a {
  line-height: 1.6em;
  }
                  /*===== Seite kalender =====*/
#cal_wrapper {
  }
#cal_monat {
  align-content: center;
  }
#cal_ferien {		
  display: flex;
  justify-content: center;
  }
#bildmonat {
  width: 95vmax;
  }
                  /*===== Medienabhängigkeiten =====*/
@media (max-width: 1300px) {
  .k1_links {height: 180px;}
  .k1_mitte_bilderreihe {height: 130px;}
  .k1_rechts {height: 180px;}
  }
@media (max-width: 1150px) {
  #foto02 {display: none}
  }
@media (max-width: 950px) {
  #foto04 {display: none}
  }
@media (max-width: 760px) {
  .k1_links {height: 140px;}
  .k1_mitte_bilderreihe {height: 100px;}
  .k1_rechts {height: 130px;} 
  .nav_item {
  font-size: large;}	
  }
@media (max-width: 560px) {
  .k1_links {height: 120px;}
  .k1_mitte_bilderreihe {height: 75px;}
  .k1_rechts {height: 110px;} 
  html {background-color: #FFFFFF;}
  }
@media (max-width: 500px) {
  .k1_links {height: 100px;}
  .k1_mitte_bilderreihe {height: 65px;}
  .k1_rechts {height: 95px;} 
  }
