@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(https://cdn.ems-ci.com/fonts.google.com/Oswald/static/Oswald-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'EB Garamond';
    src: url('EBGaramond-Regular.eot');
    src: url('EBGaramond-Regular.eot?#iefix') format('embedded-opentype'),
    url('EBGaramond-Regular.woff2') format('woff2'),
    url('EBGaramond-Regular.woff') format('woff'),
    url('EBGaramond-Regular.ttf') format('truetype'),
    url('EBGaramond-Regular.svg#EBGaramond-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body{
    height:100%;
    margin:auto;
    background: #F5F2F0;
    font-family: Oswald, sans-serif;
}
.fL{
    float:left;
}
.fR{
    float:right;
}
.clear{
    clear:both;
}
.pl10{
    padding-left: 10px;
}
.logo_header{
    background:#ffffff;
	padding-bottom:51px;
	padding-top:56px;
}

.logo{
    display: flex;
    align-items: center;
    justify-content: center;

}
.maincontainer{
    max-width: 1200px;
    margin: auto;
    display: block;

}
.headline_txt{
	font-family: Times New Roman, arial;
	color: #5A5957;
	font-size:30px;
    display: flex;
    margin-top:5%;
}

.headline_txt_small{
	font-family: Times New Roman, arial;
	color: #5A5957;
	font-size:25px;
	margin-top:5px;
	margin-bottom:37px;


}
.box_txt{
	/* font-family: Helvetica, arial; */
    font-family: inherit;
	color: #5A5957;
	font-size:16px;
    width: 100%;


}
.box2_txt{
    font-family: inherit;
    color: #5A5957;
    font-size:16px;
    font-weight: normal;
}
.box3_txt{
    font-family: inherit;
    color: #5A5957;
    font-size:16px;
    font-weight: normal;
    width: 100%;

}
.sub_headline_txt{
	font-family: Times New Roman, arial;
	color: #5A5957;
	font-size:30px;
	
}
.container{

	margin-top:51px;
}
.bigcontainer{
    padding: 0 4rem;
}
.bigcontainer_end{
    padding: 0 4rem;
}
input::placeholder {
    color: rgba(90,89,87,0.6);
}
.imput-css {
    font-family: inherit;
    font-size: 17px;
    font-weight: bold;
    color: rgba(90,89,87,0.6);
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 85%;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #000000;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 0 0 rgba(0,0,0,0.2) ;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.imput-email-css {
    font-family: inherit;
    font-size: 17px;
    font-weight: bold;
    color: rgba(90,89,87,0.6);
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 85%;
    height: auto;
    margin-top:5px;
    padding: 10px 15px;
    border: 1px solid #79BBD9;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2) ;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2) ;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.select-css{
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 25%;
    height: auto;
    padding: 10px 15px;
    border: 1px solid #000000;
    font-family: inherit;
    font-size: 17px;
    font-weight: bold;
    color: rgba(90,89,87,0.6);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.2) ;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2) ;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.left{
    min-width: 300px;
    /* max-width: 500px; */
    float: left;
    width: 40%;
}
.right{
    min-width: 290px;
   /*  max-width: 550px; */
    float: right;
    width: 50%;

}
.inboxleft{
    width: 15%;
    margin-top: 120px;
}

.inboxright{
    width: 70%;
    margin-top: 110px;
    margin-left: 10%;
}

.onoffswitch {
    position: relative; width: 64px;
    height:40px;
    top:-18px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.img_logo{
    height: auto;
    max-width: 80%;
    max-height: 100px;
    margin: 0 auto;
    display: block;
}

.button{
    margin-top:33px;
    margin-bottom:20px;
}
@media (max-width:799px ) {
    .bigcontainer{
        margin-left: 5%;
        margin-right: 5%;
    }
    .onoffswitch {
        position: relative; width: 64px;
        margin-left: 5px;
        height:40px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .box2_txt{
        font-family: inherit;
        color: #5A5957;
        font-size: 17px;
        font-weight: normal;
    }
    .left{
        min-width: 95%;
        max-width: 95%;
    }
    .right{
        min-width: 100%;
        max-width: 100%;
    }
    .button{
        margin-top:33px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inboxright{
        margin-left: 12%;
    }

    .input-css,.imput-css,.imput-email-css{
        width: 100%;
    }
}

@media (max-width:700px ) {
    .bigcontainer{
        padding: 0.25rem;
    }

    .inboxleft{
        width: 20%;
    }
    .inboxright{
        width: 60%;
    }
}

.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;height: 37px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 37px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #7ED321; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 37px; margin: -1.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 26px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}



.error_accept_hawesko{
    color:red;
    display: none;
}
.button_sub{
    color:#5a5957;
    background-color:#ffca2c;
    border:1px solid #ffca2c;
    font-size:17px;
    font-weight:bold;
    padding:20px 60px;
    font-family: inherit;

}

.ulink{
    color: #5A5957;
    font-family: inherit;
    font-size: 17px;
    font-weight: bold;
    line-height: 130px;
    margin-left: 10px;
}

a{
    color:#79BBD9;
    text-decoration: none;
}
#vornamelayer,#nachnamelayer,#emaillayer,.email_headline{
   /*  display: none; */
    color:#79BBD9;
    font-family: inherit;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: -12px;
    font-size: 13px;
}

.ui-datepicker, .ui-datepicker .ui-widget-content {
    background: #fff !important;
}


input[type="submit"], button{
   cursor: pointer;
}
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
select,
input[type="date"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

/* Today in datepicker */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    color: white;
    background-color: #FFCA2C;
    border-color: #FFCA2C;

}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    color: white;
    background-color: #800000;
    border-color: #800000;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    width: 40%;
    padding: 2px 5px;
}