@import url(http://fonts.googleapis.com/css?family=Arimo);
html {
	-webkit-text-size-adjust: none;
}

body {
	background-color: #363636;
	font-family: 'Arimo', sans-serif;
	color: #CCC;
	line-height: 120%;
}

/* other */
@media only screen and (min-width : 481px) {
body {
	height: auto;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/bgfull.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
}

/* iphone 320*/
@media only screen and (max-width : 320px) {
body {
	height: auto;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
}

/* iphone 480*/
@media only screen and (min-width : 321px) and (max-width : 480px) {
body {
	height: auto;
	width: 460px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
}
}

/* portraitmodus min 768 max 800*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
body {
	height: auto;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
}
}

/* other */
@media only screen and (min-width : 481px) {
#overnav {
	float: right;
	height: 110px;
	width: 750px;
	display: block;
	text-align: right;
	font-size: 12px;
	color: #999;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#overnav {
	display: none;
}
}

/* portraitmodus min 768 max 800*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
#overnav {
	float: right;
	height: 79px;
	width: 550px;
	display: table;
	text-align: right;
	color: #999;
}
}

/* other */
@media only screen and (min-width : 481px) {
#Header {
	width: 100%;
	clear: both;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 220px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#Header {
	width: 100%;
	clear: both;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	vertical-align: bottom;
}
}

/* portraitmodus min 768 max 800*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
#Header {
	width: 100%;
	clear: both;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 158px;
}
}

/* other */
@media only screen and (min-width : 481px) {
.logo {
	background-color: #000;
	display: block;
	height: 220px;
	width: 220px;
	float: left;
	margin-right: 20px;
}
}

/* iphone 480*/
@media only screen and (min-width : 321px) and (max-width : 480px) {
.logo {
	background-color: #000;
	display: block;
	height: 220px;
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
}

/* iphone 320*/
@media only screen and (max-width : 320px) {
.logo {
	background-color: #000;
	display: block;
	height: 140px;
	width: 140px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
}

/* portraitmodus min 768 max 800*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
.logo {
	background-color: #000;
	display: block;
	height: 160px;
	width: 160px;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}
}
/* other */
@media only screen and (min-width : 481px) {
.navspace {
	height: auto;
	width: 20px;
	float: left;
	margin: 0px;
	display: table;
}
}
/* iphone 320*/
@media only screen and (max-width : 320px) {
.navspace {
	height: 140px;
	width: 20px;
	float: left;
}
}
/* iphone 480*/
@media only screen and (min-width : 321px) and (max-width : 480px) {
.navspace {
	height: 220px;
	width: 20px;
	float: left;
}
}

/* other */
@media only screen and (min-width : 481px) {
.adress {
	height: 110px;
	float: right;
	overflow: hidden;
	margin: 0px;
	display: block;
	text-align: right;
	clear: none;
	width: 740px;
	font-size: 10px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.adress {
	display: none;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.nav {
	background-color: #19191b;
	color: #FFF;
}
}

/* other */
@media only screen and (min-width : 481px) {
.nav {
	background-color: #19191b;
	transition: background-color .35s ease-in-out;
	-moz-transition: background-color .35s ease-in-out;
	-webkit-transition: background-color .35s ease-in-out;
	color: #FFF;
}
}

a:hover .orange {
	background-color: #FF0000;
	color: #FFF;
}

a:hover .yellow {
	background-color: #f0a30a;
	color: #333;
}

a:hover .green {
	background-color: #a4c400;
	color: #333;
}

a:hover .sky {
	background-color: #1ba1e2;
	color: #FFF;
}

a:hover .blue {
	background-color: #00aba9;
	color: #FFF;
}

a:hover .violett {
	background-color: #d80073;
	color: #FFF;
}

.a_orange {
	background-color: #FF0000;
	color: #FFF;
}

.a_yellow {
	background-color: #f0a30a;
	color: #333;
}

.a_green {
	background-color: #a4c400;
	color: #333;
}

.a_sky {
	background-color: #1ba1e2;
	color: #FFF;
}

.a_blue {
	background-color: #00aba9;
	color: #FFF;
}

.a_violett {
	background-color: #d80073;
	color: #FFF;
}

.b_orange {
	color: #FF0000;
}

.b_yellow {
	color: #f0a30a;
}

.b_green {
	color: #a4c400;
}

.b_sky {
	color: #1ba1e2;
}

.b_blue {
	color: #00aba9;
}
.b_violett {
	color: #d80073;
}

/* other */
@media only screen and (min-width : 483px) {
.nav {
	float: left;
	font-size: 13px;
	text-decoration: none;
	height: 110px;
	width: 110px;
	display: table;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
}
}

/* iphone 480*/
@media only screen and (min-width : 321px) and (max-width : 480px) {
.nav {
	float: left;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	height: 220px;
	width: 220px;
	margin-bottom: 20px;
	display: table;
	padding-right: 1px;
	padding-left: 1px;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 24px;
}
}

/* iphone 320*/
@media only screen and (max-width : 320px) {
.nav {
	float: left;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	height: 140px;
	width: 140px;
	margin-bottom: 20px;
	display: table;
	padding-right: 1px;
	padding-left: 1px;
	background-repeat: no-repeat;
	background-position: center top;
}
}
/* pad portrait*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
.nav {
	float: left;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	height: 80px;
	width: 80px;
	display: table;
	vertical-align: middle;
	padding-right: 1px;
	padding-left: 1px;
}
}

/* other */
@media only screen and (min-width : 483px) {
.navactive {
	float: left;
	font-size: 13px;
	text-decoration: none;
	height: 110px;
	width: 110px;
	display: table;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
}
}

/* iphone 480*/
@media only screen and (min-width : 321px) and (max-width : 480px) {
.navactive {
	float: left;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	height: 220px;
	width: 220px;
	margin-bottom: 20px;
	display: table;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 24px;
}
}

/* iphone 320*/
@media only screen and (max-width : 320px) {
.navactive {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	height: 140px;
	width: 140px;
	margin-bottom: 20px;
	display: table;
	padding-right: 1px;
	padding-left: 1px;
	float: left;
}
}

/* pad portrait*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
.navactive {
	float: left;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	height: 80px;
	width: 80px;
	display: table;
	vertical-align: middle;
	padding-right: 1px;
	padding-left: 1px;
}
}

/* other */
@media only screen and (min-width : 481px) {
#subnavibox {
	height: auto;
	width: 220px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#subnavibox {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
	padding: 0px;
}
}

/* pad portrait*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
#subnavibox {
	height: auto;
	width: 160px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
}
}

.subnavi {
	background-color: #666;
	transition: background-color .35s ease-in-out;
	-moz-transition: background-color .35s ease-in-out;
	-webkit-transition: background-color .35s ease-in-out;
	color: #FFF;
}

/* other */
@media only screen and (min-width : 481px) {
.subnavi {
	height: auto;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: left;
	margin-right: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 13px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.subnavi {
	display: none;
}
}
	
/* pad portrait*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
.subnavi {
	height: 20px;
	width: 150px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #666;
	transition: background-color .35s ease-in-out;
	-moz-transition: background-color .35s ease-in-out;
	-webkit-transition: background-color .35s ease-in-out;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
}
a:hover .subnavi {
	text-decoration: none;
}

/* other */
@media only screen and (min-width : 481px) {
.subnavi_active {
	height: auto;
	width: 200px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: left;
	margin-right: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	transition: background-color .35s ease-in-out;
	-moz-transition: background-color .35s ease-in-out;
	-webkit-transition: background-color .35s ease-in-out;
	text-decoration: none;
	font-size: 13px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.subnavi_active {
	display: none;
}
}
	
/* pad portrait*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
.subnavi_active {
	height: 20px;
	width: 150px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: left;
	margin-right: 0px;
	transition: background-color .35s ease-in-out;
	-moz-transition: background-color .35s ease-in-out;
	-webkit-transition: background-color .35s ease-in-out;
	text-decoration: none;
	font-size: 10px;
	padding: 5px;
	line-height: 20px;
}
}

/* other */
@media only screen and (min-width : 481px) {
#Textblock_subnav {
	height: auto;
	width: 760px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: justify;
	font-size: 15px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#Textblock_subnav {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	font-size: 15px;
}
}

/* pad portrait*/
@media only screen and (min-width : 767px) and (max-width : 801px) {
#Textblock_subnav {
	height: auto;
	width: 580px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: justify;
	font-size: 15px;
}
}

/* other */
@media only screen and (min-width : 481px) {
#Textblock {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: justify;
	font-size: 15px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#Textblock {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 15px;
}
}

#Footer {
	background-color: #19191b;
	height: auto;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	display: block;
}

.footercontent {
	height: auto;
	width: 205px;
	padding: 12px;
	color: #999;
	font-size: 13px;
	float: left;
}

.footercontent_right {
	height: auto;
	width: 205px;
	padding: 12px;
	color: #999;
	font-size: 13px;
	float: right;
	text-align: right;
}

h1 {
	font-size: 24px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	text-decoration: none;
	/* [disabled]color: #e80032;
*/
	line-height: 110%;
}

h2 {
	font-size: 18px;
	margin: 0;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
}

h3 {
	font-size: 18px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
	line-height: 120%;
}
h4 {
	font-size: 14px;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
	line-height: 120%;
}


img {
	border: none;
}

hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

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

a:hover {
	text-decoration: none;
	color: #FF003A;
}

a:active {
	text-decoration: none;
	color: #FF003A;
}

a:focus {
	text-decoration: none;
	color: #FF003A;
}

.gallery:after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
}

#PhotoSwipeTarget {
	width: 100%;
	height: 200px;
}

#galimage_links {
	margin: 0px;
	padding-bottom: 20px;
}

/* other */
@media only screen and (min-width : 481px) {
#galimage_links {
	width: 23.5%;
	float: left;
	clear: none;
	height: auto;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 0px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#galimage_links {
	width: 100%;
	float: left;
	clear: none;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
}

#galimage_rechts {
	margin: 0px;
	padding-bottom: 20px;
}

/* other */
@media only screen and (min-width : 481px) {
#galimage_rechts {
	width: 23.5%;
	float: right;
	clear: none;
	height: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#galimage_rechts {
	width: 100%;
	float: left;
	clear: none;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
}

/* iphone */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.display {
	display: none;
}
}
/* other */
@media only screen and (min-width : 481px) {
.displayiphone {
	display: none;
}
}

#sliderbox {
	height: auto;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.vertspace20px {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 100%;
	display: block;
}

/* other */
@media only screen and (min-width : 481px) {
.iphonesubnav {
	display: none;
}
}

/* iphone 320 */
@media only screen and (max-width : 320px) {
.iphonesubnav {
	height: 30px;
	width: 140px;
	margin: 0px;
}
}

/* iphone 480*/
@media only screen and (min-width : 321px) and (max-width : 480px) {
.iphonesubnav {
	height: 50px;
	width: 220px;
	margin: 0px;
}
}	
	
/* other */
@media only screen and (min-width : 481px) {
.selectstyle {
	display: none;
}
}

/* iphone 320 */
@media only screen and (max-width : 320px) {
.selectstyle {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #666666;
	height: 27px;
	width: 140px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: 110px center;
	margin-top: 3px;
	border: 1px solid #666666;
}
}

/* iphone 480*/
@media only screen and (min-width : 321px) and (max-width : 480px) {
.selectstyle {
	color: #FFFFFF;
	font-size: 20px;
	background-color: #666666;
	height: 45px;
	width: 220px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	margin-top: 5px;
	border: 1px solid #666666;
}
}

/* other */
@media only screen and (min-width : 481px) {
#Promobox {
	background-color: #000;
	height: auto;
	width: 220px;
	float: left;
	margin-right: 20px;
}
}

.galerieimage {
	height: auto;
	width: 100%;
}

/* iphone 320 */
@media only screen and (max-width : 320px) {
.iphone_navibox {
	float: left;
	height: 140px;
	width: 140px;
	padding-bottom: 20px;
}
}

/* iphone 480*/
@media only screen and (min-width : 321px) and (max-width : 480px) {
.iphone_navibox {
	float: left;
	height: 220px;
	width: 220px;
	padding-bottom: 20px;
}
}

/* other */
@media only screen and (min-width : 481px) {
.iphone_navibox {
	height: auto;
	width: auto;
}
}
.notvisible {
	display: none;
}
