/* CSS W4N */
.main-header.header-sticky.sticky-bar.sticky .logo img{
    transform: 0.5;
    width: 110px;
}
.main-menu .w4n-navi-kontakt a{
    display:none !important;
}
.w4n a{
    color: #ff5c97;
}
.w4n a:hover{
    opacity: 0.5;
}
.w4n label{
    font-family: "Poppins",sans-serif;
    color: #2b4b80;
    font-weight: 500;
    display: initial;
}

.w4n-link-more{
    color: #ff5c97;
}
.w4n-link-more:hover{
    color: #ff5c97;
    opacity: 0.5 !important;
}
.w4n-btn{
    text-transform: none;
}
.w4n-footer-menu a{
    color: #002e5b;
    padding: 0px 40px 0px 0px;
}
.w4n-footer-menu{
    margin-top: 25px;
}
.w4n-footer-menu a:hover{
    color: #e83e8c;
}
.w4n-tpbt{
    margin:8px 0px 8px 0px;
}
.single-footer-caption .w4n{
    margin-top:12px;
}
.slider-area .hero__caption h1{
    margin-bottom: 0px;
}
/* footer social */
.footer-social{
    margin-top: 25px;
    text-align: right;
}
.footer-padding{
    padding-top: 75px;
}
/* padding bottom */
.w4n-padding-b{
    padding-bottom: 190px;
}
.w4n-padding-b-s{
    padding-bottom: 100px;
}
/* succes msg */
.w4n-msg .msg{
    padding:5px;
    font-weight: 500;
    color:#d400c8;
}

/* icon svg */

.w4n-webssite:before {
  display: block;
  content: ' ';
  background-image: url('/assets/img/svg/digital-marketing.svg');
  background-size: 100%;
  height: 73px;
  width: 73px;
}

.w4n-onlineshop:before {
  display: block;
  content: ' ';
  background-image: url('/assets/img/svg/online-shopping.svg');
  background-size: 100%;
  height: 73px;
  width: 73px;
}

.w4n-webssite{
  margin: 11px 0px 40px 0px !important;
}
.w4n-onlineshop{
  margin: 11px 0px 40px 0px !important;
}

html {
  scroll-behavior: smooth;
}

/* RWD */
@media only screen and (min-width:200px) and (max-width: 768px) { 
    .footer-tittle.w4n-footer-menu a{
        width: 100%;
        float: left;
    }
    .w4n label{
        width: 100%;
        float: left;
    }
    .w4n label:first-child{
        margin-top:10px;
    }
    .main-menu .w4n-navi-kontakt a{
        display:block !important;
    }
    .site-content{
        padding: 7.5em 0 0 !important;
    }
	.w4n-custom-form .button.button-contactForm.boxed-btn{
		margin-left:10px;
	}
	.contact-section.w4n-padding-b{
		padding-bottom: 20px;
	}
	.mb-80{
		margin-bottom: 20px;
	}
}

.w4n-custom-form .row .col-sm-12{
	    margin: 0px 0px 5px 0px;
}
.w4n-custom-form {
	    margin: 0px 0px 15px 0px;
}

/* WORDPRESS */
.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments{
    width: 100% !important;
}

.entry-footer .edit-link a.post-edit-link{
    background: #fff  !important;
    color: #ff5c97 !important;
    display: inline-block !important;
    padding: 18px 44px !important;
    font-family: "Poppins",sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: 0 !important;
    border: 1px solid #ff5c97 !important;
    letter-spacing: 3px !important;
    text-align: center !important;
    color: #ff5c97 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}
.entry-footer .edit-link a.post-edit-link:hover{
    background: #ff5c97 !important;
    color: #fff !important;
    border: 1px solid #ff5c97 !important;
}

button, input[type="button"], input[type="submit"] {
    background: #fff ;
    color: #ff5c97 ;
    display: inline-block !important;
    padding: 18px 44px !important;
    font-family: "Poppins",sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: 0 !important;
    border: 1px solid #ff5c97 !important;
    letter-spacing: 3px !important;
    text-align: center !important;
    color: #ff5c97 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    -webkit-transition: background 0.2s !important;
    transition: background 0.2s !important;
}
button, input[type="button"], input[type="submit"]:hover{
    background: #ff5c97 ;
    color: #fff ;
    border: 1px solid #ff5c97 !important;
}
.entry-meta{
    font-weight: 300 !important;
}
.page-header{
    display:none !important;
}
.single-featured-image-header{
    display:none !important;
}
.post-thumbnail img{
    height:250px !important;
    width:auto !important;
}
.type-post .entry-content{
    text-align: justify;
}
/* home blog wp */
.w4n-blog-home .do-caption .link-more a{
    color: #002e5b;
}
.w4n-blog-home .do-caption .link-more a:hover{
    color: #ff5c97;
}
.w4n-blog-home .post_thumbnail img{
    height: 165px;
    width: auto;
    margin-bottom: 25px;
    text-align: center;
}

.w4n-blog-home .do-caption p{
    margin-bottom: 0px !important;
}

.w4n-blog-home .link-more{
    margin-top:10px;
}