/*
 Theme Name:   Vantage for ethische-banken.de
 Description:  Vantage Child Theme
 Author:       Johannes Eva
 Author URI:   http://ethische-banken.de
 Template:     vantage
 Version:      0.3
*/

/*
.single .entry-thumbnail img {
margin-right: auto;
margin-left: auto;
max-width: 50%;
}

article.post .entry-header .entry-thumbnail img {
margin-right: auto;
margin-left: auto;
max-width: 50%;
}

*/

/* ----------------------------------------------------------- 

  ---    Common CSS for johannes-eva.net and uxul.net    ---
      
-------------------------------------------------------------- */

/* Hide footer */
#colophon #theme-attribution {
	display: none;
}

/* Don't use full width for body text */
body.responsive.layout-full #page-wrapper .full-container {
	max-width: 915px;
}

.adsbygoogle {
	background: transparent;
}

/* Hide title post for home page */ 
#post-290 h1.entry-title {
	display: none;
}

/* Hide 'Posted in CATEGORY' */
article.post .entry-categories {
	display: none;
} 

/* Title and Post formatting
-------------------------------------------------------------- */

#page-title, article.post .entry-header h1.entry-title,
article.page .entry-header h1.entry-title {
    padding-bottom: .5em;
}

article.post .entry-header h1.entry-title a, article.page .entry-header h1.entry-title a {
	font-size: 1.36em;
	line-height: 1.14em;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
    line-height: 1.28em;
}

.entry-content h2 {
    font-size: 2em;
    margin-top: 1.7em;
    margin-bottom: .8em;
}

.entry-content h3 {
  margin-top: 1.7em;
}

.entry-content h2 + h3 {
  margin-top: 1.5em;
}

.entry-content p {
	font-size: 1.27em;
	/* color: #575757; */
}

/* Remove small horizontal line on top of jetpack sharing icons */
div.sharedaddy h3.sd-title::before {
    border-top: 0px!important;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

/* Site title bold */ 
header#masthead .hgroup h1 {
	/*font-weight: bold;*/
}

/* Slightly bigger font and left padding on lists */ 
.entry-content ul li, .entry-content ol li {
    margin-left: 2em;
    font-size: 1.2em;
    margin-bottom: .9em;
}

/* Quotes */ 
.entry-content blockquote {
    font-style: italic;
    margin-left: 2.5em;
    padding-left: 1.5em;
    border-left: 5px solid orange;
}

.alignnone, .aligncenter {
	margin-bottom: .4em;
}

/* Proportions first and second column
-------------------------------------------------------------- */
#primary, .page-template-default #primary {
  width: 63.287%;
}

@media (min-width: 681px) 
{
	#secondary {
	  width: 33.35%!important;
	}
}

/* Less padding
-------------------------------------------------------------- */
@media only screen and (max-width: 350px) {
	#main {
		padding: 8px;
	}
}
@media only screen and (min-device-width: 351px) and (max-device-width: 480px) {
	#main {
		padding: 16px;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 640px) {
	#main {
		padding: 24px;
	}
}

/* Less padding and padding corrections for title and main menu
-------------------------------------------------------------- */

/* Site title reduce padding */
header#masthead .hgroup {
	padding-top: 25px;
	padding-bottom: 25px;
	}

@media (min-width:1170px) header#masthead .hgroup {
		padding-top: 45px;
		padding-bottom: 45px;
}	

@media (max-width: 680px) #header-sidebar {
  margin-top: 0px!important;
}

header#masthead hgroup #header-sidebar {
   margin-top: 0px !important;
}

/* Padding correction for site title on mobile devices */
@media (max-width: 680px) {
		header#masthead .hgroup {
			padding-bottom: 0px;
		}
  }

.main-navigation ul li {
    font-size: 13.5px;
}

/* Main menu reduce top and bottom padding */ 
.main-navigation ul li a {
	padding: 12px 25px;
	}

/* Main menu font color and size*/ 
.main-navigation a {
    color: #333;
    font-size: 1.2em;
}

/* Remove bottom padding on posts */ 
article.post, article.page {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 0px solid #FFF;
}



/* Social media animation on hover
-------------------------------------------------------------- */
.jo-morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.jo-morph:hover {
	
			filter: saturate(300%);
			-webkit-filter: saturate(300%);
			-moz-filter: saturate(300%);
			-o-filter: saturate(300%);
			-ms-filter: saturate(300%);	
	
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* Social media animation on load
-------------------------------------------------------------- */
.jo-load-rotate {
        -webkit-animation:spin .6s ease-in 1;
        -moz-animation:spin .6s ease-in 1;
        -o-animation:spin .6s ease-in 1;
        animation:spin .6s ease-in 1;
}
.fadeIn-Delay-3 {
        -webkit-animation-delay:4s;
        -moz-animation-delay:4s;
        -o-animation-delay:4s;
        animation-delay:4s;
}
.fadeIn-Delay-4 {
        -webkit-animation-delay:4.2s;
        -moz-animation-delay:4.2s;
        -o-animation-delay:4.2s;
        animation-delay:4.2s;
}
.fadeIn-Delay-5 {
        -webkit-animation-delay:4.4s;
        -moz-animation-delay:4.4s;
        -o-animation-delay:4.4s;
        animation-delay:4.4s;
}
.fadeIn-Delay-6 {
        -webkit-animation-delay:4.6s;
        -moz-animation-delay:4.6s;
        -o-animation-delay:4.6s;
        animation-delay:4.6s;
}
.fadeIn-Delay-7 {
        -webkit-animation-delay:4.8s;
        -moz-animation-delay:4.8s;
        -o-animation-delay:4.8s;
        animation-delay:4.8s;
}

@-moz-keyframes spin { from { -moz-transform: rotate(0deg);} to { -moz-transform: rotate(780deg);} }
@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg);} to { -webkit-transform: rotate(780deg);} }
@-o-keyframes spin { from { -webkit-transform: rotate(0deg);} to { -webkit-transform: rotate(780deg);} }
@keyframes spin { from {transform:rotate(0deg);} to {transform:rotate(780deg);} }


/* Hide widget title for Advertising widget */ 
#ai_widget-4 h3.widget-title {
	 display: none; 
} 

/* Hide Sharing Widget on mobilde devices */
@media (max-width: 680px) {
	#black-studio-tinymce-2 {
		display:none;	
	}
}

/* Right column menu (Widgets)
-------------------------------------------------------------- */

#secondary .widget .widget-title, #footer-widgets .widget .widget-title {
    font-size: 1.76em;
    color: #ef9800;
    margin-bottom: 15px;
    line-height: 1.1em;
}

#facebook-likebox-2 > h3 > a {
    color: #ef9800;
}

#secondary .widget, #footer-widgets .widget {
    margin-bottom: 40px;
 }

#secondary p {
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}


/* -----------------------------------------------------------
		Footer Widgets
-------------------------------------------------------------- */

.layout-full #colophon {
    margin-bottom: 3em;
    margin-top: 3em;
}

#colophon p, #colophon ul li, #colophon .widget a {
	font-size: 1.15em;
	line-height: 1.62em;
}

#colophon .widget a:hover {
	text-decoration: underline;
}

#footer-widgets .widget .widget-title {
    color: #e2e2e2;
    font-size: 1.6em;
    margin-top: 45px;
    margin-bottom: 30px;
 }

/* Footer widget tuning */
#colophon .widget_nav_menu .menu-item a {
    border-bottom: none;
}

#footer-widgets li {
	font-size: 1.19em;
}

/* --------		Ende Footer Widgets   ------------------ */

/* -----------------------------------------------------------
		FOOTNOTES --- Customization for Easy Footnotes Plugin
		Für Vantage. (für twenty seventeen siehe LTW Bayern/US-Wahl)
-------------------------------------------------------------- */

ol.easy-footnotes-wrapper{
  margin-left: 0;
  margin-top: 4em;
  padding-bottom: 3em;
}

.easy-footnote a {
  text-decoration: underline;
  border-bottom: none;
  padding-right: .1em;
  font-weight: 600;
}

.easy-footnote-single a {
	border-bottom: none;
}

.easy-footnote-single a:hover, .easy-footnote-single a:focus {
	text-decoration: underline;
}

.easy-footnotes-wrapper {
  width: 82%;
  padding-top: 1.5em;
  border-top: 1px solid #000;
}

.entry-content .easy-footnote-single {
	font-size: 1.1em;
	margin-left: 3em;
	margin-bottom: 1em;
}

@media (max-width:1024px) {
    .easy-footnotes-wrapper {
    width: 96%;
  }
}

@media (max-width: 900px) {
	width: 96%;
}

@media (max-width: 767px) {
	width: 96%;
	.entry-content .easy-footnote-single {
		margin-left: 2em;
	}
}

@media (max-width: 680px) {
    .easy-footnotes-wrapper {
    width: 99.5%;
  }
	.entry-content .easy-footnote-single {
		margin-left: 1.5em;
	}
}

/* Bigger font in Footnotes tips */
.qtip-bootstrap .qtip-content {
   font-size: 1.08em;
	line-height: 1.5em;
}

/* Underline in Footnotes tips */
.qtip-content a {
	text-decoration: underline;
}

/* Replace footnote arrow */
.easy-footnote-single .easy-footnote-to-top::after {
    content: "↑";
    font-weight: 800;
}


/* -----------------------------------------------------------
		Generated Table : http://tablestyler.com
-------------------------------------------------------------- */

.datagrid table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0px;
}
.datagrid {
    background: #fff;
    overflow: hidden;
    border: 1px solid #DDDDDD;
    width: 23em;
    margin: auto;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: box-shadow 0.25s ease;
}

.datagrid:hover {
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.datagrid table td,
.datagrid table th {
    padding: 3px 10px;
}
.datagrid table thead th {
    background-color: #004799;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    border-left: 0px solid #DDDDDD;
}
.datagrid table thead th:first-child {
    border: none;
}
.datagrid table tbody td {
    color: #333333;
    /* border-left: 1px solid #DDDDDD;      Middle line in table */
    font-size: 1.13em;
    font-weight: normal;
}

/* First Column*/
.datagrid table tbody td:first-child {  
    text-align: right;
    font-weight: bold;
    padding-right: .4em;
}

/* Second Column*/
.datagrid table tbody td:nth-child(2) {  
    padding-left: .4em;
}

/* Stripes in table (zebra) */
.datagrid tbody tr:nth-child(odd) {
    background: #F5F5F5;
        color: #333333;
}

/* Subtitle */
.datagrid table tbody .gridsub td {
    background-color: #3F74B2;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    border-left: 0px solid #DDDDDD;
}
.datagrid table tbody td:first-child {
    border-left: none;
}
.datagrid table tbody tr:last-child td {
    border-bottom: none;
}
.datagrid table tfoot td div {
    border-top: 1px solid #006699;
    background: #3F74B2;
}
.datagrid table tfoot td {
    padding: 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border-top: 1px solid #006699;
    background: #3F74B2;
    border-bottom: 4px solid #004799;
}
.datagrid table tfoot td div {
    padding: 2px;
}

.datagrid tfoot a:link, .datagrid tfoot a:visited {
	color: #FFFFFF;
}

.datagrid tfoot a:hover {
	text-decoration: underline;
}

.sternchen {
	width: 80%;
	margin: auto;
	font-size: 1em;
	line-height: 1.3em;
	margin-top: 1em;
}

/* --------- Datagrid Farben Steyler Bank ------- */

.datagrid_steyler table thead th {
    background-color: #2B447B;
 }
 
.datagrid_steyler table tbody .gridsub td {
    background-color: #8DB42E;
}

.datagrid_steyler table tfoot td {
    border-top: none;
    background: #8DB42E;
    border-bottom: 4px solid #398011;
}

/* --------- Datagrid Farben Ethikbank ------- */

.datagrid_ethikbank table thead th {
    background-color: #FFB200;
 }
 
.datagrid_ethikbank table tbody .gridsub td {
    background-color: rgba(255, 200, 11, 0.92);
}

.datagrid_ethikbank table tfoot td {
    border-top: none;
    background: rgba(255, 200, 11, 0.92);
    border-bottom: 4px solid #FFB200;
}

/* -----------------------------------------------------------
		Table for Girokonto Vergleich, Scrollable
-------------------------------------------------------------- */

.giro_table_container {
	overflow-x: auto;
	margin: 0px auto;
}
.giro_table table {
    border-collapse: collapse;
    margin-bottom: 0px;
}
.giro_table {
    overflow: hidden;
    width: 567px;
}
.giro_table table td,
.giro_table table th {
    padding: 3px 8px;
}
/* Table Head */
.giro_table table thead th {
    background-color: #004799; /* GLS */
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}
.giro_table th:first-child {
    border: none;
    background-color: #FCFCFC;
    border-top: none;
}

/* First Row (Subtitle) */
.giro_table table tbody .gridsub td {
    background-color: #3F74B2;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: bold;
    border-left: 0px solid #DDDDDD;
    padding-top: 20px;
    padding-bottom: 16px;
}
.giro_table .gridsub > td:nth-child(1) {
    background-color: #FCFCFC;
}

/* Table Body*/
.giro_table tbody td {
    color: #333333;
    border-left: 1px solid #DDDDDD;
    font-size: 1.02em;
    font-weight: normal;
    text-align: center;
}
.giro_table tbody td:first-child {
    border-left: none;
}
.giro_table tbody tr:last-child td {
    border-bottom: none;
}
/* Stripes in table (zebra) */
.giro_table tbody tr:nth-child(odd) {
    background-color: #F5F5F5;
        color: #333333;
}
.giro_table tbody tr:nth-child(even) {
    background-color: #E3E3E3;
        color: #333333;
}

/* First Column */
.giro_table tbody td:first-child {  
    font-weight: bold;
    padding-right: .8em;
    font-size: 1em;
    text-align: left;
    padding-left: 10px;
}

/* Footer */
.giro_table tfoot td div {
    border-top: 1px solid #006699;
    background: #3F74B2;
    padding: 2px;
}
.giro_table tfoot td {
    padding: 0;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border-top: 1px solid #006699;
    background: #3F74B2;
    border-bottom: 4px solid #004799;
}
/* Hide first cell in footer */
.giro_table tfoot td:first-child {
    border-top: 1px solid transparent;
    background: transparent;
    border-bottom: 4px solid transparent;
}

/* Links in Footer */
.giro_table tfoot a:link, .giro_table tfoot a:visited {
	color: #FFFFFF;
}
.giro_table tfoot a:hover {
	text-decoration: underline;
}
/* Links in Body */
.giro_table tbody td a:link, .giro_table tbody td a:visited {
	color: #333333;
}
.giro_table tbody td a:hover, .giro_table tbody td a:focus {
	text-decoration: underline;
	color: #248cc8;
}

/* Hide mobile instruction to slide (depends on theme) */
@media all and (min-width: 640px) and (max-width: 679px) {
	.mobile_slide {
		display: none;	
	}
}
@media all and (min-width: 960px) {
	.mobile_slide {
		display: none;	
	}
}

/* -----------------------------------------------------------
		Bank Colors
-------------------------------------------------------------- */

/* Third column Ethikbank colors */
.bank_colors th:nth-child(3) {
    background-color: rgb(255,178,0);
}
.bank_colors .gridsub > td:nth-child(3) {
     background-color: rgba(255, 200, 11, 0.92);
}
.bank_colors tfoot td:nth-child(3) {
    border-top: 1px solid rgb(255,178,0);
    background: rgba(255, 200, 11, 0.92);
    border-bottom: 4px solid rgb(255,178,0);
}

/* Fourth column Triodos colors */
.bank_colors th:nth-child(4) {
    background-color: rgb(0,147,123);
}
.bank_colors .gridsub > td:nth-child(4) {
    background-color: rgba(0,147,123, 0.76);
}
.bank_colors tfoot td:nth-child(4) {
    border-top: 1px solid rgb(0,147,123);
    background: rgba(0,147,123, 0.76);
    border-bottom: 4px solid rgb(0,147,123);
}

/* -----------------------------------------------------------
		Details for First Table "Konditionen"
-------------------------------------------------------------- */

/* First column instruction to slide (for mobile devices) */
.giro_konditionen th:first-child {
	font-size: 1.3em; 
	color: orange;
}
.giro_konditionen .gridsub > td:first-child {
	font-size: 1.1em; 
	color: orange;
	vertical-align: top;
	padding-top: 0px;
}

/* -----------------------------------------------------------
		Details for Second table Table "Scenario 1"
-------------------------------------------------------------- */

.scenario_1 th:first-child {
	background-color:  rgb(197, 0, 124);
}
.scenario_1 .gridsub > td:first-child {
	font-size: 1.1em;
	background-color: rgba(210, 15, 139, 0.82);
}

/* -----------------------------------------------------------
		Details for Second table Table "Scenario 2"
-------------------------------------------------------------- */

.scenario_2 th:first-child {
	background-color:  rgb(197, 0, 124);
}
.scenario_2 .gridsub > td:first-child {
	font-size: 1.1em;
	background-color: rgba(210, 15, 139, 0.82);
}