html, body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000000; 
	background-color: #f3f3f3;       
}


a {
	outline: none;
	padding: 0;
	margin: 0;
	border: none;
}

a:focus {
	outline: none;
}

a.wait {
	cursor: wait;
}

a:link , a:visited, a:hover, a:active{
	color: #8c130c;
}

img {
	border: none;
	float: left;
}

hr{
        height: 1px;
        border:none;
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/nunito-sans-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'),
       url('../../fonts/nunito-sans-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/nunito-sans-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/nunito-sans-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/nunito-sans-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/nunito-sans-v5-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/nunito-sans-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Bold'), local('NunitoSans-Bold'),
       url('../../fonts/nunito-sans-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/nunito-sans-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/nunito-sans-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/nunito-sans-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/nunito-sans-v5-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-900 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/nunito-sans-v5-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Nunito Sans Black'), local('NunitoSans-Black'),
       url('../../fonts/nunito-sans-v5-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/nunito-sans-v5-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/nunito-sans-v5-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/nunito-sans-v5-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/nunito-sans-v5-latin-900.svg#NunitoSans') format('svg'); /* Legacy iOS */
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.checkbox-custom{
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label{
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before{
    content: '';
    background: #fff;
    border: 1px solid #bbb;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #8c130c;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.checkbox-custom-label:hover{
	color: #8c130c;
}

/*******************************************************************************
                             MAINPAGE
*******************************************************************************/
div#main{
	min-width: 320px;
	min-height: 100%;
	height: 100%;
}

div.main{
	position: relative;
	margin: 0 auto 0 auto;
	height: auto;
	max-width: 1200px;
	background-color: #ffffff;
}

div.main div.stickerContainer{
    margin: 0 0 0 1135px;
    height: auto;
    width: 65px;
	position: fixed;
	top: 400px;
	z-index: 100;
}

div.main div.sticker{
	height: 131px;
	width: 65px;
	float: right;
	margin-right: 1px;
	background-color: #ffffff;
	-webkit-box-shadow: -30px -30px 50px rgba(0,0,0,0.4);
	-moz-box-shadow: -30px -30px 50px rgba(0,0,0,0.4);
	box-shadow: -20px -30px 50px rgba(0,0,0,0.1);	
	z-index: 10001;
}

div.main div.sticker:hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}


div.main div.sticker div.calender,
div.main div.sticker div.location{
	position: absolute;
}

div.main div.sticker div.location{
	top: 66px;
}

div.main div.sticker div.calender div.icon,
div.main div.sticker div.location div.icon{
	border: 1px solid #f3f3f3;
	background-color: #ffffff;	
	background-position: center center;
	background-repeat: no-repeat;
	height: 65px;
	width: 65px;
	cursor: pointer;
	position: absolute;
	z-index: 10050;
}

div.main div.sticker div.calender div.icon{
	background-image: url('../../images/default/calender.gif');
	height: 64px;
	border-bottom: none;
}

div.main div.sticker div.location div.icon{
	background-image: url('../../images/default/location.gif');
}

div.main div.sticker div.calender.canvas,
div.main div.sticker div.location.canvas{
	background-color: #ffffff;
	height: 356px;
	width: 472px;
	margin-top: -1px;
	margin-left: -501px;
	padding: 36px 54px 40px 40px;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: -20px -30px 50px rgba(0,0,0,0.1);
	-moz-box-shadow: -20px -30px 50px rgba(0,0,0,0.1);
	box-shadow: -20px -30px 50px rgba(0,0,0,0.1);		
	z-index: 10010;
}

div.main div.sticker div.location.canvas{
	margin-top: -67px;
}

div.main div.sticker div.calender.canvas{
	width: 400px;
	margin-top: -1px;
	margin-left: -429px;
}

div.main div.sticker div.canvas p.title{
	font-family: 'Nunito Sans', Verdana, sans-serif;
    font-weight: 900;
	color: #8c130c;
    font-size: 24px;
    margin: 0;
    padding: 0 0 20px 0;
}

div.main div.sticker div.canvas p.link{
    float: left;
    margin: 40px 0 0 0;
    padding: 0;
}

div.main div.sticker div.canvas div.address p{
    font-weight: 700;
    margin: 0 0 0 40px;
    padding: 0;
}

div.main div.sticker div.canvas div.googlemaps,
div.main div.sticker div.canvas div.address{
	width: 236px;
	height: 236px;
	float: left;
}

div.main div.sticker div.canvas div.googlemaps{
	background-color: #f3f3f3;
}

div.main div.sticker div.calender.canvas ul{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	width: 200px;
	float: left;
}

div.main div.sticker div.calender.canvas ul li span.title{
    font-weight: 700;
}

div#main div#content{
	background-repeat: no-repeat;
	float: left;
    min-height: 400px;
    padding: 0px 15px 50px 0px;
    margin-top: 150px;
    width: 855px;
}

div#main div.mainTitle{
	margin:0;
	padding:0;
	height: 285px;
	float: left;
	width: 100%;
}

div#main div.mainTitle.photostreamContainer{
	height: 250px;
}

div#main div.mainTitle h1{
	font-family: 'Nunito Sans', Verdana, sans-serif;
	font-size: 136px;
	font-weight: 900;
	color: #f3f3f3;
	text-transform: uppercase; 
	line-height: 120px;
}

div#main header{
	background-image: url('../../images/default/header_back.png');
	background-position: center 0px;
	background-repeat:no-repeat;
	height: 208px;
}

footer{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #333333;
	margin-top: 100px;
}


div#main div.news.teaser,
div#main div.aboutus.teaser{
	margin:0;
	padding:0;
	height: 510px;
	width: 100%;
	position: relative;
}

div#main div.news.teaser img,
div#main div.aboutus.teaser img{
	position: absolute;
	float: none;
	width: 100%;
}

div#main div.news.teaser img.notFound{
	width: 100px;
	height: 100px;
}
    
div#main div.news.teaser div.teaserDiv,
div#main div.aboutus.teaser div.teaserDiv{
    padding: 0;
    margin: 0;
    position: relative;
}

div#main div.teaserDiv img.teaserImage.desktop{
	display: block;
}

div#main div.teaserDiv img.teaserImage.mobile{
	display: none;
}

div#main div.news.teaser div.teaserTitles, 
div#main div.aboutus.teaser div.teaserTitles{
	position: absolute;
    padding: 230px 0 0 70px;
    max-width: 680px;
}

div#main div.aboutus.teaser div.teaserTitles{
    padding-top: 420px;
}

div#main div.news.teaser span.teaserTitle, 
div#main div.aboutus.teaser span.teaserTitle{
    z-index: 1001;
	font-family: 'Nunito Sans', Verdana, sans-serif;
	font-weight: 900;
	font-size: 68px;
	line-height: 85px;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    color: #ffffff;
	text-shadow: 0px 0px 50px rgba(0,0,0,0.4);
    width: 100%;
}

div#main div.news.teaser span.teaserTitle.big{
	height: 170px;
	display: table-cell;
    vertical-align: bottom;	
}

div#main div.aboutus.teaser span.teaserTitle p{
    padding: 0;
	margin: 0;
}

div#main div.news.teaser span.teaserTitle.small, 
div#main div.aboutus.teaser span.teaserTitle.small{
	font-size: 34px;
    padding: 0;
    width: 100%;
}

div#main div.aboutus.teaser span.teaserTitle.small{
	line-height: 48px;
	color: #8c130c;
	font-size: 24px;
}


/*******************************************************************************
                                TOP MENU
*******************************************************************************/
div#main header div.topmenu_container{
	margin-right: 17px;
	max-width:1024px;
    z-index: 10000;
    height: 50px;
}

div#main header div.preview{
	float: left;
	padding: 2px;
	background-color: #ff0000;
	color: #ffffff;
}

div#main header div.preview a{
	color: #ffffff;
}

div#main header div.topmenu_container ul{
	float: right;
	margin-top: 20px;
}	

div#main header div.topmenu_container ul li{
	float: left;
	font-size: 11px;
	list-style: none;
	letter-spacing: 2px;
	color: #ffffff;
	margin-right: 10px;
}	

div#main header div.topmenu_container ul li.searchstring {
	display: none;
}

div#main header div.topmenu_container ul li a{
	color: #ffffff;
	text-decoration: none;
}

div#main header div.topmenu_container ul li.separator{
	background-image: url(../../images/default/dot.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 5px;
	margin-top: 5px;
}

div#main header div.topmenu_container div.searchField{
	float: right;
	margin-top: 16px;
	margin-left: 10px;
}

div#main article div.searchField{
	margin: 50px 0px;
}


div#main article div.searchField input.searchInput,
div#main header div.topmenu_container div.searchField input.searchInput{
	display: inline-block;
	width: 110px;
	height: 20px;
	margin: 0;
	padding: 0 0 0 5px;
	border: 1px solid #c6c2bb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	-webkit-appearance: none;
	font-size: 12px;
	font-family: 'Noto Sans', Verdana, sans-serif;
	vertical-align: top;
}

div#main article div.searchField input.searchSend,
div#main header div.topmenu_container div.searchField input.searchSend{
	margin: 0 0 0 -6px;
	padding: 0;
	display: inline-block;
	width: 28px;
	height: 22px;
	border: 1px solid #c6c2bb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
	color: #ffffff;
	background-color: #8c130c;
 	background: -webkit-linear-gradient(top,rgb(160,90,90),rgb(132,34,34));
	background: -o-linear-gradient(top,rgb(160,90,90),rgb(132,34,34)); 
	background: -moz-linear-gradient(top,rgb(160,90,90),rgb(132,34,34)); 
	background: linear-gradient(top,rgb(160,90,90),rgb(132,34,34)); 
	text-shadow: 0 1px 1px #436169;
	font-size: 18px;
	cursor: pointer;	
}

div#main article div.searchField input.searchInput{
	font-size: 0.95em;
	width: 340px;
	height: 27px;
}

div#main article div.searchField input.searchSend{
	width: 29px;
	height: 31px;
}

/*******************************************************************************
                                LOGO
*******************************************************************************/
div#main header div.logo_container{
	width: 100%;
	height: 104px;
	text-align: center;
}

div#main header div.logo_container a.logo img{
	margin-top: 43px;
	float: none;
}

div#main header div.tabmenu_container{
	width: 100%;
    background-color: transparent;
}

div#main header div.tabmenu_container a.logo{
	width: 384px;
	float: left;
}

div#main header div.tabmenu_container a.logo img{
	float: right;
}


/*******************************************************************************
                                TAB PHONE MENU
*******************************************************************************/
div#main header div.tabmenu_container ul.menu {
	width: 100%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    z-index: 1000;
    text-align: center;
    padding: 0;
}

div#main header div.tabmenu_container.phone {
	float: none;
	width: 100%;
}

div#main header div.tabmenu_container.phone ul.menu {
	position: relative;
	width: 100%;
	z-index: 1000;
	margin: 0;
	padding: 5px 0 40px 0;
	background-color: #ffffff;
	z-index: 1000000;
	float: left;
}

div#main header div.tabmenu_container ul.menu li{
	float: none;
    list-style: none;
    text-align: left;
    height: 30px;
    width: 130px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
	z-index: 100000;
}

div#main header div.tabmenu_container ul.menu li:hover a span{
	color: #fbc72a;
}

div#main header div.tabmenu_container ul.menu li.submenu{
    height: 64px;
}

div#main header div.tabmenu_container.phone ul.menu li{
    color: #000000;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    height: 100%;
	margin: 30px 0 0 0;
	float: none;
	display: list-item;
	border: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;			
}

div#main header div.tabmenu_container ul.menu li span,
div#main header div.tabmenu_container ul.menu li a{
    height: 30px;
    display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
}

div#main header div.tabmenu_container.phone ul.menu li span,
div#main header div.tabmenu_container.phone ul.menu li a{
    height: auto;
    display: block;
	position: unset;
	margin: 0;
	padding: 0;
	text-decoration: none;
	cursor: pointer;
}

div#main header div.tabmenu_container ul.menu li.tab.submenu span,
div#main header div.tabmenu_container ul.menu litab.submenu a,
div#main header div.tabmenu_container ul.menu li.tab.submenu{
    cursor: default;
}

div#main header div.tabmenu_container ul.menu li span.submenu{
	background-image: url('../../images/default/menu-arrow-down.png');
	background-position: center bottom;
	background-repeat:no-repeat;	
    height: 45px;
    display: inline-block;
}

div#main header div.tabmenu_container.phone ul.menu li span.submenu{
	background-image: url('../../images/default/menu-arrow-down-black-kl.png');
	background-position: left center;
	background-repeat:no-repeat;	
    height: 100%;
    display: inline-block;
    padding-left: 40px;
}

div#main header div.tabmenu_container.phone ul.menu li span.active.submenu{
	background-image: url('../../images/default/menu-arrow-down-yellow-kl.png');
}

div#main header div.tabmenu_container ul.menu li a span{
	color: #ffffff;
}

div#main header div.tabmenu_container.phone ul.menu li span{
	color: #000000;
}

div#main header div.tabmenu_container ul.menu li span.active{
	color: #fbc72a;
}

div#main header div.tabmenu_container.phone ul.menu li span{
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	margin: 0px 40px 0 0;
	text-align: right;
    width: auto;	
}

div#main header div.tabmenu_container ul.menu li img{
	position: relative;  
	float: none;
	margin: 0;
	padding: 0;
    z-index: 1000;
}

div#main header div.tabmenu_container.phone ul.menu li img{
	margin-top: 7px;
}

div#main header div.tabmenu_container ul.menu li div.submenuContainer{
    height: 85px;
    background-color: #ffffff;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 64px;
	display: none;
	max-width: 1200px;
	width: 100%;
	z-index: 100000;
	text-decoration: none;
}

div#main header div.tabmenu_container.phone ul.menu li div.submenuContainer{
    height: 100%;
    background-color: #ffffff;
	position: unset;
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	-webkit-box-shadow: inset 0px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 5px 20px 0px rgba(0,0,0,0.2);
	float: left;	
}

div#main header div.tabmenu_container ul.menu li:hover div.submenuContainer {
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
	display: block;
}

div#main header div.tabmenu_container.phone ul.menu li:hover div.submenuContainer {
	display: block;
}

div#main header div.tabmenu_container ul.menu li ul.submenu {
	float: none;
    padding: 0;
    width: 100%;
    display: block;
    max-width: 1200px;
    text-align: center;	
}

div#main header div.tabmenu_container.phone ul.menu li ul.submenu {
    position: relative;
    margin-left: 0;	
}

div#main header div.tabmenu_container ul.menu ul.submenu li {
	float: none;
    border: none;
    height: 36px;
    display: inline-block;
    width: 135px;
    margin: 0;
    cursor: default;
}

div#main header div.tabmenu_container ul.menu li.tab.submenu ul.submenu li span,
div#main header div.tabmenu_container ul.menu ul.submenu li a span{
	color: #000000;
    cursor: pointer;
}


div#main header div.tabmenu_container ul.menu ul.submenu li.first{
	border: none;
}

div#main header div.tabmenu_container.phone ul.menu ul.submenu li {
	background-color: white;
}

div#main header div.tabmenu_container.phone ul.menu ul.submenu li {
	width: 100%;
	display: list-item;
	height: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    background-color: transparent;
    
}

div#main header div.tabmenu_container ul.menu li ul.submenu li:hover {
	background-color: white;
}

div#main header div.tabmenu_container.phone ul.menu li ul.submenu li:hover {
	background-color: transparent;
}

div#main header div.tabmenu_container ul.menu li ul.submenu li a {
	margin-top: 30px;
	margin-bottom: 6px;
	height: 100%;
	padding: 0;
	width: 100%;
	text-align: left;
	border: none;
}

div#main header div.tabmenu_container.phone ul.menu li ul.submenu li a {
	margin: 0;
}

div#main header div.tabmenu_container ul.menu li ul.submenu li a span {
	float:left;
	width: 135px;
	margin: 0px;
	text-align: center;
}

div#main header div.tabmenu_container.phone ul.menu li ul.submenu li a span {
	width: auto;
	font-size: 16px;
	line-height: 1;
	text-align: right;
	float: none;
	margin: 0 80px 0 0;
}

div#main header div.tabmenu_container ul.menu li ul.submenu li a img {
	margin: 5px 7px 0 0;
}

div#main header div.tabmenu_container ul.menu li{
	color: #ffffff;
}

div#main header div.tabmenu_container ul.menu li a span.label {
	color: #ffffff;
}

div#main div#tab ul.menu li ul.submenu li a {
	color: #656363;
}

div#main header div.tabmenu_container ul.menu li ul.submenu li.bottom {
	border: none;
	height: 7px;	
	width: 147px;	
	background-color: #8c130c;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;		
	border-bottom-right-radius: 10px;
}

div#main header div.menuPhone{
	color: #ffffff;
    display: none;
    width: 100%;
    margin-top: -44px;
    cursor: pointer;
}

div#main header div.menuPhone i{
	margin: 11px 10px 0 0;
	float: right;
	font-size: 24px;
	transition: all 300ms ease-in-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;	
}

div#main header div.menuPhone i.fa-plus{
 	transform: rotate(45deg);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;	
}


/*******************************************************************************
                                FOOTER MENU
*******************************************************************************/
div#main div.menuFooterArea{
	float: left;
    margin-left: 20px;
}

div#main ul.menuFooter{
      	font-size: 12px;
        color: #ffffff;
        padding:0;
        text-align: left;
        z-index: 8;
        margin: 20px 0 0 0;
}

div#main ul.menuFooter li{
        display: inline;
}

div#main ul.menuFooter li a b{   
        font-weight:normal;
}

div#main ul.menuFooter li a{
       	text-decoration: none;
        padding: 1px 0 0 0;
        margin: 0 20px 0 0;
        white-space: nowrap;
}

div#main ul.menuFooter li a:hover{
        background-color: #ffffff;
        color: #000000;
}

div#main div.footerBannerArea{
        font-size: 11px;
        float: right;
        margin: 25px 20px 10px 0px;
}

div#main div.footerBannerArea a{
        text-decoration: none;
}

div#main div.footerBannerArea a span{
        vertical-align: top;
        line-height: 18px;
}

div#main div.footerBannerArea img{
        margin-right: 10px;
        vertical-align: top;
}

div#main div.footerBannerArea a,
div#main ul.menuFooter li a{
        color: #ffffff;
}



div#main div.footerBannerArea a:hover span{
        background-color: #ffffff;
        color: #000000;
}

/*******************************************************************************
                                ARTICLES
*******************************************************************************/
div#main div.row.article {
	margin-top: 0px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

div#main div.dataResult div.list {
	margin-bottom: 100px;
}

div#main article h1.titleHr{
	left: -9999px;
	color: rgb(245,245,245);
	z-index: 10;
	float: left;
	position: absolute;
	background-image: none;
}

div#main article div.error,
div#main article div.noArticles{
	width: 100%;
	min-height: 500px;
}

div#main article div.error p.contact span,
div#main article div.error p.contact a.error{
	float: none;
}

div#main article div.channelCategories a,
div#main article div.showArticle a,
div#main article div.dataResult a{
	padding: 0px;
	margin: 0px;
	text-decoration:none;
	display: inline;
}

div#main article div.showArticle span.magnifier,
div#main article div.dataResult span.magnifier{
    background-image: url('../../images/magnifier.png') no-repeat scroll 0 0 transparent;
    height: 19px;
    width: 19px;
    position: absolute;
	left: 5px;
	top: 4px;
    display: inline-block;
}

div#main article div.showArticle.comments{
	min-height: 0px;
}

div#main div.dataResult.news div#navPag {
	margin: 0;
}

div#main div.dataResult.news div#navPag a{
	border-bottom: none;
}

div#main article div.showArticle span.date,
div#main article div.dataResult div.list span.date {
	font-family: 'Nunito Sans', Verdana, sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #8c130c;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

div#main article div.showArticle span.articleTitle,
div#main div.dataResult div.list,
div#main div.dataResult div.list div.title{
	float: left;
	clear: both;
	width: 100%;
}

div#main article div.showArticle div.description,
div#main article div.showArticle div.textContent,
div#main div.dataResult div.list div.description{
	float: left;
	clear: both;
	font-size: 16px;
	line-height: 30px;
	width: 100%;
}

div#main article div.showArticle div.description,
div#main article div.showArticle div.textContent,
div#main div.dataResult div.list div.description{
			color: #000000;
}

div#main article div.showArticle div.description a:link,
div#main article div.showArticle div.description a:visited,
div#main article div.showArticle div.description a:hover,
div#main article div.showArticle div.description a:active {
	color: #8c130c;
}

div#main article p{
	margin:5px 0px 10px 0px;
}

div#main article ul{
	margin:0px 0px 15px 20px;
	padding-left: 0px;
	display: table;
	list-style: none;
}

div#main article ul.listKataTags{
	margin:0px 0px 15px 0;
}

div#main article ul li::before{
}

div#main article div.showArticle li,
div#main article div.list li{
	padding: 0 0 0 15px;
    margin: 0px 0px 10px 30px;
	list-style-image: url('../../images/default/bullet.gif');
}

div#main article div.showArticle ul.listKataTags li{
	font-weight: bold;
	padding: 0;
    margin: 0 5px 0 0;
	list-style-image: none;
	float: left;
	color: #8c130c;
}

div#main div.showArticle div.controls input,
div#main div.article.home a.moreArticle,
div#main div.article.extended a.moreArticle{
	display: inline-block;	
	font-family: 'Open Sans', Verdana, sans-serif;
	font-weight: 700;
	color: #ffffff;	
	background-color: #8c130c;
	margin-left: 155px;
	margin-top: 50px;
	text-decoration: none;
	border-bottom: none;
	width: auto;
	padding: 12px 100px;
    line-height: 1;	
}

div#main div.article.home a.moreArticle:hover,
div#main div.article.extended a.moreArticle:hover{
	color: #f3f3f3;	
	border-bottom: none;
}


div#main div.article.extended.title h1,
div#main article div.showArticle h1,
div#main article div.dataResult h1,
div#main div.dataResult div.list h1{
	font-family: 'Nunito Sans', Verdana, sans-serif;
	font-size: 36px;
	line-height: 48px;
	font-weight: 900;
	margin: 0 0 15px 0;
}

div#main div.article.extended h3,
div#main article div.showArticle h3,
div#main article div.dataResult h3,
div#main div.dataResult div.list h3{
	font-family: 'Nunito Sans', Verdana, sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 900;
	margin: 0 0 15px 0;
}

div#main div.list p a.documents,
div#main div.showArticle p a.documents,
div#main article div.showArticle div.description p a.documents{
	text-decoration: none;
    color: #ffffff;
	border: none;		
	height: 100%;
    display: inline-block;
    background-color: #8c130c;
    margin: 15px 0 20px 0;
}

div#main div.list p a.documents:hover,
div#main div.showArticle p a.documents:hover,
div#main article div.showArticle div.description p a.documents:hover{
    color: #f3f3f3;
}

div#main div.showArticle p a.documents span.image,
div#main div.list p a.documents span.image{
	background-image: url('../../images/default/download-icon.png');
	background-position: center 8px;
	background-repeat:no-repeat;	
	vertical-align: middle;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0;
	float: left;
}

div#main div.showArticle p a.documents span.label,
div#main div.list p a.documents span.label{
	font-family: 'Nunito Sans', Verdana, sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
	vertical-align: middle;
	text-align: left;	
	display: inline;
	max-width: 100%;
	margin: 0 10px 0 0;
}

div#main div.showArticle p a.documents img.icon,
div#main div.list p a.documents img.icon{
	display: none;
}

div#main div.sticker div.canvas p a,
div#main article div.channelCategories a,
div#main article div.showArticle a,
div#main article div.list a,
div#main article div.photostream.keywords ul li a,
div#main article div.dataResult a{
	text-decoration: none;
	font-family: 'Nunito Sans', Verdana, sans-serif;
	font-weight: 700;
	color: #8c130c;
	border: none;
}

div#main article div.channelCategories a:hover,
div#main article div.showArticle a:hover,
div#main article div.dataResult a:hover{
	color: #8c130c;
	_border-bottom: 1px dotted rgb(138,19,19);
}

div#main article div.photostream.keywords ul li a:hover{
	background-color: #8c130c;	
    color: #ffffff;
}

div#main div.row.container{
	padding: 0 155px;
}

div#main div.article.title h1,
div#main div.article.title span.date{
	font-family: 'Nunito Sans', Verdana, sans-serif;
    font-weight: 900;
}

div#main div.article.title h1{
    color: #000000;
    font-size: 36px;
    line-height: 48px;
    margin: 10px 0 20px 0;
}

div#main div.article.title h1 a{
    color: #000000;
	text-decoration: none;
}

div#main div.article.title span.date{
    color: #8c130c;
    font-size: 24px;
}

div#main div.article.title h1,
div#main div.article.content div.showArticle,
div#main div.article.content div.list{
	max-width: 900px;
}

div#main div.article.title.mainImage h1,
div#main div.article.content.mainImage div.showArticle,
div#main div.article.content.mainImage div.list{
	max-width: 550px;
}

div#main aside div.mainImage,
div#main div.article.content div.mainImage{
    width: 186px;
    height: 280px;
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 40px;
}

div#main aside div.mainImage.news{
    width: 255px;
    height: 315px;
}


div#main div.article.content div.mainImage{
	display: none;
}

div#main aside div.mainImage img,
div#main div.article.content div.mainImage img{
    max-height: 280px;
    width: auto;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

div#main aside div.mainImage.news img{
    max-height: 315px;
}


div#main div.article.separator hr{
	margin: 100px 140px;
	background-color: #000000;
}

div#main div.article.separator hr.news,
div#main div.article.separator hr.last{
	height: 100px;
	margin: 0 140px;
	background-color: transparent;
}


/*******************************************************************************
                     ARTICLES - FRAME (Images, Videos ...)
*******************************************************************************/
div#main div.showArticle span.media, 
div#main div.dataResult div.list div.description span.media,
div#main div.showArticle div.description span.media{
	position: relative;
	margin: 6px 15px 8px 0px;
}

div#main article span.media span.caption, 
div#main div.showArticle span.media span.caption, 
div#main div.dataResult div.list div.description span.media span.caption,
div#main div.showArticle div.description span.media span.caption{
	font-style: italic;
	text-decoration: none;
	border: none;
	margin: 10px 0 2px 0;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	vertical-align: top;
	text-align: left;
}

div#main article span.media span.caption a.increasable, 
div#main div.showArticle span.media span.caption a.increasable, 
div#main div.dataResult div.list div.description span.media a.increasable,
div#main div.showArticle div.textContent span.media a.increasable,
div#main div.showArticle div.description span.media a.increasable{
	text-decoration: none;
	border: none;
}

div#main article span.media.left,
div#main div.showArticle span.media.left,
div#main div.dataResult div.list div.description span.media.left,
div#main div.showArticle div.description span.media.left,
div#main div.showArticle.article.team span.media.left  {
	position: relative;
	float: left;
	margin: 6px 14px 8px 0px;
}

div#main article span.media.right,
div#main div.showArticle span.media.right,
div#main div.dataResult div.list div.description span.media.right,
div#main div.showArticle div.description span.media.right,
div#main div.showArticle.article.team span.media.right {
	position: relative;
	float: right;
	margin: 6px 0px 8px 20px;
	width: 100%;
}

div#main article span.media.middle,
div#main div.showArticle span.media.middle,
div#main div.dataResult div.list div.description span.media.middle,
div#main div.showArticle div.description span.media.middle{
	display: block;
	position: relative;
	text-align: center;
	margin: 16px auto 16px auto;
}

div#main div.showArticle img,
div#main div.dataResult img{
	border: 1px solid #cecece;
	float: none;
	width: 100%;
	height: 100%;
 	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}

div#main div.showArticle.team img{
	width: auto;
	height: auto;
}

div#main div.showArticle span.media.video,
div#main div.dataResult div.list div.description span.media.video{
	text-align: center;
	margin: 14px auto 14px auto;
	display: block;
}

div#main div.showArticle iframe,
div#main div.dataResult div.list div.description iframe,
div#main div.showArticle span.media.video object,
div#main div.dataResult div.list div.description span.media.video object{
	border: 1px solid #000000;	
	padding: 9px;
	margin-top: 32px;
}

div.overlayBigImage{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000000;
	z-index: 1000001;
	min-height: 150%; /* Mindesth�he f�r moderne Browser */
	height:auto !important; /* Important Regel f�r moderne Browser */
	height:100%; /* Mindesth�he f�r den IE */
	overflow: hidden !important; 
	-webkit-transition: opacity 0.5s;
  	-moz-transition: opacity 0.5s;
  	-o-transition: opacity 0.5s;
  	transition: opacity 0.5s;	
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails,
div#main div.list div.description span.imgGalleryThumbnails,
div#main div.showArticle div.description span.imgGalleryThumbnails{	
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
	line-height: 1;	
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails a,
div#main div.list div.description span.imgGalleryThumbnails a,
div#main div.showArticle div.description span.imgGalleryThumbnails a{	
	border: none;
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails img.gallery,
div#main div.list div.description span.imgGalleryThumbnails img.gallery,
div#main div.showArticle div.description span.imgGalleryThumbnails img.gallery{
	float: none;	
	margin: 2px;
	padding: 0px;
    width: 160px;
    height: 160px;	
 	box-shadow: none;	   
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails span.footer,
div#main div.list div.description span.imgGalleryThumbnails span.footer,
div#main div.showArticle div.description span.imgGalleryThumbnails span.footer{
	height: 25px;
	width: 96%;
	margin-bottom: 15px;
	margin-top: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
 	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
	display: none;
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails span.footer.visible,
div#main div.list div.description span.imgGalleryThumbnails span.footer.visible,
div#main div.showArticle div.description span.imgGalleryThumbnails span.footer.visible{
	display: inline-block;
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails span.footer a,
div#main div.list div.description span.imgGalleryThumbnails span.footer a,
div#main div.showArticle div.description span.imgGalleryThumbnails span.footer a{
	border: none;
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails span.footer a span,
div#main div.list div.description span.imgGalleryThumbnails span.footer a span,
div#main div.showArticle div.description span.imgGalleryThumbnails span.footer a span{
	padding: 0px 5px;
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails span.footer a:hover span,
div#main div.list div.description span.imgGalleryThumbnails span.footer a:hover span,
div#main div.showArticle div.description span.imgGalleryThumbnails span.footer a:hover span{
    background-color: #8c130c;
    color: white;
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails span.footer img,
div#main div.list div.description span.imgGalleryThumbnails span.footer img,
div#main div.showArticle div.description span.imgGalleryThumbnails span.footer img{
	float: none;
	margin: 4px 3px 0px 3px;
 	box-shadow: none;	   
	width: auto;
	height: auto;
	border: none;	
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails span.footer span.back,
div#main div.list div.description span.imgGalleryThumbnails span.footer span.back,
div#main div.showArticle div.description span.imgGalleryThumbnails span.footer span.back{
	float: left;
	margin-left: 5px;
    margin-top: 4px;
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails span.footer span.forward,
div#main div.list div.description span.imgGalleryThumbnails span.footer span.forward,
div#main div.showArticle div.description span.imgGalleryThumbnails span.footer span.forward{
	float: right;
	margin-right: 5px;
    margin-top: 4px;	
}

div#main div.showArticle p iFrame#youtube,
div#main div.list p iFrame#youtube{
	border: 2px solid #f3f3f3;
}
	
div#main div.showArticle div.textContent img.gallery,
div#main div.list div.description img.gallery,
div#main div.showArticle div.description img.gallery{	
	border: 2px solid #f3f3f3;
}

div#main div.showArticle div.textContent img.gallery:hover,
div#main div.list div.description img.gallery:hover,
div#main div.showArticle div.description img.gallery:hover{	
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;	
	border: 2px solid #8c130c;
}

div#main div.showArticle div.textContent span.imgGalleryThumbnails span.footer,
div#main div.list div.description span.imgGalleryThumbnails span.footer,
div#main div.showArticle div.description span.imgGalleryThumbnails span.footer{
	background-color: rgb(235,237,240);
}

/*******************************************************************************
                      SPECIAL ARTICLES (Team, Googlemap ...)
*******************************************************************************/
/* googlemaps */
div#main div.showArticle.article .map_canvas,
div#main div.showArticle.article.googlemaps #map{
	width: 500px; 
	height: 400px;
}

div#main article p.googlemap iframe {
    width: 500px;
    height: 400px;
}


/* team */
div#main div.showArticle.article.team {
	min-height: 500px;
}

div#main div.showArticle.article.team div.team_group {
	float: left;
	clear: both;
	margin-top: 15px;
}

div#maindiv.showArticle.article.team img.title {
	float: left;
	clear: both;
}

div#main div.showArticle.article.team table.image {
	float: left;
	border-collapse:collapse;
	margin:0 18px 20px 0px;
}

div#main div.showArticle.article.team table.image tr td {
	padding: 0;
	margin: 0;
}

div#main div.showArticle.article.team table.image tr.description td span{
	float: left;
	margin: 5px 0px 0px 0px;
	text-align: left;
}


/* googlemaps */
div#main div.showArticle.article .map_canvas,
div#main div.showArticle.article.googlemaps #map{
	border: 1px solid #cecece;
}

div#main div.showArticle.article .map_canvas img,
div#main div.showArticle.article.googlemaps #map img{
 	box-shadow: none;	   
	width: auto;
	height: auto;
	border: none;
}

/* some specific changes to TEAM */
div#main div.showArticle.article.team table.image tr td {
	background-color: #ECF0F3;
}

div#main div.showArticle.article.team table.image tr td.corner {
	background-color: transparent;
}

div#main div.showArticle.article.team table.image tr.description td{
	background-color: transparent;
}

div#main div.showArticle.article.team table.image td.image_content img {
	border: 1px solid #cecece;
}


/*******************************************************************************
                             DICTIONARY
*******************************************************************************/
div#main article.dictionary div.noEntries,
div#main article.dictionary div.options {
	display: block;
	margin: 0px 0px 20px 28px;
}

div#main article.dictionary div.showArticle {
	min-height: 1px;
}

div#main article.dictionary div.showArticle div.textContent{
	float: left;
	margin-bottom: 10px;
}

div#main article.dictionary div.options a{
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	margin-right: 35px;
	padding-left: 0px;
}


div#main article.dictionary div.options a{
	color: #000000;
}

div#main article.dictionary div.options a.selected {
	color: #8c130c;
}


/*******************************************************************************
                                SEARCH
*******************************************************************************/
div#main div.dataResult h2{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}

div#main div.dataResult div.title{
	float: left;
	clear: both;
	font-size: 22px;
}

div#main div.dataResult table.data.fullscreen.articleSearch hr.separator {
	float: left;
	margin: 20px 0 15px 0px;
	height: 3px;
	width: 100%;
}

div#main div.dataResult table.data.fullscreen.articleSearch{
	float: left;
	clear: both;
}

div#main div.dataResult table.data.fullscreen.articleSearch tbody tr, 
div#main div.dataResult table.data.fullscreen.articleSearch tbody tr td{
	max-width: 900px;
	float: left;
}

div#main div.dataResult table.data.fullscreen.articleSearch tbody tr td.empty{
	margin-top: 20px;
}

div#main div.dataResult table.data.fullscreen.articleSearch tbody tr td span.title{
	float: left;
	clear: both;
	margin: 0px 0 10px 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
}

div#main div.dataResult table.data.fullscreen.articleSearch tbody tr td span.resume{
	float: left;
	line-height: 1.7em;
	clear: both;
	margin: 0 0 15px 0;
}

div#main div.dataResult table.data.fullscreen.articleSearch tbody tr td a.more{
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	text-decoration: none;
}

div#main div.dataResult table.data.fullscreen.articleSearch tbody tr td a.more img{
	margin: 3px 4px 0 0;
}

div#main div.dataResult table.data.fullscreen.articleSearch tbody tr td a.more span{
}

div#main div.dataResult div#navPag{
	float: left;
	clear: both;
	margin: 0;
	text-align: center;
	width: 100%;
}

div#main div.dataResult.search div#navPag{
	margin: 0 0 10px 0;
}

div#main div.dataResult div#navPag a span.forward,
div#main div.dataResult div#navPag a span.back {
	display: inline-block;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

div#main div.dataResult div#navPag span.pages span{
	display: inline-block;
	padding: 0;
	height: 34px;
	width: 34px;
}

div#main div.dataResult div#navPag span.pages a{
	display: inline-block;
	height: 34px;
	width: 34px;
	border: none;
}

div#main div.dataResult div#navPag span.pages a:hover{
	display: inline-block;
	padding: 0;
}

div#main div.dataResult div#navPag a {
	float: none;
	border: none;
	text-decoration: none;
}

div#main div.dataResult div#navPag span span.back {
	margin: 0 25px 0 10px;
}

div#main div.dataResult div#navPag span span.forward {
	margin: 0 10px 0 25px;
}

div#main div.dataResult div#navPag span {
	float: none;
}

div#main div.dataResult div.ornament.search{
	float: left;
}

div#main div.error{
	float:left;
	max-width:490px;
}

div.error pre {
	float: left;
	clear: both;
}

div#main div.error p.contact span,div#main div.error p.contact a.error{
	float: left;
}

div#main div.dataResult div.title{
	color: #000000;
}

div#main div.dataResult table.data.fullscreen.articleSearch tbody tr td span.title{
	color: #000000;
}

div#main div.dataResult table.data.fullscreen.articleSearch tbody tr td span.resume span.highlight{
	color: #8c130c;
	font-weight: 700;
}

div#main div.dataResult div#navPag a {
	color: #000000;
}

div#main div.dataResult div#navPag span.active {
	color: #8c130c;
}

div#main div.dataResult div#navPag a span.forward,
div#main div.dataResult div#navPag a span.back {
	color: #000000;
}

div#main div.dataResult div#navPag a span.forward:hover,
div#main div.dataResult div#navPag a span.back:hover {
	color: #ffffff;
	background-color: #8c130c;
}

div#main div.dataResult div#navPag span.inactive {
	color: #aaaaaa;
}

div#main div.dataResult div#navPag span.pages a.number:hover{
	color: #ffffff;
	background-color: #8c130c;
}

div#main div.dataResult div#navPag span.pages span.active {
	color: #ffffff;
	background-color: #8c130c;
}

/*******************************************************************************
                                CONTACT
*******************************************************************************/
div#main div.showArticle form div.object_form {
    float: left;
    margin: 30px 0 0 0;
}


div#main div.showArticle form div.object_form div.messageArea,
div#main div.showArticle form div.object_form div.mandatory{
	max-width: 500px;
}

div#main div.showArticle.contact form div.object_form div,
div#main div.showArticle.landingbeginner form div.object_form div{
	max-width: none;
}

div#main div.showArticle form div.object_form fieldset {
	border: 0px none;
    margin: 0 0 30px 0;
    padding: 0;
}

div#main div.showArticle form div.object_form fieldset label{
    background-color: #ffffff;
    position: absolute;
    margin-left: 2px;
    margin-top: -10px;
    padding: 0 10px;
    color: #8c130c;
}

div#main div.showArticle form div.object_form fieldset label.contact{
    margin: 0;
    padding: 0;
    position: relative;
    color: #000000;
}

div#main div.showArticle form div.object_form fieldset div.text,
div#main div.showArticle.html.contact form div.object_form fieldset div.textarea{
	margin: 4px 0 0 0;
	padding: 0;
}

div#main div.showArticle.filmevents form div.object_form fieldset div.text{
	margin: 0;
	padding: 0;
}

div#main div.showArticle form div.object_form fieldset div.text input,
div#main div.showArticle form div.object_form fieldset div.textarea textarea{
	background-color: white; 
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 16px;
	width: 400px;
	height: 40px;
	margin-bottom: 2px;
	padding: 0 10px;
	border: 1px solid #000000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	outline: 0;
	-webkit-appearance: none;
}

div#main div.showArticle form div.object_form fieldset div.text input:focus,
div#main div.showArticle form div.object_form fieldset div.textarea textarea:focus{
	border-color: #8c130c;
}

div#main div.showArticle form div.object_form fieldset div.textarea textarea{
	height: 245px;
	width: 400px;
	padding: 20px 10px 10px 10px;
}

div#main div.showArticle form div.object_form fieldset.field_error div.text input,
div#main div.showArticle form div.object_form fieldset.field_error div.textarea textarea{
	border-color: #e46200;
}

div#main div.showArticle form div.object_form fieldset.field_error div.error_messages p{ 
	margin: 0;
	padding: 0;
	color: #e80808;
	font-weight: 700;
	clear: both;
}

div#main ul.flash-message {
	border: 2px dotted #e80808;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	max-width: 380px;
	margin: 20px 0;
	padding: 10px;
	clear: both;
	font-family: 'Noto Sans', Verdana, sans-serif;
	font-weight: 700;	
}

div#main ul.flash-message li {
	list-style-type: none;
	padding-bottom: 2px;
	min-height: 16px;
}

div#main ul.flash-message li.message {
    color: #3c3b3b;
}

div#main ul.flash-message li.errorMessage {
	text-align: center;	
	color: #e80808;
	font-weight: 700;
	margin: 0;
	padding: 5px;
	list-style-image: none;
}

div#main div.showArticle div.controls:hover,
div#main div.showArticle div.controls:hover input,
div#main div.showArticle div.controls input:hover{
	cursor: pointer;
}

div#main div.showArticle div.controls{
	margin: 20px 0 30px 0;
    width: 100%;
	height: 45px;
	float: left;
}

div#main div.showArticle div.controls input{
	width: 240px;
	height: 40px;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
}



/*******************************************************************************
                             PHOTOSTREAM - KATA
*******************************************************************************/
div#main div.photo.noImage {
    min-height: 500px;
    padding: 0 0 0 155px;
}

div#main div.photostreamContainer {
	width: 100%;
	max-width: 1200px;
	margin: 0;
	padding: 0;
}

div#main div.kataContainer {
	width: 100%;
	max-width: 1200px;
	margin: 0;
	padding: 0;
	float: left;
}

div#main div.kataContainer.mobile {
	display: none;
	float: left;
	width: 200px;
}

div#main div.katastreamList hr.separator{
	background-color: #000000;
	margin: 83px 0 90px 0;
	padding: 0;
	float: left;
    width: 100%;
}

div#main div.kataContainer div.noEntries{
	font-weight: 700;
	color: #8c130c;
}

div#main div.photostreamContainer.show {
	margin-top: 25px;
}

div#main div.photostreamContainer a.button.photostream.original,
div#main div.photostream ul li.more a{
    display: inline-block;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    background-color: #8c130c;
    line-height: 30px;
    padding: 5px 40px 5px 40px;
    text-decoration: none;
}

div#main div.photostreamContainer a.button.photostream.original:hover,
div#main div.photostream ul li.more a:hover {
    color: #f3f3f3;
}

div#main div.photostreamContainer a.button.photostream.original{    
    float: left;
    margin: 20px 0px 10px 40px;
}

div#main div.photostreamContainer div.categories{
	margin: 0 70px 0 35px;
	float: right;
}

div#main div.photostreamContainer.show div.categories{
	margin: 0;
	float: left;
}

div#main div.photostreamContainer div.categories fieldset{
    border: none;
    float: left;
    padding: 0;
    margin: 0;
}

div#main div.photostreamContainer div.categories fieldset select{
	border: solid 1px #000000;
    padding: 3px 5px;
    width: 110px;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 16px;
}

div#main div.photostreamContainer div.categories fieldset select:focus{
	outline:0;
}

div#main ul.kataSubList{
	padding: 0;
	list-style: none;
	margin: 3px 0 50px 0;
	width: 200px;
	float: left;
}

div#main div.kataContainer div.categories ul,
div#main div.photostreamContainer div.categories ul{
	width: 100%;
	padding: 0;
	list-style: none;
	float: right;
	margin: 6px 0px 26px 0px;
}

div#main div.kataContainer div.categories ul,
div#main div.photostreamContainer.show div.categories ul{
	width: auto;
	float: left;
	margin: 20px 0px 0px 30px;
}

div#main div.kataContainer div.categories ul{
	margin: 0px 0px 50px 0px;
}

div#main div.kataContainer div.categories ul li,
div#main div.photostreamContainer div.categories ul li{
	float: left;
	margin: 4px 0px 10px 0;
	padding: 0px 10px;
	height: 30px;
	width: auto;	
	border-left: 1px solid black;
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 16px;	
}

div#main div.kataContainer div.categories ul li{
	border-right: 1px solid black;
	border-left: none;
	margin: 4px 10px 0 0;
	padding: 0px 10px 0 0;
}


div#main div.kataContainer div.categories ul li:hover a,
div#main div.photostreamContainer div.categories ul li:hover a{
	color: #8c130c;
}

div#main div.kataContainer div.categories ul li.first,
div#main div.photostreamContainer div.categories ul li.first{
	border: none;
	padding-left: 0;
}

div#main div.kataContainer div.categories ul li.last,
div#main div.photostreamContainer div.categories ul li.last{
	margin-right: 40px;
}

div#main div.kataContainer div.categories ul li.last{
	border: none;
	margin-right: 40px;
}

div#main div.photostreamContainer div.categories ul li.year{
	padding-left: 0;
	border: none;
	margin-top: 3px;
}

div#main div.photostreamContainer div.categories ul li option{
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 16px;	
}

div#main div.kataContainer div.categories ul li a,
div#main div.photostreamContainer div.categories ul li a{	
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

div#main div.kataContainer div.categories ul li.selected a,
div#main div.photostreamContainer div.categories ul li.selected a{	
    font-family: 'Nunito Sans', Verdana, sans-serif;
	font-weight: 700;
	color: #8c130c;
}

div#main article div.photostream,
div#main article div.photostream {
    margin: 0;
    padding: 30px 0 0 35px;
    max-width: 1200px;
    width: auto;
    border: none;
    z-index: 100;
    background-color: #ffffff;
}

div#main article div.photostream span.empty{
	font-weight: 700;
	color: #8c130c;
    float: left;
    max-width: 1100px;
    width: 100%;
    margin: 50px;
    display: block;
}

div#main article div.photostream ul{
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#main article div.photostream ul li {
    display: block;
    float: left;
    height: 250px;
    list-style: none outside none;
    margin: 15px;
    width: 250px;
}

div#main article div.photostream ul li img.thumbs{
    position: absolute;
    height: 250px;
    width: 250px;
    border: 1px solid #f3f3f3;
}

div#main article div.photostream ul li span.caption{
    position: absolute;
    background: linear-gradient(0deg,rgba(33,33,36,1) 0,transparent 30%,transparent);
    height: 250px;
    width: 250px;
}

div#main article div.photostream ul li h3.caption{
	color: #ffffff;
    text-decoration: none;
    font-family: 'Nunito Sans', Verdana, sans-serif;
	font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    background-color: transparent;
    margin: 0;
    position: absolute;
    bottom: 10px;
    padding-left: 10px;
}

div#main article div.photostream ul li.more {
    padding-top: 10px;
    height: 30px;
    max-width: 700px;
    width: 100%;
}

div#main div.imageContainer.photostream {
	max-width: 1200px;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	background-color: #ffffff;
}

div#main div.imageContainer.photostream div.innerContainer{
	display: inline-block;
	max-width: 100%;
	text-align: center;
	vertical-align: top;
}

div#main div.imageContainer.photostream div.innerContainer div.imageDescription{
    padding-left: 15px;
	text-align: left;
}

div#fullsizeOverlay div.arrow,
div#main div.imageContainer.photostream div.arrow{
	background-repeat:no-repeat;
	cursor: pointer;
}

div#fullsizeOverlay div.arrow,
div#main div.imageContainer.photostream div.arrow{
	display: inline-block;
	-webkit-transition: background-image 0.5s;
  	-moz-transition: background-image 0.5s;
  	-o-transition: background-image 0.5s;
  	transition: background-image 0.5s;		
}

div#fullsizeOverlay div.sectionMiddle,
div#fullsizeOverlay div.arrow.smallscreen,
div#main div.imageContainer.photostream div.arrow.smallscreen{
	position: absolute;
}

div#fullsizeOverlay div.sectionMiddle{
	cursor: zoom-out;
}

div#main div.loader,
div#fullsizeOverlay div.loader{
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div#fullsizeOverlay div.arrow.left,
div#main div.imageContainer.photostream div.arrow.left{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;			
	background-position: left center;
}

div#fullsizeOverlay div.arrow.right,
div#main div.imageContainer.photostream div.arrow.right{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;			
	background-position: right center;
}

div#fullsizeOverlay div.arrow.smallscreen.left:hover,
div#main div.imageContainer.photostream div.arrow.smallscreen.left:hover{
	background-image: url(../../images/arrow_left.png);
}

div#fullsizeOverlay div.arrow.smallscreen.right:hover,
div#main div.imageContainer.photostream div.arrow.smallscreen.right:hover{
	background-image: url(../../images/arrow_right.png);
}

div#fullsizeOverlay div.arrow.bigscreen.left,
div#main div.imageContainer.photostream div.arrow.bigscreen.left{
	background-position: center center;
	background-image: url(../../images/default/img_arrow_left_23_n.png);
}

div#fullsizeOverlay div.arrow.bigscreen.right,
div#main div.imageContainer.photostream div.arrow.bigscreen.right{
	background-position: center center;
	background-image: url(../../images/default/img_arrow_right_23_n.png);
}

div#fullsizeOverlay div.arrow.bigscreen.left:hover,
div#main div.imageContainer.photostream div.arrow.bigscreen.left:hover{
	background-image: url(../../images/default/img_arrow_left_23_r.png);
}

div#fullsizeOverlay div.arrow.bigscreen.right:hover,
div#main div.imageContainer.photostream div.arrow.bigscreen.right:hover{
	background-image: url(../../images/default/img_arrow_right_23_r.png);
}

div#main div.imageContainer.photostream img.photostream{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
	float: none;    
    vertical-align: middle;
    cursor:zoom-in;
}

div#main div.imageContainer.photostream div#arrowLeftPhotostream,
div#main div.imageContainer.photostream div#arrowRightPhotostream{
	z-index: 1000;
}

div#main div.content div.showArticle.image{
    margin: 0 0 20px 0px;
    width: 750px;
}

div#main div.content div.showArticle.image div.description{
    width: 750px;
}

/*******************************************************************************
                                FULLSIZE OVERLAY
*******************************************************************************/

div#fullsizeOverlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: 1000001;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;        
}

div#fullsizeOverlay img.original {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
	float: none;
	vertical-align: top;	
}

div#fullsizeOverlayClose{
    position: fixed;
    z-index: 1000002;
    top: 0px;
    right: 10px;
    margin-top: 5px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 29px;
    height: 29px;
	background-image: url(../../images/default/minimize_n.png);
	background-repeat:no-repeat;
	background-position: right top;	
	-webkit-transition: background-image 0.3s;
  	-moz-transition: background-image 0.3s;
  	-o-transition: background-image 0.3s;
  	transition: background-image 0.3s;
  	cursor: pointer;		
}

div#fullsizeOverlayClose:hover{
	background-image: url(../../images/default/minimize_r.png);
}

div#fullsizeOverlayOpen{
    position: fixed;
    z-index: 1000002;
    top: 0px;
    right: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 29px;
    height: 29px;
	background-image: url(../../images/default/maximize_black_n.png);
	background-repeat:no-repeat;	
	background-position: right top;	
	-webkit-transition: background-image 0.3s;
  	-moz-transition: background-image 0.3s;
  	-o-transition: background-image 0.3s;
  	transition: background-image 0.3s;
  	cursor: pointer;		
}

div#fullsizeOverlayOpen:hover{
	background-image: url(../../images/default/maximize_black_r.png);
}

div#main article div.photostream.buttons div.channelCategories ul {
    list-style: none;
	margin: 0;
    padding: 0;
}

div#main article div.photostream.buttons div.channelCategories ul li{
    margin: 6px 0 6px 0;
	font-size: 0.85em;
}

div#main article div.photostream.buttons div.channelCategories ul li a{
	color: #171717;
	text-decoration: none;
}

div#main div.row.article.landingbeginner {
	margin-top: 30px;
}

div#main ul.flash-message {
    margin-top: 0px;
    margin-bottom: 60px;
}	

div#main fieldset.field_error .checkbox-custom-label:before {
    border: 2px solid #e80808;
}

div#main div.showArticle form div.object_form div.note p{ 
	margin: 0 0 30px 0;
}

div#main div.landingbeginner div.content.sent{ 
	min-height: 300px;
}

div#main div.showArticle.landingbeginner form div.object_form fieldset.field_error div.error_messages p {
	max-width: none;	
}

div.showArticle.article.contact div.form-type-checkbox input.form-checkbox{
	display: inline-block;
	margin-right: 0.375em;
	width: 20px;
	position: relative;
	vertical-align: top;
	margin-top: 5px;
}

div.showArticle.article.contact div.form-type-checkbox input.form-checkbox {
  appearance: none;
  background-color: #dfe1e4;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 20px;
  margin: 6px 8px 0 0;
  position: relative;
  width: 30px;
}

div.showArticle.article.contact div.form-type-checkbox input.form-checkbox::before {
  bottom: -6px;
  content: "";
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
}

div.showArticle.article.contact div.form-type-checkbox input.form-checkbox,
div.showArticle.article.contact div.form-type-checkbox input.form-checkbox::after {
  transition: all 100ms ease-out;
}

div.showArticle.article.contact div.form-type-checkbox input.form-checkbox::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}

div.showArticle.article.contact div.form-type-checkbox input[type=checkbox] {
  cursor: default;
}

div#main div.showArticle.article.contact div.object_form fieldset.field_error input.form-checkbox:hover,
div.showArticle.article.contact div.form-type-checkbox input.form-checkbox:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}

div.showArticle.article.contact div.form-type-checkbox input.form-checkbox:checked {
  background-color: #8c130c;
}

div#main div.showArticle.article.contact div.object_form fieldset.field_error input:focus{
 	background-color: #dfe1e4;
}

div#main div.showArticle.article.contact div.object_form fieldset.field_error input.form-checkbox:checked{
 	background-color: #8c130c;
}

div.showArticle.article.contact div.form-type-checkbox input.form-checkbox:checked::after {
  background-color: #fff;
  left: 13px;
}

div.showArticle.article.contact div.form-type-checkbox :focus:not(.focus-visible) {
  outline: 0;
}

div.showArticle.article.contact div.form-type-checkbox input.form-checkbox:checked:hover {
  background-color: #8c130c;
}

div#main div.showArticle form div.object_form fieldset div.form-type-checkbox label {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    position: relative;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}

div#main div.showArticle form div.object_form fieldset div.form-type-checkbox label.confirm {
   font-weight: 700;
}

div#main div.showArticle form div.object_form fieldset div.form-type-checkbox label.confirm:hover {
   color: #8c130c;
}

div#main div.showArticle form div.object_form fieldset div.form-type-checkbox.confirm {
   margin: 10px 0;
}
