@charset "UTF-8";
/* CSS Document */


/********FONTS********/
body {
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background: #000;
}
h1, .h1 {
	font-weight: 600;
	font-size: 50px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #fff;
}
h2, .h2 {
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #fff;
}
p {
	font-weight: 300;
	color: #fff;
	font-size: 17px;
}
a {
	color: #fff;
}
a:hover {
	color: #FDD8AA;
	text-decoration: none;
}
.center {
	text-align: center;
}

.kacheln {
	padding: 15px;
	margin: 30px 0;
}
.kacheln a {
	color: #000;
	font-size: 17px;
}
.kacheln a:hover {
	text-decoration: underline;
}
.kacheln h2, .kacheln p {
	color: #000;
	margin-bottom: 10px;
}
.kacheln button, .kacheln .teaserlink {
	width: 100%;
	text-align: center;
	height: 50px;
	background: #000;
	color: #fff;
	font-size: 17px;
	display: block;
    padding: 13px;
}
.kacheln button:hover, .kacheln .teaserlink:hover {
	background: #FDD8AA;
	color: #000;
}
.kacheln button span, .kacheln .teaserlink span {
	color: #fff;
}
.kacheln button:hover span, .kacheln .teaserlink:hover span {
	color: #000;
}

/********BACKGROUND********/
#wrapper {
	width: 100%;
	/*max-width: 1600px;
	overflow-x: hidden;*/
	box-shadow: 0 0 10px #999;
	position: relative;
	margin: 0 auto;
}


/********STYLES********/

button {
	border: none;
}

object {
	height: 50px;
}

span {
	font-weight: 700;
}

img {
	width: 100%;
}

.container {
	padding: 30px;
}

.grey {
	background-color: #f2f2f2;
}

/********FOOTER********/

.footer {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}
.footersection {
	background-color: #111111;
	color: #fff;
	position: relative;
	float: left;
	width: 100%;
}
.footersection a {
	color: #fff;
}
.footersection a:hover {
	color: #ff8700;
	text-decoration: none;
}
.pull-right {
	text-align: right;
}
.socialmedia {
        position: relative;
        float: left;
        width: 100%;
        background: #444444;
        padding: 30px 0;
    }
 .socialmedia .socialmediawrapper {
        display: flex; 
        justify-content: center;
    }
 .socialmedia .socialmediawrapper a {
        width: 80px;
        height: 80px;
        position: relative;
        float: left;
    }

/********MEDIA QUERIES********/

@media screen and (min-width: 320px) and (max-width: 1366px) {
	#wrapper {
		overflow-x: hidden;
	}
}

@media (max-width:767px) {
	.titleimage {
		height: auto;
		background: none;
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(232,232,232,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(232,232,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(232,232,232,1) 100%);
	}
	.footer>.pull-right {
		text-align: center;
	}
	.footerlinks {
		text-align: center;
		padding: 0.5em 0 0.5em 0;
	}
}
