    .autocomplete {
        /*the container must be positioned relative:*/
        position: relative;
        display: inline-block;
        box-sizing: border-box;
    }
    input {
        border: 1px solid transparent;
        background-color: #f1f1f1;
        padding: 10px;
        font-size: 16px;
        box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
    }
    input[type=text] {
        background-color: #f1f1f1;
        width: 50%;
        box-sizing: border-box;
    }
    input[type=submit] {
        background-color: #1c8dfb;
        color: #fff;
        box-sizing: border-box;
    }
	input[type=submit].inverted {
        background-color: #f1f1f1;
		color: #0095ff;
    }
    .autocomplete-items {
        position: absolute;
        z-index: 999;
        /*position the autocomplete items to be the same width as the container:*/
        top: 0;
        right: 0;
        box-sizing: border-box;
		width: 50%;
    }
    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        box-sizing: border-box;
    }
    .autocomplete-items div:hover {
        /*when hovering an item:*/
        background-color: #e9e9e9;
        box-sizing: border-box;
    }
    .autocomplete-active {
        /*when navigating through the items using the arrow keys:*/
        background-color: DodgerBlue !important;
        color: #ffffff;
    }

.breadcrumbs-wrap {
margin-top:15px;
margin-bottom:15px
}

.breadcrumbs {
padding:14px 25px;
font-size:12px;
color:#8d97a1;
line-height:1
}

.breadcrumbs a {
color:#656565;
text-decoration:none
}

.breadcrumbs a.home {
color:#1e73be
}

.breadcrumbs a:hover {
color:#1e73be
}

.breadcrumbs .location {
margin-right:21px;
text-transform:uppercase
}

.breadcrumbs .delim {
padding:0 10px;
font-size:16px;
color:#8d97a1;
line-height:.7
}

.breadcrumbs-mobile{
	display: none;
}

.breadcrumbs-mobile .toCrumb{
	display: none;
}

.breadcrumbs-mobile .toCrumb:last-child{
	display: inherit;
}

@media only screen and (max-width: 767px) {
	.breadcrumbs {
		display:none
	}
	
	.breadcrumbs-mobile{
		display: block;
		margin-left: 15px;
	}
	
}.button{
	text-align: center;
}

.button a {
	background-color: #0095ff;  
	color: white;
	padding: .5em;
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 14px;
	display: block;
	width: max-content;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
}


.button.inlined{
	display: inline-block;
	margin: 0 5px;
}

.inline-container{
   display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.button.small a{
    padding: .4em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.button.centered a{
    margin-left: auto;
    margin-right: auto;
	color: #fff;
}

@media only screen and (max-width: 767px) {
    .button.centered-mobile a{
    margin-left: auto;
    margin-right: auto;
	color: #fff;
    }
}

.button.green a{
	background-color: #57bb8a;
}

.button.inverted a{
	background-color: white;
	color: #0095ff;
}

.button.inverted a:visited{
	color:#0095ff;
}

.button a:visited{
	color:#fff;
}

.button a:focus,
.button a:hover,
.post-container .button a:focus,
.post-container .button a:hover{
  background-color: #1e73be;
  color: #fff;
  text-decoration: none;
}

.button a.selected{
	background-color: #09508e;
}

.button.inverted a:focus,
.button.inverted a:hover{
	background-color: #eeeeee ;
	color:#0095ff;
}

.button.green a:focus,
.button.green a:hover{
	background-color: #52b685;
}

.button-caption{
	color: #555555;
	font-weight: bold;
}

input[type="file"] {
background-color: #1c8dfb;
color: #fff;
box-sizing: border-box;
margin-bottom: 20px;
text-align: center;
}

.button input#submit {
background-color: #1c8dfb;
color: #fff;
box-sizing: border-box;
text-align: center;
}.result{
	font-size: 15px;
	font-weight: 700;
	color:#19232d;
}

.result-amount{
	text-align: right;
}.codebox{
	padding: 20px;
	background: #34495E;
	color: white;
	max-width: 100%;
	border-radius: 6px;
    box-shadow: 0 2px 3px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);
	text-align: left;
	overflow: hidden;
}

.showbox{
	padding: 20px;
	max-width: 100%;
	border-radius: 6px;
    box-shadow: 0 2px 3px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);
	text-align: left;
	overflow: hidden;
	color: black;
}

.showbox h1, .showbox h2, .showbox h3, .showbox h4 {
color: black;
}

.showbox .image{
	background-size: cover;
    height: 310px;
    width: 174px;
    margin-right: 5px;
}

.showbox .bar{
	 color: #737373; font-weight: 400; height: 20px; margin-bottom: 4px; position: relative;  width: 100%;
	 
}
.showbox .bar .bar-number{
left: -16px; position: absolute;
}

.showbox .bar .bar-bar{
height: 20px;
display: inline-block;
opacity: 0.8;
}

.codebox em{
	color: #17A589;
}/*Collection*/

.listing article{
	position: relative;
	/*margin-bottom: 28px;*/
}

/**

Fix for byteloop.de 

.listing .column{
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
}

**/



.filter-collection{
	display: flex;
	width: 100%;
}
.collection{
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}

.collection-sidebar{
	width: 230px;
	flex-shrink: 0;
	margin-right: 25px;
}

.sidebar-element .heading{
	font-size: 17px;
}

.sidebar-element .sub-heading{
	font-size: 15px;
	color: grey;
}

.sidebar-element{
	margin-bottom: 25px;
}

@media only screen and (max-width: 799px){
	.collection-sidebar{
		width: 100%;
		/** MOBILE **/
		display: none;
	}
	
		.filter-collection{
		flex-wrap: wrap
	}
}

.filters{
	display:inline-block;
}

.filters li{
	 list-style:none;
	 line-height:2;
 }
 
 
.filters > li{
	padding-top: 10px;
}


.filters li a{
	display: inline-block;
	line-height:normal;
}

.sub-filter{
	padding-left: 10px;
	border-left: 2px solid #1e73be;
	margin-left: 3px;
	margin-left: 3px;
}

.filter-selected{
	font-weight: 700;
}

.sub-filter-selected{
	font-weight: 700;
}

/** Tag **/

.tag-title{
	position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    padding: 0 10px;
    margin-left: 7px;
    max-width: calc(100% - 14px);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #1e73be;
	color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tag-title-round{
	position: absolute;
    padding: 0 15px;
    line-height: 30px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #e8e8e8;
    border-radius: 23px;
    color: grey;
    left: 5px;
    top: 5px;
}

.tag-title a{
	color: #fff;
}

.tag-title.curved.left{
	margin-left: 0px;
	border-radius: 16px 0px 16px 0px;
}

.tag-title.curved.right{
	margin-left: 0px;
	border-radius: 0px 16px 0px 16px;
	right: 0;
}

.tag-title.flag{
	height: 2em;
    width: 30px;
	background-size: contain;
	box-sizing: content-box;
}

.tag-title.flag.de{
	background-image: url(/images/flags/de.png);
}


.collection article{
	position: relative;
}

/** Info **/

.card-info{
	background-color: #e7e7e9;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 0 15px;
}

.card-info .sub-title a:hover{
    color: #19232d;
}

.card-info .post-title a:hover{
    color: #19232d;
}

.post-container .card-info{
	margin-bottom: 0;
}

.card-info .sub-title{
	text-align: center;
	margin: 0;	
}

.card-info .sub-title a{
	font-size: 14px;
	color: grey;
}

.card-info .post-title{
	color: #545454;
}

.card-info .post-title a{
	color: #545454;
	font-size: 17px;
	font-weight: 600;
}

.card-info .post-title{
	padding: 0 0 15px 0;
	text-align: center;
}

.collection > .column{
	background-color: #e7e7e9;
	border-radius: 16px;	
}

.main-footer {
    background-color: #f2f2f2;
	color: #2c3a49;
}

.main-footer .wrap {
    padding: 49px 25px;
	
}

.main-footer .widgettitle {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 28px;
    color: #19232d;
}

footer{
	display: block;
}

.lower-footer{
	background-color: #e3e3e3;
}

.lower-footer .wrap{
	padding: 14px 25px;
	overflow: hidden;
}

.lower-footer .menu{
	float: right;
	overflow: hidden;
}

.lower-footer .menu li {
    float: left;
    padding-left: 0.5em;
}

.lower-footer .menu li:first-child:before {
    content: '';
}
.lower-footer .menu li:before {
    content: "\b7";
    padding-right: 0.5em;
    display: inline-block;
}

.main-footer .row:before, .main-footer .row:after{
	content: " ";
	display: table;
}

.main-footer .row:after{
	clear: both;
}

.widget li:first-child {
    padding-top: 0;
}
.widget li {
    padding: 7px 0px;
}.main {
	margin: 0 auto 42px;
}

.cc-window.cc-floating.cc-bottom{
	max-width: 100%;
	bottom: 0;
}

.media {
    display: flex;
    align-items: flex-start;
}

/** Api **/
@media only screen and (max-width: 767px){
	#app-header{
		font-size: 19px
	}
}

ul.fa-ul{
	margin-left: 1.5em;
}

/** Boosterpack **/

.translation{
	color: grey;
}

.post-container ul{
	margin-left: 20px;
}.main-color,.trending-ticker .heading,.nav-light .menu>li:hover>a,.nav-light .menu>.current-menu-item>a,.nav-light .menu>.current-menu-parent>a,.nav-light .menu li li:hover,.nav-light .menu li li.current-menu-item,.nav-light .mega-menu .sub-nav li:hover,.nav-light .menu .sub-nav li.current-menu-item,.nav-light .menu li li:hover>a,.nav-light .menu li li.current-menu-item>a,.nav-light .mega-menu .sub-nav li:hover>a,.nav-light .menu .sub-nav li.current-menu-item>a,.nav-light-search .active .search-icon,.nav-light-search .search-icon:hover,.breadcrumbs .location,.gallery-title,.section-head.prominent,.recentcomments .url,.block.posts .fa-angle-right,.news-focus .section-head,.focus-grid .section-head,.post-meta-b .posted-by a,.post-content a,.main-stars,.main-stars span:before,.related-posts .section-head,.comments-list .bypostauthor .comment-author a,.error-page .text-404,a.bbp-author-name {
color:#1e73be
}

article,header,footer {
display:block
}

ul {
margin:0;
padding:0;
border:0;
vertical-align:baseline;
font-size:100%;
font-family:inherit
}

body {
margin:0;
padding:0;
border:0;
vertical-align:baseline;
font-family:"Open Sans",Arial,sans-serif;
font-size:14px;
line-height:1.5
}

h1,h2,h3,h4,h5,h6 {
font-weight: 700;
color: #19232d;
margin-bottom: 24px;
font-family: inherit;
line-height: 1.5;
}

h1 {
font-size:24px
}

h2 {
font-size:21px
}

h3 {
font-size:18px
}

h4 {
font-size:16px
}

h5 {
font-size:15px
}

h6 {
font-size:14px
}

textarea{
    background-color: #f1f1f1;
    border: none;
    padding: 10px;
	font-family: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
}

.centered{
  text-align: center;
}

.centered h2{
	margin: 0;
}

.centered-container{
	padding: 0;
	min-height: 100px;
	width: 100%;
	position: relative;
}

a {
color:#19232d;
text-decoration:none;
-webkit-transition:all .4s ease-in-out;
-moz-transition:all .4s ease-in-out;
-o-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

a:hover {
text-decoration:underline
}

.col-12{
width: 100%;
}

.col-8 {
width:66.666666666667%
}

.col-6 {
width:50.0%
}

.col-4 {
width:33.333333333333%
}

.col-3{
width: 25%;
}

.col-9{
width: 75%;
}

.row > .col-6.col-50{
	width: 50%
}

.wrap {
padding:0 25px;
width:1078px;
text-align:left;
margin:0 auto
}

.content-wrap{
	text-align:left;
	margin:0
}


.whitespace-small {
	padding-top: 50px;
}

.whitespace-large {
	padding-top: 100px;
}

.row > [class*="col-"] {
padding-left:25px;
padding-right:25px;
float:left;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

.row > [class*="col-"].nopad{
padding-left:0;
padding-right:0;
}

.row {
display:flex;
flex-wrap: wrap;
margin-right:-25px;
margin-left:-25px;
height: max-content;
}


.main-head header {
min-height:135px;
line-height:135px;
overflow:hidden;
display:table-cell;
vertical-align:middle;
height:135px
}

.main-head .title a, .main-footer .title a{
text-decoration:none;
color:#19232d;
display: flex;
align-items: center
}

.main-footer .title a{
font-size:25px;
font-weight:700;
letter-spacing:-1px;
max-width:100%
}

.main-head .title{
font-size:37px;
font-weight:700;
letter-spacing:-1px;
max-width:100%
}

.main-head .right {
float:right
}

.main .sidebar {
border-left:1px solid transparent
}

.main .sidebar:before {
content:" ";
position:absolute;
border-left:1px solid #d9d9d9;
height:100%;
margin-left:-25px
}


@media only screen and (max-width: 799px) {
.main-head header {
display:block
}
.main-head .title, main-footer .title {
margin-bottom:28px;
margin-top:42px;
line-height:1;
display: flex;
align-items: center;
justify-content: center;
}
}


@media only screen and (max-width: 1128px) {
.wrap {
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
}



@media only screen and (max-width: 767px) {
.row:not(.nowrap) > [class*="col-"] {
width:100%;
margin-bottom:28px;
padding-left: 0;
padding-right: 0;
}

.row:not(.nowrap) > [class*="col-"].col-50 {
width:50%;
}

.lower-footer .menu {
float: none;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.wrap {
	padding: 0;
}

.post-container{
	margin: 0 10px;
}

.main .sidebar:before {
height:0
}
}

@media only screen and (max-width: 450px) {
	.row:not(.nowrap) > [class*="col-"].col-50 {
		width:100%;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 940px) and (min-width: 800px) {
	.row > [class*="col-"] {
	padding-left:15px;
	padding-right:15px
	}

	.wrap>.row,.row {
	margin-left:-15px;
	margin-right:-15px
	}

	.main .sidebar:before {
	margin-left:-15px
	}
}



@media only screen and (max-width: 767px){
	.grid-2.row .column{
		width: 100%;
	}
	
	.suggestion .grid-3.row .column{
		width: calc(50.00% - 20px);
	}
	
	.grid-3.row .column{
		width: calc(50.00% - 20px);
	}
	
	.grid-4.row .column{
		width: calc(50.00% - 20px);
	}
	
	.grid-5.row .column{
		width: calc(50.00% - 20px);
	}
	
}

@media only screen and (max-width: 620px){
	
		
	.suggestion .grid-3.row .column{
		width: calc(50.00% - 20px);
	}
	
	.grid-3.row .column{
		width: calc(50.00% - 20px);
	}
	
	.grid-4.row .column{
		width: calc(50.00% - 20px);
	}
	
	.grid-5.row .column{
		width: calc(50.00% - 20px);
	}

}

@media screen and (min-width: 1024px){
	.column .image:hover{
		transform: scale(1.05);
	}
	
}

.grid-2 .column{
	width: calc(50% - 20px);
}

.grid-3 .column{
	width:calc(33.33% - 20px);

}

.grid-4 .column{
	width:calc(25.00% - 20px);

}

.grid-5 .column{
	width:calc(20.00% - 20px);
}

.column .image{
	background-position: 50%;
    height: 100%;
    display: block;
    background-size: cover;
	transition: transform .25s ease-out,-webkit-transform .25s ease-out;
	position: absolute;
	width: 100%;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.column .image.without-border{
	transform: scale(1.0);
	    background-size: contain;
    background-repeat: no-repeat;
}



.column .image-wrapper{
	height: inherit;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.column .image-wrapper:after {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    z-index: -1;
    padding-bottom: 100%;
}

.grid .column img{
	display: block;
    width: 100%;
    height: auto;
    object-fit: fill;
}

@media only screen and (min-width: 767px){
.grid .column img {
    max-height: 200px;
}
.home .grid .column:first-child img{
	max-height: none;
}
}

.column{
	float:left;
	margin: 10px;
	box-sizing: border-box;
}

.home .row .column:first-child{
	width: calc(100% - 20px);
	height: auto;
}
.home .post-title{
	font-size: 16px;
}

.column .meta{
	position: relative;
    margin-top: -12px;
    background: #f2f2f2;
    line-height: 25px;
    font-size: 14px;
    color: #a6a6a6;
    text-transform: uppercase;
    padding-left: 14px;
    overflow: hidden;
}

.grid h2{
    color: #19232d;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 14px;
    margin: 7px 0;
	position: relative;
}


.cf:before, .cf:after {
    content: " ";
    display: table;
}

.main > .row,.main .post-wrap > .row {
overflow:hidden;
position:relative
}

.error-page{
margin-top: 112px;
}

.error-page .text-error {
    font-size: 60px;
    color: #1e73be;
    line-height: 1;
    text-align: left;
    padding-left: 0;
}

.bigNumber{
	font-size: 36px;
	text-align:left;
}


.list-unstyled, .no-list-style{
	list-style:none;
	padding: 0;
}

.promotion {
margin-top: 8px;
margin-bottom: 30px;
clear:both
}


.box{
    position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.inner-box{
	 height: 100%;
    width: 100%;
}

.bars{
    display: flex;
    place-items: flex-end;
	width: 100%;
	height: 250px;
} 

.bar {
	background-color: #eaeaea;
    width: calc(20% - 10px);
    position: relative;
    margin: 5px;
    padding: 0px;
    margin-bottom: 0;
    margin-top: 0;
}

.timeline-date{
	width: 100%;
    position: relative;
    padding: 0px;
    margin-bottom: 0;
    margin-top: 5px;
	text-align: center;
}

.flex-column{
	display: flex;
    place-items: flex-end;
	line-height: 12px;
}

.timeline-dash{
	background-color:#dddddd;
	margin: auto;
	padding: 0px;
	margin-bottom: 0;
	margin-top: 0;
	width: 2px;
	height: 5px;
}

.bar-amount{
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: calc(100% + 25px);
	font-weight: 500;
	color: #19232d;
	font-weight: bold;
}

@media only screen and (min-width: 551px){
	.box.rotate{
		height: 250px;
	}
}
@media only screen and (max-width: 550px){
	.bar-amount{
	height: initial;
	transform: rotate(-90deg);
	bottom: calc(100% + 15px)
	}
	
	.timeline-date{
		transform: rotate(-90deg);
		margin-left: -5px;
	}
	
	.box.rotate{
		transform: rotate(90deg);
		height: 250px;
		width: 250px;
		margin: auto;
	}
	
	.inner-box{
		height: 290px;
		position: relative;
		bottom: 0px;
	}
	
	.flex-column{
		line-height: inherit;
	}
}

.timeline{
	width: calc(100% - 10px);
	height: 1px;
	background-color: #dddddd;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}.main-head header {
	min-height:135px;
	line-height:135px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
	height:135px
}

.main-head .title a {
	text-decoration:none;
	color:#19232d
}

.main-head .title {
	float:left;
	font-size:37px;
	font-weight:700;
	letter-spacing:-1px;
	max-width:100%
}

.main-head .right {
	float:right
}

@media only screen and (max-width: 799px) {
	.main-head header {
		display:block
	}

	.main-head .title {
		float:none;
		text-align:center;
		margin-bottom:28px;
		margin-top:42px;
		line-height:1
	}
}
.hero{
	width: 100%;
	max-height: 535px;
	overflow: hidden;
    color: #f2f2f2;
    display: inline-block;
	position: relative;
	margin-top: 25px;
}

.hero-image{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .5s ease-in,transform .5s ease-in;
	opacity: 1;
	user-select: none;
    pointer-events: none;
}

.hero-title{
	font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
	text-transform: uppercase;
    color: white;
    margin-bottom: 10px;
    min-width: 205px;
    display: block;
    position: relative;
	font-weight: 700;
}

.hero-title-container{
	    transform: translateY(-50%);
    width: 300px;
    padding: 0 0 0 5%;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
}

@media screen and (min-width: 1024px){
.hero-title {
    font-size: 45px;
    line-height: 45px;
}
}.list{
	width: 100%;
	min-width: 500px;
}

.scrollable{
	overflow-x: auto;
}

.scrollable::-webkit-scrollbar{
	display: none;
}

.list-row{
	display: flex;
	padding: 10px;
}

.list-entry{
	width: 100%;
	display: flex;
}

.dividendlist .list .list-row:nth-child(n+12) {
    display:none;
}

.list .list-row:first-child{
	color: black;
	font-weight: bold;
	background: #f2f2f2;
}

.list-row:nth-child(odd) { background: #fcfcfc; }

.flag{
	width: 20px;
	position: relative;
    top: calc(50% - 10px);
	margin-right: 10px;
}
.navigation {
color:#efefef;
box-sizing:border-box;
border-top:2px solid #1e73be;
margin-bottom: 15px;
}

.logo-image {
	display:inline-block;
	max-width:100%;
	padding-right: 5px;
	vertical-align: middle;
	position: relative;
	max-height: 4rem;
	height: auto;
}

.navigation .menu>li:hover>a,.navigation .menu>.current-menu-item>a,.navigation .menu>.current-menu-parent>a,.navigation .menu>.current-menu-ancestor>a,.block-head,.tabbed .tabs-list .active a,.comment-content .reply,.sc-tabs .active a,.nav-dark-b {
color:#1e73be
}

.navigation ul {
list-style:none;
line-height:2;
position:relative
}

.navigation ul li {
float:left
}

.navigation .menu>li:first-child>a {
    border-left: 0;
    box-shadow: none;
    height: 43px;
}
.navigation .menu>li>a {
text-decoration:none;
line-height:43px;
border-bottom:2px solid transparent;
margin-bottom:-2px
}

.navigation .menu > li:first-child > a{
	font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    max-width: 100%;
	position: relative;
	top: 10px;
}

.navigation .menu > li:first-child > a:hover{
	color:black;
}

.navigation .menu li>a {
float:left;
padding:0 25px
}

.navigation .mobile a{
	float: left;
}

.navigation a {
color:#000
}

.navigation span {
color:#19232d
}

.navigation .mobile {
display:none
}

.navigation:before,.navigation-wrap:before {
content:" ";
display:table
}

.navigation-wrap:after,.navigation:after {
content:" ";
display:table;
clear:both
}



/** Mobile Navigation **/
@media only screen and (max-width: 830px) {
	.navigation {
	border-top:1px solid #eee
	}

	.navigation .menu {
	display:none
	}

	.navigation .mobile {
	display:block
	}

	.navigation .mobile .selected {
	display:block;
	padding:0 15px;
	line-height:44px;
	margin-bottom:-1px
	}

	.mobile .selected {
	height:44px
	}

	.navigation .mobile .logo-image {
		float:left;
		top: 10px;
		max-height: 1.75rem;
		height: auto;
		width: auto;
	}

	.logo-image {
		display:inline-block;
		max-width:100%;
		padding-right: 5px;
		vertical-align: middle;
		top:25%;
		position: relative;
		max-height: 1.75rem;
		height: auto;
	}
	
	.logo-image.big{
		max-height: 4rem;
	}
	
	.navigation .mobile .logo-image.big {
		max-height: 4rem;
	}

	.navigation .mobile .hamburger,.navigation .mobile .fa-search {
		font-size:21px;
		float:right;
		width:50px;
		color:#1e73be;
		margin-right:-50px;
		text-align:center;
		line-height:50px;
		position:relative
	}

	.navigation .mobile input.hamburger {
	height:43px;
	padding:0;
	margin: 0 -10px 0 0;
	opacity:0;
	z-index:1
	}

	.navigation .mobile ul {
	display:none;
	line-height:inherit
	}

	.navigation ul li {
		clear:both;
		float:left;
		text-transform:none;
		width:100%;
	}


	.navigation li a:before {
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	font-size:15px;
	line-height:.9;
	content:"\f105";
	text-shadow:0 0 1px #efefef;
	margin-left:10px;
	color:#000;
	margin-right:10px
	}

	.navigation li a {
	display:block
	}

	.navigation .mobile .mobile-menu-burger input[type=checkbox]:checked ~ ul {
	display:block
	}
	
	.navigation .mobile .mobile-menu-burger input[type=checkbox]:checked ~ .hamburger:before {
	content: "\f00d";
	}
	
}#rate-positive{
	background-color: #c1eac1;
}

#rate-negative{
	background-color: #fbb6c9;
}
.post-container a:hover {
color:#19232d
}

.post-container a {
color:#1e73be
}

.post-container {
line-height:1.857;
color:#606569;
font-size:13px
}

.post-container>p:first-child {
color:#3a4149;
font-size:1.0769em
}

.post-container p {
margin-bottom:1.875em
}

.post-container h1,.post-container h2,.post-container h3,.post-container h4,.post-container h5,.post-container h6 {
font-weight:700;
color:#19232d;
margin-bottom:24px;
font-family:inherit;
line-height:1.5
}

.post-container img {
height:auto
}

/** Content **/

.post-header {
margin-bottom:10px
}

.featured {
margin-bottom:14px;
position:relative
}

.featured-image {
background-position: 50%;
height: 100%;
display: block;
background-size: cover;
transition: transform .25s ease-out,-webkit-transform .25s ease-out;
width: 100%;
max-width: 100%;
}

.featured-image-wrapper{
height: 500px;
}

.author {
margin: 0 10px
}

.post-share {
border-top:none;
padding:0;
margin-top:-10px;
line-height:1.857;
overflow:hidden
}

.post-header .post-meta {
font-size:11px;
text-transform:uppercase;
overflow:hidden
}

.post-meta {
color:#a6a6a6
}

.post-header .post-title {
position:relative;
padding-left:18px;
margin-right:35px;
float:left;
font-weight:700
}

.heading:after {
clear:both;
content:" ";
display:table
}

.heading .post-title:before {
content:" ";
display:block;
float:left;
position:absolute;
left:0;
height:100%;
border-left:3px solid #1e73be
}
.heading .post-title.pretty {
text-align: center;
margin-right: 0;
padding-left: 0;
float: none;
}
.heading .post-title.pretty:before {
content:none;
}

.caption {
margin-right:21px;
max-width:100%;
height:auto;
float:left;
width:120px
}

.caption-text {
margin-bottom:0;
margin-right:10px;
font-style:italic;
font-size:.923em;
text-align:center
}

.section-head {
background:#f2f2f2;
line-height:32px;
color:#19232d;
font-size:13px;
font-family:"Open Sans",Arial,sans-serif;
font-weight:600;
text-transform:uppercase;
padding:0 14px;
margin-bottom:28px
}

h4.section-head{
	line-height:32px;
}

.author-info {
font-size:13px;
overflow:hidden;
margin-bottom:28px
}

.author-info .avatar {
float:left
}

.author-info .description {
margin-left:135px;
line-height:1.714
}

.author-info [rel="author"] {
text-transform:uppercase;
color:#19232d
}

.suggestion{
	margin: 30px 0 0;
}

@media only screen and (min-device-width: 1824px) {
	.post-container {
	font-size:15px
	}
}.smart-search{
	width: 250px;
	margin-top: 5px;
	display: inline-block;
}

.smart-search input{
	width: 100%;
}

.navigation ul li.smart-search{
	float:right;
}

.smart-search .autocomplete-items{
	width: inherit;
	color: black;
	top: 45px;
}

.mobile .smart-search{
	width: calc(100% - 75px);
}

.mobile .smart-search input{
	width: 100%;
}

.mobile-menu-burger{
	display: inline;
}

.mobile  .autocomplete-items div{
	padding: 0;
	padding-left: 50px;
}

.mobile .smart-search .autocomplete-items{
	width: 100%;
	top: 60px;
}/** Sections **/

.main-content .section-heading{
	font-size: 28px;
	text-align: center;
}

.main-content .section-subheading{
	font-size: 20px;
	text-align: center;
	margin-top: -0.9em;
	color: grey;
}

h2.section-title{
	font-size: 30px;
	font-weight: 700;
}

h1.section-title{
	font-size: 2.5rem;
	font-weight: 700;
}

.section, .section h1, .section h2, .section h3, .section h4{
	width: 100%;
	color: #304279;
}

.section.blue{
	color:white;
	background:#3273df;
}

.section.grey{
	color:#304279;
	background: #f2f2f2;
}

.section.blue h1, .section.blue h2, .section.blue h3{
	color:white;
}

.section.grey h1, .section.grey h2, .section.grey h3{
	color: #304279;
}

/**Spacing**/

@media only screen and (min-width: 768px) {
	.section.spaced{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.section.spaced-top{
		padding-top: 100px;
	}

	.section.spaced-bottom{
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {

	.section.spaced-mobile-large{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.section.spaced-mobile{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.section.spaced-mobile-top-large{
		padding-top: 100px;
	}

	.section.spaced-mobile-bottom-large{
		padding-bottom: 100px;
	}


	.section.spaced-mobile-top{
		padding-top: 50px;
	}

	.section.spaced-mobile-bottom{
		padding-bottom: 50px;
	}

	.spaced-mobile {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.spaced-mobile-bottom {
		padding-bottom: 50px;
	}

	.spaced-mobile-top{
		padding-top: 50px;
	}

}
.visuallyhidden {
border:0;
clip:rect(0 0 0 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}

.post-share .text {
font-size:13px;
display:inline-block;
margin-right:30px;
text-transform:uppercase;
color:#19232d
}

.post-share .share-links {
width:100%
}

.share-links a {
width:13.42%;
height:30px;
line-height:30px;
text-align:center;
color:#fff;
font-size:20px;
margin-right:1%;
background:#19232d;
float:left
}

.share-links a:last-child {
margin-right:0
}

.share-links a:hover {
text-decoration:none
}

.share-links .fa-facebook {
background:#204385
}

.share-links .fa-twitter {
background:#2aa9e0
}

.share-links .fa-google-plus {
background:#d3492c
}

.share-links .fa-pinterest {
background:#ca2128
}

.share-links .fa-linkedin {
background:#02669a
}

.share-links .fa-tumblr {
background:#44546b
}



.share-buttons {
display:flex;
margin:16px 0;
list-style:none
}

.share-buttons li {
margin-right:16px;
margin-bottom: 0;
}

.share-buttons li a {
font-size:36px;
display:block
}

.share-buttons a:hover {
text-decoration:none
}

.share-buttons .title {
display:none
}

.share-buttons .share-button-fb a::before {
color:#3B5998
}

.share-buttons .share-button-tw a::before {
color:#4099FF
}

.share-buttons .share-button-gplus a::before {
color:#DD4B39
}

.share-buttons .share-button-pocket a::before {
color:#DD4B39
}

.share-buttons .share-button-whatsapp a::before {
color:#25D366
}

.share-buttons .share-button-telegram a::before {
color:#54B3E6
}

.share-buttons .share-button-pinterest a::before {
color:#CA2128
}

@media only screen and (min-width: 800px) {
	.share-buttons .share-button-whatsapp {
	display:none
	}

	.share-buttons .share-button-telegram {
	display:none
	}
}

@media only screen and (max-width: 799px) {
	.share-buttons {
	justify-content:center
	}

	.post-share-mobile {
	text-align:center
	}
}

.section-header-filled{
	    padding-bottom: 0;
    margin: 0 0 20px;
    color: #000;
    text-transform: uppercase;
    line-height: 26px;
    position: relative;
    font-weight: 700;
	border-bottom: 2px solid #1c1c1c;
	font-size: 14px;
}

.section-header-filled span{
	background: #1c1c1c;
    color: #fff;
    line-height: 30px;
    padding: 8px 15px;
    position: relative;
}

.section-header-filled span:after {
    border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    content: " ";
    width: auto;
    height: auto;
    bottom: -20px;
    margin-left: -10px;
    left: 50%;
    border-width: 10px;
    border-style: solid;
}

.posts-thumb{
	margin-right: 10px;
}

.posts-thumb .posts-thumb-image{
	height: auto;
	margin-right: 10px;
}

.posts-thumb-image.small{
	width: 110px;
    height: 70px;
    margin-right: 10px;
}

.top-posts-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
	display: inline-block;
	margin: 0 0 .25rem;
}
.posts-info p{
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.top-posts time {
    color: #888;
    font-size: 12px;
    text-transform: capitalize;
}

.top-posts a{
	color: #19232d;
}


.top-posts ul{
	margin-left: 0;
}


.data-table-row{
	float: left;
	overflow: hidden;
	width: 60%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.data-table-row:first-child{
	width: 40%;
	max-width: 200px;
	color: grey;
}

.data-table-row.equal{
	width: 50%;
}

.table-parent{
	display: flex;
	flex-wrap: wrap;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
    border-spacing: 0;
}

table.noborder th, table.noborder td{
	border: none;
	padding: 8px 15px;
}

table.noborder th{
	color: black;
	background-color: none;
}

th, td {
	background: #fff;
	padding: 4px 7px;
	border: 1px solid #e1e1e1; 
	margin: 0;
    vertical-align: baseline;
    font-size: 14px;
    font-family: inherit;
}

tr, tbody{
	margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
    font-family: inherit;
}

th { background: #f2f2f2; }

tr:nth-child(odd) td { background: #fcfcfc; }

@media only screen and (max-width: 500px) {
	.data-table.col-6{
		width: 100%;
	}
}
a.tag-link{
	background: #e8e8e8;
    padding: 10px;
    border-radius: 10px;
    color: #19232d;
	display: inline-block;
    line-height: 1.0rem;
    margin-bottom: 5px;
    margin-right: 5px;
}

a.tag-link:hover{
    text-decoration: none;
	background: #d8d8d8
}
.top-bar {
border-top:4px solid #1e73be;
background:#f2f2f2;
border-bottom:1px solid #e7e7e7
}

.top-bar-content {
padding:10px 0;
color:#999
}

.top-bar-content a {
color:inherit
}

.top-bar-content:after {
clear:both;
content:" ";
display:table
}

.top-bar-content:before {
content:" ";
display:table
}

.top-bar-content > div {
display:inline
}



@media only screen and (max-width: 799px) {
	.top-bar-content {
		display:none
	}

	.top-bar .trending-ticker .heading {
		float:none;
		margin-right:0
	}

	.top-bar .trending-ticker ul {
		float:none
	}

	.top-bar-content > div {
		display:block
	}

	.top-bar .trending-ticker {
		text-align:center;
		margin-bottom:14px
	}
}

.trending-ticker .heading {
float:left;
color:#1e73be;
text-transform:uppercase;
margin-right:50px
}

.trending-ticker ul {
float:left
}

.trending-ticker li:first-child {
display:block
}

.trending-ticker li {
display:none;
color:#656565
}

.trending-ticker a {
max-width:450px;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
vertical-align:middle;
padding-right:10px;
margin-top:-2px
}@media only screen and (min-width: 768px){

	.triangle:after, .triangle-after:after{
		background: #3273df;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
		display: block;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		/**top: 99%**/
		top: 100%;
		height: 190px;
		width: 100%;
	}


	.triangle:before, .triangle-before:before{
		background: #3273df;
		-webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
		clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
		display: block;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -189px;
		height: 190px;
	}

	.triangle-before{
		margin-top: 190px;
		position: relative;
	}

	.triangle-after{
		margin-bottom: 190px;
		position: relative;
	}

	.triangle{
		margin-top: 190px;
		margin-bottom: 190px;
		position: relative;
	}

	.triangle.blue:after, .triangle-after.blue:after{
		background: #3273df;
	}

	.triangle.grey:after, .triangle-after.grey:after{
		background: #f2f2f2;
	}

	.triangle.blue:before, .triangle-before.blue:before{
		background: #3273df;
	}

	.triangle.grey:before, .triangle-before.grey:before{
		background: #f2f2f2;
	}

}h2.faq-title{
margin-top: 25px;
}

#faq a{
text-decoration: underline;
color: #304279;
font-weight: 500;
}

#faq{
color: #5d6b95;
}

.example-pdf{
max-width: 100%;
border: 1px solid black;
}.wiki-alphabet {
    width: 25px;
    height: 25px;
    background-color: #f1f1f1;
    text-align: center;
    margin: 10px 0;
    padding: 10px;
}

.wiki-alphabet:first-child {
    margin-top: 0px;
}

a.wiki-alphabet-element {
    width: 100%;
    color: #484848;
    font-weight: 600;
}

.wiki-entry{
	color: #484848;
	background-color: #f1f1f1;
	font-weight: 600;
	padding: 12px;
}

.wiki-entry:hover{
	color: white;
	background-color: #1c8dfb;
}

a.wiki-entry-link:hover{
	text-decoration: none;
}

.wiki-alphabet.selected, a .wiki-alphabet:hover{
	color: white;
	background-color: #1c8dfb;
	text-decoration: none;
}

a.wiki-alphabet-element:hover{
	text-decoration: none;
}
a.wiki-link{
	font-weight: 600;
	text-decoration: underline;
}