body{
    background-color: #607d8b;
}

.container{
	max-width: 1300px;
}

.card{
    background-color: #e0e0e0;
	margin: 5px 0 5px 0;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.4);
	margin-bottom: 16px;
}

h2, h4, h6{
	color: #34515e;
	margin-top: 16px;
	margin-left: 16px;
}

h3, h5{
	color: #ffffff;
}
h3{
	padding-top: 32px;
}

a{
	color: #e65100;
}
a:hover{
	color: #ff833a;
}
p{
	font-size: 16px;
}

.text-muted{
	font-size: 20px;
}

ul{ 
	list-style: none ;
}

a, a:hover{
    text-decoration: none;
}

.rand-rechts{
	border-right-color: #e65100;
	border-right-width: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.rand-links{
	border-left-color: #e65100;
	border-left-width: 0.25rem;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.rand-top{
	border-top-color: #e65100;
	border-top-width: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}

.btn-primary{
	background-color: #e65100;
	border-color: #e65100;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.4);
	width: 200px;
	margin-bottom: 32px;
}

.btn-primary a{
	color: #ffffff;
}

.btn-primary:hover, .btn-primary:active{
	background-color: #ff833a;
	border-color: #e65100;
}

.circle-kontakt{
	border-radius: 50%;
	border: 5px solid #ffffff;
	margin-top: -16%;
	width: 120px ;
	height: 120px ;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.4);
	/*transition-duration: 0.5s;*/
}
/*
.circle-kontakt:hover{
	margin-top: -20%;
	width: 160px;
	height: 160px;
	border-width: 8px;
}
*/
.autoheight{
    height: 700%;
}
/* ----- Produktwebsites		-----*/

.produkt-website img{
	width: 80% ;
	max-width: 260px;
	height: auto;
	margin-bottom: 32px;
	transition-duration: 0.4s;
}

.produkt-website img:hover{
	width: 90%;
	max-width: 320px;
	margin-top: -5px;
}

.soloproductlink{
	margin-top: 13% !important;

}

/* ----- Karten					-----*/

.schatten-top{
	box-shadow: 0 -8px 16px rgba(0,0,0, 0.4);
}
.schatten{
	box-shadow: 0 8px 16px rgba(0,0,0, 0.4);
}

.head{
	margin-top: 32px;
	margin-bottom: 32px;
	padding-bottom: 16px;
}
.gmaps{
	width: 100% ;
	height: 300px;
}
/* -----	Partner				-----*/

.partner img{
	width: 200px;
	height: auto;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
}

.partner img:hover{
	width: 255px;
}

/* -----    Footer              -----*/

.footer{
	height: 80px;
	background-color: #2D2D2D;
    margin-top: 32px;
    padding-top: 32px;
	color: #e0e0e0;
	text-align: center;
	width: 100%;
}

.footerlink{
	color: #e0e0e0;
}
.footerlink:hover{
	color: #607d8b;
	text-decoration: none;
}