#footer{
	width:100%;
	height:auto;
	min-height:100px;
	float:left;
	background-color:#2d2b2f;
	color:white;
	margin-bottom:0px;
	margin-top: 20px;
	font-family:'Verdana',arial,sans-serif;
	font-size:0.8em;
	
	}

a {
	text-decoration:none;
}
.button2 {
	width: 16em;
	height:2.5em;
    background-color: #61629b;
    border: none;
    color: white;
    padding: 0.8em 0 0 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 2em 0 0 0;
    cursor: pointer;
	font-weight: normal;
	
}

  
hr {
	margin:0;
}






.textcontainer {
	padding-bottom: 0.6em;
	display: block;
}


.clearfix {
	padding-left: 30px;
}
/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
	
}


.privacy  a:link {
	font-size: 14px;
	text-decoration: none;
	
}

.bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.privacy {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 50px;
}
.imprint p {
	font-weight:normal;
    color:#fff;
	
	
}

.ii, .pd {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center; /* Safari 7.0+ */
	align-items: center;
}


p.copyright {
	font-size: 14px;
	color:rgba(255, 255, 255, 0.9);
	margin: 0 0 2em 0;
	align-self: flex-end;
}




@media all and (min-width: 769px) and (max-width: 1024px) {
	.foot {
	width: 300px;
    
	}
	
	
}


@media all and (min-width: 1025px) and (max-width: 1399px) {
	.foot {
	width: 400px;
    
	}
	
	
}

@media all and (max-width : 768px) {
	

	.bottom {

	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	justify-content: center;
}
	
	hr {
	width:100%;
	}

	.privacy {

	-webkit-flex-flow: column;
	flex-flow: column;
	-webkit-justify-content: center;
	justify-content: center;
}
	
	button {
    width: 80%;	
}

p.copyright {

	margin: 1em 0 3em 0;
	
}



}