body {
    font-family: 'Lato', sans-serif !important;
    background: url('../background_cash_2.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

button {
	color: black;
}

p, strong {
	 font-family: 'Lato', sans-serif !important;
}

p {
	font-size: 1em;
}

h2 {
	font-size: 1.6em;
	font-family: 'Oswald', cursive !important;
	margin-top: 10px;
	margin-bottom: 0.8em;
	line-height: 1.4em;
	font-weight: 700;
}

h3 {
	font-size: 1.5em;
	font-family: 'Oswald', cursive !important;
	font-weight: 700;
	margin-top: 5px;
	line-height: 1.5em;
}

h6 {
	margin-bottom: auto;
	margin-top: auto;
	
}

.logo {
	width: 100%;
	margin-top: 10px;
}

.header-image {
    display: block;
    width: 100%;
    text-align: center;
    /*background: url('../background_cash.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}



.headline h1 {
    font-size: 2em;
    /*color: #ff9000;*/
    color: #7AC943 !important;
    font-family: 'Oswald', cursive;
    letter-spacing: 1px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.grey {
    color:#4b4b4b !important;
}

.yellow {
    /*color:#ff9000 !important;*/
    color: #7AC943 !important;
    margin-bottom: 5px;
}

.row {
     margin-right: auto; 
     margin-left: auto; 
}

.greybox {
    background-color:#7c7c7c !important;
    color: #ffffff;
    padding:1em;
}

.yellowbox {
   /* background-color:#ff9000 !important;*/
   background-color:#7AC943 !important;
    color: #ffffff;
    padding:1em;
}

.whitebox {
   /* background-color:#ff9000 !important;*/
   background-color:#ffffff !important;
    color: #000000;
    padding:1em;
}

a {
    font-size: 1em;
    color:#7c7c7c !important;
    text-decoration: underline;
}

.loesung {
    font-size: 2em;
    font-family: 'Oswald', cursive !important;
     margin-top: 5px;
}

.box {
    overflow: hidden;
}

.box-image.pull-right {
	margin-top: 20px;
    /*margin-left: 40px;
    height: 430px !important;*/
}


footer {
    margin: 10px 0;
}

#services {
    background-color: #7c7c7c;
}

textarea {
	width:100%;
	height:300px;
}

.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 {
	border: 1px solid #7AC943 !important;
	background: #7AC943 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: none !important;
}

.ui-icon {
	width: 1px !important;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: none !important;
}

@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .box-image.pull-right {
        margin-left: 20px;
    }


}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .box-image {
        max-width: 50%;
    }

    .box-image.pull-right {
        margin-left: 10px;
    }

}

@media(max-width:768px) {
   
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }
    
    .box-image.pull-right {display:none;}

}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
    
   
    
}

@media(max-width:375px) {

    .box-image {
        max-width: 100%;
    }

    .box-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}