@font-face {
    font-family: 'Roboto-BI';
    src: url('../resources/fonts/roboto/robotocondensed-bolditalic-webfont.woff2') format('woff2'),
         url('../resources/fonts/roboto/robotocondensed-bolditalic-webfont.woff') format('woff'),
         url('../resources/fonts/roboto/robotocondensed-bolditalic-webfont.ttf') format('truetype'),
         url('../resources/fonts/roboto/robotocondensed-bolditalic-webfont.svg#roboto_condensedbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
	font-size: 16px;
	font-family: "Roboto-BI", sans-serif;
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
}

@media (max-width: 1760px) {
	html,body {
		font-size: 14px;
	}
}
@media (max-width: 1560px) {
	html,body {
		font-size: 12px;
	}
}

.extra-padding {
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}

.map-wrapper {
	position: relative;
	width: 100%;
}

#map {
	width: auto;
	height: auto;
	height: 400px;
	background: url("../resources/media/images/Map.png") no-repeat center center;
}
@media (min-width: 2559px) {
	#map {
		background: url("../resources/media/images/Map.png") no-repeat left center;
	}
}

.container {
	/* border: 1px solid red; */
	padding: 70px 0;
}

.text-darker {
	color: #666666;
}

.map-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background-color: black;
	padding: 25px;
	color: white;
	font-style: italic;
}
@media (min-width: 4000px) {
	.map-overlay {
		width: 500px;
	}
}

.map-overlay h2{
	font-size: 1.8rem;
}

.map-overlay p{
	margin-bottom: 0 !important;
	font-size: 1.4rem;
}

.map-overlay-under {
	z-index: 99;
	background-color: black;
	padding: 30px;
	color: white;
	font-style: italic;
}

.map-overlay-under h2{
	font-size: 1.8rem;
}

.map-overlay-under p{
	margin-bottom: 0 !important;
}

table {
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}
.half-page-image 
 	{
  display: flex;
}
.half-page-image2  {
  flex: 50%;
  padding: 5px;
}

td {
	font-size: 1rem;
	white-space: nowrap;
}

img {
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 4rem;
	font-weight: 700;
	color: black;
}

@media (max-width: 992px) {
	h1 {
		font-size: 3rem;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 2.5rem;
	}
}

/* @media (max-width: 465px) {
	h1 {
		font-size: 2rem;
	}
} */

.swiper-button-next, .swiper-button-prev {
	background-image: none;
	color: white;
}

.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

.text-body {
	color: gray;
	font-size: 2rem;
	line-height: 1.2;
	padding: 0px;
	/*margin: 0 10px;*/
}

.text-body p, .text-body h1 {
	text-align: center;
}

.white-spacer {
	background: white;
	width: 100%;
	height: 140px;
}

.white-spacer-bot {
	background: white;
	width: 100%;
	height: 140px;
}

.footer {
	background: white;
	width: 100%;
	display: flex;
	align-items: center;
	color: #c6c6c6;
}

.padding-footer {
	padding-bottom: 1rem !important;
}

h5 {
	font-size: 1.2rem;
}

a, a:hover {
	color: #c6c6c6;
}

.work-text-fit {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.work-text-fit div {
	font-size: 3.4rem;
	color: black;
	padding: 70px 0;
}

@media (max-width: 1199px) {
	.work-text-fit div {
		font-size: 3rem;
	}
}

@media (max-width: 992px) {
	.work-text-fit div {
		padding: 40px 0 !important;
		font-size: 2.3rem;
	}
}

@media (max-width: 668px) {
	.work-text-fit div {
		font-size: 2rem;
	}
}

.nopadding-left {
   padding-left: 0 !important;
   margin-left: 0 !important;
}

.nopadding-right {
   padding-right: 0 !important;
   margin-right: 0 !important;
}

@media (max-width: 992px) {
	.padding-shoes {
		padding-top: 0px !important;
	}
}

.imagehover-tile {
    overflow: hidden;
}

.grow {
   transition:all 0.5s ease-in-out;
   -webkit-transition:all 0.2s ease-in-out;
}
.grow:hover {
    transform: scale(1.10);
}

.col {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.col img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	opacity: 1;
	background: rgba(255,255,255,0.5);
}

@media (max-width: 1200px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}

.swiper-pagination-bullet-active {
	background: white;
}

.replacement-text-container div {
	font-size: 1.5rem;
	padding: 10px 10px;
	text-align: center;
	color: white;
	background: #00589D;
}

#replacement-text-colored {
	color: #00589D;
	background: white;
}

.header {
  position: sticky;
  top: 0;
  overflow: auto;
  width: 100vw;
  background-color: white;
  border-bottom: 1px solid rgba(47, 131, 196, 0.486);
  z-index: 100;
}

@media screen and (max-width : 768px) {
	.header {
		overflow: hidden;
		position: static;
		height: 7em;
	}
	.header-logo {
		margin: 0 !important;
		padding: 10px !important;
		width: 50% !important;
	}
	.header-menu {
		visibility: hidden;
		display: none;
	}
}

.header-logo {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
	padding: 20px;
}



.header-menu {
	box-sizing: border-box;
	padding: 65px 0 0 50px;
	top: 35px;
	font-size: 30px;
	display: flex;
	justify-content: space-between;
}

.header-menu a {
	display: inline-block;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0 30px;
	color: black;
}

.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}

.nopadding {
	padding: 0;
	margin: 0;
}

.padding-middle {
	padding-bottom: 0 !important;
	padding-top: 70px !important;
}

.padding-bot {
	padding: 0 !important;

}

.header-container {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.banner-container {
	position: relative;
	width: 100%;
}
.banner-container img{
	position: relative;
	margin: 0 1px;
}

.banner {
	position: absolute;
	right: 0;
	height:  90vh;
	max-height: 90%;
	top: 5vh;
	width: 45%;
}

.banner-child {
	position: absolute;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	height: 30%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left;
	right : -100%;
}

.banner-child-white {
	background-image: url("../resources/media/images/banner_white.png");
}

.banner-child-blue {
	background-image: url("../resources/media/images/banner_blue.png");
}

.banner-text {
	margin-bottom: 0;
	letter-spacing: 2px;
	font-style: italic;
	font-size: 3.7rem;
	line-height: 1.1;
	padding-left: 20%;
	white-space: nowrap;
}
@media (max-width: 1370px) {
	.banner-text {
		font-size: 3rem;
	}
}
@media (max-width: 1108px) {
	.banner-text {
		font-size: 2.6rem;
	}
}

.banner-child-blue p.banner-text {
	font-size: 3.5rem;
}
@media (max-width: 1370px) {
	.banner-child-blue p.banner-text {
		font-size: 2.9rem;
	}
}
@media (max-width: 1199px) {
	.banner-child-blue p.banner-text {
		font-size: 2.5rem;
	}
}



#headerFirstBanner div{
	top: 0;
	width: 100%;
}

#headerFirstBanner div img{
	height: 70%;
	width: auto;
	padding-left: 20%;
}

#headerSecondBanner div{
	top: 35%;
	width: 85%;
}

#headerSecondBanner p {
	color: black;
}

#headerThirdBanner div{
	bottom: 0;
	width: 70%;
}

#headerThirdBanner  p {
	color: white;
}

.header-image {
	width: 100%;
	height: auto;
}

a#instagram-link, a#instagram-link:hover {
	color: black !important;
}

.map-image {
	width: 100%;
}

CSS FLying Images
/* FLYING IMAGES */

.flying-images {
   padding: 0;
   margin: 0;
   position: relative;
}

.flying-images img.left {
   position: absolute;
   right: 2500px;
   transition: right 1s;
}

.flying-images img.left.visible {
   position: absolute;
   right: -90px;
}

.flying-images img.right {
   position: absolute;
   left: 2500px;
   transition: left 1s;
}

.flying-images img.right.visible {
   position: absolute;
   left: -90px;
}

.corona {
	margin-bottom: 25px; 
	padding: 20px; 
	background-color: black;
 	color: white;
}

.corona-green {
	margin-bottom: 25px; 
	padding: 20px; 
	background-color: #7bb321;
 	color: white;
}
.corona-h1 {
	color: white;
}

.corona-button{
	margin: auto;
	margin-bottom: 25px;
	display: block;
	background-color: #7bb321;
	border: none;
	color: white;
	font-style: italic;
	text-align: center;
	white-space: nowrap;
	font-size: 35px;
	padding: 20px 15px;
	width: min-content;
	cursor: pointer;
}

.infobox{
	margin: auto;
	margin-bottom: 25px;
	display: block;
	background-color: #7bb321;
	border: none;
	color: #FFFFFF;
	text-color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	font-size: 30px;
	padding: 20px 15px;
	width: min-content;
}

.corona-button:hover{
	color: white;
	text-decoration: none;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

/* FLYING IMAGES */

@media (max-width: 1200px) {
    .flying-images img.left.visible { right: -70px; }
    .flying-images img.right.visible { left: -70px; }
}

@media (max-width: 992px) {
    .flying-images img.left.visible { right: -50px; }
    .flying-images img.right.visible { left: -50px; }
}

@media (max-width: 768px) {
    .flying-images img.left.visible { right: -40px; }
    .flying-images img.right.visible { left: -40px; }
}

@media (max-width: 490px) {
    .flying-images img.left.visible { right: -35px; }
    .flying-images img.right.visible { left: -35px; }
}

@media (max-width: 412px) {
    .flying-images img.left.visible { right: -30px; }
    .flying-images img.right.visible { left: -30px; }
}

@media (max-width: 352px) {
    .flying-images img.left.visible { right: -25px; }
    .flying-images img.right.visible { left: -25px; }
}
/* FLYING IMAGES ENDE */


@media (max-width: 1200px) {
	h1 {
		/*padding: 5px;*/
	}
}

/* @media (max-width: 1140px) {
	.work-text-fit div{
		font-size: 1.5rem;
	}
} */

@media (max-width: 991px) {
	.map-image {
		height: 290px;
	}
	.passion-spacer {
		height: 150px;
	}
	.flying-padding-mobile {
		padding-bottom: 0px;
	}
}

@media (max-width: 768px) {
	/* .map-image {
		height: 220px;
	} */
	h5 {
		font-size: 1rem;
	}
	.white-spacer {
		height: 30px;
	}
	.carousel-indicators li{
		width: 0.5rem;
		height: 0.5rem;
		bottom: -45px;
	}
	.work-text-fit div {
		font-size: 1.8rem;
	}
}

@media (max-width: 608px) {
	#map {
		height: 200px;
	}
	.container {
		padding: 0;
		padding-top: 40px;
	}
	.white-spacer-bot {
		height: 40px;
	}
	.work-text-fit div {
		padding-bottom: 40px;
		font-size: 1.5rem;
	}
}

@media (max-width: 576px) {
	table {
		width: 50%;
	}
	div.row div.col.footer {
		margin-left: 25px !important;
	}
}

@media (max-width: 503px) {
	.work-text-fit div {
		font-size: 1.2rem;
	}
}

@media (max-width: 490px) {
	.map-image {
		height: 200px;
	}
}

@media (max-width: 462px) {
	.fa-chevron-right, .fa-chevron-left {
	    font-size: 2rem;
	}
	td, .map-overlay-under p {
		font-size: 1.2rem;
	}
}

@media (max-width: 412px) {
	.map-image {
		height: 150px;
	}
	h5 {
		font-size: 0.7rem;
	}
	.passion-spacer {
		height: 100px;
	}

	.container {
		margin: 0;
		padding: 5px;
	}
	.flying-padding-mobile {
		padding-top: 23px;
		padding-bottom: 0px;
	}
	.work-text-fit div {
		font-size: 1rem;
		padding: 20px 0 !important;
	}
}
