/*********************************************************************************************
Project : rwdgrid - responsive grid system for your next project
/*********************************************************************************************
1.  Base code
*********************************************************************************************/
*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

body {
	background: #FFFFFF;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: -moz-none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

html, body, .main {
	height: 100%;
	width: 100%;
}

[class*='grid-'] {
    float: left;
    padding:0px;
    width: 100%;
	position: relative;
}

/*********************************************************************************************
2.  Mobile Grid
*********************************************************************************************/

.grid-m-12 {
    width: 100%;
}
.grid-m-11 {
    width: 91.666663%;
}
.grid-m-10 {
    width: 83.33%;
}
.grid-m-9 {
    width: 74.999997%;
}
.grid-m-8 {
    width: 66.66666664%;
}
.grid-m-7 {
    width: 58.333%;
}
.grid-m-6 {
    width: 50%;
}
.grid-m-5 {
    width: 41.6665%;
}
.grid-m-4 {
    width: 33.33%;
}
.grid-m-3 {
    width: 24.99%;
}
.grid-m-2 {
    width: 16.66666%;
}
.grid-m-1 {
    width: 8.33%;
}

@media (min-width: 550px) {
    .grid-s-12 {
        width: 100%;
    }
    .grid-s-11 {
        width: 91.666663%;
    }
    .grid-s-10 {
        width: 83.33%;
    }
    .grid-s-9 {
        width: 74.999997%;
    }
    .grid-s-8 {
        width: 66.66666664%;
    }
    .grid-s-7 {
        width: 58.333%;
    }
    .grid-s-6 {
        width: 50%;
    }
    .grid-s-5 {
        width: 41.6665%;
    }
    .grid-s-4 {
        width: 33.33%;
    }
    .grid-s-3 {
        width: 24.99%;
    }
    .grid-s-2 {
        width: 16.66666%;
    }
    .grid-s-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************
3.  Grid 720px+
*********************************************************************************************/


@media (min-width: 720px) {
    .grid-12 {
        width: 100%;
    }
    .grid-11 {
        width: 91.666663%;
    }
    .grid-10 {
        width: 83.33%;
    }
    .grid-9 {
        width: 74.999997%;
    }
    .grid-8 {
        width: 66.66666664%;
    }
    .grid-7 {
        width: 58.333%;
    }
    .grid-6 {
        width: 50%;
    }
    .grid-5 {
        width: 41.6665%;
    }
    .grid-4 {
        width: 33.33%;
    }
    .grid-3 {
        width: 24.99%;
    }
    .grid-2 {
        width: 16.66666%;
    }
    .grid-1 {
        width: 8.33%;
    }

    .grid-t-12 {
        width: 100%;
    }
    .grid-t-11 {
        width: 91.666663%;
    }
    .grid-t-10 {
        width: 83.33%;
    }
    .grid-t-9 {
        width: 74.999997%;
    }
    .grid-t-8 {
        width: 66.66666664%;
    }
    .grid-t-7 {
        width: 58.333%;
    }
    .grid-t-6 {
        width: 50%;
    }
    .grid-t-5 {
        width: 41.6665%;
    }
    .grid-t-4 {
        width: 33.33%;
    }
    .grid-t-3 {
        width: 24.99%;
    }
    .grid-t-2 {
        width: 16.66666%;
    }
    .grid-t-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************
4.  Grid 1024px+
*********************************************************************************************/

@media only screen and (min-width: 1024px) {
    .grid-tl-12 {
        width: 100%;
    }
    .grid-tl-11 {
        width: 91.666663%;
    }
    .grid-tl-10 {
        width: 83.33%;
    }
    .grid-tl-9 {
        width: 74.999997%;
    }
    .grid-tl-8 {
        width: 66.66666664%;
    }
    .grid-tl-7 {
        width: 58.333%;
    }
    .grid-tl-6 {
        width: 50%;
    }
    .grid-tl-5 {
        width: 41.6665%;
    }
    .grid-tl-4 {
        width: 33.33%;
    }
    .grid-tl-3 {
        width: 24.99%;
    }
    .grid-tl-2 {
        width: 16.66666%;
    }
    .grid-tl-1 {
        width: 8.33%;
    }
}


/*********************************************************************************************
5.  Grid 1200px+
*********************************************************************************************/

@media only screen and (min-width: 1200px) {
    .grid-d-12 {
        width: 100%;
    }
    .grid-d-11 {
        width: 91.666663%;
    }
    .grid-d-10 {
        width: 83.33%;
    }
    .grid-d-9 {
        width: 74.999997%;
    }
    .grid-d-8 {
        width: 66.66666664%;
    }
    .grid-d-7 {
        width: 58.333%;
    }
    .grid-d-6 {
        width: 50%;
    }
    .grid-d-5 {
        width: 41.6665%;
    }
    .grid-d-4 {
        width: 33.33%;
    }
    .grid-d-3 {
        width: 24.99%;
    }
    .grid-d-2 {
        width: 16.66666%;
    }
    .grid-d-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************
6.  Helper classes
*********************************************************************************************/


img.scale, img.responsive {
    max-width: 100%;
    height: auto;
}


/*********************************************************************************************
7. Classes
*********************************************************************************************/
.nulleins {
	line-height:0.1em;
}
.t-1 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  color:#FFFFFF;
  line-height:1em;
  font-size:0.8em;
  background-color:#9F141C;
  padding:3px;
}
.clear-grid {
    clear:both;
    float:inherit;
}
.container {
    margin:0%;
    width: 100%;
}
.container:after, .container:before {
    display: table;
    clear:both;
    content: "";
}
.fesch {
	padding:10px;
}
.feschplus {
	padding:40px;
}

h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1em;
}

a, a:link, a:hover, a:visited, a:active {
	color: #9F141C;
	text-decoration:none;
}
a.ddark, a.ddark:link, a.ddark:hover, a.ddark:visited, a.ddark:active {
	color: #333333;
	text-decoration:none;
}
.borderround {
	border: 1px solid #9F141C;
	padding:5px;
	vertical-align:middle;
  	border-radius: 5px;
}
.sun {
	position: fixed;
	top: 0;
	left: 0;
	z-index:999;
	width: 100%;
	background-color:#ffffff;
}

.main {
	display: table;
	padding-top:55px;
}

.main-inner {
	display: table-cell;
	vertical-align: middle;
}
	
.selektion {
	text-align: center;
	color:#ffffff;
	font-size:1.5em;
	font-weight:bold;
	padding-top: 30px;
	padding-bottom: 30px;
}
.knopf {
	display:block;
	background:#ccc;
	color:#333;
	line-height:3em;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}
.moon {
	padding: 40px 0px 40px 10px;
	font-size:0.8em;
}
.cent  {
	text-align:center;
}
.rechts {
	text-align:right;
}

.handverlesen {
	font-size:1.4em;
	line-height:1.4em;
	padding: 20px;
	color:#444;
}

@media (min-width: 720px) {
	.handverlesen {
		font-size:2em;
		line-height:1.5em;
		padding: 50px;
		color:#444;
	}
}
.imp {
	font-size:0.6em;
	text-align:justify;
	padding-top:20px;
	padding-bottom:50px;
}
.impline {
	border-top: 1px dotted #888;
}
.fescher {
	padding-top: 15px;
}
.fescher a {
	padding-left: 20px;
}
/* linznews */

.linznews-big {
	width:80%;
	margin:0 auto;
	padding:30px;
	margin-top:20px;
}
.linznews-ad {
	text-align:center;
}