/* ---- FONT ---- */
@font-face{ 
	font-family: 'OpenSans';
	src: url('../Fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff');
  font-stretch: normal;
}

@font-face{ 
	font-family: 'OpenSans';
	src: url('../Fonts/OpenSans/OpenSans-Bold-webfont.woff') format('woff');
  font-stretch: normal;
  font-weight: bold
}

@font-face{ 
	font-family: 'OpenSans';
	src: url('../Fonts/OpenSans/OpenSans-CondLight-webfont.woff') format('woff');
  font-stretch: condensed;
  font-weight: 400;
}

@font-face{ 
	font-family: 'OpenSans';
	src: url('../Fonts/OpenSans/OpenSans-CondBold-webfont.woff') format('woff');
  font-stretch: condensed;
  font-weight: bold;
}


* {
  font-family: 'OpenSans', 'source_sans', sans-serif;
  line-height: 1.6em;
}
body {
  background: #d5d5d5 url(/typo3conf/ext/provider/Resources/Public/Images/nadel-journal/hintergrundbild.png) left top repeat-x;
  background-size: cover;
}
p {
  font-size: 1.125em;
}
hr {
  margin: 2rem 0;
}
.btn-primary {
  color: #fff;
  background: #0d6efd;
  border-color: #0d6efd;

  border: 1px solid #416119;
  color: #FFF;
  text-shadow: none;
  background-color: #49A501;
  background-image: linear-gradient(to bottom, #49A501, #416119);
}
/* menues */
.active > a, .dropdown.active > a {
  font-weight: bold;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
 .dropdown-menu {
    width: auto;
 }
 .dropdown-menu li {
  padding: 0.15em 1em;
 }
header nav a {
  padding: 0 0.75em 0 0;
  padding: 0 1em 0 0;
  overflow: initial;
  text-wrap: nowrap;
  font-size: 1.25em;
  font-stretch: condensed;
  letter-spacing: 0.015em;
  color: #555956;
}
header nav a.dropdown-toggle::after {
  vertical-align: 0.2em;
  border-width: 0.25em;
}

/* content */
.contenttable {
  width: 100%;
}
/* CK editor table */
figure.table > table {
  border-collapse: unset;
}
.table > :not(caption) > * > * {
  background-color: unset;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 1em;
}
.frame-layout-0 {
margin-bottom: 3em;
}
.cover-container {
  max-width: 64em;
}
/* forms */
form .form-group {
  margin-top: 1em;
}
.tt-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.top-aside {
  background: none !important;
    background-color: rgba(0, 0, 0, 0);
  background-color: #4f7948 !important;
}
.cover-container > header {
  width: 100%;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  padding: 32px 0;
  background: #FFF url(../Images/nadel-journal/bg-ui-gradient.png) left top repeat-x;
}
/* ------- Insert custom styles below this line ------- */

.fb-mobile {
  float: right;
}

.top-aside {    
  padding: 8px 0 !important;
}
header nav ul {
	text-align: center;
}

ul{
	padding:5px 0 0 16px;
	list-style-image:url(/typo3conf/ext/provider/Resources/Public/Images/nadel-journal/bullet-type-1.png);
}

/* ------- Fonts / Titles ------- */
h2 {
  font-stretch: condensed;
  font-weight: bold;
  letter-spacing: 0.005em !important;
}
h2.green {
color: #4f7948 !important;
text-transform: uppercase;
font-size: 16px;
text-decoration: underline;
}

h2, h2.green-regular {
color: #4f7948 !important;
text-transform: uppercase;
font-size: 16px;

}

h2.green a {
color: #4f7948 !important;
text-transform: uppercase;
font-size: 16px;
text-decoration: underline;
}
h3 {
font-size: 1.5em;
}
h3.green {
color: #4f7948 !important;
text-transform: uppercase !important;

}
h4 {
  margin-top: 0 !important;
  font-size: 1.25em;
}
h4.green {
color: #4f7948 !important;
letter-spacing: 0.1em !important;

text-transform: uppercase !important;
}

h4.green a {
color: #4f7948 !important;
font-size: 13px !important;
letter-spacing: 0.1em !important;

text-transform: uppercase !important;
text-decoration: underline;
}

/* ------- Content Boxes ------- */
.tt-contentbox-title {
padding: 0 20px;
}
.tt-contentbox {
/*! width:100%; */
/*! box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
/*! margin-bottom:20px; */
}

.tt-contentbox-title {
padding: 12px 20px;
color: #FFF;
-webkit-border-radius: 3px 3px 0px 0px;
   -moz-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
}

.tt-contentbox-title span {
overflow: hidden;
letter-spacing:1px;
text-transform:uppercase;
font-size:11px;
}

.tt-contentbox-content {
color:#888;
font-size: 13px;

padding:15px 15px 25px 15px;
border:1px solid #FFF;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
background-image: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2);
background-image:    -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
background-image:      -o-linear-gradient(top, #FFFFFF, #F2F2F2);
background-image:         linear-gradient(to bottom, #FFFFFF, #F2F2F2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#F2F2F2');/*For IE7-8-9*/
}

.tt-contentbox-content a {
text-decoration:underline;	
color: #52453A;
}

.tt-contentbox-content a:hover {
color:rgba(0, 0, 0, 0.4);
}

.tt-contentbox-content p {
color:#888;	
}

.tt-contentbox-content p:last-child {
margin-bottom:0;
}
h1 {
  font-weight: bold;
  font-size: 2.5em;
  color: #4f7948 !important;
  letter-spacing: 0 !important;
}
.tt-contentbox-content h1,
.tt-contentbox-content h2,
.tt-contentbox-content h3,
.tt-contentbox-content h4,
.tt-contentbox-content h5,
.tt-contentbox-content h6 {
/*font-size: 10px;*/

 letter-spacing: 0.1em;
 letter-spacing: 0.025em;

text-transform: uppercase;
margin-bottom:5px;
  margin: 0 0 0.5em;
}
/* -------- FOOTER ------ */
footer {
  background: none !important;
  background-color: rgba(0, 0, 0, 0);
  background-color: #4c4141 !important;
  background-color: #4f7948 !important;  
  clear: both;
  width: 100%;
  padding-top: 30px;
  position: relative;
  font-size: 11px;
  z-index: 1;
  overflow: visible;
}

.shadow.top {
  /*position:absolute;*/
  top:0;
  height:60%;
  width:100%;
  z-index:-1;
  background:url(../Images/nadel-journal/shadow-1.png) left top repeat-x;
}
.footer-copyright {
  clear: both;
  height: 5em;
  width: 100%;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.1);
}

footer .nav li a {
  text-decoration: none;
  color: #FFF;
  padding: 0 10px 0 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.125em;
  font-weight: 500;
}
footer .nav li:last-child a {
  border-right: none;
}
footer .frame-layout-0 {
  margin-bottom: 0;
}
footer .scrollToTop {
  background: url(/typo3conf/ext/provider/Resources/Public/Images/rapi-verlag/sprite.png) no-repeat; 
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  float: right;
  background-position: 0 -655px;
  margin: 5px 0 0 30px;
  padding-left: 15px;
}
.footer-content h3{
color:#fff;
}


/* ------- Call to Action Footer ------- */
.footer-callout {
width:100%;
/*background:#E4E4E4 url(images/global/bg-footer-callout.png) left top repeat-x;*/
padding:37px 0;
border-top:1px solid #dfdfdf;
-moz-box-shadow:0 0 3px #ddd;
-webkit-box-shadow:0 0 3px #ddd;
box-shadow:0 0 3px #ddd;
background-color: #efefef;
background-image: -moz-linear-gradient(top, #fafafa, #e6e6e6);
background-image: -ms-linear-gradient(top, #fafafa, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #fafafa, #e6e6e6);
background-image: -o-linear-gradient(top, #fafafa, #e6e6e6);
background-image: linear-gradient(top, #fafafa, #e6e6e6);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e6e6e6', GradientType=0);
}
a.tt-button.green-2 {
  border: 1px solid #416119;
  color: #FFF;
  text-shadow: none;
  background-color: #49A501;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#49A501), to(#416119));
  background-image: -webkit-linear-gradient(top, #49A501, #416119);
  background-image: -moz-linear-gradient(top, #49A501, #416119);
  background-image: -o-linear-gradient(top, #49A501, #416119);
  background-image: linear-gradient(to bottom, #49A501, #416119);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#49A501', endColorstr='#416119');
}
a.tt-button.large {
/* 
  
  height: 2.75em;
 */
}
a.tt-button {
 text-decoration: none;
  font-size: 1em;
/* 
  height: 2.75em;
  padding: 11px 10px 0;

  background-image: url(images/shortcodes/button-sprite.png);
  font-size: 13px;
  font-weight: 700;
  height: 20px;
  
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  display: inline-block;
  padding: 8px 10px 0;
*/
}
.footer-callout-content p {
font-size: 14px !important;
}
.footer-callout-content h3 {
  font-size: 1.25em !important;
  color:#4f7948;
}

.footer-callout-content {
  width: 55%; 
  margin-bottom: 0px;
  text-shadow: 1px 1px 2px #FFF;
}

p.callout-heading {
letter-spacing: 0px;
color: #4f7948;
}

.page-id-9 .footer-callout {
display: none;
}

.page-id-144 .footer-callout {
display: none;
}

.page-id-82 .footer-callout {
display: none;
}

.page-id-120 .footer-callout {
display: none;
}

.page-id-754 .footer-callout {
display: none;
}

.page-id-749 .footer-callout {
display: none;
}

.page-id-118 .footer-callout {
display: none;
}

.page-id-102 .footer-callout {
display: none;
}

.page-id-67 .footer-callout {
display: none;
}

.page-id-747 .footer-callout {
display: none;
}

.page-id-752 .footer-callout {
display: none;
}

.page-id-476 .footer-callout {
display: none;
}

.page-id-57 .footer-callout {
display: none;
}

.page-id-750 .footer-callout {
display: none;
}

.page-id-1281 .footer-callout {
display: none;
}

.page-id-1894 .footer-callout {
display: none;
}

/* ------- Navigation ------- */
nav a {
text-decoration:none;
padding:3px 5px;
}
.cover-container a.instagram {
  color: white;
}
.cover-container .frame-layout-0 {
  margin-bottom: 0;
}
.cover-container .ce-gallery {
  margin-bottom: 0;
}
.top-aside .cover-container .img-thumbnail {
  padding: 0;
  background: 0;
  border: 0 none;
}

header nav a, .search .current_page_parent a {
  color: #555956;
}
.tt-contentbox-content header > h2 {
  font-size: 2em;
  margin-top: 0.5em;
  margin-top: 0em;
}
/* ------- Home sidebar ------- */

.home-vertical-sidebar {
box-shadow: 0 1px 3px #c3c3c3;
border-radius: 5px;
background: #4f7948;
padding: 25px 0;
font-size: 13px;
}

.home-vertical-sidebar a {
color:#fff;
} 

.home-vertical-sidebar a:hover {
color:#DADADA;
} 

.home-vertical-sidebar {
font-weight: 500;
margin-bottom: 24px;
font-size: 22px;
color: #fff !important;
}

.widget-heading {
font-size: 14px;
margin-bottom: 14px;
color: #fff;
}

.home-vertical-sidebar .widget-heading {
font-weight: 500;
margin-bottom: 24px;
font-size: 22px;
color: #fff !important;
}

/* ------- Sidebar ------- */

.sidebar {
width: 224px;
float: left;
min-height: 500px;
background: #4F7948;
}

.sidebar > div + div {
border-top: 1px solid #DCDDDE;
margin-top: 20px;
padding-top: 25px;
width: 168px;
}


.sidebar ul {
list-style-image: none;
list-style-type: square;
color: #fff;
}
.sidebar p {
margin-top: 1px;
margin-bottom: 14px;
color: #fff;
}

.sidebar a {
color:#fff;
} 

.sidebar a:hover {
color:#DADADA;
} 
.sidebar a:visited {
color:#fff;
} 

/* ------- Container / Hintergrund ------- */

#content-container input[type="text"] {
margin: 0 10px 10px 0;
width: 179px;
}
#content-container input {
border: 1px solid #D2D2D2;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
color: #747474;
font-size: 13px;
padding: 8px 10px;
width: 179px;
}

#content-container textarea {
width: 389px;
height: 90px;
}
.cover-container {
width: 100%;
/*background: #d5d5d5 url(/wp-content/uploads/2013/07/hintergrundbild.png) left top repeat-x;*/

}

/* ------- Blog ------- */

.archive .page_content {
float: left;
width: 670px;
background: #fff;
padding: 1%;
}

.blog_page_content {
float: left;
width: 670px;
background: #fff;
padding: 1%;
}
.page_content {
float: left;
width: 670px;
background-color: #fff;
padding: 1%;
}



.postinfo a {
padding-right: 2px;
padding-left: 2px;
}

.post-tags {
display: inherit !important;
}

.post-date {
font-size: 0.8em;
display: block;
font-style: italic;
}

.sidebar-widget ul {
padding: 5px 5px 0px 0px !important;
list-style-type: none;
}

.textwidget {
    width: 92%;
}
.widget-heading {
	margin-bottom: 0 !important;
}

/* ------- diverses ------- */
.accordion dt {
width:100%;
border:1px solid #e9e9e9;
border-radius:5px;
margin-bottom:4px;
text-indent:50px;
font-weight:500;
position:relative;
cursor:pointer;
padding: 20px 0 0 10px !important;
/*mz: 01/2015*/
padding: 12px 0 10px 10px !important;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #ffffff, #efefef);
background-image: -ms-linear-gradient(top, #ffffff, #efefef);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image: -o-linear-gradient(top, #ffffff, #efefef);
background-image: linear-gradient(top, #ffffff, #efefef);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
}
@media (max-width: 767.98px) {
  .ce-left .ce-gallery {
    float: none;
  } 
}
