/*
 Theme Name:     infinakon
 Theme URI:
 Description:    Wordpress theme for infinakon.de - Child Theme for bootstrap base theme
 Author:         Matthias Lotze
 Author URI:     http://ht-ml.net/
 Template:       bootstrap
 Version:        1.0.0
*/

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
    background: #8c8c8c;
    line-height: 1.7;
    color: #555;
    font-weight: 400;
}

ol, ul {
    padding-left: 1.7em;
}

@media (max-width: 480px) {
	ol, ul {
		padding-left: 1.2em;
	}
}

#menu-hauptmenue>li>a {
	padding: 10px;
}

#post-18 img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 480px) {
	#post-18 img {
		display: block;
		float: none;
		margin-bottom: 1em;
	}
	#post-18 a.pull-right {
		float: none !important;
	}
}

.page-id-10 .content ul {
	list-style: outside none none;
	padding: 0;
}

.page-id-10 .content ul li {
	list-style: outside none none;
	padding-left: 1.3em;
}

.page-id-10 .content ul li::before {
  color: rgb(102, 102, 102);
  font-family: FontAwesome;
  content: "";
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  margin-left: -1.4em;
  padding-right: 0.3em;
  text-decoration: inherit;
}

.modal-dialog {
  left: auto;
}

.top-main-menu {
	background: #fff;
}

.main-menu > .top-main-menu {
    background: transparent;
}

.top-main-menu > .container {
}

.footer-wrapper,
.copyright-wrapper {
	background: #8c8c8c;
}

.brand a {
    display: block;
    margin-top: 60px;
}

.main-menu .top-main-menu {
    margin-top: 105px;
}

@media (max-width: 480px) {
	.brand a {
		max-width: 90%;
		margin: 50px 5% 0;
	}
	.main-menu .top-main-menu {
		margin-top: 20px;
	}
	.navbar-toggled-title {
		display: none !important;
	}
}

.main-menu .navbar-default {
  background: transparent;
  border: 0;
}

.content-container {
    background: #f6f6f6;
    background: rgba(246,246,246,1);
background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(241,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(241,241,241,1)));
background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(241,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(241,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(241,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#f1f1f1', GradientType=0 );
    padding: 10px 0 40px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

.content-container .breadcrumb {
    font-size: 70%;
    padding-left: 0;
    margin-bottom: 10px;
    background: transparent;
}

@media (max-width: 480px) {
	.content-container .breadcrumb {
		display: none;
	}
}

.main-content-container {
    margin-left: -30px;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

@media (max-width: 480px) {
	.main-content-container {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.sidebar-wrapper {
    border: 0;
}

.widget {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

.widget .widget-title {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    color: #ccc;
    font-weight: 400;
}

.footer a {
	color: #fff;
}

.footer p, .footer a {
	font-size: 13px;
}

.footer .widget {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.footer #text-6 a {
	margin-right: 15px;
}

.footer #text-6 a.footer-facebook {
	margin-right: 0;
}

.main-content-container h1 {

    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
	color:#999999;
    font-weight: 300;
}

.team {
    padding-top: 30px;
	margin: 0 -6px 0 -6px;
}

.team .col-xs-12 {
	padding: 0 6px;
}

.team .element-3 {
	clear: left;
}

.team-member {
    width: 100%;
    margin-bottom: 30px;
    color: #eee;
    background: rgba(163,11,54,1);
    transition: color 400ms ease, background 400ms ease;
}


.team-member:hover {
    color: #fff;
    background: rgba(214,14,71,1);
}

.team-member .media-left {
    max-width: 150px;
    border: 1px solid #ccc;
    border-right: 0;
    padding-right: 0;
}

.team-member .media-left img {
    max-width: 150px;
}

@media (max-width: 480px) {
	.team-member .media-left {
		max-width: 100px;
	}
	.team-member .media-left img {
		max-width: 100px;
	}
}

.team-member .media-body {
    border: 1px solid #ccc;
    border-left: 0;
    vertical-align: bottom;
}

.team-member .media-body a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding-left: 30px;
    padding-bottom: 20px;
}

.team-member:hover .media-body a {
    color: inherit;
}

.team-member .media-body .name {
    font-size: 20px;
    margin: 0;
    color: #eee;
    transition: color 400ms ease;
}

.team-member:hover .media-body .name {
    color: #fff;
    transition: color 400ms ease;
}

.team-member .media-body .title {
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    opacity: .6;
    display: block;
}

.team-member .media-body .special {
    font-size: 13px;
    display: block;
	letter-spacing: .03rem;
	padding-right: 1rem;
}

.team-member .media-body .phone {
    font-size: 12px;
    display: block;
    opacity: .8;
}

@media (max-width: 480px) {
	.team-member .media-body .name {
		font-size: 16px;
	}
	.team-member .media-body a {
		padding-left: 10px;
		padding-bottom: 15px;
	}
}

form label {
    font-weight: 600;
    color: #666;
}

form textarea {
    min-height: 100px;
    resize: vertical;
}

.google-map {
    padding-bottom: 10px;
}

.google-map .textwidget {
    padding: 0;
    margin: -30px;
    margin-bottom: 0;
    padding: 30px !important;
    padding-bottom: 0 !important;
}

.google-map .widget-title {
    margin-top: -10px;
    padding-bottom: 30px;
}

.google-map .textwidget .map {
    margin: -29px;
    margin-bottom: 10px;
}

.google-map .textwidget a {
    font-size: 90%;
}

.google-map .textwidget p {
    padding-left: 0;
}

.page .content .google-map {
	padding: 0;
}

.page .content .google-map .textwidget {
    margin: 0;
	padding: 0;
}

.page .content .google-map .widget-title {
    margin-top: 20px;
    padding-bottom: 10px;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	border: 0;
}

.page .content .google-map .textwidget .map {
    margin: 0;
}

.page .content .google-map .textwidget a {
    font-size: 100%;
}

.cat-post-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cat-post-widget .post-date {
    padding: 0;
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.cat-post-widget p {
    padding: 0;
    font-size: 13px;
}

.home {
    background: #fff;
}

.home .footer-wrapper {
    display: none;
}

html, body.home {
    height: 100%;
}

.modal-team .xing {
    padding: 15px 0;
}

.form-date h3, .form-contact h3 {
    color: #999;
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.form-date .checkbox {
    padding-left: 0;
}

.form-date .date-fields .form-group {
    margin-bottom: 0;
}

.footer {
    padding: 30px 0;
    margin: 0 -15px 0 -45px;
}

@media (max-width: 640px) {
	.footer {
		margin-left: -15px;
	}
}

.footer .address {
    color: #fff;
}

.post .image {
    margin-bottom: 30px;
}

strong {
    font-weight: 600;
}

.impressum {
    color: #fff;
    display: inline-block;
    margin-right: 30px;
}

.impressum:hover {
    color: #fff;
}

.navbar-default .navbar-nav a {
    transition: background 400ms ease, color 400ms ease;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #a30b36;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .current-page-ancestor > a,
.navbar-default .navbar-nav > .current-page-ancestor > a:hover,
.navbar-default .navbar-nav > .current-page-ancestor > a:focus {
  color: #fff;
  border-radius: 2px;
  background: rgba(163,11,54,1);
    background: -moz-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(163,11,54,1)), color-stop(100%, rgba(214,14,71,1)));
    background: -webkit-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -o-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30b36', endColorstr='#d60e47', GradientType=1 );
}

.post h2 {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    font-size: 28px;
}

.post dl {
    padding-top: 10px;
}
.post dt, .post dd {
    line-height: 1.7;
    margin-bottom: 10px;
}

.post p {
    margin-bottom: 15px;
}

.thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
    background: #f2f2f2;
    line-height: 1.7;
}

.services h3 {
    color: #fff;
  font-weight: 300;
  padding: 24px 15px 15px;
  margin: 0;
  border-radius: 0;
  border-top-left-radius: 2px;
border-top-right-radius: 2px;
 background: rgba(163,11,54,1);
    background: -moz-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(163,11,54,1)), color-stop(100%, rgba(214,14,71,1)));
    background: -webkit-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -o-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30b36', endColorstr='#d60e47', GradientType=1 );
}

.services .image {
	margin: 0;
	margin-bottom: 6px;
}

.services .su-accordion {
	margin: 0;
}

.services .image img {
    width: 100% !important;
    height: auto !important;
	float: none !important;
	margin: 0 !important;
}

.home {
    background: white;
    height: 100%;
}

.home .brand a {
    margin-top: 5%;
    width: 30%;
    margin-left: 50%;
}

.home .white .text {
	padding: 10% 9% 3em;
}

.home footer {
	padding: 0 9%;
}

.home .row.footer {
	border-top: 1px solid #eee;
}

.home footer .row {
	margin: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.home footer .row .col-md-3 {
	margin-left: auto;
}

.home .impressum {
	margin-right: 15px;
}

.home footer .row .col-md-9,
.home footer .row .col-md-3,
.home footer .row .col-xs-12 {
	padding: 0 !important;
	width: auto;
}

.home footer .textwidget,
.home footer .textwidget a {
	color: rgb(85, 85, 85) !important;
	font-size: 13px;
}

@media (max-width: 640px) {
	.home .white .text {
		padding-top: 18%;
	}
}

.home-menu {
	display: flex;
	gap: 3rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    max-height: 100%;
    padding: 8% 15% 0;
    position: relative;
    background: rgba(214,14,71,1);
    background: -moz-linear-gradient(top, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,14,71,1)), color-stop(100%, rgba(163,11,54,1)));
    background: -webkit-linear-gradient(top, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    background: -o-linear-gradient(top, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    background: -ms-linear-gradient(top, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    background: linear-gradient(to bottom, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60e47', endColorstr='#a30b36', GradientType=0 );
}

@media (min-width: 1680px) {
    .home-menu {
        padding: 8% 25% 0;
	}
}

@media (min-width: 2280px) {
    .home-menu {
        padding: 8% 30% 0;
	}
}

.home-menu:before {
	display: none;
}

.home-menu:after {
	display: none;
}

.home-menu .white {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17%;
    background: white;
    z-index: 5;
}

.home-menu .box {
	position: relative;
	max-width: 400px;
	z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	aspect-ratio: 1 / 1;
	float: none;
	width: 43%;
	padding: 0;
}

.home-menu .box .box-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	z-index: 2;
}

.home-menu .box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: background 1s, color 1s, text-shadow 1s;
    color: rgba(255,255,255,.4);
    font-size: 17px;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 1px;
    z-index: 6;
}

@media (max-width: 768px) {
    .home-menu {
        padding: 16% 4% 0;
    }
    .home-menu .box a {
        font-size: 12px;
    }
}

.home-menu .bg-home {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 1%;
	bottom: 18%;
	right: 0;
	background: transparent url(tag-cloud-new.png) 50% 0 no-repeat;
	background-size: 98%;
	opacity: .1;
}

@media (max-width: 480px) {
    .home-menu .bg-home {
		background-image: none;
	}
}

.home-menu .box:hover a {
    z-index: 20;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}

.home-menu .box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background: url(test.jpg) no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s;
}

.home-menu .box:hover .bg {
    opacity: 1;
}

.home-menu .gradient-bottom-top {
    background: rgba(163,11,54,1);
    background: -moz-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(163,11,54,1)), color-stop(100%, rgba(214,14,71,1)));
    background: -webkit-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -o-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30b36', endColorstr='#d60e47', GradientType=1 );
}

.home-menu .gradient-top-bottom {
    background: rgba(214,14,71,1);
    background: -moz-linear-gradient(45deg, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(214,14,71,1)), color-stop(100%, rgba(163,11,54,1)));
    background: -webkit-linear-gradient(45deg, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    background: -o-linear-gradient(45deg, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    background: linear-gradient(45deg, rgba(214,14,71,1) 0%, rgba(163,11,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60e47', endColorstr='#a30b36', GradientType=1 );
}

.home-menu .position-1 .bg { background: #fff url(logo.png) 50% 50% no-repeat; background-size: 85%; }
.home-menu .position-2 .bg {  background: url(/wp-content/uploads/2021/12/hintergrund-team.jpg) no-repeat;background-size: cover; background-position: top center; }
.home-menu .position-3 .bg { background: url(/wp-content/uploads/2017/04/arbeitsweise.jpg) no-repeat;background-size: cover;  }
.home-menu .position-4 .bg { background: url(/wp-content/uploads/2020/04/clipdealer-A14814949-photo_jpg_s.jpg) no-repeat;background-size: cover;  }

@media (max-width: 480px) {
	.home-menu .position-1 .bg { background: #fff url(logo.png) 50% 50% no-repeat; background-size: 50%; }
	.home-menu .position-2 .bg { background: none; }
	.home-menu .position-3 .bg { background: none; }
	.home-menu .position-4 .bg { background: none; }
}

.home-menu .position-1 .bg {
	opacity: 1;
}

.home-menu .position-1 a {
	display: none;
}

.home .brand {
	display: none;
}

@media (max-width: 640px) {
    .home-menu .box { width: 43%; }

    .home .brand a {
        margin-top: 5%;
        width: 40%;
        margin-left: 50%;
    }
}

@media (max-width: 480px) {
	.home-menu .box { aspect-ratio: auto; width: 100%; margin: 0; padding-top: 20%; }

    .home-menu .white {
        /* display: none; */
    }

    .home-menu {
        padding: 8%;
    }

    .home .brand a {
        margin-top: 8%;
        width: 50%;
        margin-left: 45%;
    }
	
	.home footer .row {
		display: block;
	}
	
	.home footer .row .col-md-3,
	.home footer .row .col-md-9
	{
		width: 100%;
	}
	
	.home footer .row .col-md-3 {
		margin-top: 15px;
	}
}

.datepicker-dropdown{z-index:1151 !important; margin-top: 40px}

.service h3:hover, .service img:hover {
	cursor: pointer;
}

.service > p {
	margin-bottom: 1px;
}

.service .content {
	margin-top: 6px;
}

.service .content ul {
	padding-left: 0;
}

.content .su-spoiler {
  margin-bottom: 6px !important;
}

.all-products {
	display: inline-block;
	margin-top: 15px;
}

.versicherungen-logos img {
	margin-right: 15px;
	max-height: 80px;
	width: auto;
}

.content .su-spoiler-title {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	min-height: 32px;
	border-bottom: 1px solid #fff;
	border-radius: 2px;
	background: rgba(163,11,54,1);
    background: -moz-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(163,11,54,1)), color-stop(100%, rgba(214,14,71,1)));
    background: -webkit-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -o-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30b36', endColorstr='#d60e47', GradientType=1 );
}

@media (max-width: 480px) {
	.content .su-spoiler-title {
		font-size: 15px;
	}
}

.content .su-spoiler-icon {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 33px;
}

.content .su-spoiler.su-spoiler-closed > .su-spoiler-content {
  padding: 0 !important;
}

.content .su-spoiler-style-default > .su-spoiler-content {
  padding: 20px 15px !important;
  background: #efefef;
}

.content .su-spoiler-content ul {
	padding-left: 1.3em;
	list-style: none;
}

.content .su-spoiler-content ul li:before {
	    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #666;
    font-size: 13px;
    margin-left: -1.4em;
	padding-right: .3em;
}

.content .su-spoiler-content .note {
	background: #fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
	padding: 10px 12px;
	margin: 15px 0 15px;
}

.content .su-spoiler-content .note strong {
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 90%;
	text-transform: uppercase;
	display: block;
	color: rgba(163,11,54,1);
}


.search .entry-details .meta {
	display: none;
}

.search-results mark.hilite {
	background: #f1f1f1;
} 

.category-aktuelles .google-map {
	display: none;
}

.archive.category-aktuelles .post {
	padding: 1em;
	background: #f1f1f1;
}

.cff-date-dot {
	display: none;
}

/* #cff { */
	/* column-count: 2; */
	/* -moz-column-count: 2; */
	/* -webkit-column-count: 2; */
	/* column-gap: 15px; */
	/* -moz-column-gap: 15px; */
	/* -webkit-column-gap: 15px; */
	/* column-break-inside:avoid; */
	/* -moz-column-break-inside:avoid; */
	/* -webkit-column-break-inside:avoid; */
/* } */

#cff {
	float: none !important;
	width: 100% !important;
}



@media (max-width: 480px) {
	#cff .cff-item {
	float: none;
    margin: 0!important;
    width: 100%;
	clear: none;
}
}

#cff .cff-likebox {
	height: 170px;
}

/* @media (max-width: 640px) { */
	/* #cff { */
	/* column-count: 1; */
	/* -moz-column-count: 1; */
	/* -webkit-column-count: 1; */
	/* column-gap: 0; */
	/* -moz-column-gap: 0; */
	/* -webkit-column-gap:0; */
/* } */
	/* #cff .cff-item { */
	/* float:none; */
	/* width: 100%; */
	/* clear: none; */
	/* margin-right: 0 !important; */
/* } */
/* } */

.cff-likebox {
	margin-top: 0;
	margin-bottom: 2em;
}

#cff .cff-date {
	float: none !important;
	padding-bottom: 8px !important;
	border-bottom: 1px solid #fff !important;
	margin-bottom: 1em !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #ccc !important;
}

.cff-post-links .cff-dot {
	display: none;
}

.cff-post-links {
	margin: 1em 0 !important;
}

.cff-post-links a {
	display: inline-block;
	padding: 6px 12px !important;
	margin-right: 4px !important;
font-size: 12px !important;
color: #fff;
  border-radius: 2px;
  background: rgba(163,11,54,1);
    background: -moz-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(163,11,54,1)), color-stop(100%, rgba(214,14,71,1)));
    background: -webkit-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -o-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30b36', endColorstr='#d60e47', GradientType=1 );
}

.cff-post-links a:hover {
	text-decoration: none !important;
}

#cff.cff-default-styles h3, #cff.cff-default-styles h4, #cff.cff-default-styles h5, #cff.cff-default-styles h6, #cff.cff-default-styles p {
  line-height: 1.7;
}

#cff h3, #cff h4, #cff h5, #cff h6, #cff p {
  clear: both;
  float: left;
  margin: 0 0 15px;
  padding: 0;
  white-space: pre-line;
  width: 100%;
  word-wrap: break-word;
}

h2 {
    border-bottom: 1px solid rgb(238, 238, 238);
    color: rgb(204, 204, 204);
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 15px;
    font-size: 22px;
}

.timeline {
	background: transparent url(timeline.png) 0 20px no-repeat;
	display: flex;
	flex-flow: wrap;
	width: 100%;
}

.timeline dt {
    self-align: flex-start;
    text-align: right;
    width: 70px;
    padding-right: 15px;
	margin-bottom: 0;
    background: transparent url(timeline-middle.png) 0 -17px no-repeat;
}
.timeline dt.first {
    background: transparent url(timeline-top.png) 0 7px no-repeat;
}
.timeline dt.last {
    background: transparent url(timeline-bottom.png) 0 -16px no-repeat;
}
.timeline dt.empty {
    background: transparent url(timeline-middle.png) 0 -40px no-repeat;
}
.timeline dd {
	self-align: flex-end;
    padding-bottom: 10px;
	margin: 0;
	width: calc(100% - 70px);
}

.timeline.timeline-wide dt {
	width: 110px;
}

.timeline.timeline-wide dd {
	width: calc(100% - 110px);
}

.content ul.list-style-was-wir-pruefen li:before,
.content ul.list-style-was-wir-pruefen li::before {
	content: none !important;
}

.content ul.list-style-was-wir-pruefen {
	padding-left: 0;
	border-bottom: 1px solid #ddd;
}

.content ul.list-style-was-wir-pruefen li {
	padding: 8px 12px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
}

.content ul.list-style-was-wir-pruefen li:nth-child(even) {
	background: #fff;
}

.wie-wir-arbeiten {
	margin: -4px;
}

.wie-wir-arbeiten .page-link {
	padding: 8px 4px 0;
}

.wie-wir-arbeiten .page-link a {
	font-size: 20px;
	display: block;
    color: #fff;
  font-weight: 300;
  padding: 48px 15px 15px;
  margin: 0;
  border-radius: 0;
  border-top-left-radius: 2px;
border-top-right-radius: 2px;
 background: rgba(163,11,54,1);
    background: -moz-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(163,11,54,1)), color-stop(100%, rgba(214,14,71,1)));
    background: -webkit-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -o-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30b36', endColorstr='#d60e47', GradientType=1 );
}

.wie-wir-arbeiten .page-link a:hover,
.wie-wir-arbeiten .page-link a:focus {
	text-decoration: none;
}

.partner-logos img {
	margin: 15px;
}


#wpcf7-f646-p615-o1 {
    background-color: #F5F5F5;
    border: 2px solid #E6E6E6;
    padding:20px;
	max-width:100%
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

#post-673  p img {
	max-width: 100%;
	height: auto;
}

.new-sidebar .team-member .media-body a  {padding:0px; }
 .new-sidebar  .team-member  .media-body {padding:20px 20px 20px 10px; }
 .new-sidebar  div.wpcf7 .input-group-addon.input-group-has-image {    padding: 0;  }
 .new-sidebar .wpcf7 {border:1px solid rgba(163,11,54,1); border-radius:5px; padding:15px}
.new-sidebar  .team-member:hover  {    color: #eee;     background: rgba(163,11,54,1); }

  @media only screen and (max-width: 990px) {
 .new-sidebar  .post .image , .team-member .media-body ,.team-member .media-left img  {max-width:100% ;display: block;     width: 100%;}
 .new-sidebar  .post .image  {margin-bottom:0px; }
  }

  @media only screen and (max-width: 767px) {
  .main-content-container {    padding: 15px;}
  .main-content-container h1 {    font-size: 19px;    line-height: 23px;}
 .new-sidebar  .post .image , .team-member .media-body ,.team-member .media-left img  {   display: table-cell;     }
 .new-sidebar  .team-member .media-left {max-width: 100px;}
 .new-sidebar  .post .image  {margin-bottom:0px; }
 .new-sidebar  .team-member  .media-body {padding:10px; }
.new-sidebar .team-member .media-body {
    padding: 10px;
    max-width: 227px;
    width: 76px;
    border: none;
}
.new-sidebar .team-member .media-left {
    max-width: 165px;
    width: 167px;
}

  }


.checkbox-wrapp   {position :relative; padding-left:25px; }
.form-group.acceptance-504 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}
.checkbox.acceptance-504 {
    padding: 0;
    margin: 0;
}
input.wpcf7-form-control.wpcf7-acceptance {
    height: 15px;
    width: 15px;
}

.kundenportal a {
	color: darkred !important;
	position: relative;
	white-space: nowrap;
}

.kundenportal a:before {
	content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: darkred;
    font-size: 18px;
    padding-right: .3em;
	display: inline-block;
    left: 0;
	line-height: 1;
}

.alert .kundenportal a {
	color: white !important;
	position: relative;
	font-weight: bold;
}

.alert .kundenportal a.close:before {
	content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
    font-size: 18px;
    padding-right: .3em;
	display: inline-block;
    left: 0;
	line-height: 1;
}

.contact-form fieldset {
	margin-bottom: 2em;
}

.contact-form .wpcf7-acceptance,
.contact-form .radio {
	padding-left: 0;
}

.contact-form p:empty {
	display:none;
}

.contact-form .form-group {
	margin: 0;
}

.contact-form label {
	padding-top: 1em;
}

.contact-form .acceptance,
.contact-form .wpcf7-radio {
	padding-top: 1em;
}

.show-contact-form:before {
	content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: white;
    font-size: 14px;
    padding-right: .4em;
	display: inline-block;
    left: 0;
	line-height: 1;
}

.show-contact-form.active:before {
	content: "\f063";
}

.table-questionnaire {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}

.table-questionnaire th, .table-questionnaire td {
	padding: 10px !important;
	padding-left: 0 !important;
}

.table-questionnaire tr:first-child {
	background: transparent !important;
}

.table-questionnaire th {
	background: transparent !important;
	border: 0 !important;
}

/* .table-questionnaire label { */
	/* margin: 0 !important; */
	/* display: block; */
	/* padding-top: 0; */
/* } */

/* .table-questionnaire label br { */
	/* display: none; */
/* } */

.table-questionnaire .radio {
	margin: 0;
	padding: 0;
}

.table-questionnaire .form-group {
	margin: 0;
	padding: 0;
}

.page-template-page-landingpage .beratungsbedarf {
	margin-bottom: 0;
}

.page-template-page-landingpage .checkbox {
	padding-left: 0;
}

.page-template-page-landingpage .checkbox label {
	display: block;
}

.al-widget-title {
	background: darkred !important;
}

.al-widget-link {
	color: #fff !important;
	background: rgba(163,11,54,1);
    background: -moz-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(163,11,54,1)), color-stop(100%, rgba(214,14,71,1)));
    background: -webkit-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -o-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    background: linear-gradient(45deg, rgba(163,11,54,1) 0%, rgba(214,14,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30b36', endColorstr='#d60e47', GradientType=1 );
}

label.radio-inline, label.checkbox-inline, .contact-form .wpcf7-radio {
	padding-top: 0;
}

.radio-block .checkbox-inline,
.radio-block .radio-inline {
	display: block;
	margin-left: 0 !important;
}

.checkbox {
	padding-left: 0;
}

.td-with-input-inline .form-group {
	width: 10em;
	display: inline-block;
}

.td-with-input-inline .form-group .form-control {
	padding: 0 12px;
	height: auto !important;
}

.checkboxes-inline .form-group, .checkboxes-inline .checkbox {
	display: inline-block;
}

.checkboxes-inline .form-group {
	margin-right: 15px;
}

.checkboxes-inline .form-group input[type="checkbox"] {
	margin-top: 6px;
}

.wpcf7-response-output:empty {
	display: none;
}

.wp-block-media-text__media img {
	height: auto;
}

#ui-datepicker-div {z-index:99!important;}

img.size-full {
	max-width: 100%;
	height: auto;
}

.table-with-images td.image {
	width: 150px; 
	padding: 3px 16px 3px 0;
}

@media only screen and (max-width: 767px) {
	.table-with-images td.image {
		width: 120px; 
		padding: 3px 8px 3px 0;
	}
}

.table-with-images td.image img {
	width: 150px; 
	height: auto; 
	display: block;
}

@media only screen and (max-width: 767px) {
	.table-with-images td.image img {
		width: 120px; 
	}
}

.alert-home {
	position:fixed;
	z-index:1000;
	background:darkred;
	color:white;
	width:100%;
	padding:2rem;
	top:-100px;
	box-shadow:0 4px 10px rgba(0,0,0,0.5);
}

.alert-home a {
	color: white;
}

.table-team-members .team-member-name {
	font-weight: bold;
	font-size: 15px;
}

.table-team-members .team-member-special {
	color: #888;
}

.sidebar-posts .textwidget, .sidebar-page .textwidget,
.sidebar-posts .textwidget p, .sidebar-page .textwidget p {
	padding-left: 0;
}

.sidebar-posts .textwidget img, .sidebar-page .textwidget img {
	max-width: 100%;
	height: auto;
}

.sidebar-posts .textwidget div[id^=attachment],
.sidebar-page .textwidget div[id^=attachment] {
	max-width: 100%;
	height: auto;
}

#wpcf7-f3019-p3004-o1 {
	background: #f9f9f9;
	padding: 2em;
}

#wpcf7-f3019-p3004-o1 form {
	margin: 2em auto;
	max-width: 800px;
}

#wpcf7-f3019-p3004-o1 .btn-secondary.disabled {
	display: none;
}

.competence-animation {
	margin: 2em 0;
}

.competence-animation .types {
	margin: 1em 0;
}

.competence-animation .progress {
	margin-bottom: 5px;
	height: 30px;
}

.competence-animation .progress .progress-bar {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}

.competence-animation .progress .progress-bar .name {
	display: inline-block;
	margin-left: .5em;
}

/* bootstrap for contact form 7 */
input[type=text].wpcf7-form-control,
input[type=number].wpcf7-form-control,
input[type=date].wpcf7-form-control,
input[type=email].wpcf7-form-control,
input[type=tel].wpcf7-form-control,
select.wpcf7-form-control,
textarea.wpcf7-form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	vertical-align: middle;
}

input[type=text].wpcf7-form-control.wpcf7-not-valid,
input[type=number].wpcf7-form-control.wpcf7-not-valid,
input[type=date].wpcf7-form-control.wpcf7-not-valid,
input[type=email].wpcf7-form-control.wpcf7-not-valid,
input[type=tel].wpcf7-form-control.wpcf7-not-valid,
select.wpcf7-form-control.wpcf7-not-valid,
textarea.wpcf7-form-control.wpcf7-not-valid {
	border-color: #dc3232;
}

.wpcf7-acceptance label {
	font-weight: normal;
}

.wpcf7-acceptance span.wpcf7-list-item,
span.wpcf7-list-item.first {
	margin-left: 0;
}

.form-button {
	margin-top: 1em;
}

body .wpcf7 form .wpcf7-response-output {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

body .wpcf7 form.invalid .wpcf7-response-output, 
body .wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

body .wpcf7 form.sent .wpcf7-response-output {
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output,
body .wpcf7 form.spam .wpcf7-response-output {
	background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

body .wpcf7 .block-checkboxes .wpcf7-list-item {
	display: block;
	margin: .5em 0;
}

body .sy-pager {
	display: none;
}

body .btn.h3 {
	font-size: 18px;
	padding: 16px;
	border-radius: 0;
}

body .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}

body .dropdown-menu>.active>a:hover, body .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #a30b36;
}

.label-normal label {
	font-weight: normal;
}

/* bootstrap for cff-form  */
.cff-form input[type=text],
.cff-form input[type=number],
.cff-form input[type=date],
.cff-form input[type=email],
.cff-form input[type=tel],
.cff-form select,
.cff-form textarea {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	vertical-align: middle;
}

@media print, screen and (min-width: 640px) {
	#cp_calculatedfieldsf_pform_1 #fbuilder .left_aligned .fields:not(.section_breaks)>label:not(:empty) {
		width: 45%;
	}
	
	#cp_calculatedfieldsf_pform_1 #fbuilder .left_aligned .fields label:not(:empty) + .dfield {
		width: 55%;
	}
}

.table-lp .su-expand {
	margin: 0;
}

.table-lp p:empty {
	margin: 0;
}

.pfv_risks .wpcf7-form-control.wpcf7-checkbox {
	display: block;
	columns: 1;
	column-gap: 2rem;
}

@media print, screen and (min-width: 640px) {
	.pfv_risks .wpcf7-form-control.wpcf7-checkbox {
		columns: 2;
	}
}

@media print, screen and (min-width: 768px) {
	.pfv_risks .wpcf7-form-control.wpcf7-checkbox {
		columns: 3;
	}
}

@media print, screen and (min-width: 960px) {
	.pfv_risks .wpcf7-form-control.wpcf7-checkbox {
		columns: 4;
	}
}

.pfv_risks .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin-left: 0;
}

.pfv_risks .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
	font-weight: normal;
}

.inline-form-elements input[type="text"], .inline-form-elements input[type="number"] {
	display: inline-block;
	width: 8rem;
	margin: 0 .25rem;
}

.inline-block {
	display: inline-block !important;
}

.w-320 {
	width: 320px !important;
}

.w-64 {
	width: 64px !important;
}

.w-128 {
	width: 128px !important;
}

.mx-1 {
	margin: 0 .25rem;
}

.grecaptcha-badge {
	visibility: hidden;
}

.table-primary th {
	background: #a30b36 !important;
	color: white;
	padding: 12px 8px !important;
}

.webinar {
	background: #a30b36;
	color: white;
	padding: 20px;
}

.webinar h3 {
	margin-bottom: 28px;
}

.webinar-footer {
	border-top: 1px solid white;
	background: rgba(163,11,54,.4);
	padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.webinar-footer strong {
	font-size: 150%;
	color: #a30b36;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.gap-2 {
	gap: .5rem;
}

.gap-4 {
	gap: 1rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.items-baseline {
	align-items: baseline;
}

.w-16 {
	width: 4rem !important;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #f089a6;
    border-color: #d67a94;
}

.top-main-menu .brand {
	padding-top: 36px;
}