html { -webkit-overflow-scrolling: touch; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { background: #ededed; width: 100%; font-family: 'Titillium-web', sans-serif; color: #333; font-size: 15px; font-weight: 400; line-height: 1.6; margin:0;}
	
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
a { color: #a51c2c; font-weight: 700; text-decoration: underline; }
a:hover { color: #f52f46; text-decoration: none; }
img, iframe { border: none; }
a:focus, button:focus { outline: none; }
.clearfix::after, .widthFix::after { display: block; content: ""; height: 0; clear: both; visibility: hidden; }

h1, h2, h3, h4, p, table { margin: 0 0 15px 0; }
h1 { font-size: 28px; font-weight: 700; color: #008080; line-height: 120%; }
h2 { font-size: 20px; font-weight: 400; color: #008080; }
h3 { font-size: 18px; font-weight: 700; color: #008080; padding-top: 15px; margin: 0 0 10px 0; }
#content h3 { clear: both; }

.widthFix { max-width: 1280px; position: relative; margin: 0 auto; }
header, #emotion, #main, #content, #content .inner, #sidebar, footer { width: 100%; position: relative; z-index: 1; }
#logo img, #emotion img { display: block; width: 100%; height: auto; z-index: 1000; }
#menu ul.nav, #footerNav ul, #sidebar .benefits ul { margin: 0; padding: 0; list-style-type: none; }
#menu a, footer a { font-weight: 400; text-decoration: none; }

header, #main, #emotion { background: #fff; overflow: hidden; }
#logo { display: block; width: 240px; padding: 20px 0; margin: 0 auto; }

#stickyFix { display: none; }

	
#mainNav { background: #fff; width: 100%; position: relative; z-index: 100; }
	#menu { width: 100%; position: relative; opacity: 0; max-height: 0; overflow: hidden; }
	.active #menu { opacity: 1; max-height: 1000px; }
	#menu ul.nav li { position: relative; }
		#menu ul.nav li a { width: 100%; display: block; font-size: 18px; font-weight: 600; line-height: 46px; padding: 0 0 0 10px; color: #008080; border-top: 1px solid #eee; }
 			#menu ul.nav li:last-child a { border-bottom: 1px solid #eee; }
 			#menu ul.nav li a:hover, #menu ul.nav li.current > a, #menu ul.nav li.active > a { background: #f3f3f3; color: #cd0013; }
				#menu ul.nav li.current > a { font-weight: 700; }
				#menu ul.nav li span.more { display: block; cursor: row-resize; width: 50px; height: 46px; font-size: 32px; line-height: 46px; color: #000; position: absolute; top: 0; right: 0; }
					#menu ul.nav li span.more::before, #menu ul.nav li.active.open span.more::before { content: '\f107'; width: 100%; }
					#menu ul.nav li.open span.more::before, #menu ul.nav li.active span.more::before { content: '\f106'; }
		/* ZWEITE MENÜEBENE */
		#menu ul.nav ul, #menu ul.nav li.active.open ul { max-height: 0; overflow: hidden; }
		#menu ul.nav li.open ul, #menu ul.nav li.active ul { max-height: 1000px; }			
			#menu ul.nav ul li a { max-height: 36px; font-size: 16px; line-height: 36px; padding: 0 0 0 30px; color: #000; border: none; }		


#emotion .title { font-size: 20px; font-weight: 400; font-style: italic; text-align: right; color: #cd0013; position: absolute; bottom: 10px; right: 15px; z-index: 100; }
#emotion::before {  content: ''; background: rgba(0,0,0,.0); width: 100%; height: 100%; position: absolute; z-index: 10; }

#main .widthFix { padding: 15px; }
#content, #sidebar { margin-bottom: 20px; }

footer { background: #008080; }
footer .widthFix { color: #fff; padding: 20px 15px; }
	footer a { color: #fff; }
		footer a:hover, footer .author a:hover { color: rgba(0,0,0,.5); }
	footer .wish { width: 100%; text-align: center; margin: 0 0 25px 0; }
		footer .wish span { display: block; font-size: 18px; text-transform: uppercase; }
	#footerNav { width: auto; display: table; margin: 0 auto; }
		#footerNav ul li a { display: block; width: 150px; background: rgba(0,0,0,.25); font-size: 16px; line-height: 36px; text-align: center; color: #fff; margin: 0 0 10px 0; }
			#footerNav a:hover, footerNav a.current { background: rgba(0,0,0,.5); }
	footer .address, footer .contact { width: 100%; font-size: 16px; text-align: center; padding-top: 15px; }
	footer .author { width: 100%; color: rgba(255,255,255,.6); font-size: 14px; margin: 0; text-align: center; padding-top: 20px; }
		footer .copyright { display: block; }
		footer .author a { color: rgba(255,255,255,.6); text-decoration: none; }

/* LISTEN */
#content ul, #main ol { line-height: 130%; padding-left: 35px; margin: 0 0 25px 0; }
	#content li { padding: 3px 0; }

/* Bilder */
#content .bildvoll { display: block; width: 100%; height: auto; margin: 0 0 20px 0; }
#content .bild3links { display: block; float: left; width: 33%; height: auto; margin: 0 20px 15px 0; }
#content .bild3rechts { display: block; float: right; width: 33%; height: auto; margin: 0 0 15px 20px; }

/* EFFEKTE */
header, #logo, #mainNav, #menu, #menu ul.nav, #menu ul.nav li a::before, #menu .mod-languages a, #sidebar .benefits a, #footerNav a { -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; transition: all .4s ease-out; }
#menu ul.nav li a { -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; }

/* GOOGLE MAPS */
#content .responsiveContainer { width: 100%; position: relative; padding-bottom: 60%; height: 0; margin: 0 0 25px 0; overflow: hidden; }
.video.responsiveContainer { padding-bottom: 58%; }
#notice { padding: 5px; white-space: nowrap; }
#notice h4 { font-size: 18px; padding: 0; margin: 0; }
#map, .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Responsive Menu */
#toggle { display: block; width: 50px; height: 46px; padding: 0 10px; margin: 0 auto; position: relative; z-index: 100; }
#toggle .icon, #toggle .icon::before, #toggle .icon::after { background: #000; width: 30px; height: 3px; position: absolute; transition: 0.6s ease; transition-timing-function: cubic-bezier(.75, 0, .29, 1.01); }
#toggle .icon { top: 15px; left: 10px; }
#toggle .icon::before { content: ""; top: -8px; }
#toggle .icon::after { content: ""; top: 8px; }

/* on activation */
.active #toggle .icon { background: transparent; }
.active #toggle .icon::before { background: #000 !important; top: 0 !important; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.active #toggle .icon::after { background: #000 !important; top: 0 !important; -moz-transform: rotate(-225deg); -webkit-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); }

/* SPRACHAUSWAHL */
#menu .mod-languages { position: relative; display: table; padding: 10px 0; margin: 0 auto; }
	#menu .mod-languages li { float: left; margin: 0; padding: 0; }
		#menu .mod-languages a { display: block; width: 65px; height: 60px; padding: 15px 5px; }
			#menu .mod-languages img { display: block; width: 35px; height: 25px; }
			
/* MEBMBERSHIPPRO */
.osm-plan-price { background: #008080; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { color: #fff; background-color: #008080; *background-color: #008080; }
.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { color: #fff; background-color: #b00400; *background-color: #b00400; background-image: none; }
.osm-pricing-table .osm-plan .osm-plan-header { background-color: #005F5F;}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {display: inline-block; height: 40px;}
.input-append .add-on, .input-prepend .add-on { height: 40px; line-height: 30px;}
.alert-info { color: #038083; background-color: #fff; border-color: #fff; }

.osm-pricing-table .osm-plan .osm-plan-header h2 {
    color: #fff !important;
    font-size: 18px;
    line-height: normal;
    margin: 0 !important;
    text-transform: none;
}


.osm-container img {
    border: 0;
    float: right !important;
}

.osm-container {
    text-align: left;
    margin: 0 0 0 40px;
}


/* Landscape phone to portrait tablet 
---------------------------- */

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

#logo { width: 320px; margin: 0; padding: 20px; }
#toggle { margin: 0; position: absolute; top: -69px; right: 20px; }
	#toggle .icon { top: 22px; }

#emotion .title { font-size: 24px; bottom: 20px; right: 20px; }
#main .widthFix, footer .widthFix { padding: 20px; }
 
#sidebar { margin: 0; }
	#sidebar .benefits li { display: inline-block; width: 49.5%; }
		#sidebar .benefits a { display: inline-block; vertical-align: top; text-align: center; padding: 25px 10px; border: none; }
			#sidebar .benefits li:first-child a { border: none; }
		#sidebar .benefits li a::before { width: auto; height: 45px; font-size: 30px; position: relative; top: 0; margin-top: 0; }

}

/* Portrait tablet to landscape and desktop
------------------------------------- */

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

h1 { font-size: 32px; margin: 0 0 20px 0; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }

#logo { width: 370px; padding: 25px; }
#toggle { top: -79px; right: 20px; }

#emotion .title { font-size: 36px; bottom: 30px; right: 25px; }
#main .widthFix, footer .widthFix { padding: 25px; }
  

#sidebar .benefits a { font-size: 18px; }
	#sidebar .benefits li a::before { height: 55px; font-size: 40px; }

footer .wish { margin: 0 0 30px 0; }
#footerNav ul li { float: left; }
#footerNav ul li a { width: auto; padding: 0 20px; margin: 0 5px 15px 5px; }

}

/* desktop small
------------------------------------------- */

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

#toggle { display: none; }

header { background: transparent; position: fixed; top: 0; left: 0; z-index: 100; }
	#logo { background: #fff; width: 320px; padding: 20px 10px 20px 20px; position: relative; }
		#logo::after { content: ""; position: absolute; top: 0; right: -50px; width: 0; height: 0; border-left: 50px solid #fff; border-bottom: 94px solid transparent; }
#stickyFix { display: block; width: 1px; height: 1px; position: absolute; top: 50px; left: 0; }

.fixed header { background: #fff; box-shadow: 0 0 5px 1px rgba(0,0,0,0.2); }
.fixed #logo { width: 200px; padding: 15px 10px 15px 30px; }
.fixed #mainNav { height: 60px; }
.fixed #menu ul.nav li a { color: #000; }
.fixed #menu ul.nav li a:hover, .fixed #menu ul.nav li.current > a, .fixed #menu ul.nav li.active > a { color: #cd0013; }
.fixed #menu ul.nav ul li a:hover, .fixed #menu ul.nav ul li.current a, .fixed #menu ul.nav ul li.active a { color: #fff; }

#mainNav { background: transparent; height: 94px; position: fixed; top: 0; right: 0; }
	#menu { width: auto; display: block; position: absolute; top: 50%; right: 150px; margin-top: -20px; opacity: 1; max-height: 1000px; overflow: visible; }
		#menu ul.nav li { float: left; }
			#menu ul.nav li a { width: auto; color: #008080; line-height: 40px; padding: 0; margin: 0 10px; border: none; }
				#menu ul.nav li:last-child a { border: none; }
				#menu ul.nav li a:hover, #menu ul.nav li.current > a, #menu ul.nav li.active > a { background: none; color: #fff; }
				#menu ul.nav li a::before { content: ''; width: 0; border-bottom: 2px solid #fff; position: absolute; left: 50%; bottom: 0; margin-left: 0; }
					#menu ul.nav li a:hover::before, #menu ul.nav li.current > a::before, #menu ul.nav li.active > a::before { width: 84%; margin-left: -42%; }
				#menu ul.nav li span.more { display: none; }
				#menu ul.nav li.current > a { font-weight: 400; }
		/* ZWEITE MENÜEBENE */
		#menu ul.nav ul { max-height: none; padding: 0; position: absolute; top: 40px; left: 0; overflow: hidden; }
			#menu ul.nav ul li { margin: 1px 0 0 0; float: none; }
				#menu ul.nav ul li a { max-height: 0; background: #fff; width: 100%; font-size: 18px; line-height: 38px; color: #333; padding: 0 20px; white-space: nowrap; }	
					#menu ul.nav ul li a::before { display: none; } 
					#menu ul.nav li:hover ul li a { max-height: 40px; }
					#menu ul.nav ul li a:hover, #menu ul.nav ul li.current a, #menu ul.nav ul li.active a { background: #cd0013; color: #fff; }

#emotion .title { font-size: 46px; bottom: 40px; right: 30px; }

#main .widthFix { padding: 30px; }
#content { width: 100%; float: left; margin: 0 0px 0 0; }
#content .inner { width: auto; margin-right: 10px; }


footer .widthFix { height: 210px; padding: 0; }
footer .wish { width: auto; text-align: left; margin: 0; position: absolute; top: 30px; left: 30px; }
#footerNav { display: block; margin: 0; position: absolute; top: 30px; right: 30px; }
#footerNav ul li a { margin: 0 0 0 10px; }	
footer .address, footer .contact { width: auto; text-align: left; padding: 0; position: absolute; bottom: 30px; left: 30px; }
footer .contact { left: 240px; }
footer .author {  width: auto; text-align: right; padding: 0; position: absolute; bottom: 30px; right: 30px; }


/* SPRACHAUSWAHL */
#menu .mod-languages { position: absolute; display: block; padding: 0; margin: 0; top: 0; right: -120px; }
	#menu .mod-languages a { width: 40px; height: 40px; padding: 10px 5px; opacity: .5; }
		#menu .mod-languages a:hover { opacity: 1; }
			#menu .mod-languages img { width: 30px; height: 20px; }

}
	
	
/* desktop 
------------------------------------------- */

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

#logo { width: 380px; padding: 30px 10px 30px 30px; z-index: 1000;}
	#logo::after { right: -70px; border-left: 70px solid #fff; border-bottom: 123px solid transparent; }

#mainNav { height: 123px; }
#menu { right: 130px; }
#menu ul.nav li a {font-size: 22px; line-height: 40px; margin: 0 10px; }

#emotion .title { font-size: 56px; right: 40px; }

#main .widthFix { padding: 40px; }
#content { margin: 0 0px 0 0; }
#content .inner { margin-right: 20px; }

footer .widthFix { height: 250px; }
footer .wish { font-size: 18px; left: 40px; }
	footer .wish span { font-size: 20px; }
#footerNav { right: 40px; }
#footerNav ul li a { font-size: 18px; }	
footer .address, footer .contact { font-size: 18px; left: 40px; }
footer .contact { left: 290px; }
footer .author { right: 40px; }

/* SPRACHAUSWAHL */
#menu .mod-languages { right: -120px; }

}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?18164684');
  src: url('../font/fontello.eot?18164684#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?18164684') format('woff2'),
       url('../font/fontello.woff?18164684') format('woff'),
       url('../font/fontello.ttf?18164684') format('truetype'),
       url('../font/fontello.svg?18164684#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-"]::before, [class*=" icon-"]::before, #menu span.more::before, #sidebar .benefits a::before { font-family: "fontello"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; speak: none; display: inline-block; text-decoration: inherit; text-align: center; }
 
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-chart-pie:before { content: '\f200'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-balance-scale:before { content: '\f202'; } /* '' */
.icon-users:before { content: '\f203'; } /* '' */
.icon-rocket:before { content: '\f204'; } /* '' */
.icon-sliders:before { content: '\f205'; } /* '' */