﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html{
   min-height: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Needed for mobile WebKit */
    -moz-box-sizing: border-box; /* Needed for Firefox */
    box-sizing: border-box
}
@font-face {
	font-family:Fjalla-One;
	src: url("../fonts/FjallaOne-Regular.eot"); /* EOT file for IE */
}

@font-face {
	font-family:Fjalla-One;
	src: url("../fonts/FjallaOne-Regular.ttf"); /* TTF file for CSS3 browsers */
}
body {
	font-family:'Arial', sans-serif;
	color: rgb(86,86,86);
	margin:0;
}
h1 {
    color: #45a14f;
	font-family: 'Fjalla-One';
    font-size: 2.4em;
    text-transform: uppercase;
}
h2 {
    color: #45a14f;
    font-size: 1.1em;
    letter-spacing: 0.6px;
    margin-bottom: 15px;
}
h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
}
.consultant_short-description h3 {
    font-size: 1.1em;
    text-decoration: none;
	margin-bottom: 10px;
}
h4 {
    font-size: 1.05em;
	font-weight: bold;
}
p {
	font-size: 1em;
}
p.style_h1 {
    color: #45a14f;
	font-family: 'Fjalla One';
    font-size: 2.4em;
	text-align: right;
    text-transform: uppercase;
}
.consultant_short-description p {
	font-size: 0.9em;
	line-height: 1;
    padding-bottom: 5px;
}
p.headline {
    color: black;
    font-size: 18px;
}
p.readmore a {
    font-style: italic;
}
a {
    color: #ff7f00;
	text-decoration: none;
}
a.comments-link {
    color: #45a14f;
    font-size: 1.1em;
    letter-spacing: 0.6px;
}
.orange {
    color: #F39323;
}
.bg_gray {
	background-color: gray;
}
strong {
	font-weight: bold;
}
.inline {
    display: inline;
}
.frame {
	margin: 0 15px;
}

/* -------------------------------
Styling the header
----------------------------------- */

.frame_1 {
    margin: 20px 0 10px;
}
.frame_2 {
	background-color: #6c4059;
}
#header_logo {

}


/* -------------------------------
Styling the sections
----------------------------------- */

#section2 {
	position: relative;
}
/* -------------------------------
Styling the content
----------------------------------- */
#container_content {
    margin: 50px 0;
}
#content100 {
	min-height: 400px;
	width: 100%;
}
#content80 {
	min-height: 400px;
	width: 75%;
}
#content60 {
	min-height: 400px;
	width: 50%;
}
#content_padding {
	padding-right: 70px;
}

.moduletable_sidebar_top_right {

}
.moduletable_content_slider {
    margin-top: 38px;
}
img.inqa {
    bottom: -5px;
    position: relative;
}
article.pt-slider {
	margin-bottom: 50px;
}
p a img.traum {
    margin-bottom: -2px;
}

article.pt-slider img.content_slider {
    float: left;
    margin: 20px;
}
article.pt-slider h4{
    margin: 20px 0 80px;
}
 
/* -------------------------------
Styling the Icons
----------------------------------- */

#content_images .padding-c1 {
	padding: 20px 10%;
}
#content_images .margin-c1 {
	margin-bottom: 40px;
}

.table-style {
    background-color: #EEEEE0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 10% 0 5%;
    transition: all 0.5s ease-in-out 0s;
}
.table-style:hover {
	opacity: 0.6;
}
.block-image {
    margin-bottom: 2.4rem;
}
.block-image__wrap {
    display: block;
    position: relative;
/*     text-align: center; */
}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.table__cell {
    display: table-cell;
    text-align: center;
    width: 100%;
}
.block-image__subline p {
    color: #43358C !important;
    text-align: center !important;
}
.block-image__subline{
    display: block;
    padding: 20px 0 10px;
    position: relative;
}
.block-image__subline > *::after, .block-image__subline > *::before {
    content: " + ";
}
.block-image__desc {
    margin: 1.4rem auto 0;
}
.block-image__desc, .block-image__desc > p{
    color: #999;
    font-size: 1.125rem;
}
.block-image__desc{
    font-style: italic;
}


/* -------------------------------
Styling the lists
----------------------------------- */
ol.list {
    line-height: 1.4em;
    list-style-position: outside;
    margin-left: 25px;
    padding-right: 15px;
}
ul.dot li {
    line-height: 1.4em;
    list-style-image: url("../images/dot.png");
    list-style-position: outside;
    margin-left: 17px;
	padding: 4px 0;
}

#top {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 40%;
}


/* -------------------------------
Styling the comments
----------------------------------- */
#jc {margin-top:20px;}
#comments .comments-list {height: auto !important}


/* -------------------------------
Styling the footer
----------------------------------- */

#section3{
    background-color:#009645;
}
.footer-item {
	margin-top: 50px;
	margin-bottom: 50px;
}
.footer-item p,
.footer-item a {
	color: #fff;
	font-size: 16px;
}
.res-eu-cookie-body {
    font-weight: bold;
}
.res-eu-cookie-buttons {
    text-align: right;
}
.res-eu-cookie-body {
    float: left;
    padding-top: 10px;
}
#je_socialicons {
	margin-top: 30px;
}

/* -------------------------------
 Setup the Raster
----------------------------------- */
.container {
	max-width:1200px;
	margin:0 auto;
}


.column {
	float:left;
}

.columns {
	float:left;
	padding-left:16px; 
	padding-right:16px;
}

.push {
	float:right;
}

.row {
	width:auto;
}

.row:before, 
.row:after {
	content:'';
	display:table;
}

.row:after,
.site-footer:after {
	clear:both;
}

.row .row {

}
