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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'montserrat', 'almarai';

		
}

header {
	padding: 32px 0px 16px 0px;
}

img {
	min-width: 30%;
	max-width: 100%;
	vertical-align: bottom;
}

footer{
	padding: 20px 30px;
	font-family: 'almarai';
	text-decoration: none;
	color: #2d2d2d;
}
footer a{
	text-decoration: none;
	color: #2d2d2d;
}


body {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	background:rgba(255,255,255,1.00);
}

main {
	margin-bottom: 200px;
}


.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}


.style-nav ul {
	list-style-type: none;
	letter-spacing: 3px;
	padding-top: 0px;
	float: right;
	font-size: 13px;
	font-weight: 400;
}


.style-nav ul li a {
	text-decoration: none;
	color:#494949;
	text-align: right;
	display: block;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	font-family: 'Montserrat';
	float: right;
	font-weight: 700;
	
}

.style-nav-head ul {
	list-style-type: none;
	
	padding-top: 0px;
	float: left;
	font-size: 13px;
}

.style-nav-head ul li a {
	text-decoration: none;
	color:#494949;
	text-align: left;
	display: block;
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	letter-spacing: 3px;
	float: left;
}


.contact {
	margin-bottom: 250px;
}

.about {
	padding: 20px 20px 50px 20px;
	vertical-align: middle;
}



.sleeno {
	background-image: url("images/sleeno_overview.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 20px 50px 20px;
}

.sleeno:hover {
	background-image: url("images/sleeno_overview.png");
	background-blend-mode: normal;
}

.nmn {
	background-image: url("images/PF18_NM_Visitenkarte_bw.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 20px 50px 20px;
	color: #ffffff;
	background-color:rgba(185, 128, 255, 0.5);
	background-blend-mode:overlay;
}

.nmn:hover {
	background-image: url("images/PF18_NM_Visitenkarte.jpg");
	background-blend-mode: normal;
}


.minki {
	padding: 20px 20px 50px 20px;
	color: #2D2D2D;
}
.img-minki-box:hover > .img-minki {
	opacity: 100;
}

.img-minki {
	opacity:0 }

.img-htkp {
	opacity: 0
}
.img-htkp-box:hover >.img-htkp {
	opacity: 100
}


.htkp {
	background-image: url("images/Haustierkompass_bw.png");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	background-color: rgba(185, 128, 255, 0.5);
	background-blend-mode: overlay;
}
.htkp:hover{
	background-image: url("images/Haustierkompass_.png");
	background-blend-mode: normal;
}

.satellit {
	background-image: url("images/PF17_Portfolio_Satellit_Foto-3_bw.jpg");
	background-size: cover;
	padding: 20px 20px 20px 20px;
	color: #FFFFFF;
	background-color: rgba(185, 128, 255, 0.5);
	background-blend-mode: overlay;
}
.satellit:hover{
	background-image: url("images/PF17_Portfolio_Satellit_Foto-3.jpg");
	background-blend-mode: normal;
}

.typo {
	background-image: url("images/Typo_cover_bw.png");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	background-color: rgba(185, 128, 255, 0.5);
	background-blend-mode: overlay;
}
.typo:hover{
	background-image: url("images/Typo_cover.png");
	background-blend-mode: normal;
}

.illus {
	background-image: url("images/Illu_bw.png");
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #ffffff;
	background-position: center;
	background-color:rgba(185, 128, 255, 0.5);
	background-blend-mode: overlay;
}
.illus:hover{
	background-image: url("images/Illu_.png");
	background-blend-mode: normal;
}


h1 {
	font-size: 30px;
	text-transform: none;
	margin-bottom: 0px;
	font-family: 'Montserrat';
	font-weight: 50;
	letter-spacing: 0px;
}

h2 {
	font-size: 30px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 16px;
	text-transform: none;
	font-weight: 200;
	margin-bottom: 190px;
}

h4 {
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 0px;
	font-family: 'Montserrat';
}

h5 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0px;
	font-family: 'almarai', sans-serif;
	text-align: center;
	color: #494949;
}

h6 {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 160%;
	text-align: center;
	font-family: 'almarai', sans-serif;
	color:#494949;
}

h7 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 1.9;
	letter-spacing: 2px;
	text-align: right;
	padding-left: 80px;
	font-family: 'almarai', sans-serif;
	color:#494949;
}

p p2{
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 35px;
}
p{
	font-family: 'Cormorant Garamond';
}

p2 {
	font-family: 'almarai', sans-serif;
	font-weight: 300;
	line-height: 195%;
	font-size: 16px;
	letter-spacing: 0.5px;
	color:#494949;
}

p3 {
	font-family: 'cormorant garamond';
	font-weight: 300;
	line-height: 160%;
	font-size: 20px;
	letter-spacing: 3px;
	color: #232323;
	text-transform: uppercase;
}

b {
	font-family: 'IBM Plex Sans';
	font-size: 18px;
}

b2 {
	font-family: 'IBM Plex Mono';
	font-weight: bold;
}

b4 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 160%;
	text-align: center;
	font-family: 'Montserrat';
	color:#494949;
}

ul {
	list-style-type: circle;
	font-family: 'IBM Plex Sans';
	margin-left: 10%;
	max-width: 80%;
}

li{
	font-family: 'IBM Plex Sans';
	text-align: left;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-tan {
	background-color: #b9a88e;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.info-box-dark {
	background-color: #2D2D35;
	color: #FFFFFF;
	padding: 30px 20px 60px;
	text-align: center;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
}

.noize-img{
	max-width: 40%;
	float: left;
}

.col-third{
	width: 50%;
	margin-left: 80px;
	margin-top: 180px;
	padding-bottom: 8px;
}


.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

a {
	text-decoration: none;
}


.responsive {
	width: 99%;
	height: auto;
}


.zoom :hover .image-container-ov{
	transform: scale(1.1);
	transition: all ease 500ms;
  }

  .image-container-ov:not(:hover){
	transform: scale(1);
	transition: all ease 500ms;
  }



	/*Smartphone View*/

@media (max-width:450px) {
	
	
	body {
		min-width: 280px;
		max-width: 99%;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	
	.style-nav ul li {
		display:inline-block;
		

	}
	
	.style-nav ul {
		text-align: right;
	}


	b4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0px;
	line-height: 150%;
	text-align: center;
	font-family: 'Montserrat';
	color:#494949;
}
	
	
	h6 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 150%;
	padding-left: 20px;
	padding-right:20px;
	text-align: center;
	font-family: 'almarai', sans-serif;
	color:#494949;
	}
	
	
	h5 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	font-family: 'almarai', sans-serif;
	text-align: center;
	color: #494949;
}
	
	h2 {
		margin-bottom: 16px;
	}
	
	.col-third {
		width: 100%;
		margin-left: 2px;
		margin-top: 100px;
	}
	


	
	.col-text{
		width: 91%;
		text-align: left;
		margin-left: calc(5%);
		margin-top: 40px;
		margin-bottom: 40px;
		line-height: 175%;
	}
	
		.col-text-2{
		width: 91%;
		text-align: center;
		margin-left: calc(5%);
		margin-top: 40px;
		margin-bottom: 40px;
	
	}
	
		.noize-text{
		width: 91%;
		text-align: left;
		margin-left: calc(5%);
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.noize-img{
	max-width: 80%;
	float: left;
}

	.col-box {
	margin-top: 70px; 
}
	
	.col-left {
		padding-left: 15px;
		padding-right: 20px;
	}
	
		.col-right {
		padding-left: 15px;
		padding-right: 20px;
	}


	.image-container {
		position:relative;
		margin:0 auto;
		background-size:cover;
		background-position: center center;
		max-width:450px;
		width:100%;
		height:200px;
	}

	.image-container-ov {
		position:relative;
		margin:0 auto;
		background-size:cover;
		max-width:450px;
		width:100%;
		height:200px;
	}

}


/*Tablet View*/

@media (min-width: 451px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display:inline-block;

	}
	
	.style-nav ul {
		text-align: right;
	}
	
	
	h1 {
		font-size: 40px;
		margin-bottom: 0px;
	}
	
	h2 {
		margin-bottom: 16px;
		font-size: 30px;
		font-weight: bold;
		font-family: 'IBM Plex Sans';
		letter-spacing: 1px;
	}
	
	
	h6 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 160%;
	padding-left: 50px;
	padding-right:50px;
	text-align: center;
	font-family: 'almarai', sans-serif;
	color:#494949;
}

	
	.col-min {
		width: 30%;
	}
	
	.col-min-2 {
		width: 60%;
	}
	
	.col-md-one-half {
		width: 100%;
	}
	
	.col {
		float: left;
	}
	
	.col-third{
	width: 50%;
	margin-left: 40px;
	padding-top: 80px;
	}
	
	.col-text{
		width: 82%;
		text-align: left;
		margin-left: calc(10%);
		margin-top: 20px;
		margin-bottom: 20px;
		line-height: 175%;
	}
	
	.col-text-2{
		width: 82%;
		text-align: center;
		margin-left: calc(10%);
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.noize-img{
	max-width: 550%;
	margin-left: calc(15%);
	}
	
	.noize-text{
		width: 80%;		
		text-align: center;
		margin-left: calc(10%);
	
	}
	
	.col-box{
		margin-top: 100px;
	}
	
	.col-left {
		padding-left: 30px;
		padding-right: 20px;
	}
	
	.col-right {
		padding-left: 30px;
		padding-right: 20px;
	}

	.image-container {
		position:relative;
		margin:0 auto;
		background-size:cover;
		background-position: center center;
		max-width:778px;
		width:100%;
		height:400px;
	}

	.image-container-ov {
		position:relative;
		margin:0 auto;
		background-size:cover;
		max-width:778px;
		width:100%;
		height:360px;
	}
}


/*Desktop View*/

@media (min-width: 1224px){
	
	body {
		max-width: 1200px;
	}
	
	.text-box {
		align-content: center;
		display:block;
		line-height: 175%;
	}
	
	.col-text {
		width: 60%;
		text-align: left;
		margin-left: calc(20%);
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.col-text-2 {
		width: 60%;
		text-align: center;
		margin-left: calc(20%);
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.style-nav ul li a{
		text-align: right;
	}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
	
	.col-third{
	width: 75%;
	margin-left: 80px;
	padding-top: 10px;
	}
	
	.contact{
	margin-left: 80px;
	}
	
	.color-box{
		text-align: center;
		padding-top: 45px;
		padding-bottom: 35px;
		display: block;
		max-height: 160px;
		
	}
	
	.col-head{
		font-family:'montserrat';
		width: 45%;
		float: left;
		margin-left: 18px;
		margin-right: 0px;
	}
	
	.col-body{
		font-family: 'almarai', sans-serif;
		width: 50%;
		float: left;
		padding-left: 0px;
		padding-right: 35px;
	}
	
	h6 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 160%;
	padding-left: 185px;
	padding-right:185px;
	text-align: center;
	font-family: 'almarai', sans-serif;
	color: #494949;
	}
	
	.col-box {
		margin-top: 140px;
	}
	
	.col-left {
		padding-left: 40px;
	}
	
	.col-right {
		padding-right: 40px;
	}


	.image-container {
		position:relative;
		margin:0 auto;
		background-size:cover;
		max-width:1200px;
		width:100%;
		height: 100%;
	}

	.flex {
		display: -webkit-flex; 
		display: flex;
	}

	.flex-box{
		flex: 1;
		min-height: 400px;
	}

	.image-container-ov {
		position:relative;
		margin:0 auto;
		background-size:cover;
		max-width:778px;
		width:100%;
		height:360px;
	}

	
}

