@charset "UTF-8";

@font-face {
    font-family: 'vag';
    src: url('vag_round-webfont.eot');
    src: url('../fonts/vag_round-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vag_round-webfont.woff2') format('woff2'),
         url('../fonts/vag_round-webfont.woff') format('woff'),
         url('../fonts/vag_round-webfont.ttf') format('truetype'),
         url('../fonts/vag_round-webfont.svg#vag_roundregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*colors*/

  .black {background: #2b2a29;}

  .yellow {background: #fecc00;}

/*embedmap*/

  .embed-container { position: relative; padding-bottom: 67.25%; height: 0; overflow: hidden; max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  
/*default*/

  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, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
  }
  b, strong, dt {
    font-weight: 700;
  }

  html {
    background-color: white;
  }
  body {
  	background-color: white;
    font-family: Arial, Tahoma, sans-serif;
    color: #626262;
    font-size: 18px;
    line-height: 1.5em;
    font-stretch: 100%;
    -webkit-font-smoothing: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  *:focus {
    outline: none;
  }

  a, a:active, a:focus, a:visited {
    color: #fecc00;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  a:hover {
    color: #fecc00;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }

  p {
    margin: 0 0 15px;
    padding: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: "vag", Arial, Tahoma, sans-serif;
    font-weight: 300;
    margin: 0 0 15px 0;
    padding: 0;
    vertical-align: baseline;
    color: #2b2a29;
  }
  h2 {
    font-size: 30px;
    line-height: 1.5em;
  }
  h3 {
    font-size: 25px;
    line-height: 1.5em;
  }
  h4 {
    font-size: 21px;
    line-height: 1.5em;
  }

  ul {
    color: #737E86;
    margin: 0 0 15px 30px;
    padding: 0;
  }
  li {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
  }

  .clearboth {
    clear: both;
  }

/*wrappers*/

  #headerwrapper {
    background-image: url("/images/template/header.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #headerwrapper > .inner {
    position: relative;
  }

  


/*header*/
  #header {
    max-width: 1000px;
    margin: 0 auto;
    z-index: 1000;
    position: relative;
    height: 200px;
  }
  #logo {
    width: 330px;
  }

  #mainmenu {
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0;
    right: 0;
    border-bottom: 10px solid #2b2a29;
  }
  #mainmenu > .inner {
   
    background: #fecc00;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
  }

  nav#mainmenu div[id^="maximenuck"] {
    max-width: 1000px;
    margin: 0 auto;
  }
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck {
    padding-left: 260px;
    display: flex !important;
    justify-content: space-between;
  }


/*mainmenu*/
	

  
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck {
    visibility: initial !important;
    z-index: 10000;
  }
  nav#mainmenu div[id^="maximenuck"] ul.maximenuck:after {
    content: none;
  }

	nav#mainmenu div[id^="maximenuck"] ul.maximenuck li a {
		margin: 0;
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 10px;
	}
	nav#mainmenu div[id^="maximenuck"] ul.maximenuck li a span.titreck {
    font-family: "vag", Arial, Tahoma, sans-serif;
    text-decoration: none;
    display: block;
    line-height: 48px;
    color: white;
    font-size: 30px;
    text-transform: uppercase;

	}
	nav#mainmenu div[id^="maximenuck"] ul.maximenuck li:hover a span.titreck,
	nav#mainmenu div[id^="maximenuck"] ul.maximenuck li.current a span.titreck {
		color: #2b2a29;
	}

/*mobilemenu*/

  nav#mainmenu .mobilebarmaximenuck {
    background: transparent;
    height: 44px;
    line-height: 44px;
    position: absolute !important;
    top: -46px;
    z-index: 10000;
    width: 20%;
    left: 40%;
    right: 40%;
    
  }
  nav#mainmenu .mobilebuttonmaximenuck {
    background: none;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  nav#mainmenu .mobilebuttonmaximenuck:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 48px;
    color: #fecc00;
  }

  nav#mainmenu .mobilemaximenuck {
    background: transparent;
    text-shadow: none;
    font-family: "vag", Arial, Tahoma, sans-serif;
    color: #444;
  }
  nav#mainmenu .mobilemaximenuck .mobilemaximenucktopbar {
    background: transparent;

    position: absolute;
    width: 100%;
    top: -59px;
    left: 0;
    right: 0;
  }
  nav#mainmenu .mobilemaximenuck .mobilemaximenuckclose {
    background: transparent;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
  }
  nav#mainmenu .mobilemaximenuck .mobilemaximenuckclose:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 48px;
    color: #fecc00;
  }
  nav#mainmenu .mobilemaximenuckitemwrap {
    background: #fecc00;
    box-shadow: 0px 0px 2px 0px #292d30;
    top: 3px;
    width: 100%!important;
    right: 0;
    left: auto !important;
  }

  nav#mainmenu .mobilemaximenuck div.maximenuck {
    background: transparent;
    line-height: 48px;
    padding-bottom: 0;
  }
  nav#mainmenu .mobilemaximenuck div.level1.maximenuck > a {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    line-height: 48px;
  }
  nav#mainmenu .mobilemaximenuck div.level1.maximenuck > a span.mobiletextck {
    color: white;
    line-height: 48px;
    font-size: 24px;
    font-family: "vag", Arial, Tahoma, sans-serif;
  }
  nav#mainmenu .mobilemaximenuck div.level1.maximenuck.current > a span.mobiletextck {
    color: #2b2a29;
  }
  nav#mainmenu .mobilemaximenuck div.current > a:after {
    content: none;
  }

/*maincontent*/

  #maincontent {
    margin: 20px 10px;
  }

/*blog*/

  .tck-article-title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.4em !important;
  }
  
  .blog .items-row {
    margin-top: 30px;
  }

  .blog .item-image {
    margin-right: 20px;
    width: 42%;
  }

  .blog .tck-article-body {
    padding-top: 10px;
  }

/*products*/



  .blog.productpage .tck-article-title {
    background: #2b2a29;
    color: #fecc00;
    margin-bottom: 0;
    line-height: 1.4em;
    padding: 0px 6px;
  }
  .blog.productpage .tck-article-title a {
    color: #fecc00;
  }

/*news*/

  .newstitle {
    background:  #fecc00;
    display: flex;
    justify-content: space-between;
    padding: 0px 6px;
  }
  .newsdate {
    color: #2b2a29;
    font-family: "vag", Arial, Tahoma, sans-serif;
    font-size: 26px;
    line-height: 1.4em;
  }
  .newstitle .tck-article-title {
    margin-bottom: 0;
    line-height: 1.4em;
  }
  .newstitle .tck-article-title a {
    color: #2b2a29;
  }

  .tck-article.newspage .pull-left.item-image {
    width: 42%;
  }
  .tck-article.newspage .tck-article-body {
    padding-left: 42%;
  }


/*contact*/
  
  .contact {
    display: block;
  }
  .contactleft {
    float: left;
    width: 50%;
  }
  .conactright {
    float: left;
    width: 50%;
  }


/*szechenyi2020*/

  #szechenyi2020 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
  }

/*responsive*/

  @media screen and (max-width: 1200px) {
    
  }

  @media screen and (max-width: 1000px) {
  
  }

  @media screen and (max-width: 900px) {

  }

  @media screen and (max-width: 850px) {
    nav#mainmenu div[id^="maximenuck"] ul.maximenuck li a span.titreck {
      font-size: 25px;
    }
  }

  @media screen and (max-width: 767px) {
   
  }

  @media screen and (max-width: 758px) {
    #szechenyi2020 {
      width: 81px;
    }
    #logo {
      width: 100px;
    }
    #header {
      height: 60px;
    }
    #mainmenu > .inner {
      border-bottom-width: 0px;
    }
    #mainmenu {
      border-bottom-width: 2px;
    }

    h2 {
			font-size: 20px;
		}
    .tck-article-title {
      font-size: 20px;
    }
		.blog.productpage .tck-article-title {
			line-height: 1.4em;
		}
		.newstitle {
			display: block;
		}

		.newsdate {
			font-size: 20px;
    	line-height: 1.4em;
		}

		.contactleft,
		.conactright {
			width: 100%;
			float: none;
		}

    .tck-article.newspage .pull-left.item-image {
      width: 100%;
      float: none;
      text-align: center;
      margin-bottom: 20px;
    }
    .tck-article.newspage .tck-article-body {
      padding-left: 0;
    }
  }

  @media screen and (max-width: 524px) {
    .blog .item-image {
	    width: 100%;
	    float: none;
	    text-align: center;
		}
		
  }
