@font-face {
    font-family: 'roboto_slablight';
    src: url('../fonts/robotoslab_light/RobotoSlab-Light-webfont.eot');
    src: url('../fonts/robotoslab_light/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/robotoslab_light/RobotoSlab-Light-webfont.woff') format('woff'),
    url('../fonts/robotoslab_light/RobotoSlab-Light-webfont.ttf') format('truetype'),
    url('../fonts/robotoslab_light/RobotoSlab-Light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: roboto_slablight,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nopadding {
    padding: 0 !important;
}

#header-top {
    background-color: #f47b32;
}

#logo img {
    padding: 26px 0;
    width: 100%;
    max-width: 520px;
    height: 90px;
    text-align: left;
}

#info .info-wrap {
    padding: 21px 0;
}

#info .info-top a {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}

#info .info-bottom {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: #2d3235;
}

#header-bottom {
    background: url("../img/header-bgr.jpg") no-repeat center;
    background-size: cover;
    height: 435px;
    text-align: center;
    position: relative;
}

#header-title-wrap {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}

#header-title-wrap span {
    display: inline-block;
    background-color: #2d3235;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    padding: 20px 30px;
    font-size: 22px;
}

main {
    padding: 115px 0;
}

.main-left-wrap {
    margin: 0 35px;
    padding: 30px 40px;
}

.main-left-wrap h2, .main-right-wrap h2 {
    text-align: left;
    line-height: 34px;
    font-size: 32px;
    color: #f47b32;
    margin: 0 0 30px 0;
}

.main-left-wrap p, .main-right-wrap p, .main-left-wrap h4 {
    text-align: left;
    display: inline-block;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #2d3235;
}

.main-left-wrap h4 {
    background: url("../img/bullet.png") no-repeat;
    padding-left: 65px;
    margin: 7px 0;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.main-right-wrap {
    margin: 0 35px;
    padding: 30px 40px;
    box-shadow: 0 0 20px #ccc;
    border-radius: 6px;
}

.main-right-wrap h2 {
    text-align: center;
}

.main-right-wrap p {
    margin-bottom: 30px;
    display: block;
    text-align: center;
}

.main-right-wrap label {
    font-weight: bold;
}

.main-right-wrap input, .main-right-wrap select, .main-right-wrap button {
    height: 50px;
    color: #2d3235;
    font-weight: bold;
}

.main-right-wrap button {
    border: none;
    font-weight: normal;
    background-color: #f47b32;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

.main-right-wrap select {
    background-color: #dcdcdc;
}

.main-right-wrap button:hover, .main-right-wrap button:focus {
    color: #fff;
    background-color: #ab562b;
    border: none;
    outline: none;
}

.main-right-wrap input:focus, .main-right-wrap select:focus, .main-right-wrap button:focus {
    border-color: #f47b32;
    -webkit-box-shadow: inset 0 1px 1px rgba(244, 123, 50, 0.07), 0 0 8px rgba(244, 123, 50, 0.6);
    box-shadow: inset 0 1px 1px rgba(244, 123, 50, 0.07), 0 0 8px rgba(244, 123, 50, 0.6);
}

main .bedankt-wrap h1 {
    margin: 15px 0;
    color: #2d3235;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

main .bedankt-wrap p {
    color: #2d3235;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}

#footer-top {
    margin: 0 0 40px 0;
}

#footer-top img {
    width: 100%;
}

#footer-bottom {
    background-color: #f47b32;
}

#footer-bottom p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #2d3235;
    margin: 0;
    padding: 30px;
    font-weight: bold;
}