/*

    Theme Name: HandballRheinWesterwald
    Description: Handballnews Rhein/Westerwald
    Version: 1.0

*/

/* Globals */

* {
    box-sizing: border-box;
}

body {
    background-color: white;
	color: black;
	font-family: Oswald, Arial, sans-serif;
    margin: 0px;
}

img {
	max-width:100%;
	height: auto;
}

h1 {
    font-size: 2em;
    color: #0b72b4;
}

h2 {
	font-size: 2em;
    font-weight: normal;
    margin: 0;
    padding-left: 0.5em;
}

h3 {
    font-size: 2em;
    font-weight: normal;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 2em;
    font-weight: normal;
	padding: 0;
    margin: 0;
    padding-bottom: 1em;
    text-transform: uppercase;
}

h5 {
	font-size: 1.5em;
    font-weight: normal;
	color: black;
    margin-top: 0.5em;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: black;
    text-transform: uppercase;
}

h6 {
    font-size: 1.2em;
    color: white;
    font-weight: normal;
	padding: 0;
    margin: 0;  
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    text-transform: uppercase;  
}


h8 {
	font-size: 1.5em;
	padding: 0;
    margin: 0;
	color: white;
}

.sidebar-titel-kat {
	font-size: 1.5em;
    font-weight: normal;
	color: black;
	margin: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: medium;
    border-bottom-color: black;
    text-transform: uppercase;
}



.site-news, .site-sidebar, .site-single, .site-index, .sidebar-single {
	width: 100%;
	float: left;
	background: white;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.5em;
}

.site-footer {
    background-color: rgb(25, 78, 157);
    width: 100%;
}

.site-footer-line {
    background-color: rgb(25, 78, 157);
    width: 100%;
    border-top-style: solid;
    border-top-color: white;
    border-top-width: 1px;
}

.rahmen-aussen {
    padding-left: 1em;
    padding-right: 1em;
}

.buttons {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.buttons a {
    color: black;
	text-decoration: none;
}

.logo {
    padding: 1em;
    padding-left: 2em;
}

/* Raster */

.container {
	max-width:1200px;
	margin: 0 auto;
}

.bg {
	background-color: white;
}

.bg-header {
    background-color: white;
}

.bg-footer {
	background-color: rgb(25, 78, 157);
}

.row {
	width: 100%;
	float: left;
}

.columns {
	float: left;
}

.columns-right {
	float: right;	
}

@media screen and (max-width: 700px) {
    .s1 {
        width:50%;
    }
    .s2 {
        width:100%;
    }
}

@media screen and (min-width: 700px) {
	.l1 {width:4.166666667%;}
	.l2 {width:8.333333333%;}
	.l3 {width:12.5%;}
	.l4 {width:16.66666667%;}
	.l5 {width:20.83333333%;}
	.l6 {width:25%;}
	.l7 {width:29.16666667%;}
	.l8 {width:33.33333333%;}
	.l9 {width:37.5%;}
	.l10 {width:41.66666667%;}
	.l11 {width:45.83333333%;}
	.l12 {width:50%;}
	.l13 {width:54.16666667%;}
	.l14 {width:58.33333333%;}
	.l15 {width:62.5%;}
	.l16 {width:66.66666667%;}
	.l17 {width:70.83333333%;}
	.l18 {width:75%;}
	.l19 {width:79.16666667%;}
	.l20 {width:83.33333333%;}
	.l21 {width:87.5%;}
	.l22 {width:91.66666667%;}
	.l23 {width:95.83333333%;}
	.l24 {width:100%;}
}

/* Kategorie */

.cat {
    text-transform: uppercase;
    margin: 0 0 5px;
    padding: 1px 3px;
    line-height: 13px;
    color: white;
    display:inline;
	text-shadow: 1px 1px 1px black;  
}

.cat a {
    color: white;
	text-decoration: none;
}

.category-kreisliga-frauen .cat
, .category-kreisliga-herren .cat {
    background-color: rgba(239, 3, 3, 0.7);
}

.category-bezirksliga-frauen .cat
, .category-bezirksliga-herren .cat {
    background-color: rgba(253, 96, 11, 0.7);
}
 
.category-landesliga-herren .cat {
    background-color: rgba(187, 7, 172, 0.7);
}
 
.category-oberliga .cat {
    background-color: rgba(81, 81, 81, 0.7);
}

.category-verbandsliga-ost .cat {
    background-color: rgba(4, 129, 216, 0.7);
}

.category-rheinlandliga-herren .cat
, .category-rheinlandliga-frauen .cat {
    background-color: rgba(10, 150, 52, 0.7);
}

.text-kl {
    color: rgb(239, 3, 3);
    border-bottom-color: rgb(239, 3, 3);
}

.text-vbo {
    color: rgb(4, 129, 216);
    border-bottom-color: rgb(4, 129, 216);
}

.text-bl {
    color: rgb(253, 96, 11);
    border-bottom-color: rgb(253, 96, 11);
}

.text-rhl {
    color: rgb(10, 150, 52);
    border-bottom-color: rgb(10, 150, 52);
}

.text-ll {
    color: rgb(187, 7, 172);
    border-bottom-color: rgb(187, 7, 172);
}

.text-ol {
    color: rgb(81, 81, 81);
    border-bottom-color: rgb(81, 81, 81);
}

.sidebar-kat .cat-item {
    font-size: 1.2em;
    list-style: none;
    margin-right: 3em;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5em;
}

.sidebar-kat .cat-item a {
    text-decoration: none;
    color: white;
    padding-left: 0.5em;
    text-transform: uppercase;
}

.sidebar-kat .cat-item-8 {
    background-color: rgba(239, 3, 3, 0.7);
}
.sidebar-kat .cat-item-7 {
    background-color: rgba(253, 96, 11, 0.7);
}
.sidebar-kat .cat-item-3 {
    background-color: rgba(187, 7, 172, 0.7);
}
.sidebar-kat .cat-item-2 {
    background-color: rgba(10, 150, 52, 0.7);
}
.sidebar-kat .cat-item-4 {
    background-color: rgba(4, 129, 216, 0.7);
}

.sidebar-kat a {
    color: black;
	text-decoration: none;
    text-transform: uppercase;
}

.sidebar-kat ul {
    list-style-type: none;
}

.sidebar-kat li {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
}

/* Header */

.main-nav {
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.main-nav a {
    text-decoration: none;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    text-transform: uppercase;
}

.main-nav li {
    display: inline; 
    list-style-type: none; 
}

.main-nav .sonstiges {
    background-color: black;
}    
.main-nav .kl {
    background-color: rgba(239, 3, 3, 1);
}
.main-nav .bl {
    background-color: rgba(253, 96, 11, 1);
}
.main-nav .ll {
    background-color: rgba(187, 7, 172, 1);
}
.main-nav .rhl {
    background-color: rgba(10, 150, 52, 1);
}
.main-nav .vl {
    background-color: rgba(4, 129, 216, 1);
}
.main-nav .ol {
    background-color: rgba(81, 81, 81, 1);
}


/* Footer */

.news-footer {
	padding: 0;
	padding-left: 1em;
	padding-right: 1em;
    color: white;
}

.footer-underline {
    font-size: 0.8em;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}

.nav-footer {
    
}

.nav-footer a {
    color: white;
	text-decoration: none;
}

.nav-footer ul {
    list-style-type: none;
}

.nav-footer li {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
}


/* Startseite */

.news {
	padding: 0;
	padding-left: 1em;
	padding-right: 1em;
}

.news-top {
	padding: 0;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.news-titel {
	font-size: 1.2em;
	color: white;
	text-shadow: 1px 1px 1px black;
    background-color: rgba(0,0,0,0.7);
    padding-left: 0.5em;
}

.news-titel-top {
	font-size: 1.8em;
	color: white;
	text-shadow: 1px 1px 1px black;  
    background-color: rgba(0,0,0,0.7);
    padding-left: 0.5em;
}

.news-inhalt {
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding: 0px;
    bottom: 5px;
}

.news-box {
    position: relative;  
}

.news-cat {
    display: inline-block;
	position: absolute;
	top: 0px;
    left: 0px;
}

.news-text {
	padding-left: 0.3em;
}

.news-info {    
    font-size: 0.7em;
    margin: 0;
    padding: 3px 0px;
    line-height: 13px;
    color: white;
	text-shadow: 0.5px 0.5px 0.5px black;   
    background-color: rgba(0,0,0,0.7);
}

.infotext {
    font-size: 0.6em;
}

.box {
    padding-bottom: 0;
}

.rand-unten {
    padding-bottom: 1em;
}

/* Single */

.site-single .single-info {
    font-size: 0.8em;
    padding-bottom: 1em;
}

.comment-info {
    font-size: 0.7em;	
    font-weight: normal;
	color: black;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: black;
}