/**
Theme Name: Fixkraft Webshop
Author: Aufwind Werbeagentur
Author URI: http://aufwind.co.at/
Version: 2.0
*/
@charset 'UTF-8';html{scroll-behavior:smooth}

/* STYLE FOR GEFLÜGELFUTTERMITTELRECHNER */
body{
	margin: 0;
	overflow-x: hidden;
}
#anzahlEinheit{
  margin-left: 10px;
}
.GFMR-Outcome{
  display: flex;
}
#ListeInfo{
  width: fit-content;
  color: white;
  margin: 50px auto 20px auto;
    font-weight: 700;
  border-bottom: 2px solid white;
  display: none;
}
.radio-solo{
  opacity: 0;
}
.listeInfo{
  width: fit-content;
  background-color: #b01c2b;
  /* background-color: #c1c1c1; */
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  min-width: 500px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.GFMR-bioIcon{
  width: auto;
  height: 30px !important;
  margin-left: 10px;
}
.ErgebnisListe{
  background-color: #d78e95;
    padding: 20px;
    width: fit-content;
    border-radius: 20px;
    margin: auto;
}

#ProduktListe li{
  list-style: none;
  margin: 10px 0;
}
.GFMR-Ad{
  position: relative;
}
.GFMR-Ad a{
    width: 100%;
    height: 100%;
    position: absolute;
}
#ProduktListe a{
  display: flex;
  align-items: center;
  width: fit-content;

  background: #f7be00!important;
  color: #000!important;
  border-radius: 15px!important;
  font-size: 1rem;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0 1em;
  font-weight: 700;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  min-height: 50px;
}
/* #ProduktListe a:hover::after{
  transition: ease all 0.4s;
  right: -30px;
  opacity: 1;
}
#ProduktListe a::after{
  content: '➞';
  position: absolute;
  top: 0;
  width: 42px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7be00;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: ease all 0.4s;
  right: 0;
  opacity: 0.5;
} */
#GFMR-ProTitel{
  color: white;
    width: fit-content;
    font-weight: 700;
    border-bottom: 2px solid white;
    margin-top: 50px;
    margin-bottom: 20px;
}
.GFMR-Produkte{
  width: fit-content;
  margin: auto;
  max-width: 500px;
  margin-bottom: 40px;
}
.mhd-info{
  font-size: 12px;
  color: white;
  padding: 0 20px;
  margin: auto;
  text-align: center;
}
.for-working-only{
  display: none; 

  margin-top: 200px;
  background-color: #888888;
    border: 5px solid #797979;
    border-style: inset;
    box-shadow: inset 0 0 15px -5px black;
    padding: 20px;
    position: relative;
}
.for-working-only::before{
  position: absolute;
  content: 'Dieser Bereich ist nur für Testzwecke sichtbar - nicht in der finalen Version enthalten!';
  left: 0;
  top: 0;
  margin: 10px;
  color: #f7be05;
  text-shadow: 0 0 6px black;
  font-weight: 900;

}
.GFMR_header-tier-1, .GFMR_header-tier-2{
	max-height: 100px;
	position: absolute;
}
.auskommen_label{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.auskommen_label p{
  margin-left: 10px;
}
.GFMR_kalender{
  max-width: 30px !important;
  width: 100%;
  margin: 0 10px;
}

.GFMR_frage{
  width: fit-content;
  margin: auto;
  font-weight: 700;
  color: white;
  border-bottom: 2px solid white;
  max-width: 230px;

  margin-top: 50px;
}
.auskommen_number{
  border: none;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  outline: none;
  border-radius: 5px;
  max-height: 45px;
  max-width: 150px;
  min-width: 100px;
}
#GFMR_Tester{
  margin-top: 100px;
}
.GFMR_header-tier-1{
	left: -35px;
    max-width: 200px;
    width: fit-content;
    bottom: 0;
	z-index: 1;
}
.GFMR_header-tier-2{
    left: 3px;
    max-width: 200px;
    width: fit-content;
    bottom: 0;
    max-height: 73px;
}
.GFMR_header-tier-3{
    max-width: 200px;
    width: 60px;
    top: 0;
    right: 7px;
    transform: rotate(270deg);
    position: absolute;

}
#GFMR-D{
  padding-top: 100px;
  margin-top: -100px;
}
.rechner-header{
	position: relative;
    min-height: 175px;
    display: flex;
    align-items: center;
}
.rechner-center{
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #2c070b;
}
.GFMR_infoText{
	color: white;
    max-width: 500px;
    margin: 20px auto;
	text-align: center;
}
.GFMR_infoText span{
	font-size: 13px;
}
#rechner::before{
    content: "Neu";
    position: absolute;
    width: 250px;
    min-height: 10px;
    color: #b01c2b;
    background-color: white;
    transform: rotate(-45deg);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -95px;
    top: 20px;
    transform-origin: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    box-shadow: 0px 2px 5px -4px black;

}
.GFMR_PTop{
	color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 50px;

}
#Zahl1{

}
.GFMR_PTop p{
	width: 50%;
	font-size: 2rem;
	text-transform: uppercase;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.GFMR_PTop p span{
	font-size: 5rem;
}
#FMR_Sack{
  max-width: 150px;
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
#FMR_Ergebnis{
  text-align: center;
  margin: 20px 0;
  position: relative;
  height: 100px;
  width: 100px;
}
#FMR_Ergebnis img{
	max-height: 100%;
}
#FMR_ErgebnisZahl{
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: white;
  top: 65px;
  font-size: 16px;
  font-weight: 800;
}
.gfmr-header{
	color: white;
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
}
#Error{
  position: relative;
  box-shadow: inset 1px 2px 2px 1px black;
  margin: 0;
  padding: 10px 20px;
  background-color: #f7bf00;
  color: rgb(14,14,14);
  font-family: monospace;
  font-weight: 700;
  letter-spacing: 2px;
  border-top: #0e0e0e 2px dashed;
  font-size: 14px;
  border-left: 20px solid black;
  width: 100%;
}
#ImgAnzahlTiere{
	max-width: 50px;
  display: none;
}
#ImgAnzahlTiere, #ImgAnzahlTiere2{
    margin: 20px;
}
#ImgAnzahlTiere2{
	max-width: 100px;
}
.anzahl{
  color: white;
  margin: 5px;
  display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px;
}
#rechner{
	background-color: #af1c2b;
	padding: 20px;
	position: relative;
	overflow: hidden;


  max-width: 800px;
  margin: auto;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#TierartOutput.flex{
  max-width: 90%;
  display: flex;
  margin: 20px auto;
  width: 100%;
}
#TierartOutput{
  margin: 20px auto;
  width: 100%;
  max-width: 300px;
}
#TierartOutput .w50, .GFMR-Outcome .w50{
  width: 50%;
}
/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #f7be05;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  transition: ease all 0.4s;
  transform: translate(-50%, -50%);
}
.fa-question-circle{
  opacity: 1;
  color: #f7be05;
  transition: ease all 0.4s;
}
#rechner .checkbox:hover .fa-question-circle{
  opacity: 1;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.29);
}
#rechner .checkbox{
  position: relative;
  color: white;
  font-size: 19px;
}
#rechner .checkbox .tooltiptext::before{
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 4.5px 12px 4.5px 0;
  border-color: transparent #f7be0a transparent transparent;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}

#rechner .checkbox .tooltiptext{
  opacity: 0;
  background-color: rgb(247,190,5);
  color: black;
  text-align: center;
  border-radius: 6px;
  /* transition: ease all 0.4s; */
  transition: all 200ms cubic-bezier(0.090, 0.555, 0.740, 0.945); /* custom */
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  width: 150px;
  top: 50%;
  transform: scale(0.1) translateX(10px) translateY(-50%);
  transform-origin: 0% 0%;
  box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
}
#rechner .checkbox:hover .tooltiptext{
  opacity: 1;
  transition: ease all 0.4s;
  transform: scale(1) translateX(15px) translateY(-50%);
}
.pls{
    color: #f7be00;
	animation: blinkX 1s infinite;
	position: relative;
	    display: inline-flex;
    overflow: hidden;
}
.pls::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100px;
  animation: strich infinite 1s;
  background-image: linear-gradient(90deg, #ffffff00,#ffffffeb, #ffffff00);
}
@keyframes strich{
	0%{left: 0; width: 0px}
	50%{width: 100%;}
	100%{left:100%;width: 0;}
}
@keyframes blinkX{
	0%{text-shadow: 0px 0px 4px #af1c2b;}
	50%{text-shadow: 0px 0px 4px #FFDE7B;}
	100%{text-shadow: 0px 0px 4px #af1c2b;}
}
.sackanzahlgerundet{
	border-top: 5px solid white;
    border-bottom: 2px dashed white;
}
.slidecontainer {
    width: 100%;
    z-index: 0;
    position: relative;
    /*max-width: 500px;*/ 
    max-width: 300px;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
}
.headlineChoose{
  margin-bottom: 30px;
  margin-top: 50px;

	    color: white;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;

    border-bottom: 2px solid white;
}
.esigual{
	    margin: auto;
    width: fit-content;
    padding: 0;
	    padding: 40px 0;
	    min-width: 250px;
	opacity: 0;
  max-width: 500px;
	transition: ease all 0.4s;

	border: 1px solid #2c070b;
    padding: 20px;
    border-top: none;
}
.esigual li{
    list-style: none;
    padding: 5px 0;
    color: white;
    font-family: monospace;
    font-size: 15px;
}
.show{
	opacity: 1;
	transition: ease all 0.4s;
}
.zahlinput{
	    border: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    outline: none;
	border-radius: 5px;

	max-height: 45px;
    max-width: 150px;
    min-width: 100px;
}
.fmr-slider::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px 25px;
	background-color: white;
	/* box-shadow: 2px 4px 9px -5px black; */
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 5rem;
}
/* The slider itself */
.fmr-slider {
	position: relative;
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	width: calc(100% - 50px);
	max-width: 300px; /* before 400px */
	height: 15px; /* Specified height */
	background: #C1C1C1; /* Grey background */
	outline: none; /* Remove outline */
	opacity: 1; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	border-radius: 5rem;
	transition: ease all 0.4s;
	margin: 25px 0;
}
input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
/* Mouse-over effects */
.fmr-slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
	background: #f7be00;
	transition: ease all 0.4s;
}


/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.fmr-slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 26px; /* Set a specific slider handle width */
  height: 26px; /* Slider handle height */
  background: white; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 5rem;
  box-shadow: 2px 1px 4px -1px black;

}

.fmr-slider::-ms-track {
  width: 100%;
  cursor: pointer;
  animate: 0.2s;

  background: transparent;
  border-color: transparent;
  border-width: 5px 0; /* allows taller thumb */
  color: transparent;
  height: 8px;
}

.fmr-slider::-ms-thumb {
  display: none;
}
.fmr-slider:focus::-ms-fill-lower {
  background: transparent;
}
.fmr-slider:focus::-ms-fill-upper {
  background: transparent;
}

.fmr-slider::-moz-range-thumb {
  appearance: none;
  width: 26px; /* Set a specific slider handle width */
  height: 26px; /* Slider handle height */
  background: white; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 5rem;
  box-shadow: 2px 1px 4px -1px black;
}
/* ROUND SWITCH ONLY */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.sw-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sw-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sw-slider {
  background-color: #f7be00;
}

input:focus + .sw-slider {
  box-shadow: 0 0 1px #f7be00;
}

input:checked + .sw-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sw-slider.round {
  border-radius: 34px;
}

.sw-slider.round:before {
  border-radius: 50%;
}
.rechner-center{
	    max-width: 500px;
    margin: 40px auto;
}
/*------------------------------------------------------------------------------------------- select */ 

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #f7be00;
	border-radius: 5px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #0A0A0A transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #080808;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #f7be00;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
    border-radius: 5px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1030px){
	.GFMR_header-tier-1{
		width: 13%;
	}
	.GFMR_header-tier-2{
		width: 10%;
	}
	.GFMR_header-tier-3{
		width: 9%;
	}
}
@media screen and (max-width: 900px){
  .listeInfo{
    width: 100%;
    min-width: unset;
    font-size: 15px;
  }
  .ErgebnisListe{
    width: 100%;
  }
	.GFMR_header-tier-1{
		width: 20%;
	}
  .GFMR-Outcome{
    display: block;
  }
  .GFMR-Outcome .w50{
    width: 100%;
  }
	.GFMR_header-tier-2 {
		width: 15%;
		left: 14px;
	}
	.GFMR_header-tier-3{
		width: 9%;
	}
  #TierartOutput{
    max-width: 300px;
    display: block;
  }
  #TierartOutput.flex{
    margin: 20px auto;
    width: 100%;
    max-width: 300px;
    display: block;
  }
  #TierartOutput .w50{
    width: 100%;
  }
}
@media screen and (max-width: 700px){
	.gfmr-header{
		font-size: 2.5rem;
	}
	.GFMR_header-tier-1{
		left: -42px;
		width: 13%;
	}
	.GFMR_header-tier-2 {
		left: 0;
		width: 10%;
	}
	.GFMR_header-tier-3{
		width: 9%;
		right: 0px;
	}
}
@media screen and (max-width: 500px){
  .GFMR_kalender{
    display: none;
  }
  #futter_auskommen{
    padding: 0;
    background-color: transparent;
    color: white;
    font-size: 2rem;
    width: 100%;
    max-width: 100px;

  }
  .auskommen_label{
    margin: 20px auto;
  }
  #GFMR-D{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #ImgAnzahlTiere, #ImgAnzahlTiere2 {
    margin: 0;
}
  .rechner-header{
    min-height: 100px;
  }
	.GFMR_header-tier-3 {
		right: 0;
		width: 40px;

		top: -40px;
		max-width: none !important;
	}
	.GFMR_header-tier-2,.GFMR_header-tier-1{
		display: none;
	}
	#FMR_Ergebnis{
		max-width: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#FMR_ErgebnisZahl{
		top: 65px;
		font-size: 16px;
	}
	.GFMR_PTop{
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
		/* max-height: 200px; */

    max-height: 150px;
    box-shadow: inset 0 0 20px -10px black;
    border-radius: 15px;
	}
	.GFMR_PTop p{
		width: 60%;
		font-size: 2rem;
	}
	.GFMR_PTop p span{
		font-size: 6rem;
	}
	#ImgAnzahlTiere{
		width: 40px;
	}
	#ImgAnzahlTiere2{
		width: 76px;
	}
	#rechner{
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
	}

  .checkbox .tooltiptext{
    opacity: 1;
    transition: ease all 0.4s;
    transform: scale(1) translateX(15px) translateY(-50%);
    background-color: rgb(255,255,255);
  }
  .checkbox .tooltiptext::before{
    border-color: transparent #ffffff transparent transparent;
  }
  .fa-question-circle{
    display: none !important;
  }
  .headlineChoose{
    font-size: 20px;
    margin-bottom: 25px;
  }
  #Zahl1{
	padding: 0;
    background-color: transparent;
    color: white;
    font-size: 2rem;
    width: 100%;
	max-width: 100px;
  }
  /* Chrome, Safari, Edge, Opera */
  #Zahl1::-webkit-outer-spin-button,
  #Zahl1::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.anzahl{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 20px auto;
}
.gfmr-header{
	font-size: 28px;
}

/* Firefox */
#Zahl1 {
  -moz-appearance: textfield;
}
}
@media screen and (max-width: 400px){
  .GFMR_PTop p span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 333px){
  .GFMR_PTop p span {
    font-size: 4rem;
}
  #rechner::before {
    padding: 7px;
    left: -109px;
    top: 12px;
    font-size: 13px;
    }
  .GFMR_header-tier-3 {
    right: -2px;
    width: 34px;
    }
	#Zahl1{
		
	}
	#ImgAnzahlTiere2{
		display: none;
	}
	#FMR_ErgebnisZahl {
		top: 111px;
		font-size: 13px;
	}
	#FMR_Ergebnis {
		max-width: 65px;
	}
	.GFMR_PTop{
		max-height: 110px;
	}
	.GFMR_PTop p {
		font-size: 1.6rem;
	}

}