@charset "UTF-8";
/*
Description: Theme fuer Bernd Finkeldei - HTML5, CSS3
Author: Ralph Segert
Date: 04/2020
Author URI: https://segert.net
*/
@font-face {
  font-family: 'OpenSans-Regular';
  font-display: swap;
  src: url("font/opensans/OpenSans-Regular.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans-Light';
  font-display: swap;
  src: url("font/opensans/OpenSans-Light.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans-Bold';
  font-display: swap;
  src: url("font/opensans/OpenSans-Bold.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans-Semibold';
  font-display: swap;
  src: url("font/opensans/OpenSans-Semibold.woff") format("woff"); }

* {
  margin: 0;
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  font-family: OpenSans-Light, Verdana, serif;
  justify-content: center;
  background-color: #fff;
 }

a:focus {
  outline: none; }

img, fieldset {
  border: 0; }

img {
  vertical-align: middle; }
  
  .div6 img, .div6b img {
  border:1px solid #eee; }

a {
  border: 0;
  text-decoration: none; }

.clearfix::after {
  content: " ";
  display: block;
  clear: both; }

strong {
  font-family: OpenSans-Semibold, Verdana, serif; }

.caption strong {
  font-family: OpenSans-Regular, Verdana, serif; 
  font-weight: normal;
  color: #000;
  }  
 




/* ### LINKFARBEN: Navigationselemente und Links ### */
a {
  transition: 300ms; }

p a {
  font-weight: bold; }
  p a, ul a, h3 a, h4 a {
    color: #444; }
  p a:visited, ul a:visited, h3 a:visited, h4 a:visited {
    color: #444; }
  p a:hover, ul a:hover, h3 a:hover, h4 a:hover p a:focus, ul a:focus, h3 a:focus, h4 a:focus {
    color: #000; }
 
 

nav a, .subnav a {
  padding-bottom: 1%; }
  nav a, .subnav a {
    color: #444; }
  nav a:hover, .subnav a:hover {
    color: #999;
    background-color: transparent; }
  nav a.aktiv, .subnav a.aktiv {
    color: #444;
    background-color: transparent; }

nav .aktiv {
  font-family: OpenSans-Semibold, Verdana, serif; }



.footer a {
  color: #0040A1; }

.footer a:visited {
  color: #0040A1; }

.footer a:hover, .footer a:focus {
  color: #000; }

/* ### CSS Grid: Grundlayout ### */
.container {
  display: grid;
  grid-template-columns: minmax(min-content, 1024px);
  justify-content: center;
  padding-left: 4%;
  padding-right: 4%; }

.parent {
  display: grid;
  grid-template-columns: 42% 36.125% 21.875%;
  grid-template-rows: 90px 30px 1px 1fr 20px 45px 80px;
  grid-column-gap: 0px;
  grid-row-gap: 20px; }

/* Header Logo */
.div1 {
  align-self: center;
  grid-area: 1 / 1 / 2 / 2;
  padding-top: 15%; }

.div1 img {
  width: 70%;
  height: auto; }

/* Header Subsitename */
.div2 {
  justify-self: end;
  align-self: center;
  grid-area: 1 / 2 / 2 / 3;
  padding-top: 15%; }

.div2 h1 {
  font-face: OpenSans-Light, Verdana, serif;
  font-weight: 100;
  font-size: 240%;
  color: #888;
  letter-spacing: 1px;
  line-height: 1.5em; }

/* Hauptnavi */
.div4 {
  grid-area: 2 / 1 / 4 / 3;
  align-self: center;
  justify-self: end;
  width: 100%; 
  font-size: 110%;
  }

/* Großes Bild */
.div6 {
  grid-area: 4 / 1 / 5 / 3;
  min-height: 560px;
  max-height: 560px; 
  }
  
 /* aktuell */
.div6aktuell {
  grid-area: 4 / 1 / 5 / 3;
  min-height: none;
  max-height: none; 
  } 

.div6 img {
  width: auto;
  height: auto; 
  max-height: 560px;
  max-width: 790px;
  }


/* Cards für Werk */
.cards {
  height: auto; }

.cards {
  height: auto; }

.cards img {
	width: 100%;
  height: auto; 
	
  margin-top: 0; }

/* Subnavi */
.div7 {
  grid-area: 4 / 3 / 5 / 4; }
  
.sub2 {
	margin-top: 7%;
}

/* Bildunterschrift */
.div6a {
  grid-area: 5 / 1 / 6 / 3; }

.div6a .bildinfo {
  font-size: 80%; 
  color: #777;
  }

/* Thumbnails */
.div6b {

  grid-area: 6 / 1 / 7 / 3; }

.div6b img {
  width: 100%;
  height: auto;
  max-height: 45px;
  transition: .4s;
  opacity: .4; 
  filter: grayscale(100%);
  }

.div6b ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.div6b li {
  max-width: 60px;
  max-height: 45px;
  list-style-type: none;
  margin-right: 2%; }

#thumbs {	
  display: inline;
  padding: 0;
  margin: 0; }


.div6b .selected img {
  opacity: 1; 
  filter: grayscale(0);
  }

.div6b img:hover {
  opacity: 1; 
    filter: grayscale(0);
  }

/* Footer */
.div8 {
  grid-area: 7 / 1 / 8 / 3;
  justify-self: end;
  align-self: center; }

.start {
  grid-area: 5 / 1 / 6 / 3; }

.werk {
  grid-area: 5 / 1 / 6 / 3; }

.div8 p {
  font-size: 80%; }


/* ### Navigation ### */
nav {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  color: #000; }

.div4 ul {
  width: 100%;
  text-align: right; }

.div4 li {
  display: inline;

  padding-left: 3.4%;
  list-style-type: none;
  letter-spacing: 1px; }

.div7 .subnav {
  padding-left: 4%;
  list-style-type: none;
  letter-spacing: 1px; }

.div7 .subnav {
  padding-left: 18%; }

.div7 .subnav ul {
  list-style-type: none; }

.div7 .subnav li {
  padding-bottom: 8%; }

.div7 .subnav .aktiv {
  font-family: OpenSans-Semibold, Verdana, serif; }

/* ### FLEXBOX: Cards ### */
.cardsection {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.card-wrapper-teaser {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: right;
  margin: 0 0 5% 0%;
  min-width: 200px;
  max-width: 200px;
  align-items: flex-end; }

.cardsection h3 {
  margin-top: 4%;
  color: #888; }

.card-wrapper-teaser:last-of-type {
  margin-right: 38%; }

/* GRIDS: Flexbox und Foramtierungen  */
.gridsection {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 2%;
  width: 100%;
  font-size: 85%;
  flex-wrap: wrap; }
  
 .texte {
margin-bottom: -5%; 
 }

 .rundgangmargin {
margin-bottom: 10%; 
 }
 
 
.gridsection h2 {
  font-family: OpenSans-Regular, Verdana, serif;
  font-size: 120%;
  padding: 0 0 5% 0;
  width: 100%; }

.gridsection p {
  padding: 1% 0 1% 0;
  line-height: 1.6em;
  color: #000; }

.gridsection ul {
  margin-left: 4%;
  list-style-type: circle; }

.gridfoto {
  max-width: 220px;
  width: 30%;
  border: 0;
  margin-bottom: 6%; }

.breit {
  max-width: 380px;
  padding-right: 20px;
  width: 50%; }

.breit img, .gridfoto img {
  max-width: 380px;
  width: 100%;
  height: auto; }
  

.breitaktuell {
  max-width: 720px;
  margin-top: -3%;
  padding-right: 0;
  width: 80%; }

.breitaktuell img {
  max-width: 180px;
  height: auto; }
    

.rundgangtitel img, .breit img {
  margin-bottom: 2%; }

.rundgangtitel .titelklein, .breit .titelklein {
  margin-bottom: 2%;
  font-size: 90%; }

.gridsection .rundgangtext h3 {
  font-size: 120%; }

.gridsection .rundgangtext p {
  margin-top: 5%;
  font-family: OpenSans-Regular, Verdana, serif;
  font-size: 110%;
  line-height: 3.2em; }

.gridtext {
  width: 70%;
  padding: 0 4% 0 6%;
  margin-bottom: 3%; }

.contentunten {
  align-self: flex-end; 
  padding-bottom: 3%;
  }

.schmal {
  width: 50%;
  margin-bottom: 3%;
  padding: 0 2% 0 2%; }

.schmal p {
  font-size: 100%; }

.breiter {
  width: 100%;
  max-width: 100%; }

.breiter img {
  width: 100%;
  max-width: 640px;
  margin-bottom: -3%;
  height: auto; }
  

.breiteraktuell {
  width: 100%;
  max-width: 100%; }

.breiteraktuell img {
  width: 100%;
  max-width: 640px;
  margin-bottom: 1%;
  margin-top: 2%;
  height: auto; }
  
    
.breitertext, .breitertext2 {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.breitertext p {
  font-size: 110%;
  padding-right: 25%;
  margin-bottom: 1%; }

.breitertext2 p {
  font-size: 110%;
  padding-right: 15%; }

.gridtext h3 {
  font-family: OpenSans-Regular, Verdana, serif;
  font-size: 100%;
  padding: 0 0 3% 0; }
  
 .gridtext h4 {
  font-family: OpenSans-Regular, Verdana, serif;
  font-size: 110%;
  padding: 0 0 0 0; }

.breiter h3 {
  padding-bottom: 1%; }
  
 .breitertext h2 {
  padding-bottom: 1%; }
  
 .breitertext2 h3 {
  padding-bottom: 3%; }

 .breitertext2 strong {
  font-family: OpenSans-Regular, Verdana, serif; }  
  
  


/* # TYPOGRAFIE # */
.section p {
  font-size: 130%;
  color: #222;
  padding: 1% 0 1% 0;
  line-height: 1.6em; }

section ul {
  font-size: 100%;
  line-height: 1.9em;
  list-style-type: square; }

section li {
  padding: 0 3% 1% 0; 
  font-family: OpenSans-Regular, Verdana, serif;
  }

.footer p {
  font-size: 100%;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
  line-height: 2em; }

/* ################
NAVIGATIONSELEMENTE
################### */
#back-to-top {
  /* scriptgesteuerter Top-Balken */
  position: fixed;
  /* Fixiert den Balken unten */
  display: none;
  width: auto;
  right: 5.5%;
  bottom: 4%;
  padding: 10px 10px 12px 10px;
  background: #666;
  color: #fff;
  font-size: 130%;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  transition: all ease-in-out .3s;
  border-radius: 6px; }

#back-to-top:hover {
  bottom: 5%; }

/* ####
BUTTONS
####### */
.btn-top {
  font-size: 1.3em;
  text-align: center; }

.btn-top::after {
  content: " ↑"; }

.btn-top::before {
  content: "↑ "; }

.btn-card {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 120%;
  letter-spacing: 1px;
  color: #fff;
  background-color: #0040A1;
  padding: 1.8em 0 1.8em 0;
  margin-top: 5%;
  transition: all ease .4s;
  cursor: pointer; }
  
  


/*Styles for screen 1024px and lower*/
@media only screen and (max-width: 64em) {

 .div6 img { 
  max-height: 530px;
  max-width: 730px;
  }
  
    
    }




/*Styles for screen 800px and lower*/
@media only screen and (max-width: 50em) {
	
  .parent {
    grid-template-columns: 43% 39.125% 17.875%; }
  .div1 img {
    width: 86%; }
    
  .div2 h1 {
    font-size: 210%; } 
    
 .div6 img { 
  max-height: 420px;
  max-width: 570px;
  }
  
  .breitertext p {
  font-size: 110%;
  padding-right: 5%;
  margin-bottom: 1%; }
  
  
.breitaktuell {
  max-width: 600px;
  margin-top: -3%;
  padding-right: 0;
  width: 100%; }

.breitaktuell img {
max-width: 300px;
  height: auto; }
  
    
    }


/*Styles for screen 640px and lower*/
@media only screen and (max-width: 40em) {

    
  /* ### CSS Grid: Grundlayout ### */
  .container {
    display: grid;
    grid-template-columns: auto;
    padding-left: 5%;
    padding-right: 5%; }
    
  .parent {
    grid-template-columns: 70% 30% 0;
    grid-template-rows: 80px 50px auto 1fr 40px 45px 80px;
    grid-column-gap: 0px;
    grid-row-gap: 0px; }
    
    
  /* Header Logo */
  .div1 {
    align-self: center;
    grid-area: 1 / 1 / 2 / 2;
    padding-top: 3%; }
    
  .div1 img {
    width: 83%;
    height: auto; }
    
  /* Header Subsitename */
  .div2 {
    justify-self: end;
    align-self: center;
    grid-area: 1 / 2 / 2 / 4;
    padding-top: 2%; }
    
  .div2 h1 {
    font-size: 120%;
    color: #666;
    letter-spacing: 0; 
    padding-top: 6%;
    }
    
  /* Hauptnavi */
  .div4 {
    grid-area: 2 / 1 / 3 / 4; 
    font-size: 100%;
    }
    
  .werknav {
    grid-area: 2 / 1 / 3 / 4; 
    font-size: 100%;
    }
    
    
  /* Großes Bild */
  .div6 {
    grid-area: 4 / 1 / 5 / 4; 
	min-height: 0;
	max-height: none;
    }
    
   
  .div6 img {
    width: 100%;
    height: auto;
    max-height: none;
	max-height: none;
     
    }
    
  .div6 .grossbild img {
    margin-top: -22px; }
    
  
    
  /* Cards für Werk */
  .cards {
    grid-area: 3 / 1 / 5 / 4;
    height: auto; }
  .cards {
    height: auto; }
  .cards img {
    margin-top: 0; }
    
    
  /* Subnavi */
  .div7 {
    grid-area: 3 / 1 / 4 / 4; }
    
 .sub2 {
	margin-top: -1%;

}
    
    
  /* Bildunterschrift */
  .div6a {
    grid-area: 5 / 1 / 6 / 3; 
    padding-top: 2%;
    }
    
 .rundgangtitel .titelklein, .breit .titelklein {
	  font-size: 80%;
   }

.schmal h3 {
  font-size: 130%; 
  }
      
.schmal p {
  font-size: 110%; 
  line-height: 1.6em;
  }


  .div6a .bildinfo {
    font-size: 70%; }
    
  /* Thumbnails */
  .div6b {
    grid-area: 6 / 1 / 7 / 3; 
    }
    
  .div6b img {
    width: 100%;
    height: auto;
    max-height: 45px;
    transition: .4s;
    opacity: .4; 
    }
 
  .div6b ul {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
    
  .div6b li {
    max-width: 60px;
    max-height: 45px;
    list-style-type: none;
    margin-right: 2%; 
    
    }
  #thumbs {
    display: inline;
    padding: 0;
    margin: 0; }
  .div6b .selected img {
    opacity: 1; }
  .div6b img:hover {
    opacity: 1; }
    
    
  /* Footer */
  .div8 {
    grid-area: 7 / 1 / 8 / 3;
    justify-self: end;
    align-self: center; }
  .start {
    grid-area: 5 / 1 / 7 / 4; }
  .werk {
    grid-area: 5 / 1 / 7 / 3; }
  .div8 p {
    font-size: 80%; }
    
    
  /* ### Navigation ### */
  nav {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    color: #000; }
    
  .div4 ul {
    width: 100%;
    text-align: right; }
    
  .div4 li {
    display: inline;
    padding-left: 3.4%;
    list-style-type: none;
    letter-spacing: 1px; }
    
    
  /* Subnavi */
  .div7 .subnav {
    font-size: 90%;
    padding-left: 0;
    margin-bottom: 3%;
    letter-spacing: 0; 
    }
    
  .div7 .subnav {
    padding-left: 0; }
    
  .div7 .subnav li {
    display: inline-block;
    margin-right: 2%;
    padding-bottom: 1%; 
    }
    
    
.gridsection {
    padding: 5% 0 5% 0;
    font-size: 80%; }
.card-wrapper-teaser {
    margin: 4% 0% 10% 20%;
    min-width: 80%;
    max-width: 80%; }
.cardsection h3 {
    margin-top: 4%; }
.card-wrapper-teaser:last-of-type {
    margin-right: 0; } 
    
    
 .gridfoto {
  width: 100%;
  margin-bottom: 4%; }

.breitertext p {
  font-size: 110%;
  padding-right: 0;
  margin-bottom: 1%; }
  
.breit {
  padding-right: 0;
  width: 100%; }
  
.breitaktuell {
  max-width: 340px;
  margin-top: -3%;
  padding-right: 0;
  width: 100%; }

.breitaktuell img {
max-width: 400px;
  height: auto; }
  
  .gridtext {
  width: 100%;
  padding: 0;
  margin-bottom: 8%; }
  
  
  }
