/*
**********************************************
***      created by Boris Schmakowski      ***
***          www.schmakowski.de            ***
**********************************************
*/

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

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video { background: transparent; vertical-align: baseline; border: 0; outline: 0; margin: 0; padding: 0; }

html { 
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}
aside { display: inline-block; }


/*----------- some basics -----------*/

object, img, a { outline:none; border:0; }
small { font-size: .875em; }
strike, del { text-decoration: line-through; }
sub, sup { font-size: .75em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
mark { background: #ff6; padding: 1px 3px; }
dl {  }
dt { font-weight: bold; }
dd { display: block; margin-left: 2em; }
hr { display: block; height: 0; border: 0 none; border-top: 1px solid #68a4b9; margin: 2.5em 0; }
ul { 
	list-style: disc outside;
	margin: 0 0 0 1em;
	padding: 0 0 1em 0;
}
ol { 
	list-style: decimal outside; 
	margin: 0 0 0 1em;
	padding: 0 0 1em 0; 
}
li {
	padding: 0 0 0.5em 0;
}
ol li > ol,
ol li > ul,
ul li > ol,
ul li > ul
{ padding: 0; margin: 0 0 0 1.5em;}


.clr 	{ clear:both; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}


/*---- lets go ----*/

#wrapper-a,
#wrapper-b,
#wrapper-c,
#wrapper-d,
#foot_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

section#content {
	padding: 4% 0 6% 0;
	text-align: left;
}


/*--- Content Aufteilung ---*/


div#container {
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div#container > div {
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
}
div#leftcolumn {
	width: 25%;
	font-size: 0.85em;
	order: 1;
}
div#rightcolumn {
    width: 25%;
    font-size: 0.85em;
    order: 3;
}
div#content_out {
	width: 100%;
	order: 1;
}
div#content_outleft {
	width: 72.5%;
	order: 2;
}
div#content_outmiddle {
	width: 45%;
	order: 2;
}
div#content_outright {
	width: 72.5%;
	order: 1;
}
@media all and (max-width: 800px)
{
	div#content_outleft, div#content_outmiddle, div#content_outright {
		width: 100%;
		order: 1 !important;
	}
	div#leftcolumn {
		width: 100%;
		order: 2 !important;
	}
	
	div#rightcolumn {
		width: 100%;
		order: 3 !important;
	}
}


/*---- Spalten für Articles ----*/

.cols-1	{
	display: block;
	float: none;
	margin: 0;
}

.cols-2, .cols-3, .cols-4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	margin: 0;
}

.cols-2 > div {
    width:50%;
    flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	background-color: #eeeeee;
}
.cols-2 .column-1 {
	margin-right: 30px;
}
.cols-2 .column-2 {
	margin-left: 30px;
}

.cols-3 > div {
	width:33.33%;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	background-color: #eeeeee;
}
.cols-3 .column-1 {
	margin-right: 30px;
}
.cols-3 .column-2 {
	margin-left: 15px;
	margin-right: 15px;
}
.cols-3 .column-3 {
	margin-left: 30px;
}

.cols-4 > div {
	width: 25%;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	background-color: #eeeeee;
}
.cols-4 .column-1 {
	margin-right: 20px;
}
.cols-4 .column-2,
.cols-4 .column-3 {
	margin-left: 10px;
	margin-right: 10px;
}
.cols-4 .column-4 {
	margin-left: 20px;
}


.items-leading, .items-row {
        overflow:hidden;
}
.items-row, .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5 {
        margin-bottom: 5%;
}

.items-more {
        padding: 5px;
}
.category-desc {
    margin: 0 0 2em 0;
}

/*---- header ----*/

header {
	padding: 40px 0;
}
#header_container {
	position: relative;
}
@media all and (max-width: 600px)
{	
	header {
		padding: 20px 0;
	}
}

#headtop123 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
#headtop123 > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 48%;
}
#headtop123 > div#headtop1 {
	width: 38%;
}
#headtop123 > div#headtop3 {
	width: 58%;
}

#headtop1 img {
	width: 100%;
	height: auto;
	max-width: 330px;
}

@media all and (max-width: 800px)
{
	#headtop123 > div#headtop1 {
		width: 100%;
	}
	#headtop123 > div#headtop3 {
		width: 100%;
		margin-top: 30px;
	}
}

#headtop45 {
	position: absolute;
	top: 0;
	right: 0;
}
#headtop4 {
	text-align: right;
}
#headtop4 div.SaveDate {
	background-color: rgb(205, 93, 56);
	color: #ffffff;
	border-radius: 5px;
	padding: 0.3em 0.8em;
	text-align: center;
	display: inline-block;
	position: relative;
}
@media all and (max-width: 670px)
{
	#headtop45 {
		position: static;
		margin-top: 1em;
	}
}
#headtop4 div.SaveDate a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
}



/*---- KeyImage ----*/

body.m-start section#content {
    padding: 0% 0 6% 0;
}

#top1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2% 20px 0 20px;
    font-size: 0;
    line-height: 0;
}
div.KeyImage img {
	width: 100%;
	height: auto;
}


#top2 {
/* 	border-top: 10px solid #68a4b9; */
	text-align: center;
}
div.moduletable.KeyHeadline {
/* 	background-color: #68a4b9; */
}


div.custom.KeyHeadline {
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0% 0;
}

div.KeyHeadline h1 {
/* 	color: #ffffff; */
	font-size: 2.1em;
	margin: 0 0 0.2em 0;
	text-transform: uppercase;
}
div.KeyHeadline h2 {
/* 	color: #ffffff; */
	font-size: 1.4em;
	margin: 0 0 0.8em 0;
	text-transform: uppercase;
}
div.KeyHeadline h3 {
/* 	color: #ffffff; */
	font-size: 1.1em;
	margin: 0;
}

/*---- Slider Start ----*/

div#contop123 {
	padding: 5vh 0;
}

/*---- Start CreditBoxen ----*/

div.StartDoubleTeaser {
	padding: 2% 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;

}

div.StartDoubleTeaser > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 48%;
	background-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 3px;
	padding: 30px 30px 36px 30px;
	margin: 0 0 40px 0;
	position: relative;
/*
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
*/
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

div.StartDoubleTeaser > div::after {
	display: block;
	font-family: 'Font Awesome 5 Pro';
	content: "\f054";
	font-weight: 900;
	color: #68a4b9;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
div.StartDoubleTeaser > div:hover {
	background-color: #fcfcfc;
	border: 1px solid #68a4b9;
}



div.StartDoubleTeaser h3 {
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}
div.StartDoubleTeaser p {
	font-size: 0.9em;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 1.5em 0;
}
div.StartDoubleTeaser img {
	float: right;
	width: 50%;
	max-width: 180px;
	height: auto;
	margin: 12px 0 0 25px;
}

div.StartDoubleTeaser figure {
	float: right;
	width: 50%;
	max-width: 180px;
	min-height: 180px;
	margin: 12px 0 0 25px;
}
div.StartDoubleTeaser figure img {
	width: 100%;
	height: auto;
	float: none;
	margin: 0;
}

p.StartLink a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	border: none;
}



@media all and (max-width: 700px)
{
	div.StartDoubleTeaser > div {
		width: 100%;
		margin-bottom: 40px;
	}
}

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

footer {
	padding: 5% 0;
	background-color: #68a4b9;
	color: #ffffff;
	font-size: 0.9em;
	line-height: 1.4em;
}
footer h2, footer h3, footer h4 {
	color: #ffffff;
}
footer h3 {
	font-size: 0.9em;
	font-weight: 300;
	border-bottom: 0.5px solid #ffffff;
	margin: 0 0 30px 0;
	padding: 0 0 2px 0;
}
footer h4 {
	margin: 0 0 0.8em 0;
}

#foot123 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
#foot123 > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 33%;
	max-width: 350px;
}

.copyright {
	font-size: 0.85em;
}
.FooterLogo {
	padding: 0 0 25px 0;
	line-height: 0;
	font-size: 0;
}
.FooterLogo img {
	width: auto;
	height: 72px;
	font-size: 16px;
}

#foot2 p {
	padding: 0 0 0.5em 0;
}

#foot3 .FooterLogo img {
	height: 70px;
}

#foot3 {
	text-align: right;
	letter-spacing: 0.05em;
}

@media all and (max-width: 900px)
{
	#foot123 > div {
		width: 50%;
	}
		#foot3 {
		text-align: left;
		margin-top: 40px;
	}
		#foot3 .FooterLogo img {
		height: 60px;
	}
}

@media all and (max-width: 700px)
{
	#foot123 > div {
		width: 100%;
	}
	.FooterLogo img {
		height: 65px;
	}
}

/*---- SplitContent Zwei PDF nebeneinander, Konferenz-Ergebnisse, etc. ----*/

div.ContentBoxHalf {
	padding: 2% 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

div.ContentBoxHalf > div {
	order: 1;
	flex-grow: 0;
	flex-basis: auto;
	align-self: stretch;
	width: 45%;
}

@media all and (max-width: 650px)
{
	div.ContentBoxHalf > div {
		width: 100%;
		margin-bottom: 1em;
	}
}

/*---- Google-Map ----*/

div.bos-gmap {
	padding: 0 0 1em 0;
}

/*----pagenav ----*/

ul.pagenav {
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 0;
	width: 100%;
}
ul.pagenav li {
	padding: 0;
	margin:	0;
	display: inline-block;
}
ul.pagenav li.previous {
}
ul.pagenav li.next {
	float: right;
}
ul.pagenav li a {
	text-decoration: none;
}
ul.pagenav li span {
	display: inline-block;
    height: auto;
    line-height: auto;
    width: auto;
}
ul.pagenav::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	height: 0;
	content: '';;
	clear: both;	
}

/*---- pagination ----*/

div.pagination {
}
div.pagination ul {
    list-style-type: none;
    margin: 1em 0 1em 0;
    padding: 0;
    text-align:left;
}
div.pagination li {
    display: inline-block;
    padding: 0 0.5em 0 0.5em;
    margin:	0;
    font-size: 1.3em;
}
div.pagination li.disabled a {
	color: #bbbbbb;
}
div.pagination li.active a {
	text-decoration: none;
	font-weight: bold;
}
div.pagination li.active a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #68a4b9;
}
div.pagination a {
	font-size: 0.9em;
}
div.pagination [class^="icon-"] {

}
div.pagination [class^="icon-"]::before {
	vertical-align: bottom;
	width: 20px;
}

p.counter {
	font-weight:bold;
	text-align:right;
	clear:both;
}

p.readmore:before {
    content: '';
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    font-size: 0;
}

/*---- breadcrumb ----*/

ul.breadcrumb {
	font-size: 0.8em;
    margin: 0;
    overflow: hidden;
    padding: 0.5em 0;
}
ul.breadcrumb li {
	display:inline;
	list-style:none;
}
ul.breadcrumb li span.divider {
	margin: 0 4px;
}

/*---- Language ----*/

div.mod-languages {
	
}
div.mod-languages ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
div.mod-languages ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div.mod-languages ul li img {
	width: 30px;
	height: auto;
	border-radius: 200px;
}

/*---- system ----*/

div#system-message {
	font-weight: 400;
	text-align: center;
}
div#system-message .alert {
	color: #ee0000;
	background-color: #ffffff;
	border: 2px solid rgba(238, 0, 0, 0.6);
	border-radius: 3px;
	padding: 20px 30px;
	margin: 0 0 50px 0;
	position: relative;
}

div#system-message a.close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 2em;
	cursor: pointer;
	text-decoration: none;
	font-weight: 300;
}

#mailto-window{
	width:950px;
	margin:0 auto;
	padding:20px;
}


/*---- Login Modul im Beitrag ----*/

div.login 	{

}

div.login form	{
	margin: 0 auto;
	max-width: 500px;
}
div.logout form	{
	margin: 0 auto;
	padding-top: 50px;
	max-width: 500px;
	text-align: center;
}

div.login-description {
	padding-bottom: 2em;
}

div.login .control-label {
	display: inline-block;
	width: 150px;
	font-size: 0.9em;
}

div.login .controls {
 	display: inline-block;
}

div.login .control-group {
	margin-bottom: 1em;
}



button {
	padding: 7px 14px !important;
	background-color: #eeeeee;
	color: #000000;
	border: 0px solid #eeeeee;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
button:hover {
	background-color: #6aa6bb;
	color: #ffffff;
	cursor: pointer;
}

div.login .control-group button {
	margin-left: 156px;
}


/*---- LoginAgain ----*/

div.LoginAgain {
	text-align: center;
	padding: 5% 0 0 0;
}
div.LoginAgain a {
	display: inline-block;
	padding: 7px 14px !important;
	background-color: #eeeeee;
	color: #000000;
	border: 0px solid #eeeeee;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
    
}
div.LoginAgain a:hover {
	background-color: #6aa6bb;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

/*--- Projektmenu at headtop3 ---*/

#headtop3 {
	text-align: right;
	font-size: 0.8em;
	line-height: 1.3em;
	text-transform: uppercase;
}
#headtop3 div.moduletable {
	display: inline-block;
}

#headtop3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#headtop3 ul li {
	display: inline-block;
	margin-left: 1em;
}
#headtop3 ul li a {
	display: inline-block;
	padding: 7px 14px;
	background-color: #eeeeee;
	color: #000000;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
#headtop3 ul li a:hover {
	background-color: #6aa6bb;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}
#headtop3 ul li.active a {
	background-color: #6aa6bb;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

#headtop3 div.moduletable.LogoutButton {
	margin-left: 5px;
}
#headtop3 button {
	padding: 7px 14px !important;
	background-color: #eeeeee;
	color: #000000;
	border: 0px solid #eeeeee;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
#headtop3 button:hover {
	background-color: #6aa6bb;
	color: #ffffff;
	cursor: pointer;
}

/*---- cookiehint ----*/

#cookiehint {
	width: 100%;
	padding: 1% 0 1% 0;
	position: fixed;
	background-color: rgba(105, 165, 186, 0.9);
	border-top: 1px solid #68a4b9;
	z-index: 9999999;
	bottom: 0px;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: 300;
}
#cookiehint.hidden{
	display: none;
	visibility: hidden;
}

#cookiehint .cookiecontent {
	color: #ffffff;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;	
}
#cookiehint .cookiecontent p {
	margin: 0;
	padding: 0;
}

#cookiehint a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
}
#cookiehint a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}

#cookiehint .cookiebuttons {
	float: right;
	margin: 8px 0 0 20px;
}


#cookiesubmit {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  border-radius: 200px;
  border: 0px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#cookiesubmit:hover::before, #cookiesubmit:hover::after {
  background: rgba(255, 255, 255, 0.9);
}
#cookiesubmit::before, #cookiesubmit::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 30px;
  top: 24px;
  left: 10px;
  background: #68a4b9;
  border-radius: 10px;
}
#cookiesubmit::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cookiesubmit::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/*
.close.big {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}
.close.hairline::before, .close.hairline::after {
  height: 1px;
}
.close.thick::before, .close.thick::after {
  height: 4px;
  margin-top: -2px;
}
.close.black::before, .close.black::after {
  height: 8px;
  margin-top: -4px;
}
.close.heavy::before, .close.heavy::after {
  height: 12px;
  margin-top: -6px;
}
.close.pointy::Before, .close.pointy::after {
  width: 200%;
  left: -50%;
}
.close.rounded::before, .close.rounded::after {
  border-radius: 5px;
}
.close.blades::before, .close.blades::after {
  border-radius: 5px 0;
}
.close.warp::before, .close.warp::after {
  border-radius: 120% 0;
}
.close.fat::before, .close.fat::after {
  border-radius: 100%;
}
*/



/*---- j-tooltipp wech ----*/

body div.easy-tooltip-wrapper { display: none !important; }
body div.tooltip.fade.top { display: none !important; }

