/* Main CSS */

/* colors:
 * dark-green: #002025;
 */

body {
	font-family: 'Indie Flower', cursive;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	background-size: 100% auto;
	margin: 0;
	color: #572f08;
	font-size: 18px;
}

#startDim {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	z-index: 9;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.f1366 {
	display: block;
}

.f1920 {
	display: none;
}

.col-3 {
	position: relative;
	width: 100%;
	float: none;
}

.col-2 {
	position: relative;
	width: 56%;
	padding: 0 2%;
	float: left;
}

.col-1 {
	position: relative;
	width: 36%;
	padding: 0 2%;
	float: left;
}

.col-1-2 {
	position: relative;
	width: 46%;
	padding: 0 2%;
	float: left;
}

.fWrapper {
	width: 100%;
	/*max-width: 1600px;*/
	display: block;
	margin: 0 auto;
}

.container {
	position: relative;
	display: block;
	margin: 0 auto;
}

.fFadeIn {
	transform: translateY(20px);
}

@media all and (min-width: 768px) {
	.fFadeIn {
		opacity: 0;
	}
}

.fFadeIn.f1 {
	transition: 1s all ease-in-out;
}

.fFadeIn.f2 {
	transition: 1.5s all ease-in-out;
}

.fCTAcontainer {
	display: block;
	text-align: center;
}

.fCTA {
	display: inline-block;
	font-size: 36px;
	line-height: 40px;
    letter-spacing: 1px;
	/*padding-right: 80px;*/
	/*background: url('../images/arrow.svg') no-repeat right;*/
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: 500;
	background-size: 110px auto;
	margin-top: 20px;
	text-align:center;
}

.fClear {
	clear: both;
}

.fHeader {
	position: relative;
	width: 100%;
}

.fLogo {
	position: absolute;
	top: 40%;
	left: 50%;
	/*transform: translate(-50%,-50%);*/
	width: 30%;
	transition: 0.2s all ease-in-out;
}

.fLogo:hover {
	width: 30%;
}

.fArrowDown {
	position: absolute;
	bottom: 20%;
	left: 50%;
	margin-left: -50px;
	width: 50px;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
}

.fArrowDown:hover {
	transform: translateY(15px);
}

.fSectionHead {
	width: 60%;
	display: block;
	margin: 50px auto;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	padding-bottom: 40px;
}

/* SECTION 1 */

.fSectionTitle {
	position: relative;
	display: block;
	font-size: 85px;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align:center;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight:700;
	letter-spacing:1px;
}

.fSectionTrees {
	width: 50%;
	margin:auto;
	margin-bottom:3%;
}

.fSectionTitleUl {
	position: absolute;
	width: 25%;
	height: 40px;
}

.fPhoto {
	position: relative;
	padding-top: 60px;
	padding-right: 60px;
	padding-bottom: 40px;
}

.fPhotoFrame {
	position: absolute;
	top: 4%;
	/*left: 10%;*/
	right:-14%;
	width: 100%;
	height: 90%;
	background: url('../images/frame.png') no-repeat right;
	background-size: 100% 100%;
	z-index: -1;
}



.fPhotoFrame img {
	width: 100%;
	height: 100%;
}

.fPhotoShadow {
	position: absolute;
	bottom: -30px;
	left: 5px;
	width: calc(100% - 70px);
	height: 100%;
	background: url('../images/shadow_1.png') no-repeat center;
	background-size: 100% 100%;
	background-position: bottom;
	z-index: -1;
}

.fTxt {
	font-size: 22px;
    letter-spacing: 2px;
    line-height: 22px;
    text-align: center;
    margin-right:39px;
}

.fPortraitContainer {
	position: relative;
	display: block;
	margin-left: 5%;
	width: 90%;
	/*margin-bottom: 40px;*/
}

.fPortrait {
	width: 70%;
	/*left: 25%;*/
	display: block;
	margin: 0 auto;
	margin-top: 18%;
}

.fSection1 .fPortrait {
	left: 19%;
	top: 35%;
}



.fSocials {
	position: absolute;
	/*top: -40px;*/
	bottom:-35px;
	right: 80px;
	width: 120px;
	height: 40px;
}

.fFB {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 36px;
	height: 36px;
	background: url('../images/facebook.svg') no-repeat center;
	background-size: cover;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}

.fYT {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 43px;
	height: 43px;
	background: url('../images/youtube.svg') no-repeat center;
	background-size: cover;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}

.fInst {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 43px;
	height: 43px;
	background: url('../images/instagramButton.svg') no-repeat center;
	background-size: contain;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}

.fRezepteInst {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 43px;
	height: 43px;
	background: url('../images/instagramButton.svg') no-repeat center;
	background-size: contain;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}

.fRedButton {
	position:absolute;
	bottom:-35px;
	text-decoration:none;
	background:#c60d19;
	width:200px;
	height:43px;
	color:white;
	line-height:46px;
	text-align:center;
	display:block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.fFB:hover, .fYT:hover, .fInst:hover {
	transform:scale(1.05);
}

.fPlay {
	position: absolute;
	top: calc(50%);
	left: calc(50% - 30px);
	width: 25%;
	height: 25%;
	background: url('../images/ellipse.png') no-repeat center;
	background-size: contain;
	z-index: 9;
	transform:translate(-50%,-50%);
}

/* SECTION 2 */

.fSection2 {
	margin-top: 120px;
}

.fSection2 .fPhoto {
    padding-top: 0px;
    padding-left: 60px;
    padding-right: 0px;
    padding-bottom: 40px;
}

.fSection2 .fPhotoFrame {
	top: -15%;
    left: -10%;
	background: url(../images/frame_flip.png) no-repeat right;
	background-size: 100% 100%;
	background-position: bottom;
	height:100%;
	width:100%;
}

.fSection2 .fPlay{
    top: calc(50% - 20px);
    left: calc(50% + 30px);
}




.fSection2 .fPhotoShadow {
	right: 5px;
	left: auto;
}

.fSection2 .fSocials {
	top: auto;
	/*bottom: -80px;
	right: 10%;*/
	left:6px;
}

.fSection2 .fRedButton {
	right:0%;
}

.fSection2 .fPortrait {
	left: 22%;
}

.fSection2 .fCTAcontainer {
	margin-left:5%;
}

.fSection2 .fTxt {
	margin-left:5%;
	margin-right:0px;
}


.fHeart {
	position: absolute;
	top: -10%;
	left: 0px;
	width: 20%;
}

/* SECTION 2-5 */

.fSection2-5 {
	margin-top:80px;
}

.fSection2-5 .fPortraitContainer {
	width:70%;
	margin-left:15%;
}

.fSection2-5 .fPortrait {
	top: 30%;
    left: 21%;
}

.fRezepteContainer {
	width:100%;
	margin-top:10%;
	position:relative;
	-webkit-box-shadow: 10px 10px 18px 0px rgba(179,179,179,1);
	-moz-box-shadow: 10px 10px 18px 0px rgba(179,179,179,1);
	box-shadow: 10px 10px 18px 0px rgba(179,179,179,1);
	
}

.fSection2-5 .fRezepteContainer .fDimmed {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	
	transition: 1s all ease-in-out;
}

.fSection2-5 .fRezepteContainer .fDimmed .fDimmedBg {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background:black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
}

.fSection2-5 .fRezepteContainer .fDimmed p {
	position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 20%;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 36px;
    color: white;
    padding: 10px;
}

.fSection2-5 .fRezepteContainer:hover .fDimmed {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	
	transition: 1s all ease-in-out;
}

.fSection2-5 .fRezepteContainer .fDimmed .fRedButton {
	left:50%;
	margin-left:-100px;
	bottom:15%;
}

.fSection2-5 .fCTA {
	margin-top:40px;
}

/* SECTION 3 */

.fSection3 {
	margin-top: 120px;
}

.fSection3 .fSectionTitle,
.fSection5 .fSectionTitle {
	line-height: 60px;
}

.fSection3 .fSectionTitleUl,
.fSection5 .fSectionTitleUl {
	width: 70%;
    height: 40px;
    padding-top: 10px;
}

.fSectionTitle span {
	display: block;
	padding-left: 100px;
}

.fSection3 .fTxt, .fSection4 .fTxt {
	width: 70%;
	margin-left: 15%;
}

.fSection3 .fPhoto {
	padding-top: 0px;
}

.fSection3 .fPhotoFrame {
	top: 15%;
	left: 30%;
	width: 70%;
}

.fSection3 .fCTA {
	text-align: left;
    line-height: 30px;
    font-size: 28px;
    font-weight: 700;
    margin-left: 26px;
    letter-spacing: 0px;
    width: 100%;
}

.fSection3 .f2 .fCTA {

    margin-left: 10px;
}

.fSection3 .fRedButton {
	position:relative;
	right:0px;
	float:right;
	bottom:0px;
	top:10px;
}

/* SECTION 4 */

.fSection4 {
	margin-top: 60px;
}

.fSection4 .fPhotoFrame {
	top: 15%;
	height: 87%;
}

.fSection4 .fHeart {
	top: 0;
	left: 30%;
}

.fSection4 .col-1 {
	margin-top: 25%;
    transform: translateY(-50%);
}

/* SECTION 5 */

.fSection5 {
	margin-top: 120px;
}

.fSection5a .fPhoto {
	padding-top: 20px;
	padding-right: 0px;
}

.fSection5a .fPhotoFrame {
	top: 33%;
    left: 5%;
    width: 90%;
    height: 40%;
}

.fSection5b {
	padding-top: 50px;
}

.fSection5b .fPhoto {
	padding-top: 0;
}

.fSection5b .fPhotoFrame {
	top: 10%;
	height: 92%;
}

.fSection5b .fHeart {
	top: -12%;
	left: 35%;
}

.fSection5b .fTxt {
	font-size: 20px;
	line-height: 30px;
	padding-left: 80px;
	padding-top: 60px;
}

.fSection5b .fTxt span {
	font-size: 28px;
}

.fSection5b .fTxt span.fLast {
	font-size: 40px;
}

.fSection5b td {
	min-width: 50px;
}

/* SECTION 6 */

.fSection6 {
	padding-bottom: 200px;
	margin-top: 150px;
}



.fSection6 .fPhotoFrame {
	background: url('../images/frame_clear.png') no-repeat right;
	background-size: 100% 100%;
}

.fSection6 .fPhoto {
	padding-top: 0px;
	padding-right: 0px;
	
}

.fSection6 .fPhotoFrame {
    top: -15%;
    right: -10%; 
    width: 100%;
	height: 100%;
}

.fSection6 .fSectionTitleUl {
	width: 30%;
}

.fSection6 .col-2 {
	position: relative;
	float: none;
	display: block;
	margin: 0 auto;
	/*margin-top: 60px;*/
	width:70%;
}

.fSection6 .fPhotoLeaves {
	position: absolute;
	width: 50%;
	z-index: -2;
}

.fSection6 .fCTA {
	text-align: left;
    line-height: 34px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0px;
    margin-top: 0px;
}

.fSection6 .fRedButton {
    position: relative;    
	margin:auto;
    bottom:0px;
    top:20px;
}



.fPhotoLeaves1 {
	top: -10%;
	left: 0;
}

.fPhotoLeaves2 {
	bottom: -10%;
	right: -30%;
}

@media all and (min-width: 1367px) {
	.f1366 {
		display: none;
	}
	.f1920 {
		display: block;
	}
	.container {
		max-width: 1200px;
	}
	
}

@media all and (min-width: 993px) {
	.fSection2 .col-1.f2 {
		margin-top: -40px;
	}
	
	.fSection3 .col-1-2.f2 .fRedButton {
		/*top:35px;*/
	}
}



@media all and (max-width: 1366px) {
	.container {
		max-width: 80%;
	}
}

@media all and (min-width: 1279px) {
	.fSection2-5 .rezepte1 {
		left:-40px;
	}
	
	.fSection2-5 .rezepte2 {
		right:-40px;
	}
	

}

@media all and (max-width: 1199px) {
	.fSectionTitle {
		font-size: 52px;
	}
}

@media all and (max-width: 1024px) {
	.fSectionTitle {
		font-size: 42px;
	}
	.fSectionHead {
		width: 90%;
		font-size: 28px;
	}
	
	.fSection3 .fCTA {
		font-size:24px;
		line-height:24px;
	}
}

@media all and (max-width: 992px) {
	html, body {
		overflow-x: hidden;
	}
	.fArrowDown {
		bottom: 20%;
		left: 50%;
		margin-left: -10px;
		width: 20px;
	}
	
	.fRedButton {
		width: 165px;
	    font-size: 16px;
	}
	
	.fPlay {
		left:50%;
		width: 50px;
		height: 50px;
		margin-left: -10px;
	}
	
	.col-1, .col-1-2, .col-2 {
		position: relative;
		width: 100%;
		padding: 0;
		float: none;
	}
	
	.fPortraitContainer {
		margin-top: -40px;
	}
	
	
	
	.fTxt {
		margin-right:0px;
		margin-top:10px;
		font-size:20px;
	}
	
	.fCTA {
		font-size: 26px;
	}
	.fSectionHead {
		font-size: 20px;
		line-height: 28px;
		margin: 30px auto;
	}
	.fSectionTitle {
		margin: 10px 0px;
		font-size: 32px;
		padding:0px;
	}
	.fSectionTitle span {
		padding-left: 50px;
	}
	.fSection1 .col-2 {
		margin-top: 60px;
	}
	.fSection1 .fPhoto {
		padding-top: 25px;
		padding-right:25px;
	}
	

	
	.fSection1 .fPhotoFrame {
		top: 0;
		height: 85%;
	}
	
	.fSection1 .fSocials {
		bottom: -32px;
		right: 46px;
	}
	
	.fSection2, .fSection3 {
		margin-top: 60px;
	}
	
	.fSection2 {
		margin-top:120px;
	}

	
	.fSection2 .col-1 {
		margin-top: 100px;
	}
	
	.fSection2 .fPhoto {
		padding-left:0px;
		padding-top: 25px;
	    padding-right: 25px;
	}
	
	.fSection2 .fPhotoFrame {
		height: 85%;
		top: 0%;
		right: -15%;
		left: auto;
		background: url(../images/frame.png) no-repeat right;
		background-size: 100% 100%;
		min-height:auto;
	}
	
	.fSection2 .fPhotoShadow {
		width: calc(100% - 10px);
		bottom: -10px;
    }
	
	.fSection2 .fCTAcontainer {
		margin-left: 0%;
		margin-top: -40px;
	}
	
	.fSection2 .fSocials {
		top: auto;
		left: -50px;
		bottom: -33px;
    }
    
    .fSection2 .fRedButton {
		right: 18px;
	}
	
	.fSection2-5 .fRezepteContainer .fDimmed .fRedButton {
		margin-left:-82px;
	}
	
	.fSection2 .fPhoto img {
		height:auto!important;
	}
	
	.fSection2-5 {
		margin-top:0px;
	}
	
	.fSection2-5 .fPortraitContainer {
		margin-left:0;
		width:inherit;
	}
	
	.fSection2-5 .fCTA {
		margin-top:15px;
	}
	
	.fSection2-5 .fRezepteContainer .fDimmed p {
		font-size: 24px;
	    line-height: 24px;
	    top:15%;
	}
	
	.fSection3 .fSectionTitle, .fSection5 .fSectionTitle {
		line-height: 34px;
	}
	.fSection3 .fSectionTitleUl, .fSection5 .fSectionTitleUl {
		width: 35%;
		padding-top: 0;
	}
	.fSection3 .fTxt, .fSection4 .fTxt {
		margin-bottom: 20px;
	}
	
	.fSection3 .fCTA {
		font-size:26px;
		line-height:26px;
		margin-left: 0px;
		left: 0px;
		display: block;
	}
	
	.fSection3 .fRedButton {
		position: relative;
		right: auto;
		float: none;
		bottom: 0px;
		top: 18px;
		margin: auto;
	}
	
	.fSection3 .fRezepteContainer.r2 {
		margin-top:70px;
	}
	
	.fSection4 .col-1 {
		margin-top: 40px;
		transform: translateY(0);
	}
	.fSection5 {
		margin-top: 20px;
	}
	
	.fSection6{
		margin-top:100px;
	}
	
	.fSection6 .col-2 {
		width:100%;
	}
	
	.fSection6 .fSectionTitle {
		margin-top: 40px;
	}
	.fSection5b .fTxt {
		padding-left: 20px;
	}
	
	.fSection6 .fCTA {
		font-size:26px;
		line-height:26px;
	}
	
	.fSection6 .fPhoto {
		padding-bottom:0px;
	}
	
	.fHeart {
		left: 15%;
	}
	.fSection4 .fHeart {
		top: 10%;
	}
}

@media all and (min-width: 992px) {
	.rezepte3 {
		margin-left: 25%;
	}
}

.fIcon {
	position: absolute;
	width: 54px;
	height: 43px;
	top: 0px;
	left: 100px;
}

.fIcon1 {
	left: -30px;
	background: url('../images/icon2.png') no-repeat center;
	background-size: cover;
	transition: 0.2s all ease-in-out;
}

.fIcon2 {
	left: 170px;
	background: url('../images/icon1.png') no-repeat center;
	background-size: cover;
	transition: 0.2s all ease-in-out;
}

/* FADE IN */

.fFadeIn {
	opacity: 0;
	transform: translate(60px,60px);
	transition: 0.5s all ease-in-out;
}

.fFadeIn1 {
	opacity: 0;
	transform: translate(60px,60px);
	transition: 1s all ease-in-out;
}

.fFadeInReady {
	opacity: 0;
	transform: translate(60px,60px);
	transition: 0.5s all ease-in-out;
}

.fFadeInReady1 {
	opacity: 0;
	transform: translate(60px,60px);
	transition: 1.5s all ease-in-out;
}

.fFadeInScrolled {
	opacity: 1;
	transform: translateY(0);
}

.fRedButton {
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.fRedButton:hover {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

.fCTA img {
	max-width: 90%;
}

.fYT a, .fInst a, .fRezepteInst a {
	display: block;
	width: 100%;
	height: 100%;
}
