
/* Eingabe Formular auf Startseite*/
.myform{
	background: #f2f5f8;
	padding-left: 50px;
    padding-right: 50px;
    padding-bottom:  50px;
    margin-top: 10px;
	border-radius: 5px;
    border-color: blue;
    margin-bottom: 50px;
}

/* Eingabe Formular auf Startseite*/
@media screen and (max-width: 465px){
    .myform{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* Anpassung responsive Größen*/
.col-xs-1, .col-xs-5, .col-xs-6{
    padding-left: 12px !important;
    padding-right: 12px !important;
}

/* Anpassung responsive Größen*/
.col-md-11{
    padding-left: 12px !important;
    #padding-right: 12px !important;
}

/* Buttons */ 
.button  {
    background-color: white;
    border-radius: 25px;
    border-color: #007fff;
    color: #007fff;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    margin-top: 0px;
    font-weight: bold;
    border-width: 3px;
    white-space: normal;
  
}


.buttonResult,
.buttonResult:focus,
.buttonResult:active {
    background-color: white; /* Green */
    border-radius: 25px;
    border-color: gray;
    color: gray;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold;
    border-width: 3px;
}


.gblButton{
    #width: 170px;
    margin-top: 25px;
    height: 45px;
    padding-left:20px;
    padding-right: 20px;
}

@media screen and (max-width: 990px){
    .gblButton{
        margin-top: 10px;
        height: 45px;
        padding-left:8px;
        padding-right: 8px;
    }
}

.resultEGA{
    background: white;
    font-size: 20px;
    font-weight: normal;
    padding: 5px;
}

.resultLabelFirst{
    color: #007fff;
}

label{
    font-weight: normal;
}

.row_result{
    margin-bottom: 35px;
    #padding-bottom: 35px;
}

.homeLink{
    color: #007fff;
}

/* Ausgabe Ergebnis Seite*/
.resultdiv{
	background: #f2f5f8;
	padding-left: 50px;
    padding-right: 50px;
    padding-bottom:  50px;
    margin-top: 10px;
	border-radius: 5px;
    border-color: blue;
    margin-bottom: 50px;
}

@media screen and (max-width: 465px){
    .resultdiv{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.resButtonDivParent{
    padding-top: 25px;
    position: relative;
}
.resButtonDiv{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;

}

.divRadio{
  padding-bottom: 20px;
}

.imgPDF{
   border-radius: 25%;
   height: 18px;

}

.buttonPDF{
  padding-left: 10px;
  padding-right: 10px;
}

.modal{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 80%;
  height: 80%;
}

.close-button{
  font-weight: bold;
  font-size: 1.75rem;
  outline: none;
  background: none;
  border: none;
}

.h3_res{
    background: white;
    color: gray;
    border: solid 1px;
    border-color: lightgray;
    font-weight: normal;
    font-size: 15px;
    height: 35px;
    line-height: 1.42857;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0px;
    margin-top: 0px;
}



.row_start{
    margin-bottom: 25px;
}




.formgroup_start{
    #padding-left: 14px;
    #padding-right: 33px;
    padding-top: 40px;
}

.h1, .h2, .h3{
    color: #3b4248 !important;
    margin-bottom: 30px;
}


@media screen and (max-width: 64em) {
h1 {
    font-size: 2.5em !important;
  }
}

@media screen and (max-width: 50em) {
h1 {
    font-size: 2em !important;
  }
}

@media screen and (max-width: 30em){
h1 {
    font-size: 1.5em !important;
  }
}


@media screen and (max-width: 375){
h1 {
    font-size: 0.8em !important;
  }
}

h2{
    color: #3b4248 !important;
}

.gblFooter{
    background: #3b4248 !important;
    color: white !important;
    line-height: 1.7;
    #position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Links im Footer*/
.gblFooter a{
    color: white !important;
}
  
/* Info Modal */
.info_container {
    position: relative;
    text-align: center;
}

/* Info Modal */
.info_figur {
    position: absolute;
    top: 76px;
    left: 3px;
}

/* Info Modal */
.info_charge {
  position: absolute;
  top: 102px;
  left: 3px;
}

/* Info Modal */
.info_produktname {
  position: absolute;
  top: 126px;
  left: 3px;
}

/* Info Modal */
.info_udicode {
  position: absolute;
  top: 306px;
  left: 3px;
}

.info_button {
    #background-color: Transparent;
    border: none;
    #color: white;
    text-align: center;
    text-decoration: none;
    #display: inline-block;
    font-size: 22.5px;
    padding-left: 5px;
    padding-bottom: 10px;
    cursor: pointer;
    border-radius: 50%;
    outline: none;

}

.wrapper-body-gbl{
    min-height: calc(100% - 250px);
    margin-bottom: 0px;
}

/* Logo im Header */
.logoGBL{
    #width: 10% !important; 
    height: auto;
    padding-top: 15px;
    float: left;
    margin-bottom: 30px;
    
}

.logoGBL:hover{
    cursor: pointer;
}

/* The container */
.containerRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containerRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  foreground-color: #3b4248;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%;
  border: solid 2px;
  border-color: #3b4248;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .checkmark {
  background-color: #3b4248;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkRadio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/* Schrift im Content */
.contentFont{
    #font-sitze: 1.5em;
    font-size: 20px;
    color: #3b4248 !important;
}

/* Modal zur Auswahl ds Marktes. Wird angezeigt bei Aufruf der Startseite ohne Markt*/
.marketSelectBox{
    #display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons mit Sprache auf Modal */
.buttonLanguages{
    width: 50%;
    max-width: 50%;
    #width: 350px;
    #max-width: 350px;
}

/* Eingabe Formular auf Startseite*/
@media screen and (max-width: 465px){
    .buttonLanguages{
        width: 100%;
        max-width: 100%;
        #width: 350px;
        #max-width: 350px;
    }
}

/* Button Flag Size Multi Language */
.flagImg{
    width: 50px;
    padding-bottom: 10px;
}


body{
    color: #3b4248;
    overflow-y: scroll;
}

/* Neue Suche Button auf Ergebnis Seite*/
div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 50px;
}

/* Formular Input Startseite*/
.gblFormControl{
    border-radius: 5px;
}


