body {
    color: #4d4d4d;
    font-family: 'Raleway', sans-serif;
    background: #ffffff;
}

.ttl_tagline {
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
	margin: 0 !important;
	display: block;
	width: 100%;
}
.navbar-default {
	padding-top: 10px;
	min-height: 100px;
}
.navbar-left {
	width: 79px;
	height: 79px;
	display: block;
	float: left;
}
.navbar-right {
	width: auto;
	height: 79px;
	display: block;
	float: left !important;
}
.custom-logo-link img {
	margin: 0 !important;
}

.footer-copyrights a {
    color: white;
}

blockquote {
    font-size: 14px;
}

th, td {
    padding: 5px;
}

dd, dt {
    line-height: 2.429;
}

table {
    width: 100%;
    border-collapse: collapse;
}

h1, .h1 {
    font-size: 30px;
}

h2,.h2 {
    font-size: 20px;
}

h3,.h3 {
    font-size: 18px;
}

h4,.h4 {
    font-size: 16px;
}

h5,.h5 {
    font-size: 20px;
}

h6,.h6 {
    font-size: 18px;
}

a {
    color: #EAC102;
}

a:focus, a:hover {
    color: #EAC102;
    text-decoration: none;
}

kbd {
    background: #333;
    color: #fff;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

a,.search-button,input,textarea,select {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

/*general-start*/
/*header social connection*/
.path-category a {
    color: #402804;
}

.path-category a:hover {
    color: #aaa;
}

.path-category strong {
    color: #aaa;
}

.path-category ul {
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
    padding-top: 40px;
}

.path-category ul li {
    display: inline-block;
}

.path-category ul li.separator {
    color: #eee;
    padding: 0 5px;
}

.social-connection {
    background-color: black;
    padding: 10px 0px;
}

.social-connection .social-media ul li, .social-connection .signin-links ul li {
    display: inline-block;
}

.social-connection .social-media ul li a {
    color: #707070;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

.social-connection .social-media ul li a:hover, a:focus {
    text-decoration: none;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.row-margin {
    margin-left: 0;
    margin-right: 0;
}

.social-connection .signin-links ul li a {
    color: #8E8E8E;
    font-weight: 600;
}

.social-connection .signin-links ul li a:hover {
    text-decoration: none;
}

.signin-links .language-menu ul li {
    display: block;
}

.signin-links ul li a .user-signin-icon {
    margin-right: 10px;
}

.signin-links ul li .divider {
    margin-left: 10px;
    margin-right: 10px;
    color: #545454;
}

.menu-caret {
    margin-left: 10px;
}

.signin-links ul li {
    padding-left: 10px;
}

.signin-links ul li a span {
    /*    padding-right: 10px;*/
}

.language-menu .dropdown-menu {
    min-width: 100%;
    padding: 0px 10px;
    border-radius: 0px;
    background-color: #EAC102;
}

.signin-links .language-menu ul li a {
    color: white;
}

.signin-links .language-menu ul li a:hover, .signin-links .language-menu ul li a:focus, .signin-links .language-menu ul li a:active, .signin-links .language-menu ul li a:visited {
    background-color: #EAC102;
}

/*menubar*/
header#top {
    padding: 15px 0;
    background: #F8F8F8;
    width: 100%;
}

#top .navbar-toggle {
    border: 0;
    z-index: 2;
}

#top .navbar-toggle .icon-bar {
    background: #EAC102;
}

#top .navbar-toggle:focus {
    background: transparent;
}

#top .navbar-toggle:hover {
    background: transparent;
}

.navbar-default {
    border-color: transparent !important;
    margin: 0 auto;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-header {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
}

.navbar-header .navbar-brand {
    font-weight: 900;
}

.navbar-brand {
    color: #000;
}

.navbar-header .navbar-brand {
    font-size: 24px;
    padding: 15px 0 0 15px;
    line-height: 1;
    width: 100%;
}

#menu-mainmenu.flex {
	display: flex;
}
#menu-mainmenu.flex_nowrap {
	flex-wrap: nowrap;
}
#menu-mainmenu.flex_spacebetween {
	justify-content: space-between;
}
#menu-mainmenu.flex_start {
	justify-content: flex-start;
}

.mainmenu {
    background: #ED1C24;
    border-top: 1px solid #CC1D22;
    border-bottom: 1px solid #CC1D22;
}
.mainmenu ul {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
    z-index: 9999;
}
.mainmenu li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	list-style: none;
	flex-grow: 1;
    transition: background 0.3s linear;
}
.mainmenu li+li {
	border-left: 1px solid #CC1D22;
}
.mainmenu li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}
.mainmenu li a i {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
}
.mainmenu li:hover,
.mainmenu li.current-menu-item {
	background: #CC1D22;
}
.mainmenu li:first-child:hover,
.mainmenu li.current-menu-item:first-child {
	border-radius: 4px 0 0 4px;
}
.mainmenu ul ul {
	width: 100%;
	max-height: 0;
	margin: 0 -1px 0 -1px;
	padding: 0;
	overflow: hidden;
	display: block;
	position: relative;
	background: #ED1C24;
	border-left: 1px solid #CC1D22;
	border-right: 1px solid #CC1D22;
	box-sizing: content-box;
	border-radius: 0 0 4px 4px;
    transition: max-height 0.5s ease-in-out;
}
.mainmenu li:hover ul {
	max-height: 9999px;
}
.mainmenu ul ul li {
	width: 100%;
	border-left: none;
	border-radius: none;
}
.mainmenu ul ul li:first-child:hover {
	border-radius: 0 !important;
}
.mainmenu ul ul li:last-child {
	border-radius: 0 0 4px 4px;
	border-bottom: 1px solid #CC1D22;
}
.mainmenu ul ul li a {
	width: auto;
	padding: 0 10px;
	display: block;
}
.mainmenu ul ul li+li a {
	border-top: 1px solid #CC1D22;
}
.mainmenu img.zu,
div.mobile {
	display: none;
}
@media screen and (max-width: 768px) {

	.mainmenu {
		width: 100%;
		height: 100%;
		font-size: 13px;
		position: absolute;
		display: none;
		background: rgba( 0,0,0, 0.8 );
		top: 0;
		left: 0;
		z-index: 3;
	}
	.mainmenu::before {
		width: 100%;
		height: 70px;
		line-height: 70px;
		margin-bottom: 10px;
		text-align: center;
		font-family: 'Yanone Kaffeesatz', sans-serif;
		color: #FFF;
		font-size: 22px;
		font-weight: 400;
		content: 'Menü';
		display: block;
	}
	.mainmenu ul {
		width: 100%;
		display: block !important;
	}
	.mainmenu ul li {
		line-height: 28px;
		padding: 10px 0;
		text-align: center;
		font-size: 20px;
	}
	.mainmenu ul li+li {
		margin: 0;
		padding: 10px 0;
		border: none;
	}
	.mainmenu ul ul {
		max-height: 9999px;
		display: block
	}
	.mainmenu ul * {
		border: none !important;
	}
	.mainmenu ul li:hover {
		background: none;
	}
	.mainmenu img.zu {
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
	}
	div.mobile {
		width: 30px;
		height: 30px;
		cursor: pointer;
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 2;
	}
	div.mobile img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 550px) {
	.navbar-left {
		display: none;
	}
}
.aligncenter,
.aligncenter img {
	clear: both;
	display: block;
	margin: 0 auto;
}


.wp-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
    background: #efefef;
    padding: 5px;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

img, video {
    height: auto;
    max-width: 100%
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 0;
}

#page {
    word-wrap: break-word;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    font-size: 13px;
}

.sticky {
}

.screen-reader-text {
    display: none;
}

.bypostauthor {
}

.alignright {
	padding: 0;
	margin-left: 1.5em;
	display: inline;
	float: right;
}

img.alignleft, img.alignright {
    float: none;
    margin: 0;
}

.alignleft {
	padding: 0;
	margin-right: 2.5em;
	display: inline;
	float: left;
}

/*search-box*/
#wrap {
    margin: 5px 0px 0px 200px;
    display: inline-block;
    position: relative;
    padding: 0;
    border-left: 1px solid #d1e0e0;
    border-right: 1px solid #d1e0e0;
}

input[type="search"] {
    font-size: 15px;
    display: inline-block;
    font-family: "Raleway";
    font-weight: 500;
    border: none;
    outline: none;
    color: black;
    padding: 0px 40px 7px 3px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

input[type="search"]:focus:hover {
    border-bottom: 1px solid #EAC102;
}

input[type="search"]:focus {
    width: 220px;
    z-index: 1;
    border-bottom: 1px solid #EAC102;
    cursor: text;
}

input[type="submit"] {
}

#search_submit {
    border-top: 0;
    border-bottom: 0;
    color: orange;
    background-color: white;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    font-size: 18px;
    padding: 0px 13px;
}

.form-submit input {
    background: none repeat scroll 0 0 #ccc;
    border: medium none;
    color: #fff;
    padding: 10px 38px;
    width: 20%;
    margin: 8px 0 0;
}

/*inline-dropdown*/
.mainmenu {
    background-color: #ED1C24;
}

.inline-dropdown .title-sortnews {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    margin-right: 15px;
}

.inline-dropdown ul {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.inline-dropdown ul li {
	list-style: none;
	margin: 0 0 0 0;
}
.inline-dropdown ul li a {
	color: #fff;
}
.inline-dropdown ul li a:hover {
	text-decoration: underline;
}

.inline-dropdown-list a.dropdown-toggle:hover {
    border-bottom: 3px solid #EAC102;
}

.news-title li {
    display: inline;
}

.main-row {
    width: 100%;
    margin: 0;
}

.footer-copyrights {
    color: white;
    margin: 16px 0 0;
}

/*news-post*/
.news-posts,.side-area {
    overflow: hidden;
    margin: 35px 0;
}

.news-posts .mainnews-post {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.news-posts .mainnews-post .mainnews-image {
    /* width: 100%; */
}

.news-posts .mainnews-post .news-category {
}

.news-posts .mainnews-post .news-category .comments {
}

.news-posts .mainnews-post .news-details {
    padding: 15px 20px;
}

.news-posts .mainnews-post .news-details .news-title {
    margin-bottom: 15px;
}

.news-posts .mainnews-post .news-details .news {
    letter-spacing: 0.5px;
    /* text-align: justify;*/
}

.mainnews-post .path-category {
    margin-bottom: 15px;
}

.mainnews-post .path-category span {
    color: #EAC102;
}

#single-blog .mainnews-post {
    border: 0px;
    border-radius: 0px;
}

#single-blog .news-title {
    margin-bottom: 15px!important;
}

#single-blog .like-article-form {
    margin-top: 15px;
}

#single-blog .like-article-form .like-article-subcribe button {
    border: 0;
    border-radius: 4px;
    background-color: #EAC102;
    height: 40px;
    font-weight: 600;
}

#single-blog .like-article-form .like-article-subcribe button a {
    color: white;
}

#single-blog .news-details {
    padding: 15px 0px;
}

.like-article-form .subcriber-name input {
    padding: 20px 15px;
}

.like-article-form .subcriber-email input {
    padding: 20px 15px;
}

.like-article {
    margin-top: 20px;
}

.like-article h4 {
    margin: 0;
    color: #EAC102;
    border-bottom: 1px solid #EAC102;
    padding-bottom: 8px;
}

/*gallery*/
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img, .gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

/*comment form*/
.comment {
    position: relative;
}

.comment-body {
    padding: 0 0 20px;
    position: relative;
}

.comment .comment-author img {
    float: left;
    margin: 0 0 15px;
}

.comment b {
    font-weight: 500;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 15px;
    color: #14213d;
}

.comment span {
    display: none;
}

.comment .comment-metadata a {
    padding-left: 15px;
    color: #a2a2a2;
}

.comment .comment-awaiting-moderation {
    padding-left: 65px;
    font-style: italic;
    font-weight: 400;
}

.comment .comment-content {
    padding-left: 95px;
}

.comment .comment-content p {
    font-size: 14px;
    color: #14213d;
}

.comment-respond {
    padding: 45px 0 0 5px;
}

.comment .reply {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-area, .comments-count {
    padding-left: 5px;
}

.comments-count {
    margin-left: 5px;
}

.comment-area, .comment-area li {
    list-style-type: none;
}

.comment .comment-reply-link:hover {
    background: #777;
    color: #fff;
}

.comment .comment-reply-link {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #EAC102;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0;
    width: auto;
    border: none;
    display: inline-block;
}

.logged-in-as, .comment-notes {
    margin-top: 10px;
    color: #14213d;
}

.comment-reply-title, .comments-count {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 11px 0;
}

.comments-count h5, .comment-respond h3 {
    margin: 0;
}

.comment-metadata {
    margin: 5px;
}

.single-blog-tag {
    font-weight: 400;
    padding: 0 0 45px;
}

.single-blog-tag span {
    padding: 0 5px;
}

.single-blog-tag a:hover {
    color: #FCA311;
}

.comment-form label {
    /*display: none;*/
}

.comment-form p {
    overflow: hidden;
}

.comment-form .comment-form-comment {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
}

.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
    float: left;
    width: 32%;
    margin-bottom: 15px;
    margin-right: 2%;
}

.comment-form .comment-form-url {
    margin-right: 0;
}

.comment-form .form-submit {
    clear: both;
}

.comment-form input, .comment-form textarea {
    display: inline-block;
    width: 100%;
    margin: 0px 0;
    padding: 8px 12px;
    color: #a2a2a2;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #a2a2a2;
    box-shadow: inherit;
    outline: 0;
}

.comment-form textarea:focus, .comment-form #author:focus, .comment-form #email:focus, .comment-form #url:focus {
    border-color: #777;
}

.comment-form .submit {
    background: #EAC102;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0;
    width: auto;
    border: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.comment-form .submit:hover {
    background: #777;
}

/*comment form end*/
/*labels*/
.label-img {
    position: relative;
    margin: 15px auto;
    display: table;
}

.relatednews-post-panel .label-img, .similar-post-panel .label-img {
    margin-bottom: 0;
}

.label-img .label {
    color: white;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.29) 100%);
    padding: 40px 15px 10px;
}

.label .label-row {
    padding: 0;
    margin: 0;
}

.label-img .comments {
    text-align: right;
}

.label .label-column span {
    font-size: 13px;
    float: right;
}

.comments .comments-icon {
    font-size: 15px;
}

.label .comments .comments-no {
    font-size: 15px;
    padding-left:7px;
}

/*other-news*/
.other-news .othernews-post {
    border: 1px solid transparent;
    border-radius: 4px;
    border-bottom: 1px solid #d9d9d9;
}
.other-news .othernews-post:first-child {
    border-top: 1px solid #d9d9d9;
}

.other-news .othernews-post .othernews-post-image {
    /*max-width: 100%;
    max-height: 150px;*/
    overflow: hidden;
}

.othernews-post-image img {
    border-radius: 4px;
    background: #EAC102;
}

.other-news .othernews-post .othernews-post-details {
    padding: 15px 0px;
}

.other-news .othernews-post .othernews-post-details .othernews-post-title {
    margin: 0 0 10px;
}

.other-news .othernews-post .othernews-post-details .othernews-post-news {
    max-height: 100px;
    overflow: hidden;
}

/* related news-posts*/
.relatednews-post .relatednews-post-panel {
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-bottom: 1px solid #d9d9d9;
}

.relatednews-post-image {
    width: 100%;
}

.relatednews-post-image img {
    border-radius: 4px;
    width: 100%;
}

.relatednews-post-details {
    padding: 15px 0px;
    overflow: hidden;
}

.relatednews-post-details .relatednews-post-title h5,.similar-post-details .similar-post-title h4 {
    margin: 0 0 10px;
}

.similar-post-details .similar-post-title a, .relatednews-post-details .relatednews-post-title a {
    color: #4D4D4D;
    line-height: 1.8;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relatednews-post-details .relatednews-post-news {
    font-weight: 500;
    max-height: 100px;
    overflow: hidden;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .relatednews-post,
    .relatednews-post .row {
        display: flex;
        flex-direction: column;
    }
    .main-row > .col-sm-9,
    .relatednews-post .row * {
        float: none;
    }
    .relatednews-post .row img,
    .relatednews-post .row .label {
        width: 100%;
        max-width: 100%;
    }
    .relatednews-post .row .label-img {
        display: block;
    }
    .relatednews-post .row .label-img .label {
        width: 100%;
        max-width: 100%;
    }
    .relatednews-post .row .label-img .label .col-xs-9 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .news > p > img.alignleft {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}

.carousel-arrows {
    position: absolute;
    bottom: 60%;
    top: 40%;
    margin: 0px 15px;
}

.carousel-arrows span {
    background-color: white;
    text-align: center;
    padding: 0px 10px;
}

.carousel-arrows .left-navigation {
    float: left;
}

.carousel-arrows .right-navigation {
    float: right;
    margin-left: 170px;
}

/*similar-post start*/
.similar-post .similar-post-panel {
    margin-bottom: 15px;
}

.similar-post-image img {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.similar-post-details {
    padding: 15px 0px;
    border: 1px solid transparent;
    border-radius: 0px 0px 4px 4px;
    border-bottom: 1px solid #d9d9d9;
}

.similar-post-details .similar-post-news {
    font-weight: 500;
    max-height: 95px;
    overflow: hidden;
    line-height: 1.7;
    font-size: 14px;
}

.page-links {
    clear: both;
    display: block;
}

.more-info {
    margin-bottom: 20px;
    border: 0;
    display: block;
    text-align: right;
}

.page-numbers {
    padding: 8px 12px;
    border-radius: 3px;
    text-align: center;
    color: #333;
    display: inline-block;
    border: 1px transparent;
    cursor: pointer;
}

.next, .prev {
    border: 1px solid #EAC102;
    color: #EAC102;
}

.page-numbers.dots:hover {
    background: inherit;
    color: inherit;
}

.current, .page-numbers:hover, .next:hover, .prev:hover {
    color: #fff;
    background: #EAC102;
}

.news-posts .more-info .more-info-link a {
    padding: 0px 15px;
    color: black;
}

.news-posts .more-info .more-info-arrow {
    padding: 0px 10px;
    color: #EAC102;
}

/*side area*/

.sidebar {
        float: left;
        margin-right: -100%;
        position: relative;
        width: 25%;
    }

a.rsswidget {
    font-size: 16px;
}

span.rss-date {
    font-size: 12px;
    color: #ccc;
    padding-left: 5px;
}

cite {
    color: #EAC102;
}

.side-area-post {
    margin-bottom: 35px;
}

.side-area-post .side-area-heading {
    color: #EAC102;
    border-bottom: 1px solid #EAC102;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.side-area-post .side-area-heading div.title {
	font-size: 18px;
}

.side-area-post .side-area-heading:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    left: 15px;
    margin: 7px 0 0 0;
    background: #EAC102;
    border-radius: 100%;
}

.side-area-post ul {
    margin: 0;
    padding: 0;
}

.side-area-post ul li {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background: transparent;
}

.side-area-post ul li a {
    text-decoration: none;
    color: #777;
    padding: 10px 0;
    letter-spacing: 0.5px;
}

.side-area-post ul li a:hover {
    text-decoration: none;
    color: #337AB7;
}

.side-area-post .recent-news {
    border-radius: 4px;
}

.side-area-post th,.side-area-post td {
    text-align: center;
    padding: 5px 0;
}

.side-area-post ul li.recentcomments a {
    color: #8a8a8a;
    letter-spacing: 0.8px;
    padding: 0;
}

.side-area-post ul li.recentcomments a:hover {
    color: #337AB7;
    text-decoration: none;
}

.recent-news {
    margin-bottom: 20px;
}

.recent-news .recent-news-button {
    border: 0px;
    padding: 10px 20px;
    background-color: white;
    border-radius: 4px 0px 0px 4px;
}

.recent-news .popular-news-button {
    padding: 10px 20px;
    background-color: white;
    border: 0px;
    border-radius: 0px 4px 4px 0px;
    border-color: #EAC102;
}

.popular-news-button.active {
    padding: 10px 20px;
    background-color: #EAC102;
    border: 0px;
    border-radius: 0px 4px 4px 0px;
    border-color: #EAC102;
}

.popular-news-button.active a {
    color: white !important;
}

.recent-news-button.active a {
    color: white !important;
}

.recent-news-button.active {
    border: 0px;
    padding: 10px 20px;
    background-color: #EAC102;
    border-radius: 4px 0px 0px 4px;
}

.recent-news .popular-news-button a {
    color: #EAC102;
}

.recent-news .recent-news-button a {
    color: #EAC102;
}

.side-area-post .sidenews-post {
    margin-bottom: 15px;
    border-bottom: 1px solid #DDE5E8;
}

.sidenews-post .sidenews-updates {
    padding-bottom: 15px;
}

.sidenews-post-image img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

select {
    width: 100%;
    padding: 9px 7px;
    border-radius: 4px;
    letter-spacing: 1px;
    cursor: pointer;
    height: 40px;
    /*line-height: 40px;*/
    background: transparent;
    outline: none;
    border: 1px solid;
}

caption {
    text-align: center;
    font-size: 16px;
    background: #FFE4C4;
    color: #4d4d4d;
}

.side-area-post table {
    border: 1px solid #FFE4C4;
}

.sidenews-post-details .sidenews-post-date {
    font-size: 12px;
    margin-bottom: 5px;
}

.sidenews-post-heading {
    margin: 0;
    line-height: 1.3;
    /*font-weight: 700;*/
}

.sidenews-post-heading a {
    color: #777;
}

.side-area-post .categories li {
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 0px;
}

.side-area-post .categories li a {
    /*color: #3F3F3F;*/
}

.side-area-post .categories {
    margin-bottom: 20px;
}

.side-area-post .categories li a .news-numbers {
    float: right;
}

.tagcloud {
    margin: 10px 10px 20px 0;
    width: 100%;
}

.tagcloud a {
    font-size: 14px !important;
    border-radius: 4px;
    background: #EEEEEE;
    margin: 0px 12px 12px 0px;
    padding: 5px 16px;
    display: inline-block;
    color: #3B3B3B;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.tagcloud a:hover {
    color: #FFF;
    background: #EAC102;
}

.tags a {
    border-radius: 4px;
    background-color: #EEEEEE;
    margin: 0px 12px 12px 0px;
    padding: 5px 16px;
    display: inline-block;
    color: #3B3B3B;
    font-weight: 600;
}

.tags {
    margin-bottom: -15px;
}

hr {
    border-top: 1px solid black!important;
}

.or-divider-left {
    padding-right: 0px;
}

.or-divider-right {
    padding-left: 0px;
}

.or-divider {
    padding-top: 10px;
    text-align: center;
}

ul.children {
    padding: 0 10px;
}

.menu-testing-menu-container {
    overflow: hidden;
    width: 100%;
}

.menu-footer-links .sub-menu {
    display: none;
}

/*iframe*/
.videotar_video {
    border: 1px solid transparent;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 5px;
    height: 0;
    marging: 10px;
    border-radius: 5px 5px 0px 0px;
}

.videotar_video_other_post {
    border: 1px solid transparent;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 5px;
    height: 0;
    marging: 10px;
    border-radius: 5px 0px 0px 5px;
}

.videotar_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure,img {
    max-width: 100%;
}

.side-area-post .subcribeform label {
    margin-bottom: 15px;
    font-weight: 400;
}

.side-area-post .subcribeform .subcribe-button {
    border: 0;
    border-radius: 4px;
    width: 100%;
    background-color: #EAC102;
    margin-bottom: 15px;
    padding: 10px 0px;
}

.side-area-post .subcribeform .subcribebutton-row a {
    color: white;
    text-align: center;
}

.social-network .social-network-links ul li a {
    color: white;
    padding: 10px;
    border-radius: 50%;
}

.social-network .social-network-links ul li .facebook {
    background-color: #3D5A97;
    padding: 9px 13px;
}

.social-network .social-network-links ul li .twitter {
    background-color: #4EACEC;
}

.social-network .social-network-links ul li .vk {
    background-color: #4976A1;
}

.social-network .social-network-links ul li .pinterest {
    background-color: #FF3756;
    padding: 9px 13px;
}

.social-network .social-network-links ul li .tumblr {
    background-color: #33465B;
    padding: 9px 13px;
}

.social-network .social-network-links ul li .dribbble {
    background-color: #F14F86;
}

.social-network .social-network-links ul li {
    margin-bottom: 7px;
}

.social-list li {
    padding-right: 0;
    padding-left: 7px;
}
.search-box .search-box-input{width: calc(100% - 40px);}
.search-box .search-box-input .search-box-form {
    border-radius: 20px 0px 0px 20px;
}

.search-box .search-box-input .search-box-form:focus {
    box-shadow: none;
}

.search-box-input .search-button {
    border-radius: 0px 20px 20px 0px;
    background-color: #FFAA2C;
    color: #fff;
    border-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box {
    margin-top: 30px;
    margin-bottom: 30px;
}

.search-box .search-box-input .search-box-form {
    padding: 10px 12px;
    background-color: #F5F5F5;
    border-color: transparent;
    z-index: 0;
}

.email-subcribe {
    background-color: black;
    padding: 70px 0px;
}

.email-subcribe .email-box {
    padding: 10px 60px 10px 20px;
    border-radius: 22px;
    margin-right: 30px;
}

.email-subcribe .email-subcribe-button {
    padding: 10px 60px 10px 20px;
    border-radius: 22px;
    background-color: #EAC102;
    border: 0px;
}

.email-subcribe .email-subcribe-button a {
    color: white;
}

.widget-footer {
    background-color: #CC1D22;
}

.widget-footer .widget-footer-row {
    padding: 20px 0px 35px 0px;
}

.widget-footer-row .widget-footer-heading {
    color: white;
    font-weight: 800;
    margin-bottom: 30px;
}

.pages-widget ul li a {
    font-weight: 700;
    color: #cdcdcd;
}

.pages-widget ul li .open-details {
    float: right;
    color: #909090;
}

.pages-widget ul li {
    border-radius: 4px;
    border: 1px solid #757575;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.pages-widget ul .accordion {
    background-color: #212121;
    cursor: pointer;
    width: 100%;
    border-radius: 4px 4px 4px 4px;
}

.pages-widget ul .accordion.active,.pages-widget ul .accordion:hover {
    border-radius: 4px 4px 0px 0px;
}

.pages-widget ul .accordion.active {
    margin-bottom: 0;
}

.pages-widget ul .pages-widget-panel {
    padding: 10px;
    background-color: #212121;
    display: none;
    color: #cdcdcd;
    font-weight: 200;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #757575;
    margin-bottom: 15px;
    transition: ease-in-out 1s;
}

.twitter-widget-details ul li {
    border-bottom: 1px solid #3C3C3C;
    padding-bottom: 15px;
    color: #CECECE;
    padding-top: 10px;
}

.twitter-widget-details ul li:first-child {
    padding-top: 0;
}

.twitter-widget-update-list .twitter-widget-react {
    color: #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 1px;
    margin-right: 3px;
}

.twitter-widget-news p {
    font-weight: 500;
}

.twitter-widget-update-list {
    font-weight: 200;
}

.twitter-widget-icon {
    color: #50ABEC;
}

.twitter-widget-news-post {
}

.twitter-widget-arrow {
    padding: 0px 7px;
}

.signin-links {
    display: none;
}

.twitter-widget-arrow i {
    font-weight: 200;
}

.icon-2x {
    font-size: 16px !important;
}

.mcat_name {
    padding: 0 3px;
}

.social-widget-heading {
    color: white;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 15px;
}

.fliker-widget-deatils .fliker-img {
    padding-right: 0;
    margin-bottom: 15px;
}

.news-widget-details .detail-form {
    border-radius: 4px;
    padding: 20px 15px;
    border: 1px solid #757575;
    background-color: transparent;
}

.news-letter-subcribe button {
    background-color: #303030;
    border: 0;
}

.news-letter-subcribe button a {
    color: white;
    font-weight: 500;
}

.news-widget-details .message {
    padding: 20px 15px 95px 15px;
}

.menu-footer {
    background-color: #303030;
}

.menu-footer-links li a {
    color: white;
    font-weight: 700;
}

.menu-footer-links li a:hover {
    background-color: black !important;
}

.menu-footer-row {
    padding: 0px 0px;
}

.menu-footer-searchbox {
}

.menu-footer-input {
    background-color: transparent !important;
    border-radius: 22px;
    border-color: #7F7F7F !important;
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
}

.menu-footer-searchbox .menu-footer-submit {
    border-radius: 22px;
    background-color: transparent;
    border-color: #7F7F7F;
    color: #989898;
}

.footer-language-menu ul li a {
    color: #969696;
}

.footer-language-menu {
    margin-top: 15px;
}

.footer-language-menu .footer-menu-globe-icon {
    margin-right: 10px;
}

.recent-news .active {
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
    background-color: #fff;
    padding: 5px 10px;
    margin: 0px 15px;
    color: black;
}

.owl-next {
    right: 0px;
}

.owl-controls {
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

#single-blog .similar-article {
    margin-bottom: 20px;
}

.page-numbers > li {
    display: inline-block;
}

.news-title > ul {
    margin: 8px 0 0;
    padding: 0;
}

.widget-title {
    border-bottom: 1px solid #555;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.footer-post h1 {
    background-color: #1f1f1f;
    border-bottom: 1px solid #555;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.imnews-custom-widget {
    display: table;
    margin-bottom: 20px;
}

.recentcomments {
    color: #777;
}

.recentcomments a {
    color: #ccc;
    letter-spacing: 0.8px;
    padding: 0;
}

.recentcomments a:hover {
    color: #33A3DD;
}

.footer-calendar_wrap {
    color: #ccc;
}

.month-footer a {
    color: #33A3DD;
}

.month-footer a:hover {
    color: #33A3DD;
}

/*---------------Comment Form-------------*/
label {
    color: #4d4d4d;
    left: 10px;
    opacity: 0.8;
    top: 10px;
    transition: all 0.2s ease 0s;
}

.logged-in-as {
    margin-bottom: 22px;
}

input, textarea {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: inherit;
    color: #4d4d4d;
    display: inline-block;
    padding: 6px 12px;
    /*width: 100%;*/
}

.navbar-header img {
    margin: 30px 0 20px;
}

.othernews-post-image img {
    height: 170px;
    object-fit: cover;
    object-position: 0 0;
}
.othernews-post .label-img,
.othernews-post .othernews-post-image,
.othernews-post .othernews-post-image img {
    width: 100%;
}

/*---------------Comment Form-------------*/
/*media-query*/
@media screen and (min-width: 30em) {
    img.alignright {
        float: right;
        margin-left: 1.5em;
    }

    img.alignleft {
        float: left;
        margin-right: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;

    }

    .navbar-header {
        padding-left: 15px;
    }

    .navbar-header .navbar-brand {
        float: none;
        display: block;
        margin-right: 70px;
    }

    .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
        width: 100%;
    }

    .more-info {
        float: none;
    }

    .othernews-post-image img {
        overflow: hidden;
        width: 100%;
    }

    .label-img {
        margin-bottom: 0;
    }

    .inline-dropdown .title-sortnews {
        /*margin-bottom: 15px;*/
    }

    .relatednews-post-image img,
    .similar-post-image img {
        width: 100%;
    }

    .email-subcribe {
        padding: 30px 0px;
        text-align: center;
    }

    .email-subcribe input {
        margin-bottom: 15px;
    }

    .carousel-arrows .right-navigation {
        margin-left: 238px;
    }

    .open>.dropdown-menu li a {
        padding: 5px 0px!important;
    }

    .social-media {
        margin-bottom: 15px;
    }

    .submenu {
        right: 0;
        top: 0;
        position: absolute;
        display: block;
        height: 25px;
        width: 21px;
        border-left: 1px solid black;
        cursor: pointer;
    }

    .inline-dropdown {
        display: block;
    }

    #single-blog .like-article-form .like-article-subcribe button {
        margin-top: 15px;
    }

    .similar-post-panel {
        margin-bottom: 15px;
    }

    .form-submit input {
        width: auto;
    }

    .othernews-post-image img {
        height: 350px;
    }
}

@media screen and (min-width: 480px) {
    /* Gallery Columns */ .gallery-item {
        max-width: 25%;
    }

    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

@media screen and (min-width: 768px) {
    /* Gallery Columns */ .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }

    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }

    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }

    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }

    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

@media screen and (max-width: 600px) {
    .comment .comment-author img {
        display:block;
        float: none;
    }

    .comment .comment-content, .comment b, .comment .comment-metadata a, .comment-metadata {
        padding: 0;
        margin: 0;
    }

    .othernews-post-image img {
        height: 300px;
    }
}

@media screen and (max-width: 500px) {
    .othernews-post-image img {
        height: 250px;
    }
}

@media screen and (max-width: 450px) {
    .othernews-post-image img {
        height: 220px;
    }
}

header#top .container {
	position: relative;
}
.willkommen {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 10px;
	right: 30px;
}
@media screen and (max-width: 1000px) {
	.container {
		width: 100%;
	}
	.willkommen {
		display: none;
	}
	.mainmenu li a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 20px;
		font-weight: 300;
	}
}

div#ez-toc-container.ez-toc-wrap-right-text {
	margin-left: 12px;
}

div#ez-toc-container.ez-toc-wrap-left-text {
	margin-right: 12px;
}

div.toc {
	margin: 0 0 10px 10px;
	padding: 10px 10px 0 10px;
	float: right;
	background: #f5f5f5;
}
div.toc p {
	display: none;
}
div.toc ul {
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 10px;
}
div.toc ul li {
	line-height: 20px;
	font-size: 13px;
}
div.toc ul li a:hover {
	color: #4d4d4d;
}
div.toc ul li ul {
	margin-top: 0;
}

@media screen and (max-width: 550px) {
	div.toc {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
	.other-news .othernews-post .othernews-post-details .othernews-post-news+a {
		width: 100%;
		display: inline-block;
		padding: 16px 0;
		margin: 16px 0 0 0;
		color: #fff;
		background: #ED1C24;
		border-radius: 8px;
		text-align: center;
	}
	.page-numbers {
		padding: 16px 24px;
		margin: 4px 0;
	}
	.side-area-post ul li a {
		padding: 16px 0;
		width: 100%;
		display: inline-block;
	}
	.footer-copyrights {
		text-align: center;
		color: #303030;
	}
	.footer-copyrights a {
		width: 100%;
		padding: 16px 0;
		display: inline-block;
	}
}

.aawp-left,
.aawp-right {
	width: 50%;
	float: left;
	display: inline-block;
	margin: 0 20px 0 0 ;
}
.aawp-right {
	float: right;
	margin: 0 0 0 20px;
	
}
.aawp-left .aawp .aawp-product--horizontal,
.aawp-right .aawp .aawp-product--horizontal {
	margin: 0;
}

.news-posts .mainnews-post .news-details .news div:after {
	content: '';
	display: table;
	clear: both;
}

.label-img img[src*="images-amazon.com/"] {
	width: 260px;
	height: 165px;
	object-fit: cover;
	/*object-position: 50% 10%;*/
}

/* Archive Page Styles */
.archive-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #EAC102;
}

.archive-title {
    color: #333;
    font-size: 32px;
    margin-bottom: 10px;
}

.archive-description {
    color: #666;
    font-size: 16px;
    margin: 0;
}

.archive-navigation {
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
}

.archive-navigation h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.year-filter, .month-filter {
    margin-bottom: 20px;
}

.year-link, .month-link {
    display: inline-block;
    padding: 8px 15px;
    margin: 2px;
    background: #EAC102;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.year-link:hover, .month-link:hover {
    background: #d4a800;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.month-link {
    display: block;
    margin: 5px 0;
}

.archive-info {
    margin-top: 40px;
}

.archive-stats {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.archive-stats h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid #EAC102;
    padding-bottom: 10px;
}

.stat-box {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.stat-box h4 {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.stat-number {
    color: #EAC102;
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .archive-navigation .row > div {
        margin-bottom: 20px;
    }
    
    .year-link, .month-link {
        padding: 6px 12px;
        font-size: 14px;
    }
    
    .archive-title {
        font-size: 24px;
    }
    
    .stat-box {
        margin-bottom: 10px;
    }
    
    .stat-number {
        font-size: 24px;
    }
}