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

:root {
  color-scheme: light !important;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}

*, *: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;
}

document.querySelectorAll('img').forEach(img => {
  img.setAttribute('draggable', 'false');
  img.addEventListener('dragstart', e => e.preventDefault());
});

/*@media (prefers-color-scheme: dark) {
  html {
    color-scheme: light;
  }
}*/

/*@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light only;
    background-color: #F1F1F1 !important;
  }
*/

/*@media (prefers-color-scheme:dark){
body{
background:#F1F1F1;
}
}*/

/* 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;
	text-align: left

}

header{
    height: 50px;
    padding: 0px;
}
    
main{
    /*background-color: #E0E0E0 !important;*/
	  flex: 1;
}


footer {
  background-color: #EBEBEB !important;
  height: 50px;             /* force match with header */
  padding: 0;
}

.header-container-flex {
  max-width: 100%;
 /* overflow-x: hidden;*/
}


/*Nav*/
.header a,
.navigation-footer a {
  text-decoration: none;
}

.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;*/

	}
	
/* === Footer Layout === */
.footer-wrapper {
  width: 100%;
  padding: 20px 0;
  background-color: #fff; /* or keep transparent */
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;             /* match header height */
  padding: 0 30 0 30px;          /* no vertical padding, just horizontal spacing */
}

.footer-logo {
  flex-shrink: 0;
	margin-left: 20px;
}

.footer-logo img {
  height: 34px;             /* smaller than full height for balance */
  display: block;
  margin: 0;
  vertical-align: middle;
}



.navigation-footer li a:hover {
  text-decoration: none;
  color: #0077cc;}

/* Reuse or extend this if already in your CSS */
.navigation-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin-top: 0px; 
	margin-right: 0px;
  padding: 0;
}

.navigation-footer li a {
  text-decoration: none;
  color: #00335E;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.navigation-footer li a:hover {
  color: #0077cc;
}


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;}

.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%;*/
}

.header-container-flex {
    display:flex; /* or inline-flex */
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.footer-container-flex {
    display:flex; /* or inline-flex */
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100vw;
    
/*    position: absolute;
*/    
    bottom: 0;
    background-color: #EBEBEB !important;

    
/*    min-height:200px;*/
}

.footer-container-flex_index {
    display:flex; /* or inline-flex */
    background-color: #EBEBEB !important;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100vw;    
    bottom: 0;
}
.footer-position{
    /*position: absolute; */
    /*bottom: 0; 
    left: 0; */
    
/*    z-index: 10;    
*/    
}

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

.container-flex-column {
    display:flex; /* or inline-flex */
    flex-flow: column wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: 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_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;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.section_home-div {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    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;
}

.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;
    
/*    align-self: flex-end;
*/    
}

/*.gallery_figure {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}*/

.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 {
    
/*    position: absolute;
    
    left:30px;*/
    
/*    top:45vh;
*/    
    margin-left:30px;
    z-index: 3;
    opacity: 0.5;
}
.gallery_controls_right {
    
/*    position: absolute;
    right:30px;
    top:45vh;
    z-index: 3;*/
    
    margin-right: 30px;
    opacity: 0.5;
}

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

/*IDs*/


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

#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;
}


 /* BREAK-POINTS       

Extra small devices (phones, 600px and down) */
@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 {
    width: 92%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.pix_home_gallery_overview {
    max-height: 180px;
    max-width: 240px;
    margin-bottom: 20px;
}  
    
.pix_home {
    width: 250px;
    margin-bottom: 15px;
}

.pix_home_cgi {
    width: 250px;
    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;
}
    .gallery_controls_left {
    left:30px;
    top:60vh;
}
    .gallery_controls_right {
    right:30px;
    top:60vh;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@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;
}
}

/* 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;
}
@media only screen and (min-width: 768px) {
  .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;   
}
}

/* Large devices (laptops/desktops, 992px and up) */
@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;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

@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;
  }
}

/* Header aligned 24px from viewport left edge */
.site-header {
  width: 100%;
  padding: 0;
  background-color: #F1F1F1;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  min-height: 60px;
}

.logo {
  margin-left: 14px;
}

.logo img {
  height: 50px;
  width: auto;
  display: block;
  margin-top: 8px;
}

/* Nav */
.main-nav {
  flex-grow: 1;
}

.nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.nav-list li a {
  text-decoration: none;
  color: #00335E;
  font-family: 'Saira', sans-serif;
  font-size: 14px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-list li a:hover {
  color: #0077cc;
}

/* Footer aligned 24px from viewport left edge */
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0px;
  background-color: #F1F1F1;
}

.footer-logo {
  margin-left: 8px;
}

.footer-logo img {
  height: 50px;
  width: auto;
  display: block;
  margin: 0;
}

main {
  margin-top: 40px;
	margin-bottom: 20px;
}
