/*
Theme Name: matchING
Description: specially for you
Author: iService
Author URI: http://www.iservice.at
Template: Divi
Version: 1.0
Tags:
*/
@import url("../Divi/style.css");

/* HEADER */

span.logo_helper {
	display: none;
}

.et_header_style_left .logo_container {
    height: 138%;
    top: 0;
    left: -1px;
}

@media (min-width: 981px) {
	.et_header_style_left .logo_container {
		width: 40%;
	}
}
.et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
	max-width: 349px !important;
	height: auto !important;
}
@media (max-width: 980px) {
	.et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
		max-width: 238px !important;
	}
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
     padding: 0 !important;
}
.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 0 !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 34px !important;
    padding-top: 34px;
    padding-left: 8px;
    padding-right: 8px;
}

#main-header #top-menu li.current-menu-item > a {
    background-color: #197580;
    color: #fff !important;
    padding-bottom: 34px !important;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 34px;
}
#main-header {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}

#main-header.et-fixed-header {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) !important;
}

#logo {
    max-height: 100%;
}

.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
}

#et_mobile_nav_menu .mobile_menu_bar_toggle{
   margin-top: 0;
   color: #ffffff;
}

#main-header .mobile_menu_bar, #main-header .mobile_menu_bar::after, #main-header .mobile_menu_bar::before {
    color: #ffffff !important;
    position: relative;
    top: 7px;
}

#main-header #mobile_menu {
    border-color: #ffffff !important;
    margin-top: 28px;
}

/* CONTENT */

a.fgwhitebutton {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #212121;
	background-color: #fff;
	padding:  8px  16px 8px 16px;
	-webkit-transition: color 300ms; /* Safari */
	transition: color 300ms linear;
}
@media (max-width: 767px) {
	a.fgwhitebutton {
		margin-top: 10px;
	}
}


 a.fgwhitebutton:hover {
     // text-decoration: underline !important;
     color: #dc9a00;
}

.move-up3 {
    position: relative;
    top: -294px;
    margin-bottom: 0;
}



/* FISH STORIES LIST */
.main-details .fangmethoden {
	position: relative;
}
.main-details .fangmethoden a {
	color: white;
	margin-left: 60px;
}
.main-details .fangmethoden::before {
    font-family: 'fishgame' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    transition: .5s ease;
    color: white;
    font-size: 30px;
    left: 6px;
    opacity: 0.4;
    position: absolute;
    top: -3px;
}
.main-details .fangmethoden:hover a {
	text-decoration: underline;
}
.main-details .fangmethoden:hover::before {
    opacity: 1;
}


/* FOOTER */

#main-footer {
    padding: 0;
}

.et_pb_gutters3 .footer-widget {
    margin: 0 3.5% 5.5% 0;
}

.gdpr_lightbox {
	z-index: 99999 !important;
}


