/*!
Theme Name: company-name
Theme URI: https://them.es/starter
Author: Roman Litzler
Author URI: http://webseitenlitzler.de
Description: This is the company theme, this is only to be used by company.
Version: 2.4.4
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: company-name
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */


@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
        url('/wp-content/themes/company/assets/fonts/used-fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('/wp-content/themes/company/assets/fonts/used-fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal; 
    font-display: swap;
} 
 
@font-face {
    font-family: 'Gotham HTF';
    src: local('Gotham HTF Black'), local('GothamHTF-Black'),
        url('/wp-content/themes/company/assets/fonts/used-fonts/GothamHTFBlack.woff2') format('woff2'),
        url('/wp-content/themes/company/assets/fonts/used-fonts/GothamHTFBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic'), local('CenturyGothic'),
        url('/wp-content/themes/company/assets/fonts/used-fonts/CenturyGothic.woff2') format('woff2'),
        url('/wp-content/themes/company/assets/fonts/used-fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* CUSTOMIZER STYLES */


/* HEADER CSS */


html, body {
    margin: 0;
}

.inhalt-flex .right .green-button{
	
	margin-top:30px;
	
}

.popup-center .content-box{
	
	overflow-y:auto;
	overflow-x:hidden;
	height:100%;
	padding:60px 40px;
	
}

.inhalt-popup .popup-center{
	
	background:white;
	
}

.nachhalt-flex .rechts{
	
	padding-bottom:40px;
	
}

.popup-center{
	
	min-height:800px;
	position:relative;
	
}

.loading-overlay h1{
	
	font-family: 'Gotham HTF';
    font-weight: 900;
    font-style: normal;
	text-transform:uppercase;
	margin-bottom:40px;
	font-size:50px;
	
}

.loading-overlay p{
	

	font-family: 'Century Gothic';
  font-weight: normal; 
  font-style: normal;
	font-size:25px; 
	
}

label{
	
	font-family: 'Century Gothic';
    font-weight: normal!important; 
    font-style: normal; 
	text-transform:uppercase;
	
}

#button-s{
	
	width:45px;
	
}

.sprechblase{
	
	width:330px;
	opacity: 1!important;
	margin-top:-165px;
    display:none;
}

.sprechblase-show{
	
	display:block;
	
}

.partner-links a{
	
	pointer-events:none;
	
}

.ideen-popup .popup-center .info-content p{
	
	font-family: 'Gotham HTF';
    font-weight: 900;
    font-style: normal;
	
	
}

.footer-quote{
	
	font-family: 'Century Gothic';
    font-weight: bold; 
    font-style: normal;
	
}

.kontakt-button, .footer-menu a{
	
	font-family: 'Gotham HTF';
    font-weight: 900;
    font-style: normal;
	
}

input[type=submit]{
	
	font-family: 'Gotham HTF';
    font-weight: 900;
    font-style: normal;
	
}


.ueberblick p{
	
		font-family: 'Gotham HTF';
    font-weight: 900;
    font-style: normal;
	
}

.zierstreifen-mitte{
	
		font-family: 'Gotham HTF';
    font-weight: 900;
    font-style: normal;
	
}

.footer-quote-author{
	
		font-family: 'Century Gothic';
    font-weight: bold; 
    font-style: normal;
	
}

.footer-quote-author p{
	
		font-family: 'Century Gothic';
    font-weight: bold; 
    font-style: normal;
	margin:0px;
	
}

.footer-quote-author p:nth-child(1){
	
	margin-top:20px!important;
	
}
.single-fishbox h3{
	
		font-family: 'Century Gothic';
    font-weight: bold; 
    font-style: normal;
	
}

.single-fishbox p{
	
		font-family: 'Century Gothic';
    font-weight: normal; 
    font-style: normal;
	
}

.inhalt-flex .right p{

	font-family: 'Century Gothic';
    font-weight: bold; 
    font-style: normal;

}
	
.header-image-container {
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
}

.mobile-image-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
}

.action-button {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -35px;
    margin-right: -35px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.4s;
}
.action-button:hover {
    opacity: 1;
}

#mobileHeaderImageLeftWrapper {
    position: absolute;
    left: -100%;
}
#mobileHeaderImageCenterWrapper {
    position: absolute;
    left: 0%;
}
#mobileHeaderImageRightWrapper {
    position: absolute;
    left: 100%;
}

.slider-controls {
    position: absolute;
    top: 50vh;
    margin-top: -50px;
    cursor: pointer;
}
.slider-controls.left {
    left: 0px;
}
.slider-controls.right {
    right: 0px;
}

.slider-controls{
	
	height:100px;
	
}

.slider-controls.disabled {
    cursor: auto;
    opacity: 0.5;
}


/*HEADER CSS - END */


button{
	
	    font-family: 'Gotham HTF';
    font-weight: 900;
    font-style: normal;
	
}



.outer-box {
  position: relative;
  width: 100%;
	min-height:100vh;
	height:0px;
	padding-bottom:56.2%;
	
}

/* Make the image responsive */
.outer-box>img {
  width:calc(100vw - 19px);
	min-height:100vh;
	object-fit:cover;
	object-position:bottom;
}

/* Style the button and place it in the middle of the container/image */
.outer-box .btn {
  position: absolute;
  top: 60%;
  left: 19%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	cursor: pointer;
	
}





.popup{
	
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background:rgba(42,97,142,0.5);
	color:white;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:3
	
}

.close-button{
	
	z-index:1;
	position:absolute;
	top:-20px;
	right:-20px;
	cursor:pointer;
	background:rgba(255,255,255,0.95);
	border-radius:100%;
	width:65px;
	height:65px;
	display:flex;
	justify-content:center;
	align-items:center;

	
	
}

.close-button img{
	
	width:40px!important;
	
}

#navbar{
	
	display:flex;
	
}



.outer-wrapper {
overflow: hidden;
            }

.header-wrapper {
position: relative;
min-height: calc(100vh - 64px);
height:0px;
padding-bottom:52.6%;

}

.header {
position: relative;
background-color: #cccccc;
height:0px;
                /* old way for aspect ratio */
                /*
                width: 100%;
                padding-top: 56.25%;
                */

                /* center inner content and even overflow it to the left */
                /* To improve: instead of 50vw or 50%, use half of 100vw without the scrollbars */
transform: translate(-50%, 0%);
left:calc(50vw - 0px);
min-height: calc(100vh - 64px);
padding-bottom:56.25%;

}


.background-image-box{
	
background-image:url("http://regal.webseitenlitzler.de/wp-content/themes/company/assets/img/messestand_desktop.jpg");
background-size: cover;
min-height: calc(100vh - 64px);
background-repeat:no-repeat;
padding-bottom:56.25%;
height:0px;
background-position:bottom;
display:none;
	
}


1#ImageMapsCom-image-maps-2021-07-27-035251{
	
	min-height: calc(100vh - 64px);
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:bottom;
	position:absolute;
	top:0px;
	
}


.header>img{
	
min-height: calc(100vh - 64px);
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:bottom;
	position:absolute;
	top:0px;
	
}


.go-left{
	
	left:calc(50vw - 10px);
	
}

.block {

	width: 50px;
height: 50px;
margin-left: -25px;
margin-top: -25px;
background-color: rgba(255,200,100,0.8);
border-radius: 100%;
position: absolute;
	
            }




.outer-wrapper-mobile {
overflow: hidden;
            }

.header-wrapper-mobile {
position: relative;
min-height: calc(100vh - 64px);
aspect-ratio: 9 / 16;
}

.header-mobile {
position: relative;
background-color: #cccccc;
aspect-ratio: 9 / 16;

                /* old way for aspect ratio */
                /*
                width: 100%;
                padding-top: 56.25%;
                */

                /* center inner content and even overflow it to the left */
                /* To improve: instead of 50vw or 50%, use half of 100vw without the scrollbars */

transform: translate(-50%, 0%);
left:calc(50vw - 0px);
overflow:hidden;

}




.popup p{
	
	margin-bottom:0px; 
	
}


.kontakt-popup .popup-center{
	
	background-image: url(/wp-content/themes/company/assets/img/texture_background.jpg);
	background-size:cover;
	
} 

.kontakt h2{
	
	color:white!important;
	margin-bottom:40px!important;
	
}

input{
	
	width:100%;
	border:none;
	height:40px;
	color:rgb(42,97,142);
	padding:5px 10px;
		font-family: 'Century Gothic';
    font-weight: normal; 
    font-style: normal;
}

textarea{
	
	width:100%;
	height:130px;
	color:rgb(42,97,142);
	padding:5px 10px;
	font-weight:600;
	
}

input[type=submit]{
	
	background:rgb(241,137,22);
	color:white;
	box-shadow:2px 2px 4px 1px rgba(0,0,0,0.5);
	margin-top:30px;
	
}

label{
	
	width:100%;
	margin-top:10px;
	
}

.ueberblick{
	
	display:flex;
	
}

.ueberblick p{
	
	color:rgb(42,97,142);
	font-weight:800;
	font-size:60px;
	line-height:1.1;
	margin-bottom:40px;
	
}

.ueberblick .links{
	
flex:1 70%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	
}

.ueberblick .rechts{
	
flex:1 30%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.nachhalt-flex{
	
	display:flex; 
	
	
}

.popup-center h2{
	
	font-family: 'Gotham HTF';
    font-weight: 900;
    font-style: normal;
	
	
}

.nachhalt-popup p{
	
	color:rgb(42,97,142);
	
}



.nachhalt-flex .links{ 
	
	flex:1 50%;
	padding-right:20px;
	box-sizing:border-box;
	
}


.nachhalt-flex .rechts{
	
	flex:1 50%;
	 
	
	 
} 

.nachhalt-flex .rechts strong{
	
	 font-family: 'Century Gothic';
    font-weight: bold; 
    font-style: normal;
	
}

.nachhalt-flex .rechts p{
	
	  font-family: 'Century Gothic';
    font-weight: normal; 
    font-style: normal;
	
}


.ideen-popup .popup-center{
	
	background-image: url(/wp-content/themes/company/assets/img/texture_background.jpg);
	position:relative;
	height:55vh;
	
}

.ideen-popup .popup-center .inhalt{
	
	display:flex;
	align-items:center;
	
}

.ideen-popup .inhalt h2{
	
	color:white;
	 
}

.ideen-popup .popup-center .info-content{
	
	bottom:70px;
	width:100%;
	text-align:center;
	
}

.popup .orange-button{

background:rgb(241,137,22);
	color:white;
	padding:10px 60px;
	border:none;
	box-shadow:2px 2px 4px 1px rgba(0,0,0,0.5);

}

.ideen-popup .popup-center .position-box{
	
	position:relative;
	display:flex;
	justify-content:center;
	
}
		
.ideen-popup .popup-center .inhalt img:nth-of-type(1){
	
position:absolute;
	left:-40px;
	bottom:-170px;
	width:350px;
	
}

.ideen-popup .popup-center .inhalt img:nth-of-type(2){
	
	width:60%;

}

.ideen-popup .popup-center img:nth-of-type(3){
	
position:absolute;
right:-40px;
top:-110px;
	width:350px;
	
}

.ideen-popup .popup-center .info-content p{
	
	width:60%;
	font-size:18px;
	margin:0 auto;
	margin-bottom:40px;
	margin-top:40px;
	
}

.produkt-zierstreifen{
	
	display:flex;
	align-items:center;
	
}

.inhalt-popup .popup-center .content-box{
	
	padding:60px 0px;
	
	
}

.zierstreifen-links, .zierstreifen-rechts{
	
	flex:1 22%;
	height:3px;
	background:rgb(0,162,197);
	
}

.zierstreifen-mitte{
	
	flex:1 30%;
	background:rgb(0,162,197);
	margin:0% 8%;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:5px 0px;
	font-weight:600;
	font-size:20px;
	 
}



.popup-center{
	
	background:rgba(255,255,255,0.95);
	width:800px;
	height:60vh;
	
	
	
}

.fishbox{
	
	display:flex;
	width:100%;
	padding-top:50px;
	flex-direction:column;
	
}

.single-fishbox{
	
	width:100%;
	padding:0px 30px;
	display:flex;
	margin-bottom:40px;
	
}

.single-fishbox .zierstreifen{
	
	height:3px;
	background:rgb(0,162,197);
	width:100%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	
}

.single-fishbox .zierstreifen .punkt{
	
	height:10px;
	width:10px;
	background:rgb(0,162,197);
	border-radius:100%;
	
	
} 

.single-fishbox .links{
	
	  color: rgb(42,97,142);
		flex:1 50%;
	max-width:50%;
	padding-right:10px;
	box-sizing:border-box;
		padding-right:30px;
	
}

.single-fishbox:nth-child(even) .links{
	
	 
	padding-right:0px;
	padding-left:30px;
	
}

.single-fishbox:nth-child(even) .rechts{
	
	order:1;
	
}

.single-fishbox:nth-child(even) .links{
	
	order:2;
	text-align:right;
	
}

.single-fishbox:nth-child(even) .links .zierstreifen{
	
	justify-content:flex-start;
	
}

.single-fishbox .rechts{
	
	margin-top:-10px;
	flex:1 50%;
	max-width:50%;
	padding-left:10px;
	box-sizing:border-box;
}

.single-fishbox .rechts img{
	
	width:100%;
	height:auto;
	
}

.single-fishbox p{
	
	padding-top:10px;
padding-right:56px;
	
}

.single-fishbox:nth-child(even) p{
	
	padding-top:10px;
padding-right:0px;
	padding-left:60px;
	
}

.inhalt{
	
	height:100%;
	
}

.inhalt h2{
	
	color:rgb(42,97,142);
	text-align:center;
	margin-bottom:40px;
	
}

.inhalt-flex{
	
	display:flex;
	
}

.inhalt-flex .left, .inhalt-flex .right{
	
	flex:1 48%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:30vh;
}

.inhalt-flex .right{
	
	justify-content:flex-start;
	
}

.inhalt-flex .left{
	
	margin-right:4%;
	
}

.inhalt-flex .right p{
	
	color:rgb(42,97,142);
	font-size:23px; 
	
}

.inhalt-flex .right p span{
	
	font-size:28px; 
	
}




.green-button{
	
	background:rgb(138,189,36);
	color:white;
	padding:10px 60px;
	border:none;
	box-shadow:2px 2px 4px 1px rgba(0,0,0,0.5)
	
}

.blue-button{
	
	background:rgb(0,143,143);
	color:white;
	padding:10px 60px;
	border:none;
	box-shadow:2px 2px 4px 1px rgba(0,0,0,0.5);
	margin-top:20px;
		
}

.inhalt-flex .left img{
	
	width:100%;
	
}

.loading-overlay{
	
	cursor:pointer;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background:rgba(42,97,142,0.9);
	color:white;
	display:flex;
	justify-content:center;
	align-items:center;
    z-index:3;
	
	
}

.loading-overlay .content-box .container{
	
	text-align:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	
}

.loading-center{
	
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:80px;
	
} 

.loading-center img{
	
	height:140px;
	
}

#header{
	
	background:#266093!important;
	padding:0px;
	
}

#header .container{
	
	position:relative;
	padding:20px 0px;
	
}


#header .container .navbar-brand{
	
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:180px;
	z-index:1;
	box-shadow:0px -4px 10px 1px rgba(0,0,0,0.6);
		background-image: url(/wp-content/themes/company/assets/img/texture_background.jpg);
padding-bottom:30px;
	background-size:cover;
	background-position:center center;
	padding:25px 10px;
	display:flex;
	align-items:flex-end;
	
}

#header .container .navbar-brand img{
	
	width:100%;
	height:auto;
	
}

.social-media-navigation{
	
	margin-left:60px;
	
}

.social-media-navigation a{
	
	width:20px;
	margin-left:10px;
	
}

.social-media-navigation a img{
	
	margin-top:-5px;
	width:20px;

	
}

#navbar{
	
	justify-content:flex-end;
	align-items:center;
	
}

#navbar{
	
	
	flex:1;
	
}

.kontakt-button{
	
	color:white;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:0px;
	cursor:pointer;
	
}

#main{
	
	margin-top:0px!important;
	
}








@media screen and (max-width:1920px){
	
	
	.button{
		
		margin-top:0%;
		
	}
	

	
	#navbar p{
		
		cursor:pointer;
		
	}
	
	.buttons{
	
	position:absolute;
	left:-1920px;
	width:1920px;
	height:1080px;
	
}
	
}

.button{
		
	position:absolute;
	width:80px;
	height:80px;
	border-radius:100%;
	cursor:pointer;
		
	}
	
	.button>img{
		
		width:80px;
		
	}

.buch-button{
	
	top: 48%;
  left: 18%;
	
}

.koch-button{
	
	   top: 24%;
    left: 28%;
	
}

.flyer-button{
	
	    top: 85.4%;
    left: 43.5%;
	
}

.tv-button{
	
	    top: 46%;
    left: 50%;
	
}

.rollup-button{
	
	    top: 30%;
    left: 71.5%;
	
}



@media screen and (max-width:1920px){
	
	.button{
		
		width:70px;
		height:70px;
		border-radius:100%;
		
	}
	
	.button>img{
		
		width:70px;
		
	}
	

	
}

.prefooter-colorbar{
	
	height:30px;
	display:flex;
	
}

.prefooter-colorbar .yellow{
	
	background:rgb(249,183,35);
	flex:1;
	
}

.prefooter-colorbar .orange{
	
	background:rgb(241,137,22);
	flex:1;
	
}

.prefooter-colorbar .green{
	
	background:rgb(0,143,143);
	flex:1;
	
}
 
#footer{
	
	background-image: url(/wp-content/themes/company/assets/img/texture_background.jpg);
padding-bottom:30px;
	background-size:cover;
	background-position:center center;
	
}

.flex-box-footer{
	
	padding-top:30px;
	display:flex;
	justify-content:center;

	
}

.anfuerungszeichen-1{
	
	display:flex;
	align-items:flex-end;
	
}

.anfuerungszeichen-2{
	
	display:flex;
	align-items:flex-start;
	
}

.footer-quote{
	
	color:white;
	font-size:30px; 
	text-align:center;
	
}

.footer-quote-author{
	
	color:white;
	text-align:center;
	
}

#footer-navbar{
	
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:30px;
	
}

.footer-menu{
	
	flex:1 50%;
	
}

.footer-menu #menu-footer-menu{
	
	list-style-type:none;
	padding-left:0px;
	margin-bottom:0px;
	display:flex;
	
	
}

.footer-menu #menu-footer-menu li{
	
	
	margin-right:80px;
	
}

.footer-menu a{
	
	color:white;
	text-transform:uppercase;
	font-weight:600;
	
	
}

.partner-links{
	
	flex:1 50%;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	
}

.partner-links>*{
	
margin-left:25px;
	
}


.popup{
	
display:none;	
	
}

.show-popup{
	
	display:flex!important;
	
}

@media screen and (max-width:991px){
	
	.sprechblase{
	
	width:auto;
	opacity: 1!important;
	

}
    
    .loading-center img{
        
        height:80px;
        
    }
    
    .loading-center{
        
        margin-top:20px;
        
    }
	
	.nachhalt-flex .links{
		
		padding-right:0px;
		
	}
	
	.nachhalt-flex .links img{
		
		max-width:100%;
		
	}
	
	.loading-overlay h1{
	
	font-size:25px;
        margin-bottom:20px;
	
}

.loading-overlay p{
	

	font-family: 'Century Gothic';
  font-weight: normal; 
  font-style: normal;
	font-size:16px; 
	
}
	
	.close-button{
	
	right:10px;
		top:0px;
		background:none;
		
	}
	
	.close-button img{
		
		width:35px!important;
		
	}
	
	#header .container .navbar-brand{
		
		width:100px;
		height:120px;
		
	}
	
	.ideen-popup .popup-center{
		
		
		
	}
	
	
	
	.ueberblick{
		
		display:block;
		
	}
	
	.ueberblick .links{
		
		margin-bottom:70px;
		
	}
	
	.inhalt-flex .right .green-button{
		
		margin-top:40px;
		
	}
	


	.popup-center{
		
		width:90%;
		height:70vh;
		
	}
	

	
	#navbar{
		
		display:flex;
		
		
	}
	
	#header .container .navbar-brand{
		
		left:20px;
		
	}
	
	#header .container{
		
		padding:20px 20px;
		
	}
	
	#footer-navbar{
		
		flex-direction:column;
		
	}
	
	.footer-menu{
		
	flex:1 100%;
		
	}
	
	#header{
		
		z-index:2;
		
	}
	
	#menu-footer-menu{
		
		display:flex;
		justify-content:center;
		
	}
	
	.footer-menu #menu-footer-menu li{
		
		margin-right:0px;
		margin:0px 10px;
		
	}
	
	.partner-links{
		
		margin-top:30px;
		justify-content:center;
		
	}
	
	.partner-links>*{
		
		margin-left:0px;
		margin:0px 10px;
		
	}
	
	.swiper-slide{
		
		
		position:relative;
		
	}
	
	.swiper-slide img{
		
		position: absolute;
    bottom: 0;
    width: 100%;
		
		
	}
	
	.swiper-button-next:after, .swiper-button-prev:after{
		
	color:white;
	text-shadow:2px 2px 3px black;
	font-size:60px;
		
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		
		left:20px;
		
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		
		right:20px;
		
	}
	

	
.buch-button{
	
	top: 48%;
  left: 18%;
	
}

.koch-button{
	
	   top: 24%;
    left: 28%;
	
}

.flyer-button{
	
	    top: 85.4%;
    left: 43.5%;
	
}

.tv-button{
	
	    top: 46%;
    left: 50%;
	
}

.rollup-button{
	
	    top: 30%;
    left: 71.5%;
	
}

.buch-button-mobile{
	
	top: 32%;
  left: 26%;
	
}

.koch-button-mobile{
	
	   top: 9.5%;
    left: 58%;
	
}

.flyer-button-mobile{
	
	  top: 60%;
    left: 57%;
	
}

.tv-button-mobile{
	
	    top: 34%;
    left: 64%;
	
}

.rollup-button-mobile{
	
	  top: 22%;
    left: 26%;
	
}
	
	
	.single-fishbox{
		
		flex-direction:column;
		align-items:space-around
		
	}
	
	.single-fishbox .links{
		
		margin-bottom:40px;
		max-width:100%;
		padding-right:15%;
		
	}
	
	.single-fishbox:nth-child(even) .links{
		
		padding-left:15%;
		
	}
	
	.zierstreifen-mitte{
		
	flex:1 60%;	
		
	}
	
	.single-fishbox .rechts{
		
		max-width:100%;
		display:flex;
		justify-content:flex-end;
		
	}
	
	.single-fishbox:nth-child(even) .rechts{
		
		max-width:100%;
		display:flex;
		justify-content:flex-start;
		
	}
	
	.single-fishbox .rechts img{
		
		width:60%;
		
	}
	
	.single-fishbox:nth-child(even) .links{
		
		order:2;
		
	}
	
	.single-fishbox .links{
		
		order:2;
		margin-top:-30px;
		
	}
	
	.single-fishbox p{
		
		padding-right:0px;
		
	}
	
	.single-fishbox:nth-child(even) p{
		
		padding-left:0px;
		
	}
	

	
	.ideen-popup .popup-center img:nth-of-type(3){
		
		
		
	}
	
	
	.ideen-popup .popup-center img:nth-of-type(1){
		
		left:-130px;
		
	}
	
	
	.ideen-popup .popup-center img:nth-of-type(2){
		
		width:80%;
		left:calc(50% - 40%)
		
	}
	
	.nachhalt-flex{
		
		flex-direction:column;
		
	}
	
	.nachhalt-flex .links{
		
		margin:0 auto;
		order:2;
		margin-top:40px;
		
	}
	
	.inhalt-flex{
		
		flex-direction:column;
		padding-bottom:50px;
		
	}
	
	.inhalt-flex .left img{
		
		width:80%;
		margin:0 auto;
		margin-bottom:40px;
		
	}
	
	
	.ueberblick{
		
	flex-direction:column;
		text-align:center;
		
	}
	
	
	.ueberblick .rechts{
		
		flex:1 100%;
		
	}
	
	.ueberblick .rechts img{
		
		width:50%;
		margin:0 auto;
		
	}
	
	.ueberblick .links{
		
		flex:1 100%;
		
	}
	
}

@media screen and (max-width:768px){
	
    .ideen-popup .popup-center .inhalt img:nth-of-type(1) {
    position: absolute;
    left: -40px;
    bottom: -169px;
    width: 232px;
}
    
    .ideen-popup .popup-center img:nth-of-type(3) {
    position: absolute;
    right: -40px;
    top: -45px;
    width: 232px;
}
    
    .ueberblick p{
        
        font-size:40px;
        
    }
	
	.ueberblick .rechts img{
		
	width:60%;	
		
	}
	
	.partner-links{
		
		flex-direction:column;
	
		
	}
	
	.partner-links>*{
		
		
		margin:10px 0px;
		
	}
	
	
	.nachhalt h2{
		
		font-size:22px;
		word-break:break-word;
		
		
	}
	
	.nachhalt-flex .rechts p{
		
		word-break:break-word;
		
	}
	
}



@media screen and (max-width:557px){
	
	.single-fishbox .rechts{
		
		justify-content:center;
		
		
	}
	
	.single-fishbox .links{
		
		margin-top:20px;
		
	}
	
	.single-fishbox:nth-child(even) .rechts{
		
		justify-content:center;
		
	}
	
	.zierstreifen-mitte{
		
		font-size:14px;
		
	}
	
	.inhalt h2{
		
		font-size:24px;
		
	}
	
	.single-fishbox h3{
		
		font-size:22px;
		
	}
	
	.inhalt-flex .left img{
		
		width:100%;
		
	}
	
	.green-button, .blue-button{
		
		padding:10px 20px;
		width:100%;
		
	}
	
	.popup  .orange-button{
		
	padding:10px 20px;
		width:100%;
		
	}
	
}

@media screen and (max-height:1100px){
	

	
	.popup-center{
	
	min-height:750px
	
}
	
}

@media screen and (max-height:800px){
	
	.sprechblase{
	
	width:240px;
	max-width:100%;
	

}
	
	.popup-center{
	
	min-height:55vh
	
}
	
	.ideen-popup .popup-center .inhalt *:last-child{
		
		margin-bottom:10px;
		
	} 
	
	
	.ideen-popup .popup-center{
		
		height:100%;
		
	}
	
	.ideen-popup .popup-center .inhalt{
		
		align-items:flex-start;
		
	}
	
	.popup{
		
		align-items:flex-start;
		padding-top:4%;
		padding-bottom:4%;
		
	}
	
	.popup-center{
		
		height:100%;
	}
	
	.inhalt-flex .left, .inhalt-flex .right{
		
		justify-content:flex-start;
		
	}
	
	..inhalt-flex .left, .inhalt-flex .right{
		
		justify-content:flex-start;
		
	}
	
	.blue-button{
		
	margin-bottom:40px;	
		
	}
	
	.ueberblick .links, .ueberblick .rechts{
		
		justify-content:flex-start;
		
	}
	
}

@media (max-height: 800px) and (min-width: 2050px) {
   
	.sprechblase{
		
		
	margin-top:-80px;	
		
	}
	
	
}


@media (max-height: 1200px) and (max-width: 2050px) {
   
	.sprechblase{
		
		
	margin-top:-200px;	
		
	}
	
	
}

@media (max-height: 960px) and (max-width: 1560px) {
   
	.sprechblase{
		
		
	margin-top:-200px;	
		
	}
	
	
}


@media (max-height: 800px) and (max-width: 1560px) {
   
	.sprechblase{
		
		
	margin-top:-130px;	
		
	}
	
	
}


@media (max-height: 800px) and (min-width: 1600px) {
   
	.sprechblase{
		
		
	margin-top:-120px;	
		
	}
	
	
}

@media screen and (max-width:360px){
    
    
    .social-media-navigation{
        
        margin-left:10px;
        
    }
    
    #header .container .navbar-brand{
        
        width:70px;
        height:90px;
        left:15px;
        
    }
    
}