/* central csss unilink technology 2025 V6 */

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-VariableFont_opsz_wght.ttf') format('truetype');
	font-weight: 100 900;  
	font-style: normal;
	font-display: swap; /* Optional: controls how the font is displayed while loading */
}

@font-face {
	font-family: 'Inter';
	src: url('../../fonts/Inter-Italic-VariableFont_opsz_wght.ttf') format('truetype');
	font-weight: 100 900; 
	font-style: italic;
	font-display: swap; /* Optional: controls how the font is displayed while loading */
}

 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;  }

body {
  line-height: 1; 
  
  }

h1, h2, h3, h4, h5, h6 {
/*  clear: both;
  font-weight: normal; */
 font-family: 'Inter', sans-serif; font-weight: 450; ____font-size: 3.8rem; 
  }

ol, ul {
  /* list-style: none; */ 
  font-family: 'Source Sans Pro'; color:#888;}

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {/*
  background-color: #fff;
  color: #505050;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8; */ }

/* Headings */
h1, h2, h3, h4, h5, h6 {
 /* line-height: 1;
  font-weight: 300; */ }

a {
  text-decoration: none;
  /*color: #3cb5f9; */ }

a:hover {
  /* color: #0793e2; */ }

blockquote {
    font-family: Georgia, serif;
	color:#818181;
	font-size: 1.18em;
    /* font-size: 18px; */
    font-style: italic;
    /* width: 500px; */
    margin: 0.25em 0;
    padding: 0.35em 36px;
    line-height: 1.4; 
    position: relative;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -22px;
}


/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto;   }

#main {
  background-color: #fff;
  padding-top: 150px; }

/* the middle content container */
.container {
  /* width: 80%; */
  margin: 0 auto;
  padding: 0 30px; 
  }

section { 
  padding: 50px 0;   }
  section h1 {
    font-family: 'Source Sans Pro'; color:#3491e3;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #3cb5f9;
    color: white; }

/* =Info Bar
-------------------------------------------------------------- */
#info-bar { 
  background-color: #3cb5f9; }
  #info-bar a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 10px; }
    #info-bar a:hover {
      background-color: #0793e2; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    display: block;
    width: 50%; }
  #info-bar span.all-tutorials {
    float: left;
    text-align: left; }
  #info-bar span.back-to-tutorial {
    float: right;
    text-align: right; }

/* =Header
-------------------------------------------------------------- */

	#phone1 {
		display: block;
		____border: 1px green dotted;
	}
	
	#phone2 {
		display: none;
	}
	
	.pic_screensize {
		display: block;
		padding: 0px; margin: 0px; 
		width: 100%;
		height: 100%;
	}
	.pic_phonesize {
		display: none;
	}

header {
  width: 100%;
  height: 160px; 
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; 
  	box-shadow: 4px 4px 8px #bbb;
	-moz-box-shadow: 4px 4px 8px #bbb;
	-webkit-box-shadow: 4px 4px 8px #bbb;
  }
 
 header h1#logo {
	margin-top: 6px; 	
	display: flex; 
	justify-content: flex-end; 
	align-items: flex-end;     
	align:	left;
    height: 111px;
	width: 418px;
    float: left;
	background-image: url("./images/headimage_big_02.png");
	background-size: 418px 111px;
	padding:10px;
	padding-bottom:23px;
    background-repeat: no-repeat;
	color: #fff; font-family: 'Open Sans', sans-serif;  font-size: 13px;  font-weight: 600; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	}
 
header nav {
    display: inline-block;
	padding-top: 130px;  
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	display: flex; 
	}
	
header nav a {
      line-height: 15px;
      margin-left: 0px;
      color: #fff;
      font-weight: 800;
      font-size: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;   
	  }
	  
header nav a:hover {
      color: white; }
		
header.smaller {
    height: 100px; 
}

header.smaller h1#logo {
	margin-top: 2px; 	
	display: flex; 
	justify-content: flex-end; 
	align-items: flex-end;     
	width: 242px;
    height: 64px;
	background-image: url("./images/headimage_big_02.png");
	background-size: 242px 64px;
	padding:4px;
    background-repeat: no-repeat;
	color: #fff; font-family: 'Open Sans', sans-serif;  font-size: 6px;  font-weight: 600; 
}
	
header.smaller nav {
	padding-top: 70px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	display: flex; 
	}	
	  
header.smaller nav a {  
      line-height: 15px;
      color: #fff;
      font-weight: 800;
      font-size: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; 
}

   
.footerlogo {
	margin-right: 10px;
	justify-content: center;
	text-align: center;
	width: 23px;
    height: 23px;
    float: left;
	background-image: url("./images/footerimage_01.png");
	/* background-size: 23px 23px; */
	background-size: 80% 80%;
	background-repeat: no-repeat;
	line-height: 2;
}   

@media all and (max-width: 660px) {
	.tplge_notesin{font-size: 10px; width: 375px; }  
	.footerlogo {width: 32px; height: 16px; background-size: 32px 16px;  margin-right: 6px; }
	.footerlogo {visibility: hidden__; }	
}
   
   
   
/* =Footer
-------------------------------------------------------------- */
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

/* =Media Queries
-------------------------------------------------------------- */
 




@media all and (max-width: 660px) {
	#main {
		padding-top: 80px;
	}
	section {
		padding: 30px 0;

	}
	.tplge_notesin{font-size: 10px; width: 380px;} 
  /* =Header
  -------------------------------------------------------------- */
	header {
	  width: 100%;
	  height: 85px; 
	  overflow: hidden;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 999;
	  background-color: #fff;
	  -webkit-transition: height 0.3s;
	  -moz-transition: height 0.3s;
	  -ms-transition: height 0.3s;
	  -o-transition: height 0.3s;
	  transition: height 0.3s; 
	}
	
	/* header h1#logo {
	margin-top: 2px; 	
	display: flex; 
	justify-content: flex-end; 
	align-items: flex-end;     
	align:	left;
    height: 38px;
	width: 143px;
    float: left;
	background-image: url("./images/headimage_small_01.png");
	background-size: 143px 38px;
	padding:10px;
	padding-bottom:23px;
    background-repeat: no-repeat;
	color: #fff; font-family: 'Open Sans', sans-serif;  font-size: 13px;  font-weight: 600; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	} */
	
	header h1#logo {
	margin-top: 2px; 	
	display: flex; 
	justify-content: flex-end; 
	align-items: flex-end;     
	align:	left;
    /* height: 80px; 38px; */
	/* width: 779px;  376px; */
	height: 60px; /* 38px; */
	width: 584px; /* 376px; */
    float: left;
	background-image: url("./images/unilinklogo_200percent_01.png");
	background-size: 95% 95%; /* 50% 50%; */
	background-repeat: no-repeat;
	padding:10px;
	padding-bottom:23px;

	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	}


	header nav {
	font-size: 14px;
    display: inline-block; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	display: flex; 
	padding-top: 20px;
	width: 344px;
	display: block;
    float: none; 
    height: 20px;
    text-align: right;
    margin: 0 auto;  
	line-height: 20px;
    margin-left: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;	
	}
	
	header nav a {
	  font-size: 14px;
      line-height: 15px;
      margin-left: 0px;
      color: #fff;
      font-weight: 800;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;   
	  }

	div#uasTop2 { /* schwarzer Navigationsbalken */
	/* position:relative; */
	padding-top: 22px;

	font-size: 12px;
	font-weight: 100;
	font-stretch: ultra-condensed;
    line-height: 13px;
	width:390px;
	height:26px;
	}
	
	div#TSnav {margin:0;padding:0;width: 370px; 
}

/* div#TSnav ul {float:left;margin:6px;padding:0px;  } */
div#TSnav li {font-family: Source Sans Pro, 'Open Sans Condensed'; list-style:none; float:left; margin:0px; line-height: 13px;  font-stretch: ultra-condensed;} /* white-space: nowrap; */
/* schriftfarbe topnavi */
div#TSnav li a{/*display:block; */float:left; padding-left: 3px; padding-right: 3px; text-decoration:none; color: #000; line-height: 13px; } /*  font-weight: 400;  */ 
div#TSnav a:hover,div#TSnav a:focus,div#TSnav li:hover a { color: #02c76f; } 
div#TSnav .sdoc, div#TSnav .sdocs {float:left;  padding-left: 3px; padding-right: 3px;color: #3491e3; font-weight: 700; background: #fff;}
div#TSnav .sdoc a, div#TSnav .sdocs a { font-stretch: ultra-condensed; }
div#TSnav ul.menulevel1 li:hover,div#TSnav ul.menulevel1 li:focus {color:#000;  }


 
header.smaller {
	width: 100%;
	 height: 70px; 
	 overflow: hidden;
	 position: fixed;
	 top: 0;
}
		
header.smaller h1#logo {
	margin-top: 2px; 	
	display: flex; 
	justify-content: flex-end; 
	align-items: flex-end;     
	align:	left;
    /* height: 80px; 38px; */
	/* width: 779px;  376px; */
	height: 48px; /* 38px; */
	width: 467px; /* 376px; */
    float: left;
	/* background-image: url("./images/smallheaderlogo_01.png");
	background-size: 376px 38px; */
	background-image: url("./images/unilinklogo_200percent_01.png");
	background-size: 100% 100%; /* 50% 50%; */
	padding:10px;
	padding-bottom:23px;
    background-repeat: no-repeat;
} 
		
header.smaller nav {
	/* font-size: 14px; */
    display: inline-block; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
	display: flex; 
	padding-top: 0px;
	width: 344px;
	display: block;
    float: none; 
    height: 10px;
    text-align: right;
    margin: 0 auto;  
	line-height: 20px;
    margin-left: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 10px; 
}	
	
	
	  
header.smaller nav a {  
      line-height: 15px;
      color: #fff;
      font-weight: 800;
      font-size: 18px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; 
}

   
.footerlogo {
	margin-right: -10px;
	justify-content: center;
	text-align: center;
	width: 23px;
    height: 23px;
    float: left;
	background-image: url("./images/footerimage_01.png");
	/* background-size: 23px 23px; */
	background-size: 50% 50%;
	background-repeat: no-repeat;
	line-height: 2;
} 
			
	div._topfancy  {font-family: 'Inconsolata', monospace; color: #f00; font-size: 50px; line-height: 0.9em; font-weight: 700;  text-transform: uppercase; margin: 12px 0 26px 0; text-align: center; max-width: 100%; }

	div._h1fancy {font-family: 'Inconsolata', monospace; color: #f00; font-size: 50px; line-height: 0.9em; font-weight: 700;  text-transform: uppercase; margin: 12px 0 26px 0; text-align: center; max-width: 100%x; }
	/* div._h1fancy {font-family: 'Inconsolata', monospace; color: #f00; font-size: 56px;  font-weight: 700;  margin: 2px 0 2px 0; text-transform: uppercase; margin: 56px 0 8px 0;}	*/	
	
	.container {
		padding-right: 5px;
		padding-left: 5px;
		margin-right: 5px;
		margin-left: 5px;
	}	
	/* .tplge_contentsContainer {max-width: 100%;  text-align: left; padding: 0; margin: 0 auto;  border: 2px blue dotted;} */
	.tplge_contentin {padding: 6px 18px 20px 18px; margin: 0;}	
	.tplge_content {width: 100%; float: right; padding: 0; margin: 0;}

}	


@media all and (max-width: 610px) {
 
header {}	

	
	
	#info-bar a { display: block; }
	#info-bar span.all-tutorials, #info-bar span.back-to-tutorial { width: 100%; }
	#info-bar span.all-tutorials, #info-bar span.back-to-tutorial { float: none; text-align: center; }
	#info-bar span.all-tutorials { border-bottom: solid 1px #0793e2; } 
	
	/* #content { max-width: 96%;   border: 1px orange solid; */ margin: 0 0 0 0 ; }
	/* section { max-width: 96%;  border: 1px black dotted;  */  padding: 0px; }
	/* .container { max-width: 350px; border: 1px lightgreen dotted; */ 
		padding-right: 1px;
		padding-left: 1px;
		margin-right: 6px;
		margin-left: 4px;
	/* border: 1px green dotted;*/
	}	
	
	/* .tplge_contentsContainer {max-width: 360px; text-align: left; padding: 0; margin: 0 auto;  border: 2px purple dotted;} */
	.tplge_contentin {padding: 6px 18px 20px 18px; margin: 0;}	
	.tplge_content {width: 520px; float: right; padding: 0; margin: 0;}
	
}

/* iphones  ########################################################## */
/* iPhone 6 in portrait & landscape */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
/* STYLES GO HERE */


}

/* iPhone 6 in landscape */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
/* STYLES GO HERE */

}

/* iPhone 6 in portrait */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
/* STYLES GO HERE */ 
	/* .tplge_contentsContainer {max-width: 366px; text-align: left; padding: 0; margin: 0 auto;  border: 2px brown dotted;} */
	.tplge_contentin {padding: 6px 3px 20px 6px; margin: 0;}	
	.tplge_content {width: 366px; float: right; padding: 0; margin: 0;}
		/* .container { max-width: 390px;  border: 1px lightgreen dotted; */ 
		padding-right: 1px;
		padding-left: 1px;
		margin-right: 6px;
		margin-left: 10px;
		}
	div.kickgreyboxinner {
		height: 354px;
	}
	
	div.kickgreyboxouter {
		height: 370px;
		width: 420px;
		/* border: 1px red dotted; */
	}
	
	div.kickpadding {
	height: 300px;
	}
	img.kickbanner_pic {padding: 0px; margin: 0px; 
	width: 75%;
	height: 75%;
	}
	img.fullsize_pic {padding: 0px; margin: 0px; 
	width: 100%;
	height: 100%;
	}
	

	/* benefits runyellow_students_benefits_01small.png */
	 	
}

/* iPhone 6 Plus Media Queries */ 
/* iPhone 6 Plus in portrait & landscape */

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
/* STYLES GO HERE */

}

/* iPhone 6 Plus in landscape */

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
 /* STYLES GO HERE */
 /* .tplge_contentsContainer {max-width: 370px; text-align: left; padding: 0; margin: 0 auto;  border: 2px green dotted;} */
	.tplge_contentin {padding: 6px 4px 20px 4px; margin: 0;}	
	.tplge_content {width: 410px; float: right; padding: 0; margin: 0;}
		.container { max-width: 400px; /* border: 1px lightgreen dotted; */ 
		padding-right: 1px;
		padding-left: 1px;
		margin-right: 6px;
		margin-left: 4px;
		}
	div.kickgreyboxinner {
		height: 354px;
	}
	
	div.kickgreyboxouter {
		height: 370px;
		width: 420px;
		/* border: 1px red dotted; */
	}
	
	div.kickpadding {
	height: 300px;
	}
	img.kickbanner_pic {padding: 0px; margin: 0px; 
	width: 75%;
	height: 75%;
	}
	img.fullsize_pic {padding: 0px; margin: 0px; 
	width: 100%;
	height: 100%;
	}
	.tplge_notesin{font-size: 10px; width: 420px;}  
 }

/* iPhone 6 Plus in portrait */

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {
/* STYLES GO HERE */ 
	/*  June 2022 urs */
	img.mobile_pic_01 {
	padding: 0px; margin: 0px; 
	width: 100%;
	height: 100%;	
	}
	

}

/* iPhone 5 & 5S Media Queries */
/* iPhone 5 & 5S in portrait & landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
 /* STYLES GO HERE */
 
}

/* iPhone 5 & 5S in landscape */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
/* STYLES GO HERE */

}

/* iPhone 5 & 5S in portrait */ 

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
/* STYLES GO HERE */ 
	/*  June 2022 urs */
	img.mobile_pic_01 {
	padding: 0px; margin: 0px; 
	width: 100%;
	height: 100%;	
	}
	
	#phone1 {
		display: none;
	}
	
	#phone2 {
		display: block;
		____border: 1px orange dotted;
	}
	
	.pic_screensize {
		display: none;
	}
	.pic_phonesize {
		display: block;
		padding: 0px; margin: 0px; 
		width: 100%;
		height: 100%;
	}
}
	
/* h4,h5,h6 {font-family: 'Source Sans Pro'; margin:0;padding:0 0 5px 0;font-size:246%; color: #3491e3; margin-bottom: 0px; padding-top: 12px; padding-bottom: 18px;}	*/
h4,h5,h6 {font-family: 'Inter', sans-serif; font-weight: 450; font-size: 3.8rem; margin:0;padding:0 0 5px 0;font-size:246%; color: #3491e3; margin-bottom: 0px; padding-top: 12px; padding-bottom: 18px;}	

a {
  color: #888888;
  font-style: underlined;

  }

a:link {
  color: #888888;
  font-style: underlined;
    
  }

a:hover {
	color: #f00;
	font-style: underlined;
	
  }

a:active {
	color: #f00;
	font-style: underlined;
  }

a:visited {
	color: #888888;
	font-style: underlined;
  } 
  
/* ////////////////////////////////////////  */


/* accordeon begin */

dl, dt, dd { 
	padding:0; 
	margin:0; 	
	-moz-border-radius: 3px;
	border-radius: 3px;

}
div.faq dt {
	/*	box-shadow: 2px 2px 4px #938d5e;
	-moz-box-shadow: 2px 2px 4px #938d5e;
	-webkit-box-shadow: 2px 2px 4px #938d5e;
  
  width:220px; */
}

div.faq dl { /* definiert die breite der FAQ tabellen */
	/* width:99%; 
	width: 740px; */
}

div.faq dt {
	
	background:#67b93f url('../../images/plus_01.png') no-repeat;  background-position: 12px 14px;
	/* margin:12em 0 0 0; */
	padding:6px 29px;
	font-size: 20px;
	line-height: 30px;
}
	
div.faq dt.down {
	background:#67b93f url('../../images/minus_01.png') no-repeat; background-position: 12px 14px;
}

div.faq dd {
	/* padding:12px; */
	padding-top: 18px;
	color: #3d3d3d;
	width: 740px;

}
/* accordeon end */ 

/* html body#body div#wrapper div#main.backbild div#content section div.container div.bookingframe div.faq dl dt.down {border:1px red dotted;} */

/* booking frame background */
.faq > dl:nth-child(1) > dd:nth-child(2) > table:nth-child(1) {
	background:#F7F8D7;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.faq { /* border: 1px blue dotted; */
    /* max-width:740px; */
}
dl {   /* border: 1px green dotted;    .faq > dl:nth-child(1) */

  /* width:740px; */
}
div.faq dt { 
	margin-left: auto;
	margin-right: auto;
	font-weight: bold; 
	color: #fff; 
  	width: 310px;
}
.bookingframe { 
	/* order: 1px orange dashed; */
  max-width:740px;
    display: block;
  margin-left: auto;
  margin-right: auto;
 /* width: 50%;  */
} 

.convincedform	{ 
	/* border: 1px orange dashed; */
	max-width:740px;
    display: block;
	margin-left: auto;
	margin-right: auto;
 /* width: 50%;  */
}   

.convincedformbutton {
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width:220px;
	font-weight: bold; 
	color: #fff; 
  	width: 310px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	background:#67b93f;
	padding: 6px 29px;
	font-size: 20px;
	line-height: 30px;
}

/* div.checkbox:nth-child(6) > label:nth-child(1) */

.checkboxlabel {
	/* border: 1px red dotted; */
	font-family: 'Source Sans Pro', sans-serif;  color: #888;  font-weight: 300; font-size: 1em;
}
.mymessageformbox {
	border-radius: 4px;
	border: 1px solid #ccc;
	font-family: Arial;
	font-size: 14px;
}
textarea {	
	padding: 4px;
  resize: none;
}
.forminnertext {
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: 'Source Sans Pro', sans-serif;  color: #888;  font-weight: 300; font-size: 1em;
	
}
/* extension for formfields April 2020 */
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none;
}
.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-rounded {
  border-radius: 50px;
}
.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}
button.dim {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}
button.dim:active {
  top: 3px;
}
button.btn-primary.dim {
  box-shadow: inset 0px 0px 0px #939824, 0px 5px 0px 0px #939824, 0px 10px 5px #999999;
}
button.btn-primary.dim:active {
  box-shadow: inset 0px 0px 0px #939824, 0px 2px 0px 0px #939824, 0px 5px 3px #999999;
}
button.btn-default.dim {
  box-shadow: inset 0px 0px 0px #b3b3b3, 0px 5px 0px 0px #b3b3b3, 0px 10px 5px #999999;
}
button.btn-default.dim:active {
  box-shadow: inset 0px 0px 0px #b3b3b3, 0px 2px 0px 0px #b3b3b3, 0px 5px 3px #999999;
}
button.btn-warning.dim {
  box-shadow: inset 0px 0px 0px #f79d3c, 0px 5px 0px 0px #f79d3c, 0px 10px 5px #999999;
}
button.btn-warning.dim:active {
  box-shadow: inset 0px 0px 0px #f79d3c, 0px 2px 0px 0px #f79d3c, 0px 5px 3px #999999;
}
button.btn-info.dim {
  box-shadow: inset 0px 0px 0px #1eacae, 0px 5px 0px 0px #1eacae, 0px 10px 5px #999999;
}
button.btn-info.dim:active {
  box-shadow: inset 0px 0px 0px #1eacae, 0px 2px 0px 0px #1eacae, 0px 5px 3px #999999;
}
button.btn-success.dim {
  box-shadow: inset 0px 0px 0px #1872ab, 0px 5px 0px 0px #1872ab, 0px 10px 5px #999999;
}
button.btn-success.dim:active {
  box-shadow: inset 0px 0px 0px #1872ab, 0px 2px 0px 0px #1872ab, 0px 5px 3px #999999;
}
button.btn-danger.dim {
  box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #ea394c, 0px 10px 5px #999999;
}
button.btn-danger.dim:active {
  box-shadow: inset 0px 0px 0px #ea394c, 0px 2px 0px 0px #ea394c, 0px 5px 3px #999999;
}
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px;
}
button.dim:active:before {
  top: 7px;
  font-size: 50px;
}
.label {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Source Sans Pro';
  font-size: 10px;
  font-weight: 400;
  padding: 3px 8px;
  text-shadow: none;
}
.badge {
  background-color: #d1dade;
  color: #5e5e5e;
  font-family: 'Source Sans Pro';
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none;
}
.label-primary,
.badge-primary {
  background-color: #aec000;
  color: #FFFFFF;
}
.label-success,
.badge-success {
  background-color: #006be9;
  color: #FFFFFF;
}
/* INPUTS */
.inline {
  display: inline-block !important;
}
.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 250px;
}
.i-checks {
  padding-left: 0;
}
.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}
.form-control:focus,
.single-line:focus {
  border-color: #aec000 !important;
}
.has-success .form-control {
  border-color: #aec000;
}
.has-warning .form-control {
  border-color: #f8ac59;
}
.has-error .form-control {
  border-color: #ed5565;
}
.has-success .control-label {
  color: #aec000;
}
.has-warning .control-label {
  color: #f8ac59;
}
.has-error .control-label {
  color: #ed5565;
}
.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}
.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13;
}
.spinner-buttons.input-group-btn {
  width: 20%;
}
.noUi-connect {
  background: none repeat scroll 0 0 #aec000;
  box-shadow: none;
}
.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ed5565;
  box-shadow: none;
}

.form-control, .single-line {

    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;

}

.full-width1 {
    width: 100vw;
    position: relative;
   /*  left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; */
}
.bookbox {
	width: 100vw;
	padding-left: 0px;
	margin-left: 0px;
}
.rpic {
	border-radius: 16px;
}