html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #FFF;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a:focus {
	outline: none;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

a,
a:visited {
	text-decoration: none;
	color:  #8e2e32;
	font-weight: 600;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #3e4954;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 22px;
}
h2, h3, h4, h5, h6 {
	clear: both;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #87C37D;
	font-size: 24px;
	margin-bottom: 20px;
}

h1 strong {
	color: #8E2E32;
	font-weight: 700;
}

h2 {
	font-size:39px;
	color: #8E2E32;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 50%;
}
big {
	font-size: 125%;
}


/*-----------------------------------*/

#masthead {
	/* Verlauf: */
	background-image: linear-gradient(-180deg, #FFFFFF 0%, #87C37D 100%);
	padding:30px 0;
	text-align: center;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}

hr.klinker {
	height: 30px;
	background: #87C37D;
	margin: 50px auto 50px;
	position: relative;
	border: none;
}

hr.klinker:after {
	display: block;
	background: url(img/klinker.png) center center no-repeat;
	left: 50%;
	transform: translate(-50%,-50%);
	content: "";
	position: absolute;
	top: 50%;
	height: 90px;
	width: 310px;
}

#masthead strong {
	font-weight: 700;
	color: #8E2E32;
}

#masthead a.badge {
	background: url(img/spikey_button_bg.png) left top no-repeat;
	width: 165px;
	height: 163px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 25px;
	color: #FFF;
	text-decoration: none;
	font-family: "Exo";
	font-style: italic;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
	transform: rotate(-12deg);
}

#page {
	min-width: 1180px;
	overflow-x: hidden;
}

#masthead a.badge strong {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
}

.logo {
	display: block;
	margin: 0 auto 20px;
	width: 200px;
}

.gradient {
	/* Verlauf: */
	background-image: linear-gradient(0deg, #FFFFFF 0%, #87C37D 100%);
}

.wrapper {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 50px 0;
}

#masthead .wrapper {
	padding: 0;
}

.logoimg {
	display: block;
	background: #FFF;
	width: 200px;
	height: auto;
}

.spaltenparent:after,
.wrapper:after,
.smallpics:after{
	display: table;
	content: "";
	clear: both;
}

.spaltenparent {
	position: relative;
}

.spaltenparent .spalte {
	width: 48%;
	margin-left: 4%;
	float: left;
}

.spaltenparent .spalte:nth-child(2n+1){
	clear: both;
	margin-left: 0;
}

a.rounded {
	display: inline-block;
	width: 350px;
	text-align: center;
	line-height: 49px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	background: #87C37D;
	text-decoration: none;
	border-radius: 25px;
	margin-bottom: 15px;
}

a.rounded:hover {
	background: #8E2E32;
}

a.roundbutton {
	width: 137px;
	height: 138px;
	background: url(img/roter_button.png) center no-repeat;
	padding: 25px;
	display: block;
	position: absolute;
	bottom: 20px;
	right: 0;
	color: #FFF;
	font-size: 21px;
	font-family: "Exo";
	font-style: italic;
	font-weight: 700;
	transform: rotate(-12deg);
	text-align: center;
	text-decoration: none;
	line-height: 28px;
}

div.grey {
	background: #F5F5F5;
}

.footer {
	border-bottom: 49px solid #8e2e32;
	line-height: 26px;
}

.footerwidget {
	float: left;
	width: 330px;
	padding-top: 50px;
}

.footerwidget strong {
	color: #8e2e32; 
}

.footerwidget.widget_logo {
	width: 220px;
	padding-top: 0;
}

.footerwidget.fatlinks {
	width: 200px;
	padding-top: 72px;
}

.footerwidget.fatlinks a {
	color: #000;
	
}

.slick_wrap:after {
	display: table;
	content:"";
	clear: both;
}

.bildwrap {
	width: 333px;
	margin-right: 20px;
	float: left;
}

.textbereich {
	width: calc(100% - 353px);
	float: left;
	padding-right: 20px;
}

a#scroll-to-top {
	
	/* Background image, replace in images folder */
	background: url(img/arrow.jpg) no-repeat center center;
	background-size: cover;
	
	/* Match to background image size */
	width: 35px;
	height: 35px;
	
	/* Postion on the page */
	position: fixed;	
	right: 30px;
	bottom: 30px;
	
	/* Hide link text */
	text-indent: -9999px;
	font-size: 0;
	
	/* Other */
	cursor: pointer;	
	outline: 0;
	
}

.slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	font-size: 60px;
	width: 20px;
	transform: translateY(-50%);
	cursor: pointer;
}

.prevarrow {
	left: -50px;
	text-align: center;
}

.nextarrow {
	right: -50px;
	text-align: center;
}

h3 {
	font-size: 24px;
	text-transform: none;
	color: #87C37D;
}

h3 strong {
	color: #8E2E32;
}

.gradient h2 {
	color: #FFF;
}

.smallpics {
	padding-top: 50px;
}

.smallpics a {
	display: block;
	float: left;
	margin-left: 40px;
	width: calc((100% - 80px) / 3);
	margin-bottom: 50px;
}

a.retro-logo {
	display: block;
	float: right;
	margin: -20px 0 0px 30px;
}

.smallpics a img {
	display: block;
}

.smallpics a:first-child {
	margin-left: 0;
}
