@font-face { 
    font-family: 'OpenSans-Light';
    src: url('Open_Sans/OpenSans-Light.ttf') format('truetype'); 
}

A:ACTIVE, A:LINK, A:VISITED {color : #ffffff; text-decoration : none;}
A:HOVER {color : #FF0000; text-decoration : none;}

BODY {
font-family: 'OpenSans-Light', arial;
color:#000000;
background-color:#fbf9f6;
margin:0;
padding:0;
}

* {
    box-sizing: border-box;
  }


/*derteufer*/
.container-teufer{
    width: fit-content;
    margin: auto;
    min-height: 500px;
}
.card-teufer {
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.15);
  background: #fff;
  width: 320px;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  margin: 25px;
  display: inline-block;
  text-align: center;
  min-height: 120px;
  /*min-height: 205px;
  vertical-align: top;*/
}
.card-teufer table{
    margin: auto;
}
.btn-secondary{
    color: #fff !important;
}
/*new*/
.badget{
    font-size: 12px;
    color: white;
    border-radius: 25px;
    padding: 2px 5px 4px 5px;
    font-weight: bold;
}
.green-badget{
    background: green;
    border: 1px solid green;	
}
.red-badget{
    background: red;
    border: 1px solid red;
}
.orange-badget{
    background: orange;
    border: 1px solid orange;
}
.gray-badget{
    background: gray;
    border: 1px solid gray;
}
.badget a{
    color: #fff;
}
.badget a:hover{
    color: #fff;
    text-decoration: underline;
}
@media screen and (min-width: 0px) and (max-width: 720px){
    .card-teufer {
        display: block;
        margin: 25px auto;
        
    }
}

.float_container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: fit-content;
  margin: auto;
}

/* Beide Teile nehmen gleich viel Platz */
.float_container .left, .float_container .right {
  flex: 1;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 600px;
}

.float_container .left {
  margin-left: 1rem;
}

/* Mobile Ansicht: Spalten umkehren */
@media (max-width: 768px) {
    .float_container {
        flex-direction: column-reverse;
    }

    .float_container .left, .float_container .right {
        width: 100%;
    }

    .float_container .left {
        margin-left: auto;
    }
}
/*derteufer END*/

/*standart_div*/
main{
    text-align: center;
  margin-top: 20px;
}

/*Händler-Ansicht*/
#drinks_haendler {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #drinks_haendler td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #drinks_haendler tr:nth-child(even){background-color: #f2f2f2;}
  
  #drinks_haendler tr:hover {background-color: #ddd;}
  
  #drinks_haendler th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }
/*Händler-Ansicht END*/


#imageContainer {
    background-image: url('images/bangkok_pool.png');
    background-position: center bottom;
    height: calc(100vh - 80px); /* 100% viewport_height - navi_height */
    width:100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top;
}

#content_inner {
    margin: 20px 0px;
    width:100%;
}

#content_infoblock {
    width:100%;
    max-width: 800px;
    height:212px;
    margin: 300px auto;
    margin-bottom: 30px;
    background-color:rgba(0,0,0,0.60);
    padding:3px;
}


#content_portrait {
width:180px;
padding:3px;
float:left;
}

#content_text {
font-family: 'OpenSans-Light', arial;
color:#ffffff;
font-size:300%;
padding:10px;

}

#head_text {
    margin-top:35px;
font-size:50%;
}

#sub_text {
font-size:75%;
}

#burns_image{
animation: kenburns 30s infinite;
width:100%;
}

#imageContainer_mobile {
background-color:#040637;
width: 100%;
height: calc(100vh - 300px);
overflow: hidden;
display:none;
}

#burns_image_mobile{
 animation: kenburns 30s infinite;
 width:100%;
 display:none;
}


/*neu umkreissuche*/

#home {
	width:100%;
	display: inline-block;
	background-size: cover;
	background-position:center;
	position: relative;
	height: 650px;
}

#home_inner {
	color: #fbf9f6;
	width: 50%;
	min-width: 280px;
	max-width: 640px;
	padding: 20px;
	font-size: 16pt;
	z-index: 1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:8px;
	background-color:rgba(138,121,114,0.60);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.searchbar {
	width: 100%;
	height: 36px;
	margin-top: 8px;
}

#input_mail {
	width: 360px;
	height: 50px;
	padding-left: 0.3em;
	background-color:#eaeaea;
	border:3px;
    border-radius: 5px;
	font-size: 18pt;
}

#submit_mail {
	width: 360px;
	height: 50px;
    color: #ffffff;
    font-size: 18pt;
	border:3px;
    border-radius: 5px;
	background-color:#008000;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .submit_button {
    	top: -5px;
	}
}

#centerbutton{
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	width:250px;
	padding:5px;
	background-color:rgba(255,255,255,0.20);
	cursor: pointer;
}

#foodsearch {
	display:none;
	width: 100%;
	color: #ffffff;
	background-color:rgba(138,121,114,0.90);
	font-size: 14pt;
}

#foodsearch_inner {
	padding-top: 20px;
	padding-bottom: 30px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#foodsearch_searchform_container {
	padding: 10px;
}

#foodsearch_result_container {
	display: flex;
	flex-direction: row;
}

#foodsearch_map {
	width: 100%;
	order: 2;
}

#map-canvas {
	height: 600px;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 5px;
}

#map-legende {
	width: 100%;
	padding-bottom: 10px;
	padding-right: 10px;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

.legende_item {
	font-size: 18px;
	margin-right: 4px;
	display: flex;
	align-items: center;
}

.legende_item img {
	height: 50px;
	margin: 0px 4px;
}

#foodsearch_list {
	order: 1;
	width: 33%;
	min-width: 400px;
	padding: 0px 10px;
}

.foodsearch_item {
	margin-bottom: 20px;
	padding: 5px;
	cursor: pointer;
}

.foodsearch_item_img_container img {
	float: left;
	margin-right: 4px;
}

.foodsearch_item_img_container img {
	height: 30px;
}

.producer_details {
	display: none;
}

.producer_details a {
	color: #ffffff;
	text-decoration: underline;
	float: right;
}

.producer_details a:hover {
	color: #eeeeee;
}

.producer_fancybox {
	width: calc(100vw - 100px);
	max-width: 820px;
}

.producer_fancybox_section {
	margin-bottom: 20px;
}

.producer_fancybox_section h3 {
	margin-bottom: 8px;
}

.producer_details a:hover {
	color: #eeeeee;
}
/*neu ende*/


@keyframes kenburns {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
        transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(1.3, 1.3, 1.3) translate3d(0px, 0px, 0px);
        opacity: 0;
    }
}        


h1 {
    font-size: 36px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0px;
}

h2 {
    font-size: 2em;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: 0px;
}

h3 {
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

#navi_store h3{
    padding-top: 0px;
}

.link_white a:active, a:link, a:visited {
    color : #000; 
    text-decoration : none;
}

.link_white a:hover {
    color : #000; 
    text-decoration : underline;
}


#container_navi {
    position: fixed;
    top: 0px;
    text-align: bottom;
    width: 100%;
    height:100px;
    font-size: 12pt;
    color: #000;
    z-index: 1;
    background-color:#fbf9f6;
}

#container_navi_inner {
    height: 100px;
    padding: 2px 5px;
    display: flex;
    justify-content: space-between;
}

#navi_left {
    margin-right: 30px;
}

#navi_image {
    max-height: 100px;
    max-width:350px;
    border:0px;
}

#navi_buffer {
    height: 80px;
    width: 100%;
    margin-bottom: 30px;
}

#navi_desktop {
    font-family: 'OpenSans-Light', arial;
    position: relative;
    top: 32px;
}

#navi_mobile {
    display:none;
    list-style-type: none;
    width: 250px;
    margin-top: 0px;
    padding-left: 0px;
    z-index: 999;
    background-color:rgba(255,255,255,0.60);
    overflow: hidden;
    -webkit-padding-start: 0;
    position: fixed;
    top: 80px;
    left: calc(100% - 250px);
}

#navi_mobile li {
    padding: 0.8em;
    border-bottom-width:2px; 
    border-bottom-style:solid; 
    border-bottom-color:#000;
    color: #000;
    cursor: pointer;
}

#navi_mobile_icon {
    display: none;
    margin: 0px 20px;
    width: 30px;
    height: 30px;
    background-image: url('/images/mobile_menu_black.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center; 
    cursor: pointer;
}

.navi_item {
    cursor: pointer;
}



.content {
    background-size: cover;
    background-position: center;
    padding: 55px 8px;
}



.content_text {
    padding:20px;
    max-width: 800px;
    margin: 0 auto;
    font-size:20px;
    padding-left:20px;
    padding-right:20px;
    
}

.content_text1 {
    width: 85%;
    max-width: 640px;
    margin: 0 auto;
    font-size:20px;
    padding-left:20px;
    padding-right:20px;
    background-color:rgba(255,255,255,0.15);
}

#head {
    background-position: center top;
    width:100%;
    height: calc(100vh - 100px);
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_inner {
    margin: 20px 0px;
}

.head_image_container {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 0px;

}

.head_image_container img {
    width: 100%;
}

.principles_image_container {
    width: 85%;
    max-width: 640px;
    margin: 0 auto;
    padding:20px;
    
    background-color:rgba(255,255,255,0.15);
}

.principles_image_container img {
    width: 90%;
}


#whatwedo_item_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.whatwedo_item {
    width: 400px;
    padding: 20px;
    background-color:rgba(255,255,255,0.15);
    margin: 0px 10px 20px 10px;
    text-align: top;
}

.whatwedo_image_container {
    width: 100%;
    height: 10px;
    padding: 5px 0px;
}

.whatwedo_image {
    width: 60%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}





#kontakt {
    background-color:rgba(255,255,255,1);
    color: #000;
    padding-bottom: 80px;
}


#container_navi_store {
    font-size:0.8em;
    height: 80px;
    display: flex;
    
}

.store_content{
width:300px;

}

.store_unit {
float:left;
margin:10px;	
width:22%;
height: calc(28vw);
overflow:hidden;
background: no-repeat top;
background-size: 110%;
background-color:#000000;
font-weight:bold;
}

.container_store_image {
width:100%;
height:calc(23vw);

}

.container_store_text {
font-size:1.2em;
color:#000000;	
width:100%;
height:calc(7vw);
padding:5px;
background-color:#ffffff;

cursor:pointer;
transition: 0.3s;
margin-bottom:0px;
text-align:center;
}

.container_store_text:hover { 
background-color:rgba(0,0,0,1);
color:#ffffff;

}

#store_left {
float:right;
width:15%; 
max-width: 350px;     
font-family: 'OpenSans-Light', arial;
top: 32px;
padding:10px;

}

#navi_store {
float:right;
width:60%;	
font-family: 'OpenSans-Light', arial;
top: 12px;
margin-left:80px;
padding:30px;
font-size:2em;

}

.profil_div {
    
float:left;
font-size:1.5em;
min-width:200px;  
margin-left:0px;

}

#store_right {
float:right;
width:65px;
height:65px;	
background-image:url('https://www.tuco-drinks.com/images/store_card.png');
background-repeat: no-repeat;	
font-family: 'OpenSans-Light', arial;
color:#33cc33;
top: 32px;
padding-top:22px;
padding-left:27px;
font-weight:bold;
font-size:22px;
margin-top:15px;
margin-left:0px;
}

.store_image_big {
float:left;
margin:20px;    
width:25%;
height:calc(30vw);
overflow:hidden;
background: no-repeat center;
background-size: 110%;
}

.store_image_small {
  
width:100px;
height:100px;
overflow:hidden;
background: no-repeat top;
background-size: 110%;
}

.store_content {
float:left;
margin:20px;    
width:40%;
height:auto;
}

.click_link {
cursor:pointer;
}

#card{
width: 25%;
height: auto;
padding:20px;
background-color: #FAFAFA;
position: absolute;
left: calc(75%);
top: 100px;
animation-name: card_mover;
animation-duration: 1s;
box-shadow:3px 3px 3px 5px #BDBDBD;
border-radius: 10px 0 0 10px;
    margin-top: 10px;
}

@keyframes card_mover {
  0%   {background-color:#BDBDBD; left:calc(100% + 10px);}
  100% {background-color:#FAFAFA; left: calc(75%);}
}

#head_card_left {
float:left;
width:65%;
height:50px;

}

#head_card_right {
float:left;
width:20%;
height:50px;
text-align:right;
}

#body_card {
width:100%;
font-size:10px;
}

#content_ext_show {
padding:15px;
display:block;
width:auto;
height:auto;
background-color:#FAFAFA;
}

#show_more {
display:none;    
}

.other_goods {
margin:10px;    
padding:15px;
width:auto;
height:auto;
background-color:#FAFAFA;
}

.store_select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
color: #000000;
width:360px;    
height:50px;
background-color:#FAFAFA;
font-size:18pt;
border:0;
padding:10px;
outline: none;
cursor: pointer;
}

.select-wrapper {
  width: 360px;
  position: relative;
}
.select-wrapper::before {
  font-family: fontello;
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
  pointer-events: none;
}

.store_submit {
color: #ffffff;
width:95%;  
max-width:600px;   
height:40px;
background-color:#33cc33;
font-size:13pt;
padding:6px;
outline: none;
cursor: pointer;
border: none;
outline: inherit;
-webkit-appearance: none;
/*margin:10px;*/
/*border-radius: 5px;*/
border-radius: 0; 
text-transform: uppercase;
margin:10px 0 10px 0;
}

.store_submit_gray {
color: #ffffff;
width:100%;   
max-width:600px;  
height:40px;
background-color:gray;
font-size:13pt;
padding:6px;
outline: none;
cursor: pointer;
border: none;
outline: inherit;
-webkit-appearance: none;
border-radius: 0;
text-transform: uppercase;
}

.store_form {
color: #000000;
width:95%;  
max-width:600px;  
height:40px;
background-color:#FAFAFA;
font-size:15pt;
padding:6px;
margin:10px;
}

.store_form23 {
color: #000000;
width:69%;  
max-width:600px;  
height:40px;
background-color:#FAFAFA;
font-size:15pt;
padding:6px;
margin:10px;
}

.store_form23_text {
float:left;
width:73%;  

}

.store_form13_text {
float:left;
width:18%;  

}

.store_form13 {
color: #000000;
width:20%;  
max-width:600px;  
height:40px;
background-color:#FAFAFA;
font-size:15pt;
padding:6px;
margin:10px;
}

#major_table{
width:50%;    
}

#table_shopping_card{
width:50%;    
}

.store_area {
color: #000000;
width:95%;    
height:150px;
background-color:#FAFAFA;
font-size:15pt;
padding:6px;
outline: none;
cursor: pointer;
}

#div_registration {
width:96%;
display:block;
}

#div_login {
width:96%;    
display:none;
}

#div_logged {
display:none;
}


#passwort_div{
display:none;    
}

.mobil{
    display: none;
}

#number_badge{
    color: #fff;
    background-color: #000;
    padding: 1px 7px;
    border-radius: 50%;
    font-size: 14px;
}


/* ModalBox */

.openModal{
	cursor: pointer;
  }

.modal {
	text-align: center;
	display: none;
	position: fixed;
	z-index: 11;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
  }
  .modalContent {
	background-color: #fff;
	margin: auto;
	padding: 20px;
	width: 33%;
	box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	line-height: 1.5;
	overflow: auto;
	max-height: 120vh;
  }
  .modalContent p{
	margin-bottom: 35px;
  }
  .close {
	color: #999999;
	float: right;
	font-size: 60px;
	font-weight: bold;
  }
  .close:hover, .close:focus {
	color: #ff1010;
	cursor: pointer;
  }

  /*Modalbox END*/


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

  

#navi_store {
      
float:left;
font-size:1em;
width:30%;  
margin-left:40px;

}


#navi_image {
    max-height: 100px;
    max-width:100px;
    border:0px;
    margin-top:5px;
    margin-left:10px;
}

#store_left {
       
max-width: 120px;    

}

#store_right {
      
max-width: 65px;    

}

.store_unit{
width:44%;
height: calc(64vw);
}

.container_store_image {
width:100%;
height: calc(46vw);  
}

.container_store_text {
font-size: 0.9em;
height:calc(18vw);
}

.store_image_big {
margin:10px;    
width:94%;
height:calc(75vw);
}


.store_content {
margin:10px;    
width:94%;
height:auto;
}

#card {
    width: 50%;
    height: auto;
    padding: 20px;
    background-color: #FAFAFA;
    position: absolute;
    left: calc(50%);
    border-radius: 0;
}

@keyframes card_mover {
  0%   {background-color:#BDBDBD; left:calc(90%);}
  100% {background-color:#FAFAFA; left: calc(0%);}
}


#major_table{
width:90%;    
}

#table_shopping_card{
width:90%;    
}

#burns_image_mobile{
display:block;
}

#imageContainer_mobile {
display:block;                
}

#burns_image{
display:none;
}

#imageContainer {
/*display:none;*/
display: inline-block;
}





#container_navi_inner {
    align-items: center;
}

#navi_mobile_icon {
    display:block;
}

#navi_desktop {
    display:none;
}

#navi_login{
    display:none;
}


#kontakt {
    padding-bottom: 120px;
}

.content_text1 {
font-size:10px;
}

.content_text {
 font-size:17px;
    }

/*neu umkreissuche*/

#foodsearch_inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

#foodsearch_result_container {
    flex-direction: column;
}


#foodsearch_list {
    order: 2;
    width: 100%;
    min-width: 250px;
    padding: 0px;
}

#foodsearch_searchform_container {
    padding: 4px 10px;
}

#foodsearch_text {
    display: none;
}

#foodsearch_map {
    order: 1;
}

#map-canvas {
    height: 260px;
    width: 100%;
    margin-right: 0px;
}

}


/*new styles*/
.elegant b{
    background-color: black;
    letter-spacing: .15em;
    font-family: 'OpenSans-bold', arial;
    color: red;
    font-weight: bolder;
    text-shadow: -1px 2px 1px hsl(0,0%,100%), -2px 4px 1px hsl(0,0%,100%);
   
}

.elegant b{
    background-color: black;
    letter-spacing: .15em;
    font-family: 'OpenSans-bold', arial;
    color: red;
    font-weight: bolder;
    text-shadow: -1px 2px 1px hsl(0,0%,100%), -2px 4px 1px hsl(0,0%,100%);
   
}

.elegant{
    background-color: black;
}

.black_week_info{
    position: absolute; 
    right: 25%; 
    top: 190px; 
    color: white;
}
@media screen and (min-width: 0px) and (max-width: 720px){
	.elegant {
	font-size: 10px;
	}
	#kontakt_tuco{
		width: 50%;
	}
    #kontakt_delfin{
        width: 50%;
    }
    .black_week_info{
        position: relative;
        right: 0;
        top: 5px;
    }
    .desktop{
        display: none;
    }
    .mobil{
        display: block;
    }
    .modalContent {
        width: 90%;
      }
      #card{
        width: 100%;
        height: auto;
        padding:20px;
        background-color: #FAFAFA;
        position: absolute;
        left: calc(0%);
        border-radius: 0;
        
    }

    #content_infoblock{
    margin: 10% auto;
}
}





