/*
Theme Name: Weingut Zimmerlin
Author: Ralf Kauffmann
Author URI: https://www.youtoweb.de
Description: Responsive WordPress Theme, basierend auf Bootstrap
Version: 1.0
Text Domain: zimmerlin
*/

/* GLOBALS */

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
	font-family: 'Libre Caslon Text', serif;
	font-size: 16px;
    line-height: 1.62857143;
}

@media (min-width: 992px) {
	body {
		padding-top: 100px;
	}
	body.home {
		padding-top: 0;
	}
}

article a,
article a:hover,
article a:focus {
	color: #2d2c2e;
	text-decoration: underline;
}

a.btn, .btn a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Libre Caslon Display', serif;
	font-weight: 400;
}

h1, .h1 {
	color: #afbda1;
}

.section {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 992px) {
	.section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.section-top-0 {
	padding-top: 0;
}	

.section-bottom-0 {
	padding-bottom: 0;
}	

hr.hr-transparent {
	border-top: 1px solid transparent;	
}

hr.hr-small {
    border-color: #2d2c2e;
    border-width: 3px;
    max-width: 50px;
}

.logo {
	max-width: 260px;
	height: auto;
}	

@media (min-width: 992px) {
	.logo {
		max-height: 50px;
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 20px;
	}
}

.starter {
	font-size: 250%;
}

@media (min-width: 461px) {
	.starter {
		font-size: 333%;
	}
}

@media (max-width: 767px) {
	.pull-left,
	.pull-right {
		float: none !important;
	}	
	.footer .text-right {
		text-align: left;
	}	
}

@media (min-width: 992px) {
	.page-id-10 article img.pyramide {
		 margin-top: 50%;
	}	
	.page-id-10 article .subline {
		 margin-top: 2em;
	}		
}

blockquote {
	color: #afbda1;
	font-weight: 100;
	font-size: 4rem;
	max-width: 800px;
	line-height: 1.4;
	position: relative;
	margin: 0 auto;
	padding: .5rem;
	text-align: center;
	border-left: none;
}

/*
blockquote:before,
blockquote:after {
	position: absolute;
	color: #afbda1;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}
*/

cite {
	line-height: 3;
	text-align: center;
	font-style: normal;
}

/* https://codepen.io/j_holtslander/pen/bpjZRy */
.anchor li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url('/wp-content/uploads/2020/02/trauben.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: .33em;   
}

.no-padding {
   padding: 0 !important;
   margin: 0 !important;
}

.btn-zimmerlin {
    color: #fff !important;
    background-color: #afbda1;
  	border-color: #ccc;
	border-radius: 0;
}

.btn-zimmerlin:hover,
.btn-zimmerlin:focus,
.btn-zimmerlin.focus,
.btn-zimmerlin:active,
.btn-zimmerlin.active,
.open > .dropdown-toggle.btn-zimmerlin {
	color: #2d2c2e !important;
	background-color: #fff;
	border-color: #ccc;
	transition: all ease-in-out .3s;
}

.form-control {
    color: #2d2c2e;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 0;
}

.form-control:focus {
	border-color: #2d2c2e;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(45, 44, 46, .6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(45, 44, 46, .6);
}

.footer {
	background-color: #2d2c2e;
	color: #fff;
}

.footer a, .footer a:hover, .footer a:focus {
	color: #fff;
}

.footer .footer-logo  {
	max-width: 300px;
}

.footer .social-links img {
	max-width: 50px;
	height: auto;
}

@media (max-width: 767px) {
	.social-links {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.navbar {
		min-height: 120px;
		/* margin-bottom: 0; */
		/* margin-bottom: -100px; */
		border: none;
	}
}

.navbar-toggle {
	padding: 5px 10px;
}

.navbar-default {
	transition: all 0.5s;	
}

.navbar-standard,
.navbar-default.affix,
.navbar-transparent {
	background-color: #afbda1 !important;
}

@media (min-width: 992px) {
	.navbar-transparent {
		background-color: transparent !important;
	}	
}

.navbar-standard .navbar-brand {
	color: #2d2c2e;
}

.navbar-standard .navbar-brand:hover,
.navbar-standard .navbar-brand:focus {
	/* color: #5e5e5e; */
	background-color: transparent;
}

.navbar-standard .navbar-text {
	color: #2d2c2e;
}

.navbar-standard .navbar-nav > li > a {
	color: #2d2c2e;
}

.navbar-standard .navbar-nav > li > a:hover,
.navbar-standard .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-standard .navbar-nav > .active > a,
.navbar-standard .navbar-nav > .active > a:hover,
.navbar-standard .navbar-nav > .active > a:focus {
	color: #000;
	background-color: transparent;
}	
	
.navbar-standard .navbar-toggle {
	border-color: transparent;
}

.navbar-standard .navbar-toggle:hover,
.navbar-standard .navbar-toggle:focus {
	background-color: transparent;
}

/*
.navbar-standard .navbar-toggle .icon-bar {
  background-color: #888;
}
*/

@media (min-width: 992px) {
	.navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 60px;
	}	
}

@media (max-width: 767px) {
	.navbar-header {
        	float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display: block !important;
	}
	.navbar-default .navbar-nav .dropdown-menu {
		display: block !important;
		background-color: transparent;
		border: none;
		box-shadow: none;
		float: none;
		position: static;
		width: auto;
	}
	.navbar-default .navbar-nav .dropdown-menu li > a {
		padding: 3px 20px;
		padding-left: 25px;
		white-space: normal;
	}
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media (max-width: 992px) {
	.navbar {
		margin-bottom: 0;
		text-align: center;
	}
	.navbar-fixed-top {
		position: relative;
	}
}

.animated-icon2 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon2 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon2 span {
	background: #2d2c2e;
}

.animated-icon2 span:nth-child(1) {
	top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
}

.animated-icon2 span:nth-child(4) {
	top: 20px;
}

.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}