a.menu-link {display: none;}
.js .toolbar {max-height: none;}

/* Preloader */
#preloader {background-color: #fff; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 4999;}

body {
	color: #333;
 	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}


/* Print Setup */

body.contentpane {
	background: #fff;
 	color: #555;
 	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}

.contentpane #maininfo {
	background: #fff;
	padding: 15px;
}



/* Fonts  ############################################################################################################################################ */


#header-clear {
    display: none;
}

body {
	font-family: 'Open Sans', sans-serif;
}


/* Global HTML  ############################################################################################################################################ */

.clear {
	clear: both;
}

h2 {
	color: #999;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0 0 25px 0;
}

h1 {
	color: #999;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

h3 {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 10px 0 15px 0;
}


p {
	margin: 0 0 10px 0;
	padding: 0;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}




/* Global Elements  ############################################################################################################################################ */


#content-wrapper {
	position: relative;
}

#content {
	border: 2px solid rgba(255,255,255,0.7);
	display: none;
	left: 10%;
	margin: 0 auto;
	padding: 4px;
	position: absolute;
	top: 10%;
	width: 40%;
	z-index: 500 !important;
}

#content-inner {
	background: rgba(255,255,255,0.9);
	border: 1px solid rgba(255,255,255,0.7);
	margin: 0 auto;
	padding: 25px 50px 30px 50px;
	position: relative;
}

p.logo, p.facebook {
	text-align: left;
}




/* Impressum */

#impressum {
	clear: both;
	font-size: 12px;
	line-height: 16px;
	margin: 35px 0 0 0;
}

.togglebox {
	cursor: pointer;
	margin: 0;
}

#impressum h3 {
	font-size: 12px;
	letter-spacing: 3px;
	margin: 0 0 10px 0;
	padding: 0;
}

#impressum p {
	margin: 0 0 5px 0;
	padding: 0;
}

.flyoutbox {
	display: none; /* Toggle for onLoad display */
	padding: 5px 0;
	width: 100% !important;
}





/* Toggle Row */


.togglerow {
	height: 30px;
	padding: 15px 0 0 0 !important;
	position: absolute;
	right: 20px;
	top: 10px;
}

..toggleh3 {
	border: none;
	font-size: 26px;
}

.togglelink {
	background: transparent url("../images/togglebox-h3.png") no-repeat scroll 0 0;
	cursor: pointer;
	float: left;
	list-style-type: none;
	text-align: center;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.togglelink h3 {
	border: none;
	color: #777 !important;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
	text-align: left;
}

.togglelink:hover {
	background-position: 0 -25px;
}

.togglelink h3:hover {
	color: #ec8f00 !important;
}

.togglelink.opened {
	background-position: 0 -25px;
}

.togglelink.opened h3 {
	border-bottom: 2px solid #ec8f00;
	color: #ec8f00 !important;
}

.flyoutrow {
	clear: both;
	display: none;
	margin-top: 15px;
	padding: 5px 0;
	width: 100% !important;
}

.flyoutrow h3 {
	padding: 0 0 5px 0;
}

.flyoutrow p {
	padding: 0 0 10px 0;
}





/* Copyright */

#copyright {
	clear: both;
	line-height: 20px;
	text-align: left;
}

#copyright p, #copyright a {
	padding: 2px 0;
	text-decoration: none;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#copyright a:hover {
	border-bottom: 1px dashed #777;
	border-top: 1px dashed #777;
}

a.nohover {
	cursor: text !important;
	text-decoration: none !important;
}

a.nohover:hover {
	border: none !important;
}





/* BACKGROUNDS ########################################################################################################################## */

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span { background-image: url(../images/bg1.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/bg2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/bg3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/bg4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/bg5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/bg6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}






/* NO SCRIPT ########################################################################################################################## */

.noscript #element {
	display: block;
}




/* RESPONSIVE */

/* PRINT ######################################################################################## */
@media print {

body {
	background: none !important;
	background-color: #fff !important;
	color: #555 !important;
}

h1, h2, h3, h4, h5 {
	color: #777 !important;
}

}



/* BIG SCREEN #################################################################################### */
@media screen and (min-width: 1281px) {

}



/* STANDARD VIEW ################################################################################# */
@media screen and (max-width: 1280px) {

}



/* TABLET QUER ################################################################################### */
@media screen and (max-width: 1024px) {

* {
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

}



/* TABLET ####################################################################################### */
@media screen and (max-width: 800px) {

#content {
	left: 5%;
	top: 5%;
	width: 90%;
}

#content-inner {
	padding: 25px 25px 20px 25px;
}

}


/* SMARTPHONE ##################################################################################### */
@media screen and (max-width: 720px) {

}

