/*
Standalone Theme 2019
copyright by Thomas Reichelt
*/
.__ctc-holder {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #1d1d1b;
	display: flex;
	background: rgba(0, 0, 0, .6);
	transition: background-color .25s linear;
	left: 0;
	position: fixed;
	height: 100%;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	align-items: center;
	justify-content: center;
}

.__ctc-holder * {
	box-sizing: border-box;
}

.__ctc-box {
/*	width: 100%;*/
	max-width: 750px;
	max-height: 95vh;
	overflow: auto;
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 1000000;	
	/*background: rgba(255,255,255, .97);*/
	background: white;
	border-radius: 5px;	
	font-size: 16px;
	/*box-shadow: 12px 12px 12px 12px rgba(0,0,0, .7);*/
	padding: 15px 15px;
}

.__ctc-holder .mt-15 {
	margin-top:15px;
}

/* BUTTONS / LINKS */
.__ctc-holder a {
	cursor:pointer;
	color:#999;	
}
.__ctc-holder a:hover {
	text-decoration:underline;
}
.__ctc-holder .__ctc-btn-block {
	width:100%
}
@media (max-width: 600px) { 
	.__ctc-holder .__ctc-btn-block-mobile {
		width:100%
	}
}
.__ctc-holder .__ctc-btn {
	text-align:center;
	border-radius: 4px;
	display: inline-block;
	font-family: inherit;
	font-size: 20px;
	font-weight: 100;
  height: 44px;
	padding: 10px 16px;
	text-decoration: none;
	transition: background-color .125s linear;
	cursor: pointer;
	position: relative;
}
.__ctc-holder .__ctc-btn:hover {
	text-decoration: none;
}
.__ctc-holder .__ctc-btn-default {
	background-color: #EEE;
	color: #666;
}
.__ctc-holder .__ctc-btn-default:hover {
	background-color: #CCC;
}
.__ctc-holder .__ctc-btn-primary,
.__ctc-holder .__ctc-btn-light {
	border: 1px solid transparent;
	color: #F2DA00;
	background-color: #333333;
	font-weight: bold;
	font-size: 1.25rem;
    line-height: 1.5rem;
	height: auto;
	width: auto;
	padding: 0.7rem 1.5rem;
/*	-webkit-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);
    box-shadow: 0px 0px 5px 0px rgba(153,153,153,1);*/
	margin-top: 10px;
	border-radius: var(--bs-border-radius-pill) !important;
}
.__ctc-holder .__ctc-btn-primary:hover {
	/*color: #1d1d1b;*/
	background-color: #191919;
	border-color: #191919;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.__ctc-holder .__ctc-btn-light {
	background-color: #f2f2f2;
    color: #333333;
	border-color: #333333;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.__ctc-holder .__ctc-btn-light:hover {
	background-color: #D8D9D8;
	color: white;
}
/* BUTTONS / LINKS */


/*  SHOW HIDE Animations */
/* DO USE MORE then 0.5s of animation duration, because of delayed show/hide usage */
.__ctc-d-none {
	display:none;
}
.__ctc-hide-widget {
	transition: opacity .5s ease-out, height 0.3s ease-out, width 0.3s ease-out, left 0.3s ease-out, top 0.3s ease-out;
	opacity: 0;
	height: 0;
	left: 50vw;
	top: 50vh;
	width: 0;
	overflow: hidden;
}
.__ctc-show {
	visibility: visible;
  opacity: 1;
  transition: width 0.5s ease-in, max-height 0.5s ease-in, opacity 0.5s linear;
	z-index:1;
	max-height: 800px;
	width:inherit;
}
.__ctc-hide {
	visibility: hidden;
  opacity: 0;
  transition: width 1.5s ease-out, max-height 0.5s ease-out, visibility 0s 0.1s, opacity 0.1s linear;
	max-height:0px !important;
	width:0px !important;
}
/*  SHOW HIDE Animations */

/* ========================= Settings Button Inline Page === */
.__ctc-btn-open-settings {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #1d1d1b;
	background-color:#FFF;
	position:fixed;
	left:20px;
	bottom:0;
	padding: 5px 8px;
	cursor:pointer;
	z-index:99998;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
		-webkit-box-shadow: 0px -1px 15px -3px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px -1px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px -1px 15px -3px rgba(0,0,0,0.75);
}



/* ========================= OVERVIEW BOX ================== */
.__ctc-overview {
	width: 100%;
	max-width: 1170px;
	max-height: 800px; /*just for animation*/
	margin: 0 auto;
}
.__ctc-overview .__ctc-header {
/*	width:85vw !important;
	display: table-cell;*/
	text-align: justify;
}
.__ctc-overview .__ctc-header .__ctc-image {
	height: 32px;
	float:left;
	display:none;
}
.__ctc-header .__ctc-title {
	font-size:32px;
	line-height: 1.42857143;
	display: block;
    margin-bottom: 30px;
}
.__ctc-header .__ctc-desc {
	/*font-size: 85%;*/
	margin-top: 15px;
	display: block;
	/*line-height: 1.4;*/
	/*color: #999999;*/
}
.__ctc-header .__ctc-desc::before {
	content: "";
	width: 150%;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
    left: -30px;
	top: 55px;
}
.__ctc-overview .__ctc-selection {
	display: none;
	margin-top:15px;
}
.__ctc-overview .__ctc-selection label {
	margin-right:23px;
	margin-top:10px;
}
.__ctc-overview .__ctc-action {
	/*width:100 !important;*/
	/*min-width: 100%;*/
	/*display: table-cell;*/
	vertical-align: middle;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	padding: 0px !important;
}
@media (max-width: 767px) { 
	.__ctc-box {
		max-width: 95%;
	}
	
	.__ctc-overview .__ctc-action {
		margin-top: 10px;
	}
	
/*	.__ctc-holder .__ctc-btn-primary,
	.__ctc-holder .__ctc-btn-light {
		padding: 0 10px !important;
		font-size: 21px;
		height: 40px;
	}*/
	
	.__ctc-overview .__ctc-footer {
		margin-top: 0 !important;
		padding: 10px
	}
}
@media (max-width: 576px) {
	.__ctc-overview .__ctc-action {
		flex-direction: column;
	}
	
	.__ctc-overview .__ctc-action .__ctc-button_wrapper {
		padding: 0 !important;
	}
	
	.__ctc-overview .__ctc-action .__ctc-button_wrapper {
		width: 100% !important;
	}
}
@media (max-width: 420px) {
	.__ctc-header .__ctc-title {
		font-size: 23px;
		margin-bottom: 15px;
	}
	.__ctc-header .__ctc-desc::before {
		top: 40px !important;
	}
}

/* Button save */
.__ctc-overview .__ctc-action .__ctc-btn[data-action="accept-all"] {
	/*margin-left: 15px;*/
	/*display:none;*/
}



.__ctc-overview .__ctc-action .__ctc-button_wrapper {
	width: 50%;
	font-size: 15px;
}

@media (max-width: 767px) {
	.__ctc-overview .__ctc-action .__ctc-button_wrapper {
		font-size: 14px;
		line-height: 16px;
	}
}

.__ctc-overview .__ctc-action .__ctc-btn:after {
	position: absolute;
	top: 100%;
	font-size: 12px;
	line-height: 28px;
	color: #999999;
	font-weight: 100;
	left: 0;
	width: 100%;
}

@media (max-width: 767px) {
	.__ctc-overview .__ctc-action .__ctc-btn:after {
		display: none;
	}
}

.__ctc-overview .__ctc-action .__ctc-btn[data-action="save"]:after {
	/*content: "und mit Einschränkungen fortfahren"*/
}

.__ctc-overview .__ctc-action .__ctc-btn[data-action="accept-all"]:after {
	/*content: "und mit voller Funktionalität fortfahren"*/
}

.__ctc-overview .__ctc-footer {
	/*display:none;*/
	text-align:center;
	margin-top: 15px;
	font-size:14px;
	color:#999;
	padding: 15px 0;
}
.__ctc-overview .__ctc-footer a {
	color: #1d1d1b;
	font-size: 16px;
}
.__ctc-overview .__ctc-footer a:not(:first-of-type) {
	/*display:block;
	margin-bottom:15px;*/
	display:inline-block;
	margin: 0 0 0 15px;
}
.__ctc-details.__ctc-show .__ctc-do-action.__ctc-btn-block-mobile[data-action="hide-details"] {
	position: relative;
	top: 1px;
}
.__ctc-overview .__ctc-footer .__ctc-do-action:after {
/*	content: '|';
	display:inline-block;
	padding:0 5px;*/
}
/* ========================= OVERVIEW BOX ================== */


/* ========================= DETAILS BOX ================== */

.__ctc-details {
	width: 100%;
  max-width: 800px;
	max-height: 800px; /*just for animation*/
	margin: 0 auto;
}
.__ctc-details .__ctc-header .__ctc-image {
	height: 112px;
	margin-right:10px;
	float:left;
	display:none;
}
.__ctc-details .__ctc-header {
	/*width: 80% !important;*/
	display: block;
	vertical-align: middle;
}
@media (max-width: 600px) { 
	.__ctc-details .__ctc-header {
		width: 100% !important;
		display: block;
	}
}
@media (max-width: 600px) { 
	.__ctc-details .__ctc-header .__ctc-image {
		height: 32px;
	}
}
.__ctc-details .__ctc-header .__ctc-title {
/*	font-size:22px;
	line-height: 32px;*/
}
.__ctc-details .__ctc-header .__ctc-desc {
	margin-top:15px;
	display:block;
	font-size: 85%;
	width: 100%;
	color: initial;
}
.__ctc-details .__ctc-header .__ctc-desc:before {
	top: 55px;
}
.__ctc-details .__ctc-selection {
	margin-top:15px;
}
.__ctc-details .__ctc-action {
	position:relative;
	width: 100%  !important;
  display: block;
	text-align: left;
	vertical-align: middle;
}
@media (max-width: 600px) { 
	.__ctc-details .__ctc-action {
		width: 100%  !important;
		display: block;
		margin-top:15px;
	}
	.__ctc-details .__ctc-header .__ctc-desc {
		width: 100%;
	}
}
/*.__ctc-details .__ctc-action a[data-action="save"] {
	padding:0;
	font-size:inherit;
	height:auto;
	background: none;
	color: #999;
  box-sizing: border-box;
}
.__ctc-details .__ctc-action a[data-action="save"]:hover {
	background: none;
	text-decoration:underline;
}*/
.__ctc-details .__ctc-action a[data-action="accept-all"] {
	display: none;
	position: absolute;
	right: 15px;
	top: -40px;
}
@media (max-width: 600px) { 
	.__ctc-details .__ctc-action a[data-action="accept-all"] {
		position: inherit;
		right: auto;
		top: auto;
		margin-bottom:10px;
		/*display: block;*/
	}
}
.__ctc-details .__ctc-action a[data-action="hide-details"] {
	margin-right: 15px;
}
.__ctc-details .__ctc-action a[data-action="save"],
.__ctc-details .__ctc-action a[data-action="hide-details"] {
/*	padding: 10px 16px;*/
}
.__ctc-details .__ctc-action a[data-action="hide-details"] {
	/*float: left;*/
}
.__ctc-details .__ctc-action a[data-action="hide-details"]/*,.__ctc-details .__ctc-action a[data-action="save"]*/  {
/*	text-align:center;
	font-size: 85%;
	width:auto !important;*/
	/*color: #333333;*/
}
/*.__ctc-details .__ctc-action a[data-action="hide-details"]::after {
	content: "|";
	text-decoration:none !important;
	display: inline-block;
  padding: 0px 3px;
}*/
.__ctc-details .__ctc-action a[data-action="hide-details"]:hover {
	background-color: #333333;
}
.__ctc-overview .__ctc-footer {
	text-align:center;
	margin-top: -30px;
	font-size: 85%;
	color:#999;
}
.__ctc-selection .__ctc-group-services {
 background-color: #f8f8f8;
 display:block;
 padding:5px;
 margin-bottom:5px;
}
.__ctc-selection .__ctc-group-services .__ctc-title {
 font-size: 18px;
 margin-bottom:5px;
 display:block;
}
.__ctc-selection .__ctc-group-services .__ctc-desc {
 font-size: 85%;
 /*color: #999999;*/
}
.__ctc-selection .__ctc-group-services .__ctc-group-services-details {
 margin-top:5px;
 width: 100%;
 border-color: #f8f8f8;
 /*color: #999999;*/
}
/* table for each Service */
.__ctc-selection .__ctc-group-services .__ctc-group-services-details table {
 font-size: 85%;
 width: 100%;
 margin-top:5px;
 border-collapse: collapse;
 border-spacing: 0;
}
.__ctc-selection .__ctc-group-services .__ctc-group-services-details tr th {
 background-color: #fff;
 text-align: left;
 width: 35%;
 border-bottom: 1px solid #eee;
 padding:4px 4px;
 word-break: break-word;
}
.__ctc-selection .__ctc-group-services .__ctc-group-services-details tr td {
 background-color: #fff;
 text-align: left;
 width: 65%;
 border-bottom: 1px solid #eee;
 padding:4px 4px;
 word-break: break-word;
}
/* table for each Service */

/* ========================= DETAILS BOX ================== */



/* === OVERHAUL CHECKBOX ===== */
.__ctc-holder input[type="checkbox"] + label {  font-size: 14px !important;; position: relative;  cursor: pointer; display:inline-block }
.__ctc-holder input[type="checkbox"] + label + div.invalid-tooltip { top:inherit!important; }

.__ctc-holder input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.__ctc-holder input[type="checkbox"] + label:before {
	transition: all 0.4s;
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #95A5A6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
	margin-top: 0;
}
.__ctc-holder input[type="checkbox"]:checked + label:before {
	border: 2px solid #3498DB;
	background-color: #3498DB;	
}
.__ctc-holder input[type="checkbox"]:checked:disabled + label:before {
	border: 2px solid #CCC;
	background-color: #BBB;	
}

.__ctc-holder input[type="checkbox"].checkbox-default:checked + label:before {
	border: 2px solid #95A5A6;
	background-color: #95A5A6;	
}

.__ctc-holder input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
	left: 8px;
	width: 6px;
	height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* === OVERHAUL CHECKBOX ===== */






/* ============= bs4 grid light ===================== */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 
 */
 
.__ctc-holder .align-baseline {
  vertical-align: baseline !important;
}

.__ctc-holder .align-top {
  vertical-align: top !important;
}

.__ctc-holder .align-middle {
  vertical-align: middle !important;
}

.__ctc-holder .align-bottom {
  vertical-align: bottom !important;
}

.__ctc-holder .align-text-bottom {
  vertical-align: text-bottom !important;
}

.__ctc-holder .align-text-top {
  vertical-align: text-top !important;
} 
 
/* GRID / HELPER */ 

.__ctc-holder .d-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
	display: flex!important;
}
.__ctc-holder .ml-auto {
	margin-left: auto!important;
}
.__ctc-holder .mr-auto {
	margin-right: auto!important;
}

 ::after,::before{box-sizing:inherit}
 .__ctc-holder .__ctc-holder .__row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
 .__ctc-holder .no-gutters{margin-right:0;margin-left:0}
 .__ctc-holder .no-gutters>.__col,.__ctc-holder .no-gutters>[class*=col-]{padding-right:0;padding-left:0}
 .__ctc-holder .__col,.__ctc-holder .__ctc-holder .__col-1,.__ctc-holder .__ctc-holder .__col-10,.__ctc-holder .__col-11,.__ctc-holder .__col-12,.__ctc-holder .__col-2,.__ctc-holder .__col-3,.__ctc-holder .__col-4,.__ctc-holder .__col-5,.__ctc-holder .__col-6,.__ctc-holder .__col-7,.__ctc-holder .__col-8,.__ctc-holder .__col-9,.__ctc-holder .__col-auto,.__ctc-holder .__col-lg,.__ctc-holder .__col-lg-1,.__ctc-holder .__col-lg-10,.__ctc-holder .__col-lg-11,.__ctc-holder .__col-lg-12,.__ctc-holder .__col-lg-2,.__ctc-holder .__col-lg-3,.__ctc-holder .__col-lg-4,.__ctc-holder .__col-lg-5,.__ctc-holder .__col-lg-6,.__ctc-holder .__col-lg-7,.__ctc-holder .__col-lg-8,.__ctc-holder .__col-lg-9,.__ctc-holder .__col-lg-auto,.__ctc-holder .__col-md,.__ctc-holder .__col-md-1,.__ctc-holder .__col-md-10,.__ctc-holder .__col-md-11,.__ctc-holder .__col-md-12,.__ctc-holder .__col-md-2,.__ctc-holder .__col-md-3,.__ctc-holder .__col-md-4,.__ctc-holder .__col-md-5,.__ctc-holder .__col-md-6,.__ctc-holder .__col-md-7,.__ctc-holder .__col-md-8,.__ctc-holder .__col-md-9,.__ctc-holder .__col-md-auto,.__ctc-holder .__col-sm,.__ctc-holder .__col-sm-1,.__ctc-holder .__col-sm-10,.__ctc-holder .__col-sm-11,.__ctc-holder .__col-sm-12,.__ctc-holder .__col-sm-2,.__ctc-holder .__col-sm-3,.__ctc-holder .__col-sm-4,.__ctc-holder .__col-sm-5,.__ctc-holder .__col-sm-6,.__ctc-holder .__col-sm-7,.__ctc-holder .__col-sm-8,.__ctc-holder .__col-sm-9,.__ctc-holder .__col-sm-auto,.__ctc-holder .__col-xl,.__ctc-holder .__col-xl-1,.__ctc-holder .__col-xl-10,.__ctc-holder .__col-xl-11,.__ctc-holder .__col-xl-12,.__ctc-holder .__col-xl-2,.__ctc-holder .__col-xl-3,.__ctc-holder .__col-xl-4,.__ctc-holder .__col-xl-5,.__ctc-holder .__col-xl-6,.__ctc-holder .__col-xl-7,.__ctc-holder .__col-xl-8,.__ctc-holder .__col-xl-9,.__ctc-holder .__col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
 .__ctc-holder .__col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}
 .__ctc-holder .__col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}
 .__ctc-holder .__col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}
 .__ctc-holder .__col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
 .__ctc-holder .__col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
 .__ctc-holder .__col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
 .__ctc-holder .__col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}
 .__ctc-holder .__col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
 .__ctc-holder .__col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}
 .__ctc-holder .__col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}
 .__ctc-holder .__col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
 .__ctc-holder .__col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}
 .__ctc-holder .__col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}
 .__ctc-holder .__col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
 .__ctc-holder .order-first{-ms-flex-order:-1;order:-1}