html {height:100%;}


body {
	margin: 0; padding: 0; 
	height:100%;
	background: #fff ;
	
}

.container {
	max-width: 1600px;
    width: 99%;
    margin: 0 auto;
	background: #E10F07  url(https://westcoastswingheidelberg.de/media/basics/hgmitrot.jpg) no-repeat; 
	position:relative; 
}

.header { position: absolute; top: 50px; width: 100%; background: transparent; }
.footer { width: 100%; background: #fff; } 
.logopic {position: absolute; top:0px; left:2%; max-width:21%;z-index: 5000;}
.topmenubar {float: right; max-width: 60%; background:transparent; margin: 10px 20% 20px 30%;}

.contentbox {width: 60%; float:left; color:#fff; margin-left: 12.5%; }
.contentbox .inner {min-height:330px; margin: 15px 3% 20px 4%;}
.contentbox .inner p img {max-width:100%; height: auto ! important;}

.contentboxwide {width: 75%; margin-left:12.5%; margin-top: 50px; ! important;  }

.rightbox {width: 25%; float:right; margin-top:15px; margin-bottom: 20px; background:transparent; border: 1px solid #fff; color:#fff; }
.rightbox .inner {padding:16px 16px 0 16px;}
.rightbox .inner img { margin-left:-2px; border:2px solid #fff;}
.rightbox .inner p img {max-width:99%; height: auto ! important; border:1px solid #fff;}
.rightbox.inner h1, .rightbox .inner h2, .rightbox .inner h3, .rightbox .inner h4, .rightbox .inner strong {color: #fff;}

#bigcontent  {float:left; margin-top: 150px; background: url(https://westcoastswingheidelberg.de/media/basics/strichzeichnung.png); background-size: 100% auto; width: 74%; margin-left: 10%; padding: 50px 3% 0 3%;}

.footer {
    width:  100%;
	min-height:220px;
	background: #fff ; 
	clear:both;
}
.footer .inner {  width:75%; font-size:1em; text-align:center; line-height:120%;  color: #000; margin-left: 12.5%;}
.footer .inner span { font-size:1em;}

.footerframe {width: 70%; float:left; margin:15px 15% 10px 15%; background-color:transparent; border-top: 1px solid #9e8d7b; border-bottom: 1px solid #9e8d7b;  }
.footerframe .inner {padding:16px 16px 0 16px;   }
.footer .inner .footerframe h1, .footer .inner .footerframe h2, .footer .inner .footerframe h3,.footer .inner .footerframe h4, .footerframe strong {color: #999; line-height: 120%;}


/***********************************
	menu
************************************/

a#mobilemenu {float: right; 
    display:  none;   
}
a#mobilemenu span {display:block; padding: 10px 25px ; font-weight: bold; float: rigth;  margin-right: 3%; width: 30%;}



.search_box {float:right;  width:130px; text-align:right; margin-top:8px;}
.search_box .searchstring {	
	width:80px;	
	font-size:12px;
	padding:2px;
}
.search_box .submitbutton {
	vertical-align: top; margin:0 0 0 0;  background: none; border: none;
}

#showlogin {display:block; float:right; position:relative;  width:30px; text-align:right; margin:6px 6px 0 0; }
#login-box {position:absolute; width:200px; left:-190px; top:25px; padding:10px; font-size:11px; background:transparent url(img/bg75.png);}
#login-box .inputfield {width:80px; border: 1px solid #c9e8f9; padding:1px;}



/* Link Formatting */
ul.nav, ul.extramenu { 
	list-style-type: none;
	/* *zoom: 1; */
	margin: 0; padding: 0;
	position: relative; 
	
}

ul.nav li {
	float: left; 
	list-style-type: none;
	list-style-image: none;
	position: relative;  
	font-weight: normal; 	
	margin: 0; padding: 0;
	border-right:0px solid #9e8d7b;
}


.nav li a {
	display: block; 	
	text-decoration: none; 
	font-weight: normal;
	line-height:140%;
	font-size:14px;
	/*text-shadow: 1px 1px 1px #000;*/
	padding: 20px 20px;
    color:#333;
}


/* Hover Formatting */
.nav  li a:hover, .nav li a:focus, .nav li a:active, .nav li a.active, .nav a.menu-current, .nav a.menu-parent {
	 background-color: #9e8d7b;  color: #fff;
}



/* 2 level */
.nav li ul {
    display: none;
    width: 16em; 
    margin: 0; padding:0;
    position: absolute;
}

.nav li ul li {
	width: 16em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0;
	border-top: 1px solid #cdc2b6;
	border-right: none;
	background-color:#9e8d7b;
}
.nav li ul li a {
	
    color: #fff;
    font-weight: normal;
	padding: 6px 10px;
    
}


/* 2 level hover */
.nav li ul a:hover,  .nav li ul a.menu-current { background-color: #cdc2b6;  color: #000;}


/* Show and hide */
.nav li:hover ul, .nav li a:focus ul {display: block; }
.nav li ul ul { display: none;}
.nav li:hover ul ul {display: none;}
.nav li:hover>ul, .nav  li li:hover>ul {display: block;  z-index: 1000;}


/* 3 Ebene  */
.nav li ul li ul	{ 
	margin: -20px 0 0 70%; 
	padding:0;
	z-index: 9999;  
	display: none;
	width: 11em; 
}
.nav li ul li ul li	{width: 16em;}


/* Positioning hover */
.nav li {position: relative;}



.nav li:hover {
	z-index: 10000;	
	white-space: normal;
							
}


ul.nav a.menu-parent { color: #000; background-color: #cdc2b6;}



/*==================================================================================================*/

/*Overview List*/
.mod_topic_loop a.videoblock {
	display: block;
	float:left;
	width: 200px;
	max-width:35%;
	height: 110px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	background:#000;
}
.mod_topic_loop a.videoblock img {
	width: 100%;
	opacity:0.8;
}

.mod_topic_loop a:hover.videoblock img {
	width: 130% ! important;
	height:auto;
	margin-left: -15% ! important;
	margin-top: -30px ! important;
	opacity:1;
}

/*Topic Sidebar:*/
.mod_topic_prevnext div {clear:left; font-size:11px; margin-top:20px;}

.mod_topic_prevnext a.videoblock {
	display: block;
	float:left;
	width: 100px;
	max-width:50%;
	height: 60px;
	overflow: hidden;
	margin: 0 5px 0 0;
	background:#000;
}

.mod_topic_prevnext a.videoblock img {
	width: 100%;
	height:auto;
	opacity:0.8;
}

.mod_topic_prevnext a:hover.videoblock img {
	width: 130% ! important;
	height:auto;
	margin-left: -15% ! important;
	margin-top: -5px ! important;
	opacity:1;
}








/*frontteaserblock*/

.frontteaserblock {margin:30px 0; width:100%; overflow:hidden;}
.frontteaserblock div {width:103.3%;}
.frontteaserblock div a {float:left; display:block; width:31%; margin-right:2%; opacity:0.9; background:#fff;}
.frontteaserblock div a img {width:100%; }
.frontteaserblock div a .mt_title {display:block; margin:10px 5px 0 10px; height:40px; font-size:16px; lineheight:120%; font-weight:bold; }
.frontteaserblock div a .mt_desc {display:block; margin:0 5px 0 10px; height:90px }
.frontteaserblock div a:hover  {opacity:1;}




.mobiles_only {display: none;}
.desktops_only {}

.mod_topic_commentbox {
	background: transparent;
}

/* ================================================================================================= */
/* Smaller Screens */
@media screen and (max-width: 768px) {

	body { background-image: none; }
	.mobiles_only {display: block; z-index: 9000;}
	.desktops_only {display: none;}
	.topmenubar {float: right; background:transparent; margin: 10px 10% 20px 10%;}
	
	
	.search_box {margin-top:-30px;}
	#showlogin {display:none;}
	
	.header {margin-top: 300px;}
	.logopic {position: absolute; top:10px; left:3%; max-width:50%;z-index: 3000;}
	
	
	.resizevideoswitch {display:none ! important;  }
	
	/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	.container { width: 100%; border-left: none;	border-right: none;}
	
	.mainbox {margin: 20px 0 20px 0;}
	.contentbox {width: 90%; margin-left:5%; margin-top: 100px;	}
	.rightbox {width: 100%; border-left: none;  border-right: none; }
	#bigcontent  {float:left; margin-top: 300px; background: url(https://westcoastswingheidelberg.de/media/basics/strichzeichnung.png); background-size: 100% auto; width: 100%; margin-left: 0%; padding: 50px 3% 0 3%;}
	
	.footer { width: 100%; }
	.contentbox .inner {margin: 10px;  }
	
	
	
	
	
	a#mobilemenu {
		display:  block;  
		background: #9e8d7b;   
		color: #fff;
		width: 100%;
		clear: both;
		font-size:16px;
	}
	
	ul#mobile, ul#mobile ul, ul#mobile ul ul {width:100% ! important; position: static ! important; margin: 0 0 0 0 ! important; display: none}
	
	ul#mobile ul {}
	ul#mobile li, ul#mobile li li, ul#mobile li li li {
		width:100% ! important;
		float: left;
		border-right: none; 	
		display: block;
		border-bottom: 1px solid #fff;
		background-color: #cdc2b6;	
		z-index: 6000;
	}
	
	
	ul#mobile li.menu-parent > ul, ul#mobile li.menu-current > ul {display: block}
	ul#mobile {display: block}
	
	ul#mobile a {padding: 10px 5px; color:#fff;}
	ul#mobile a.menu-parent {  background-color: #cdc2b6;}	
	#mobile a.menu-parent { }
	
	
	ul#mobile {display:none;}
	
	
	.tp_picture  {max-width:40%;}
	.tp_picture .tp_pic {max-width:100%;}
	.container  .mod_topic_loop .tp_thumb { float: left; margin: 4px 2% 0 0; max-width:25%;}
	
	
	.frontteaserblock div {width:100%;}
	.frontteaserblock div a {width:100%; clear:left; margin-bottom:30px;}
	.frontteaserblock div .row1 {clear:left;}
	.frontteaserblock div a img {width:48%; float:left; margin-right:4%;}
	.frontteaserblock div a .mt_title {height:auto; margin-bottom:20px;}
	.frontteaserblock div a .mt_desc {height:auto; }
	
	
}


/* ================================================================================================= */
/* Smaller Screens */
@media screen and (max-width: 480px) {
	.topmenubar {float: right; max-width: 100%; background:transparent; margin: 10px 0% 20px 0%;}
	.header {margin-top: 230px;}
	.logopic {position: absolute; top:10px; left:3%; max-width:65%;}
	#bigcontent  {float:left; margin-top: 220px; background: url(https://westcoastswingheidelberg.de/media/basics/strichzeichnung.png); background-size: 100% auto; padding: 50px 3% 0 3%;}
	.frontteaserblock div a img {width:100%; float:none;}
	.frontteaserblock div a .mt_title {clear:both; height:auto; margin:10px 5px 5px 10px;}
	.frontteaserblock div a .mt_desc { margin:0 5px 30px 10px; }
	



}