/**
 * HTML5 ✰ Boilerplate
 *
 ******************** normalize styles ********************
 */
body
{
    overflow-y: scroll;
}

img
{
    vertical-align: middle;
}

hr 
{
    background-color: #d6dada;
    height: 1px;
    border: 0;
}

fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: none;
}

textarea
{
    resize: vertical;
}        

iframe {
    width: 100%; 
    display: block;
}


/**
 ******************** primary styles :: mobile first ********************
 *
 * author :: janik tschanz
 */

body
{
    font-size: 13px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
	letter-spacing: 1px;
    color: #000000;
}

::-moz-selection
{
    background: #595959;
    text-shadow: none;
}

::selection
{
    background: #595959;
    text-shadow: none;
}


/* sections */

html,
body
{
	heigh: 100%;
	width: 100%;
}

html
{
	min-height: 100%;
	height: auto ! important;
	position: relative;
	float: left;
	width: 100%;
}

body
{
	min-height: 100%;
	height: auto ! important;
	background-image: url(../img/bg_sidebar.png);
	overflow-y: scroll;
}

header
{
    width: 100%;
    padding: 0 0 0 0;
	background-color: white;
	border-bottom: 1px solid #918f94;
    border-bottom: 1px solid #232323;
	overflow: hidden;
	z-index: 999;
	position: fixed;
	top:0;
	min-width: 300px;
	box-shadow: 0 5px 5px #cccccc;
}

.open_mobile_navigation
{
	position: absolute;
	z-index: 99;
	right: 2%;
	top: 2%;
	width: 32px;
	height: 32px;
	background: url(../img/icons.png) left bottom;
	cursor: pointer;
}

section
{
    width: 100%;
	margin-bottom: 130px;
	overflow: hidden;
	z-index: 999;
	/* min-height: 400px; */
	min-width: 300px;
}

footer
{
    width: 100%;
    padding: 0 0 0 0;
	min-height: 130px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #323232;
	border-top: 1px solid #232323;
	color: #7c7c7c;
	overflow: hidden;
	z-index: 998;
	min-width: 300px;
}

.container
{
    margin: 0 auto;
    width: 100%;
    padding: 0 0 0 0;
	overflow: hidden;
	position: relative;
}

#mobile_navigation
{
	padding: 10px;
	position: fixed;
	overflow: hidden;
	z-index: 9999;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 240px;
	margin: 0px;
	background-image: url(../img/bg_sidebar.png);
}

#sub_navigation
{
    display: none;
}

/* cols */
.col4,
.col3,
.col2,
.col1
{
    float: left;   
    height: auto;
}            

.col1
{
    width: 50%;
}

.col2,
.col3,
.col4
{
    width: 100%;
}

/* contents */
.logo
{
	width:25%;
	margin: 4% 2%;
	overflow: hidden;
	text-align: center;
}

.logo img
{
	width: 100%;
	height: auto !important;
	max-width: 151px;	
}

.content_home,
.content_subpage
{
	width: 100%;
	background-color: #ffffff;
	overflow: hidden;
}

.content_functions
{
	width: 100%;
	background-color: #595959;
	overflow: hidden;
	color: #ffffff;
}

#global_socials,
#sidebar,
#team_sponsors  
{
	display: none;
}

.content
{
	overflow: hidden;
}

#content .col1 img,
#content .col2 img,
#content .col3 img,
#content .col4 img,
#content .content img
{
    max-width: 100% !important;
    height: auto !important;
}

.col1 .content
{
	width: 88%;
	margin: 6% 6% 8% 6%;
}

.col2 .content,
.col3 .content,
.col4 .content
{
	width: 94%;
	margin: 3% 3% 4% 3%;
}


 .profile_image,
 .gallery_image,
 .sponsor_image,
.clubspon_logo
{
	width: 30%;
	margin: 0% 5% 5% 0%;
	float: left;
	height: auto;
}

 .profile_image img, 
 .gallery_image img, 
 .sponsor_image img,
.clubspon_logo img
{
	width: 100%;
	height: auto;
}

.profile_data,
.gallery_data,
.sponsor_data
{
	width: 60%;
	margin: 0% 5% 5% 0%;
	float: left;
	height: auto;
}

 .profile_data h3,
  .gallery_data h3,
 .sponsor_data h3
{
	margin-top: 0;
}

.gallery_image1,
.gallery_image2,
.gallery_image3
{
	width: 45%;
	float: left;
	height: 160px;
	overflow: hidden;
	margin: 0% 5% 5% 0;
}

.gallery_image1 img,
.gallery_image2 img,
.gallery_image3 img
{
	width: 100%;
	height: auto;
}


.content_footer
{
	margin-top: 2%;
}

.content_footer ul
{
	padding: 0;
	margin: 0;
}

.content_footer ul li
{
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	text-align: center;
}

.content_footer ul li a
{	
	color: #7C7C7C;
	text-decoration: none;
	display: block;
	padding: 0.5% 1% 0 1%;
}

.content_footer ul li a:hover
{	
	color: #ffffff;
	text-decoration: none;
}



/* menu */

#main_navigation
{
	display: none;
}

#mobile_navigation ul
{
	padding: 0px;
	margin: 10px;
	border-top: 1px solid #5d5d5f;
}

#mobile_navigation ul li
{
	padding: 12px 1px 12px 1px;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #5d5d5f;
}

#mobile_navigation ul li a
{
	color: #E7E7E7;
	font-size: 1.3em;
	text-decoration: none;
}

#mobile_navigation ul li a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#mobile_navigation .close_mobile_navigation
{
	cursor: pointer;
}
	
#mobile_sub_navigation select
{
	width: 100%;
}


/* text */

h1,
h2,
h3
{                         
    font-weight: 500;
    line-height: 1.1em;
}

h1 a,
h2 a,
h3 a
{                         
    color: #000000;
}

h1
{
	margin-top: 3%;	
    font-size: 2.2em
} 

h2
{                        
    font-size: 1.7em                                                                                                     
}

h3
{                       
    font-size: 1.4em
}

.content_home h2
{
	margin-top: 2%;	
} 

a
{
    color: #304C8B;
    text-decoration: none;     
}

a.more
{ 
    padding-left: 12px;
    background-image: url(../img/link_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
}

a:hover
{                          
    text-decoration: underline;   
}    
/* tables */    

table
{
    width: 100% !important;
}

table tr:nth-of-type(2n+1) {
    background-color: #F4F4F4  !important;
}

table tr th
{
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #232323;  
    padding: 1% 1% 1% 1%;
    background-color: #ffffff !important;
}

table tr th.profileImage,
table tr td.profileImage
{                     
    display: none;
}

table tr td
{                         
    text-align: left;                       
    padding: 1% 1% 1% 1%;
    vertical-align: top;
}

/* forms */
#captcha {
    width: 100%;
    margin: 8px;
    padding: 0;
}
#captcha #coreCaptchaLabel {
    width: 100%;
    margin: 2px 0 2px 0;
    font-weight: normal;
}
#captcha .row {
    clear: both;
    display: block;
}
#captcha #coreCaptchaCode {
    float: left;
    width: 55%;
    margin: 0 1% 0 0;
}
#captcha #coreCaptchaImage {
    float: left;
    width: 35%;
    height: auto;
}

#contactForm {
    float: left;
    width: 100%;
    padding: 2% 0 0 0;
}

#contactForm legend,
#newsletter legend 
{
    display: none;
}


#contactFormError {
    display: none;
    width: 100%;
    padding: 1% 0 0 0;
    color: #FF0000;
}

form p,
form > fieldset > div,
form .shop.row {
    float: left;
    width: 100%;
    padding: 0 0 1% 0;
}

form .is_required {
    padding: 0 0 0 1%;
    color: #595959;
}

form #uploadFormField_uploadWidget {
    padding: 0 0 0 25%;
    padding: 0 0 0 0;
}

form .contactFormUpload,
form .formUploadedFiles,
form .contactFormUpload div,
form .formUploadedFiles div {
    float: left;
    width: 75%;
    width: 100%;
}

form .contactFormUpload ul,
form .formUploadedFiles ul {
    float: left;
    width: 100%;
    padding: 0 0 1% 0;
    margin: 0;
}

form .contactFormUpload li,
form .formUploadedFiles li {
    float: left;
    width: 100%;
    padding: 0 0 1% 0;
    margin: 0 0 1% 0;
    border-bottom: 1px solid #DDDDDD;
    list-style: none;
}

form .contactFormUpload span,
form .formUploadedFiles span {
    float: left;
    width: 83%;
    padding: 0 2% 0 0;
}

form .contactFormUpload .deleteIcon,
form .formUploadedFiles .deleteIcon 
{
    float: left;
    width: 15%;
    height: 10%;
    margin: 0;
    overflow: hidden;
    text-indent: 20px;
    background: url('/../../cadmin/images/icons/delete.gif') no-repeat;
}

form label {
    float: left;       
    padding: 2% 0 0 0;
    width: 100%;
    font-weight: 500;
}

form label.empty {      
    display: none;
}

form .contactFormGroup,
form .newsletterFormGroup
{
    float: left;          
    width: 100%;
}

form .contactFormGroup label,
form .newsletterFormGroup label
{                     
    width: 90%;
    font-weight: normal;
}

form .contactFormGroup input,
form .newsletterFormGroup input
{
    float: left;
    margin: 2% 0 0 0;          
    width: 10%;
    border: 0px;                          
}

form input,
form select,
form textarea
 {                  
    width: 92%;
    border: 1px solid #BCBCBC;
    font-size: 0.9em;
    margin: 0;               
    padding: 2% 3%;
    font-family: 'Open Sans', sans-serif;     
}

form select
 {
    width: 98%;
}

form input[type="submit"],
form input[type="button"],
form input[type="reset"]
 {
    margin-right: 1%;            
    padding: 1% 3%;
    background-color: #595959;
    border: 1px solid #595959;
    float: left;
    width: auto;
    color: #ffffff;
    font-weight: bold;
}

form.login 
{
	margin: 0 0 4% 0;	
} 


form.login h3
{
	width: 100%;
	margin: 2% 0;
	
} 

form input.loginPassword,
form input.loginUser
{
	margin: 0 0 2% 0;
} 

form input.loginSubmit,
form input.loginLossPw,
form input.userData,
form input.logout
{
	float: none;
	padding: 0.75% 0%;
	
} 

/* moduless */

#access .message_error 
{
    color: #ff0000;
}

#access .message_ok 
{
    color: #40BA03;
}

/* ie fixes */
.ie7 .title
{
    
}


/**
 ******************** media queries ********************
 *
 *
 */


/**
 * smartphone
 *
 */

@media only screen and (min-width: 400px)
{

    /* cols */
    
    /* table */   

    table tr th.profileImage,
    table tr td.profileImage
    {                        
         display: table-cell;
    }

}

/**
 * tablet 
 *
 */
@media only screen and (min-width: 740px)
{      
    /*.container
    {
        width: 740px;
    }*/
    
    
	/* sections */
	body 
	{
          background: #000 url(../img/bg_beachvolley.jpg) center center fixed no-repeat;
          background: #000 url(/images/content/backgrounds/bg_bearbeitet_halle.jpg) center center fixed no-repeat;
  		background: #000 url(/images/content/backgrounds/bg_bearbeitet_halle.jpg) center center fixed no-repeat;
	  	-moz-background-size: cover;
	  	background-size: cover;
		font-size: 12px;
	    line-height: 1.5em;
	}
	
	header
	{
		box-shadow: 0 0 0 #000000;        
        background-color: transparent;
        border-bottom: none;
       /* background-image: url("../img/header_bg.png");
        background-position: left bottom;
        background-repeat: repeat-x;    */
        padding-bottom: 21px;  
	}       
    
    header.shadow 
    {                          
        background-image: url("../img/top_fix_home_shadow.png");
        background-position: center bottom;
        background-repeat: no-repeat;   
    }   
    
    header .wrapper_main_navi
    {
        width: 100%;
        overflow: hidden;    
        background-color: #ffffff;
        border-bottom: 1px solid #918F94;
        border-bottom: 1px solid #232323;
    }  
    
    header .wrapper_sub_navi
    {
        width: 100%;
        overflow: hidden;    
        background-color: #595959;
        background-color: #595959;
        border-bottom: 1px solid #232323;
    } 

    #sub_navigation
    {
        display: block;
    }        
    	
	section
	{
		padding-bottom: 3%;
	}   
	
    #mobile_sub_navigation,
	.open_mobile_navigation,
    #mobile_navigation
	{
		display: none;
	}

    
    /* cols */
    .col1
    {
        width: 25%;
    }
    
    .col2
    {
        width: 50%;
    }
    
    .col3
    {
        width: 75%;
    }
    
    .col4
    {
        width: 100%;
    }
	
	/* contents */
	.logo
	{
		margin: 2% auto;
	}

	.content_home
	{
		margin-top: 33%;
       /* box-shadow: 0  0px 3px #000000;           */
	}

	.content_subpage
	{
		margin-top: 22%;                  
       /* box-shadow: 0  0px 3px #000000;         */
	}                          
	
	.content_functions
	{
		margin-top: 2%;                 
        /*box-shadow: 0  0px 3px #000000; */              
	}
	
	#global_socials,
	#sidebar,
    #team_sponsors
	{
		display: block;
	}   
    
    
    
    #sidebar .content img,
    .sponsor_image img,
.clubspon_logo img
    {
        height: auto;
        width: 79%;
        border: 1px solid #BCBCBC;
        padding: 7% 10%;
        margin-bottom: 5%;
    }    
	
	#global_socials .content
	{
		text-align: right;
	}
	
	.col3 .content
	{
		width: 96%;
		margin: 2% 2% 2.5% 2%;
	}  
	
	.col4 .content
	{
		width: 97%;
		margin: 1.5% 1.5% 1.875% 1.5%;
	}  
	
	.sponsor_image,
.clubspon_logoOFF img,
	.gallery_image
	{
		width: 45%;
	}

	.sponsor_data
	{
		width: 45%;
	min-height: 250px;
	}       
	
	.gallery_data
	{
		width: 45%;
	}
	
	.gallery_image1,
	.gallery_image2,
	.gallery_image3
	{
		width: 30%;
		float: left;
		height: 160px;
		overflow: hidden;
		margin: 0% 5% 5% 0;
	}
	
	.gallery_image3
	{
		margin: 0% 0% 5% 0;
	}
	
	.content_footer 
	{
		margin-top: 1%;
		text-align: center;
	}
	
	.content_footer ul
	{
		padding: 0;
		margin: 0;
		width: auto;
		display: inline;
	}
	
	.content_footer ul li
	{
		padding: 0 1% 0 1%;
		margin: 0;
		display: inline;
		border-left: 1px solid #6C6C6C;
	}
	
	.content_footer ul li:first-child
	{
		padding: 0 1% 0 0;
		border-left: 0px solid #7C7C7C;
	}
	
	
	.content_footer ul li a
	{
		padding: 0;
		margin: 0;
		display: inline;
		font-size: 0.9em;
	}
    
    /* menu */
	#main_navigation,
    #sub_navigation  
	{
		display: block;
		text-align: center;
		padding: 0 0 1% 0;
	}
    
    #sub_navigation
    {                       
        padding: 0 0 0 0;
    }
	
    #main_navigation nav ul,
	#sub_navigation nav ul
	{
		padding: 0;
		margin: 0;
		width: auto;
		display: inline;
	}
	
    #main_navigation nav ul li,
	#sub_navigation nav ul li
	{
		width: auto;
		padding: 0 1%;
		margin: 0;
		display: inline;
		text-align: center;
	}
	
    #main_navigation ul li a
	{
		color: #000000;
		font-size: 1.4em;
		text-decoration: none;
        display: inline-block;
	}
    
    #main_navigation ul li a:hover,
    #main_navigation ul li a.active
    {
        color: #7C7C7C;
        text-decoration: none;
    }
                               
    #sub_navigation ul li a
    {
        color: #ffffff;
        font-size: 1.1em;
        text-decoration: none;
        margin: 0.66% 0%;
        display: inline-block;
    }  
    
    #sub_navigation ul li a:hover,
    #sub_navigation ul li a.active
    {
        color: #000000;
        text-decoration: none;
    }
                                      
    #sub_navigation ul li a.active,
    #main_navigation ul li a.active
    {
        font-weight: 400;
    }
	
	#mobile_sub_navigation
	{
		display: none;
	}
	
	/* text */
	h1
	{
		margin-top: 1%;	
	} 
	
	.content_home .col1 h2
	{
		margin-top: 2%;	
	} 
	
	.content_home .col2 h2
	{
		margin-top: 1%;	
	} 
	
	.content_home .col4 h2
	{
		margin-top: 0.5%;	
	}       

    form.login h3
    {
        width: auto;
        float: left;
        margin: 0.5% 2% 0 0;                  
    }  
    
    /* table */    
	
	/* forms */
	#captcha #coreCaptchaLabel {
        width: 75%;              
        margin: 0 0 0 25%;
    }
    #captcha .row {           
        margin: 0 0 0 25%;
        width: 75%;
    }
    #captcha #coreCaptchaCode {
        float: left;
        width: 10%;
        margin: 0 1% 0 0;
    }
    #captcha #coreCaptchaImage {
        float: left;
        width: 11%;
        height: auto;
    }                      

    form #uploadFormField_uploadWidget {
        padding: 0 0 0 25%;
    }

    form .contactFormUpload,
    form .formUploadedFiles,
    form .contactFormUpload div,
    form .formUploadedFiles div {
        width: 75%;
    }

    form label {
        padding: 0% 0 0 0;
        width: 25%;
    }     
	
	form label.empty {
	    display: block;
	}                      

    form .contactFormGroup,
    form .newsletterFormGroup
    {
        width: 75%;
    }

    form .contactFormGroup label,
    form .newsletterFormGroup label
    {
        width: 95%;
    }

    form .contactFormGroup input,
    form .newsletterFormGroup input
    {
        width: 5%;
        margin: 0;           
    }

    form input,
    form select,
    form textarea
    {
        width: 50%;
        padding: 0.75% 1%;
    }

    form select
    {
        width: 52%;
    }

    form input[type="submit"],
    form input[type="button"],
    form input[type="reset"]
    {
        padding: 0.75% 2%;
    }
	
	form.login 
	{
		margin: 0;	
	} 

	form input.loginPassword,
	form input.loginUser
	{
		width: 20%;
		margin: 0;
	} 
	
	form input.loginSubmit,
	form input.loginLossPw
	{
		float: none;
		padding: 0.75% 0% 0.75% 1.5%;
		
	} 

}

/**
 * maximal
 *
 */
@media only screen and (min-width: 1140px)
{
	/* sections */
	body 
	{
  		font-size: 14px;   
        line-height: 1.6em;
	}
	
    .container
    {
        width: 1140px;
        margin: 0 auto;
    } 
}



/*
 ******************** helper classes ********************
 *
 *
 */

.ir
{
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before
{
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden
{
    display: none !important;
    visibility: hidden;
}

.visuallyhidden
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible
{
    visibility: hidden;
}

.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    *zoom: 1;
}

/*
 ******************** print styles ********************
 *
 *
 */

@media print
{
    *
    {
        background: transparent !important;
        color: #000 !important;  Black prints faster: h5bp.com/s
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited
    {
        text-decoration: underline;
    }

    a[href]:after
    {
        content: " (" attr(href) ")";
    }

    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after
    {
        content: "";
    }

    pre, blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead
    {
        display: table-header-group;  h5bp.com/t
    }

    tr, img
    {
        page-break-inside: avoid;
    }

    img
    {
        max-width: 100% !important;
    }

    @page
    {
        margin: 0.5cm;
    }

    p, h2, h3
    {
        orphans: 3;
        widows: 3;
    }

    h2,h3
    {
        page-break-after: avoid;
    }
}