.SiteWrap {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#HeadOut {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background: #fff;
}
#Head {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1480px;
	min-width: 300px;
	height: auto;
    text-align: center;
    border-bottom: 1px solid #ef7e26;
}
#Logo {
	position: relative;
	margin: .8em auto .6em auto;
	width: 20%;
	height: auto;
}

#Main {
	position: relative;
	margin: 0 auto 0 auto;
    padding: 0;
	width: 100%;
    max-width: 1480px;
	text-align: left;
    min-height: 200px;
}
#Main > fieldset:nth-child(1) {
    padding-top: 2em;
}
.Content {
	position : relative;
	display: block;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 0 auto;
	width: 93.75%;
	max-width: 1250px;
	min-width: 300px;
	text-align: left;
	padding: 1.5em 0 1.5em 0;
	text-align: left;
	font-size: 1em;
	line-height : 1.4em;
}

.Content > fieldset, .Content > div  {
	width: 100%;
	*overflow-x: hidden;
}

.Galerie {
    width: 100%;
}
.Galerie h2 {
    color: #fff;
    text-transform: uppercase;
}
.Galerie > a {
    display: block;
    float: left;
    width: 16%;
    height: auto;
    margin: 0 .8% .8% 0;  
}
.Galerie > a:nth-child(6n + 1) {
    margin: 0 0 .8% 0;
}
.Galerie > a > img {
    width: 100%;
    height: auto;
    -ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 2px RGBa(0, 0, 0, .7);
	-o-box-shadow: 0 0 2px RGBa(0, 0, 0, .7);
	-moz-box-shadow: 0 0 2px RGBa(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 2px RGBa(0, 0, 0, .7);
}
.Galerie > a > img:hover {
	box-shadow: 0 0 8px #000;
	-o-box-shadow: 0 0 8px #000;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
}

.Player,
.PlayerR {
	position: relative;
	display: block;
	float: left;
	width: 49%;
	height: auto;
	padding: 0;
	margin: 0 2% .5em 0;
}
.PlayerR {
	float: right;
	margin: 0 0 .5em 2%;
}
.vsPlayer {
	width: 100%;
	height: auto;
	margin: 0;
}

.StartLink,
.StartLink:visited,
.StartLink:active,
.StartLink:hover {
	position: relative;
	display: block;
	width: 31%;
    margin: 0 3.5% 1em 0;
	height: auto;
	float: left;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
    color: #fff;
    border: 1px solid #1e60a1;
}
.StartLink:nth-child(3) {
    margin: 0 0 1em 0;
}
.StartLink > h2 {
    position: absolute;
    font-family: OpenSansB, arial, sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1em;
    height: 1.5em;
    bottom: 20%;
    color: #1e60a1;
    z-index: 3;
    margin: 0;
}
.BGStartbox {
    width: 100%;
    height: auto;
    background-position: 50% 2px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


a.details-gallery,
a.PicHold,
a.PicClass3 {
	text-decoration: none !important;
}
.PicHold {
	max-width: 100%;
	margin-bottom: 1.1em;
}
.PicHold > img {
	width: 100%;
	height: auto;
}
.PicHold > .PicSubTitle {
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 2px;
	font-size: .7em;
	line-height: 1.1em;
	text-align: right;
}
.NoMobile {
	display: inline-block;
}

.PicClass1, .PicClass1R {
	width: 100%;
	height: auto;
}
.PicClass2 {
	float: left;
	width: 49%;
	height: auto;
	margin-right: 2%;
}
.PicClass2R {
	float: right;
	width: 49%;
	height: auto;
	margin-left: 2%;
}
.PicClass2:nth-child(2),
.PicClass2R:nth-child(2) {
	margin-right: 0;
	margin-left: 0;
}
.PicClass3 {
	float: left;
	width: 32%;
	height: auto;
	margin-right: 2%;
}
.PicClass3R {
	float: right;
	width: 32%;
	height: auto;
	margin-left: 2%;
}
.PicClass3:nth-child(3n+0),
.PicClass3R:nth-child(3n+0) {
	margin-right: 0;
	margin-left: 0;
}
.PicClass4 {
	float: left;
	width: 23.5%;
	height: auto;
	margin-right: 2%;
}
.PicClass4R {
	float: right;
	width: 23.5%;
	height: auto;
	margin-left: 2%;
}
.PicClass4:nth-child(4),
.PicClass4R:nth-child(4) {
	margin-right: 0;
	margin-left: 0;
}

.einspaltig {
    
}
.zweispaltig {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	-moz-column-rule: 0px solid #ccc;
	-webkit-column-rule: 0px solid #ccc;
	column-rule: 0px solid #ccc;
	margin: 0;
}
.dreispaltig {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	-moz-column-rule: 0px solid #ccc;
	-webkit-column-rule: 0px solid #ccc;
	column-rule: 0px solid #ccc;
	margin: 0;
}

.Kontakt {
	width: 100%;
}
.drittel {
	width: 33.333333%;
	float: left;
}
.drittel:nth-child(3) {
	padding-left: 2em;
}
.drittel > img {
    width: 90%;
    height: auto;
    float: right;
}
.drittel > p {
	line-height: 1.6em;
}
.drittel > h3 {
    margin-bottom: 1.2em;
}
.APTripple {
    width: 33.333%;
    float: left;
    padding: 0 1em 0 0;
}

/* ------------------------------------------------------------------------- */
a#TopArrow {
	position: fixed;
	display: block;
	right: 3.125%;
	bottom: 12px;
	width: 40px;
	height: 40px;
	background: url('../vsImages/btn-top.png') 0 0 no-repeat;
	background-size: 100%;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 8px RGBa(0, 0, 0, .6);
	-webkit-box-shadow: 2px 2px RGBa(0, 0, 0, .6);
	-o-box-shadow: 2px 2px 8px RGBa(0, 0, 0, .6);
	box-shadow: 2px 2px 8px RGBa(0, 0, 0, .6);
	z-index: 10;
}
a#TopArrow:hover {
	background-position: 0 -40px;
}
a#TopArrow > span {
	display: none;
}
/* ------------------------------------------------------------------------- */
#ToolTipp {
	position: absolute;
	display: inline-block;
	padding: 3px 6px 3px 6px;
	max-width: 170px;
	height: auto;
	font-family : OpenSansCB, arial, sans-serif;
	font-size : 13px;
	line-height: 1.2em;
	text-align: left;
	color: #444;
	background: #f4f4f4;
	z-index: 100;
	-moz-box-shadow: 2px 2px 8px RGBa(0, 0, 0, .6);
	-webkit-box-shadow: 2px 2px RGBa(0, 0, 0, .6);
	-o-box-shadow: 2px 2px 8px RGBa(0, 0, 0, .6);
	box-shadow: 2px 2px 8px RGBa(0, 0, 0, .6);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	display: none;
}
a.SM {
    position: relative;
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 4px;
    float: left;
    margin: 0 8px 1em 0;
    background-position: 0 0;
}
a.SM:hover {
    background-position: 0 -33px;
}
a.SM > span {
    display: none;
}
.SMWrap {
    display: inline-block;
    margin: 2em 0 1em 0;
    float: right;
}

@media only screen and (max-width : 1920px) {

}

@media only screen and (max-width : 1280px) {
    #Flags {
        right: 3.125%;
    }
	#Slogan {
		bottom: 1.5em;
		font-size: 1.6em;
		line-height: 1.4em;
	}
}

@media only screen and (max-width : 1024px) {
    .StartLink,
    .StartLink:visited,
    .StartLink:active,
    .StartLink:hover {
        width: 33%;
        margin: 0 .5% 1em 0;
    }
    .StartLink > h3 {
        bottom: 0;
    }
    table.THouse td:nth-child(3){
         display: none
    }
}

@media only screen and (max-width : 768px) {
    .StartLink > h2 {
        bottom: 16%;
    }
    
    .Galerie > a {
        display: block;
        float: left;
        width: 32%;
        height: auto;
        margin: 0 2% 2% 0;  
    }
    .Galerie > a:nth-child(3n + 1) {
        margin: 0 0 2% 0;
    }
    
    #SlOverlay {
        font-size: 1.1em;
        line-height: 1.1em;
        bottom: 3.5em;
    }
    #NavOnOff {
        display: block;
    }
    #Flags > a {
        float: none;
    }
    .APTripple {
        width: 100%;
    }
	#Logo {
		width: 35%;
	}
    #HT1 {
        position: absolute;
    }
	#HeadSlogan {
		font-size: .8em;
	}
	#HeadSlogan > .green {
		font-size: 1em;
	}
	#Slogan {
		bottom: 1em;
		font-size: 1em;
		line-height:1.2em;
	}

	h1 {
		font-size: 1.9em; 
	}
	h2 {
		font-size: 1.3em;
	}
	.drittel > p {
		font-size: .8em;
	}
	#Footer > div {
		position: relative;
		width: 100%;
		float: none;
		padding: 0.5em 3.125% 0.5em 3.125%;
		border-bottom: 2px solid #fff;
		font-size: 1.1em;
	}
	#Footer > div:last-child {
		border: none;
	}
    ul.FNav {
        display: block;
        width: 100%;
        left: 0;
    }
    ul.FNav > li {
        display: block;
        float: none;
        height: 1.8em;
        line-height: 1.8em;
        padding: 0;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    table.THouse td, table.TB2 th {
        font-size: .9em;
        padding: .25em;
    }
    .NoMobile, #RSelect {display: none}
}

@media only screen and (max-width : 640px) {
	.drittel {
		width: 100%;
		float: none;
	}
		.drittel > .inp {
		width: 100%;
	}
		.drittel > p {
		font-size: 1em;
	}
    .drittel:nth-child(3) {
        padding: 0;
    }
}

@media only screen and (max-width : 580px) {
    #SlOverlay {
        font-size: .9em;
        line-height: 1.1em;
        bottom: 4em;
    }
	#Logo {
		margin: 1em 0 1.5em 0;
		width: 60%;
	}
    .StartLink,
    .StartLink:visited,
    .StartLink:active,
    .StartLink:hover,
    .StartLink:nth-child(3) {
		width: 70%;
        margin: 0 auto 1em auto;
        float: none;
	}
    .StartLink > h2 {
        bottom: 20%;
    }
	.Content {
		font-size: .95em;
		line-height : 1.25em;
	}
	h1 {
		font-size: 1.8em; 
	}
	.PicClass1, .PicClass2, .PicClass3, .PicClass4,
	.PicClass1R, .PicClass2R, .PicClass3R, .PicClass4R {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.Player, .PlayerR {
		float: left;
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	} 
	.zweispaltig, .dreispaltig {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
		-moz-column-rule: none;
		-webkit-column-rule: none;
		column-rule: none;
		margin: 0;
	}
    table.THouse {
        width: 98%;
    }
}

@media only screen and (max-width : 335px) {
    .StartLink,
    .StartLink:visited,
    .StartLink:active,
    .StartLink:hover,
    .StartLink:nth-child(3) {
		width: 80%;
	}
	#Slogan {
		bottom: 1em;
		font-size: .8em;
		line-height:1.2em;
	}
    .PicHold > .PicSubTitle {
        font-size: .6em;
    }
}