/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

form .pure-form-aligned .pure-control-group .sterncheckbox {
    width: 100%;
    text-align: left;
}

body {
    font-size: 1em;
    line-height: 1.4;
	background-color: #000;
	
	
}
.header-container,
.main-container,
.footer-container {
	z-index: 20;
}

header {
    display: flex;
    background-color: #fff;

    flex-direction: row;

    justify-content: center;
    align-items: center;
}

header img {

}

.main-start {
    background: black url(../img/BG-Startseite.jpg) no-repeat;
    min-height: calc(100vh - 70px);

    display: flex;
    align-items: center;

    flex-direction: column;

    overflow: hidden;
    z-index: 1;

    background-size: cover;
}



.main-kaufen {
    background: black url(../img/BG-Kaufen.jpg) no-repeat;
    min-height: calc(100vh - 70px);

    display: flex;
    align-items: center;

    flex-direction: column;

    overflow: hidden;
    z-index: 1;

    background-repeat:no-repeat;
background-position: center center;

background-size: cover;
}

.main-party {
    background: black url(../img/BG-Party.jpg) no-repeat;
    min-height: calc(100vh - 70px);

    display: flex;
    align-items: center;

    flex-direction: column;

    overflow: hidden;
    z-index: 1;

    background-repeat:no-repeat;
background-position: center center;

background-size: cover;
}


*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.main-container {
  position: relative;
}

.main-container:before,
.main-container:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 50%;
  border-bottom: 100px solid black;  
}

.main-container:before {
  left: 0;
  border-right: 999px solid transparent;
}

.main-container:after {
  right: 0;
  border-left: 999px solid transparent;
}



.main-container .wrapper {
    display: flex;
    flex: 1;
    align-items: center;
}

.main-container .wrapper .logo-helper {
    flex: 0 0 auto;
    width: 100%;
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    min-height: 50px;
    height: 50px;

    padding: 10px;

    

    flex: 0 0 auto;
}

.ab16 {
    width: 100%;
    text-align: center;

    margin-top: -125px;
    z-index: 10;
    position: absolute;
}

.ab16 img {
    max-width: 104px;
    z-index: 10;
}

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

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

.btn-kaufen {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;

    border: 1px solid #84754e;

    text-transform: uppercase;

    color: #84754e;

    font-weight: bold;
}

.btn-container {
    text-align: center;
}

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

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Lato ,Helvetica, Helvetica Neue, Arial;
}

.wrapper {
    width: 96%;
    margin: 0 2%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
	width: 100%;
}


.header-container,
.footer-container,
.main aside {
	
}

.title {
	color: white;
	display: none;
}

/* ==============
    MOBILE: Menu
   ============== */
nav {
    width: auto;
    background-color: #fff;

    flex: 1 1 auto;

    align-self: center;

    font-family: 'Heebo';
}

nav ul {
    margin: 0;
    padding: 0;
    text-align: center;

    height: auto;

    
}



nav ul li {
    flex: 0 1 auto;

    padding: 10px;
}

nav a, .footer-nav a {
    display: block;
    color: #84754e;

    text-decoration: none;

    font-family: 'Heebo';
    font-size: 26px;
   
}


.footer-nav a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.footer-nav {
    display: flex;
    justify-content: space-around;
    max-width: 80%;

    margin: 0 auto;
}

.footer-nav {
    flex: 1;
}

footer {
    max-width: 100%;
}

footer hr {
    max-width: 100%;
    margin: 10px auto;
}

.footer-nav {
    text-align: center;
}

.footer-nav a {
    display: inline-block;
    text-transform: uppercase;
}

nav a:hover {
	
}

nav a:visited {
    
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

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

	nav ul li {
		font-weight: 700;
	}
	nav ul li .nav-title {
		display: block;
		text-transform: uppercase;
		font-size: 30px;
		padding-right: 10px;
	}
	nav ul li .nav-footing {
		display: block;
		font-size: 10px;
		line-height: 12px;
	}

	.logo-helper {
		width: 100%;
		text-align: center;
	}
	.logo-helper img {
		    max-width: 100%;
    height: auto;
		
	}

	.footer-box-button {
		float: right;
		max-width: 102px;
		max-height: 104px;
	}
	.footer-box-button img {
		max-width: 102px;
		max-height: 104px;
	}
	.footer-box-imprint {
		
		margin: 25px auto;
		font-size: 10px;
        width: 80%;
		line-height: 12px;
		text-shadow: 5px 5px 2px rgb(0, 0, 0);
		font-family: 'Raleway', sans-serif;


	}


.toggle-nav {
        display: inline-block;
        float: right;
        font-size: 2em;
        flex: 0;
        transition: color linear 0.15s;
    }
         
    a.toggle-nav:link, 
    a.toggle-nav:visited,
    a.toggle-nav:hover, 
    a.toggle-nav:active {
        text-decoration: none;
        color: #84754e;
    } 




#target {
    display: none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    

  
	nav ul li .nav-title {
		
		
		width: auto;
	}
	nav ul li .nav-footing {
		display: inline-block;
		font-size: 10px;
		line-height: 12px;
		width: auto;
	}

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        /*display: inline;*/
    }

    .oldie nav a {
        margin: 0 0.7%;
    }

	
}

@media only screen and (min-width: 920px) {
	
/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        /*float: right;
        width: 38%;*/
    }
	nav li {
		display: inline-block;
		
	}
	nav a {
		float: left;
		width: 100%;
		/*width: 26%;*/
		
	}
	
	nav ul li .nav-title {
		
		padding-right: 0px;
	}
	nav ul li .nav-footing {
		font-size: 10px;
		line-height: 12px;
	}
	
	
	.logo-helper {
		width: 100%;
		margin: 0 auto;
        max-width: 80%;
	}
	.footer-box-button {
		width: 10%;
	}
	.footer-box-imprint {
		width: 85%;
	}
	.footer-box-imprint p {
		float: left;
		width: 33%;
		min-width: 235px;
	}

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

header {
    flex-direction: row;
}

.header-container {
    display: flex;
    background-color: #fff;
}

nav ul {
    display: flex;

    justify-content: space-evenly;
}

.toggle-nav {
    display: none;
}

#target {
    display: block;
}

.main-container .wrapper .logo-helper {
    flex: 0 0 auto;
    width: 50%;


}

.ab16 {
    margin-top: -80px;
}

.main-start .wrapper .logo-helper {
    max-width: 80%;
    width: 100%;
}

/* ===============
    Maximal Width
   =============== */

	
	.wrapper {
		width: 1026px; /* 1140px - 10% for margins */
		margin: 0 auto;	
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

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


/* Form */

#register-success {
        color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
        position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

input[type=text], input[type=email], textarea {
        padding: .5em .6em;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.control-group {
    display: flex;
    margin-bottom: 0.5rem;
}

.control-group label {
    flex: 0 0 33%;
    padding: .5em .6em;
    background-color: #84754e;
    color: #fff;
}

.control-group .sterncheckbox {
    background-color: transparent;
}

.control-group .sterncheckbox input {
    margin-right: 0.5rem;
}

.control-group input, .control-group textarea {
    flex: 1 0 auto;
    max-width: 80%;
}

.control-group textarea {
    min-height: 200px;
}

input[type=submit] {
        display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    background-color: #fff;
    color: #84754e;
    font-weight: bold;

    flex: 0 0 20%;

    margin: 0 auto;
}

.error {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;

        color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    list-style: none;
}



/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v16-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../fonts/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v16-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v16-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

/* heebo-900 - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/heebo-v8-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/heebo-v8-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/heebo-v8-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/heebo-v8-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/heebo-v8-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/heebo-v8-latin-900.svg#Heebo') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Lato';
}