
/* ========================================================================
   Typos / Icons
 ========================================================================== */
 




.font-weight-regular, .regular {
font-weight: 400;
}


.font-weight-strong, .strong, strong, b, .font-weight-bold  {
font-weight: 700;
}





.uk-panel >:last-child,
.uk-panel >:last-child > p {
 margin-bottom:0
}


.uk-hr,
hr {
 overflow:visible;
 text-align:inherit;
 margin:0 0 35px 0;
 border:0;
 border-top:1px solid #e5e5e7
}

*+.uk-hr,
*+hr {
 margin-top:35px
}

@media (min-width: 1200px) {
.uk-hr,
hr {
 margin:0 0 70px 0;
}

*+.uk-hr,
*+hr {
 margin-top:70px
}
}

.text-shadow {
	text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.6);
}

.text-underline {
  text-decoration: underline !important;
}

.text-transform {
  text-transform: uppercase !important;
}

.no-text-transform {
  text-transform: none !important;
}

p:last-child {
	margin-bottom: 0;
}

p .uk-link, p a {
	 text-decoration: underline;
}


.tm-toolbar-default .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-text-muted, .uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
	color: rgba(255,255,255,1) !important;
}





/* ========================================================================
   Picture
 ========================================================================== */

@media (min-width:640px) {
.image-overlay img {
	margin: -50px 0;
}
}

.image-rotate img {
	transform: rotate(30deg);
}

.image-box-shadow img {
	box-shadow: 0 14px 25px rgba(0,0,0,.56);
}

.katalog .uk-inline-clip {
	overflow: visible;;
}
 

/* ========================================================================
   Close
 ========================================================================== */


.uk-modal-dialog .uk-close {
	color: #FFF;
}
 
.uk-modal-dialog .uk-close:hover {
	color: rgba(16, 182, 164, 1);
}


/* ========================================================================
   Headlines
 ========================================================================== */


@media (max-width:639px) {
.hyphens-auto {
	hyphens: auto;
}
}



@media (min-width: 960px) {
.grid-header .uk-heading-small {
	font-size: 40px;
}
}

@media (min-width: 1200px) {
.grid-header .uk-heading-small {
	font-size: 48px;
}
}

/* ========================================================================
   Colors
 ========================================================================== */

 .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark p, .bg-dark ul, .bg-dark li {
  color: rgba(255, 255, 255, 1);
}



 
 .white,  .white h1,  .white h2,  .white h3, .white h4, .white h5, .white p  {
  color: rgba(255, 255, 255, 1) !important;
}


 .green {
  color: rgba(16, 182, 164, 1) !important;
}

 .blue {
  color: rgba(1, 39, 193, 1) !important;
}

 .red {
  color: rgba(244, 76, 89, 1) !important;
}


 .light-green {
  color: rgba(112, 211, 200, 1) !important;
}

 .light-blue {
  color: rgba(103, 185, 218, 1) !important;
}

 .light-red {
  color: rgba(248, 148, 155, 1) !important;
}

 .black {
  color: rgba(0, 0, 0, 1) !important;
}



 .bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
}

 .bg-green {
  background-color: rgba(16, 182, 164, 1) !important;
}

 .bg-blue {
  background-color: rgba(1, 39, 193, 1) !important;
}

 .bg-red {
  background-color: rgba(244, 76, 89, 1) !important;
}


 .bg-light-green {
  background-color: rgba(112, 211, 200, 1) !important;
}

 .bg-light-blue {
  background-color: rgba(103, 185, 218, 1) !important;
}

 .bg-light-red {
  background-color: rgba(248, 148, 155, 1) !important;
}

 .bg-black {
  background-color: rgba(0, 0, 0, 1) !important;
}


 .bg-blue-gradient {
background: rgb(0,159,227) !important;
background: radial-gradient(circle, rgba(0,159,227,1) 0%, rgba(0,103,147,1) 100%) !important;
}

 .bg-action-fun {
background: #5BBEB7;
background: linear-gradient(320deg,rgba(91, 190, 183, 1) 0%, rgba(0, 171, 211, 1) 100%);
}

 .bg-drachen-windspiele {
background: #0097D9;
background: linear-gradient(320deg,rgba(0, 151, 217, 1) 0%, rgba(118, 117, 181, 1) 100%);
}



 .bg-opacity {
  opacity: 0.85 !important;
}

 .opacity-30 {
  opacity: 0.30 !important;
}

 .fill-red {
  fill: #f44c59 !important;
}


/* ========================================================================
   SVG Fill Class
 ========================================================================== */

 .svg-fill-light-green svg {
  fill: #70d3c8 !important;
}


 .svg-fill-light-blue svg {
  fill: #67b9da !important;
}


 .svg-fill-light-red svg {
  fill: #f8949b !important;
}

 .svg-fill-white svg {
  fill: #FFF !important;
}







/* ========================================================================
   marker
 ========================================================================== */

.text-marker {
  background-color: rgba(255, 255, 255, 1);
  display: inline;
  padding: 2px;
}



/* ========================================================================
   Logo
 ========================================================================== */

.tm-header .uk-logo img,
.tm-header .uk-logo svg,
.tm-header .uk-sticky-below .uk-logo img {
  height: 40px;
  width: inherit;
}



@media (min-width:960px) {
.tm-header .uk-logo img,
.tm-header .uk-logo svg {
  height: 60px;
}
}


.tm-header .uk-sticky-below .uk-logo svg,
.tm-header .uk-sticky-below .uk-logo img {
  height: 40px;
}




.branding-color {fill-rule:evenodd;clip-rule:evenodd;fill:#009fe3;}




footer .branding-color {fill-rule:evenodd;clip-rule:evenodd;fill:#000;}



/* ========================================================================
   Header
 ========================================================================== */

.tm-header > div:not(.uk-sticky-below)> .uk-navbar-container,
.tm-header .uk-sticky-below > .uk-navbar-container {
 padding-top:20px;
 padding-bottom:20px
}


@media (min-width: 960px) {
.tm-header div:not(.uk-sticky-below) > .uk-navbar-container {
 padding-top:40px;
 padding-bottom:40px
}


/* ========================================================================
   Sticky Navbar
 ========================================================================== */

.tm-header > div.uk-sticky-below > .uk-navbar-container {
 padding-top:10px;
 padding-bottom:10px;
}
}

.uk-navbar-container.uk-navbar-sticky:not(.uk-navbar-transparent) {
	background: #000;
}

.tm-header > div.uk-sticky-below * {
	color: #FFF;
}
/* ========================================================================
   Toolbar
 ========================================================================== */

.tm-page {
display: flex;
flex-direction: column;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .tm-page > .tm-toolbar.uk-visible\@l {
    display: flex !important;
    order: -2;
    }
    

}



    .tm-page > .tm-header-mobile {
display: flex;
flex-direction: column;
order: -1;
}



.tm-toolbar {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1em;
	position: relative;
	background: #009fe3;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
}





.tm-toolbar .toolbar {
padding-left: 25px;
}

.tm-toolbar .toolbar a {
color: rgba(0, 40, 70, 1);
}

.tm-toolbar .toolbar a:hover,
.tm-toolbar .toolbar a:focus,
.tm-toolbar .toolbar a:active {
text-decoration: none;
color: rgba(130, 85, 255, 1);
}

.tm-toolbar .toolbar span.uk-icon {
padding-right: 5px;
}




/* ========================================================================
   Scrollbar
 ========================================================================== */

.tm-scrollbar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;

}

@media (max-width: 959px) {
.tm-scrollbar {
  z-index: 1;
}
}

.tm-scrollbar .uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 50px;
  background: rgba(0, 40, 70, 1);
  line-height: 40px;
  color: rgba(0, 255, 215, 1);
  font-size: 18px;
  text-align: center;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  transition-timing-function: ease;
  line-height: 50px;
  border-radius: 0;
  border: none;
}





.tm-scrollbar .uk-hidden\@m .uk-icon-button:nth-child(n+2) {
	border-left: 1px solid #FFF;
}

.tm-scrollbar .uk-visible\@m .uk-icon-button:nth-child(n+2) {
	margin-top: 20px;
}


@media (min-width: 960px) {
	
.tm-scrollbar .uk-icon-button {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  -webkit-border-top-left-radius: 25px;
-moz-border-radius-topleft: 25px;
border-top-left-radius: 25px;
text-align: center;
}



.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbar .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: rgba(0, 255, 215, 1);
  color: rgba(0, 40, 70, 1);
  /* 2 */
  outline: none;
  transform: none;
   text-decoration: none;
   border-top-left-radius: 0;
}



	
	
.tm-scrollbar {
  position: fixed;
  top: 50%;
  right: 0;
  left: auto;
  bottom: 50%;
  width: 70px;
  padding-right: 0;
  background-color: 003399;
  display: flex;
  align-items: center;

}

.tm-scrollbar .uk-icon-envelope {
	 font-size: 35px;
}	

.tm-scrollbar .uk-icon-button > svg {
	width: 60px;
}
	
}




@media (max-width: 959px) {
.tm-scrollbar .uk-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.tm-scrollbar .uk-icon-button:hover,
.tm-scrollbarr .uk-icon-button:focus,
.tm-scrollbar .uk-icon-button:active {
  background-color: rgba(0, 255, 215, 1);
  color: rgba(0, 40, 70, 1);
  /* 2 */
  outline: none;
  transform: none;
  text-decoration: none;
}	

.tm-scrollbar .uk-icon-button > svg {
	width: 45px;
}	
}	

/* ========================================================================
   Tooltip
 ========================================================================== */

 .uk-tooltip {
  line-height: 1.3em;
  text-align: center;
    -webkit-border-top-left-radius: 25px;
-moz-border-radius-topleft: 25px;
border-top-left-radius: 25px;
height: 70px;
display: inline-flex !important;
align-items: center;
font-size: 1em;

}


[role=tooltip]:not(.uk-tooltip):not(.show) {
    display: block !important;

}

/* ========================================================================
   Hidden
 ========================================================================== */
@media (max-width:959px) {
.remove-padding-large\@m .el-item > div div .uk-padding-large  {
padding: 0 !important;
}
}



/* ========================================================================
   Remove Padding
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}











/* ========================================================================
   Panel Slider - Kundenlogos
 ========================================================================== */


.partnerlogos .uk-slider-items {
align-items: center;
}


.partnerlogos li img{
max-width: 150px;
max-height: 120px;
width: inherit;
  height: inherit;
  opacity: 0.4;
}


/* ========================================================================
   Grid Stack / alignment change
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}


@media (max-width: 959px) {
.item-order-alternate .el-item .uk-padding-large {
	padding: 20px 0;
}
}

@media (min-width: 960px) {

.item-order-alternate > div > div:nth-child(2n+1) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-right: 0;
}

.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-left: 0;
}
}


/* ========================================================================
   Team
 ========================================================================== */

/* Change Order */


@media (min-width: 640px) {
.team-slider.image-right > div + div  {
	order: -1;
}
}

.team-slider.image-right .uk-animation-slide-left {
animation-name:uk-fade,uk-slide-right;
}
.team-slider.image-right .uk-animation-slide-right {
animation-name:uk-fade,uk-slide-left;
}

/* Mail Icons */

.team-mail-icon .uk-panel div.uk-flex-middle,
.team-phone-icon .uk-panel div.uk-flex-middle {
align-items: flex-end;
}


/* ========================================================================
   Projekte Teaser
 ========================================================================== */

.teaser-projects-container .teaser-projects:nth-child(1),
.teaser-projects-container .teaser-projects:nth-child(4),
.teaser-projects-container .teaser-projects:nth-child(7)  {
  background-color: rgba(103, 185, 218, 1) !important;
}

.teaser-projects-container .teaser-projects:nth-child(2),
.teaser-projects-container .teaser-projects:nth-child(5),
.teaser-projects-container .teaser-projects:nth-child(8)  {
  background-color: rgba(255, 255, 255, 1) !important;
}

.teaser-projects-container .teaser-projects:nth-child(3),
.teaser-projects-container .teaser-projects:nth-child(6),
.teaser-projects-container .teaser-projects:nth-child(9)  {
 background-color: rgba(244, 76, 89, 1) !important;
}



/* ========================================================================
   To Top Scroller
 ========================================================================== */

.uk-totop {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 20px;
	position: relative;
	top: -20px;
	box-sizing: border-box;
}



/* ========================================================================
   Panel / alignment change
 ========================================================================== */

@media (max-width: 959px) {
.order-change\@m > div > div:nth-child(2n)  {
	order: -1;
}
}




/* ========================================================================
   Grid Stack / alignment change
 ========================================================================== */

@media (min-width: 960px) {
.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) {
	order: -1;
}
}


@media (max-width: 959px) {
.item-order-alternate .el-item .uk-padding-large {
	padding: 20px 0;
}
}

@media (min-width: 960px) {

.item-order-alternate > div > div:nth-child(2n+1) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-right: 0;
}

.item-order-alternate > div > div:nth-child(2n) .el-item > div > div:nth-child(2) .uk-padding-large {
	padding-left: 0;
}
}







/* ========================================================================
   Footer
 ========================================================================== */

footer .social-icons .uk-icon {
color:#FFF;
} 

.footer-subnav ul.uk-subnav {
 justify-content:center;
}


@media (max-width: 959px) {
.footer-subnav.uk-section-xsmall {
padding-bottom: 60px;
}
.uk-subnav > * {
	height: 30px;
}
}







/* ========================================================================
   Modal Formulare / Success
 ========================================================================== */

.mailing-success-header .uk-svg {
height: 80px;
width: inherit;
}


.mailing-success-header {
 border-top-left-radius: 25px;
}


/* ========================================================================
   Cookie Hub - Cookie Consent
 ========================================================================== */
 
.ch2-block {
	background: rgba(0, 40, 70, 0.8) !important;
}


.ch2-style-light .ch2-dialog-content p strong,
.ch2-style-light .ch2-settings-header p {
	color: rgba(0, 40, 70, 1) !important;
}


.ch2-dialog-content p strong,
.ch2-settings-content p strong,
.ch2-settings-header p strong {
	font-weight: 300 !important;
}

.ch2-style-light .ch2-settings-content a {
	color: rgba(0, 40, 70, 1) !important;
	border-bottom: 1px solid rgba(0, 40, 70, 1) !important;
}


.ch2-theme-bar .ch2-dialog p strong {
	font-size: 18px !important;
}


.ch2-style-light .ch2-dialog-content p,
.ch2-style-light .ch2-settings-content p,
.ch2-style-light .ch2-settings-scan .ch2-settings-tabs ul li a {
	color: rgba(0, 40, 70, 1) !important;
}
.ch2-theme-bar .ch2-dialog p {
	font-size: 15px !important;
	line-height: 22px !important;
}

.ch2-container, .ch2-icon {

}

.ch2-dialog-content a {
	font-size: 15px !important;
}

.ch2-style-light .ch2-dialog-content a {
	color: rgba(0, 40, 70, 1) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
}

.ch2-style-light .ch2-dialog-content a:hover {
	color: rgba(0, 40, 70, 0.7) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
}

.ch2-theme-bar .ch2-dialog p:first-child {
	margin-bottom: 5px !important;
}

.ch2-style-light .ch2-dialog {
	background: rgba(255, 255, 255, 1) !important;
}




.ch2-btn:hover {
	box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}

.ch2-style-light.ch2-icon a {
	color: rgba(0, 40, 70, 1) !important;
}


.ch2-icon {
	left: 10px !important;
	bottom: 10px !important;
}

.ch2-icon a {
 width: 31px !important;
 height: 31px !important;
 line-height: 31px !important;
}


.ch2-style-light.ch2-icon a svg {
	border: 2px solid rgba(255, 255, 255, 1) !important;
	fill: #FFF !important;
	background: transparent !important;
}

.ch2-icon a svg {
 width: 13px !important;
 height: 13px !important;
}



.ch2-style-light.ch2-icon a:hover {
 background: rgba(255, 255, 255, 1) !important;
}


.ch2-style-light.ch2-icon a:hover svg {
 border:2px solid rgba(0, 40, 70, 1) !important;
 fill: rgba(0, 40, 70, 1) !important;
 background: rgba(255, 255, 255, 1) !important;
}


.ch2-style-light.ch2-icon a span {
	opacity: 1 !important;
	width: 100% !important;
}



.ch2-settings-content p {
	font-size: 16px !important;
}

.ch2-settings-option p,
.ch2-container, .ch2-icon {
	font-size: 15px !important;
}


@media (min-width:1220px) {

.ch2-theme-bar .ch2-dialog p strong {
	font-size: 20px !important;
}

.ch2-theme-bar .ch2-dialog p {
	font-size: 1em !important;
	line-height: 1.4em !important;
}

.ch2-dialog-content a {
	font-size: 1em !important;
}
}



@media (min-width: 600px) {
.ch2-theme-overlay .ch2-dialog-actions-vertical div:last-child button {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
}

.ch2-theme-overlay .ch2-dialog {
	padding: 30px !important;
}


/* Datenschutz Cookie Table */

.cookiehub-declaration > p
{
display: none;
}



.ch2-style-light .ch2-btn-primary, .ch2-style-dark .ch2-btn-primary {
	background: rgba(0, 40, 70, 1) !important;
}


.ch2-style-light .ch2-btn-primary:hover, .ch2-style-dark .ch2-btn-primary:hover {
	background: rgba(0, 40, 70, 1) !important;
	box-shadow: 0px 0px 10px 0 rgba(0, 40, 70, 1) !important;
}

.ch2-style-light .ch2-deny-all-btn.ch2-btn-primary, .ch2-style-dark .ch2-deny-all-btn.ch2-btn-primary {
	background: #fff !important;
	border: solid 1px rgba(0, 40, 70, 1) !important;
	color: rgba(0, 40, 70, 1) !important;
}


.ch2-style-light .ch2-btn-text {
	background: none !important;
	color: rgba(0, 40, 70, 1) !important;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	border: 0;
	text-transform: none;
	text-decoration: underline;
	min-width: auto;
}


.ch2-style-light .ch2-btn-secondary {
	background: #fff !important;
	border: solid 1px rgba(0, 40, 70, 1) !important;
	color: rgba(0, 40, 70, 1) !important;
}


.ch2-style-light .ch2-btn-secondary.ch2-allow-all-btn {
	background: rgba(0, 40, 70, 1) !important;
	color: rgba(255, 255, 255, 1) !important;
	border: none !important;
}


.ch2-style-light .ch2-switch input:checked + label, .ch2-style-dark .ch2-switch input:checked + label {
	background: rgba(0, 40, 70, 1) !important;
}


/* ========================================================================
   Login
 ========================================================================== */
body.login span.visually-hidden {
	visibility: hidden;
	display: none;
}

/* ========================================================================
   Responsive Videos & Embed Container iFRame
 ========================================================================== */


.responsive-video > div {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
}


.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
.responsive-video iframe[data-consent="marketing/loaded"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
*/


.video-frame {
position: relative;
display: inline-block;
}

.video-frame .video-container {
max-width: 960px;
}

.video-frame .frame-position {
	position: absolute;
	top: 4.2%;
	left: 2.4%;
	right: 2.5%;
	bottom: 4.2%;
}


.rounded-corner iframe {
	border-radius: 25px;
}

.video-frame img {
-webkit-filter: drop-shadow(5px 5px 15px #666);
  filter: drop-shadow(5px 5px 15px #666);
}

.video-border .responsive-video {
border: solid 10px #00ffd7;
padding: 25px;
border-radius: 50px;

}


@media (max-width:639px) {
.video-border .responsive-video {
padding: 15px;

}

.video-permission {
font-size: 0.8em;
}

}

.video-permission {
padding: 5%;
}




/* ========================================================================
   Border Circle
 ========================================================================== */

.border-circle-blue .uk-border-circle {
background-color: rgba(0, 40, 70, 1);
}


.icon-border-circle .uk-border-circle img {
padding: 15%;
}



/* ========================================================================
   Grid Divider arrows
 ========================================================================== */


.grid-divider-arrows .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
	border: none;
	background-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23000" points="10 5 15 9.5 10 14"></polyline><line fill="none" stroke="%23000" x1="4" y1="9.5" x2="15" y2="9.5"></line></svg>');
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: rotate(90deg);
}




.grid-divider-arrows .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
	top: -70px;
	left: 40px;
}




.grid-divider-arrows .uk-grid-divider > :not(.uk-first-column)::before {

	border: none;
	background-image: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="none" stroke="%23000" points="10 5 15 9.5 10 14"></polyline><line fill="none" stroke="%23000" x1="4" y1="9.5" x2="15" y2="9.5"></line></svg>');
	background-position: 0 50%;
	width: 100%;
    height: 150px;
    background-repeat: no-repeat;
}



.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
	left: 10px;
}



@media (min-width: 1200px) {
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before, .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
	left: 35px;
}
}


/* ========================================================================
   Expansion Search
 ========================================================================== */

#expansion-area-search.uk-section-primary .uk-button-secondary:hover  {
background-color: rgba(0, 255, 215, 0.85);
color: rgba(0, 40, 70, 1);
}


#expansion-area-search.uk-section-primary .uk-button-secondary:hover::before,
#expansion-area-search.uk-section-primary .uk-button-secondary:active::before {
    background-color: rgba(0, 40, 70, 1);
}



#expansion-area-result .uk-modal-body {
	font-size: inherit;
line-height: inherit;
}


/* ========================================================================
   iFrame
 ========================================================================== */


.responsive-iframe {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

