/*   
Theme Name: Gastro3
Theme URI: Gastro3
Description: A Theme for WordPress with Bootstrap for styling.
Author: Someone
Author URI:  Someone
Version: 1.0
*/

/* Roboto Regular */
@font-face {
  font-family: 'Roboto-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto-Regular'), local('Roboto-Regular'),
       url('./fonts/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Roboto-Regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* Roboto Semibold - Latin */
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 600;
  src: local('Roboto-Bold'), local('Roboto-Bold'),
       url('./fonts/Roboto-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Roboto-Bold.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Roboto-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Roboto-Bold.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* Use Roboto Semibold for headings or specific elements */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto-Regular', sans-serif !important;
  font-weight: 600;
  font-size: 120%
}

.site-main {
	    margin-bottom: 30px;
}

.wp-block-buttons>.wp-block-button {
display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
	background: #cf2e2e;
	color: white;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wp-block-buttons>.wp-block-button a {
color: white;
font-weight: bold;
text-decoration: none;
}
body {
  font-family: 'Roboto-Regular', sans-serif !important;
  color: #000;
}

.imglarge {
filter: invert(39%) sepia(56%) saturate(469%) hue-rotate(32deg) brightness(93%) contrast(92%);
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: inherit !important;
    margin: 0;
}

.textleft {
text-align: left;
}

  .btn-rectangle {
            width: 30px;
            height: 30px;

	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	border:1px solid #000;
	display:inline-block;
	cursor:pointer;
	font-size:17px;
            padding: 6px 0px;
	background:		#f2f2f2!important
	text-decoration:none;
-webkit-box-shadow: 0px 3px 15px 5px #ADADAD; 
box-shadow: 0px 3px 15px 5px #ADADAD;
}


/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 0em 0;

	}
	
.entry-content .zoombox img {
	margin: 0 0 1.5em 0;
	}	
	
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px
	}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 10px
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

/*--------------------------------------------------------------
# Theme Styles and Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blocks - Gutenberg
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.entry-content > *,
.entry-summary > * {
  max-width: 100%; }

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cover Image
--------------------------------------------------------------*/
.wp-block-cover.alignwide {
  width: 75vw; }

/*--------------------------------------------------------------
#  Image
--------------------------------------------------------------*/
.wp-block-image::after {
  display: block;
  clear: both;
  content: ""; }

/*--------------------------------------------------------------
## Blockquotes & Pullquotes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blockquotes & Pull Quotes
--------------------------------------------------------------*/
.wp-block-quote {
  border-left: 2px solid #007bff;
  padding-left: 1rem; }
  .wp-block-quote cite {
    font-size: 80%;
    color: #868e96; }
  .wp-block-quote.is-style-large {
    border-left: 0;
    padding-left: 0; }

.wp-block-pullquote {
  border-top: 3px solid #868e96;
  border-bottom: 3px solid #868e96; }
  .wp-block-pullquote.is-style-solid-color {
    border: 0; }
/*--------------------------------------------------------------
# Separators
--------------------------------------------------------------*/
.wp-block-separator {
  background-color: #868e96;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 10rem;
  text-align: center; }
  .wp-block-separator.is-style-wide {
    max-width: 100%; }


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.wp-block-button__link:hover {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
  text-decoration: none; }
  
  /*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.imagebox {
    position: relative;
    text-align: center;
    color: white;

}


.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
img.aligncenter {
    display: block;
    margin-left: auto;
}

.nav-link {
  height: 100%;
 font-family: 'Roboto-Regular', sans-serif;
font-weight: 300;
letter-spacing: 0px;
text-transform:uppercase;
}

.nav-item {
font-family: 'Roboto-Regular', sans-serif;
font-weight: 300;
letter-spacing: 0px;
text-transform:uppercase;
}


.bg-5 a  {
color: #384235
}

.karte {
min-width: 140px;
margin-bottom: 10px
}

.imglarge {
text-align: center;
display: block;
margin: 0 auto;
margin-top: 30px;
margin-bottom: 10px;
font-size: 30px;
}



blockquote {
    font-size: 18px;
    font-weight:700;
    width: 80%x;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background:none
}


 
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}
 
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}

content a:link {
    display: block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
width: auto;
max-width: 220px;
margin-bottom: 10px;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: white;
    background-color: #384235;
}



body, html  {
  height: 100%;
  font-family: 'Roboto', sans-serif;

font-weight: 400px;
letter-spacing: 0px;
background:  #f2f2f2;

}

.centerbox {
background:  #f2f2f2;
}

 h1, h2, h3, .h1, .h2, .h3 {
color: #222;
font-family: 'Roboto-Regular', serif;
}

h4, .h4 {
font-weight: bolder;
  font-family: 'Roboto', sans-serif;

font-size: 1rem;
line-height: 1.5;
}

.site-footer ul li {
    list-style-type: none;
margin: 0 0 0 -38px;
}

.site-footer a, .site-footer p, a:visited  {
color: #f2f2f2;
}

.navbar-brand a {
color: #000 !important;
text-decoration: none!important;
padding-left: 5px;
}

.site-header, .site-content {
    margin: 0px;
padding: 0px 
}

.masthead {
    margin: 0px;
padding: 0px ;
}

	.modallogo {
max-width: 75px;
padding: 5px;

}
.centertext {
font-size: 1.2rem;
text-shadow: 0px 0px 6px #210E09, 0px 0px 1px #210E09;

}
	
	.karten img{
max-height: 220px;
}


.marginbottommobile {
margin-bottom: 0px	 
 }

.paddingtopbottom {
padding: 50px 0 50px 0
}

@media (max-width: 576px) {
p {
    margin: 0 5px 7px 5px
}

h4, .h4 { margin-top: 40px
}


.btn {
margin: 0px 0 5px 0;	
	
}
	
.row {

 margin-right: 0; 
 margin-left: 0;
}	

.imgoverflowhidden 
{
    position: relative;
	float: right;
    overflow: hidden;
display: inline-block;
margin-bottom: .7em;
margin-left: 0em;
}

.alignright, img.alignright {
    display: block;
    float: none;
	clear: both;
}


.w3-modal {
display: block;
  position: fixed; /* Stay in place */
  z-index: 30000; /* Sit on top */
  right: 2%;
  top: 120px;
  background-color: none;

}

.marginbottommobile {
margin-bottom: 40px	 
 }
 
.marginbottommobile:last {
margin-bottom: 00px	 
 }

img {margin-bottom: 0px;
 }
	.xyzmodal-content {
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  background-color: #f2f2f2;
  margin: 0px;
  padding: 3% 2% 2% 2%;
  border: 1px solid #888;
    width: 90%;
	height: 100%;
  right: 0px;
  top: 0px;
}
.karten img{
height: 330px
}	

.footerwidget {
margin-top: 50px !important	
}	
	
	
	
	.modallogo {
max-width: 50px;
padding: 5px;
}
			.caption {
position: relative;
margin-top: 150px !important
}
		.centertext {
font-size: 1.5rem
}

.imagebox {
min-height: 300px;
}
	
.imagebox img{
min-height: 300px;
}	


	
 }




	
	@media (min-width: 768px) {
.xyzmodal-content {
    position: fixed;
    z-index: 2000;
    background-color: #f2f2f2;
    margin-top: 10px;
    padding: 3% 2% 2% 2%;
    border: 1px solid #888;
    width: 30%;
    height: 100%;
    right: 0px;
    top: 0px;
}

.footerwidget {
margin-top: 0px	

}

.modallogo {
max-width: 100px
}
.centertext {
font-size: 3rem}
 }

.textcentered {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}	


	@media (min-width: 576px and max-width: 767px) {
.xyzmodal-content {
    position: fixed;
    z-index: 2000;
    background-color: #f2f2f2;
    margin: 0px;
    padding: 3% 2% 2% 2%;
    border: 1px solid #888;
    width: 30%;
    height: 100%;
    right: 0px;
    top: 0px;
cursor: pointer;

}
			.modallogo {
max-width: 100px
}
			.centertext {
font-size: 1.5rem;
text-shadow: 0px 0px 10px #232323;
}
		
		
.textcentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alignright, img.alignright {
    display: block;
   float: none;
   clear: both;
   width: 100%;
   height: auto
}
		
 }







#masthead, .navbar, .btn-circle  {
    background-color: #f2f2f2 !important;
}
 



.content-area a {
    color: #222;
    text-decoration: underline;
    background-color: transparent;

}

.content-area a:hover {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
}
.gallery 
img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}


*, *::before, *::after {
    box-sizing: border-box;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right:0
			rem;
     font-size: 0rem; */
    line-height: inherit;
    white-space: nowrap;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.bg-4 {
background: #f2f2f2;
}

.bg-1 {
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}

.bg-2 {
padding-top: 40px;
padding-bottom: 40px;
margin: 0px;
background:  #f2f2f2 

}

.bg-3 {
padding-top: 40px;
padding-bottom: 0px;
margin: 0px
}

.bg-4
{
padding-top: 0px;
padding-bottom: 0px;
margin: 0px
}

.bg-5
{
padding-top: 40px;
padding-bottom: 40px;
margin: 0px;
}

.modal-content {
cursor: pointer;
}

.modalnews  {
cursor: pointer;
	opacity: 1;
	animation-name: xfadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.site-footer {
    padding: 4rem 0;
    margin-top: 0rem;
    background-color: #f8f9fa;
}

.size-full {
max-width: 100% !important;
height: auto !important;
}


blockquote {
    text-align: left;
}

/* The Modal (background) */
.w3-modal {
display: block;
  position: fixed; /* Stay in place */
  z-index: 30000; /* Sit on top */
  right: 2%;
  top: 170px;
  background-color: none;

}

  
/* Modal Content/Box */
.w3-modal-content {
  background-color: none;
  z-index: 13000001; /* Sit on top */
    text-align: right;
    float: right;
    margin: 10px;
    padding: 0px;
    border: none;
    width: 40px;
}


/* The Close Button */
         #toggler2 {
            width: 30px;
            height: 30px;
            padding: 6px 0px;
            border-radius: 15px;
            font-size: 10px;
            text-align: center;
  right: 8%;
  bottom: 15px;
  position: fixed; /* Stay in place */

        }
  
         .btn-circle.btn-sm {
            width: 30px;
            height: 30px;
            padding: 6px 0px;
            border-radius: 15px;
            font-size: 8px;
            text-align: center;
        }
        .btn-circle.btn-md, #toggler2  {
            width: 50px;
            height: 50px;
            padding: 7px 10px;
            border-radius: 25px;
            font-size: 10px;
            text-align: center;
margin-bottom: 10px;
-webkit-box-shadow: 0px 3px 15px 5px #ADADAD; 
box-shadow: 0px 3px 15px 5px #ADADAD;
        }
        .btn-circle.btn-xl {
            width: 70px;
            height: 70px;
            padding: 10px 16px;
            border-radius: 35px;
            font-size: 12px;
            text-align: center;
        }
  
  
  
  .toggler2show {
display: block
}

.toggler2hidden {
display: none
} 

.imgoverflowhidden 
{
    position: relative;
	float: right;
    overflow: hidden;
display: inline-block;
margin-bottom: .7em;
margin-left: 1em;
}
.imgoverflowhiddenright 
{
    position: relative;
	float: right;
    overflow: hidden;
display: inline-block;
margin-bottom: .7em;
margin-left: 1em;
}


.imgoverflowhiddenleft
{
    position: relative;
	float: left;
    overflow: hidden;
display: inline-block;
margin-bottom: .7em;
margin-right: 1em;

}


.imgoverflowhiddencenter {
    position: relative;
    float: none;
	clear: both;
    overflow: hidden;
    display: block;
    margin-bottom: .7em;
}

.imagezoom {

    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
	    transform: scale(1);

	    object-fit: contain;

}


.imagezoom:hover {
    -webkit-transition: all 1.6s ease-in;
    -moz-transition: all 1.6s ease-in;
    -ms-transition: all 1.6s ease-in;
    -o-transition: all 1.6s ease-in;
    transition: all 1.6s ease-in;
    transform: scale(1.1);
object-fit: contain;


	
}


@media only screen and (max-width: 767.98px) {
 .imgoverflowhidden {
    position: relative;
     float: none; */
    overflow: hidden;
    display: block;
    margin-bottom: .7em;
}
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 15px 5px #adadad;
    box-shadow: 0px 3px 15px 5px #adadad;
}

/* Styles for the modal */
  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  
  .modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    overflow-y: auto;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }


.bg637425 {
   background-color: #637425 !important;
	width: 80%;
}

.bg637425:hover {
 background-color:  #4E601E;
 }

.margintop25 {
	margin-top: 25px
}

#openModalBtn {
    color: #637425;
    border: none;
    background: transparent;
    margin: 0px;
    padding: 0px;
}

#openModalBtn:hover {
 color:  #4E601E;
text-decoration: underline;
  }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color:  #4E601E;
}

.distancetopbottom {
margin-top: 30px;
margin-bottom: 30px
}

@media (max-width: 767px) {
    .mobile-only {
        display: block;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}