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 {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0
}

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: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
	height: 100%;
	width: 100%;
	background: #090909;
}

body {
	font-family: Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 21px;
	height: 100%;
	width: 100%;
}

@font-face {
	font-family: 'Trajan';
	src: url('../fonts/TrajanBold.eot');
	src: url('../fonts/TrajanBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/TrajanBold.woff2') format('woff2'),
		url('../fonts/TrajanBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
 } 

h1,h2,h3,h4,h5 {
	font-weight: bold;
	line-height: 1.1em;
	margin: 0.6em 0;
	color: #2f2d24;
}

h1 {
	font-size: 2.3em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.9em;
}

h2 a {
	color: #000 !important;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

p,ul,ol {
	margin: 15px 0;
}

ol {
	margin-left: 38px;
	list-style-type: decimal;
}

ol li,
ul li {
	margin-bottom: 15px;
}

ol li:last-child,
ul li:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
}

small {
	font-size: 0.8em;
}

cite {
	font-style: italic;
	display: block;
	margin-bottom: 15px;
}

hr {
	height: 0;
	border: none;
	border-top: 1px dashed #aaa;
	margin: 25px 0;
	display: block;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #090909;
	text-decoration: underline;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	color: #000;
}

img,
video,
iframe {
	max-width: 100%;
}

figure {
	display: block;
	margin-top: -15px;
	font-size: 0.9em;
}

.table-wrapper {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 100%;
}

.table-wrapper table {
	min-width: 650px;
}

.table-wrapper table td.head.first {
	vertical-align: middle;
}

.table-wrapper table .pleasescroll {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1em;
}

.table-wrapper table .pleasescroll h5 {
	white-space: no-wrap;
	font-size: 1em;
}


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

	.container {
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
		display: block;
	}

	a.addtocart {
		margin-top: 15px;

	}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.3em;
}

.inner {
	padding: 15px;
}

header {
	background-color: #000;
	background-image: url('../img/header-bg.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	height: 110px;
}

header h2 {
	margin: 0;
}

header .dropdown img {
	width: 45px;
	height: 45px;
	background: #fff url('../img/dropdown.svg') no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 65px;
}

header .dropdown img.inactive {
	width: 45px;
	height: 45px;
	background: #fff url('../img/dropdown.svg') no-repeat center top;
	background-size: 100% auto;
}

header a.title {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-right: 50px;
}

header a.title span {
	display: block;
}

header a.title span.pagetitle {
	font-family: 'Trajan';
	font-weight: normal;
	line-height: 1em;
	text-shadow: #000 0px 2px 3px;
	display: inline-block;
}

header a.title span {
	display: block;
}

header a.title span.pagetitle {
	font-family: 'Trajan';
	font-weight: normal;
	font-size: 1.75em;
}

header a.title span.subtitle {
	font-size: 0.9em;
	line-height: 1.3em;
}

nav.hidden,
header .mini-course {
	display: none;
}

nav {
	background: #000;
}

nav .inner {
	padding: 0;
}

nav ul.menu {
	margin: 0;
	display: block;
	width: 100%;
}

nav ul.menu li {
	display: block;
	margin: 0;
}

nav ul.menu li a {
	display: block;
	color: #fff;
	padding: 25px 15px;
	text-decoration: none;
	font-size: 1.1em;
}

nav ul.menu li:last-child a {
	border-bottom: none;
}

nav ul.menu li a:hover {
	background: #444;
}

nav ul.menu li a.current-menu-item,
nav ul.menu li a.current-menu-item:hover {
	background: #fff;
	color: #000;
}

section {
	background: #fff;
}

.inner.fullwidth article {
	width: 100%;
}




article {
	
}

article .student-feedback {
	background: #f4f4f4;
	padding: 25px;
	border: 1px solid #eeeeee;
	display: block;
	clear: both;
}

article .student-image {
	display: block;
	margin-top: 15px;
}

article .student-text {
	display: block;
}

article ul.features {
	background: #f9f9f9;
	padding: 25px;
	border: 1px solid #eeeeee;
	margin-top: 15px;
	margin-bottom: 15px;
}

article ul.features li {
	background: transparent url(../img/bullet1.svg) no-repeat left top;
	padding-left: 30px;
}

.no-svg article ul.features li {
	background: transparent url(../img/bullet1.png) no-repeat left top;
}

article .feedback-1 p:first-child,
article .feedback-2 p:first-child,
article .feedback-3 p:first-child {
	margin-top: 0;
}

article .feedback-1 p:last-child,
article .feedback-2 p:last-child,
article .feedback-3 p:last-child {
	margin-bottom: 0;
}

article .feedback-1,
article .feedback-2,
article .feedback-3 {
	display: block;
	background-color: #f9f9f9;
	padding: 25px;
	border: 1px solid #eeeeee;
}

article .feedback-1,
article .feedback-2,
article .feedback-3 {
	margin-bottom: 15px;
}

article .feedback-1 {
	margin-top: 10px;
}

article .guitar {
	display: none;
}

article .bottom {
	margin: 15px 0;
	padding: 15px;
	border: 1px dashed #aaa;
	background-color: #fff;
	background-image: url(../img/luca-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 110%;
	display: flex;
	height: 250px;
}

article .signature {
	display: block;
}

article .bottom .letswork {
	padding-left: 240px;
}

article .buttons {
	margin: 25px 0 35px 0;
	text-align: center;
}

article a.button {
	display: inline-block;
	width: 392px;
	height: 59px;
	background: #ffad08 url(../img/button.gif) no-repeat center center;
	color: #312d83;
	font-size: 3.2em;
	line-height: 1.2em;
	border: 5px solid #c00;
}

article a.button:hover {
	border-color: #312d83;
}


article .lessons {
	border: 1px solid #eeeeee;
	padding: 2px;
}

article .lessons li {
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #fff;
}

article .lessons li:last-child {
	border-bottom: none;
}

article .lessons li:nth-child(even) {
	background: #f9f7f2;
}

article .lessons li:nth-child(odd) {
	background: #f4efe3;
}

article h2.highlight,
article h1.highlight {
	color: #fff;
	text-align: center;
	padding: 15px;
	margin: 0;
	background: -webkit-gradient(linear, left top, right top, from(#333), to(#444));
	background: -webkit-linear-gradient(top, #333, #444);
	background: -moz-linear-gradient(top, #333, #444);
	background: -o-linear-gradient(top, #333, #444);
	background: -ms-linear-gradient(top, #333, #444);
	background: linear-gradient(top, #333, #444);
	background-color: #403d33;
	text-shadow: #000 1px 1px 0;
}

article .dreieck {
	display: block;
	text-align: center;
}

aside {
	background-color: #f4f4f4;
	border: 1px solid #eeeeee;
	margin-left: -15px;
	padding: 15px;
	width: 100%;
}

aside h3:first-child {
	margin-top: 5px;
}

aside p:last-child,
aside ul:last-child,
aside ol:last-child {
	margin-bottom: 5px;
}

footer {
	background: #f4f4f4;
	border-top: 1px solid #eeeeee;
}

footer p {
	margin: 0;
}

footer .copyright,
footer .social {
	display: block;
	text-align: center;
}

footer .social ul.links {
	margin: 5px 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .social ul.links li {
	margin: 0 10px 0 0;
}

footer .social ul.links li a {
	border-radius: 3px;
	margin: 0;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
}

footer .social ul.links li a img.icn {
	width: 30px;
	height: 30px;
	margin: 0;
}

.tothetop {
	display: block;
	text-align: center;
}

.tothetop a {
	background: #f4f4f4;
	display: inline-block;
	padding: 14px 15px;
	line-height: 1em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 25px 0;
	color: #090909;
	
}

.tothetop a:hover {
}

.trigger {
	padding: 10px 10px 10px 40px;
	margin: 0;
	cursor: pointer;
	display: block;
	border: 1px solid #eeeeee;
	background-color: #f9f9f9;
	margin-bottom: -1px;
	color: #090909;
}

.trigger:last-child:hover,
.trigger:hover {
	background-color: #fff;
	border-color: #eee;
}

.trigger .no {
	padding: 11px;
	position: absolute;
	margin-top: -11px;
	margin-left: -40px;
	height: auto;
}

.trigger_active,
.trigger_active:hover {
	background-color: #292929;
	border-color: #292929;
	color: #fff;
}

.toggle_container p,
.toggle_container ul,
.toggle_container ol {
	margin: 10px 0;
}

.toggle_container p:first-child,
.toggle_container ul:first-child,
.toggle_container ol:first-child {
	margin-top: 0;
}

.toggle_container p:last-child,
.toggle_container ul:last-child,
.toggle_container ol:last-child {
	margin-bottom: 0;
}

.toggle_container {
	padding: 10px 15px 10px 30px;
	background-color: #fff;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.toggle_container a:hover {
	color: #000;
}

.toggle_container ul {
	list-style-type: disc;
	margin-left: 30px;
}

.toggle_container ul li {
	margin: 10px 0;
}

.toggle_container ul li:last-child {
	margin: 0;
}

.toggle_container .close {
	float: right;
	cursor: pointer;
	font-size: 1.4em;
	margin-top: -15px;
	color: #292929;
}

.toggle_container .close:hover {
	color: #000;
}

table.comparsion {
	border: 1px solid #eeeeee;
}

table.comparsion td {
	width: 33.333%;
	vertical-align: middle;
	padding: 10px;
}

table.comparsion tr:nth-child(1) {
}

table.comparsion td:nth-child(2) {
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

table.comparsion tr:nth-child(even) {
	background: #f4f4f4;
	border-top: 1px solid #eeeeee;
}

table.comparsion tr:nth-child(odd) {
	background: #;
	border: 1px solid #eeeeee;
}

table.comparsion td:nth-child(2),
table.comparsion td:nth-child(3) {
	text-align: center;
	vertical-align: middle;
}

table.comparsion tr:nth-child(1) {
	text-align: left;
	vertical-align: top;
}

table.comparsion td.head {
	text-align: left;
	vertical-align: top;
}

table.comparsion td.head h2 {
	margin: 0;
}

video#hessfest {
	max-width: inherit;
	width: 320px;
}

.mejs-overlay-button {display:none;}

.student-container {
	background-color: #f4f4f4;
	padding: 25px;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
}

.student-container:last-child {
	margin-bottom: 0;
}

.student-container p:first-child {
	margin-top: 0px;
}

p:last-child,ul:last-child,ol:last-child {
	margin: 0;
}

.student-container img,
.student-container .container {
	padding: 10px;
	border: 1px solid #eeeeee;
	height: auto;
	background-color: #fcfdfc;
}

}

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

.inner {
	padding: 25px 0px;
	width: 718px;
	margin: 0 auto;
}

header {
	background-color: #000;
	background-image: url('../img/header-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 130px;
}

header .logo {
	float: left;
	width: 480px;
	height: auto;
}

header .inner {
	
}

header .dropdown {
	display: none;
}

header .mini-course {
	background: #fff;
	display: inline-block;
	float: right;
	width: 240px;
	padding: 10px;
	color: #090909;
	line-height: 1.2em;
	margin-top: -3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

header .mini-course:hover {
	border-color: #000;
	background: #fff;
	color: #000;
	text-shadow: none;
}

header .inner {
	position: relative;
}

header a.title {
	display: inline-block;
	position: absolute;
	top: 33px;
	padding-right: 0px;
}

header a.title span {
	display: block;
}

header a.title span.pagetitle {
	font-family: 'Trajan';
	font-weight: normal;
	font-size: 2.5em;
}

header a.title span.subtitle {
	font-size: 1.14em;
	line-height: 1em;
}

nav.hidden {
	display: inherit;
}

nav {
	display: block;
	height: 51px;
	background-color: #292929;
}

nav ul.menu {
	display: inline-block;
}

nav ul.menu li {
	float: left;
	display: inline-block;
}

nav ul.menu li a {
	display: inline-block;
	padding: 15px 15px;
	border: none;
	background: none;
}

nav ul.menu li:first-child a {
}

nav ul.menu li a.current-menu-item,
	nav ul.menu li a.current-menu-item:hover {
	border-bottom-color: #fff;
}

article {
	width: 430px;
	float: left;
}

article .student-image {
	display: inline-block;
	float: left;
	width: 150px;
}

article .student-image img {
	width: 150px;
}

article .student-text {
	display: inline-block;
	float: right;
	width: 210px;
	margin-top: 15px;
}

article .guitar.first,
article .guitar.second {
	display: inline;
	height: 450px;
	width: auto;
}

article .guitar.first {
	float: right;
	margin-left: 25px;
}

article .guitar.second {
	float: left;
	margin-right: 25px;
	height: 420px;
}

article .bottom {
}

article .bottom .signature {
	margin: 10px 0;
}

article .bottom .luca {
	position: absolute;
	width: 128px;
	height: auto;
	margin-right: 25px;
	margin-left: -15px;
}

article .bottom .letswork {
	/* width: 530px;
	float: left; */
}

article .feedback p:last-child {
	margin-bottom: 0;
}

article .feedback img.student.left {
	float: left;
	margin-right: 15px;
}

article .feedback img.student.right {
	float: right;
	margin-left: 15px;
}

aside {
	margin: 10px 0 0 0;
	padding: 15px 25px;
	width: 270px;
	float: right;
}

aside h3.widget-header {
	background: #444;
	margin-top: -20px;
	margin-left: -26px;
	margin-right: -26px;
	margin-bottom: 20px;
	padding: 20px 25px;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 0;
}


footer .copyright,
footer .social {
	display: block;
	text-align: center;
}

}

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

h1 {
	font-size: 1.5em;
}

.inner {
	padding: 25px 0px;
	width: 810px;
	margin: 0 auto;
}

header .logo {
	width: 550px;
	margin-top: -10px;
}

nav ul.menu li a {
	padding: 15px 25px;
}

article {
	width: 520px;
}

article .guitar.first {
	height: 380px;
}

article .guitar.second {
	height: 340px;
}

article .buttons .left,
article .buttons .right {
	width: 50%;
	float: left;
}

article .buttons h3 {
	height: 80px;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.2em;
	vertical-align: middle;
	padding: 0 25px;
}

}

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

	.container {
		float: right;
		margin-left: 15px;
		margin-bottom: 0px;
		max-width: auto;
		width: auto%;
		display: inline-block;
	}

	.table-wrapper table .pleasescroll {
		display: none;
	}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

.inner {
	width: 930px;
}

header .logo {
	float: left;
	width: 676px;
	height: auto;
}

.inner.fullwidth article img.about {
	width: 270px;
	height: auto;
	float: right;
	padding-left: 15px;
}

article {
	width: 600px;
}

article .student-image {
	width: 200px;
}

article .student-image img {
	width: 200px;
}

article .student-text {
	width: 330px;
}

article .guitar.first {
	height: 350px;
}

article .guitar.second {
	height: 330px;
}

article .bottom {
}

article .bottom .luca {
	width: 150px;
	margin-top: -15px;
}

article .bottom .letswork {
	padding-left: 240px;
}

aside {
	width: 300px;
}

footer .social ul.links {
}

}