@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

#modal-blog .img{ 
	position: relative;
	display: blog;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-color:#eee;
	margin:15px;
}
#modal-blog{
	position: fixed;
	display: block;
	width: 550px;
	left: 50%;
	margin-left:-275px;
	top: 50%;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
	z-index: 999;
	
}
#modal-blog .html{
	position: relative;
	display:block;
	overflow-y: auto;
	margin:10px;
}
#modal-blog .html a{
	text-decoration: none;
	cursor: pointer;
}
#modal-blog .html p{
	padding: 8px 15px;
	font-size: 15px;
	line-height:1.46em;
}
#modal-blog .html p ul,
#modal-blog .html p ol{
	padding:8px 30px;
	font-size: 15px;
	line-height:1.56em;
}
#modal-blog .html h3{
	padding: 8px 15px;
	padding-top:0;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
}
#modal-blog .close{
	position: absolute;
	right: 0; top:0;
	cursor: pointer;
}
#modal-blog .close .material-icons{
	position: relative;
	display: block;
	width: 36px;
	text-align: center;
	line-height:36px;
	font-size:19px;
	color: #aaa;
}
#modal-blog .close:hover .material-icons{
	color: #000;
}
.shorten{
	position: relative;
	display: block;
	padding: 5px 15px;
}
.shorten .title{
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 17px;
	line-height: 19px;
	padding-bottom: 7px;
	text-overflow: ellipsis;
	
	white-space: nowrap;
	overflow: hidden;
}
.shorten .text{
	font-size: 14px;
	line-height: 1.36em;
}
.shorten .text a{
	font-weight: 600;
	cursor: pointer;
	text-decoration:none;
}
.shorten .text a:hover,
#modal-blog .html a:hover{
	color: #000 !important;
}
.shorten .text a:after{
	position: relative;
	display: inline-blog;
	content: "\E315";
	font-family: "Material Icons";
	margin-left: 3px;
	font-size: 14px;
	vertical-align: middle;
	top:0px;
}
.not-show,.gal img{
	display: none !important;
}
.download{
	position:relative;
	display: block;
	border: 1px solid #eee;
	margin: 8px 10px;
}
.download:hover{
	border-color: #aaa;
}
.download a{
	position: relative;
	display: block;
	line-height: 32px;
	cursor: pointer;
	padding: 0 12px;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
.download:hover a{
	color: #000;
}
.download a:before{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 32px;
	font-size: 16px;
	color: #000;
	font-family: "Material Icons";
	margin-right: 7px;
	content: "\E2C4";
}
* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
}
.gal a{
	position: relative;
	display: block;
	width:100%;
	height:100%;
}
body.is--home .or-spacer[rel="2"],
body.is--home .or-spacer[rel="3"],
body.is--home .or-spacer[rel="4"],
body.is--home .or-spacer[rel="5"]{
	display: none !important;
}
*:focus,
*:active {
    outline: none;
}
*::after,
*::before,
*:after,
*:before {
    box-sizing: border-box;
}
.mobile-btn{
	width: 50px;
	text-align:center;
	line-height:63px;
	display: none !important;
	float:left;
	z-index:9;
	position: relative;
	display: block;
}
.mobile-btn .material-icons{
	position: relative;
	display: block;
	width: 50px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	cursor: pointer;
	font-size:30px;
	color:#000;
}
.hidden {
    position: absolute;
    display: block;
    overflow: hidden;
    left: -1px !important;
    top: -1px !important;
    width: 1px !important;
    height: 1px !important;
}
body,
html {
    position: relative;
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Raleway', Arial, sans-serif;
    color: #000;
    background-color: #fff;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
body.noscroll {
	overflow: hidden !important;
	-webkit-overflow-scrolling: none !important;
}
#top-menu {
    position: relative;
    display: block;
    background-color: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 63px;
    text-align: right;
}
#top-menu:after{
	position:absolute;display:block;
	content:"";
	bottom:-15px;
	left:0; right:0;
	z-index:97;
	height: 15px;
	background-color:#4CAF50;
	opacity: 0.7;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d50000+0,689f38+33,03a9f4+70,fb8c00+100 */
background: rgb(213,0,0); /* Old browsers */
background: -moz-linear-gradient(left, rgba(213,0,0,1) 0%, rgba(104,159,56,1) 33%, rgba(3,169,244,1) 70%, rgba(251,140,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(213,0,0,1) 0%,rgba(104,159,56,1) 33%,rgba(3,169,244,1) 70%,rgba(251,140,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(213,0,0,1) 0%,rgba(104,159,56,1) 33%,rgba(3,169,244,1) 70%,rgba(251,140,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d50000', endColorstr='#fb8c00',GradientType=1 ); /* IE6-9 */
}

#topper-menu {
    position: relative;
    display: block;
    background-color: #f2f2f2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 32px;
    text-align: right;
	z-index:999;
}
#topper-menu nav,
#top-menu nav {
    position: relative;
    display: block;
    text-align: right;
    letter-spacing: normal;
    font-size: 0;
}
#top-menu nav item {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#top-menu nav item sub,
#top-menu item.level--0:nth-child(3){
	display:none;	
	position:absolute;
	background-color:#fff;
	z-index:999;
	line-height: normal;
	left: 0;
	right: 0;
	padding: 20px 0px;
	margin-top:-2px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.16);
}

#top-menu nav item sub item,
#top-menu nav item sub item a{
	display: block;
	position: relative;
	line-height: normal;
}
#top-menu nav item sub item a:hover,
#top-menu nav item sub item:hover a,
#top-menu nav item sub item:hover{
	border:none !important;
	box-shadow:none !important;
}
#top-menu nav item:hover sub{
	
	display:block !important;
}

#top-menu nav.hider item {
    opacity: 0;
}
#top-menu nav.hider item.search,
#top-menu nav.hider item.logo {
    opacity: 1;
}
#top-menu item.search{
	display: none !important;
}
#top-menu nav {
    text-align: left;
}
#topper-menu nav item,
#top-menu nav item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: .5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}
#topper-menu nav item.tel {
    float: left;
}
#top-menu nav item.search {
    float: right;
}
#top-menu nav item.search a .material-icons {
    position: relative;
    display: block;
    line-height: 63px;
    color: #999;
    font-size: 19px;
}
#topper-menu nav item a {
    position: relative;
    display: block;
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
    line-height: 32px;
    padding: 0 20px;
}
#topper-menu nav item a:hover {
    color: #000;
}
#topper-menu nav item {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
}
#top-menu nav item {
    border: 0;
    border-left: 0;
    border-right: 0;
    line-height: 63px;
}
#top-menu nav item a {
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 13px;
    line-height: 63px;
    padding: 0 20px;
    letter-spacing: normal;
    font-family: "Oswald";
}
#top-menu nav item a:hover {
    box-shadow: 0 -2px 0 #4CAF50 inset;
}
#top-menu item:nth-child(4) a:hover {
	box-shadow: 0 -2px 0 #D50000 inset;
}
#top-menu item:nth-child(5) a:hover {
	box-shadow: 0 -2px 0 #689F38 inset;
}
#top-menu item:nth-child(6) a:hover {
	box-shadow: 0 -2px 0 #03A9F4 inset;
}
#top-menu item:nth-child(7) a:hover {
	box-shadow: 0 -2px 0 #FB8C00 inset;
}
content .content .white p a{
	cursor:pointer;
	text-decoration:none !important;
	color: #4CAF50;
}
content  p a:hover{
	color: #000;
}

#top-menu item:nth-child(4):hover sub item a,
#top-menu item:nth-child(4):hover a,
#top-menu item:nth-child(4):hover a:hover,
body.b1 content .content .white h3 ,
body.b1 content .content .white h1 ,
body.b1 content .content p a{
    color:#D50000 !important;
}
#top-menu item:nth-child(4):hover sub item a:hover{
	color:#000;
}

#top-menu item:nth-child(5):hover sub item a,
#top-menu item:nth-child(5):hover a,
#top-menu item:nth-child(5):hover a:hover ,
body.b2 content .content .white h3 ,
body.b2 content .content .white h1,
body.b2 content .content p a{
    color:#689F38 !important;
}
#top-menu item:nth-child(5):hover sub item a:hover{
	color:#000;
}

#top-menu item:nth-child(6):hover sub item a,
#top-menu item:nth-child(6):hover a,
#top-menu item:nth-child(6):hover a:hover ,
body.b3 content .content .white h3 ,
body.b3 content .content .white h1,
body.b3 content .content p a{
    color:#03A9F4 !important;
}
#top-menu item:nth-child(6):hover sub item a:hover{
	color:#000;
}

#top-menu item:nth-child(7):hover sub item a,
#top-menu item:nth-child(7):hover a,
#top-menu item:nth-child(7):hover a:hover,
body.b4 content .content .white h3 ,
body.b4 content .content .white h1 ,
body.b4 content .content p a {
    color:#FB8C00 !important;
}
#top-menu item:nth-child(7):hover sub item a:hover{
	color:#000;
}



.bg-verein.a1:after{
	background-color: #D50000 !important;
}
.bg-verein.a2:after{
	background-color: #689F38 !important;
}
.bg-verein.a3:after{
	background-color: #03A9F4 !important;
}
.bg-verein.a4:after{
	background-color: #FB8C00 !important;
}
/*
	background-color: #4CAF50;
	opacity: 0.7;
	z-index: 9;
}
.bg-verein.a1:after{
	background-color: #FB8C00;
}
.bg-verein.a3:after{
	background-color: #03A9F4;
}
.bg-verein.a4:after{
	background-color: #F44336;
}

*/
body.b1 #top-menu:after{
	background-color:#D50000;
}
body.b2 #top-menu:after{
	background-color:#689F38;
}
body.b3 #top-menu:after{
	background-color:#03A9F4;
}
body.b4 #top-menu:after{
	background-color:#FB8C00;
}
body.b1 content .left .widget .widget-title{
	background-color:#D50000;
}
body.b2 content .left .widget .widget-title{
	background-color:#689F38;
}
body.b3 content .left .widget .widget-title{
	background-color:#03A9F4;
}
body.b4 content .left .widget .widget-title{
	background-color:#FB8C00;
}
body.b1 aside .widget .widget-title{
	background-color:#D50000;
}
body.b2 aside .widget .widget-title{
	background-color:#689F38;
}
body.b3 aside .widget .widget-title{
	background-color:#03A9F4;
}
body.b4 aside .widget .widget-title{
	background-color:#FB8C00;
}

body.b1 content .left .widget.dark.link-list nav item a:before{
	background-color:#D50000;
}
body.b2 content .left .widget.dark.link-list nav item a:before{
	background-color:#689F38;
}
body.b3 content .left .widget.dark.link-list nav item a:before{
	background-color:#03A9F4;
}
body.b4 content .left .widget.dark.link-list nav item a:before{
	background-color:#FB8C00;
}
 
 

#top-menu nav item.logo a:hover {
    box-shadow: none;
}
#top-menu nav item.logo a span {
    color: #aaa;
}

body.b1 #top-menu nav item.logo a span,
body.b1 .shorten .text a ,
body.b1 #modal-blog .html a{
	color:#D50000;
}
body.b2 #top-menu nav item.logo a span,
body.b2 .shorten .text a ,
body.b2 #modal-blog .html a {
	color:#689F38;
}
body.b3 #top-menu nav item.logo a span,
body.b3 .shorten .text a ,
body.b3 #modal-blog .html a {
	color:#03A9F4;
}
body.b4 #top-menu nav item.logo a span,
body.b4 .shorten .text a ,
body.b4 #modal-blog .html a {
	color:#FB8C00;
}
body.b1 #breadcrumb div a,
body.b1 #breadcrumb div:after {
	color:#D50000;
}
body.b2 #breadcrumb div a ,
body.b2 #breadcrumb div:after {
	color:#689F38;
}
body.b3 #breadcrumb div a,
body.b3 #breadcrumb div:after {
	color:#03A9F4;
}
body.b4 #breadcrumb div a,
body.b4 #breadcrumb div:after {
	color:#FB8C00;
}


#top-menu nav item.bold a {
    font-weight: 700;
}
#top-menu nav item.logo a {
    font-weight: 700;
    text-transform: none;
    letter-spacing: -1px;
    font-size: 27px;
    font-family: "Oswald", sans-serif;
}
#topper-menu nav item a .material-icons {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    font-size: 14px;
    margin-right: 6px;
}
html.noscroll,
body.noscroll {
    overflow: hidden !important;
    -webkit-overflow-scrolling: none !important;
}
.gal-prev {
    position: relative;
    display: block;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 10px;
}
.gal-prev .image {
    position: relative;
    display: block;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 160px;
}
.gal-prev .image a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}
.gal-prev .under {
    color: #666;
    font-size: 500;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
    overflow: hidden;
}
.gal-prev:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.bg-top {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    background-color: #014495;
    height: 100px;
    z-index: 2;
}
container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}
#welle {
    position: absolute;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 121px;
    background-color: transparent;
    z-index: 5;
    top: 135px;
    text-align: center;
}
#welle div {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
    height: 293px;
    background-image: url(../media/welle.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
#site-bg {
    position: absolute;
    display: none;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2d9d1+0,ffffff+43,ffffff+43 */
    
    background: #c2d9d1;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #c2d9d1 0%, #ffffff 43%, #ffffff 43%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #c2d9d1 0%, #ffffff 43%, #ffffff 43%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #c2d9d1 0%, #ffffff 43%, #ffffff 43%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c2d9d1', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
footer {
    background-color: #FFF;
    position: relative;
    display: block;
    padding: 60px 0;
    padding-top: 20px;
    bottom: -18px;
}
body footer container div.keywords > p {
    font-size: 13px;
    line-height: 1.56em;
    font-weight: 500;
}
body footer container div.keywords > p a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 500 !important;
}
body footer container div.keywords > p a:hover {
    color: #000;
}
body footer container div.keywords > p strong {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
footer .copy,
footer .keywords {
    position: relative;
    display: block;
    padding: 0 15px;
    padding-bottom: 10px;
    font-size: 11px;
    color: #000;
    line-height: 1.36em;
}
footer .copy a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}
footer .copy a:hover {
    color: #000;
}
footer .widgets {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    flex-shrink: 1;
    padding: 10px 15px;
    padding-top: 0;
}
footer .widgets item {
    flex-grow: 1;
    align-self: auto;
    margin: 0;
    margin-bottom: 10px;
    width: 25%;
}
footer .widgets item sub {
    position: relative;
    display: block;
    padding: 0 !important;
    line-height: normal;
    font-weight: 500;
}
footer .widgets item sub item {
    min-width: 100% !important;
    display: block !important;
}
footer .widget .widget-title,
footer .widgets item a {
    color: #1465b7;
    position: relative;
    display: block;
    line-height: 32px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
footer .widgets item a:hover {
    color: #000;
}
footer .widgets item sub item {
    padding-bottom: 0;
    margin-bottom: 0;
}
footer .widgets item sub a {
    font-weight: 500;
    line-height: normal;
    padding: 2px 0;
    font-size: 13px;
}
.select-language {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: right;
    padding: 8px 15px;
    z-index: 99;
}
.select-language .view-lg {
    text-transform: uppercase;
    background-color: transparent;
    font-size: 9px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    cursor: pointer;
    line-height: 21px;
    color: #1465b7;
    width: 90px;
    border: none;
}
.select-language .view-lg:hover {
    background-color: #1465b7;
    color: #fff;
}
.select-language .view-lg .material-icons {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 13px;
    top: -1px;
}
.select-language .view-lg .lg-select {
    position: absolute;
    display: none;
    padding: 10px 10px;
    padding-top: 0;
}
.select-language .view-lg:hover .lg-select {
    display: block;
    background-color: #1465b7;
    color: #fff;
    width: 100%;
    left: 0;
}
.select-language .view-lg item {
    position: relative;
    display: block;
    text-align: right;
    text-transform: none;
    line-height: normal;
}
.select-language .view-lg item a {
    position: relative;
    display: block;
    padding: 4px 0;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.select-language .view-lg item:last-child a {
    border-bottom: 0;
}
.select-language .view-lg item a:hover {
    color: #fff;
}
.select-language .view-lg .sub {
    position: relative;
    display: block;
}
header #logo {
    position: absolute;
    display: block;
    background-image: url(../media/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 150px;
    height: 96px;
    z-index: 9;
    margin-left: 30px;
    margin-top: 15px;
}
header #logo img {
    width: 70%;
    height: auto;
    max-width: 360px;
    border: 0;
    display: none;
}
header {
    position: relative;
    display: block;
    z-index: 99;
}
header nav {
    background-color: transparent;
    position: relative;
    display: flex;
    margin: 0 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-end;
    flex-shrink: 1;
}
header nav item {
    font-size: 14px;
    line-height: 56px;
    /*max-width: 12.5%; */
}
header nav item a {
    position: relative;
    display: block;
    padding: 0 15px;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
header nav item:last-child a {
    padding-right: 0;
}
header nav item.menu a:after {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Material Icons";
    font-size: 14px;
    content: "\E5C5";
    padding-left: 4px;
}
header nav item.menu sub a:after {
    display: none;
}
header nav item sub {
    display: none;
    position: absolute;
    line-height: normal;
    padding: 20px 20px;
    min-width: 210px;
}
header nav item:hover a {
    text-shadow: 0 0 25px #fff;
}
header nav item:hover sub {
    display: block;
}
header nav item:hover sub item,
header nav item:hover sub item a {
    line-height: normal;
    text-align: left;
    font-weight: 400;
    text-transform: none;
}
header nav item:hover sub item a {
    text-align: left !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 8px 0;
}
header nav item:hover sub item:last-child a {
    border-bottom: 0;
}
header nav item[data-role="search"] {
    width: 46px;
    max-width: 46px;
}
header nav item[data-role="search"] a .material-icons {
    position: relative;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 19px;
}
#slider,
#topimage {
    position: relative;
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}
#slider {
    margin-bottom: 20px;
}
#topimage {
    height: 450px;
}
#slider .triangle2 {
    position: absolute;
    display: block;
    width: 700px;
    height: 700px;
    background-color: rgba(0, 0, 0, 0.06);
    transform: skew(20deg, 10deg) rotate(30deg);
    top: -395px;
    z-index: 2;
    left: -200px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
}
#slider .triangle {
    position: absolute;
    display: block;
    width: 700px;
    z-index: 2;
    height: 700px;
    background-color: rgba(0, 0, 0, 0.06);
    transform: skew(20deg, 10deg) rotate(30deg);
    bottom: -395px;
    right: 100px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
}
#slider .wrapper {
    position: relative;
    display: block;
    z-index: 1;
}
#slider #scrolldown {
    position: absolute;
    display: block;
    width: 80px;
    height: 120px;
    left: 50%;
    margin-left: -40px;
    bottom: 20px;
    background-image: url(../media/54414-200.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    z-index: 3;
}
#slider .promo {
    position: absolute;
    display: block;
    padding: 20px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.5), 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000;
    top: 50%;
    text-align: center;
    z-index: 20;
    left: 50%;
}
#slider .promo h2 {
    font-family: "Oswald";
    position: relative;
    color: #fff !important;
    display: block;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 52px;
}
#slider .promo p {
    font-family: "Oswald";
    position: relative;
    display: block;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 21px;
}
#slider .promo .more {
    font-family: "Oswald";
    position: relative;
    display: block;
    padding: 20px 30px;
    text-transform: uppercase;
    font-weight: 300;
}
#slider .promo .more a {
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    line-height: 42px;
    text-shadow: none;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.promo-links {
    position: relative;
    display: block;
    padding: 30px 0;
    padding-top: 10px;
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
}
content h2 {
    position: relative;
    display: block;
    letter-spacing: normal;
    font-size: 42px;
    line-height: 44px;
    color: #ccc;
    text-transform: uppercase;
    font-weight: 200;
    font-family: "Oswald";
    padding: 20px 0;
    text-align: center;
}
.promo-links a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}
.promo-links.smaller{
	
	padding-bottom:10px;
	background-color: #EEE;
	margin-bottom: 10px;
}
.promo-links.smaller a {
	max-width: 100px !important;
	margin:5px;
}
.promo-links a:hover {
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.3);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.promo-links.smaller a:hover{ border-color:transparent; }
.promo-links a img {
    border: 0;
}
content {
    position: relative;
    display: block;
    z-index: 4;
}
content .content {
    position: relative;
    display: flex;
    padding-top: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    flex-shrink: 1;
}
content .content .white {
    background-color: #fff;
    margin: 15px;
    padding: 0 25px;
}
content .content .white dl {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 0;
    letter-spacing: 0;
}
content .content .white dl dd,
content .content .white dl dt {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 14px;
    width: 35%;
    font-weight: 300;
    padding-bottom: 5px;
}
content .content .white dl dt {
    width: 65%;
}
content .content .white p,
content .content .white ul,
content .content .white ol {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.46em;
}
content .content .white ul,
content .content .white ol {
    padding: 10px 20px;
}
content .content .white ul li,
content .content .white ol li {
    font-size: 16px;
    padding-bottom: 5px;
}
content .content .white p strong {
    font-weight: 500;
}
content .content .white img.responsive {
    width: 100%;
    height: auto;
    border: 0;
}
content .content .white h1 {
    color: #4CAF50;
    font-size: 27px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 29px;
}
.pager {
    position: relative;
    display: block;
    padding: 5px 0;
    text-align: center;
}
.pager a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    line-height: 32px;
    padding: 0 20px;
    text-decoration: none;
    cursor: pointer;
    margin: 5px;
    color: #666;
}
.pager a.prev {
    padding-left: 10px;
}
.pager a.next {
    padding-right: 10px;
}
.pager a .material-icons {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    font-size: 16px;
}
.pager a.prev .material-icons {
    margin-right: 5px;
}
.pager a.next .material-icons {
    margin-left: 5px;
}
.pager a:hover {
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
}
content .content .white h3 {
    color: #4CAF50;
    font-size: 19px;
    text-transform: none;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: -1px;
	padding: 0 10px;
}
content .content .white img.align-right {
    border: 0;
    float: right;
    border: 0;
    margin-left: 20px;
}
content .content .left,
content .content .right {
    position: relative;
    display: block;
    flex-grow: 1;
}
content .content .left {
    width: 25%;
    max-width: 25%;
}
content .content .right {
    width: 75%;
    max-width: 75%;
}
.light,
.dl {
    background-color: #d8e7e2;
    padding: 25px;
    margin: 15px;
}
content .left .widget.light {
    background-color: #EEEEEE !important;
}
.table {
    position: relative;
    display: block;
    margin: 10px 0;
    overflow-x: auto;
}
.table table {
    min-width: 100%;
}
.table table th {
    font-size: 14px;
    text-align: center;
    line-height: 1.36em;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}
.table table td {
    font-size: 14px;
    text-align: center;
    line-height: 1.36em;
    font-weight: 300;
    padding: 8px 8px;
    white-space: nowrap;
    vertical-align: top;
}
iframe#map {
    width: 100%;
    height: 350px;
    border: 0;
    margin: 10px 0;
}
content .content .white p a,
content .content .white dt a {
    cursor: pointer;
    text-decoration: none;
}
content .content .white p a:hover,
content .content .white dt a:hover {
    border-bottom: 0;
    color: #000;
    text-decoration: none;
}
.table table td.td1 {
    width: 160px;
    text-align: left;
}
.table table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.06);
}
.dark {
    background-color: #1465b7;
    color: #fff;
    padding: 25px;
    margin: 15px;
}
.light h1,
.dark h1 {
    color: #1465b7;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 28px;
    padding-bottom: 8px;
}
.light strong,
.dark strong {
    font-weight: 600;
}
.light p,
.dark p,
content .left .widget p {
    font-size: 14px;
    line-height: 1.56em;
    padding: 8px 15px;
    font-weight: 400;
}
.light a,
.dl a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #333;
    text-decoration: none;
}
.dark a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-decoration: none;
}
.light a:hover,
.dark a:hover,
.dl a:hover {
    text-decoration: underline;
}
.dl p,
.light .dl p {
    padding: 0;
}
content .left ul,
content .right ul,
content .left ol,
content .right ol {
    padding: 8px 20px;
}
content .left ul li,
content .right ul li,
content .left ol li,
content .right ol li {
    font-size: 14px;
    line-height: 1.36em;
    padding-bottom: 3px;
}
.dl a:before {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Material Icons";
    content: "\E415";
    padding-right: 7px;
    font-size: 21px;
    color: #000;
}
content .left .widget {
    position: relative;
    display: block;
    margin: 15px;
    margin-right: 0;
    background-color: #d8e7e2;
    padding: 0px;
}
content .left .widget.dark {
    background-color: #1465b7;
    color: #fff;
}
content .left .widget.dark.link-list {
    padding: 0;
    background-color: transparent;
}
content .left .widget.dark.link-list nav {
    position: relative;
    display: block;
}
content .left .widget.dark.link-list nav item {
    position: relative;
    display: block;
}
content .left .widget.dark.link-list nav item a {
    background-color: #EEEEEE;
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 36px;
    padding: 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 8px;
    padding-left: 44px;
}
content .left .widget.dark.link-list nav item a:before {
    position: absolute;
    display: block;
    content: "";
    background-color: #4CAF50;
    top: 0;
    left: 0;
    width: 30px;
    height: 36px;
}
content .left .widget.dark.link-list nav item a:after {
    position: absolute;
    display: block;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 30px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-family: "Material Icons";
    color: #fff;
    z-index: 2;
    content: "\E315";
    font-size: 27px;
}
content .left .widget .widget-title,
aside .widget .widget-title {
    color: #fff;
    line-height: 42px;
    background-color: #4CAF50;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    letter-spacing: -1px;
}
content .left .widget p .material-icons {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #1465b7;
    font-size: 19px;
    padding-right: 7px;
}
.yt-video {
    position: relative;
    display: block;
    background-color: #000;
    margin: 0 15px;
}
.yt-video.fullscreen {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.yt-video video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
}
.yt-video .wz {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.yt-video .wz:before {
    content: "";
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    display: block;
    top: 5px;
    font-weight: 700;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 240px;
    height: 50px;
    line-height: 13px;
    text-align: right;
    background-image: url(../media/logo_schrift_weiss.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.yt-video .loader {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../media/loading.gif);
    background-size: contain;
    margin-left: -24px;
    margin-top: -24px;
}
.yt-video .controls {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    line-height: 56px;
    background-color: rgba(0, 0, 0, 0);
    z-index: 3;
}
.yt-video .controls item[data-role="play"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.yt-video .controls item[data-role="fullscreen"] {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.yt-video .controls item[data-role="time"] {
    position: absolute;
    display: block;
    top: 0;
    right: 56px;
    width: 100px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    font-size: 11px;
    font-weight: 600;
    cursor: default;
    color: #fff;
}
.yt-video .controls item[data-role="state"] {
    position: absolute;
    display: block;
    top: 0;
    right: 166px;
    left: 66px;
    height: 56px;
    line-height: 36px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    cursor: default;
}
.yt-video .controls item[data-role="state"] span {
    position: relative;
    display: block;
    height: 8px;
    top: 23px;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.yt-video .controls item[data-role="state"] span span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.yt-video .controls item[data-role="state"] span.current,
.yt-video .controls item[data-role="state"] span.loaded {
    width: 0;
}
.yt-video .controls item[data-role="state"] span.current {
    background-color: rgba(255, 255, 255, 0.5);
}
.yt-video .controls item {
    cursor: pointer;
}
.yt-video .controls item .material-icons {
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    font-weight: 100;
    line-height: 56px;
    text-align: center;
    font-size: 36px;
}
.yt-video .controls item[data-role="fullscreen"] .material-icons {
    font-size: 21px;
}
.yt-video .controls item:hover .material-icons {
    color: #fff;
}
.yt-video .play {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: -35px;
    margin-top: -30px;
    cursor: pointer;
    text-align: center;
    z-index: 3;
}
.yt-video .play .material-icons {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 72px;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
}
.yt-video .play:hover .material-icons {
    color: #fff;
}
#mobile-btn {
    display: none;
}
aside {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    z-index: 1000;
    -o-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.16);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c2d9d1+0,ffffff+43,ffffff+43 */
    
    background: #FFFFFF;
    /* Old browsers */
    
    
    
    -o-transform: translate3d(-110%, 0, 0);
    -moz-transform: translate3d(-110%, 0, 0);
    -webkit-transform: translate3d(-110%, 0, 0);
    -ms-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-110%, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
aside.see {
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
aside nav {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
aside item,
aside item a {
    position: relative;
    display: block;
}
aside item a {
    position: relative;
    display: block;
    line-height: 27px;
    padding: 0 18px;
    color: #fff;
    background-color: #4CAF50;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0);
}
aside item sub item a {
    font-weight: 400;
    margin-top: 0;
    text-transform: none;
    padding: 0 20px;
    background-color: transparent;
    color: #4CAF50;
	background-color: #fff;
}
aside item:last-child a {
    border-bottom: 0;
}
aside item a:after {
    position: absolute;
    top: 0;
    right: 5px;
    font-family: "Material Icons";
    display: block;
    content: "\E315";
    font-size: 14px;
    line-height: 27px;
}
#breadcrumb {
    position: relative;
    display: block;
    margin: 15px 0;
    background-color: transparent;
    font-size: 0;
    letter-spacing: 0;
}
#breadcrumb div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    font-size: 12px;
    font-weight: 600;
}
#breadcrumb div a {
    position: relative;
    display: inline-block;
    line-height: 19px;
    padding: 4px 0;
    padding-right: 4px;
    text-decoration: none;
    color: #4CAF50;
}
#breadcrumb div:after {
    font-family: "Material Icons";
    display: inline-block;
    content: "\E315";
    font-size: 14px;
    position: relative;
    vertical-align: top;
    line-height: 27px;
    color: #4CAF50;
    margin-right: 5px;
}
#breadcrumb div:last-child:after {
    display: none;
}
#breadcrumb div a:hover {
    color: #000;
}
#breadcrumb div a .material-icons {
    position: relative;
    display: block;
    vertical-align: top;
    line-height: 19px;
    font-size: 14px;
    top: -1px;
}
content h3 {
    position: relative;
    display: block;
    padding: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
div[data-role="flex"] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
}
div[data-role="flex"] div[data-role="img"],
div[data-role="flex"] div[data-role="text"] {
    position: relative;
    display: block;
    flex-grow: 1;
    padding: 10px 0;
}
div[data-role="flex"] div[data-role="text"] {
    padding-left: 25px;
}
div[data-role="flex"] div[data-role="img"] {
    max-width: 250px;
}
div[data-role="flex"] div[data-role="img"] img {
    width: 100%;
    height: auto;
    border: 0;
}
div[data-role="flex"] div[data-role="half"] {
    position: relative;
    display: block;
    flex-grow: 1;
    padding: 10px 0;
    width: 50%;
}
div[data-role="flex"] div[data-role="half"] img {
    width: 100%;
    border: 0;
    height: auto;
}
div[data-role="flex"] div[data-role="half"]:first-child {
    padding-right: 15px;
}
div[data-role="responsive"] img {
    width: 100%;
    height: auto;
    border: 0;
}
.map {
    position: relative;
    display: block;
    margin: 15px;
    background-color: #d8e7e2;
}
#gal-preview {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
    color: #fff;
    -webkit-touch-callout: none;
    /* iOS Safari */
    
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    
    -khtml-user-select: none;
    /* Konqueror */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    
    user-select: none;
    /* Non-prefixed version, currently                                  not supported by any browser */
}
#gal-preview * {
    -webkit-touch-callout: none;
    /* iOS Safari */
    
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    
    -khtml-user-select: none;
    /* Konqueror */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    
    user-select: none;
    /* Non-prefixed version, currently                                  not supported by any browser */
}
#gal-preview .close {
    position: absolute;
    display: block;
    z-index: 99;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
#gal-preview .viewport {
    position: absolute;
    display: block;
    z-index: 1;
    top: 10px;
    right: 0;
    left: 0;
    bottom: 101px;
    background-color: #111;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
#gal-preview .bottom {
    position: absolute;
    display: block;
    z-index: 1;
    height: 100px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #111;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}
#gal-preview .bottom .scroll-left {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100px;
    width: 39px;
    z-index: 4;
    background-color: #111;
    text-align: center;
    cursor: pointer;
}
#gal-preview .bottom .scroll-left .material-icons {
    position: relative;
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 27px;
    color: #999;
}
#gal-preview .bottom .scroll-left:hover .material-icons {
    color: #fff;
}
#gal-preview .bottom .scroll-right {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100px;
    width: 39px;
    z-index: 4;
    background-color: #111;
    text-align: center;
    cursor: pointer;
}
#gal-preview .bottom .scroll-right .material-icons {
    position: relative;
    display: block;
    line-height: 100px;
    text-align: center;
    font-size: 27px;
    color: #999;
}
#gal-preview .bottom .scroll-right:hover .material-icons {
    color: #fff;
}
#gal-preview .bottom .wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: flex-start;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#gal-preview .bottom .wrapper item {
    position: relative;
    display: block;
    flex-grow: 1;
    height: 80px;
    margin: 10px 2px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border: 5px solid #FFF;
    cursor: pointer;
    opacity: 0.5;
}
#gal-preview .bottom .wrapper item:hover {
    opacity: 0.8;
}
#gal-preview .bottom .wrapper item.active,
#gal-preview .bottom .wrapper item.active:hover {
    opacity: 1;
    cursor: default;
}
#gal-preview .close .material-icons {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 27px;
}
#gal-preview .prev-image {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 101px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0);
    width: 50%;
    z-index: 6;
    cursor: pointer;
}
#gal-preview .prev-image .material-icons {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    width: 60px;
    font-size: 48px;
    text-align: center;
    color: #fff;
}
#gal-preview .next-image {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 101px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0);
    width: 50%;
    z-index: 6;
    cursor: pointer;
}
#gal-preview .next-image .material-icons {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    height: 60px;
    margin-top: -30px;
    width: 60px;
    font-size: 48px;
    text-align: center;
    color: #fff;
}
#slider {
    overflow: hidden;
}
#slider .wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    background-color: #000;
}
#slider .wrapper item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}
#slider #dots {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 70px;
    line-height: 27px;
    background-color: transparent;
    z-index: 99;
    text-align: center;
    height: 27px;
}
#slider #dots a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.75);
}
#slider #dots a span {
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    left: 50%;
    margin-left: -9px;
    border-radius: 50%;
    top: 5px;
    background-color: rgba(0, 0, 0, 0.2);
}
#slider #dots a.active span {
    background-color: #0267cc;
}
.or-spacer {
    margin: 0 auto;
    width: 95%;
    margin-top: 20px;
    position: relative;
    top: 20px;
}
.or-spacer .mask {
    overflow: hidden;
    height: 20px;
}
.or-spacer .mask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.or-spacer span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #999;
    background: white;
}
.or-spacer span i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed #aaa;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #999;
}
footer .widget {
    padding: 15px;
    position: relative;
    display: block;
    color: #999;
}
footer .widget h3 {
    font-family: "Oswald";
    padding: 5px 0;
    border-bottom: 1px dotted #aaa;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
}
footer .widget p,
footer .widget nav {
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.36em;
}
footer .widget p {
    font-size: 15px;
    line-height: 1.46em;
}
footer .widget p strong {
    font-size: 19px;
    font-weight: 500;
}
footer .widget p span {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: #CCC;
}
footer .widget nav item {
    position: relative;
    display: block;
    border-bottom: 1px dotted #ddd;
}
footer .widget nav item:last-child {
    border-bottom: 0;
}
footer .widget nav item a {
    position: relative;
    display: block;
    line-height: 27px;
    cursor: pointer;
    text-decoration: none;
    color: #999;
}
footer .widget nav item a:after {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    line-height: 27px;
    font-family: "Material Icons";
    font-size: 14px;
    content: "\E315";
}
footer .widget nav item a:hover {
    color: #000;
}
.copy-footer-info {
    text-align: center;
    position: relative;
    display: block;
    padding: 0 10px;
    padding-top: 10px;
    color: #CCC;
    font-size: 10px;
    line-height: 1.36em;
    max-width: 700px;
    margin: 0 auto;
}
.copy-footer-info a {
    text-decoration: none;
    cursor: pointer;
    color: #ccc;
}
page {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
}
page.see {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
page.darken {
    background-color: rgba(0, 0, 0, 0.6);
}
page .inner-page {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 768px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.16);
}
.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
page .or-spacer {
    display: none;
}
page .topp {
    position: relative;
    display: block;
    height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
page .close {
    position: absolute;
    display: block;
    z-index: 5;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    text-shadow: 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000;
}
page .close .material-icons {
    position: relative;
    display: block;
    line-height: 56px;
    width: 56px;
    text-align: center;
    font-size: 27px;
    cursor: pointer;
}
page h1 {
    padding: 20px 30px;
    font-size: 36px;
    line-height: 38px;
    font-family: "Oswald";
    font-weight: 300;
    padding-bottom: 4px;
    text-transform: uppercase;
}
page h3 {
    padding: 4px 30px;
    font-size: 27px;
    line-height: 29px;
    font-family: "Oswald";
    font-weight: 300;
    padding-bottom: 4px;
    text-transform: uppercase;
}
page a {
    color: #4CAF50;
    text-decoration: none;
    cursor: pointer;
}
page a:hover {
    color: #000 !important;
}
page p {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.46em;
}
page ol,
page ul {
    padding: 12px 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.46em;
}
.or-spacer[rel="0"] {
    display: none !important;
}
.bg-verein {
    position: relative;
    display: block;
    margin: 15px;
    height: 300px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 150%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bg-verein:after{
	position:absolute;
	display:block;
	content: "";
	left:0; right:0;
	bottom:0;
	height: 15px;
	background-color: #4CAF50;
	opacity: 0.7;
	z-index: 9;
}
.bg-verein.a1:after{
	background-color: #FB8C00;
}
.bg-verein.a3:after{
	background-color: #03A9F4;
}
.bg-verein.a4:after{
	background-color: #F44336;
}



.bg-verein .darker {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div[data-role="grid"] div[data-role="column-6"]:hover .bg-verein {
    background-size: auto 200%;
}
div[data-role="grid"] div[data-role="column-6"]:hover .bg-verein .darker {
    background-color: rgba(0, 0, 0, 0.5);
}
body.is--home div[data-role="grid"] div[data-role="column-6"] p {
    position: absolute;
    text-align: center;
    display: block;
    left: 20px;
    right: 20px;
    top: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -20px;
}
body.is--home div[data-role="grid"] div[data-role="column-6"] p a {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: inline-block;
    line-height: 46px;
    font-weight: 400;
    font-family: "Oswald";
    padding: 0 20px;
    font-size: 21px;
    letter-spacing: -1px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.3);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.3);
}

.gal{
	padding: 0px !important;
	text-align:center !important;
	overflow: hidden;
	border:5px solid #fff;
	outline: 1px solid #ddd;
	margin: 8px;
	cursor: pointer;
	height: 115px;
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
div[data-role="column-2"] .gal{
	height: 75px;
}
.promo-links.smaller a img{ margin:0 !important; height: 27px !important; width: 86px !important; max-width: 100% !important; }
modal{
	position: fixed;
	display: block;
	left:0; right:0;top:0;
	bottom:0; z-index:9999;
	background-color: rgba(0,0,0,0.95);
}
modal .close{
	position: absolute;
	top:0;
	right:0;
	width: 56px;
	height:56px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
	cursor: pointer;
	z-index:2;
}
modal .image{
	position: absolute;
	top:56px;
	right:0;
	left:0;
	bottom: 56px;
	z-index:1;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
modal .close .material-icons{
	position: relative;
	display: block;
	width:56px;
	line-height:56px;
	text-align:center;
	font-size: 32px;
}

body .gal img{
	display: none;
}
#search {
    position: absolute;
    display: block;
    z-index: 99;
    background-color: #fff;
    top: 0;
    right: 59px;
    height: 63px;
    left: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#search.see {
    left: 220px;
}
#search input {
    width: 100%;
    height: 63px;
    font-family: "Raleway";
    font-weight: 400;
    font-size: 16px;
    padding: 0 25px;
    border: 0;
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
content form p.info{
	font-size:12px !important;
	color:#666;
	
}
content img{ max-width:90%; border:0; height:auto; margin:10px; }
content .input{
	padding: 0 5px;
}
content .input label{
	position: relative;
	display: block;
	color: #4CAF50;
	font-size: 11px;
	font-weight: 500;
	width:100%;
}
content .input input,
content .input select{
	width: 100% !important;
}

.widget.light.html.logox{
	margin-top:-60px;
	box-shadow: 0 -4px 6px rgba(0,0,0,0.16);
}


#top-menu > container > nav > item:nth-child(4) > sub > item:nth-child(5) > a:hover span{
	color: #D50000 !important;
}