html {overflow-x: hidden; height:100%;}

body {
	background:#e9e9e9;
	position:relative;
	transition:linear left 0.3s;
	height:100%;
	}

.site {
	border-top:solid 10px #383838;
	box-shadow:0 2px 5px #CCC;
	background:#f9f9f9;
	}

.site-header {
	position:relative;
	}

.logo {
	display:block;
	z-index:9999;
	padding:20px 20px;
	position:absolute;
	left:4.219409282700422%;
	background:#fff;
	text-align:center;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}
.welcome-img{
	border: 5px solid #CCC;
    
}
.wbox {
	margin:0 0 40px 0;
	}

.wbox header {
	padding:0 20px;
	background:#FFF;
	border:solid 1px #f3f3f3;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}

.wbox article {
	padding:0 20px;
	color:#4f4f4f;
	border-left:solid 1px #f3f3f3;
	border-right:solid 1px #f3f3f3;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f9f9));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
	}
	
.wbox article h3, a.accordion-toggle{
	margin:0;
	font-family:"Droid Serif", "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#008d79;
	}
.accordion{
	border:1px solid #F3F3F3;
	border-top: 0 none;
}
.accordion .accordion-toggle:after{
	content: "...mehr";
	font-size: 12px;
	float: right;
}
.accordion .accordion-toggle.active:after{
	content: "...weniger";
	font-size: 12px;
	float: right;
}
a.collapsed:after{
}
.accordion-group{
	border: none;
	margin-bottom: 0;
}
.accordion-heading{
	background: #fff;
}
.accordion-inner{
	background: #F3F3F3;
}
.wbox header h2 {
	font-size:24px; /* 16px */
	margin:0;
	line-height:49px;
	font-weight:normal;
	color:#006ab3;
	}
	
.gbox,
.gbigbox {
	margin:0 0 40px 0;
	}

.gbox header,
.gbigbox header {
	padding:0 20px;
	background:#00927d;
	border:solid 1px #f3f3f3;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
	
.gbox header h2,
.gbigbox header h2 {
	font-size:24px;
	margin:0;
	line-height:49px;
	font-weight:normal;
	color:#fff;
	}

.gbox article {
	padding:0 20px 10px 20px;
	color:#4f4f4f;
	border-right:solid 1px #f3f3f3;
	border-left:solid 1px #f3f3f3;
	background:#fff;
	}

.gbigbox article {
	padding-bottom:10px;
	color:#4f4f4f;
	border-right:solid 1px #f3f3f3;
	border-left:solid 1px #f3f3f3;
	background:#fff;
	}
	
.gbox article h3 {
	margin:0;
	font-family:"Droid Serif", "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#008d79;
	line-height: 1.6em;
	padding: .6em 0;
	}
.gbox h4 {
	margin:0;
	font-family:"Droid Serif", "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px;
	color:#008d79;
	}	
.gbox .teaser {
	padding:0 20px;
	display:block;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height:50px;
	font-size:16px;
	line-height:50px;
	background:url(../img/play-icon.jpg) right #fcfcfc no-repeat;
	box-shadow: 0 1px 0 #ececec;
	}
	
.arrow,
.garrow,
.greyarrow {
	position: relative;
	}
.arrow:after,
.garrow:after,
.greyarrow:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	left: 8.5%;
	margin-left: -7px;
}

.garrow:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #00927d;;
	border-width: 7px;
	left: 8.5%;
	margin-bottom:-1px;
	margin-left: -7px;
}

.gbigbox header {
	height:70px;
	border-bottom:none;
	}

.gbigbox header h2 {
	line-height:70px;
	}
	
.profil-link {color:#626262;} 
.profil-link:hover {text-decoration:none;}
.profil-link span {
	vertical-align:top;
	background:#00927d;
	border-radius:8px;
	color:#fff;
	padding:2px 6px;
	font-size:9px;
}

.event-list {
	background:#fff;
	list-style:none;
	margin:0;
	}
.regions-list {
	background: url(../img/regions.png) bottom right no-repeat #fff;
	list-style:none;
	margin:0;
	}	

.teaser-button {
	color:#fff;
	display:block;
	font-size:16px;
	padding:0 20px;
	line-height:50px;
	background:#00927d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: -moz-linear-gradient(top, rgba(1,155,133,1) 0%, rgba(0,140,120,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,155,133,1)), color-stop(100%,rgba(0,140,120,1)));
	background: -webkit-linear-gradient(top, rgba(1,155,133,1) 0%,rgba(0,140,120,1) 100%);
	background: -o-linear-gradient(top, rgba(1,155,133,1) 0%,rgba(0,140,120,1) 100%);
	background: -ms-linear-gradient(top, rgba(1,155,133,1) 0%,rgba(0,140,120,1) 100%);
	background: linear-gradient(to bottom, rgba(1,155,133,1) 0%,rgba(0,140,120,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019b85', endColorstr='#008c78',GradientType=0 );
}

.teaser-network {
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FFF;
	overflow:hidden;
	padding:10px 0 10px 0;
	margin:10px 0 40px 0;
	background: #fff;
	}

.teaser-network h2 {
	font-size:36px;
	color:#0068b4;
	font-weight:normal;
	font-family:"Droid Serif", "Times New Roman", Times, serif;
	}

.teaser-network p {
	color:#009890;
	font-size:16px;
	}

.site-footer {
	background:#fff;
	width:100%;
	}
.nav-footer {
	list-style:none;
	margin:0 15px 0 0;
	width: 250px;
	}

.nav-footer li {
	float:left;
	padding:0 15px;
	}
.nav-footer li:last-child {
	float:left;
	padding:0 0 0 15px;
	}
.nav-footer li a {
	line-height:50px;
	font-size:14px;
	color:#A9A9A9;
}

.tw-logo{
	margin: 20px 20px 20px 0;
}
.tw-banner{
	display: block;
	font-size: 18px;
	color: #4f4f4f;
	font-weight: normal;
	margin-top: 1.5em;
	text-align: center;

}
.event-list li, .regions-list li {
	padding: 6px 20px;
	/*background: #fff;*/
	
	}
.regions-list li {
	padding:11px 20px;
	}
.sitelayer {
	position:absolute;
	z-index:9999;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8); 
	color:#FFF;
	}

.sitelayer span {
	text-transform:uppercase;
	background:url(../img/close.png) center 0 no-repeat;
	display:block;
	height:50px;
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
	padding:50px 0 0 0;
	width:70px;
	margin:20px 0 0 0;
	text-align:center;
	cursor:pointer;
}

.carousel-inner {
	background: rgb(203,224,226);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(203,224,226,1) 0%, rgba(133,179,188,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(203,224,226,1)), color-stop(100%,rgba(133,179,188,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(203,224,226,1) 0%,rgba(133,179,188,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(203,224,226,1) 0%,rgba(133,179,188,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(203,224,226,1) 0%,rgba(133,179,188,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(203,224,226,1) 0%,rgba(133,179,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe0e2', endColorstr='#85b3bc',GradientType=1 );
	}

.item {
	height:400px;
	}

.highlight {
	text-decoration: none;
	border-left: solid 4px #49ab9d;
	background:rgba(0, 142, 122, 0.2);
	margin-left: -4px;
	float: none;
	display:inline-block;
	padding:5px 15px;
	line-height: 34px;
	margin:10px 0 0 0;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s linear;
	}

a.highlight:hover {
	background:rgba(0, 142, 122, 0.3);
	border-left: solid 15px #49ab9d;
	transition:all;
	text-decoration:none;
	transition: all 0.2s linear;
}

.item blockquote {
	font-size:22px;
	padding:0;
	margin:0;
	line-height:34px;
	font-family:"Droid Serif", "Times New Roman", Times, serif;
	color:#707070;
	border:none;
	}
	
.item blockquote footer {
	margin:5px 0;
	line-height:24px;
	font-size:14px;
	}

.carousel-left {
	float:left;
	left:0;
	position:absolute;
	margin-left: 4.223433242506812%;
	/* width: 49.31880108991825%;*/
	width: 55.31880108991825%;
	padding:120px 0 0 0;
	z-index:99;
	}
	
.carousel-right {
	float:left;
	overflow:hidden;
	position:absolute;
	right:0;
	height:inherit;
	/*width: 45.26315789473684%;*/
	width: 77.26315789473684%;
	}

.carousel-right img {
	width:auto !important;
	position:absolute;
	bottom:0;
	right:0;
	z-index:80;
	}

.group:before,
.group:after {
    content: "";
    display: table;
	} 
.group:after {
    clear: both;
	}
.group {
	zoom: 1;
}

.nav-info {
	background:#008977;
	padding:15px 0;
	}
	
.nav-info a {
	background:#007161;
	display:block;
	font-size:14px;
	padding:5px 10px;
	margin:0 5px 5px 5px;
	border-radius:20px;
	color:#fff;
	text-decoration:none;
	}

.nav-info address {
	padding:5px 15px;
	margin:0 0 10px; 0;
	}

.row-noborder,
.row-fluid .row-fluid {
	width:100% !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
.image-margin-left{
	margin: 5px 10px 5px 0;
}
@media (min-width: 979px) {

.nav li:hover > ul {
	display:block;
	position:absolute;
	z-index:999;
}

.nav li:hover {
	border-left: solid 4px #49ab9d;
	background: #199886;
	margin-left: -4px;
}

.nav ul {
	background: #199886;
	border-left: solid 4px #49ab9d;
	margin:0;
	list-style:none;
	margin-left: -4px;
	width:200px;
	padding:0 0 10px 0;
	}
	
.nav ul li a {
	color: #fff;
	line-height:28px;
	padding:0 15px;
	}

}

@media (max-width: 979px) {
.item blockquote {
	font-size:18px;
	line-height:22px;
	}
.carousel-right img {
	right:-100px;
	}
}

@media (max-width: 767px) {
.teaser-network .span10,
.teaser-network .span11 {
	padding:0 25px;
	}
.row-fluid {
	width:96%;
	margin-left: 2%;
	margin-right: 2%;
	}
.tw-banner{
	font-size: 14px;
	font-weight: normal;
	margin-top: .3em;
	text-align: left;

}	
}