#tcm_fragen_wrapper {
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	border-radius: 12px;
	font-family: "Montserrat", sans-serif;
}

#tcm_fragen_wrapper pre {
	background-color: transparent;
	border: 0px solid;	
}

#tcm_fragen_wrapper label {
	font-weight: 300;
}

#tcm_fragen_wrapper input {
	font-weight: 300;
	border: 3px solid #2C638D;
	width: 460px;
	margin-bottom: 0;
}

#tcm_fragen_wrapper .tcm_loading {
	margin: auto;
	width: 31px;
	height: 31px;
	background-image: url("/wp-content/themes/flatsome-child/assets/img/ajax-loader.gif");
}

#tcm_fragen_wrapper .tcm_frage {
	margin: 0;
	font-weight: 600;
	position: relative;
	float: left;
	width: 100%;
}

#tcm_fragen_wrapper .tcm_frage .tcm_frage_antwort {
	background-color:#FAE6CA;
	position: relative;
	/*
	float: right;
	margin: 0 0 0 10px; */
	float: left;
	margin: 10px 0 0 0;	
	width: 100%;
	padding: 10px 10px;
}

#tcm_fragen_wrapper .tcm_frage_info {
	margin: 60px 0 30px 0;
	font-weight: 500;
}

#tcm_fragen_wrapper .tcm_frage_hinweis {
	font-size: 20px;
	margin: 10px 0 30px 0;
	font-style: italic;
}

#tcm_fragen_wrapper .tcm_antwort_singel {
	margin: 10px 0;
	font-size: 116%;
}

#tcm_fragen_wrapper .tcm_error {
	color: #DB3A34;
	font-size: 18px;
	font-weight: 400;
}

#tcm_zur_diagnose {
	margin: 40px 0 5px 0;
	padding: 6px;
	background-color: #F0AE52;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	max-width: 480px;
	position: relative;
	float: left;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);	
}

#tcm_zur_diagnose a:hover {
	color: #000;
}

#tcm_frage_next, #tcm_frage_next_ajax, #tcm_frage_back_ajax {
	margin: 40px 0 5px 0;
	padding: 6px;
	background-color: #F0AE52;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	display: none;
	width: 250px;
	position: relative;
	float: left;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

#tcm_frage_next_ajax, #tcm_frage_back_ajax {
	display: block;
}

#tcm_frage_next_ajax {
	margin: 40px 0 5px 20px;
}

.clearer {
	clear: both;
}

i.icon-tcm-next {
	background-image: url("../img/arrow-tcm-right.png");
	background-repeat: no-repeat;
	background-size: 27px 18px;
	width: 27px;
	height: 18px;
}

i.icon-tcm-back {
	background-image: url("../img/arrow-tcm-left.png");
	background-repeat: no-repeat;
	background-size: 27px 18px;
	width: 27px;
	height: 18px;
}

.row.row-collapse {
    max-width: 850px !important;
}

/* Checkbox */
 /* Customize the label (the input_container) */
.input_container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.input_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #FFF;
  border: 3px solid #2C638D
}

/* On mouse-over, add a grey background color */
.input_container:hover input ~ .checkmark {
  background-color: #2C638D;
}

/* When the checkbox is checked, add a blue background */
.input_container input:checked ~ .checkmark {
  background-color: #2C638D;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.input_container .checkmark:after {
  left: 7px;
  top: 1px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
} 

/* DEBUG */
#tcm_debug_answers {
	border: 1px solid;
	background-color: #4C5FAD;
	color: #FFF;
	padding: 5px;
	position: fixed;
	top: 230px;
	left: 5px;
	font-size: 12px;
	z-index: 99;
	overflow-y: scroll;
	height: 600px;
	text-align: left;	
}

#tcm_debug_answers p {
	line-height: 10px;
}

#tcm_debug_session {
	border: 1px solid;
	background-color: #AA536D;
	color: #FFF;
	padding: 5px;
	position: fixed;
	top: 230px;
	right: 5px;
	font-size: 12px;
	z-index: 99;
	overflow-y: scroll;
	height: 600px;
	text-align: left;	
}

#tcm_debug_session pre {
	padding: 0;
}

iframe {
	border: none;
}

@media only screen and (max-width: 849px) {
	#content .section.h1-h3 {
	    padding: 0;
	}
	#tcm_frage_next, #tcm_frage_next_ajax, #tcm_frage_back_ajax {
		width: 100%;
	}
	#tcm_frage_next_ajax {
    margin: 40px 0;
	}
	.button-container {
    display: grid;
    grid-template-columns: 1fr;
	}
	#tcm_frage_back_ajax {
    order: 2;
    margin: 10px 0 5px 0;
	}
	#tcm_frage_next_ajax {
  order: 1;
	}
}
