/* cmsms stylesheet: momente-kunden-baseCSS modified: 25.09.2019 00:04:54 */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

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


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
*/

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

	
/* #Base 960 Grid
================================================== */

    .container, #footer, nav.naver { position: relative; width: 420px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 400px; }




/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container, #footer, nav.naver { width: 300px; }
        .container .columns,
        .container .column { margin: 0 5px; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 290px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container, #footer, nav.naver { width: 420px; }
        .container .columns,
        .container .column { margin: 0 10px; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 400px; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/* #Site Styles
================================================== */
html, body {
		scroll-behavior: smooth;
	}

.naver a { 
	background: #444; 
	color: #fff; 
	display: block; 
	float: left; 
	font-size: 16px; 
	line-height: 40px; 
	margin: 0 0px 0 0; 
	padding: 0 10px; 
	}
	
.naver a:hover { background: #222; }

.naver.enabled a { 
	float: none; 
	margin: 0 0 0px 0; 
	width: 100%; 
}

.naver li {
	margin:0;
	padding: 0;
}

nav.naver span.naver-handle {
	padding: 10px 0 10px 10px;
	color: white;
	}

.naver.enabled .naver-handle {
    display: block;
	height:50px;
}
	
nav.naver {
    background: none repeat scroll 0 0 black;
    height: 50px;
    margin: 0 auto;
	padding-left: 0px;
	box-shadow: 0 0 5px #000;
}

nav.naver div.naver-container ul li a.smaller {
    font-size: 12px;
}

body {
	background-color: #eee;
	}
	
.container {
	background-color: white;
	box-shadow: 0 0 5px #444;
	}


figcaption, .BU {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 1em;
}


header.header-cont {
    background-color: #333;
    margin: 0 auto;
    position: fixed;
    top: -1px;
    width: 100%;
    z-index: 10;
}

audio {
    width: 100%;
}


.headlineAnker {
	margin-top:55px;
}

.center {
	text-align: center;
}

footer {
	background-color: #333;
	}

#footer {
	background-color: black;
	color: white;
	height:auto;
	line-height: 30px;
	padding: 10px;
	margin: 0 auto;
	box-shadow: 0 5px 5px #000;
	}
	
.impressum:link, .impressum:visited,.footer_link:hover, .footer_link:active {
	color: white;
	}

.impressum:hover, .impressum:active, .footer_link:link, .footer_link:visited {
	color: #aaa;
	}
	
img {
	box-shadow: 3px 3px 5px #888;
		}
	
h1, h2 {
	text-shadow: 2px 2px 2px #888;
	}

h3 {
	text-shadow: 0px 0px 2px #888;
	}
 
.navitem {
	margin-top: 50px;
}

hr {
	 margin: 10px 0;
}

q, blockquote, blockquote p {
    quotes:'«' '»';
	font-size: 16px;
	line-height:26px;
	font-style: italic;
	font-family: "Georgia", "Times New Roman", serif;
	margin-bottom: 20px;
	color: black;
}

blockquote .smaller {
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
}

em {
	font-size: 18px;
	font-style: normal;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: bold;
}

.BU > em {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	font-weight: normal;
}
/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	h1 { font-size: 30px; line-height: 33px; margin-bottom: 14px;}
	h2 { font-size: 24px; line-height: 27px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 20px; margin-bottom: 8px; }
	h4 { font-size: 14px; line-height: 16px; margin-bottom: 4px; }
	h5 { font-size: 14px; line-height: 16px; }
	h6 { font-size: 14px; line-height: 16px; }
	
		img {
	box-shadow: 0px 0px 2px #888;
		}
	
	}



@media print {
  
  nav, footer {
	  display: none;
}

.container {
	width: 100%
}

.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
    width: 90%;
}

.navitem {
	margin-top: 0.5em;
}

img.scale-with-grid {
    height: auto;
    max-width: 25%;
}

h1, h2, h3 {
    text-shadow: 0px 0px 0px #fff;
}

  
}



/* 
 * Naver v3.0.8 - 2014-05-06 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

 	.naver .naver-handle { color: #333; cursor: pointer; display: none; font-size: 14px; height: 30px; line-height: 28px; text-transform: uppercase;
	 	-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		     -o-user-select: none;
			    user-select: none;
 	}
 	.naver .naver-handle:before { background: url(jquery.fs.naver-icon.png) no-repeat center; content: ''; display: block; float: left; height: 15px; margin: 7px 10px 0 0; width: 20px; }
 	.naver .naver-wrapper { height: auto; }
 	.naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }

	.naver.enabled .naver-handle { display: block; }
	.naver.enabled .naver-wrapper { height: 0px; overflow: hidden; }
