
/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

/* default styles for extension "tx_partnerboerse" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-partnerboerse table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-partnerboerse table th {
        font-weight:bold;
    }

    .tx-partnerboerse table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_pwcomments" */
.tx-pwcomment-pi1 * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tx-pwcomment-pi1 ul {
	list-style-type: none;
}

.comments-container {
	margin: 60px auto 15px;
	max-width: 768px;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 32px;
	top: 0;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 28px;
	width: 10px;
	height: 10px;
	border: 3px solid #c7cacb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.comments-list.no-avatar:before {
    display: none;
}
.comments-list.no-avatar:after {
    display: none;
}
.comments-list.no-avatar .comment-box:before, .comments-list.no-avatar .comment-box:after {
    display: none;
}
.comments-list.no-avatar .comment-box {
    float: none;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -55px;
}

.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}

.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
    background: #f2f2f2;
}

.comments-list .comment-avatar img.default-user-icon {
    padding: 8px 5px 5px;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

.comments-list .comment-box {
	width: 680px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #F2F2F2;
	top: 12px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.reply-list .comment-box {
	width: 610px;
}
.comment-box .comment-head {
	background: #F2F2F2;
	padding: 14px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-weight: bold;
	float: left;
	margin: 0 10px 0 0;
}

.comment-box .comment-date {
    line-height: 1.1;
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment-actions {
	position: absolute;
	right: 12px;
	top: 10px;
}

.comment-actions .votesum {
	font-size: 1.1em !important;
	color: #000 !important;
	margin-right: 5px;
}

.comment-actions a.upvote,
.comment-actions a.downvote,
.comment-actions a.reply {
	margin: 0 2px;
}

.comment-actions a.reply {
	margin-left: 25px;
	vertical-align: text-bottom;
}

.comment-actions a.upvote,
.comment-actions a.downvote {
	display: inline-block;
	overflow: hidden;
	width: 18px;
	height: 18px;
	margin-top: 3px;
}

.comment-actions a.upvote:before,
.comment-actions a.downvote:before,
.comment-actions a.reply:before {
	content: '';
	background: url('../../../typo3conf/ext/pw_comments/Resources/Public/Icons/thumbs-up.svg') no-repeat;
	background-size: cover;
	opacity: 0.6;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 4px;
}

.comment-actions a.upvote:hover:before,
.comment-actions a.downvote:hover:before,
.comment-actions a.reply:hover:before {
	opacity: 1;
}

.comment-actions a.downvote:before {
	background-image: url('../../../typo3conf/ext/pw_comments/Resources/Public/Icons/thumbs-down.svg');
}

.comment-actions a.reply:before {
	background-image: url('../../../typo3conf/ext/pw_comments/Resources/Public/Icons/reply.svg');
}

.comment-actions a.upvote.voted:before {
	opacity: 1;
	background-image: url('../../../typo3conf/ext/pw_comments/Resources/Public/Icons/thumbs-up-active.svg');
}
.comment-actions a.downvote.voted:before {
	opacity: 1;
	background-image: url('../../../typo3conf/ext/pw_comments/Resources/Public/Icons/thumbs-down-active.svg');
}

.comment-actions .voted-positive { color: green !important; }
.comment-actions .voted-negative { color: red !important; }

#writeComment {
	max-width: 768px;
	margin: 20px auto;
}

#writeComment h3 {
	padding: 20px 0 8px;
}

#writeComment div.hide_initally {
	display: none;
}



#writeComment label {
	display: block;
}

#writeComment label span {
	font-size: 10px;
	color: #777;
}
#writeComment label span a {
	text-decoration: none;
	color: #777;
}

#writeComment input[type=text] {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 15px;
	width: 66%;
	padding: 2px;
	margin-bottom: 14px;
}

#writeComment textarea {
	width: 100%;
	line-height: 16px;
	padding: 5px;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
}

#writeComment input.button {
	padding: 2px 10px;
    margin-top: 15px;
	margin-bottom: 0;
	width: auto;
}

.tx-pwcomment-pi1 .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.tx-pwcomment-pi1 .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.tx-pwcomment-pi1 .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

@media only screen and (max-width: 766px) {
	.comments-container {
		width: 480px;
	}

	.comments-list .comment-box {
		width: 390px;
	}

	.reply-list .comment-box {
		width: 320px;
	}
}

	#thanksForYourComment, #customMessages {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#thanksForYourComment li, #customMessages li {
		background: #ccffcc;
		border: 1px solid #009900;
		color: #009900;
		font-weight: bold;
		padding: 6px 10px;
		margin-bottom: 15px;
	}

	#customMessages li {
		background: #ffcccc;
		border-color: #990000;
		color: #990000;
	}
/* default styles for extension "tx_esbpartner" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-esb-partner table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-esb-partner table th {
        font-weight:bold;
    }

    .tx-esb-partner table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_srfreecap" */
		.tx-srfreecap-captcha label { display: inline-block; width: 150px; }
		img.tx-srfreecap-image { margin-left: 1em; margin-right: 1em; vertical-align: middle; }
		.tx-srfreecap-image-accessible {
			background-color: transparent;
			vertical-align: middle;
		}
		.tx-srfreecap-accessible-link { width: 10em; float: right; vertical-align: middle; margin-right: 7em; }
		.tx-srfreecap-cant-read { display: inline-block; width: 150px; }
		.tx-srfreecap-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }
/* default styles for extension "tx_srfreecap_pi2" */
		.tx-srfreecap-pi1-captcha label { display: inline-block; width: 150px; }
		img.tx-srfreecap-pi1-image { margin-left: 1em; margin-right: 1em; vertical-align: middle; }
		.tx-srfreecap-pi1-image-accessible {
			background-color: transparent;
			vertical-align: middle;
		}
		.tx-srfreecap-pi1-accessible-link { width: 10em; float: right; vertical-align: middle; margin-right: 7em; }
		.tx-srfreecap-pi1-cant-read { display: inline-block; width: 150px; }
		.tx-srfreecap-pi1-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }

.femanager_flashmessages>div{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px}.femanager_flashmessages>.message-2{background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225}.femanager_flashmessages>.message-1{background-color:#FBF6DE;border:1px solid #B1905C;color:#9E7D4A}.femanager_flashmessages>.message-0{background-color:#CDEACA;border:1px solid #58B548;color:#3B7826}.femanager_flashmessages>.message--1{background-color:#EAF7FF;border:1px solid #C5DBE6;color:#4C73A1}.femanager_flashmessages>.message--2{background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444}.femanager_note{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444;list-style-type:none;margin-left:0}.femanager_error{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225;list-style-type:none;margin-left:0}

.tx-femanager .qq-uploader{position:relative;width:100%}.tx-femanager .qq-upload-button-focus{outline:1px dotted #000000}.tx-femanager .qq-upload-drop-area,.tx-femanager .qq-upload-extra-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:30px;z-index:2;background:#FF9797;text-align:center}.tx-femanager .qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.tx-femanager .qq-upload-extra-drop-area{position:relative;margin-top:50px;font-size:16px;padding-top:30px;height:20px;min-height:40px}.tx-femanager .qq-upload-drop-area-active{background:#FF7171}.tx-femanager .qq-upload-list{margin:0;padding:0;list-style:none}.tx-femanager .qq-upload-list .alert{text-align:center;margin-top:10px}.tx-femanager .qq-upload-list li{margin:0;padding:9px;line-height:15px;font-size:16px}.tx-femanager .qq-upload-file,.tx-femanager .qq-upload-spinner,.tx-femanager .qq-upload-size,.tx-femanager .qq-upload-cancel,.tx-femanager .qq-upload-retry,.tx-femanager .qq-upload-failed-text,.tx-femanager .qq-upload-finished,.tx-femanager .qq-upload-delete{margin-right:12px}.tx-femanager .qq-upload-delete{font:0/0 a !important;text-shadow:none;color:transparent !important;display:inline-block !important;margin-top:3px}.tx-femanager .qq-upload-spinner{display:inline-block;width:15px;height:15px;vertical-align:text-bottom}.tx-femanager .qq-drop-processing{display:none}.tx-femanager .qq-drop-processing-spinner{display:inline-block;width:24px;height:24px;vertical-align:text-bottom}.tx-femanager .qq-upload-finished{display:none;width:15px;height:15px;vertical-align:text-bottom}.tx-femanager .qq-upload-retry,.tx-femanager .qq-upload-delete{display:none;color:#000000}.tx-femanager .qq-upload-cancel,.tx-femanager .qq-upload-delete{color:#000000}.tx-femanager .qq-upload-retryable .qq-upload-retry{display:inline}.tx-femanager .qq-upload-size,.tx-femanager .qq-upload-cancel,.tx-femanager .qq-upload-retry,.tx-femanager .qq-upload-delete{font-size:12px;font-weight:normal}.tx-femanager .qq-upload-failed-text{display:none;font-style:italic;font-weight:bold}.tx-femanager .qq-upload-failed-icon{display:none;width:15px;height:15px;vertical-align:text-bottom}.tx-femanager .qq-upload-fail .qq-upload-failed-text{display:inline}.tx-femanager .qq-upload-retrying .qq-upload-failed-text{display:inline;color:#D60000}.tx-femanager .qq-upload-list li.qq-upload-success{background-color:#5DA30C;color:#FFFFFF}.tx-femanager .qq-upload-list li.qq-upload-fail{background-color:#D60000;color:#FFFFFF}.tx-femanager .qq-progress-bar{background:-moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));background:-webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:-o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:-ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);width:0%;height:15px;border-radius:6px;margin-bottom:3px;display:none;margin-top:10px}.tx-femanager .fileupload_image{max-width:200px;margin-top:20px}

.pricingdiv{
    margin: 0px 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    color: #B5B5B5;
    align-items: initial;
}

.pricingdiv ul.theplan{
    /* Remove default bullets */
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    color: black;
    width: 360px; /* width of each table */
    margin-right: 10px; /* spacing between tables */
    margin-bottom: 1em;
    border: 1px solid #eee;
    transition: all .5s;
}

.pricingdiv ul.theplan.login{
    background: #034090;
    color: white !important;
    text-align: left;
    padding: 10px 15px;
}

.pricingdiv ul.theplan.login .title-login {
    font-size: 1.2em;
    font-weight: bold;
}
.pricingdiv ul.theplan .ethighlight{
    margin: 15px 0;
    font-size: 20px;
    color: #231e23;
}

.pricingdiv ul.theplan:hover{ /* when mouse hover over pricing table */
    transform: scale(1.05);
    transition: all .5s;
    z-index: 100;
}

.pricingdiv ul.theplan .center{
    margin: 0 auto;
    text-align: center;
}

.pricingdiv ul.theplan img{
    max-width: 80%;
    height: auto;
}

.pricingdiv ul.theplan li{
    padding: 10px 10px;
    position: relative;
    border-bottom: none;
}

.pricingdiv ul.theplan li.title{
    font-weight: bold;
    text-align: center;
    padding: 18px 10px 10px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;*/
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.2em;
}

.pricingdiv ul.theplan:nth-of-type(2) li.title{
    color: #000000;
}

.pricingdiv ul.theplan:nth-of-type(3) li.title{
    color: #000000;
}

.pricingdiv ul.theplan li.text{
    font-size: 15px;
    padding: 5px 20px;
    text-align: left;
    color: #231e23;
}

.pricingdiv ul.theplan li.text::before,
.pricingdiv ul.theplan li.text-login::before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #75b843; /* Change the color */
    font-weight: bolder; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
}

.pricingdiv ul.theplan li.text ul li::before{
    content: "+";  /* Add content: \2795 is the CSS Code/unicode for a bullet */
    color: #75b843; /* Change the color */
    font-weight: bolder; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -3.4em;
}



.pricingdiv ul.theplan li.text ul li{
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px;
}
.pricingdiv ul.theplan li.text ul{
    list-style: none;
}

.pricingdiv ul.theplan li b{
    text-transform: uppercase;
}
.pricingdiv ul.theplan li.title b{
    font-size: 250%;
}

.pricingdiv ul.theplan:last-of-type{ /* remove right margin in very last table */
    margin-right: 0;
}

/*very last LI within each pricing UL */
.pricingdiv ul.theplan li:last-of-type{
    margin-top: auto; /*align last LI (price botton li) to the very bottom of UL */
}

.pricingdiv a.pricebutton{
    overflow: hidden;
    border: .0625rem solid #034090;
    background-color: transparent;
    color: #034090;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 1rem;
    padding: .3125rem 1rem;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    text-decoration: none;
    color: white;
}

.pricingdiv li.feature-freeuser{
    background: #75b843;
    text-align: center;
}

body .pricingdiv a.pricebutton-freeuser{
    background: #75b843;
    border-color: #75b843;
    text-align: center;
}
.pricingdiv a.pricebutton-freeuser:hover{
    background-color: white;
    color: #75b843;

}

.pricingdiv li.feature-freeuser{
    background: #75b843;
    text-align: center;
}

.pricingdiv a.pricebutton-freeuser{
    background: #111111;
    text-align: center;
}


.pricingdiv li.feature-esb-partner{
    background-color: #034090;
    text-align: center;
}

.pricingdiv a.pricebutton-esb-partner{
    background: #034090;
    text-align: center;
}

.pricingdiv a.pricebutton.login{
    background: #75b843 !important;
    text-transform: uppercase;
    font-size: 1em;
    padding: 12px 25px;
}


@media only screen and (max-width: 600px) {
    .pricingdiv ul.theplan{
        border-radius: 0;
        width: 100%;
        margin-right: 0;
    }

    .pricingdiv ul.theplan:hover{
        transform: none;
        box-shadow: none;
    }

    /*.pricingdiv a.pricebutton{
         display: block;
    }*/
}

.restriction-icon img{
    width: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.restriction a.esb-user-link{
    color: #75b843;
}

.restriction.partner-restriction a.esb-user-link{
    color: #034090;
}
ul.theplan.login input[type="submit"]{
    margin-top: 20px;
}
.pricingdiv a.pricebutton.pricetobuy{
    background-color: #034090;
}
.guide-badge{

    color: white;
    padding: 4px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: .8rem;
    font-weight: bold;
}
.guide-badge.guide-badge-premium{
    background-color: black;
}
.guide-badge.guide-badge-user{
    background-color: #75b843;
}
.guide-badge.guide-badge-partner{
    background-color: #034090;
}
.ce-guide-listing .f3-widget-paginator{
    padding-left: 15px;
    margin-top: 1rem;
    list-style: none;
    font-size: 0.9rem;
    position: absolute;
    bottom: -50px;
}
.ce-guide-listing .f3-widget-paginator li{
    display: inline-block;
    margin-right: 15px;
}
.ce-guide-listing .f3-widget-paginator li::after{
    content: " / ";
    margin-left: 15px;
}
.ce-guide-listing .f3-widget-paginator li:last-child::after{
    content: "";
}
.ce-guide-listing .f3-widget-paginator li a{
    color: black;
}
.ce-guide-listing .f3-widget-paginator li.current{
    font-weight: bold;
}

.partner-list .partner-name,
.partner-details .partner-name{
    padding: .1125rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.49);
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.partner-list .marken-partner-name,
.partner-details .marken-partner-name{
    padding: .1rem .5rem;
    background-color: #75b843;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}



.partner-list .tag-titles, .partner-details .tag-titles{
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.49);
}

.tx-esb-partner .partner-list{
    padding: 1rem;


}
.tx-esb-partner .partner-list a{
    border: .0625rem solid #eee;
    display: block;
    height: 350px;
    position: relative;
}
.tx-esb-partner .partner-list .row{

}
.tx-esb-partner .partner-list .row:hover{
    border-color: #034090;
}
.partner-list .tag-label,
.partner-details .tag-label{
    font-size: 1.125rem;
    font-weight: bold;
    color: #212529;
}

.partner-details .media-wrap figure,
.partner-list .media-wrap figure{
    float: left;
}

.partner-details .container .parting-line,
.ce-news .container .parting-line{
    padding: 1rem 0;
    border-bottom: 1px solid black;
}

.partner-details .ce-text-media{
    padding-bottom: 0;
}

.tx-esb-partner .partner-list .container .parting-line{
    padding: 1.5rem 0;
    border-bottom: 1px solid black;
}

.tx-esb-partner .partner-list:last-child .container .parting-line{
    border-bottom: 0;
    border-top: 0;
}


.hr-paginator2{
    padding: 2rem 0rem;
    margin: 0 15px;
    border-bottom: 1px solid black;
}
.partner-list a.more-cp-info{
    border-color: #fff;
    color: #fff !important;
    border: .055rem solid #034090;
    background-color: transparent;
    color: #034090 !important;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: color .2s,background-color .2s;
    transition: color .2s,background-color .2s;
    padding: .125rem 1rem;
    display: inline-block;
    text-decoration: none;
    font-size:1.7125rem;
}

.partner-list a.more-cp-info:after{
    content: "";
    background: transparent url('../../../typo3conf/ext/esb_partner/Resources/Public/Icons/chevron-right.svg') center right no-repeat;
    padding:0 18px;
}

.partner-list a.more-cp-info:hover{
    color: #fff  !important;
    background-color: #034090;
}

.partner-list a.more-cp-info:hover:after{
    content: "";
    background: transparent url('../../../typo3conf/ext/esb_partner/Resources/Public/Icons/chevron-white-right.svg') center right no-repeat;
}

/* .tx-esb-partner .f3-widget-paginator{display: block; text-align: center; width: 100%;}
.tx-esb-partner .f3-widget-paginator li{display: inline-block; list-style: none; margin: 0 3px;}
.tx-esb-partner .f3-widget-paginator li > a{
    display: block; width: 36px; height: 36px;
    line-height: 36px; font-size: 18px;
    color: #fff;
    border: 1px solid #034090;
    background: #034090;
}
.tx-esb-partner .f3-widget-paginator li.current{
    width: 36px; height: 36px; line-height: 36px;
    border: 1px dashed #034090;
    font-size: 18px; color: #034090;
    background: #fff;
}
.tx-esb-partner .f3-widget-paginator li.next > a, .f3-widget-paginator li.previous > a{
    width: auto; padding: 0px 15px;
}

.partner-list .back-to-partner-list:after{
    content: "";
    background: transparent url('../../../typo3conf/ext/esb_partner/Resources/Public/Icons/chevron-right-small.svg') center right no-repeat;
    padding: 0.8rem;
}*/


/** partner- search **/

.partner-search{
    padding: 1.5rem;
    margin-bottom: 2.5rem;
}

.partner-search input, .partner-search select {
    background-color: transparent;
    font-size: inherit;
    color: #034090;
    border: .125rem solid #034090;
    border-radius: 0;
    -webkit-transition: background-color .2s,color .2s;
    transition: background-color .2s,color .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
}



.partner-search .form-control{
    padding: 0.375rem 3.8rem;
    background-color: white;
}

.partner-search select.form-control{
    padding: 0.375rem 1.2rem;
}

.partner-search select.form-control:before{
    content: "";
    background: transparent url('../../../typo3conf/ext/esb_partner/Resources/Public/Icons/chevron-right.svg') center right no-repeat;
    padding:0 18px;
}

.partner-search .search-button svg {
    width: 30px;
    fill: #034090;
}
.partner-search .search-button:hover{
    background-color: #034090;
}
.partner-search .search-button:hover svg{
    fill:white
}

.partner-search .search-select-box{
    overflow:hidden;
}

.partner-search .search-select-box select{
    background: #fff url('../../../typo3conf/ext/esb_partner/Resources/Public/Icons/chevron-down.svg') 98% 50% no-repeat;
}


.partner-news{
    margin-bottom: 2rem;
    border: .055rem solid #034090;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: color .2s,background-color .2s;
    transition: color .2s,background-color .2s;
    padding: .125rem 1rem;
    display: inline-block;
    text-decoration: none;
    font-size:1.7125rem;
    color: #fff  !important;
    background-color: #034090;

}
.tx-esb-partner .partner-list .col-12{
    padding: 0px;
}
.tx-esb-partner .partner-list img{
    margin: 0 auto;
    margin-bottom: 15px;
}

.tx-esb-partner .partner-list h6, .tx-esb-partner .partner-list strong, .tx-esb-partner .partner-list p{
    text-align: left;
    color: rgb(33, 37, 41);
}
.tx-esb-partner .partner-list h6{
    color: #999;
    margin-bottom: 0px;
}
.tx-esb-partner .partner-list a:hover{
    text-decoration: none;
}

.tx-esb-partner .partner-list strong{
    color: #034090;
}

.tx-esb-partner .partner-list a{
    height: 330px;
}

.tx-esb-partner .partner-list .partner-card{
    position: absolute;
    bottom: 1rem;
}
.tx-esb-partner .partner-list img{
    width: 100%;
    height: auto;
}
body .partner-search .search-button-box .btn{
    width: 100%;
}
/* General */

.tx-cart { counter-reset: step; }

.tx-cart label, .tx-cart label em { display: inline; }

.tx-cart .bg-light-grey { background-color: #efefef; }

.tx-cart .border-left-grey { border-left: 1px solid #ddd; }

.tx-cart .clear-padding { padding: 0 !important; }

.top-buffer { margin-top: 2em; }
.bottom-buffer { margin-bottom: 2em; }

.tx-cart .typo3-messages{
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.tx-cart .field { margin-bottom: 0.5em; }

.tx-cart .price { min-width: 65px; display: block }

.order-total-gross {
    width: 75px;
    text-align: right;
}

/* Checkout */

.tx-cart .checkout-step-title {
    background: #ccc;
    margin: 0;
    padding: 0 2em;
    line-height: 2;
}

.tx-cart .checkout-step-content { padding: 1em; }

.tx-cart .checkout-step-number::before {
    counter-increment: step;
    content: counter(step);
}

.tx-cart #form-order .checkout-step-number, .tx-cart #form-cart .checkout-step-number {
    background: #333;
    color: #fff;
    display: inline-block;
    width: 2em;
    border-radius: 50%;
    text-align: center;
    height: 2em;
    line-height: 2em;
    font-size: 0.75em;
    vertical-align: middle;
    margin-right: 1em;
    margin-top: -3px;
}

.shipping-same-as-billing-wrapper { margin: 1em 0; }

.tx-cart .checkout-step-content-list .checkout-step-fields .field .validation-error { margin-bottom: 0; }

#form-order .checkout-step-title { padding: 10px }

.method-item-name { font-weight: bold; }

.checkout-step-table, .checkout-review-table, .checkout-product-table, .show-properties.table  { width: 100%; }

.checkout-review-column { margin: 1em -1em; }

.coupon-hint.not-usable { color: red; }

/* Order History*/

.show-properties.table { margin-bottom: 1em; }

.order-history-detail .column { padding-bottom: 2em; }
.button-full.print-btn {
    color: white;
    background-color: #034090;
}
.button-full.print-btn:active {
    border-radius: 0px;
}
.button-full.print-btn:hover {
    cursor: pointer;
    background-color: transparent;
    color: #034090;
}
.print body#uid-10 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    justify-content: space-around;
}
.print .ce-text-media.partner-list {
    border: 2px solid #777777;
    border-radius: 7px;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: .5rem;
    padding: 0;
    display: inline-flex;
    width: 100%;
    flex: 0 0 calc(33.333333%);
    max-width: calc(33.333333% - 1rem);
    page-break-inside: avoid;
}
.print div.ce-text-media.partner-list a {
    color: inherit;
    text-decoration: none;
}
.print div.ce-text-media.partner-list a:hover {
    text-decoration: none;
    color: inherit;
}
.print body {


}
.print div.ce-text-media.partner-list a strong,
.print-btn,
#printTitle {
    color: #034090;
}
.print div.ce-text-media.partner-list,
.print div.ce-text-media.partner-list h6 {
    font-size: calc(10px + .5vw);
}
.print div.ce-text-media.partner-list h6 {
    margin-bottom: 0;
}
.print .partner-card {
    margin-top: 1rem;
    flex: 1 0 auto;
}
.print #printTitle {
    display: block;
}
#printTitle {
    margin-top: 3rem;
    display: none;
}


.tx-esb-partner .partner-list .col-12 {
    padding: 0px;
}
.tx-esb-partner .partner-list img {
     width: 100%;
     height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
 }
.tx-esb-partner .partner-list .partner-card {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
}
.tx-esb-partner .partner-list strong {
    color: #034090;
}
.tx-esb-partner .partner-list h6,
.tx-esb-partner .partner-list p {
    text-align: left;
    color: rgb(33, 37, 41);
}
.tx-esb-partner .partner-list h6 {
    color: #999;
    margin-bottom: 0px;
}
.tx-esb-partner .partner-list a {
     border: .0625rem solid #eee;
     display: block;
     height: 350px;
     position: relative;
    text-decoration: none;
 }

.tx-esb-partner .partner-list a {
    height: 330px;
}
.print body#uid-10 {
    width: 930px;
    background-color: white;
}
.print partner-list{
    height: 190px;
    overflow:hidden;
}
.print .partner-list img{
    height: 80px;
    margin: 0 auto;
    width: auto;
    padding: 0px;
}
.print .partner-list strong,.print .partner-list p,.print .partner-list h6{
    font-size: 12px !important;
}
.print .firstpagebreak.page-break{
    height: 186px;
}

.print div.ce-text-media.partner-list{
    height: 192px !important;
    overflow: hidden;
    page-break-inside: avoid;
}
.print body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
    font: 12pt "Tahoma";
}
.print * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.print-page {
    width: 210mm;
    min-height: 297mm;
    padding: 0;
    margin: 0 auto;
}
@page {
    size: A4;
    margin: 0;
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }
    .print-page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
        .selector:not(*:root), .page-break.chrome {
            display: none;
        }
    }
}
.page-break{
    break-before: always;
    page-break-before: always;
    clear: both;
    position: relative;

}

.print .print-page-wrapper{
    width: 898px;
    margin-bottom: 0px;
    margin: 30px;
}
.print .next-page-space{
    padding-bottom: 40px;
}

.print div.ce-text-media.partner-list .align-items-center .col-12{
    padding-left: 0px;
    padding-right: 0px;
}
.print .col-12.partner-card p{
    margin-bottom: 0px;
}

.print .row.align-items-center  .col-12{
    width: 240px;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}
.print .row.align-items-center .col-12.partner-card {
    width: 240px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: auto;
}