/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.04.2017, 10:46:22
    Author     : a.widschwendter
*/




.header-section .container .text-slider-wrap p a {
	font-size:1em;
}

#acc-international-header .cookie-info {
    background-color: #FFF;
}

.acc-framework .acc-section-detail-header.full {
    max-height: 760px;
}

.Map {
  overflow-x: auto;
  padding-top:40px;
}
.Map .container {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.Map .container .map-link {
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: #acacac;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 5px 8px;
  color: #ffffff;
  position: absolute;
}
.Map .container .map-link svg {
  margin-left: 5px;
}
.Map .container .map-link svg circle {
  stroke: #ffffff;
  transition: stroke 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.Map .container .map-link svg path {
  fill: #ffffff;
  transition: fill 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
 .Map .container .map-link#usa {
    left: 20%;
    top: 37%;
  }
.Map .container .map-link#spain {
  left: 35%;
  top: 42.5%;
}
.Map .container .map-link#switzerland {
  left: 35.5%;
  top: 33%;
}
.Map .container .map-link#germany {
  left: 37%;
  top: 27%;
}
.Map .container .map-link#italy {
  left: 50.5%;
  top: 47%;
}
.Map .container .map-link#austria {
  left: 53%;
  top: 41%;
}
.Map .container .map-link#slowakia {
  left: 54%;
  top: 35%;
}
.Map .container .map-link#czech {
  left: 52%;
  top: 29%;
}
  .Map .container .map-link#japan {
    left: 77.5%;
    top: 38%;
  }
.Map .container a.map-link {
  transition: all 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-property: background-color, color;
}
.Map .container a.map-link svg circle {
  transition: stroke 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.Map .container a.map-link svg path {
  transition: fill 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
}
.Map .container a.map-link:hover {
  color: #db4232;
  background-color: #ffffff;
}
.Map .container a.map-link:hover svg circle {
  stroke: #db4232;
}
.Map .container a.map-link:hover svg path {
  fill: #db4232;
}


