
html {
    height: 100%; 
	padding-bottom: 3em !important; }

body {
	margin: 0; padding: 0; 
	background-color: #ffffff;
	hyphens: none;
	font-family: 'Barlow Semi Condensed';
    line-height: 1em;
    font-weight: 400;
    font-size: 1em;}
	
.inhalt {font-size:1em;
          max-width: 14400px}

.bild {max-width: 100%;height: auto;}

/*! ----------------------------body---------------*/

._head-rb {
    font-size: 2.5em;
font-family: 'Barlow Semi Condensed';
  font-weight: 400;
    line-height: 1.2;}
.head-nav {
    hyphens: none;
    font-family: 'Barlow Semi Condensed';
    text-align: right;
    font-size: 0.8em;
    line-height: 1em;
	 font-weight: 400;}

.link_nav {
    hyphens: none;
    font-family: 'Barlow Semi Condensed';
    text-align: left;
    font-size: 0.8em;
    line-height: 1.2em;
    font-weight: normal;}

/*! ---ABOUT---DROBDOWN--------*/
.dropdown {
  display: inline-block;}

button{
  border:none;
  background-color:#ffffff;
   font-size: 1em;
  cursor:pointer;
 font-family: 'Barlow Semi Condensed';
    text-align: right;
   font-weight: 400;
    line-height: 1.2em;}

button:hover{
  background-color:#ffffff;
}

.dropdown-options {
  display: none;
  position: absolute;
	float: right;
  overflow: auto;
  border-radius:5px;
  background-color:#ffffff;
}

.dropdown:hover .dropdown-options {
  display: block;
	  text-align: left;
}

.dropdown-options a {
  display: block;
  color: #000000;
  padding: 5px;
  text-decoration: none;
}
.dropdown-options a:hover {
  color: black;
}


.txt {
    padding: 60px;
}

.txt_ {
    padding: 160px;
}
._titel_sm {
   font-family: 'Barlow Semi Condensed';
	font-weight: 600;
    font-size: 1em;
    line-height: 1.0;
    padding: 10px;
    float: left;
}

._titel {
   font-family: 'Barlow Semi Condensed';
	font-weight: 600;
    font-size: 1em;
    line-height: 1.0;
    padding: 10px;
    float: left;
}

._titel_pad {
    font-family: 'Barlow Semi Condensed';
    font-size: 1.0em;
	font-weight: 600;
    line-height: 1.0;
    padding: 10px;
    float: left;}

._titel_txt {
	font-size: 1em;
    letter-spacing: 0.25em;
    line-height: 1.2 em;
	font-weight: 400;}

._titel_txt_pad {
	padding: 10px; 
	font-size: 1em;
    letter-spacing: 0.25em;
    line-height: 1.2 em;
	font-weight: 400;
    float: left;
	text-align: left;}

._titel_space {
	font-size: 1.2em;
    letter-spacing: 0.25em;
	font-weight: 400;
    line-height: 2.5;}

._titel_space_sm {
	font-size: 1.8em;
    letter-spacing: 0.25em;
	font-weight: 700;
    line-height: 1.8;}

._titel_space_pad {
	font-size: 1.2em;
    letter-spacing: 0.25em;
	font-weight: 400;
	padding: 10px;
    line-height: 2.5;
   float: left;
	text-align: left;}

._titel_space700 {
	font-size: 1.2em;
    letter-spacing: 0.25em;
    line-height: 2.5;
	font-weight: 700;}
	
._text {
    max-width: 1440px;
    hyphens: none;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-family: 'Barlow Semi Condensed';
    font-size: 1.0em;
    padding: 10px;
    float: left;
}
._text_sm {
    max-width: 1440px;
    hyphens: none;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-family: 'Barlow Semi Condensed';
    font-size: 1.0em;
    float: left;
}

._text_pad {
    max-width: 1080px;
    hyphens: none;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-family: 'Barlow Semi Condensed';
    font-size: 1.0em;
    padding: 10px;
    float: left;}

._titel_xl {
    font-family: 'Barlow Semi Condensed';
    font-size: 1.4em;
    
	  font-weight: bold;
    padding: 10px;
    float: left;
}

._text_xl {
    max-width: 1440px;
    hyphens: none;
    text-align: left;
    font-weight: normal;
    font-style: normal;
   font-family: 'Barlow Semi Condensed';
    font-size: 1.4em;
	line-height: 1.4;
    padding: 10px;
    float: left;
}

/*! ----------------------*/

/*! --------LINKS---------*/
a:link {
      color: #000000;
	  text-decoration: none;  
      }
      /* visited link */
      a:visited {
      color: #000000;
	
      }
      /* mouse over link */
      a:hover {
      color: #000000;
	 font-weight: 300;
      }
      /* selected link */
      a:active {
      color: #000000;
      }



/*! ------------*/
/*! ------------*/



/* The Picture Frame */
.gallery-frame {
  padding: .5rem;
  font-size: 1.2rem;
  text-align: center;
}

/* The Images */
.gallery-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.25s ease-in-out;
}

.gallery-img:hover {
  opacity: .7;
}


/*! ----FLEX-Main--------*/


img{ width: auto;
    height: auto;
	
}


/*! ----FLEX-text--------*/

.flex-text {
  display: flex;
	justify-content: flex-start;
  width: 1180px;
  margin: 10px;
 text-align: left;
  line-height: 1em;
	
  gap: 1em 2em;

}



/*! ----head---ende---------*/



.my-gallery figure {
    display: inline-block;
    margin: 0;
    overflow: hidden;
}
.my-gallery figcaption {
    /*display: none;*/
    /* So wird figcaption von SR gelesen: */
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.pswp__caption {
    /* display:none; falls caption nicht angezeigt, sondern nur von SR gelesen werden soll */
	
}

figure {
  
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    margin: 0.5em;
    padding: 0.5em;
}



/*! --------------------my-gallery--------------------------*/
.my-gallery figure a::after {
    position: absolute;
    bottom: 3px;
    right: 6px
}
.my-gallery img {
    cursor: zoom-in
}
.minwidth {
    min-width: 10em;
    overflow: hidden;
}
.my-gallery figure a::after {
    display: none;
}
/*! ----TEXT---------*/
.p {
    word-spacing: 2em;
    line-height: 300%;
    hyphens: none;
}

a.button {
    color: #fff !important
}
html, body, div, p, h1, h2, h3, ul, form, img, li, pre {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Barlow Semi Condensed';
}
body {
    text-align: center;
}
h1, h2, h3, h4, h5, h2 a span {
    font-weight: normal !important;
    font-family: 'Barlow Semi Condensed';
}
ul {
    font-size: .8em;
    color: #000000;
    line-height: 1.4em;
    margin: .5em 0 .5em 0;
}
h1.titel {
    margin-left: .7em
}
h2, h3 {
    text-align: left;
    letter-spacing: .07em;
    color: #000000;
    line-height: 140%;
    margin: .5em 0;
    padding: .2em 0 0 0
}
h2 {
    font-size: 1.1em;
    padding: 1em 0 0 0;
    text-transform: uppercase;
}
.h2_rb {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2.5;
}
.h2_space {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.25em;
    line-height: 2.5;
}


.data {
    font-size: .7em;
    color: #000000;
    line-height: 1.4em;
    margin: .5em 0 .5em 0
}
pre {
    font-family: 'Barlow Semi Condensed';
    font-size: .8em;
    margin: 0 0 .5em 1em;
    padding: .3em;
}
li pre {
    font-size: 1em
}
em, strong {
    font-weight: bold;
    font-style: normal;
    color: #000000;
}
ul, ol, dl {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: auto;
    text-align: left;
}
#wrap a:focus.noverweis.button, #wrap a:hover.noverweis.button {
    color: #000 !important
}
a:focus {
    border: 0;
    outline: 0;
    text-decoration: none;
}
#inhalt a:hover img, #inhalt a:focus img {
    transform: scale(1.05)
}
a.button img, #gs_vid img {
    box-shadow: none !important;
}
a.button img, .rss img {
    opacity: 1 !important
}
.wdwimg {
    margin: 6px 0 0 17px;
}
#wrap, .wrap {
    padding: 1em;
    max-width: 1440px;
    text-align: left;
    margin: auto
}
#wrap {
    margin-bottom: 0
}

