/* 

Name: myCss.css
Author: Code Cobber;
----------------- */



body{
   	font-family: 'Open Sans', sans-serif;
   	color:#565353;
   	background-color: #f9f9f9;
}

.center-text{
	text-align: center;
}


.blockText{
	padding-top:3em;
}


#start{
   min-height: 100vh;
}


div#bck_7,div#bck_8, footer {
    background-color: #232323;
}

div#bck_7 h3{
   margin-top:1em;
}

div#bck_7 h3,div#bck_8 label {
    color: #fff;
}

div#bck_8 input {
    border-radius: 3.9em;
	-webkit-border-radius: 3.9em;
	-moz-border-radius: 3.9em;
	text-align: center;
}

div#bck_2 {
    margin-bottom: 30px;
}

div#block_2,div#block_2a,#block_3{
	-webkit-box-shadow: 0px 4px 50px -19px rgba(76, 76, 76, 0.5);
	-moz-box-shadow: 0px 4px 50px -19px rgba(76, 76, 76, 0.5);
	box-shadow: 0px 4px 50px -19px rgba(76, 76, 76, 0.5);
    margin-top: 30px;
    background-color: #fff;
}



.imgPlace{
	border:solid 1px #b5b5b5;
	padding:5px;
}


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



i.fa-leaf.leaf2 {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
}







/*Parallax images and related
-------------------------------*/
.parallaxBase{
  color: #fff;
}

.parallaxBase100{
  color: #fff;
}

#bck_6.parallaxBase{
	background-image: url('../stockImages/fullWidth_blocks/dupion-seide.jpg');
}





/* buttons
----------------*/

.button{
	background-color: #464646;
	border-radius: 3.9em;
	-webkit-border-radius: 3.9em;
	-moz-border-radius: 3.9em;
	color:#fff;
	font-weight:bold;
}

.button:focus{
	background-color: #464646;
}

.button:hover{
	background-color: #5f6169;
}

.rowNo47 a.button{
	border: solid 2px #fff;
}







/* Content pages
------------------ */

.contentPadd{
	padding:1.4em 2.4em;
	text-align: left;
}

.sidebarLineLeft{
	border-right:solid 1px #e6e6e6;
}

.sidebarLineRight{
	border-left:solid 1px #e6e6e6;
}




 
/* Footer
-------------- */



#footer, #footer.icons, #footer.copyright, #footer a{
	color: #909090 !important;
}



.footerTop{
	padding-top: 1em;
}

footer ul{
	list-style-type: none;
}

footer ul li{
	display: inline;
	margin: 7px;
}

.copyright{
    float: left;
}

#footer .icons{
    float: right;
}

.footerBar{
	border-top: solid 1px #3c3b3b;
	padding: 0.8em 0;
	font-size: 0.8em;
}




*[data-scroll]{
	opacity: 0;
}



/* media query 
------------------ */


@media (max-width: 480px) and (orientation: portrait){
	.footerBar{
		padding: 0.6em 0;
		margin-top:0.7em;
	}

	.rowNo47{
		padding-top:0 !important; 
		position: relative;
		top:-1.5em;
	}
}



@media (max-width: 640px) and (orientation: landscape) { 
	.rowNo47{
		padding-top:0 !important; 
		position: relative;
		top:-1.5em;
	}

	.footerBar{
		padding: 0.6em 0;
		margin-top:0.7em;
	}

	.parallaxBase100 {
    background-image: url(../img/seidenhandel-haller-small.jpg) !important;
}

@media (min-width: 600px) and (max-width: 800px) and (orientation: portrait) { 
	.rowNo47{
		padding-top:0 !important; 
		position: relative;
		top:4.5em;
	}

	.footerBar{
		padding: 0.6em 0;
		margin-top:0.7em;
	}

	img.imgPlace{
		margin-top: 4em;
	}
}

@media (min-width:768px) and (max-width: 820px) and (orientation: landscape) { 
	.blockText{
		padding-top:0;
		position: relative;
		top:0em;
	}

	img.imgPlace{
		margin-top: 20px;
	}

}

