/* ================================================================ *\
	#Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; }

/* ================================================================ *\
	#Base
\* ================================================================ */

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

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #fff; font-family: 'PT Sans', sans-serif; font-size: 15px; line-height: 1.2; color: #000; -webkit-font-smoothing:antialiased; color: #2e2e2e; }

a { text-decoration: none; color:#a20000; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

h2 { font-family: 'Oswald', sans-serif; font-size: 20px; line-height: 1; color: #3d5466; font-weight: 600; }
h3 { font-size: 20px; margin-top:30px; line-height: 1.2; }

::-webkit-input-placeholder { color: #888; opacity: 1; }
:-moz-placeholder { color: #888; opacity: 1; }
::-moz-placeholder { color: #888; opacity: 1; }
:-ms-input-placeholder { color: #888; opacity: 1; }
/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

.aligncenter { text-align: center; }

/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */

.wrapper-gray { min-height: 100%; background: #e3e2dc; }

.shell { max-width: 930px; padding: 0 10px; margin: 0 auto; }
.shell-small { max-width: 930px; }
.shell-xsmall { max-width: 680px; }

/* ------------------------------------------------------------ *\
	General
\* ------------------------------------------------------------ */

.socials a,
[class^="ico-"] { background-image: url(images/sprite-hd.png); background-repeat: no-repeat; 
	-webkit-background-size: 139px 91px;
	        background-size: 139px 91px;
}



@font-face {
  font-family: 'fontello';
  src: url('../font/fontello_149211872.eot');
  src: url('../font/fontello_149211872.eot#iefix') format('embedded-opentype'),
       url('../font/fontello_149211872.woff') format('woff'),
       url('../font/fontello_149211872.ttf') format('truetype'),
       url('../font/fontello_149211872-fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello_54921187-fontello.svg') format('svg');
  }
}
*/
 
 [class^="ficon-"]:before, [class*=" ficon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ficon-mail-squared:before { content: '\e802'; } /* '' */
.ficon-twitter-squared:before { content: '\e803'; } /* '' */
.ficon-ok-circle:before { content: '\e801'; } /* '' */




.radios,
.checkboxes,
.socials ul,
[class^="list-"],
nav ul { list-style: none outside none; }

/*  List Logos  */
.list-logos li { display: inline-block; vertical-align: middle; }
.list-logos li ~ li { margin-left: 15px; }
.list-logos a { display: block; }

.footer .list-logos li { margin-left:0; margin-right:9px; margin-bottom:12px; } 

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { padding: 14px 0; background: #515151; }
.header .shell { overflow: hidden; }

.logo { float: left; margin-top: 16px; font-family: 'Oswald', sans-serif; font-size: 30px; color: #fff; white-space: nowrap; font-weight: 600; line-height: 47px; }
.logo:hover { text-decoration: none; }
.logo i { margin-right: 10px; }
.logo span { display: inline-block; vertical-align: middle; }

.header-inner { float: right; text-align: right; }

/*  Nav Lang  */
.nav-lang { display: inline-block; margin-bottom: 9px; }
.nav-lang ul { overflow: hidden; font-size: 0; line-height: 0; }
.nav-lang li { float: left; padding: 0 4px; }
.nav-lang li ~ li { border-left: 1px solid #e73838; }
.nav-lang a { color: #949494; font-size: 12px; line-height: 11px; font-weight: bold; text-transform: uppercase; }
.nav-lang a:hover,
.nav-lang .current a { color: #fff; text-decoration: none; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { padding: 6px 0 8px; background: #2e2e2e; }
.nav ul { overflow: hidden; }
.nav li { float: left; }
.nav li ~ li { margin-left: 20px; }
.nav a { color: #fff; font-size: 12px; line-height: 1; }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main-head { padding: 32px 0 13px; background: #e3e2dc; text-align: center; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { padding: 16px 0; }
.section-gray { background: #e3e2dc; }

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.article h3 { margin-bottom: 20px; }
.article p { margin-bottom: 15px; }
.article .actions { margin-bottom: 17px; }
.article-center { text-align: center; }

.link-more { position: relative; padding-right: 18px; font-family: 'Oswald', sans-serif; font-weight: bold; font-size: 15px; line-height: 1.2; color: #a20000; }
.link-more:before,
.link-more:after { position: absolute; content: ''; }

.link-more:before { top: 3px; right: 0; width: 16px; height: 16px; background: #a20000; }
.link-more:after { top: 50%; right: 5px; width: 0; height: 0; border-width: 3px; border-color: transparent; border-style: solid; border-left-color: #fff; border-bottom-color: #fff; margin-top: -4px; 
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/*  List Buttons  */
.list-buttons { margin: 0 0 26px -35px; text-align: center; }
.list-buttons li { display: inline-block; width: 315px; margin: 0 0 20px 35px; }
.list-buttons .btn { padding: 0; font-size: 14px; }

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { display: inline-block; text-align: left; }
.socials h2 { margin-bottom: 12px; }
.socials ul { overflow: hidden; }
.socials li { float: left; }
.socials li ~ li { margin-left: 9px; }
.socials a { overflow: hidden; display: block; text-indent: 100%; white-space: nowrap; }
.socials a:hover { opacity: 0.7; }

.link-facebook { width: 40px; height: 40px; background-position: 0px -51px; }
.link-google { width: 40px; height: 40px; background-position: -44px -51px; }
.link-mail { width: 41px; height: 41px; background-position: -54px 0px; }
.link-twitter { width: 40px; height: 40px; background-position: -99px 0px; }

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */

.table .paging { padding-top: 16px; border-top: 1px solid #000; margin-top: 10px; }
.main-head .paging { padding-top: 31px; }
.paging { text-align: center; font-size: 0; line-height: 0; }
.paging a,
.paging span { display: inline-block; padding: 0 4px; vertical-align: middle; color: #000; font-size: 15px; line-height: 17px; font-weight: 600; color: #363636; }
.paging span { color:#999; cursor:default; }

.paging a:hover,
.paging a:focus { background-color: #d4aea9; text-decoration:none; }

.paging a.current { background-color: #af0917; color: #fff; cursor:default; }
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table { overflow: hidden; padding: 24px 0 30px; background: #fff; }
.table table { width: 100%; }
.table th { position: relative; padding-bottom: 11px; border-bottom: 1px solid #333; text-align: left; font-family: 'Oswald', sans-serif; color: #a20000; }
.table th:first-child:before,
.table th:last-child:after { position: absolute; width: 2000px; bottom: -1px; height: 1px; background: #000; content: ''; }
.table th:first-child:before { right: 100%; }
.table th:last-child:after { left: 100%; }

.table td { padding: 3px 0; color: #362f2d; font-weight: 600; }

.table tbody tr:first-child td { padding-top: 11px; }

.table .centered { text-align: center; }

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form { position: relative; max-width: 830px; min-height: 502px; padding: 50px 63px 45px 63px; margin: 0 auto; background-image:url('images/env.png');
	-webkit-background-size: 100% auto;
	        background-size: 100% auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media (max-width:600px) {
    .form { padding:45px; }
}
.form .top-border,
.form .bottom-border { height:15px; width:100%; background:url('images/env-hor.png') repeat-x -10px 0; background-size:161px 15px; position:absolute; top:0; left:0; }
.form .bottom-border { top:auto; bottom:0; }

.form .left-border,
.form .right-border { width:15px; height:100%; background:url('images/env-ver.png') repeat-y 0 40px; background-size:15px 161px; position:absolute; top:0; left:0; }
.form .right-border { left:auto; right:0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .form .top-border,
    .form .bottom-border { background-image:url('images/env-hor-x2.png'); }

    .form .left-border,
    .form .right-border { background-image:url('images/env-ver-x2.png'); }
}

.form p { margin-bottom: 20px; color: #333; }

.form-row { margin-bottom: 10px; }
.form-row-checks { display: none; }
.form-row-checks + .form-row { padding-top: 10px; }
.field { width: 244px; height: 31px; padding: 6px 7px; border: 1px solid #c2c2c2; border-radius: 4px; background: #fff; color: #000; font-size: 12px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
input.placeholder { color:#888; }

@media (max-width:600px) {
    .field { width:100%; }
}

.form-cols { overflow: hidden; }
.form-col { float: left; border: 1px solid #a20000;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.form-col ~ .form-col { margin-left: 1.45%; }
.form-col-size1 { width: 38.1%; }
.form-col-size2 { width: 29%; }

.form .scrollbar { width: 100%; height: 201px; overflow-y: auto; overflow-x: hidden; background: #fff; }

.form-actions { padding-top: 40px; text-align: center; }
.form-actions .btn { padding: 0 70px; border: 0 none; line-height: 32px; }

.stamp { float:right; margin-left:15px; margin-bottom:10px; }

/* ------------------------------------------------------------ *\
	Radios And Checkboxes
\* ------------------------------------------------------------ */

.radios { overflow: hidden; margin-bottom: 20px; }
.radio { float: left; line-height:1.9; }
.radio ~ .radio { margin-left: 65px; }

.checkboxes .checkbox { padding: 2px 5px 2px 15px; }
.checkboxes .checkbox:first-child { background: #f2f0f1; }
.checkboxes .checkbox:first-child label { display: block; color: #af0917; }
.checkboxes .checkbox:first-child label:before { border-color: #af0917; top:2px; }
.checkboxes .checkbox:first-child label:after { color: #af0917; }
.checkboxes .checkbox:first-child input[type=checkbox]:checked + label:after { margin-top:-2px; color:#a20000 }

/*  Input  */
.radio input,
.checkbox input { display: none; }

/*  Label  */
.radio label,
.checkbox label { display: inline-block; position: relative; padding-left: 19px; cursor: pointer; }

.radio label { font-family: 'Oswald', sans-serif; font-weight: bold; color: #af0917; font-size: 15px; line-height: 1.2; }
.checkbox label { font-size: 13px; line-height: 1.38; color: #333; }

/*  Before  */
.radio label:before,
.checkbox label:before { position: absolute; left: 0; top: 1px; width: 10px; height: 10px; content: ''; background: #fff; border: 1px solid; border-radius:3px; }

.radio label:before { top: 1px; border-color: #a20000; color: #a20000; }
.checkbox label:before { border-color: #c2c2c2; color: #c2c2c2; }

/*  After  */
.radio label:after,
.checkbox label:after { position: absolute; left: 4px; top: 2px; height: 12px; content: ''; text-align: center; font-size: 10px; line-height: 12px; font-weight: normal;

}
.checkbox label:after { left: 3px; font-size: 12px;
	
}

.radio label:after { color: #a20000; }
.checkbox label:after { color: #c2c2c2; }

/*  Checked  */
.radio input[type=radio]:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after { content: '\00D7'; margin-left:-3px; margin-top:-3px; color:#a20000; font-size:17px; font-family:Arial, sans-serif; line-height:1; }

.checkbox input[type=checkbox]:checked + label:after { color:#333; margin-left:-2px; margin-top:-3px; }

/* ------------------------------------------------------------ *\
	Scrollbar
\* ------------------------------------------------------------ */

.jspTrack { background: #e4e1e3; }
.jspPane { width: 100% !important; padding-right: 16px !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* ------------------------------------------------------------ *\
	Section People
\* ------------------------------------------------------------ */

.section-people { padding-bottom: 0; text-align: center; }
.section-people h2 { margin-bottom: 15px; }

.section-people .section-body { padding:30px 0 30px; position:relative; background-color:#f5f5f2; }

.image-map { position: relative; width:622px; margin:0 auto; }

.image-map-text { position: absolute; bottom: 60px; left: 50%; width: 170px; margin-left: -85px; text-align: center; font-family: 'Oswald', sans-serif; font-size: 14px; line-height: 1.2; color: #3d5466; font-weight: bold; }
.lang-fr .image-map-text { bottom:50px; }
.image-map-text .count { display: block; margin-bottom: 4px; font-size: 20px; color: #a20000; }

.image-popup { position: absolute; left:50%; opacity:0; visibility:hidden; -webkit-transition: all 0.25s; -o-transition: all 0.25s; transition: all 0.25s; }
.image-popup.hovered { opacity:.4; visibility:visible; z-index:1; }
.image-popup.visible { opacity:1; visibility:visible; z-index:1000; }

.popup-body { padding: 9px 4px 6px; background: #fff; text-align: center; min-width:150px; box-shadow:0px 1px 4px rgba(0,0,0,.3);
border-radius: 5px; }
.popup-foot { padding: 6px 4px; color: #fff; font-size: 14px; font-family: 'Oswald', sans-serif; line-height: 1.29; letter-spacing: 0.025em; text-transform: uppercase; }

.popup-body > span { font-weight: bold; }

.image-popup-blue .popup-foot { background: #0956a3; }
.image-popup-red .popup-foot { background: #d30010; }
.image-popup-yellow .popup-foot { background: #fed62f; }
.image-popup-lightgreen .popup-foot { background: #46b7a9; }
.image-popup-lightblue .popup-foot { background: #4eaed8; }
.image-popup-green .popup-foot { background: #77b958; }
.image-popup-purple .popup-foot { background: #cd6797; }
.image-popup-gray .popup-foot { background: #999999; }

.image-popup-red .popup-body > span { color: #d30010; }
.image-popup-blue .popup-body > span { color: #0956a3; }
.image-popup-yellow .popup-body > span { color: #fed62f; }
.image-popup-lightgreen .popup-body > span { color: #46b7a9; }
.image-popup-lightblue .popup-body > span { color: #4eaed8; }
.image-popup-green .popup-body > span { color: #77b958; }
.image-popup-purple .popup-body > span { color: #cd6797; }
.image-popup-gray .popup-body > span { color: #999999; }

.image-popup { left:auto; right:50%; top:-30px; margin-right:180px; }

.image-popup-lightblue,
.image-popup-purple,
.image-popup-green,
.image-popup-gray { margin-right:0; margin-left:180px; left:50%; right:0; }

a.popup-foot { display:block; background-color:#a20000!important; text-decoration:none; }
a.popup-foot:hover,
a.popup-foot:focus { background-color:#b50000!important; }

.image-legend { position: absolute; bottom: 0; left: 50%; width: 592px; padding: 9px 4px; border: 1px solid #ab1e1d; margin-left: -296px; background: #fff; text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.image-legend > span { display: inline-block; vertical-align: middle; font-family: 'Oswald', sans-serif; font-size: 15px; line-height: 1; font-weight: bold; }
.image-legend > span ~ span { margin-left: 8px; }
.image-legend span span { display: inline-block; vertical-align: middle; }
.image-legend img { display: inline-block; vertical-align: middle; }

.image-legend > .legend-alt { font-size: 15px; }

.legend-blue { color: #0956a3; }
.legend-yellow { color: #fed62f; }
.legend-lightgreen { color: #46b7a9; }
.legend-red { color: #d30010; }
.legend-teal { color: #4eaed8; }
.legend-green { color: #77b958; }
.legend-purple { color: #cd6797; }
.legend-gray { color: #999; }

/*  Tooltip  */
[data-tooltip] { position: relative; }
 
[data-tooltip]:after,
[data-tooltip]:before { display: none; position: absolute; top: 100%; left: 21px; z-index: 9999; }
[data-tooltip]:after { content: attr(data-tooltip); border: 1px solid #bbb; background: #fff; padding: 3px 4px; font-size: 13px; line-height: 1.2; color: #362f2d; font-weight: normal; font-family: 'PT Sans', sans-serif; white-space: nowrap;  }
 
[data-tooltip]:hover:after,
[data-tooltip]:hover:before { display: block; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer-inner { padding-top: 15px; text-align: right; line-height: 0; font-size: 0; }

.footer-body { padding: 14px 0 19px; margin-top: -2px; background: #2e2e2e; color: #fff; }
.footer h3 { margin-bottom: 7px; color: #fff; }

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.btn { display: inline-block; }
.btn:hover { text-decoration: none; opacity: 0.8; }

.btn-block { display: block; text-align: center; }

.btn-red { padding: 0 28px; border-radius: 4px; background: #a20000; font-family: 'Oswald', sans-serif; font-weight: bold; font-size: 15px; line-height: 27px;  color: #fff; text-transform: uppercase; }

.lang-hu a.btn-red { padding-left:10px!important; padding-right:10px!important; }

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

[class^="ico-"] { display: inline-block; vertical-align: middle; }

.ico-check { width: 13px; height: 11px; background-position: -99px -44px; }
.ico-logo { width: 50px; height: 47px; background-position: 0px 0px; }
.ico-checkbox { width: 27px; height: 25px; background-position: -88px -60px; }

/* ------------------------------------------------------------ *\
	Transitions
\* ------------------------------------------------------------ */

.image-popup,
.socials a,
.btn,
.nav-lang a {

}

.section-body .shell { padding-top:30px; height:110%; }
.section-body .shell-out { height:384px; overflow:hidden; position:relative; }
@media ( max-width: 767px ) {
	.wrapper { overflow: hidden; }

	.logo { float: none; display: block; margin: 0 auto 10px; text-align: center; }
	.header-inner { float: none; text-align: center; }
	.list-logos li ~ li { margin-left: 13px; }	

	.section-body .shell { overflow-x: auto; width: 100%; padding-bottom: 20px; height:110%!important;
    	-webkit-overflow-scrolling: touch;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	} 
	
	.section-body .shell::-webkit-scrollbar { display: none; }

	.radio { float: none; }
	.radio ~ .radio { margin-left: 0; }

	.form-col { float: none; width: 100%; }
	.form-col ~ .form-col { margin-left: 0; margin-top: 10px; }

	.table table { font-size: 11px; }

	.paging { padding-left: 10px; padding-right: 10px; }
}







.bg-mask { position:absolute; height:100%; width:100%; left:0; top:0; background:url(images/man-mask.png); background-size:18px 33px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    .bg-mask { background-image:url(images/man-mask-x2.png); }
}
.bg-progress { position:absolute; height:100%; left:0; top:0; background-color:#a0cf97; }

.info-popups { position:relative; width:100%; height:100%; z-index:100; }

.ia- { position:absolute; left:0; top:0; width:46px; height:46px; border-radius:23px; display:block; z-index:10; }
.ia--sm { width:40px; height:40px; border-radius:20px; }

.icon-checked { display:none; width:12px; height:12px; position:absolute; top:0; left:0; z-index:5; background-image:url('images/checked.png'); background-repeat:no-repeat; font-size:20px; color:#728fed; background-size:12px 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon-checked { background-image:url('images/check-x2.png'); }
}

.error-msg { border:2px dashed #f20000; padding:20px; color:#f20000; font-weight:bold; display:none; }

a.txt-link:hover,
a.txt-link:focus,
a.txt-link:active,
a.txt-link { color:#B22222; }

a.read-more-link:hover,
a.read-more-link:focus,
a.read-more-link:active,
a.read-more-link { color:#B22222; font-weight:bold; }

.take-action-wrapper {  }
.take-action-wrapper .btn { font-size:22px!important; padding-top:10px; padding-bottom:10px; }


.info-box { padding:20px; background-color:#e3e2dc; margin-bottom:20px; font-style:italic; border:1px solid #d9d7cc; }

@media (min-width:900px) {
    .section-people h2 { padding-left:50px; padding-right:50px; line-height:1.6; }
}

.info-content ul li { margin-left:20px; padding:6px 0 6px; }



.text-tooltip { position:absolute; width:300px; left:50%; margin-left:-150px; display:block; bottom:100%; font-family: 'PT Sans', sans-serif; font-size: 15px; line-height: 1.2; color: #fff; -webkit-font-smoothing:antialiased; background-color:#000; padding:10px; margin-bottom:10px; text-transform:none; border-radius:5px; box-sizing:border-box; display:none; }


.text-tooltip::after {
    display:block;
    position:absolute;
    left:50%;
    top:100%;
    content: '.';
    text-indent:100px;
    color:rgba(255,255,255,0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
 }

 .hastool:hover .text-tooltip,
 .hastool:focus .text-tooltip { display:block; }
 
@media (max-width:479px) {
    .text-tooltip { margin-left:-100px; }
    .text-tooltip::after { left:30%; }
}
@media (max-width:378px) {
    .text-tooltip { margin-left:-72px; }
    .text-tooltip::after { left:22%; }
}



.section-pledge { border:1px solid #eae9e4; background-color:#f7f7f7; padding:20px; margin-top:40px; }

.counter-box-x { text-align:center; }

#twitter-box { width:49%; }
@media (max-width:650px) {
    #twitter-box { width:100%; }
    .counter-box-x { width:100%!important; }
}

.btn-share {  border-radius:4px; padding:3px 9px 3px 6px; margin-bottom:9px; display:inline-block; margin-right:5px; border:1px solid #d9d9d9; font-family: Oswald, sans-serif; color:#fff; }

.btn-share i { position:relative; top:-2px; }
.btn-share:hover,
.btn-share:focus { text-decoration:none; background:#d8d8d8; border-color:#ccc;  }


.image-popup-blue .btn-share {       background: #0956a3; border-color:#094582; }
.image-popup-red .btn-share {        background: #d30010; border-color:#b20010; }
.image-popup-yellow .btn-share {     background: #fed62f; border-color:#ecc62e; }
.image-popup-lightgreen .btn-share { background: #46b7a9; border-color:#3ea69b; }
.image-popup-lightblue .btn-share {  background: #4eaed8; border-color:#3f95b9; }
.image-popup-green .btn-share {      background: #77b958; border-color:#6da951; }
.image-popup-purple .btn-share {     background: #cd6797; border-color:#bb5b88; }
.image-popup-gray .btn-share {       background: #999999; border-color:#8d8d8d; }


.image-popup-blue .btn-share:hover {       background-color:#094582; }
.image-popup-red .btn-share:hover {        background-color:#b20010; }
.image-popup-yellow .btn-share:hover {     background-color:#ecc62e; }
.image-popup-lightgreen .btn-share:hover { background-color:#3ea69b; }
.image-popup-lightblue .btn-share:hover {  background-color:#3f95b9; }
.image-popup-green .btn-share:hover {      background-color:#6da951; }
.image-popup-purple .btn-share:hover {     background-color:#bb5b88; }
.image-popup-gray .btn-share:hover {       background-color:#8d8d8d; }

.call-on-verb { padding:3px 0; }

.popfooter { font-size:18px; padding-top:5px; color:#888; font-weight:bold;font-family:Oswald, sans-serif; letter-spacing:-1px; }

.image-popup-blue .popfooter {       color: #0956a3; }
.image-popup-red .popfooter {        color: #d30010; }
.image-popup-yellow .popfooter {     color: #fed62f; }
.image-popup-lightgreen .popfooter { color: #46b7a9; }
.image-popup-lightblue .popfooter {  color: #4eaed8; }
.image-popup-green .popfooter {      color: #77b958; }
.image-popup-purple .popfooter {     color: #cd6797; }
.image-popup-gray .popfooter {       color: #999999; }




#thank-you-banner { position:fixed; z-index:10000; width:100%; height:100%; background-image:url('../img/abschluss_10391.png'); background-repeat:no-repeat; background-position:center center; }

@media (max-width:1480px) {
    #thank-you-banner { background-size:1480px 460px; background-image:url('../img/abschluss-exact-1480.png'); }
}

@media (max-width:1080px) {
    #thank-you-banner { background-size:1480px 460px; background-image:url('../img/abschluss-exact-1480.png'); }
}

@media (max-width:900px) {
    #thank-you-banner { background-size:1150px 264px; background-image:url('../img/abschluss-1150.png'); }
}

@media (max-width:620px) {
    #thank-you-banner { background-size:1000px 230px; background-image:url('../img/abschluss-1000.png'); }
}

@media
(max-width:1480px) and (-webkit-min-device-pixel-ratio: 2), 
(max-width:1480px) and (min-resolution: 192dpi) {
    #thank-you-banner { background-image:url('../img/abschluss-exact-1480-x2.png'); }
}

@media
(max-width:900px) and (-webkit-min-device-pixel-ratio: 2), 
(max-width:900px) and (min-resolution: 192dpi) {
    #thank-you-banner { background-image:url('../img/abschluss-2000.png'); }
}

@media (max-width:540px) {
    #thank-you-banner { background-size:contain; background-image:url('../img/abschluss-sm_10391.png') }
}


.allwr { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */ }
    
.section-pledge { display:none; }
.bottompart { display:none; }
.footer { display:none; }