/*!
Theme Name: doro-2020
Theme URI: http://underscores.me/
Author: Manuel Michaelis
Author URI: http://www.innsites.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: doro-2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

doro-2020 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
font-weight
Light           300
Regular         400
Medium          500
Bold            700
Extra-Bold      800

rgba(255, 0, 0, 0.2) red 
rgba(0, 255, 0, 0.2) green 
rgba(0, 0, 255, 0.2) blue 
rgba(255, 255, 0, 0.2) yellow 
rgba(0, 0, 0, 0.2) grey 
--------------------------------------------------------------*/
@import url(css/normalize.css );
/*@import url(css/jquery.bxslider.css );*/
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css');

#fancybox-overlay{
	opacity: 0 !important;
}
/* ==================================================
	TYPO
================================================== */
h1, .site-title a{font-size: 3vw; font-weight:700;}
p {font-size: 1.1vw; font-weight:400;}
/* ==================================================
	STRUKTUR
================================================== */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#content {
  flex-grow: 1;
}
.imageline{
	display:flex;
	justify-content: space-between;
}
/* ++++++++++++++ HEADER +++++++++++++++ */
#masthead{
	width: 100%;
	max-height: 19rem;
}
.site-branding{
	display: flex;
	justify-content:space-between;
	flex-direction: row-reverse;
	width: 100%;
	max-height: 13.7rem;
	padding: 0 20vw;
	background-repeat: no-repeat;
	background-size: cover;
	/*background: rgba(255, 255, 0, 0.2);  yellow */
}
.site-title a{color: #ff6622;}
.site-description{display: none;}
/* ++++++++++++ NAVIGATION +++++++++++++ */
#site-navigation{
	position: relative;
	border-top: 0.3rem solid #ff6622;
	border-bottom: 0.3rem solid #ff6622;
	width: 100%;
}
.main-navigation ul {
	display: flex;
	list-style: none;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
}
.main-navigation ul li{
	display: inline;
	flex: 1 1 0;
	text-align: center;
}
.main-navigation ul li a{
	padding: 0 2%;
	color: grey;
	font-size: 1.1vw;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	display: flex;
	flex-direction: column;
	max-width: 11vw;
	top: 100%;
	left: -999em;
	z-index: 99999999;
	padding: 1rem !important;
	background: white;
}
.main-navigation ul ul li{
	text-align: left;
}
.main-navigation ul ul li a:hover > ul,
.main-navigation ul ul li a.focus > ul {
	left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation a:hover{
	background: #ff6622;
}
.main-navigation .current_page_item a {
    color: #00b100;
    font-weight: bold;
}
.main-navigation .current-menu-ancestor:after{
  	content: "\f0dd";
  	font-family: "FontAwesome";
	position: absolute;
	top:0;
	right: 0;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
/* ++++++++++++++ INHALT +++++++++++++++ */
#primary {
  display: flex;
  flex-direction: column;
  min-height: 70.4vh;
}
#main {
  flex-grow: 1;
	padding: 2.5% 5%;
}
/* ++++++++++++++ SEITEN +++++++++++++++ */
.entry-title{display: none;}
.entry-content{margin:0;}
.bg {background-size: cover;}
/* ++++++++++++++ HOME +++++++++++++++ */
.parentlayerslidercont{
	max-width: 100rem;
	margin: 5% auto;
}
.sl{
	text-align: center;
}
/* ++++++++++++ WERKSTATT +++++++++++++ */
.tb-box h2{
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	color: #00b100;
} 
.hauptbild{
	position: relative;
	float: left;
	max-width: 30vw;
	margin: 0 2rem 2rem 0;
}
.tb-box p{width: 100%;}
.bilderzeile{
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	justify-content:space-around;
	background: rgba(0, 0, 0, 0.2);  /* grey */
}
.einzelbild{
    width: 33%;
	padding:2%;
}
/* ++++++++++++++ GALERIE +++++++++++++++ */
.ngg-galleryoverview{
    display: flex !important;
    flex-wrap: wrap;
}
.slideshowlink, .ngg-navigation{
    width: 100%;
}
.galerie{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	flex:100%;
	padding: 0 10%;
}
.numbers{
	display: flex;
	max-height: 3rem;
	justify-content: space-between;
	padding: 0 35%;
}
.numbers a{
	color: grey;
	font-weight: bold;
}
a.fancybox{
	margin-bottom: 1%;;
}
/* ++++++++++++++ LINKS +++++++++++++++ */
.tippline{
	display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom: 2rem;
}
.tippbox{ 
	display: flex;
	flex-wrap: wrap;
	width:47.5%;
	border: 1px solid #77233a;
	padding: 2%;
    margin-bottom: 1rem
}
.tipptitel{
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 2rem;
	width: 100%;
}
.tippbild{
	max-width: 50%;
	padding-right: 5%;
	display: inline-flex;
}
.tipptext{
	width: 50%;
}

.tippurl{
	margin-top: 2rem;
}
/* ===========================================================
				FUSSZEILE
   =========================================================== */
#colophon{position: sticky;  bottom: 0; width: 100%;  background: #f9f8dc; padding: 0.5rem 5%;
}
#colophon a{text-decoration: none;}
.site-info{width: 100%; color: #00b100;
border-top: 1px solid #ff6622; border-bottom: 1px solid #ff6622; margin: 1rem 0; padding-bottom: 0.5rem;}
.site-info a{color: #00b100;}
.site-info a:hover{color: #ff6622;}
.line{display: flex; justify-content:space-around; flex-wrap: wrap; width: 100%;}
.f-box{min-width: 10%; text-align: center; white-space: normal; margin: 1rem 1rem 0 0;}
.fa{font-size: 150%; margin-right: 2rem;}
#flexcol{display: flex; justify-content:space-between; flex-wrap: wrap; width: 100%;}
.footerbox{flex-basis:50%;color: silver; font-size: 90%;}
.footerbox h2{color:#219296; margin-bottom: 1rem;}
/* ===========================================================
				ACCORDION
   =========================================================== */
.accordion {
    width:100%;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;    
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:100%;
	font-weight: bold;
    background:rgba(249,248,220,0.8);/*grey*/

    cursor:pointer;
    text-transform:uppercase;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    background:rgba(249,248,220,0.8);/*grey*/

}
.accordion .content {
	margin-top: 1rem;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.accordion p {

    margin:0 0 10px;
}
.accordion label{color: #00b100}

.vertical ul li {
    overflow:hidden;
    margin:0 0 1px;
}
.vertical ul li label {
    padding:10px;
}
.vertical [type=radio]:checked ~ label, .vertical [type=checkbox]:checked ~ label {
    border-bottom:0;
}
.vertical ul li label:hover {}
.vertical ul li .content {
    height:0px;
    border-top:0;
    transition: all .5s ease-out;
}
.vertical [type=checkbox]:checked ~ label ~ .content {
    height:auto;
    
}
.fl{position: relative; float: left;}
.impr-line{width: 100%; margin-bottom: 0.5rem;}
.aussage{width: 20%;clear: both;}
.wert{display: block; width: 80%;}
.wert p{margin-bottom: 0; margin-top: 0;}
.block{width: 100%; margin-bottom: 20px;}

/* ==================================================
	DIREKTVERKAUF
================================================== */
.termine-box {
    position: relative;
    float: none;
    width: 60%;
    margin: 0 auto;
}
.box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.laden, .mood{
    flex: 1;
}
.laden{
    margin-right: 1rem;
}
.accordion {
    width: 100%;
}
dt {
    font-weight: bold;
}
.acctitle {
    text-decoration: none !important;
}
.accordion-title {
    box-shadow: 0 1px 3px #666666;
    cursor: pointer;
    width: 100%;
    color: #00b100;
    background: rgba(249,248,220,0.5);
    border-radius: 0.25rem;
    padding: 0.5rem;
}
dd {
    margin: 0 1.5em 1.5em;
}
/* ==================================================
	RESIZE
================================================== */
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
		display: none;
	}
#button, .mobile {display: none;}
@media screen and (max-width: 1024px) {
	.site-branding{padding: 0 10vw;}
	.main-navigation {display: none;}
	/*#mobilemenue3 {
    display: block;
    position: relative;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
    margin-top: 0px;
	margin-top: 1rem;
	}*/
	#mobilemenue3 label::after {
    position: absolute;
    content: "NAVIGATION \2261";
    font-size: 120%;
    font-weight: bold;
    color: #ff6622;
    line-height: 180%;
    right: 2rem;
	}
	#button {display: none;}
	#mobilemenue3 label {
    position: relative;
    display: flex;
    width: 100%;
    height: 3rem;
    background-color: white;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
label {cursor: pointer; user-select: none;}
input:checked ~ .oben {display: block;}
.oben {
    border: 1px solid silver;
    display: none;
}
.mobile {
    padding: 0 2% 2%;
    margin-bottom: 2rem;
	}
	#primary-mobile,
	#primary-mobile ul{
		display: flex;
		list-style: none;
		justify-content: space-around;
		margin: 0;
		padding: 0;
	}
	#primary-mobile{
		flex-wrap: wrap;
 		align-items: flex-start;
	}
	#primary-mobile a{
        color: black;
        font-weight: bold;
    }
	#primary-mobile .current-menu-item a{
        color: #ff6622;
        font-weight: bold;
    }
	#primary-mobile ul{
		position: relative;
		flex-direction: column;
	}
	#primary-mobile ul li{
		background: white;
	}
}
@media screen and (max-width: 880px) {
	p {
    font-size: 1.8vw;
    font-weight: 400;
}
	#primary-mobile,
	#primary-mobile ul{flex-direction: column;}
	#primary-mobile{padding-left: 40%;}
	#primary-mobile li{background: white;}
	#primary-mobile ul{padding-left: 10%;}
    /* ===========================================================
				FUSSZEILE
   =========================================================== */
#colophon{position: relative;   width: 100%;  background: #f9f8dc; padding: 0.5rem 5%;
}
	
}