/*!
Theme Name: Advertex Child Theme
Theme URI: https://advertex.rovadex.com
Author: Rovadex
Author URI: https://rovadex.com
Description: Advertex child theme.
Template: advertex
Version: 1.0.
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: advertex-childe-theme
Marketplace: TM
*/
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

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

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

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('fonts/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v14-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
*{
    box-sizing: border-box;
}
body{
    font-family:'Montserrat' !important;
    color: #595959 !important;
}
h1, h2, h3, h4, h5{
    font-family:'Montserrat' !important;
}
svg { height: auto; }
.home .site-header {
	background-color: rgba(255,255,255,0.4);
    backdrop-filter: blur(2.5px);
}
.home .post-badge {
    margin: 290px 0px 0px 0px;
}
/* .site-branding .custom-logo {
    display: inline;
    max-width: 350px;
} */
.site-branding{
    display: flex;
    align-items: center;
    max-width: 392px;
}
.mirnomore{
    max-height: 100px;
/*     float: left; */
}
@media screen and (max-width:497px){
    .mirnomore{
        max-height: 92px;
        margin-left:6%;
    }
}
.main-navigation li.menu-item-has-children::after {
	content: "";
}
.main-navigation .menu > li.menu-item-has-children {
	padding-right: 0 !important;
}
.main-navigation .menu > li {
	margin-left: 10px !important;
}
.main-navigation {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 1.4 !important;
    font-family: Montserrat, sans-serif !important;
    letter-spacing: 1px !important;
}
.menu-image-title-after.menu-image-not-hovered img, 
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, 
.menu-image-title-before.menu-image-title{
    padding-right: 4px;
}
.main-navigation ul ul a{
    width: auto !important;
}

li.menu-item-has-children::after, 
.main-navigation ul > li > a{
    color: black !important;
}
.main-navigation ul > li > ul > li> a{
    color: #666 !important;
}
.main-navigation .sub-menu .current-menu-item a,
.main-navigation .sub-menu .current-menu-item a li{
    color: black !important;
    background: transparent !important;
}
.main-navigation ul > li > ul > li> a:hover{
    background: transparent !important;
    color: black !important;
}

.main-navigation .current_page_item > a,
.main-navigation .menu > .current-menu-item, 
.main-navigation .menu > .menu-item:hover,
.main-navigation .menu > .menu-item:hover > a,
{
    background: #283c58 !important;
   
    color: white !important;
    cursor: pointer;
}
.main-navigation .menu .current-menu-item, 
.main-navigation .menu > .menu-item:hover,
.main-navigation .menu .current-menu-item a,
.main-navigation > .menu-item > a:hover,
.main-navigation > #main-menu > li:hover > a,
#main-menu > li[class*="menu-item"]:hover > a
{
  background-color: #283c58 !important;
  color: white !important;
}
.main-navigation ul ul{
    top: 15px;
}
.main-navigation ul ul ul {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  left: 100%;
  top: -10px;
}

@media(max-width: 1210px){
    .main-navigation-inner {
        display: none;
    }
    .slicknav_menu:not(.menu) {
        display: block;
    }
}
.sub-menu li {
  display: block;
}
.sub-menu li:hover{
    background: transparent !important;
}
.container{
    width: 1790px !important;
    max-width: 100% !important;
    padding-left: 4% !important;
    padding-right: 4% !important;
}

.site-footer {
    background-color: #000;
    background-image: url(/wp-content/uploads/2020/03/bg-footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    background-size: 60%;
    margin-top: 4%;
	}
@media(min-width:1200px) {
	.site-footer {
    background-image: url(/wp-content/uploads/2020/03/bg-footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
/*     background-size: cover; */
    background-size: 60%;
	}
}
@media(max-width:1199px) {
	.site-footer__wrap {
		margin-top: 0px;
	}
}
.invert a {
	color: #fff;
}
@media(min-width:1400px) {
.site-footer__wrap .space-between-content {
    padding-top: 43px;
    padding-bottom: 47px;
    margin-top: 99px;
    position: relative;
}
	.site-footer__wrap .space-between-content:not(:empty) {
		margin-top: 99px;
	}
	.site-footer__wrap{ 
		margin-top: 50px;
	}
}
@media(min-width:1200px) {
.site-footer__wrap .space-between-content {
    padding-top: 0px;
    padding-bottom: 47px;
    margin-top: 69px;
    position: relative;
}
	.site-footer__wrap .space-between-content:not(:empty) {
		margin-top: 0px;
	}
	.site-footer__wrap{ 
		margin-top: 50px;
	}
}
@media(max-width:1199px) {
	.site-footer__wrap .space-between-content:not(:empty) {
		margin-top: 0px;
		padding-top: 0px;
	}
	.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
		padding-right: 0;
	}
	.main-navigation .menu > li > a {
		padding-left: 3px;
		padding-right: 3px;
	}
	.main-navigation .menu > li {
		margin-left: 0;
	}
	.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
		padding-left: 3px;
	}
	.main-navigation a {
		letter-spacing: 0.5px;
	}
		.site-branding .custom-logo {
		width: 300px;
	}
}
.social-list--footer,
.site-footer__wrap .space-between-content:not(:empty)::before,
.footer-copyright {
	display: none;
}
.site-header__wrap {
    padding-top: 23px;
    padding-bottom: 10px;
}
@media(min-width:1200px) and (max-width:1499px) { .menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
		padding-right: 0;
	}
	.main-navigation .menu > li > a {
		padding-left: 3px;
		padding-right: 3px;
	}
	.main-navigation .menu > li {
		margin-left: 0;
	}
	.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
		padding-left: 3px;
	}
	.main-navigation a {
		letter-spacing: 0.5px;
	}
			.site-branding .custom-logo {
		width: 321px;
	}
}
 .slicknav_menu:not(.menu) .slicknav_icon {
/* 	top: 109px; */
}
footer h4{
	font-size:25px;
}
.main-navigation ul ul li{
    white-space: nowrap;
}
#toTop{
    display:none !important;
}

.elementor-1589 .elementor-element.elementor-element-6db63c0 .elementor-social-icon{
    border-width: 2px !important;
}

.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title{
    padding-left: 2px !important;
}



.breadcrumbs_content{
    display:none;
}
.page-title{
    font-family: 'Montserrat' !important;
    letter-spacing: -1px !important;
}
.site-header{
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.4);
    
}
.slicknav_icon{
    background: #283c58 !important;
}
body:not(.page-template-fullwidth-content) .site-content {
    margin-top: 24px;
    margin-bottom: 56px;
}

@media(max-width:1024px){
    body:not(.page-template-fullwidth-content) .site-content {
        margin-top: 0px;
        margin-bottom: 56px;
    }
}
@media(max-width:768px){
    body:not(.page-template-fullwidth-content) .site-content {
        margin-top: 18px;
        margin-bottom: 56px;
    }
}
.post__comments{
    display: none !important;
}
.home a.jw-more{
    display: none !important;
}
.home a{
    text-decoration: none !important;
}
.home h2{
    font-weight: 500 !important;
    font-size: 18px !important;
    color: #283c58 !important;
}
.site-content.container{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}


.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
    padding: 0 !important;
}

.n2-section-smartslider h2,
.n2-section-smartslider h2 a{
    font-weight: 600 !important;
    font-size: 60px !important;
    color: white !important;
    font-family: 'Roboto';
}
.n2-ss-slider h2.n2-ow{
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
}
.n2-section-smartslider img
{
    max-width: 100%;
}

.home h1.elementor-heading-title,
.home h3.elementor-heading-title{
    font-size: 28px !important;
    color: black !important;
}
.home .homeimgbtn{
    padding-bottom:4%;
    margin: 0px 0px 0px 13px;
}
.home h5.elementor-heading-title {
    display: inline;
    background: rgba(53, 54, 4,0.5);
    padding: 3px 14px;
    border-radius: 15px;
    color: #f4c758;
    margin-left: 2%;
}
.home h5.elementor-heading-title:hover,
.home h5.elementor-heading-title:hover a{
    background: transparent;
    color: white !important;
}
.home .friends-home h5.elementor-heading-title:hover{
    background: rgba(53, 54, 4,0.5);
}

.home .witharrow h5 a {
	position: relative;
	padding-right: 40px;
    white-space: nowrap;
}
.home .witharrow h5 a::before {
    position: absolute;
    top: 5px;
    width: 18px;
    height: 22px;
    background: url(/wp-content/uploads/2020/02/pfeil-gelb-re.png) center 0 no-repeat;
    background-size: auto;
    content: '';
    right: 0;
    background-size: 18px;
}
.home .witharrow h5:hover a::before{
     position: absolute;
    top: 5px;
    width: 18px;
    height: 22px;
    background: url(/wp-content/uploads/2020/02/pfeil-weiss-re.svg) center 0 no-repeat;
    content: '';
    right: 0;
    background-size: 18px;
}

/* home friendslogoheader */
.friends-home{
    margin-top: 5%;
}
.elementor-1589 .elementor-element.elementor-element-de8bd02 > .elementor-element-populated{
    position: relative;
    padding-top: 3% !important;
    height: 100%;

}
.elementor-1589 .elementor-element.elementor-element-de8bd02 > .elementor-element-populated::before{
    content: "";
    background-image: url(img/captaingugg-friends-header.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 22%;
    height: 38%;
    position: absolute;
    top: -19%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    background-position: center;
    min-width: 250px;
}
.friends-home .homeimgbtn1{
    margin-top: 20px;
}
.elementor-1589 .friends-home img {
    max-height: 100px;
    width: auto !important;
  }
@media screen and (max-width:968px){
    .elementor-1589 .elementor-element.elementor-element-de8bd02 > .elementor-element-populated{
        border-width: 4px;
        padding-top: 6% !important;
    }
}
@media screen and (max-width: 450px){
    .elementor-1589 .elementor-element.elementor-element-de8bd02 > .elementor-element-populated{
        padding-top: 18% !important;
    }
    .friends-home{
        margin-top: 14%;
    }
}
/* ende home friendslogoheader */

.flip-clock-wrapper{
    font-family:'Montserrat' !important;
    font-size: 16px;
}
.flip-clock-divider .flip-clock-label {
    right: -122px;
    top: auto;
    bottom: -24px;
}

 .flip-clock-divider.hours .flip-clock-label {
        right: -108px;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -102px;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -107px;
}
@media(max-width: 1024px){
    .flip-clock-wrapper ul {
        width: 48px;
    }
    .flip-clock-divider .flip-clock-label {
        right: -105px;
    }
    .flip-clock-divider.hours .flip-clock-label {
        right: -90px;
    }
    .flip-clock-divider.seconds .flip-clock-label {
        right: -97px;
    }
}
@media(max-width: 767px){
    .flip-clock-wrapper{
        display: table;
        width: auto;
    }
    .flip-clock-wrapper ul {
        width: 34px;
    }
    .flip-clock-divider .flip-clock-label {
        right: -65px !important;
    }
    .flip-clock-divider.minutes .flip-clock-label {
        right: -67px;
    }
    .flip-clock-divider.seconds .flip-clock-label {
        right: -68px;
    }
}
@media(max-width:535px){
	.flip-clock-divider .flip-clock-label  {
		right: -60px;
	}
	.flip-clock-divider.hours .flip-clock-label {
		right: -48px;
	}
	.flip-clock-divider.minutes .flip-clock-label {
		right: -56px;
	}
	.flip-clock-divider.seconds .flip-clock-label {
		right: -59px;
	}
	.flip-clock-wrapper ul {
		width: 22px;
		margin: 3px;
	}
	.flip-clock-divider .flip-clock-label {
        right: -54px;
    }
    .flip-clock-divider.minutes .flip-clock-label {
        right: -49px;
    }
    .flip-clock-divider.seconds .flip-clock-label {
        right: -52px;
    }
}
@media(max-width: 372px){
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 20px;
    }
    .flip-clock-wrapper ul {
        width: 18px;
        margin: 2px;
    }
    .flip-clock-divider .flip-clock-label {
        right: -46px;
    }
    .flip-clock-divider.hours .flip-clock-label {
        right: -43px;
    }
    .flip-clock-divider.seconds .flip-clock-label {
        right: -48px;
    }
}
.slicknav_menu:not(.menu) .slicknav_icon{
    position: absolute !important;
}

.invert .widget a {
    color:  white !important;
}

.slicknav_menu:not(.menu) ul > li > a > .slicknav_arrow::before{
    display:none !important;
}
.slicknav_menu:not(.menu) ul  li  a{
    color: black !important;
}
.slicknav_menu:not(.menu) >ul>li  >a:hover,
.slicknav_menu:not(.menu) >ul>li > a:hover span
{
     background: #283c58 !important;
    color: white !important;
    cursor: pointer;
}
.slicknav_menu:not(.menu) .slicknav_nav li{
    padding: 0 !important;
}
.slicknav_menu:not(.menu) .slicknav_nav li a{
    display: block;
    padding: 10px 15px !important;
}
.slicknav_menu:not(.menu) .slicknav_nav li a.sf-with-ul{
    padding: 0 !important;
}
.slicknav_menu:not(.menu) .slicknav_nav >li> a:hover,
.slicknav_menu:not(.menu) .slicknav_nav >li.current-menu-item a{
     background: #283c58 !important;
    color: white !important;
    cursor: pointer;
}
.slicknav_open .slicknav_menu:not(.menu) .slicknav_icon{
    top: 60px  !important;
}
.slicknav_menu:not(.menu) >ul>li >ul >li a{
    color: #666 !important;
}
.slicknav_menu:not(.menu) >ul>li >ul >li a:hover{
    color: black !important;
}
.site-footer a:hover{
    text-decoration: underline;
}

.site-footer .elementor-text-editor p a{
    letter-spacing: 1px !important;
}
.site-footer .footercontact  .elementor-text-editor p{
    font-size: 1.4em !important;
    font-weight: normal;
     letter-spacing: 2px !important;
     line-height: 1.3em !important;
     margin-bottom: 3%;
}
.footerkontakt{
    float: right;
}
#footermenu .elementor-heading-title{
    font-size: 15px !important;
}
@media(max-width: 1024px){
    .site-footer{
         background-size: 80%;
    }
.footerkontakt{
    width: 50%;
}
    .footermenu{
        width: 50%;
        float: right;
        
    }
    .footermenu p{
        text-align: left !important;
    }
    
}
@media(max-width: 635px){
    .footerkontakt,
    .footermenu{
        float: left;
        width: 100%;
    }
    .site-footer{
        background-image: none;
    }
}
.breadcrumbs{
    padding-top: 28px;
    padding-bottom: 40px;
}
@media(max-width:1024px){
    .breadcrumbs{
        padding-top: 28px;
        padding-bottom: 0px;
    }
}
.breadcrumbs .page-title{
    font-size: 28px !important;
}
h2{
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #283c58 !important;
}
p{
    margin: 0 0 30px;
}
.maincol, #primary, .blog .col-sm-8{
    width: 75% !important;
    max-width: 75% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 75% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    
}
.rightcol, #secondary, .blog .col-sm-4{
    width: 25% !important;
    padding-left: 4%;
    padding-right: 0;
     max-width: 25% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 25% !important;
}
.blog .row,
.archive .row,
.search .row,
.single .row{
    margin-left: 0;
    margin-right: 0;
}
.blog .default-item__content,
.archive .default-item__content{
    width: 90%;
}
aside a{
    text-decoration: none !important;
}
aside a:hover{
    text-decoration: underline !important;
}
.list-style-v3 .default-item .entry-content{
    width: 90% !important;
}

.rightcol h3 {
    font-size: 28px !important;
    margin-bottom: 16%;
    line-height: 42px;
    color: black;
}
.foto3spalten img{
    width: 96%;
}
@media(min-width: 0) and (max-width: 4096px ){
    .foto3spalten .elementor-column.elementor-col-33{
        width: 33.33%;
    }
}
@media(max-width: 1024px){
    .rightcol h3{
        font-size: 22px !important;
/*         line-height: 24px; */
    }
    
}
@media(max-width: 768px){
    .maincol,
    .rightcol,
    #primary,
    #secondary,
     .blog .col-sm-8,
     .blog .col-sm-4{
        width: 100% !important;
        max-width: 100% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .rightcol h3{
        margin-top: 4%;
        margin-bottom: 4% !important;
    }
}
.elementor{
    hyphens: auto !important;
}
.elementor-icon-list-icon svg {
    width: 10px !important;
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text{
    padding-left: 10px !important;
}
.elementor-icon-list-items{
    line-height: 1.8;
}
.breadcrumbs_content{
    display: none;
}
#content a{
    text-decoration: underline;
    color: inherit;
}
.logoholder{
    margin-bottom: 4% !important;
}
.logoholder .elementor-column.elementor-col-16{
    width: 15%;
    margin-right: 2%
}
.logoholder .elementor-column.elementor-col-16:last-child{
    margin-right: 0;
}
@media(max-width:768px){
    .logoholder .elementor-column.elementor-col-16{
        width: 28%;
        margin-right: 8%;
        margin-bottom: 8%;
    }
    .logoholder .elementor-column.elementor-col-16:nth-child(3){
        margin-right: 0;
    }
    .logoholder{
        margin-bottom: 0% !important;
    }
}
@media(max-width:450px){
    .logoholder .elementor-column.elementor-col-16{
        width: 48%;
        margin-right: 4% !important;
        margin-bottom: 8%;
    }
    .logoholder .elementor-column.elementor-col-16:nth-child(2),
    .logoholder .elementor-column.elementor-col-16:nth-child(4),
    .logoholder .elementor-column.elementor-col-16:last-child{
        margin-right: 0 !important;
    }
    
}

#content{
    min-height: 500px;
}

.leadingBlogText{
    padding-bottom: 3%;
}
.list-style-v3 .default-item__thumbnail::before{
    top:0 !important;
    background: rgba(0,0,0,0.6) !important;
}
.list-style-v3 .default-item__content {
    margin-top: 0px !important;
    position: absolute !important;
    bottom: 10% !important;
}
.list-style-v3 .default-item .entry-title {
    margin-bottom: 15px !important;
}
.list-style-v3 a{
    text-decoration: none !important;
}
.list-style-v3 .default-item .cat-links {
    margin-top: 0px !important;
    margin-bottom: 2% !important;
    display: inline-block !important;
}
.list-style-v3 .default-item{
/*     min-height: 460px !important; */
}
.elementor-1421 .elementor-element.elementor-element-372fd0c {
    padding: 13px !important;
}
.pagination a{
    text-decoration: none !important;
    font-weight: 500;
}
.blaettern{
    width: 22px;
    vertical-align: middle;
}
.blaettern:first-child{
    margin-right: 6px;
}
.blaettern:last-child{
    margin-left: 6px;
}
#secondary input[type="search"]{
    border: 0px solid #eee !important;
    font-weight: 500;
}
.single .nav-links h5{
    display: inline !important;
}
.single .nav-links a{
    text-decoration: none !important;
}
.single .nav-links img{
    margin-bottom: 10px;
}
.single .post-navigation .nav-previous, 
.single .post-navigation .nav-next{

    padding: 0 !important;

}
.search-results #secondary input[type="search"] {
    border: 1px solid #eee !important;
    font-weight: 500;
    font-size: 26px !important;
}
.search-results .rx-search__submit {
    padding: 21px;
    margin: -16px 0px 0px -0px;
    font-size: 22px;
}
.search-item {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 1%;
}
.search-item h4.entry-title a{
    font-size: 24px;
    color: #283c58 !important;
    text-decoration: none !important;
}
@media(max-width: 1023px){
    .nav-links div:first-child{
        float: left;
    }
        .nav-links div:last-child{
        float: right;
        margin-top: 0 !important;
    }
    .post-navigation {
        overflow: hidden;
        margin: 0px 0 40px;
    }
    .single-post article.post {
        margin-bottom: 35px;
    }
    #secondary {
        margin-top: 10px;
    }
    .blog #secondary,
    .blog .widget + .widget {
        margin-top: 30px;
    }
    .single-post  #secondary .widget + .widget {
        margin-top: 30px;
    }
   .blog  .posts-list {
        margin-bottom: 30px;
    }
}
@media(max-width: 1024px){
    .kontakt{
        margin-top: 24px !important;
    }
    .kontakt input,
    .kontakt textarea{
        padding: 6px;
    }
}
@media(max-width: 768px){
    .kontakt img{
        max-height: 235px;
        width:auto;
    }
    .kontakt .elementor-social-icons-wrapper{
        float: right;
    }
}
@media(max-width: 500px){
     .kontakt img,
    .kontakt .elementor-col-33:nth-child(2) {
         display: none !important;
    }
    .kontakt .elementor-col-33:first-child{
        width: 100% !important;
    }
}

@media(max-width: 1100px){
     #secondary input[type="search"],
    .elementor-1660 .elementor-element.elementor-element-a3b47ef .rx-search__field{
        border: 1px solid #eee !important;
        font-weight: 500;
        font-size: 18px !important;
         padding: 4px !important;
    }
     .rx-search__submit {
        padding: 4px !important;
        margin: 0 !important;
        font-size: 16px !important;
    }
    .elementor-1666 .elementor-element.elementor-element-62faa7a {
        padding: 0px 0px 30px 10px;
    }
    #secondary h5{
        font-size: 20px;
    }
}
.list-training li a{
    text-decoration: none !important;
}
.list-training li a:hover{
    text-decoration: underline !important;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade{
    box-shadow: 0 0 2px black;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 28px;
}
#cookie-notice a:hover{
    color: white !important;
    text-decoration: underline !important;
}
.cn-close-icon{
    display: none;
}
.kontaktfooterimg{
    position: relative;
}
.kontaktfooterimg figcaption{
    position: absolute;
    bottom: 40%;
    left: 20%;
    font-size: 20px !important;
    font-weight: normal;
    background: rgba(0,0,0,0.4);
    color: white;
    padding: 0.8%;
    border-radius: 20px;
    margin: 0 !important;
}
@media(max-width: 1024px){
    .kontaktfooterimg figcaption{
        font-size: 16px !important;
        left: 10%;
        
    }
}
@media(max-width: 768px){
    .kontaktfooterimg figcaption{
        font-size: 14px !important;
        left: 10%;
        border-radius: 12px;
    }
}
.page-id-14 .site-footer{
    margin-top: 0 !important;
}
.page-id-14 .site-content{
    margin-bottom: 0 !important;
}

.sposorbox .elementor-widget{
    /* margin-bottom: 3% !important; */
}
.friendsbox .elementor-button.elementor-size-xs{
    padding: 0 1% !important;
}
@media(max-width:435px){
    .friendsbox{
        width: 60% !important;
        margin: auto;
    }
}

/* responsive */
@media(max-width:767px){
    .home h4.elementor-heading-title{
            font-size: 18px !important;
    }
    .flip-clock-label{
        font-size: 10px !important;
    }
    .elementor-1589 .elementor-element.elementor-element-1fb0dd9 .elementor-heading-title,
    .home .elementor-heading-title{
        font-size: 16px !important;
        margin-left: 1% !important;
    }
    .home .witharrow h5 a::before,
    .home .witharrow h5:hover a::before
    {
        top: -1px;
        width: 14px;
        height: 22px;
    }
}

@media screen and (max-width: 322px){
    .n2-section-smartslider h2{
    font-weight: 600 !important;
    font-size: 36px !important;
    color: white !important;
}
}
@media screen and (max-width: 768px){
    .elementor .elementor-hidden-phone {
        display: block !important;    
        position: absolute !important;
        top: -110px !important;
    } 
    .elementor-social-icon{
        font-size: 14px !important;
        border-width: 1px !important;
    }
}
@media(max-width: 750px){
    .container{
        padding: 0 2%;
    }
    .site-header__wrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .space-between-content > .site-branding{
        margin-right: 10px !important;
    }
    
    .slicknav_menu:not(.menu) .slicknav_icon {
        top: 8px;
        right: 30px;
        height: 28px;
        width: 30px;
        line-height: inherit;
        padding-top: 3px;
    }
    .n2-bullet{
        margin-right: 0 !important;
        padding: 4px 4px 4px 4px !important;
    }
}
@media (max-width: 1024px){
    .social-icon-wrapper .vertical-social-icon .elementor-social-icons-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        float: left;
            
}
}
/* FB-Feed */
.efbl-thumbnail-col,
.efbl-thumbnail-col a{
    display: flex !important;
}
.efbl-thumbnail-col a img{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    outline: 0 !important;
}
html body .efbl_feed_wraper .efbl-story-wrapper .efbl-thumbnail-wrapper a img{
    background: transparent;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb,
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{
    background: #425c92 !important;
    color: white !important;
    text-decoration: none !important;
    line-height: inherit !important;
}

.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb:hover,
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share:hover{    
    background: #1e2c41 !important;
}
.efbl-thumbnail-skin{
    padding-bottom: 0 !important;
}
.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer{
    padding-top: 4px !important;
}

@media screen and (max-width: 1000px){
    .page-id-3086 .elementor-col-66{
        min-width: 100% !important
    }
    .page-id-3086 .elementor-col-33{
        min-width: 100% !important;
    }
    .fb_iframe_widget{
        display: flex !important;
    }
    .fb_iframe_widget iframe{
        position: relative !important;
    }
    .fb_iframe_widget span{
        width: 100% !important;
        text-align: center !important;
    }
    .efbl-col-4,
    .efbl-col-8{
        max-width: 50% !important;
        flex-basis: 50% !important;
    }
}
@media screen and (max-width: 768px){
    .efbl-row{
        flex-direction: column !important;
    }
    .efbl-row >div{
        min-width: 100% !important;
    }
    .efbl-thumbnail-col{
        padding-bottom: 2% !important;
        border-bottom: 1px solid #dee2e6 !important;
        margin-bottom: 2% !important;
        border-right: none !important;
    }
    .efbl-thumbnail-skin .efbl-feed-content .description{
        margin: 0 !important;
    }
}

.page-id-3135 .breadcrumbs .page-title {
    font-size: 2.5rem !important;
    font-weight: 500;
}

.page-id-3135 [data-class="donate-img"] img{
    border-radius: 30px;
    text-align: left;
}

.page-id-3135 [data-class="donate-img"]{
    text-align: left !important;
}

.page-id-3135 a{
    text-decoration: none !important;
}

[data-class="fanartikellink"] a{
   /*  font-size: 1rem; */
}

.friendsabsUnterUE p{
    margin-bottom: 0.5% !important;
}

.fan2links p{
    margin-bottom: 0% !important;
}

@media screen and (max-width: 768px){
    [data-class="fanartikellink"] a,
    .friendsbox .elementor-button.elementor-size-xs{
        font-size: 0.9rem !important;
    }
}
@media screen and (max-width: 656px){
    [data-class="fanartikellink"] a,
    .friendsbox .elementor-button.elementor-size-xs{
        font-size: 0.8rem !important;
    }
}
.fanartikelrow .elementor-row{
    flex-wrap: wrap;
}
.friendsbox{
    width: 25% !important;
    min-width: 25% !important;
}
@media screen and (min-width: 1024px) and (max-width: 1350px){
    .friendsbox .elementor-widget-image img{
        max-height: calc(25vw - 10vw) !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .friendsbox{
        width: 33.333% !important;
    }
    .friendsbox .elementor-widget-image img{
        max-height: calc(33.3vw - 15vw) !important;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px){
    .friendsbox{
        width: 50% !important;
    }
    .friendsbox .elementor-widget-image img{
        max-height: calc(50vw - 15vw) !important;
        /* margin-bottom: 16%; */
    }
}
@media screen and (max-width: 599px) {
    .friendsbox{
        width: 100% !important;
        max-width: 282px;
        margin: 0 auto;
    }
    .friendsbox .elementor-widget-image img{
        max-height: calc(50vw - 1vw) !important;
    }
}
.friendsbox .elementor-widget-wrap{
    align-content: space-between !important;
}
aside #block-7 p,
aside #block-5 p{
    display: none;
}
#secondary .widget{
    padding: 22px;
}
#secondary #block-6{
    padding: 22px 0 22px 22px;
}
#secondary #block-5{
    padding: 0;
   /*  border: none; */
}
.single-post .entry-footer .tags-links{
    display: none !important;
}
.post-navigation h5{
    font-size: 1.2rem;
}
.related-posts{
    display: none;
}

#equipmentsponsoring{

}
/* equipment -> Spalte einzelne equipments */
.friendsbox.equipment .elementor-widget-wrap{
    align-content: center !important;
}
/* Button zur Info */
#equipinfo{
    padding: 0 !important;
    background: transparent;
    font-size: 0.9rem !important;
}
.friendsbox .elementor-button-text{
    text-transform: none !important;
}
.dialog-message{
    font-size: 1rem !important;
}
.dialog-message a{
    color: black;
}
.friendsbox.equipment .elementor-widget{
    margin-bottom: 0 !important;
}
.sliderbilder a{
    color: white !important;
    font-family: 'Montserrat' !important;
}
.friendstexttop p{
    margin-bottom: 12px !important
}
.friendstexttop p:last-of-type{
    margin-bottom: 20px !important
}

/* friendslogoheader */
.friendslogoblock{
    margin-top: 10%;
}
.elementor-column-gap-default > .elementor-row > .elementor-column.friendslogoblock > .elementor-element-populated{
    position: relative;
    padding-top: 10% !important;
    height: 100%;

}
.elementor-column-gap-default > .elementor-row > .elementor-column.friendslogoblock > .elementor-element-populated::before{
    content: "";
    background-image: url(img/captaingugg-friends-header.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 35.45%;
    height: 35%;
    position: absolute;
    top: -18%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    background-position: center;
    min-width: 300px;
}
@media screen and (max-width:968px){
    .elementor-column-gap-default > .elementor-row > .elementor-column.friendslogoblock > .elementor-element-populated{
        border-width: 4px;
    }
}
@media screen and (max-width: 450px){
    .elementor-column-gap-default > .elementor-row > .elementor-column.friendslogoblock > .elementor-element-populated{
        padding-top: 18% !important;
    }
    .friendslogoblock{
        margin-top: 14%;
    }
}
/* ende friendslogoheader */

/* sponsor stempel gerald k */
.elementor-3135 .elementor-element.elementor-element-7e75455.sponsor-gerald-k > .elementor-element-populated{
    position: relative;
}
.elementor-3135 .elementor-element.elementor-element-7e75455.sponsor-gerald-k > .elementor-element-populated::before{
    content: "";
    background-image: url(img/sponsor-stempel/madepossibleby-gerald.png);
    background-size: 90%;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background-position: center;
}

/* ende sponsor stempel gerald k */

/* sponsor stempel aida */
.elementor-3135 .elementor-element.elementor-element-3a32b39.sponsor-aida > .elementor-element-populated{
    position: relative;
}
.elementor-3135 .elementor-element.elementor-element-3a32b39.sponsor-aida > .elementor-element-populated::before{
    content: "";
    background-image: url(img/sponsor-stempel/madepossibleby-aida.png);
    background-size: 90%;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    background-position: center;
}

/* ende sponsor stempel aida */

/*event manager*/
.em-events-list.size-large .em-item-actions{
    display:flex;
    justify-content: space-between;
}
.containerkalender{
    max-width: 1200px;
    margin: 0 auto;
}
.em.pixelbones h3.em-item-title{
    font-size: 1.4em !important;
    color: #283c58 !important;
}
table.homeKal,
table.homeKal td{
    border: 1px dotted grey !important;
}
table.homeKal tr td:nth-child(1),
    table.homeKal tr td:nth-child(2){
        vertical-align: top;
    }
@media screen and (min-width: 1124px){
    table.homeKal tr td:nth-child(2){
        /*width: 96px;*/
    }
    
}
.em.em-list .em-item .em-item-image.has-placeholder,{
    align-items: flex-start;
}
@media screen and (max-width: 890px){
    .em-events-list.size-large .em-item-actions {
  
        flex-direction: column;
    }
    .em-item-read-more,
    .em.em-list .em-item .em-item-info .button{
        margin-bottom: 1% !important;
    }
    .em-item-actions div:first-of-type{
        text-align: center;
    }
}
@media screen and (max-width: 716px){
     .em.em-list .em-item .em-item-image .em-item-image-placeholder{
         background-size: 68%;
         max-width: 125px;
    }
    .em.em-events-list .em-item-image .em-item-image-placeholder div.date span.day{
        font-size: 24px;
    }
    .em.em-events-list .em-item-image .em-item-image-placeholder div.date span{
        font-size: 21px;
        line-height: 11px;
    }
}
@media screen and (max-width: 600px){
    .em-item-actions{
        text-align: center;
    }
}
@media screen and (max-width: 492px){
    .em-item-image{
        /*display: none;*/
    }
    .em-item-actions{
        text-align: center;
    }
}
