/*
Theme Name: ZKTNK
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/*html*/
html{
	font-family: 'Roboto', sans-serif !important;
}

/*Body*/
body{
	/*background-image: url('./assets/bg_img.jpg');*/
	background-color: #ededed !important;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
}

.default-header{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-image: url('./assets/zktink_logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
@media(max-width: 995px){
  .default-header{
    width: 50%;
    float: left;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
  }
  .navbar-header{
    width: 50% !important;
    float: left;
  }
}

#navbar{
	background: #efefef;
}
/*Drop the page a little to fit header*/
#page{
	background: #fdfdfd;
}
/*branding*/
.page-brand{
	font-size: 36px;
	font-weight: 900;
	color: #2f2f2f;
}
@media( max-width: 590px  ){
  .page-brand{
    font-size: 24px;
  }
}
@media( max-width: 410px  ){
  .page-brand{
    font-size: 18px;
  }
}
.page-brand:hover{
	text-decoration: none;
	color: #eaeaea;
}
/*Typo*/
h1{
	font-family: 'Roboto',sans-serif !important;
	font-weight: 900 !important;
	color: #2f2f2f !important;
}
h2{
	font-family: 'Roboto',sans-serif !important;
	font-weight: 900 !important;
	color: #2f2f2f !important;
}
h3{
	font-family: 'Roboto',sans-serif !important;
	font-weight: 900 !important;
	color: #2f2f2f !important;
}
p{
	font-size: 21px !important;
	font-family: 'Roboto',sans-serif !important;
	font-weight: 400 !important;
	margin-bottom: 1em !important;
	line-height: 1.5em;
	text-align: left;
	color: #2f2f2f !important;
}

nav{
	background: #4fa5c6 !important;
	border: 0px;
	-webkit-box-shadow: 0px 3px 1px -1px rgba(125,125,125,0.41);
	-moz-box-shadow: 0px 3px 1px -1px rgba(125,125,125,0.41);
	box-shadow: 0px 3px 1px -1px rgba(125,125,125,0.41);
}
.navbar{
	border: none !important;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px;
	color: #2f2f2f !important;
	font-weight: 700 !important;
	font-size: 15px;
	letter-spacing: 0.11em;
	background-color: #4fa5c6;
	border-radius: 4px;
}
.navbar-default .navbar-nav > li > a:hover{
	background: #2f2f2f !important;
	color: #4fa5c6 !important;
}
.navbar-default .navbar-nav > li > a:active{
	background: #1e1e1e;
	color: #4fa5c6 !important;
}
.navbar-default .navbar-nav > li > a:focus{
	background: #1e1e1e;
	color: #4fa5c6 !important;
}

/*Override Mobile menu Breakpoint*
@media( max-width: 995px ){
  .navbar-header{
  }
  .navbar-collapse{
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px o rgba(255,255,255,0.1);
  }
  .navbar-collapse .collapse{
    display: none !important;
  }
  .navbar-nav{
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav>li{
    float: none !important;
  }
  .navbar-nav>li>a{
    padding-top:10px;
    padding-bottom: 10px;
  }  
  .collapse{
    display: none !important;
  }
}

/*Anchor Menu*/
.anchor-menu-wrap{
  border-top: 3px solid #efefef;
  border-bottom: 3px solid #efefef;
}
.anchor-menu{
  padding: 0px !important;
}
.anchor-menu ul li{
}
.anchor-menu ul li a{
	padding: 6px;
	border-radius: 3px;
	margin: 3px 0px 3px 0px;
	color: #2f2f2f;
	background: #4fa5c6;
	font-size: 18px;
	font-weight: 900;
	display: inline-block;
}

/*language menu*/
.language-menu-wrapper{
	background: #1e1e1e;
}
.menu-sprache-container{
}
.language-menu{
  margin: 0px !important;
  display: inline-block !important;
}
.language-menu li{
	display: inline;
	list-style-type: none;
}
.language-menu li a{
	display: inline-block;
	padding: 5px;
	margin: 5px;
	color: #3f3f3f !important;
	font-weight: 400 !important;
	font-size: 15px;
	background-color: #4fa5c6;
	border-radius: 2px;
}
/*graphic header*/
.graphic-header{
	margin: 0 auto;
	max-height: 290px;
	overflow: hidden;
}
.graphic-header img{
	width:100%;
	height: auto;
}
.stash-header{
	margin: 100px auto 0 auto;
	width: 100%;
	height: 2px;
}
@media (min-width: 768px){
	.graphic-header{
    width: 750px;
		}
}
@media (min-width: 992px){
	.graphic-header{
    width: 970px;
		}
}
@media (min-width: 1200px){
	.graphic-header{
    width: 1170px;
		}
}

/*Announcement*/
.announcement-wrap{
	width: 100%;
	overflow: auto;
	padding: 12px 0px 12px 0px;
	border-top: 6px solid #ededed;
	border-bottom: 6px solid #ededed;
}
.announcement-box{
	font-family: 'Roboto',sans-serif !important;
	border: 2px solid #ff5b5b;
	background: #fdfdfd;
	border-radius: 3px;
}
.announcement-header{
	font-family: 'Roboto',sans-serif !important;
	background: #ff5b5b;
	padding: 6px;
}
.announcement-header h3{
	margin: 0px;
	color: #efefef !important;
}
.announcement-content{
	padding: 6px;
}
.announcement-content p{
	padding-top: 9px;
	color: #2f2f2f;
}
.date-badge--urgent{
	font-size: 15px;
	font-weight: 400;
	padding:9px;
	border-radius: 3px;
	display: inline-block;
	color: #efefef !important;
	background: #ff5b5b;
}
.date-box{
	font-family: 'Roboto',sans-serif !important;
}
.date-box h3{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.date-badge{
	font-size: 15px;
	font-weight: 900;
	padding:9px;
	border-radius: 3px;
	display: inline-block;
	color: #2f2f2f !important;
	background: #ededed;
}
.date-badge-inline{
	margin-right: 3px;
	margin-top: 6px;
	font-size: 15px;
	font-weight: 900;
	padding:9px;
	border-radius: 3px;
	display: inline-block;
	color: #2f2f2f !important;
	background: #4fa5c6;
}
/*FFB83B*/
/*article-box*/
.article-box{
	margin: 1em 0 1em 0;
	background: #fdfdfd;
}
.article-box--head{
	height: 60px;
	line-height: 60px;
	padding: 0 1.2em 0 1.2em;
	text-transform: uppercase;
}
.article-box--head--heading{
	margin: 0px;
	font-size: 30px;
	color: #2f2f2f;
	letter-spacing: 0.11em;
	font-weight: 900;
}
.article-box--content{
	padding: 1.3em 1.2em 0 1.2em;

}
.sub-article-box{
	margin: 1em 0 1em 0;
	background: #fdfdfd;
	border: 1px solid #efef;
}
.sub-article-box--head{
	height: 60px;
	line-height: 60px;
	text-transform: normal;
}
.sub-article-box--head--heading{
	margin: 0px;
	font-size: 30px;
	font-weight: 900;
	color: #333;
	letter-spacing: 0.11em;
}
.sub-article-box--content{
}

/*Decision Tree*/
.choice{
	font-size: 18px;
	border-radius: 0px !important;
	border: 2px solid #1e1e1e !important;
}
#decisions{
	margin: 0 auto 10px auto;
}
@media (min-width: 768px){
	#decisions{
    width: 100%;
		}
}
@media (min-width: 992px){
	#decisions{
    width: 65%;
		}
}
.parent{
	background: #ededed;
	border-radius: 3px;
	padding: 20px;

}
.parent_heading{
	margin-top: 0px;
}
.parent_text{
	font-size: 18px;
}
.reset-button{
	border: none !important;
	border-radius: 0px !important;
	background-color: #4fa5c6 !important;
	font-size: 18px !important;
}
.back-button{
	border: none !important;
	border-radius: 0px !important;
	background-color: #4fa5c6 !important;
	font-size: 18px !important;
}
.choice{
	max-height: 150px;
}
.choice-text{
}

/*footer*/
footer{
	background: #1e1e1e;
	height: 60px;
	color: #fdfdfd;
	line-height: 60px;
}
.footer-nav li{
  display: inline;
}
.footer-nav li a{
  margin-right: 5px;
  color: #ededed;
  font-weight: 900;
}
