/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 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.4;
}
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;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.large-1 {
	width: 8.33333%;
	max-width: calc(0.08333*1440px);
}

.large-2 {
	width: 16.66667%;
	max-width: calc(0.16666 * 1440px);
}

.large-3 {
	width: 25%;
}

.large-4 {
	width: 33.33333%;
}

.large-5 {
	width: 41.66667%;
}

.large-6 {
	width: 50%;
}

.large-7 {
	width: 58.33333%;
}

.large-8 {
	width: 66.66667%;
}

.large-9 {
	width: 75%;
}

.large-10 {
	width: 83.33333%;
}

.large-11 {
	width: 91.66667%;
}

.large-12 {
	width: 100%;
}


#content-wrapper {
	width : 1200px;
}


.large-offset-1 {
	margin-left: 8.33333%;
}

.large-offset-2 {
	margin-left: 16.66667%;
}

.large-offset-3 {
	margin-left: 25%;
}

.large-offset-4 {
	margin-left: 33.33333%;
}

.large-offset-5 {
	margin-left: 41.66667%;
}

.large-offset-6 {
	margin-left: 50%;
}

.large-offset-7 {
	margin-left: 58.33333%;
}

.large-offset-8 {
	margin-left: 66.66667%;
}

.large-offset-9 {
	margin-left: 75%;
}

.large-offset-10 {
	margin-left: 83.33333%;
}

.large-offset-11 {
	margin-left: 91.66667%;
}

.column{
	position: relative;
    padding-left: 1.07142857rem;
    padding-right: 1.07142857rem;
    float: left;
}

.sub-table-nav{
    background-color: #BDAF99;
    width: 170px;
    /* Border Radius von 5px */
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.sub-table-nav-2{
    font-size: 20px;
    /*background-color: #AC9068;
    /* Border Radius von 5px */
    border-bottom: 2px solid #000000;    
    margin-top: 30px;
    margin-right: 5px;
    padding: 20px;
    text-align: right;
}

.row.table .column:last-child{
	float:right;
}
.row:before, .row:after{
	content: "";
  display: table;
  clear: both;
}

.row{
	width: 100%;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.left {
	float:left;
}

.no-padding-left{
	padding-left: 0;
}
.small-only{
	display:none;
}

@media screen and (max-device-width: 880px),  screen and (max-width: 960px) {
	.large-6 {
		width: 50%;
	}
    
	.small-1 {
	   width: 8.33333%;
	
	}
	.small-2 {
		width: 16.66667%;
	
	}

	.small-3 {
		width: 25%;
	}

	.small-4 {
		width: 33.33333%;
	}

	.small-5 {
		width: 41.66667%;
	}

	.small-6 {
		width: 50%;
	}

	.small-7 {
		width: 58.33333%;
	}

	.small-8 {
		width: 66.66667%;
	}

	.small-9 {
		width: 75%;
	}

	.small-10 {
		width: 83.33333%;
	}

	.small-11 {
		width: 91.66667%;
	}

	.small-12 {
		width: 100%;
	}

	.small-13 {
		width: 60%;
        text-align: center;
        margin-left: 20%;
	}

	.large-offset-3, .large-offset-1, .large-offset-2, .large-offset-4{
		margin-left: 0;
	}

	.hide-small{
		display:none;
	}
	.small-only{
		display: block;
	}
    .small-letter{
   	    font-size:0.8rem;
    }
}


@media only screen and ((min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape)), screen and ((min-width: 768px) and (max-width: 1024px) and (orientation: landscape)) {
    
    .medium-6{
        width: 50%;
	}
	.large-offset-3, .large-offset-1, .large-offset-2, .large-offset-4{
		margin-left: 15%;
	}

	.large-6 {
		width: 50%;
	}
    
    .large-12 {
    	width: 70%;
    }
    
	.small-1 {
	   width: 8.33333%;
	
	}
	.small-2 {
		width: 16.66667%;
	
	}

	.small-3 {
		width: 25%;
	}

	.small-4 {
		width: 33.33333%;
	}

	.small-5 {
		width: 41.66667%;
	}

	.small-6 {
		width: 50%;
	}

	.small-7 {
		width: 58.33333%;
	}

	.small-8 {
		width: 66.66667%;
	}

	.small-9 {
		width: 75%;
	}

	.small-10 {
		width: 83.33333%;
	}

	.small-11 {
		width: 91.66667%;
	}

	.small-12 {
		width: 70%;
	}

	.small-13 {
		width: 70%;
	}
}