@import url("reset.css?version=1");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+Display|Noto+Sans|Roboto+Condensed");

@font-face {
    font-family: 'Linotype Univers';
    src:url('/newsletter/06f2633b-1a3a-49a6-8c6d-cc96680c40fe.eot');
    src:url('/newsletter/06f2633b-1a3a-49a6-8c6d-cc96680c40fe.eot?#iefix') format('embedded-opentype'),
        url('/newsletter/8879382d-addd-4463-af97-c743889f5eae.woff') format('woff'),
        url('/newsletter/9c87416c-6146-430d-96ec-ea221bbec465.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Linotype Univers';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: Noto Sans,Arial,Verdana;
    font-size: 9pt;
    text-align: left;
}

.Header, #TitleH1 {
    font-family: Roboto Condensed,Arial,Verdana;
    font-size: 11pt;
    font-weight: bold;
}

body {
    background-color: #F2F2F2;
    max-width: none;
}
.container-fluid, .container{
    background: #FFF;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}
body, html
{
	/* background settings later on "DIV Settings" */
	overflow-x: hidden;
	color: black;
	}
html {
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}

.top_banner {
	margin: auto;
    max-width: 960px;
    overflow: hidden;
}

.content,
.footer,
h1,
form > h2,
div.container > h2
{
	margin: auto;
    max-width: 960px;
    overflow: hidden;
/*    padding-left: 20px;
    padding-right: 20px;*/
}
/*.content {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}*/
h1 {
    background: #002E62;
    border-top: 20px solid #FFFFFF;
    color: #BAD284 !important;
    margin: 0 20px 230px !important;
    padding: 10px 20px;
    position: relative;
    top: 200px;
    z-index: 5;
}
.content.row > div {
    float: left;
    padding: 0 40px;
    width: 50%;
}
*+html .content > div {
    margin-right: 50px;
    width: 400px;
}
/*.content > div.content_entireWidth {
    margin: 0;
	width: 100%;
}*/

/**, *:before, *:after {
   	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
}*/
*:before, *:after {
	font-weight: normal;
}
html {
    -webkit-text-size-adjust: none;
}

/*.content_left, .content_right {
    padding-left: 25px;
    padding-right: 25px;
}*/
.row{
    margin:0;
    padding-left:0px;
    padding-right:0px;
    padding-bottom: 40px;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
 .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
  .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
   .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
    .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
     .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
      .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
       .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
        .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
         .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
          .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
           .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
            position:relative;
            min-height:1px;
            padding-left:40px;
            padding-right:40px;}*/


/* [class*='col-'] {
    position:relative;
    min-height:1px;
    padding-left:40px;
    padding-right:40px;}*/

.padd40 {
    padding-left:40px;
    padding-right:40px;
}

label {
    font-weight: normal;
    cursor: pointer;
}

.top_banner {
    background: #ffffff url("/images/newsletter/headerbild_2020.png") no-repeat scroll 0 0;
    height: 231px;
    border:0;
}



.content_right h3,
.content_left h3,
.Categories h4,
form > h2
{
/* Style 1 */
/*
    font-size: 1.6em;
    font-weight: 200;
*/
/* Style 2 */
    color: #002E62;
    font-size: 1.2em;
    font-weight: 600;
}

#TitleH1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff !important;
    font-family: "Linotype Univers";
/*    font-family: 'Wire One', sans-serif;*/
    font-size: 40px;
    font-weight: 200 !important;
    letter-spacing: 0;
    margin: 0 62px 180px !important;
    top: 93px;
}

/************************************************************************************
smaller than 420
*************************************************************************************/
@media screen and (max-width: 420px) {
   div.container {
        background-size: 292px;
        background-position: center 15px;
    }
    #TitleH1 {
        font-size: 40px;
        line-height: 32px;
        margin-left: 20px !important;
    }
    .top_banner {
        background-position: -45px 0;
    }
}

ol.Categories li label {
    float: left !important;
}

ol.CheckBox {
    padding: 0;
}
/*.inner_li {
    padding: 0;
    padding-bottom: 5px;
    max-height: 28px;
}*/
/*.outer_li {
    padding: 0;
}
.outer_li label{
    padding: 0;
}*/

input[type="checkbox"] {
    float: left;
    margin-right: 1em;
}
.RadioButton label,
.CheckBox label {
    display: inline;
    float: none;
    line-height: 1;
    padding: 0 1em 0 .5em;
    white-space: nowrap;
    width: 70%;
}
.CheckBox label {
    padding: 0 1em 0 0;
}

.footer {
    background: #012c5f;
    color: #FFF;
    bottom: 0;
    left: 0 !important;
    margin: 0;
    max-width: none;
    padding: 20px;
    position: relative;
    width: 100%;
}
.footer p {
    margin: 0 auto;
    max-width: 1100px;
}

/*.content_right li {

}*/

div.validation {
    background: #BF1E2E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 28px;
    padding: 15px 30px 15px 60px;
    position: relative;
}

.checkbox {
    margin: 0;
}

p input.button_input {
    background: #8ebbe0 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
    margin-right: 10px;
    padding: 4px 20px;
    text-decoration: none;
}
p input.button_input:hover {
    background: #002c5f none repeat scroll 0 0;
    color: #fff;
}

div.validation {
    background: #BF1E2E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 28px;
    padding: 15px 30px 15px 60px;
    position: relative;
    display:none;
}
/* LI-Dots */
div.validation ul li:before
{
    content: "»";
/*  font-family: 'insyma-icons'; */
    text-decoration: none;
}
div.validation ul:before {
    content: "\26A0";
    font-size: 35px;
    left: 17px;
    margin-top: -12px;
    position: absolute;
    text-decoration: none;
    top: 50%;
}
#warning_icon {
    background-color: red
}

label span.normal_text {
    font-weight: normal;
}

