/* wird hier verwendet https://web.inxmail.com/ulmer_2/newsletterverwaltung.jsp */
.paragraph {
    margin-top: 2.25rem !important;
    margin-bottom: .75rem !important;
}

h1 {
    font-size: 2rem;
    color: #00506f;
    margin-bottom: 0;
}

#paragraph_1 {
    margin-top: 0!important;
    margin-bottom: 1.5rem !important;
    font-size: 1.2rem;
    width: 80%;
}

#paragraph_1 p {
    margin-top: 0.5rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

.paragraph h2,
.paragraph h3 {
    margin: 0;
    color: #00506f;
}

.subscription {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    margin-bottom: .75rem;
    font-size: 1rem !important;
}

body {
	font-size: 14px; 
	color: #4b4b4d;
	font-family: sofia-pro, ff-profile-web, 'Trebuchet MS', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	width: 100%;
    margin-top: 3rem;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
}

label {
	margin: 0 1em 0 0;
	display: block;
}

div.textfield  {
    font-size: 1rem;
	margin: 10px 0 10px 0;
	width: 75%;
}

input.login {
	width: 80% !important;
}

input[type="checkbox"] {
    margin-right: .75rem;
    height: 1rem;
    width: 1rem;
}

input:checked {
    accent-color: #00506f;
}

input[type="text"] {
    padding: 7px;
    width: 100%;
}

.heading {
	text-transform: uppercase;
	color: #00506f;
	border-bottom: none;
}

select {
    width: 120px;
    height: 60px;
    font-size: 15px;
    border: 0px solid #999;
    border-radius: 5px;
}

select:focus {
	border: none !important;
	outline: none !important;
}

select option {
	padding: 5px;
	border-radius: 5px;
}

select option:checked, select option:focus {
	background-color: #eceae4;
}

input[type="submit"] {
    background-color: #00506f;
    border: 0;
    color: #fff;
    font-weight: normal;
    line-height: normal;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5625rem;
    padding-left: 1rem;
    font-size: 1rem;
    border-radius: 0.2rem;
    display: block;
    cursor: pointer;
    margin: 2rem 0;
    cursor: pointer;
}

.reset_button {
	display:none;
}

table tr:nth-of-type(even) {
    background: #ffffff;
}

.heading {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    letter-spacing: .5px;
}

div.checkboxfield {
	margin: 5px 0;
}

div.checkboxfield label {
    margin: 0px 10px 0 0;
    display:inline;
    float: none;
}

.disclaimer {
	font-size: 14px;
	margin-top: 30px;
}

div.message_missing {
    color: #f00;
}

label.missing {
    color:#f00;
}