/*
 Theme Name:   Fawzi Child
 Theme URI:    http://themeforest.net/user/VictorThemes
 Description:  Fawzi Child Theme
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     fawzi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  fawzi-child
*/

/* Write Custom CSS */
body input:-internal-autofill-selected {
	color: #666e71 !important;
}
form label {
	color: #666e71;
}
h1 {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
}
h5 {
	font-family: 'Open Sans', sans-serif !important;
}
a {
	color: #B9A171;
}
nav .lang-item {
    margin-left: 40px;
}

nav .lang-item a {
    padding: 0 5px !important;
    margin-top: 20px;
    color: #fff !important;
}

nav .lang-item.current-lang a {
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    nav .lang-item {
        margin-left: 0px;
    }
}

li.vc_pagination-item::before {
	display:none;	
}

.ctaButton {
	margin-bottom: 0;
}

.ctaButton .vc_btn3 {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #444f51 !important;
    min-width: 150px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 500;
    border-width: 2px !important;
}

.ctaButton .vc_btn3:focus {
    background-color: transparent !important;
    color: #fff !important;
	border-color: #fff !important;
}

.ctaButton .vc_btn3:hover {
    background: #b9a171 !important;
    border-color: #b9a171 !important;
	color: #fff !important;
}

@media screen and (min-width: 767px) {
	.ctaTitle {
		text-align: left !important;
	}
	.ctaButton {
		text-align: right !important;
	}
}

/* Registration Form */

.form-group {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.ugb-blog-posts.aligncenter, .ugb-blog-posts.alignleft, .ugb-blog-posts.alignright {
	display: grid;
}

.form-group label {
    margin-bottom: 5px;
}

.form-group input {
    border: 1px solid #666e71;
    padding: 5px 10px;
}

.form-group select {
    border: 1px solid #666e71;
}

.form-group span {
    color: red;
}

.form-group .btn, .submit .btn, .submit .button {
    background: #b9a072;
    color: #fff;
    border: none;
    margin-bottom: 15px;
}

.form-group .btn:hover, .submit .btn:hover, .submit .button:hover {
    background: #666e71;
}

.submit .btn {
    margin-top: 10px;
}

.registration .form-group label, #loginform label {
    color: #666e71;
}

#loginform label {
    padding-bottom: 5px;
}

.registration .form-group .btn {
    padding: 12px 25px;
    margin-top: 0;
}

/* Medienmitteilungen */

.slider {
    position: relative;
    width: 100vw;
    height: 180px;
    margin: 0 auto 0 -50vw;
    left: 50%;
    padding: 40px 80px;
    background: #eef1f6;
    display: block;
}

.slider > div {
    height: 100%;
    background: #eef1f6;
}

.slider > div h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: underline;
    color: #666e71;
}

.slider > div p {
    font-size: 16px;
}

@media screen and (max-width: 782px) {
    .slider {
        padding: 40px 40px;
        height: 260px;
    }
}

#newsletterForm #error {
    margin-top: 20px;
}

.download,
.postsArchiv .item{
    color: #666e71;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #666E71;
}

.download div,
.postsArchiv .item div{
    padding: 10px 0;
}

.download .right,
.postsArchiv .item .right{
    text-align: right;
}

.downloadList .download a,
.postsArchiv .item a{
    margin: 0;
}

.login {
    display: none;
    margin-bottom: 10px;
}

/* Modal Box */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    max-width: 90%;
    color: #666e71;
}

.modal-content h3 {
    color: #666e71;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Cookie Banner */
.cookie-notice-container {
    padding: 15px;
    color: #fff;
    width: auto !important;
    font-size: 14px;
}

.cookie-notice-container #cn-notice-text {
    display: block;
}

#cookie-notice .cn-button {
    padding: 5px 20px;
    color: #fff !important;
    margin-top: 5px !important;
    background: #B9A171;
    text-shadow: none;
    box-shadow: none;
}

.fwzi-meta a {
	color:#ffffff;
}

#cookie-notice .cn-button:hover {
    background: #000 !important;
    color: #fff !important;
}

header .nav > li > a {
  color: #ffffff !important;
}
header .nav > li:hover > a, header .nav > li > a:hover, header .nav > li > a:focus, header .nav > li.active > a, header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover
{
  color: #B9A171 !important;
}

.button .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
	color: #848d9c !important;
	border-top: 2px #848d9c solid !important; 
	border-bottom: 2px #848d9c solid !important; 
	padding: 14px 20px; 
	font-size: 20px;
}
.button .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
	background-color:rgba(239,116,20,0.9) !important;
	color: #ffffff !important;
}

.pum-theme-50 .pum-content+.pum-close:hover, .pum-theme-standard-theme .pum-content+.pum-close:hover {
	color:#B9A171;
}

button#rmp_menu_trigger-3217 {
	background: transparent !important;
}

@media screen and (max-width:767px) {
	.page-title-wrap .container {
		bottom: 35px;
	}
	.home .topkarusell {
		padding-top: 45%;
		position:relative;
	}
	.fwzi-page-title {
		padding-top: 45%;
		position:relative;
	}
	.fwzi-menu .dropdown-menu {
		background-color: #fcb646;
	}
	.fwzi-menu {
		background-color: #fcb646;
	}
	header .nav > li:hover > a, header .nav > li:hover > a:hover {
	  color: #B9A171 !important;
	}
	.page-title-wrap .container { 
		color: #B9A171;
		text-shadow: 2px 2px #000000;
		background-color: rgba(102,110,113,0.7);
	}
	.page-title-wrap.padding-default {
		padding-top: 180px !important;
		padding-bottom: 250px !important;
	}	
	.page-id-437 .vc-hoverbox-wrapper {
		padding: 10px 0;
	}
}
@media screen and (max-width:500px) {
	.navheaderright {
		clear: right;
	}
}
@media screen and (min-width:767px) {
    .form-group {
        display: block;
        width: 50%;
        margin-bottom: 5px;
    }
	h1.page-title {
		background-color: rgba(102,110,113,0.7);
		vertical-align: middle;
		padding: 20px;
		text-shadow: 2px 2px #000000;
		height: auto;
	}
	.page-title-wrap.padding-default {
		padding-top: 370px !important;
		padding-bottom: 250px !important;
	}
	.fwzi-page-title .container {
		width: 100%;
	}
	.page-title-wrap h1 {
		width: 100%;
	}
	.home .topkarusell {
		padding-top: 35%;
		position:relative;
	}
	.fwzi-page-title {
		padding-top: 35%;
		position:relative;
	}
}

.vc_pageable-slide-wrapper .vc_gitem-zone {
	border-radius: 10px;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: #B9A171;
	border-radius: 0px;
}
.vc_pageable-slide-wrapper .vc_gitem-zone {
	border-radius: 0px;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	background-color: #B9A171;
}
.vc_grid-item .vc_gitem-zone {
	background-color: transparent !important;
}
.vc_grid-item h4 {
	color: #B9A171;
}
.page-title-wrap .container .page-title {
	display: none;
}
.fwzi-header .navsearchright {
	padding-right: 20px;
}
.fwzi-header .navsearchright .searchBox li {
	display:none;
}
.fwzi-header .navsearchright .searchBox li.search-link {
	display:block;
}
.fwzi-header .navsearchright .searchBox {
	float:right;
}
.fwzi-header .navsearchright .searchBox a {
	color: #ffffff;
	font-size: 18px;
}
.fwzi-header .navheaderright a:hover {
	color: #B9A171;
}
.fwzi-header .navheaderright {
	float: right;
	padding-right: 20px;
}
.fwzi-header .navheaderright ul {
	list-style-type: none;
	margin-bottom: 0px;
}
.fwzi-search-box input[type=submit] {
	background-color: #B9A171;
}
.fwzi-search-box input[type=submit]:hover {
	background-color: #fcb646;
}
.fwzi-widget {
	background-color: #B9A171;
}
.wpb_wrapper .wpcf7 input[type=submit] {
	border-width: 0;
	background-color: #B9A171;
	border-radius: 0;
	color: #ffffff;
}
.home .fwzi-brand {
  display: block;
}
.fwzi-contact-form label {
	display: block;	
}

@media screen and (min-width: 992px)
{
	.home .fwzi-meta {
		position: relative;
	}
}
.searchBox ul {
	padding-inline-start: 10px;
}
.home .fwzi-header .fwzi-meta  {
	right: auto;
}
.home .fwzi-page-title {
	display: none;
	height: 0px;	
	padding-top:0px;
}
.home .topkarusell .wpb_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fwzi-page-title .page-title-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

@media (max-width: 1199px)
{
	.fwzi-meta .hidden-xs {
		display: none;
	}
}
@media (min-width: 1200px)
{
	.fwzi-brand {
		padding-right: 20px;
	}
	.navheaderright, .navsearchright .searchBox {
		padding-top: 10px;
	}
}
@media screen and (max-width: 990px)
{
  header .nav > li > a {
	  color:#B9A171 !important;
  }
  .fwzi-menu {
	  background-color:#eef1f6;
  }
  .nav > li.menu-item-has-children > a:after {
	content: ">";
	transform: rotate(0deg);
  }
  .nav > li.open > a:after {
	transform: rotate(90deg);
	top: 21px;
	right: 14px;
  }
  .fwzi-header .container {
	  display: none;
  }
  .fwzi-header {
    float: left;
	width: 100%;
  }
}
@media screen and (min-width: 991px)
{
	.fwzi-menu .dropdown-submenu.menu-item-has-children > a:after {
		content: ">";
		float: right;
	}
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:after {
	content: "";
}
.panel-title button {
	font-size: 24px;
	font-weight: normal;
	color: #666e71;
    width: 100%;
    text-align: left;
	border: none;
}
.panel-body {
	padding: 10px 0 20px;
}
.fwzi-meta img {
	height: 18px;
}
.fwzi-meta a:last-child img {
	height: 16px;
}
.fwzi-mid-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
#newsletterForm table, #newsletterForm table td {
	border-width: 0px;
}

#newsletterForm input[type="submit"] {
	background-color: #B9A171;
	color: #ffffff;
	border-width: 0px;
	border-radius: 0px;
	text-align: center;
}

#newsletterForm input.checkbox {
	float: left;
    width: 14px;
    height: 14px;
    color: inherit;
    border: 0px;
    background: #FFFFFF;
    margin: 0px;
    margin-top: 5px;
    margin-right: 6px;
}

#newsletterForm .checkbox-txt {
    float: left;
    padding-right: 15px;
    margin-top: 3px;
}
#newsletterForm td {
	vertical-align: middle;
	text-align: left;
}

.page-id-530 .fwzi-page-title,
.page-id-539 .fwzi-page-title {
	display: none;
}
.single-post .page-title-wrap {
	padding:0px !important;
}
.page-id-530 .fwzi-page-title,
.page-id-539 .fwzi-page-title {
	display: none;
}
.single-post .blog-date-wrap {
	display: none;
}
.single-post .blog-title-wrap {
	padding-left: 0;
}
.single-post h2.blog-title {
	font-weight: 700;
	font-size: 36px;
}
.single-post .blog-meta {
	display: none;
}
.single-post .blog-image {
	display: none;
}
.wp-block-button__link {
	background-color:#B9A171;
}
.vc_carousel-slideline img {
	width: 100%;
}
body .fwzi-btn {
	font-family: 'Open Sans', sans-serif !important;
}

@media only screen and (max-width: 600px) {
  .vc-hoverbox-wrapper.vc-hoverbox-shape--square.vc-hoverbox-align--center.vc-hoverbox-direction--reverse.vc-hoverbox-width--100 {    
    pointer-events: none !important;
  }
}
#footerblog .vc_btn3-container {
	display:none
}
#footerblog .vc_gitem-zone-mini .vc_col-sm-12 {
	background-color:#ffffff;
	height: 155px;
	overflow: hidden;
}
#footerblog .vc_grid-item-mini {
	padding: 0 5px 10px 5px;
}
#footerblog .vc-gitem-zone-height-mode-auto-1-1 {
	border-radius:3px 3px 0 0;
	position: relative;
	padding-bottom: 67.5%;
	height: 0;
}
.vc_separator.vc_sep_color_orange .vc_sep_line {
	border-color: #B9A171;
}

#buttongroup .vc_btn3-container, #buttongroup .vc_btn3-container .vc_btn3 {
	width:100%;
}
.fwzi-footer .fwzi-widget a.footerbutton 
{
	background-color: #B9A171;
    color: #fff !important;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;    
}

@media screen and (min-width: 768px) {
    .page-id-437 .vc_col-sm-3 {
        max-width: 195px;
    }
}

@media screen and (max-width: 400px) {
	.page-id-437 .vc_col-sm-3 {
        max-width: 250px;
    }
	.page-id-437 .vc_empty_space {
		display: none;
	}
}

@media screen and (min-width: 400px) and (max-width: 767px) {
    .page-id-437 .vc_col-sm-3 {
        width: 50%;
		max-width: 250px;
		float: left;
    }
	.page-id-437 .vc-hoverbox-wrapper {
		padding: 15px 0;
	}	
	.page-id-437 .vc_empty_space {
		display: none;
	}
}

.fwzi-back-top a, .fwzi-back-bottom a {
	background-color: #666e71;
}

.wpcf7-acceptance {
	display: block;
	margin-bottom: 20px;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-acceptance input[type="checkbox"], .wpcf7-acceptance input[type="radio"] {
	float: left;
	margin-top: 5px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
	margin-left: 20px;
}
.search.search-results .blog-date-wrap, .search.search-results .blog-meta {
	display: none;
}
.search.search-results .blog-title-wrap {
	padding-left: 0;
}
.search.search-results .blog-bottom-links .pull-left a {
	background-color: #B9A171;
    color: #fff;
    line-height: 40px;
    padding: 10px 20px;
}

/* POSTS HOME */
.postGrid {
	padding-left: 0;
    padding-right: 0;
    margin-left: 0;
	margin-right: 0;
	margin-bottom: -30px;
}
.postWrapper {
	margin-right: -30px;
}
.post {
	margin-bottom: 30px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 5px;
    vertical-align: top;
    float: none;
    box-sizing: border-box;
    z-index: 1;
}
@media screen and (min-width: 768px) {
	.post {
		display: inline-block !important;
	}
}
.post .imageBlock {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.post .image {
	border-radius: 3px 3px 0 0;
    position: relative;
    padding-bottom: 67.5%;
	height: 0;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden;
	transition: transform .3s ease-in-out;
}
.post .image:hover {
	transform: scale(1.1);
	cursor: pointer;
}
.post .image a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.post .text {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
}
.post .text h4 {
	margin-bottom: 15px;
}
.post .text p {
    font-size: 14px;
    line-height: 20px;
}

.learn-more {
	display: none;
}

.news .btn {
	display: block;
    background: #A68C60;
    color: #ffffff;
    border: none;
    margin-bottom: 0;
    width: auto;
  	transition: all ease .3s;
}
.news .btn {
	background: #c6c6c6;
    width: 140px;
  	min-width: auto;
    position: relative;
    margin-bottom: 50px;
    margin-left: calc(50% - 70px);
    padding: 10px;
    font-size: 12px;
}