@font-face { font-family: CustomBduJoan; src: url('../fonts/Joan.ttf'); } 
@font-face { font-family: CustomBduFuturaBold; font-weight: bold; src: url('../fonts/FuturaBold.ttf'); } 

html,
body { height: 100%; }

body {
  display: table;
  padding-top: 20px;
  background-color: #004e9e;
  width: 100%;
}

.header {
	margin-bottom: 10px;
}

.navigation {
	margin-bottom: 10px;
}

.content {
	height: 100%;
}

.content .row p {
	color: #FFFFFF;
}

.blocksatz {
	text-align: justify;
}

.footer {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 20px;
}

.sprechblase {
  text-align: center;
  background-color: white;
  border-radius: 20px !important;
  border-style: solid;
  font-family: CustomBduJoan;
}

.sprechblase a{
  font-weight: normal !important;
}

/* jQuery UI Tooltip */

.ui-tooltip, .arrow:after {
	background: #ffffff;
	border: 2px solid white;
}

.ui-tooltip {
	background: #ffffff !important;
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	box-shadow: 0 0 7px black;
	max-width: 520px !important;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.jumbotron a{
	color: #337AB7;
}

/* Extra small devices (smartphones) */
@media (max-width: 767px) {
    .jumbotron p {
        font-size: 18px;
    }
	
	.show-only-greater-xs {
		display: none;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .jumbotron p {
    font-size: 22px;
  }
  
  .jumbotron {
	  padding-left: 30px !important;
	  padding-right: 30px !important;
	  padding-top: 24px !important;
	  padding-bottom: 20px !important;
  }
  
	.show-only-xs {
		display: none;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .jumbotron p {
        font-size: 24px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .jumbotron p {
        font-size: 26px;
    }
	
	.img-fixed {
	position: fixed;
	bottom: 0px;
	right: 0px;
	}
	
	.container {
	width: 60%
	}
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
