@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

* {
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #303a44;
}
::-moz-placeholder {
    color: #303a44;
    opacity: 1;
}
:-moz-placeholder {
    color: #303a44;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #303a44;
}

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
.dc
{
  position: absolute;
  left: -9999px;
  }

body {
	font: 14px/36px 'Ubuntu', sans-serif;
	width: 100%;
	height: 100%;
    color: #303a44;
}
h1, h2, h3 {
    font-weight: 700;
    margin: 0 0 20px;
}
h2 {
    font-size: 36px;
}
p {
    margin: 0 0 15px;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover {
    color: inherit;
}
table {
    width: 100%;
}
.wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.btn {
    position: relative;
    display: inline-block;
    *display: inline;
    padding: 9px 22px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    border: 1px solid #000;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.btn:hover {
    text-decoration: none;
    border: 1px solid #ada70c;
    background: #e7df00;
    color: #fff;
}
.btn.btn-arrow {
    padding-left: 45px;
}
.btn.btn-arrow:before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url(/img/button-arrow.png) no-repeat;
    position: absolute;
    left: 18px;
    top: 14px;
}
.btn.btn-arrow:hover:before {
    background: url(/img/button-arrow-white.png) no-repeat;
}
.btn.btn-white {
    border: 1px solid #fff;
    color: #fff;
}
.btn.btn-white:before {
    background: url(/img/button-arrow-white.png) no-repeat;
}
.btn.btn-white:hover {
    border: 1px solid #e6df00;
    color: #e6df00;
    background: none;
}
.btn.btn-white:hover:before {
    background: url(/img/button-arrow-yellow.png) no-repeat;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 60px;
	background: #fff;
    box-shadow: 0 0 2px #fecc00;
    position: fixed;
    z-index: 1000;
    width: 100%;
    -webkit-transition: background 0.3s ease;
         -o-transition: background 0.3s ease;
            transition: background 0.3s ease;
}
.nav-logo {
    float: left;
    width: 58px;
    height: 58px;
    margin: 1px 90px 0 0;
    //background: url(/img/logo.png) no-repeat;
	background: url("/wp-content/uploads/2025/10/gbv-logo-quadrat.png")no-repeat;
	background-size: contain;
    background-size: cover;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.main-menu {
    float: left;
    list-style: none;
    font-size: 0;
}
.main-menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.main-menu li a {
    font-size: 16px;
    color: #303a44;
    display: block;
    padding: 20px 12px 15px;
    line-height: 20px;
    border-bottom: 5px solid #fff;
    text-decoration: none;
    -webkit-transition: border 0.5s ease;
         -o-transition: border 0.5s ease;
            transition: border 0.5s ease;
}
.main-menu li.current-menu-item a, .main-menu li a:hover, .main-menu li.current-menu-parent a {
    border-bottom: 5px solid #fecc00;
}
.main-menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    max-width: none;
    position: absolute;
    left: -20px;
    right: -20px;
    z-index: 100;
    padding-top: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.main-menu li .sub-menu li {
    display: block;
    background: #fff;
    text-align: center;
}
.main-menu li .sub-menu li a {
    width: 100%;
    border-bottom: 0;
    padding: 14px 17px;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.main-menu li .sub-menu li a:hover, .main-menu li .sub-menu li.current-menu-item a {
    background: #fef468; /* Old browsers */
    background: -moz-linear-gradient(top,  #fef468 0%, #ece13b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fef468 0%,#ece13b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fef468 0%,#ece13b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef468', endColorstr='#ece13b',GradientType=0 ); /* IE6-9 */
}
.nav-search {
    float: right;
    position: relative;
}
.nav-search-button {
    width: 60px;
    height: 60px;
    background: url(/img/nav-search.png) no-repeat center;
    cursor: pointer;
}
.nav-search:hover .nav-search-button {
    border: 1px solid #ececec;
    border-bottom: none;
}
.nav-search .nav-search-form {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.nav-search:hover .nav-search-form {
    opacity: 1;
    visibility: visible;
}



.home .header {
    background: none;
    border: 0;
    box-shadow: none;
}
.home .nav-logo {
    position: fixed;
    display: block;
    left: 20px;
    top: 20px;
    width: 80px;
    height: 80px;
    //background: url(/img/logo.png) no-repeat;
		background: url("/wp-content/uploads/2025/10/gbv-logo-quadrat.png")no-repeat;
	background-size: contain;
    text-decoration: none;
}
.home .header:after {
    display: none;
}
.home .main-menu {
    float: left;
    margin: 23px -10px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.home .main-menu > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-right: 25px;
    -webkit-transition: border 0.3s ease;
         -o-transition: border 0.3s ease;
            transition: border 0.3s ease;
}
.home .main-menu > li:after, .home .main-menu > li.current-menu-item:after {
    content: "";
    opacity: 1;
    display: block;
    position: absolute;
    z-index: -1
    ;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fecc00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.home .main-menu li a {
    display: block;
    color: #fff;
    padding: 5px 7px;
    line-height: normal;
    border-bottom: none;
}
.home .main-menu li.current-menu-item:after, .home .main-menu li:hover:after {
    opacity: 1;
    visibility: visible;
}
.home .main-menu li.menu-item-has-children {
    position: relative;
}
.home .main-menu li.menu-item-has-children:after {
    content: "";
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    border: 0;
    left: 0;
    top: -5px;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(63, 88, 112, 0.7);
    box-shadow: 0 0 5px rgba(246, 204, 88, 0.8);
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.home .main-menu li.menu-item-has-children:hover:after {
    opacity: 1;
    visibility: visible;
}
.home .main-menu li.menu-item-has-children:hover a {
    text-decoration: none;
}
.home .main-menu li.menu-item-has-children:hover .sub-menu {
    display: block;
}



.home .main-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: static;
    max-width: 100%;
    left: auto;
    right: auto;
    padding-top: 6px;
}
.home .main-menu .sub-menu li {
    display: block;
    margin: 0;
    background: none;
}
.home .main-menu .sub-menu li a {
    display: block;
    padding: 9px 16px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.home .main-menu .sub-menu li a:hover {
    background: #f8ed58;
    color: #303a44;
}


.home .nav-search {
    margin-top: 9px;
}
.home .nav-search .nav-search-button {
    background: url(/img/search-icon-white.png) center no-repeat;
}


.header.sticky {
    background: #fff;
    box-shadow: 0 0 2px rgb(210, 210, 210);
}
.home .header.sticky .nav-logo {
    position: static;
    width: 58px;
    height: 58px;
    background-size: cover;
}
.header.sticky .main-menu {
    float: left;
    margin: 0;
}
.header.sticky .main-menu li {
    margin: 0;
    border: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.header.sticky .main-menu li a {
    color: #303a44;
    display: block;
    padding: 20px 17px 15px;
    line-height: 20px;
    border-bottom: 5px solid #fff;
    text-decoration: none;
}
.header.sticky .main-menu li:after {
    opacity: 0!important;
    visibility: hidden!important;
}
.header.sticky .main-menu li.current-menu-item:after {
    display: none;
}
.header.sticky .main-menu li.current-menu-item a, .header.sticky .main-menu li a:hover, .header.sticky .main-menu li.current-menu-parent a {
    border-bottom: 5px solid #fecc00;
}
.header.sticky .nav-search {
    margin: 0;
}
.header.sticky .nav-search .nav-search-button.nav-search-button {
    background: url(/img/nav-search.png) no-repeat center;
}
.header.sticky .nav-search:hover .nav-search-button {
    border-top: none;
    border-bottom: none;
}

.header.sticky .main-menu li.menu-item-has-children:hover:after {
    display: none;
}
.header.sticky .main-menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    max-width: none;
    position: absolute;
    left: -20px;
    right: -20px;
    z-index: 100;
    padding-top: 0;
    -webkit-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.header.sticky .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.header.sticky .main-menu li .sub-menu li {
    display: block;
    background: #fff;
    text-align: center;
}
.header.sticky .main-menu li .sub-menu li a {
    width: 100%;
    border-bottom: 0;
    padding: 14px 17px;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.header.sticky .main-menu li .sub-menu li a:hover, .header.sticky .main-menu li .sub-menu li.current-menu-item a {
    background: #fef468; /* Old browsers */
    background: -moz-linear-gradient(top,  #fef468 0%, #ece13b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fef468 0%,#ece13b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fef468 0%,#ece13b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef468', endColorstr='#ece13b',GradientType=0 ); /* IE6-9 */
}


.search-form {
    float: right;
    width: 400px;
    background: rgba(255,255,255,0.8);
    padding: 12px 10px 10px;
    font-size: 0;
    overflow: hidden;
}
.text-field {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c4c4c4;
    background: #fff;
    width: 280px;
    height: 50px;
    font-size: 14px;
    padding: 0 15px;
    color: #50606e;
    font-style: italic;
}
.submit-field {
    float: right;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cac300;
    background: #fecc00;
    width: 90px;
    height: 50px;
    padding: 0 15px;
    color: #000;
    font-size: 14px;
}
.submit-field:active {
    position: relative;
    top: 1px;
    left: 1px;
}



.slider-box {
    font-family: Ubuntu, sans-serif;
}
.slider-box-title {
    font-size: 72px;
    font-weight: 700;
    line-height: normal!important;
    margin-bottom: 10px;
}
.slider-box-simple-title {
    font-size: 50px;
    font-weight: 700;
    line-height: normal!important;
    margin-bottom: 10px;
}
.slider-box-sub-title {
    font-size: 28px;
    line-height: 180%!important;
}
rs-static-layers {
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    bottom: 0!important;
    width: 43%!important;
    height: 100%!important;
    background: rgba(48,58,68, 0.8)!important;
    z-index: 2;
}
rs-static-layers:after {
    content: "";
    display: block;
    width: 435px;
    height: 412px;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    margin: -206px -217px 0 0;
    background: url(/img/triangle.png) no-repeat;
}
.zeus .tp-bullet {
    background-color: rgba(255,255,255,0.2)!important;
    border: 1px solid #fff!important;
}
.zeus .tp-bullet.selected {
    background: #fecc00!important;
    border-color: #fecc00!important;
}
.zeus .tp-bullet::after {
    background: #fecc00!important;
}
.zeus .tp-bullet-image, .zeus .tp-bullet-imageoverlay, .zeus .tp-bullet-title {
    display: none!important;
}



/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 60px;
}


.section-uber {
    padding: 90px 0;
}
.section-uber p {
    line-height: 210%;
}
.section-referenten {
    padding: 50px 0 40px;
    background: #303a44;
    color: #fff;
    font-size: 18px;
}
.section-referenten p {
    margin-bottom: 35px;
}
.section-referenten h2 {
    color: #fecc00;
}
.referenten-more {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    color: #fff;
}
.referent-box {
    font-size: 0;
    margin-left: -30px;
}
.referent-item {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 160px;
    font-size: 14px;
    color: #fff;
    margin: 0 0 30px 30px;
    position: relative;
    text-decoration: none;
}
.referent-item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.referent-name {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    line-height: normal;
    padding: 60px 0 0;
    background: rgba(254, 204, 0,  0.7);
    text-align: center;
    text-transform: uppercase;
    color: #303a44;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.referent-item:hover .referent-name {
    opacity: 1;
    visibility: visible;
}


.owl-dots {
    margin: 20px 0 0;
}
.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 1px solid #fff;
    margin-right: 10px;
}
.owl-dot.active {
    background: #fecc00;
    border: 1px solid #fecc00;
}


.section-gbv {
    padding: 115px 0 75px;
    background: url(/img/gbv.jpg) no-repeat center;
    background-size: cover;
}
.gbv {
    position: relative;
    background: rgba(48, 58, 68, 0.5);
    text-align: center;
    line-height: normal;
    padding: 30px 0 90px;
    color: #fff;
    z-index: 2;
}
.gbv:after {
    content: "";
    display: block;
    width: 435px;
    height: 412px;
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 20px;
    margin: 0 0 0 -217px;
    background: url(/img/gbv-triangle.png) no-repeat;
}
.gbv p {
    position: relative;
    z-index: 100;
}
.gbv-title {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.gbv-sub-title {
    font-size: 36px;
    color: #fecc00;
    margin: 0 0 30px;
    font-weight: 700;
}
.gbv p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 36px;
}
.gbv-more {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    padding: 8px 18px;
    color: #fff;
}



.section-internationale {
    padding: 70px 80px;
    font-size: 16px;
}


.border-yellow:after {
    content: "";
    display: block;
    background: #fecc00;
    width: 150px;
    height: 2px;
    margin: 25px 0 0;
}
.border-yellow {
    margin-bottom: 40px;
}



.static-page {
    padding: 55px 0 0;
    line-height: 30px;
    font-weight: 500;
}
.static-page-title {
    margin: 0 0 40px;
    color: #919aa3;
}
.static-page-title:after {
    content: "";
    display: block;
    width: 185px;
    height: 2px;
    background: #fecc00;
}
.static-page-title h1 {
    font-size: 36px;
    font-weight: 400;
    color: #919aa3;
}
.static-page-title h2 {
    color: #303a44;
}
.top-offset {
    padding-top: 120px;
}



.impressum-row {
    margin: 0 0 80px;
}
.impressum-box {
    margin: 0 0 30px;
}
.impressum-box-title {
    font-size: 20px;
}
.impressum-box-border {
    position: relative;
    padding-left: 15px;
    margin: 0 0 17px;
}
.impressum-box-border p {
    margin-bottom: 30px;
}
.impressum-box-border:before {
    content: "";
    display: block;
    width: 2px;
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 7px;
    background: #d1dce7;
}
.impressum-box-subtitle {
    font-size: 18px;
}



.suchergebnisse {
    margin: 0 0 25px;
}
.suchergebnisse-title {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 5px;
}
.suchergebnisse-title a {
    color: inherit;
}



.links-box {
    margin: 0 0 50px;
}
.links-box-title {
    font-size: 22px;
    border-bottom: 1px solid #d1dce7;
    padding: 0 0 7px;
    margin: 0 0 11px;
    font-weight: 700;
}
.links-item {
    padding-left: 15px;
    padding-right: 40px;
    line-height: 140%;
    margin: 0 0 20px;
    font-weight: 500;
    position: relative;
}
.links-item:before {
    content: "";
    font-size: 15px;
    display: block;
    position: absolute;
    left: 3px;
    top: 7px;
    width: 4px;
    height: 6px;
    background: url(/img/links-arrow.png) no-repeat;
}
.links-item p {
    margin: 0;
}
.links-item a {
    color: #6588ab;
}
.links-name {
    font-weight: 700;
}




.page-header {
    position: relative;
    z-index: 1;
    padding: 60px 0 0;
    height: 677px;
    background-color: #ccc;
    background-position: center 60px;
    background-repeat: no-repeat;
}
.page-header-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 42%;
    background: rgba(48,58,68, 0.8);
    z-index: 2;
}
.page-header-title {
    position: absolute;
    width: 100%;
    z-index: 3;
    color: #fff;
    top: 0;
    padding: 300px 0 0;
}
.page-header-title h1 {
    font-size: 50px;
    line-height: normal;
}
.page-subtitle {
    font-size: 28px;
    line-height: 170%;
}
.page-box {
    padding: 35px 0 80px;
}
.page-box p {
    margin-bottom: 30px;
}
.page-box p:last-of-type {
    margin: 0;
}
.page-box-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
.page-gallery-box {
    background: #303a44;
    padding: 50px 0 20px;
}
.page-gallery {
    font-size: 0;
    margin-left: -30px;
}
.page-gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding-left: 30px;
    margin-bottom: 30px;
}
.page-gallery-item a {
    display: block;
    position: relative;
}
.page-gallery-item a:after {
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: url(/img/page-gallery-bg.png) no-repeat center rgba(254, 204, 0, 0.7);
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.page-gallery-item a:hover:after {
    opacity: 1;
    visibility: visible;
}
.page-gallery-thumb {
    width: 100%;
    height: 234px;
    background-position: center top;
    background-size: cover;
}





.black-box {
    background: #303a44;
    padding: 50px 0 20px;
    color: #fff;
}
.black-box .wpcf7-form {
    margin: 0;
}
.black-box .wpcf7-form h2 {
    margin-bottom: 50px;
}
.black-box .wpcf7-form.sent h2 {
    display: none;
}
.black-box .wpcf7-form.sent .black-checkbox {
    display: none;
}
.black-box .wpcf7-form.sent .send-ok {
    margin-bottom: 120px;
    margin-top: 20px;
    color: #fff;
}
.black-box .wpcf7-form.sent .send-ok span {
    color: #fff;
}
.black-box .wpcf7-form.sent .send-ok:before {
    background: url(/img/wpcf7-ok-white.png) no-repeat;
}
.black-box .wpcf7-form .wpcf7-form-control {
    background: none;
    font-weight: 400;
    border-bottom: 1px solid #fff;
}
.black-box .wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
    color: #fff!important;
}
.black-box .wpcf7-form .wpcf7-form-control::-moz-placeholder {
    color: #fff!important;
    opacity: 1;
}
.black-box .wpcf7-form .wpcf7-form-control:-moz-placeholder {
    color: #fff!important;
    opacity: 1;
}
.black-box .wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
    color: #fff!important;
}

.black-box .wpcf7-form .wpcf7-submit {
    border: 0;
}
.black-box .wpcf7-form .wpcf7-submit:hover {

}
.wpcf7-checkbox {
    border: none!important;
}
.wpcf7-list-item-label {
    margin-left: 20px;
}
.black-box .wpcf7-select {
    border: 0!important;
}
.black-box .jq-selectbox__select {
    border-bottom: 1px solid #fff!important;
    margin-bottom: -3px!important;
    color: #fff!important;
    text-shadow: none!important;
}
.black-box .jq-selectbox__select:hover {
    border-bottom: 1px solid #fff!important;
}
.black-box .jq-selectbox__trigger-arrow {
    background: url(/img/select-down-white.png) no-repeat;;
}
.black-checkbox {
    margin: 35px 0 50px;
}
.anmeldung-submit {
    display: inline-block;
    vertical-align: top;
    padding: 1px 0;
    position: relative;
    margin: 20px 0 50px;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;

}
.anmeldung-submit:hover {
    text-decoration: none;
    border: 1px solid #e6df00;
    color: #e6df00;
}
.anmeldung-submit:after {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url(/img/button-arrow-white.png) no-repeat;
    position: absolute;
    left: 18px;
    top: 14px;
}
.anmeldung-submit:hover:after {
    background: url(/img/button-arrow-yellow.png) no-repeat;
}
.anmeldung-gray {
    display: block;
}
.ajax-loader {
    display: none;
}




.black-box .jq-checkbox {
    width: 25px;
    height: 25px;
    border-radius: 0;
    background: none;
    border: 1px solid #fff!important;
    box-shadow: none!important;
}
.black-box .jq-checkbox.checked .jq-checkbox__div {
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}
.black-box .wpcf7-form.invalid .anmeldung-gray {
    color: #ff0048;
}
.black-box .wpcf7-form .wpcf7-form-control.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ff0048!important;
}
.black-box .wpcf7-form .wpcf7-form-control.wpcf7-not-valid::-moz-placeholder {
    color: #ff0048!important;
    opacity: 1;
}
.black-box .wpcf7-form .wpcf7-form-control.wpcf7-not-valid:-moz-placeholder {
    color: #ff0048!important;
    opacity: 1;
}
.black-box .wpcf7-form .wpcf7-form-control.wpcf7-not-valid:-ms-input-placeholder {
    color: #ff0048!important;
}





.wpcf7-form {
    margin: 40px 0 0;
}
.wpcf7-textarea {
    resize: vertical;
    min-height: 100px;
}
.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 30px;
}
.wpcf7-form .wpcf7-form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #303a44;
    font-weight: inherit;
    font-size: 16px;
    line-height: inherit;
    font-family: inherit;
    padding-bottom: 4px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
    border-color: #ff0048;
}
.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form .wpcf7-textarea {
    height: 120px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-not-valid::-webkit-input-placeholder {
    color: #ff0048;
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid::-moz-placeholder {
    color: #ff0048;
    opacity: 1;
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid:-moz-placeholder {
    color: #ff0048;
    opacity: 1;
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid:-ms-input-placeholder {
    color: #ff0048;
}

.wpcf7-form .wpcf7-submit {
    width: auto;
    border: none;
    background: none;
    padding: 3px 20px 3px 46px;
    position: relative;
    font-size: 14px;
}
.kontakt-gray {
    display: block;
    margin: 0 0 30px;
}
.wpcf7-form.invalid .kontakt-gray {
    color: #ff0048;
}
.kontakt-submit {
    padding: 1px 0;
    display: inline-block;
    border: 1px solid #000;
    vertical-align: top;
    position: relative;
    margin: 15px 0 35px;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.kontakt-submit:before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url(/img/button-arrow.png) no-repeat;
    position: absolute;
    left: 22px;
    top: 13px;
}
.kontakt-submit:hover {
    text-decoration: none;
    border: 1px solid #ada70c;
    background: #e7df00;
    color: #fff;
}
.kontakt-submit:hover .wpcf7-submit {
    border: 0;
}
.kontakt-submit:hover:before {
    background: url(/img/button-arrow-white.png) -1px -1px no-repeat;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    display: none!important;
}
.wpcf7-response-output.wpcf7-validation-errors {
    margin: 0 0 20px;
}
.screen-reader-response {
    display: none;
}
.kontakt-error {
    display: none;
    color: #ff0048;
    font-weight: 700;
    font-size: 16px;
    margin: 30px 0;
}
.wpcf7-form.invalid .kontakt-error {
    display: block;
}
.wpcf7-form.sent > .row, .wpcf7-form.sent .wpcf7-response-output {
    display: none!important;
}
.wpcf7-form.sent .send-ok {
    display: block;
    margin: 100px 0 120px;
}
.send-ok {
    display: none;
    position: relative;
    font-size: 36px;
    padding-left: 50px;
    font-weight: 700;
}
.send-ok:before {
    content: "";
    display: block;
    width: 30px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/wpcf7-ok.png) no-repeat;
}
.send-ok span {
    display: block;
    font-size: 18px;
    color: #919aa3;
    font-weight: 500;
    margin-top: 20px;
}



.referenten {
    background: #303a44;
    padding: 100px 0 50px;
    color: #fff;
}
.referenten-name {
    font-size: 50px;
    line-height: normal;
}
.referenten-info {
    text-align: right;
    line-height: 140%;
    padding: 25px 0 0;
}
.referenten-info p {
    font-weight: 500;
}
.referenten-position {
    margin: 0 0 20px;
    font-weight: 700;
}
.referenten-data {
    margin: 40px 0 0;
    line-height: 140%;
}
.referenten-img {
    text-align: right;
}
.referenten-img img {
    display: inline-block;
    vertical-align: top;
}
.referenten-table {
    width: 100%;
    font-weight: 700;
    margin: 20px 0;
}
.referenten-table a {
    color: #fff;
    text-decoration: none;
}
.referenten-kalender {
    color: #fecc00;
    text-transform: uppercase;
    text-decoration: underline;
}
.referenten-kalender:active, .referenten-kalender:focus {
    color: #fecc00;
}
.referenten-themen {
    padding-left: 15px;
    line-height: 140%;
    font-weight: 500;
    position: relative;
    font-size: 16px;
}
.referenten-themen a {
    color: #303a44;
}
.referenten-themen:before {
    content: "";
    font-size: 15px;
    display: block;
    position: absolute;
    left: 3px;
    top: 9px;
    width: 4px;
    height: 6px;
    background: url(/img/links-arrow.png) no-repeat;
}



.tabs {
    margin: 80px 0;
    line-height: 200%;
}
.tabs-caption {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 3px solid #303a44;
}
.tabs-caption li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    position: relative;
    cursor: pointer;
    color: #94a2b0;
}
.tabs-caption li.active {
    color: #303a44;
}
.tabs-caption li.active:after {
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    background: #fecc00;
}
.tabs-content {
    display: none;
    line-height: 220%;
    font-weight: 500;
    padding: 10px 0 0;
}
.tabs-content.active {
    display: block;
}




.vortragsborse-contact {
    margin: 0 0 50px;
}
.vortragsborse-title {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 0 0 6px;
}
.vortragsborse-border {
    border-bottom: 1px solid #d1dce7;
}
.vortragsborse-table {
    width: 100%;
}
.vortragsborse-table tr td:first-child {
    background: url(/img/links-arrow.png) 4px 12px no-repeat;
    padding-left: 17px;
}
.vortragsborse-table tr td:nth-child(2) {
    color: #a8b7c7;
    background: url(/img/phone.png) 0 6px no-repeat;
    padding-left: 25px;
}
.vortragsborse-header {
    padding: 20px 0 30px;
}
.vortragsborse-name {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 5px;
    font-weight: 700;
}
.vortragsborse-info {
    overflow: hidden;
    padding: 20px 0 0;
}
.vortragsborse-info img {
    margin-right: 30px;
}
.vortragsborse-info a {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0;
    font-weight: 700;
    text-decoration: underline;
    color: #303a44;
}



.gbv-box {
    padding: 100px 0 70px;
    color: inherit;
    line-height: 210%;
}
.gbv-box p {
    margin: 0 0 30px;
}



.accordion-wrapper {
    background: #303a44;
    padding: 50px 0;
    color: #fff;
}
.accordion-wrapper-title {
    font-size: 36px;
    color: #fecc00;
    line-height: normal;
    margin: 0 0 50px;
}
.accordion-title {
    border-top: 1px solid #fff;
}
.accordion:last-child  .accordion-title {
    border-bottom: 1px solid #fff;
}
.accordion-title {
    padding: 20px 0;
    font-size: 25px;
    line-height: normal;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
.accordion-title:after {
    content: "+";
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 45px;
}
.accordion-title:active:after, .accordion-title:focus:after {
    color: #fff;
}
.accordion-title.active {
    color: #fecc00;
}
.accordion-title.active:after {
    content: "–";
    top: 5px;
}
.accordion-content {
    display: none;
    padding: 20px 0;
    line-height: 200%;
    font-weight: 500;
}
.accordion-content h2 {
    font-size: 25px;
    color: #fecc00;
    font-weight: 400;
}
.accordion-content p {
    margin: 0 0 33px;
}
.accordion-content p:last-child {
    margin: 0;
}
.accordion-content ul {
    margin: 45px 0;
}
.accordion-content ul li {
    margin: 18px 0;
    list-style: none;
    position: relative;
    padding-left: 22px;
}
.accordion-content ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(/img/ul-list.png) no-repeat;
}
.accordion-content a {
    color: #fff;
    text-decoration: underline;
}
.accordion-content a:hover {
    color: #fecc00;
}
.accordion-padding-right {
    padding-right: 225px;
}




.referenten-list {
    font-size: 0;
    margin-left: -30px;
}
.referenten-item {
    display: inline-block;
    vertical-align: top;
    width: 16.66%;
    margin: 0 0 40px;
}
.referenten-inner {
    padding-left: 30px;
    font-size: 14px;
}
.referenten-inner span {
    display: block;
    font-size: 15px;
    line-height: 140%;
    margin-top: 5px;
}
.referenten-inner a {
    display: block;
    position: relative;
}
.referenten-inner img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.referenten-more {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    background: rgba(254, 204, 0, 0.7);
    border: 0;
    text-align: center;
    font-size: 15px;
    color: #303a44;
    font-weight: 700;
    padding: 60px 0;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}
.referenten-inner a:hover .referenten-more {
    opacity: 1;
    visibility: visible;
}



.tips {
    padding: 80px 0 60px;
}
.tips-avatar {
    float: left;
}
.tips-content {
    padding-left: 45px;
    padding-right: 310px;
    line-height: 200%;
}
.tips-content p {
    margin: 0 0 30px;
}
.tips-name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}



.vorstand-list {
    font-size: 0;
    margin-left: -30px;
}
.vorstand-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin: 0 0 40px;
}
.vorstand-inner {
    padding-left: 30px;
    font-size: 14px;
}
.vorstand-inner:hover span {
    color: #fecc00;
}
.vorstand-box {
    display: block;
    position: relative;
    margin: 0 0 10px;
}
.vorstand-data {
    display: none;
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    background: rgba(254, 204, 0, 0.7);
    border: 0;
    text-align: center;
    font-size: 15px;
    color: #303a44;
    font-weight: 700;
}
.vorstand-box:hover .vorstand-data {
    display: block;
}
.vorstand-inner span {
    font-size: 18px;
}
.vorstand-table {
    width: 334px;
    height: 334px;
    color: #303a44;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.vorstand-table span {
    display: inline-block;
    vertical-align: top;
    background: url(/img/gbv-email.png) 0 8px no-repeat;
    padding-left: 23px;
    color: #303a44!important;
    text-transform: none;
}



.themen {
    padding: 100px 0 80px;
}
.themen-form {
    margin: 0 0 120px;
}
.themen-select {
    margin: 0 0 30px;
}
.themen-select select {
    size: 10;
}
.themen-submit {
    margin: 20px 0 0;
}
.jq-selectbox {
    width: 100%;
}
.jq-selectbox__select {
    height: auto;
    border: 0!important;
    box-shadow: none;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #303a44!important;
    font-size: 16px;
    color: #303a44;
    padding-left: 0;
}
.jq-selectbox__select:hover {
    background: none;
}
.jq-selectbox__select:active {
    box-shadow: none;
}
.jq-selectbox__select-text {
    padding-bottom: 2px;
}
.jq-selectbox__trigger {
    border-left: 0;
}
.jq-selectbox__trigger-arrow {
    border: 0;
    width: 12px;
    height: 9px;
    background: url(/img/select-down.png) no-repeat;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    transform: rotate(180deg);
}
.jq-selectbox__dropdown {
    box-shadow: none;
}
.jq-selectbox.disabled {
    opacity: 0.5;
}
.jq-selectbox.disabled .jq-selectbox__select-text {
    color: #000;
}
.jq-selectbox.disabled .jq-selectbox__select {
    background: #fff!important;
}

.themen-box {
    margin: 0 0 35px;
}
.theme-box-title {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1dce7;
}
.themen-list {
    font-size: 0;
    line-height: normal;
    padding: 10px 0 0;
}
.themen-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
    margin-bottom: 13px;
    padding-right: 20px;
    font-weight: 500;
}
.themen-item a {
    color: inherit;
    text-decoration: none;
    line-height: 150%;
}
.themen-item span {
    color: #a8b7c7;
}



.theme-title {
    text-transform: uppercase;
}
.theme-name {
    font-size: 25px;
    /*color: #fecc00;*/
    line-height: normal;
}
.theme-box {
    padding: 70px 0;
    line-height: 210%;
}
.theme-link {
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    border-bottom: 1px solid #bec1c4;
    line-height: 100%;
    /*margin: 0 0 60px;*/
    position: relative;
    margin-left: 20px;
    color: inherit;
}
.theme-link:last-of-type{
	margin-bottom: 60px;
}
.theme-link:before {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url(/img/theme-arrow.png) no-repeat;
    position: absolute;
    top: 3px;
    left: -18px;
}
.blockquote {
    min-height: 30px;
    margin: 35px 0 0;
    background: url(/img/blockquout.png) 0 0px no-repeat;
    padding: 0 0 30px 50px;
    font-style: italic;
}
.blockquote p {
    margin: 0;
}


.page-video-box {
    background: #202a34;
    padding: 65px 0;
}
.page-video {
    border: 10px solid #969b9f;
}



.home-suchen {
    padding: 0;
}
.home-suchen .themen-form {
    margin: 0;
}
.home-suchen .themen-submit {
    margin-top: 40px;
}


.screen-reader-response {
    color: #ff0048;
    font-weight: 700;
    font-size: 16px;
    margin: 30px 0 0;
}
.screen-reader-response ul {
    display: none;
}
.wpcf7-form.invalid {
    margin: 30px 0 0;
}
.wpcf7-validation-errors {
    display: none;
}



.search-not-found {
    font-size: 36px;
    font-weight: 400;
    padding-top: 8px;
    color: #919aa3;
}



.referent-name-list {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: #fff;
}
.referent-list-bg {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 42%;
    background: #303a44;
    height: 50px;
}
.referent-list-wrapper {
    width: 100%;
    position: absolute;
    z-index: 6;
    font-size: 18px;
    line-height: 50px;
}
.referent-list-wrapper .container {
    x-position: relative;
}
.referent-list-toggle {
    cursor: pointer;
    position: relative;
    max-width: 403px;
}
.referent-list-toggle:before {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 6;
    background: url(/img/referenten-toggle.png) no-repeat;
    -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
.referent-list-toggle.active:before {
    transform: rotate(180deg);
}
.referent-list-content {
    display: none;
    x-position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 100%;
    background: #303a44;
}
.referent-list-content .container {
    padding-top: 20px;
    padding-bottom: 60px;
}



.ref-box-list {
    font-size: 0;
}
.ref-box {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 20px 0 0;
    color: #fff;
    font-size: 14px;
}
.ref-box-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px;
}
.ref-list {
    line-height: normal;
}
.ref-item {
    margin-bottom: 13px;
    padding-right: 20px;
    font-weight: 500;
}
.ref-item a {
    color: #fff;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -60px auto 0;
	height: 60px;
    font-size: 14px;
    background: #303a44;
	border-bottom: 5px solid #3b454f;
    color: #a3acb6;
	position: relative;
    padding: 11px 0;
    font-weight: 300;
}
.footer-menu {
    list-style: none;
    float: left;
}
.footer-menu li {
    display: inline;
}
.footer-menu li:after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    position: relative;
    top: -1px;
}
.footer-menu li:last-child:after {
    content: "";
}
.footer-menu li a {
    color: #a3acb6;
}
.footer-social {
    float: left;
    margin-left: 40px;
    margin-top: 6px;
}
.footer-social a {
    background: url(/img/social.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    height: 21px;
    margin-right: 7px;
}
.footer-social .footer-fb {
    width: 11px;
}
.footer-social .footer-tw {
    width: 22px;
    background-position: -22px 0;
}
.footer-social .footer-gp {
    width: 28px;
    background-position: -56px 0;
}
.footer-copyright {
    text-align: right;
}

.termin-section-1{
	padding: 70px 0px;
}

.searchandfilter .sf-field-taxonomy-referent_termine{
	width: 25%;
	display: inline-block!important;
}

.searchandfilter .sf-field-taxonomy-ort_termine{
	width: 25%;
	display: inline-block!important;
}

.searchandfilter .sf-field-taxonomy-thema_termine{
	width: 25%;
	display: inline-block!important;
}

.searchandfilter .sf-field-taxonomy-date_termine{
	width: 25%;
	display: inline-block!important;
}

.searchandfilter label{
	width: 90%;
}

.searchandfilter .sf-field-taxonomy-date_termine label{
	width: 100%;
}

.search-filter-results{
	margin-top: 10px;
}

.search-filter-results .item.content-box{
	padding: 20px 0px;
	border-bottom: 1px solid black;
}

.termin-section-2{
	padding: 30px 0px 80px;
}

.termin-section-2 .line{
	width: 100%;
	height: 1px;
	background-color: black;
}

.termin-section-2 p{
	margin: 0px;
	line-height: 1.4;
	font-size: 15px;
}

.termin-section-2 a{
	margin: 0px;
	line-height: 1.4;
	font-size: 15px;
}

.termin-section-2 p.date{
	font-weight: 700;
}

.termin-section-2 p.day{
	color: #94a2b0;
}

.termin-section-2 p.time{
	color: #94a2b0;
}

.termin-section-2 p.title{
	font-weight: 700;
}

.termin-section-2 p.text{
	color: #94a2b0;
}

.termin-section-2 p.country{
	color: #94a2b0;
	font-weight: 700;
}

.termin-section-2 p.city{
	color: #94a2b0;
	font-weight: 700;
}

.termin-section-2 p.location{
	color: #94a2b0;
}

.termin-section-2 p.name{
	color: #94a2b0;
	font-weight: 700;
}

.termin-section-2 p.text-2{
	color: #94a2b0;
	text-align: right;
}

.termin-section-2 .link{
	color: #94a2b0;
	font-size: 15px;
	text-decoration: underline;
	text-align: right;
}

.termin-section-2 .button{
	color: black;
	font-size: 16px;
	padding: 10px;
	display: table;
	margin-right: 0px;
	border: 1px solid black;
	text-align: center;
	transition: all ease 0.3s;
	float: right;
}

.termin-section-2 .button:hover{
	background-color: #fecc00;
}

.pagination span, .pagination a {
    font-weight: 700;
    line-height: 1.4;
    font-size: 15px;
}


/**
 *
**/
/* vorträge detail */
.referenten-data .theme-name{
	margin-bottom: 1em;
}

/* vorträge detail & referenten detail */
 .profi:before{
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-image: url(/img/profi.png);
	background-size: contain;
	margin-right: 0.3em;
	position: relative;
	background-repeat: no-repeat;
	top: .5em;
}
/* referenten detail */
.referenten-table td{
	vertical-align: top;
	padding-bottom: .3em;
}
.referenten-table td:first-child{
	padding-right: 1em;
}
.smIcon{
	margin: 20px 0;
}
.smIcon a{
	margin-right: 1rem;
}
.smIcon img{
	height: 3rem;
}

/* referenten übersicht / drop-down menu */
.ref-box-list a.profi:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(/img/profi.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 0.5em;
}
/* referenten übersicht / liste */
.referenten-list .Ehrenmitglied,
.referenten-list .Ehrenmitglieder{
	padding-top: 42px;
}
/* home  */
.section-news {
	padding: 50px 0 40px;
	background: #303a44;
	color: #fff;
}
.section-news p {
	margin-bottom: 35px;
}
.section-news h2 {
	color: #fecc00;
}

/* startseite */
body.home .header:not(.sticky) .nav-logo{
	background-image: url(/img/gbv-logo-rund.png);
}

/* forum */
body:not(.logged-in) #af-wrapper{
	.notices-panel,
	#read-unread{
		display: none;
	}
}

body #af-wrapper{
	*:not(img){
		border-radius: 0 !important;
	}
	.button-normal,
	.title-element,
	#forum-header,
	#profile-header .background-avatar,
	#profile-navigation,
	input[type="radio"]:checked:before,
	.button-neutral,
	input[type="radio"]:focus,
	input[type="checkbox"]:focus,
	#profile-header,
	.title-element,
	#forum-navigation a,
	#forum-navigation-mobile a,
	.button-normal:hover,
	#profile-navigation a.active,
	.button-neutral:hover{
		color: #303a44 !important;
	}
	a:not(a.button):not(a.highlight-admin):not(a.highlight-moderator).profile-link{
		color: inherit !important;
		text-decoration: none !important;
		cursor: text !important;
		border: none !important;
		outline: none !important;
	}
}

/* login */
.mtl-login{
	max-width: 350px;
	margin: auto;
}