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: #fff; width: 100%; font-family: 'Lato', sans-serif; color: #333; font-size: 16px; font-weight: 400; line-height: 1.3; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
a { color: #0084c9; font-weight: 700; text-decoration: underline; }
a:hover { color: #e2017b; text-decoration: none; }
img, iframe { border: none;}
a:focus, button:focus { outline: none; }
.clear, .clearfix::after, .widthFix::after, a.button::before { display: block; content: ""; height: 0; clear: both; visibility: hidden; }

h1, h2, h3, h4, p, table { margin: 0 0 10px 0; }
h1 { font-size: 26px; font-weight: 700; color: #0084c9; line-height: 120%; }
h2 { font-size: 22px; font-weight: 700; color: #0084c9; }
h3 { font-size: 16px; font-weight: 700; color: #0084c9; border-bottom: 1px dotted #333; padding-top: 15px; margin: 0 0 10px 0; }
#content h3 { clear: both; }

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

#header { background: #fff; }
	#logo { display: block; width: 220px; padding: 15px; }
#stickyFix { display: none; }

#mainNav { background: #37b7c2; z-index: 15; }
	#menu { width: 100%; position: relative; opacity: 0; max-height: 0; overflow: hidden; }
	.menuActive #menu { opacity: 1; max-height: 800px; }
		#menu ul li { position: relative; }
			#menu ul li a { width: 100%; display: block; font-size: 18px; line-height: 50px; padding: 0 50px 0 15px; color: #fff; border-top: 1px solid #81e8f1; }
 				#menu ul li:first-child a { border-top: none; }
 				#menu ul li a:hover, #menu ul li.active > a, #menu ul li.current > a { background: rgba(0,0,0,.3); color: #fff; }
					#menu ul li span.more { display: block; cursor: row-resize; width: 50px; height: 50px; font-size: 30px; line-height: 50px; color: #fff; position: absolute; top: 1px; right: 0; }
						#menu ul li span.more::before, #menu ul li.active.open span.more::before { content: '\f107'; width: 100%; }
					#menu ul li.open span.more, #menu ul li.active span.more { line-height: 48px; }
						#menu ul li.open span.more::before, #menu ul li.active span.more::before { content: '\f106'; }
			/* ZWEITE MENÜEBENE */
			#menu ul ul, #menu ul li.active.open ul { max-height: 0; overflow: hidden; padding: 0; }
			#menu ul li.open ul, #menu ul li.active ul { max-height: 500px; }			
				#menu ul ul li a { max-height: 42px; font-size: 16px; line-height: 42px; padding: 0 0 0 30px; margin-top: 1px; border: none; }

#emotion { padding: 16px 0 14px 0; }
.menuActive #emotion { padding-top: 0; }
	#emotion .imageContainer { width: 100%; max-height: 800px; position: relative; }
	#emotion .siteTitle, #emotion .siteSlogan { display: inline-block; background: #e2017b; color: #fff; text-transform: uppercase; padding: 0 10px; font-size: 16px; font-weight: 700; position: absolute; z-index: 100; }
	#emotion .siteTitle { font-size: 18px; line-height: 32px; top: -16px; left: 0; }
	#emotion .siteSlogan { line-height: 28px; bottom: -14px; right: 0; }

#main { display: block; /* IE11 kennt kein <main> */ }
	#main .widthFix { padding: 15px; }
#content { margin-bottom: 20px; }

#footer { background: #37b7c2; color: #fff; padding: 20px 15px; }
	#footer a { color: #fff; }
		#footer a:hover, #footer .author a:hover { color: #055158; }
	#footerNav { width: auto; display: table; margin: 0 auto; }
		#footerNav ul li a { display: block; width: 170px; background: rgba(0,0,0,.3); font-size: 17px; font-weight: 400; line-height: 38px; text-align: center; color: #fff; margin: 0 0 10px 0; border-radius: 4px; }
			#footerNav a:hover, #footerNav li.current a { background: rgba(0,0,0,.6); color: #fff; }
	#footer .address, #footer .contact { width: 100%; font-size: 16px; text-align: center; padding-top: 10px; }
	#footer .contact { padding-top: 15px; }
	#footer .author { width: 100%; color: rgba(255,255,255,.6); font-size: 14px; margin: 0; text-align: center; padding-top: 25px; }
		#footer .copyright { display: block; }
		#footer .author a { color: rgba(255,255,255,.6); text-decoration: none; }

/* SIDEBAR BOX */


/* BUTTONS */
a.button { background: transparent; display: inline-block; font-size: 16px; line-height: 32px; font-weight: 700; padding: 0 17px; margin-top: 10px; color: #333; text-decoration: none; border: 3px solid #0084c9; border-radius: 4px; }
	a.button:hover { background: #0084c9; color: #fff; }

a.btn-primary {
  color: #fff;
  background-color: #e2017b;
  border-color: #e2017b;
  border-radius: 10px;
  padding: 0.5rem !important;
}

a.btn-primary:hover, .btn-backtohome:hover, .btn-prosandcons:hover {
  color: #fff;
  background-color: #0084c9;
  border-color: #0084c9;
  padding: 0.5rem !important;
}

.p-3 {
    margin-bottom: 25px;
    padding: 1rem !important;
    border-radius: 12px;
}

.p-3 .btn {
    margin-top: 10px;
    display: inline-block;
}

.uk-card-default > figure {
    overflow: visible !important;
    margin: 0 !important;
    height: auto !important;
}

.uk-card-default > figure img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
    object-position: unset !important;
}
figure.bild3rechts {
    display: none !important;
}



/* LISTEN */
#main ul, #main ol { line-height: 130%; padding-left: 35px; margin: 0 0 25px 0; }
	#main 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 */
#menu, #menu ul, a.button, #footerNav a { -webkit-transition: all .4s ease-out; -moz-transition: all .4s ease-out; transition: all .4s ease-out; }
#emotion { -webkit-transition: all .6s ease-out; -moz-transition: all .6s ease-out; transition: all .6s ease-out; }
#menu ul li a { -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; transition: all .25s ease-out; }
.menuActive #emotion { -webkit-transition: none; -moz-transition: none; transition: none; }

/* Responsive Menu */
#toggleNavbar { display: block; background: #37b7c2; width: 48px; height: 48px; padding: 0; position: absolute; top: 19px; right: 15px; border-radius: 50%; z-index: 100; transition: 0.6s ease; transition-timing-function: cubic-bezier(.75, 0, .29, 1.01); }
#toggleNavbar .icon, #toggleNavbar .icon::before, #toggleNavbar .icon::after { background: #fff; width: 22px; height: 2px; position: absolute; transition: 0.6s ease; transition-timing-function: cubic-bezier(.75, 0, .29, 1.01); }
#toggleNavbar .icon { top: 23px; left: 13px; }
#toggleNavbar .icon::before { content: ""; top: -6px; }
#toggleNavbar .icon::after { content: ""; top: 6px; }

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

/* 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%; }

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

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

#logo { width: 280px; padding: 20px; }
#toggleNavbar { top: 30px; right: 20px; }

#emotion { padding: 18px 0 16px 0; }
	#emotion .siteTitle { font-size: 20px; line-height: 36px; padding: 0 20px; top: -18px; }
	#emotion .siteSlogan { font-size: 18px; line-height: 32px; padding: 0 20px; }

#main .widthFix { padding: 30px 20px 20px 20px; }

/* SIDEBAR BOX */


}

/* 600px fix
---------------------------- */

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

#emotion { padding: 20px 0 16px 0; }
	#emotion .siteTitle { font-size: 22px; line-height: 40px; top: -20px; }
	#emotion .siteSlogan { font-size: 20px; line-height: 32px; }

/* SIDEBAR BOX */


#footer { padding: 25px; }
	#footerNav ul li { float: left; }
		#footerNav ul li a { width: auto; font-size: 18px; padding: 0 20px; margin: 0 8px 15px 8px; }
	#footer .address, #footer .contact { font-size: 18px; }

}

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

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

h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }


#logo { width: 320px; padding: 25px; }
#toggleNavbar { top: 40px; right: 25px; }

#emotion { padding: 22px 0 17px 0; }
	#emotion .siteTitle { font-size: 24px; line-height: 44px; padding: 0 25px; top: -22px; }
	#emotion .siteSlogan { font-size: 20px; line-height: 34px; padding: 0 25px; bottom: -17px; }

#main .widthFix { padding: 40px 25px 25px 25px; }

/* SIDEBAR BOX */


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

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

#logo { width: 340px; padding: 30px; }

#header { overflow: visible; z-index: 1000; }
#toggleNavbar { display: none; }
#stickyFix { display: block; width: 1px; height: 1px; position: absolute; top: 167px; left: 0; }

#mainNav { background: transparent; width: auto; overflow: visible; position: absolute; top: 20px; right: 20px; }
#menu { opacity: 1; max-height: 1000px; overflow: visible; }
	#menu ul li { float: left; margin-left: 1px; }
		#menu ul li a { font-size: 19px; font-weight: 700; color: #0084c9; line-height: 40px; padding: 0 10px; border: none; }
			#menu ul li:hover > a, #menu ul li a:hover, #menu ul li.current > a, #menu ul li.active > a { background: transparent; color: #e2017b; }
			#menu ul li span.more { display: none; }
	/* ZWEITE MENÜEBENE */
	#menu ul ul { max-height: none; padding: 0; position: absolute; top: 41px; left: 0; overflow: hidden; }
		#menu ul ul li { margin: 1px 0 0 0; float: none; }
			#menu ul ul li a { max-height: 0; background: #0084c9; width: 100%; font-size: 17px; line-height: 40px; color: #fff; padding: 0 10px; white-space: nowrap; }	
				#menu ul li:hover ul li a { max-height: 40px; }
				#menu ul ul li a:hover, #menu ul ul li.current a, #menu ul ul li.active a { background: #e2017b; color: #fff; }

#emotion { padding: 24px 0 18px 0; }
	#emotion .siteTitle { font-size: 26px; line-height: 48px; padding: 0 30px; top: -24px; }
	#emotion .siteSlogan { font-size: 22px; line-height: 36px; padding: 0 30px; bottom: -18px; }

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

/* SIDEBAR BOX */


#footer { padding: 0; }
	#footer .widthFix { padding: 30px; }
	#footerNav { position: absolute; top: 25px; right: 30px; z-index: 1000; }
		#footerNav ul li a { margin: 0 0 0 25px; font-size: 20px; font-weight: 700; background: transparent; padding: 0; }
			#footerNav a:hover, #footerNav li.current a { background: transparent; color: #055158; }
	#footer .address, #footer .contact { width: 400px; text-align: left; line-height: 1.4; }
	#footer .address { padding: 0; }
	#footer .author { width: auto; padding: 0; text-align: right; position: absolute; right: 30px; bottom: 30px; }

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

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

body { font-size: 18px; }
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }

#logo { width: 380px; padding: 40px; }

#mainNav { top: 30px; }
	#menu ul li a { font-size: 22px; }
	#menu ul li a, #menu ul ul li a { padding: 0 20px; }
	#menu ul ul li a { font-size: 19px; }		

#emotion { padding: 25px 0 18px 0; overflow: visible; }
#emotion::before, #emotion::after { content: ''; display: block; background: #e2017b; width: calc(50% - 680px); position: absolute; z-index: 10; }
	#emotion::before { height: 50px; top: 0; left: 0; }
	#emotion::after { height: 36px; bottom: 0; right: 0; }
#emotion .siteTitle { font-size: 36px; line-height: 50px; padding: 0 40px; top: -25px; }
#emotion .siteSlogan { font-size: 24px; line-height: 36px; padding: 0 40px; }
		
#main .widthFix { padding: 60px 40px 40px 40px; }
#content { margin: 0 -320px 0 0;  }
#content .inner { margin-right: 20px; }


}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?95938447');
  src: url('../font/fontello.eot?95938447#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?95938447') format('woff2'),
       url('../font/fontello.woff?95938447') format('woff'),
       url('../font/fontello.ttf?95938447') format('truetype'),
       url('../font/fontello.svg?95938447#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-"]::before, [class*=" icon-"]::before, .phone::before, .mail::before, #menu span.more::before, #highlight .left::before, #highlight .right::before, footer .address::before, footer .contact::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'; } /* '' */


/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v23-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-100italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/lato-v23-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-100italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900italic.svg#Lato') format('svg'); /* Legacy iOS */
}
