@charset "UTF-8";

@media  only screen and (min-device-width: 769px)
{
	.btn:hover {
		cursor: pointer;
		text-decoration: none;
		background-color: #B5D785;
	}
	.btn:active {
		position:relative;
		top:1px;
	}
	#navigation a:hover {
		color: #79A517;
	}
	#navigation .error a:hover:after { color: #C40000; }
	.questionText.error:hover span:after { content: "Bitte Auswahl treffen!"; }
}

@media only screen and (max-width: 640px) {
	.ratingtable,
	.ratingtable2 {
		width: 40px !important;
	}
}

@font-face {
	font-family: 'qtype-light';
	src: url('../font/qtypecomp-light-webfont.eot');
	src: url('../font/qtypecomp-light-webfont.eot') format('embedded-opentype'),
	  url('../font/qtypecomp-light-webfont.woff') format('woff'),
	  url('../font/qtypecomp-light-webfont.woff2') format('woff2'),
	  url('../font/qtypecomp-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  
@font-face {
	font-family: 'SFProDisplay';
	src: local('SFProDisplay-Regular'),
	  url('../font/SFProDisplay-Regular.woff2') format("woff2"),
	  url('../font/SFProDisplay-Regular.woff') format("woff"),
	  url('../font/SFProDisplay-Regular.ttf') format("truetype");
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family: 'SFProDisplay-Bold';
	src: local('sf-pro-display-bold'),
	  url('../font/sf-pro-display-bold.woff2') format("woff2"),
	  url('../font/sf-pro-display-bold.woff') format("woff"),
	  url('../font/sf-pro-display-bold.ttf') format("truetype");
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
}

  @font-face {
	font-family: 'qtype';
	src: url('../font/qtypecomp-medium-webfont.eot');
	src: url('../font/qtypecomp-medium-webfont.eot') format('embedded-opentype'),
	  url('../font/qtypecomp-medium-webfont.woff') format('woff'),
	  url('../font/qtypecomp-medium-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
  }
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,500,700,800,800italic,900,900italic');

	:root {
    --freenet-blue: #21314d;
		--freenet-blue-hover: #858e9c;
    --freenet-gruen: #84bc34;
    --freenet-gruen-hover: #B5D785;
    --freenet-blue-60: #7a8394;
    --black: #000000;
    --gravis-weiss: #ffffff;
    --freenet-10: #e9eaed;
    --km-grau-20: #e5e5e5;
    --km-orange: #f67d17;
    --km-orange-hover: #efb382;
    --km-gruen: #64a70b;
		--talkline-head: #dddddd;
		--talkline-red: #C00000;
		--talkline-red-hover: #b35a5a;
		--funk-green: linear-gradient(to right, #32f8e2, #26c462);
  }

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 68.8%;
	font-weight: normal;
	line-height: normal;
	color: #333;
	text-decoration: none;
	background-color: #F9F9F9;
}

#content {
	background-size:auto 260px;
	color: #21314d;
	line-height: 1.4;
}

#survey, #thankyou {
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

h1, h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	font-family: 'SFProDisplay-Bold', Arial, sans-serif;
}
h1 {
	padding-left: 15px;
}

.btn {
	width: 150px;
    line-height: 40px;
    display: block;
    border:0px;
	border-radius: 20px;
	color: var(--gravis-weiss);
	padding: 6px 22px;
	background-color: var(--freenet-gruen);	
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#btn_start {
	left: 30%;
}
#btn_close {
	left: 33%;
}

.btn_round {
	display:block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	border: 1px var(--freenet-gruen);
	color: white;
	font-family: SFProDisplay;
	font-size: 18px;
	font-weight: bold;
	background-color: var(--freenet-gruen);
}

.controls {
	padding-right: 20px;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#navigation {
	display: none;
}
#time {
	display: none !important;
}
#survey {
	padding-top: 0;
}

.ratingtable{
	border: 0px solid #E5E5E5;
	width: 41px !important;
	font-family: inherit !important;
	font-size: 13px !important;
	height: auto !important;
}

.ratingtable2 {
	border: 0px solid #E5E5E5;
	width: 240px !important;
	font-family: inherit !important;
	font-size: 13px !important;
	height: auto !important;
}

.ratingtable2 {
	width: 165px !important;
	white-space: nowrap;
}

.ratingtable_headline {
	width: 200px !important;
	height: auto !important;
	font-family: SFProDisplay !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

.ratingtable_headline_notext {
	width: 45px !important;
	height: auto !important;
	font-family: SFProDisplay !important;
	font-size: 12px !important;
	font-weight: normal !important;
}


#rating_skala_table {
	border: 0px solid #E5E5E5;
	width: 500px;
}

.ratingtable_desc_left {
	border: 0px solid #E5E5E5;
	width: 73px !important;
	text-align: left;
	padding-left: 9px;
	font-family: SFProDisplay;
	letter-spacing: 0.5px;
	font-size: 8px;
	font-weight: normal !important;
}
.ratingtable_desc_right {
	border: 0px solid #E5E5E5;
	width: 47px !important;
	text-align: right;
  padding-right: 35px;
	margin-right: 10px;
	vertical-align: middle;
	font-family: SFProDisplay;
	letter-spacing: 0.5px;
	font-size: 8px;
	font-weight: normal !important;
}
.ratingtable_desc_dono {
	border: 0px solid #E5E5E5;
	width: 31px !important;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	font-family: SFProDisplay;
	letter-spacing: 0.5px;
	font-size: 8px;
	font-weight: normal !important;
}

.list {
	padding-left: 24px;
}

/** Ab here base.css **********************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

.page_1,
.page_2,
.page_3,
.page_4,
.page_5,
.page_6,
.page_7 {
	display: block;
}
.headerdiv {
	width: auto;
	height: 100px;
	z-index: 100;
}

.headertable {
	border: 0px solid #E5E5E5;
	width: auto;
	height: 100px;
	font-family: inherit !important;
	font-size: 13px !important;
}

.headertable_bar_td {
	border: 0px solid #E5E5E5;
	width: auto;
	height: 10px;
	vertical-align: bottom;
}
.headertable_text_td {
	border: 0px solid #E5E5E5;
	width: auto;
	height: 50px;
}
.headertable_please_td {
	border: 0px solid #E5E5E5;
	width: auto;
	height: 10px;
  	vertical-align: top;
}

#header {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 100px;
	padding: 0px;
	position: fixed;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header_under {
	width: 100%;
	height: 100px;
	padding: 0px;
}

.header_text_please {
	color: var(--freenet-blue-60);
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	/* position: relative; */
	float: both;
}

.bar {
	display: block;
	background-color: var(--km-grau-20);
	border-radius: 6px;
	position: relative;
	height: 4px !important;
	float: left;
	width: 532px;
	margin-top: 7px;
	margin: 0 auto;
}

input.hidden {
display: none;
} 

a {
text-decoration: none;
color: #827F76; 
}

div {
margin: 0px;
padding: 0px;
}

#container {
	border: 0px solid #E5E5E5;
	width: 540px;
	text-align: left;
	margin: auto;
	padding: 0px;
}

#content {
	width: auto;
	height: auto;
	padding: 0px;
}

.welcome_container, .thankyou_redesign_container {
	width: 730px;
	height: 711px;
	display: flex;
	align-items: center;
	justify-content: center; 
	position: relative;
	left: 50%;
	margin-left: -365px;
}

.welcome, .thankyou_redesign {
	-moz-box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.06);
	-webkit-box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.06);
	-khtml-box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.06);
	box-shadow: 0 4px 16px 0 rgba(24, 24, 24, 0.06);
	background-color: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	width: 400px;
	height: 350px;
	bottom: 10%;
	position: relative;
	float: left;
	text-align: left;
	vertical-align: center;
}
.thankyou_redesign {
	width: 450px;
	height: 600px;
}

.welcome_head, .thankyou_redesign_head {
	background-color: var(--freenet-blue);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	height: 40px;
	text-align: center;
	float: both;
}

.welcome_content, .thankyou_redesign_content {
	background-color: var(--gravis-weiss);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 14px;
	font-weight: normal;
	font-family: 'SFProDisplay';
	width: auto;
	height: auto;
	text-align: left;
	margin: 10px 10px 10px 10px;
	float: both;
}

.questionText {
font-weight: bold;
clear: left;
}

.questionTextNoBold {
font-weight: normal;
clear: left;
}

.questionMandatory {
color: #C40000;
}

.note {
padding-top: 5px;
padding-left: 5px;
}

.questionText.error {
font-weight: bold;
color: #C40000;
}

.question {
	/* padding oben, rechts, unten, links*/
	padding: 0px 5px 5px 5px; 
	margin: 0px;
}

#error, #errorMsg {
padding: 15px 15px 5px 15px; 
margin: 0px;
}

.ratingscalen_question {
padding: 5px 5px 5px 5px; 
margin: 0px;
}

.controls {
padding: 15px 15px 10px 15px; 
}

#survey {
padding-top: 10px;
}

#thankyou {
text-align: center;
}
#thankyou2 {
text-align: center;
}

#thankyou_txt {
padding-top: 60px;
font-weight: bold;
font-size: 150%;
line-height:2;
}

#thankyou_new {
padding: 15px 15px 5px 15px; 
margin: 0px;	
text-align: left;
padding-top: 60px;
font-weight: normal;
font-size: 100%;
line-height:1;
}

fieldset {
min-width: 0px;
padding: 0px;
margin: 0px;
border: 0px none;
}

div.radio {
margin-top: 5px;
display: flex;
justify-content: center;
align-items: center;
}

div.radio_ratingscala {
margin-top: 0px;
}

h1 {
font-size: 170%;
font-weight: bold;
padding: 10px;
margin: 0px;
}

#time { color: #CB1023; margin-right: 55px; padding-top: 15px;}
#timeHead { font-size: 130%; font-weight: bold; }
#timeText { font-size: 100%; }
#timeNumber { font-size: 180%; }

#navigation ul {
margin: 0px 15px 0px 15px; 
padding: 10px 0px 0px 0px;
}

#navigation li {
display: inline;
margin: 0px;
}

#navigation a {
text-decoration: none; font-weight: bold;
padding: 0px;
margin: 0px 7px 0px 4px;
color: #827F76; 
}

#navigation li:first-child > a{
margin: 0px 7px 0px 0px;
}

#navigation .active a {
text-decoration: none; font-weight: bold;
color: #333; 
}

#navigation .error a {
text-decoration: none; font-weight: bold;
color: #C40000; 
}

.questionText.error > span:after, #navigation .error a:after {
content: "!";
margin-left: 4px;
padding: 0px 2px 0px 2px;
background: #FFF;
border: 1px solid #C40000;
}

#navigation li:after {
font-family: 'symbols', sans-serif;
font-size:130%;
font-weight:bold;
letter-spacing:-3px;
padding:1px 3px 0px 1px;
content: "\E800";
text-align:center;
vertical-align:middle;
color: #D1E6A0;
cursor:pointer;
position: relative;
top: -1px;
}

#navigation li.active:after {
color: #79A517;
}

#navigation li:last-child:after {
	content: none;
}

.alert {
	color: #C40000;
	background-color: #F2DEDE;
	border: 1px solid #C40000;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px;
	border-radius: 0;
	font-size: 1em;
	width: 100%
  } 

/**
 *
 */
.free_text {
	width: 520px;
	height: 42px;
	justify-content: left;
	align-items: center;
	gap: 5px;
	font-weight: normal;
	font-family: 'SFProDisplay';
	padding-left: 10px;
	border-radius: 8px;
	border: solid 1px var(--freenet-blue);
	background-color: var(--gravis-weiss);
	margin-right: .75em;
	background-image: url('../img/icons/stift_klein.png');
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position-y: 8px;
	background-position-x: 5px;
	transition: all 0.7s;
  -webkit-transition: all 0.7s; /* Safari */
}
.free_text_numbers {
	width: 520px;
	height: 42px;
	justify-content: left;
	align-items: center;
	gap: 5px;
	font-weight: normal;
	font-family: 'SFProDisplay';
	padding-left: 10px;
	border-radius: 8px;
	border: solid 1px var(--freenet-blue);
	background-color: var(--gravis-weiss);
	margin-right: .75em;
	background-image: url('../img/icons/stift_klein.png');
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position-y: 8px;
	background-position-x: 5px;
	transition: all 0.7s;
  -webkit-transition: all 0.7s; /* Safari */
}
.free_text:focus {
	height: 100px;
	background-image: url('');
}
.free_text_numbers:focus {
	background-image: url('');
}

.free_text_sonstiges {
	width: 530px;
	height: 42px;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	gap: 5px;
	padding-left: 10px;
	/* padding: 12px 20px 12px 0; */
	border-radius: 8px;
	border: solid 1px var(--freenet-blue);
	background-color: var(--gravis-weiss);
	background-image: url('../img/icons/stift_klein.png');
	background-repeat: no-repeat;
	background-origin: content-box;
	background-position-y: 8px;
	background-position-x: 5px;
	margin-right: .75em;
	transition: all 0.7s;
  -webkit-transition: all 0.7s; /* Safari */
}
.free_text_sonstiges:focus {
	height: 100px;
	background-image: url('');
}


 label.rating_skala {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-bottom: 5px;
}

/* Der span ist unsere neue Checkbox und den stylen wir wie folgt */
label.rating_skala span {
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 20px;
	border: solid 1px var(--freenet-blue);
	background-color: var(--gravis-weiss);
	margin-right: .75em;
}

label.rating_skala:hover span {
	background-color: var(--freenet-10);
}

/**
 * Multiple Choise Radios...
 */
label.multiple_choice {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-bottom: 5px;
}

/* Der span ist unsere neue Checkbox und den stylen wir wie folgt */
label.multiple_choice span {
	width: 530px;
	height: 42px;
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	gap: 5px;
	padding-left: 10px;
	/* padding: 12px 20px 12px 0; */
	border-radius: 8px;
	border: solid 1px var(--freenet-blue);
	background-color: var(--gravis-weiss);
	margin-right: .75em;
}

/* Hover-Effekt */
/* Hover-Effekt */
label.multiple_choice:hover span {
	background-color: var(--freenet-10);
}

input[type="radio"]:checked + span{
	border: solid 1px #21314d;
	background-color: #21314d;
	background: #21314d;
	color:  #ffffff;
}

/***********************************************************/
/* ab hier alles für den Slider... */

:root {
  --slider-width: 540px;
  --track-height: 6px;
  --thumb-size: 20px;
  --thumb-color: #f4a261;
  --track-color: #ccc;
}

.slider-container {
  width: var(--slider-width);
  margin: 50px auto;
  font-family: sans-serif;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  margin-bottom: 10px;
}

.slider-labels span:first-child {
  text-align: left;
}

.slider-labels span:last-child {
  text-align: right;
}

.slider-labels span {
  width: 150px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: var(--thumb-size);
  background: transparent;
  cursor: pointer;
  display: block;
  padding: 0;
}

/* Webkit */
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: var(--track-height);
  background: var(--track-color);
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: var(--thumb-size);
  width: var(--thumb-size);
  border-radius: 50%;
  background: var(--thumb-color);
  margin-top: calc((var(--track-height) - var(--thumb-size)) / 2); /* zentriert! */
}

/* Firefox */
input[type=range]::-moz-range-track {
  width: 100%;
  height: var(--track-height);
  background: var(--track-color);
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  height: var(--thumb-size);
  width: var(--thumb-size);
  border-radius: 50%;
  background: var(--thumb-color);
  border: none;
}
