/* 
Theme Name: Krähfelder Shop
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
//////////////////////////
// farben
//////////////////////////


html,body{ 
	width:100%;
	height:100%;
}

body
{
    font-family: 'franklin-gothic-urw',sans-serif !important;
    font-style: normal;
    overflow-x: hidden !important;
    background-repeat: repeat;
    color: #000;
  }

p
{
  font-family: 'franklin-gothic-urw',sans-serif !important;
    margin-top:0px;
    }

h1, h2, h3, h4, h5, h6 {
       font-family: 'franklin-gothic-urw',sans-serif !important;  
}


a.unterstrichen {
 color:#000 !important; 
}

a.unterstrichen:hover {
    text-decoration:underline;
}

.rot{
    color:#c51618 !important;
}

.weiss p, .weiss {
    color:#ffffff !important;
}

.fett{
    font-weight:700;
}

.gross{
    text-transform: uppercase !important;
}

ul {
    margin-bottom: 20px;
  }

.bg {
    background: #212121;
    width: 30%;
    padding: 10px 10px;
    margin-top: 40px;
    margin-bottom: 0;
    color:#fff !important;
  }

span.nest {
    //font-size: 1.2rem;
    //letter-spacing: 0.3rem;
}

/*Cookie Banner ---------*/
.cc-revoke, .cc-window {
    font-family: 'franklin-gothic-urw',sans-serif !important;
}

/*Buttons ------*/
#btn-leistungen a {
    padding-left: 0 !important;
  }

.referenzen{
margin-top:20px;
font-size: 1.4rem;
font-weight: 500;
text-transform: uppercase;
background-color: #61CE7000;
border-style: solid;
border-width: 3px 0px 3px 0px;
border-color: #C51618;
border-radius: 0px 0px 0px 0px;
color: #000000;
}

.referenzen:hover, .referenzen:active , .referenzen:visited{
    color:#000;
}

.referenzen:hover {
border-color: #000;
}

#referenzen-list ul li::before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #c51618;
    position: absolute;
    bottom: -5px;
    left: -30px;
    }
    
    #referenzen-list ul {
      list-style-type: none;
      margin-left: -10px;
    }
    
    #referenzen-list li {
      position: relative;
      margin: 25px 0px;
    }

/*Box ------*/

.elementor-image-box-img {
  position: relative;
}

  #box-rot .elementor-image-box-img::after {
    content:'';
    position: absolute;
    background: #c51618;
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 10px;
  }  

 /*Akkordion ------*/
 #akkordion {
    background:#FBF9F912;
}

/*Icons --------*/
.icon1, .icon2, .icon3{
    transition: all .2s ease-in-out; 
}

/*Footer -------*/
#footer-menu a:hover {
    transform: scale(1.02) translate(0,0) perspective(0) rotateY(0deg);
  }

 /*MEDIA QUERIES**********************************/


/*1*/   	
@media only screen and (max-width: 767px){

    

}

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------2-------------*/
@media (min-width: 768px) and (max-width: 979px) {

 

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------3-------------*/
@media (min-width: 980px) and (max-width: 1279px) {

	}

/*-----------4-------------*/
@media (min-width: 1280px) and (max-width: 1600px) {
   
   
}

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------5-------------*/
@media (min-width: 1601px) {


}

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------6-------------*/
@media (min-width: 2700px) {

    }