* {
    font-family:'Raleway', sans-serif;;
}



.container {
    position: relative;
    text-align: center;
    color: white;
  }


  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
  }

h1, h3, h4, h6 {
    color: #B40A1E;
    font-weight: 100;
    font-family:'Raleway Semi-bold 900', sans-serif;
    

}
h2{
    font-family: 'Oswald',sans-serif;
    font-size: 50px;
    color:black;
    font-weight: bold, italic, 900px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;;
}
div.tooltip {
    position: absolute;			
   text-align: center;			
   width: 200px;					
   height: 34px;					
   padding: 2px;				
   font: 12px sans-serif;		
   background: lightsteelblue;	
   border: 0px;		
   border-radius: 8px;			
   pointer-events: none;	
}

body {
    background-color:#dddd;
    margin: 0px;
}
path {
    stroke: black;
    stroke-width: 0.25px;
    fill: #808080;
}

.dropDownDivs {
    grid-gap: 0px;
}

.details {
    top: 0px;
    visibility: hidden;
    width: 400px;
    padding: 30px;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    background-color: aliceblue;
    font-size: 40px;
}
.populationGrowth{
    font-size: 20px;
    padding: 0px;
}
.easeOfDoingBusiness{
    font-size: 20px;
    padding: 0px;
}
.foreignDirectInvestment{
    font-size: 20px;
    padding: 0px;
}
.electricity{
    font-size: 20px;
    padding: 0px;
}
.education{
    font-size: 20px;
    padding: 0px;
}
.banking{
    font-size: 20px;
    padding: 0px;
}
.internet{
    font-size: 20px;
    padding: 0px;
}

.mapPlace{
    width: 200;
    background-color:none;
     
}

.center {
    text-align: center;
}



.thumb{ height:200px;padding:90px 10px; text-align:center; background: #ddd;}
.thumb:nth-child(even){background:#eee;}
.container-fluid{margin: 10px auto;}
.dropdown{text-align:center; padding:50px;}
.container{margin-left: 0px;margin-right: 0px;}

/* Formattieren der Schriftart der Beschriftung des Spider Diagrammes*/
.legend {
    font-size: 13px;
}

/*Formattieren des Titels der Variable*/
.mapTitle{
    font-size: 40px;
}


.nav-link{
    font-size: x-large;
    margin-right:30px;
    color: #B40A1E;
    
}
.btn-secondary{
    margin-bottom: 3px ;
}
.btn-primary{
    margin-bottom: 3px ;
}


.textvis{
    font-size: x-large;

}
.form-check-input{
    font-size: large;
    margin-left: 10px;
    margin-right:10px
}
h7{
  font-weight: bold;  
}
.map-container{
    border-style: solid;
}

.infoIcon {
    float: right;
    margin-top: 0px;
    font-size: large;
  }
.radar.radarChart{
    display: flex;
    align-items: center;
    justify-content: center;
}
  