
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,700i');

/*-----COLORS-----*/
/*
#a91616		red
#a21416		red background
*/

/* additional styles feb.2017 */

body, a, p {
	color: #575756;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
body {
	background: rgba(61,72,79,1);
	background: -moz-linear-gradient(top, rgba(61,72,79,1) 0%, rgba(100,116,128,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(61,72,79,1)), color-stop(100%, rgba(100,116,128,1)));
	background: -webkit-linear-gradient(top, rgba(61,72,79,1) 0%, rgba(100,116,128,1) 100%);
	background: -o-linear-gradient(top, rgba(61,72,79,1) 0%, rgba(100,116,128,1) 100%);
	background: -ms-linear-gradient(top, rgba(61,72,79,1) 0%, rgba(100,116,128,1) 100%);
	background: linear-gradient(to bottom, rgba(61,72,79,1) 0%, rgba(100,116,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d484f', endColorstr='#647480', GradientType=0 );
}
div#container {
	overflow-x: hidden;
	border-left: 100px solid white;
	border-right: 100px solid white;
}
div#container:before {
	overflow-x: hidden;
	margin-left: -10px;
	
}

p a {
	color: #b7b097;
}
h1 {
	text-transform: uppercase;
}
p {
	line-height: 25px;
}
#header {
	padding-top: 40px;
	position: relative;
}
#metanav > ul > li {
	display: inline-block;
	padding-right: 10px;
	
}
#metanav > ul > li > a{
	color: white !important;
	
}
#metanav {
	padding-right: 20px;
	padding-top: 10px;
}
#mainnav ul a {
	text-transform: uppercase;
	font-weight: normal;
}
#mainnav {
		padding-top: 30px;
}
div.logo {
	float: left;
}

#header .inside > img {
	padding-top: 45px !important;
}
header#header {
	background-color: white !important;
	height: auto !important;
	border-bottom: 1px solid #cfcfcf;
}
#container {
	background-color: white !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.no-margin {
	margin-left: 0px;
}
div.headerbar {
	display: none;
}
div#teaser {
	background-image: url(https://nachgeben.com/files/2017/headerimg.jpg);
	background-color: white;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#teaser > div.inside {
	background-color: #b7b097;
	height: 130px;
	top: 200px;
	box-shadow: 1px 3px 4px 2px rgba(0, 0, 0, 0.3);
	text-align: left;
}
h1.teaser {
	color: white !important;
	text-shadow: none;
	font-size: 30px;
	line-height: 50px;
	font-weight: 300 !important;
	
}
img.stoerer {
	margin-top: 20px;
}
div.topbar-nav {
	width: 100%
}
#top > div.topbar-nav > div > ul > li{
	display: inline-block;
	margin-right: 10px;
}
#footer {
	border-top: 0px;
	color: white !important;
}
h3.footer {
	font-weight: bold;
	color: #313a40;
	font-size: 16px;
	text-transform: uppercase;
}
a.pin-button {
	margin-top: 10px;
	padding: 5px;
	background-color: #313a40;
	color: white;
}
a.pin-button:hover {
	text-decoration: none;
	background-color: white;
	color: #313a40;
}
.socialicon {
	color: white;
	font-size: 60px;
}
.socialicon:hover {
	text-decoration: none;
	color: #313a40
}
h1 {
	color: #4c5963 !important;
	background-color: transparent !important;
	font-weight: normal;
	font-size: 36px;
	line-height: 50px;
}

#banner-planke {
	display: none;
}
#mainnav > ul > li > a {
	font-size: 12px !important;
}
/*
********************
Pinnwand
********************
*/
div.all_records > div {
	border-bottom: 1px solid grey;
	padding: 10px;
}
/*
********************
Utilities
********************
*/
.p-10 {
	padding: 10px;
}
/*
********************
NEWS
********************
*/
div.span6 {
	margin-left: 10px !important;
}
div.pagination > p {
	display: none;
}

.newsitem {
	border-top: 1px solid #4c5963;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newsitem h2 {
	text-transform: uppercase;
	line-height: 14px;
}
div.teaserbox {
	padding-left: 30px;
}
div.teaserbox h3 {
	font-size: 16px;
}
div.teaserbox p, div.teaserbox a {
	font-size: 10px;
}

/*
********************
Kontakt
********************
*/
div#kontaktform input, div#kontaktform textarea {
	width: 90%;
}

/*
********************
jetzt handeln
********************
*/
.span6 input {
	width: 90%;	
}

.ce_accordion {
	border: none !important;
}
.ce_accordion .accordion > div {
	border: none !important;
}
.ce_accordion .toggler {
	border-top: 1px solid #cecece;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
    display: block;
    padding: 20px 15px;
    cursor: pointer;
    color: grey;
    font-size: 16px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 300;
    
}
div.toggler.active {
	font-size: 24px;
	color: #4c5963;
}
.ce_accordion .toggler:before {
    display: none;
}
.ce_accordion .toggler[aria-selected="true"]:before, .ce_accordion .toggler[aria-expanded="true"]:before {
	display: none;
	}
.ce_accordion .toggler[aria-selected="true"]:after, .ce_accordion .toggler[aria-expanded="true"]:after {
	display: none;
}

h1.signh1 {
	text-transform: uppercase;
	line-height: 30px;
	font-size: 24px;
}
a.link-handeln {
	font-weight: bold;
	text-transform: uppercase;
}
a.link-handeln:hover {
	text-decoration: none;
	color: #b7b097;
}
a.link-handeln:after {
	content: '\f0da';
   font-family: FontAwesome;
   color: #b7b097;
   padding-left: 3px;
}
/*
********************
Unterschriften
********************
*/
div.list_per_page {
	display: none;
}
th.head {
	text-transform: uppercase;
}
thead tr {
	border-bottom: 1px solid #cecece;
}
tr.even {
	background-color: #f8f8f8;
}
td {
	padding: 4px;
}
p.back a{
	background-color:#4c5963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:15px 15px;
	text-decoration:none;
	border:0 none;
}
div.mod_newsreader h1 {
	text-transform: uppercase;
	
}

/*
********************
News
********************
*/
div.newsbox h3 {
	text-transform: uppercase;
	font-size: 18px;
	
}

figcaption {
	font-size: 10px;
	text-transform: uppercase;

}
figure img {
	border: 7px solid #b7b097;
}
.mod_newsreader .gallery {
    display: none;
}
/*
********************
Forms
********************
*/
input[type="text"], input[type="number"], input[type="email"], input[type="url"] {
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  padding: 12px 0px 12px 0px;
  appearance: none;
  box-shadow: none;
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #4c5963;
}
input[type="text"]:focus, input[type="text"]:active {
 border-color: #e9322d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid #4c5963;
  
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid #4c5963;
    }
input[type="submit"] {
	background-color:#4c5963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	padding:15px 50px;
	text-decoration:none;
	border:0 none;
}

input[type="submit"]:hover {
	background-color:#b7b097;
}
input[type="submit"]:active {
	position:relative;
	top:1px;
}

form#unterschriften label {
	display: none;
}
::-webkit-input-placeholder { /* Chrome */
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
:-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;

}
:-moz-placeholder { /* Firefox 4 - 18 */
  text-transform: uppercase;

}
/*
********************
MEDIA QUERIES
********************
*/
@media (min-width: 768px) and (max-width: 1100px) { 
		
		div#container {
    overflow-x: hidden;
    border-left: 10px solid white;
    border-right: 10px solid white;
    }
    
	}
@media (min-width: 768px) and (max-width: 979px) { 
	.container{
		width: 100% !important;
	}
	img.stoerer {
		position: absolute;
		width: 250px;
		right: 10px;
		top: 0px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.container{
		width: 100% !important;
	}
	img.stoerer {
		position: absolute;
		width: 250px;
		right: 10px;
		top: 0px;
	}
	div#container {
    overflow-x: hidden;
    border-left: 5px solid white;
    border-right: 5px solid white;
    }
}
@media (max-width: 590px) {
	img.stoerer {
		display: none;
	}
}
/* Landscape phones and down */
@media (max-width: 480px) { 
	.container{
		width: 100% !important;
	}
	 }