/**
 * CSSReset.com - How To Keep Footer At Bottom of Page with CSS
 * 
 * Original Tutorial: http://www.cssreset.com/2010/css-tutorials/how-to-keep-footer-at-bottom-of-page-with-css/
 * License: Free - do whatever you like with it! Credit and linkbacks much appreciated.
 *
 * NB: Make sure the value for 'padding-bottom' on #content is equal to or greater than the height of #footer.
 */
html,
body {
	
	font-family: allerregular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #1d1d1b;	
	color: #fff;
}

@font-face {
    font-family: 'allerregular';
    src: url('aller_rg-webfont.eot');
    src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_rg-webfont.woff2') format('woff2'),
         url('aller_rg-webfont.woff') format('woff'),
         url('aller_rg-webfont.ttf') format('truetype'),
         url('aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.container2{
	border: 1px solid #29a1a9;
	margin-top: 80px;
	padding: 40px 40px 100px 40px;

}
.right{
	float:right;
	
}

.container{
	padding-right: 0!important;
}

.line{
	border-bottom: 1px solid #29a1a9;
	margin: 8px 0;
	
}

.b{
	background-color: #29a1a9;
	border: 1px solid #29a1a9;
	float: right;
}

a{
	color: #29a1a9;
	font-size: 16px;
	margin: 5px 0;
}

a:hover{
	color: #29a1a9;
	
}

.logo{
	margin: 0 auto 70px auto;
	display:block;
}

#no-m-top {
	margin-bottom: 10px;
}

.wrapper {
	min-height:100%;
	position:relative;
}

.content {
	padding-bottom:100px; /* Height of the footer element */
	margin-top: 30px;

}

.footer {
	width:100%;
	height:130px;
	position:absolute;
	bottom:0;
	left:0;
	padding: 25px 0 0 0;
    text-align: left;
}

/*allgemein*/

h1,
h2,
h3,
h4,
h5,
h6 {

}

h1 {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 18px;
}

h2{
	color: #29a1a9;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-top: 100px;
}

p{
	font-size: 16px;
	margin: 5px 0;
}



h2 {

}

h3 {

}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.img {
	width: 100%;
}

/*Website idividuell*/




/*Formular*/

.form-group2 {
	margin: 30px 0 30px 30px ;
	width: 100%;
}


textarea {
	height: 105px!important;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #fff;
    background-color: #1D1D1B;
    background-image: none;
    border: 1px solid #29A1A9;
    /* border-radius: 4px; */
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-group2 {
    margin-bottom: 5px;
}



/*media queries*/

@media screen and (max-width: 1024px)  { 
	
	.wrapper{
	margin: 0;
	padding: 0;
		
	}

	
	.footer {
	height:260px;
	}
	
	
}

