/*CSS Datei für sämtlichen Text*/

/*Normalisierung von CSS mithilfe von Eric Meyers Reset CSS*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
Legt eine Grundgrösse für die Textgrösse Fest.
D.h. font-size: 120% --> 120% von 16px
D.h. 1em = 16px 
*/
body {
   font-size: 16px;
}


/* 4K oder höhere Auflösung Desktop */
@media all and (min-width: 4096px) {
    .main_slide_title {
        font-size: 32em;
    }
      .top_left_home_text {
        font-size: 8em;
    }
    .anlage_vorschau_detail_button {
        font-size: 30em; 
    }
    .anlage_vorschau_beschreibung{
        padding-top: 14em;
        padding-left: 2em;
        padding-right: 2em;
    }
    .anlage_vorschau_titel{
        font-size: 10em;
        letter-spacing: 0.03em;
        margin-bottom: 0.4em;
    }
    .anlage_vorschau_angabe{
        font-size: 4em;
    }
    .anlage_vorschau_beschreibung_text {
        font-size: 2em;
    }
    .anlage_beschreibung_text {
        font-size: 1.8em;
    }
    .bildbeschrieb {
        font-size: 1.7em;
    }
    .allgemeiner_titel {
        font-size: 4em;
    }
}

/* Zwischen 1920p und 4K Auflösung Desktop */
@media all and (max-width: 4095px) and (min-width: 1920px) {
    .main_slide_title {
        font-size: 15em;
    }
    .top_left_home_text {
        font-size: 4.5em;
    }
    .anlage_vorschau_detail_button {
        font-size: 12em; 
    }
    .anlage_vorschau_beschreibung{
        padding-top: 10em;
        padding-left: 2em;
        padding-right: 2em;
    }
    .anlage_vorschau_titel{
        font-size: 5em;
        letter-spacing: 0.03em;
        margin-bottom: 0.4em;
    }
    .anlage_vorschau_angabe{
        font-size: 2em;
    }
    .anlage_vorschau_beschreibung_text {
        font-size: 1.8em;
    }
    .anlage_beschreibung_text, .ort, .datum {
        font-size: 1.8em;
    }
    .bildbeschrieb {
        font-size: 1.7em;
    }
    .allgemeiner_titel {
        font-size: 3.2em;
    }
}

/* Desktop */
@media all and (max-width: 1919px) and (min-width: 1025px) {
    .main_slide_title {
        font-size: 10em;
    }
    .top_left_home_text {
        font-size: 3em;
    }
    .anlage_vorschau_detail_button{
        font-size: 6em; 
    }
    .anlage_vorschau_beschreibung{
        padding-top: 7em;
        padding-left: 1em;
        padding-right: 1em;
    }
    .anlage_vorschau_titel{
        font-size: 3.2em;
        margin-bottom: 0.5em;
    }
    .anlage_vorschau_angabe{
        font-size: 1.3em;
    }
    .anlage_vorschau_beschreibung_text {
        font-size: 1.3em;
    }
    .anlage_beschreibung_text, .ort, .datum {
        font-size: 1.5em;
    }
    .bildbeschrieb {
        font-size: 1.4em;
    }
    .allgemeiner_titel {
        font-size: 3em;
    }
}

/* Desktop */
@media all and (max-width: 1024px) and (min-width: 960px) {
    .main_slide_title {
        font-size: 8em;
    }
    .top_left_home_text {
        font-size: 2.5em;
    }
    .anlage_vorschau_detail_button {
        font-size: 8em;
    }
    .anlage_vorschau_beschreibung{
        padding-top: 6em;
        padding-left: 1em;
        padding-right: 1em;
    }
    .anlage_vorschau_titel{
        font-size: 3em;
        margin-bottom: 0.3em;
    }
    .anlage_vorschau_angabe{
        font-size: 1.1em;
    }
    .anlage_vorschau_beschreibung_text {
        font-size: 1.3em;
    }
    .anlage_beschreibung_text, .ort, .datum {
        font-size: 1.5em;
    }
    .bildbeschrieb {
        font-size: 1.4em;
    }
    .allgemeiner_titel {
        font-size: 3em; 
    }
}
 
/* Mobile bzw. Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
    .main_slide_title {
        font-size: 6em;
    }
     .top_left_home_text {
        font-size: 2em;
    }
    .anlage_vorschau_detail_button {
        font-size: 5em;
    }
    .anlage_vorschau_beschreibung{
        padding-top: 1.5em;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
    .anlage_vorschau_titel{
        font-size: 3.2em;
        text-align: center;
    }
    .anlage_vorschau_angabe{
        font-size: 1.2em;
    }
    .anlage_vorschau_beschreibung_text {
        font-size: 1.3em;
    }
    .anlage_beschreibung_text, .ort, .datum {
        font-size: 1.3em;
    }
    .bildbeschrieb {
        font-size: 1.2em;
    }
    .allgemeiner_titel {
        font-size: 2.6em;
    }
    .trenn_senk {
        border-left-style: none !important;
        padding-top: 1em;
    }
    .trenn_senk div {
        padding-left: 0 !important;
    }
}
 
/* Mobile */
@media all and (max-width: 599px) and (min-width: 320px) {
    .main_slide_title {
        font-size: 3em;
    }
    .top_left_home_text {
        font-size: 1.4em;
    }
    .anlage_vorschau_detail_button {
        font-size: 4.5em;
    }
    .anlage_vorschau_beschreibung{
        padding-top: 1em;
        padding-left: 1.2em;
        padding-right: 1em;
    }
    .anlage_vorschau_titel {
        font-size: 3em;
        text-align: center;
        margin-bottom: 0.5em;
    }
    .anlage_vorschau_angabe {
        font-size: 1em;
    }
    .anlage_vorschau_beschreibung_text {
        font-size: 1.3em;
        margin-top: 0.5em;
    }
    .anlage_beschreibung_text, .ort, .datum {
        font-size: 1.3em;
    }
    .bildbeschrieb {
        font-size: 1.2em;
    }
    .allgemeiner_titel {
        font-size: 2.6em;
    }
    .trenn_senk {
        border-left-style: none !important;
        padding-top: 1em;
    }
    .trenn_senk div {
        padding-left: 0 !important;
    }
}



.main_slide_title {
    color: #000;

    font-weight: 100;
    font-family: 'Roboto', sans-serif;
             
    margin:0;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
             
    display:inline-flex;
    align-items: center;
    justify-content: center;
             
    background-color: #fff;
    
    /*letter-spacing basiert immer auf Schriftgrösse*/
    letter-spacing: 0.04em;
    
    text-decoration: none;
    
    overflow: hidden;    
}


.top_left_home_text a {
    position: fixed; 
    z-index: 99;
    float: left;
    margin: 0.1em 0.2em;
    
    color: #fff;
    
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    
    text-shadow: 0em 0.0em 0.02em rgba(0, 0, 0, 0.8);
    
    text-decoration: none;
    
}

.top_left_home_text a:hover{
    color: #fff;
    text-decoration: none;

}


/* Sweep To Right Link Effect */
.main_slide_title {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.main_slide_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    text-decoration: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.main_slide_title:hover, .main_slide_title:focus, .main_slide_title:active {
    color: white;
    text-decoration: none;
}
.main_slide_title:hover:before, .main_slide_title:focus:before, .main_slide_title:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    text-decoration: none;
}


/*Scrolling Mouse Icon*/
.scroll-downs {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
/*Ist immer schön unten am Rand*/
  margin-bottom: 3em;
  
  width :2.68em;
  height: 4.9em;
    
}
.mousey {
  width: 2.55em;
  padding: 0.5em 1em;
  height: 4.2em;
  border: 0.2em solid #fff;
  border-radius: 1.8em;
  opacity: 1;
  background-color: black;
}

.scroller {
  width: 0.3em;
  height: 0.8em;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0em); opacity: 1; }
  100% { transform: translateY(1.2em); opacity: 0;}
}

/*Zeigt die scrollenden Maus auf Mobilen Geräten nicht mehr an*/
@media all and (max-width: 959px) and (min-width: 200px) {
    .scroll-downs {
        visibility: collapse;
    }
}


.swipe_left_icon {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
/*Ist immer schön unten am Rand*/
  margin-bottom: 1vw;
  width: 8em;
  height: 8em;
}

/*Zeigt das gegen Links swippen Icon nur auf mobilen Geräten*/
@media all and (min-width: 959px) {
    .swipe_left_icon {
        visibility: collapse;
    }
}


.anlage_vorschau {
    height: 100%;
}

.anlage_vorschau_beschreibung {
    color: #fff;
    background-color: #000;
    height: 100%;
}

.anlage_vorschau_bild {
    background-image: url(filler_images/filler_image_01.jpg);
    background-size: cover;
    height: 100%;
    text-align: center;
}

.anlage_vorschau_bild_button_wrapper{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}

.anlage_vorschau_detail_button {
    color: #fff;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    padding-left: 2%;
    padding-right: 2%;
    
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0), 0 0 1px transparent;
    /* Hack to improve aliasing on mobile/tablet devices */
    
}

.anlage_vorschau_detail_button:hover, .anlage_vorschau_detail_button:focus, .anlage_vorschau_detail_button:active {
  box-shadow: inset 0 0 0 4px #ffffff, 0 0 1px transparent;
    text-decoration: none;
    color: #fff;
  /* Hack to improve aliasing on mobile/tablet devices */
}

@media all and (max-width: 991px) and (min-width: 100px) {
    .anlage_vorschau {
        height: 100%;
    }
    .anlage_vorschau_beschreibung {
        display:table-row; 
        height: 50%;
    }
    .anlage_vorschau_bild  {
        display:table-row; 
        height: 50%;
    }
}

.anlage_vorschau_titel {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    margin-top: 0em;
}

.anlage_vorschau_angabe {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.anlage_vorschau_beschreibung_text {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.hr-line-anlagen {
    height: 1px;
    color: #123455;
    background-color: #123455;
    border: none;
    width: 25%;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.inhalt {
    background-color: white;
    margin-top: 15px;
}

.bildbeschrieb {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.anlage_beschreibung_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/*Dieser Titel wird bei "Anlagen", "Austellungen" etc. verwendet*/
.allgemeiner_titel {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

/**/
.hr-line-anlagen {
    outline-color: rgba(0, 0, 0, 1);
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.trenn_senk {
    border-left-style: solid;
    border-left-color: #000;
    border-left-width: thick;
}
.trenn_senk div{
    padding-left: 70px
}
.datum {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.5em
}
.ort {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.unterschrift {
    font-size: 1.5em;
    font-family: "Trebuchet MS";
    padding-left: 0px;
}

/*Übung*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.folge {
    font-family: "Eris ITC";
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}





