/*
Theme Name: Nordmeer Angelreisen
Theme URI: https://nordmeer-angelreisen.de/
Description: Child-Theme für Enfold Theme von Kriesi
Author: Dirk Schneider
Author URI: https://www.tailor-made-webdesign.de/
Template: enfold
Version: 1.1
*/

/*****************************************************************
Add Custom styles below 
******************************************************************/


/* Typografie */

#socket .copyright {
    font-size: 14px;
}

/* Styling */

/* Contact Form 7 */
.wpcf7 select {
	color: black !important;
}

.wpcf7-validation-errors {
	background-color:#ffffff !important;
	color:#F00 !important;
	border:1px solid #F00 !important;
}

.wpcf7-mail-sent-ok {
	background-color:#efefef;
	color:#F00 !important;
	border:1px solid #F00 !important;
}

.shariff {
    margin: 10px 0 20px 0!important;
}

#top #header .social_bookmarks li a {
    font-size: 25px;
}

/* Responsive */

/* Hamburger Menü aktivieren */
 @media only screen and (max-width: 1300px) {
#top #header .av-main-nav > li.menu-item  {
    display: none!important;
}
#top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
}}

@media only screen and (max-width:767px) {
.responsive #scroll-top-link {
	display: block !important;
	background-color: #485597 !important;
}

/* Social Links auf mobil anzeigen */
.responsive #top #header .social_bookmarks {
    display: block !important;
	position: absolute;
    top: 41px;
    right: 45px;
}
/* Header fixieren */
.responsive #top #main {
    margin-top: 80px;
}
  .responsive #top #wrap_all #header {
    position: fixed;
}
#top #menu-item-search { 
display: none !important;
}
.responsive .logo img {
    max-width: 28% !important;
}
.responsive .mobile_slide_out .logo img {
	margin-left: 0px!important; 
}}

@media only screen and (max-width:479px) {
h1 {
    font-size: 24px!important;
	text-align: center;
}
h2 {
    font-size: 20px!important;
	text-align: center;
}
h3 {
    font-size: 18px!important;
	text-align: center;
}
.avia-slideshow {
    margin: 20px 0!important;
}
#top #header #avia-menu {
    position: absolute;
    top: 0px;
    right: -120px;
}}