/* @group layout */
* {
	margin: 0;
	padding: 0;
}

html {
  overflow-y: scroll;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.pull-left {
	margin-right: 20px;
	margin-bottom: 10px;
}

.pull-right {
	margin-left: 20px;
	margin-bottom: 10px;
}

.page-header {
    padding-bottom: 0;
    margin: 20px 0 2px 0;
    border-bottom: none;
}

.btn {
	border: none;
	border-radius: 3px;
}
/* @end */

/* @group bg-img */
body {
 	background: url('../images/bg-start.jpg') no-repeat center center!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-attachment: fixed!important;
}

body.fussball {
	background: url('../images/bg-fussball.jpg') no-repeat center center!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-attachment: fixed!important;
}

body.handball {
	background: url('../images/bg-handball.jpg') no-repeat center center!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-attachment: fixed!important;
}

body.leichtathletik {
	background: url('../images/bg-leichtathletik.jpg') no-repeat center center!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-attachment: fixed!important;
}

body.badminton {
	background: url('../images/bg-badminton.jpg') no-repeat center center!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-attachment: fixed!important;
}

body.turnen {
	background: url('../images/bg-inmotion-turnen.jpg') no-repeat center center!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-attachment: fixed!important;
}

body.schwimmen {
	background: url('../images/bg-schwimmen.jpg') no-repeat center center!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-attachment: fixed!important;
}

body.inmotion {
	background: url('../images/bg-inmotion-turnen.jpg') no-repeat center center!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-attachment: fixed!important;
}
/* @end */

/* @group header */
#header {
	position: relative;
	background-color: #fff;
	margin-top: 70px;
	color: #3b3b3b;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.8);
}

/* #logo {
	position: relative;
	left: -20px;
	top: -30px;
	z-index: 222;
}

#logo h1 a .bildmarke {
	background: url(../images/bildmarke.svg) no-repeat;
	width: 130px;
	height: 130px;
	margin: 0;
	display: block;
	float: left;
}

#logo h1 a .title {
	display: block;
	color: #008244;
    font-size: 37px;
    line-height: 60px;
    position: relative;
    top: 37px;
    left: 20px;
    font-weight: 300;
}

#logo h1 a .title:before {
	content: "";
	width: 1100px;
	height: 60px;
	background-color: #eee;
	display: block;
    position: absolute;
    left: 40px;
    top: 0;
    z-index: -1;
}

#logo h1 a:hover {
	color: #008244;
	text-decoration: none;
} */

#logo h1 a {
	background: url(../images/sfn-vechta-news-archiv-logo-quer.svg) no-repeat;
	width: 300px;
	height: 93px;
	display: inline-block;
	position: relative;
	left: 30px;
	bottom: 5px;
}

/* @group img-box */
#img-box {
	position: absolute;
	top: -40px;
	right: 35px;
	z-index: 333;
}

#img-box .random_image_extended img {
	float: left;
	margin-right: 19px;
}

#img-box .random_image_extended img:last-child {
	margin-right: 0!important;
}

#img-box .random_image_extended {
	margin: 0!important;
}

#img-box .random_image_extended img {
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.8);
}

#img-box h6 {
	font-size: 34px;
}

#one {
	position: absolute;
	bottom: 0px;
	left: 10px;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}

#two {
	position: absolute;
	bottom: 0px;
	left: 280px;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}

#three {
	position: absolute;
	bottom: 0px;
	left: 460px;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}
/* @end */

/* @group header menu */
#header #header-menu {
	position: relative;
	margin-bottom: 20px;
}

#header .hauptmenu {
	margin-top: -35px;
}

#header-menu .main-menu {
	display: table;
	width: 100%;
}

#header-menu ul.menu {
	display: table-row;
}

#header-menu ul.menu li {
	list-style-type: none;
	display: table-cell;
}

#header-menu ul.menu li:first-child a {
	border-bottom-left-radius: 5px;
}

#header-menu ul.menu li:last-child a {
	border-right: none;
	border-bottom-right-radius: 5px;
}

#header-menu ul.menu li a {
	color: #3b3b3b;
	display: block;
	font-size: 15px;
	z-index: 111;
	text-align: center;
	text-decoration: none;
	border-right: 2px solid #ecf0f3;
	border-top: 1px solid #ecf0f3;
	background: #fff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #c3c3c3 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#c3c3c3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#c3c3c3 100%);
}

#header-menu ul.menu li a:hover {
	color: #fff;
	background: #01bb5e;
	background: -moz-linear-gradient(top,  #01bb5e 0%, #016932 100%);
	background: -webkit-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -o-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -ms-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: linear-gradient(to bottom,  #01bb5e 0%,#016932 100%);
}

#header-menu ul.menu li.active a {
	color: #fff;
	background: #01bb5e;
	background: -moz-linear-gradient(top,  #01bb5e 0%, #016932 100%);
	background: -webkit-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -o-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -ms-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: linear-gradient(to bottom,  #01bb5e 0%,#016932 100%);
}
/* @end */
/* @end */

/* @group headlines */
h2 {
	font-size: 21px;
	font-weight: 300;
	color: #008244;
	margin: 0;
}

h3 {
	color: #008244;
	font-size: 17px;
	margin-bottom: 10px;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

p {
	line-height: 21px;
	font-size: 12px;
}
/* @end */

/* @group sidebar */

.sponsoren {
	margin: -10px 0 10px 0;
}

.sponsoren .carouselbanner .banneritem img  {
	width: 100%;
	height: auto;
}
/* @end */

/* @group sidebar */
#content .sidebar .moduletable {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.8);
	margin-bottom: 15px;
	padding: 20px;
}

#content .sidebar ul {
	margin: 0;
	padding: 0;
}

#content .sidebar .separator {
	color: #008244;
	font-weight: 300;
	font-size: 21px;
}

#content .sidebar ul.menu li {
	list-style-type: none;
	border-bottom: 1px solid #d5d5d5;
	font-weight: 400;
}

#content .sidebar ul.menu li:last-child {
	border: none;
}

#content .sidebar ul.menu > li:first-child {
	border: none;
}

#content .sidebar ul.menu li a {
	text-decoration: none;
	color: #6e6e6e;
	padding-left: 5px;
}

#content .sidebar ul.menu li a:hover,
#content .sidebar ul.menu li.active a  {
	color: #000;
}

#content .sidebar ul.menu li ul li {
	font-size: 13px;
	margin-bottom: 5px;
    padding: 5px 15px 5px 20px;
}

#content .sidebar ul.menu li ul li ul li {
	
}

#content .sidebar ul.menu li.item-214 {
	margin-top: 15px;
}

#content .sidebar ul.menu li.item-211 {
	border-bottom: none;
}

#content .sidebar h5.newsflash-title {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 20px;
	font-family: 'Open Sans', sans-serif!important;
    font-size: 13px;
    line-height: 19px;
}

#content .sidebar h5.newsflash-title:first-child {
	margin-top: 10px;
}

#content .sidebar h3 {
    color: #008244;
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

#content .sidebar img {
	margin: 0 auto;
	display: block;
}

#content .sidebar #partner {
	margin-top: 30px;
	width: 175px;
	float: right;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.8);
}

#content .sidebar #partner img {
	margin: 7px 0 0 40px;
}

#content .category-module li {
	list-style-type: none;
	margin: 0;
}

#content .category-module li p.mod-articles-category-introtext {
	padding-bottom: 10px;
	line-height: 15px;
}
/* @end */

/* @group content */
#content {
	position: relative;
	z-index: 99;
}

.content-narrow {
	margin-top: -20px;
}

#content .content-narrow .blog,
#content .content-narrow .item-page {
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.8);
}

#content h1 {
	display: none;
}

#content p, #content p span{
	font-family: 'Open Sans', sans-serif!important;
	font-weight: 400!important;
	font-size: 13px!important;
	line-height: 19px!important;
	text-align: left!important;
}

.article-info-term, .cat-children {
	display: none;
}

#content img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.category-name {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}

#content p {
	margin: 0 0 10px 0;
}

#content .readmore a {
	text-decoration: none;
	padding: 7px 18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #01bb5e;
	background: -moz-linear-gradient(top,  #01bb5e 0%, #016932 100%);
	background: -webkit-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -o-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -ms-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: linear-gradient(to bottom,  #01bb5e 0%,#016932 100%);
}

#content .readmore a:hover {
	color: #fff;
	background: #008f41;
}

#content .img-intro-left {
	float: left;
	margin-right: 20px;
}

#content .img-fulltext-left {
	float: left;
	margin-right: 20px;
}

#content .items-row {
	padding-bottom: 15px;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 15px;
}

#content .items-row.cols-1.row-1 .item.column-1 .item-separator:last-child {
	border: none;
}

.item .column-1 {
	margin-top: 10px;
}

#content .leading-0 h2, .column-1 h2 {
	font-size: 16px;
	font-weight: bold;
}

#content ol {
	padding: 0 10px;
	font-size: 12px;
	line-height: 23px;
	margin-left: 30px;
	font-weight: 400;
}

#content ul {
	padding: 10px;
	font-size: 13px;
	margin-left: 10px;
}

#content ul li {
	list-style-type: none;
	font-weight: 600;
}

#content ul li ul li {
	list-style-type: none;
	font-weight: 400;
}

#content table {
	margin: 0 auto;
	font-size: 13px;
	width: 514px;
	border: 0;
}

#content table.fixed {
	table-layout: fixed;
}

#content table h3.hl {
	text-align: left;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 20px;
}

#content table tr {
	border-bottom: 1px solid #d5d5d5;
}

#content table td {
    border-right: 1px solid #d5d5d5;
    padding: 6px 1px;
    text-align: center;
    overflow: hidden;
}

#content table td:last-child {
	border: 0;
}

#content table td:last-child {
	padding-right: 0;
}

#content table tr:first-child {
	font-weight: 600;
}

#content #ansprech table tr:first-child {
	font-weight: 400;
}

#content #anlage table {
	table-layout: inherit;
}

#content #anlage table td {
	width: 100px;
}

#content a {
	text-decoration: none;
	color: #008244;
}

#content a:hover {
	color: #000;
}

.page.vorstand.start #content .item-separator, .page.sportanlagen.start #content .item-separator {
	border: none!important;
}

/* @group login */
.login-logout .item-page h2 {
	margin-bottom: 10px;
}

.login-logout .item-page label {
	width: 120px;
	margin-bottom: 10px;
}

.login-logout .item-page input {
	padding: 5px;
    width: 200px;
    margin-bottom: 10px;
}

.login-logout .item-page .login-greeting {
	margin-bottom: 10px;
}

.login-logout .item-page .login-button, .login-logout .item-page .logout-button .btn {
	background: #01bb5e;
	background: -moz-linear-gradient(top,  #01bb5e 0%, #016932 100%);
	background: -webkit-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -o-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -ms-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: linear-gradient(to bottom,  #01bb5e 0%,#016932 100%);
}
/* @end */
/* @end */

/* @group galerie */
.gallery {
	margin-left: 30px;
}

.sectiontableheader {
	margin-top: 10px;
	text-align: left!important;
}

.jg_subcat {
	margin-top: 10px;
}

img.jg_icon {
	display: none;
}
/* @end */

/* @group pagination */
#content .pagination {
	text-align: center;
	margin-top: 30px;
}

#content .pagination ul {
	position: relative;
	bottom: 15px;
	margin: 0;
	padding: 0;
}

#content .pagination ul li {
	display: inline;
	margin-right: 15px;
	color: #008244;
}

#content .pagination-start span.pagenav {
	color: #008244!important;
	background: none!important;
}

#content .pagination-prev span.pagenav {
	color: #008244!important;
	background: none!important;
}

#content .pagination-next span.pagenav {
	color: #008244!important;
	background: none!important;
}

#content .pagination-end span.pagenav {
	color: #008244!important;
	background: none!important;
}

#content .pagination span.pagenav {
	padding: 0 5px;
	border-radius: 5px;
	color: #fff;
	background: #01bb5e;
	background: -moz-linear-gradient(top,  #01bb5e 0%, #016932 100%);
	background: -webkit-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -o-linear-gradient(top,  #01bb5e 0%,#016932 100%); 
	background: -ms-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: linear-gradient(to bottom,  #01bb5e 0%,#016932 100%);
}

#content .pagination a:hover {
	color: #000;
}

.counter {
	display: none;
}

#content .pagination-end {
	margin-right: 0!important;
}
/* @end */

/* @group footer */
#footer {
	position: relative;
 	top: -55px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.8);
	background: #01bb5e;
	background: -moz-linear-gradient(top,  #01bb5e 0%, #016932 100%);
	background: -webkit-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -o-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: -ms-linear-gradient(top,  #01bb5e 0%,#016932 100%);
	background: linear-gradient(to bottom,  #01bb5e 0%,#016932 100%);
}

#footer .footerrow {
	padding: 100px 300px 60px 300px;
}

#footer ul.menu {
	list-style: none;
}

#footer ul.menu > li {
	width: 33.33333333%;
	float: left;
	min-height: 1px;
}

#footer ul.menu li a {
	text-decoration: none;
	color: #fff;
}

#footer ul.menu li {
	font-size: 12px;
	font-weight: 400;
}

#footer ul.menu li ul {
	line-height: 18px;
	list-style: none;
}

#footer ul.menu li a:hover {
	color: #000;
}

#footer h3,
#footer .separator {
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
}

.kontakt p {
	font-size: 12px;
	line-height: 18px;
}
/* @end */

/* Cookie Hint */
#redim-cookiehint {
	background-color: #303030;
	padding: 2rem 4rem;
}

#redim-cookiehint .cookiecontent {
	font-size: 14px;
	margin-top: 8px;
}

#redim-cookiehint .cookiebuttons .btn {
	background-color: #008244!important;
	font-size: 1.5rem!important;
	padding: 0.7rem 2rem!important;
}

#redim-cookiehint .cookiebuttons .btn:hover {
    background-color: #008244!important;
}

@media (max-width: 767px) {
	#redim-cookiehint .cookiebuttons {
	    float: none;
	    margin-top: 1rem;
	}
}

/* @group media-queries */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	#header {
		margin-top: 40px;
	}
	#header .hauptmenu {
	    margin-top: 0;
	}
	#header-menu .main-menu,
	#header-menu ul.menu,
	#header-menu ul.menu li {
		display: block;
	}
	#header-menu .main-menu {
	    width: auto;
		margin: 0 15px;
	}
	#header-menu ul.menu li a,
	#header-menu ul.menu li:last-child a,
	#header-menu ul.menu li:first-child a {
		border: none;
		border-radius: 0;
	}
	
	#header-menu ul.menu li {
		padding: 0;
		border: none;
		margin: 0;
		font-size: 16px;
	}
	.navbar-toggle {
		background-color: #008244;
		margin: 0 0 10px 0;
		border-radius: 0;
		position: absolute;
        right: 30px;
		top: -50px;
	}
	.navbar-collapse {
		padding: 0;
		box-shadow: none;
		width: 100%;
		position: relative;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
		height: 3px;
		width: 20px;
	}
	#logo h1 a .bildmarke {
		width: 125px;
		height: 125px;
	}
	#logo h1 a .title {
		font-size: 30px;
		left: 10px;
	}
	#logo h1 a .title:before {
		width: 100%;
		left: 10px;
	}
	#img-box {
		display: none;
	}
	#content img {
		max-width: 100%;
		height: auto;
	}
	.contentblock #left {
		margin-top: 20px;
	}
	table {
		width: 100%!important;
	}
	#footer {
		top: 0;
	}
	#footer ul.menu > li {
    	width: 50%;
    	float: left;
    }
    #footer ul.menu li.item-125 {
	    margin-top: 20px;
    }
    #footer .footerrow .kontakt {
        width: 50%;
		float: left;
		position: absolute;
		top: 131px;
		right: 14px;
    }
	#footer .footerrow {
	    padding: 20px 60px 40px 60px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	#header {
		margin-top: 50px;
	}
	#logo h1 a .bildmarke {
		width: 100px;
		height: 100px;
	}
	#logo h1 a .title {
		font-size: 30px;
	    line-height: 50px;
	    top: 25px;
	    left: 15px;
	}
	#logo h1 a .title:before {
    	width: 685px;
    	height: 50px;
    }
	#img-box {
	    top: -20px;
	    right: 0;
	}
	#img-box .random_image_extended img {
		width: 27%;
	}
	#img-box h6 {
	    font-size: 20px;
	}
	#one {
		left: 10px;
	}
	#two {
    	left: 132px;
    }
	#three {
		left: 254px;
	}
	#header-menu ul.menu li a {
	    padding: 10px 4px;
	    white-space: nowrap;
    }
    #content .content-narrow {
	    margin-bottom: 15px;
    }
	#content img {
		max-width: 100%;
	}
	#footer {
		top: 0;
		margin-bottom: 30px;
	}
	#footer .footerrow {
	    padding: 30px 100px 30px 100px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	#logo h1 a .title:before {
    	width: 900px;
    }
	#img-box {
	    top: -20px;
	    right: 25px;
	}
	#img-box .random_image_extended img {
		width: 30%;
	}
	#img-box h6 {
	    font-size: 25px;
	}
	#one {
		left: 13px;
	}
	#two {
    	left: 167px;
    }
	#three {
		left: 320px;
	}
	#content img {
		max-width: 100%;
	}
	#footer .footerrow {
	    padding: 100px 200px 60px 200px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
/* @end */