@charset "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

ul,
li {  }

div {  }

a {
	color: black;
	text-decoration: none;
	display: inline-block;
	background-repeat: repeat-x;
}

[contenteditable="true"] {
  outline: 0;
}

.container {  }

header {
	position: fixed;
	width: 115px;
	height: 100%;
	margin: 0;
	padding: 40px 10px 0px 35px;
}

.blueish { border-radius: 25px; }

/* navigation background + color fade */

header:hover,
header.begin {
    border-right: 1px solid black;
}

body.touch header:hover,
body.touch header.begin {
    border-right: none;
}

@media (min-width: 581px) {
    header {
    	background-color: transparent;
    	-webkit-transition: background-color 1000ms ease-out;
        -moz-transition: background-color 1000ms ease-out;
        -o-transition: background-color 1000ms ease-out;
        -ms-transition: background-color 1000ms ease-out;
        transition: background-color 1000ms ease-out;
    }
    
    header:hover,
    header.begin {
        background-color: white;
        -webkit-transition: background-color 200ms ease-out;
        -moz-transition: background-color 200ms ease-out;
        -o-transition: background-color 200ms ease-out;
        -ms-transition: background-color 200ms ease-out;
        transition: background-color 200ms ease-out;
    }
    
    header ul.navigation {
    	opacity: 0;
    	-webkit-transition: opacity 2000ms ease-in;
        -moz-transition: opacity 2000ms ease-in;
        -o-transition: opacity 2000ms ease-in;
        -ms-transition: opacity 2000ms ease-in;
        transition: opacity 2000ms ease-in;
    }
    
    header:hover ul.navigation,
    header.begin ul.navigation {
    	opacity: 1;
        -webkit-transition: opacity 100ms ease-out;
        -moz-transition: opacity 100ms ease-out;
        -o-transition: opacity 100ms ease-out;
        -ms-transition: opacity 100ms ease-out;
        transition: opacity 100ms ease-out;
    }
}


/* grosse buttons */
.blueish {
	background-color: transparent;
	-webkit-transition: background-color 1000ms ease-out;
    -moz-transition: background-color 1000ms ease-out;
    -o-transition: background-color 1000ms ease-out;
    -ms-transition: background-color 1000ms ease-out;
    transition: background-color 1000ms ease-out;
}

.blueish:hover {
    background-color: #D7CACF;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    -ms-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}

.navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation a:hover {
    background-color: #D7CACF;
}

.choicesinside li.buttonlink a:hover {
    text-decoration: underline;
}

a.active { text-decoration: underline; }

.navigation .patternno1 a:hover { background-image: url(../img/link_pattern/background_patternno1.png); color: transparent; background-size: 9px 18px; width: 81px; }
.navigation .patternno2 a:hover { background-image: url(../img/link_pattern/background_patternno2.png); color: transparent; background-size: 9px 18px; width: 81px; }
.navigation .patternno3 a:hover { background-image: url(../img/link_pattern/background_patternno3.png); color: transparent; background-size: 9px 18px; width: 81px; }
.navigation .patternno4 a:hover { background-image: url(../img/link_pattern/background_patternno4.png); color: transparent; background-size: 9px 18px; width: 81px;}
.navigation .patternno5 a:hover { background-image: url(../img/link_pattern/background_patternno5.png); color: transparent; background-size: 29px 18px; width: 87px; }
.navigation .patternno6 a:hover { background-image: url(../img/link_pattern/background_patternno6.png); color: transparent; background-size: 6px 18px; width: 84px; }
.navigation .patternno7 a:hover { background-image: url(../img/link_pattern/background_patternno7.png); color: transparent; background-size: 9px 18px; width: 81px; }
.navigation .patternno8 a:hover { background-image: url(../img/link_pattern/background_patternno8.png); color: transparent; background-size: 9px 18px; width: 81px; }
.navigation .patternno9 a:hover { background-image: url(../img/link_pattern/background_patternno9.png); color: transparent; background-size: 9px 18px; width: 81px; }
.navigation .patternblank a:hover { background-image: url(../img/link_pattern/background_patternblank.png); color: transparent; background-size: 9px 18px; width: 81px; }

.start {
	width: 100%;
	margin: 0;
	padding: 0px 0px 90px 0px;
	text-align: center;
}

.choices {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.choicesinside {
	display: inline-block;
	width: 90%;
	max-width: 1200px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.choicesinside li {
	display: inline-block;
	width: 25%;
	max-width: 375px;
	min-width: 90px;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	list-style: none;
	vertical-align: top;
}

.choicesinside li img {
	width: 100%;
}

.choicesinside li a {
	color: black;
}

.choicesinside li span,
.choicesinside li span.link {
	display: inline-block;
	margin: 4px 0 12px 0;
	padding: 4px 6px;
}

.start span {
	display: block;
	margin: 4px 0 12px 0;
	padding: 4px 6px;
}

.slashlight {
	display: inline-block;
	padding: 0;
	width: 12%;
	margin: 0 -10px 40px -10px;
	max-width: 130px;
	min-width: 50px;
}

.slashbold {
	display: inline-block;
	padding: 0;
	width: 16%;
	margin: 0 -10px 40px -10px;
	max-width: 175px;
	min-width: 66px;
}

.slashlight img,
.slashbold img {
	width: 100%;
}


.choicesinside li.buttonlink {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #D7CACF;
    border-radius: 20px;
    overflow: hidden;
	font-family: 'PatternBlankLight', Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
	font-weight: normal;
}

.choicesinside li.buttonlink a {
    display: block;
}

.show,
.show1,
.show2,
.show3,
.show4,
.show5,
.show6 {
	width: 100%;
	margin: 0;
	padding: 90px 0px 40px 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.showa,
.showb,
.showc,
.showd,
.showe,
.showf,
.showg,
.showh,
.showi,
.showj,
.showstart {
	width: 100%;
	margin: 0;
	padding: 65px 0px 65px 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}


.typetester {
	width: 100%;
	margin: 0;
	padding: 40px 0px 40px 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.typetester p {
	/*font-size: 150px;*/
	/*line-height: 170px;*/
	margin: 0px;
	padding: 0px;
}

.px100 {
    font-size: 100px;
	line-height: 110px;
}

.px160 {
    font-size: 160px;
	line-height: 175px;
}

.px220 {
    font-size: 220px;
	line-height: 240px;
}

.showcharacterset {
	width: 100%;
	margin: 0;
	padding: 0px 0px 90px 0px;
	text-align: center;
}

img {
	margin: 0;
	padding: 0;
	/*display: inline;*/
	/*vertical-align: middle;*/
	width: 90%;
}

.swap {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 32px 160px 32px 160px;
	list-style: none;
}

.swap a {
	display: inline;
	margin: 0 2px;
	padding: 4px 10px;
	cursor: pointer;
	line-height: 32px;
	border-radius: 25px;
	background-color: #D7CACF;
}

.swap span {
	display: inline;
	margin: 0 2px;
	padding: 3px 9px;
	border: 1px solid black;
	line-height: 32px;
	border-radius: 25px;
}



h1.patternblank,
h2.patternblank,
h3.patternblank {
	margin: 0px 0px;
	padding: 60px 15%;
	font-family: 'PatternBlankRegular', Helvetica, Arial, sans-serif;
	font-size: 27px;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
}

h2.patternblank {
	/*border-top: 1px solid black;*/
	margin-top: 40px;
}

div.patternblank,
p.patternblank {
	margin: 0px auto;
	padding: 0px 5% 26px 5%;
	max-width: 900px;
	font-family: 'PatternBlankLight', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 38px;
	font-weight: normal;
	text-align: left;
}

span.patternblank {
	font-family: 'PatternBlankLight', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 38px;
	font-weight: normal;
	text-align: left;
}

p.patternblank a {
    color: black;
    text-decoration: none;
}

/* links background color fade */
p.patternblank a,
.swap a,
.choicesinside li a span.link,
p.long a {
	text-decoration: none;
	background-color: #D7CACF;
}

p.patternblank a:hover,
.swap a:hover,
.choicesinside li a:hover span.link,
p.long a:hover {
	text-decoration: underline;
}

p.patternblank img.p18 {
	width: 10px;
}

p.patternblank img.p56 {
	width: 31px;
}

p.patternblank img.p12 {
	width: 7px;
}

p.long {
	margin: 0px auto;
	padding: 0px 5% 26px 5%;
	max-width: 600px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
}

p.long a { 
	color: black;
	text-decoration: none;
}

div.buy {
	margin: 0px 180px 60px 180px;
	padding: 0;
	text-align: center;
}

p.buy {
	margin: 0px auto;
	padding: 0px 20px 26px 0px;
	width: 280px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

span.purchase {
	display: inline-block;
	width: 32%;
	vertical-align: top;
}

p.patternblank hr {
	width: 900px;
	color: black;
	background-color: black;
	border: 1px solid black;
	height: 0px;
}

/* nochmal am ende, sonst teils ueberschrieben...*/
a.active { text-decoration: underline; }

/* fontorder */

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fontorder {
    background-color: #D7CACF;
	/*max-width: 900px;*/
	margin: 0 auto;
	padding: 0 170px;
}

.fontorder h3 {
	font-family: 'PatternBlankLight', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 38px;
	font-weight: normal;
	margin: 0;
}

.fontorder input[type="checkbox"] {
	margin-right: 3px;
} 

.row {
	margin: 0 -15px;
}

.fontorder .row {
	text-align: center;
}

.row .c33,
.row .c50 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 15px;
	text-align: left;
}
	
.row .c33 {
	width: 33.33333%;
}

.fontorder .row .c33 {
	width: 307px;
	margin-bottom: 20px;
	display: inline-block;
	float: none;
	vertical-align: top;
}

.row .c50 {
	width: 50%;
}

.container-600 {
	max-width: 600px;
	margin: 0 auto;
}

.fontorder-item-priceline {
	display: inline;
}

.fontorder-item-description {
	padding-left: 20px;	
}

.fontorder-price {
	font-weight: bold;
	padding-left: 5px;
}

.fontorder-sums {
	width: 100%;
	/* margin-top: 15px; */
	/*
font-family: 'PatternBlankLight', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 38px;
*/
}

hr {
	border: none;
	border-top: 1px solid black;
	margin: 6px 0;
}

.fontorder-confirm-table {
	width: 100%;
/*
	font-family: 'PatternBlankLight', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 38px;
*/
}

.fontorder-confirm-table td {
	vertical-align: top;
}

.fontorder-confirm-form input[type="text"]{
	display: block;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input.fontorder-error {
	border: 1px solid red;
}

input.fontorder-error[type="checkbox"] + * {
	color: #ef5d5d;
	text-decoration: underline;
}

.alert {
	font-family: 'PatternBlankLight', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 38px;
}

/* TOUCH */

body.touch header,
body.touch header.begin {
	background-color: transparent;
	padding: 40px 20px 0px 20px;
	-webkit-transition: background-color 0ms ease-out;
    -moz-transition: background-color 0ms ease-out;
    -o-transition: background-color 0ms ease-out;
    -ms-transition: background-color 0ms ease-out;
    transition: background-color 0ms ease-out;
}

body.touch header ul.navigation {
	opacity: 1;
}

body.touch main {
	margin-left: 130px;
}

body.touch div.buy {
	margin: 0 0;
}

body.touch .swap {
	padding: 32px 0px 32px 0px;
}


/* SMALL SCREEN SMALL TEXT */

@media (max-width: 780px) {
	div.patternblank,
	p.patternblank,
	.choicesinside li.buttonlink {
		max-width: 600px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 18px;
	}
	
	h2.patternblank,
	h3.patternblank {
		padding: 30px 15%;
	}
	
	h1.patternblank {
		padding-bottom: 30px;
	}
	
	p.patternblank img.p18 {
		width: 4px;
	}

	p.patternblank img.p56 {
		width: 12px;
	}

	p.patternblank img.p12 {
		width: 3px;
	}

	.start {
		padding: 20px 0;
	}
	
	.choicesinside li.buttonlink {
	    width: 90px;
	    height: 90px;
	    border-radius: 15px;
	    padding: 0px;
	    margin: 5px;
	}
	
	.show,
	.show1,
	.show2,
	.show3,
	.show4,
	.show5,
	.show6,
	.typetester {
		padding: 50px 0px 5px 0px;
	}
	
	.showa,
	.showb,
	.showc,
	.showd,
	.showe,
	.showf,
	.showg,
	.showh,
	.showi,
	.showj,
	.showstart {
		padding: 30px 0px 30px 0px;
	}
	
	.px100 {
        font-size: 50px;
    	line-height: 55px;
    }

    .px160 {
        font-size: 80px;
    	line-height: 88px;
    }

    .px220 {
        font-size: 110px;
    	line-height: 120px;
    }
	
	.row .c50 {
		width: 100%;
	}
	
}



/* NAVIGATION OBEN SCROLLT MIT -> PHONES */

@media (max-width: 580px) {
	header,
	body.touch header {
		position: static;
		background-color: white;
		width: 84%;
		margin: 0;
		padding: 8%;
	}
	
	header a {
		color: black;
	}
	
	.navigation {
		font-family: 'PatternBlankRegular', Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 20px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.navigation .patternno1 a:hover { background-image: url(../img/link_pattern/background_patternno1.png); color: transparent; background-size: 10px 20px; width: 90px; }
    .navigation .patternno2 a:hover { background-image: url(../img/link_pattern/background_patternno2.png); color: transparent; background-size: 10px 20px; width: 90px; }
    .navigation .patternno3 a:hover { background-image: url(../img/link_pattern/background_patternno3.png); color: transparent; background-size: 10px 20px; width: 90px; }
    .navigation .patternno4 a:hover { background-image: url(../img/link_pattern/background_patternno4.png); color: transparent; background-size: 10px 20px; width: 90px;}
    .navigation .patternno5 a:hover { background-image: url(../img/link_pattern/background_patternno5.png); color: transparent; background-size: 33px 20px; width: 99px; }
    .navigation .patternno6 a:hover { background-image: url(../img/link_pattern/background_patternno6.png); color: transparent; background-size: 6px 20px; width: 90px; }
    .navigation .patternno7 a:hover { background-image: url(../img/link_pattern/background_patternno7.png); color: transparent; background-size: 10px 20px; width: 90px; }
    .navigation .patternno8 a:hover { background-image: url(../img/link_pattern/background_patternno8.png); color: transparent; background-size: 10px 20px; width: 90px; }
    .navigation .patternno9 a:hover { background-image: url(../img/link_pattern/background_patternno9.png); color: transparent; background-size: 10px 20px; width: 90px; }
    .navigation .patternblank a:hover { background-image: url(../img/link_pattern/background_patternblank.png); color: transparent; background-size: 10px 20px; width: 96px; }
	
	body.touch main {
		margin-left: 0px;
	}
	
	div.buy {
		margin: 0 0;
	}
	
	.fontorder {
		padding: 0px 5%;
	}
}


