@charset "UTF-8";
/* CSS Document */

:root {
  color-scheme: light !important;
	  --ui-bar-bg: #f3f3f3;
}
:root {
  --audio-color: #00335E;
}
	 header,
  footer {
    background-color: #fafafa;
  }
header,
footer {
  forced-color-adjust: none;
}


*, *:before, *:after {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}




body {

    font-family:'Saira', "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 20px;
	font-size: 125%;
    background-color: #F1F1F1 !important;  
    
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

html, body {
  height: 100%;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}



/* saira-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/saira-v20-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/saira-v20-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/saira-v20-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/saira-v20-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/saira-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/saira-v20-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/saira-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/saira-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/saira-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/saira-v20-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/saira-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/saira-v20-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/saira-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/saira-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/saira-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/saira-v20-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/saira-v20-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* saira-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Saira';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/saira-v20-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




h1 {font-family: Saira;
	color: #00335E;
	font-size: 2rem;
	margin-bottom: 10px;
    text-align: center;
}

h2 {font-family: Saira;
	color: #00335E;
	font-size: 1.7rem;
	padding: 10px;
}

h3 {font-family: Saira;
	color: #00335E;
	font-size: 32px;
}

p {font-family: Saira, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 16px;
	line-height: 1.3;
	color: #00335E;
	text-align: left;

}

header{
    height: 50px;
    padding: 0px;
}

main{
    /*background-color: #E0E0E0 !important;*/
	  flex: 1;
}

main {
  padding-bottom: 50px;
}


/* Überschriften */
main section h2 {
  text-align: right;
  padding-right: 10px;          /* wichtig: globales h2-padding neutralisieren */
  margin-bottom: 0.5rem;
}
main section {
  display: block;

}
.logo a {
  display: inline-block;
}


#about h2,
#contact h2,
#privacy h2,
#imprint h2 {
  text-align: right;
  padding-right:  10px;          /* globales h2-padding neutralisieren */
  margin-bottom: 0.1rem;
	padding-top: 40px;
}

#about,
#contact,
#privacy,
#imprint {
  padding-left: 50vw;
  padding-right: 20px;  
  box-sizing: border-box;
}

#about p,
#contact p,
#privacy p,
#imprint p {
  max-width: 60rem;
}
/*
footer {
  background-color: #EBEBEB !important;
  height: 50px;
  padding: 0;
}
*/


.navigation-right li a {
  white-space: nowrap;
}

ul.navigation-left {
    display: flex;
    width: auto;
    flex-direction: column;
    padding-right: 20px;
    font-family: Saira;
    font-size: 12px;
    line-height: 1.2;
    list-style:none;
    text-align: right;
    margin-top: 10px;
    justify-content: center;
}


ul.navigation-right {
	 display: flex;
	 flex-wrap: nowrap;
    flex-direction: row;
	gap: 30px;
    font-family: Saira;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
	/*justify-content: flex-start;*/
    /*padding-left: 10px;*/
	text-align: left;
    margin-top: 10px;
    /*margin-right: 30px;*/

	}
	

ul.navigation li {
    display: inline-block;    
}

ul.navigation li:hover {
    display: inline-block;    
}

a.link-nav:link, a.link-nav:visited {
    color: #00335E;
    text-decoration: none;
}

a.link-nav:hover, a.link-nav:active {
    color: #0071D1;
    text-decoration: none;
/*    font-weight: 500;
*/}

/*Klassen*/

.clearfix::before, .clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.mail_txt{
    font-size: 14px;
    font-weight: 300;
    color: #00335E;
    text-align: right;
}

.mail{
    align: right;
    margin-top: 10pt;
    margin-right: 20px;
}

.div-50x50px {
    width: 50px;
    height: 50px;
}

.img_centered {margin: 0 auto}
.margin10px {margin: 10px;}

.centered-photo {
  max-height: 70vh;
  max-width: 90vw;
	margin-top: 60px;
  width: auto;
  height: auto;
  display: block;
}

.coming-soon-image {
    width: 50%;
/*    display: flex;
    justify-content: center;
*/    
    margin: 0 auto;
}

.coming-soon-image-content {
    background-image: url("../Bilder/2017_06 Finnland 021 Web B=2000px.jpg");
    margin-top: 25px;
/*    background-size: contain;*/
/*    width: 60%;*/
}

.container-flex-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;   /* 👈 entscheidend */
  min-height: auto; 
	padding-top: 10px;
}

.container-flex-column a {
  display: flex;
  justify-content: center;
}
.centered-photo {
  max-width: 90vw;
  max-height: 70vh;
  height: auto;
  display: block;
}

.container-flex-row {
    display:flex; /* or inline-flex */
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
/*
.container-flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 100px;      
}
*/
.container-flex-column {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.container-flex-wrap {
    display:flex; /* or inline-flex */
    flex-wrap: row wrap;
    justify-content: space-between;
}

.min-width150 {min-width: 150px}
.min-width120 {min-width: 120px}

.typo_home {
    font-family: Saira;
    font-weight: 100;
    color: #00335E;
    font-size: 15px;
    margin-right:30px;
/*    margin-left: 60px;
*/   
	 
    margin-bottom: 20px;
    text-align: right;
	  position: relative;
 }


.typo_home2 {
    font-family: Saira;
    font-weight: 100;
    color: #00335E;
    font-size: 15px;
    margin-right:30px;

    text-align: right;
	  position: relative;
 }


.typo_gallery_overview {
    font-family: Saira;
    font-weight: 100;
    color: #00335E;
    font-size: 15px;
    margin-right:24px;
    margin-left: 50px;
    margin-bottom: 20px;
    text-align: right;
}

.section_home {
    width: 88%;
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
}

.section_home-div {
    display:flex;
    flex-direction: row;
    
    justify-content: flex-end;
    align-items: flex-end;
}
.section_home-div > a {
  display: flex;          
  align-items: flex-end;
}
.section_gallery_overview {
    width: 88%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 60px;
}

.section_gallery_thumbs_all {
    margin-right: 30px;
    margin-left: min 30px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    
    justify-content: right;
    
    align-items: flex-end;
    gap: 20px;
}

.pix_home {
    width: 350px;
    margin-bottom: 20px;
}

.pix_home_cgi {
    width: 350px;
    margin-bottom: 20px;
    padding: 8px;
    background-color: #FFFFFF;
}

.gallery_overview {
    width: 94%;
    display:flex;
    flex-direction: row column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
}

/*.pix_home_gallery_overview {
    max-height: 240px;
    max-width: 300px;
    margin-bottom: 20px;
}*/
.pix_home_gallery_overview {
  height: 220px;        
  /*max-width: 300px; */ 
  object-fit: cover;   
  display: block;
	 margin-bottom: 20px;
}
.panorama {
  /*height: 220px;  */      
  max-width: 70vw;
  object-fit: contain;   
  display: block;
	 margin-bottom: 20px;
}
.pix_home_gallery_overview_cgi {
  height: 220px;        
  /*max-width: 300px; */ 
  object-fit: cover;   
  display: block;
	 margin-bottom: 20px;
	 border: 15px solid #fff;
  box-sizing: border-box;
	background: #fff;
}

.section_home_link {
    width: 88%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pix_home_link {
    width: 350px;
    margin-bottom: 20px;
}

.pix_home_cgi_link {
    width: 350px;
    margin-bottom: 20px;
    padding: 8px;
    background-color: #FFFFFF;
}

.gallery_thumb {
    max-height: 76px;
    margin-bottom: 20px;
    align: right;
    
}

.gallery_figure_parent {

    display: flex;
    margin: 0 auto;
}

.gallery_figure{
    display:inline-block;
    margin: auto;
}

.gallery_figure_image {
    max-height: 60vh;
    max-width: 70vw;
    margin: 0 auto;
}

.gallery_figure_caption {
    font-size: 14px;
    color: #00335E;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 26px;
}

.gallery_controls {
    display:flex;
    width: 90vw;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 3vh;
}
.gallery_controls_left {
       
    margin-left:30px;
    z-index: 3;
    opacity: 0.5;
}
.gallery_controls_right {
    
    margin-right: 30px;
    opacity: 0.5;
}

.gallery_horizontal_align{
    display: block;
    horizontal-align: middle;
}


.grids-note {
	display: none; 
  text-align: right;
			 font-size: 0.9rem;
	opacity: 0.8;
  margin-right: 20px;
	margin-bottom: 32px;
  color: #00335E !important;
}
/*IDs*/


#ID-1 {
  width: 100%;
  text-align: right;
  padding-right: 20px;
  margin-top: 40px;
}

#id2{height: 40px;
 margin-top:10px;
margin-left: 10px
}

#id-header {
    display: flex;
    flex-wrap: wrap;
}

#header-logo{
    margin-right: 20px;
    float: left;}
#header-name{
    font-family: Saira;
    color: #00335E;
    text-align: left;
    margin-top: 10px;
    margin-right: 60px;
    font-size: 16px;
    float: left}

#header-logo-mit-name {
    height: 34px;
    margin: 10px;
}

#footer-logo-mit-name {
    height: 34px;
    margin: 16px;
    max-width: 350px;
}

#footer-logo-mit-name-index {
    height: 30px;
    margin: 16px;
    max-width: 300px;
}
.footer-logo img {
  height: 34px;
  width: auto;
  display: block;
}



.downloads {
    max-width: 400px;
  margin-left: auto;
  margin-right: 20px;
}

.downloads-title {
  font-size: 18px;
  margin-bottom: 60px;
	text-align: right;
	margin-right: 8px;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.download-card {
  
  transition: all 0.35s ease;
  
}

.download-card:hover {
  border-color: #ccc;
}

.download-thumb {
  overflow: hidden;
  aspect-ratio: 4/3;
}

.download-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.download-card:hover img {
  transform: scale(1.05);
}

.download-info {
 padding: 20px;
  text-align: right;
}

.download-info h3 {
  font-size: 1rem;
  margin-bottom: 15px;
}

.download-info p {
  font-size: 1.4rem;
  color: inherit;
	text-align: right;
  margin-bottom: 16px;
}

.download-btn {
  text-decoration: none;
  border: 1px solid #ddd;
  background: #f3f3f3;
  color: inherit; 
  padding: 8px 18px;
  font-size: 0.85rem;
  border-radius: 20px; 
  text-transform: lowercase; 
  transition: all 0.25s ease;
	margin-top: 30px;
}

.download-btn:hover {
  opacity: 0.7;
}


 /* BREAK-POINTS */      


@media only screen and (max-width: 480px) {

  /* Galerie-Übersicht */
  .pix_home_gallery_overview {
    height: 180px;
    width: auto;
    object-fit: cover;
  }

  /* Startseite */
  .pix_home,
  .pix_home_cgi {
    width: 180px;
  }
.panorama {
  /*height: 220px;  */      
  max-width: 50vw;
  object-fit: contain;   
  display: block;
	 margin-bottom: 20px;
}
  
 /* .section_gallery_overview {
    gap: 30px;
  }*/
}

@media only screen 
  and (max-width: 600px) 
  and (orientation: portrait) {

  .section_home-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0px;
    margin-bottom: 10px;
  }

  .section_home-div .typo_home {
    font-size: 13px;
    line-height: 1;
   margin-right: 30px; 
    white-space: nowrap;
  }
  .pix_home_gallery_overview {
    height: 180px;
    width: auto;
    object-fit: cover;
  }
	  
	   .section_gallery_overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
 
    column-gap: 40px;  /* Abstand nebeneinander */
    row-gap: 14px;     /* Abstand untereinander */
  }


  .section_home > a {
    display: flex;
    align-items: flex-end;
  }
  .section_home {
  /*  flex-direction: column;   */
    row-gap: 14px;
	  margin-bottom: 14px;
  }
  .typo_home,
  .pix_home,
  .pix_home_cgi {
    margin-bottom: 0;     
  }
}

@media only screen and (max-width: 600px) {


	
#ID-1{
    font-family: Saira;
    font-weight: 300;
    color: #00335E;
    font-size: 1rem;
    margin:30px;
    text-align: right;

  }

  .section_home {
    display: flex;
   /* flex-direction: column;  */
    align-items: flex-end;
    gap: 12px;                
   /* margin-bottom: 14px;*/
  }
 .section_home-div {
    flex-direction: row;      
    align-items: baseline;      
    gap: 12px;
  }    


	
.pix_home_gallery_overview,

.pix_home_gallery_overview_cgi {

  height: auto;

  max-height: 180px;

  width:auto;

  object-fit: cover;

  display: block;

  margin-bottom: 0px;

}
	  .section_home-div {
    margin-bottom: 14px;  /* ✔ identisch zu index */
  }
    
.pix_home {
    width: 150px;
  /*  margin-bottom: 15px;*/
}

.pix_home_cgi {
    width: 150px;
   margin-bottom: 15px;
    padding: 8px;
    background-color: #FFFFFF;
}

    .typo_home {
    font-family: Saira;
    font-weight: 100;
    color: #00335E;
    font-size: 13px;
    margin-right:30px;
    text-align: right;
  /* margin-bottom: 20px;*/
}
	.typo_home2 {
    font-size: 12px;     
    margin-right: 16px; 
	}
	
	 .vimeo-wrapper {
    width: 260px;    
		   line-height: 0;
  }

  .vimeo-wrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
	  display: block;
	  vertical-align: bottom;
  }
	

 /* .section_home-div {
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }*/
	
    .gallery_controls_left {
    left:30px;
    top:60vh;
}
    .gallery_controls_right {
    right:30px;
    top:60vh;
}
  #about,
  #contact,
  #privacy,
  #imprint {
    padding-left: 10vw;
    padding-right: 16px;
  }
	.centered-photo {
  max-width: 90vw;
  max-height: 70vh;
  height: auto;
  display: block;
}
	
 
  .typo_home {
    margin-bottom: 0;           
    line-height: 1;            
    white-space: nowrap;
  }


}

@media only screen 
  and (max-width: 768px) 
  and (orientation: portrait) {

  .section_home {
    align-items: flex-end;
  }

  .section_home > a {
    display: flex;          
    align-items: flex-end;
  }

  .typo_home,
  .pix_home,
  .pix_home_cgi {
    margin-bottom: 0;      
  }
.pix_home_gallery_overview {
   height: 100%;          
  max-height: 180px;        
  width:auto;
  object-fit: cover;   
  display: block;
	 margin-bottom: 20px;
}
	  @media (max-width: 768px) {

  .downloads {
    padding: 80px 20px;
  }

  .downloads-grid {
    gap: 25px;
  }

}
}

@media only screen and (max-width: 820px) {

	  .grids-note {

    display: block;

  }
	
  .pix_home,
  .pix_home_cgi,
  .pix_home_link,
  .pix_home_cgi_link {
    width: 150px;
  }
		.typo_home2 {
    font-size: 12px;     
    margin-right: 16px; 
	}
	
 .vimeo-wrapper {
    width: 320px;       
  }

  .vimeo-wrapper iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }


  .pix_home_gallery_overview,

  .pix_home_gallery_overview_cgi {

    height: auto;

    max-height: 180px;

    width:auto;

    object-fit: cover;

    display: block;

    margin-bottom: 20px;

  }
	
	.section_gallery_overview {
    column-gap: 16px;
    row-gap: 20px;
  }
}

@media only screen and (min-width: 600px) {
#ID-1{
    font-family: Saira;
    font-weight: 200;
    color: #00335E;
    font-size: 1.2rem;
    margin:30px;
    text-align: right;
}

    .gallery_controls_left {
    left:30px;
    top:70vh;
}
    .gallery_controls_right {
    position: absolute;
    right:30px;
    top:70vh;
}
	.navigation-footer li a {
  display: block;
  line-height: 1;
  margin-bottom: 5
	  px;
  padding: 0;
}
	
  .footer-burger {
    display: none !important;
  
}
/*	  main section p {
    margin-left: 10vw;
}*/

  .navigation-footer {
    display: flex;
    flex-direction: row; /* 👈 FIXED: horizontal */
    gap: 40px;
    font-family: Saira;
    font-size: 15px;
    list-style: none;
    text-align: right;
    margin-right: 30px;
    margin-bottom: 12px;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }


    
.container-flex-wrap {
    display:flex; 
    flex-wrap:wrap;
    justify-content: space-between;
}
.gallery_controls_left {
    left:30px;
    top:75vh;

}
.gallery_controls_right {
    right:30px;
    top:75vh;   
}
	

}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#ID-1{
    font-family: Saira;
    font-weight: 200;
    color: #00335E;
    font-size: 1.4rem;
    margin:30px;
    text-align: right;
}

    
ul.navigation-left {
    display: flex;
    flex-direction: row;
    width: 290px;
    justify-content: space-between;
    text-align: left;
    font-family: Saira;
    font-size: 14px;
    line-height: 1.2;
    list-style: none;
    margin-top: 16px;
    margin-right: 3px;
}


ul.navigation-right {
    display: flex;
    flex-direction: row;
    width: 90px;
    justify-content: space-between;
    text-align: left;
    font-family: Saira;
    font-size: 14px;
    line-height: 1.2;
    list-style: none;
    padding-left: 9px;
    margin-top: 16px;
    margin-right: 30px;
}
	
	 .section_gallery_overview {
    column-gap: 48px; 
	  }
	
	

}
	
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {

  .pix_home,
  .pix_home_cgi {
    width: 258px;
    max-height: 260px;   /* 👈 entscheidend */
    height: auto;
    object-fit: cover;
  }

}

@media only screen
  and (min-width: 768px)
  and (max-width: 1200px)
  and (orientation: landscape) {

   .pix_home,
  .pix_home_cgi {
	  width: 100%;
    width: 258px;
    max-height: 260px;   /* 👈 entscheidend */
    height: auto;
    object-fit: cover;
  }

	  
}

@media (max-width: 900px) {
  #about,
  #contact,
  #privacy,
  #imprint {
    padding-left: 25vw;
    padding-right: 16px;
  }
	
}
@media only screen and (min-width: 992px) {
#ID-1{
    font-family: Saira;
    font-weight: 200;
    color: #00335E;
    font-size: 1.4rem;
    margin:40px;
    text-align: right;
}
  .gallery_overview .pix_home_gallery_overview {
    height: 260px;      /* 👈 gewünschte Größe */
    max-height: none;   /* 👈 Deckel weg */
  }

}

@media (max-width: 1150px) {
#ID-1{
    font-family: Saira;
    font-weight: 200;
    color: #00335E;
    font-size: 1.4rem;
    margin:40px;
    text-align: right;
}
.centered-photo {
  max-width: 80vw;
  max-height: 60vh;
  height: auto;
  display: block;
}
}
@media only screen and (min-width: 1250px) {

  /* Photography: Text & Bild unten bündig */
  .section_home-div {
    align-items: flex-end;
  }

  .section_home-div > a {
    display: flex;          /* verhindert Inline-Baseline */
    align-items: flex-end;
  }

  .typo_home {
    line-height: 1;         /* saubere optische Unterkante */
  }
}
@media (prefers-color-scheme: dark) {
  body, html {
    background-color: #fff !important;
    color: #000 !important;
  }

  a, h1, h2, h3, p, li, nav, header, footer {
    color: inherit !important;
  }
}

@media (prefers-color-scheme: dark) {
  .nav-header a,
  .nav-footer a {
    color: #00335E !important;
  }
}
main {
  margin-top: 40px;
	margin-bottom: 20px;
}





/* MOBILE */
@media (max-width: 600px) {

 
	
html, body {
  pointer-events: auto;
}


  .footer-burger {
    position: fixed;
    right: 20px;
    bottom: 12px;
    z-index: 10000;
    pointer-events: auto;
  }
	}

