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

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

/* Logo color */
[class*='tm-logo'] svg path,
[class*='tm-logo'] path,
[class*='tm-logo'] rect { fill: #c3cce8; }

body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] svg path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached)[class*='tm-logo'] path,
body:not(.tm-navbar-bg) [class*='tm-block-primary'] .tm-navbar:not(.tm-navbar-attached) [class*='tm-logo'] rect { fill: #fff; }

/* Background image in layout position bottom-e */
.tm-block-bottom-e > div {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

/* SVG fill color for layout position bottom-e */
.tm-block-bottom-e .uk-panel .uk-panel svg path,
.tm-block-bottom-e .uk-panel .uk-panel path {
    fill: #c3cce8;
    opacity: 0.3;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tm-block-bottom-e .uk-panel .uk-panel:hover svg path,
.tm-block-bottom-e .uk-panel .uk-panel:hover path { opacity: 1; }

.tm-navbar-attached, .tm-navbar-bg .tm-navbar {
    background: #ffffff;
}

/* WordPress Pagination */
.home.tm-article-blog .uk-pagination { display: none; }

ul.weblinks li {
	padding-left: 25px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid rgba(0,0,0,.075);
    background: url('../images/custom/external-link-symbol-green.png') no-repeat left 9px;
    list-style-position: outside;
}

ul.weblinks li:first-child {
	padding-top: 0;
    border-top: 0 none;
    background: url('../images/custom/external-link-symbol-green.png') no-repeat left 3px;
}

ul.weblinksgreen li a,
ul.weblinksgreen li a:link,
ul.weblinks li a,
ul.weblinks li a:link {
    display: inline-block;
    color: #374355;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
	transition: all 0.2s;
}

ul.weblinksgreen li a:hover,
ul.weblinks li a:hover {
	color: #fff;
	text-decoration: none;
}

ul.weblinksgreen,
ul.weblinks {
	list-style: none;
	margin: 0;
	padding: 0;
}

.uk-panel.cop-container > h3.uk-panel-title {
	display: none;
}

.uk-panel.cop-container h2.cop-title {
	color: #ffffff;
	margin: 10px 0 40px 0;
}
.uk-panel.cop-container .uk-row-first h3.uk-h3 {
	color: #5b7220;
}

.uk-panel.cop-container ul.cop-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.uk-panel.cop-container ul.cop-ul li {
	color: #ffffff;
}

div.count-capsule {
	min-width: 200px;
	max-width: 300px;
    margin: 40px auto 0;
	box-sizing: border-box;
	padding: 25px 15px;
	border: 1px solid rgba(0,0,0, .1);
	box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
}
div.count-icon,
div.count-wrap,
div.count-desc {
	text-align: center;
}
div.count-icon {
	margin-bottom: 20px;
	margin-top: -74px;
}
div.count-icon img {
	width: 96px;
	height: auto;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .1);
    border-radius: 48px;
}

div.count-wrap {
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #ffffff /*rgba(0,0,0,.8)*/;
}

div.count-wrap-about {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    color: #808080 /*rgba(0,0,0,.8)*/;
}

div.count-desc {
	color: rgba(0,0,0,.4);
	font-size: 18px;
	font-weight: 600;
}

.tm-block-top-a div.tm-block-texture::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .75;
}

.uk-panel-box.key-information {
	padding: 25px;
    background: #5F8ABC;
    color: #fff;
    position: relative;
    border: 0 none;
}

.uk-panel-box.askanexpert {
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .1);
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.uk-panel-box.key-information,
.uk-panel-box.adaptation,
.uk-panel-box.mitigation {
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .2);
}


.uk-panel-box.key-information > h3,
.uk-panel-box.askanexpert > h3,
.uk-panel-box.adaptation > h3,
.uk-panel-box.mitigation > h3 {
	display: none;
}

.uk-panel-box.key-information  h3,
.uk-panel-box.adaptation  h3,
.uk-panel-box.mitigation  h3 {
	color: #fff !important;
}

.uk-panel-box.key-information .uk-panel-box {
    padding: 0;
    background: transparent;
    color: #fff;
    position: relative;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}

.uk-panel-box.key-information .uk-subnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.uk-panel-box.key-information .uk-subnav > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    padding-left: 0;
    padding-right: 15px;
    margin-top: 0;
    margin-bottom: 8px;
    position: relative;
}

.uk-panel-box.key-information .uk-subnav > * > * {
    display: inline-block;
    color: #374355;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: all 0.2s;
}

.uk-panel-box.key-information .uk-subnav > * > a:hover,
.uk-panel-box.key-information .uk-subnav > .uk-active > * {
	color: #ffffff;
}

.uk-panel-box.key-information .uk-switcher.uk-margin-top {
	margin-top: -59px !important;
    float: left;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}

.uk-panel-box.key-information .uk-text-center {
    text-align: left !important;
}

.tm-top-b > .uk-row-first > .uk-panel > h3.uk-panel-title {
	display: none;
}

.tm-top-b h2 {
	text-align: center;
	margin-bottom: 55px;
}

.cstm-height-400 {
	min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.cstm-height-200 {
	min-height: 220px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 5px solid #F3F3F3;
}

.cstm-panel-desc {
	opacity: 0.6;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
}

.uk-tab > li.uk-active > a {
    border-color: rgba(0, 0, 0, 0.06);
    border-bottom-color: transparent;
    background: none;
    color: #303030;
}

.uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a {
    border-color: rgba(0, 0, 0, 0.06);
    background: #f3f3f3;
    color: #303030;
    outline: none;
}

.nav li a {
	border: medium none;
	display: block;
	float: left;
	line-height: 18px;
	outline: medium none;
	padding: 6px 10px;
	text-decoration: none;
	width: 100px;
}

aside.tm-sidebar-b {
	box-sizing: border-box;
	background-image: url('../../../images/regatta-new/sbbg.jpg');
	background-position: 40px top;
	background-repeat: repeat-y;
}



aside.tm-sidebar-b > .uk-panel,
aside.tm-sidebar-b .uk-panel .uk-panel.uk-panel-box {
	padding: 15px;
}

aside.tm-sidebar-b .uk-panel.sidebar-filter {
	padding: 15px;
	margin-top: 10px !important; 
}
/******* Sidebar Styles *******/

aside .cstm-sidebar-item {
	margin: -15px;
	padding: 15px;
	text-align: center;
}

aside .cstm-sidebar-item h3 {
	color: #ffffff;
	margin-bottom: 10px;
}

aside .cstm-sidebar-item p {
	margin: 10px 0 15px !important;
}

aside .cstm-sidebar-item a.cstm-button {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 12px;
	line-height: 2em;
	font-size: 1em;
	font-weight: 300;
	border-radius: 3px;
	text-decoration: none;
	color: rgba(255,255,255, 1);
	background-color: rgba(255,255,255, 0.1);
    border: 1px solid rgba(255,255,255, 1);
    transition: all ease .3s;
}

aside .cstm-sidebar-item a.cstm-button:focus,
aside .cstm-sidebar-item a.cstm-button:hover {
	text-decoration: none;
	color: rgba(95, 138, 188, 1);
	background-color: rgba(255,255,255, 1);
}

aside #cstm-submit {
	background-color: rgb(95, 138, 188);
	color: #ffffff;
}

/******* ZOO Styles *******/

.zoo-filter .form-element-row {
	padding: 0;
	margin-bottom: 10px;
}

.zoo-filter label {
	height: auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: rgb(95, 138, 188);
}

.zoo-filter select,
.zoo-filter textarea,
.zoo-filter input[type="text"],
.zoo-filter input[type="password"],
.zoo-filter input[type="datetime"],
.zoo-filter input[type="datetime-local"],
.zoo-filter input[type="date"],
.zoo-filter input[type="month"],
.zoo-filter input[type="time"],
.zoo-filter input[type="week"],
.zoo-filter input[type="number"],
.zoo-filter input[type="email"],
.zoo-filter input[type="url"],
.zoo-filter input[type="search"], 
.zoo-filter input[type="tel"],
.zoo-filter input[type="color"] {
	font-size: 0.9em;
	font-weight: 300;
}

.zoo-filter input[type="text"],
.zoo-filter input[type="password"],
.zoo-filter input[type="datetime"],
.zoo-filter input[type="datetime-local"],
.zoo-filter input[type="date"],
.zoo-filter input[type="month"],
.zoo-filter input[type="time"],
.zoo-filter input[type="week"],
.zoo-filter input[type="number"],
.zoo-filter input[type="email"],
.zoo-filter input[type="url"],
.zoo-filter input[type="search"], 
.zoo-filter input[type="tel"],
.zoo-filter input[type="color"] {
    height: 2em;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 5px;
    line-height: 2em;
    border-radius: 3px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.zoo-filter select,
.zoo-filter textarea {
	height: auto;
	width: 100%;
    margin-bottom: 15px;
    padding: 3px;
    line-height: 22px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.zoo-filter select option {
	white-space: normal;
}

.zoo-filter input:focus,
.zoo-filter select:focus,
.zoo-filter textarea:focus {
	background-color: rgba(95, 138, 188, 0.1);
    border: 1px solid rgba(95, 138, 188, 1);
}

.zoo-filter button {
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 2.5em;
	font-size: 1em;
	font-weight: 300;
	border-radius: 3px;
	color: rgba(95, 138, 188, 1);
	background-color: rgba(95, 138, 188, 0.1);
    border: 1px solid rgba(95, 138, 188, 1);
    transition: all ease .3s;
}
.zoo-filter button:hover,
.zoo-filter button:focus {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(95, 138, 188, 1);
    border: 1px solid rgba(95, 138, 188, 1);
}

#yoo-zoo .item div.pos-sidebar {
	width: 100%;
}

#yoo-zoo .item div.sidebar-right {
    background-color: #F4F4F4;
    float: none;
    margin: 0;
    padding: 0 20px 20px 0;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#yoo-zoo .item .element-textarea > * {
    margin: 0;
}

#yoo-zoo .item div.pos-sidebar .element:first-child {
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
}

#yoo-zoo .item div.pos-sidebar .element {
	padding: 0;
    border-bottom: none;
    width: 50%;
    box-sizing: border-box;
    padding-top: 20px;
}

#yoo-zoo .item h1.pos-title {
    border-bottom: 0 none;
    font-size: 26px;
    line-height: 32px;
    margin: 30px 0;
    padding: 0;
}

#yoo-zoo .item h3 {
    border-bottom: medium none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

#yoo-zoo .item div.pos-description {
    margin-top: 30px;
}

#yoo-zoo .item div.pos-description .element-checkbox {
    width: 48%;
    margin-right: 1%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

#yoo-zoo .item div.pos-description .element-checkbox:not(.first) > h3 {
	font-weight: 300;
}

h2.uk-h3.uk-margin-remove {
	font-size: 20px;
	line-height: 26px;
}

[class*='uk-align-'] {
    margin-bottom: 0;
}

.uk-pagination > li > a,
.uk-pagination > li > span {
    display: inline-block;
    min-width: 30px;
    padding: 5px 5px;
    line-height: 30px;
    text-decoration: none;
    box-sizing: content-box;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-color: #fff;
}

.uk-pagination > li > a::before,
.uk-pagination > li > span::before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 20px;
    background: #f3f3f3;
    z-index: -1;
}

.yoo-zoo.business-uikit .element-country span {
	display: inline-block;
	box-sizing: border-box;
	line-height: 28px;
	padding: 0 8px;
	background-color: #ffffff;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	border: 1px solid #e3e3e3;
}

.yoo-zoo.business-uikit .uk-width-medium-3-4 .element-checkbox,
.yoo-zoo.business-uikit .uk-width .element-checkbox {
	display: inline-block;
	box-sizing: border-box;
	width: 49%;
	padding-right: 2%;
	vertical-align: top;
}

.yoo-zoo.business-uikit h1.uk-h1 {
	font-size: 32px;
	line-height: 38px;
}

.yoo-zoo.business-uikit h3 {
	font-size: 22px;
	line-height: 28px;
}

.sidebar-filter .checkbox .checkbox-row label {
	font-size: 15px;
	line-height: 18px;
	color: rgb(105, 110, 118);
}

.checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0px;
    margin-top: 2px;
    margin-right: 8px;
}
.yoo-zoo.business-uikit .uk-nbfc h2 {
	line-height: 48px;
}

.yoo-zoo .element-link > a,
.yoo-zoo.element-download-button,
.yoo-zoo.element-download-button > span,
.yoo-zoo.element-download-button > span > span {
	background: 0 none;
	line-height: 30px;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.yoo-zoo.element-download-button,
.yoo-zoo.element-download-button > span {
	height: 30px;
}

.yoo-zoo .element-link > a,
.yoo-zoo.element-download-button > span > span {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	margin: 0 0 0 5px;
	padding: 0 15px;
	background-color: rgba(90, 131, 177, .2);
	border-radius: 15px;
	color: rgba(90, 131, 177, 1);
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	transition: all ease .3s;
}

.yoo-zoo .element-link > a:hover,
.yoo-zoo.element-download-button:hover > span > span {
	text-decoration: none;
	background-color: rgba(90, 131, 177, 1);
	color: rgba(255,255,255, 1);
}

.business-unep-frontpage h2 {
    line-height: 30px;
}

#yoo-zoo .items div.media-left {
    margin-bottom: 25px;
}

.tm-main {
	margin: 40px 0;
}

#yoo-zoo.business-unep-perfiles-de-paises .first-item {
    margin-right: 0px;
}

#yoo-zoo .first-item {
    padding-right: 0px;
}

#yoo-zoo.business-unep-perfiles-de-paises p.pos-links {
	float: right;
    margin: -20px 0 0;
}

#yoo-zoo.business-unep-perfiles-de-paises .items div.media-left {
    margin-bottom: 0px;
}

#yoo-zoo .width33 {
	box-sizing: border-box;
	padding-right: 30px;
}

div.mod-languages li a {
    text-decoration: none;
    color: rgba(255,255,255,.5);
    transition: color ease .3s;
}

div.mod-languages li.lang-active a {
	color: rgba(255,255,255,1);
}

div.mod-languages li a:hover,
div.mod-languages li.lang-active a:hover {
	color: rgba(255,255,255,1);
}

.headline-network {
	text-align: left;
	margin-top: 0 !important;
	font-weight: 200;
	line-height: 96px;
	margin-bottom: 40px !important;
}

#headline-key-institutions {
	padding-left: 120px;
	background-image: url('http://cagefish.de/kunden/unep/images/regatta-new/keyinfo-icons/whitetrans/key-institutions.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 96px 96px;
}

#headline-country-profiles {
	padding-left: 120px;
	background-image: url('http://cagefish.de/kunden/unep/images/regatta-new/keyinfo-icons/whitetrans/country-profiles.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 96px 96px;
}

#headline-docs-tools {
	padding-left: 120px;
	background-image: url('http://cagefish.de/kunden/unep/images/regatta-new/keyinfo-icons/whitetrans/documents-tools.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 96px 96px;
}

#headline-events {
	padding-left: 120px;
	background-image: url('http://cagefish.de/kunden/unep/images/regatta-new/keyinfo-icons/whitetrans/events.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 96px 96px;
}

#headline-negotiations {
	padding-left: 120px;
	background-image: url('http://cagefish.de/kunden/unep/images/regatta-new/keyinfo-icons/whitetrans/negotiations.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 96px 96px;
}

#headline-other-networks {
	padding-left: 120px;
	background-image: url('http://cagefish.de/kunden/unep/images/regatta-new/keyinfo-icons/whitetrans/other-networks.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 96px 96px;
}

#headline-financing {
	padding-left: 120px;
	background-image: url('http://cagefish.de/kunden/unep/images/regatta-new/keyinfo-icons/whitetrans/financing-opportunities.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 96px 96px;
}

#headline-vulnerability {
	padding-left: 120px;
	background-image: url('http://cagefish.de/kunden/unep/images/regatta-new/keyinfo-icons/whitetrans/impact-adaptation.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 96px 96px;
}

.tm-top-a .breadcrumbs {
	width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    font-size: 14px;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255,255,255,.1);
    border-top: 1px solid rgba(255,255,255,.2);
}

.tm-top-a .breadcrumbs a {
	color: #ffffff;
}

.uk-nav-offcanvas ul a {
    color: #fff;
}

@media (min-width: 768px) {
.uk-align-medium-left {
    margin-bottom: 0;
}
}
@media (max-width: 768px) {
/*.uk-navbar-center {
    max-width: 80%;
}*/

.uk-navbar-center {
    float: none;
    text-align: center;
    max-width: 70%;
    margin-left: 0;
    margin-right: 0;
}
    .tm-navbar-toggle {
    margin-left: -10px;
}

#yoo-zoo .width33 {
    float: left;
    width: 100%;
    padding-right: 0;
}

#headline-country-profiles,
#headline-docs-tools,
#headline-vulnerability,
#headline-events,
#headline-negotiations,
#headline-financing,
#headline-key-institutions,
#headline-other-networks {
    padding-left: 90px;
    background-size: 64px 64px;
    min-height: 64px;
}

.headline-network {
    text-align: left;
    margin-top: 0 !important;
    font-weight: 200;
    padding-top: 30px;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 40px !important;
}
}


@media (max-width: 1024px) {
.tm-nav-logo.uk-hidden-small {
    width: 25%;
}
.uk-navbar-nav > li > a {
    padding: 4px 10px 0 10px;
    font-size: 12px;
    }
}

.tm-top-b .uk-slideset li.uk-active {
min-height: 180px
}

table.acymailing_form {
    margin: 0 !important;
}

.footer2 {
    display: none;
}

.acy_requiredField label {
    font-weight: inherit !important;
    line-height: 34px !important;
}

/*
.uk-grid > * {
	padding-left: 0; 
}

.uk-grid {
	margin-left: 0;
}
*/

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

.tm-footer ul.uk-subnav li {
	margin: 20px 0 !important;
	padding: 0 10px !important;
}

.tm-footer .uk-subnav-line > :nth-child(n+2):before {
    margin-right: 0;
    border-left: 0 none;
}

@media (min-width: 1024px) and (max-width: 1405px){
	
	.tm-nav-logo.uk-hidden-small {
	    width: 25%;
	}
	
	.uk-navbar-nav > li > a {
	    padding: 4px 10px 0 10px;
	    font-size: 13px;
    }
}
.row {
    margin-left: 0;
}
#yoo-zoo .categories h2.title {
	padding: 10px !important;
	line-height: 20px !important;
}
.yoo-zoo .element-link > a, .yoo-zoo.element-download-button > span > span {
    line-height: 38px;
    border-radius: 10px;
    margin: 0;
}
#yoo-zoo .items h2.pos-title {
    line-height: 22px;
}
#yoo-zoo .categories ul.sub-categories li {
    padding: 5px 5px 5px 20px;
}
#yoo-zoo .categories-col-2 .width50 {
    width: 49%;
}
#yoo-zoo .width50 {
    float: left;
    width: 49%;
    margin-right: 1%;
}
#yoo-zoo .element.element-link.last a, #yoo-zoo .element-download a > span > span {
    line-height: 27px;
}
