/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

#jform_contact_message {
    height: 200px;
    width: 90%;
}


.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.slidertitel {
	text-shadow: 0px 0px 5px rgba(17,58,141,0.80);
}

div#box {
	width: auto;
	height: auto;
	margin: 0px auto;
	background-color: rgba(0,157,214,0.70);
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
}

/* ========================================================================
   Accordion
 ========================================================================== */

.uk-accordion-title {
	margin-top: 0;
	margin-bottom: 12px;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0);
	font-size: 24px;
	line-height: 28px;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #009DD7;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.uk-accordion-title::before {
  content: "\f055";
  position: absolute;
  top: auto;
  right: 12px;
  width: 16px;
  padding: 1px;
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #a3a9b0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.uk-accordion-title:hover {
	border-color: #8C8C8C;
	background: rgba(0, 0, 0, 0);
	color: #8C8C8C;
}
.uk-accordion-title:hover::before {
  color: #009DD7;
}
.uk-accordion-title:active {
  border-color: #009DD7;
  background: rgba(0, 0, 0, 0);
  color: #009DD7;
  -webkit-animation: uk-blur 0.18s ease-out forwards;
  animation: uk-blur 0.18s ease-out forwards;
}
.uk-accordion-title:active::before {
  color: #009DD7;
}
.uk-accordion-title.uk-active {
  border-color: #009DD7;
  background: rgba(0, 0, 0, 0);
  color: #009DD7;
}
.uk-accordion-title.uk-active::before {
  content: "\f056";
  color: #13202e;
}