/*
Theme Name: conplusinvest GmbH
Theme URI: www.skytala-gmbh.de
Author: Skytala GmbH
Author URI: https://www.skytala-gmbh.com/
Version: 1.0
Text Domain: conplusinvest

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);


/* Nur für Landingpage */
h1 {
	font-size: 35px;
	padding: 35px 0px;
	padding-bottom: 38px;
	margin: 0px;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}





/************************/

.btn-default {
	color: #ffffff !important;
	border:none;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0 !important;
	font-family: 'Lato';
	font-weight: 300;
	color:#002c5a;
}

a {
	color:#002c5a;
}

.clearfix {
	clear: both;
}

.table {
	display: table;
	width: 100%;
	background-color: transparent;
	margin-bottom: 0px;
}

.table .table {
	background-color: transparent;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.blue {
	color: #5590c8;
}

.green {
	color: #19ab98;
}

.gold {
	color: #d1bd06;
}

.ulimcogreen {
	color: #8cb538;
}

/* HEADER */

.start-header {
	padding-top: 400px;
}

.start-header .row {
	padding-bottom: 35px;
}

.cover {
	background-position: center center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.navigation-container {
	width: 100%;
	background-color: rgba(255,255,255,.75);
	position: relative;
}

.header-inner {
	width: 1100px;
	margin: auto;
}

header {
	position: relative;
}

.navigation-container .table-cell.logo-cell {
	width: 30%;
	padding: 35px 45px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: relative;
}

#navigation ul li {
	float: left;
	padding: 35px;
	position: relative;
}

#navigation ul li:first-child {
	border-top:10px solid #5590c8;
}

#navigation ul li:nth-child(2) {
	border-top:10px solid #19ab98;
}

#navigation ul li:last-child {
	border-top:10px solid #8cb538; /*#d1bd06*/
}

#navigation ul li a {
	text-decoration: none;
	color: #000;
	font-size: 17px;
	font-weight: 500;
}

#navigation ul li .sub {
	font-size: 14px;
	font-weight: 300;
	color: #333;
}

/*****/

.panel-title img {
	width: 17px;
	height: 17px;
	margin-right: 20px;
}

.panel-title a:before {
	display: none !important;
}

.panel-title a.collapsed:before {
	display: none !important;
}

.panel-default>.panel-heading {
	background: none !important;
	border: none !important;
}

.panel-default {
	border: none !important;
}


.menu-sub-menu-container ul,
.menu-sub-menu-en-container ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding:0 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

.menu-sub-menu-container ul li,
.menu-sub-menu-en-container ul li
{
	position:relative;
	
}

.menu-sub-menu-container ul ul,
.menu-sub-menu-en-container ul ul
{
	display:none;
	position:absolute;
	z-index: 2;
	top:100%;
	left:0;
	padding:0
}

.menu-sub-menu-container ul ul li,
.menu-sub-menu-en-container ul ul li
{
	float:none;
	width:200px;
	margin-top:2px;
	border: none;
}

.menu-sub-menu-container ul ul a,
.menu-sub-menu-en-container ul ul a
{
	line-height:120%;
	padding:10px 15px
}

.menu-sub-menu-container ul ul li:hover,
.menu-sub-menu-en-container ul ul li:hover {
 	text-decoration: underline;
}

.menu-sub-menu-container ul ul ul,
.menu-sub-menu-en-container ul ul ul
{
	top:0;
	left:100%
}

.menu-sub-menu-container ul li:hover > ul,
.menu-sub-menu-en-container ul li:hover > ul
{
	display:block
}

/***/



.logo-cell img {
	width: 100%;
}

.logo-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 53.5px 0 53.5px 15px;
	border-color: transparent transparent transparent #ffffff;
}

.arrow-cell {
	width: 1% !important;
}

.sub-navigation {
	margin: 2px 0px;
	position: relative;
}


.sub-navigation .table-cell {
	background-color: rgba(85,144,200,.85);
}

.sub-menu-inner {
	width: 1100px;
	margin: auto;
	background-color: transparent !important;
}

#menu-sub-menu,
#menu-sub-menu-en {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	position: relative;
}

#menu-sub-menu:before,
#menu-sub-menu-en:before {
	display: block;
	background-color: rgba(85,144,200,.85);
	content: "";
}

#menu-sub-menu li,
#menu-sub-menu-en li {
	float:left;
	padding: 8px 12px;
	background-color: rgba(85,144,200,.85);
	margin-right: 2px;
}

#menu-sub-menu li a,
#menu-sub-menu-en li a {
	color: #ffffff;
	text-decoration: none;
}

.submenu-table .table-cell {
	background-color: transparent;
}

.submenu-table .table-spacer {
	background-color: rgba(85,144,200,.85);
	width: 36.95%;
}

body.lang-en .submenu-table .table-spacer {
    width: 64.45%;
}

.submenu-table {
	width: 100%;
}

.start-contact-data {
	font-size: 14px;
	text-transform: uppercase;
}

/* MAIN */

#page {
	background: #ffffff;
}

.main-inner, .footer-inner {
	max-width: 1100px;
	margin: auto;
}

.page-content {
	padding: 55px 0px;
}

footer {
	background-image: url(assets/images/conplusinvest-footer-background.jpg);
	position: relative;
	color: #ffffff;
	padding: 35px 0px;
}

.footer-color {
	background-color: rgba(85,144,200,.85);
	position: absolute;
	top:0;
	bottom: 0;
	right: 0;
	left: 0;
}

.copyright-footer {
	max-width: 1100px;
	margin: auto;
	padding: 25px 0px;
}

.widget-title {
	font-weight: 300;
	margin-bottom: 25px;

}

.widget_nav_menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.widget_nav_menu ul li {
	border-left: 4px solid;
	border-color:rgba(255,255,255,.70);
	height: 25px;
}

.widget_nav_menu ul li a {
	color: #ffffff;
	padding: 10px 15px;
	text-decoration: none;
}

.widget_nav_menu ul li:hover {
	border-color:rgba(255,255,255,1);
}

.menu-footer-menu-container ul,
.menu-footer-menu-en-container ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
}

.menu-footer-menu-container li,
.menu-footer-menu-en-container li {
	float: left;
	border-left: 1px solid;
	padding: 0px 15px;
	text-align: center;
}

.menu-footer-menu-container li:first-child,
.menu-footer-menu-en-container li:first-child {
	border: none;
}

.menu-footer-menu-container li a,
.menu-footer-menu-en-container li a {
	color: #333;
}

.map-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 0;
}

.map-header {
	padding-bottom: 275px;
}

.page-heading {
	position: relative;
}

.team-member-content a {
	color: #ffffff;
}

.team-member-content.row .col-md-6 p:last-child {
    white-space: nowrap;
}


/* SHORTCODES */

.image-box {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	min-height: 380px;
}

.image-box img {
	width: 100%;
}

.image-box-content {
	padding: 25px;
	padding-bottom: 15px;
}

.image-box-content a {
	color:#002c5a;
}

.image-box-title h2 {
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 19px;
}

.contact-box {
	width: 100%;
	border:1px solid #5590c8;
	padding: 25px;
	padding-top: 0px;
	background: #f9f9f9;
}

.content-box {
	padding: 0px 15px;
	margin-top: 45px;
}

.slider-cell {
	width: 50%;
	border-right: 2px solid #ffffff;
	position: relative;
}

.company-cell {
	width: 50%;
}

.map-cell {
	border-right: 2px solid #ffffff;
}

.company-box {
	border-bottom: 2px solid #ffffff;
	position: relative;
}

.leistung-cell {
	overflow: hidden;
	position: relative;
	width: 50%;
}

.overlayer {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(85,144,200,.85);
	-webkit-transition: all 1s ease; /* Firefox */
	-moz-transition: all 1s ease; /* WebKit */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease; /* Standard */
}

.content-box img {
	width: 100%;
}

.leistung-title, .company-title {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	padding: 25px;
	font-size: 35px;
	z-index: 1;
	text-transform: uppercase;
}

.slider-cell .carousel {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.slider-cell .carousel-inner {
	width: 100%;
	height: 100%;
}

.slider-cell .carousel-inner .item {
	width: 100%;
	height: 100%;
}

.slider-cell .item-content {
	position: absolute;
	bottom: 0;
	padding: 35px;
	width: 100%;
	background-color: rgba(255,255,255,.8);
}

.carousel-control.right, .carousel-control.left {
	background: none;
}

.read-more {
	margin-top: 22px;
}

.read-more span {
	border:1px solid #5590c8;
	padding: 5px 10px;
}

.read-more a {
	color: #5590c8;
	text-decoration: none;
}

.carousel-control {
	position: absolute;
	padding-top: 51%;
}

.carousel-indicators li {
	border-radius: 0px;
	margin: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ffffff;
	margin: 0px 1px;
}

.carousel-indicators li.active {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #ffffff;
	margin: 0px 1px;
}

.wpcf7 input {
	width: 100%;
	height: 40px;
	padding: 10px;
	border: 1px solid #ddd;
}

.wpcf7 textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
}

.wpcf7 input[type="submit"] {
	background: #5590c8;
	color: #ffffff;
	border: none;
}

.team-member img {
	width: 100%;
	border-bottom: 2px solid #ffffff;
}

.team-member-content {
	padding: 15px;
	padding-bottom: 5px;
	color: #ffffff;
}

.team-member-heading {
	padding: 15px;
	padding-bottom: 0px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 19px;
}

.team-member-heading-single {
	padding-bottom: 25px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 19px;
}

.team-title {
	font-weight: bold;
}

.panel {
	box-shadow: none;
	border-radius: 2px !important;
}

.panel-title a.collapsed:before {
	content: "\f196";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 15px;
}

.panel-title a:before {
	content: "\f147";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 15px;
}

.panel-title a {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}

.panel-title a:focus, .panel-title a:hover {
	text-decoration: none;
}

.portfolio-item {
	position: relative;
}

.portfolio-item:before {
	content: "";
	display: block;
	padding-top: 66%;
}

.portfolio-item {
	position: relative;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.portolio-title {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: #ffffff;
	background-color: rgba(85,144,200,.85);
	-webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.portolio-title:hover {
	background-color: transparent;
	-webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.portfolio-title-text {
	position: absolute;
	bottom: 0;
	padding: 15px;
	text-transform: uppercase;
	font-size: 17px;
}

.portfolio-container {
	margin: 0px 15px;
	margin-top: 45px;
}

.referenz-title {
	font-size: 37px;
	color: #ffffff;
}

.team-member a {
	color: #ffffff !important;
}

.info-box-content {
	position: relative;
}



.info-box-content.oben_links img {
	position: absolute;	
	top: 0;
    left: 0;
    width: 48px;
    border: 10px solid #ffffff;
    margin-left: -25px;
    margin-top: -25px;
}

.info-box-content.oben_rechts img {
	position: absolute;	
	top: 0;
    right: 0;
    width: 48px;
    border: 10px solid #ffffff;
    margin-right: -25px;
    margin-top: -25px;
}

.info-box-content.unten_rechts img {
	position: absolute;	
	bottom: 0;
    right: 0;
    width: 48px;
    border: 10px solid #ffffff;
    margin-right: -25px;
    margin-bottom: -25px;
}

.mc4wp-form input {
	border: none;
	border-radius: 2px;
	background: #ffffff;
	padding: 3px 5px;
	width: 100%;
	color:#000;
}

.mc4wp-form input[type="submit"] {
	border: none;
	border-radius: 2px;
	background: #5590c8;
	color: #ffffff;
	padding: 3px 5px;
	width: 100%;
}

.team-image-cell {
	width: 40%;
}

.team-text-cell {
	width: 60%;
	padding:15px;
	color: #ffffff;
}

.info-box-title {
	text-transform: uppercase;
}

.info-box-title h2 {
	margin-top:0px;
	font-size: 22px;
	margin-bottom: 25px;
}

.info-box-content {
	border: 2px solid;
	padding: 25px;
}

.info-box-content a {
	color: #000;
}

.info-box-content ul {
	margin:0px;
	padding: 0px;
	padding-left: 20px;
}

.info-box-content ul li {
	margin-top: 10px;
}

.info-box-content ul li:first-child {
	margin-top: 0px;
}

.align-left {
	float: left;
}

.post-content ol {
	margin-top: 25px;
}

.post-content ol li {
	margin-bottom: 15px;
}

.tables td {
	background: #f2f2f2;
	padding: 4px 2px;
}

.tables th {
	background-color: rgba(85,144,200,.85);
	padding: 4px 2px;
	color: #ffffff;
}

.tables h2 {
	margin-top: 25px !important;
}

.tables table { 
    border-spacing: 1px;
    border-collapse: separate;
}

img.align-left {
	margin-right: 15px;
	margin-bottom: 10px;
}

.posts-content {
	padding-left: 180px;
}

.post-content h2 {
	margin-top: 0px;
	font-size: 19px;
}

.post-image {
	display: relative;
}

.post-image:before {
	display: block;
	content: "";
	padding-top: 100%;
}

.post-divider {
	width: 75%;
	margin: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-top: 15px;
	border-bottom: 1px solid #ddd;
	clear: both;
}

.post-content img {
	width: 40%;
}

.sidebar-post img {
	width: 40%;
	margin-top: 15px;
}

.single-nav-next {
	float: right;
}

.post-pagination {
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	clear: both;
}

.mobile-header {
	position: fixed;
	top: 0;
	display: none;
	z-index: 3;
	background-color: rgba(255,255,255,.9);
	left: 0;
	right: 0;
	border-bottom: 1px solid #ddd
}

.mobile-menu-cell {
	padding: 0px 15px;
	text-align: center;
}

.mobile-phone-cell {
	width: 20%
}

.mobile-mail-cell {
	width: 20%
}

.mobile-logo-cell {
	width: 35%;
	padding: 15px;
	border-left:1px solid #ddd
}

.mobile-logo-cell img {
	width: 100%;
}

#page {
	position: relative;
}

.team-image {
	position: relative;
	border-bottom: 2px solid #ffffff;
}

.team-image:before {
	content: '';
	padding-top: 120%;
	display: block;
}

.team-grid {
	margin-top: 25px;
}

.team-grid .col-sm-4 {
	padding:0px  2px;
	margin-bottom: 4px;
}

.team-content {
	color: #ffffff;
	background-color: rgba(85,144,200,.85);
	padding:15px;
	font-size: 12px;
	min-height: 150px;
}

.team-content a {
	color: #ffffff;
	hyphens: auto;
}

.team-content h3 {
	margin-top: 0px;
	font-size: 15px;
	margin-bottom: 0px;
}

.mobile-menu-button {
    width: 40px;
    height: 40px;
    display: block;
    padding-top: 17px;
}

.mobile-menu-button:before, .mobile-menu-button:after, .mobile-menu-button span {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    left: 15px;
    background: #000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
}

.mobile-menu-button:before {
    margin-top: -10px;
}

.mobile-menu-button:after {
    margin-top: 10px;
}

.mm-opening .mobile-menu-button:before {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	margin-top:0px;
	-webkit-transition: all 1s ease; /* Firefox */
	-moz-transition: all 1s ease; /* WebKit */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease; /* Standard */
}
.mm-opening .mobile-menu-button:after {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
	margin-top:0px;
	-webkit-transition: all 1s ease; /* Firefox */
	-moz-transition: all 1s ease; /* WebKit */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease; /* Standard */
}

.mm-opening .mobile-menu-button span {
	margin-left:-50px;
	opacity:0;
	-webkit-transition: all 1s ease; /* Firefox */
	-moz-transition: all 1s ease; /* WebKit */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease; /* Standard */
}

.mobile-mail-cell, .mobile-phone-cell {
	text-align: center;
	width: 15%;
	border-left: 1px solid #ddd;
}

.immobilien-carousel .image-item {
	position: relative;
}

.immobilien-carousel .image-item:before {
	display: block;
	content: '';
	padding-top: 58%;
}

.immo-video, .post-content-text {
	margin-top: 25px;
}

.post-content-text h3 {
	margin-top: 0px;
}

.immo-details ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.immo-details ul li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0px;
}

.leistungs-box {
	position: relative;
}

.leistungs-box:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.leistungs-box-title {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	padding: 15px 25px;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
}

.slide-content-box {
	margin: 0px 15px;
	border-top: 2px solid #ffffff;
	display: none;
}

.leistungs-box:hover .overlayer {
	background-color: rgba(85,144,200,.35);
	-webkit-transition: all 1s ease; /* Firefox */
	-moz-transition: all 1s ease; /* WebKit */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease; /* Standard */
}

.slide-content-box.open-box {
	display: block;
}

.slide-content-box .col-sm-3 {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}


.button-action-box {
	position: fixed;
	right: 0;
	top: 0;
	margin-top: 215px;
	z-index: 10;
}

.button-action-box ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.leistung-cell {
	cursor: pointer;
}

.button-action-box li {
	border: 1px solid #5590c8;
    background-color: rgba(249,249,249,.5);
    border-right: none;
    margin-bottom: 2px;
    text-align: center;
    font-size: 11px;
    -webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-transition: all 1s ease; /* Firefox */
	-moz-transition: all 1s ease; /* WebKit */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease; /* Standard */
}

.button-action-box li:hover {
	background-color: rgba(249,249,249,1);
}

.button-action-box li i {
	font-size: 20px;
}

.button-action-box li a {
	color: #000;
	text-decoration: none;
	
	width: 100%;
}

.button-action-item {
	padding: 15px 5px;
}

.modal-backdrop {
	display: none;
}


#menu {
	display: none;
}

header {
	position: relative;
}

.page-heading {
		padding-left: 35px;
}

@media only screen and (max-width: 640px) {

	.button-action-box {
		display: none;
	}	
}

@media only screen and (max-width: 768px) {

	.navigation-container, .sub-navigation {
		display: none;
	}

	.image-box-title h2 , .info-box-title h2 {
		font-size: 14px; 
	}

	.mobile-header {
		display: block;
		width: 100%;
	}

	.button-action-box ul li:first-child,
	.button-action-box ul li:nth-child(2) {
		display: none;
	}

	#menu {
		display: block;
	}

	.mobile-header .table {
		width: 100%;
	}

	.row .table-cell {
		display: block;
		width: 100%;
	}

	.margin-box {
		margin: 25px !important;
	}

	.start-header {
		padding-top: 95px;
	}

	.immobilien-carousel {
		margin-bottom: 15px;
	}

	#header-content {
		padding-top: 80px;
	}

	.post-image {
		margin-left: 15px;
		margin-bottom: 15px;
	}

	.map-cell, .leistung-cell {
		height: 400px;
		border-bottom: 2px solid #ffffff;
		border-right: none;
	}

	.leistung-cell {
		border-top: 2px solid #ffffff;
	}

	.image-box-title a {
		text-decoration: none;
	}

	.posts-content {
		padding-left: 0px !important;
	}

	.footer-inner {
		padding: 0px 25px;
	}

	.widget-title {
		clear: both;
	}

	header {
		
		border-bottom: 1px solid #ddd;
	}

	.row {
		margin: 0px;
	}

	.copyright-footer {
		padding: 25px;
		text-align: center;
	}

	#menu-footer-menu, 
	#menu-footer-menu-en {
		text-align: center;
		margin-top: 25px;
		width: 100%;
	}

	.menu-footer-menu-container li,
	.menu-footer-menu-en-container li {
		float: none;
		border: none;
	}
}

@media only screen and (max-width: 1002px) {
	#navigation ul li {
	    padding: 4px;
	}
	
	.image-box-title h2 {
		hyphens: auto;
	}
}

@media only screen and (max-width: 1104px) {
	.table-spacer {
		hyphens: auto;
	}

	.submenu-table .table-spacer {
		display: none;
	}	
}

@media only screen and (max-width: 1128px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 1148px) {
	.margin-box {
		margin: 0 !important;
	}
}

.wpml-ls-legacy-list-horizontal {
    float: right;
	padding: 3px !important;
	margin-top: -3px;
}

.mobile-mail-cell .wpml-ls-legacy-list-horizontal {
	float: none;
}

.mobile-mail-cell .wpml-ls-legacy-list-horizontal .wpml-ls-item {
	display:block;
}