@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,500,700);

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

h1, h2, h3, h4, h5{

	font-family: 'Roboto', sans-serif;
	font-weight: 100;

}

h1{
	font-weight: 500;
	text-shadow: 1px 1px 1px #8b8b8b;
}

h2{

	text-shadow: 1px 1px 1px #8b8b8b;
}

h2, h3{
	font-weight: 400;
}

#polzerheader{
	margin-top: 15%;
}

.jumbotron{
	padding: 5em 0;
	margin-bottom: 0;
}

.green{

	color: #fff;
	background: #42bd41;

}

.white{

	color: #42bd41;
	background:#fff ;
}

.white p{
	color: #333;
}

hr{

	width: 40%;
	display: block;
    height: 1px;
    border: 0;
    margin: 1em auto;
    padding: 0;
	border-top: 1px solid #fff;
}

.geeen hr{
	border-top: 1px solid #fff;
}

.white hr{
	border-top: 1px solid #42bd41;
}


.header-scroll .navbar{
	background-color: #42bd41;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}


.navbar{
	margin-bottom: 0;
	background: transparent;
	border-radius: 0;
	border: none;
	box-shadow: none;
	transition: all 0.5s ease-in-out;
}


.navbar-default .navbar-nav>li>a{
	color: #fff;
	padding: 40px 25px;
	transition: all 0.5s ease-in-out;
}

.header-scroll .navbar-nav>li>a{
	color: #fff;
	font-size: 1.2em;
	padding: 1em;
}

.navbar-default .navbar-toggle{
	border-color:transparent;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: 400px;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background: #42bd41;
	color: #fff;
}


.navbar-default .navbar-nav li:hover, .navbar-default .navbar-nav li a:hover {
background: rgba(0,0,0,0.1);
color:#fff;
}

.header-scroll .navbar-default .navbar-nav li:hover,.header-scroll .navbar-default .navbar-nav li a:hover {
background: #fff;
color:#42bd41;
}

.navbar-header{
	margin-left: 1.2em;
}

.navbar-brand{
	width: 50px;
}


.navbar-brand img{ 
	width: 100%;
	margin-top: 1.2em;
	transition: all 0.5s ease-in-out;
}

.header-scroll .navbar-brand img{ 
	margin-top: 0.1em;	
	width: 100%;
	transition: all 0.5s ease-in-out;
}




.main-oben{

	background: url(../imgs/main_bgnd.jpg) top center no-repeat;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding-top: 10em;
}

.main-oben h1{
	margin-top: 20%;
}


.btn{
	background: #42bd41;
	color: #fff;
	border: 1px solid #fff;
	font-size: 2em;
	font-weight: 100;
	padding-right: 1em;
	padding-left: 1em;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
	transition: 0.25s ease-in-out;
	width: 100%;
}

.btn:hover{
	box-shadow: 0px 19px 38px rgba(0,0,0,0.30), 0px 15px 12px rgba(0,0,0,0.22);
	transition: 0.25s ease-in-out;
	border: 1px solid #fff;
	background: #42bd41;
	color:#fff ;
}

#features{
	padding-bottom: 0em;
}

.top-features h4 {
	color:#42bd41;
	font-weight: 400;
}

.top-features .row {
	margin-top: 3em;
}

.top-features p{
	color: #333;
}

.facebookbutton{
	margin: 0 auto;
	padding-top: 2em;
	margin-bottom: -1em;
}

.facebookbutton i{

	display: block;
	margin-top: 2em;	
	margin:  0 auto;
	height: 2em;
	width: 2em;
	line-height: 2em;
	font-size: 3em;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.16), 0px 0px 6px rgba(0,0,0,0.23);
	transition: 0.25s ease-in-out;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background: #3b5998;


}

.facebookbutton i:hover{

	box-shadow: 0px 0px 16px rgba(0,0,0,0.22), 0px 0px 16px rgba(0,0,0,0.23);
	transition: 0.25s ease-in-out;
	transition: 1s ease-in-out;
	transform: rotate(720deg);

}



.top-features i{

	display: block;
	margin-top: 0.4em;	
	height: 2.2em;
	width: 2.2em;
	line-height: 2.2em;
	font-size: 1.5em;
	border: 1px solid #42bd41;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
	transition: 0.25s ease-in-out;
}

.top-features i:hover{

	color:#fff;
	border: 1px solid #42bd41;
	background: #42bd41;
	box-shadow: 0px 19px 38px rgba(0,0,0,0.30), 0px 15px 12px rgba(0,0,0,0.22);
	transition: 0.25s ease-in-out;
}

.featureDescription{
	margin-bottom: 6em;
}

.featureDescription:first-child{
	margin-top: 0em;
}


.teammember{
	margin-top: 4em;
}

.teammember a{
	display: block;
	float: left;
	margin-top: 0.4em;	
	margin-right: 1em;
	height: 2.2em;
	width: 2.2em;
	line-height: 2.2em;
	font-size: 1.5em;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
	transition: 0.25s ease-in-out;
}


.teammember a:hover{

	box-shadow: 0px 19px 38px rgba(0,0,0,0.30), 0px 15px 12px rgba(0,0,0,0.22);
	transition: 0.25s ease-in-out;
}



.teammember img{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
}


.screenshots img{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
}

form input, .form-control{

	-webkit-box-shadow: none;
	box-shadow: none;
	height: 45px;
	font-size: 16px;

}

.form-control:focus{
	border-color: #42bd41;
	border: 1px solid #42bd41;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.inline-form input{
	float: left;
	width: 49%;
}

.inline-form input:first-child{
	margin-right: 2%;
}

.inline-form{
	padding-bottom: 3em;
}


.download-area button{
	width: 100%;
}


.polzer-aussagen h1{
font-size: 2em;
text-shadow: none;
}


.polzer-wrapper{
	border-bottom: 1px solid #ccc;
	margin: 5em 0 ;
	padding: 3em 0;
}


.jumbotron .polzer-sager{
	font-size: 3.4em;
	color: #656565;
	font-weight: 100;
	margin-left: 1em;
}


.jumbotron  .polzer-sager-zusatz{
	font-size: 1.5em;
	text-align:right;
	color: #999;
	margin-right: 2em;
	margin-top: 2em;
}

.agbs{

	background: #42bd41;
}


.card{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.24);
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	margin-top: 3em;

}

.card h1{

	color: #42bd41;
	margin-top: 0em;

}



/*Social Meida Buttons*/



.socialfield{

	display: block;
	width: 32.33333333%;
	margin: 0 0.5%;
	overflow: hidden;
	padding: 0.5em;
	float: left;
	color:#fff;
	font-size:1.5em;
	position: relative;
	background: #7a7a7a;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.24);
	transition: 0.25s ease-in-out;
}

.socialfield i{
	font-size: 4em;
	position: absolute;
	color: #fff;
	right: 0.1em;
	bottom: -0.3em;
	background: transparent;
}




.facebook:hover{
	background: #3B5998;
	background: rgba(59, 89, 152,1);

}

.googleplus:hover{
	background: #dd4b39;
	background: rgba(221, 75, 57,1);
}

.twitter:hover{
	background: #00aced;
	background: rgba(0, 172, 237,1);
}

.socialfield:hover{
	color:#fff;
	text-decoration: none;
	box-shadow: 0px 19px 38px rgba(0,0,0,0.30), 0px 15px 12px rgba(0,0,0,0.22);
	transition: 0.25s ease-in-out;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	box-shadow: 0px 19px 38px rgba(0,0,0,0.30), 0px 15px 12px rgba(0,0,0,0.22);
	transition: 0.25s ease-in-out;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pro img{
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
	transition: 0.25s ease-in-out;
}

#pro img:hover{
	box-shadow: 0px 19px 38px rgba(0,0,0,0.30), 0px 15px 12px rgba(0,0,0,0.22);
	transition: 0.25s ease-in-out;
}


  /*Bildschirme kleiner als 480px iPhone und Smartphones im Hochformat*/


  @media (max-width: 767px) { 


	.jumbotron{
		padding: 1em 0.5em;
		margin-bottom: 0;
	}

  	.header-scroll .navbar{
		background-color: #42bd41;
		box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    	background-color: transparent;
	}


	.navbar{
		background-color: #42bd41;
		box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
	}

	.navbar-default .navbar-nav>li>a{
		padding: 1em;
		font-size: 1em;
	}

	.header-scroll .navbar-nav>li>a{
		font-size: 1em;
		padding: 1em;
	}

  	.navbar-brand img, .header-scroll .navbar-brand img{ 
		width: 100%;
		margin-top: -0em;
	}

	.navbar-default .navbar-toggle .icon-bar {
    	background-color: #FFF;
	}

  	.main-oben{
		padding-top: 1em;
	}

	.main-oben button, .download-area button{
		font-size: 1.5em;
		margin-bottom: 0.5em;
		width: 100%;
	}

	.main-oben img{
		width: 80%;
		margin: 0 auto;
		margin-top: 1em;
	}

	#features{
		padding-bottom: 3em;
	}

	.featureDescription:first-child {
	    margin-top: 0em;
	}
	.featureDescription{
	    margin-bottom: -2em;
	}	

	.featureDescription i{
		margin: 0 auto;
		margin-bottom: 0em;
	}

	#features img{
		width: 80%;
		margin: 3em auto;
	}

	#idee img{
		width: 80%;
		margin: 1em auto;
	}

	#team img{
		margin-top: 8em;
	}

	#team p, #idee p, #features p{
		font-size: 1.2em;
	}

	.screenshots img{
		width: 75%;
		margin: 0 auto;
	}

	.facebookbutton{
		margin: 0 auto;
		padding-top: 2em;
		margin-bottom: 1em;
	}

	.socialfield{
		font-size:1em;
	}

	.socialfield i{
		font-size: 2em;
	}

	.polzer-main  img{
		width: 50%;
		margin: 0 auto;
	}

	.polzer-aussagen h1{
		font-size: 1.5em;
	}

	.polzer-wrapper{
		margin: 2em 0 ;
		padding: 1em 0;
	}

	.jumbotron .polzer-sager{
		font-size: 1.5em;
	}


	.jumbotron  .polzer-sager-zusatz{
		font-size: 1em;

	}



  }

  /*Tablets Quer kleine Computer/Netbooks*/

  @media (min-width: 768px) and (max-width: 991px) {

	.navbar-default .navbar-nav>li>a{
		padding: 2em 1em;
		font-size: 1em;
	}



	.header-scroll .navbar-default .navbar-nav>li>a{
		padding: 1em;
		font-size: 1em;
	}

	.navbar-brand{
		width: 50px;
	}

	.navbar-brand img, .header-scroll .navbar-brand img{ 
		width: 100%;
		margin-top: 0.6em;
	}

	.header-scroll .navbar-brand img{ 
		width: 100%;
		margin-top: -0.05em;
	}

  	.main-oben h1 {
		margin-top: 3em;
		font-size: 3em;
	}

  	.main-oben button {
		margin-bottom: 1.5em;
	}
	
	.main-oben img {
		width: 100%;
		margin-top: 6em;
	}

	.main-oben{
		padding-top: 1em;
	}

	#features{
		padding-bottom: 0em;
	}

	#features img{
		margin-top: 3em;
	}

	.featureDescription p{
		font-size: 1em;
	}

	.featureDescription h4{
		font-size: 1.6em;
	}

	.facebookbutton{
		margin: 0 auto;
		padding-top: 2em;
		margin-bottom: 0em;
	}

	#idee img{
		margin-top: 3.5em;
	}

	.download-area button{
		width: 95%;
	}

	.screenshots img{
		width: 75%;
		margin: 0 auto;
	}

	.socialfield{
		font-size:1.2em;
	}

	.socialfield i{
		font-size: 3em;
	}

	.polzer-aussagen h1{
		font-size: 1.5em;
	}

	.jumbotron .polzer-sager{
		font-size: 2.5em;
	}


	.jumbotron  .polzer-sager-zusatz{
		font-size: 1.5em;

	}



 }


