@import 'https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900';

body{
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
#gallery {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;	/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
}

video{ width: 100%; height: 100%; outline: none;}
   
   
.element_re_unt {
  width: 42px;
  height: 25px; 
  	bottom:16px;
	right:16px;
	display:block;
	position:fixed;
    background-image:    url(envelope.svg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;   
}
.element_li_unt {
  width: 40px;
  height: 40px; 
  	bottom:16px;
	left:16px;
	display:block;
	position:fixed;
    background-image:    url("anonymous.svg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
}
.element_li_oben {
  width: 219px;
  height: 40px; 
  	top:30px;
	left:30px;
	display:block;
	position:fixed;
    background-image:    url("viennoid.svg");
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;   
}
.element_re_oben {
  width: 240px;
  height: 110px; 
  	top:30px;
	right:30px;
	display:block;
	position:fixed;
	text-align: right;
}
@media screen and (max-width: 574px) {
  .element_re_oben {
    visibility: hidden;
    display: none;
  }
}
.prewebcon {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
a:hover.prewebcon {
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

.front-container {
  max-width:1920px; /* = 1600px*/
  margin: 0 auto;
  padding: 4px;
}

.grid-wrapper {
	margin: 0 auto;
	margin-top: 160px;
	width: 96%;
	max-width: 1200px;
	padding: 2%;
}
.daring {
  margin: 0;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 400;
  color: #000;
  letter-spacing: .3rem;
  border-bottom: 1px solid #000000;
}
.gefunden {
	font-size: 1em;
	line-height: 1.6;
}
.style2 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.4;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}
a:hover.style2 {
	color: #000000;
	text-decoration: none;
	border-bottom: 0px solid #000000;
}

.choose {
	color: #000000;
	font-weight: 600;
}
.choose:hover {
	color: #ff0000;
}

.vierhoch {
  display: flex;
  flex-wrap: wrap;
}

.gallery-item {
  flex: 24rem;	/* = 384x*/
  margin: 2rem;	/* Abstände rungherum. Zusammen mit padding in container machts gleichmässig! */
  font-size: 1em;
  line-height: 1.4em;
  position:relative;
}
.inner-div {
  left:0;
  top:0;
  max-width: 120px;	/* Diese beiden Teile, W + H bestimmen!!!*/
  height: auto;
  background-color: rgba(255,192,203,0.80);
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  position:absolute;
  z-index: 2;
}
.title {
	padding: 0.3em 0 0 0;
	font-size: 1.4em;
	font-weight: 500;
}
.subtitle {
	padding: 0.3em 0 0 0;
	font-size: 1em;
	font-weight: 500;
	text-transform: uppercase;
}
.gallery-image {
  display: block;
  width: 100%;
}
.belted {
	width: 90%;
	max-width: 1860px;
	margin: 0 auto;
	margin-bottom: -20px;
}
.headline {font-size: 2.2em; font-weight: 600;}
.subtitle2 {font-size: 1.4em; font-weight: 400;}
.courtesy {font-size: 0.9em; font-weight: 400;text-align: right; color: rgba(0,0,0,0.50)}


















/* PROFILE */

.page-wrapper {
  width: 100%;
}

@media (min-width: 700px) {
  .page-wrapper {
    display: flex;
  }
}
aside.black {
  background-color: #222;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 40px;
}

@media (min-width: 700px) {
  aside.black {
    background-color: #222;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    width: 50%;
    flex: 0 0 50%;
    padding: 0;
  }
}
.flourish {
  font-size: 4vw;
  margin: 10px 0;
  text-align: center;
}

@media (min-width: 700px) {
.flourish {
    font-size: 4.5vw;
    margin: 20px 0;
    padding: 0 20px;
  }
}

img.profile { /* <<<<<<<<<< DAMIT ES NICHT AUF ALLE IMAGES WIRKS, HABE CATS HINZUGEFÜGT!!!!!! */
  max-width: 580px;
  width: 100%;
  height: auto;
}

.flourish {
  font-weight: 100;
}

.bio {
  margin: 0 20px;
  text-align: center;
  line-height: 1.5;
  font-style: italic;
}

@media (min-width: 1100px) {
  .bio {
    margin: 0 100px;
    text-align: center;
    line-height: 1.7;
    font-size: 1.2em;
  }
}

@media (min-width: 700px) {
  article {
    flex: 0 0 50%;
    padding-top: 30px;
  }
}
.author,
.photographer {
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 1px;
  color: #777;
  padding: 0 20px;
  margin: 0;
}
.author span,
.photographer span {
  color: rgba(0, 0, 0, 0.4);
  text-transform: capitalize;
}

@media (min-width: 700px) {
.author,
.photographer {
    padding: 0 60px;
  }
}
.image img {
  width: 100%;
  margin: 20px 0;
}
.text {
  columns: 2;
  column-width: 250px;
  column-gap: 2em;
  padding: 0 20px;
  text-align: justify;
}
.text p:first-child {
	margin-top: 0;
}
.text p:first-child:first-letter {
	font-weight: 200;
	float: left;
	color: darkslategray;
	font-size: 4em;
	line-height: 35px;
	padding: 12px 10px 10px 0;
}

@media (min-width: 1100px) {
  .text {
    padding: 0 60px;
  }
}
