/*globals*/
* {
    margin: 0;
    padding: 0;
}
html,
body {
    font-family: 'Lato', sans-serif;
    width: 100%;
}
img {
    width: 100%;
    display: block;
}
.pagebg-container {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100% + 40%);
    position: fixed;
    width: 100%;
    top: -40%;
}

/*text styles*/
a {
    text-decoration: none;
    color: #e1a11a;
}
a:hover {
    color: #3d3d3d;
}
p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}
.small {
    font-size: 10px;
    line-height: 12px;
}
.large {
    font-size: 20px;
    line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 20px;
}
ul {
    margin-left: 16px;    
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}

/*lines*/
.line:after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    height: 2px;
    background: #3d3d3d;
    width: 20%;
}
.mark-bg .line:after {
    background: #fff;
}

/*floatings*/
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    margin: 0 auto;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*positions*/
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
}

/*paddings - margins*/
.mtop20pc {
    margin-top: 20%;
}
.mtop40pc {
    margin-top: 40%;
}
.mbot20px {
    margin-bottom: 20px;
}
.mbot40px {
    margin-bottom: 40px;
}
.pbot20px {
    padding-bottom: 20px;
}
.mtop20px {
    margin-top: 20px;
}
.mtop40px {
    margin-top: 40px;
}
.mbot80px {
    margin-bottom: 80px;
}

/*layer index*/
.z-index0 {
    z-index: 0;
}
.z-index10 {
    z-index: 10;
}

/*box styles*/
.box {
    box-sizing: border-box;
    padding: 40px;
}
.spacer {
    height: 0px;
}
div.w25 > div {
    width: 25%;
}
div.w30 > div {
    width: 30%;
    margin-right: 3%;
}
div.w30 > div:last-of-type {
    margin-right: 0;
}
div.w30 > img {
    width: 30%;
    margin-right: 3%;
}
div.w30 > img:last-of-type {
    margin-right: 0;
}
div.w33 > div {
    width: 33.33333333333%;
}
div.w40 > div {
    width: 40%;
}
div.w48 > div {
    width: 48%;
}
div.w48 > div:nth-of-type(2n+1) {
    float: left;
}
div.w48 > div:nth-of-type(2n) {
    float: right;
}
div.w50 > div {
    width: 50%;
}
div.w100 > div {
    width: 100%;
}
div.h100px > div {
    height: 100px;
}
div.mbot40px > div {
    margin-bottom: 40px;
}
div.mbot40px > div:last-of-type {
    margin-bottom: 0;
}

/*highlights*/
.uppercase {
    text-transform: uppercase;
}
.strong {
    font-weight: bold;
}
.mark {
    color: #e1a11a;
}
.grey {
    color: #3d3d3d;
}
.white {
    color: #fff;
}
.mark-bg {
    background: #e1a11a;
    color: #fff;
}
.white-bg {
    background: #fff;
    color: #3d3d3d;
}
.softhighlight-bg {
    background: #ad842d;
    color: #fff;
}
.shadowed {
    -webkit-box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 23px -13px rgba(0,0,0,0.75);   
}
.ease0-3, .ease0-3:hover {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.ease0-5, .ease0-5:hover {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;	
}
.hover-softhighlight-bg:hover {
    background: #ad842d;
    color: #fff;
}

/*icons*/
.ico {
    width: 70px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
.ico-small {
    width: 40px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
.ico-big {
    width: 100px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;    
}
.logo {
    width: 100px;
    display: block;
    margin-top: 20px;
}

/*buttons - ctas*/
.cta {
    background: #e1a11a;
    width: 200px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cta-small {
    background: #e1a11a;
    width: 50%;    
    margin-top: 20px;
    font-size: 20px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cta-full {
    background: #e1a11a;
    color: #fff;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    font-size: 22px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.cta a,
.cta-full a,
.cta-small a{
    color: #fff;
}
.cta:hover,
.cta-small:hover,
.cta-full:hover {
    background: #3d3d3d;
    cursor: pointer;
}
.mark-bg .cta,
.mark-bg .cta-small,
.mark-bg .cta-full {
    background: #fff;
    color: #e1a11a;
}
.mark-bg .cta:hover,
.mark-bg .cta-small:hover,
.mark-bg .cta-full:hover {
    background: #ad842d;
    color: #fff;
    cursor: pointer;
}
.mark-bg .cta a {
    color: #e1a11a;
}
.mark-bg .cta a:hover {
    color: #fff;
}

/*template styles*/
.wrapper {
    width: 1024px;
}
.wrapper-small {
    width: 960px;
}
.section {
    box-sizing: border-box;
    position: relative;
}
.section:last-of-type {
    border-top: 5px solid #3d3d3d;
}
.section.nopadding {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 0;
}
ul.footer-nav {
    list-style-type: none;
    font-size: 12px;
}
ul.footer-nav li {
    float: left;
    margin-right: 10px;
}

.bg-icons {
    background-image: url(../images/background-kugel.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

/*form*/
form {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}
input {    
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 5px;
}
input.submit {
    margin-bottom: 0;
    background: #e1a11a;
    color: #fff;
    border: none;
    width: 200px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    padding: 0;
}
textarea {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 5px;
}
input.checkbox {
    height: 25px;
    width: 25px;   
    margin: 0 0;
    padding: 0 0;
    display: block;
}

.quote {
    background-image: url(../images/ico-quote.png);
    background-size:10%;
    background-position: top left;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    .wrapper {
        width: 100%;
    }
    .box {
        padding: 20px;        
    }
}
@media only screen and (max-width: 960px) {
    .wrapper-small {
        width: 100%;
    }
    }
@media only screen and (max-width: 820px) {
    div.w30 > div {
        width: 48%;
        margin-right: 0;
        float: left;
    }
    div.w30 > div:nth-of-type(2n+1) {
        float: right;
    }
    div.w30 > img {
        width: 48%;
        margin-right: 0;
        float: left;
    }
    div.w30 > img:nth-of-type(2n+1) {
        float: right;
    }
    div.w33 > div {
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 750px) {
    div.w48 > div {
        width: 100%;
    }
    div.w48 > div:last-of-type {
        margin-top: 80px;
        
    }
}
@media only screen and (max-width: 630px) {
    div.w40 > div {
        width: 100%;
        margin-bottom: 40px;
    }
    div.w50 > div {
        width: 100%;
    }
    
}
@media only screen and (max-width: 550px) {
    div.w25 > div {
        width: 50%;
        margin-bottom: 20px;
    }   
    
}
@media only screen and (max-width: 490px) {
    div.w30 > div {
        width: 100%;
        float: none;
    }
    div.w30 > div:nth-of-type(2n+1) {
        float: none;
    }
    div.w30 > img {
        width: 100%;
        float: none;
    }
    div.w30 > img:nth-of-type(2n+1) {
        float: none;
    }
}