@charset "UTF-8";
/*
Theme Name: Kramp
Theme URI: http://www.kramp.com
Description: Kramp
Author: Kramp
Author URI: http://www.kramp.com
Version: 1.0
Tags: responsive
*/

*{
	margin:0;
}

body {
	background-color:#F6F8FA;
	font-family: Open Sans,Arial,sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    font-style: normal;
    color: #000;
    line-height: 1.3125rem;
	margin-top: 4.375rem;	
}

h2 {
	padding-bottom: 1em;
	font-size: 1.5625rem !important;
    font-weight: bold;
}

h3 {
	margin-bottom: 1em;
}

a {
	color: #900;
	text-decoration: none;
}

p {
	margin-bottom: 1em !important;
}

ul { 
	overflow: hidden;
	padding-left: 1.5em;
	margin-bottom: 1em !important;
}

.size-large {
	max-width: 49% !important;
}

.alignright {
	float: right;
	margin-left: 2em;
	margin-top: 0.5em;
	border-radius: 1em;
}

.alignleft {
	float: left;
	margin-right: 2em;
	margin-top: 0.5em;
	border-radius: 1em;
}

.wrapper {
	max-width: 75rem;
	margin: 0 auto;
}

.form {
	margin-top: 1em;
	padding: 1.5em;
	background-color: white;
}

.main-header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;	
}

.main-header__top {
	height: 4.375rem;	
	background-color: #ae0000;
    color: #fff;
    position: relative;
}

.main-header__logo img {
	width: 10.8125rem;
	margin-top: 1.8%;
}

.banner img {
	width: 100%;
}

.footer {
	margin-top: 1.5em !important;
}

.footer-header__top {
	height: 5.375rem;	
	background-color: #ae0000;
    color: #fff;
    position: relative;
}

.footer_content {
	padding-top: 1.5em;	
}

.footer-bottom__links{
	float: left;
}

.footer-bottom__links a {
	color: white;	
	text-decoration: none;
}

.footer-bottom__slogan-and-copy {
		float: right;
}

.footer-bottom__slogan img{
	height: 0.95em;
}

.footer-bottom__copy {
	text-align: right;
	line-height: 250%;
}


/*Anmeldung*/

hr {
	display: none !important;
}

.ff-el-repeat{
	margin-top:-2em;
}

.ff-el-section-title {
	margin-top: 2em;
}

.ff-el-repeat-buttons {
	line-height: 30px !important;
	margin-bottom: 17px !important;
	font-size: 25px !important;
	width: 60px !important;
}