/* BASIC STYLESHEET for www.kielertor.de */
/* author: ideenwerft GmbH */
/* author site: www.ideenwerft.com
/* copyright 2014 */

/*		FARBEN 
*		blau: #2ba2e6
*/


/* hind-300 - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/hind-v8-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Hind Light'), local('Hind-Light'),  url('../Fonts/hind-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../Fonts/hind-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */  url('../Fonts/hind-v8-latin-300.woff') format('woff'), /* Modern Browsers */  url('../Fonts/hind-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */  url('../Fonts/hind-v8-latin-300.svg#Hind') format('svg'); /* Legacy iOS */
}
/* hind-regular - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/hind-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Hind Regular'), local('Hind-Regular'),  url('../Fonts/hind-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../Fonts/hind-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */  url('../Fonts/hind-v8-latin-regular.woff') format('woff'), /* Modern Browsers */  url('../Fonts/hind-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */  url('../Fonts/hind-v8-latin-regular.svg#Hind') format('svg'); /* Legacy iOS */
}
/* hind-500 - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/hind-v8-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Hind Medium'), local('Hind-Medium'),  url('../Fonts/hind-v8-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../Fonts/hind-v8-latin-500.woff2') format('woff2'), /* Super Modern Browsers */  url('../Fonts/hind-v8-latin-500.woff') format('woff'), /* Modern Browsers */  url('../Fonts/hind-v8-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */  url('../Fonts/hind-v8-latin-500.svg#Hind') format('svg'); /* Legacy iOS */
}
/* hind-600 - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 600;
    src: url('../Fonts/hind-v8-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Hind SemiBold'), local('Hind-SemiBold'),  url('../Fonts/hind-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../Fonts/hind-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */  url('../Fonts/hind-v8-latin-600.woff') format('woff'), /* Modern Browsers */  url('../Fonts/hind-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */  url('../Fonts/hind-v8-latin-600.svg#Hind') format('svg'); /* Legacy iOS */
}
/* =HTML5 HACK & RESET ======================== */
* {
    padding: 0px;
    margin: 0px;
}
header, section, footer, aside, nav, article {
    display: block;
}

/* =LAYOUT ======================== */
html, body {
    height: 100%;
}
body {
    position: relative;
    text-align: center;
    font-size: 17px;
    color: #575757;
    font-family: "Hind", sans-serif !important;  
    font-weight: 300;
	background: #fffcef;
}
#wrap > header {
    padding-top: 5px;
    background: #2ba2e6;
}
#wrap > header .container {
    position: relative;
}
img#logo {
    float: right;
    display: block;
    width: 35%;
}

@media (max-width: 768px) {
    .navbar {
        margin-bottom: 0px;
    }
    #lang {
        position: absolute;
        right: 50px;
        bottom: 15px;
        margin: 0;
    }	
}

#lang {
    position: absolute;
    right: 16px;
    bottom: 15px;
    margin: 0;
    text-transform: lowercase;
}
.navbar {
    clear: both;
}

@media (min-width: 768px) {
.navbar {
    position: absolute;
    left: 0;
    bottom: 10px;
    margin-bottom: 0;
}
.navbar-collapse {
    padding-left: 0;
}
.navbar li.mitmachen {
    margin-left: 100px;
}
}
#content {
    position: relative;
    margin-top: 40px;
    margin-bottom: 100px;
    padding-left: 20%;
    padding-bottom: 40px;
    text-align: left;
}

@media (max-width: 768px) {
#content {
    padding-left: 0;
    padding-top: 15px;
}
}
span.title {
    position: absolute;
    top: 0;
    left: 0;
}
footer {
    background: #2ba2e6;
}

@media (max-width: 600px) {
footer.container-fluid {
    height: auto;
}
footer .footerlogo {
    display: none;
}
}
footer .container {
    position: relative;
}
footer .skyline {
    position: absolute;
    right: 0px;
    top: -70px;
    width: 300px;
    height: 70px;
}
footer .footerlogo {
	position: absolute;
	left: 15px;
    width: 234px;
    top: -79px;
    height: 90px;
}

@media (max-width: 480px) {
footer .skyline {
    left: -10px;
}
}
.copy {
    float: left;
}
/* bootstrap sticky footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
}
#push, footer {
    height: 40px;
}
/* startseite */
body.start {
    background: #2ba2e6;
}
.startwrap {
    position: absolute;
    top: 4%;
    left: 50%;
    border: 1px solid #fff;
}
.startwrap {
    margin-left: -40%;
    width: 80%;
    height: auto;
	/*overflow:hidden;*/
	margin-bottom: 2%;
}

@media (max-width: 1024px) {
.startwrap {
    top: 40px;
}
}
.start #top {
    position: relative;
    height: 50%;
    background: #fffcef;
}
.start #bottom {
    position: relative;
    height: 50%;
    background: #2ba2e6;
}
.start .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42.5%;
    height: 68%;
    background: #2ba2e6;
}
.start .logo-inner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 13.5%;
    height: 50%;
    background: #fffcef;
}

/* ##### Startseite Anfang #####*/


/*formhalbe.png*/
.start #bottom > img {
	position: absolute;
}
/* ##### Startseite Ende #####*/

/* ##### Logo Header Anfang #####*/
@media screen and (max-width:768px) {

	#logo img {
		display: none;
	}
	div.navbar-header {
		height: 100px;
		z-index: 99;
	}
}
/* ##### Logo Header Ende #####*/

/* ##### Lightboxanpassung ###### */
.fancybox-opened .fancybox-skin {
	padding: 0 !important;
}
.fancybox-wrap {
	width: auto !important;
}

/* ############### Projekt Farben ###############*/

/* ##### Kieler Tor Anfang #####*/
.kt {
	background: #fffcef;
}
.kt #wrap > header {
	background: #34a3e3;
}
.kt .footerlogo {
	max-width: 100%;
}
.kt img.logo-kt {
	position: absolute;
	width: 300px;
	top: 20px;
	z-index: 998;
}
@media (max-width: 1200px) {
.kt img.logo-kt {
	width: 225px;
	top: 15px;
	}
}
@media (max-width: 991px) {
.kt img.logo-kt {
	top: 0px;
	}
}
.kt a.button{
	color: #fffcef;
	background-color: #34a3e3;
	padding: 8px 20px 6px 20px;
    display: inline-block;
}
/* ##### Kieler TorEnde #####*/

/* ##### Jensenfleet Anfang #####*/
.jf {
	background: #fffcef;
}
.jf #wrap > header {
	background: #18a195;
}
.jf .navbar-collapse {
	background: #18a195;
}
.jf .navbar-inverse .navbar-nav>.active>a {
	background-color: #18a195;
}
.jf .navbar-inverse {
	background-color: #18a195;
}
.jf #content .title {
	color: #18a195;
}
.jf footer {
	background: #18a195;
}
.jf .footerlogo img {
	display: none;
}
.jf .footerlogo:before {
	display: inline-block;
	content: "";
	background-image: url("../Img/logo-footer-jf.png");
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.jf .skyline img {
	display: none;
}
.jf .skyline:before {
	background-image: url("../Img/skylinejf.png");
	width: 100%;
	height: 100%;
	display: inline-block;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}
.jf img.logo-jf {
	position: absolute;
	width: 300px;
	max-height: 50%;
	top: 30px;
	z-index: 999;
	filter: drop-shadow(0 0 5px rgba(255,255,255,0.1));
	/* ##### Mit weißem Hintergrund #####*/
	/*background: #fff;*/
}
/* mmmmmmmmmm Logo Startseite mmmmmmmmmm */
#bottom .jf a img {
    max-width: 90%;
    max-height: 80%;
    z-index: 999;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.1));
	top: 40%;
}
@media (max-width: 1200px) {
.jf img.logo-jf {
	top: 20px;
	}
}
@media (max-width: 991px) {
.jf img.logo-jf {
	width: 225px;
	top: 15px;
	}
}
@media (max-width: 768px) {
.jf img.logo-jf {
	width: 175px;
	top: 10px;
	}
	.jf .footerlogo {
		display: none;
	}
}
.jf a:link, .jf a:visited {
	color: #fffcef;
}
.jf a.button{
	color: #fffcef;
	background-color: #18a195;
	padding: 8px 20px 6px 20px;
    display: inline-block;
}
/* ##### Jensenfleet Ende #####*/

/* ##### Baltic Tower Anfang #####*/
.bt {
	background: #fffcef;
}
.bt #wrap > header {
	/*background: #0077b3;*/
	background:linear-gradient(to right, #34a3e3, #0077b3);
}
.bt .navbar-collapse {
	background: transparent;
}
.bt .navbar-inverse .navbar-nav>.active>a {
	background-color: transparent;
}
.bt .navbar-inverse {
	background-color: transparent;
}
.bt #content .title {
	color: #0077b3;
}
.bt footer {
	/*background: #0077b3;*/
	background:linear-gradient(to right, #34a3e3, #0077b3);
}
.bt .footerlogo img {
	display: none;
}
.bt .footerlogo:before {
	display: inline-block;
	content: "";
	background-image: url("../Img/logo-footer-bt.png");
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.bt .skyline img {
	display: none;
}
.bt .skyline:before {
	background-image: url("../Img/skylinebt2.png");
	width: 100%;
	height: 100%;
	display: inline-block;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}
.bt img.logo-bt {
	position: absolute;
	max-height: 175px;
	top: 5px;
	z-index: 997;
	filter: drop-shadow(0 -10px 10px rgba(255,255,255,1));
	/* ##### Mit weißem Hintergrund #####*/
	/*background: #fff;*/
}
/* mmmmmmmmmm Logo Startseite mmmmmmmmmm */
#bottom .bt a img {
    max-width: 90%;
    max-height: 90%;
    z-index: 999;
    filter: drop-shadow(0 -15px 5px rgba(255,255,255,0.7));
    top: 5%;
}
@media (max-width: 1200px) {
.bt img.logo-bt {
	height: 130px;
	}
}
@media (max-width: 991px) {
.bt img.logo-bt {
	height: 95px;
	top: 0px;
	}
}
@media screen and (max-width:768px) {
.bt img.logo-bt {
	height: 95px;
	top: 0px;
	}
}
div#c2224 .csc-textpic-caption {
	margin-top: 10px;
}
.bt a.button{
	color: #fffcef;
	background-color: #0077b3;
	padding: 8px 20px 6px 20px;
    display: inline-block;
}

/* ##### Baltic Tower Ende #####*/

/* ##### Holstenplatz Anfang #####*/
.hp {
	background: #fffcef;
}

.hp #wrap > header {
	background: #577c5f;
}
.hp .navbar-collapse {
	background: #577c5f;
}
.hp .navbar-inverse .navbar-nav>.active>a {
	background-color: #577c5f;
}
.hp .navbar-inverse {
	background-color: #577c5f;
}
.hp #content .title {
	color: #577c5f;;
}
.hp footer {
	background: #577c5f;;
}
.hp .footerlogo img {
	display: none;
}
.hp .footerlogo:before {
	display: inline-block;
	content: "";
	background-image: url("../Img/logo-footer-hp.png");
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
.hp .skyline img {
	display: none;
}
.hp .skyline:before {
	background-image: url("../Img/skylinehp.png");
	width: 100%;
	height: 100%;
	display: inline-block;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}
.hp img.logo-hp {
	position: absolute;
	max-width: 175px;
	top: 15px;
	z-index: 996;
	filter: drop-shadow(0 0 5px rgba(255,255,255,0.4));
	/* ##### Mit weißem Hintergrund #####*/
	/*background: #fff;*/
}
/* mmmmmmmmmm Logo Startseite mmmmmmmmmm */
#bottom .hp a img {
	max-width: 90%;
    max-height: 80%;
    z-index: 999;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.3));
    top: 15%;
}
.hp a:link, .hp a:visited {
	color: #577c5f;
}
@media screen and (max-width: 1200px) {
.hp img.logo-hp {
	position: absolute;
	max-width: 150px;
	top: 0px;
	}
}
@media screen and (max-width: 991px) {
.hp img.logo-hp {
	position: absolute;
	max-width: 125px;
	}
}
.hp a.button{
	color: #fffcef;
	background-color: #577c5f;
	padding: 8px 20px 6px 20px;
    display: inline-block;
}

/* ##### Holstenplatz Ende #####*/

/* ############### Projekt Farben Ende ###############*/

/* ##### Farben der Boxen ##### */

/* ##### kieler tor start ##### */

/* hover start */
.box a.uid520 {
    color: #fff;
		background-color: #2ba2e6;
	  vertical-align: middle;
	  -webkit-transform: translateZ(0);
	  transform: translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  -moz-osx-font-smoothing: grayscale;
	  position: relative;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
}
.box .uid520:before {
    /*background-color: #fffcef;
    color: #2ba2e6;*/
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: #fffcef;
	  -webkit-transform: scaleY(0);
	  transform: scaleY(0);
	  -webkit-transform-origin: 50% 100%;
	  transform-origin: 50% 100%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.box .uid520:hover, .box .uid520:focus, .box .uid520:active {
  color: #2ba2e6;
}
.box .uid520:hover:before, .box .uid520:focus:before, .box .uid520:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* hover end */
/* ##### kieler tor end ##### */

/* ##### jensen fleet start ##### */ 
/* hover start */
.box .uid521 {
	background-color: #00a295;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    /*align-self: flex-start;*/
}
.box .uid521:before {
    /*background-color: #fffcef;
    color: #00a295;*/
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: #fffcef;
	  -webkit-transform: scaleY(0);
	  transform: scaleY(0);
	  -webkit-transform-origin: 50% 100%;
	  transform-origin: 50% 100%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.box .uid521:hover, .box .uid521:focus, .box .uid521:active {
	color: #00a295;
}
.box .uid521:hover:before, .box .uid521:focus:before, .box .uid521:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* hover end */
/* ##### jensen fleet end ##### */ 


/* ##### baltic tower ##### */
/* hover start */
.box .uid523 {
    background-color: #0077b3;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    /*align-self: flex-end;*/
}
.box .uid523:before {
    /*background-color: #fffcef;
    color: #0077b3;*/
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: #fffcef;
	  -webkit-transform: scaleY(0);
	  transform: scaleY(0);
	  -webkit-transform-origin: 50% 100%;
	  transform-origin: 50% 100%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.box .uid523:hover, .box .uid523:focus, .box .uid523:active {
  color: #0077b3;
}
.box .uid523:hover:before, .box .uid523:focus:before, .box .uid523:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* hover end */
/* ##### baltic tower end ##### */ 

/* ##### holsten platz ##### */
/* hover start */
.box .uid525 {
    background-color: #577c5f;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.box .uid525:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background: #fffcef;
	  -webkit-transform: scaleY(0);
	  transform: scaleY(0);
	  -webkit-transform-origin: 50% 100%;
	  transform-origin: 50% 100%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
}
.box .uid525:hover, .box .uid525:focus, .box .uid525:active {
  color: #577c5f;
}
.box .uid525:hover:before, .box .uid525:focus:before, .box .uid525:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* hover end */
/* ##### holstenplatz end ##### */ 

/* ##### Holstenplatz Bilder start ##### */
/*@media (min-width: 992px) and (max-width: 1080px){
		img[src="fileadmin/_processed_/csm_Scan-4_a42f873646.jpg"] {
		width: 379px;
	}
	img[src="fileadmin/_processed_/csm_Scan-3_b1032753bd.jpg"]{
		width: 379px;
	}
}*/

@media (max-width: 836px) {
.box:nth-child(-n+4) {
	margin: 20px;
}
}


.start h1 {
    position: absolute;
    font-weight: 100;
    left: 8%;
    top: 15%;
    margin: 0;
    line-height: 127%;
    font-size: 2.8vw;
    text-align: left;
    color: #fffcef;
}

@media (max-width:616px) {
.start h1 {
    font-size: 3.3vw;
    top: 12%;
    line-height: 121%;
}
.box {
    margin-top: 20px;
}
}

@media (min-width: 1600px) {
.start h1 {
    font-size: 45px;
}
}
.start #lang {
	display: none;
}
ul.startnavi {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 90%;
    list-style: none;
}
ul.startnavi li {
    float: left;
}
ul.startnavi li.mitmachen {
    float: right;
    margin-right: 13%;
}

@media (max-width: 480px) {
ul.startnavi li.mitmachen {
    float: left;
}
}
ul.startnavi a:link, ul.startnavi a:visited {
    color: #fff;
    text-decoration: none;
}
ul.startnavi a:hover, ul.startnavi a:focus {
    opacity: 0.8;
}
ul.startnavi {
    left: 3%;
}
ul.startnavi li {
    margin-right: 14px;
    font-size: 15px;
}

@media (min-width: 600px) {
ul.startnavi li {
    margin-right: 18px;
    font-size: 17px;
}
}

@media (min-width: 600px) {
ul.startnavi li {
    margin-right: 25px;
    font-size: 18px;
}
}

@media (min-width: 768px) {
ul.startnavi {
    left: 4%;
}
ul.startnavi li {
    margin-right: 32px;
    font-size: 22px;
}
}

@media (min-width: 900px) {
ul.startnavi {
    left: 5%;
}
ul.startnavi li {
    margin-right: 40px;
    font-size: 25px;
}
}

@media (min-width: 1024px) {
ul.startnavi li {
    margin-right: 43px;
    font-size: 27px;
}
}

@media (min-width: 1100px) {
ul.startnavi li {
    float: left;
    margin-right: 47px;
    font-size: 30px;
}
}

@media (min-width: 1200px) {
ul.startnavi li {
    float: left;
    margin-right: 55px;
    font-size: 30px;
}
footer .footerlogo {
    width: 20%;
}
}

@media (min-width: 1300px) {
ul.startnavi li {
    float: left;
    margin-right: 60px;
    font-size: 35px;
}
}
.navbar-toggle {
    margin-right: 0;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #2ba2e6;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff;
}
.middle {
    margin: 120px auto;
    /* anordnung der boxen */ 
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    list-style: none;
	max-width: 80%;
}
.box {
    border: 5px #fffcef solid;
    width: 170px;
    height: 170px;
    line-height: 40px;
    color: #fffcef;
    font-size: 2em;
    /* um den text zentriert dazustellen */
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.box a {
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
.box:hover {
	cursor: pointer;
}

/* ##### position der Boxen über nth-child ##### */
.box:nth-child(1) {
	margin-top: 80px;
}
.box:nth-child(2) {
	margin-bottom: 80px;
}
.box:nth-child(3) {
	margin-top: 80px;
}
.box:nth-child(4) {
	margin-bottom: 80px;
}



/* =BASIC STYLES ======================== */
.small {
    font-size: 0.9em;
}
.xsmall {
    font-size: 0.8em;
}
.red, .error {
    color: #c00;
}
.grey {
    color: #999;
}
.clear {
    clear: both;
}
.italic {
    font-style: italic;
}
.hide {
    display: none;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-justify {
    text-align: justify;
}
.align-left {
    text-align: left;
}
.note {
    font-size: 0.9em;
    font-style: italic;
    color: #999;
}
#bottom ul li a:link, a:visited {
	
}
a:link, a:visited {
    color: #333;
}
a:hover, a:focus {
    color: #000;
	cursor: pointer;
}
:active, :focus {
    outline: 0;
}
/*a.internal-link:link, a.internal-link:visited {
}
a.internal-link:hover, a.internal-link:focus {
}
a.external-link-new-window:link, a.external-link-new-window:visited {
}
a.external-link-new-window:hover, a.external-link-new-window:focus {
}*/
a.pdf {
    padding-left: 15px;
    background: url("../Img/icons.png") 0 -180px no-repeat;
}
a.doc {
    padding-left: 15px;
    background: url("../Img/icons.png") 0 -210px no-repeat;
}
a.mail:link, a.mail:visited {
    padding-left: 15px;
    background: url("../Img/icons.png") 0 -120px no-repeat;
}
a.mail:hover, a.mail:focus {
    background: url("../Img/icons.png") 0 -150px no-repeat;
}
/* skip link - sichtbar beim navigieren per tastatur */
#skip a, #skip a:hover, #skip a:visited {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skip a:active, #skip a:focus {
    position: static;
    width: auto;
    height: auto;
}
/* anker-tags für interne links nach oben setzen*/
a.anchor {
    position: absolute;
    margin-top: -35px;
}
/* text */
p, h1, h1, h3, h4, h5 {
}
p {
    margin-bottom: 13px;
    line-height: 21px;
}
h1 {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 30px;
}

@media (max-width: 480px) {
h1 {
    font-size: 22px;
}
}
span.title {
    color: #2ba2e6;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
}

@media (max-width: 480px) {
span.title {
    font-size: 22px;
}
}
h2 {
    margin: 10px 0 10px;
    font-size: 16px;
}
h3 {
    margin: 5px 0 10px;
    font-size: 16px;
}
h4 {
    margin: 5px 0 10px;
    font-size: 13px;
}
/* other */
ul {
    list-style: disc;
    margin: 0 0 10px 20px;
    line-height: 1.5em;
}
ol {
    list-style: decimal;
    margin: 0 0 10px 20px;
    line-height: 1.5em;
}
#content .csc-textpic-imagewrap ul, #content .csc-textpic-imagewrap ol {
    margin-left: 0px;
}
blockquote {
    padding: 15px 40px;
}
blockquote p {
    color: #0061a1;
    font-size: 14px;
    font-style: italic;
}
blockquote cite {
    color: #888;
    font-size: 12px;
    font-style: italic;
}
table {
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    vertical-align: top;
}
/* achtung: tabellen brauchen weiterhin 'cellspacing="0"' im markup! */
table p {
    padding: 0;
    margin: 0;
}
hr, hr.linie-davor, hr.linie-danach {
    clear: both;
    background-color: #adadad;
    color: #adadad;
    border: #adadad;
    height: 1px;
    margin: 10px 0;
}
address, caption, cite, code, dfn, var {
    font-style: normal;
    font-weight: normal;
}
caption, th {
    text-align: left;
}
fieldset {
    border: none;
}
input, textarea, select {
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 2px;
    color: #336699;
}
input:focus, textarea:focus {
    background-color: #f3f3f3;
}
.csc-linkToTop {
    margin: 30px 0 20px;
}
.csc-linkToTop a:link, .csc-linkToTop a:visited {
    background: url("../Img/to-top.gif") 0 0 no-repeat;
    padding: 2px 0 0 18px;
    font-weight: bold;
    text-decoration: none;
}
.csc-linkToTop a:hover, .csc-linkToTop a:focus, .csc-linkToTop a:active {
    background: url("../Img/to-top.gif") 0 -30px no-repeat;
    text-decoration: none;
}
img {
    border: 0;
    color: #C00;
}
div.csc-textpic .csc-textpic-imagewrap img {
    width: 100%;
    height: auto;
}

@media (min-width: 1200px){
	#c2229 .csc-textpic-imagewrap {
		width: 768px;
	}		
	#c2229 .csc-textpic-imagewrap .csc-textpic-imagerow {
		width: calc(50% - 10px);
	}		
	#c2229 .csc-textpic-imagewrap .csc-textpic-imagerow:first-child {
		float: left;
		margin-right: 20px;
	}	
	#c2229 .csc-textpic-imagewrap .csc-textpic-imagerow img {
        max-width: 100%;
        height: auto;
    }

}


/* =NAVIGATION ======================== */
.navbar-inverse {
    background-color: #2ba2e6;
    border-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fffcef;
    font-size: 20px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fffcef;
    /*background-color: #2ba2e6;*/
    font-weight: 500;
	border: 2px solid #fffcef;
	padding-top: 12px;
    padding-bottom: 10px;
	
}
ul.musthave {
    float: right;
    margin-top: 15px;
    line-height: 1em;
    font-size: 13px;
}

@media (max-width: 600px) {
ul.musthave {
    float: left;
    margin-left: 0;
}
}
ul.musthave li {
    list-style: none;
    float: left;
    margin-left: 10px;
}
ul.musthave a:link, ul.musthave a:visited {
    color: #fff;
}
/* =CONTENT ELEMENTS ======================== */



/* =OTHER ======================== */

/* ##### languages start ##### */
#lang {
}
#lang li {
    list-style: none;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    color: #fffcef;
    opacity: 0.8;
}
#lang li.active {
    opacity: 1;
}
#lang a:link, #lang a:visited {
    color: #fffcef;
}
.jf #lang {
	display:none;
}
.bt #lang {
	display:none;
}
.hp #lang {
	display:none;
}
/* ##### languages end ##### */
/* +++ copy ++++ */
span.copy {
    margin-top: 15px;
    color: #fffcef;
    font-size: 12px;
    line-height: 1em;
}
span.copy a:link, span.copy a:visited {
    color: #fff;
    text-decoration: none;
}
span.copy a:hover, span.copy a:focus {
    text-decoration: underline;
}
/* =EXTENSIONS ======================== */
/* POWERMAIL */
div.tx-powermail h3 {
    display: none;
}
div.tx-powermail fieldset {
    margin-bottom: 35px;
    padding: 15px 20px;
    background: #efefef;
}
div.tx-powermail legend {
    width: auto;
    margin-bottom: 10px;
    background: #2ba2e6;
    color: #fff;
    padding: 4px 15px;
    font-size: 18px;
}

@media (max-width: 480px) {
div.tx-powermail legend {
    width: 100%;
}
}
.powermail_check_legend {
    display: none;
}
div.tx-powermail div.powermail_fieldwrap {
    margin-bottom: 14px;
}
div.tx-powermail label {
    display: block;
    width: 260px;
    float: left;
    margin-left: 15px;
    font-weight: bold;
    line-height: 30px;
}

@media (max-width: 1024px) {
div.tx-powermail label {
    width: 100%;
    margin-left: 0px;
}
}
div.tx-powermail input.powermail_input {
    width: 300px;
    height: 35px;
    padding: 0 7px;
}

@media (max-width: 1024px) {
div.tx-powermail input.powermail_input {
    width: 90%;
}
}
div.tx-powermail textarea {
}
input.powermail_submit {
    margin-left: 14px;
    padding: 3px 10px;
    font-weight: 400;
    background: #f08e02;
    color: #fff;
}
input.powermail_submit:hover {
    opacity: 0.8;
    border-color: #f08e02;
}
#powermail_fieldwrap_18 {
    float: left;
    width: 40%;
}

@media (max-width: 480px) {
#powermail_fieldwrap_18 {
    width: 100%;
}
}
#powermail_fieldwrap_19 {
    float: left;
    width: 55%;
}

@media (max-width: 480px) {
#powermail_fieldwrap_19 {
    width: 100%;
}
}
#powermail_fieldwrap_18 fieldset {
    padding: 0 16px;
    margin-bottom: 0;
}
#powermail_fieldwrap_18 .powermail_check_inner {
    clear: both;
    margin-bottom: 3px;
    overflow: hidden;
}
#powermail_fieldwrap_18 input {
    float: left;
}

@media (max-width: 480px) {
#powermail_fieldwrap_18 input {
    margin: 6px 0 0;
}
}
#powermail_fieldwrap_18 label {
    float: left;
    width: 200px !important;
    margin-bottom: 0 !important;
    line-height: 22px !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
#powermail_fieldwrap_18 label {
    width: 60% !important;
}
}

@media (max-width: 1024px) {
#powermail_fieldwrap_18 label {
    margin-left: 10px;
    width: auto !important;
}
}

@media (max-width: 480px) {
#powermail_fieldwrap_18 label {
    line-height: 30px !important;
}
}
#powermail_fieldwrap_19 label {
    margin-left: 0 !important;
}
#powermail_fieldwrap_19 textarea {
    width: 100%;
    height: 80px;
}
#powermail_fieldwrap_21 {
    padding: 0 14px;
}
#powermail_fieldwrap_21 label {
    display: none;
}
#powermail_fieldwrap_21 textarea {
    width: 100%;
    height: 100px;
}
ul.parsley-errors-list {
    margin: 0 0 0 276px;
    list-style: none;
    color: #c00;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 480px) {
ul.parsley-errors-list {
    margin: 0;
}
}
span.powermail_mandatory, .powermail_message_error {
    color: #c00;
}
input.validate, input.powermail-field-error {
    background: red;
}
ul.powermail_message_error {
    list-style: none;
    margin-left: 0;
}
div.formError {
    z-index: 10;
    min-width: 150px;
    height: 16px;
    margin-top: -10px;
    padding: 10px 0 10px 20px;
    background: url("../Img/error.png") 0 0 no-repeat;
    color: #fff;
    font-weight: bold;
}
div.formError div.formErrorContent {
}
div.formError + input, div.formError + textarea, div.formError + select {
    border: 1px solid #c00;
}

@media (max-width: 480px) {
div.skizzen {
    padding-top: 20px;
}
}
div.skizzen img {
    width: 100%;
    height: auto;
    display: block;
}
div.skizzen {
    position: relative;
    margin-bottom: 15px;
}
div.skizzen a.fancy {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background: #CC6600;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    opacity: 0.7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
div.skizzen a.fancy:hover {
    opacity: 1;
}
div.skizzen a.action-arkade {
    top: 62%;
    left: 28%;
}
div.skizzen a.action-info {
    top: 60%;
    left: 41%;
}
div.skizzen a.action-congress {
    top: 46%;
    left: 21%;
}
div.skizzen a.action-congress2 {
    top: 33%;
    left: 49%;
}
div.skizzen a.fancy span.glyphicon {
    top: 8px;
}
div.skizzen {
    display: none;
}
div.active {
    display: block;
}
span.switch {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #fffcef;
    font-size: 14px;
    font-weight: bold;
    background-color: #34a3e3;
    padding: 5px 10px;
}
span.inactive {
    text-decoration: underline;
    font-weight: normal;
}
span.switch:hover {
    color: #000;
}
/* =JQUERY PLUGINS ======================== */
/* accordion */
h3.ui-accordion-header {
    margin: 0 0 2px;
    padding: 5px 15px 4px;
    background: #ccc;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
}
h3.ui-accordion-header a:link, h3.ui-accordion-header a:visited {
    display: block;
    height: auto;
    padding: 6px 20px 5px 35px;
    background-position: 10px -375px;
    background-repeat: no-repeat;
    background-image: url("../Img/icons.png");
    text-decoration: none;
    color: #333;
}
h3.ui-accordion-header a:hover, h3.ui-accordion-header a:focus {
    background-position: 10px -415px;
    color: #000;
    outline: 0;
}
h3.ui-state-active {
    border: none;
    background-position: 10px -415px;
}
h3.ui-state-active a:link, h3.ui-state-active a:visited {
    background-color: #999;
    color: #fff;
}
h3.ui-state-active a:hover, h3.ui-state-active a:focus {
}
h3.ui-state-default a {
}
div.ui-accordion-content {
    background: #eaeaea;
    padding: 10px 15px 15px;
    margin-bottom: 2px;
    overflow: hidden;
}
div.ui-accordion-content p {
    margin-bottom: 7px;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('img/fancybox.png');
}
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}
#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('img/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}
#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('img/blank.gif');
    z-index: 1102;
    display: none;
}
#fancybox-left {
    left: 0px;
}
#fancybox-right {
    right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}
#fancybox-left-ico {
    background-image: url('img/fancybox.png');
    background-position: -40px -30px;
}
#fancybox-right-ico {
    background-image: url('img/fancybox.png');
    background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
    left: 20px;
}
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}
#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('img/fancybox-x.png');
}
#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('img/fancybox.png');
    background-position: -40px -162px;
}
#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('img/fancybox-y.png');
    background-position: -20px 0px;
}
#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('img/fancybox.png');
    background-position: -40px -182px;
}
#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('img/fancybox-x.png');
    background-position: 0px -20px;
}
#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('img/fancybox.png');
    background-position: -40px -142px;
}
#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('img/fancybox-y.png');
}
#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('img/fancybox.png');
    background-position: -40px -122px;
}
#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}
.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}
.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}
#fancybox-title-over {
    padding: 10px;
    background-image: url('img/fancy_title_over.png');
    display: block;
}
.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}
#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}
#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}
#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('img/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('img/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('img/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */

.fancybox-ie6 #fancybox-close {
    background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
    background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
    background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
    background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_title_over.png', sizingMethod='scale');
    zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
    background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
    background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
    background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
 height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
 top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
    background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
    background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/layout/img/fancy_shadow_nw.png', sizingMethod='scale');
}

/* ##### Firefox Bugfixes start ##### */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: transparent;
}
/* ##### Firefox Bugfixes end ##### */