body {
  background-color: #d21130;
  color: #fff;  }
  
.main-navigation-items {
    display: none;
}

.languages-link {
    display: none;
}

h1 {
    font-family: 'dumle_sansregular';
}

h1, .h1, .alpha, h2, .h2, .discovery .block-header, .beta {
    color: #ffca30;
}

.CompositePage {
    background: #d21130;
}

.headline {
    max-width: 1900px !important;
}

.rules-content {
	max-width: 700px;
	margin: auto;
}

h6 {
    display: none;
}

select {
    background-color: #ffffff;
	color: #d21130;
    border-left: none;
    border-top: none;
	border-radius: 15px;
}

.consentclausetemplate {
    text-decoration: underline;
    color: #ffca30;
}

.iframe-container {
    height: 400px;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: 0;
	overflow:hidden;
}

.marketing-automation-block .marketing-automation-form {
    background-color: #d21130;
}

.EPiServerForms {
    padding-left: 1.5625em !important;
    padding-right: 1.5625em !important;
    margin-top: 1.5625em !important;
    margin-bottom: 1.5625em !important;
    background-color: #d21130;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	max-width: 600px !important;
	margin: auto !important;
}

label, .label, .EPiServerForms .Form__Element__Caption, .lead-generation-block .Form__Element__Caption {
	font-family: 'dumle_sansregular';
    color: #ffca30;
	text-transform: none;
	font-size: 1em;
}

input[type="text"], input[type="password"] {
    color: #333;
}

.f-sans-serif {
    color: #ffca30;
	line-height: 1.4;
}

.fc-grey23 {
    color: #870000;
}

.btn-theme {
    background: #ffca30;
    color: #fff;
    padding-left: 5em;
    padding-right: 5em;
    box-shadow: 0px 7px 0px 0px rgba(187,144,20,0.004);
}


