/* Naschmarkt.wien Stylesheet */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Roboto');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* overrides */

body, html {
	/*height: 100%; */
}

body {
	background-image: url('background.jpg') ;
	background-position: center center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
	background-color: #999;
	
	font-family: 'Roboto', sans-serif;
}

h1 { 
	font-size: 50px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 8px #151515cc;
	color: #fff;
}

h2 { 
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 1px 1px 8px #151515cc;
}

p {
	/* width: 50%; */
	margin: 0 auto;
	text-align: justify;
	margin-bottom: 10px;
	color: #fff;
	font-size:14px;
	

}

.bg {
	/* The image used */
    background-image: url("background.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
	text-align: center;
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}

.textbox {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	width: 65%;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 1.3;
}

.textbox:nth-of-type(2) {
	margin-bottom: 30px;
}

div#newfooter {
    position: absolute;
    width: 100%;
    left: 0;
    height: 35px;
    text-align: center;
    background: rgba(0,0,0,0.7);
	
	padding-top:12px;
}

div#newfooter a, .footer a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

html { /* height: 100%; */ }
body {
   /*  position:relative; */
   overflow-x: hidden;
}
.footer { 
padding:20px;
width: 100%;
 background: rgba(0,0,0,0.7);
 text-align: center;
/*
    position: absolute; 
    left: 0 ; right: 0; bottom: 0;
    height:40px; 
    text-align: center;
    background: rgba(0,0,0,0.7);
	padding-top: 15px;
*/
}

.banner {
	margin-bottom: 30px;
}
.banner img {
	object-fit: cover;
	width:90%;
	max-width: 600px;
}

@media screen and (max-width: 720px) {
	.textbox {
		width: 90%;
	}
	.container {
		width: 100%;
	}
	.banner img {
		width: 90%;
	}
}
