* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Roboto, arial, sans-serif;
    font-size: 18px;
    height: 100%;
    overflow-x: hidden;
    min-width: 320px;
}

#header #language-select .active {
    padding: 8px 0;
    line-height: 17px;
    color: #007dff;
    font-size: 14px;
    min-width: 50px;
    font-weight: 700;
    cursor: pointer;
}

#header #language-select .icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 2px;
    height: 19px;
    width: 19px;
    background: transparent none left top no-repeat;
}

#header #language-select .icon.icon-lang {
    background-image: url(/images/ic_language.svg);
}

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

section {
    width: 100%;
    position: relative;
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section.content {
    background: #e5e8ed;
    color: #333;
    padding-bottom: 130px;
    font-size: 17px;
    line-height: 1.4em;
    letter-spacing: .03em;
    min-height: 100%;
    overflow: hidden;
}

.within-bounds {
    width: 100%;
    max-width: 1145px;
    margin: 0 auto;
    position: relative
}

section.content .col:last-child {
    margin-right: 0!important;

}

section.content .col21-1 {
    float: left;
    margin-right: 2%
}

section.content .col21-1 {
    width: 65.79%
}

section.content .col21-2 {
    width: 31.91%
}

section.content .col2-1,
section.content .col2-2 {
    float: left;
    width: 49%;
    margin-right: 2%
}

section.content .col3-1,
section.content .col3-2,
section.content .col3-3 {
    float: left;
    width: 31.58%;
    margin-right: 2.63%
}

section.content .col3-3 {
    margin-right: 0
}

section.content .col31-1 {
    float: left;
    width: 74.35%;
    margin-right: 2.63%
}

section.content .col31-2 {
    float: left;
    width: 23.02%;
    margin-right: 0
}

section.content h3 {
    font-size: 24px;
    line-height: 1.3em;
    margin: -4px 0 12px;
    padding-left: 11px;
    color: #134078;
}

section.content hr {
    background: #fff none;
    height: 3px;
    border: 0;
    margin: 42px 0;
    width: 70%;
}

table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    font-variant: normal
}

tr, td {
    padding: 6px 10px;
    padding-top: 0;
    padding-bottom: 18px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    background: 0 0!important;
}

h1 {
    font-size: 18px;
    line-height: 1.3em;
    margin: -4px 0 12px;
    color: #134078
}

h2 {
    font-size: 21px;
    line-height: 1.3em;
    margin: -4px 0 12px;
    color: #134078
}

p.beschreibung {
    padding: 15px;
    padding-bottom: 5px;
}

.formInputText {
	width: 100%;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 18px;
    border: 2px solid #98999b;
    color: #333;
    position: relative;
    cursor: auto;
    line-height: 1.15;
    margin: 0
}

.formTextArea{
    height: 325px;
    resize: none;
    overflow: auto;
}

.formRadio {
    margin-left: 20%;
}

div#anrede label{
    padding-left: 10px;
    padding-right: 60px
}

.formCheckBox {
    width: 20px;
    height: 20px;
    cursor: pointer
}

div#checkBoxDiv label{
    padding-left: 10px;
}

.optout {
    font-size: 14px;
    color: #134078;
}

#formInputPLZ {
	width: 30%;
	font-size: 14px;
    padding: 10px 12px;
    font-size: 18px;
    border: 2px solid #98999b;
    color: #333;
    position: relative
}

#formInputOrt {
	width: 69%;
	font-size: 14px;
    padding: 10px 12px;
    font-size: 18px;
    border: 2px solid #98999b;
    color: #333;
    position: relative
}

.formSubmit {
	width: 100%;
	background: #013e7d;
    border: 2px solid #013e7d;
    padding: 12px;
    margin-top: 10px;
    color: #fff;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

#btnToRegister {
    width: 100%;
    background: #013e7d;
    border: 2px solid #013e7d;
    padding: 10px;
    color: #fff;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}

#btnToRegister:hover {
    cursor: pointer;
    background: #fff;
    color: #013e7d 
}

#contactHr {
    width: 100%;
}

#contactHeaderRegister {
    text-align: center;
}

#unsuscribeAll{
    width: 55%;
}

.formSubmit:hover {
    cursor: pointer;
    background: #fff;
    color: #013e7d
}

.centerContent {
    text-align: center;
    margin-right: 2%;
    margin-top: 15%;
}

.flashError {
    border: solid;
    border-color: red;
    padding: 5px;
    font-size: 28px;
    text-align: center;
}

.flashSuccess {
    border: solid;
    padding: 5px;
    font-size: 28px;
    text-align: center;
}

.grecaptcha-badge {
    z-index: 1000;
}

