/*Fonts in Bootstrap.min.css*/

/**************************************************************************************
  General
**************************************************************************************/
body {
	font-size:15px;
	color:#1d1d1b;
	background-color:#FFF;
	font-family: 'Conv_Arial',Arial,Helvetica,sans-serif; /*'Conv_Arial',*/
	letter-spacing:2px;
}
h1, .h1, 
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-weight:bold;
}
h1, .h1 {font-size:24px;}
h2, .h2 {font-size:20px;}
h3, .h3 {font-size:16px; line-height:1.42857; }
hr{border-width:1px;border-color:#000;border-style:solid;}
a, .pseudoLink {
	color:#004A97;
	text-decoration:none;
}
a:hover, a:focus, .pseudoLink:hover {
	color:#004A97;
	text-decoration:underline;
	cursor:pointer;
}
sup {text-transform:lowercase;}
.content {
	/*margin-top:40px;*/
	margin-bottom:60px;
}
.hyphens {
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
}
.breakword {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
div#Lang {
	border:2px solid rgb(0, 74, 151);
	border-top:none;
	min-height:15px;
}
.tbl {
	display:table;
	width:auto;
}
.tbl > *, .tbl > *:hover {
	display:table-cell;
	background-color:rgb(0, 74, 151);
	font-weight:bold;
	color:#FFF;
	padding:1px 4px;
	text-decoration:none !important;
	vertical-align:middle;
}
.tbl > *.active {
	background-color:#FFF;
	color:#8A898A;
	cursor:default;
}
/**************************************************************************************
  header
**************************************************************************************/
#Head {
	max-height:170px;
	overflow:hidden;
}
#Head img {
	width:100%;
}

.navbar-brand {
    font-size: 25px;
    line-height: 29px;
}

#circle {
	position: absolute;
	right:-20px;
	top:-20px;
    background: #8F481F;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.anmeldeButton{
	position: absolute;
	top:-4px;
	right:-4px;	
}
.round-button {
	position: absolute;
	top:-4px;
	right:-4px;	
	width:100px;
}
.round-button-circle {
	width: 100%;
	height:0;
	padding-bottom: 100%;
    border-radius: 50%;
    overflow:hidden;
    background: #8f481f;
    box-shadow: 0 0 3px gray;
}
.round-button p {
    display:block;
	float:left;
	width:100%;
	padding-top:50%;
    padding-bottom:50%;
	line-height:1.2em;
	margin-top:-1.5em;/*-0.5em*/
	text-align:center;
	color:#e2eaf3;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
	 -ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
    transform: rotate(15deg);
}
/*Pointy Arrow Button Start*/
#vert_menu{   overflow: hidden;  width: 100%; }
#vert_menu li{  float: left; list-style-type: none; }
#vert_menu a{
  padding: 8px 20px 8px 0px;
  float: left; text-align:center;
  text-decoration: none; font: normal 16px;  text-shadow:0px 1px 0px #000;
  color: #fff;
  position: relative; text-shadow:0px 0 0 #000;
  background: #004A97;  min-width:181px; width:auto;
}

#vert_menu a::after,
#vert_menu a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -19px;   
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 1em solid;
  right: -1em;
}
#vert_menu a::after{   z-index: 2;  border-left-color: #004A97;   }
/*Pointy Arrow Button End*/

header .VeranstaltungsBackground{
    position: relative;
	background-size:cover;
	height:200px;
	border-style: solid;
    border-width: 15px;
	border-color:#FFF;
}
header .BgOffset {
	background-position:0px 0px;	
}
header > .VeranstaltungsBackground{
	position: relative;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:250px;
	margin-bottom:35px;
	border:none;
}
.VeranstaltungsBackgroundOhneBild{
	height:200px;
	position:relative;
	border-style: solid;
    border-width: 15px;
	border-color:#FFF;
}
.VeranstaltungsLayer{
	background-color: rgba(0, 74, 151,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
	font-size:9px;
	color:#fff;
	padding:20px;
}

.VeranstaltungsLayerDetail {
	background-color: rgba(0, 74, 151,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#fff;
	padding:40px 20px 20px 20px;
	font-size:12px;
}

.VeranstaltungsLayerOhneBild{
	background-color: rgba(0, 74, 151,0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#fff;
	padding:20px;
}
.VeranstaltungsLayerOhneBild h1{
	font-size:30px;
	padding-top:0px;
}
.VeranstaltungsLayer p{
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	word-wrap: break-word;
}
.VeranstaltungsBackground:hover .VeranstaltungsLayer,
.VeranstaltungsBackgroundOhneBild:hover .VeranstaltungsLayerOhneBild{
	background-color: rgba(143,72,31,0.7);
	-webkit-transition: background-color 200ms; /* Safari */
    transition: background-color 200ms;
}
.VeranstaltungsBackground a,.VeranstaltungsBackgroundOhneBild a{
	color:#fff;	
	text-decoration:underline;
}
.VeranstaltungsBackground a:hover,.VeranstaltungsBackgroundOhneBild a:hover{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
/**************************************************************************************
  Slider
**************************************************************************************/
#Slider {position:relative;height:170px;}
.background-container, .background-slider {
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	z-index:-1;
	height:170px;
}
.background-slider {
	background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    opacity: 0;
	width:100%;
	height:100%;
}
.background-container img {display:none;}
#Slider .background-slider:first-child {opacity: 1;} /*damit sofort ein Bild angezeigt wird*/


/**************************************************************************************
  Navigation
**************************************************************************************/
.navbar hr{border-width:1px;border-color:rgb(0, 74, 151);margin:0;}
.navbar {
	margin-bottom:0;
}
.navbar-default	{
	font-size:18px;
	color:#004A97;
	background-color:transparent;
	border:none;
	padding:20px 0 0 0;
	border-radius:0;
}
.navbar > .container {background-color:inherit;text-align:center;padding:0;}
.navbar > .container
.navbar-brand {
		float:none;
		display:inline-block;
		height:auto;
		max-height:100%;
		padding:0;
		color:rgba(0, 74, 151,1.0);
		font-weight:bold;
}
.navbar-default .navbar-collapse {
	border:none;
	box-shadow:none;
	width:calc(100% + 30px);
	border-bottom:1px solid #1d1d1b;
}
.nav a {
	text-decoration:none;
}
.nav > li {
	border-bottom:1px solid #FFF;
	white-space:nowrap;
}
.nav > li.active,
.nav > li:hover {
	border-color:#FFF;
}
.nav > li:last-child {
	border-bottom:none;
}
ul.navbar-nav {
	background-color:#FFF;
	background-color:rgba(255,255,255,0.7);
}
.navbar-default .navbar-nav > li > a {
	color:#8A898A;
	font-weight:bold;
	text-transform: uppercase;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*.navbar-default .navbar-nav > li > a > span {
	color:#1d1d1b;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}*/
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
li.active ul.dropdown-menu, li:hover ul.dropdown-menu, li:focus ul.dropdown-menu {
	color:#000;
	background-color:transparent;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*.navbar-default .navbar-nav > li:hover > a > span,
.navbar-default .navbar-nav > .active > a > span {
	color:#004A97;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#004A97;
    background-color: transparent;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*ul.dropdown-menu {
    display: block;
    float: left;
    top: 100%;
    left: 0;
    padding: 0 0 10px 0;
    width: 100%;
    min-width: 200px;
    background-clip: padding-box;
	background-color: rgba(0, 0, 0, 0);
    list-style: outside none none;
}*/
ul.dropdown-menu {
    border: none;
	border-radius:0;
    box-shadow: none;
    display: inline-block;
    float: none;
	position: static;
    width: auto;
    font-size: 15px;
    text-align: center;
    z-index: 1000;
	margin:0 auto;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
}

.dropdown-submenu > ul.dropdown-menu {font-size:12px; padding-left:30px;}
ul.dropdown-menu li {
    padding: 0;
    width: auto;
}
ul.dropdown-menu li.dropdown-submenu {
	width:100%;
}
.dropdown-menu > li > a {
	color:#1d1d1b;
	font-weight:400;
	padding: 0 15px;
	width:100%;
	background-color:transparent;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus,
ul.dropdown-menu > li > a:hover, 
ul.dropdown-menu > li > a:focus,
.dropdown-menu > .active.dropdown-submenu, 
.dropdown-menu > .active.dropdown-submenu:hover, 
.dropdown-menu > .active.dropdown-submenu:focus,
ul.dropdown-menu > li.dropdown-submenu:hover, 
ul.dropdown-menu > li.dropdown-submenu:focus {
	color:#004A97;
    background-color: #FFF;
}
/*Toggle*/
.container > .navbar-header {
	background-color:#004A97;
	text-align:center;
	margin:30px 0 0 0;
}
.navbar-toggle {
	border-radius:0;
	background-color:#004A97;
	margin:0;
	float:none;
}
.navbar-default .navbar-toggle {
	border-color: #004A97;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color:#004A97;
	border-color: #004A97;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#FFF;
	height:8px;
	width:46px;
	border-radius:0;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top:4px;
}
.navbar-default .navbar-toggle:hover .icon-bar/*,
.navbar-default .navbar-toggle:focus .icon-bar*/ {
	background-color:#1d1d1b;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
/**************************************************************************************
  Content Ansicht
**************************************************************************************/
p, .ptext, .Content ul {
	margin: 0 0 10px;
}
#Content:empty {
	display:none;
}
#Content img{
	max-width:100%;	
}
#Content td img{max-width:inherit;}
.Content ul, .Content  ol {
	padding-left:15px;
}
.Content ul li, .Content  ol li{
	margin-bottom:10px;
}
/*Gegensteuer Bootstrap für per Editor erstellte Tabellen*/
.website .Content table td{
	padding: 0 3px 3px 0;
}
.website .Content table td td {
	padding:0;
}
/**************************************************************************************
  Kontaktformular
**************************************************************************************/
form#Kontakt {position:relative;}
/*#Kontakt .form-group label{display:none;}*/
form#Kontakt .cbx label {display:inline-block;}
form#Kontakt .btn {min-width:110px;}

/**************************************************************************************
  Galerie / Gallery / lightGallery / carousel
**************************************************************************************/
#lightgallery.row > div {
	padding-top:15px;
	padding-bottom:15px;
}
#lightgallery.row > div > a {
	display:block;
	background-color:#004A97;
}
#lightgallery a img {opacity:1}
#lightgallery a:hover img {opacity:0.6;}
#lightgallery a img,
#lightgallery a:hover img {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

/**************************************************************************************
  Blog
**************************************************************************************/
.blogFilter {
	font-weight:700;
	padding:7px 10px;
	background-color:#004A97;
	text-transform:uppercase;
	text-align:justify;
}
.blogFilter a, .blogFilter button {color:#FFF;padding: 0 5px;}
.blogFilter a:first-child {color:#FFF;}
.blogFilter button.active,
.blogFilter a.aktiv1, 
.blogFilter a:hover {font-weight:700;color:#004A97;}

.blogFilter button {
	border:none;
	margin-bottom:1px;
}
.tblBlog {
	margin-top:20px;
}
.blogImg {cursor:pointer;margin-bottom:3%;}
.lgIcon {
	background-color:#ddd;
	border-radius: 4px;
	line-height:1.42857;
	color:#004A97;
	white-space:nowrap;
}
.Blog .row > div > h2 {border-top:1px solid #fada1a;padding-top:20px;}
.Blog .row > div > h2:first-child {border:none;padding-top:0;}
.bContent .small {margin-bottom:15px;}
.bContent .small a {background-color:#004A97; color:#FFF; padding:0 5px 2px 5px;}
.Blog .comment {margin-top:10px;}
.Blog .bimg {cursor:pointer;}

/**************************************************************************************
  Team
**************************************************************************************/
.team {
	min-height:300px;
	padding-bottom: 30px;
}
.team h3 {
	margin:0;
}
.team div:first-child img {
	margin-top:4px;
}
.team .text {
	line-height:1.2em;
}
blockquote {
	color:#004A97;
	font-size:17px;
	font-style:italic;
	border:none;
	line-height:1.25;
	padding:0;
}
blockquote::before {content:"\201E";}
blockquote::after {content:"\201D";}
/**************************************************************************************
  Footer
**************************************************************************************/
footer {
	color:#FFF;
	letter-spacing:0;
	font-size:14px;
	background-color:#8A898A;
	position:relative;
	padding-top:45px;
	padding-bottom:39px;
}
footer a,
footer .tbl * {
	color:#FFF;
	background-color:transparent;
}
footer a:hover, 
footer a.active,
footer a:visited, 
footer a:focus,
footer .tbl *:hover {
	color:#FFF;
	background-color:transparent;
}
footer .address strong {
	text-transform:none;
	font-weight:normal;
}
footer .text-right {
	text-align:center;
}
/*footer .row > * {
	margin-bottom:20px;
}*/
footer .row >:nth-child(2) {
	margin-bottom:0;
}
footer ul {padding-left:0;}
footer li {list-style:none;}

/* Sticky Footer */
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -396px;
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {
  min-height: 396px;
}
/**************************************************************************************
  Done
**************************************************************************************/
#Done {
	font-size: 11px;
	margin:10px 0 0 0;
}
#Done, #Done a {color:#B1B1B1; text-decoration:none;}
/*#Done a {white-space:nowrap;}*/
#Done a:hover {color:#FFF;}
/**************************************************************************************
  Formulare
**************************************************************************************/
input, input.form-control,
textarea, textarea.form-control,
select, select.form-control {
	font-size:12px;
	letter-spacing:0;
	padding:6px;
	color:#000;
	background-color:#ececec;
}
.form-control, .btn, .input-group-addon {border-radius:0;}
label{font-weight:400;font-size:14px;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
textarea,
select {
	font-family:Arial, Helvetica, sans-serif;
	margin:1px;
}
input[type="file"] {
	border:none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], .btn {
	font-weight:inherit;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	
	color:#FFF;
    background-color:#004A97;
	border:1px solid #004A97;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.btn:hover, .btn:focus, .btn.focus {
	color:#FFF;
	background-color:#0066CC;
	border-color:#0066CC;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
input[disabled] {
	color:#777;
	background-color:#ddd;
	border-style:dotted;
	border:none;
}
input#Code {
	margin-top:0;
	z-index:0;
}
.input-group-addon {
	min-width:111px;
	padding-bottom:5px;
}
/**************************************************************************************
  Listen-, Tabellen-Ansicht, Pagination
**************************************************************************************/
table, .table {letter-spacing:0;}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	border-color:#004A97;
}
.table-hover > tbody > tr:hover {
	/*background-color:#ADACD2;*/
}
.table > thead > tr > th.listicon,
.table > tbody > tr > th.listicon,
.table > tfoot > tr > th.listicon,
.table > thead > tr > td.listicon,
.table > tbody > tr > td.listicon, 
.table > tfoot > tr > td.listicon {
	padding-left:0;
	padding-right:0;
	text-align:center;
}
td.back {text-align:center;}
.pagination > li > a, 
.pagination > li > span {
	color:#004A97;
	border-color:#08334C;
}
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus {
	color:#004A97;
	border-color:#08334C;
	background-color:#08334C;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
	background-color:#004A97;
	border-color:#004A97;
}

/**************************************************************************************
  Admin
**************************************************************************************/
.CuteEditorGroupMenuCell img {
	box-sizing:content-box;
}
#CE_Editor1_ID {
	width:100% !important;
	line-height:initial;
	font-size:12px;
}

@media (min-width:768px){
	.sm-hyphens {
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-webkit-hyphens:auto;
		hyphens:auto;
	}
	header .VeranstaltungsBackground{
		height:200px;
	}
	header .BgOffset {
		background-position:0px -40px;	
	}
	header > .VeranstaltungsBackground{
		min-height:250px;
		margin-bottom:35px;
	}
	.VeranstaltungsBackgroundOhneBild{
		height:200px;
	}

	.VeranstaltungsLayerOhneBild h1{
		font-size:32px;
	}
	.VeranstaltungsLayer p{
		font-size:11px;	
		word-wrap:normal;
	}
	.VeranstaltungsLayer{
		height: 45%;
		font-size:11px;
	}
	.VeranstaltungsLayerDetail {
		padding:60px 20px 20px 20px;
		font-size:14px;
	}
	.round-button {
		width:15%;
	}
	.round-button p {
    	font-size:13px;
	}
	/*header{padding-top:21px;}*/
	#Slider, .background-container, .background-slider {height:180px;}
	.team {min-height:250px;}
	.page-wrap { margin-bottom: -251px;}
	footer, .page-wrap:after {min-height: 251px;}
	
	/*Navigation*/
	.navbar-default {
		/*position:fixed;*/
		background-color:#FFF;
		width:100%;
		top:auto;
		left:auto;
		right:auto;
		z-index:1;
	}
	
	.admin .navbar-default {position:relative;}
	.navbar > .container {
		padding:0 15px;
	}
	.navbar > .container .navbar-brand, 
	.navbar > .container-fluid .navbar-brand {
		margin:0;
    	font-size: 25px;
    	line-height: 2.2em;
	}
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
			background-color: transparent;
	}
	.navbar-default .navbar-collapse {
		/*margin: -15px;*/
		padding:0;
		width:auto;
		border:none;
	}
	.navbar-nav {
		display:table;
		/*margin:0 25px 0 25px;*/
		float:right;
		/*padding:10px 0 20px 40px;
		border-left: 1px solid #1d1d1b;*/
	}
	.nav > li {
		border:none;
		display:table-cell;
		float:none;
		padding:0 18px 0 0;
		text-align:right;
	}
	.admin .nav > li {padding-right:0px; padding-left:0px; font-size:14px;}
	.nav > li:last-child,
	.nav > li:last-child > a {
		padding-right:0;
		text-align:right;
	}
	.nav > li > a {padding-left:6px;padding-right:6px;line-height: 1.6;}
	/*.nav > li > a {padding:0;}*/
	.navbar-default .navbar-nav > li > a img {display:block;}
	
	/*JC 06.10.2015: damit Hauptnavipunkt mit Unternavi richtig dargestellt wird Desktopansicht*/
	.navbar-nav > .dropdown.clearfix {clear:none;}
	.navbar-nav > .dropdown.clearfix:before, .navbar-nav > .dropdown.clearfix:after {content:normal;display:none;}
	
	ul.dropdown-menu {
		position:absolute;display:none;
		right: 0; /*left: 0;*/
		padding: 0 0 10px 0;
		width: 100%;
		min-width: 200px;
		background-clip: padding-box;
		background-color: rgba(0, 0, 0, 0);
		list-style: outside none none;
	}
	.navbar-nav > li:hover > .dropdown-menu,
	.navbar-nav > li:focus > .dropdown-menu {
		display:block;
		float: left;
		background-clip: padding-box;
		border-radius: 0;
		/*box-shadow: 0 8px 8px rgba(0, 0, 0,0.2);*/
		list-style: outside none none;
		width: auto;
		margin:0;
		padding:0;
		border:none;
		text-align: center;
		position: absolute;
		top: 100%;
		left: -8px;
		z-index: 1000;
	}
	.nav .dropdown-menu > li {background-color:rgba(0, 74, 151,1.00);}
	.nav .dropdown-menu > li:first-child {
		margin-top:15px; /*43px*/
		padding-top:10px;
	}
	.nav .dropdown-menu > li:last-child {
		padding-bottom:10px;
	}
	ul.dropdown-menu li {
		margin-left:auto;
		margin-right:auto;
		width:auto;
		/*position:relative; für box-shadow mit Navi Level 3*/
	}
	.dropdown-menu > li > a {
		color:#FFF;
		white-space:normal;
		background-color:transparent;
		padding:3px 25px;
		margin-bottom:0;
		/*max-width:250px;*/
		min-width:100px;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	ul.dropdown-menu > li > a:hover, 
	ul.dropdown-menu > li > a:focus,
	ul.dropdown-menu > li.dropdown-submenu:hover, 
	ul.dropdown-menu > li.dropdown-submenu:focus {
		color:#000;/*rgba(0,74,151,1.00)*/
		background-color:transparent;
	}
	.dropdown-menu > .active > a, 
	.dropdown-menu > .active > a:hover, 
	.dropdown-menu > .active > a:focus,
	.dropdown-menu > .active.dropdown-submenu, 
	.dropdown-menu > .active.dropdown-submenu:hover, 
	.dropdown-menu > .active.dropdown-submenu:focus,
	ul.dropdown-menu > .active:first-child > a, 
	ul.dropdown-menu > .active > a:hover, 
	ul.dropdown-menu > .active > a:focus,
	ul.dropdown-menu > li > a:hover, 
	ul.dropdown-menu > li > a:focus,
	.nav .dropdown-menu > li:first-child a:hover, 
	.nav .dropdown-menu > li:last-child a:hover {
		color:#8A898A;
		background-color:transparent;
		text-decoration:none;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	/*Navi Level 3*/
	.dropdown-submenu {
    	position:relative;
	}
	.dropdown-submenu>.dropdown-menu {
		top:-10px;/*wegen padding bei ersten li*/
		left:100%;
		margin-top:-0px;
		margin-left:-1px;
		border-radius:0;
		font-size:14px; 
		margin-left:0;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display:block;
	}
	.dropdown-submenu:first-child>.dropdown-menu {
		top:0;
	}
	.dropdown-submenu>a:after {
		display:block;
		content:" ";
		position:absolute;
		top:7px;
		right:7px;
		width:0;
		height:0;
		border-color:transparent;
		border-style:solid;
		border-width:5px 0 5px 5px;
		border-left-color:#08334C;
	}
	.dropdown-submenu:first-child > a:after {
		top:17px;
	}
	.dropdown-submenu.pull-left {
		float:none;
	}
	.dropdown-submenu.pull-left>.dropdown-menu {
		left:-100%;
		margin-left:10px;
		border-radius:0;
	}
	.nav .dropdown-submenu .dropdown-menu > li:first-child {
		margin-top:0;
	}
}
@media (min-width:992px){
	.sm-hyphens {
		-moz-hyphens:manual;
		-ms-hyphens:manual;
		-webkit-hyphens:manual;
		hyphens:manual;
	}
	header .VeranstaltungsBackground{
		height:250px;
	}
	header .BgOffset {
		background-position:0px -50px;	
	}
	header > .VeranstaltungsBackground{
		min-height:300px;
		margin-bottom:35px;
	}
	.VeranstaltungsBackgroundOhneBild{
		height:250px;
	}
	.VeranstaltungsLayerOhneBild h1{
		font-size:33px;
	}
	.VeranstaltungsLayer p{
		font-size:12px;	
	}
	.VeranstaltungsLayer{
		font-size:12px;	
	}
	.VeranstaltungsLayerDetail {
		padding:80px 20px 20px 20px;
		font-size:16px;
	}
		.round-button p {
    font-size:15px;
	}
	#Head {
		max-height:232px;
	}
	#Slider, .background-container, .background-slider {height:232px;}
	#Quicklinks h3, #Quicklinks .h3 {
		font-size:14px;
	}
	#Quicklinks #txtQL {padding:12px 15px 28px 15px;}
	.team {min-height:230px;}
	.Blog .row > div > h2 {padding-top:0;}
	.nav > li {padding:0 30px 0 40px;}
	.admin .nav > li {padding-right:0px; padding-left:0px; font-size:14px;}
	/*Impressum*/
	.flowrow {
		width:100%;
		-webkit-column-count: 2;
   		-moz-column-count: 2;
		column-count:2;
		-webkit-column-gap: 3em;
     	-moz-column-gap: 3em;
        column-gap: 3em;
	}
	.flowrow .pagebreak {
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */
	}
}
@media (min-width:1200px){
	header .VeranstaltungsBackground{
		height:300px;
	}
	header .BgOffset {
		background-position:0px -100px;	
	}
	header > .VeranstaltungsBackground{
		min-height:350px;
		margin-bottom:35px;
	}
	.VeranstaltungsBackgroundOhneBild{
		height:300px;
	}
	.VeranstaltungsLayerOhneBild h1{
		font-size:34px;
	}
	.VeranstaltungsLayer p{
		font-size:13px;	
	}
	.VeranstaltungsLayer{
		font-size:13px;	
	}
	.VeranstaltungsLayerDetail {
		padding:100px 20px 20px 20px;
		font-size:18px;
	}
		.round-button p {
    font-size:16px;
	}
	#Head {
		max-height:300px;
	}
	#Slider, .background-container, .background-slider {height:300px;}
	#Quicklinks h3, #Quicklinks .h3 {
		font-size:18px;
	}
	#Quicklinks #txtQL {padding:15px;}
	.team {min-height:250px;}
	.admin .nav > li {padding-right:42px;}
}
@media (min-width:1500px){
	header .VeranstaltungsBackground{
		height:350px;
	}
	header .BgOffset {
		background-position:0px -150px;	
	}
	header > .VeranstaltungsBackground{
		min-height:400px;
		margin-bottom:35px;
	}
	.VeranstaltungsBackgroundOhneBild{
		height:350px;
	}
	.VeranstaltungsLayerOhneBild h1{
		font-size:36px;
	}
	.VeranstaltungsLayer p{
		font-size:14px;	
	}
	.VeranstaltungsLayer{
		font-size:14px;	
	}
	.VeranstaltungsLayerDetail {
		padding:120px 20px 20px 20px;
		font-size:20px;
	}
		.round-button p {
    font-size:17px;
	}
	#Head {
		max-height:400px;
	}
	#Slider, .background-container, .background-slider {height:400px;}
}