@charset "UTF-8";

@font-face{
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-Regular.eot');
    src: local('Fira Sans Regular'),
         url('fonts/FiraSans-Regular.eot') format('embedded-opentype'),
         url('fonts/FiraSans-Regular.woff') format('woff'),
         url('fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Fira Sans';
    src: url('fonts/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'),
         url('fonts/FiraSans-Bold.eot') format('embedded-opentype'),
         url('fonts/FiraSans-Bold.woff') format('woff'),
         url('fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
	min-height:100%;
	position:relative;
	-webkit-text-size-adjust: none;
}
body {
	font-family: "Fira Sans", sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	padding: 90px 0 0 0;
	margin: 0;
	color: #000;
	height: 100%;
}
body#pageBody {
	background-color: #e4e0d2;
	
}
h1 {
	font-family: "Fira Sans", sans-serif;
	font-size: 32px;
	line-height: 130%;
	font-weight: bold;
	padding: 0.2em 0 0em 0;
	margin: 0 0 1em 0;
	letter-spacing: 0;
}
h2 {
	font-family: "Fira Sans Condensed", sans-serif;
	font-size: 26px;
	line-height: 130%;
	font-weight: normal;
	padding: 1em 0 2em 0;
	letter-spacing: 0;
	margin: 0 0 1em 0;
	

}
h3 {
	font-family: "Fira Sans", sans-serif;
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	padding: 1em 0 1em 0;
	margin: 0;
}
h1.first,
h2.first,
h3.first {
	margin-top: 0;
	padding-top: 0;
}
p {
	margin: 0 0 1em 0;
}
.smallfont {
	font-size: 0.86em;
	line-height: 130%;
}
ul {
	list-style: none;
}
li {
	
}
.segment ul {
	margin: 0 0 1em 0;
	padding: 0;
}
.segment li {
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 0 0.5em;
}
.segment li:before {
	content: "\2022";
	position: absolute;
	left: 0px;
	top: 0.0625em;
}
p {
	
}
.smallText {
    font-size: 0.86em;
    line-height: 140%;
}
a, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a.button {
	display: inline-block;
	font-weight: bold;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 5px solid #333;
	padding: 0.3em 1em;
	margin: 0 5px 5px 0;
	text-decoration: none;
	background-color: transparent;
	transition: background-color 0.5s ease;
}
a.button:hover {
	text-decoration: none;
	background-color: #e4e0d2;
	
}


table {
	border-collapse: collapse;
	margin: 0 0 1em 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-right: 2em;
}
.daten th, .daten td {
	border-bottom: 1px solid #000;
}
.daten th {
	font-weight: bold;
}
table.termine {
	width: 100%;
}
table.termine th {
	padding-top: 0.4em;
	width: 60px;
}
table.termine td {
	padding-top: 0.4em;
}
table.termine td.link {
	text-align: right;
	padding-right: 0;
	padding-top: 0;
}
table.termine a.button {
	margin: 0 !important;
}

table.preise {
	width: 100%;
}
table.preise th,
table.preise td {
	border-bottom: 1px solid #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
table.preise td.preis {
	text-align: right;
}



#content img {
	max-width: 100%;
}
.clear {
	clear: both;
	font-size: 0.1px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0.1px;
}
#pageContainer {
    right: 0px;
    margin: 0;
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
	transition: right 0.5s ease 0s;
	
}
body.menu_open #pageContainer {
	right: 240px;
}
body.menu_open #header {
	right: 240px;
}


body.menu_open #nav_mobile {
	right: 0px;
}


#header .inner, #mainmenu ul, #segment_fullscreen .info .inner, #footer .inner, .segment .inner, #system_information .inner {
	width: auto;
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 40px;
	position: relative;
}
#mainmenu ul {
	padding-top: 0;
	padding-bottom: 0;
}
#header {
	position: fixed;
	z-index: 1000;
	background-color: #FFF;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100px;
	transition: all 0.5s ease;
	transition-property: height, right, top;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
#header .inner {
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
#logo {
	position: absolute;
	z-index: 3;
	width: 380px;
	margin: auto;
	left: 40px;
	top: 14px;
	transition: width 0.5s ease;
}
#logo img {
	width: 100%;
}



a#menu_mobile, a#menu_mobile:hover {
	position: absolute;
	right: 30px;
	top: -60px;
	z-index: 100;
	display: block;
	background-size: 90%;
	background-position: 2px 2px;
	width: 36px;
	height: 36px;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/menu_icon_mobile.png);
	background-repeat: no-repeat;
	transition: all 0.5s ease;
	transition-property: right, top;
	
}
a#menu_mobile span.title {
	position: absolute;
	display: inline-block;
	text-transform: uppercase;
	width: auto;
	right: 40px;
	top: -3px;
	padding: 10px;
}


#nav_mobile {
	display:block;
	font-size: 15px;
	position: fixed;
	top: 0px;
	right: -240px;
	z-index: 10000;
	width: 240px;
	background-color: #222;
	padding: 0;
	height: 100%;
	overflow: scroll;
	-webkit-box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	transition: right 0.5s ease;
}
#nav_mobile .inner {
	padding: 10px;
}
#nav_mobile ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#nav_mobile ul ul {
	font-size: 0.9em;
}
#nav_mobile li {
	position: relative;
	margin: 0;
	padding: 0;
	
	
}

#nav_mobile a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
	color: #CCC;
	position: relative;
	border-bottom: 1px solid #444;
}
#nav_mobile li.active a {
	color: #FFF;
	font-weight: bold;
}
#nav_mobile a:hover {
	color: #FFF;
	background-color: #444;
	text-decoration: none;
}
#nav_mobile ul ul li {
	margin-left: 1em;
	font-weight: normal;
	text-transform: none;
}

#nav_mobile ul ul a, #nav_mobile li.active li a {
	color: #CCC;
	background-color: transparent;
}
#nav_mobile li.active li a:hover {
	color: #FFF;
	background-color: #555;
	text-decoration: none;
}
#nav_mobile li.active li.active a {
	color: #FFF;
	background-color: transparent;
	
}


#nav_mobile li.open ul {
	display: block;
}
#nav_mobile li.parent {
	
}
#nav_mobile li.parent a {
	padding-right: 30px;
}
#nav_mobile li span.submenu {
	position: absolute;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	right: 5px;
	top: 5px;
	z-index: 3;
	background-color: #2C2C2C;
	color: #A7A7A7;
	text-align: center;
	border-radius: 13px;
	cursor: pointer;
	font-size: 14px;
}
#nav_mobile li span.submenu:hover {
	color: #FFF;
	background-color: #555;
}
#nav_mobile li span.submenu::after {
	content:'\25BF';
}
#nav_mobile li.open span.submenu::after {
	content:'\25BE';
}

#mainmenu {
	font-size: 16px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 2;
	visibility: visible;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
	text-align: right;
}
#mainmenu ul {
	list-style: none;
	display: block;
	text-align: right;
}
#mainmenu li {
	position: relative;
	top: 4px;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-right: 2px solid transparent;
	border-left: 2px solid transparent;
}
#mainmenu li.active, #mainmenu li:hover {
	border-right: 2px solid #FFF;
	border-left: 2px solid #FFF;
}
#mainmenu li a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: all 0.5s ease;
	transition-property: color, border-bottom;
	border-bottom: 7px solid transparent;
	margin: 0;
	padding: 0.3em 1em;
	
}

@media only screen and (max-width: 1280px) {
#mainmenu li a {
	padding: 0.3em 0.8em;
	font-size: 0.92em;
}
}

#mainmenu li a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 7px solid #000;
}

#mainmenu li.active a {
	font-weight: bold;
	border-bottom: 7px solid #000;
	
}
.header_reduced #mainmenu {
	visibility: hidden;
}
.header_reduced #mainmenu a {
	color: transparent;
}

#topmenu {
	font-size: 14px;
	line-height: 140%;
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 2;
	visibility: visible;
	
}
#topmenu ul {
	list-style: none;
	display: inline-block;
	margin: 5px 0;
}
#topmenu li {
	position: relative;
	display: inline-block;
}
#topmenu li.active, #topmenu li:hover {
	
}
#topmenu li a {
	display: block;
	color: #333;
	text-decoration: none;
	transition: all 0.5s ease;
	transition-property: color, border-bottom;
	border-bottom: 4px solid transparent;
	margin: 0;
	padding: 0.2em 0.8em;
	
}
@media only screen and (max-width: 1360px) {
#topmenu li a {
	font-size: 0.97em;
}
}
@media only screen and (max-width: 1280px) {
#topmenu li a {
	font-size: 0.92em;
}
}
#topmenu li a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 4px solid #000;
}

#topmenu li.active a {
	font-weight: bold;
	border-bottom: 4px solid #000;
	
}
.header_reduced #topmenu {
	visibility: hidden;
}
.header_reduced #topmenu a {
	color: transparent;
}




.header_reduced #header {
	height: 70px;
	top: 0px;
}
.header_reduced #header #logo {
	width: 260px;
}
.header_reduced a#menu_mobile {
	top: 19px;
}

body.home {
	padding-top: 0;
}
body.menu_open a#menu_mobile {
	background-position: 2px -30px;
}


@media only screen and (max-width: 1024px) {
body {
	padding-top: 20px;
}
#mainmenu {
	visibility: hidden;
}
#mainmenu a {
	color: transparent;
}
#topmenu {
	visibility: hidden;
}
#topmenu a {
	color: transparent;
}
#header {
	height: 70px;
	top: 0px;
}
#header #logo {
	width: 260px;
}
a#menu_mobile, a#menu_mobile:hover, .header_reduced a#menu_mobile {
	top: 20px;
	transition-property: none !important;
	transition: none !important;
}
}


#content {
	
}
#content .content_inner {
	
}

#system_information {
	display: none;
}
#system_information.open {
	display: block;
}

#content .image {
	margin: 2em 0;
}
#content .image img, .segment img {
	max-width: 100%;
}

#segment_fullscreen {
	position: relative;
	margin-top: 0 !important;
	background-image: url(../images/content/willkommen2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	height: 100vh;
}
#segment_fullscreen .info {
	display: none;
	position: absolute;
	width: 100%;
	padding-bottom: 40px;
	bottom: 0px;
	color: #FFF;
	font-size: 64px;
}
#segment_fullscreen .info .inner {
	
}
#segment_fullscreen .scrollinfo {
	display: none;
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.25);
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-size: 50% 25%;
	background-position: center 55%;
	text-indent: -1000px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.5);
}

@media only screen and (orientation: landscape) and (max-height: 640px) {
	#segment_fullscreen .container {
		width: 70%;
		padding-bottom: 36%;
	}
	#segment_fullscreen .logo {
		width: 60%;
	}
}

@media only screen and (orientation: landscape) and (max-height: 500px) {
	#segment_fullscreen .container {
		width: 70%;
		padding-bottom: 30%;
	}
	#segment_fullscreen .logo {
		width: 50%;
	}
}


.segment {
	position: relative;
	-webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.1);
	background-color: #FFF;
}
.segment .img_container {
	display: block;
	position: relative;
	background: #FFF;
	border: 6px solid #FFF;
	margin: 0 0 1em 0;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	transition: all 0.5s ease;
	overflow: hidden;
}
.segment .img_container p {
    margin: 0.5em 0 0 0;
    padding: 15px;
}
.segment .img-zoom,
.segment .container-img-zoom img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.segment .corner_play:before {
	content: "";
	position: absolute;
	width: 40%;
	height: 0;
	padding-bottom: 30%;
	background-image: url(../images/corner_play.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	z-index: 100;
}
.segment img {
	display: block;
	margin: 0;
	
}
.segment a img {
	
}
.segment a:hover .img_container {
	-webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.6);
	box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.6);
}
.segment p {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.segment_1 {
	margin-top: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media only screen and (max-width: 1024px) {
.segment_1 {
	margin-top: 40px;	
}
}

.segment_2 {
	-webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
	box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.1);
}
.segment_3 {
	
}
.segment_4 {
	
}
.segment_5 {
	
}
.segment_6 {
	
}
.segment_white {
	background-color: #F4F2ED;
}
.segment_beige {
	background-color: #e4e0d2;
}
.segment_beige a.button:hover {
	background-color: #FFF;
	
}
.segment_black {
	background-color: #000;
}
.segment_black,
.segment_black h1,
.segment_black h2,
.segment_black h3 {
	color: #FFF;
}
.segment_black a {
	color: #FFF;
	text-decoration: underline;
}
.segment_black a:hover {
	color: #FFF;
	text-decoration: none;
}
.segment_black a.button {
	border-color: #FFF;
	color: #FFF;
	text-decoration: none !important;
	
}
.segment_black a.button:hover {
	background-color: #000;
	border-color: #FFF;
	color: #FFF;
	text-decoration: none !important;
	
}

.segment_submenu {
	
}
.segment_submenu .inner {
	padding-top: 20px;
	padding-bottom: 10px;
}
ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.submenu li::before {
	display: none;
}
ul.submenu li {
	display: inline-block;
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
ul.submenu li a {
	margin: 0;
	padding: 0.4em 1.2em;
	text-align: center;
	background-color: rgba(0,0,0,0);
	color: #000;
	text-decoration: none;
	border-bottom: 5px solid transparent;
	transition: ease 0.5s border-bottom;
}
ul.submenu li a:hover, ul.submenu li.active a {
	
	border-bottom: 5px solid #000;
	color: #000;
	text-decoration: none;
	
}

.google_maps iframe {
	width: 100%;
	height: 320px;
	display: block;
}

ul.columns2, .text_columns2 {
	column-count: 2;
	column-gap: 40px;
	-moz-column-fill: balance;
    column-fill: balance;
}
ul.columns2 li {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
div.columns2 {
	
}
div.columns2 .column1,
div.columns2 .column2 {
	width: 48%;
	float: left;
	position: relative;
}
div.columns2 .column1 {
	margin-right: 2%;
}
div.columns2 .column2 {
	margin-left: 2%;
	float: right;
}

div.columns2.smaller_right > .column1 {
	width: 68%;
}
div.columns2.smaller_right > .column2 {
	width: 20%;
}
div.columns2.smaller_right2 > .column1 {
	width: 60%;
}
div.columns2.smaller_right2 > .column2 {
	width: 28%;
}

div.columns2.smaller_left > .column1 {
	width: 20%;
}
div.columns2.smaller_left > .column2 {
	width: 68%;
}
div.columns2.smaller_left2 > .column1 {
	width: 28%;
}
div.columns2.smaller_left2 > .column2 {
	width: 60%;
}

.online-klavierunterricht .innercolumns2 {
    
}
.online-klavierunterricht .innercolumns2 .innercolumn1 {
    width: 40%;
    float: left;
}
.online-klavierunterricht .innercolumns2 .innercolumn2 {
    width: 55%;
    float: right;
}

.preisbox {
    display: block;
	position: relative;
	background: #FFF;
	border: 12px solid #FFF;
	margin: 0 0 1em 0;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	transition: all 0.5s ease;
	
}
.preisbox .preis {
    font-weight: bold;
}
.preisbox .preis .mwst {
    font-size: 0.86em;
    font-weight: normal;
    padding-left: 0.5em;
}
.preisbox .laender {
    border-top: 1px solid #000;
    margin-top: 0.5em;
    padding-top: 0.5em;
    font-size: 0.86em;
    line-height: 130%;
}
div.columns3 {
	
}
div.columns3 .column1,
div.columns3 .column2,
div.columns3 .column3 {
	width: 30.666%;
	float: left;
	position: relative;
}
div.columns3 .column1 {
	margin-right: 4%;
}
div.columns3 .column2 {
	margin-left: 0%;
}
div.columns3 .column3 {
	margin-left: 4%;
}
.video_container {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
.text_centered {
    font-size: 1.3em;
    padding: 1% 20% 2% 20%;
    line-height: 130%;
    text-align: center;
}
.text_centered h3 {
    font-size: 1.5em;
    line-height: 130%;
}
.segment .small_images {
	
}
.segment .small_images .img_container {
	width: 35%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.segment .small_images .text {
	padding-left: 42%;
	position: relative;
	min-height: 260px;
}



.box {
	position: relative;
	border-radius: 6px;
	padding: 20px;
	margin: 2em 0;
}
.box_with_icon {
	margin-top: 80px;
}
.box_beige {
	background-color: #e4e0d2;
	color: #FFF;
}
.box .box_icon {
	position: absolute;
	display: block;
	top: -80px;
	left: 0px;
	right: 0px;
	margin: auto;
	height: 140px;
}
.contact_icons {
	display: block;
	margin: 2em auto;
	height: 80px;
}
.contact_buttons {
	text-align: center;
	padding: 2em 0;
}
.button_icon {
	background-color: #e4e0d2;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 5px;
	transition: background-color 0.5s ease;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90% 90%;
	overflow: hidden;
	text-indent: -1000px;
}
.button_icon:hover {
	background-color: #FFF;
	
}
.button_icon.phone {
	background-image: url(../images/icon_phone.png);
}
.button_icon.whatsapp {
	background-image: url(../images/icon_whatsapp.png);
}
.button_icon.instagram {
	background-image: url(../images/icon_instagram.png);
}
.button_icon.email {
	background-image: url(../images/icon_email.png);
}
.button_icon.maps {
	background-image: url(../images/icon_maps.png);
}
.button_icon.postal {
	background-image: url(../images/icon_postal.png);
}


#kontakt, #fortgeschrittene, #auszeichnungen_wettbewerbe, #instrument, .hoerproben, #onlineunterricht-schritte {
	background-image: url(../images/content/bg_fluegel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
#kontakt table {
	font-size: 1.4em;
	line-height: 130%;
}
#kontakt th {
	font-size: 0.7em;
	text-transform: uppercase;
	padding-right: 2em;
}
#kontakt a {
	text-decoration: none;
}
#kontakt a:hover {
	text-decoration: underline;
}
#footer {
	font-size: 16px;
	color: #FFF;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
#footer .wrapper {
	background-color: #000;
	margin-bottom: 10px;
}
#footer span.title {
	font-weight: bold;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer .desktop {
	float: right;
}
.hoerproben .videos, .hoerproben .audio {
	margin: 0 -1%;
}
.hoerproben .videos h3, .hoerproben .audio h3 {
	margin: 0 1%;
}
.audioplayer {
	width: 31%;
	float: left;
	margin: 1%;
}
.hoerproben .videos iframe {
	width: 48%;
	height: 300px;
	margin: 0 1% 1% 1%;
	float: left;
}

.image_gallery {
	margin: 4em 0 2em 0;
	text-align: center;
	
}
.image_gallery .images {
	display: inline;
	
}
.image_gallery .images .img_container {
	display: inline-block;
	margin: 0 0.5% 0.5% 1%;
}
.image_gallery .images img {
	height: 240px;
	margin: 0;
}

#zeitugsausschnitte .image_gallery .images img {
	height: 200px;
}

.numbercircle {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 1.2em;
    margin-left: 0.3em;
}

video {
    width: 100% !important;
    height: auto !important;
}
video.portrait {
    
}
.video_subtitle {
    font-size: 0.86em;
    line-height: 130%;
    padding: 0.3em 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container43 {
    padding-bottom: 75%;
    
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photolink {
	display: block;
	position: relative;
	width: auto;
	height: 0;
	padding-bottom: 100%;
	background-color: #fff;
	text-indent: -3000px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	margin-bottom: 6%;
}
.photolink_landscape {
	padding-bottom: 60%; 
}
.photolink_portrait {
	padding-bottom: 166%; 
}

.photolink .photolink_photo {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: inset 0px 0px 0px 6px #fff;
}

.photogrid {
	position: relative;
	margin: 2em -1% 0 -1%;
}

.photogrid .photogrid_col1,
.photogrid .photogrid_col2,
.photogrid .photogrid_col3 {
	position: relative;
	width: 31.333%;
	float: left;
	margin: 0 1% 1% 1%;
}
.photogrid .photogrid_col2 {
	
}
.photogrid .photogrid_col3 {
	
}


.technische_ausstattung .photolink3 {
	padding-bottom: 95%;
}
.technische_ausstattung .photolink4 {
	padding-bottom: 65%;
}

.preisuebersicht {

}


.produkte {
	position: relative;
	margin: 2em -0.5%;
}
.produkte .produkt {
	position: relative;
	width: 32.333%;
	margin: 0.5%;
	float: left;
	background-color: rgba(255,255,255,0.60);
}
@media only screen and (max-width: 1280px) {
	.produkte {
		margin: 2em -0.5%;
	}
	.produkte .produkt {
		width: 49%;
		margin: 0.5%;
	}
}
@media only screen and (max-width: 900px) {
	.produkte {
		margin: 2em -1%;
	}
	.produkte .produkt {
		width: 98%;
		margin: 1%;
	}
}
.produkte .produkt .produkt_inner {
	padding: 16px;
}
.produkte .produkt .produkt_link {
	position: relative;
	width: 120px;
	height: 240px;
	float: left;
	margin-right: 16px;
}
.produkte .produkt .produkt_link iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 12px 0px rgba(0,0,0,0.3);
}
.produkte .produkt .produkt_beschreibung {
	position: relative;
	margin-left: 136px;
}
.produkte .produkt .produkt_beschreibung .produkt_beschreibung_inner {
	font-size: 0.86em;
	line-height: 140%;
}
.produkte .produkt .produkt_beschreibung .produkt_beschreibung_inner h3 {
	font-size: 17px;
	line-height: 140%;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0.3em;
	padding-bottom: 0;
}
.produkte .produkt .produkt_beschreibung .produkt_beschreibung_inner p {
	margin-bottom: 0;
}
.hinweis {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
}


