@font-face {
    font-family: KievitWeb_Regular;
    src: url("/fonts/KievitWeb.eot");
    src: url(https://:/) format("No-404"), url("/fonts/KievitWeb.woff") format("woff");
    font-weight: 300 !important;
    -webkit-font-smoothing:antialiased;
}

@font-face {
    font-family: KievitWeb_Bold;
    src: url("/fonts/KievitWeb-Bold.eot");
    src: url(https://:/) format("No-404"), url("/fonts/KievitWeb-Bold.woff") format("woff");
    font-weight: 700 !important;
    -webkit-font-smoothing:antialiased;
}

html{
    background: #e1e1e1;
}

body{
    margin:0 auto;
    font-size: 14px;
    font-family: KievitWeb_Regular;
    width: 784px;
    padding-top: 34px;
}

/* menu */
.menu {
    float:right;
}
.menu a {
    color: #013b2c;
    text-decoration: none;
}
.menu a:hover {
    text-decoration: underline;
}

.small, .big{
    position: relative;
}

/*header*/

.bg{
    position: relative;
    margin-bottom: 45px;
}
.logo{
    position: absolute;
    top: -16px;
    right: 0;
}

/*End header*/
/*Formular*/

form{
    float: left;
    padding: 0;
    margin-left: 30px;
}

.form_box{
    width: 325px;
}

.thankyou {
    margin-left: 30px;
}

input, textarea{
    width: 100%;
    height: 32px;
    font-size: 14px;
    padding: 8px;
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.big textarea{
    height: 155px;
    display: block;
}

label{
    display: none;
}

/*Text*/
fieldset{
    border: none;
    padding: 0;
}

h1{
    font-size: 18px;
    color: #013b2c;
    margin: 0;
}

h2, table {
    color: #013b2c;
}

p, .info p{
    margin: 0;
    color: #013b2c;
}

.txt p{
    font-size: 10px;
    margin-top: 20px;
}


/*Button*/
.button .btnSend{
    width: 162px;
    height: 34px;
    border: none;
    background: #013b2c;
    color: #fff;
    float: right;
}

body.subsite{
    min-height: 900px;
    width: 784px;
    background: url(../img/bg2.jpg) no-repeat top #f6f7f2;
}

body.start{
    width: 1000px;
}
a {
    color: #013b2c;
    text-decoration: none;
}

.start .text {
    display:block;
    position: absolute;
    width:280px;
    top:395px;
    margin-left: 720px;
    font-size: 23px;
    color: #013b2c;
    line-height: 28px;
}

/*rechte seite*/
.info{
    width: 231px;
    height: 180px;
    float: right;
    background: #FFF;
    padding:30px;
    box-sizing: border-box;
    border: 1px solid #eee;
    line-height: 17px;
    margin-top: 35px;
}

.infoBig {
    height: auto;
    width: 500px;
    float:left;
    margin-left: 35px;
}

.clearfix:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}


.impressum h1, .privacy h1 {
    margin-left: 35px;
}

.subsite .menu {
    position: absolute;
    top:10px;
    margin-left:10px
}

/*Fehlermeldungen*/
textarea.error, input.error{
    border: 1px solid #b64443;
    background: #f3d9d9;
}


label.error{
    font-size: 11px;
    color: #b64443;
    bottom: -15px;
    left: 0;
    position: absolute;
}

.fb-icon {
    display: block;
    margin-top: 10px;
}

div.info.modTerms p {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.modTerms h3 {
    text-decoration: underline;
    margin-top: 40px;
    font-size: 19px;
}

div.modTerms h4 {
    margin-bottom: 5px;
    font-size: 16px;
}

fieldset.contact label#privacy-error {
    display: block !important;
    position: absolute;
    top: 18px;
}
fieldset.contact label.privacy-label {
    display: block !important;
    position: relative;
    float: left
}
fieldset.contact input.privacy-checkbox {
    float: left;
    max-width: 50px;
    padding: 0 0;
    margin: 0 auto;
    height: 16px;
}
