.gallery img{
  max-width: 149px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.fotogalerie_popup{
  text-align: center;
}

.block-changing-content-text h2{
  font-size:32px;
  color: #1d3c50;
  font-weight:lighter;
}
@media (min-width:576px) {
  .text-content h2{
    font-size:60px;	
  }
  .study h2{
    font-size:52px;
  }
}

.homepage-header-video-container .homepage-header-video {
  top: -50px;
}
a, a:hover {
  color: #1d3c50;
}
.big-href {
  font-size: 26px;
}
.text-content li, .text-content ul {
  color: black;
}
#map {
  height: 600px;
}


.popup {
  background: white;
  padding: 40px 30px;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
  position: relative;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.btn{
  border-radius: 0px;
  background: #1d3c50;
  color: #fff;
}
.btn:hover{
  border-radius: 0px;
  background: #404040;
  color: #fff;
}
.cookies_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.86);
	border-top: 1px solid #d9d9d9;
	z-index: 10009;
	padding-bottom: 10px
}
.cookies_bar, .cookies_bar a {
	color: #f2f2f2
}
.cookies_bar .hidden {
	display: none
}
.cookies_bar_option_checkbox, .cookies_bar_option_title {
	display: inline-block;
	margin-right: 5px
}
.cookies_bar_option_title {
	font-weight: 700
}
.cookies_bar_option_description {
	display: block
}
@media all and (max-width:400px) {
.cookies_bar_option_description {
	display: none
}
}
.cookies_bar_accept, .cookies_bar_custom {
	border: 0;
	background-color: #5ddb63;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	padding: 5px 10px;
	margin-left: 10px
}
.cookies_bar_custom {
	background-color: #eee;
	color: #222
}
.cookies_bar_details {
	margin-left: 10px;
	font-size: 12px
}
.cookies_bar_details:hover {
	text-decoration: underline;
	cursor: pointer
}
.cookies_bar_title {
	padding: 0 10px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	margin-top: 18px
}
.cookies_bar_description {
	padding: 0 10px;
	margin-top: 5px;
	text-align: left
}
.cookies_bar_option {
	padding: 0 10px;
	margin-bottom: 10px
}
.cookies_bar.hidden {
	bottom: -100%
}
.cookies_bar button {
	border-radius: 2px
}