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

/*@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Muli:300|Old+Standard+TT&display=swap');

/* ********************************
PORTFOLIO MAIN
*********************************** */
.portfolio-1{
	padding-top: 0;	
}
.portfolio-1 h1{
	padding-top: 15vh;
	/*font-size: 72px;*/
	color: #484848;
}
.portfolio-1.header{
	background: url("../img/portfolio/Hochzeitsfotografie-SamiraEhe-1.jpg") center center no-repeat;
	background-size: cover;
}
.portfolio-main img{
	padding: 5px;
}

.portfolio-main{
	padding-top: 50px;
}
.cover{
	overflow: hidden;
	display: block;
	height: 100%;
}
.cover img{
	display: block;
	 min-height: 100%;
	width: auto;
  object-fit: cover;
}



@media(max-width: 639px){
		.portfolio-main{
		padding-top: 5px;
	}
}










/*********************************
GENERELL CSS NEU
************************************/
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
    font-weight: 300;
    line-height: 25px;
	-webkit-font-smoothing: antialiased;
}
section{
	padding: 8em 0;
}

.wrap{
	width: 85%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

h1, h2, h3{
	font-family: 'Old Standard TT',serif;
	font-weight: 400;
	/*color: #000;*/
}
h1{
	font-size: 47px;
    line-height: 1.14em;
    letter-spacing: -.02em;
	/*text-align: center;*/
}
h2{
	font-size: 36px;
	line-height: 1.1em;
}
h3{
	font-size: 24px;
	line-height: 1em;
}

p{
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	display: block;
    font-size: 18px;
    line-height: 29px;
    color: #676767;
    margin: 14px 0 0;
	font-weight: 50;
}

a{
	font-size: 18px;
    line-height: 29px;
	font-weight: 200;
}
a:hover{
	cursor: pointer;
	background-color: transparent;
}
a:focus, a:active{
	background-color: transparent;
}
.text-center{
	text-align: center;
}
.container{
	position: relative;
}

.link-div{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  z-index: 1;

  /* fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  /*background-image: url('empty.gif');*/
}  

.header{
	padding-top: 0;
	height: 100vh;
	overflow: hidden;
}


.text-block{
	padding-top: 50px;
}

.p-small p{
	font-size: 14px;
	line-height: 16px;
}

.ending{
	padding-bottom: 12em;
}

/*small only*/
@media(max-width: 639px){
.portfolio-main.wrap{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	}
}



/*********************************
Buttons
************************************/
.primary-btn{
	padding-top: 50px;
	padding-bottom: 12px;
	
}
.primary-btn a{
	color: #000;
	padding: 12px 70px 12px 70px;
	background-color: #F4F4F4;
}
.primary-btn a:hover{
	color: #fff;
	background-color: #141414;
}



/*********************************
FOOTER
************************************/

footer{
	background-color: #141414;
	color: #fff;
	padding-top: 4em;
}
footer a, footer p{
	color: #fff;
}
footer a{
	display: block;
}
footer a:hover{
	color: #676767;
}
footer .text-block{
	padding-top: 25px;
}
.footer-2{
	background-color: #000;
	margin-top: 4em;
	padding-bottom: 1em;
}
.footer-2 a, .footer-2 p{
	display: inline-block;
	color: #676767;
}
.footer-2 a{
	padding-left: 72px;
}
.footer-2 a:hover{
	color:#fff;
}

footer h1, footer h3{
	color: #fff;
}

/**** BUTTON UP *****/
.btn-up{
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 52px;
	width: 52px;
	background-color: #000;
}

.btn-up svg{
	display: block;
	position: relative;
	margin: 0 auto;
	top: 18px;
}

.btn-up:hover{
	background-color: #fff;
	
}
.btn-up:hover #Desktop-Full-HD{
	stroke: #000;
}

/*small only*/
@media(max-width: 639px){
	.footer-2 a{
	padding-left: 42px;
	}
}

@media(max-width: 354px){
	.btn-up{
		position: relative;
		margin-top: 10px;
	}
	.footer-2 a{
		display: block;
		padding-left: 0px;
	}
}

/*********************************
DESKTOP NAVIGATION
************************************/
.title-bar{
	background-color: #fff;
	z-index: 100;
	height: 63px;
	border-bottom: 1px #f2f2f2 solid;
}
.menu{
	padding-right: 5%;
}
.title-bar-left h2{
	margin: 0;
	padding: 0 0 0 5%;
	line-height: 63px;
}
.title-bar-right a{
	color: #979797;
}
.title-bar-right .active a{
	color: #000;
	background-color: transparent;
}

.title-bar-right a:hover{
	color: #000;
}

.title-bar-right a:active{
	color: #000;
}

.title-bar-right li{
	padding: 0 1em 0 0.7em;
}

nav {
   position: fixed;
   top:0;
   right:0;
   left:0;
	 z-index: 20;
   transition: transform .25s .1s ease-in-out;
}

.down nav {
   transform: translate3d(0, -63px, 0);
}

.top .title-bar{
	background-color: transparent;
	border-bottom: 0px;
}




/*********************************
KONTAKT/ABOUT
************************************/
.about-1, .kontakt-1{
	padding: 0;
}
.about-1 .vollbild-fixed-left{
	background: url("../img/about/Hochzeitsfotografie-SamiraEhe-1.jpg") center center no-repeat;
	background-size: cover;
}
.kontakt-1 .vollbild-fixed-left{
	background: url("../img/kontakt/Hochzeitsfotografie-SamiraEhe-1.jpg") center center no-repeat;
	background-size: cover;
}
.vollbild-fixed-left{
	height: 100vh;
	top: 0;
	left: 0;
	position: sticky;
}

.scroll-right{
	overflow: scroll;
}

.scroll-right .wrap{
	padding-top: 10em;
	padding-right: 7.5%;
	padding-bottom: 10em;
	overflow: visible;
}

/*small only*/
@media(max-width: 639px){
	.scroll-right .wrap{
	padding-top: 6em;
	padding-right: 2%;
	padding-bottom: 10em;
	}
}

/*medium and small*/
@media(max-width: 1023px){
	.vollbild-fixed-left{
		height: 70vh;
		position: relative;
	}
}


/*********************************
MOBILE MENU OVERLAY
************************************/

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 0%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 19; /* Sits on top */
  left: 0;
  top: 0;
  background-color: rgb(255,255,255); /* Black fallback color */
  background-color: rgba(255,255,255, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  font-family: 'Old Standard TT',serif;
  font-weight: 400;
  padding: 8px;
  line-height: 1.14em;
  letter-spacing: -.02em;
  text-decoration: none;
  font-size: 36px;
  color: #979797;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}
.overlay .active a{
	color: #000;
}
/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  /*color: #f1f1f1;*/
}
.overlay a:active{
	background-color: transparent;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
/*@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}*/


/*********************************
MOBILE MENU ANIMATION
************************************/
#nav-mobile{
	right: 10px;
	top: 10px;
	left: auto;
}
/*.top .btn-container{
	background-color: transparent;
}
.top .bar1, .top .bar2, .top .bar3{
	background-color: #fff;
}*/
.btn-container {
	height: 40px;
	width: 40px;
    display:inline-block;
    cursor: pointer;
	padding: 5px;
	background-color: #fff;
	background-color: rgab(255,255,255,0.9);
}

.bar1, .bar2, .bar3 {
  width: 18px;
  height: 2px;
  background-color: #333;
  margin: 3px auto;
  transition: 0.4s;
}
.bar1{
	margin-top: 9px;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translateY(3px) translateX(-4px);
  transform: rotate(-45deg) translateY(3px) translateX(-4px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translateY(-3px) translateX(-4px)/*translate(-8px, -8px)*/ ;
  transform: rotate(45deg) translateY(-3px) translateX(-4px)/*translate(-8px, -8px)*/ ;
}


@media screen and (max-width: 1023px) {
	#nav-desktop{
		display: none;
	}
	#nav-mobile{
		display: block;
	}
}

@media screen and (min-width: 1024px) {
	#nav-desktop{
		display: block;
	}
	#nav-mobile{
		display: none;
	}
}


/*********************************
MORE PICTURES
************************************/

.more-container{
	padding-top: 4em;
}

.more-container .cell{
	padding: 5px;
	position: relative;
}
.more-container img{
	width: 100%;
	height: auto;
}

.more-hover{
	width: 86%;
	height: 86%;
	position: absolute;
	top: 7%;
	left: 7%;
	display: none;
}
.more-container .cell:hover .more-hover{
	display: table;
}
.more-hover h2{
  display: table-cell;
  margin: 0;
  background: rgba(255,255,255,0.9);
  padding: 20px;
  vertical-align: middle;
}