/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a { color: #d96846; }

footer a:hover { color: #fff; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


   
p {
	  font-family: 'NunitoSans', Arial;
	  font-size:16px;
	  line-height:26px;
	  color:#888888;
   }
   
h2 {
	   
	 font-family: 'NunitoSans', Arial;
   }

/*navbar style */

header{
	width:100%;
	background:#fdf0e3;
	padding:10px 0px;
	height:auto;
	text-align: center;
}	

header img { width: 200px; }

.banner {
	background:url('../img/wirberechnendeinewohnflaeche.jpg')no-repeat fixed;
	background-size:cover;
	min-height:480px;
	text-align:center;
}
.banner-element {
	text-align:center;
	padding-top:50px;
	color:#ffffff;
}
.banner-element h1 {
	font-family: 'NunitoSans', Arial;
	padding-bottom:50px;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #000;
}
.form-area { 
	
	width:50%;
	height:auto;
	background:rgba(0, 0, 0, .5);
	margin:auto;
	padding:50px;
	font-family: 'NunitoSans', Arial;
}
.form-area p {
	color:#ffffff;
	font-size:20px;
}


.form-area form input {
	
	width:100%;
	height:56px;
	background:none;
	border:1px solid #d96846;
	margin:5px 0px;
	box-sizing:border-box;
	padding:0px 15px;
	border-radius:5px;
}

.form-area form button {
	
	width:100%;
	height:56px;
	background:#d96846;
	border:none;
	border-radius:5px;
	font-size:18px;
	line-height:56px;
	margin:5px 0px;
}
.form-area form button:hover {
	
	background:#c3ad76;
}

.body-content {
	width:100%;
	height:auto;
	padding:20px 0px;
}

.first-product { margin-top: 60px; margin-bottom: 100px; }

.product-content {
	text-align:left;
}

	.content-part,.content-part2 {
		
		padding:20px 0px;
	}
   
   .content-part2>.product-content {
	   
	   text-align:right;
   }
   
.product-content h2 {
	font-family: 'NunitoSans', Arial;
	color:#d96846;
	text-transform:uppercase;
	font-size:30px;
}

.sponsore {
	
	background:#f6f6f6;
	padding:50px 0px;
}
.sponsore  h2 {
	font-size:30px;
	color:#d96846;
	padding-bottom:30px;
}

footer {
	font-family: 'NunitoSans', Arial;
	padding:30px 0px;
	background: #1f3a93;
	color:#ffffff;
}
footer ul {
	
	padding:0px;
	list-style:none;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */
.row-centered {
	
	text-align:center;
}
   .col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
	}


/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





.box {

    width:30%;
    height:30%;
    margin:auto;
	
}



@media only screen and (max-width:990px) {

	.form-area {
		
		width:70%;
		height:auto;
	}

} 


@media only screen and (max-width:768px) {

	.form-area {
		
		width:90%;
		height:auto;
		padding:20px 10px;
	}
	.form-area form input {
	
	width:100%;
	height:45px;
	background:none;
	border:1px solid #d96846;
	margin:5px 0px;
	box-sizing:border-box;
	padding:0px 15px;
	border-radius:5px;
}

.form-area form button {
	
	width:100%;
	height:45px;
	background:#d96846;
	border:none;
	border-radius:5px;
	font-size:15px;
	line-height:45px;
	margin:5px 0px;
}
.sponsore img {
	
	padding-bottom:20px;
}
} 

header .container { padding: 10px 0px; }
.deluxelogo img { margin-top: 16px; }

h3 { color: #d96846; }

.companycontent { margin-top: 60px; }
.companycontent h2 { font-size: 24px; margin-top: 50px; }
.companycontent p { color: #fff; font-size: 14px; }
