/*!
Theme Name: vergleichdas_theme
Theme URI: achtsekunden.com/
Author: achtsekunden.com
Author URI: http://achtsekunden.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vergleichdas_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

vergleichdas_theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	line-height:1.3;
}

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #405d71;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 0em 1em;
    padding-left:0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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%;
}

.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%;
}

.gallery-caption {
	display: block;
}


/* STYLES #######################################################################*/ 


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');

@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');


/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url('fonts/googlefonts/montserrat-v23-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/googlefonts/montserrat-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/googlefonts/montserrat-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/googlefonts/montserrat-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/googlefonts/montserrat-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/googlefonts/montserrat-v23-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  
  /* montserrat-600 - latin */
  @font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: url('fonts/googlefonts/montserrat-v23-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/googlefonts/montserrat-v23-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/googlefonts/montserrat-v23-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/googlefonts/montserrat-v23-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('fonts/googlefonts/montserrat-v23-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/googlefonts/montserrat-v23-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
  } 

body{
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size:18px;
}

.content-area.template_fullscreen_content.without_sidebar{
    width:100%;   
}

.site-content{
    max-width:1400px;
    margin:0 auto;
}
.pagewrapper{
    max-width:1400px;
    margin:0 auto;
}
.content-area{
    width:75%;
    float:left;
    padding:10px 40px 10px 10px;
}
.widget-area{
    width:25%;
    float:right;
}
.as_heading_wrap{
    display:flex;   
}
.site-branding{
    width:20%;
	padding-top:10px;
}
.middle-navigation{
    width:55%; 
    padding-top:10px;
}
.as_searchblock{
    width:35%;
    position:relative;
}
.right-navigation{
    width:10%;
    text-align:right; 
    padding-top:0px;
}
.site-header{    
    padding:10px;
}

.as_mainmenu_close{
    text-align:right;   
    width:100%;
    display:block;    
}
.as_mainmenu_close .fas.fa-times{
    cursor:pointer;
}
/* MENU */
.as_mainmenu_wrap{
    width:800px;   
    background:white;
    position:fixed;
    right:-820px;
    top:0px;
    padding:10px 20px;
	padding-bottom:20px;
    z-index:999;
	border-bottom-left-radius: 5px;
}
.middle-navigation li{
    display:inline;
    margin-right:10px;
}
.middle-navigation li a{
    text-decoration: none;
    color:#405d71;
	background-image: linear-gradient(#ed1e79,#ed1e79);
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: 50% 100%;
	transition: background-size .2s ease-in;
	padding-bottom:5px;
}
.middle-navigation li a:hover{
	color:#ed1e79;
	background-size: 50% 2px;
}
.middle-navigation ul {
    margin:0px;
    padding:0px;
}
.main_menu_toggler{
    /*position:fixed;
    right:40px;*/
    top:20px;
}
.main_menu_toggler i{
    color:#ed1e79;
    font-size:40px; 
    cursor:pointer;
}
.main_menu_toggler i:hover{
    color:#ff1e79;        
}
.as_mainmenu_close{
    color:#ed1e79;
    font-size:40px;
    padding-right:30px;
}
.as_front_elements_wrap{
    display:flex;
    flex-flow:wrap;
    margin-top:20px;
    margin-bottom:50px;
    padding-left:20px;
    padding-right:20px;
}
.as_latest_wrap{
    display:flex;
}
.as_latest_wrap_inner{
	display:flex;
    flex-flow:wrap;
}
.asfe_item{
    width:25%; 
    padding:7px 10px;    
}
.asfe_item_inner{   
    border-radius:4px;
    text-align: center;     
    position:relative;
    z-index:1;
    overflow: hidden;
}
.asfe_item_inner:hover img{
    -moz-box-shadow: 0px 0px 5px #adadad;
    -webkit-box-shadow: 0px 0px 5px #adadad;
    box-shadow: 0px 0px 5px #adadad;    
    overflow: hidden;
}
.as_latest_item{
    width:25%; 
    padding:20px;    
}
.as_latest_item_inner{
    background:white;
    padding:10px;
    border-radius:3px;
    text-align: center; 
    min-height:200px;
}
.asfe_text{
    background-color:rgba(25,66,93,0.8);
    color:white;
    display:block;
    width:100%;
    position:absolute;
    bottom:20px;
    padding:4px;
    font-weight:300;
    font-size:22px;
    transition: .4s all ease;
   
}
.asfe_item_inner a{
    display:block;
    width:100%;
    height:100%; 
    transition: .4s all ease;
}

.asfe_item_inner a:hover img{
     opacity:0.9;
}

.asfe_item_inner a:hover .asfe_text{
    background-color:rgba(25,66,93,1); 
}
.asfe_item_inner a img{
    border-radius:2px;
    transition: .4s all ease;
}
.content-area.template_fullscreen_content.without_sidebar{
    padding:20px 180px;
}
.as_front_title{
    background-color:#001F33;
    text-align:center;
    color:white;
    padding-top:70px;
    padding-bottom:70px;
	padding-left:20px;
	padding-right:20px;
    background-image:url(https://www.vergleichdas.com/wp-content/themes/vergleichdas_theme/images/bg_title_1.jpg);
}
.as_latest{
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(72,90,102,1) 0%, rgba(76,94,106,1) 100%);
    padding:50px 20px;
    margin-top:50px;
    margin-bottom:50px;
}
.bodyoverlay{
    background-color:black;
    width:100%;
    height:100%;
    display:none;
    position: fixed;
    opacity:0.5;
    z-index:99;
}
.as_searchblock .search-field{
    width:80%;
    padding:10px;
    border-radius:4px;
    font-weight:300; 
    color:#405d71;
    border:2px solid #405d71;
}
.as_footer_widgets_wrap{
    display:flex;  
    justify-content:space-between;
    text-align:left;
	padding-left:20px;
	padding-right:20px;
}
.as_footer_widget.as_footer_right img{
	max-width:250px;
}
.as_footer_widget.as_footer_right img:last-of-type{
	margin-bottom:20px;
}
.as_footer_widget{
    width:33.3%;
}
.content-area.vd_single_main{
    width:65%;
    margin:0 auto;
    float:none;
}
.as_searchblock input[type="submit"] {    
    background-color:transparent;
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    cursor:pointer;
    padding:5px;
    font-size:28px;
    line-height:1.1;
    border:0px;
    position:absolute;
    top:3px;
    margin-left:5px;
    color:#405d71;
}
.as_searchblock input[type="submit"]:hover { 
    color:#115d71;
}
.as_searchblock .search-form {    
    position:relative;
}
.site-header{
    background:white;
}
.site-header.sticky{
    position: fixed;
    width:100%;
    z-index:99;
    border-bottom:1px solid #F5F5F5;
}
.headermenu{
    margin-left:10px;
    margin-right:10px;
    text-align:center;
}
.site-footer{
    background-color:#405d71;
    color:white;
}
.site-footer a{
    color:white;
}
.site-footer ul{
    margin:0px;
    padding:0px;
    padding-left:15px;
}
.site-footer .widget-title{
    font-weight:bold;
    text-transform: uppercase;
    font-size:14px;
    padding-top:20px;
	text-decoration: underline;
}
.vgd_pages_vgl_head{
    margin:60px 0px 40px 0px;
	padding:0px 20px;
}

h2{
    color:#ed1e79;  
}
.content-area ul li, .content-area ol li{
    padding-bottom:10px;
}
.content-area ul {
    list-style-type: none;
    padding-left: 0px;
    text-align: left;
    margin: 0px;
    margin-left: 5px;
}
.content-area ul li::before {
    position: absolute;
    top: -1px;
    left: -5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    color: #405d71;
    font-size: 16px;
}
.content-area ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 2px;
    line-height: 1.5;
}
ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
    padding-top:3px;
}

ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #ed1e79;
    color: white;
    display: block;
    float: left;
    line-height: 1.3;
    margin-left: -30px;
    text-align: center;
    height: 22px;
    width: 22px;    
}

.vg_out_box{
    border:1px solid #405d71;
    width:300px;
    height:auto;
    padding:10px 20px;
    position:relative;
    margin-left:-150px;
    float:left;
    margin-top:20px;
    margin-bottom:30px;
    margin-right:40px;
    font-size:15px;
}
#toc_container li{
	padding-left:15px;
}
#toc_container li a{
	color:#405d71;
}
#toc_container a{
	color:#405d71;
}
#toc_container{
	border-radius:4px;
}
.as_footer_widget a{
	text-decoration: none;
}
.as_footer_widget ul li{
	list-style: none;
}
.site-footer ul{
	padding-left:0px;
}
.as_mainmenu_inner{
	display:flex;
	flex-flow:wrap;
	text-align:left;
}
.as_mainmenu_inner_item{
	width:50%;
	padding:10px;
}
.as_mainmenu_inner ul li{
	list-style: none;
}
.as_mainmenu_inner_item a{
	color:#405d71;
	text-decoration: none;
	font-size:14px;
}
.as_mainmenu_inner_item a:hover{
	color:#ed1e79;
}
.as_footer_widget ul a{
	font-size:14px;
}
.as_footer_widget ul a:hover{
	color:#ed1e79;
}
.as_footer_widget p{
	font-size:12px;
}
.as_front_title{
	display:flex;
	flex-flow:wrap;
	position:relative;
}
.as_front_title_inner{
	display:flex;
	flex-flow:wrap;
}
.as_front_title_left{
	width:60%;
	text-align:left;
}
.as_front_title_right{
	width:40%;
}
.as_front_title_right img{
	position:absolute;
	bottom:0px;
	right:120px;
	max-width:385px;
}
.as_latest_item_inner{
	display:flex;
	flex-direction:column;
}
.as_latest_icon{
	font-size:40px;
	color:#405d71;
	margin-bottom:10px;
}
.as_latest_text{
	font-size:20px;
	text-transform:uppercase;
	line-height:1.3;
}
.in_btn{
	display:inline-block;
	padding:6px 25px;
	border:1px solid #ed1e79;
	color:white;
	background:#ed1e79;
	text-align:center;
	text-decoration:none;
	border-radius:3px;
	font-size:15px;
	transition: .4s all ease;
}
.in_btn:hover{
	border:1px solid #ed1e79;
	color:#ed1e79 !important;
	background:white;
}
.in_btn:visited{
	color:white;
}
.as_latest_link{
	text-align:center;
	margin-top:auto;
	margin-bottom:10px;
}
.as_mainmenu_inner_item .menu-item-359, 
.as_mainmenu_inner_item .menu-item-358, 
.as_mainmenu_inner_item .menu-item-364,
.as_mainmenu_inner_item .menu-item-833
{
	font-weight:600;
	text-decoration: underline;
}
.error-404.not-found{
	text-align:center;
}
.error-404.not-found .page-title{
	font-size:170px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.site-main .search-form{
	margin-bottom:40px;
}
.vgl_relatedpostswrap{
	margin-top:40px;
	display:block;
}
.vgl_related-posts{
	display:flex;
	flex-flow:wrap;
}
.vgl_rel_item{
	width:calc(25% - 10px);
	margin:5px;
}
.vgl_rel_item h4{
	font-size:16px;
	margin-top:0px;        
}
.vgl_rel_item h4 a{
	text-decoration:none;    
	color:#ed1e79;   
}
.vgl_rel_item h4 a:hover{
	opacity:0.9;  
	color:#436073;
	transition: .4s all ease; 
}
.vgl_rel_heading{
	border-top:1px solid #e1e1e1;
	padding-top:20px;
}
.mob_tbl{
	width: 100%; 
    overflow: auto;
}  
.btn_regular{
	display:block;
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
.htb_goli_in{
	border:1px solid #5d5d5d;
	background:#5d5d5d;
	color:white !important;
	text-align:center;
	padding:7px 30px;
	border-radius:12px;
	text-decoration: none;
}
.htb_goli_in:hover{	
	background:white;
	color:black !important;
}	

.htb_goli{
	border:1px solid #ed1e79;
	background:#ed1e79;
	color:white !important;
	text-align:center;
	padding:7px 30px;
	border-radius:12px;
	text-decoration: none;
}	
.htb_goli:hover{	
	background:white;
	color:black !important;
}	
.custom-logo{
	max-width:180px;
}

/* ######################### MOBIL ##########################*/

@media(max-width:820px){
	.as_heading_wrap .menu-headermenu-container{
		display:none;
	}
	.site-branding{
		width:30%;
	}
	.middle-navigation{
		width:30%;
	}
	.as_searchblock{
		width:40%;
	}
	.content-area.template_fullscreen_content.without_sidebar{
		padding:20px 20px;
	}
	.asfe_item{
		width:33.333%;
		padding: 5px;
	}
	.content-area{
		width:100%;
	}
	.widget-area{
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}
	.as_mainmenu_close{
		padding-right:10px;
	}
	.as_front_title_right img{
		right: -91px;
    	max-width: 401px;
	}
	.as_front_title_left h2{
		font-size:22px;
	}
	.content-area.vd_single_main{
		width:100%;
	}
}
@media(max-width:600px){
	.middle-navigation{
		width:0%;
	}
	.as_searchblock{
		width:70%;
		padding-left:20px;
		padding-right:20px;
	}
	.as_searchblock .search-field{
		padding:4px 10px;
	}
	.site-branding{
		padding-top:5px;
	}
	.as_searchblock input[type="submit"]{
		font-size: 24px;
		top: -1px;
	}
	.main_menu_toggler i{
		font-size:30px;
	}
	.as_mainmenu_wrap{
		max-width:100%;
		width:100%;

	}
	.asfe_item{
		width:50%;
	}
	.asfe_text{
		bottom: 7px;
		font-size:13px;
	}
	.as_front_elements_wrap{
		padding-left:0px;
		padding-right:0px;
	}
	.as_front_title h2{
		font-size:18px;
	}
	.as_latest_item{
		width:50%;
		padding:10px;
	}
	.as_latest_text{
		font-size:15px;
	}
	.as_footer_widget{
		width:100%;
	}
	.as_footer_widgets_wrap{
		flex-flow:wrap;
	}
	.as_footer_widget a{
		font-size:14px;
	}
	h1 {
		font-size: 1.5em;
	}
	.vg_out_box{
		width: 100%;
		float: none;
		margin-left:0px;
	}
	.entry-content .alignright{
		width:100%;
		margin:10px 0px;
	}
	.as_mainmenu_close{
		padding-right:10px;
		font-size: 30px;
	}
	.as_front_title_right{
		display:none;
	}
	.as_front_title_left{
		width:100%;
	}
	.vgd_pages_vgl_head h1, h2{
		word-wrap: break-word;
	}
	.as_mainmenu_inner_item{
		width:100%;
	}
	.mob_tbl{
		width: 100%;
    	overflow-y: auto;
	}
	.mob_tbl table{
		min-width: 600px;    	
	}
	.vgl_rel_item{
		width:calc(50% - 10px);
		margin:5px;
	}
	.custom-logo {
		max-width: 125px;
	}
	.content-area {
		padding: 10px 10px 10px 10px;
	}
}