html {
    font-family: 'Open Sans', sans-serif;
}
@font-face {
  font-family: LittleBirds;
  src: url(LittleBirds.ttf);
  }
.nav {
    border-bottom: 1px solid lightgrey;
    text-align: right;
    height: 70px;
    line-height: 70px;
}
.navbar {
    margin: 0 30px 0 0;
}
.navbar a {
    text-decoration: none;
    color: black;
    margin: 0 10px;
    line-height: 70px;
    clear: right;
}
label {
    margin: 0 40px 0 0;
    font-size: 24px;
    line-height: 70px;
    width: 24px;
    display: none;
	display: none;
    float: right;
}
#toggle {
    display: none;
}
.leftfloat {
    font-size: 28px;
	margin: 0 40px 0 0;
	float: left;
	width: 24px;
    font-family: LittleBirds;
}

/*
- Navbar end
Content start -
*/

main {
	margin: auto;
	
	min-width: 460px;
	width: 80%;
}

main iframe{
	margin: auto;
	
	min-width: 460px;
	width: 100%;
}

.prjtitle {
	font-size: 18px;
	float: left;
	line-height: 70px;
	display: block;	
	width: 100%;
}
.content{
    line-height: 150%;
    
}
.context a{
    text-decoration: none;
}
.cnctform {
    text-align: center;
}
.inputsheight {
    line-height: 48px; 
    /*
        check lineheight again w/ torsten.
    */  
}
input {
    width: 24%;
    padding: 8px 12px;
    margin: 8px 0;
    box-sizing: border-box;
}
.capatcha {
    text-align: center;
    }
.g-recaptcha {
    display: inline-block;
    }
.submitbutton {
    padding: 8px 12px;
    width: 12%;
    background-color: white;
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    border: 1px solid black;
}
.submitbutton:hover {
    background-color: rgb(221, 220, 220);
}

.footer-settings {
	width: 1100px;
	margin: 0 auto;
}

.single-footer {
	width: 33%;
	float: left;
	text-align: left;
	#color: #fff;
	

}

.single-footer p{
	width: 70%;
	

}

.footer {
	width: 100%;
	height: 250px;
	position: fixed;
	bottom: 0;
	z-index: -1;
	background-color: #4169e1;
	
}


@media only screen and (max-width: 700px) {
	.leftfloat {
		text-align: center;
		width: 95%;
		display: block;
		}
	.submitbutton {
        width: 20%;
    }
    input {
        width: 42%;
    }
    label {
        display: block;
        cursor: pointer;
    }
    .navbar {
        text-align: center;
        width: 100%;
        display: none;
    }
    .navbar a {
        display: block;
    }

    #toggle:checked + .navbar {
        display: block;
    }
	 /* Nav end */
	 .prjtitle {

	 	line-height: 40px;

	 } 


}