/*
 Theme Name:     fyr-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Daniel Menzel
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/

/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

.et_menu_container, .vision_nav{
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Main Nav */

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

.logo_container{
  top: 0;
}

.logo_container a{
    position: absolute;
    width: 120px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease-in-out;
}

#main-header.et-fixed-header .logo_container a{
  width: 125px;
  transition: all .4s ease-in-out;
}

.et_mobile_menu{
  top: 100%;
}

nav#top-menu-nav, #top-menu{
  float: none;
}

#et-top-navigation .et-cart-info{
  float: none;
  position: absolute;
  top: 30%;
  right: 40px;
}

#main-header #logo{
  max-width: 100%;
}

#et-top-navigation #top-menu .menu-item_maincategory a{
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  font-size: 30px;
}

.menu-item_maincategory a{
  color: #ffffff !important;
  background-color: #00afb9;
  display: inline-block;
}

.menu-item_street a{
  background-color: #f5374b;
}

.menu-item_sport a{
  background-color: #fec82d;
}

.menu-item_style a{
  background-color: #002d5f;
}

#top-menu .sub-menu .menu-item_three-letters a{
	color: #002d5f;
}
#top-menu .sub-menu .menu-item_three-words a{
	color: #007882;
}
#top-menu .sub-menu .menu-item_three-visions a{
	color: #a00064;
}
#top-menu .sub-menu .menu-item_three-goals a{
	color: #f5374b;
}

.et_mobile_menu li a, .nav li li a{
  font-size: 24px
}

.et_mobile_menu li.menu-item_maincategory a:hover, .nav ul li.menu-item_maincategory a:hover{
  background-color: #00afb9;
}

.frame_overlay{
  position: relative;
}

.frame_overlay:after, .frame_overlay:before{
  content: '';
  z-index: 50;
  position: absolute;
  width: 100%;
  height: auto;
  padding-bottom: 15%;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.frame_overlay:after{
  bottom: -1px;
  background-position: bottom center;
}
.frame_overlay:before{
  top: -1px;
  background-position: top center;
}

.hexa_up_down:before, .hexa_up:before{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/hexa-frame_1.png)
}
.hexa_up_down:after, .hexa_down:after{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/hexa-frame_2.png)
}

.wave_up_down:before, .wave_up:before{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/frame-2.png)
}
.wave_up_down:after, .wave_down:after{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/frame.png)
}

.hexa_color_up_down:before, .hexa_color_up:before{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/hexa-frame_3.png)
}
.hexa_color_up_down:after, .hexa_color_down:after{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/hexa-frame_4.png)
}

.aqua_up_down:before, .aqua_up:before{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/aquarell-frame_2.png)
}
.aqua_up_down:after, .aqua_down:after{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/aquarell-frame_1.png)
}

.hexa_divider_1:after{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/hexa-divider_1.png)
}
.hexa_divider_2:after{
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/hexa-divider_2.png)
}

.letters .et_pb_main_blurb_image{
  width: 80px;
}
.letters .et_pb_blurb_container{
  padding-left: 30px;
  vertical-align: middle;
}

.goals .et_pb_main_blurb_image{
  width: 80px;
}
.goals .et_pb_blurb_container{
  padding-left: 30px;
  vertical-align: middle;
}

#main-footer{
  position: relative;
  margin-top: 10%;
}

#main-footer:before{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  margin-top: -10%;
  padding-bottom: 10%;
  background-image: url(//fyr.clothing/wp-content/themes/Divi-Child/images/footer-frame.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (min-width:981px){

#top-menu.nav .menu-item_logo-left{
  margin-right: 60px
}
#top-menu.nav .menu-item_logo-right{
  margin-left: 60px
}

#et-top-navigation{
  width: 100%;
  text-align: center;
  padding-left: 0 !important;
}

#et-top-navigation .et-cart-info{
  top: 50%;
  right: 0;
}
}
@media (min-width:1024px){

#main-header{
  box-shadow: 0 0 60px rgba(0,0,0,0.2);
}
.logo_container a{
  width: 166px;
}

.vision_nav_wrapper{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	box-shadow: 0 0 60px rgba(0,0,0,0.2);
}
.et_menu_container, .vision_nav{
   padding-top: 24px;
   padding-bottom: 24px;
 }
.vision_nav:before{
	width: 166px;
  height: 168px;
}

#top-menu.nav .menu-item_logo-left{
  margin-right: 100px
}
#top-menu.nav .menu-item_logo-right{
  margin-left: 100px
}

.key_header{
	margin-top: 120px;
}
}

#cookie-notice .cn-button{
  color: white;
  padding: 2px 5px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
#cookie-notice .cn-button:hover{
  color: #f5374b;
  background-color: #ffffff;
}body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:16px}.et_pb_slide_content,.et_pb_best_value{font-size:18px}body{color:#002d5f}h1,h2,h3,h4,h5,h6{color:#007882}body{line-height:2em}.woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce #content input.button,.woocommerce-page #content input.button,.woocommerce-message,.woocommerce-error,.woocommerce-info{background:#a00064!important}#et_search_icon:hover,.mobile_menu_bar:before,.mobile_menu_bar:after,.et_toggle_slide_menu:after,.et-social-icon a:hover,.et_pb_sum,.et_pb_pricing li a,.et_pb_pricing_table_button,.et_overlay:before,.entry-summary p.price ins,.woocommerce div.product span.price,.woocommerce-page div.product span.price,.woocommerce #content div.product span.price,.woocommerce-page #content div.product span.price,.woocommerce div.product p.price,.woocommerce-page div.product p.price,.woocommerce #content div.product p.price,.woocommerce-page #content div.product p.price,.et_pb_member_social_links a:hover,.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before,.et_pb_widget li a:hover,.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,.et_pb_gallery .et_pb_gallery_pagination ul li a.active,.wp-pagenavi span.current,.wp-pagenavi a:hover,.nav-single a,.tagged_as a,.posted_in a{color:#a00064}.et_pb_contact_submit,.et_password_protected_form .et_submit_button,.et_pb_bg_layout_light .et_pb_newsletter_button,.comment-reply-link,.form-submit .et_pb_button,.et_pb_bg_layout_light .et_pb_promo_button,.et_pb_bg_layout_light .et_pb_more_button,.woocommerce a.button.alt,.woocommerce-page a.button.alt,.woocommerce button.button.alt,.woocommerce button.button.alt.disabled,.woocommerce-page button.button.alt,.woocommerce-page button.button.alt.disabled,.woocommerce input.button.alt,.woocommerce-page input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce-page #respond input#submit.alt,.woocommerce #content input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce a.button,.woocommerce-page a.button,.woocommerce button.button,.woocommerce-page button.button,.woocommerce input.button,.woocommerce-page input.button,.et_pb_contact p input[type="checkbox"]:checked+label i:before,.et_pb_bg_layout_light.et_pb_module.et_pb_button{color:#a00064}.footer-widget h4{color:#a00064}.et-search-form,.nav li ul,.et_mobile_menu,.footer-widget li:before,.et_pb_pricing li:before,blockquote{border-color:#a00064}.et_pb_counter_amount,.et_pb_featured_table .et_pb_pricing_heading,.et_quote_content,.et_link_content,.et_audio_content,.et_pb_post_slider.et_pb_bg_layout_dark,.et_slide_in_menu_container,.et_pb_contact p input[type="radio"]:checked+label i:before{background-color:#a00064}a{color:#a00064}.nav li ul{border-color:#87dce1}#top-header,#et-secondary-nav li ul{background-color:#a00064}.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#00afb9}.et_search_form_container input::-moz-placeholder{color:#00afb9}.et_search_form_container input::-webkit-input-placeholder{color:#00afb9}.et_search_form_container input:-ms-input-placeholder{color:#00afb9}#top-header,#top-header a,#et-secondary-nav li li a,#top-header .et-social-icon a:before{font-size:16px}#top-menu li a{font-size:20px}body.et_vertical_nav .container.et_search_form_container .et-search-form input{font-size:20px!important}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a{color:#007882}#main-footer{background-color:#002d5f}#main-footer .footer-widget h4{color:#1478b9}.footer-widget li:before{border-color:#1478b9}.footer-widget,.footer-widget li,.footer-widget li a,#footer-info{font-size:14px}.footer-widget .et_pb_widget div,.footer-widget .et_pb_widget ul,.footer-widget .et_pb_widget ol,.footer-widget .et_pb_widget label{line-height:1.2em}#footer-widgets .footer-widget li:before{top:5.4px}#et-footer-nav{background-color:rgba(255,255,255,0)}.bottom-nav,.bottom-nav a,.bottom-nav li.current-menu-item a{color:#ffffff}#et-footer-nav .bottom-nav li.current-menu-item a{color:#ffffff}.bottom-nav,.bottom-nav a{font-size:10px}#footer-bottom{background-color:#002d5f}#footer-info,#footer-info a{color:#ffffff}#footer-bottom .et-social-icon a{font-size:16px}#footer-bottom .et-social-icon a{color:#1478b9}h1,h2,h3,h4,h5,h6,.et_quote_content blockquote p,.et_pb_slide_description .et_pb_slide_title{line-height:1.2em}@media only screen and (min-width:981px){.footer-widget h4{font-size:30px}.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:30px 0 0 0}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:30px}.et_header_style_split .centered-inline-logo-wrap{width:60px;margin:-60px 0}.et_header_style_split .centered-inline-logo-wrap #logo{max-height:60px}.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:60px}.et_header_style_centered #top-menu>li>a{padding-bottom:11px}.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:21px 0 21px 0!important}.et_header_style_centered #main-header .logo_container{height:60px}#logo{max-height:100%}.et_pb_svg_logo #logo{height:100%}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:10.8px}.et_header_style_left .et-fixed-header #et-top-navigation,.et_header_style_split .et-fixed-header #et-top-navigation{padding:15px 0 0 0}.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a{padding-bottom:15px}.et_header_style_centered header#main-header.et-fixed-header .logo_container{height:30px}.et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap{width:30px;margin:-30px 0}.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{max-height:30px}.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{height:30px}.et_header_style_slide .et-fixed-header #et-top-navigation,.et_header_style_fullscreen .et-fixed-header #et-top-navigation{padding:6px 0 6px 0!important}.et-fixed-header#top-header,.et-fixed-header#top-header #et-secondary-nav li ul{background-color:}.et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info{color:!important}.et-fixed-header .et_search_form_container input::-moz-placeholder{color:!important}.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:!important}.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:!important}.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a,.et-fixed-header #top-menu li.current_page_item>a{color:!important}.et-fixed-header#top-header a{color:}body.home-posts #left-area .et_pb_post .post-meta,body.archive #left-area .et_pb_post .post-meta,body.search #left-area .et_pb_post .post-meta,body.single #left-area .et_pb_post .post-meta{font-size:12px}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}h1,h1.et_pb_contact_main_title,.et_pb_title_container h1{font-size:48px}h2,.product .related h2,.et_pb_column_1_2 .et_quote_content blockquote p{font-size:41px}h3{font-size:35px}h4,.et_pb_circle_counter h3,.et_pb_number_counter h3,.et_pb_column_1_3 .et_pb_post h2,.et_pb_column_1_4 .et_pb_post h2,.et_pb_blog_grid h2,.et_pb_column_1_3 .et_quote_content blockquote p,.et_pb_column_3_8 .et_quote_content blockquote p,.et_pb_column_1_4 .et_quote_content blockquote p,.et_pb_blog_grid .et_quote_content blockquote p,.et_pb_column_1_3 .et_link_content h2,.et_pb_column_3_8 .et_link_content h2,.et_pb_column_1_4 .et_link_content h2,.et_pb_blog_grid .et_link_content h2,.et_pb_column_1_3 .et_audio_content h2,.et_pb_column_3_8 .et_audio_content h2,.et_pb_column_1_4 .et_audio_content h2,.et_pb_blog_grid .et_audio_content h2,.et_pb_column_3_8 .et_pb_audio_module_content h2,.et_pb_column_1_3 .et_pb_audio_module_content h2,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2{font-size:28px}h5{font-size:25px}h6{font-size:22px}.et_pb_slide_description .et_pb_slide_title{font-size:73px}.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,.et_pb_column_1_4 .et_pb_audio_module_content h2{font-size:25px}	h1,h2,h3,h4,h5,h6{font-family:'Amatic SC',handwriting}body,input,textarea,select{font-family:'Istok Web',Helvetica,Arial,Lucida,sans-serif}#main-header,#et-top-navigation{font-family:'Amatic SC',handwriting}.cfw-widgetModalBody{box-shadow:0 0 100px rgba(0,0,0,0.3)}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.5em}.woocommerce ul.products li.product .price{font-size:1.2em}