/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


/* Diese CSS Datei nicht editieren!! Bitte benutzen sie immer die css/custom.css für ihre eigenen Styles */

.special-headline{text-transform:uppercase;font-weight:normal;font-family:'Poiret One';margin-bottom:30px}
h1 {font-family: 'Poiret One', cursive;}

.no-space {padding-top:0 !important;padding-bottom:0 !important}

.full-wrapper .no-space,
.full-wrapper .uk-container {
	padding:0;
}
.boxed-wrapper .no-space,
.boxed-wrapper .uk-container {
	padding:0;
}


/*Rewrite the stupid bootstrap
 ------------------------------------------------*/
[class^="icon-"], [class*=" icon-"] {
    height: auto;
    line-height: 1.7!important;
    width: auto;
}
/* Full Size Image Background
 ========================================================================== */
.uk-cover-background {
    background-position: center top;
}

/* Section Images
 ========================================================================== */
#top-a, #top-b, #top-c, #top-d, #top-e,#top-f,#bottom-a, #bottom-b, #bottom-c, #bottom-d, #bottom-e, #bottom-f, body {
	background-attachment: fixed !important;
    background-position: cover !important; 
}

/* Toolbar Outer 100%
 ========================================================================== */
.toolbar-outer {
	font-size:12px;
}
.tm-toolbar {
	margin:0!important;
	padding:10px 0;
	color:#fff;
}
.tm-toolbar a {
	color:#fff;
}
.tm-toolbar ul {
	margin:0!important
}
.tm-toolbar ul li{
	border-color:white !important;
}

.tm-toolbar .uk-subnav > * {
    margin-top: 0;
}



/* Desktop Logo 
 ========================================================================== */
.logo {
	float:none;
	text-align:center;
}
.logo p {
	margin:0!important;
}
a.tm-logo:hover {
	color:none;
	text-decoration:none!important;
}
/* Mobile Logo 
 ========================================================================== */
.tm-logo-small {
    display: inline-block;
	letter-spacing: normal!important;
}

	/* Absolute Module Position
 ========================================================================== */
.absolute {
	position: fixed;
	top:30%;
	z-index:999;
}
.uk-dotnav li a {border:1px solid rgba(255, 255, 255, 0.5)}

/* Absolut Menu with Icons  
 ========================================================================== */
.absolute .uk-icon-button {
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
	margin:0 !important
}
a.menu-icon i {
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px; 
}
a.menu-icon:hover {
	color:#000;
}
a.menu-icon {display:inline-block; margin-bottom:4px!important}

.absolute .uk-icon-large {
    vertical-align: 0;
}
/* Mainmenu 
 ========================================================================== */
.uk-dropdown .uk-nav {
    text-align: left;
}
#menu-outer { 
	z-index: 980;
	position:relative;
	float:none;
	text-align:center;
}

.uk-navbar-nav {
    display: inline-block!important;
    float: none!important;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center!important;
}

.tm-navbar {
	margin:0!important;
}

/*Center the Sub Menu
 ------------------------------------------------*/
.submenu .uk-subnav {
    display: inline-flex!important
}


/* Module Styles 
 ========================================================================== */
div.round{
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}


.margin-100 {margin-top:-100px}
.margin-200 {margin-top:-200px}
.margin-300 {margin-top:-300px}



/* Toogler Offvanvas
 ========================================================================== */
#menu-outer .uk-button{
  -webkit-border-radius: 0!important; 
  -moz-border-radius: 0!important; 
  border-radius: 0!important; 
}


/*Center the Footer Menu
 ------------------------------------------------*/
.footer-outer .uk-subnav {
    display: inline-flex!important
}
.tm-footer {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
/* Article Title
 ========================================================================== */
h3.uk-panel-title{
	position:relative;
}


/*HR Styles
 ------------------------------------------------*/
.uk-grid-divider:empty {
    margin-bottom: 35px !important;
    margin-top: 35px !important;
}

/* Image Styles
 ========================================================================== */

.shadow {
	webkit-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.2);
}
img.circle {
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.circle img {
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
img.border {border:1px solid #222; padding:20px}
img.effect {
	opacity:0.5;
	transition: all 0.4s ease-in-out 0s;

}
img.effect:hover {
	opacity:1;
}
/* ITop Scroller
 ========================================================================== */

a.top-scroller {
	position:fixed !important;
	right:20px;
	bottom:20px;
	z-index:9999;
	font-size:20px;
	text-align:center;
}
a.top-scroller:hover {
    display: block;
    transition: all 0.2s linear 0s;
}
/* Video Iframe
 ========================================================================== */
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin:20px 0;
}
/* RokSprocket
 ========================================================================== */
/* Mosaic Overlay Image effect */
img.sprocket-mosaic-image { 
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}
img.sprocket-mosaic-image:hover { 
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
a.readon {padding:5px 30px;margin:10px 0;display:inline-block;}
a.readon:hover {padding:5px 30px;margin:10px 0;display:inline-block;text-decoration:none}
img.hover-effect { 
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}
img.hover-effect:hover { 
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.sprocket-mosaic-image-container { display: block; padding: 0px; margin: 0px 0px 24px; max-width: 100%; }
.sprocket-mosaic-image-container img { max-width: 100%; }
.sprocket-mosaic-image-container.pull-left { margin-right: 20px; }
.sprocket-mosaic-image-container { display: block; padding: 0px; margin: 0px; overflow: hidden; position: relative; width: 100%; max-width: 100%; }
.sprocket-mosaic-image-container a { width: 100%; height: 100%; }
.sprocket-mosaic-image-container img { transform: scale(1); transform-origin: 50% 50% 0px; transition: all 0.3s ease 0s; }
.sprocket-mosaic-image-container a:hover img { transform: scale(1.5); }
.sprocket-mosaic-image-container .item-image-backdrop { position: absolute; top: 0px; left: 0px; z-index: 10; width: 100%; height: 100%; background-color: rgb(0, 0, 0); visibility: hidden; opacity: 0; transition: all 0.3s ease 0s; }
.sprocket-mosaic-image-container a:hover .item-image-backdrop { visibility: visible; opacity: 0.8; }
.sprocket-mosaic-image-container .item-image-backdrop::before { content: ""; z-index: 11; display: block; width: 25px; height: 1px; background-color: rgb(255, 255, 255); position: absolute; top: 50%; left: 50%; margin-left: -12px; transition: all 0.3s ease 0s; transform: translateX(-150px); }
.sprocket-mosaic-image-container .item-image-backdrop::after { content: ""; z-index: 12; display: block; width: 1px; height: 25px; background-color: rgb(255, 255, 255); position: absolute; top: 50%; left: 50%; margin-top: -12px; transition: all 0.3s ease 0s; transform: translateY(-150px); }
.sprocket-mosaic-image-container a:hover .item-image-backdrop::before { transform: translateX(0px); }
.sprocket-mosaic-image-container a:hover .item-image-backdrop::after { transform: translateY(0px); }


/* Media Query 1024 Sticky Menu
 ========================================================================== */
@media screen and (max-width: 1024px) {
  #menu-outer {  
	  -webkit-transition: 0.15s ease-in-out;  
	  -ms-transition: 0.15s ease-in-out;  
	  transition: 0.15s ease-in-out;  
	  box-shadow: 0 1px 0 rgba(0,0,0,0.08);  
  }  
}

/* Media Query 1024
 ========================================================================== */
@media screen and (max-width: 1024px) {
	#top-a, #top-b, #top-c, #top-d, #top-e,#top-f,#bottom-a, #bottom-b, #bottom-c, #bottom-d, #bottom-e, #bottom-f,body {background-attachment: scroll !important; background-position: cover; }
	.full-wrapper .uk-container {padding:0 10px !important; width:auto !important}
	#menu-outer .uk-container {padding:0!important}
}

@media screen and (max-width: 768px) {
	.margin-100, .margin-200, .margin-300 {margin-top:-10px}

}
@media screen and (max-width: 768px) {
 h1 {
 font-size: 130%!important;
 line-height:100%!important;
 }
 h2 {
 font-size: 120%!important;
  line-height:100%!important;

 }
 h3 {
 font-size: 110%!important;
  line-height:100%!important;

 }
}
.shadow-frontpage {
	box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.09);
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.09);
	padding:4px;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
.shadow-frontpage:hover {
	box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.20);
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {

    background-color: #000;
}