@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/page_extended/roboto-italic-webfont.eot');
    src: url('../../fonts/page_extended/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/roboto-italic-webfont.woff2') format('woff2'),
         url('../../fonts/page_extended/roboto-italic-webfont.woff') format('woff'),
         url('../../fonts/page_extended/roboto-italic-webfont.ttf') format('truetype'),
         url('../../fonts/page_extended/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/page_extended/roboto-regular-webfont.eot');
    src: url('../../fonts/page_extended/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/roboto-regular-webfont.woff2') format('woff2'),
         url('../../fonts/page_extended/roboto-regular-webfont.woff') format('woff'),
         url('../../fonts/page_extended/roboto-regular-webfont.ttf') format('truetype'),
         url('../../fonts/page_extended/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/page_extended/roboto-bold-webfont.eot');
    src: url('../../fonts/page_extended/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/roboto-bold-webfont.woff2') format('woff2'),
         url('../../fonts/page_extended/roboto-bold-webfont.woff') format('woff'),
         url('../../fonts/page_extended/roboto-bold-webfont.ttf') format('truetype'),
         url('../../fonts/page_extended/roboto-bold-webfont.svg#robotoregular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/page_extended/roboto-light.eot');
    src: url('../../fonts/page_extended/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/roboto-light.woff2') format('woff2'),
         url('../../fonts/page_extended/roboto-light.woff') format('woff'),
         url('../../fonts/page_extended/roboto-light.ttf') format('truetype'),
         url('../../fonts/page_extended/roboto-light.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../../fonts/page_extended/roboto-lightitalic.eot');
    src: url('../../fonts/page_extended/roboto-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/roboto-lightitalic.woff2') format('woff2'),
         url('../../fonts/page_extended/roboto-lightitalic.woff') format('woff'),
         url('../../fonts/page_extended/roboto-lightitalic.ttf') format('truetype'),
         url('../../fonts/page_extended/roboto-lightitalic.svg#robotothinitalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Fredericka';
    src: url('../../fonts/page_extended/FrederickatheGreat-Regular.eot');
    src: url('../../fonts/page_extended/FrederickatheGreat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/page_extended/FrederickatheGreat-Regular.woff2') format('woff2'),
         url('../../fonts/page_extended/FrederickatheGreat-Regular.woff') format('woff'),
         url('../../fonts/page_extended/FrederickatheGreat-Regular.ttf') format('truetype'),
         url('../../fonts/page_extended/FrederickatheGreat-Regular.svg#antonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	background-color: #004178;
	background-image: none;

	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #000;
	line-height: 1.6;
}

body .container {
        padding-left: 15px;
        padding-right: 15px;
}

@media all and (min-width: 768px) {
body .container {
        padding-left: 30px;
        padding-right: 30px;
}
}

/******************* BACKGROUND **********************/
body #main-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	/*perspective: 5px;*/
}


body #parallax-1,
body #parallax-2 {
	content: '';
	display: block;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	background: url('../../images/page_extended/ai__bg.png') 0 0 repeat transparent;
	opacity: 0.8;
	z-index: 0;
}

body #parallax-1 {
	/* transform: translateZ(4px) scale(0.2);*/
	background-size: 59%;
	background-attachment: fixed;
}

body #parallax-2 {
	z-index: 0;
	opacity:0.5;
	
	/*transform: translateZ(2px) scale(0.6);*/
}


/******************* HEADLINES **********************/
body h1,
body h2,
body h3 {
	font-family: 'Fredericka', Arial, sans-serif;
	font-weight: normal;
	color: #004178;
}

body h1 {
	font-size: 4em;
	margin: 1em 0 0.5em;
}

body h2 {
        font-size: 2em;
        letter-spacing: 2px;
	margin: 1.5em 0 1em;
}
@media screen and (min-width: 768px) {
body h2 {
        font-size: 2.5em;
}
}

body h3 {
        font-size: 1.5em;
        letter-spacing: 1px;
        color: #00335f;
        
	margin: 20px 0;
}
@media screen and (min-width: 768px) {
body h3 {
        font-size: 2em;
}
}


/******************* LINK **********************/
body .field--name-body a {
	color: #000;
	
	border: none;
	background: url('../../images/page_extended/ai__link_line.png') 0 100% repeat transparent;
}

body .field--name-body a:hover {
	color: #004178;
}


/******************* LIST **********************/
body .field--name-body ul {
	margin-left:0;
	list-style: none;
}
body .field--name-body ul li {
	padding: 0 0.5em 0 25px;
	margin: 0 0 0.3em 0;
	position: relative;
	list-style: none;
}
body .field--name-body ul li:before {
	content: '.';
	position: absolute;
	left: 0;
	top: -0.58em;
	
	font-family: 'Fredericka', Arial, sans-serif;
        font-weight: normal;
        font-size: 3.6em;
        color: #004178;
        line-height: 1;
}

body field--name-body ul ul {
	margin-left: 0;
}


/******************* IMAGE **********************/
body figure {
	margin-bottom: 2em;
}
body figure figcaption {
	font-size: 0.85em;

	margin-top: 2px;
}
body figure img {
	width: 100%;
}
body figure img + br,
body figure figcaption + br {
	display: none;
}

@media screen and (min-width: 768px) {
body figure.caption-right {
	overflow: hidden;
}
body figure.caption-right img {
	float: left;
	width: 70%
}
body figure.caption-right figcaption {
	float: left;
	padding-left: 15px;
	width: 30%;
	margin-top:0;
}

}

/******************* BLOCKQUOTE **********************/
body blockquote {
	font-weight: normal;
	font-size: 1em;
	
	position: relative;
	padding-left: 40px;
	margin-bottom: 30px;
}
body blockquote:before {
	content: '„';
	position: absolute;
	top: -53px;
	left: 0;
	width: 51px;
	height: 47px;
	
	font-family: 'Fredericka', Arial, sans-serif;
	font-size: 80px;
	font-weight: normal;
	line-height: 1;
	color: #004178;
}
body blockquote p {
        line-height: 1.5;
}
body blockquote p:last-child {
        margin-top: 30px;
        font-style: italic;
        font-weight: 300;
}

body .field--name-body blockquote a {
	background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
body blockquote {
	padding-left: 90px;
}
body blockquote:before {
	font-size: 150px;
	top: -103px;
}
}

@media all and (min-width: 992px) {

body blockquote {
	font-size: 1.3em;
	line-height: 1.5;
}
}

/******************* FIGURE **********************/
body figure {
        background-color: rgba(124,175,218,0.2);
        padding: 15px;
        margin-bottom: 1em;
}

body figure img {
        margin-bottom: 0.5em;
}



/******************* FRAME **********************/
body .frame {
	display: block;
	padding: 24px 0 32px;
	margin-bottom: 1.2em;
	position: relative;
}
body .frame:before,
body .frame:after {
	content: '';
	display: block;
	position:absolute;
	left:0;
	right:0;
	height: 10px;
	background: url(../../images/page_extended/ai__line_big_b_2.png) 0 0 repeat-x transparent;
}
body .frame:before {top:0;}
body .frame:after {bottom:0;}

body .frame.light:before,
body .frame.light:after {
	background-image: url(../../images/page_extended/ai__line_big_lb_2.png);
}

body .frame p:last-child,
body .frame ol:last-child,
body .frame ul:last-child {
	margin-bottom: 0;
}


/******************* TABLE **********************/
body table {
        border-spacing: 2px;
        border-collapse: separate;
}
body table tbody {
        border-top: none;
}
body table th,
body table td {
        border: none;
        background: 
          url(../../images/page_extended/ai__line_vertical.png) 0 0 no-repeat,
          url(../../images/page_extended/ai__line.png) 0 0 no-repeat;
          
        color: #000;  
}

@media all and (max-width: 400px) {
body table th,
body table td {
         word-break: break-word;
}
}

body table th {
        background-color: rgba(124,175,218,0.2);
}

body table th:last-child {
         background-image:
            url(../../images/page_extended/ai__line_vertical.png),
            url(../../images/page_extended/ai__line.png),
            url(../../images/page_extended/ai__line_vertical.png);
         background-position: 0 0, 0 0, 100% 0;
         background-repeat: no-repeat,no-repeat,no-repeat;     
}

body table tr:last-child th {
         background-image:
            url(../../images/page_extended/ai__line.png),
            url(../../images/page_extended/ai__line.png),
            url(../../images/page_extended/ai__line_vertical.png);
         background-position: 0 0, 0 100%, 0 0;
         background-repeat: no-repeat,no-repeat,no-repeat;
}

body table tr:last-child th {
         background-image:
            url(../../images/page_extended/ai__line.png),
            url(../../images/page_extended/ai__line.png),
            url(../../images/page_extended/ai__line_vertical.png),
            url(../../images/page_extended/ai__line_vertical.png);
         background-position: 0 0, 0 100%, 0 0, 100% 0;
         background-repeat: no-repeat,no-repeat,no-repeat, no-repeat;
}



/******************* MAIN **********************/
body .container {
	background-color: rgba(255,255,255,0.9);
}

@media all and (min-width: 768px) {
    body #main {
        padding-left: 60px;
        padding-right: 60px;
    }
}


@media all and (min-width: 1200px) {
    body #main {
        padding-left: 185px;
        padding-right: 185px;
    }
}
@media all and (min-width: 1430px) {
    body #main {
        padding-left: 115px;
        padding-right: 115px;
    }
}

/******************* PAGE **********************/

/******************* REGION - CONTENT **********************/

/******************* PAGE TITLE **********************/
 #page-title {
	position: relative;
        width: auto;
        height: auto;
        clip:unset;
        top: 0;
        margin: 0.5em 0 1.4em;
        overflow: visible;
        
        color: #004178;
        line-height: 1.3;
}

@media screen and (min-width: 768px) {
 #page-title {
	font-size: 4em;
}
}

 #page-title span:last-child {
	position: relative;
	display: block;
	width: 9em;
	padding: 0.2em 1em 0.2em 0.6em;
	margin-left: -0.6em;
	margin-top: -0.15em;
	z-index:0;
	
	color: #fff;
}

 #page-title span:last-child:before {
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: rotateZ(1deg);
	background: url(../../images/page_extended/ai__underline_big_2.png) 0 0 no-repeat transparent;
	background-size: contain;
}


/******************* MENU **********************/
 #main-menu {
	position: fixed;
	z-index: 11;
	top: 10px;
	left: 10px;
	margin:0;
	padding: 20px;
	background-color: #fff;
	display: none;
	width: 175px;

	font-size: 0.85em;
	line-height: 1.3;

	box-shadow: 0 0 5px 0 #999;
}

 #main-menu li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0 0 10px 0;
}

 #main-menu li:last-child {
	padding-bottom: 0;
}

 #main-menu li ul {
	margin-left: 15px;
}

 #main-menu a {
	color: #000;
}

 #main-menu a:hover {
	background-color: none;
	opacity: 0.6;
}

 #main-menu a:visited {
        color: #969696;
}

@media all and (min-width: 1200px) {
     #main-menu.menu-show {
	display: block;
    }
}
@media all and (min-width: 1290px) {
     #main-menu {
	width: 222px;
    }
}

/******************* MOBILE MENU **********************/
 .slicknav_menu {
	background-color: #000;
	padding: 0;
	display:block;
    	position: fixed;
    	width: 100%;
    	top: 0;
	z-index: 999;
}

 .slicknav_nav {
	padding-top: 15px;
}

 .slicknav_nav li {
	margin-left: 0;
	list-style: none;
	background: none;
}

 .slicknav_nav li a.slicknav_row:hover {
	color: #000;
	border-radius: 0;
}
 .slicknav_nav li a.slicknav_row:hover a {
	color: #000;
}

 .slicknav_nav li .extra-links {
	margin-left:12px;
}

 .slicknav_nav li .slicknav_arrow {
	text-indent: -999px;
	vertical-align: middle;
    
	display: inline-block;
    	overflow: hidden;
    	width: 20px;
	background: url('../../images/page_extended/stop_disinfo__arrow_white.gif') no-repeat 0 0px transparent;
}
 .slicknav_nav li .slicknav_row:hover .slicknav_arrow {
	background-image: url('../../images/page_extended/stop_disinfo__arrow_black.gif');
}
 .slicknav_nav li.slicknav_open .slicknav_arrow {
	transform: rotate(-270deg);
    	transform-origin: 0 0;
	margin: 0px 0px -6px 20px;
} 


/******************* MOBILE MENU - BUTTON **********************/
 .slicknav_btn {
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 10px 10px;
}

/******************* LOGO **********************/
 #main {
        padding-top: 35px;
        position: relative;
        z-index: 10;
}
 #logo {
        position: absolute;
        top: 15px;
        left: 15px;
}
 #logo a {
        background: none;
        display: inline-block;
        opacity: 0.9;
        height: 35px
}
 #logo a:hover {
        opacity: 1;
}
 #logo a img {
        max-height: 100%;
}

@media all and (min-width: 768px) {
 #logo {
        left: 60px;
}
}

@media all and (min-width: 1200px) {
 #logo {
        left: 185px;
}
}

@media all and (min-width: 1430px) {
 #logo {
        left: 115px;
}
}


/******************* EXTRA LINKS **********************/
 .extra-links {
	margin-top: 10px;
}

 .extra-links a {
	display: inline-block;
	padding: 12px;
	margin-right: 10px;
	overflow: hidden;
	background-color: #ddd;
	
	border-radius: 50%;
}

 .extra-links a:hover {
	background-color: #ffcbcb;

	border-radius: 50%;
}

 .extra-links a img {
	width: 30px;
	height: 30px;
}

 .extra-links a.about:focus,
 .extra-links a.pdf:focus {
	outline: none;
}

/******************* STOPKA **********************/
#stopka {
	font-size: 0.85em;
	padding: 30px 30px 0;
	position: relative;
	margin-top: 50px;
	overflow: hidden;
}

#stopka .frames-wrapper .frames-1 {
        position: absolute;
        top: 0;
        left:0;
        right: 0;
        bottom: 0;
        overflow: hidden;
}

#stopka .frames-wrapper .f {
        display: block;
        position:absolute;
        height: 10px;
        background: url(../../images/page_extended/ai__line_big_b_2.png) 0 0 repeat-x transparent;
}
#stopka .frames-wrapper .f-t {
        top: 0;
        left: 0;
        right: 8px;
}
#stopka .frames-wrapper .f-b {
        bottom: 0;
        left: 2px;
        right: 5px;
}
#stopka .frames-wrapper .f-l {
        top: 0;
        left: 0;
        right: -280px;
        transform: rotate(90deg);
        transform-origin: 1px 6px;
}

#stopka .frames-wrapper .f-r {
        top: 0;
        left: -280px;
        right: 0;
        transform: rotate(-90deg);
        transform-origin: calc(100% - 5px) 8px;
}


/******************* BANER **********************/
body .field--name-body .banner {
	padding: 0;
	margin-bottom: 0;
}

body .field--name-body .banner a {
	display: block;
	margin: 0.3em 0;
        padding: 30px;
        background: none;
        
        font-size: 1.7em;
        letter-spacing: 2px;
        font-family: 'Fredericka', Arial, sans-serif;
        font-weight: normal;
        line-height: 1.2;
        color: #004178;
        text-align: center;
}

body .field--name-body .banner a:hover {
	color: #000;
}

@media all and (min-width: 768px) {

body .field--name-body .banner:after,
body .field--name-body .banner:before {
	display: none;
}

body .field--name-body .banner a {
	background: url(../../images/page_extended/ai__bg_banner.png) 0 0 no-repeat transparent;
	background-size: cover;
	padding: 25px 0;

	font-size: 1.7em;
}

}

@media all and (min-width: 992px) {

body .field--name-body .banner a {
        font-size: 2em;
        padding: 41px 0;
}

}

@media all and (min-width: 1200px) {

body .field--name-body .banner a {
        font-size: 2em;
        padding: 36px 0;
}
}

@media all and (min-width: 1430px) {

body .field--name-body .banner a {
        font-size: 2.5em;
        padding: 40px 0;
        background-size: contain;
}
}




/******************* FLOW CHART **********************/
#flow-chart-wrapper {
      overflow-x: auto;	
}

#flow-chart-wrapper > br {
	display: none;
}

#flow-chart-header,
#flow-chart-footer {
      text-align: center;
      clear: left;
      margin: 15px 0;
      padding: 30px 0;
      background: url(../../images/page_extended/ai__underline_big.png) 0 0 no-repeat transparent;
      background-size: 100% 100%;
      
      color: #fff;
      font-weight: 700;
}

#flow-chart-body {
      background: url(../../images/page_extended/ai__bg_graph__s_2.png) 1px 0 no-repeat transparent;
      padding: 16px 9px 25px 8px;
      float: left;
      width: 658px;
      
}

#flow-chart-body .column {
      box-sizing: border-box;
      position: relative;
      float: left;
      width: 20%;
      padding: 0 15px;
}

#flow-chart-body .quest {
      padding: 5px;
      border: 1px solid transparent;
      position: relative;
      margin-bottom: 50px;
      background-color: rgba(124,175,218,0.2);

      font-size: 13px;
      line-height: 1.5;
      
      border-radius: 2px;
}
#flow-chart-body .quest:last-child {
	margin-bottom: 10px;
}

#flow-chart-body #q1-4,
#flow-chart-body #q2-3,
#flow-chart-body #q4-3 {
	margin-left: -10px;
	margin-right: -10px;
}

#flow-chart-body #q3-2,
#flow-chart-body #q4-4,
#flow-chart-body #q5-2 {
	margin-left: -10px;
}


@media all and (min-width: 768px) {
#flow-chart-wrapper {
	margin: 0 -40px;
}
}


@media all and (min-width: 992px) {

#flow-chart-body {
      background-image: url(../../images/page_extended/ai__bg_graph__m_2.png);
      background-position-x: 0;
      
      padding-left:0;
      padding-right: 25px;
      padding-top: 15px;
      padding-bottom: 0;
      width: 790px;
      float: none;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
}      
#flow-chart-body .quest {
	font-size: 15px;
}
#flow-chart-body #q3-2,
#flow-chart-body #q4-4,
#flow-chart-body #q5-2 {
        margin-left: -12px;
}
#flow-chart-body #q1-3 {
	margin-left: -2px;
}
#flow-chart-body #q1-4 {
        margin-right: 5px;
}
#flow-chart-body #q2-4,
#flow-chart-body #q2-5,
#flow-chart-body #q2-6 {
        margin-right: 3px;
}

}

@media all and (min-width: 1200px) {
#flow-chart-body {
      background-image: url(../../images/page_extended/ai__bg_graph__l_2.png);
      width: 873px;
      padding-left: 18px;
      padding-top: 15px;
      padding-bottom: 10px;
}
#flow-chart-body .quest {
      margin-bottom: 55px;	
}
}



/******************* FLOW CHART - ANSWERS **********************/
#flow-chart-body .quest .q-a {
      position: absolute;
      bottom: -1.3em;
      left: 50%;
      margin-left:-58px;
      
      line-height: 1;
      font-size: 0.75em;
      text-transform: uppercase;
}

#flow-chart-body .quest[id*="q2-"] .q-a {
      margin-left: -57px;
}

#flow-chart-body .quest[id*="q3-"] .q-a {
      margin-left: -55px;
}

#flow-chart-body .quest[id*="q4-"] .q-a {
      margin-left: -54px;
}

#flow-chart-body .quest[id*="q5-"] .q-a {
      margin-left: -53px;
}

#flow-chart-body .quest#q3-2 .q-a,
#flow-chart-body .quest#q4-4 .q-a,
#flow-chart-body .quest#q5-2 .q-a {
      margin-left:-49px;
}


#flow-chart-body .quest .q-a .q-no {
      margin-left: 18px;
}

#flow-chart-body .quest#q3-5 .q-a .q-yes {
      background-color: #e8eef3;
}



@media all and (min-width: 992px) {
#flow-chart-body .quest .q-a {
      margin-left:-58px;
}
#flow-chart-body .quest[id*="q5-"] .q-a {
      margin-left: -51px;
}
#flow-chart-body .quest#q5-2 .q-a {
      margin-left:-46px;
}
#flow-chart-body .quest .q-a .q-no {
      margin-left: 26px;
}
}



@media all and (min-width: 1200px) {
#flow-chart-body .quest .q-a {
      margin-left:-53px;
      bottom: -1.3em;
}
#flow-chart-body .quest[id*="q2-"] .q-a {
      margin-left: -54px;
}
#flow-chart-body .quest[id*="q5-"] .q-a {
      margin-left: -54px;
}
#flow-chart-body .quest .q-a .q-no {
      margin-left: 26px;
}
}

/******************* SCROLL TOP  **********************/
#scrollUp {
      background-image: url(../../images/page_extended/ai__scroll-top.png);
      width: 54px;
      height: 54px;
}
#scrollUp:hover {
      opacity: 0.8;
}

/******************* EXTRA LINKS **********************/
 .extra-links a {
      padding: 0;
      background: none;
      border-radius: 0;
}
 .extra-links a:hover {
      background: none;
      opacity: 0.8;
}
 .extra-links a img {
      width: 40px;
      height: 40px;      

}



/******************* LETTERS **********************/
body .field--name-body .special-letter {
      position: relative;
}

body .field--name-body .special-letter.letter-upper {
      text-transform: uppercase;
}

body .field--name-body .special-letter.letter-z:before {
      content: 'z';
}
body .field--name-body .special-letter.letter-s:before {
      content: 's';
}
body .field--name-body .special-letter.letter-c:before {
      content: 'c';
}
body .field--name-body .special-letter.letter-n:before {
      content: 'n';
}
body .field--name-body .special-letter.letter-a:before {
      content: 'a';
}
body .field--name-body .special-letter.letter-e:before {
      content: 'e';
}

body .field--name-body .special-letter.letter-z {
      margin-right: -0.45em;
}
body .field--name-body .special-letter.letter-s {
      margin-right: -0.45em;
}
body .field--name-body .special-letter.letter-c {
      margin-right: -0.45em;
}
body .field--name-body .special-letter.letter-n {
      margin-right: -0.45em;
}
body .field--name-body .special-letter.letter-a {
      margin-right: -0.43em;
}
body .field--name-body .special-letter.letter-e {
      margin-right: -0.43em;
}

body .field--name-body .special-letter.letter-upper.letter-z {
      margin-right: -0.45em;
}
body .field--name-body .special-letter.letter-upper.letter-s {
      margin-right: -0.42em;
}
body .field--name-body .special-letter.letter-upper.letter-c {
      margin-right: -0.45em;
}
body .field--name-body .special-letter.letter-upper.letter-n {
      margin-right: -0.47em;
}
body .field--name-body .special-letter.letter-upper.letter-a {
      margin-right: -0.4em;
}
body .field--name-body .special-letter.letter-upper.letter-e {
      margin-right: -0.45em;
}

body .field--name-body .special-letter.letter-point:after {
      content: '.';
      bottom: 0.6em;
      left: 17%;
      position: absolute;
}

body .field--name-body .special-letter.letter-comma:after {
      content: '\'';
      bottom: 0.18em;
      left: 13%;
      transform: rotate(35deg);
      position: absolute;
}
body .field--name-body .special-letter.letter-comma-down:after {
      content: '\'';
      bottom: -0.57em;
      left: 16%;
      position: absolute;
      transform: rotate(45deg);
}
body .field--name-body .special-letter.letter-upper.letter-comma:after {
      content: '\'';
      bottom: 0.43em;
      left: 16%;
      position: absolute;
      transform: rotate(45deg);
}
body .field--name-body .special-letter.letter-upper.letter-point:after {
      bottom: 0.9em;
      left: 23%;
}

body .field--name-body .special-letter.letter-e.letter-comma-down:not(.letter-upper):after {
      left: 2%;
}